body { text-align: left; padding: 0; margin: 0; font-size: 14px; color: #333; font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif !important; height: auto; background: #fff; overflow-x: hidden; -webkit-font-smoothing: antialiased;}
div,p,li { word-break: break-all;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p { padding: 0; margin: 0;}
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th { padding: 0; margin: 0;}
fieldset { border-top-width: 0; border-left-width: 0; border-bottom-width: 0; border-right-width: 0;}
a,img,iframe { border: 0; padding: 0; margin: 0;max-width: 100%;}
i { font-style: normal;}
address,caption,cite,cite,code,dfn,em,th,var { font-weight: normal; font-style: normal;}
ul,ol,li { list-style: none;}
caption { text-align: left;}
th { text-align: left;}
h1,h2,h3,h4,h5,h6 {font-weight: normal; font-size: 100%;}
q:unknown { content: '';}
button,input,select,textarea { font-size: 100%;}
table { border-collapse: collapse; border-spacing: 0;}
.por { position: relative;}
.poa { position: absolute;}
input,textarea,select { font-family: inherit; font-size: 100%;}
a:link { color: #333; text-decoration: none;}
a:visited { color: #333; text-decoration: none; cursor: pointer;}
a:hover { color: #007300; text-decoration: none;}
.ease,
.ease * {
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.noease,
.noease * {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
:-moz-placeholder {
  color: #fff;
}
::-moz-placeholder {
  color: #fff;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #333;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #333;
}
input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #666;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #666;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #666;
}
input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    color: #666;
}
textarea::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #333;
}
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #333;
}
textarea::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #333;
}
textarea:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    color: #333;
}

.fl,.left { float: left;}
.fr,.right { float: right;}
.tac { text-align: center;}
.tar {text-align: right;}
/*æ¸…é™¤æµ®åŠ¨*/
.clear {
  clear: both;
  font-size: 0;
  margin: 0;
  padding: 0;
  display: block;
  _height: 0;
  overflow: hidden;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { *zoom: 1;}
.hidden { display: none;}
.icon {
  background-image: url("../images/icon.png");
  display: inline-block;
  vertical-align: middle;
}
.w1400 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.w1600 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.w1440 {
  width: 1440px;
  max-width: 1440px;
  margin: 0 auto;
}
.w1600 {
  width: 1600px;
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 1660px) {
  .w1400 {
    width: 1200px;
    max-width: 1200px;
  }
  .w1440 {
    width: 1200px;
    margin: 0 auto;
    max-width: 1200px;
  }
  .w1600 {
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
  }
}
/*banner背景图片动画*/
@-webkit-keyframes scale-bg {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
   
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-bg {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*--banner大图基础样式****/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus { outline: none;}
.slick-list.dragging { cursor: pointer; cursor: hand;}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after { clear: both;}
.slick-loading .slick-track { visibility: hidden;}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {display: block;}
.slick-slide.slick-loading img { display: none;}
.slick-slide.dragging img { pointer-events: none;}
.slick-initialized .slick-slide { display: block;}
.slick-loading .slick-slide { visibility: hidden;}
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent;}
.slick-arrow.slick-hidden { display: none;}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  /*   opacity: .25;*/
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}*/

#pages .swiper_g{ height: 100vh; position: relative; }
.fp-right{ display: none; }

/*banner*/
#banner_main{position:relative; z-index:2;}
.banner{position: relative;width: 100%;min-width: 1000px;  height: 100%;}
.banner .swiper-container { width: 100%; height: 100%;}
.banner .vbox-img { width: 100%; height: 100%; overflow: hidden;}
.banner .vbox-img a { width: 100%; height: 100%; display: block;}
.banner .vbox-img .img { width: 100%; height: 100%;}
.banner .vbox-img .img img { width: 100%; height: 100%; object-fit: cover;}
.banner .vbox-img video { position: absolute; left: 50%; top: 0; width: 100%; object-fit: contain; transform: translateX(-50%);}
@media (max-width: 1560px) {
  .banner .vbox-img video { height: 100%;  top: 50%; object-fit: cover; transform: translate(-50%, -50%); }
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom { font-size: 0; bottom: 80px;}
.banner .swiper-pagination .swiper-pagination-bullet { width:55px; height: 5px; background: #fff; margin: 0 8px; position: relative; overflow: hidden; border-radius:20px; transition: all ease-out 0.3s;}
.banner .swiper-pagination .swiper-pagination-bullet-active { background-color: #fff;}

.banner .swiper-button-prev { left:5%;}
.banner .swiper-button-prev, .banner .swiper-button-next { width: 60px; height: 60px; border-radius: 50%; overflow: hidden;  background: none;
 display: flex;justify-content: center; align-items: center;}
 .banner .swiper-button-next { right: 5%; }

.swiper-button-next, .swiper-button-prev { cursor: pointer;}
.banner .swiper-button-prev::before, .banner .swiper-button-next::before { content: ''; width: 100%; height: 100%;
 border: 2px solid rgba(255, 255, 255, 0.7); position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
 border-radius: 50%; box-sizing: border-box;}
.banner .swiper-button-prev .border, .banner .swiper-button-next .border { width: 100%; height: 100%; position: absolute; left: 50%;
 top: 50%; transform: translate(-50%, -50%); z-index: 2;}
.banner .swiper-button-prev .border svg, .banner .swiper-button-next .border svg { width: 100%; height: 100%; transform: rotate(-90deg);}
.banner .swiper-button-prev:hover .border svg, .banner .swiper-button-next:hover .border svg { opacity: 1;}
 .banner .swiper-button-prev:hover .border .progress-bar, .banner .swiper-button-next:hover .border .progress-bar {
   animation: box1run 1s linear normal forwards;
 }
 .banner .swiper-button-prev .icon0 svg, .banner .swiper-button-next .icon0 svg { width: 10px; height: 14px;}
 .banner .swiper-button-prev .icon0, .banner .swiper-button-next .icon0 { width: 10px; height: 14px; display: flex;}
 .banner .swiper-button-prev:hover .icon0 svg path, .banner .swiper-button-next:hover .icon0 svg path { fill: #007300;}
 .banner .swiper-button-prev .icon0 svg path, .banner .swiper-button-next .icon0 svg path { fill: rgba(255, 255, 255, 0.7); transition: all ease-out 0.3s;}
 .banner .swiper-button-next svg { transform: rotateZ(180deg);}
 @keyframes box1run {
   0% {
     stroke-dashoffset: 213;
   }
   100% {
     stroke-dashoffset: 0;
   }
 }
 @keyframes maas {
   0% {
     transform: scale(1.1);
   }
   50% {
     transform: scale(1);
   }
   100% {
     transform: scale(1.1);
   }
 }
 @keyframes mouse {
   0% {
     transform: translateY(-5px);
   }
   50% {
     transform: translateY(5px);
   }
   100% {
     transform: translateY(-5px);
   }
 }

.banner .list{width: 100%;display:inline-block;}
.banner .list li{ width: 100%; position: absolute; left: 0; top: 0;  bottom: 0; right: 0; z-index: 1; overflow: hidden; background: #fff;transition: ease 1s;
  animation: upin2 4s ease;}
.banner .list li a { width: 100%; display: block; height: 100%;}
.banner .list li #video{width: 100%; height: 100%; display: block; position: relative; object-fit: cover; 
object-position: center; left: 0; background-size: cover; top: 0;}
@keyframes upin2{0%{transform:scale(1.05)}100%{transform:scale(1)}}
.banner .imo{width: 100%; height: 100%; display: block; position: relative; left: 0; top: 0;}
.banner .indexg2{width: 36%; display: block; position: absolute; left:13.5%; top:30%;}

.banner .slide_btn{position: absolute;bottom:46px;right:5.2%;height:24px;z-index:120;}
.banner .prev,
.banner .next{ position:absolute;width:57px; height:57px; z-index: 12; top:50%; margin-top:-35.5px; left:5%; cursor: pointer; transition: ease-in-out 0.2s; background-position:-0px -175px;}
.banner .next{ background-position:-73px -175px; left:auto; right:5%}
.banner .prev:hover{background-position:-0px -240px;}
.banner .next:hover{background-position:-73px -240px;}

.banner .sline{margin:0 40px;float:left;display:block;width:1px;height:22px;background:url("../images/pnLine.png") no-repeat center center;}
.banner .tip{position: absolute; width:84%; left:8%; bottom:2%; height:50px; z-index: 30; text-align:center;}
.banner .tip li{margin: 0 9px; width:12px; height:12px;  text-align: center; cursor: pointer; font-size: 0; font-weight: bold; overflow: hidden; display: inline-block; background-color:#fff; *display: inline; *zoom: 1; transition: ease-in-out 0.2s; border-radius:50px;}
.banner .tip li.cur{background:#007300; opacity:1;}
.banner .pbg1{position:absolute;bottom:0;left:0;width:885px;height:225px;background:url("../images/banner_bg1.png") no-repeat center center;z-index:4;background-size:cover;}
.banner .pbg2{position:absolute;bottom:0;right:0;width:1614px;height:330px;background:url("../images/banner_bg2.png") no-repeat center center;z-index:3;background-size:cover;}
.banner .v-txt{position:absolute;width:84%;top:30%; left:8%;text-align:left;z-index:14;}
.banner .v-txt .tit{font-size:70px;line-height:70px;margin-bottom:10px;color:#007300;letter-spacing:8px;}
.banner .v-txt .tit1{font-size:70px;line-height:70px;margin-bottom:20px;color:#007300;letter-spacing:8px;}
.banner .v-txt p{font-size:20px;line-height:20px;margin-bottom:10px;color:#007300;letter-spacing:8px;}
.banner .video-container{background-color:#fff;z-index:1;}
.banner .video-container #video{display:block;min-width:100%;min-height:100%;position:absolute;top:-0.5%;left:0%;z-index:12;}
.banner .list li .img{ display:block; position:absolute; left:14%; top:28%;width: 37%;}


.banner .opacity{position:absolute;top:0;left:0;display:block;width:100%;height:100%;background:url("../images/tq_02.png") no-repeat center center;z-index:13;}
.banner .online{position:absolute;bottom:30%;left:50%;margin-left:-70px;display:block;width:140px;height:40px;font-size:14px;line-height:40px;text-align:center;color:#fff;border:1px solid #fff;z-index:16;transition:all ease 0.36s;border-radius:5px;}
.banner .online:hover{text-indent:6px;color:#fff;border-color:#007300;background:#007300;transition:all ease 0.36s;box-shadow: 0 6px 12px rgba(71, 114, 222, 0.17);transition:all ease 0.36s;}

.ui-linebar{height:75px;background-color: #007300;opacity: 1;position: absolute;left: 50%;bottom: 0;width: 1px;margin-left: -.5px;z-index:10; display:none;}
.ui-linebar .ink{-webkit-animation: k-ink 2s linear -.5s infinite;animation: k-ink 2s linear -.5s infinite;background-color: #fff;position: absolute;left: 0; right: 0;top: 0; bottom: 0;-webkit-transform: scaleY(0);-ms-transform: scaleY(0);transform: scaleY(0);-webkit-transform-origin: 0 0;-ms-transform-origin: 0 0;transform-origin: 0 0;}
@-webkit-keyframes k-ink{0%,25%{-webkit-transform:scaleY(0);transform:scaleY(0)}to{-webkit-transform:scaleY(1);transform:scaleY(1)}}
@keyframes k-ink{0%,25%{-webkit-transform:scaleY(0);transform:scaleY(0)}to{-webkit-transform:scaleY(1);transform:scaleY(1)}}


.banner .list li .bnma {position: absolute;left: 7%;bottom: 20%;width: 27%;z-index: 999; margin: 0 110px; z-index:1;}
.banner .list li .bnma img{ display:block; width:100%;}
.imn{position:absolute; bottom:0; right:2%; width:100%; height:100%;z-index:1;}
.banner .list li .img2{ width:24%;display: block;position: absolute;right:18%;bottom: 26%;}
.banner .list li .icm{ width:100%; height:100%;}
.banner .list li.li3 .img2{right:21%;bottom: 22%; width:22%;}

@media (max-width: 1660px) {
.banner .list li .bnma {width:30%;bottom:20%;}
.banner .v-txt .tit{font-size:50px;line-height:50px;}
.banner .v-txt .tit1{font-size:50px;line-height:50px;}
.banner .v-txt p{font-size:20px;line-height:20px;}
.banner .v-txt { top: 36%;}

.banner .prev{  margin-left:-570px;}
.banner .next{  margin-left:-530px;}

}



/*banner */
.index_main {
  
}
.index_main .section1 {
  position: relative; overflow: hidden;
}
.index_main .section1 .index_banner .item {
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
}
.index_main .section1 .index_banner .item.slick-current .scaleBg {
  visibility: visible;
  -webkit-animation: scale-bg 6s linear forwards;
  animation: scale-bg 6s linear forwards;
}
.index_main .section1 .index_banner .items {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: opacity 2500ms ease-in-out;
}
.index_main .section1 .index_banner .items:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}
.index_main .section1 .index_banner .item .inner .block_txt {
  position: absolute;
  top: 44%;
  right: 10px;
  left:50%;
  opacity: 0;width:1440px; margin-left:-720px;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;text-align:left;
}
.index_main .section1 .index_banner .item.active .inner .block_txt {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.index_main .section1 .index_banner .item .inner .block_txt h4 {
  font-size: 22px;
  color: #fff;
  text-align: left;
   font-weight: lighter; margin-top: 10px;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 {
  color: #fff;
  font-size: 50px;
  font-weight: lighter;
  text-align: left;
 
}
.index_main .section1 .index_banner .item .inner .block_txt h2 span {
  color: #f5c920;
  display: inline-block;
  letter-spacing: 5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3 {
  color: #fff;
  font-size: 22px;
  text-align:left; font-weight: lighter;
  margin-top: 10px;
  
}
.index_main .section1 .slick_txt {
  width: 30%;
  height: 100%;
  background-color: transparent;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  font-size: 0;
  outline: none;
  border: 0;
}
.index_main .section1 .left {
  left: 0;
}
.index_main .section1 .right {
  right: 0;
}
.index_main .section1 .slick_txt .slick_arrow {
  width: 77px;
  height: 66px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -33px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}
.index_main .section1 .slick_txt .prev {
  background-image: url("../images/ban_prev.png");
  left: 60px;
}
.index_main .section1 .slick_txt .next {
  background-image: url("../images/ban_next.png");
  right: 60px;
}
.index_main .section1 .slick_txt .prev:hover {
  transform: scale(1.1);
  left: 55px;
}
.index_main .section1 .slick_txt .next:hover {
  transform: scale(1.1);
  right: 55px;
}
.index_main .section1 .number {
  position: absolute;
  bottom: 8%;
  left: 0;
  right: 0;
  display: table;
  width: 100%;
  z-index: 10;
}
.index_main .section1 .line {
  border-bottom: 1px solid #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 8%;
  margin-bottom: 19px;
  z-index: 9; display:none;
}
.index_main .section1 .number .inner {
  margin: 0 auto;
  position: relative; text-align:center;
}
.index_main .section1 .number span {
  font-family: "Myriad Pro", "Microsoft YaHei";
  font-size: 14px;
  color: #fff;
  margin-right:10px;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  line-height: 31px;
  border-radius: 16px;
  background: #000;
  position: relative;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease; font-size:0;
}
.index_main .section1 .number span:last-child {
  margin-right: 0;
}
.index_main .section1 .number span:after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #fff;
  visibility: hidden;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}
.index_main .section1 .number span {
  width: 11px;
  height: 11px;
  background: #fff;
  margin-bottom: 0px;
}
.index_main .section1 .number span.active {
  width: 40px;
  height: 10px;
  margin-bottom: 0;
  background: #007300;
}
/*.index_main .section1 .number .inner {
  margin: 0 auto;
  position: relative;
}
.index_main .section1 .number span {
  font-family: "Myriad Pro", "Microsoft YaHei";
  font-size: 14px;
  color: #fff;
  margin-right: 70px;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  line-height: 31px;
  border-radius: 16px;
  background: #000;
  position: relative;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}
.index_main .section1 .number span:last-child {
  margin-right: 0;
}
.index_main .section1 .number span:after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #fff;
  visibility: hidden;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}
.index_main .section1 .number span {
  width: 11px;
  height: 11px;
  background: #fff;
  margin-bottom: 10px;
}
.index_main .section1 .number span.active {
  width: 140px;
  height: 31px;
  border: 1px solid #fff;
  margin-bottom: 0;
  background: #091414;
}*/

.in_bl{ width:1400px; height:70px; position:absolute; left:50%; margin-left:-700px; bottom:0;z-index: 3;}
.in_bl .in_bz{ margin:0 auto;display: block;width: 80px; text-align:center;}
.in_bl .in_bz p{ font-size:16px; color:#007300; line-height:16px; padding-top:30px;}
.in_bl .in_bz i{ display:block; margin:0 auto; width:21px; height:50px; background-position: 0px -432px; margin-top:10px;webkit-animation: bounce-down 2s linear infinite;animation: bounce-down 2s linear infinite;}
@keyframes bounce-down {
      25% {transform: translateY(-3px);}
      50%{transform: translateY(0);}
      75% {transform: translateY(3px);}
      100% {transform: translateY(0);}
     }
.in_bl .in_by{font-size:24px; color:#007300; line-height:100px;background: url(../images/j3_04.png) left center no-repeat; padding-left:26px; position:absolute; right:26px; top:0;}
@media (max-width: 1660px) {
	.in_bl{ width:1200px;margin-left:-600px;}
}


.index_main .section2 {
  background: #f5f5f5;
}
.index_main .section2 h3 {
  text-align: center;
}
.index_main .section3 {
  width: 100%;
  height: 100%;
  background: url("../image/3.jpg") no-repeat;
  background-size: 100% 100%;
}
.index_main .section3 h3 {
  text-align: center;
}
.index_main .section4 {
  background: #f5f5f5;
}
.index_main .section4 h3 {
  text-align: center;
}
@media only screen and (max-width: 1600px) {
  .index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size: 20px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h2 {
    font-size: 60px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1440px) {
  .index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size: 20px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h2 {
    font-size: 40px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h3 {
    font-size: 20px;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 1366px) {
  .index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size: 20px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h2 {
    font-size: 30px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h3 {
    font-size: 20px;
  }
  .index_main .section1 .index_banner .slick-arrow {
    background-size: auto 30px;
  }
}
@media only screen and (max-width: 1300px) {
}
@media only screen and (max-width: 1199px) {
  .index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size: 20px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h2 {
    font-size: 18px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .index_main .section1 .index_banner .item {
    height: 100vh;
  }
  .index_main .section1 .index_banner .item .inner .block_txt {
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 20px;
    top: 42%;
  }
  .index_main .section1 .index_banner .slick-arrow {
    display: none !important;
  }
  .index_main .section1 .index_banner .slick-dots {
    position: absolute;
    bottom: 12px;
  }
  .index_main .section1 .index_banner .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
  }
  .index_main .section1 .index_banner .slick-dots li button {
    display: none;
  }
  .index_main .section1 .index_banner .slick-dots li.slick-active {
    background: #fff;
  }
  .index_main .section1 .number {
    bottom: 12%;
    display: none;
  }
  .index_main .section1 .number span {
    margin-right: 22px;
  }
  .index_main .section1 .number span:after {
    bottom: -14px;
  }
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 340px) {
}
@media only screen and (max-width: 320px) {
}
.index {
  position: relative;
  overflow: hidden;
}
.header_main .navbg { width: 100%; height: 460px; position: absolute; left: 0px; top: 0px;
 background:#fff url(../images/y13_02.jpg) left bottom no-repeat; overflow: hidden; z-index: 2; width: 100%; display: none;}


.header_main {
  height: 99px;
  width: 100%;
  z-index: 100;
  position: fixed;
  min-width: 1280px;
  left: 0px;
  top: 0;
}
.header_main.xc{ background-color:rgba(255, 255, 255, 0.8); border-bottom: 1px solid rgba(0, 0, 0, 0.1);}

.header_main .email {
  position: relative;
  z-index: 10; float: right;
  height: 100%;margin-right: 3vw;
}

.header_main .email .search_btn {
  width: 48px;
  display: flex;
  height:48px; background-color: #fff; border-radius: 50%;text-shadow: rgba(0, 0, 0, 0.2) 2px 0px 2px;
  align-items: center; margin-top: 26px;
  cursor: pointer;
}

.header_main .email .search_btn i {
  width: 20px;
  height: 19px;
  background-position: -329px -11px;
  display: block;
  margin: 0 auto;
}
/* .header_main.xc .email .search_btn i { background-position: -165px -87px;} */

.header_main .w1400 {position: relative;}
.header_main .webLogo { padding-top: 24px; position: relative; z-index: 20;margin-left: 3vw;}
.header_main .webLogo img { display: block; height: 52px;}


.header_main .search-box {
  position: absolute;
  top: 0px;
  z-index: 101;
  width: 100px;
  height: 100%;
  right: 0px;
  border-left: 1px solid #2f4973;
}

.header_main .search-box .butn {
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: 27px auto 0;
}

.header_main .search-box .butn i {
  width: 40px;
  height: 40px;
  background-position: 0 0;
}

.header_main .search-box .butn.hov i {
  background-position: -41px 0;
}

.header_main .share-sub {
  position: absolute;
  right: 80px;
  top: 27px;
  width: 0;
  height: 40px;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  border: none;
  z-index: 10;
}

.header_main .share-sub.on {
  border: 1px solid #ddd;
  height: 38px;
}

.header_main .share-sub .sub-btn {
  border: none;
  width: 26px;
  height: 26px;
  cursor: pointer;
  margin-top: 7px;
  background-position: -85px 0;
  transition: ease-in-out 0.2s;
  outline: none;
}

.header_main .share-sub .tex {
  width: 135px;
  font-size: 14px;
  height: 18px;
  line-height: 18px;
  padding: 11px 14px;
  color: #333;
  border: none;
  background: #fff;
  outline: none;
}

.menu-btn {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 50%;
   /* text-shadow: rgba(0, 0, 0, 0.2) 2px 0px 2px;*/
    margin-top: 26px;
  cursor: pointer; float: left; font-size: 18px;
  transition: 0.4s 0.2s; margin-left: 12px;
}

.menu-btn i {
  width: 22px;
  height: 17px;
  background-position: -332px -60px;
  display: block;
  margin: 0 auto;
}
/* .header_main.xc .menu-btn i { background-position: -203px -87px;} */

.menu-btn:hover {
  opacity: .9;
}

.menu-flex {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height:0%;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
  z-index: 98;
}

.menu-flex.show {
  visibility: visible;
  pointer-events: visible; height: 100%;
}

.menu-bg {
  position: absolute;
  left: 0;
  top: 0;
 /* background: rgba(0, 0, 0, 0.5); */
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.menu-flex.show .menu-bg {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}

.menu-right {
  position: absolute;
  left: 0;
  top: 0;
  width:100%;
  height: 0%;
  background: #fff;
  transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.menu-right .webLogo1{ margin-left: 3vw; margin-top: 24px; display: block; position: absolute; left: 0; top: 0;}
.menu-right .webLogo1 img{ display: block;}

.menu-right .close {
  background: url(../images/closeModal.png) no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 30px;
  top: 30px;
}

.menu-flex.show .menu-right {
 height: 100%;
}

.menu-list {
  padding-top:15%;
  margin: 0 10%; opacity: 0; transition: 0.2s; display: flex; justify-content: space-between; position: relative; 
}

.menu-flex.show .menu-list { opacity: 1;}

.menu-list>li {
  position: relative;
  z-index: 3;
}

.menu-list>li>a {
  display: block;
  position: relative;
  z-index: 2;
  color: #333333;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
}
.menu-list>li>a i{ display: block; width: 20px; height: 3px; background-color: #333; margin-top: 6px;transition: 0.2s; border-radius: 5px;}
.menu-list li a:hover i{ width: 40px; background-color: #007300;}

.menu-list .three {
  padding-top: 20px;
}

.menu-list .three a {
  color: #666; display: block;
  font-size: 16px;
  margin-top: 10px;
  line-height: 25px;
  word-break: keep-all;
}

.menu-list a:hover {
  color: #007300;
}

.menu-leval {
  display: none;
}

.menu-leval li {
  position: relative;
  border-top: 1px solid #ebebeb;
}

.menu-leval li:first-child {
  border-top: none;
}

.menu-leval li a {
  display: block;
  position: relative;
  padding-left: 59px;
  height: 59px;
  line-height: 59px;
  color: #666666;
  font-size: 16px;
}

.menu-leval li a i {
  display: block;
  position: absolute;
  right: 36px;
  top: 50%;
  margin-top: -7px;
  font-size: 15px;
  line-height: 1;
  font-style: bold;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  transition: 0.38s;
}

.menu-leval li a:hover {
  color: #333333;
}

.menubtn.active span::after,
.menubtn.active span::before {
  width: 100%;
}

.modal {
  display: none;
  position: fixed;
  z-index: 666;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);

}

.modal-content {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 612px;
  animation: topDown 0.4s;

}

@keyframes topDown {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

/*æ¨¡æ€æ¡†å¤´éƒ¨*/
.modal-header {
  display: block;
  /*é‡‡ç”¨flexboxå¸ƒå±€*/
  flex-direction: row;
  /*æ°´å¹³å¸ƒå±€*/
  align-items: center;
  /*å†…å®¹åž‚ç›´å±…ä¸­*/
  justify-content: space-between;
  text-align: right;
}

/*å…³é—­X æ ·å¼*/
.close {
  float: right;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  transition: all ease 0.36s;
  display: block;
  width: 32px;
  height: 32px;
  background: url("../images/closeModal.png") no-repeat center center;
}

.close:hover {
  color: black;
  text-decoration: none;
  cursor: pointer;
  transform: rotate(360deg);
  transition: all ease 0.36s;
}

.modal-body {
  padding-top: 20px;
  padding-bottom: 30px;
  margin-top: 10px;
}

.modal-body .stxt {
  float: left;
  width: 500px;
  height: 48px;
  border: #CCC solid 1px;
  padding-left: 30px;
  outline: none;
}

.modal-body .sbtn {
  width: 80px;
  height: 50px;
  background: url("../images/search_btn.png") no-repeat center center #007300;
  border: none;
  cursor: pointer;
}

.nav_main {
  z-index: 9;
  text-align: center;
  padding-right:46px;
}

.nav_main ul {
  display: inline-block;
  zoom: 1;
}

.nav_main .list li {
  float: left;
  line-height: 99px;
  height: 99px;
  text-align: center;
  transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  z-index: 2; position: relative;
}

.nav_main .list li .nav1 {
  margin: 0 46px;
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  z-index: 1;/*text-shadow: rgba(0, 0, 0, 0.2) 1px 0px 1px;*/
}


 .header_main.xc .nav_main .list li .nav1{ color: #333;} 

.nav_main .list li .nav1 i {
  width: 11px;
  height: 6px;
  background-position: 0 0;
  margin-left: 8px;
  margin-bottom: 2px;
}

.nav_main .list li .nav1:before {
  width: 0;
  height: 0px;
  content: "\20";
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0px;
  background: transparent;
}

.nav_main .list li.hover .nav1:before,
.nav_main .list li:hover .nav1:before {
  width: 0px;
  margin-left: -8px;
  border: 8px solid transparent;
  border-bottom: 8px solid #007300;
}

.nav_main .list li.hover .nav1,
.nav_main .list li:hover .nav1 {
   font-weight: bold;
}

.nav_main .list li.li6 .subNav .item {
  width: 160px;
  margin: 0 10px;
  min-height: 200px;
}

.nav_main .list li:hover .subNav {
  opacity: 1;
  filter: alpha(opacity=100);
  height: auto;transition-duration: 150ms;visibility: visible;
}

.nav_main .list li .subNav .w1400 .nav_left li a,
.nav_main .list li .subNav2 .w1400 .nav_left li a {
  display: block;
  width: 100%;
  height: 100%;
}

.nav_main .list li .subNav .w1400 .nav_left .on,
.nav_main .list li .subNav2 .w1400 .nav_left .on {
  font-weight: bold;
}

.nav_main .list li .subNav .w1400 .nav_left .on a,
.nav_main .list li .subNav2 .w1400 .nav_left .on a {
  color: #007300;
}

.nav_main .list li .subNav .w1400 .nav_left li:hover,
.nav_main .list li .subNav2 .w1400 .nav_left li:hover {
  font-weight: bold;
}

.nav_main .subNav {
  width: 100%;
  position: absolute;
  left: 0;
  height: 0;
  top: 99px;
  text-align: center;
 background: rgba(255, 255, 255, 0.9);
  z-index: 0;
  transition: all ease .2s;opacity: 0;visibility: hidden;
  overflow: hidden;
 *box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

/*.header_main.xc .nav_main .subNav{ background-color: #0c0c0c; }*/

.nav_main .subNav .pro_img {
  position: absolute;
  right: 0;
  top: 40px;
  width: 460px; display: none;
  border-radius: 10px;
}

.nav_main .subNav .about_nav {
  /*padding-top: 50px;
  padding-bottom: 20px;*/
}

.nav_main .subNav .about_nav .about_left {
  /*width: calc(100% - 540px);
  float: left;*/ width: 100%;
}

.nav_main .subNav .about_nav .about_left dl {
  /*width: 43%;float: left;
  text-align: left;*/ text-align: center;
  box-sizing: border-box;
  
}

/*.nav_main .subNav .about_nav .about_left dl:nth-child(2n) {
  margin-left: 10%;
}*/

.nav_main .subNav .about_nav .about_left dl dt {
 border-bottom: 1px solid #dfe1e6;
  font-size: 18px;
  line-height: 40px;
  
  font-weight: lighter;
  /*margin-bottom: 28px;padding-bottom: 13px;*/
}

.nav_main .subNav .about_nav .about_left dl dd {
  font-size: 13px;
  float: left;
  width: 100%;
  margin-left: 0px;
  line-height:30px;
}

.nav_main .subNav .about_nav .about_left dl a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
   text-align: center;
  padding: 0;
  margin: 0;
  cursor: pointer; font-size: 16px;
  color: #333;
  text-align: center;white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}

.nav_main .subNav .about_nav .about_left dl a i {
  display: none;
  width: 11px;
  height: 9px;
  background-position: -166px -194px;
  position: absolute;
  right: 0;
  top: 12px;
}

.nav_main .subNav .about_nav .about_left dl a:hover i {
  background-position: -166px -205px;
}

.nav_main .subNav .about_nav .about_left dl a img {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 10px;
}

.nav_main .subNav .about_nav .about_left dl a:hover {
  color: #007300;
  font-weight: bold;
}

.nav_main .subNav .about_nav .about_right {
  float: right; display: none;
}

.nav_main .subNav .about_nav .about_right img {
  width: 500px;

  border-radius: 10px;
}

.nav_main .list li .subNav .w1400 .nav_left,
.nav_main .list li .subNav2 .w1400 .nav_left {
  text-align: left;
  position: relative;
  margin-top: 40px;
  width: 190px;
  transition: none;
  height: 332px;
  overflow-y: auto;
}

.por {
  position: relative;
}


/*模态框内容*/
.modal-content {
  display: flex;/*采用flexbox布局*/
  flex-direction: column;/*垂直排列*/
  position: relative;
  background-color: #fefefe;
  margin: 15% auto;/*距顶部15% 水平居中*/
  padding: 20px;
  border: 1px solid #888;
  width: 612px;
  animation: topDown 0.4s;/*自定义动画，从模态框内容上到下出现*/
}
@keyframes topDown {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/*模态框头部*/
.modal-header {
  display: block;/*采用flexbox布局*/
  flex-direction: row;/*水平布局*/
  align-items: center;/*内容垂直居中*/
  justify-content: space-between;
  text-align: right;
}
/*关闭X 样式*/
.close {
  float: right;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  transition: all ease 0.36s;
  display: block;
  width: 32px;
  height: 32px;
  background: url("../images/closeModal.png") no-repeat center center;
}
.close:hover {
  color: black;
  text-decoration: none;
  cursor: pointer;
  transform: rotate(360deg);
  transition: all ease 0.36s;
}
.modal-body {
  padding-top: 20px;
  padding-bottom: 30px;
  margin-top: 10px;
}
.modal-body .stxt {
  float: left;
  width: 500px;
  height: 48px;
  border: #CCC solid 1px;
  padding-left: 30px;outline: none;
}
.modal-body .sbtn {
  width: 80px;
  height: 50px;
  background: url("../images/search_btn.png") no-repeat center center #007300;
  border: none;
  cursor: pointer;
}



#pages .swiper_g .index_1{position: relative; width: 100%; height: 100%; background: url(../images/t5.jpg) center center no-repeat; background-size: cover;}
#pages .swiper_g .index_1 .w1600{ display: flex; justify-content: space-between; position:absolute;top: 50%;
 left: 50%; transform: translate(-50%, -50%);}
.index_1_t{ width: 47%; position: relative;}
.index_1_1{ width: 100%;display: flex; justify-content: space-between; position: relative;}
.index_1_1 img{ display: block; width: 48%;}
.index_1_1 .index_1_1w{ width:81.4%; position: relative;}
.index_1_1 .index_1_1w .s{ display: block; font-size: 114px; color: #f6f6f6; line-height: 100px; text-transform: uppercase; font-weight: bold;opacity: 0; -webkit-transform: scale(0.5, 0.5); transform: scale(0.5, 0.5);
 transition: all 1s;}
.index_1_1 .index_1_1w h3{ font-size: 50px; color: #333; line-height:52px; font-weight: bold; margin-top: -32px;}
.index_1_1 .index_1_1w h4{ font-size: 32px; color: #007300; line-height: 34px; padding-top: 4%; font-weight: bold;;}
.index_1_1 .index_1_1w .p{ font-size: 16px; color: #666; line-height: 36px; margin-top: 4%; text-overflow: -o-ellipsis-lastline; overflow: hidden;
 text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical;text-indent: 32px;}
.a1{ display: block; width: 158px; height: 58px; border: #9c9c9c solid 1px; border-radius: 60px; text-align: center; line-height: 58px;margin-top: 6%;transition: all ease-out 0.3s;}
.a1 p{ display: inline-block;}
.a1 p span{ display: block; float: left; font-size: 14px; color: #999;transition: all ease-out 0.3s; padding-left: 8px;}
.a1 p i{ float: left; display: block; width: 7px; height: 7px; border: #999 solid 2px; border-radius: 50%; margin-top:23px;transition: all ease-out 0.3s;}
.a1:hover{ background-color: #007300;border: #007300 solid 1px;transition: all ease-out 0.3s;}
.a1:hover p span{ color: #fff;transition: all ease-out 0.3s;}
.a1:hover p i{ border: #fff solid 2px;transition: all ease-out 0.3s;}

.index_1_2{ width: 100%; margin-top: 1%;}
.index_1_2 .ul1{ display: flex; justify-content: space-between; position: relative; flex-wrap: wrap;}
.index_1_2 .ul1 .item{ width: 50%; margin-top: 5%;}
.index_1_2 .ul1 .item h3{ display: flex;}
.index_1_2 .ul1 .item h3 .num{ display: block; font-size: 60px; color: #007300; line-height: 54px; font-weight: bold;}
.index_1_2 .ul1 .item h3 b{ display: block;font-size: 30px; color: #666; line-height: 28px; padding-left: 10px; font-weight:normal;}
.index_1_2 .ul1 .item h3 i{display: block;font-size: 50px; color: #007300; line-height: 48px; font-weight: bold; }
.index_1_2 .ul1 .item .p{ font-size: 18px; color: #333; line-height: 20px; padding-top: 12px;}

.index_1_y{ width: 37.4%; position: relative;opacity: 0; -webkit-transform: scale(0.5, 0.5); transform: scale(0.5, 0.5);
 transition: all 1s;}
.index_1_y i{ display: block; width: 100px; height: 100px; background-position: -227px -104px; cursor: pointer; position: absolute;
  top: 50%; left: 50%; transform: translate(-50%, -50%);}
.active .index_1_y,.active .index_1_1 .index_1_1w .s{opacity: 1;-webkit-transform: scale(1, 1); transform: scale(1, 1); transition-delay: 0.7s;}

  
@media (max-width: 1660px) {
	.index_1_1 .index_1_1w { width: 90%;}
	.index_1_1 .index_1_1w .s{ font-size: 90px; line-height: 82px;}
	.index_1_1 .index_1_1w h3{ font-size: 42px; line-height:44px; margin-top: -30px;}
	.index_1_1 .index_1_1w h4{ font-size: 26px; line-height: 30px; }
	.index_1_1 .index_1_1w .p{ font-size: 14px; line-height: 28px; text-indent:28px;}
	.a1{ display: block; width: 150px; height: 46px; line-height: 46px;margin-top: 6%;}
	.a1 p i{ margin-top:17px;}
	.index_1_2 .ul1 .item h3 .num { font-size: 54px; line-height: 48px;}
	.index_1_2 .ul1 .item h3 b { font-size: 26px; line-height: 24px;}
	.index_1_2 .ul1 .item h3 i { font-size: 44px; line-height: 44px;}
	.index_1_2 .ul1 .item .p { font-size: 16px;}
	
	
	}
  

.index_2{ width: 100%; height: 100%; position: relative; display: flex; background: url(../images/t6.jpg) center center no-repeat;}
.floor_2_1 { display: flex; justify-content: space-between; position: relative; flex-wrap: wrap; width: 100%;height: 100%;}
.floor_2_1 .top{ position: absolute; left: 0; top: 16%;}
.floor_2_1 .floor_2_12 { width:43.8%; position: relative; overflow: hidden; height:100%;}
.floor_2_1 .floor_2_12 .swiper51 { width: 100%;position: relative; display: flex; flex-direction: column;
  align-items: flex-start; justify-content: flex-start; height:90%; margin: 0; padding-bottom: 15%;}
.floor_2_1 .swiper51 .swiper-slide { width:320px; transition: 300ms; overflow: hidden; margin-left:360px;
  height: 210px; transition: .5s; }
.floor_2_1 .swiper51 .swiper-slide img { display: block; width: 100%;}
.floor_2_1 .swiper51 .swiper-slide-active { margin-left: 0px; width:500px; height: 332px; opacity: 1;}
.floor_2_1 .swiper51 .swiper-slide-prev { opacity: 1;}
.floor_2_1 s { display: block;width: 31px; height: 315px; background: url(../images/k12_03.png) center center no-repeat;
 position: absolute; left: 0; bottom: 18%;}
.floor_2_1 .floor_2_11 { width: 50%; position: relative;}
.floor_2_1 .swiper61 { height: 330px;margin-top: 35%; width: 100%;}
.floor_2_1 .swiper61 .swiper-slide { font-size: 24px; line-height: 36px; font-weight: 100; color: #007300; width: 100%;
  display: flex; align-items: center; text-align: left; cursor: pointer;}
.floor_2_1 .swiper61 .swiper-slide span { width: 100%; transform-origin: 0 50%; color: #a3c5a8;
  transition: .5s; font-size: 24px; display: block;}
.floor_2_1 .swiper61 .swiper-slide.swiper-slide-thumb-active { font-weight: 600;}
.floor_2_1 .swiper61 .swiper-slide.swiper-slide-thumb-active span {font-size: 36px; line-height: 46px; opacity:1;color: #007300;}

.floor_2_1 .swiper-pagination{ width: 1px; height: 100%; background-color: #d0e4f7; position: absolute; right: 0; top: 0;}
.floor_2_1 .swiper-pagination .swiper-pagination-progressbar-fill{ background-color: #007300;}

.floor_2_1 .ne_ev { position: absolute; left: 0%; bottom:12.5%; z-index: 6; }
.floor_2_1 .swiper-prev { width: 60px;height: 60px; cursor: pointer; float: left; border: #007300 solid 1px; border-radius: 50%; align-items: center; justify-content: center;display: flex;}
.floor_2_1 .swiper-prev i{ display: block; width: 23px; height: 8px; background-position: -154px -362px;}
.floor_2_1 .swiper-prev:hover {  background-color: #007300;}
.floor_2_1 .swiper-prev:hover i{ background-position: -154px -376px;}
.floor_2_1 .swiper-next {  width: 60px;height: 60px; cursor: pointer; cursor: pointer;  border: #007300 solid 1px; border-radius: 50%; float: left; margin-left: 20px; align-items: center; justify-content: center;display: flex;}
.floor_2_1 .swiper-next i{ display: block; width: 23px; height: 8px; background-position: -183px -362px;}
.floor_2_1 .swiper-next:hover i{ background-position: -183px -376px;}
.floor_2_1 .swiper-next:hover {  background-color: #007300;}

@media (max-width: 1660px) {
  .floor_2_1 .swiper61 .swiper-slide { font-size: 18px; line-height: 28px; }
  .floor_2_1 .swiper61 .swiper-slide span { font-size: 18px;line-height: 28px; }
  .floor_2_1 .swiper61 .swiper-slide.swiper-slide-thumb-active span { font-size: 26px; line-height: 36px;}
  .floor_2_1 .swiper61 { height: 300px;  margin-top: 42%;}
  .floor_2_1 .swiper51 .swiper-slide { margin-left: 206px; }
  .floor_2_1 .swiper51 .swiper-slide-active { height: 286px; margin-left: 0px; width: 430px;}
}


.top{ width: 100%;display: flex; justify-content: space-between; position: relative; z-index: 6;}
.top h3{ font-size: 50px; color: #333; line-height: 52px; font-weight: bold;opacity: 0; -webkit-transform: scale(0.5, 0.5); transform: scale(0.5, 0.5); transition: all 1s;}
.top h3 span{ display:block; font-size:34px; color: #007300; line-height:36px; font-family: Arial; font-weight: bold; padding-bottom:6px; text-transform: uppercase;}
.top .a1{ margin-top: 0;opacity: 0; -webkit-transform: scale(0.5, 0.5); transform: scale(0.5, 0.5); transition: all 1s;}
.active .top h3,.active .top .a1{opacity: 1;-webkit-transform: scale(1, 1); transform: scale(1, 1); transition-delay: 0.7s;}
@media (max-width: 1660px) {
	.top h3 span{font-size:30px;line-height:32px;}
	.top h3{ font-size: 42px; line-height:44px;}
}

.index_3{position: relative; width: 100%; height: 100%;}
.index_3 .w1600.wdi{ z-index:20; top: 15%;}
.index_3 .laohan-this{ position: absolute; right:0%; top: 0%; z-index: 15;}
.index_3 .laohan-this a{ display: block; cursor: pointer; width: 138px; height: 48px; border: #999 solid 1px; border-radius: 50px;
 text-align: center; line-height: 48px; font-size: 18px; color: #333; float: left; margin-left: 14px;} 
.index_3 .laohan-this a.hover{ border: #007300 solid 1px; color: #007300;}
 
.index_3 .laohan-u .la{transition: all ease-out 0.3s;}
.index_3 .laohan-u{ width: 100%; position: relative;}
.index_3 .laohan-u .img1{ display: block; width: 100%; height: 100%;}
.index_3 .w1600{position: absolute; top: 0%; left: 50%; transform: translate(-50%, 0%);}
.index_3 .top{margin-top: 8%; display: inline-grid;}
.index_3 .top h3{display: inline-block;}
.index_3 .top i{ display: block; width: 85%; height: 1px; background-color: #e3e3e3; margin-top:6%;}
.index_3 .li11{ width: 100%; margin-top: 2%; font-size: 28px; color: #007300; font-weight: bold;}
.index_3 .li11 span{ display: block;font-size: 18px; color: #333; font-weight: normal; margin-top: 12px; height: 20px;}

.index_3 .li12{ width: 100%;display: flex; justify-content: space-between; position: relative; margin-top: 30px;}
.index_3 .li12 .item h2{ height: 60px; border-radius: 40px; overflow: hidden;background: linear-gradient(to right, rgba(0, 115, 0, 0.1) , transparent);}
.index_3 .li12 .item h2 span{ display: block;background: linear-gradient(to bottom, #009a00 , #006300); height:60px; text-align: center; font-size: 20px; color: #fff; font-weight: bold; line-height:60px; border-radius: 50px;}
.index_3 .li12 .item .w{ background-color: rgba(0, 115, 0, 0.1); height: 260px; width: 100%; border-radius: 10px; margin-top: 8px;
 text-align: center; font-size: 18px; color: #333; line-height: 36px;align-items: center; justify-content: center;display: flex;}
 .index_3 .li12 .item .w .wn{ display: block;}
.index_3 .li12 .item .w .wn h3{ font-size: 24px; color: #007300;}
.index_3 .li12 .item .w .wn h3 span{ font-size: 60px; display: inline-block; font-weight: bold; font-family: Arial;}
.index_3 .li12 .item.di3 h2 { display: flex;}
.index_3 .li12 .item.di3 h2 span{ width: 270px;}
.index_3 .li12 .item.di3 h2 p{ font-size: 16px; color: #014e23; line-height: 24px; padding-top: 6px; padding-left: 20px;}
.index_3 .li12 .item.di3 .w{ display: block;}
.index_3 .li12 .item.di3 .w ul{ display: block; position: relative; width: 95%; padding: 0 2.5%;}
.index_3 .li12 .item.di3 .w ul li{ border-right: #fff solid 1px; padding: 0 2%; margin-top: 5%; float: left; height: 160px;}
.index_3 .li12 .item.di3 .w ul li:last-child{ border-right: none;}
.index_3 .li12 .item.di3 .w ul li h3{ font-size: 20px; color: #007300; padding-top:12%;}
.index_3 .li12 .item.di3 .w ul li h3 span{ display: inline-block; font-size: 54px;  font-weight: bold;}
.index_3 .li12 .item.di3 .w ul li .p{ font-size: 18px; line-height: 30px;}

 .index_3 .li12 .item.di1{ width: 19.2%;}
 .index_3 .li12 .item.di2{ width: 17.4%;}
 .index_3 .li12 .item.di3{ width: 59.5%;}
 
.index_3 .li13{ width: 100%;display: flex; justify-content: space-between; position: relative; margin-top: 30px; text-align: center;}
.index_3 .li13 .item h2{ display: inline-block;background: linear-gradient(to bottom, #009a00 , #006300); height:60px; text-align: center; font-size: 20px; color: #fff; font-weight: bold; line-height:60px; border-radius: 50px; padding: 0 30px;}
.index_3 .li13 .item .w{ background-color: rgba(0, 115, 0, 0.1); height: 280px; width: 100%; border-radius: 10px; margin-top: 8px;
  text-align: center; font-size: 14px; color: #333; line-height: 22px;align-items: center; justify-content: center;display: flex;}
.index_3 .li13 .item .w .wn1{ display: flex; justify-content: space-between; position: relative; }
.index_3 .li13 .item .w .wn1 .tp{ margin: 0 2%; cursor: pointer;}
.index_3 .li13 .item .w .wn1 .tp img{ display: block; width: 100%;}
.index_3 .li13 .item .w .wn1 .tp p{ padding-top: 6px;}
 
 .index_3 .li13 .item.di1{ width: 19.2%;}
 .index_3 .li13 .item.di2{ width: 45.4%;}
 .index_3 .li13 .item.di3{ width: 30%;}
 
 
 
 .big_img{position: fixed;z-index: -1;opacity: 0;background: rgba(0,0,0,0.9);width: 100%;height: 100%;top:0;left:0;}
 .big_img .swiper-container2 {position: relative;width: 100%;height: 100%;}
 .big_img .swiper-container2  .swiper-wrapper{width: 100%;height: 100%;}
 .big_img .swiper-slide{width: 100%;height: 100%;display: table}
 .big_img .swiper-slide .cell{width: 100%;;height: 100%;display: table-cell;vertical-align: middle;text-align: center;}
 .big_img .swiper-slide img{max-width: 90%;max-height: 80%;margin:0 auto;}
 .big_img .swiper-pagination{position: absolute; bottom:15%;text-align: center;width: 100%;}
 .big_img .swiper-pagination .swiper-pagination-bullet{margin:0 8px; background-color: #fff;}
.index_3 .li14{ width: 100%; position: relative; margin-top: 40px;}
.index_3 .li14 .li141{ width: 254px; height: 52px; border: #007300 solid 1px; border-radius: 50px; text-align: center; line-height: 52px; font-size: 30px; color: #007300; font-weight: bold; }
.index_3 .li14 .li142{ width: 100%; position: relative;display: flex; justify-content: space-between; position: relative; padding-top: 12px;}
.index_3 .li14 .li142 .li1421{ width: 70%;}
.index_3 .li14 .li142 .li1421 h3{ height: 60px; border-radius: 40px; overflow: hidden;background: linear-gradient(to right, rgba(0, 115, 0, 0.1) , transparent); display: flex; margin-top: 22px;}
.index_3 .li14 .li142 .li1421 h3 span{ display: block;background: linear-gradient(to bottom, #009a00 , #006300); height:60px; text-align: center; font-size: 20px; color: #fff; font-weight: bold; line-height:60px; border-radius: 50px; padding: 0 30px;}
.index_3 .li14 .li142 .li1421 h3 p{ font-size: 22px; color: #333; line-height: 60px; padding-left: 20px;}
 
.index_3 .li14 .li142 .li1422{ width: 26%;}
.index_3 .li14 .li142 .li1422 ul{ display: flex; justify-content: space-between; position: relative; flex-wrap: wrap; width: 100%;}
.index_3 .li14 .li142 .li1422 ul li{  margin-top: 5%; padding-bottom: 3%;}
.index_3 .li14 .li142 .li1422 ul li h3{ display: flex; font-size: 50px; color: #007300;  font-weight: bold;}
.index_3 .li14 .li142 .li1422 ul li h3 span{ display:block; font-size:60px; line-height: 54px;}
.index_3 .li14 .li142 .li1422 ul li h3 i{ display: block;line-height: 50px;}
.index_3 .li14 .li142 .li1422 ul li .p{ font-size: 18px; line-height: 30px;}
 
.index_3 .laohan-c{ text-align: center; position: absolute; left: 0; width: 100%; bottom: 15%;}
.index_3 .laohan-c span{ display: inline-block; width: 10px; height: 10px; border: #007300 solid 1px; border-radius: 50%; margin: 0 8px;}
.index_3 .laohan-c span.hover{ background-color: #007300;}
 
 @media (max-width: 1660px) {
 	.index_3 .top { margin-top: 10%;}
	.index_3 .laohan-this a { width: 126px;}
	.index_3 .li11{ font-size: 22px; }
	.index_3 .li11 span{ font-size: 16px; margin-top: 10px; height: 18px;}
	.index_3 .li12 .item h2{ height: 50px;}
	.index_3 .li12 .item h2 span{ height:50px;font-size: 16px; line-height:50px;}
	.index_3 .li12 .item .w{ height: 190px; font-size: 14px; line-height:24px;}
	
	.index_3 .li12 .item .w .wn h3{ font-size: 20px;}
	.index_3 .li12 .item .w .wn h3 span{ font-size: 50px;}
	.index_3 .li12 .item.di3 h2 span{ width: 190px;}
	.index_3 .li12 .item.di3 h2 p{ font-size: 14px;line-height: 22px; padding-top: 4px; padding-left: 16px;}
	.index_3 .li12 .item.di3 .w ul{ width: 95%; padding: 0 2.5%;}
	.index_3 .li12 .item.di3 .w ul li{ height: 124px;}
	.index_3 .li12 .item.di3 .w ul li h3{ font-size:16px; padding-top:10%;}
	.index_3 .li12 .item.di3 .w ul li h3 span{ font-size: 38px;}
	.index_3 .li12 .item.di3 .w ul li .p{ font-size: 14px; line-height:24px;}
	
	.index_3 .li13 .item h2{ height:50px; font-size:16px; line-height:50px; padding: 0 30px;}
	.index_3 .li13 .item .w{  height: 220px;font-size: 13px; }
	.index_3 .li13 .item .w .wn1 .tp{ margin: 0 2%;}
	
	.index_3 .li14 .li141{ width: 236px; height:46px; line-height:46px; font-size:24px; }
	.index_3 .li14 .li142 .li1421 h3{ height:50px;margin-top: 18px;}
	.index_3 .li14 .li142 .li1421 h3 span{  height:50px;font-size: 16px; line-height:50px;padding: 0 24px;}
	.index_3 .li14 .li142 .li1421 h3 p{ font-size:16px; line-height: 50px;}

	.index_3 .li14 .li142 .li1422 ul li h3{ font-size: 42px;}
	.index_3 .li14 .li142 .li1422 ul li h3 span{ font-size:50px; line-height: 44px;}
	.index_3 .li14 .li142 .li1422 ul li h3 i{ display: block;line-height:46px;}
	.index_3 .li14 .li142 .li1422 ul li .p{ font-size: 16px; line-height:26px;}
	
 }
 
 
 

.index_4{ background: url(../images/t12.jpg) no-repeat center center; height: 100%; background-size: cover; width: 100%; position: relative;}
.index_4 .top{ padding-top:9%;}
.index_4 .w1600{position: relative; height: 100%;}
.floor_4_1{ position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.index_4 .laohan-this1{ width: 10.8%; position: absolute; right: 0; top:16%; z-index: 20;}
.index_4 .laohan-this1 a{ display: block; width: 100%; height: 46px; border: #999 solid 1px; border-radius: 50px; text-align: center; line-height: 46px; font-size: 18px; color: #999; margin-bottom: 16px;}
.index_4 .laohan-this1 a.hover{ color: #007300; border: #007300 solid 1px;}

.index_4 .laohan-u1{ position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.index_4 .laohan-u1 .la{ display: none; width: 100%; height: 100%; position: relative;}
.index_4 .laohan-u1 .la .laoul{ position: relative; width: 100%; height: 100%;}
.index_4 .laohan-u1 .la .laoul .mySwiper2{ width: 100%; position: relative; height: 100%;}
.index_4 .laohan-u1 .la .laoul .mySwiper2 .swiper-wrapper{ width: 100%; position: relative; height: 100%;}
.index_4 .laohan-u1 .la .laoul .mySwiper2 .li{ width: 100%; height: 100%; position: relative; display: none; transition: ease 1s;}
.index_4 .laohan-u1 .la .laoul .mySwiper2 .li.on{ display: block;}


.index_4 .laohan-u1 .la .laoul .mySwiper2 .li .a{ display: flex; justify-content: space-between; position: relative; width: 100%; height:100%; padding-top: 8%;}
.index_4 .laohan-u1 .la .laoul .mySwiper2 .li .a .w{ width: 34%; position: relative; padding-top: 11%;}
.index_4 .laohan-u1 .la .laoul .mySwiper2 .li .a .w h2{ font-size: 45px; color: #007300; font-weight: bold; height: 82px; border-bottom: #e3e3e3 solid 1px;}
.index_4 .laohan-u1 .la .laoul .mySwiper2 .li .a .w h3{ font-size: 24px; color: #333; font-weight: bold; margin-top: 24px; }
.index_4 .laohan-u1 .la .laoul .mySwiper2 .li .a:hover .w h3{color: #007300;}
.index_4 .laohan-u1 .la .laoul .mySwiper2 .li .a .w .p{font-size: 16px; color: #888; line-height: 30px; padding-top: 14px;}

.index_4 .laohan-u1 .la .laoul .mySwiper2 .li .a .img{ width:51.7%; margin-right:10.8%; position: relative;}
.index_4 .laohan-u1 .la .laoul .mySwiper2 .li .a .img .img3{ display: block; width: 100%;}
.index_4 .laohan-u1 .la .laoul .mySwiper2 .li .a .img .img2{ display: block; position: absolute;
  top: 0%; left: 50%; transform: translate(-50%, 0%); width:62%;}

.index_4 .laohan-u1 .la .laoul_li{ width:100%; position: absolute; left: 0; bottom: 14.5%; z-index: 12;}
.index_4 .laohan-u1 .la .laoul_ljz{ width: 28%; position: absolute; left: 0; bottom: 0%; z-index: 12;}
.index_4 .laohan-u1 .la .laoul_li .mySwiper1{ width: 90%; margin: 0 auto;}
.index_4 .laohan-u1 .la .laoul_li .mySwiper1 .swiper-slide{ position: relative; text-align: center;}
.index_4 .laohan-u1 .la .laoul_li .mySwiper1 .swiper-slide .img{ display: block; width: 82px; height: 82px; margin: 0 auto; border: #d3d3d3 solid 2px; position: relative; 
  background-color: #fff; border-radius: 50%;}
.index_4 .laohan-u1 .la .laoul_li .mySwiper1 .swiper-slide .img img{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 58%; border-radius: 20px;}
.index_4 .laohan-u1 .la .laoul_li .mySwiper1 .swiper-slide.swiper-slide-active .img{ border: #007300 solid 2px;}

.index_4 .laohan-u1 .la .laoul_li .swiper-prev{ display: block; width: 8px; height: 15px; background-position: -158px -402px; position: absolute; left: 0; top: 50%; margin-top: -7.5px; cursor: pointer;}
.index_4 .laohan-u1 .la .laoul_li .swiper-prev:hover{background-position: -158px -422px;}
.index_4 .laohan-u1 .la .laoul_li .swiper-next{ display: block; width: 8px; height: 15px; background-position: -169px -402px; position: absolute; right: 0; top: 50%; margin-top: -7.5px; cursor: pointer;}
.index_4 .laohan-u1 .la .laoul_li .swiper-next:hover{background-position: -169px -422px;}

.index_4 .laohan-u1 .la .lao_sz{ position: absolute; right: 0; bottom:0%; z-index: 12; display: none;}
.index_4 .laohan-u1 .la .lao_sz i{ display: block; width: 1px; height: 200px; background-color: #007300; margin: 0 auto;}
.index_4 .laohan-u1 .la .lao_sz .swiper-pagination{ width: auto; font-size: 18px; color: #999; font-family: Arial; padding-top: 24px; position: relative;}
.index_4 .laohan-u1 .la .lao_sz .swiper-pagination .swiper-pagination-current{ font-size: 30px; color: #007300;}

@media (max-width: 1660px) {
.index_4 .laohan-this1 { width: 12%;}
.index_4 .laohan-this1 a{ font-size: 16px;}
.index_4 .laohan-u1 .la .laoul_li { bottom: 10.5%;}
.index_4 .laohan-u1 .la .lao_sz i { height: 120px;}
.index_4 .laohan-u1 .la .laoul_ljz {  width: 31%;}
.index_4 .laohan-u1 .la .laoul_li .mySwiper1 .swiper-slide .img{ width: 68px; height: 68px;}
.index_4 .laohan-u1 .la .laoul .mySwiper2 .li .a .w h2{ font-size: 38px; height: 70px; }
.index_4 .laohan-u1 .la .laoul .mySwiper2 .li .a .w h3{ font-size: 20px; margin-top: 20px; }
.index_4 .laohan-u1 .la .laoul .mySwiper2 .li .a .w .p{font-size: 14px; line-height: 26px; padding-top: 12px;}
.index_4 .laohan-u1 .la .laoul .mySwiper2 .li .a .img { margin-right: 9%;}
.index_4 .laohan-u1 .la .laoul .mySwiper2 .li .a {  padding-top: 13%;}
.index_4 .laohan-u1 .la .laoul .mySwiper2 .li .a .w { padding-top: 6%;}
}

.index_5{ background: url(../images/t12.jpg) no-repeat center center; height: 100%; background-size: cover; width: 100%; position: relative;}
.index_5 .top{ padding-top:9%;}
.index_5 .w1600{position: relative; height: 100%;}
.floor_5_1{ position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.index_5 .laohan-this2{ width: 10.8%; position: absolute; right: 0; top:16%; z-index: 20;}
.index_5 .laohan-this2 a{ display: block; width: 100%; height: 46px; border: #999 solid 1px; border-radius: 50px; text-align: center; line-height: 46px; font-size: 18px; color: #999; margin-bottom: 16px;}
.index_5 .laohan-this2 a.hover{ color: #007300; border: #007300 solid 1px;}

.index_5 .laohan-u2{ position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.index_5 .laohan-u2 .la{ display: none; width: 100%; height: 100%; position: relative;}
.index_5 .laohan-u2 .la .laou2{ position: relative; width: 100%; height: 100%;}
.index_5 .laohan-u2 .la .laou2 .mySwiper3{ width: 100%; position: relative; height: 100%;}
.index_5 .laohan-u2 .la .laou2 .mySwiper3 .ul{ width: 100%; position: relative; height: 100%;}
.index_5 .laohan-u2 .la .laou2 .mySwiper3 .li{ width: 100%; height: 100%; position: relative; display: none;transition: ease 1s;}
.index_5 .laohan-u2 .la .laou2 .mySwiper3 .li.on{ display: block;}
.index_5 .laohan-u2 .la .laou2 .mySwiper3 .li .a{ display: flex; justify-content: space-between; position: relative; width: 100%; height:100%; padding-top: 8%;}
.index_5 .laohan-u2 .la .laou2 .mySwiper3 .li .a .w{ width: 34%; position: relative; padding-top: 11%;}
.index_5 .laohan-u2 .la .laou2 .mySwiper3 .li .a .w h2{ font-size: 45px; color: #007300; font-weight: bold; height: 82px; border-bottom: #e3e3e3 solid 1px;}
.index_5 .laohan-u2 .la .laou2 .mySwiper3 .li .a .w h3{ font-size: 24px; color: #333; font-weight: bold; margin-top: 24px; }
.index_5 .laohan-u2 .la .laou2 .mySwiper3 .li .a:hover .w h3{color: #007300;}
.index_5 .laohan-u2 .la .laou2 .mySwiper3 .li .a .w h4{ background: url(../images/t18_03.png) center center no-repeat; font-size: 24px; color: #007300; font-weight: bold; margin-top: 24px; width: 363px; height: 43px; text-align: center;}
.index_5 .laohan-u2 .la .laou2 .mySwiper3 .li .a .w .p{font-size: 16px; color: #888; line-height: 30px; padding-top: 14px;}

.index_5 .laohan-u2 .la .laou2 .mySwiper3 .li .a .img{ width:51.7%; margin-right:10.8%; position: relative;}
.index_5 .laohan-u2 .la .laou2 .mySwiper3 .li .a .img .img3{ display: block; width: 100%;}
.index_5 .laohan-u2 .la .laou2 .mySwiper3 .li .a .img .img2{ display: block; position: absolute;
  top: 0%; left: 50%; transform: translate(-50%, 0%); width:62%;}

.index_5 .laohan-u2 .la .laoul_li1{ width:100%; position: absolute; left: 0; bottom: 14.5%; z-index: 12;}
.index_5 .laohan-u2 .la .laoul_ljz{ width: 28%; position: absolute; left: 0; bottom: 0%; z-index: 12;}
.index_5 .laohan-u2 .la .laoul_li1 .mySwiper11{ width: 90%; margin: 0 auto;}
.index_5 .laohan-u2 .la .laoul_li1 .mySwiper11 .swiper-slide{ position: relative;}
.index_5 .laohan-u2 .la .laoul_li1 .mySwiper11 .swiper-slide .img{ display: block; width: 82px; height: 82px; margin: 0 auto; border: #d3d3d3 solid 2px; position: relative; background-color: #fff; border-radius: 50%;}
.index_5 .laohan-u2 .la .laoul_li1 .mySwiper11 .swiper-slide .img img{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 58%; border-radius: 20px;}
.index_5 .laohan-u2 .la .laoul_li1 .mySwiper11 .swiper-slide.swiper-slide-active .img{ border: #007300 solid 2px;}

.index_5 .laohan-u2 .la .laoul_li1 .swiper-prev{ display: block; width: 8px; height: 15px; background-position: -158px -402px; position: absolute; left: 0; top: 50%; margin-top: -7.5px; cursor: pointer;}
.index_5 .laohan-u2 .la .laoul_li1 .swiper-prev:hover{background-position: -158px -422px;}
.index_5 .laohan-u2 .la .laoul_li1 .swiper-next{ display: block; width: 8px; height: 15px; background-position: -169px -402px; position: absolute; right: 0; top: 50%; margin-top: -7.5px; cursor: pointer;}
.index_5 .laohan-u2 .la .laoul_li1 .swiper-next:hover{background-position: -169px -422px;}

.index_5 .laohan-u2 .la .lao_sz{ position: absolute; right: 0; bottom:0%; z-index: 12; display: none;}
.index_5 .laohan-u2 .la .lao_sz i{ display: block; width: 1px; height: 200px; background-color: #007300; margin: 0 auto;}
.index_5 .laohan-u2 .la .lao_sz .swiper-pagination{ width: auto; font-size: 18px; color: #999; font-family: Arial; padding-top: 24px; position: relative;}
.index_5 .laohan-u2 .la .lao_sz .swiper-pagination .swiper-pagination-current{ font-size: 30px; color: #007300;}

@media (max-width: 1660px) {
.index_5 .laohan-this2 { width: 12%;}
.index_5 .laohan-this2 a{ font-size: 16px;}
.index_5 .laohan-u2 .la .laoul_li1 { bottom: 10.5%;}
.index_5 .laohan-u2 .la .lao_sz i { height: 120px;}
.index_5 .laohan-u2 .la .laoul_ljz {  width: 31%;}
.index_5 .laohan-u2 .la .laoul_li1 .mySwiper11 .swiper-slide .img{ width: 68px; height: 68px;}
.index_5 .laohan-u2 .la .laou2 .mySwiper3 .li .a .w h2{ font-size: 38px; height: 70px; }
.index_5 .laohan-u2 .la .laou2 .mySwiper3 .li .a .w h3{ font-size: 20px; margin-top: 20px; }
.index_5 .laohan-u2 .la .laou2 .mySwiper3 .li .a .w .p{font-size: 14px; line-height: 26px; padding-top: 12px;}
.index_5 .laohan-u2 .la .laou2 .mySwiper3 .li .a .img { margin-right: 9%;}
.index_5 .laohan-u2 .la .laou2 .mySwiper3 .li .a {  padding-top: 13%;}
.index_5 .laohan-u2 .la .laou2 .mySwiper3 .li .a .w { padding-top: 6%;}
}





.index_6{ background: url(../images/img47.png) no-repeat 0% 27%/100% auto; background-size: cover; width: 100%; height: 100%; position: relative;}
.index_6 .canvas {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.index_6 .top{padding-top: 9%; position: relative;}
.index_6 .top .laohan-this0{ float: right; padding-top: 16px;}
.index_6 .top .laohan-this0 a{ display: block; width:138px; height: 46px; border: #999 solid 1px; border-radius: 50px; text-align: center; line-height: 46px; font-size: 18px; color: #999; float: left; margin-left: 14px;}
.index_6 .top .laohan-this0 a.hover{ color: #007300; border: #007300 solid 1px;}

.index_6 .laohan-u0{ margin-top: 50px; width: 100%;}
.index_6 .laohan-u0 .la{ display: none;}
.index_6 .laohan-u0 .la .mySwiper20{ width: 100%; position: relative;}
.index_6 .laohan-u0 .la .mySwiper20 .swiper-wrapper{ padding-bottom: 100px;}
.index_6 .laohan-u0 .la .mySwiper20 .swiper-slide{ position: relative;}
.index_6 .laohan-u0 .la .mySwiper20 .swiper-slide s{ display: block; width: 0; height: 1px; background-color: #007300; position: absolute; left: 0; top: 0;transition: all ease 0.36s; z-index: 5;}
.index_6 .laohan-u0 .la .mySwiper20 .swiper-slide .w{ width: 100%; position: relative; border-top: #ccc solid 1px;}
.index_6 .laohan-u0 .la .mySwiper20 .swiper-slide .w p{ font-family: Arial; color: #999; font-size: 16px; display: flex; margin-top: 14px; line-height: 16px;}
.index_6 .laohan-u0 .la .mySwiper20 .swiper-slide .w p i{ display: block; width: 16px; height: 16px; background-position: -210px -53px; margin-right: 12px;}
.index_6 .laohan-u0 .la .mySwiper20 .swiper-slide .w h3{ font-size: 30px; line-height: 40px; margin-top: 20px; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; 
-webkit-box-orient: vertical; height: 78px; font-weight: bold;}
.index_6 .laohan-u0 .la .mySwiper20 .swiper-slide .img{ display: block; width: 100%; margin-top: 26px; border-radius: 10px; overflow: hidden;}
.index_6 .laohan-u0 .la .mySwiper20 .swiper-slide .img img{ display: block; width: 100%;}
.index_6 .laohan-u0 .la .swiper-prev { width: 60px;height: 60px; cursor: pointer; border: #007300 solid 1px; border-radius: 50%; align-items: center; justify-content: center;display: flex; position: absolute; bottom: 0; left: 50%; margin-left: -86px;}
.index_6 .laohan-u0 .la .swiper-prev i{ display: block; width: 23px; height: 8px; background-position: -154px -362px;}
.index_6 .laohan-u0 .la .swiper-prev:hover {  background-color: #007300;}
.index_6 .laohan-u0 .la .swiper-prev:hover i{ background-position: -154px -376px;}
.index_6 .laohan-u0 .la .swiper-next {  width: 60px;height: 60px; cursor: pointer; cursor: pointer;  border: #007300 solid 1px; border-radius: 50%; margin-left: 20px; align-items: center; justify-content: center;display: flex; position: absolute; bottom: 0; left: 50%; margin-left: 16px;}
.index_6 .laohan-u0 .la .swiper-next i{ display: block; width: 23px; height: 8px; background-position: -183px -362px;}
.index_6 .laohan-u0 .la .swiper-next:hover i{ background-position: -183px -376px;}
.index_6 .laohan-u0 .la .swiper-next:hover {  background-color: #007300;}
.index_6 .laohan-u0 .la .mySwiper20 .swiper-slide:hover s{ width: 100%;}


@media (max-width: 1660px) {
.index_6 .laohan-u0{ margin-top: 40px; }
.index_6 .laohan-u0 .la .mySwiper20 .swiper-wrapper{ padding-bottom: 80px;}
.index_6 .laohan-u0 .la .mySwiper20 .swiper-slide .w h3{ font-size:24px; line-height:34px; margin-top: 18px;  height: 68px; }
}


.fp-auto-height.fp-section { height: auto !important;}

.index_7{ position: relative; width: 100%; height: 760px; background: url(../images/t20_02.jpg) center center no-repeat; background-size: cover;}
.index_7 .index_71{ width: 100%;display: flex; justify-content: space-between; position: relative; padding-top: 4%; border-bottom: #529d52 solid 1px; padding-bottom: 3%;}
.index_7 .bottomLogo{ display: block;}
.index_7 .bottomLogo img{ display: block;}
.index_7 .tel{ font-size: 24px; color: #fff; }
.index_7 .tel span{ display: block; font-size: 48px; font-weight: bold; font-family: Arial; padding-top:8px;}

.index_7 .index_72{ margin-top: 3%; width: 100%; display: flex; justify-content: space-between; position: relative; }
.index_7 .index_72 .index_7_21{ width: 65%;display: flex; justify-content: space-between; position: relative;}
.index_7 .index_72 .index_7_21 dl{ position: relative;}
.index_7 .index_72 .index_7_21 dl dt{ display: block; width: 100%;}
.index_7 .index_72 .index_7_21 dl dt a{ display: block; font-size: 24px; color: #fff; line-height:36px; font-weight: bold;}
.index_7 .index_72 .index_7_21 dl dt i{ display: block; width: 18px; height: 1px; background-color: #fff; margin-top: 14px;}
.index_7 .index_72 .index_7_21 dl dt a:hover{ font-weight: bold;}
.index_7 .index_72 .index_7_21 dl dd{ display: block; width: 100%; margin-top:10px;}
.index_7 .index_72 .index_7_21 dl dd a{ display: block; font-size: 16px; color: #fff; line-height: 34px; }
.index_7 .index_72 .index_7_21 dl dd a:hover{ color: #fff; font-weight: bold;}

.index_7 .index_72 .index_7_22{ width:27%;display: flex; justify-content: space-between; position: relative;}
.index_7 .index_72 .index_7_22 .bd{ width: 47.3%; position: relative;}
.index_7 .index_72 .index_7_22 .bd ul{ width: 100%; position: relative;}
.index_7 .index_72 .index_7_22 .bd ul img{ display: block; width: 100%;}
.index_7 .index_72 .index_7_22 .bd ul i{ display: block;width: 0;
height: 0;border-style: solid;border-width: 5.5px 0 5.5px 8px;border-color: transparent transparent transparent #fff; position: absolute; right: -8px; top: 12%;}
.index_7 .index_72 .index_7_22 .bd .ul2 i{ top:46%;}
.index_7 .index_72 .index_7_22 .bd .ul3 i{ top:78%;}

.index_7 .index_72 .index_7_22 .hd{ width: 44%; position: relative; }
.index_7 .index_72 .index_7_22 .hd ul{ width: 100%;}
.index_7 .index_72 .index_7_22 .hd ul li{ width: 100%; position: relative; display: inline-block; margin-bottom: 14px; }
.index_7 .index_72 .index_7_22 .hd ul li p{align-items: center; justify-content: center;display: flex; width:50px; height: 50px; border: #fff solid 1px; float: left; border-radius: 50%;}
.index_7 .index_72 .index_7_22 .hd ul li p img{ width: 28px; }
.index_7 .index_72 .index_7_22 .hd ul li i{ display: block; width: 32px; height: 37px; background-position: -235px -229px;}
.index_7 .index_72 .index_7_22 .hd ul li.li2 i{ display: block; width: 32px; height: 37px; background-position: -294px -229px;}
.index_7 .index_72 .index_7_22 .hd ul li span{ display: block; float: left; font-size: 18px; color: #fff; line-height:50px; padding-left: 8px;}


@media (max-width: 1660px) {
.index_7 .index_72 .index_7_22 .hd ul li span{  font-size: 16px; line-height: 44px; }
.index_7 .index_72 .index_7_21 dl dt a { font-size: 20px; line-height: 32px;}
.index_7 .index_72 .index_7_21 dl dd a {font-size: 14px; line-height: 34px;}
.index_7 .index_72 .index_7_21 { width: 62%;}
.index_7 .index_72 .index_7_22 { width: 30%;}
.index_7 .index_72 .index_7_22 .hd { width: 48%;}
.index_7 .index_72 .index_7_22 .bd { width: 45.3%;}
.index_7 .index_72 .index_7_22 .hd ul li { margin-bottom: 10px;}
.index_7 .tel { font-size: 20px;}
.index_7 .tel span { font-size: 40px;}
.index_7 { height: 620px;}

.index_7 .index_72 .index_7_22 .hd ul li p { width: 44px; height: 44px;}
.index_7 .index_72 .index_7_22 .hd ul li p img{ width: 23px; }
.index_7 .index_72 .index_7_22 .bd .ul3 i { top: 82%;}
}



#menu {
  position: fixed;
  z-index: 30;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  right: 17px;
}
#menu li {
  position: relative;
  line-height: 25px;
  height: 25px;
  width: 10px;
}
#menu li b {
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #050000;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  background: transparent;
}
#menu li p {
  color: #333;
  font-size: 16px;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
  opacity: 0;
  position: absolute;
  width: 75px;
  right: 15px;
  top: 0;
  height: 32px;
  line-height: 32px;
}
#menu li:first-child p {
  color: #fff;
}
#menu li.active b {
  background: #333333;
}
#menu li.active p {
  opacity: 0;
}






.floor_11_main .mySwiperc .swiper-slide.swiper-slide-prev{animation: upin1 2s ease;}


@keyframes upin {
  0% {
    transform: scale(0.8)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes upin1 {
  0% {
    transform: scale(1)
  }
50% {
    transform: scale(0.8)
  }
  100% {
    transform: scale(0.5)
  }
}



.floor_0_1 .swiper7 .swiper-slide-active .swi .w h3{animation: indalRun 1s ease both .2s;}
.floor_0_1 .swiper7 .swiper-slide-active .swi .w .p{animation: indalRun 1s ease both .4s;}
.floor_0_1 .swiper7 .swiper-slide-active .swi .w a{animation: indalRun 1s ease both .6s;pointer-events: auto;}


@keyframes rotate1{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}



.public-btn { min-width:100px; height:50px; padding: 0 20px 0 38px; border-radius: 25px;
 display: inline-flex; justify-content: center; align-items: center; background: #007300;
 color: #fff; transition: all ease-out 0.3s; cursor: pointer;}
.public-btn span { display: inline-flex; transition: all ease-out 0.3s; margin-left: 26px; width: 26px; height: 26px; 
border-radius: 50px; position: relative;}
.public-btn span i{  display: block; width: 6px; height: 9px;  background-position: -0px -350px;  position: absolute;top: 50%; left: 50%; 
transform: translate(-50%, -50%);}
 .public-btn:hover span{ margin-left: 32px;}




@keyframes jte {
  0% {
    left: 50%;
  }
  50% {
    left: 110%;
  }
  50.1% {
    left: 0%;
  }
  100% {
    left: 50%;
  }
}
@keyframes saomiao {
  0% {
    top: 90%;
  }
  50% {
    top: -10%;
  }
  100% {
    top: 90%;
  }
}



@keyframes jte {
  0% {
    left: 50%;
  }
  50% {
    left: 110%;
  }
  50.1% {
    left: 0%;
  }
  100% {
    left: 50%;
  }
}
@keyframes saomiao {
  0% {
    top: 90%;
  }
  50% {
    top: -10%;
  }
  100% {
    top: 90%;
  }
}




.weui_mask { background: rgba(0,0,0,.6);}
.weui_mask, .weui_mask_transition, .weui_mask_transparent { position: fixed; z-index: 1000; width: 100%; height: 100%;  top: 0; left: 0;}
.weui_dialog { position: fixed; z-index: 5000; width:668px; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); text-align: center; border-radius: 15px; }
.weui_dialog_ft { position: absolute; right: -18px;top: -22px; display: -webkit-box; display: -webkit-flex; display: flex;    z-index: 66666;}
.weui_btn_dialog.primary { color: #2b2b2b;}
.weui_dialog_ft a { display: block; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; text-decoration: none; -webkit-tap-highlight-color: rgba(0,0,0,0); width:50px; height:50px; background:url(../images/closeM.png) center center no-repeat;transition: All 0.4s ease-in-out;             -webkit-transition: All 0.4s ease-in-out;             -moz-transition: All 0.4s ease-in-out;             -o-transition: All 0.4s ease-in-out;}
.weui_dialog .in_title{ width:100%;}
.weui_dialog .in_title .cut3video{ display: block; width: 100%; }
.weui_dialog .in_title img{ margin:0 auto; width:200px; height:200px; display:block;}
.weui_dialog .in_title span{ line-height:60px;}
.weui_dialog_ft a:hover{transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);}

 @keyframes scaleDran {

0% {
	transform:scale(1);
}
25% {
	transform:scale(1.15);
	/*放大1.1倍*/
}
50% {
	transform:scale(1);
}
75% {
	transform:scale(1.15);
}
}
.gd{ width: 100%; margin-top: 5%;}
.gd a{ display: block; width: 256px; height: 48px; position: relative; text-align: center; border: #fff solid 1px; border-radius: 60px; margin: 0 auto;}
.gd a .p{ display: inline-block;}
.gd a .p span{ display: block; float: left; font-size: 16px; color: #fff; line-height: 48px;}
.gd a .p p{ width: 32px; height: 32px; background-color: #005aaa; border-radius: 50px; float: left; margin-left: 10px; margin-top: 8px; position: relative;}
.gd a .p p i{ display: block; width: 16px; height: 6px; background-position: -103px -94px;position: absolute; top: 50%; left: 50%;
 transform: translate(-50%, -50%);}
 .gd a:hover{ background-color: #005aaa; border: #005aaa solid 1px;}
  .gd a:hover .p p{ background-color: #007300;}



/* 通用底部 */
.bottom_main { background: url(../images/s5_02.jpg) center center no-repeat; width: 100%; position: relative; background-size: cover; padding-bottom: 3%;}
.bottom_main .w1400 { position: relative;}
.bottom_main .w1400 .bott_con { padding-top: 73px; padding-bottom: 73px;}
.bottom_main .box1 { float: left;width: 25%; color: #eee; line-height: 24px;}
.bottom_main .box1 .tel p { font-size: 16px; color: #c5ced8; line-height: 28px; padding-bottom: 24px;}
.bottom_main .box1 .tel p span{ display: block; color: #fff; font-size:22px; font-family: arial; line-height:26px; padding-top: 10px;}
.bottom_main .box1 a {color: #ccc; display: block;}
.bottom_main .box1 a:hover {color: #fff;}
.bottom_main .box1 img { margin-bottom: 34px;}
.bottom_main .box2 { width: 142px;text-align: center;line-height: 30px;color: #141c2d; position: absolute; right: 0; bottom: -80px; background-color: #fff; border-radius: 5px; text-align: center; padding: 8px 0;}
.bottom_main .box2 img { display: block; margin: 0 auto; width: 126px; height: 126px;transition: ease-in-out .2s;}
.bottom_main .box3 {width:58.2%;float: right; position: relative;}
.bottom_main .box3 dl { padding-left:65px;float: left;}
.bottom_main .box3 dl:nth-child(1){padding-left: 0;}
.bottom_main .box3 dl span { display: block;width: 20px; height: 1px; background: #fff; margin-top: 14px; display: none;}
.bottom_main .box3 dl dt { padding-bottom:22px;}
.bottom_main .box3 dl dt a { color: #fff; font-size: 18px;}
.bottom_main .box3 dl dt a:hover { color: #fff; text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1); font-weight: bold;}
.bottom_main .box3 dl dd { line-height: 26px; padding-top: 4px; }
.bottom_main .box3 dl dd a { color: #c2cad2;}
.bottom_main .box3 dl dd a:hover { color: #fff;}
.bottom_copy {  line-height:58px;color: #bfbfbf; position: absolute; left: 0; bottom: 0; width: 100%;}
.bottom_copy .w1600{border-top: #529d52 solid 1px; }
.bottom_copy .left a,.bottom_copy .right a{ color: #bfbfbf; display: inline-block;}
.bottom_copy .left a:hover,.bottom_copy .right a:hover { color: #fff;}

@media (max-width: 1660px) {
.bottom_main .box3 dl { padding-left: 50px;}
.bottom_main .box3 {width:62.2%;}
.bottom_main .box1 { width: 28%;}

}
/*rightFix*/
.rightFix {
  width: 65px;
  position: fixed;
  right: 10px;
  bottom: 10%;
  z-index: 999;
}
.rightFix a {
  width: 65px;
  height: auto;
  background: #007300;
  text-align: center;
  display: block;
  margin-bottom: 6px;
  position: relative;
  padding-top: 8px;
  border-radius: 5px;
  padding-bottom: 5px;
}
.rightFix .fix_top{ display: none;}
.rightFix.xc .fix_top{ display: block;}
.rightFix a h3 {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}
.rightFix .ico {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all ease 300ms;
  margin: 0 auto 1px;
  padding: 0;
  background: url("../images/fix-ico.png") no-repeat 0 0;
}
.rightFix .img {
  width: 110px;
  height: auto;
  position: absolute;
  left: -10px;
  top: 0;
  padding: 6px;
  background: #007300;
  border: 1px solid #ddd;
  background: #fff;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 5px;
  color: #333;
  padding-bottom: 10px;
}
.rightFix .img p {
  padding-top: 5px;
}
.rightFix a:hover .img {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -134px;
}
.rightFix .img img {
  width: 110px;
  height: 110px;
}
.rightFix a span {
  width: 200px;
  text-align: center;
  height: 62px;
  line-height: 62px;
  position: absolute;
  top: 0;
  background: #007300;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 18px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 7px 0 0 7px;
}
.rightFix a:hover {
  background-color: #007300;
  overflow: visible;
}
.rightFix a:hover h3 {
  color: #fff;
}
.rightFix a.fix-ewm:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -140px;
}
.rightFix a:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -210px;
}
.rightFix .fix-tel:hover .ico {
  background-position: -32px 0;
}
.rightFix .fix-xcx .ico {
  background-position: 0 -32px;
}
.rightFix .fix-xcx:hover .ico {
  background-position: -32px -32px;
}
.rightFix .fix-ewm .ico {
  background-position: 0 -64px;
}
.rightFix .fix-ewm:hover .ico {
  background-position: -32px -64px;
}
.rightFix .mess .ico {
  background-position: 0 -96px;
}
.rightFix .mess:hover .ico {
  background-position: -32px -96px;
}
.rightFix .fix_top .ico {
  background-position: 0 -128px;
}
.rightFix .fix_top:hover .ico,
.rightFix .fix_top.hover .ico {
  background-position: -32px -128px;
}
.rightFix .fix-form {
  background-position: 10px -234px;
}
.rightFix .fix-form span {
  font-size: 14px;
  line-height: 23px;
  width: 180px;
}
.rightFix .fix-form:hover {
  background-position: -37px -234px;
}
/* 图片 */
@-webkit-keyframes gradient-rectangle {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /*FireFox*/
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /* Opear */
    background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /*FireFox*/
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /* Opear */
    background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    opacity: 0;
  }
}
/* Underline From Center1 */
.hvr-underline-from-center1 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-underline-from-center1:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: -3px;
  background: #007300;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center1:hover:before,
.hvr-underline-from-center1.hover:before,
.hvr-underline-from-center1:focus:before,
.hvr-underline-from-center1:active:before {
  left: 0;
  right: 0;
}
.hvr-underline-from-center1:hover,
.hvr-underline-from-center1.hover {
  *height: 43px;
  *border-bottom: 3px solid #007300;
  *line-height: 43px;
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}


/*响应1440 到 1680屏幕*/
@media (min-width: 1440px) and (max-width: 1680px) {
  .about_2_main .develop_box {
    padding: 0 6%;
  }
}

@-webkit-keyframes animatemap {
  0% {
    transform: translateY(-10px);
  }
  20% {
    border-radius: 2px;
  }
  50% {
    transform: translateY(-5px);
    border-bottom-right-radius: 25px;
  }
  80% {
    border-radius: 2px;
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes big {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
/* 响应1200屏幕 */
@media (max-width: 1820px) {
.header_main .email {}
.header_main .webLogo {}
.header_main .nav_main { margin-right: 1vw;}
}

@media (max-width: 1660px) { 
  .header_main .email{}
  .header_main .webLogo {}
  .header_main .nav_main { margin-right: 3vw; }
  .w1400{ width: 1200px;}
  .header_main .nav_main .item { padding: 0 18px; }
  .header_main .email .member { display: none;}
  .header_main .email .search_btn {}
  .header_main .nav_main {}
  .header_main .nav li:nth-child(9) .sub-box{left:auto;right:10px;}
  .index_main .section1 .index_banner .item .inner .block_txt{width:1000px;margin-left:-500px;}
  .header_main .email{ }
  .nav_main .list li .nav1 {  margin:0 32px;}
}


@media (max-width: 1466px) {
.header_main .nav_main .item { padding: 0 18px;}
.header_main .menu-btn { margin-top: 16px; }
.header_main .webLogo img { height: 46px;}
.header_main .webLogo {    padding-top: 17px;}
.header_main { height: 80px;}
.header_main .header { height: 80px;}
.header_main .nav_main { height: 80px;}
.header_main .nav_main .item { height: 77px;}
.header_main .nav .sub-box { top: 78px;}
.header_main .email .search_btn{margin-top: 16px;}
.navBox .col-1 .items > li { padding: 0 34px; }
.header_main .nav_main .item a { font-size: 16px;}
.header_main .nav_main .item a { height: 80px; line-height: 80px;}
.rightFix a h3 { font-size: 10px;}
.rightFix a { width: 56px;}
.rightFix { width: 56px;}
.nav_main .list li .nav1 {  margin:0 26px;}
.nav_main .list li { line-height: 80px; height: 80px;}
.nav_main .subNav {top: 79px;}

}

/*# sourceMappingURL=index.css.map */





.section_2 .in_bl .in_bz i { background-position: -105px -432px;}
.section_3 .in_bl .in_bz i { background-position: -105px -432px;}
.section_4 .in_bl .in_bz i { background-position: -105px -432px;}
.section_5 .in_bl .in_bz i { background-position: -105px -432px;}
.section_6 .in_bl .in_bz i { background-position: -105px -432px;}
.section_7 .in_bl .in_bz i { background-position: -105px -432px;}






/*animated*/
.onactive .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.box.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.z_text {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.active .animated {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.swiper-slide-active .animated {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.active .animated.slow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.active .animated.fast {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}
.active .opacityA {
  -webkit-animation-name: opacityA;
  animation-name: opacityA;
}
.swiper-slide-active .opacityA {
    -webkit-animation-name: opacityA;
    animation-name: opacityA;
}
@keyframes opacityA {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes big2 {
    0% {
        transform:scale(0.95);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform:scale(0.95);
    }
}
.active .scale {
  -webkit-animation-name: scale;
  animation-name: scale;
}
@-webkit-keyframes scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes scale {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.active .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.swiper-slide-active .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.fadeInDown.z_text {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120px);
    -moz-transform: translateY(120px);
    -ms-transform: translateY(120px);
    transform: translateY(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.active .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.active .fadeInUp2 {
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}





@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        transform: translateY(-40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
   
}
@keyframes rotates {
  0% {
    transform: rotate(360deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotates {
  0% {
    transform: rotate(360deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.active .start {
  -webkit-animation-name: start;
  animation-name: start;
  animation-iteration-count: infinite;
}
@-webkit-keyframes start {
  0%,
  30% {
    opacity: .5;
    -webkit-transform: translate(0, 4px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
  100% {
    opacity: .5;
    -webkit-transform: translate(0, -6px);
  }
}
@-moz-keyframes start {
  0%,
  30% {
    opacity: .5;
    -moz-transform: translate(0, 4px);
  }
  60% {
    opacity: 1;
    -moz-transform: translate(0, 0);
  }
  100% {
    opacity: .5;
    -moz-transform: translate(0, -6px);
  }
}
@keyframes start {
  0%,
  30% {
    opacity: .5;
    transform: translate(0, 4px);
  }
  60% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: .5;
    transform: translate(0, -6px);
  }
}
@keyframes mousemove {
  0% {
    transform: translateY(-5px);
  }
  25% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  75% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-5px);
  }
}

/* 滞后 */
.delay100 {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}
.delay200 {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.delay300 {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
.delay400 {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}
.delay500 {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
.delay600 {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}
.delay700 {
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms;
}
.delay800 {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}
.delay900 {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}
.delay1000 {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}
.delay1100 {
  -webkit-animation-delay: 1100ms;
  animation-delay: 1100ms;
}
.delay1200 {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}
.delay1300 {
  -webkit-animation-delay: 1300ms;
  animation-delay: 1300ms;
}
.delay1400 {
  -webkit-animation-delay: 1400ms;
  animation-delay: 1400ms;
}
.delay1500 {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}
.delay1600 {
  -webkit-animation-delay: 1600ms;
  animation-delay: 1600ms;
}
.delay1700 {
  -webkit-animation-delay: 1700ms;
  animation-delay: 1700ms;
}
.delay1800 {
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms;
}
.delay1900 {
  -webkit-animation-delay: 1900ms;
  animation-delay: 1800ms;
}
.delay2000 {
  -webkit-animation-delay: 2000ms;
  animation-delay: 2000ms;
}
.delay2100 {
  -webkit-animation-delay: 2100ms;
  animation-delay: 2000ms;
}
.delay2200 {
  -webkit-animation-delay: 2200ms;
  animation-delay: 2200ms;
}
.delay2400 {
    -webkit-animation-delay: 2400ms;
    animation-delay: 2400ms;
}
.delay2600 {
    -webkit-animation-delay: 2600ms;
    animation-delay: 2600ms;
}
.active .bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@keyframes bounce {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }   

    100% {
        transform: scale(1);
        opacity:1;
    }
}

.active .bounce2 {
    -webkit-animation-name: bounce2;
    animation-name: bounce2;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    animation-duration:2.5s;
}
.active .tu {
    -webkit-animation-name: tu;
    animation-name: tu;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    animation-duration: 2.5s;
}
.active .wen {
    -webkit-animation-name: wen;
    animation-name: wen;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    animation-duration: 2.5s;
}
@keyframes tu {
    
    0% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0;
    }

    40% {
        
        opacity: 1;
    }

    80% {
       
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 0;
    }
}
@keyframes wen {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    50% {
        opacity: 1;
    }


    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.active .jing {
    -webkit-animation-name: jing;
    animation-name: jing;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;    
}

@keyframes jing {
    0% {
        transform: scale(1.5);
        opacity: 0;
    }   

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes bounce2 {
    0% {
        transform: scale(1.5);
        opacity: 0;
    }

   40% {
        transform: scale(1);
        opacity:1;
    }

    60% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity:0;
    }
}
.active .flyInDown {
  -webkit-animation-name: flyInDown;
  animation-name: flyInDown;
}
@-webkit-keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    transform: translateY(-300px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.onactive .flyInUp,
.active .flyInUp {
    -webkit-animation-name: flyInUp;
    animation-name: flyInUp;
    animation-duration: 2.5s;
}
@-webkit-keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.active .flyInRight {
  -webkit-animation-name: flyInRight;
  animation-name: flyInRight;
}
.swiper-slide-active .flyInRight {
    -webkit-animation-name: flyInRight;
    animation-name: flyInRight;
}
.flyInRight2 {
    -webkit-animation-name: flyInRight;
    animation-name: flyInRight;
}
@-webkit-keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(120px);
    -moz-transform: translateX(120px);
    -ms-transform: translateX(120px);
    transform: translateX(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.swiper-slide-active .flyInLeft {
    -webkit-animation-name: flyInLeft;
    animation-name: flyInLeft;
}
.active .flyInLeft {
  -webkit-animation-name: flyInLeft;
  animation-name: flyInLeft;
}
@-webkit-keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.active .Swing1 {
  -webkit-animation-name: Swing1;
  animation-name: Swing1;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@keyframes Swing1 {
  0% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
@-webkit-keyframes Swing1 {
  0% {
    -webkit-transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
  }
}
@-moz-keyframes Swing1 {
  0% {
    -moz-transform: rotate(-5deg);
  }
  50% {
    -moz-transform: rotate(5deg);
  }
  100% {
    -moz-transform: rotate(-5deg);
  }
}
@-o-keyframes Swing1 {
  0% {
    -oz-transform: rotate(-5deg);
  }
  50% {
    -moz-transform: rotate(5deg);
  }
  100% {
    -moz-transform: rotate(-5deg);
  }
}





#pages .section .header_main{position: absolute;z-index: 666;}
#pages .section.section_2 .nav_main .list li .nav1{ color: #333; }
#pages .section.section_3 .nav_main .list li .nav1{ color: #333; }
#pages .section.section_4 .nav_main .list li .nav1{ color: #333; }
#pages .section.section_5 .nav_main .list li .nav1{ color: #333; }
#pages .section.section_6 .nav_main .list li .nav1{ color: #333; }
#pages .section.section_7 .nav_main .list li .nav1{ color: #333; }






