/* 初始化样式 */
* {
  margin: 0;
  padding: 0;
}

html,
body {
  overflow-x: hidden;
}

.user-list html::-webkit-scrollbar {
  width: 0px;
  opacity: 0;
}

body {
  width: 100%;
  zoom: 1;
  /* 设置字体 */
  color: #878787;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

/* 设置跟后台编辑器有关 */
.ul,
.ul li,
.dl,
.dl dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 去除表单自带样式 */
select,
input,
textarea {
  color: #878787;
  -webkit-border-radius: 0;
  border-radius: 0;
}

input:focus {
  outline: none;
}

input,
button,
select,
textarea {
  -moz-outline: none;
  outline: none;
}

textarea {
  resize: none;
}

textarea,
input,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}

/* html5设置 */
article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
  display: block;
}

figure,
figcaption {
  margin: 0;
  padding: 0;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: middle;
}

img {
  border: none;
  border: 0;
  vertical-align: top;
}

a {
  text-decoration: none !important;
  color: #878787;
}

a:focus {
  -moz-outline: none;
  outline: none;
}

/* 公共类 */
.clearfix:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clear {
  height: 0;
  overflow: hidden;
  clear: both;
}

.img img {
  max-width: 100%;
}

.pctimg img {
  width: 100%;
}

.scale-img {
  overflow: hidden;
}

.scale-img img {
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.scale-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* IE溢出隐藏问题解决方案 */

/* 头部 */
.header {
  width: 100%;
}

.header .navbar-default {
  margin: 0;
  border: 0;
  background-color: #fff;
}

.header .navbar-brand {
  width: 190px;
  height: 50px;
  background-size: 190px 35px;
  font-size: 0;
  text-indent: -999em;
}

/* 底部 */
.footer {
  background: #1d1f3c;
}

.footer a {
  color: #999;
}

.footer a:hover {
  color: #fff;
}

.footer .botbox1 {
  border-bottom: 1px solid #999;
}

.footer .botbox1 li {
  float: left;
}

.footer .botbox1 dt {
  font-weight: normal;
  color: #fff;
}

.footer .bot-media {
  float: right;
}

.footer .bot-media li {
  position: relative;
  margin-right: 10px;
}

.footer .bot-media a {
  width: 40px;
  height: 40px;
  display: block;
  background: url(../images/ico-media.png) no-repeat 0 center !important;
  border: 1px solid #999;
  border-radius: 50%;
}

.footer .bot-media a:hover {
  background-color: #aec662;
  border-color: #aec662;
}

.footer .bot-media .wx {
  background-position: 8px !important;
}
.footer .bot-media .dy {
  background-position: -191px !important;
}

.footer .bot-media .wb {
  background-position: -44px !important;
}

.footer .bot-media .qq {
  background-position: -95px !important;
}

.footer .bot-media .sh {
  background-position: -148px !important;
}

.footer .bot-media .wx,
.footer .bot-media .wb {
  position: relative;
}

.footer .bot-media .wx .back,
.footer .bot-media .wb .back {
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-bottom: 6px;
  display: none;
  transform: translateX(-50%);
  width: 120px;
  min-height: 120px;
  padding: 2px;
  background: #fff;
}

.footer .bot-media .wx .back::after,
.footer .bot-media .wb .back::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #fff;
}

.footer .bot-media .wx .back .img,
.footer .bot-media .wb .back .img {
  position: relative;
  width: 100%;
}

.footer .bot-media .wx:hover,
.footer .bot-media .wb:hover {
  opacity: 1;
}

.footer .bot-media .wx:hover .back,
.footer .bot-media .wb:hover .back {
  display: block;
}

.footer .bot-media .img img {
  width: 100%;
}

.footer .bot-media .info {
  position: relative;
  z-index: 2;
  margin-top: 5px;
  font-size: 12px;
  color: #333;
}

.footer .gotop {
  width: 40px;
  height: 40px;
  display: block;
  margin-left: 10px;
  float: right;
  background: url(../images/ico-top.png) no-repeat center center;
  border: 1px solid #999;
  border-radius: 50%;
}

.footer .gotop:hover {
  background-color: #aec662;
  border-color: #aec662;
}

.footer .botbox2 li {
  padding: 20px 0 10px;
  float: left;
}

.footer .botbox2 li a {
  margin-right: 10px;
  padding-right: 10px;
  display: block;
  border-right: 1px solid #999;
}

.footer .botbox2 li:last-of-type a {
  margin: 0;
  padding: 0;
  border: 0;
}

.footer .botbox2 p {
  margin: 0 0 20px;
  float: left;
}

/* 分页 */
.pages {
  margin: 60px 0;
  text-align: center;
  /* background: #eee; */
}

.pages a {
  display: inline-block;
  min-width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #666;
  background: #fff;
  border: 1px solid #edecec;
}

.pages a:hover {
  color: #fff;
  background: #202985;
  border-color: #202985;
}

.pages .abtn {
  margin: 0 4px;
  padding: 0 15px;
  vertical-align: middle;
}

.pages .nums {
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
}

.pages .nums a {
  width: 45px;
  float: left;
}

.pages .nums a.a_cur {
  color: #fff;
  background: #202985;
  border-color: #202985;
}

.pagers {
  margin: 30px 0;
}

.pagers a {
  display: inline-block;
  margin: 0 5px;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  color: #666;
  background: #fff;
  border: 1px solid #edecec;
}

.pagers a:hover {
  color: #fff;
  background: #202985;
  border-color: #202985;
}

/* banner */
.homeban .img {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.homeban .imgMobile {
  display: none;
  width: 100%;
  padding-bottom: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.homeban .pagination-banner span {
  width: 20px;
  height: 20px;
  opacity: 1;
  background: none;
  border: 3px solid #b2bce9;
}

.homeban .pagination-banner>.swiper-pagination-bullet-active {
  border-color: #aec662;
}

.banner {
  width: 100%;
  height: 450px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.mobileBanner {
  display: none;
}
.mobileBanner img {
  width: 100%;
  height: auto;
}

/* 菜单 */
.menubox {
  background: #fff;
}

.menubox ul {
  text-align: center;
}

.menubox li a {
  height: 40px;
  display: block;
  line-height: 40px;
  color: #333;
  background: #f5f5f5;
}

.menubox li.on a,
.menubox li:hover a {
  color: #fff;
  background: #202985;
}

/* FullPage导航 */
.pagemenu {
  position: fixed;
  right: 90px;
  top: 50%;
  -webkit-transform: translateY(-59%);
  -moz-transform: translateY(-59%);
  -ms-transform: translateY(-59%);
  -o-transform: translateY(-59%);
  transform: translateY(-59%);
  z-index: 99;
  width: 2px;
  background: #fff;
}

.pagemenu li {
  margin: 20px 0;
}

.pagemenu a {
  position: relative;
  left: -4px;
  width: 10px;
  height: 10px;
  display: block;
  background: #fff;
  border-radius: 50%;
}

.pagemenu a::before {
  content: '';
  position: absolute;
  left: -4px;
  top: -4px;
  width: 18px;
  height: 18px;
  display: none;
  border: 1px solid #fff;
  border-radius: 50%;
}

.pagemenu a span {
  position: absolute;
  left: 24px;
  top: -3px;
  min-width: 30px;
  line-height: 16px;
  color: #fff;
  display: none;
}

.pagemenu li.active a::before {
  display: block;
}

.pagemenu li.active a span {
  display: block;
}

/* FullPage导航 */
#fp-nav.right ul {
  padding: 10px 0;
  overflow: hidden;
  position: relative;
}

#fp-nav.right ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  margin-left: -0.5px;
  display: block;
  background: #fff;
}

#fp-nav.right ul li {
  width: 18px;
  height: 18px;
}

#fp-nav.right ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  border: 1px solid #fff;
  border-radius: 50%;
}

#fp-nav.right ul li a span,
#fp-nav.right ul li a.active span,
#fp-nav.right ul li a:hover span {
  width: 8px !important;
  height: 8px !important;
  margin: -4px 0 0 -4px !important;
  background: #fff !important;
}

#fp-nav.right ul li a.active::before {
  display: block;
}

/* 首页 */
.homesame {
  position: relative;
  width: 100%;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}

.homesame .container {
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.homesame a {
  color: #fff;
}

.homesame .info {
  line-height: 24px;
}

.homesame:not(.homenews) .info {
  height: 120px;
  overflow: hidden;
}

.homesame .more {
  display: inline-block;
  padding-right: 25px;
  background: url(../images/ico-more.png) no-repeat right center;
}

.homesame .more:hover {
  color: #2f318b;
  background-image: url(../images/ico-more-hover.png);
}

.homegroup {
  background-image: url(../images/homegroup-bg.jpg);
}

.homegroup .container {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.homeproject .main {
  height: 500px;
  overflow: hidden;
}

.homeproject .back {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.homeproject .img {
  width: 100%;
  height: 100%;
  position: relative;
}

.homeproject .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
  height: 100%;
}

.homeproject .pagination-project span {
  width: 60px;
  height: 50px;
  height: auto;
  opacity: 1;
  background: none;
  border: 2px solid #fff;
  border-radius: 0;
}

.homeproject .pagination-project span img {
  width: 100%;
}

.homeproject .pagination-project>.swiper-pagination-bullet-active {
  border-color: #202985;
}

.homenews {
  height: auto;
  background-image: url(../images/homenews-bg.jpg);
  background-size: cover !important;
}

.homenews .title {
  text-align: center;
}

.homenews .swiper-slide {
  overflow: hidden;
}

.homenews .back {
  position: relative;
  margin: 20px 0;
  padding: 0 20px;
  border: 1px solid #fff;
  border-bottom: 0;
}

.homenews .back::before,
.homenews .back::after {
  content: '';
  position: absolute;
  bottom: 0.5px;
  width: 50%;
  height: 1px;
  display: block;
  background: #fff;
}

.homenews .back::before {
  left: 0;
  margin-left: -75px;
}

.homenews .back::after {
  left: 50%;
  margin-left: 75px;
}

.homenews .img {
  position: relative;
  top: -20px;
}

.homenews .h5:hover a {
  text-decoration: underline !important;
}

.homenews .more {
  position: relative;
  top: 18px;
  width: 150px;
  line-height: 36px;
  background-position-x: 114px;
  border: 1px solid #fff;
}

.homenews .more:hover {
  background-color: #fff;
}

/* 走进远达-集团简介 */
.group,
.about {
  color: #555;
}

.group .title,
.about .title {
  margin-top: 10px;
  color: #202985;
}

.group .text,
.about .text {
  margin-top: 10px;
  color: #999;
}

.group>div {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.group-intro {
  color: #666;
}

.group-intro .intro-detail {
  /*background-image: url(../images/group-intro-bg-1.jpg);*/
  background-image: url(../images/bg1.jpg);
}

.group-intro .intro-develop {
  background-image: url(../images/group-intro-bg-2.jpg);
}

.group-intro .intro-develop p {
  text-align: center;
}

.group-intro .intro-develop .con {
  color: #202985;
}

.group-intro .intro-honor {
  background-image: url(../images/group-intro-bg-3.jpg);
}

.group-intro .intro-honor .img {
  padding: 10px;
  background: #fff;
}

.group-intro .intro-honor .back p {
  text-align: center;
}

.group-intro .intro-future {
  background-image: url(../images/group-intro-bg-4.jpg);
}

.group-intro .intro-future p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.group-milestone {
  background: url(../images/group-milestone-bg-1.jpg) no-repeat center center;
  background-size: cover;
}

.group-milestone p {
  color: #333;
}

.group-milestone .text {
  color: #202985;
}

.group-milestone .swiper-milestone {
  margin-top: 10px;
}

.group-milestone .back {
  position: relative;
  padding: 0 15px 15px 20px;
}

.group-milestone .back::before {
  content: '';
  position: absolute;
  left: 8px;
  bottom: 15px;
  width: 1px;
  height: 100%;
  display: block;
  background: #202985;
}

.group-milestone .back::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  display: block;
  background: #9da7ce;
  border: 4px solid #d6deee;
  border-radius: 50%;
}

.group-milestone .back .con {
  color: #202985;
}

.group-milestone .pagination-inline {
  display: none;
}

.group-milestone .pagination-inline a {
  position: absolute;
  top: 50%;
  z-index: 2;
  margin-top: -35px;
  width: 36px;
  height: 70px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
}

.group-milestone .pagination-inline .prevbtn {
  left: 0;
  background-image: url(../images/ico-prev.png);
}

.group-milestone .pagination-inline .nextbtn {
  right: 0;
  background-image: url(../images/ico-next.png);
}

.group-honor .honor-list ul {
  margin-top: 15px;
  text-align: center;
}

.group-honor .honor-list li {
  display: inline-block;
  padding: 0 10px;
	margin: 0 5px;
  background: #f5f5f5;
  border-radius:22px;
}

.group-honor.wh .honor-list li{
  width:150px;margin:0 6px;
}

.group-honor .honor-list li a {
  position: relative;
  display: block;
  line-height: 32px;
  color: #333;

}

.group-honor .honor-list li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  display: none;
  background: #202985;
	
}
.group-honor .honor-list li.on,
.group-honor .honor-list li:hover{
	background: #202985;
	border-radius:22px;
}
.group-honor .honor-list li.on a,
.group-honor .honor-list li:hover a {
  color: #FFFFFF;
}
/*
.group-honor .honor-list li.on a::after {
  display: block;
}
 */


.group-honor .honor-content ul {
  margin: 0;
}

.group-honor .honor-content li {
  padding: 0;
  text-align: center;
}

.group-honor .honor-content .img {
  max-width: 185px;
  margin: 0 auto;
}

.group-honor .honor-content li:last-of-type .info {
  background-position: right center;
}

.group-honor .honor-content .info {
  padding-top: 30px;
  background: url(../images/group-honor-bg.png) no-repeat center center;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}

.group-honor .honor-content .info p {
  max-width: 210px;
  margin: 0 auto;
  height: 40px;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}

.group-honor.wh{margin-top:0%;margin-bottom:2%;}

@media (max-width:767px){
  .group-honor .honor-list li {
    margin: 0 5px;width:100px;
  }
}

/* 远达之道 */
.about-brand .brand-president .container>div {
  padding: 10px 0;
}

.about-brand .brand-president .back {
  background: url(../images/about-brand-bg.jpg) repeat right top;
}

.about-brand .brand-president .info {
  margin-top: 10px;
}

.about-brand .brand-president .desc {
  color: #202985;
}

.about-brand .brand-brief {
  padding: 20px 0;
}

.about-brand .brand-brief .img {
  display: none;
  text-align: center;
}

.about-brand .brand-brief .info p {
  margin-top: 10px;
  line-height: 24px;
}

.about-brand .brand-brief .info .con {
  font-size: 24px;
  line-height: 32px;
  color: #000;
}

.about-idea {
  color: #fff;
  background: url(../images/about-idea-bg.jpg) no-repeat center center;
}

.about-idea .back {
  padding: 20px 0;
}

.about-idea p {
  line-height: 24px;
}

.about-idea .con {
  margin-top: 15px;
  font-size: 24px;
  line-height: 32px;
}

.about-video .item {
  position: relative;
  width: 100%;
  height: 250px;
  background: #000;
}

.about-video .item .play {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 70px 15px 0;
  background: url(../images/ico-video-play.png) no-repeat center top;
  background-size: 60px 60px;
}

.about-video .item .play p {
  text-align: center;
  color: #fff;
}

.about-video .item img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.about-video .item video {
  width: 100%;
  height: 100%;
  display: none;
}

.about-social {
  text-align: center;
  color: #333;
}

.about-social .social-detail {
  padding-bottom: 20px;
}

.about-social .social-detail p {
  margin-top: 10px;
}

.about-social .social-sort {
  background: url(../images/about-social-sort-bg.jpg) repeat left top;
}

.about-social .social-sort .sort-list ul {
  margin-top: 15px;
}

.about-social .social-sort .sort-list li {
  display: inline-block;
  padding: 0 10px;
}

/*.about-social .social-sort .sort-list li a {
  position: relative;
  display: block;
  line-height: 32px;
  color: #333;
}

.about-social .social-sort .sort-list li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  display: none;
  background: #202985;
}

.about-social .social-sort .sort-list li:hover a {
  color: #202985;
}

.about-social .social-sort .sort-list li.on a::after {
  display: block;
}*/

.about-social .social-sort .sort-list li a {
  height: 40px;
  display: block;
  line-height: 40px;
  color: #333;
  background: #eee;
}

@media screen and (min-width: 1200px){
.about-social .social-sort .sort-list li a {
    width: 160px;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
}
}

.about-social .social-sort .sort-list li.on a, .about-social .social-sort .sort-list li:hover a {
    color: #fff;
    background: #202985;
}

.about-social .social-sort .back {
  overflow: hidden;
  background: #fff;
}

.about-social .social-sort .info {
  margin: 5px;
  height: 24px;
  line-height: 24px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.about-info {
  padding-top: 40px;
  text-align: center;
}

.about-info p {
  line-height: 24px;
}

.about-info .title {
  font-size: 24px;
  line-height: 32px;
  color: #202985;
}

.about-info .time {
  margin-top: 20px;
}

.about-info .info {
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.about-info .info p {
  margin: 10px 0;
  text-align: left;
  color: #555;
}
.about-info img{ max-width:100%}

/* 集团产业 */
.project {
  color: #555;
}

.project .title {
  font-size: 24px;
  color: #202985;
}

/*.project-realty .realty-list .infos {
  margin-bottom: 40px;
}*/

.project-realty .realty-list .con {
  margin: 10px 0;
  position: relative;
  font-size: 18px
}

.project-realty .realty-list .con span {
  width: 13px;
  display: block;
  height: 7px;
  background: url(../images/qy1.png) no-repeat;
  position: absolute;
  left: 80px;
  top: 10px;
}


.project-realty .realty-list ul {
  padding: 10px 0;
  border-top: 1px solid #eee;
}

.project-realty .realty-list li {
  margin: 5px 0;
  display: inline-block;
}

.project-realty .realty-list a {
  padding: 0 15px;
  display: block;
  line-height: 30px;
  border-radius: 15px;
}

.project-realty .realty-list li a.on {
  background: #f5f5f5;
}

.project-realty .realty-content ul {
  margin: 0 -8px;
}

.project-realty .realty-content li {
  margin-top: 20px;
  padding: 0 8px;
}

.project-realty .realty-content .back {
  padding: 15px 15px 30px;
  text-align: center;
  background: #f5f5f5;
}

.project-realty .realty-content .info {
  max-width: 420px;
  margin: 0 auto;
}

.project-realty .realty-content p {
  font-size: 16px;
  color: #555;
}
.project-realty .realty-content .txt{
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height:44px; overflow:hidden
}
.project-realty .realty-content .con a {
  display: block;
  margin: 15px 0 10px;
  font-size: 18px;
  font-weight: bold;
  color: #444;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.project-realty .realty-content li:hover .con a {
  color: #202985
}

.project-info .title {
  text-align: center;
}

.project-info .info-detail {
  padding: 30px 0;  
  background: url(../images/project-info-bg-1.jpg) no-repeat center bottom;
  background-size: cover;
}

.project-info .info-detail .info {
  margin-top: 10px;
}

.project-info .info-swiper .pagination-picture span {
  width: 50px;
  height: auto;
  opacity: 1;
  background: none;
  border: 2px solid #fff;
  border-radius: 0;
}

.project-info .info-swiper .pagination-picture span img {
  width: 100%;
}

.project-info .info-swiper .pagination-picture>.swiper-pagination-bullet-active {
  border-color: #202985;
}

.project-info .info-picture {
  padding-bottom: 40px;
}

.project-info .info-picture .picture-panel {
  display: none;
}

.project-info .info-picture .picture-panel .title {
  margin-bottom: 20px;
}

.project-info .info-picture .picture-content .swiper-panel {
  margin: 0 -10px;
}

.project-info .info-picture .back {
  padding: 10px;
  background: #f5f5f5;
}

.project-info .info-picture .info {
  position: relative;
  margin: 15px 0 5px;
  min-height: 48px;
}

.project-info .info-picture .con {
  position: absolute;
  left: 4px;
  top: 0;
  font-size: 18px;
  font-weight: bold;
  color: #202985;
}

.project-info .info-picture .pagination-inline a {
  position: absolute;
  top: 50%;
  z-index: 2;
  margin-top: -35px;
  width: 18px;
  height: 35px;
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.project-info .info-picture .pagination-inline .prevbtn {
  left: 0;
  background-image: url(../images/ico-prev.png);
}

.project-info .info-picture .pagination-inline .nextbtn {
  right: 0;
  background-image: url(../images/ico-next.png);
}

.project-info .info-tel {
  padding: 20px 0;
  background: url(../images/project-info-bg-2.jpg) repeat left top;
}

.project-info .info-service {
  display: none;
  padding: 20px 0;
  background: url(../images/project-info-bg-2.jpg) repeat left top;
}

.project-info .info-tel .address,
.project-info .info-service .row {
  margin-top: 20px;
}

.project-info .info-service .form-group {
  margin-bottom: 20px;
}

.project-info .info-service .form-control {
  min-height: 50px;
  border-radius: 0;
  border: 0;
}

.project-info .info-service textarea.form-control {
  height: 190px;
}

.project-info .info-service .btn {
  padding: 0 60px;
  line-height: 46px;
  font-size: 16px;
  color: #fff;
  background: #202985;
  border: 0;
  border-radius: 0;
}

.project-food .info {
  margin-top: 20px;
}

.project-food .info p,.project-realty .infos p {
  line-height: 24px;
}

.project-food .food-detail,.project-realty .realty-detail {
  background: url(../images/project-food-bg-1.jpg) no-repeat center bottom;
  background-size: cover;
}
.project-realty .realty-detail2 {
  background: url(../images/fc-bg.jpg) no-repeat center bottom;
  background-size: cover;
}
.project-realty .realty-detail2 .infos p{
	/* color: #fff; */
	margin-bottom: 30px;
}
.project-food .food-honor {
  background: url(../images/project-food-bg-2.jpg) no-repeat center bottom;
  background-size: cover;
}

.project-food .food-honor .back p {
  font-size: 16px;
}

.project-food .food-honor .back .con {
  font-weight: bold;
  color: #202985;
}

.project-food .food-honor .con span {
  font-size: 54px;
}

.project-food .food-value {
  background: url(../images/project-food-bg-3.jpg) repeat left top;
  text-align: center;
}

.project-food .food-value {
  background: url(../uploadfiles/image/project-food-bg-3.jpg) repeat left top;
  text-align: center;
}

.project-food .food-value .swiper-valuet {
  margin-top: 60px;
}

.project-food .food-value .swiper-valuet .back {
  padding-top: 30px;
}

.project-food .food-value .swiper-valuet p {
  position: relative;
  padding-top: 30px;
  font-weight: bold;
  font-size: 16px;
  color: #999;
  border-top: 1px dashed #666;
}

.project-food .food-value .swiper-valuet p::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 1px;
  height: 12px;
  display: block;
  background: #000;
}

.project-food .food-value .swiper-valuet .swiper-slide-active p {
  font-weight: normal;
  color: #202985;
}

.project-food .food-value .swiper-valuet .swiper-slide-active p::before {
  height: 60px;
  margin-bottom: -30px;
}

.project-food .food-value .swiper-valuet .swiper-slide-active span {
  font-size: 30px;
}

.project-food .food-value .swiper-valuet .pagination-inline a {
  position: absolute;
  top: 0;
  z-index: 2;
  margin-top: 10px;
  width: 40px;
  height: 40px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
}

.project-food .food-value .swiper-valuet .pagination-inline .prevbtn {
  left: 0;
  background-image: url(../images/ico-prev2.png);
}

.project-food .food-value .swiper-valuet .pagination-inline .nextbtn {
  right: 0;
  background-image: url(../images/ico-next2.png);
}

.project-food .food-value .swiper-valueb {
  text-align: left;
}

.project-food .food-value .swiper-valueb .back {
  max-width: 700px;
  margin: 30px auto 0;
}

.project-food .food-value .swiper-valueb .img {
  width: 270px;
}

.project-food .food-value .swiper-valueb .info {
  width: 430px;
  margin-top: 0;
}

.project-food .food-value .swiper-valueb dt {
  margin: 25px 0;
  font-size: 18px;
}

.project-food .food-value .swiper-valueb dd {
  font-size: 16px;
}

.Property {padding: 140px 0;}
.Property img{width: 100%;height: auto;}
.Property-honor{padding: 140px 0;}
.Property-honor img{width: 100%;height: auto;}

.Investment {padding: 140px 0;}
.Investment img{width: 100%;height: auto;}
.Investment-honor{padding: 140px 0;}
.Investment-honor img{width: 100%;height: auto;}
.fl{float: left;}
.fr{float: right;}
.Property p.content{text-indent: 2em;color: #5f5d5d;line-height: 2em;}
.Property-honor p.content{text-indent: 2em;color: #5f5d5d;line-height: 2em;}
.Investment p.content{text-indent: 2em;color: #5f5d5d;line-height: 2em;font-size: 18px;margin: 20px 0;}
.Property p.content{text-indent: 2em;color: #5f5d5d;line-height: 3em;font-size: 18px;margin: 42px 0;}

.Property .Property_r .title .title1{font-size: 50px;font-weight: bold;color: #2f318b;}
.Property .Property_r .title .title2{color: #2f318b;font-size:35px;}
.Property .Property_r .title .title_en{font-size:24px;color: #c19649;margin: 10px 0;}
.Property .Property_r .desc .title{font-size:30px;font-weight: bold;color: #5f5d5d;margin-top: 20px;}
.Property .Property_r .desc .title1{font-size: 30px;color: #626060;margin: 0 0 38px 0;line-height: 1em;}
.Property .Property_l .desc .title{font-size:30px;font-weight: bold;color: #5f5d5d;}
.Property .Property_l .desc .title1{font-size: 30px;color: #626060;}
.Property .Property_l{padding-top: 210px;}

.Property-honor .title{color: #5f5d5d;font-size: 25px;}
.Property-honor img{margin: 15px;}

.Investment .Investment_l .big-title{font-size: 77px;color: #dbb576;line-height: 1em;margin-bottom:15px;}
.Investment .Investment_l .title .title1{font-size: 50px;font-weight: bold;color: #2f318b;margin-top: 40px;}
.Investment .Investment_l .title .title2{color: #2f318b;font-size:35px;}
.Investment .Investment_l .title .title_en{font-size:24px;color: #c19649;}
.Investment .Investment_r .desc .title{font-size: 24px;color: #5f5d5d;margin-top: 44px;}
.Investment .Investment_r{padding-top: 94px;}

/* 新闻中心 */
.news {
  color: #555;
}

.news .news-content li {
  margin-bottom: 20px;
}

.news .news-content li:last-of-type {
  margin: 0;
}

.news .news-content .img {
  margin-right: 30px;
  width: 270px;
  float: left;
}

.news .news-content .info {
  overflow: hidden;
}

.news .news-content .info p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 28px;
  overflow: hidden;
}

.news .news-content .info .h5 {
  height: 28px;
}

.news .news-content .info p:not(.h5):not(.con) {
  height: 56px;
}

.news .news-content .h5 a {
  font-size: 18px;
  color: #333;
}

.news .news-content .h5:hover a {
  color: #202985;
}

.news .news-content .con {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}

.news .news-content .con span {
  margin-right: 25px;
  color: #888;
}

.news .news-content .more {
  display: inline-block;
  padding-right: 25px;
  color: #202985;
  background: url(../images/ico-more-hover.png) no-repeat right center;
}

.news .news-content .h5 {
  margin-bottom: 0;
}

/* 搜索 */
.news .news-content1 li {
  margin-bottom: 20px;
}

.news .news-content li:last-of-type {
  margin: 0;
}

.news .news-content1 .img {
  margin-right: 30px;
  width: 270px;
  float: left;
}

.news .news-content1 .info {
  overflow: hidden;
}

.news .news-content1 .info p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 28px;
  overflow: hidden;
}

.news .news-content1 .info .h5 {
  height: 28px;
}

.news .news-content1 .info p:not(.h5):not(.con) {
  height: 56px;
}

.news .news-content1 .h5 a {
  font-size: 18px;
  color: #333;
}

.news .news-content1 .h5:hover a {
  color: #202985;
}

.news .news-content1 .con {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}

.news .news-content1 .con span {
  margin-right: 25px;
  color: #888;
}

.news .news-content1 .more {
  display: inline-block;
  padding-right: 25px;
  color: #202985;
  background: url(../images/ico-more-hover.png) no-repeat right center;
}

.news .news-content1 .h5 {
  margin-bottom: 0;
}

.news-info {
  padding-top: 40px;
}

.news-info p {
  line-height: 24px;
}

.news-info .title {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #202985;
}

.news-info .time {
  margin-top: 20px;
  text-align: center;
}

.news-info .info {
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.news-info .info p {
  margin: 10px 0;
  text-align: left;
  color: #555;
}

.news-info .back img {
  max-width: 100%;
  height: auto;
}

/* 加入远达 */
.join-staff {
  color: #555;
}

.join-staff .title {
  margin: 20px 0;
  font-size: 24px;
  text-align: center;
  color: #202985;
}

.join-staff .pagination-inline a {
  position: absolute;
  top: 50%;
  z-index: 2;
  margin-top: -25px;
  width: 40px;
  height: 40px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
}

.join-staff .pagination-inline .prevbtn {
  left: 10%;
  background-image: url(../images/ico-prev1.png);
}

.join-staff .pagination-inline .nextbtn {
  right: 10%;
  background-image: url(../images/ico-next1.png);
}

.join-staff .staff-share {
  background: url(../images/join-staff-bg.jpg) repeat left top;
}

.join-staff .staff-share .back {
  padding: 20px;
}

.join-staff .staff-share .con {
  text-align: center;
  color: #202985;
}

.join-staff .staff-share .back {
  background: #fff;
}

.join-staff .staff-share .back img {
  max-width: 100%;
  height: auto;
}

.join-staff .staff-share .row {
  margin-top: 20px;
}

.join-staff .staff-share .info {
  margin-top: 20px;
}

.join-staff .staff-share .info p {
  line-height: 24px;
}

.join-staff .staff-share .h5 {
  margin-top: 20px;
}

.join-staff .pagination-share {
  position: relative;
  margin: 30px 0;
}

.join-staff .pagination-share span {
  width: 20px;
  height: 20px;
  opacity: 1;
  background: none;
  border: 3px solid #e5e5e5;
}

.join-staff .pagination-share>.swiper-pagination-bullet-active {
  border-color: #202985;
}

.join-recruit {
  text-align: center;
  color: #555;
}

.join-recruit dt {
  background: #f9f9f9;
}

.join-recruit li {
  background: #fff;
}

.join-recruit li:nth-of-type(2n) {
  background: #f9f9f9;
}

.join-recruit li .backt>div {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.join-recruit .col-xs-1 {
  width: 28%;
}

.join-recruit .col-xs-2 {
  width: 16%;
}

.join-recruit .col-xs-3 {
  width: 22%;
}

.join-recruit .col-xs-4 {
  width: 20%;
}

.join-recruit .col-xs-5 {
  width: 14%;
}

.join-recruit .toggle span {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/ico-show.png);
  cursor: pointer;
}

.join-recruit .backt.on .toggle span {
  background-image: url(../images/ico-hide.png);
}

.join-recruit .backb {
  display: none;
  padding: 15px 10px;
  text-align: left;
  line-height: 32px;
  background: #f9f9f9;
  border-bottom: 1px solid #fff;
}

.join-recruit .backb span {
  font-weight: bold;
}

.join-recruit .backb .submit {
  height: 40px;
  margin-top: 10px;
  padding: 0 50px;
  line-height: 40px;
  display: inline-block;
  color: #fff;
  background: #202985;
  border-radius: 20px;
}
.join-staff{ padding-bottom: 5%;}
.join-staff_{padding-bottom:0;}
.join-staff li{ width: 31.3%;float: left; margin-right: 2%; position: relative; margin-bottom: 5%; text-align: center;}
.join-staff li:nth-child(3n){ margin-right: 0;}
.join-staff li figure{ position: relative; padding-top: 65%; overflow: hidden; background-position: center; background-size: cover; background-repeat: no-repeat;}
.join-staff li img{ display: none;}
.join-staff li a{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2;}
.join-staff li a:first-child{ z-index: 100;}
.join-staff li p{display: block;white-space: nowrap;text-overflow: ellipsis;overflow: hidden; padding: 10px 0; font-size: 16px;}


.topcon1{font-size:16px;line-height: 35px;background: url(../images/fc-bg.jpg) no-repeat center bottom;
    background-size: cover;padding:6% 0;color:#333;margin-bottom:2%;}

/* 新闻中心 */
.address {
  position: relative;
}

.address .ti {
  font-size: 24px;
  color: #202985;
  line-height: 32px;
  padding-bottom: 10px;
}

.address .ti,
.address .infobox {
  display: none;
}
.contact-address .tab li{ cursor:pointer;}
.contact-address .tab-box{ padding-top:3%;}
.contact-address .mapyc{ height:0; overflow:hidden}
.address .mapbox {
  background-color: #fff;
  height: 450px;
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 80px;
}

.address .mapbox .map {
  width: 100%;
  height: 100%;
}

.address .amap-info-content {
  min-width: 300px;
}

.address .amap-info-content span {
  font-size: 18px;
  line-height: 42px;
  color: #202985;
}

@media screen and (min-width: 768px) {

  /* 头部 */
  .header .navbar-brand {
    width: 240px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 0 !important;
    background-size: 240px 44px;
  }

  .header #menu {
    float: right;
  }

  .header #menu>li>a {
    /* position: relative; */
    color: #333;
  }
	.nav>li{
		position: initial !important;
	}
 /* .header #menu>li>a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 3px;
    display: none;
    background: #2f318b;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  } */

  .header #menu>li.on>a::after {
    display: block;
  }

  .header .navbar-right {
    margin-right: 0;
    padding: 13px 0;
  }

  .header .navbar-right div {
    margin-left: 10px;
    float: left;
  }

  .header .navbar-right .open-search {
    width: 44px;
    height: 44px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
  }

  .header .navbar-right .tell {
    width: 44px;
    height: 44px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
  }

  .header .navbar-right .open-search:hover {
    background-color: #aec662;
    border-color: #aec662;
  }

  .header .navbar-right .tell:hover {
    background-color: #aec662;
    border-color: #aec662;
  }

  .header .navbar-right .search .open-search {
    background-image: url(../images/ico-search.png);
  }

  .header .navbar-right .tel a {
    background-image: url(../images/ico-tel.png);
  }

  .header .navbar-right .search .open-search:hover {
    background-image: url(../images/ico-search-hover.png);
  }

  .header .navbar-right .tel a:hover {
    background-image: url(../images/ico-tel-hover.png);
  }

  /* 底部 */
  .footer .botbox .bot-nav li {
    width: 16.66%;
  }

  .footer .botbox1 {
    padding: 40px 0;
  }

  .footer .botbox1 dt {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .footer .botbox1 a {
    font-size: 16px;
    line-height: 28px;
    margin: 0 5px 0 0;
  }

  .footer .bot-media li {
    margin-right: 5px;
  }

  .footer .gotop {
    margin-left: 0;
  }

  /* 菜单 */
  .menubox ul {
    padding: 45px 0;
    overflow: initial;
    display: block;
  }

  .menubox li {
    width: auto;
    height: auto;
    margin: 5px;
    display: inline-block;
  }

  .menubox li a {
    width: 160px;
    border-radius: 20px;
  }

  /* 首页 */
  .homesame,
  .homeproject .main {
    min-height: 600px;
  }

  .homesame .title {
    font-size: 36px;
  }

  .homesame .more {
    margin-top: 25px;
  }

  .homegroup .container {
    left: 50%;
    width: 50% !important;
    height: 314px;
    margin-left: 30px;
    padding: 30px 40px;
    padding-right: 60px;
    background-image: url(../images/homegroup-bg.png);
    background-position: left center;
  }

  .homegroup .info {
    margin-top: 30px;
  }

  .homeproject .back {
    height: 352px;
  }

  .homeproject .back::before {
    content: '';
    position: absolute;
    left: 0;
    right: 50%;
    z-index: -1;
    width: 50%;
    height: 100%;
    display: block;
    background: url(../images/homeproject-bg.png) no-repeat right top;
    background-size: auto 100%;
  }

  .homeproject .con {
    width: 50%;
    padding: 40px 20px 40px 0;
  }

  .homeproject .h4 {
    margin: 20px 0 10px;
  }

  .homeproject .pagination-project {
    width: 750px !important;
    left: 50% !important;
    top: 50% !important;
    margin-left: -375px;
    margin-top: 160px;
    text-align: left;
  }

  .homeproject .pagination-project span {
    width: 90px;
  }

  .homenews {
    height: auto;
    padding-top: 60px;
  }

  .homenews .container {
    padding-top: 30px;
    padding-bottom: 50px;
    background: url(../images/homenews-bg.png) no-repeat center top;
    background-size: 100% auto;
  }

  .homenews .title {
    margin-bottom: 30px;
  }

  .homenews .h5 {
    height: 56px;
    font-size: 18px;
    line-height: 28px;
  }

  .homenews .time {
    margin-top: 10px;
  }

  .homenews .info {
    line-height: 24px;
  }

  .homenews .more {
    margin-top: 0;
  }

  /* 走进远达 */
  .group .title,
  .about .title {
    font-size: 32px;
  }

  .group-intro .info {
    margin-top: 20px;
    line-height: 38px;
  }

  .group-intro .intro-detail {
    padding: 120px 0;
  }

  .group-intro .intro-develop {
    padding: 60px 0;
  }

  .group-intro .intro-develop .back {
    max-width: 180px;
    margin: 35px auto 0;
  }

  .group-intro .intro-develop .con {
    font-size: 20px;
  }

  .group-intro .intro-develop .con span {
    font-size: 54px;
    font-weight: bold;
  }

  .group-intro .intro-honor {
    padding: 60px 0;
  }

  .group-intro .intro-honor .back {
    margin-top: 50px;
  }

  .group-intro .intro-honor .back p {
    margin: 10px 0;
  }

  .group-intro .intro-future {
    padding: 80px 0;
  }

  .group-milestone {
    padding: 40px 0;
    height: 890px;
  }

  .group-milestone p {
    font-size: 18px;
  }

  .group-milestone .mySwiper {
    position: relative;
    padding: 0 50px;
  }

  .group-milestone .mySwiper::after {
    content: '';
    background: url(../images/jx.png);
    width: 1072px;
    height: 571px;
    position: absolute;
    left: 0px;
    display: block;
    top: 230px;
  }

 .Floating-window{
		position: fixed;
		right: 110px;
		bottom: 40px;
		z-index: 999;
	}
 .Floating-window a{
		display: block;
		float: left;
		background: #973333;
	}
 .Floating-window a img{
	  height: 40px;
		padding: 10px 15px;
		
 }
  .group-milestone .swiper-milestone {
    height: 720px;
  }

  .group-milestone .back {
    height: 300px;
    padding: 0 15px 0 30px;
  }

  .group-milestone .back::before {
    left: 15px;
    bottom: 15px;
    z-index: 2;
    width: 2px;
    height: 285px;
  }

  .group-milestone .back::after {
    top: 100%;
    margin-top: -30px;
    width: 30px;
    height: 30px;
    border: 6px solid #d6deee;
  }

  .group-milestone .back p {
    line-height: 30px;
  }

  .group-milestone .pagination-inline {
    display: block;
  }

  .group-honor .honor-list li {
    padding: 0 20px;
  }

  .group-honor .honor-list li a {
    line-height: 42px;
  }

  .group-honor .honor-content li {
    margin-top: 40px;
  }

  .group-honor .honor-content .info p {
    height: 48px;
    line-height: 24px;
  }

  /* 远达之道 */
  .about-brand .brand-president .desc {
    position: relative;
    padding-left: 25px;
    line-height: 24px;
  }

  .about-brand .brand-president .desc::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 20px;
    height: 1px;
    display: block;
    background: #202985;
  }

  .about-brand .brand-brief {
    padding: 60px 0;
  }

  .about-brand .brand-brief .img {
    display: block;
  }

  .about-brand .brand-brief .info {
    display: none;
  }

  .about-idea {
    padding: 60px 0;
  }

  .about-idea .back {
    height: 340px;
    padding: 85px 60px;
    background: url(../images/about-idea-bg.png) no-repeat left top;
    background-size: 100% auto;
  }

  .about-video .item {
    height: 380px;
  }

  .about-video .item .play {
    width: 600px;
  }

  .about-video .item .play p {
    font-size: 16px;
    line-height: 28px;
  }

  .about-social .social-detail {
    padding-bottom: 40px;
  }

  .about-social .social-detail p {
    margin-top: 20px;
  }

  .about-social .social-sort .sort-list ul {
    margin-top: 35px;
  }

  .about-social .social-sort .sort-list li {
    padding: 0 20px;
  }

  .about-social .social-sort .sort-list li a {
    line-height: 44px;
    font-size: 18px;
  }

  .about-social .social-sort .sort-content li {
    margin-top: 30px;
  }

  .about-social .social-sort .info {
    margin: 10px;
  }

  /* 集团产业 */
  .project .title {
    font-size: 32px;
  }

  .project-info .info {
    font-size: 16px;
    line-height: 24px;
  }

  .project-info .info-detail {
    padding: 60px 0;
  }

  .project-info .info-detail .info {
    margin-top: 25px;
  }

  .project-info .info-swiper .pagination-picture span {
    width: 90px;
  }

  .project-info .info-picture {
    padding-bottom: 60px;
  }

  .project-info .info-picture .picture-panel .title {
    margin-bottom: 30px;
  }

  .project-info .info-tel {
    padding: 40px 0;
  }

  .project-info .info-service {
    padding: 40px 0;
  }

  .project-info .info-tel .address,
  .project-info .info-service .row {
    margin-top: 40px;
  }

  .project-food .info p,.project-realty .infos p {
    line-height: 32px;
  }

  .project-food .food-detail,.project-realty .realty-detail {
    padding: 60px 0;
  }

  .project-food .food-honor {
    padding: 60px 0;
  }

  .project-food .food-honor .title {
    margin-top: 20px;
  }

  .project-food .food-value {
    padding: 70px 0;
  }

  .project-food .food-value {
    padding: 70px 0;
  }

  /* 加入远达 */
  .join-staff .title {
    margin: 30px 0;
    font-size: 32px;
  }

  .join-staff .staff-share .back {
    padding: 30px;
  }

  .join-staff .staff-share .con {
    font-size: 24px;
  }

  .join-staff .pagination-share {
    margin: 50px 0;
  }

  .join-recruit {
    font-size: 16px;
  }

  .join-recruit dl {
    margin-bottom: 65px;
  }

  .join-recruit dt {
    line-height: 50px;
  }

  .join-recruit .backt {
    line-height: 50px;
  }

  .join-recruit .backb {
    padding: 20px 40px;
  }

  .join-recruit .backb .desc {
    margin-top: 20px;
  }

  .join-recruit .backb .submit {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  /* 头部 */
  .header #menu {
    width: 100%;
  }

  .header #menu>li {
    width: 14.28%;
    padding: 0 10px;
    text-align: center;
  }

  .header #menu>li>a {
    padding-left: 0;
    padding-right: 0;
  }

  .header .navbar-right div {
    margin-left: 20px;
  }

  /* 底部 */
  .footer .botbox .bot-nav {
    width: 480px;
  }

  /* 走进远达 */
  .group-intro .intro-honor .container {
    padding-right: 80px;
  }

  .group-milestone .swiper-slide:nth-of-type(3n + 1) .back {
    top: 240px;
  }

  .group-milestone .swiper-slide:nth-of-type(3n + 2) .back {
    top: 125px;
  }

  .group-milestone .swiper-slide:nth-of-type(3n + 3) .back {
    top: 10px;
  }

  /* 远达之道 */
  .about-brand .brand-president .info {
    line-height: 24px;
  }

  /* 集团产业 */
  .project-food .food-detail .title {
    margin-top: 20px;
  }
}

@media screen and (min-width: 992px) {

  /* Bootstrap */
  .container {
    padding-left: 0;
    padding-right: 0;
  }

  /* 头部 */
  .header .navbar-brand {
    height: 80px;
  }

  .header #menu>li {
    padding: 0 10px;
  }

  .header #menu>li>a {
    padding: 30px 5px;
  }

  .header .navbar-right {
    padding: 18px 0;
  }

  /* 底部 */
  .footer .botbox .bot-nav li {
    width: 115px;
  }

  /* 首页 */
  .homeproject .pagination-project {
    width: 970px !important;
    margin-left: -485px;
  }

  /* 走进远达 */
  .group-intro .intro-detail {
    padding: 230px 0;
  }

  .group-intro .intro-develop {
    padding: 120px 0;
  }

  .group-intro .intro-honor {
    padding: 120px 0;
  }

  .group-intro .intro-honor .info {
    padding-right: 80px;
  }

  .group-intro .intro-future {
    padding: 170px 0;
  }

  .group-milestone {
    height: 990px;
  }

  .group-milestone .swiper-slide:nth-of-type(4n + 1) .back {
    top: 400px;
  }

  .group-milestone .swiper-slide:nth-of-type(4n + 2) .back {
    top: 250px;
  }

  .group-milestone .swiper-slide:nth-of-type(4n + 3) .back {
    top: 120px;
  }

  .group-milestone .swiper-slide:nth-of-type(4n + 4) .back {
    top: 20px;
  }

  /* 远达之道 */
  .about-brand .brand-president {
    position: relative;
  }

  .about-brand .brand-president .img {
    width: 50%;
  }

  .about-brand .brand-president .back {
    position: relative;
  }

  .about-brand .brand-president .container {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 100%;
  }

  .about-brand .brand-president .container>div {
    padding: 0 0 0 20px;
  }

  .about-brand .brand-president .back:nth-of-type(2n) .container>div {
    padding: 0 20px 0 0;
  }

  .about-brand .brand-president .back:nth-of-type(2n + 1) .container {
    left: 50%;
  }

  .about-brand .brand-president .back:nth-of-type(2n) .container {
    right: 50%;
  }

  .about-brand .brand-president .back:nth-of-type(2n) .container>div {
    float: right;
  }

  .about-brand .brand-president .back:nth-of-type(2n) .img {
    float: right;
  }

  .about-idea {
    padding-top: 180px;
    height: 740px;
  }

  .about-idea .back {
    height: 370px;
    padding: 94px 76px;
    background-size: auto 100%;
  }

  .about-video .item {
    height: 500px;
  }

  .about-video .item .play {
    padding-top: 130px;
    background-size: 120px 120px;
  }

  /* 新闻中心 */
  .news .news-content li:nth-of-type(-n + 3) {
    width: 33.33%;
    margin-bottom: 50px;
  }

  .news .news-content li:nth-of-type(-n + 3) .img {
    width: 100%;
    float: none;
  }

  .news .news-content li:nth-of-type(-n + 3) .info {
    padding: 0 20px;
    background: url(../images/news-bg-1.jpg) repeat left top;
  }

  .news .news-content li:nth-of-type(-n + 3) .h5 {
    height: 56px;
  }

  .news .news-content li:nth-of-type(-n + 3) p:not(.h5):not(.con) {
    display: none;
  }

  .news .news-content li:nth-of-type(-n + 3) .con {
    margin-top: 0;
    border-bottom: 0;
  }

  .news .news-content li:nth-of-type(-n + 3) .more {
    display: none;
  }

  /* 加入远达 */
  .join-staff .title {
    margin: 50px 0;
  }

  .join-staff .staff-share .back {
    padding: 45px 65px;
  }

  .join-staff .staff-share .row {
    margin-top: 40px;
  }

  .join-staff .staff-share .info {
    margin-top: 0;
  }

  .join-staff .staff-share .h5 {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {

  /* banner */
  .homeban,
  .swiper-banner,
  .banner {
    height: 450px;
  }

  /* 走进远达 */
  .group-honor .honor-list ul {
    margin-top: 0;
  }

  .group-honor .honor-content li:nth-of-type(3n + 1) .info {
    background-position: left center;
  }

  .group-honor .honor-content li:nth-of-type(3n + 3) .info {
    background-position: right center;
  }

  /* 远达之道 */
  .about-brand .title {
    font-size: 24px;
  }

  .project-food .title {
    font-size: 24px;
  }
}

@media screen and (min-width: 1200px) {

  /* 头部 */
  .header {
    font-size: 18px;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  }

  .header .navbar-brand {
    height: 100px;
  }
	.header #menu{
		position: relative;
	}
	.header #menu>li{
		/* position: relative; */
	}
  .header #menu>li>a {
		margin: 29px 0;
    padding: 10px 10px;
		/*border: 1px solid #ffffff;*/
		transition: margin .6s ease;
		-moz-transition: margin .6s ease;	/* Firefox 4 */
		-webkit-transition: margin .6s ease;	/* Safari 和 Chrome */
		-o-transition: margin .6s ease;	/* Opera */
  }
  /* .header #menu>li>a::after {
    width: 0;
    display: block;
    -webkit-transition: width .6s ease;
    -moz-transition: width .6s ease;
    -ms-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
  }

  .header #menu>li.on>a::after,
  .header #menu>li:hover>a::after {
    width: 100%;
  } */
	.header #menu > li.on {
		color: #FFFFFF;
		background: #174A98;
		box-shadow: 0 0 0 1px #174A98;
		/*border: 1px solid #fff;*/
	}
	.header #menu>li.on a {
		color: #FFFFFF;
		/*border: 1px solid #174A98;*/
		/*background: #174A98;*/
	}
	.header #menu>li.on a {
		/*color: #FFFFFF;
		background: #174A98;*/
		box-shadow: 0 0 0 1px #174A98;
		/*border: 1px solid #fff;*/
	}
	.header #menu > li:hover {
		color: #FFFFFF;
		background: #174A98;
		box-shadow: 0 0 0 1px #174A98;
		/*border: 1px solid #fff;*/
	}
	.header #menu>li:hover a {
		/*margin-top: 15px;
		margin-bottom: 43px;*/
		color: #FFFFFF;
		/*background: #174A98;*/
		box-shadow: 0 0 0 1px #174A98;
		/*border: 1px solid #fff;*/
	}
  .header .navbar-right {
    padding: 28px 0;
  }
	.header #menu>li>.ul{
		position: absolute;
		padding: 0;
		top: 100px;
		left:0;
		z-index: 9;
		width: 100%;
		background: #1f2b63;
		text-align: center;
		display: none;
		/*width: 15%;
		margin-left: -10px;*/

	}
	.header #menu>li>.ul>li{
		float: left;
        width:100%;
	}
	.header #menu>li>.ul>li>a{
		color: #FFFFFF;
		font-size: 16px;
		line-height: 25px;
		border:none;
		box-shadow: none;
		border-bottom: 1px solid rgba(225,225,225,.5);
		display: block;
		padding: 10px 10px;
		/*margin: 0 10px;*/
	}
	.header #menu>li>.ul li:hover a{
		background: #FFFFFF;
		color: #174A98;
	}

	.header #menu .bg{
		background: #174A98;
		width: 100%;
		position: absolute;
		top: 99px;
		height: 126px;
		z-index: 8;
		display: none;
		border: 1px solid #174A98;
	}


  /* 底部 */
  .footer .botbox .bot-nav li {
    width: 140px;
  }

  .footer .botbox1 {
    padding: 60px 0 80px;
  }

  .footer .botbox2 li {
    padding: 35px 0;
  }

  .footer .botbox2 p {
    margin: 35px 0;
    float: right;
  }

  /* banner */
  .homeban .img {
    position: relative;
    width: calc(100% + 17px);
    z-index: 99;
  }

  /* 分页 */
  .pages {
    margin: 90px 0;
  }

  /* 菜单 */
  .menubox li a {
    width: 160px;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
  }

  /* FullPage导航 */
  #fullPage .section:last-of-type,
  #fullPage .section:last-of-type>div {
    height: 388px !important;
  }

  /* 首页 */
  .homesame,
  .homeban .swiper-banner,
  .homeproject,
  .homeproject .swiper-project,
  .homeproject .main {
    height: 100%;
  }

  .homeproject .img img {
    width: 100%;
  }

  .homesame {
    background-size: cover;
  }

  .homeban {
    height: calc(100% - 100px);
  }

  .homegroup .container {
    height: 314px;
    margin-left: 60px;
    padding: 30px 40px;
    padding-right: 200px;
  }

  .homeproject .con {
    padding: 40px 40px 40px 0;
  }

  .homeproject .h4 {
    margin: 30px 0 10px;
  }

  .homeproject .pagination-project {
    width: 1170px !important;
    margin-left: -585px;
  }

  .homenews {
    padding-top: 0;
  }

  .homenews .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 40px 0 0;
  }

  .homenews .title {
    margin-bottom: 40px;
  }

  .homenews .time {
    margin-top: 20px;
  }

  .homenews .info {
    line-height: 24px;
  }

  /* 走进远达 */
  .group-milestone .swiper-milestone {
    width: 1000px;
    margin-top: 10px;
    height: 720px;
  }

  .group-honor .honor-content li {
    margin-top: 60px;
  }
  .group-honor .honor-content li:nth-of-type(4n + 1){
    clear: left;
  }

  .group-honor .honor-content li:nth-of-type(4n + 1) .info {
    background-position: left center;
  }

  .group-honor .honor-content li:nth-of-type(4n + 4) .info {
    background-position: right center;
  }

  /* 远达之道 */
  .about-brand .brand-president .container>div {
    padding: 0 0 0 30px;
  }

  .about-brand .brand-president .back:nth-of-type(2n) .container>div {
    padding: 0 30px 0 0;
  }

  .about-brand .brand-president .info {
    line-height: 24px;
  }

  .about-brand .brand-brief {
    padding: 90px 0;
  }

  .about-video .item {
    height: 600px;
  }

  .about-social .social-detail {
    padding-bottom: 60px;
  }

  .about-social .social-detail p {
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
		text-align: left;
  }

  .about-social .social-sort .sort-content li {
    margin-top: 50px;
  }

  .about-social .social-sort .info {
    margin: 15px 0;
    padding: 0 15px;
    font-size: 16px;
  }

  /* 集团产业 */
  .project-realty .realty-list {
    font-size: 18px;
  }

  .project-realty .realty-content ul {
    margin-top: 20px;
  }

  .project-info .info-swiper .pagination-picture {
    bottom: 25px;
  }

  .project-info .info-detail {
    padding: 100px 0;
  }

  .project-info .info-picture {
    padding-bottom: 90px;
  }

  .project-food .info p,.project-realty .infos p {
    font-size: 16px;
    line-height: 40px;
  }

  .project-food .food-detail,.project-realty .realty-detail {
    padding: 140px 0;
  }
	.project-realty .realty-detail2 {
		padding:0 ;
  }
	.project-realty .realty-detail2 .bg {
		/* background: rgba(0,0,0,0.5); */
	}

	.project-realty .realty-detail2 .container2 {
		padding:100px 0 140px ;
	}
	
  .project-food .food-honor {
    padding: 120px 0 100px;
  }

  .project-food .food-honor .back .con {
    font-size: 20px;
  }

  .project-food .food-honor .con span {
    font-size: 72px;
  }

  /* 集团新闻 */
  .news .news-content .info p {
    margin-top: 15px;
  }

  .news-info .info p {
    font-size: 16px;
    line-height: 32px;
  }

  /* 加入远达 */
  .join-staff .staff-share .info p {
    font-size: 16px;
    line-height: 28px;
  }

  .join-recruit .backb {
    padding: 40px;
  }

  .join-recruit .backb .desc {
    margin-top: 40px;
  }

  .join-recruit .backb .submit {
    margin-top: 40px;
  }

  /* 联系我们 */
  .address .amap-info-content {
    min-width: 540px;
    padding: 30px 40px;
  }

  .address .amap-info-content span {
    font-size: 24px;
    line-height: 54px;
  }

  .address .amap-info-content p {
    font-size: 16px;
    line-height: 28px;
  }
}


@media screen and (min-width: 1920px) {

  /* Bootstrap */
  .container {
    width: 1280px;
  }

  .header .container,
  .footer .container,
  .homesame .container {
    width: 1600px;
  }

  /* 头部 */
  .header #menu>li>a {
    padding: 40px 20px;
  }

  .header .navbar-right {
    margin-left: 60px;
  }

  /* 底部 */
  .footer .botbox .bot-nav li {
    width: 160px;
  }

  /* 菜单 */
  .menubox li a,
  .group-honor .honor-list li a {
    font-size: 18px;
  }

  /* banner */
  .homeban .pagination-banner {
    bottom: 40px !important;
  }

  /* 首页 */
  .homesame .title {
    font-size: 48px;
  }

  .homesame .info {
    font-size: 16px;
    line-height: 40px;
  }

  .homesame .more {
    margin-top: 35px;
    font-size: 16px;
  }

  .homegroup .container {
    height: 502px;
    margin-left: 100px;
    padding: 60px;
    padding-right: 320px;
  }

  .homegroup .info {
    margin-top: 40px;
  }

  .homeproject .con {
    padding: 80px 60px 80px 150px;
  }

  .homeproject .h4 {
    margin: 60px 0 20px;
  }

  .homeproject .pagination-project {
    width: 1600px !important;
    margin-left: -650px;
    margin-top: 250px;
  }

  .homeproject .pagination-project span {
    width: 120px;
  }

  .homeproject .back {
    height: 562px;
  }

  .homenews .container {
    padding-top: 75px;
  }

  .homenews .title {
    margin-bottom: 70px;
  }

  .homenews p {
    font-size: 14px;
  }

  .homenews .time {
    margin-top: 20px;
  }

  .homenews .info {
    line-height: 24px;
  }

  /* 远达之道 */
  .about-brand .brand-president .container>div {
    padding: 0 0 0 50px;
  }

  .about-brand .brand-president .back:nth-of-type(2n) .container>div {
    padding: 0 50px 0 0;
  }

  .about-brand .brand-president .info {
    margin-top: 20px;
    font-size: 16px;
    line-height: 32px;
  }

  .about-video .item {
    height: 720px;
  }

  /* 集团产业 */
	.project-info .info-tel .address .mapbox {
		height: 500px;
	}
  .project-food .food-honor .title {
    margin-top: 50px;
  }

  .project-food .food-honor .back {
    margin-top: 20px;
  }

  /* 加入远达 */
  .join-staff .staff-share .info p {
    line-height: 32px;
  }

  /* 联系我们 */
  .address .mapbox {
    height: 720px;
  }
}

@media screen and (max-width: 767px) {

  /* 头部 */
  .header .navbar-collapse {
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 99;
    width: 100%;
    margin: 0;
    background: #fff;
  }

  .header .navbar-brand {
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
  }

  .header #menu > li.on {
    background: #fff;
  }

  .header #menu>li.on>a {
    font-weight: bold;
    color: #202985;
  }

  /* 底部 */
  .footer .botbox .bot-nav li {
    width: 33.33%;
    text-align: right;
  }

  .footer .botbox1 {
    display: none;
    padding: 20px 0;
  }

  .footer .botbox1 dt {
    margin: 10px 0;
    font-size: 16px;
  }

  .footer .botbox1 a {
    line-height: 24px;
  }

  .footer .gotop {
    margin-top: 10px;
    margin-left: 0;
  }

  .footer .bot-media {
    margin-top: 10px;
  }

  .footer .botbox2 {
    text-align: center;
  }

  .footer .botbox2 ul {
    width: 100%;
  }

  .footer .botbox2 li {
    display: inline-block;
    float: none;
  }

  .footer .botbox2 li a {
    margin-right: 5px;
    padding-right: 5px;
  }

  /* 公共样式 */
  .content {
    min-height: 165px;
  }

  /* banner */
  .homeban .img {
    display: none;
  }
  .homeban .imgMobile {
    display: block;
  }
  /* .homeban,
  .swiper-banner,
  .banner {
    height: 320px;
  } */
  .banner {
    height: 0;
    padding-bottom: 50%;
    display: none;
  }
  .mobileBanner {
    display: block;
  }

  /* 分页 */
  .pages {
    margin: 40px 0;
  }

  .pages a {
    min-width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .pages .abtn {
    margin: 0;
    padding: 0 5px;
  }

  .pages .nums a {
    width: 30px;
  }

  /* 菜单 */
  .menubox {
    position: relative;
    padding: 0 20px;
    margin: 10px 0;
    background-color: #f5f5f5;
  }

  .menubox .navbar-header {
    display: none;
  }

  .menubox .navbar-collapse {
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
  }

  .menubox .pagination-inline {
    display: block;
  }

  .menubox .pagination-inline a {
    position: absolute;
    top: 0;
    z-index: 2;
    margin-top: 0;
    width: 20px;
    height: 40px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 16px;
  }

  .menubox .pagination-inline .prevbtn {
    left: 0;
    background-image: url(../images/ico-prev.png);
  }

  .menubox .pagination-inline .nextbtn {
    right: 0;
    background-image: url(../images/ico-next.png);
  }

  /* 首页 */
  .homesame {
    /*height: 500px;*/
    background-size: cover;
  }
  .homegroup .container{ padding:12% 15px; position:relative; top:auto;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);  
  }

  .homesame .title {
    font-size: 24px;
  }

  .homesame .more {
    margin-top: 10px;
  }

  .homegroup {
    background-position: center bottom;
  }

  .homegroup .info {
    margin-top: 15px;
  }

  .homeproject {
    background-position: center top;
  }
  .homeproject .back{ top:45%}
.homeproject .main{ height:350px;}

  .homeproject .h4 {
    margin: 20px 0 10px;
  }

  .homenews {
    height: auto
  }

  .homenews .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .homenews .title {
    margin-bottom: 20px;
  }

  /* 走进远达-集团简介 */
  .group .title {
    font-size: 24px;
  }

  .group .text {
    margin-top: 10px;
    line-height: 24px;
  }

  .group-intro>div {
    padding: 50px 0;
  }

  .group-intro .info {
    line-height: 24px;
    margin-top: 10px;
  }

  .group-intro .intro-detail {
    padding: 15px !important;
  }

  .group-intro .intro-develop .con {
    font-size: 20px;
  }

  .group-intro .intro-develop .con span {
    font-size: 54px;
    font-weight: bold;
  }

  .group-intro .intro-honor .back {
    margin-top: 10px;
  }

  .group-milestone {
    padding: 20px 0;
  }

  .group-honor .honor-content li {
    margin-top: 15px;
  }
  .group-honor .honor-content li:nth-of-type(4n + 1){
    clear: left;
  }

  .group-honor .honor-content li:nth-of-type(2n + 1) .info {
    background-position: left top;
  }

  .group-honor .honor-content li:nth-of-type(2n + 2) .info {
    background-position: right top;
  }

  .group-honor .honor-content .img,
  .group-honor .honor-content .info {
    padding: 0 10px;
  }

  .group-honor .honor-content .info {
    padding-top: 20px;
  }

  /* 远达之道 */
  .about-brand .title {
    font-size: 24px;
  }

  .about-brand .brand-president .info {
    line-height: 24px;
  }

  .about-idea .con {
    margin: 10px 0;
  }

  .about-social .social-sort .sort-content ul {
    margin-left: -7px;
    margin-right: -7px;
  }

  .about-social .social-sort .sort-content li {
    margin-top: 15px;
    padding-left: 7px;
    padding-right: 7px;
  }

  /* 集团产业 */
  .project-info .picture-list {
    padding: 0;
    margin: 20px 0;
  }

  .project-info .picture-list li {
    width: 25%;
    float: left;
  }

  .project-food .food-detail,.project-realty .realty-detail {
    padding: 30px 0;
  }

  .project-food .food-detail .title,
  .project-food .food-honor .title {
    margin-top: 20px;
  }

  .project-food .food-honor {
    padding: 30px 0;
  }

  .project-food .food-value {
    padding: 30px 0;
  }

  .project-food .food-value {
    padding: 30px 0;
  }

  .project-food .food-value .swiper-valuet {
    margin-top: 30px;
  }

  .project-food .food-value .swiper-valuet .back {
    padding-top: 20px;
  }

  .project-food .food-value .swiper-valuet p {
    padding-top: 20px;
  }

  .project-food .food-value .swiper-valuet .swiper-slide-active p::before {
    top: 0;
    height: 40px;
    margin-top: -20px;
  }

  .project-food .food-value .swiper-valuet .pagination-inline a {
    margin-top: 0;
  }

  .project-food .food-value .swiper-valueb .back {
    max-width: 100%;
    margin: 20px auto 0;
  }

  .project-food .food-value .swiper-valueb .img {
    width: 100%;
    padding: 0;
  }

  .project-food .food-value .swiper-valueb .img img {
    width: 100%;
  }

  .project-food .food-value .swiper-valueb .info {
    width: 100%;
    padding: 0;
  }

  .project-food .food-value .swiper-valueb dt {
    margin: 15px 0 5px;
    font-size: 18px;
  }

  .project-food .food-value .swiper-valueb dd {
    font-size: 14px;
    line-height: 24px;
  }

  .Investment .Investment_l .big-title{font-size: 56px;}
  .Investment {padding: 0; }
  .Investment .Investment_r {padding-top: 80px;}
  .Property {padding: 0;}
  .Property-honor {padding: 0;}
  .Property .Property_l{padding:0;}
  .Investment-honor{padding: 0;}

  /* 加入远达 */
  .join-recruit .row {
    margin-left: 0;
    margin-right: 0;
  }

  .join-recruit .row>div {
    width: 19%;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    /* float: none; */
  }


}

@media screen and (max-width: 479px) {

  /* 新闻中心 */
  .news .news-content li .img {
    width: 100%;
    float: none;
  }

  .news .news-content li .info {
    padding: 0 20px;
    background: url(../images/news-bg-1.jpg) repeat left top;
  }

  .news .news-content li p:not(.h5):not(.con) {
    display: none;
  }

  .news .news-content li .con {
    margin-top: 0;
    border-bottom: 0;
  }

  .news .news-content li .more {
    display: none;
  }
}

.job_form {
  padding: 0 0 30px;
}

.job_form #myjobname {
  margin: 0 0 30px;
  text-align: center;
  font-size: 24px;
  color: #202985;
}

.job_form .box {
  position: relative;
  line-height: 30px;
  margin-bottom: 20px;
  padding: 10px;
  min-height: 43px;
  border: solid 1px #dcdcdc
}

.job_form .box .box_name {
  position: absolute;
}

.job_form .box .box_text {
  padding-left: 40px;
  width: 100%;
}

.job_form .box .box_text_4 {
  padding-left: 70px;
  width: 100%;
}

.job_form .box .box_text select {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border: none
}

.job_form .box .box_text .text {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border: none
}

.job_form .box .form_err {
  position: absolute;
  right: 5px
}

.job_form .placeholder {
  text-align: right;
  padding-top: 0;
  min-height: inherit
}

.job_form .queueList {
  border: none;
  margin: 0
}

.job_form .placeholder .webuploader-pick {
  margin-bottom: 0;
  background: #d2d2d2
}

.job_form .placeholder .webuploader-pick-hover {
  background: #00b7ee;
}

.job_form .tip {
  display: none;
}

.job_form textarea {
  width: 100%
}

.button {
  text-align: center;
}

.button .btn {
  padding: 0;
  color: #666666;
  margin: 0 20px;
  background-color: #ccc;
  width: 35%;
  max-width: 150px;
  line-height: 40px;
  font-size: 18px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2)
}

.button .btn_submit {
  color: #fff;
  background-color: #202985;
}

.form_err {
  color: #ff0000
}

@media(min-width:1024px) {

  .job_form .b_l,
  .job_form .b_r {
    width: 48%;
  }

  .job_form .b_l {
    float: left;
  }

  .job_form .b_r {
    float: right
  }

  .job_form .b_w {
    clear: both
  }
}

@media(max-width:767px) {
  .job_form {
    padding-top: 30px;
  }
}

#bdshare_weixin_qrcode_dialog {
  height: 305px !important
}

/*
 .PicList000593 为demo编号
 */
.PicList000593 {
  margin-bottom: -2%
}

.PicList000593 li {
  float: left;
  width: 32%;
  margin-right: 2%;
  position: relative;
  margin-bottom: 2%;
}

.PicList000593 li:nth-child(3n) {
  margin-right: 0;
}

.PicList000593 li .video_files {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.PicList000593 li .video_files video {
  width: 100%;
  height: 100%;
  background-color: #000;
}

.PicList000593 li .video_files .close {
  position: absolute;
  right: 3%;
  top: 3%;
  z-index: 10;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #761b1b;
  cursor: pointer;
}

.PicList000593 li .video_files .close::before,
.PicList000593 li .video_files .close::after {
  position: absolute;
  content: '';
  width: 3px;
  height: 70%;
  border-radius: 3px;
  background-color: #fff;
  left: 13px;
  top: 5px;
}

.PicList000593 li .video_files .close::before {
  transform: rotate(45deg);
}

.PicList000593 li .video_files .close::after {
  transform: rotate(-45deg);
}

.PicList000593 li figure {
  position: relative;
}

.PicList000593 li figure em {
  display: block;
  padding-bottom: 72%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.PicList000593 li figure a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.PicList000593 li figure a::before,
.PicList000593 li figure a::after {
  position: absolute;
  content: '';
  z-index: 5;
  top: 50%;
  left: 50%;
}

.PicList000593 li figure a::before {
  width: 70px;
  height: 70px;
  border: 3px solid rgba(255, 255, 255, 0.6);
  margin-left: -35px;
  margin-top: -35px;
  border-radius: 50%;
}

.PicList000593 li figure a::after {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid rgba(255, 255, 255, 0.6);
  margin-left: -6px;
  margin-top: -12px;
}

.PicList000593 li p {
  text-align: center;
  margin: 2% 0;
  color: #666;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

@media(max-width:768px) {
  .PicList000593 li {
    width: 49%;
    margin-right: 2%;
  }

  .PicList000593 li:nth-child(3n) {
    margin-right: 2%;
  }

  .PicList000593 li:nth-child(2n) {
    margin-right: 0;
  }
}

@media(max-width:480px) {
  .PicList000593 li figure a::before {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
  }

  .PicList000593 li figure a::after {
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 15px;
    margin-left: -3px;
    margin-top: -7px;
  }
}

@media(max-width:375px) {
  .PicList000593 li figure a::before {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
  }

  .PicList000593 li {
    width: 100%;
    float: none;
    margin-right: 0 !important;
  }
}

/*PicList002171 */
.PicList002171 {
  margin: 4% 0% -3%;
}

.PicList002171 li {
  float: left;
  width: 22.75%;
  margin-right: 3%;
  margin-bottom: 3%;
}

.PicList002171 li a {
  border: 1px solid #e8e8e8;
  position: relative;
  display: block;
}

.PicList002171 li .pic {
  display: block;
  width: 100%;
  padding-bottom: 50%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}

.PicList002171 li img {
  display: none;
  width: 100%;
}

.PicList002171 li a figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #202985;
  opacity: 0;
  transition: 0.3s;
}

.PicList002171 li a:hover figure {
  opacity: 1;
}

.PicList002171 li dl {
  display: table;
  width: 100%;
  height: 100%;
}

.PicList002171 li dt {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

@media(min-width:769px) {
  .PicList002171 li:nth-child(4n) {
    margin-right: 0;
  }
}

@media(max-width:768px) {
  .PicList002171 li {
    width: 32%;
    margin-right: 2%;
  }
}

@media(max-width:768px) and (min-width:481px) {
  .PicList002171 li:nth-child(3n) {
    margin-right: 0;
  }
}

@media(max-width:480px) {
  .PicList002171 li {
    width: 49%;
  }

  .PicList002171 li:nth-child(2n) {
    margin-right: 0;
  }

  .PicList002171 li dt {
    font-size: 15px;
  }
}

.header .search {
  position: relative
}

.header .navbar-right .open-search-show {
  position: relative;
  background: none !important;
  border: none
}

.header .navbar-right .open-search-show::before,
.header .navbar-right .open-search-show::after {
  position: absolute;
  content: '';
  width: 60%;
  height: 3px;
  background: #2f318b;
  top: 50%;
  left: 22%;
  transform: rotate(-45deg);
}

.header .navbar-right .open-search-show::after {
  transform: rotate(45deg);
}

.header .navbar-right .search-box {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 100;
  display: none;
}

.header .navbar-right .search-box .text {
  width: 254px;
  line-height: 46px;
  height: 46px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 0 50px 0 10px;
}

.header .navbar-right .search-box .btn1 {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 46px;
  width: 46px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 0
}

.header .navbar-right .search-box .btn1::before {
  position: absolute;
  content: '';
  border: 8px solid transparent;
  border-bottom-color: #b4b4b4;
  top: -15px;
  right: 12px;
}

.homenews .h5 {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.homenews .info {
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5
}

@media(max-width:1366px) {
  .group-milestone .mySwiper::after {
    top: 196px
  }
}

@media(max-width:1200px) {
  .group-milestone .mySwiper::after {
    display: none
  }
}


.header #menu{position: relative; z-index: 5;}
.header #menu > li{position: relative!important; padding: 0 10px;}
.header #menu > li.on{color: #FFFFFF; background: #1f2b63; box-shadow: 0 0 0 1px #1f2b63;}
.header #menu>li>a {
  margin: 30px 0;
  padding: 10px 10px;
  transition: margin .6s ease;
  -moz-transition: margin .6s ease;
  -webkit-transition: margin .6s ease;
  -o-transition: margin .6s ease;
}
.header #menu>li.on a {
  color: #fff;
  box-shadow: 0 0 0 1px #1f2b63;
}  
.header #menu > li:hover {
  color: #FFFFFF;
  background: #1f2b63;
  box-shadow: 0 0 0 1px #1f2b63;
}
.header #menu>li:hover a {
  color: #FFFFFF;
  box-shadow: 0 0 0 1px #1f2b63;
}
.header #menu>li>.ul{display: none; left: 0; margin: 0; width: 100%; box-shadow: 0 0 0 1px #1f2b63;}

@media(max-width:1199px) {
  .header #menu>li>a {margin: 0; padding: 30px 5px;}
  .header #menu>li>.ul{position: absolute; top: 80px; left: 0;}
  .header #menu>li>.ul li{
    background: #1f2b63;
    text-align: center;
  }
  .header #menu>li>.ul a{
    color: #FFFFFF;
    font-size: 14px;
    line-height: 25px;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid rgba(225,225,225,.5);
    display: block;
    padding: 10px 10px;
  }
}
.wu-example p {
    margin: 0;
    text-align: center;
    position: absolute;
    top: 6px;
    width: 100%;
    z-index: 1;
}
@media(max-width:767px) {
  .header #menu > li{padding: 0;}
  .header #menu > li.on{background: #fff; box-shadow: 0 0 0 1px #fff; color: #333;}
  .header #menu>li.on>a, .header #menu>li>a{margin: 0 10px; padding: 10px 0; border-bottom: 1px solid rgba(0,0,0,.5); color: #777; font-weight: normal;}
  .header #menu>li.on>a{box-shadow: 0 0 0 1px #fff;}
  .header #menu>li>.ul{position: relative; top: 0; display: block; box-shadow: none;}
  .header #menu>li>.ul li{background: #fff; text-align: left; margin: 0 10px 0 15px;}
  .header #menu>li>.ul li a{line-height: initial; color: #777; border-bottom: 1px solid rgba(0,0,0,.5);}
	.wu-example p {
	    margin: 0;
	    text-align: right;
	    position: inherit;
	    width: 100%;
	}
}

/* 投资服务 */
.project-service .service-detail {
	background-image: url(../images/project-invest-bg.jpg);
}
.project-service .info p {
	margin-bottom: 10px;
	line-height: 24px;
}
@media (min-width: 768px) {
	.project-service .info p {
		margin-bottom: 15px;
	}
}
@media (min-width: 1200px) {
	.project-service .info p {
		margin-bottom: 25px;
	}
}
@media (min-width: 1920px) {
	.project-service .title {
		margin-top: 30px;
	}
}

/* 物业管理 */
.project-property .property-detail .desc {
	padding: 0;
}
.project-property .property-detail .desc::before {
	display: none;
}
.project-property .property-honor {
	padding: 20px 0;
}
.project-property .property-honor .title {
	text-align: center;
}
.project-property .property-honor .img {
	margin-top: 15px;
}
.project-property .property-picture {
	padding: 20px 0;
	background: url(../images/project-property-bg.jpg) no-repeat center center;
	background-size: cover;
}
@media (min-width: 768px) {
	.project-property .property-honor {
		padding: 70px 0 50px;
	}
	.project-property .property-honor .img {
		margin-top: 50px;
	}
	.project-property .property-picture {
		padding: 30px 0;
	}
}
@media (min-width: 1200px) {
	.project-property .property-detail .info {
		font-size: 16px;
		line-height: 32px;
	}
	.project-property .property-honor {
		padding: 100px 0 70px;
	}
	.project-property .property-honor .img {
		margin-top: 65px;
	}
	.project-property .property-picture {
		padding: 50px 0;
	}
}


@media (max-width: 1200px) {
	.address .mapbox {
		background-color: #fff;
		height: 450px;
		width: auto;
		margin: 0 auto;
		margin-bottom: 0;
	}
}


.about-social .service-detail.food-detail{
	background: url(../images/shzr-bg.jpg) no-repeat center center;
	padding: 50px 0 100px;
}
@media(max-width:991px) {
	.about-social .service-detail.food-detail{
		background: url(../images/shzr-bg.jpg) repeat center center;
		background-position-y:100% ;
		padding:0 ;
	}
	.about-social .social-detail p{
		text-align: left;
	}
}


.webuploader-container{z-index: 2;}
.webuploader-element-invisible{font-size: 50px;}
