﻿.nav a[href='javascript:;'] {
  cursor: default;
}

.pinVideo {
  max-width: 1920px;
  width: 100%;
  height: 100%;
  margin: auto;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2000;
}

.pinVideo var {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  /*opacity: .8;*/
  /*filter: Alpha(opacity=80);*/
  position: absolute;
  left: 0;
  top: 0;
}

.pinVideo video {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.pinVideo .close {
  padding: 2px 12px;
  border: 1px solid #FFF;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2200;
  cursor: pointer;
}

#header {
  width: 100%;
  min-width: 1230px;
  max-width: 1920px;
  height: 80px;
  margin: auto;
  background-color: #FFF;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}

#header .logo {
  float: left;
  margin: 22px 0 0 40px;
}

#header .ri {
  float: right;
  margin-right: 20px;
}

#header .nav {
  float: left;
}

#header .nav a {
  float: left;
  padding: 0 10px;
  line-height: 75px;
  margin-left: 10px;
  color: #515151;
  border-top: 5px solid transparent;
}

#header .nav a.on {
  border-top: 5px solid #e3403d;
  color: #e3403d;
}

#header .navWrap {
  float: left;
  /*position: relative;*/
}

#header .navWrap .subNav {
  position: absolute;
  right: 0;
  top: 80px;
}

#header .navWrap .subNav .dl:nth-child(5) {
  display: none !important;
}
#header .navWrap .subNav .dl:nth-last-child(2){
      width: 358px !important; 
}
.map_pop .nav_down .dl:nth-child(5) {
  width: 152px;
  text-indent: -9999px;
}

#header .navWrap .subNav .dl {
  display: none;
  height: 50px;
  padding-left: 20px;
  background-color: rgba(0,0,0,0.4);
}

#header .navWrap .subNav .dl.d1 {
  display: none !important;
}

#header .navWrap .subNav .dd a:hover {
  color: #e3403d;
}

#header .navWrap .subNav .dd a {
  float: left;
  line-height: 50px;
  margin-right: 20px;
  color: rgba(255,255,255,.8);
  transition: all .4s ;
}

#header .search {
  float: right;
  height: 80px;
  padding-right: 20px;
  position: relative;
}

#header .ri-img {
  float: left;
  margin-left: 20px;
  margin-top: 31px;
}

#header .search:hover .posCont {
  display: block;
}

#header .search .posCont {
  display: none;
  width: 230px;
  height: 50px;
  background-color: #FFF;
  border: 5px solid #e3403d;
  position: absolute;
  right: 20px;
  top: 64px;
}

#header .search .posCont input {
  width: 190px;
  line-height: 40px;
  padding: 0 20px;
}

.indexHeader .header {
  max-width: 1510px;
}

.header {
  width: 100%;
  margin: auto;
}

footer {
  width: 100%;
  padding-top: 29px;
  height: 132px;
  background-color: #38383a;
  position: relative;
  z-index: 99;
  color: #797873;
}

body.body-hide footer {
  padding-top: 27px;
  height: 122px;
  background-color: #faf7ee;
}

footer .le {
  float: left;
}

footer .le h3 {
  font-family: 'Rajdhani';
  font-size: 30px;
  color: #e64845;
  line-height: 38px;
  font-weight: bold;
  margin-bottom: 3px;
}

footer .le h3 img {
  margin-right: 12px;
  float: left;
}

footer .le p {
  color: #797873;
  line-height: 24px;
}

footer .le p a {
  line-height: 24px;
}

footer .le p em {
  font-family: 'Rajdhani';
}

footer a {
  line-height: 33px;
  display: inline-block;
}

footer .ri {
  float: right;
  padding-top: 29px;
}

footer .ri .foot_follow .i1 {
  float: right;
  position: relative;
  margin-left: 18px;
}

footer .ri .foot_follow .i1 em {
  width: 33px;
  height: 33px;
  background: url(../images/ico1.png) no-repeat;
  display: block;
}

.foot_usy {
  width: 168px;
  height: 168px;
  margin-left: -84px;
  position: absolute;
  top: -180px;
  left: 50%;
  display: none;
  animation: h_fadeIntop .3s linear;
  -moz-animation: h_fadeIntop .3s linear;
  -webkit-animation: h_fadeIntop .3s linear;
  z-index: 2;
}

.foot_usy:before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #fff;
}

footer .ri .foot_follow a:hover .foot_usy {
  display: block;
}

@keyframes fadeInRight20 {
  0% {
      opacity: 0;
      -webkit-transform: translate3d( 20px, 0, 0);
      transform: translate3d( 20px, 0, 0);
  }

  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}

.fadeInRight20 {
  -webkit-animation-name: fadeInRight20;
  animation-name: fadeInRight20;
}

.banner {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.banner .bd {
  width: 100%;
  overflow: hidden;
}

.banner .bd li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.banner .bd li video {
  object-fit: fill;
}

.banner .bd li .img {
  height: 100%;
  background: no-repeat center;
}

.banner .bd li .w1200 {
  width: 1200px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

.banner .bd li.li1 .txt {
  position: absolute;
  left: 0;
  top: 438px;
}

.banner .bd li.li2 .txt {
  position: absolute;
  left: 0;
  top: 354px;
}

.banner .bd li.li3 .txt {
  position: absolute;
  left: 0;
  top: 0;
}

.banner .bd li.li4 .txt {
  position: absolute;
  left: 0;
  top: 0;
}

.banner .bd li .w1200 img {
  position: absolute;
  left: 0;
  top: 40px;
  right: 0;
  bottom: 0;
  margin: auto;
}

.banner .hd {
  width: 1200px;
  height: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 85px;
  z-index: 99;
}

.banner .hd ul {
  float: right;
}

.banner .hd ul li.on {
  background-color: #FFF;
}

.banner .hd ul li {
  float: left;
  width: 12px;
  height: 12px;
  overflow: hidden;
  color: transparent;
  background-color: transparent;
  border: 2px solid #FFF;
  border-radius: 50%;
  margin-left: 6px;
  transition: all .4s;
  cursor: pointer;
}

.banner a.prev, .banner a.next {
  display: inline-block;
  width: 58px;
  height: 58px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.banner a.prev {
  opacity: 0;
  filter: Alpha(opacity=0);
  left: 0;
  border: 2px solid #fff;
  border-radius: 50%;
}

.banner a.prev:before {
  content: '';
  width: 58px;
  height: 58px;
  background: url(../images/prev.png) no-repeat center;
  position: absolute;
  left: -2px;
  top: -2px;
}

.banner a.prev:after {
  content: '';
  position: absolute;
  left: 100%;
  right: 0;
  bottom: 0;
  top: 0;
  background: url(../images/prev_on.png) no-repeat center;
}

.banner a.next {
  opacity: 0;
  filter: Alpha(opacity=0);
  right: 0;
  border: 2px solid #fff;
  border-radius: 50%;
}

.banner a.next:before {
  content: '';
  width: 58px;
  height: 58px;
  background: url(../images/next.png) no-repeat center;
  position: absolute;
  left: -2px;
  top: -2px;
}

.banner a.next:after {
  content: '';
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  top: 0;
  background: url(../images/next_on.png) no-repeat center;
}

.banner:hover a {
  opacity: 1;
  filter: Alpha(opacity=100);
}

.banner:hover .prev {
  -webkit-transform: translate( 40px, 0);
  transform: translate( 40px, 0);
}

.banner:hover .next {
  -webkit-transform: translate( -40px, 0);
  transform: translate( -40px, 0);
}

.banner .prev:hover, .banner .next:hover {
  border: 2px solid #e3403d;
}

.banner .prev:hover:before {
  -webkit-transition: transform .4s ease-out;
  transition: transform .4s ease-out;
  transform: translate(-45px,0);
  -webkit-transform: translate(-45px,0);
}

.banner .next:hover:before {
  -webkit-transition: transform .4s ease-out;
  transition: transform .4s ease-out;
  transform: translate(45px,0);
  -webkit-transform: translate(45px,0);
}

.banner .prev:hover:after {
  left: 0;
  -webkit-transition: left .4s .4s ease-out;
  transition: left .4s .4s ease-out;
}

.banner .next:hover:after {
  right: 0;
  -webkit-transition: right .4s .4s ease-out;
  transition: right .4s .4s ease-out;
}

.banner .bd .li-slide1 .w1200 .li_t1 {
  top: 175px;
  right: auto;
  margin: 0;
}

.banner .bd .li-slide1 .w1200 .li_t2 {
  top: 380px;
  right: auto;
  margin: 0;
}

.banner .bd .li-slide1 .w1200 .li_ter {
  position: absolute;
  height: auto;
  top: 145px;
  left: auto;
  right: -83px;
  bottom: auto;
  display: inline-block;
  text-align: center;
  width: auto;
}

.banner .bd .li-slide1 .w1200 .li_ter .li_t3 {
  position: static;
  display: block;
}

.banner .bd .li-slide1 .w1200 .li_ter .li_t4 {
  position: static;
  display: block;
  margin-top: 6px;
}

.banner .bd .li-slide1 .li_t5 {
  top: 95px;
  right: auto;
  left: 0;
  bottom: auto;
  position: absolute;
}

.banner .bd .li-slide1 .li_t6 {
  top: 225px;
  right: auto;
  left: 5px;
  bottom: auto;
  position: absolute;
}

.banner .bd .li-slide1 .li_t7 {
  top: -55px;
  right: auto;
  left: -185px;
  bottom: auto;
  position: absolute;
}

.banner .bd .li-slide1 .li_t9 {
  top: 335px;
  right: auto;
  left: 0;
  bottom: auto;
  position: absolute;
}

.banner .bd .li-slide1 .li_t10 {
  top: 410px;
  right: auto;
  left: 10px;
  bottom: auto;
  position: absolute;
}

.banner .bd .li-slide1 .li_t11 {
  top: 83px;
  bottom: auto;
  right: auto;
}

.banner .bd .li-slide1 .li_t12 {
  top: 224px;
  bottom: auto;
  right: auto;
}

/* .banner .bd .li-slide1 .li_t8{top: 200px;right: auto;left: 360px;bottom: auto;position: absolute;}*/
.index-cont {
  height: 478px;
  background-color: #faf7ee;
  position: relative;
}

.index-cont .Cont {
  width: 1280px;
  height: 518px;
  margin: auto;
  padding: 40px 40px 0;
  border-radius: 22px 22px 0 0;
  overflow: hidden;
  background: #fff;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
}

.index-cont .cTop {
  /* overflow: hidden;*/
  width: 100%;
  display: inline-block;
}

.index-cont .cTop .le {
  float: left;
  width: 498px;
  overflow: hidden;
}

/* 上市*/
.index-cont .cTop .le .listing {
  float: left;
  width: 177px;
  min-height: 188px;
  background: url(../images/index/ico1.png) no-repeat right top;
  margin-right: 20px;
  position: relative;
}

.index-cont .cTop .le .listing:before {
  content: '';
  width: 4px;
  height: 24px;
  background-color: #e3403d;
  position: absolute;
  right: 0;
  top: 0;
}

.index-cont .cTop .le .listing h3.name {
  font-size: 22px;
  color: #8e8883;
  line-height: 24px;
  font-weight: bold;
}

.index-cont .cTop .le .listing h3.name em {
  font-family: 'Rajdhani';
  font-size: 18px;
  display: block;
  margin-left: -10px;
}

.index-cont .cTop .le .listing h3.num {
  font-family: 'Rajdhani';
  font-size: 46px;
  line-height: 46px;
  color: #ec0010;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin: 24px 0 12px;
}

.index-cont .cTop .le .listing h3.num:before {
  content: '';
  width: 12px;
  height: 7px;
  background: url(../images/index/ico2.png) no-repeat;
  position: absolute;
  right: -22px;
  top: 2px;
}

.index-cont .cTop .le .listing ul {
  overflow: hidden;
  margin-bottom: 15px;
}

.index-cont .cTop .le .listing li {
  float: left;
  font-family: 'Rajdhani';
  font-size: 22px;
  color: #ec0010;
  line-height: 24px;
  background-color: #fdeff1;
  border-radius: 12px;
  padding: 0 10px;
  margin-right: 16px;
}

.index-cont .cTop .le .listing li + li {
  margin-right: 0;
}

.index-cont .cTop .le .listing p {
  font-size: 19px;
  font-family: 'Rajdhani';
  color: #8e8883;
  line-height: 24px;
}

.index-cont .cTop .le .listing.green h3.num {
  color: #3caf1e;
}

.index-cont .cTop .le .listing.green h3.num:before {
  background: url(../images/index/ico8.png) no-repeat;
}

.index-cont .cTop .le .listing.green li {
  color: #3caf1e;
  background-color: #eafae6;
}

.index-cont .cTop .le .video {
  width: 142px;
  height: 60px;
  line-height: 60px;
  background-color: #f4f4f4;
  border-radius: 30px;
  /* padding-left: 66px;*/
  color: #685f57;
  position: relative;
  margin-top: 30px;
}

.index-cont .cTop .le .video em {
  /* content: '';*/
  width: 50px;
  height: 50px;
  background: url(../images/index/ico3.png) no-repeat;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -25px;
  z-index: 2;
}

.index-cont .cTop .le .video:hover em {
  left: 85px;
  animation: rollIn .6s 1 linear;
  -webkit-animation: rollIn .6s 1 linear;
}

.index-cont .cTop .le .video span {
  position: absolute;
  padding-left: 66px;
  top: 0;
  transition: all .6s;
  -webkit-transition: all .6s;
}

.index-cont .cTop .le .video:hover span {
  -webkit-transform: translate( -45px, 0);
  transform: translate( -45px, 0);
}

/* 首页新闻*/
.index-cont .cTop .le .news {
  float: left;
  width: 293px;
}

.index-cont .cTop .le .news .date {
  font-family: 'Rajdhani';
  font-size: 24px;
  color: #a4a4a4;
  line-height: 22px;
}

.index-cont .cTop .le .news .tit {
  font-size: 18px;
  color: #685f57;
  line-height: 24px;
  margin: 10px 0 3px;
}

.index-cont .cTop .le .news .txt {
  font-size: 14px;
  color: #9e9b99;
  line-height: 24px;
}

.index-cont .cTop .le .news .more {
  font-size: 14px;
  color: #68635e;
  line-height: 24px;
  margin-top: 5px;
}

.index-cont .cTop .le .news:hover .date, .index-cont .cTop .le .news:hover .tit {
  color: #ec0010;
  transition: all .4s;
  -webkit-transition: all .4s;
}

/* 首页业务*/
.index-cont .cTop .leCard {
  float: right;
}

.index-cont .cTop .leCard .li {
  float: left;
  width: 200px;
  height: 210px;
  padding-left: 24px;
  margin-right: 9px;
  background-color: #f3f3f5;
  overflow: hidden;
  transition: all .4s ease-out;
  position: relative;
}

.index-cont .cTop .leCard .li:hover {
  margin-top: -5px;
  /* box-shadow: 0 4px 5px 0px #d4cab5;*/
}

.index-cont .cTop .leCard .li.i1:hover {
  box-shadow: 0 8px 15px -4px #9bc44c;
}

.index-cont .cTop .leCard .li.i2:hover {
  box-shadow: 0 8px 15px -4px #7695cf;
}

.index-cont .cTop .leCard .li.i3:hover {
  box-shadow: 0 8px 15px -4px #dbb880;
}

.index-cont .cTop .leCard .li.i4:hover {
  box-shadow: 0 8px 15px -4px #9b8353;
}

.index-cont .cTop .leCard .li:after {
  content: '';
  width: 24px;
  height: 3px;
  position: absolute;
  right: 34px;
  bottom: 52px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .5);
}

.index-cont .cTop .leCard .li .icon {
  content: '';
  width: 92px;
  height: 92px;
  position: absolute;
  right: 0;
  top: 0;
  background: no-repeat center;
  background-size: cover;
}

.index-cont .cTop .leCard .li.i1 .icon {
  background-image: url(../images/icon6.png);
}

.index-cont .cTop .leCard .li.i2 .icon {
  background-image: url(../images/icon66.png);
}

.index-cont .cTop .leCard .li.i3 .icon {
  background-image: url(../images/icon666.png);
}

.index-cont .cTop .leCard .li.i1 {
  width: 283px;
  background-color: #9bc44c;
  background: -webkit-linear-gradient(45deg,#9bc44c -36%,#acd55d 100%);
  background: -moz-linear-gradient(45deg,#9bc44c -36%,#acd55d 100%);
  background: -o-linear-gradient(45deg,#9bc44c -36%,#acd55d 100%);
  background: -ms-linear-gradient(45deg,#9bc44c -36%,#acd55d 100%);
  background: linear-gradient(45deg,#9bc44c -36%,#acd55d 100%);
}

.index-cont .cTop .leCard .li.i2 {
  width: 200px;
  margin-right: 0;
  background-color: #7695cf;
  background: -webkit-linear-gradient(45deg,#7695cf -36%,#83a2d9 100%);
  background: -moz-linear-gradient(45deg,#7695cf -36%,#83a2d9 100%);
  background: -o-linear-gradient(45deg,#7695cf -36%,#83a2d9 100%);
  background: -ms-linear-gradient(45deg,#7695cf -36%,#83a2d9 100%);
  background: linear-gradient(45deg,#7695cf -36%,#83a2d9 100%);
}

.index-cont .cTop .leCard .li.i3 {
  background-color: #dbb880;
}

.index-cont .cTop .leCard .li.i4 {
  background-color: #ebca86;
  margin-right: 0;
  display: none;
}

.index-cont .cTop .leCard .li .ic {
  width: 54px;
  height: 54px;
  margin: 34px 0 38px;
  transition: all .4s ease-out;
}

.index-cont .cTop .leCard .li.i1 .ic {
  background: url("../images/index/index-ctop-ic1.png") no-repeat 0 0;
}

.index-cont .cTop .leCard .li.i2 .ic {
  background: url("../images/index/index-ctop-ic3.png") no-repeat 0 0;
}

.index-cont .cTop .leCard .li.i3 .ic {
  background: url("../images/index/index-ctop-ic2.png") no-repeat 0 0;
}

.index-cont .cTop .leCard .li.i4 .ic {
  background: url("../images/index/index-ctop-ic4.png") no-repeat 0 0;
}

.index-cont .cTop .leCard .li.i1 .ic {
  background: url("../images/index/index-ctop-ic1-h.png") no-repeat 0 0;
}

.index-cont .cTop .leCard .li.i2 .ic {
  background: url("../images/index/index-ctop-ic3-h.png") no-repeat 0 0;
}

.index-cont .cTop .leCard .li.i3 .ic {
  background: url("../images/index/index-ctop-ic2-h.png") no-repeat 0 0;
}

.index-cont .cTop .leCard .li.i4 .ic {
  background: url("../images/index/index-ctop-ic4-h.png") no-repeat 0 0;
}

/* .index-cont .cTop .leCard .li.i3 .ic,.index-cont .cTop .leCard .li.i3 h4,.index-cont .cTop .leCard .li.i3:before,.index-cont .cTop .leCard .li.i3:after{display: none;} */
/* .index-cont .cTop .leCard .li .play-cover{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,.35);opacity: 0;transition: all .25s;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;} */
/* .index-cont .cTop .leCard .li .play-cover:before{content: "";left: 50%;top: 66px;margin: 0 0 0 -25px;width: 50px;height: 50px;background: url(../images/index/ico10.png) no-repeat center;position: absolute;transition: all .25s;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transform: scale(1.5);-webkit-transform: scale(1.5);-moz-transform: scale(1.5);-ms-transform: scale(1.5);-o-transform: scale(1.5);} */
/* .index-cont .cTop .leCard .li:hover .play-cover{opacity: 1;} */
/* .index-cont .cTop .leCard .li:hover .play-cover:before{transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);} */
/* .index-cont .cTop .leCard .li.i3 h3{position: absolute;left: 0;right: 0;top: 124px;margin: auto;font-size: 14px;text-align: center;z-index: 9;} */
.index-cont .cTop .leCard .li h3 {
  color: #FFF;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 8px;
  transition: all .4s ease-out;
}

.index-cont .cTop .leCard .li h4 {
  color: rgba(255, 255, 255, .4);
  font: 18px/1 'Rajdhani';
  transition: all .4s ease-out;
}

.index-cont .cTop .leCard .li:hover:before {
  left: 240%;
  transition: all 1.2s ease;
}

.index-cont .cTop .leCard .li:before {
  content: '';
  position: absolute;
  left: -240%;
  top: 0;
  width: 160%;
  height: 100%;
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background: -o-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  transform: skew(25deg);
  -o-transform: skewx(-25deg);
  -moz-transform: skewx(-25deg);
  -webkit-transform: skewx(-25deg);
  transition: all 0s;
  opacity: .5;
}

.index-cont .bom-card {
  overflow: hidden;
  /* margin-top: 27px;*/
  position: absolute;
  top: 280px;
  left: 40px;
}

.index-cont .bom-card .li.li2 {
  width: 367px;
}

.index-cont .bom-card .li.li2 .img {
  height: 208px;
}

.index-cont .bom-card .li.li2 .img img {
  height: 100%;
}

.index-cont .bom-card .li {
  float: left;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}

.index-cont .bom-card .li .img img {
  -webkit-transition: all .4s;
  transition: all .4s;
}

.index-cont .bom-card .li.li3 {
  margin-right: 0;
}

.index-cont .bom-card .li .txt {
  position: absolute;
  left: 30px;
  top: 40px;
  -webkit-transition: transform .4s ease-out;
  transition: transform .4s ease-out;
}

.index-cont .bom-card .li .txt h3.en {
  font-family: 'Rajdhani';
  font-size: 24px;
  line-height: 22px;
  text-transform: uppercase;
}

.index-cont .bom-card .li .txt h3.cn {
  font-size: 18px;
  line-height: 22px;
}

.index-cont .bom-card .li .txt p {
  line-height: 22px;
  color: #777670;
  position: relative;
}

.index-cont .bom-card .li.li1 .txt h3.en {
  color: rgba(86, 84, 75, .4);
}

.index-cont .bom-card .li.li1 .txt h3.cn {
  color: #56544b;
}

.index-cont .bom-card .li.li1 .txt p {
  display: inline-block;
  margin-top: 16px;
}

.index-cont .bom-card .li.li1 .txt ul {
  margin: 18px 0 10px;
  width: 100%;
  display: inline-block;
}

.index-cont .bom-card .li.li1 .txt li {
  float: left;
}

.index-cont .bom-card .li.li1 .txt li + li {
  margin-left: 10px;
}

.index-cont .bom-card .li.li1 .txt li h3 {
  line-height: 1;
}

.index-cont .bom-card .li.li1 .txt li h3 em {
  font-family: 'Rajdhani';
  font-size: 26px;
  color: #42413e;
  line-height: 1;
  font-weight: bold;
  margin-right: 6px;
  display: inline-block;
}

.index-cont .bom-card .li.li1 .txt li h3 strong {
  font-size: 12px;
  color: #fff;
  background-color: #56b058;
  font-weight: bold;
  display: inline-block;
  line-height: 20px;
  padding: 0px 6px;
  border-radius: 10px;
  top: -3px;
  position: relative;
}

.index-cont .bom-card .li.li1 .txt li h5 {
  font-size: 14px;
  color: #777670;
  line-height: 1;
}

.index-cont .bom-card .li.li1 .txt h6 {
  font-size: 12px;
  color: #777670;
  color: rgba(119, 118, 112, .6);
  line-height: 1.4;
}

.index-cont .bom-card .li.li1 .txt h6 em {
  font-family: 'Rajdhani';
  font-size: 14px;
  margin-left: 12px;
}

.index-cont .bom-card .li.li1 .txt p:before {
  content: '';
  width: 17px;
  height: 8px;
  background: url(../images/index/ico7.png) no-repeat;
  position: absolute;
  right: -32px;
  top: 6px;
}

.index-cont .bom-card .li.li2 .txt h3.en {
  color: rgba(254, 254, 254, .4);
}

.index-cont .bom-card .li.li2 .txt h3.cn {
  color: #fff;
}

.index-cont .bom-card .li.li3 .txt h3.en {
  color: rgba(131, 138, 146, .4);
}

.index-cont .bom-card .li.li3 .txt h3.cn {
  color: #838a92;
}

.index-cont .bom-card .li:hover .img img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}

.index-cont .bom-card .li:hover .txt {
  transform: translate(-10px,0px);
  -webkit-transform: translate(-10px,0px);
  -moz-transform: translate(-10px,0px);
  -o-transform: translate(-10px,0px);
  -ms-transform: translate(-10px,0px);
}

/* 内页banner*/
.page_ban {
  height: 450px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page_ban.business-d {
  height: 630px;
}

.page_ban .tit {
  font-size: 36px;
  color: #a36a3d;
  line-height: 30px;
  letter-spacing: 3px;
  position: absolute;
  right: 40px;
  top: 153px;
}

.page_ban.business_ban .tit {
  color: #fff;
}

.page_ban .w1280 {
  position: relative;
  height: 100%;
}

.page_ban .page_down {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.page_name {
  float: left;
  width: 454px;
  background-color: #f7f5f0;
  padding-left: 80px;
  line-height: 100px;
  color: #666666;
  position: relative;
}

.page_name:before {
  content: '';
  width: 27px;
  height: 12px;
  background: url(../images/page_namebg.png) no-repeat;
  position: absolute;
  left: 40px;
  top: 50%;
  margin-top: -6px;
}

.laf_nav {
  width: 826px;
  float: right;
  background: url(../images/laf_navbg.jpg) no-repeat center;
  padding-right: 40px;
  /* background: linear-gradient(-45deg, #ede6d6, #ede6d6, #f4f1e9, #f4f1e9);background-size: 400% 400%;animation: h_gradient 15s ease infinite;-webkit-animation: h_gradient 15s linear;*/
}

.laf_nav .page_nav {
  float: right;
}

.laf_nav a {
  margin-left: 26px;
  color: #666666;
  font-size: 14px;
  line-height: 100px;
  display: inline-block;
  position: relative;
}

.laf_nav a.on {
  color: #e3403d;
}

.laf_nav a.on:before {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #e3403d;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* 董事长致辞*/
.about {
  min-height: 846px;
  background: url(../images/about/ico1.jpg) no-repeat center bottom #fff;
  padding-top: 14px;
}

.about .up {
  height: 364px;
  /* overflow: hidden;*/
}

.about .up .ico {
  float: left;
  width: 555px;
}

.about .up .ico .img {
  position: relative;
  float: left;
  margin-left: -71px;
}

.about .up .ico .txt {
  float: left;
  border-left: 3px solid #e3403d;
  padding-left: 22px;
  margin-top: 230px;
  margin-left: 26px;
}

.about .up .ico .txt h3 {
  font-size: 22px;
  color: #444444;
  line-height: 24px;
}

.about .up .ico .txt p {
  color: #787876;
  line-height: 20px;
}

.about .up .list {
  width: 603px;
  float: right;
  position: relative;
}

.about .up .list h3 {
  font-size: 26px;
  color: #dfd8ce;
  font-weight: lighter;
  position: absolute;
  top: 90px;
  left: 0;
}

.about .up .list h3 + h3 {
  font-size: 18px;
  color: #e5dfd7;
  position: absolute;
  top: 131px;
  left: 273px;
  animation-delay: .4s;
  -webkit-animation-delay: .4s;
}

.about .up .list h3 + h3 + h3 {
  font-size: 24px;
  color: #e5dfd7;
  position: absolute;
  top: 186px;
  left: 115px;
  animation-delay: .6s;
  -webkit-animation-delay: .6s;
}

.about .up .list h3 + h3 + h3 + h3 {
  font-size: 30px;
  color: #e5dfd7;
  position: absolute;
  top: 235px;
  left: 163px;
  line-height: 35px;
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
}

.about .up .list h3 + h3 + h3 + h3 + h3 {
  font-size: 26px;
  color: #ddd8d3;
  position: absolute;
  top: 294px;
  left: 43px;
  animation-delay: .8s;
  -webkit-animation-delay: .8s;
}

.about .down {
  min-height: 468px;
  background-color: #fff;
  padding: 40px 40px 30px 558px;
  position: relative;
}

.about .down:before {
  content: '';
  background-color: #e3403d;
  width: 72.5%;
  height: 100%;
  position: absolute;
  left: -360px;
  top: 0;
}

.about .down .le {
  position: absolute;
  top: 63px;
  left: 0;
  z-index: 2;
  width: 410px;
}

.about .down .le h3.cn {
  font-size: 30px;
  color: #fff;
  line-height: 36px;
}

.about .down .le h3.en {
  font-family: 'Rajdhani';
  font-size: 23px;
  color: rgba(255, 255, 255, .6);
  line-height: 26px;
  margin-top: 13px;
  text-transform: uppercase;
}

.about .down .ri p {
  margin-bottom: 12px;
}

/* 总裁致辞*/
.about2 {
  min-height: 840px;
  background: url(../images/about/ico1.jpg) no-repeat center bottom #fff;
  padding-top: 14px;
}

.about2 .up {
  height: 358px;
  /* overflow: hidden;*/
}

.about2 .up .ico {
  float: left;
  width: 616px;
}

.about2 .up .ico .img {
  position: relative;
  float: left;
  margin-left: -85px;
}

.about2 .up .ico .txt {
  float: left;
  border-left: 3px solid #e3403d;
  padding-left: 22px;
  margin-top: 230px;
  margin-left: 26px;
}

.about2 .up .ico .txt h3 {
  font-size: 22px;
  color: #444444;
  line-height: 24px;
}

.about2 .up .ico .txt p {
  color: #787876;
  line-height: 20px;
}

.about2 .up .list {
  width: 535px;
  float: right;
  position: relative;
  top: -15px;
}

.about2 .up .list h3 {
  font-size: 20px;
  color: #ccc5bd;
  font-weight: lighter;
  position: absolute;
  top: 77px;
  left: -132px;
}

.about2 .up .list h3 + h3 {
  font-size: 16px;
  color: #cdc6be;
  position: absolute;
  top: 110px;
  left: 115px;
  animation-delay: .4s;
  -webkit-animation-delay: .4s;
}

.about2 .up .list h3 + h3 + h3 {
  font-size: 20px;
  color: #d0cdc9;
  position: absolute;
  top: 164px;
  left: -110px;
  animation-delay: .6s;
  -webkit-animation-delay: .6s;
}

.about2 .up .list h3 + h3 + h3 + h3 {
  font-size: 20px;
  color: #d1c8bd;
  position: absolute;
  top: 224px;
  left: 90px;
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
}

.about2 .up .list h3 + h3 + h3 + h3 + h3 {
  font-size: 23px;
  color: #cdc6be;
  position: absolute;
  top: 266px;
  left: 90px;
  animation-delay: .8s;
  -webkit-animation-delay: .8s;
}

.about2 .up .list h3 + h3 + h3 + h3 + h3 + h3 {
  font-size: 20px;
  color: #cdc6be;
  position: absolute;
  top: 235px;
  left: -42px;
  animation-delay: .8s;
  -webkit-animation-delay: .8s;
}

.about2 .down {
  min-height: 468px;
  background-color: #fff;
  padding: 40px 40px 30px 558px;
  position: relative;
}

.about2 .down:before {
  content: '';
  background-color: #e3403d;
  width: 72.5%;
  height: 100%;
  position: absolute;
  left: -360px;
  top: 0;
}

.about2 .down .le {
  position: absolute;
  top: 63px;
  left: 0;
  z-index: 2;
  width: 410px;
}

.about2 .down .le h3.cn {
  font-size: 30px;
  color: #fff;
  line-height: 36px;
}

.about2 .down .le h3.en {
  font-family: 'Rajdhani';
  font-size: 23px;
  color: rgba(255, 255, 255, .6);
  line-height: 26px;
  margin-top: 13px;
  text-transform: uppercase;
}

.about2 .down .ri p {
  margin-bottom: 12px;
}

/* 集团介绍*/
.about3 .up {
}

.about3 .up .auto {
  position: relative;
  min-height: 504px;
  margin-top: 70px;
  overflow: hidden;
  padding-bottom: 100px;
}

.about3 .up .le {
  width: 710px;
  min-height: 504px;
  float: left;
  padding-bottom: 30px;
}

.about3.about8 .up .auto {
  padding-bottom: 50px;
}

.about3.about8 .up .le {
  /* padding-top: 77px;*/
}

.about3 .up .le ul {
  overflow: hidden;
  padding: 0 0 55px;
}

.about3 .up .le li {
  float: left;
  width: 33.33333%;
  float: left;
  position: relative;
  padding-left: 30px;
  padding-top: 15px;
}

.about3 .up .le li:before {
  content: '';
  width: 3px;
  height: 90px;
  background-color: #f0efec;
  position: absolute;
  left: 0;
  top: 0;
}

.about3 .up .le li:after {
  content: " ";
  height: 90px;
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  top: 0;
  background-color: #f0efec;
  -webkit-transition: right .6s ease-out;
  transition: right .6s ease-out;
}

.about3 .up .le li h3 {
  color: #888888;
  line-height: 40px;
  position: relative;
  z-index: 2;
}

.about3 .up .le li h3 em {
  font-size: 22px;
  color: #bda660;
}

.about3 .up .le li h3 em.counter {
  font-size: 40px;
  font-family: 'Rajdhani';
}

.about3 .up .le li p {
  color: #666;
  position: relative;
  margin-top: -12px;
  position: relative;
  z-index: 2;
}

.about3 .up .le li:hover:after {
  right: 0;
}

.about8 .up .le h3 {
  font-size: 24px;
  color: #e3403d;
  line-height: 30px;
  letter-spacing: 3px;
  margin-bottom: 16px;
  font-weight: bold;
}

.about3 .up .le p {
  margin-bottom: 12px;
}

.about3 .up .ri {
  width: 440px;
  height: 504px;
  position: relative;
  float: right;
}

.about3 .up .ri img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.about3 .up .ri .imgbg {
  /* width: 100%;*/
  /* height: 115px;*/
  /* background: url(../images/about/ico7.png) no-repeat center bottom/cover;*/
  position: absolute;
  bottom: 20px;
  right: 20px;
  /* padding: 75px 20px 0;*/
}

.about3 .up .ri .imgbg h3 {
  font-size: 18px;
  color: #fff;
  background-color: #000000;
  background-color: rgba(0, 0, 0, .5);
  display: inline-block;
  line-height: 36px;
  padding: 0 12px;
}

.about3 .up .ri .imgbg h3 em {
  font-family: 'Rajdhani';
}

.about3 .video {
  width: 100%;
  height: 100px;
  background-color: #e3403d;
  position: relative;
  text-align: center;
}

.about3 .video:before {
  content: '';
  width: 428px;
  height: 88px;
  border: 1px solid rgba(255, 255, 255, .3);
  position: absolute;
  left: 5px;
  top: 5px;
}

.about3 .video h3 {
  width: 100%;
  font-size: 16px;
  color: #fff;
  line-height: 100px;
  position: absolute;
  left: 0;
  padding-left: 12px;
  padding-top: 25px;
}

.about3 .video h3:before {
  content: '';
  width: 100%;
  height: 67px;
  background: url(../images/about/vR.png) no-repeat center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  transition: all .4s;
  -webkit-transition: all .4s;
}

.about3 .video:hover h3:before {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}

.about3 .down {
  background: url(../images/about/ico6.jpg) no-repeat center;
  height: 500px;
  clear: both;
  position: relative;
  margin-top: -100px;
}

.about3 .down .auto {
  position: relative;
  height: 100%;
  padding-top: 164px;
}

.about3 .down h3.cn {
  font-size: 40px;
  color: #e3403d;
  line-height: 40px;
  letter-spacing: 10px;
}

.about3 .down h3.en {
  font-family: 'Rajdhani';
  font-size: 40px;
  color: rgba(151, 130, 98, .2);
  line-height: 40px;
  text-transform: uppercase;
  margin-top: 29px;
  letter-spacing: -1px;
}

.about3 .down .ico {
  width: 519px;
  height: 519px;
  background: url(../images/about/ico8.png) no-repeat;
  position: absolute;
  right: 0;
  top: 65px;
}

/* 组织架构*/
.about4 img {
  margin: 70px 0;
}

/* 发展历程*/
.about5 {
  margin-top: 52px;
}

.about5 .up {
  min-height: 300px;
}

.about5 .up .item {
  display: none;
}

.about5 .up .item.on {
  display: block;
}

.course_side {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.course_side:before {
  content: '';
  width: 41px;
  height: 249px;
  background: url(../images/about/ico49.png) no-repeat center;
  position: absolute;
  left: 342px;
  top: 50%;
  margin-top: -124px;
}

.course_side:after {
  content: '';
  width: 41px;
  height: 249px;
  background: url(../images/about/ico49.png) no-repeat center;
  position: absolute;
  left: 732px;
  top: 50%;
  margin-top: -124px;
}

.course_side .bd li {
  float: left;
  width: 400px;
  height: 460px;
  position: relative;
  display: -webkit-box;
  -webkit-box-align: center;
  /* -webkit-box-pack: center;*/
}

.course_side .bd li:nth-child(2) {
  animation-delay: .4s;
  -webkit-animation-delay: .4s;
}

.course_side .bd li:nth-child(3) {
  animation-delay: .6s;
  -webkit-animation-delay: .6s;
}

.course_side .bd li:nth-child(4) {
  animation-delay: .8s;
  -webkit-animation-delay: .8s;
}

.course_side .bd li:nth-child(5) {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.course_side .bd li:nth-child(6) {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

.course_side h4 {
  font-family: 'Rajdhani';
  color: #b38446;
  font-size: 24px;
  position: relative;
  padding-left: 11px;
  margin-bottom: 5px;
}

.course_side p {
  color: #888888;
  line-height: 18px;
  position: relative;
  padding-left: 11px;
  width: 320px;
  margin-bottom: 8px;
}

.course_side p:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #b59b62;
  position: absolute;
  left: 0;
  top: 10px;
}

.about5 .yagSlider_ico .prev {
  background: url(../images/about/ico15.png) no-repeat center;
  bottom: auto;
  top: 150px;
}

.about5 .yagSlider_ico .next {
  background: url(../images/about/ico16.png) no-repeat center;
  bottom: auto;
  top: 150px;
}

.about5 .down {
  height: 342px;
  background: url(../images/about/ico10.jpg) no-repeat center;
  padding-top: 12px;
}

.about5 .down .w_lump1 {
  height: 89px;
  position: relative;
}

.about5 .down .box {
  float: left;
  /* width: 16.6666667%;*/
  width: 14.2%;
  height: 89px;
  padding-top: 9px;
  position: relative;
  z-index: 2;
  text-align: center;
}

.about5 .down .box:before {
  content: '';
  /* width: 222px;*/
  width: 190px;
  height: 89px;
  background: url(../images/about/ico58.png) no-repeat center;
  background-size: cover !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-animation: h_fadeInRight .3s 1 linear;
  animation: h_fadeInRight .3s 1 linear;
}

.about5 .down .box + .box:before {
  background: url(../images/about/ico54.png) no-repeat center;
}

.about5 .down .box + .box + .box:before {
  background: url(../images/about/ico12.png) no-repeat center;
}

.about5 .down .box + .box + .box + .box:before {
  background: url(../images/about/ico45.png) no-repeat center;
}

.about5 .down .box + .box + .box + .box + .box:before {
  background: url(../images/about/ico46.png) no-repeat center;
}

.about5 .down .box + .box + .box + .box + .box + .box:before {
  background: url(../images/about/ico47.png) no-repeat center;
}

.about5 .down .box + .box + .box + .box + .box + .box + .box:before {
  background: url(../images/about/ico48.png) no-repeat center;
}

.about5 .down .box h3.num {
  font-family: 'Rajdhani';
  font-size: 30px;
  color: #fff;
}

.about5 .down .box h3.cn {
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  margin-top: 8px;
}

.about5 .down .box p {
  color: rgba(255, 255, 255, .6);
  text-align: center;
}

.about5 .down .box.on h3 {
  -webkit-animation: h_fadeInRight .3s 1 linear;
  animation: h_fadeInRight .3s 1 linear;
}

.about5 .down .box.on p {
  -webkit-animation: h_fadeInRight .3s 1 linear;
  animation: h_fadeInRight .3s 1 linear;
}

.about5 .yagSlider_ico .prev:before {
  content: " ";
  background-color: #d4ba97;
}

.about5 .yagSlider_ico .prev:hover {
  border: 2px solid #d4ba97;
}

.about5 .yagSlider_ico .next:before {
  content: " ";
  background-color: #d4ba97;
}

.about5 .yagSlider_ico .next:hover {
  border: 2px solid #d4ba97;
}

/* 荣誉称号*/
/* .about6 .about_my{float: left;width: 360px;margin-bottom: 39px;}
.tabs_nav li{cursor: pointer;}
.tabs_info{display: none;}
.tabs_info.on{display: block;}
.about6 .tabs_nav{overflow: hidden;margin-bottom: 39px;}
.about6 .tabs_nav li{width: 120px;height: 44px;line-height: 44px;background-color: #f1f1f1;border-radius: 22px;text-align: center;color: #666666;float: left;margin-right: 10px;}
.about6 .tabs_nav li.on{color: #fff;background-color: #e3403d;}
.about6 .up .auto{position: relative;min-height: 557px;padding-top: 70px;}
.about6 .up .auto .ico{width: 262px;height: 145px;background: url(../images/about/ico13.png) no-repeat;position: absolute;top: 152px;right: 0;}*/
.about6 .up .tabs_nav {
  text-align: center;
  margin: 70px 0 140px;
}

.about6 .up .tabs_nav li {
  width: 120px;
  line-height: 44px;
  background-color: #f1f1f1;
  border-radius: 22px;
  text-align: center;
  font-size: 14px;
  color: #666666;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}

.about6 .up .tabs_nav li.on {
  background-color: #e3403d;
  color: #fff;
}

.about6 .up .tabs_info {
  display: none;
  position: relative;
  padding: 47px 0 76px;
}

.about6 .up .tabs_info.on {
  display: block;
}

.about6 .up .tabs_info:before {
  content: '';
  width: 4px;
  height: 100%;
  background-color: #e9e9e9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.about6 .up .tabs_info:after {
  content: '';
  width: 52px;
  height: 52px;
  background: url(../images/about/ico44.png) no-repeat center;
  position: absolute;
  top: -52px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.about6 .up .tabs_info ul {
  height: 576px;
  overflow-y: auto;
  padding-right: 18px;
}

.about6 .up .tabs_info ul::-webkit-scrollbar {
  width: 6px;
  height: 16px;
  background-color: #f1f1f1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.about6 .up .tabs_info ul::-webkit-scrollbar-thumb {
  background-color: #b38446;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.about6 .up .tabs_info li + li {
  margin-top: 50px;
}

.about6 .up .tabs_info li .tit {
  font-family: 'Rajdhani';
  font-size: 40px;
  color: #e3403d;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: -1px;
}

.about6 .up .tabs_info li .txt p {
  font-size: 14px;
  color: #888888;
  line-height: 28px;
}

.about6 .up .tabs_info li {
  width: 100%;
  display: inline-block;
  position: relative;
}

.about6 .up .tabs_info li .tit:before {
  content: '';
  width: 4px;
  height: 26px;
  background-color: #e3403d;
  position: absolute;
  top: 0;
  left: 598px;
}

.about6 .up .tabs_info li.itema .tit {
  float: left;
  width: 560px;
  text-align: right;
}

.about6 .up .tabs_info li.itema .txt {
  float: right;
  width: 542px;
}

.about6 .up .tabs_info li.itemb .tit {
  float: right;
  width: 542px;
}

.about6 .up .tabs_info li.itemb .txt {
  float: left;
  width: 560px;
}

.about6 .up .tabs_info li.itemb .txt p {
  text-align: right;
}

.about6 .down {
  height: 385px;
  background-color: #f3f0ee;
  padding-top: 45px;
}

/* 集团荣誉*/
/* .about6 .up{padding-bottom: 50px;}*/
.yagSlider {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.yagSlider::before {
  content: '';
  width: 1260px;
  height: 2px;
  background-color: #d4ba97;
  position: absolute;
  left: -30px;
  bottom: 10px;
}

.yagSlider .bd li .cont {
  min-height: 104px;
  padding: 0 20px 15px 36px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.yagSlider .bd li {
  float: left;
  width: 300px;
  height: 322px;
  overflow: hidden;
  position: relative;
}

.yagSlider .bd li .cont:before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #d4ba97;
  position: absolute;
  left: 10px;
  bottom: 0;
}

.yagSlider .bd li .cont:after {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../images/about/ico14.png) no-repeat 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
}

.yagSlider .bd li .cont .txt {
  height: 156px;
  overflow: scroll;
}

.yagSlider h4 {
  font-family: 'Rajdhani';
  color: #b38446;
  font-size: 24px;
  position: relative;
}

.yagSlider h4:before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #d4ba97;
  position: absolute;
  left: -36px;
  top: 0;
}

.yagSlider p {
  color: #888888;
  margin-bottom: 12px;
}

.yagSlider_ico a {
  width: 46px;
  height: 46px;
  border: 2px solid #d4ba97;
  margin: auto;
  position: absolute;
}

.yagSlider_ico .prev {
  background: url(../images/about/ico15.png) no-repeat center;
  left: -80px;
  bottom: -13px;
}

.yagSlider_ico .prev:before {
  content: " ";
  position: absolute;
  left: 100%;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #e3403d;
  -webkit-transition: left .4s ease-out;
  transition: left .4s ease-out;
  z-index: -1;
}

.yagSlider_ico .prev:after {
  content: " ";
  position: absolute;
  left: 100%;
  right: 0;
  bottom: 0;
  top: 0;
  background: url(../images/about/ico15_on.png) no-repeat center;
  -webkit-transition: left .4s ease-out;
  transition: left .4s ease-out;
  z-index: 2;
}

.yagSlider_ico .prev:hover {
  border: 2px solid #e3403d;
  background: transparent;
  transition: all 1s;
}

.yagSlider_ico .prev:hover:after, .yagSlider_ico .prev:hover:before {
  left: 0;
}

.yagSlider_ico .next {
  background: url(../images/about/ico16.png) no-repeat center;
  right: -80px;
  bottom: -13px;
}

.yagSlider_ico .next:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  top: 0;
  background-color: #e3403d;
  -webkit-transition: right .4s ease-out;
  transition: right .4s ease-out;
  z-index: -1;
}

.yagSlider_ico .next:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  top: 0;
  background: url(../images/about/ico16_on.png) no-repeat center;
  -webkit-transition: right .4s ease-out;
  transition: right .4s ease-out;
  z-index: 2;
}

.yagSlider_ico .next:hover {
  border: 2px solid #e3403d;
  background: transparent;
  transition: all 1s;
}

.yagSlider_ico .next:hover:after, .yagSlider_ico .next:hover:before {
  right: 0;
}

.yagSlider2 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.yagSlider2 .bd li {
  float: left;
  width: 285px;
  height: 320px;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
}

.yagSlider2 .bd li .img {
  width: 285px;
  height: 210px;
  background: url(../images/about/ico23.png) no-repeat center;
  text-align: center;
  padding-top: 24px;
  position: relative;
}

.yagSlider2 .bd li .img img {
  width: 237px;
  height: 162px;
}

.yagSlider2 .bd li .img:before {
  content: '';
  width: 237px;
  height: 162px;
  background: rgba(0, 0, 0, .7);
  position: absolute;
  left: 0;
  right: 0;
  /* top: 24px;*/
  bottom: 100%;
  margin: 0 auto;
  opacity: 0;
  filter: Alpha(opacity=0);
  -webkit-transition: bottom .4s ease-out;
  transition: bottom .4s ease-out;
}

.yagSlider2 .bd li .img:after {
  content: '';
  width: 40px;
  height: 39px;
  background: url(../images/about/ico24.png) no-repeat;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -20px;
  -webkit-transition: top .4s ease-out;
  transition: top .4s ease-out;
  opacity: 0;
  filter: Alpha(opacity=0);
}

.yagSlider2 .bd li h4 {
  font-size: 16px;
  color: #444444;
  line-height: 20px;
  text-align: center;
  margin-top: 20px;
}

.yagSlider2 .bd li:hover .img:before {
  bottom: 24px;
  opacity: 1;
  filter: Alpha(opacity=100);
}

.yagSlider2 .bd li:hover .img:after {
  top: 50%;
  opacity: 1;
  filter: Alpha(opacity=100);
}

.yagSlider2 .yagSlider_ico a {
  border: 2px solid #d6d1ce;
}

.yagSlider2 .yagSlider_ico .prev {
  background: url(../images/about/ico17.png) no-repeat center;
  bottom: auto;
  top: 75px;
}

.yagSlider2 .yagSlider_ico .next {
  background: url(../images/about/ico18.png) no-repeat center;
  bottom: auto;
  top: 75px;
}

/* 社会责任*/
.about7 .auto {
  position: relative;
  height: 100%;
}

.about7 .about7_cont1 {
  min-height: 368px;
  background: url(../images/about/ico28.jpg) no-repeat center bottom #fff;
}

.about7> .left {
  height: 564px;
  background: url(../images/about/ico29.jpg) no-repeat bottom left;
  background-size: cover;
  position: relative;
}

.about7 >.left .slide_img {
  right: 0;
}

.about7 >.right .slide_img {
  left: 0;
}

.about7 .slide_img {
  position: absolute;
  top: 0;
  width: 50%;
  height: 564px;
}

.about7 .slide_img .bd ul,.about7 .slide_img .bd ul li {
  width: 100% !important;
  height: 100% !important;
}

.about7 .slide_img .bd li .img {
  width: 100% ;
  height: 564px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

.about7 .slide_img .hd {
  width: 100%;
  height: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 52px;
  z-index: 99;
}

.about7 .slide_img .hd ul {
  display: flex;
  justify-content: center;
}

.about7 .slide_img .hd ul li.on {
  background-color: #FFF;
}

.about7 .slide_img .hd ul li {
  float: left;
  width: 12px;
  height: 12px;
  overflow: hidden;
  color: transparent;
  background-color: transparent;
  border: 2px solid #FFF;
  border-radius: 50%;
  margin-left: 6px;
  transition: all .4s;
  cursor: pointer;
}

.about7> .right {
  height: 564px;
  background: #f5f4ea;
  position: relative;
}

/* .about7 .about7_cont2 .img img {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
} */
.about7 .about7_cont3 .img {
  width: 50%;
  height: 564px;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.about7 .txt h3 {
  font-weight: lighter;
  font-size: 24px;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}

.about7 .txt h3 i.num {
  font-family: 'Rajdhani';
  font-size: 80px;
  color: rgba(171, 177, 182, .3);
  font-style: oblique;
  font-weight: bold;
  position: absolute;
  right: -46px;
  top: -28px;
}

.about7 .about7_cont1 .txt {
  text-align: center;
  width: 785px;
  margin: 0 auto;
}

.about7 .about7_cont1 .txt h3 {
  font-size: 30px;
  color: #333333;
  line-height: 40px;
  display: block;
  letter-spacing: 3px;
}

.about7 .about7_cont1 .txt .ico {
  width: 70px;
  height: 70px;
  background: url(../images/about/ico31.png) no-repeat;
  display: inline-block;
  margin: 66px 0 10px;
}

.about7 .about7_cont1 .txt p {
  text-align: center;
  color: #999999;
}

.about7> .left .txt {
  width: 600px;
  padding-top: 168px;
  padding-right: 38px;
}

.about7 >.left .txt h3 {
  color: #67707a;
}

.about7> .left .txt p {
  color: #979fac;
  margin-bottom: 12px;
}

.about7 .about7_cont5 .tabs_nav_ li {
  width: 25%;
}

.about7 .about7_cont3.right .txt {
  margin-top: 168px;
}

.about7 >.right .txt {
  width: 600px;
  float: right;
  padding-left: 40px;
  margin-top: 78px;
}

.about7 >.right .txt h3 {
  color: #755d44;
}

.about7 >.right .txt p {
  color: #958575;
}

.about7 >.right .bg {
  width: 600px;
  height: 338px;
  background-color: #f0efe2;
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.about7 .tabs_nav_ {
  overflow: hidden;
  border-bottom: 1px solid rgba(137, 134, 131, .2);
}

.about7 .tabs_nav_ li {
  float: left;
  width: 33.33333%;
  line-height: 69px;
  font-size: 16px;
  color: #8d8578;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.about7 .tabs_nav_ li+li:before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: rgba(137, 134, 131, .2);
  position: absolute;
  left: 0;
  top: 0;
}

.about7 .tabs_nav_ li.on {
  color: #e3403d;
  border-bottom: 3px solid #e3403d;
}

.about7 .tabs_info_ {
  padding: 35px 40px 0 30px;
  animation: h_fadeIntop .6s 1 linear;
  -webkit-animation: h_fadeIntop .6s 1 linear;
  height: 239px;
  overflow-y: auto;
}

.about7 .tabs_info_+.tabs_info_ {
  display: none;
}

.about7 .tabs_info_ p {
  color: #82796f;
  margin-bottom: 12px;
}

.about7 .slide_img a.prev, .about7 .slide_img a.next {
  display: inline-block;
  width: 58px;
  height: 58px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.about7 .slide_img a.prev {
  opacity: 0;
  filter: Alpha(opacity=0);
  left: 0;
  border: 2px solid #fff;
  border-radius: 50%;
}

.about7 .slide_img a.prev:before {
  content: '';
  width: 58px;
  height: 58px;
  background: url(../images/prev.png) no-repeat center;
  position: absolute;
  left: -2px;
  top: -2px;
}

.about7 .slide_img a.prev:after {
  content: '';
  position: absolute;
  left: 100%;
  right: 0;
  bottom: 0;
  top: 0;
  background: url(../images/prev_on.png) no-repeat center;
}

.about7 .slide_img a.next {
  opacity: 0;
  filter: Alpha(opacity=0);
  right: 0;
  border: 2px solid #fff;
  border-radius: 50%;
}

.about7 .slide_img a.next:before {
  content: '';
  width: 58px;
  height: 58px;
  background: url(../images/next.png) no-repeat center;
  position: absolute;
  left: -2px;
  top: -2px;
}

.about7 .slide_img a.next:after {
  content: '';
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  top: 0;
  background: url(../images/next_on.png) no-repeat center;
}

.about7 .slide_img:hover a {
  opacity: 1;
  filter: Alpha(opacity=100);
}

.about7 .slide_img:hover .prev {
  -webkit-transform: translate( 40px, 0);
  transform: translate( 40px, 0);
}

.about7 .slide_img:hover .next {
  -webkit-transform: translate( -40px, 0);
  transform: translate( -40px, 0);
}

.about7 .slide_img .prev:hover, .about7 .slide_img .next:hover {
  border: 2px solid #e3403d;
}

.about7 .slide_img .prev:hover:before {
  -webkit-transition: transform .4s ease-out;
  transition: transform .4s ease-out;
  transform: translate(-45px,0);
  -webkit-transform: translate(-45px,0);
}

.about7 .slide_img .next:hover:before {
  -webkit-transition: transform .4s ease-out;
  transition: transform .4s ease-out;
  transform: translate(45px,0);
  -webkit-transform: translate(45px,0);
}

.about7 .slide_img .prev:hover:after {
  left: 0;
  -webkit-transition: left .4s .4s ease-out;
  transition: left .4s .4s ease-out;
}

.about7 .slide_img .next:hover:after {
  right: 0;
  -webkit-transition: right .4s .4s ease-out;
  transition: right .4s .4s ease-out;
}

/* 现代农业*/
.busNav {
  width: 44px;
  height: 132px;
  display: none;
  position: fixed;
  bottom: 20%;
  right: 30px;
  z-index: 999;
  background: url(../images/business/ico1.jpg);
}

.busNav1 {
  width: 44px;
  height: 43px;
  background: url(../images/business/ico73.png) no-repeat;
}

.busNav2 {
  width: 44px;
  height: 43px;
  background: url(../images/business/ico74.png) no-repeat;
}

.busNav3 {
  width: 44px;
  height: 43px;
  background: url(../images/business/ico75.png) no-repeat;
}

.busNav1.on {
  background: url(../images/business/ico73_on.png) no-repeat;
}

.busNav2.on {
  background: url(../images/business/ico74_on.png) no-repeat;
}

.busNav3.on {
  background: url(../images/business/ico75_on.png) no-repeat;
}

.ga-card {
  height: 860px;
  background: url("../images/business/ico2.jpg") no-repeat center top;
  position: relative;
}

.ga-card .li.li1 {
  border-left: none;
}

.ga-card .li {
  float: left;
  box-sizing: border-box;
  width: 16.666666666667%;
  height: 860px;
  position: relative;
}

.ga-card .li.li1:before {
  display: none;
}

.ga-card .li:before {
  content: "";
  width: 0;
  height: 100%;
  border-left: 1px solid rgba(255,255,255,.25);
  position: absolute;
  left: -1px;
}

.ga-card .li:after {
  content: "";
  border-top: 1px solid rgba(255,255,255,.25);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 156px;
  z-index: 1;
}

.ga-card .li .cont {
  text-align: center;
}

.ga-card .li h4 {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 14px;
  opacity: .8;
  filter: Alpha(opacity=80);
}

.ga-card .li p {
  font-family: 'Rajdhani';
  color: #fff;
  font-size: 20px;
  opacity: .3;
  filter: Alpha(opacity=30);
  text-align: center;
}

.ga-card .li .time {
  width: 76px;
  height: 76px;
  margin: 249px auto 38px;
  position: relative;
  background: url("../images/business/business-card-time-gt.png") no-repeat 0 0;
  background-size: cover;
}

.ga-card .li .time i {
  display: block;
  width: 4px;
  height: 26px;
  background-color: #FFF;
  margin: auto;
  border-radius: 0 0 4px 4px;
  position: absolute;
  left: 36px;
  top: 14px;
}

.ga-card .li .time:before {
  content: "";
  display: block;
  width: 4px;
  height: 20px;
  background-color: #FFF;
  transform-origin: 2px 20px;
  position: absolute;
  left: 36px;
  bottom: 38px;
}

.ga-card .li.li2 .time:before {
  transform: rotate(45deg);
}

.ga-card .li.li3 .time:before {
  transform: rotate(135deg);
}

.ga-card .li.li4 .time:before {
  transform: rotate(180deg);
}

.ga-card .li.li5 .time:before {
  transform: rotate(225deg);
}

.ga-card .li.li6 .time:before {
  transform: rotate(315deg);
}

.ga-card .li.aon .bic {
  background-image: url("../images/business/business-card-time-ic-bg-on.png");
}

.ga-card .li .bic {
  width: 113px;
  height: 113px;
  margin: auto;
  background-image: url("../images/business/business-card-time-ic-bg.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 103px;
  transition: all .4s ease ;
}

.ga-card .li.li1 .bic {
  background-position: 0 0;
}

.ga-card .li.li2 .bic {
  background-position: -319px 0;
}

.ga-card .li.li3 .bic {
  background-position: -640px 0;
}

.ga-card .li.li4 .bic {
  background-position: -960px 0;
}

.ga-card .li.li5 .bic {
  background-position: -1280px 0;
}

.ga-card .li.li6 .bic {
  background-position: -1600px 0;
}

.ga-card .li.li1 .gi {
  display: none;
}

.ga-card .li .gi {
  width: 33px;
  height: 33px;
  background: url("../images/business/business-card-af.png") no-repeat center top;
  position: absolute;
  left: -16px;
  bottom: 140px;
}

.ga-card .li.aon .time i {
  animation: time_fi 4s infinite linear;
  -webkit-animation: time_fi 4s infinite linear;
  transform-origin: 2px 24px;
}

.ga-card .li .wot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}

.ga-card .li.aon .bg {
  opacity: 1;
  right: 0;
}

.ga-card .li .bg {
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: right .6s ease-out;
  transition: right .6s ease-out;
}

.ga-card .li.li1 .bg {
  background-color: #f66060;
}

.ga-card .li.li2 .bg {
  background-color: #ff8028;
}

.ga-card .li.li3 .bg {
  background-color: #f4d12c;
}

.ga-card .li.li4 .bg {
  background-color: #5c81f9;
}

.ga-card .li.li5 .bg {
  background-color: #4dbde2;
}

.ga-card .li.li6 .bg {
  background-color: #4aaf4c;
}

.business .up .auto {
  min-height: 243px;
  padding: 71px 0 36px;
}

.business .up .le {
  width: 795px;
  float: left;
  margin-top: 18px;
}

.business .up .le h3 {
  font-size: 15px;
  color: #9fc850;
  line-height: 24px;
}

.business .up .le p {
  font-size: 15px;
  color: #888888;
  line-height: 24px;
}

.business .up .ico {
  width: 331px;
  height: 119px;
  float: right;
}

.business .in .le {
  width: 472px;
  float: left;
}

.business .tit {
  position: relative;
  padding-bottom: 28px;
}

.business .tit h3.cn {
  font-size: 26px;
  color: #4b4a4a;
}

.business .tit h3.en {
  font-family: 'Rajdhani';
  font-size: 30px;
  color: rgba(223, 217, 213, .3);
  margin-top: 10px;
}

.business .in {
  margin: 50px 0;
}

.business .in .tit {
  padding-bottom: 0;
  margin-bottom: 18px;
}

.business .in .txt h3 {
  font-size: 18px;
  color: #9fc850;
  line-height: 20px;
  margin-top: 10px;
}

.business .in .txt p {
  color: #888888;
  margin-top: 5px;
}

.business .in .ico {
  width: 690px;
  height: 440px;
  float: right;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -220px;
}

.business .in .merge {
  overflow: hidden;
  margin-bottom: 58px;
  position: relative;
  min-height: 480px;
}

.business .in .yagSlider2 .bd li .img:after, .business .in .yagSlider2 .bd li .img:before {
  display: none;
}

.business .down {
  background-color: #ebf2ed;
  padding: 40px 0 30px;
}

.business .down .auto {
  overflow: hidden;
}

.business .down .tit {
  margin-bottom: 24px;
}

.business .down .tit h3.en {
  font-size: 44px;
  color: rgba(182, 193, 184, .3);
}

.business .down .tit:before {
  width: 248px;
  background-color: #e0e8e2;
}

.business .down .le {
  float: left;
  margin-top: 38px;
}

.business .down .le .txt h3 {
  font-size: 24px;
  color: #9d9f99;
  line-height: 32px;
  margin-bottom: 35px;
}

.business .down .ico {
  float: right;
  width: 744px;
}

.business .down .ico a {
  float: left;
  width: 238px;
  height: 124px;
  margin-left: 10px;
  margin-bottom: 10px;
}

/* 现代农业详情*/
.business_d .wow {
  opacity: 0;
}

.business_d .wow.animated {
  opacity: 1;
}

.business_d .tit {
  text-align: center;
  padding: 69px 0 50px;
}

.business_d .list {
  position: relative;
}

.business_d .list:before {
  content: '';
  width: 1316px;
  height: 3023px;
  background: url(../images/business/ico79.png) no-repeat center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 130px;
  z-index: 2;
}

.business_d .list > li {
  position: relative;
  padding-top: 62px;
  text-align: center;
}

.business_d .list li.item1 {
  height: 650px;
  background-color: #f6d8db;
  /* background: linear-gradient(-90deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);background-size: 400% 400%;animation: h_bg 15s ease infinite;*/
}

.business_d .list li.item2 {
  height: 600px;
  background-color: #fce5d6;
  padding-top: 109px;
}

.business_d .list li.item3 {
  height: 740px;
  background-color: #f8edba;
  padding-top: 111px;
}

.business_d .list li.item4 {
  height: 488px;
  background-color: #c5e4fb;
  padding-top: 110px;
}

.business_d .list li.item5 {
  height: 488px;
  background-color: #d1f5fa;
  padding-top: 109px;
}

.business_d .list li.item6 {
  /*height: 720px;*/
  background-color: #d7f6d8;
  padding-top: 112px;
  overflow: hidden;
  padding-bottom: 70px;
}

.business_d .list > li:before {
  content: '';
  width: 804px;
  height: 50px;
  background: url(../images/business/ico19.png) no-repeat center;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}

.business_d .list li.item2:before {
  background: url(../images/business/ico20.png) no-repeat center;
}

.business_d .list li.item3:before {
  background: url(../images/business/ico21.png) no-repeat center;
}

.business_d .list li.item4:before {
  background: url(../images/business/ico22.png) no-repeat center;
}

.business_d .list li.item5:before {
  background: url(../images/business/ico23.png) no-repeat center;
}

.business_d .list > li:after {
  content: '';
  width: 100%;
  height: 178px;
  background: url(../images/business/ico80.png) no-repeat center;
  position: absolute;
  left: 0;
  bottom: -50px;
  z-index: 2;
}

.business_d .list li.item2:after {
  background: url(../images/business/ico81.png) no-repeat center;
}

.business_d .list li.item3:after {
  background: url(../images/business/ico87.png) no-repeat center;
}

.business_d .list li.item4:after {
  background: url(../images/business/ico88.png) no-repeat center;
}

.business_d .list li.item5:after {
  background: url(../images/business/ico89.png) no-repeat center;
}

.business_d .list > li em.ico {
  content: '';
  width: 16px;
  height: 9px;
  background: url(../images/business/ico82.png) no-repeat;
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
  animation: arrow_movement_down 2s ease-in-out infinite;
  -webkit-animation: arrow_movement_down 2s ease-in-out infinite;
}

.business_d .list > li.item2 em.ico {
  background: url(../images/business/ico83.png) no-repeat;
}

.business_d .list > li.item3 em.ico {
  background: url(../images/business/ico84.png) no-repeat;
}

.business_d .list > li.item4 em.ico {
  background: url(../images/business/ico85.png) no-repeat;
}

.business_d .list > li.item5 em.ico {
  background: url(../images/business/ico86.png) no-repeat;
}

.business_d .list > li .auto {
  display: inline-block;
  z-index: 4;
  overflow: hidden;
}

.business_d .list > li .list_tit {
  height: 91px;
  background: url(../images/business/ico90.png) no-repeat center;
  padding-top: 55px;
}

.business_d .list > li .list_tit h3.cn {
  font-size: 36px;
  color: #e3403d;
  letter-spacing: 6px;
}

.business_d .list > li.item1 .list_tit {
  opacity: 1;
}

.business_d .list > li.item2 .list_tit h3.cn {
  color: #ff6800;
}

.business_d .list > li.item3 .list_tit h3.cn {
  color: #bea21f;
}

.business_d .list > li.item4 .list_tit h3.cn {
  color: #315ce8;
}

.business_d .list > li.item5 .list_tit h3.cn {
  color: #52c5d9;
}

.business_d .list > li.item6 .list_tit h3.cn {
  color: #459c47;
}

.business_d .list > li .img {
  width: 508px;
  height: 368px;
  overflow: hidden;
}

.business_d .list > li.item2 .img {
  width: 490px;
  height: 304px;
  overflow: hidden;
  float: left;
}

.business_d .list > li.item3 .img {
  width: 712px;
  height: 504px;
  overflow: visible;
  float: right;
  position: relative;
  margin-top: -10px;
}

.business_d .list > li.item3 .img .tabs_nav li.num13.on:before {
  right: -43px;
  top: -34px;
  left: auto;
}

.business_d .list > li.item3 .img .tabs_nav li.num13 h3 {
  padding-left: 0;
  padding-top: 5px;
  /* margin-left: -49px;*/
  padding-right: 22px;
}

.business_d .list > li.item3 .img .tabs_nav li.num13 h3:before {
  content: '';
  left: auto;
  right: 0;
  top: 3px;
  /* margin: 0 auto;*/
}

.business_d .list > li.item3 .img .tabs_nav li.num13 {
  position: absolute;
  top: 160px;
  left: 298px;
  animation-delay: 1s !important;
  -webkit-animation-delay: 1s !important;
}

.business_d .list > li.item3 .img .tabs_nav li.num12.on:before {
  left: 16px;
  top: -35px;
}

.business_d .list > li.item3 .img .tabs_nav li.num12 h3 {
  padding-left: 0;
  padding-top: 28px;
}

.business_d .list > li.item3 .img .tabs_nav li.num12 h3:before {
  content: '';
  left: 0;
  right: 0;
  top: 3px;
  margin: 0 auto;
}

.business_d .list > li.item3 .img .tabs_nav li.num12 {
  position: absolute;
  top: 181px;
  left: 333px;
  animation-delay: 1s !important;
  -webkit-animation-delay: 1s !important;
}

.business_d .list > li.item3 .img .tabs_nav li {
  font-size: 13px;
  color: #515151;
  line-height: 24px;
  cursor: pointer;
}

.business_d .list > li.item3 .img .tabs_nav li.on {
  color: #e3403d;
}

.business_d .list > li.item3 .img .tabs_nav li.on:before {
  content: '';
  width: 102px;
  height: 102px;
  background: url(../images/business/ico109.png) no-repeat center;
  position: absolute;
  left: -44px;
  top: -39px;
  animation: h_change 2s infinite;
  -webkit-animation: h_change 2s infinite;
}

.business_d .list > li.item3 .img .tabs_nav li.num2.on:before {
  content: '';
  width: 102px;
  height: 102px;
  background: url(../images/business/ico109.png) no-repeat center;
  position: absolute;
  left: 1px;
  top: -30px;
  animation: h_change 2s infinite;
  -webkit-animation: h_change 2s infinite;
}

.business_d .list > li.item3 .img .tabs_nav li.num10.on:before {
  left: -1px;
  top: -36px;
}

.business_d .list > li.item3 .img .tabs_nav li.num10 h3 {
  padding-left: 0;
  padding-top: 28px;
}

.business_d .list > li.item3 .img .tabs_nav li.num10 h3:before {
  content: '';
  background: url(../images/business/ico108.png) no-repeat left center;
  left: 0;
  right: 0;
  top: 3px;
  margin: 0 auto;
}

.business_d .list > li.item3 .img .tabs_nav li.num11 {
  position: absolute;
  top: 264px;
  left: 396px;
  animation-delay: 1s !important;
  -webkit-animation-delay: 1s !important;
}

.business_d .list > li.item3 .img .tabs_nav li.num10 {
  position: absolute;
  top: 189px;
  left: 557px;
  animation-delay: 1s !important;
  -webkit-animation-delay: 1s !important;
}

.business_d .list > li.item3 .img .tabs_nav li.num9 {
  position: absolute;
  top: 231px;
  left: 450px;
  animation-delay: 1.2s !important;
  -webkit-animation-delay: 1.2s !important;
}

.business_d .list > li.item3 .img .tabs_nav li.num8.on:before {
  left: 7px;
  top: -36px;
}

.business_d .list > li.item3 .img .tabs_nav li.num8 h3 {
  padding-left: 0;
  padding-top: 28px;
}

.business_d .list > li.item3 .img .tabs_nav li.num8 h3:before {
  content: '';
  left: 0;
  right: 0;
  top: 3px;
  margin: 0 auto;
}

.business_d .list > li.item3 .img .tabs_nav li.num8 {
  position: absolute;
  top: 97px;
  left: 318px;
  animation-delay: 1s !important;
  -webkit-animation-delay: 1s !important;
}

.business_d .list > li.item3 .img .tabs_nav li.num7.on:before {
  left: 7px;
  top: -36px;
}

.business_d .list > li.item3 .img .tabs_nav li.num7 h3 {
  padding-left: 0;
  padding-top: 28px;
}

.business_d .list > li.item3 .img .tabs_nav li.num7 h3:before {
  content: '';
  background: url(../images/business/ico108.png) no-repeat left center;
  left: 0;
  right: 0;
  top: 3px;
  margin: 0 auto;
}

.business_d .list > li.item3 .img .tabs_nav li.num7 {
  position: absolute;
  top: 392px;
  left: 286px;
  animation-delay: 1s !important;
  -webkit-animation-delay: 1s !important;
}

.business_d .list > li.item3 .img .tabs_nav li.num6.on:before {
  left: 7px;
  top: -36px;
}

.business_d .list > li.item3 .img .tabs_nav li.num6 h3 {
  padding-left: 0;
  padding-top: 28px;
}

.business_d .list > li.item3 .img .tabs_nav li.num6 h3:before {
  content: '';
  background: url(../images/business/ico108.png) no-repeat left center;
  left: 0;
  right: 0;
  top: 3px;
  margin: 0 auto;
}

.business_d .list > li.item3 .img .tabs_nav li.num6 {
  position: absolute;
  top: 96px;
  left: 588px;
  animation-delay: 1s !important;
  -webkit-animation-delay: 1s !important;
}

.business_d .list > li.item3 .img .tabs_nav li.num5.on:before {
  left: 5px;
  top: -36px;
}

.business_d .list > li.item3 .img .tabs_nav li.num5 h3:before {
  content: '';
  left: 0;
  right: 0;
  top: 3px;
  margin: 0 auto;
}

.business_d .list > li.item3 .img .tabs_nav li.num5 h3 {
  padding-left: 0;
  padding-top: 28px;
}

.business_d .list > li.item3 .img .tabs_nav li.num5 {
  position: absolute;
  top: 298px;
  left: 255px;
  animation-delay: 1s !important;
  -webkit-animation-delay: 1s !important;
}

.business_d .list > li.item3 .img .tabs_nav li.num4 {
  position: absolute;
  top: 281px;
  left: 362px;
  animation-delay: 1.2s !important;
  -webkit-animation-delay: 1.2s !important;
}

.business_d .list > li.item3 .img .tabs_nav li.num3 {
  position: absolute;
  top: 250px;
  left: 337px;
  animation-delay: .6s !important;
  -webkit-animation-delay: .6s !important;
}

.business_d .list > li.item3 .img .tabs_nav li.num2 {
  position: absolute;
  top: 176px;
  left: 464px;
  animation-delay: 1.4s !important;
  -webkit-animation-delay: 1.4s !important;
}

.business_d .list > li.item3 .img .tabs_nav li.num1 {
  position: absolute;
  top: 164px;
  left: 535px;
  animation-delay: .8s !important;
  -webkit-animation-delay: .8s !important;
}

.business_d .list > li.item3 .img .tabs_nav li h3 {
  position: relative;
  z-index: 9;
  padding-left: 25px;
}

.business_d .list > li.item3 .img .tabs_nav li h3:before {
  content: '';
  width: 18px;
  height: 22px;
  background: url(../images/business/ico108.png) no-repeat left center;
  position: absolute;
  left: 0;
  top: -2px;
  animation: h_fadeIntops 2s infinite;
  -webkit-animation: h_fadeIntops 2s infinite;
}

.business_d .list > li.item3 .img .tabs_nav li.num2 h3 {
  padding-left: 0;
  padding-top: 28px;
}

.business_d .list > li.item3 .img .tabs_nav li.num2 h3:before {
  content: '';
  background: url(../images/business/ico108.png) no-repeat left center;
  left: 0;
  right: 0;
  top: 3px;
  margin: 0 auto;
}

.business_d .list > li.item4 .img {
  width: 334px;
  height: 228px;
  overflow: hidden;
  float: left;
  margin-left: 133px;
}

.business_d .list > li.item5 .img {
  width: 295px;
  height: 165px;
  overflow: hidden;
  float: right;
  margin-right: 188px;
}

.business_d .list > li .img img {
  -webkit-transition: all .4s;
  transition: all .4s;
}

.business_d .list > li.mergea .txt {
  float: right;
}

.business_d .list > li.mergeb .txt {
  float: left;
}

.business_d .list > li .txt p {
  color: #766f6f;
  margin-bottom: 12px;
}

.business_d .list > li .box {
  margin-top: 60px;
  overflow: hidden;
}

.business_d .list > li.item1 .box .img {
  float: right;
}

.business_d .list > li.item1 .box .txt {
  width: 635px;
  float: left;
}

.business_d .list > li.item1 .box .txt ul {
  /* overflow: hidden;*/
  margin-bottom: 30px;
  width: 100%;
  display: inline-block;
}

.business_d .list > li.item1 .box .txt li {
  float: left;
  padding-left: 19px;
  border-left: 3px solid #d5aeb2;
  height: 92px;
  text-align: left;
  width: 244px;
}

.business_d .list > li.item1 .box .txt li:nth-child(2) {
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
}

.business_d .list > li.item1 .box .txt li:nth-child(3) {
  animation-delay: .4s;
  -webkit-animation-delay: .4s;
}

.business_d .list > li.item1 .box .txt li:last-child {
  /* float: right;*/
  width: auto;
}

.business_d .list > li .txt li h3 em {
  font-family: 'Rajdhani';
  font-size: 50px;
  color: #be945c;
}

.business_d .list > li .txt li h3 {
  font-size: 16px;
  color: #888888;
  line-height: 40px;
  position: relative;
  margin-bottom: -4px;
}

.business_d .list > li .txt li p {
  font-size: 16px;
  color: #555555;
  line-height: 22px;
  margin: 0;
}

.business_d .list > li.item2 .box {
  margin-top: 24px;
  overflow: hidden;
}

.business_d .list > li.item2 .box .txt {
  width: 635px;
  float: right;
  padding-top: 100px;
}

.business_d .list > li.item2 .box .txt ul {
  background: url(../images/business/ico98.png) no-repeat left center;
  padding-left: 52px;
  height: 42px;
  margin-top: 42px;
}

.business_d .list > li.item2 .box .txt ul li {
  float: left;
  margin-right: 10px;
}

.business_d .list > li.item2 .box .txt ul li:nth-child(2) {
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
}

.business_d .list > li.item2 .box .txt ul li:nth-child(3) {
  animation-delay: .4s;
  -webkit-animation-delay: .4s;
}

.business_d .list > li.item2 .box .txt ul li p {
  line-height: 42px;
  margin: 0;
  padding: 0 18px;
  background-color: #f2d4a9;
  border-radius: 21px;
  font-size: 14px;
  color: #d69840;
}

.business_d .list > li.item2 .box .txt ul li:hover p {
  background-color: #ec9922;
  color: #fff;
}

.business_d .list > li.item3 .box {
  margin-top: 0;
  overflow: visible;
}

.business_d .list > li.item3 .box .txt {
  width: 602px;
  float: left;
  position: absolute;
  left: 0;
  top: 117px;
  /* top: 164px;*/
}

.business_d .list > li.item3 .box .txt ul {
  overflow: hidden;
  margin-bottom: 30px;
}

.business_d .list > li.item3 .box .txt li {
  float: left;
  padding-left: 19px;
  border-left: 3px solid #e5daa4;
  height: 134px;
  text-align: left;
  width: 118px;
}

.business_d .list > li.item3 .box .txt li + li {
  width: 178px;
  margin-left: 22px;
}

.business_d .list > li.item3 .box .txt li + li + li {
  width: 227px;
}

.business_d .list > li.item3 .box .txt li h3 em {
  color: #ef753f;
}

.business_d .list > li.item3 .box .txt .tabs_info {
  display: none;
}

.business_d .list > li.item3 .box .txt .tabs_info.on {
  display: block;
  opacity: 1;
  visibility: visible !important;
  height: 306px;
  overflow-y: auto;
  padding-right: 14px;
  /* animation: fadeInUp .4s !important;*/
  /* -webkit-animation: fadeInUp .4s !important;*/
}

.business_d .list > li.item3 .box .txt .tabs_info h3 {
  font-size: 20px;
  color: #ef753f;
  line-height: 24px;
  text-align: left;
  margin-bottom: 12px;
}

.business_d .list > li.item4 .box {
  margin-top: 35px;
  overflow: hidden;
}

.business_d .list > li.item4 .box .txt {
  width: 615px;
  float: right;
}

.business_d .list > li.item4 .box .txt h3 {
  width: 558px;
  background: url(../images/business/ico101.png) no-repeat center;
  background-size: contain;
  font-size: 16px;
  color: #666666;
  margin-top: 20px;
  line-height: 30px;
  padding: 37px 30px 37px 88px;
}

.business_d .list > li.item5 .box {
  margin-top: 52px;
  overflow: hidden;
}

.business_d .list > li.item5 .box .txt {
  width: 600px;
  float: left;
}

.business_d .list > li.item5 .box .txt h3 {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}

.business_d .list > li.item6:after {
  display: none;
}

.business_d .list > li.item6 .box {
  margin-top: 62px;
  overflow: visible;
}

.business_d .list > li.item6 .img {
  width: 545px;
  float: right;
  position: relative;
  overflow: visible;
  margin-top: 79px;
}

.business_d .list > li.item6 .img a {
  text-align: center;
  float: left;
  margin-left: 70px;
  margin-bottom: 30px;
}

.business_d .list > li.item6 .img a img {
  width: 178px;
  height: 161px;
  display: block;
  margin: 0 auto;
}

.business_d .list > li.item6 .img a .tit {
  line-height: 50px;
  background-color: #fecead;
  border-radius: 25px;
  text-align: center;
  padding: 0 28px;
  margin-top: 10px;
  position: relative;
  display: inline-block;
}

.business_d .list > li.item6 .img a .tit:before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #ff6800;
  border-radius: 25px;
  height: 50px;
  -webkit-transition-property: left,right;
  transition-property: left,right;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.business_d .list > li.item6 .img a .tit .p {
  font-size: 16px;
  color: #ff6800;
  float: left;
  position: relative;
  z-index: 2;
}

.business_d .list > li.item6 .img a .tit .ico {
  width: 20px;
  height: 50px;
  background: url(../images/business/ico117.png) no-repeat center;
  float: left;
  margin-left: 10px;
  position: relative;
  z-index: 2;
}

.business_d .list > li.item6 .img a:hover .tit:before {
  left: 0;
  right: 0;
}

.business_d .list > li.item6 .img a:hover .tit:after {
  content: '';
  width: 150px;
  height: 73px;
  background: url(../images/business/ico121.png) no-repeat center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -18px;
  z-index: -1;
}

.business_d .list > li.item6 .img a:hover .tit .p {
  color: #fff;
  transition: all .4s;
  -webkit-transition: all .4s;
}

.business_d .list > li.item6 .img a:hover .tit .ico {
  background: url(../images/business/ico118.png) no-repeat center;
}

.business_d .list > li.item6 .box .txt {
  width: 600px;
  float: left;
}

.business_d .list > li.item6 .box .txt p + p {
  margin-bottom: 12px;
}

.business_d .list > li.item6 .box .txt ul {
  overflow: hidden;
  margin: 20px 0;
}

.business_d .list > li.item6 .box .txt li {
  float: left;
  padding-left: 19px;
  border-left: 3px solid #bddcbe;
  height: 92px;
  text-align: left;
  margin-right: 36px;
}

.business_d .list > li.item6 .box .txt li h3 em {
  color: #459c47;
}

/* 产品链详情*/
.business_details {
  background: url(../images/business/ico110.jpg) repeat-y center top;
  padding: 70px 0;
  text-align: center;
}

.business_details .tit {
  font-size: 36px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 20px;
}

.business_details .txt h3 {
  font-size: 18px;
  color: #666666;
  line-height: 36px;
  margin: 70px 0 10px;
}

.business_details .txt p {
  text-align: center;
}

.business_details .txt p img {
  margin-top: 40px;
}

.return {
  width: 70px;
  height: 70px;
  background: url(../images/business/ico119.png) no-repeat center;
  position: fixed;
  bottom: 20%;
  right: 40px;
  z-index: 999;
}

/* 公用事业*/
.business2 .up .auto {
  min-height: 248px;
  padding: 69px 0 30px;
}

.business2 .up .le {
  width: 810px;
  float: left;
  margin-top: 18px;
}

.business2 .up .le h3 {
  font-size: 15px;
  color: #70c6bf;
  line-height: 24px;
}

.business .up .le p {
  font-size: 15px;
  color: #888888;
  line-height: 24px;
}

.business2 .up .ico {
  width: 229px;
  height: 149px;
  float: right;
}

.business2 .down {
  height: 732px;
  background: url(../images/business/ico32.jpg) no-repeat center;
}

.business2 .down .auto {
  height: 100%;
}

.business2 .down .le {
  float: left;
  width: 810px;
  height: 460px;
  position: relative;
}

.business2 .down .le a {
  width: 180px;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  padding-left: 40px;
  color: #70c6bf;
  position: absolute;
  top: 198px;
  right: 0;
}

.business2 .down .le a:before {
  content: '';
  width: 22px;
  height: 16px;
  background: url(../images/business/ico34.png) no-repeat center;
  position: absolute;
  left: 105px;
  top: 50%;
  margin-top: -8px;
}

.business2 .down .ri {
  float: right;
  width: 340px;
  padding-top: 65px;
}

.business2 .down .ri h3 {
  font-size: 24px;
  color: #526069;
}

.business2 .down .ri hr {
  background-color: #c3deef;
  height: 2px;
  border: none;
  margin: 28px 0 36px;
}

.business2 .down .ri li {
  margin-bottom: 30px;
}

.business2 .down .ri li img {
  margin-right: 16px;
}

.business2 .down .ri li p {
  font-size: 18px;
  color: #707c7b;
  line-height: 24px;
}

.business2 .down .ico {
  width: 1560px;
  height: 255px;
  position: absolute;
  right: -359px;
  bottom: -3px;
}

.business2 .down .ico:before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/business/ico35.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: url(#water);
  filter: url(#water);
}

.business2 .down .ico .video {
  position: absolute;
  z-index: 99;
  text-align: center;
  left: 50%;
  margin-left: -48.5px;
  top: 55px;
  cursor: pointer;
}

.business2 .down .ico .video em {
  width: 97px;
  height: 97px;
  background: url(../images/business/ico77.png) no-repeat center;
  display: block;
  margin: 0 auto;
  position: relative;
}

.business2 .down .ico .video em:before {
  content: '';
  width: 97px;
  height: 97px;
  background: rgba(255, 255, 255, .2);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  animation: h_change 2s infinite;
  -webkit-animation: h_change 2s infinite;
}

.business2 .down .ico .video span {
  font-size: 20px;
  color: #fff;
  line-height: 20px;
  margin-top: 5px;
  display: inline-block;
}

.business2 .down .ico:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: Alpha(opacity=0);
  z-index: 2;
  transition: all .4s;
  -webkit-transition: all .4s;
}

.business2 .down .ico:hover:after {
  opacity: 1;
  filter: Alpha(opacity=100);
}

#video {
  width: 100%;
  /* height: 569px;*/
  object-fit: cover;
}

.pop.video_pop .popBody_bg {
  padding: 0;
}

/* 公用事业详情*/
.business2_d .up {
  padding: 70px 0 50px;
}

.business2_d .up .auto {
  overflow: hidden;
}

.business2_d .up .le {
  width: 647px;
  float: left;
}

.business2_d .up .le h3 {
  font-size: 24px;
  color: #70c6bf;
  margin-bottom: 26px;
}

.business2_d .up .le p {
  margin-bottom: 12px;
}

.business2_d .up .ico {
  width: 496px;
  height: 296px;
  float: right;
}

.business2_d .in {
  height: 476px;
  /* background: url(../images/business/ico41.jpg) no-repeat center;*/
  padding-top: 73px;
  position: relative;
}

.business2_d .in:before {
  content: '';
  width: 100%;
  height: 479px;
  background: url(../images/business/ico41.jpg) no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: url(#water);
  filter: url(#water);
}

.business2_d .in .list {
  text-align: center;
}

.business2_d .in .list li {
  width: 23%;
  height: 176px;
  background: url(../images/business/ico42.png) no-repeat center;
  display: inline-block;
  padding-top: 47px;
}

.business2_d .in .list li h3 {
  font-family: 'Rajdhani';
  font-size: 40px;
  color: #66a2e4;
  font-weight: bold;
  margin-bottom: 10px;
}

.business2_d .in .list li h3 em {
  font-size: 46px;
}

.business2_d .in .list li p {
  font-size: 16px;
  color: #96999c;
  line-height: 20px;
  text-align: center;
}

.business2_d .down {
  background-color: #70c6bf;
  padding: 42px 0 70px;
  position: relative;
}

.business2_d .image_side {
  display: block;
}

.business2_d .down .auto > h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 27px;
}

.image_side {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: none;
}

.image_side.on {
  display: block;
}

.image_side .bd li {
  float: left;
  width: 380px;
  height: 300px;
  margin-right: 30px;
  overflow: hidden;
  position: relative;
}

.image_side .bd li .img {
  width: 380px;
  height: 214px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.image_side .bd li h4 {
  font-size: 16px;
  color: #666666;
  line-height: 60px;
  text-align: center;
  background-color: #fff;
}

.image_side .yagSlider_ico a {
  border: 2px solid #ffffff;
}

.image_side .yagSlider_ico .prev {
  background: url(../images/about/ico15_on.png) no-repeat center;
  bottom: auto;
  top: 95px;
}

.image_side .yagSlider_ico .next {
  background: url(../images/about/ico16_on.png) no-repeat center;
  bottom: auto;
  top: 95px;
}

.business2_d .yagSlider_ico .prev:hover, .business2_d .yagSlider_ico .next:hover {
  border: 2px solid #fff;
}

.business2_d .yagSlider_ico .prev:before, .business2_d .yagSlider_ico .next:before {
  background-color: #fff;
}

.business2_d .yagSlider_ico .prev:after {
  background: url(../images/business/ico65.png) no-repeat center;
}

.business2_d .yagSlider_ico .next:after {
  background: url(../images/business/ico66.png) no-repeat center;
}

.business2_d .image_side .bd li .img {
  height: 240px;
}

/* 房地产业*/
.page_ban.business_ban3 {
  height: 530px;
}

.page_ban .information {
  width: 802px;
  padding-top: 34px;
  padding-left: 134px;
}

.page_ban .information h3.en {
  font-family: 'Rajdhani';
  font-size: 80px;
  color: rgba(0, 0, 0, .05);
  line-height: 80px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -2px;
}

.page_ban .information h3.cn {
  font-size: 30px;
  color: #545e71;
  position: relative;
  margin-top: -22px;
  margin-bottom: 30px;
}

.page_ban .information ul {
  width: 100%;
  height: 58px;
  overflow: hidden;
  background: url(../images/business/ico46.png) no-repeat center left;
  margin-bottom: 20px;
}

.page_ban .information li {
  float: left;
  color: rgba(62, 116, 169, .6);
  font-size: 20px;
  line-height: 58px;
  margin-right: 24px;
}

.page_ban .information p {
  font-size: 15px;
  color: #6a6e71;
  line-height: 24px;
  margin-bottom: 12px;
}

.business3 .list {
  overflow: hidden;
  margin-left: -7.5px;
  margin-right: -7.5px;
  margin-top: 40px;
  margin-bottom: 55px;
}

.business3 .list li {
  width: 33.3333333%;
  padding: 0 7.5px;
  margin-bottom: 15px;
  float: left;
}

.business3 .list li a {
  display: block;
  position: relative;
  overflow: hidden;
}

.business3 .list li .img {
  width: 390px;
  height: 260px;
}

.business3 .list li .txt h3.tit {
  line-height: 74px;
  background-color: #f5f7fa;
  font-size: 20px;
  color: #444444;
  text-align: center;
}

.business3 .list li .txt .red {
  width: 100%;
  height: 150px;
  background-color: #e3403d;
  padding: 32px 28px 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 100%;
  -webkit-transition: top .4s ease-out;
  transition: top .4s ease-out;
}

.business3 .list li .txt .red h3 {
  font-size: 20px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 12px;
}

.business3 .list li .txt .red p {
  color: rgba(255, 255, 255, .6);
}

.business3 .list li .txt .red p em {
  font-family: 'Rajdhani';
  font-size: 24px;
}

.business3 .list li:hover .txt .red {
  top: 184px;
}

/* 房地产业详情*/
.page_ban.business3_bans {
  height: 580px;
  position: relative;
  overflow: hidden;
}

.page_ban.business3_bans .bg {
  height: 580px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.page_ban.business3_bans .return {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  position: absolute;
  top: 23px;
  right: 0;
  color: #e3403d;
  background: none;
}

.page_ban.business3_bans .return:before {
  content: '';
  width: 56px;
  height: 56px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .4s;
  -webkit-transition: all .4s;
}

.page_ban.business3_bans .return:after {
  content: '返回';
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page_ban.business3_bans .return:hover:before {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.page_ban.business3_bans .page_down {
  overflow: hidden;
  height: 478px;
  background-color: #fff;
}

.page_ban.business3_bans .page_down .img {
  width: 850px;
  height: 478px;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  /* background-image: url(../images/business/ico52.jpg);*/
}

.page_ban.business3_bans .page_down .txt {
  width: 430px;
  float: right;
  padding: 39px 66px 0 40px;
}

.page_ban.business3_bans .page_down .txt .ico {
  height: 76px;
}

.page_ban.business3_bans .page_down .txt h3 {
  font-size: 30px;
  color: #333333;
  margin: 36px 0 28px;
}

.page_ban.business3_bans .page_down .txt ul {
  overflow: hidden;
  margin-bottom: 33px;
}

.page_ban.business3_bans .page_down .txt li {
  font-size: 13px;
  color: #7695ce;
  line-height: 26px;
  text-align: center;
  padding: 0 12px;
  margin: 0 5px 10px 0;
  background-color: #e8ecf4;
  border-radius: 2px;
  float: left;
}

.page_ban.business3_bans .page_down .txt p {
  color: #666666;
}

.page_ban.business3_bans .page_down .txt p em {
  font-family: 'Rajdhani';
  font-size: 24px;
  color: #e3403d;
}

.business3_d .up .w1280 {
  background-color: #f5f7fb;
  overflow: hidden;
  padding: 28px 40px;
  margin: 40px auto 30px;
}

.business3_d .up .w1280 h3 {
  font-size: 24px;
  color: #333333;
  line-height: 48px;
  margin-bottom: 4px;
}

.business3_d .up .w1280 p {
  margin-bottom: 12px;
}

.business3_d .down {
  background-color: #f5f7fb;
  padding: 42px 0 70px;
  margin-top: 30px;
}

.business3_d .down .auto .txt {
  overflow: hidden;
  margin-bottom: 27px;
}

.business3_d .down .auto .txt .le {
  float: left;
}

.business3_d .down .auto .txt .le h3 {
  font-size: 24px;
  color: #333333;
}

.business3_d .down .auto .txt .ri {
  float: right;
}

.business3_d .down .auto .txt .ri a {
  font-size: 16px;
  color: #999999;
  float: left;
  margin-left: 36px;
}

.business3_d .down .auto .txt .ri a.on {
  color: #7695ce;
}

.business3_d .image_side .bd li {
  height: 240px;
}

.business3_d .image_side .bd li .img:before {
  content: '';
  width: 380px;
  height: 240px;
  background: rgba(0, 0, 0, .7);
  position: absolute;
  left: 0;
  right: 0;
  /* top: 24px;*/
  bottom: 100%;
  margin: 0 auto;
  opacity: 0;
  filter: Alpha(opacity=0);
  -webkit-transition: bottom .4s ease-out;
  transition: bottom .4s ease-out;
}

.business3_d .image_side li .img:after {
  content: '';
  width: 40px;
  height: 39px;
  background: url(../images/about/ico24.png) no-repeat;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -20px;
  -webkit-transition: top .4s ease-out;
  transition: top .4s ease-out;
  opacity: 0;
  filter: Alpha(opacity=0);
}

.business3_d .image_side li:hover .img:before {
  bottom: 0;
  opacity: 1;
  filter: Alpha(opacity=100);
}

.business3_d .image_side li:hover .img:after {
  top: 50%;
  opacity: 1;
  filter: Alpha(opacity=100);
}

.business3_d .image_side .yagSlider_ico a {
  border: 2px solid #7695ce;
}

.business3_d .image_side .yagSlider_ico .prev {
  background: url(../images/business/ico58.png) no-repeat center;
}

.business3_d .image_side .yagSlider_ico .next {
  background: url(../images/business/ico57.png) no-repeat center;
}

.business3_d .yagSlider_ico .prev:before, .business3_d .yagSlider_ico .next:before {
  background-color: #7695ce;
}

.business3_d .image_side .yagSlider_ico a:hover {
  border: 2px solid #7695ce;
}

.business3_d .in .w1280 {
  height: 523px;
  background-color: #f5f7fb;
  overflow: hidden;
}

.business3_d .in .til_box {
  overflow: hidden;
  height: 103px;
  padding: 32px 40px 0;
  line-height: 40px;
  position: relative;
}

.business3_d .in .til_box:before {
  content: '';
  width: 300px;
  height: 1px;
  background-color: #d9e0eb;
  position: absolute;
  left: 40px;
  bottom: 0;
}

.business3_d .in .til_box .h_h1 {
  font-size: 24px;
  color: #333333;
  float: left;
}

.business3_d .in .til_box .btn {
  float: right;
}

.business3_d .in .til_box .btn li {
  float: left;
  padding-left: 49px;
  margin-left: 22px;
  font-size: 16px;
  color: #999999;
  cursor: pointer;
}

.business3_d .in .til_box .btn li.li1 {
  background: url(../images/business/ico59.png) no-repeat left center;
}

.business3_d .in .til_box .btn li.li2 {
  background: url(../images/business/ico60.png) no-repeat left center;
}

.business3_d .in .til_box .btn li.li3 {
  background: url(../images/business/ico61.png) no-repeat left center;
}

.business3_d .in .til_box .btn li.li4 {
  background: url(../images/business/ico62.png) no-repeat left center;
}

.business3_d .in .til_box .btn li.li5 {
  background: url(../images/business/ico63.png) no-repeat left center;
}

.business3_d .in .til_box .btn li.li6 {
  background: url(../images/business/ico64.png) no-repeat left center;
}

.business3_d .in .til_box .btn li.li1.crt {
  background: url(../images/business/ico59_on.png) no-repeat left center;
}

.business3_d .in .til_box .btn li.li2.crt {
  background: url(../images/business/ico60_on.png) no-repeat left center;
}

.business3_d .in .til_box .btn li.li3.crt {
  background: url(../images/business/ico61_on.png) no-repeat left center;
}

.business3_d .in .til_box .btn li.li4.crt {
  background: url(../images/business/ico62_on.png) no-repeat left center;
}

.business3_d .in .til_box .btn li.li5.crt {
  background: url(../images/business/ico63_on.png) no-repeat left center;
}

.business3_d .in .til_box .btn li.li6.crt {
  background: url(../images/business/ico64_on.png) no-repeat left center;
}

.business3_d .in .map_around_box {
  position: relative;
  height: 420px;
  overflow: hidden;
}

.business3_d .in #in_d_map {
  height: 420px;
  width: 940px;
  float: right;
}

.business3_d .in #in_d_map img {
  max-width: none;
}

.business3_d .in #r-result {
  position: absolute;
  left: 0;
  top: 0;
  width: 340px;
  padding: 0 40px;
  overflow: hidden;
  overflow-y: auto;
  height: 396px;
}

.business3_d .in #r-result li {
  padding: 17px 10px;
  border-bottom: 1px solid #d9e0eb;
  cursor: pointer;
}

.business3_d .in #r-result h6 {
  font-size: 16px;
  color: #666666;
  line-height: 22px;
}

.business3_d .in #r-result p {
  font-size: 14px;
  color: #999999;
  line-height: 22px;
  opacity: 1;
  filter: Alpha(opacity=100);
  margin: 0;
}

/* 金融投资业*/
.business4 .up {
  padding: 70px 0;
}

.business4 .up .auto {
  overflow: hidden;
}

.business4 .up .le {
  width: 800px;
  float: left;
  padding-top: 33px;
}

.business4 .up .le h3 {
  /* font-size: 24px;color: #ecbc6d;margin-bottom: 26px;*/
}

.business4 .up .le p {
  margin-bottom: 12px;
}

.business4 .up .ico {
  width: 271px;
  height: 129px;
  float: right;
}

.business4 .up .img {
  margin-top: 25px;
  width: 100%;
  text-align: center;
  display: inline-block;
}

/* 集团新闻*/
.mySelect {
  position: relative;
  width: 120px;
  height: 60px;
  line-height: 56px;
  font-size: 14px;
  color: #9e9e9d;
  z-index: 100;
}

.mySelect .show {
  z-index: 1;
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: 60px;
  line-height: 56px;
  cursor: pointer;
  transition-duration: .4s;
  background-color: #f8f7f4;
  border: 1px solid #e2ded6;
}

.mySelect .show:after {
  content: '';
  position: absolute;
  top: 50%;
  left: auto;
  right: 20px;
  margin-top: -3px;
  width: 10px;
  height: 6px;
  background: url(../images/news/ico2.png) no-repeat center;
}

.mySelect .drapList {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: auto;
  width: 100%;
  background-color: #f8f7f4;
  border: 1px solid #e2ded6;
}

.mySelect .drapList ul {
  overflow: hidden;
  overflow-y: auto;
  height: 160px;
}

.mySelect .drapList li {
  padding-left: 15px;
  line-height: 40px;
  color: #9e9e9d;
  cursor: pointer;
}

.mySelect .drapList li:hover {
  background-color: #f8f7f4;
  color: #e3403d;
}

.mySelect .drapList::-webkit-scrollbar {
  display: none;
}

.news .news_search {
  width: 100%;
  margin: 70px 0 25px;
  display: inline-block;
}

.news .news_my {
  float: left;
  width: 360px;
}

.news .news_search .seek_box {
  float: left;
  width: 840px;
  height: 60px;
  line-height: 56px;
  border: 1px solid #e2ded6;
  padding: 0 52px 0 30px;
  background: #f8f7f4;
  margin-left: -1px;
  position: relative;
}

.news .seek_box input {
  display: block;
  width: 100%;
  line-height: 56px;
  font-size: 14px;
  color: #c9c6bd;
}

.news .news_search .btn_search {
  width: 60px;
  height: 60px;
  background: url(../images/news/ico1.png) no-repeat center;
  position: absolute;
  right: 27px;
  top: 0;
}

.news .news_search .mySelect:hover .show, .news .news_search .seek_box:hover {
  border: 1px solid #e3403d;
  transition: all .4s;
  -webkit-transition: all .4s;
  z-index: 100;
}

.news_search .txt {
  margin-bottom: 25px;
}

.news_search .txt p {
  color: #666666;
  line-height: 30px;
}

.news_search .txt p em {
  color: #e3403d;
}

.news .auto {
  overflow: hidden;
}

.news .list li {
  overflow: hidden;
  height: 230px;
  margin-bottom: 10px;
  position: relative;
}

.news .list li:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: 50%;
  right: 0;
  background: #e3403d;
  width: 1px;
  -webkit-transition-property: top,bottom;
  transition-property: top,bottom;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.news .list .img {
  float: left;
  width: 360px;
  height: 230px;
  overflow: hidden;
}

.news .list .img img {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.news .list .txt {
  float: left;
  width: 840px;
  height: 230px;
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
  border-left: none;
  position: relative;
  padding: 40px;
}

.news .list .txt:before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: -1px;
  z-index: 1;
  background: #e3403d;
  height: 1px;
}

.news .list .txt:after {
  content: "";
  position: absolute;
  left: 100%;
  top: -1px;
  z-index: 1;
  background: #ff5500;
  height: 1px;
}

.news .list .txt .date {
  font-family: 'Rajdhani';
  font-size: 24px;
  color: #e3403d;
}

.news .list .txt .tit {
  font-size: 16px;
  color: #444444;
  line-height: 26px;
  margin: 6px 0 10px;
  max-width: 90%;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news .list .txt .information {
  font-size: 14px;
  color: #888888;
  line-height: 24px;
}

.news .list li:hover:before {
  top: 0;
  bottom: 0;
}

.news .list li:hover .txt:before {
  left: 0%;
  right: 0%;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.news .list li:hover .txt:after {
  left: 0%;
  right: 0%;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.news .list li:hover .img img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}

.news .list li:hover .txt .tit {
  color: #e3403d;
  transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.news_more {
  width: 220px;
  height: 60px;
  line-height: 60px;
  background-color: #faf0f0;
  font-size: 14px;
  color: #e3403d;
  padding-left: 39px;
  position: relative;
}

.news_more span {
  position: relative;
  z-index: 2;
  display: block;
  -webkit-transition: transform .6s ease-out;
  transition: transform .6s ease-out;
}

.news_more:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  top: 0;
  background-color: #e3403d;
  -webkit-transition: right .6s ease-out;
  transition: right .6s ease-out;
}

.news_more span:after {
  content: '';
  width: 22px;
  height: 16px;
  position: absolute;
  left: 63px;
  top: 50%;
  margin-top: -8px;
  background: url(../images/news/ico4.png) no-repeat center;
}

.news_more:hover:before {
  right: 0;
}

.news_more:hover span {
  color: #fff;
  transform: translate(53px,0px);
  -webkit-transform: translate(53px,0px);
}

.news_more:hover span:after {
  background: url(../images/about/ico16_on.png) no-repeat center;
}

.news .news_more {
  margin: 30px 0 70px;
  float: right;
}

/* 集团新闻详情*/
.news_d .auto {
  overflow: hidden;
  margin: 70px auto 50px;
}

.news_d .le {
  float: left;
  width: 800px;
}

.news_d .details_title {
  font-size: 20px;
  color: #444444;
  line-height: 26px;
}

.news_d .details_in {
  overflow: hidden;
  padding: 14px 0;
  margin-bottom: 24px;
  border-bottom: 2px solid #ededed;
}

.news_d .details_in .date {
  font-family: 'Rajdhani';
  font-size: 24px;
  color: #e3403d;
  float: left;
  margin-right: 32px;
}

.news_d .details_in a {
  font-size: 14px;
  color: #b7b7b7;
  float: left;
  margin-right: 32px;
}

.news_d .details_in a em {
  font-family: 'Rajdhani';
}

.news_d .details_er p {
  margin-bottom: 22px;
}

.news_d .details_er p strong {
  display: initial;
}

.news_d .ri {
  float: right;
  width: 350px;
}

.news_d .ri .details_recommend {
  height: 375px;
  background-color: #f7f7f7;
  padding: 39px 30px 0;
}

.news_d .ri .details_recommend > .tit {
  font-size: 18px;
  color: #e3403d;
  line-height: 24px;
}

.news_d .ri .details_recommend a .date {
  font-family: 'Rajdhani';
  font-size: 20px;
  color: #c8c8c8;
  margin-top: 16px;
}

.news_d .ri .details_recommend a .tit {
  font-size: 16px;
  color: #444444;
  line-height: 24px;
}

.news_d .ri .details_recommend a .txt {
  font-size: 13px;
  color: #888888;
  line-height: 20px;
  padding: 10px 0 16px;
  margin-bottom: 15px;
  border-bottom: 2px solid #ebebeb;
}

.news_d .ri .details_recommend a.tit_s {
  font-size: 13px;
  color: #888888;
  line-height: 26px;
  padding-left: 12px;
  position: relative;
  max-width: 96%;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news_d .ri .details_recommend a.tit_s:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #b38446;
  position: absolute;
  left: 0;
  top: 11px;
}

.news_d .ri .pager {
  overflow: hidden;
  margin-top: 20px;
}

.news_d .ri .pager a {
  width: 173px;
  height: 56px;
  line-height: 56px;
  border: 1px solid #dfdbdb;
  text-align: center;
  color: #888888;
  float: left;
}

.news_d .ri .pager a + a {
  float: right;
}

.news_d .ri .pager a:hover, .news_d .ri .return:hover {
  color: #e3403d;
  border: 1px solid #e3403d;
}

.news_d .ri .return {
  width: 100%;
  height: 56px;
  line-height: 56px;
  border: 1px solid #dfdbdb;
  text-align: center;
  color: #888888;
  margin-top: 4px;
  position: static;
  background: none;
}

.bshare-custom {
  overflow: hidden;
  margin-top: 26px;
}

.bshare-custom a {
  width: 46px !important;
  height: 46px !important;
  margin: 0 !important;
  margin-right: 10px !important;
  display: block !important;
  float: left;
  background-image: url(../images/news/ico6.png) !important;
}

.bshare-custom .bshare-weixin {
  background-position: 0 0 !important;
}

.bshare-custom .bshare-sinaminiblog {
  background-position: -56px 0 !important;
}

.bshare-custom .bshare-qzone {
  background-position: -112px 0 !important;
}

.bshare-custom .bshare-qqim {
  background-position: -168px 0 !important;
}

.bshare-custom .bshare-weixin:hover {
  background-position: 0 -55px !important;
  transition-duration: .6s;
  -webkit-transition-duration: .6s;
}

.bshare-custom .bshare-sinaminiblog:hover {
  background-position: -56px -55px !important;
  transition-duration: .6s;
  -webkit-transition-duration: .6s;
}

.bshare-custom .bshare-qzone:hover {
  background-position: -112px -55px !important;
  transition-duration: .6s;
  -webkit-transition-duration: .6s;
}

.bshare-custom .bshare-qqim:hover {
  background-position: -168px -55px !important;
  transition-duration: .6s;
  -webkit-transition-duration: .6s;
}

.bsFrameDiv > div {
  width: 100% !important;
  height: 100% !important;
  text-align: center;
}

.bsFrameDiv img {
  margin: 14px 0 !important;
}

.bsTop {
  width: 100% !important;
}

.bshare-custom .bshare_tit {
  line-height: 46px;
  font-size: 16px;
  color: #777777;
  float: left;
  margin-right: 8px;
}

/* 最新公告*/
.investor {
  padding: 70px 0;
  min-height: 748px;
}

.investor .w1280 {
  overflow: hidden;
  position: relative;
}

.investor .stock {
  width: 454px;
  height: 748px;
  background: url(../images/investor/ico1.jpg) no-repeat center;
  padding: 58px 0 0 40px;
  float: left;
}

.investor .stock.on {
  position: fixed;
  left: -826px;
  top: 80px;
  right: 0;
  margin: 0 auto;
}

.investor .stock a {
  /* cursor:default;*/
}

.investor .stock p em {
  font-family: 'Rajdhani';
}

.investor .stock .up {
  margin-bottom: 20px;
}

.investor .stock .up h3 {
  font-family: 'Rajdhani';
  font-size: 50px;
  color: #ec0010;
  margin-bottom: 20px;
  font-weight: bold;
}

.investor .stock .up h3.green {
  color: #3eba6a;
}

.investor .stock .up h3 em {
  position: relative;
}

.investor .stock .up h3 em:before {
  content: '';
  width: 32px;
  height: 23px;
  background: url(../images/investor/ico2.png) no-repeat;
  position: absolute;
  right: -46px;
  top: 12px;
}

.investor .stock .up h3.green em:before {
  background: url(../images/investor/ico4.png) no-repeat;
  top: 16px;
}

.investor .stock .up p a {
  color: #767470;
  margin-right: 34px;
  display: inline-block;
}

.investor .stock .in h3 {
  color: #767470;
}

.investor .stock .in h3 em {
  font-size: 30px;
  color: #b38446;
  margin-right: 8px;
  font-weight: bold;
}

.investor .stock .in p a {
  color: #767470;
  margin-right: 16px;
  display: inline-block;
}

.investor .stock .down {
  /* margin-top: 80px;*/
}

.investor .stock .down h3 {
  color: #e3403d;
  font-size: 24px;
  margin-bottom: 20px;
}

.investor .stock .down p {
  color: #666666;
  line-height: 18px;
}

.investor .stock .down p em {
  font-size: 16px;
  font-family: 'arial';
}

.investor .list {
  width: 786px;
  float: right;
}

.investor .list li {
  height: 108px;
  padding: 0 40px;
  position: relative;
}

.investor .list li:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #f1f1f1;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}

.investor .list li:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  top: 0;
  background-color: #f7f7f7;
  -webkit-transition: right .6s ease-out;
  transition: right .6s ease-out;
  z-index: -1;
}

.investor .list li .date {
  font-family: 'Rajdhani';
  font-size: 24px;
  color: #e3403d;
  float: left;
  line-height: 108px;
  width: 136px;
}

.investor .list li .tit {
  width: 392px;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  height: 108px;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}

.investor .list li .ico {
  width: 36px;
  height: 108px;
  background: url(../images/investor/ico3.png) no-repeat center;
  position: absolute;
  right: 40px;
  top: 0;
}

.investor .list .news_more {
  float: right;
  margin-top: 40px;
}

.investor .list li:hover:before {
  right: 0;
}

/* 集团宣传册*/
.brand .auto {
  height: 520px;
  background: url(../images/brand/ico1.jpg) no-repeat center;
  margin: 70px auto;
  position: relative;
}

.brand .auto .img {
  width: 50%;
}

.brand .auto .more {
  width: 166px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: -30px auto 0;
  font-size: 15px;
  color: #666666;
  padding-left: 74px;
}

.brand .auto .more:after {
  content: '';
  width: 166px;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .4s;
  -webkit-transition: all .4s;
}

.brand .auto .more:before {
  content: '';
  width: 24px;
  height: 32px;
  background: url(../images/brand/ico3.png) no-repeat;
  position: absolute;
  left: 34px;
  top: 50%;
  margin-top: -16px;
  z-index: 2;
}

.brand .auto .more em {
  position: relative;
  z-index: 2;
}

.brand .auto .more:hover:after {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}

/* 特别策划*/
.brand2 .auto {
  padding: 70px 0;
  overflow: hidden;
}

.brand2 .list {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

.brand2 .list li {
  float: left;
  width: 33.33333%;
  padding: 0 15px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.brand2 .list li a {
  position: relative;
  background-color: #f9f9f9;
  cursor: default;
}

.brand2 .list li .img {
  height: 240px;
  overflow: hidden;
}

.brand2 .list li .img img {
  -webkit-transition: all .4s;
  transition: all .4s;
}

.brand2 .list li .txt {
  line-height: 60px;
  position: relative;
  text-align: center;
  padding: 0 20px;
}

.brand2 .list li .txt h3 {
  font-size: 16px;
  color: #666666;
  max-width: 100%;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
}

.brand2 .list li .txt:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  background: #e3403d;
  width: 1px;
}

.brand2 .list li .txt:after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 1;
  background: #e3403d;
  width: 1px;
}

.brand2 .list li .txt h3:before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 0;
  z-index: 1;
  background: #e3403d;
  height: 1px;
}

.brand2 .list li .txt h3:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 1;
  background: #e3403d;
  height: 1px;
}

.brand2 .list li:hover .img img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}

.brand2 .list li:hover .txt h3 {
  color: #e3403d;
  transition: all .6s;
  -webkit-transition: all .6s;
}

.brand2 .list li:hover .txt:before {
  top: 0%;
  bottom: 0%;
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.brand2 .list li:hover .txt:after {
  top: 0%;
  bottom: 0%;
  -webkit-transition-property: bottom;
  transition-property: bottom;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.brand2 .list li:hover .txt h3:before {
  left: 0%;
  right: 0%;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.brand2 .list li:hover .txt h3:after {
  left: 0%;
  right: 0%;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.brand2 .news_more {
  float: right;
  clear: both;
  margin-top: 10px;
}

/* 自媒体矩阵*/
.brand3 .auto {
  padding: 70px 0 40px;
  overflow: hidden;
}

.brand3 .list {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

.brand3 .list li {
  float: left;
  width: 33.33333%;
  padding: 0 15px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.brand3 .list li a {
  min-height: 310px;
  position: relative;
  background-color: #f8f7f4;
  padding-top: 89px;
  cursor: default;
}

.brand3 .list li .ico {
  width: 38px;
  height: 38px;
  background: url(../images/brand/ico8.png) no-repeat center;
  position: absolute;
  top: 31px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
  z-index: 1;
}

.brand3 .list li .img {
  width: 108px;
  height: 108px;
  padding: 9px;
  margin: 0 auto;
  background-color: #f8f7f4;
  border: 1px solid #dbd9d3;
  position: relative;
  z-index: 2;
}

.brand3 .list li .txt {
  line-height: 20px;
  text-align: center;
  padding: 25px 0;
}

.brand3 .list li .txt h3 {
  font-size: 16px;
  color: #6f6e6c;
}

.brand3 .list li .txt p {
  font-family: 'Rajdhani';
  font-size: 16px;
  color: #a8a7a4;
  text-align: center;
}

.brand3 .list li:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 15px;
  z-index: 1;
  background: #e3403d;
  width: 1px;
}

.brand3 .list li:after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 14px;
  z-index: 1;
  background: #e3403d;
  width: 1px;
}

.brand3 .list li a:before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 0;
  z-index: 1;
  background: #e3403d;
  height: 1px;
}

.brand3 .list li a:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 1;
  background: #e3403d;
  height: 1px;
}

.brand3 .list li:hover:before {
  top: 0%;
  bottom: 0%;
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.brand3 .list li:hover:after {
  top: 0%;
  bottom: 0%;
  -webkit-transition-property: bottom;
  transition-property: bottom;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.brand3 .list li:hover a:before {
  left: 0%;
  right: 0%;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.brand3 .list li:hover a:after {
  left: 0%;
  right: 0%;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.brand3 li:hover .ico {
  display: block;
  -webkit-animation: h_fadeIntop .6s 1 linear;
  animation: h_fadeIntop .6s 1 linear;
}

.brand3 li:hover .txt h3 {
  color: #e3403d;
  transition: all .6s;
  -webkit-transition: all .6s;
}

.brand3 .news_more {
  float: right;
  clear: both;
  margin-top: 10px;
}

/* 人才理念*/
.join {
  /* padding-top: 70px;*/
}

.join .list li {
  height: 398px;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.join .list li + li {
  height: 450px;
  background-position: center;
}

.join .list li .auto {
  padding: 98px 0 0;
}

.join .list li + li .auto {
  padding: 95px 0 0 208px;
}

.join .list li + li + li .auto {
  padding: 106px 0 0 624px;
}

.join .list li .merge {
  overflow: hidden;
}

.join .list li .merge .ico {
  float: left;
  margin-top: 8px;
  margin-right: 70px;
}

.join .list li + li .merge .txt {
  float: left;
  position: relative;
}

.join .list li + li .merge .txt:before {
  content: '';
  width: 20px;
  height: 4px;
  background-color: #e3403d;
  position: absolute;
  left: -44px;
  top: 8px;
}

.join .list li .merge .txt p {
  font-size: 20px;
  color: #787a7d;
  line-height: 30px;
  text-align: center;
}

.join .list li + li .merge .txt p {
  text-align: left;
}

/* 员工发展*/
.join2 .list {
  margin: 70px 0 40px;
}

.join2 .list li {
  height: 360px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 122px 40px 0;
  margin-bottom: 10px;
}

.join2 .list li .txt {
  width: 550px;
}

.join2 .list li + li .txt {
  float: right;
}

.join2 .list li .txt h3 {
  font-size: 24px;
  color: #e3403d;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 15px;
}

.join2 .list li .txt h3:before {
  content: '';
  width: 306px;
  height: 3px;
  background-color: rgba(255, 255, 255, .8);
  position: absolute;
  left: 0;
  bottom: 0;
}

.join2 .list li .txt p {
  color: #8c8b89;
}

.join2 .down {
  height: 478px;
  background: url(../images/join/ico9.jpg) no-repeat center;
}

.join2 .down .auto {
  position: relative;
  height: 100%;
  padding: 68px 0 0 263px;
}

.join2 .down .flesh {
  width: 120px;
  height: 120px;
  line-height: 120px;
  background-color: #efe7d9;
  border-radius: 50%;
  font-size: 18px;
  color: #b38446;
  text-align: center;
  position: absolute;
  top: 179px;
  left: 0;
}

.join2 .down .flesh em {
  position: relative;
  z-index: 2;
}

.join2 .down .flesh:before {
  content: '';
  width: 997px;
  height: 51px;
  background: url(../images/join/ico12.png) no-repeat center;
  position: absolute;
  top: 4px;
  left: 51px;
}

.join2 .down .flesh:after {
  content: '';
  width: 997px;
  height: 51px;
  background: url(../images/join/ico13.png) no-repeat center;
  position: absolute;
  bottom: 4px;
  left: 51px;
}

.join2 .down .flesh.animated:before {
  -webkit-animation: h_fadeIntop 2.6s 1 linear;
  animation: h_fadeIntop 2.6s 1 linear;
}

.join2 .down .flesh.animated:after {
  -webkit-animation: h_fadeInbottom 2.6s 1 linear;
  animation: h_fadeInbottom 2.6s 1 linear;
}

.join2 .down .blue {
  /* overflow: hidden;*/
}

.join2 .down .blue li {
  width: 90px;
  height: 90px;
  line-height: 90px;
  background-color: #506bf5;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  text-align: center;
  position: relative;
  float: left;
  margin-right: 111px;
  margin-bottom: 36px;
}

.join2 .down .blue li:before {
  content: '';
  width: 80px;
  height: 80px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -41px;
  margin-left: -41px;
}

.join2 .down .blue li:after {
  content: '';
  width: 18px;
  height: 22px;
  background: url(../images/join/ico10.png) no-repeat center;
  position: absolute;
  left: 50%;
  margin-left: -9px;
  bottom: -36px;
}

.join2 .down .red {
  margin-top: 90px;
  clear: both;
  display: inline-block;
}

.join2 .down .red li {
  width: 90px;
  height: 90px;
  /* line-height: 90px;*/
  background-color: #e3403d;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  text-align: center;
  position: relative;
  float: left;
  margin-right: 212px;
  margin-top: 36px;
  padding-top: 22px;
}

.join2 .down .red li:before {
  content: '';
  width: 80px;
  height: 80px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -41px;
  margin-left: -41px;
}

.join2 .down .red li:after {
  content: '';
  width: 18px;
  height: 22px;
  background: url(../images/join/ico11.png) no-repeat center;
  position: absolute;
  left: 50%;
  margin-left: -9px;
  top: -36px;
}

.join2 .down .blue_tit {
  width: 152px;
  height: 60px;
  line-height: 60px;
  background-color: #506bf5;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 155px;
  right: 0;
}

.join2 .down .red_tit {
  width: 152px;
  height: 60px;
  line-height: 60px;
  background-color: #e3403d;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 263px;
  right: 0;
}

/* 人才招聘*/
.join3 {
  overflow: hidden;
}

.join3 .news_search {
  width: 100%;
  margin: 70px 0 25px;
  display: inline-block;
}

.join3 .news_my {
  float: left;
  width: 360px;
}

.join3 .news_search .seek_box {
  float: left;
  width: 840px;
  height: 60px;
  line-height: 56px;
  border: 1px solid #e2ded6;
  padding: 0 52px 0 30px;
  background: #f8f7f4;
  margin-left: -1px;
  position: relative;
}

.join3 .news_search .btn_search {
  width: 60px;
  height: 60px;
  background: url(../images/news/ico1.png) no-repeat center;
  position: absolute;
  right: 27px;
  top: 0;
}

.join3 .news_search .mySelect:hover .show, .join3 .news_search .seek_box:hover {
  border: 1px solid #e3403d;
  transition: all .4s;
  -webkit-transition: all .4s;
  z-index: 100;
}

.join3_li > li {
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
  margin-bottom: 15px;
  position: relative;
}

.join3_li li .list {
  overflow: hidden;
  padding: 28px 30px 0;
  height: 106px;
  position: relative;
  cursor: pointer;
}

.join3_li li .list.on:before {
  content: '';
  width: 1006px;
  height: 1px;
  background: url(../images/join/ico17.png) no-repeat center;
  position: absolute;
  left: 163px;
  bottom: 0;
}

.join3_li li .list .date {
  font-family: 'Rajdhani';
  font-size: 24px;
  color: #e3403d;
  font-weight: bold;
  float: left;
  min-width: 133px;
}

.join3_li li .list .merge {
  overflow: hidden;
  float: left;
}

.join3_li li .list .tit {
  font-size: 18px;
  color: #444444;
  line-height: 26px;
}

.join3_li li .list .txt em {
  color: #888888;
  line-height: 26px;
  position: relative;
}

.join3_li li .list .txt em + em {
  padding-left: 22px;
  margin-left: 18px;
}

.join3_li li .list .txt em + em:before {
  content: '';
  width: 2px;
  height: 14px;
  background-color: #e4e4e4;
  position: absolute;
  left: 0;
  top: 4px;
}

.join3_li li .list .ico {
  width: 38px;
  height: 44px;
  background: url(../images/join/ico14.png) no-repeat center;
  float: right;
}

.join3_li > li:hover .list .ico, .join3_li li .list.on .ico {
  background: url(../images/join/ico15.png) no-repeat center;
}

.join3_li li .lister {
  padding: 0 30px 26px 163px;
  display: none;
  position: relative;
}

.join3_li li .lister h3 {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  margin: 24px 0 6px;
}

.join3_li li .lister h3 + h3 {
  margin: 18px 0 6px;
}

.join3_li li .lister h4 {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  margin: 0;
}

.join3_li li .lister p {
  font-size: 14px;
  color: #888888;
  line-height: 22px;
  margin-bottom: 5px;
}

.join3_li li .lister hr {
  background: url(../images/join/ico17.png) no-repeat center;
  height: 1px;
  border: none;
  margin: 24px 0 20px;
}

.join3_li li .lister ul {
  overflow: hidden;
}

.join3_li li .lister li {
  font-size: 14px;
  color: #888888;
  line-height: 32px;
  float: left;
  margin-right: 46px;
}

.join3_li li .lister li em {
  font-family: 'Rajdhani';
  font-size: 18px;
  color: #b38446;
}

.join3_li li .lister li + li + li em {
  color: #888888;
}

.join3_li li .lister li a {
  width: 64px;
  height: 32px;
  line-height: 32px;
  background-color: #e3403d;
  border-radius: 16px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.join3_li li .lister .ico {
  width: 30px;
  height: 19px;
  position: absolute;
  right: 30px;
  bottom: 40px;
}

.join3_li li .lister .ico:after {
  content: '';
  width: 30px;
  height: 19px;
  background: url(../images/join/ico16.png) no-repeat center;
  position: absolute;
  right: 0;
  bottom: 0;
  animation: arrow_movement_up 2s ease-in-out infinite;
  -webkit-animation: arrow_movement_up 2s ease-in-out infinite;
}

.join3_li li .lister .ico:before {
  content: '';
  width: 30px;
  height: 19px;
  background: url(../images/join/ico16.png) no-repeat center;
  position: absolute;
  right: 0;
  bottom: 0;
  animation: arrow_movement_up 2s 1s ease-in-out infinite;
  -webkit-animation: arrow_movement_up 2s 1s ease-in-out infinite;
}

.join3_li li .line_t:before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 0;
  z-index: 1;
  background: #e3403d;
  height: 1px;
}

.join3_li > li .line_r:after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 1;
  background: #e3403d;
  width: 1px;
}

.join3_li li .line_b:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 1;
  background: #e3403d;
  height: 1px;
}

.join3_li > li .line_l:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  background: #e3403d;
  width: 1px;
}

.join3_li > li:hover .line_t:before {
  left: 0%;
  right: 0%;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.join3_li > li:hover .line_r:after {
  top: 0%;
  bottom: 0%;
  -webkit-transition-property: bottom;
  transition-property: bottom;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.join3_li > li:hover .line_b:after {
  left: 0%;
  right: 0%;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.join3_li > li:hover .line_l:before {
  top: 0%;
  bottom: 0%;
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.join3 .news_more {
  float: right;
  margin: 25px 0 70px;
}

/* 联系方式*/
.contact .w1280 {
  margin-top: 70px;
  position: relative;
  height: 640px;
}

.contact .w1280:before {
  content: '';
  width: 1600px;
  height: 640px;
  background: url(../images/contact/ico1.jpg) no-repeat right center;
  position: absolute;
  left: 0;
  top: 0;
}

.contact .txt {
  position: relative;
  z-index: 2;
  padding: 65px 0 0 40px;
}

.contact .txt h3 {
  font-size: 26px;
  color: #e3403d;
}

.contact .txt ul {
  display: inline-block;
  margin: 60px 0 62px;
}

.contact .txt li {
  min-height: 50px;
  background-repeat: no-repeat;
  background-position: left 6px;
  /* background-image: url(../images/contact/ico2.png);*/
  padding-left: 50px;
  margin-right: 64px;
  float: left;
}

.contact .txt li p {
  font-size: 15px;
  color: #85837d;
  line-height: 22px;
  padding-top: 5px;
}

.contact .txt li + li p {
  line-height: 50px;
  padding-top: 0;
}

.contact .txt li p em {
  font-family: 'Rajdhani';
  font-size: 18px;
  color: #e3403d;
}

.contact .WeChat {
  width: 146px;
  overflow: hidden;
  text-align: center;
}

.contact .WeChat .img {
  width: 146px;
  height: 146px;
  margin-right: 25px;
}

.contact .WeChat p {
  font-size: 15px;
  color: #85837d;
  line-height: 33px;
  text-align: center;
}

/* 廉政举报*/
.contact2 .up {
  overflow: hidden;
  margin: 70px 0;
}

.contact2 .up .le {
  float: left;
  width: 672px;
}

.contact2 .up .le .txt p {
  margin-bottom: 20px;
}

.contact2 .up .le input {
  width: 100%;
  height: 66px;
  line-height: 66px;
  float: left;
  background-color: #f8f7f4;
  border: 1px solid #e2ded6;
  padding: 0 18px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #d5d3cd;
}

.contact2 .up .le input.submit {
  width: 208px;
  height: 60px;
  line-height: 60px;
  background-color: #e3403d;
  border: 1px solid #e3403d;
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin: 0;
  margin-top: 20px;
  cursor: pointer;
}

.contact2 .up .ri {
  float: right;
  width: 334px;
}

.contact2 .up .ri .img {
  width: 146px;
  height: 146px;
  margin-bottom: 33px;
}

.contact2 .up .ri p {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}

.contact2 .up .ri p em {
  font-family: 'Rajdhani';
  font-size: 20px;
  color: #e3403d;
}

.contact2 .up .ri p + p em {
  color: #666666;
}

/* 网站地图*/
.map_pop .nav_up {
  width: 100%;
  display: inline-block;
  margin-top: 33px;
  padding-bottom: 5px;
  position: relative;
}

.map_pop .nav_up:before {
  content: '';
  width: 1200px;
  height: 2px;
  background-color: #f2f2f2;
  position: absolute;
  left: -40px;
  bottom: 0;
}

.map_pop .nav_up a {
  font-size: 14px;
  color: #555555;
  line-height: 30px;
  float: left;
  margin: 0 56px 0 25px;
}

.map_pop .nav_down {
  padding-left: 134px;
  overflow: hidden;
}

.map_pop .nav_down .dl {
  float: left;
  width: 137px;
}

.map_pop .nav_down .dl a {
  font-size: 14px;
  color: #888888;
  line-height: 32px;
}

.map_pop .nav_up .inner_bor {
  width: 100%;
  height: 2px;
  background: #e3403d;
  position: absolute;
  bottom: 0;
  left: 0;
}

@-webkit-keyframes h_fadeIn {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}

@keyframes h_fadeIn {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}

@-webkit-keyframes h_fadeIntop {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0,10px,0);
      transform: translate3d(0,10px,0);
  }

  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}

@keyframes h_fadeIntop {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0,10px,0);
      transform: translate3d(0,10px,0);
  }

  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}

@-webkit-keyframes h_fadeIntops {
  0% {
      -webkit-transform: translate3d(0,5px,0);
      transform: translate3d(0,5px,0);
  }

  50% {
      -webkit-transform: none;
      transform: none;
  }

  100% {
      -webkit-transform: translate3d(0,5px,0);
      transform: translate3d(0,5px,0);
  }
}

@keyframes h_fadeIntops {
  0% {
      -webkit-transform: translate3d(0,5px,0);
      transform: translate3d(0,5px,0);
  }

  50% {
      -webkit-transform: none;
      transform: none;
  }

  100% {
      -webkit-transform: translate3d(0,5px,0);
      transform: translate3d(0,5px,0);
  }
}

@-webkit-keyframes h_fadeInLeft {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(-10%,0,0);
      transform: translate3d(-10%,0,0)
  }

  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}

@keyframes h_fadeInLeft {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(-10%,0,0);
      transform: translate3d(-10%,0,0)
  }

  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}

@-webkit-keyframes h_fadeInRight {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(10%,0,0);
      transform: translate3d(10%,0,0)
  }

  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}

@keyframes h_fadeInRight {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(10%,0,0);
      transform: translate3d(10%,0,0)
  }

  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}

@-webkit-keyframes h_fadeInbottom {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0,-10px,0);
      transform: translate3d(0,-10px,0);
  }

  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}

@keyframes h_fadeInbottom {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0,-10px,0);
      transform: translate3d(0,-10px,0);
  }

  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}

@-webkit-keyframes h_gradient {
  0% {
      background-position: 0% 50%;
  }

  50% {
      background-position: 100% 50%;
  }

  100% {
      background-position: 0% 50%;
  }
}

@keyframes h_gradient {
  0% {
      background-position: 0% 50%;
  }

  50% {
      background-position: 100% 50%;
  }

  100% {
      background-position: 0% 50%;
  }
}

@-webkit-keyframes time_fi {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

@keyframes time_fi {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

@keyframes arrow_movement_down {
  0% {
      opacity: 0;
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px)
  }

  70% {
      opacity: 1;
  }

  to {
      opacity: 0;
  }
}

@-webkit-keyframes arrow_movement_down {
  0% {
      opacity: 0;
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px)
  }

  70% {
      opacity: 1;
  }

  to {
      opacity: 0;
  }
}

@keyframes width {
  from {
      opacity: 0;
      filter: Alpha(opacity=100);
      max-width: 0;
  }

  to {
      opacity: 1;
      filter: Alpha(opacity=100);
      max-width: 100%;
  }
}

@-webkit-keyframes width {
  from {
      opacity: 0;
      filter: Alpha(opacity=100);
      max-width: 0;
  }

  to {
      opacity: 1;
      filter: Alpha(opacity=100);
      max-width: 100%;
  }
}

@keyframes arrow_movement_up {
  0% {
      opacity: 0;
      -webkit-transform: translateY(10px);
      transform: translateY(10px)
  }

  70% {
      opacity: 1;
  }

  to {
      opacity: 0;
  }
}

@-webkit-keyframes arrow_movement_up {
  0% {
      opacity: 0;
      -webkit-transform: translateY(10px);
      transform: translateY(10px)
  }

  70% {
      opacity: 1;
  }

  to {
      opacity: 0;
  }
}

@keyframes h_circle_l {
  0% {
      -webkit-transform: rotate(0deg)
  }

  100% {
      -webkit-transform: rotate(-360deg)
  }
}

@-webkit-keyframes h_circle_l {
  0% {
      -webkit-transform: rotate(0deg)
  }

  100% {
      -webkit-transform: rotate(-360deg)
  }
}

@keyframes h_circle_r {
  0% {
      -webkit-transform: rotate(0deg)
  }

  100% {
      -webkit-transform: rotate(360deg)
  }
}

@-webkit-keyframes h_circle_r {
  0% {
      -webkit-transform: rotate(0deg)
  }

  100% {
      -webkit-transform: rotate(360deg)
  }
}

@keyframes h_breath {
  from {
      opacity: 0.1;
  }

  50% {
      opacity: 1;
  }

  to {
      opacity: 0.1;
  }
}

@-webkit-keyframes h_breath {
  from {
      opacity: 0.1;
  }

  50% {
      opacity: 1;
  }

  to {
      opacity: 0.1;
  }
}

@keyframes warn {
  0% {
      transform: scale(0.3);
      -webkit-transform: scale(0.3);
      opacity: 0.0;
  }

  25% {
      transform: scale(0.3);
      -webkit-transform: scale(0.3);
      opacity: 0.3;
  }

  50% {
      transform: scale(0.5);
      -webkit-transform: scale(0.5);
      opacity: 0.5;
  }

  75% {
      transform: scale(0.8);
      -webkit-transform: scale(0.8);
      opacity: 0.7;
  }

  100% {
      transform: scale(1);
      -webkit-transform: scale(1);
      opacity: 1;
  }
}

@keyframes h_change {
  0% {
      -webkit-transform: scale(.5, .5);
      transform: scale(.5, .5);
      opacity: 0;
  }

  100% {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1;
  }
}

@-webkit-keyframes h_change {
  0% {
      -webkit-transform: scale(.5, .5);
      transform: scale(.5, .5);
      opacity: 0;
  }

  100% {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1;
  }
}

@keyframes h_bg {
  0% {
      background-position: 0% 50%;
  }

  50% {
      background-position: 100% 50%;
  }

  100% {
      background-position: 0% 50%;
  }
}

@-webkit-keyframes h_bg {
  0% {
      background-position: 0% 50%;
  }

  50% {
      background-position: 100% 50%;
  }

  100% {
      background-position: 0% 50%;
  }
}

.h_fadeIn {
  -webkit-animation-name: h_fadeIn;
  animation-name: h_fadeIn;
}

.h_fadeIntop {
  -webkit-animation-name: h_fadeIntop;
  animation-name: h_fadeIntop;
}

.h_fadeIntops {
  -webkit-animation-name: h_fadeIntops;
  animation-name: h_fadeIntops;
}

.h_fadeInLeft {
  -webkit-animation-name: h_fadeInLeft;
  animation-name: h_fadeInLeft;
}

.h_fadeInRight {
  -webkit-animation-name: h_fadeInRight;
  animation-name: h_fadeInRight;
}

.h_fadeInbottom {
  -webkit-animation-name: h_fadeInbottom;
  animation-name: h_fadeInbottom;
}

.time_fi {
  -webkit-animation-name: time_fi;
  animation-name: time_fi;
}

.arrow_movement_down {
  -webkit-animation-name: arrow_movement_down;
  animation-name: arrow_movement_down;
}

.width {
  -webkit-animation-name: width;
  animation-name: width;
}

.arrow_movement_up {
  -webkit-animation-name: arrow_movement_up;
  animation-name: arrow_movement_up;
}

.h_circle_l {
  -webkit-animation-name: h_circle_l;
  animation-name: h_circle_l;
}

.h_circle_r {
  -webkit-animation-name: h_circle_r;
  animation-name: h_circle_r;
}

.h_breath {
  -webkit-animation-name: h_breath;
  animation-name: h_breath;
}

.h_change {
  -webkit-animation-name: h_change;
  animation-name: h_change;
}

.h_bg {
  -webkit-animation-name: h_bg;
  animation-name: h_bg;
}

/* 聚合*/
.about-group {
  height: 766px;
  background: url(../images/about/ico34.jpg) no-repeat center/cover;
  position: relative;
}

.about-group .auto {
  position: relative;
  height: 100%;
}

.about-group .txt {
  color: #fff;
  width: 446px;
  padding-top: 267px;
}

.about-group .txt h3.cn {
  font-size: 36px;
  line-height: 36px;
  font-weight: lighter;
  margin-bottom: 12px;
}

.about-group .txt h3.en {
  font-family: 'Rajdhani';
  font-size: 50px;
  line-height: 36px;
  margin-bottom: 28px;
}

.about-group .txt p {
  color: rgba(255, 255, 255, .8);
}

.about-group em.ico2 {
  width: 1848px;
  height: 224px;
  background: url(../images/about/ico35.png) no-repeat center;
  position: absolute;
  left: -359px;
  bottom: 0;
}

.about-group .ico {
  width: 520px;
  height: 590px;
  background: url(../images/about/ico36.png) no-repeat center;
  position: absolute;
  top: 123px;
  right: 69px;
}

.about-group .ico:after {
  content: '';
  width: 806px;
  height: 695px;
  background: url(../images/about/ico38.png) no-repeat center;
  position: absolute;
  left: -130px;
  /* right: 0;margin: 0 auto;*/
  top: -87px;
  animation: h_breath 6s ease infinite;
  -webkit-animation: h_breath 6s ease infinite;
}

.about-group .ico .ico_c {
  width: 240px;
  height: 240px;
  background: url(../images/about/ico39.png) no-repeat center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 140px;
  /* -webkit-animation: h_circle_l 6s ease infinite;animation: h_circle_l 6s ease infinite;*/
}

.about-group .ico .ico_c:before {
  content: '';
  width: 240px;
  height: 240px;
  background: url(../images/about/ico37.png) no-repeat center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  -webkit-animation: h_circle_r 6s ease infinite;
  animation: h_circle_r 6s ease infinite;
}

.about-group .ico a {
  font-size: 16px;
  color: #fff;
  z-index: 2;
}

.about-group .ico a.a1 {
  color: #f8e993;
  position: absolute;
  left: 424px;
  top: 278px;
}

.about-group .ico a.a1:before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: -27px;
  top: -12px;
}

.about-group .ico a.a2 {
  color: #fbbd65;
  position: absolute;
  left: 31px;
  top: 278px;
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
}

.about-group .ico a.a2:before {
  content: '';
  width: 21px;
  height: 20px;
  background: url(../images/about/ico40.png) no-repeat;
  /* background-color: #fff;*/
  /* border-radius: 50%;*/
  position: absolute;
  right: -27px;
  top: -12px;
}

.about-group .ico a.a4 {
  position: absolute;
  left: 278px;
  top: 250px;
  animation-delay: .4s;
  -webkit-animation-delay: .4s;
}

.about-group .ico a.a4:before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: -27px;
  top: 0;
}

.about-group .ico a.a3 {
  position: absolute;
  left: 378px;
  top: 412px;
  animation-delay: .6s;
  -webkit-animation-delay: .6s;
}

.about-group .ico a.a3:before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: -27px;
  top: 2px;
}

.about-group .ico a.a5 {
  position: absolute;
  left: 532px;
  top: 210px;
  width: 100px;
  animation-delay: .8s;
  -webkit-animation-delay: .8s;
}

.about-group .ico a.a5:before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: -27px;
  top: 2px;
}

.about-group .ico a.a6 {
  position: absolute;
  left: -76px;
  top: 210px;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.about-group .ico a.a6:before {
  content: '';
  width: 21px;
  height: 20px;
  background: url(../images/about/ico40.png) no-repeat;
  /* background-color: #fff;*/
  /* border-radius: 50%;*/
  position: absolute;
  right: -27px;
  top: 2px;
}

.about-group .ico a.a7 {
  position: absolute;
  left: 173px;
  top: -34px;
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

.about-group .ico a.a7:before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -28px;
}

.about-group .ico a.a8 {
  position: absolute;
  left: 479px;
  top: 85px;
  width: 100px;
  animation-delay: .8s;
  -webkit-animation-delay: .8s;
}

.about-group .ico a.a8:before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: -27px;
  top: 2px;
}

.about-group .ico a.a1:hover:before {
  background-color: #fbbd65;
  transition: all .4s;
}

.about-group .ico a.a2:hover:before {
  background: url(../images/about/ico42.png) no-repeat;
  /* background-color: #f8e993;*/
  transition: all .4s;
}

.about-group .ico a.a4:hover:before {
  background-color: #fda779;
  transition: all .4s;
}

.about-group .ico a.a3:hover:before {
  background-color: #e7634f;
  transition: all .4s;
}

.about-group .ico a.a5:hover:before {
  background-color: #f0aa73;
  transition: all .4s;
}

.about-group .ico a.a6:hover:before {
  background: url(../images/about/ico41.png) no-repeat;
  /* background-color: #f1b277;*/
  transition: all .4s;
}

.about-group .ico a.a7:hover:before {
  background-color: #f8e993;
  transition: all .4s;
}

.about-group .ico a.a8:hover:before {
  background-color: #f6d589;
  transition: all .4s;
}

.business-group {
  height: 766px;
  background: url(../images/business/ico67.jpg) no-repeat center/cover;
  position: relative;
}

.business-group .auto {
  position: relative;
  height: 100%;
}

.business-group .txt {
  color: #fff;
  width: 446px;
  padding-top: 267px;
}

.business-group .txt h3.cn {
  font-size: 36px;
  line-height: 36px;
  font-weight: lighter;
  margin-bottom: 12px;
}

.business-group .txt h3.en {
  font-family: 'Rajdhani';
  font-size: 50px;
  line-height: 36px;
  margin-bottom: 28px;
}

.business-group .txt p {
  color: rgba(255, 255, 255, .8);
}

.business-group em.ico2 {
  width: 1920px;
  height: 152px;
  background: url(../images/business/ico68.png) no-repeat center;
  position: absolute;
  left: -359px;
  bottom: 0;
}

.business-group .ico {
  width: 634px;
  height: 522px;
  background: url(../images/business/ico69.png) no-repeat center;
  position: absolute;
  top: 124px;
  right: 4px;
}

.business-group .ico:after {
  content: '';
  width: 742px;
  height: 746px;
  background: url(../images/business/ico71.png) no-repeat center;
  position: absolute;
  left: -57px;
  top: -109px;
  animation: h_breath 6s ease infinite;
  -webkit-animation: h_breath 6s ease infinite;
}

.business-group .ico .ico_c {
  width: 252px;
  height: 252px;
  background: url(../images/business/ico70.png) no-repeat center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 136px;
}

.business-group .ico .ico_c:before {
  content: '';
  width: 252px;
  height: 252px;
  background: url(../images/business/ico72.png) no-repeat center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  -webkit-animation: h_circle_r 6s ease infinite;
  animation: h_circle_r 6s ease infinite;
}

.business-group .ico a {
  font-size: 18px;
  color: #fff;
  z-index: 2;
}

.business-group .ico a.a1 {
  position: absolute;
  left: 283px;
  top: 221px;
}

.business-group .ico a.a1:before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -27px;
}

.business-group .ico a.a4 {
  color: #fed01c;
  position: absolute;
  left: 231px;
  top: 512px;
  animation-delay: .6s;
  -webkit-animation-delay: .6s;
}

.business-group .ico a.a4:before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -47px;
}

.business-group .ico a.a2 {
  color: #fed01c;
  position: absolute;
  left: 85px;
  top: 228px;
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
}

.business-group .ico a.a2:before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: -23px;
  top: 24px;
}

.business-group .ico a.a3 {
  position: absolute;
  left: 478px;
  top: 273px;
}

.business-group .ico a.a3:before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: -23px;
  bottom: 24px;
}

.business-group .ico a.a1:hover:before {
  background-color: #e18c45;
  transition: all .4s;
}

.business-group .ico a.a2:hover:before {
  background-color: #f59327;
  transition: all .4s;
}

.business-group .ico a.a3:hover:before {
  /* background: url(../images/about/ico43.png) no-repeat;*/
  background-color: #f25624;
  transition: all .4s;
}

.business-group .ico a.a4:hover:before {
  background-color: #e48b27;
  transition: all .4s;
}

@media screen and (max-height: 880px) {
  .banner .bd .li-slide1 .li_t7 {
      width: 400px;
  }
}

@media screen and (max-height: 830px) {
  .banner .bd .li-slide1 .li_t7 {
      width: 400px;
  }

  .banner .bd .li-slide1 .li_t9 {
      width: 470px;
      top: 280px;
  }

  .banner .bd .li-slide1 .li_t10 {
      width: 400px;
      top: 340px;
  }
}

@media screen and (max-height: 890px) {
  .banner .bd .li-slide1 .li_t11 {
      top: 40px;
      width: 270px;
  }

  .banner .bd .li-slide1 .li_t12 {
      width: 270px;
      top: 140px;
  }
}

@media screen and (max-height: 790px) {
  .banner .bd .li-slide1 .w1200 .li_t1 {
      width: 500px;
      top: 100px;
  }

  .banner .bd .li-slide1 .w1200 .li_t2 {
      width: 350px;
      top: 255px;
  }

  .banner .bd .li-slide1 .w1200 .li_ter .li_t3 {
      width: 600px;
  }

  .banner .bd .li-slide1 .w1200 .li_ter .li_t4 {
      width: 400px;
  }

  .banner .bd .li-slide1 .li_t7 {
      width: 300px;
      left: 0;
      top: 0;
  }

  .banner .bd .li-slide1 .li_t9 {
      top: 200px;
  }

  .banner .bd .li-slide1 .li_t10 {
      top: 280px;
  }
}

@media screen and (max-height: 760px) {
  .banner .bd .li-slide1 .li_t12 {
      width: 220px;
  }
}

@media screen and (max-height: 710px) {
  .banner .bd .li-slide1 .li_t12 {
      width: 180px;
  }
}

@media screen and (max-height: 690px) {
  .banner .bd .li-slide1 .w1200 .li_t1 {
      width: 350px;
  }

  .banner .bd .li-slide1 .w1200 .li_t2 {
      width: 300px;
      top: 210px;
  }

  .banner .bd .li-slide1 .w1200 .li_ter {
      right: 0;
      top: 100px;
  }

  .banner .bd .li-slide1 .w1200 .li_t3 {
      width: 400px;
  }

  .banner .bd .li-slide1 .w1200 .li_t4 {
      width: 300px;
  }

  .banner .bd .li-slide1 .li_t5 {
      width: 300px;
  }

  .banner .bd .li-slide1 .li_t6 {
      width: 300px;
      top: 185px;
  }

  .banner .bd .li-slide1 .li_t7 {
      width: 200px;
      top: 0;
  }

  .banner .bd .li-slide1 .li_t9 {
      width: 380px;
      top: 160px;
  }

  .banner .bd .li-slide1 .li_t10 {
      width: 320px;
      top: 210px;
  }
}

@media screen and (max-height: 670px) {
  .banner .bd .li-slide1 .li_t12 {
      width: 150px;
  }
}

@media screen and (max-height: 640px) {
  .banner .bd .li-slide1 .li_t12 {
      width: 120px;
  }
}

@media screen and (max-width: 1540px) {
  .banner .bd li .img {
      background-size: cover !important;
  }

  .banner .bd .li-slide1 .w1200 .li_ter {
      right: 0;
  }

  /* .banner .bd .li-slide1 .w1200 .li_ter{right: 0;}*/
  /* .banner, .banner .bd li{height: 617px !important;}*/
}

@media screen and (max-width: 1366px) {
  .banner .bd .li-slide1 .li_t7 {
      width: 300px;
      left: 0;
      top: 0;
  }

  .banner .bd .li-slide1 .w1200 .li_ter .li_t3 {
      width: 600px;
  }

  .banner .bd .li-slide1 .w1200 .li_ter .li_t4 {
      width: 400px;
  }
}

/* @media screen and (max-width: 1660px){.banner .bd .li-slide1 .li_t5, .banner .bd .li-slide1 .li_t6{left: -50px;}}
@media screen and (max-width: 1440px){.banner .bd .li-slide1 .li_t5, .banner .bd .li-slide1 .li_t6{left: 0;}}*/
.business_d .list > li.item3 .img .tabs_nav li.num4,.business_d .list > li.item3 .img .tabs_nav li.num6,.business_d .list > li.item3 .img .tabs_nav li.num9,.business_d .list > li.item3 .img .tabs_nav li.num10,.business_d .list > li.item3 .img .tabs_nav li.num11,.business_d .list > li.item3 .img .tabs_nav li.num12,.business_d .list > li.item3 .img .tabs_nav li.num13 {
  display: none;
}

.brand4 {
  padding: 70px 0;
  overflow: hidden;
}

.brand4 .list {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}

.brand4 .list li {
  float: left;
  width: 33.3333333%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.brand4 .list .img {
  width: 100%;
  height: 240px;
  background: no-repeat center;
  background-size: cover;
  position: relative;
}

.brand4 .list li a {
  background-color: #f9f9f9;
  text-align: center;
}

.brand4 .list li .play-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.35);
  opacity: 0;
  transition: all .25s;
}

.brand4 .list li .play-cover:before {
  content: "";
  left: 50%;
  top: 50%;
  margin: -33px 0 0 -33px;
  width: 66px;
  height: 66px;
  transition: all .25s;
  background: url(../images/brand/ico13.png) no-repeat center;
  position: absolute;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.brand4 .list li:hover .play-cover {
  opacity: 1;
}

.brand4 .list li:hover .play-cover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.brand4 .list li .txt {
  padding: 0 14px;
  height: 60px;
  line-height: 60px;
}

.brand4 .list li .name {
  display: inline-block;
  vertical-align: middle;
}

.brand4 .list li h3 {
  font-size: 16px;
  color: #666666;
  line-height: 20px;
}

.brand4 .news_more {
  margin-top: 12px;
  float: right;
}

.pop.video_pop .popBody {
  padding: 0;
  background: none;
  text-align: center;
}

.video_pop video {
  height: 500px;
  object-fit: cover;
}

.video {
  cursor: pointer;
}

#header .navWrap .subNav .dl:nth-child(6) {
  /* width: 380px !important;*/
}

.business_d .list .item6 .wrap {
  overflow: hidden;
  clear: both;
  height: 360px;
  background-color: #c7efc8;
  margin-top: 38px;
  display: inline-block;
}

.business_d .list .item6 .wrap .img {
  background: no-repeat center;
  background-size: cover;
  float: left;
  width: 600px;
  height: 100%;
  margin: 0;
}

.business_d .list .item6 .wrap .text {
  float: left;
  width: 600px;
  height: 100%;
  position: relative;
}

.business_d .list .item6 .wrap .con {
  padding: 0 30px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.business_d .list .item6 .wrap h3 {
  font-size: 24px;
  color: #459c47;
  text-align: left;
  margin-bottom: 18px;
}

.business_d .list .item6 .wrap p {
  color: #716e6c;
  line-height: 24px;
}

.business_d .list .item6 .wrap h5 {
  color: #459c47;
  line-height: 24px;
  font-size: 18px;
  margin-top: 6px;
  text-align: left;
}

.business_d .slide {
  width: 600px;
  height: 360px;
  position: relative;
  float: left;
}

.business_d .slide .bd {
  width: 100%;
  overflow: hidden;
}

.business_d .slide .bd ul {
  width: 100% !important;
}

.business_d .slide .bd li {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.business_d .slide .bd li .img {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.business_d .slide .hd {
  /* width: 1200px; */
  height: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 20px;
  bottom: 30px;
  z-index: 99;
}

.business_d .slide .hd ul {
  float: right;
}

.business_d .slide .hd ul li.on {
  background-color: #FFF;
}

.business_d .slide .hd ul li {
  float: left;
  width: 8px;
  height: 8px;
  overflow: hidden;
  color: transparent;
  background-color: transparent;
  border: 2px solid #FFF;
  margin-left: 6px;
  cursor: pointer;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/* 2023-2-22 */
.investor-two .tab-name {
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}

.investor-two .tab-name a {
  float: left;
  width: 50%;
  background-color: #f8f7f4;
  font-size: 16px;
  color: #666666;
  line-height: 60px;
}

.investor-two .tab-name a.on {
  background-color: #e3403d;
  color: #fff;
}

.investor-two .list {
  float: none;
  width: 100%;
}

.investor-two .list li .tit {
  width: 999px;
}

.business .ico .bd ul,.business .ico .bd ul li {
  width: 100% !important;
  height: 100% !important;
}

.business .ico .bd li .img {
  width: 100% ;
  height: 440px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.business .ico .hd {
  width: 100%;
  height: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 52px;
  z-index: 99;
}

.business .ico .hd ul {
  display: flex;
  justify-content: center;
}

.business .ico .hd ul li.on {
  background-color: #FFF;
}

.business .ico .hd ul li {
  float: left;
  width: 12px;
  height: 12px;
  overflow: hidden;
  color: transparent;
  background-color: transparent;
  border: 2px solid #FFF;
  border-radius: 50%;
  margin-left: 6px;
  transition: all .4s;
  cursor: pointer;
}
