﻿
@charset "UTF-8";
body{padding-top: 120px;}
.con{width: 1200px;margin: 0 auto;}
/*header*/

.header {
    z-index: 1000;
    position: fixed;
    top: 0;
    /* height: 110px; */
    width: 100%;background: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
}
/*===============下拉==============*/
.header .logo{
    width: 164px;
    height: 60px;
    display: inline-block;
    margin-top: 10px;
    float: left;
}
.head-top{height: 40px;border-bottom: 1px solid #eee;line-height: 40px;overflow: hidden;}
.head-top .head-p{color: #666;font-size: 14px;float: left;}
.head-Tel{display: inline-block;float: right;height: 40px;line-height: 40px;color: #0fc3c1;font-size: 16px;padding-left: 21px;background: url(../images/tel.png) no-repeat left center;}
.head-Tel span{font-size: 20px;display: inline-block;font-family: 'open sans';}
.head-bot{height: 80px;}

.navbar{float: left;margin-left: 148.5px;}
.navbar *{-webkit-box-sizing: border-box;box-sizing: border-box;}
.category-item{float: left;}
.category-a{display: block;font-size: 16px;line-height: 80px;color: #333;padding: 0 20px;-webkit-transition: all .8s;-o-transition: all .8s;transition: all .8s;position: relative;margin:0 12.5px;}
.category-a.on,.category-a:hover{color: #0fc3c1;}
.category-a::after{content: '';width:0;height: 3px;background: #0fc3c1;position: absolute;bottom: 0;left:50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);-webkit-transition: all .8s;-o-transition: all .8s;transition: all .8s;}
.category-item.active .category-a::after,.category-item:hover .category-a::after{width: 100%;}
.category-item.active .category-a,.category-item:hover .category-a{color:#0fc3c1; }

.chan_inner{-webkit-transition: max-height 1s;-o-transition: max-height 1s;transition: max-height 1s;overflow: hidden;height: 20px;position: absolute;width: 100%;max-height: 20px;z-index: 3;top: 0;left: 0;}
.chan_inner a {text-align: left;display: block;position: relative;}
.chan_inner span i{font-style: normal;position: absolute;right: 0;top: 0;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.right_top{width: auto;}
.tel{margin-right: 15px;}
/*.chan_en{width: 82px;float: right;position: relative;text-align: left;margin-top: 31px;}
.chan_inner span{text-align: left;font-size: 16px;color: #666;}
.chan_inner:hover {height: auto;max-height: 200px;}
.chan_inner a:hover{color:#0fc3c1;}
.chan_inner:hover i{color:#0fc3c1;}*/
/*.head_search .search{position: absolute;right: 110px;font-size: 20px;top: 50%;margin-top: -10px;cursor: pointer;transition: all 0.3s;}
.head_search .search:hover{color:#0fc3c1; }*/
.language{
    float: right;
    color: #8d8d8d;
    line-height: 30px;
    margin-top: 21px;
    position: relative;
}
.language a{
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.language a:hover{color:#1b87cc;}*/
.language{
    float: right;
    position: relative;
    margin-top: 26px;
}
.language-text{
    display: block;
    color: #666;
    font-size: 16px;
    line-height:36px;
    padding:0 4px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.language-text .icon-diqiu{
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    margin-right: 5px;
}
.language-text .icon-down{
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    -webkit-transition:-webkit-transform .3s;
    transition:-webkit-transform .3s;
    -o-transition:transform .3s;
    transition:transform .3s;
    transition:transform .3s, -webkit-transform .3s;
}
.language-list{
    position: absolute;
    top:100%;
    right: 0;
    z-index: 10;
    background: #fff;
    padding:10px 0;
    -webkit-box-shadow: 0 2px 4px 2px rgba(0,0,0,.05);
            box-shadow: 0 2px 4px 2px rgba(0,0,0,.05);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.language-list a{
    display: block;
    font-size: 16px;
    color: #666;
    padding:10px 30px;
    white-space: nowrap;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.language-list a:hover{color: #0fc3c1;}
.language:hover .language-text{color: #0fc3c1;}
.language:hover .language-text .icon-down{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.language:hover .language-list{
    opacity: 1;
    visibility: visible;
}
.nav-search{
  float:right;
  height: 30px;
  margin-right: 20px;
  margin-top: 25px;
  position: relative;
}
.search-icon{
  font-size: 18px;
  line-height: 30px;
  color: #333;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.search-icon:hover{color:#0fc3c1;}
.search-wrapper{
  position: absolute;
  top:55px;
  right: 0;
  width:630px;
  background: #fff;
  padding: 15px;
  z-index: 100;
  border-top: 1px solid #f0f1f2;
  display: none;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
          box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
}
.search-input{
  width: 100%;
  padding:10px 35px;
  font-size: 15px;
  line-height: 20px;
  color: #666;
  border-bottom: 1px solid #a9a9a9;
}
.btn-search{
  position: absolute;
  top:15px;
  left: 15px;
  width: 30px;
  height: 40px;
  font-size: 22px;
  color:#666;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.btn-search:hover{
  color: #0fc3c1
}
.search-close{
  position: absolute;
  right: 15px;
  top:15px;
  width: 30px;
  height: 40px;
  font-size: 22px;
  color:#666;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.search-close:hover{
  color: #0fc3c1
}
input.search-input::-webkit-input-placeholder{
  color: #999;
}
input.search-input:-moz-placeholder{
  color: #999;
}
input.search-input::-moz-placeholder{
  color: #999;
}
input.search-input:-ms-input-placeholder{
  color: #999;
}
/*下拉*/
.dropdown-full{
    position: absolute;
    top: 100%;
    z-index:200;
    background-color: #f4f5f8;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    height: auto;
    display: none;
    overflow: hidden;
    width: 100%;
    min-width: 1200px;
    left: 0;
    border-top: 1px solid #f4f5f8;
    -ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
    -o-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
}
.category-item:hover .dropdown-full{
    display: block;
    visibility: visible;
}
.dropdown-box{
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgb(244, 245, 248)), color-stop(30%, rgb(255, 255, 255)));
    background: -webkit-linear-gradient(left, rgb(244, 245, 248) 30%, rgb(255, 255, 255) 30%);
    background: -o-linear-gradient(left, rgb(244, 245, 248) 30%, rgb(255, 255, 255) 30%);
    background: linear-gradient(to right, rgb(244, 245, 248) 30%, rgb(255, 255, 255) 30%);
    height: 100%;
}
.drop-columns{
    width: 1400px;
    height: 100%;
    margin: 0 auto;
}
.drop-col-3{
    float: left;
    width: 465px;
    height: 100%;
    background:  rgb(244, 245, 248);
    padding: 70px 0 85px 65px;
}
.drop-col-7{
    float: left;
    width: 935px;
    background:  rgb(255, 255, 255);
}
.drop-nav li a{
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #444;
    padding:10px 85px 10px 30px;
    -webkit-transition: background-color .4s,color .4s;
    -o-transition: background-color .4s,color .4s;
    transition: background-color .4s,color .4s;
}
.drop-nav li{margin-bottom:8px;cursor: pointer;}
.drop-nav li:hover a{
    color:#0fc3c1;
}
.drop-nav li.on a{
    background:url(../images/icon-jt.png) no-repeat right 32px center #0fc3c1;
    color:#fff;
}
.drop-megapanel{display: none;}
.drop-megapanel.on{display: block;}
.drop-col-6{
    float: left;
    width: 495px;
    padding:70px 85px;
}
.drop-megapanel .m-tit{
  font-size: 22px;
  color: #444;
}
.drop-megapanel .m-des{
  font-size: 14px;
  line-height: 28px;
  color: #666;
  margin: 20px 0 40px;
  overflow: hidden;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.learn-more{
    color: #999;
    line-height: 20px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.learn-more i{
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: #999;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    font-size: 12px;
    color: #fff;
    margin-right:10px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.learn-more:hover{
    color: #0fc3c1;
}
.learn-more:hover i {
    background: #0fc3c1;
}
.drop-col-4{
    float: right;
    width: 360px;
    padding:64px 0 94px;
}
.drop-pic{overflow: hidden;}
.drop-pic img{
    max-width: 100%;
    display: block;
}
.relative{position: relative;}
.dropdown{
    position: absolute;
    top: 100%;
    left: 50%;
    z-index:600;
    width: auto;
    height: auto;
    background: 0 0;
    opacity: 0;
    overflow: hidden;
    max-height: 0;
    left: 50%;
    color: #303233;
    -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
            transform: translate(-50%,0);
    -webkit-transition: max-height .9s;
    -o-transition: max-height .9s;
    transition: max-height .9s;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
            box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
}
.category-item:hover .dropdown{
    display: block;
    visibility: visible;
    max-height: 500px;
    opacity: 1;
}
.dropdown ul{
    border-top: 1px solid #f0f1f2;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
            box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
}
.dropdown li{
    display: block;
    width: 100%;
    font-size: 14px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.dropdown li>a {
    padding: 16px 32px;
    white-space: nowrap;
    display: inline-block;
    color: #333;
    line-height: 1;
    height: auto;
    background: 0 0;
    text-align: center;
    width: 100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.dropdown li>a:hover{
  background: #0fc3c1;
  color: #fff;
}
@media (max-width:1600px){
    .category-a{padding: 0 12px;}
    .navbar{margin-left: 110px;}
    .drop-columns{width: 1200px;}
    .drop-col-3{width: 400px;padding:60px 0 70px 55px;}
    .drop-col-7{width: 800px;}
    .drop-col-6{width: 465px;padding:60px 70px;}
    .drop-col-4{width: 310px;padding: 60px 0 70px;}

}
/*===============轮播切换==============*/

.banner_index{width: 100%;position: relative;overflow: hidden;}
.banner_index li a>img {display: block;width: 100%;}
.banner_index .slides li {position: relative;background-size: cover;background-repeat: no-repeat;background-position: center;}
.banner_index a {display: block;}
.ban-info{position: absolute;left:50%;top: 18%;-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);text-align: center;}
.ban-infoIn h3{margin-bottom: 10px;font-size: 36px;color: #333;font-weight: bold;letter-spacing: 1px;}
.ban-infoIn h4{color: #333;font-size: 18px;letter-spacing: 1px;}
.ban-infoIn h3 span{display: inline-block;font-size: 48px;color: #0fc3c1;position: relative;line-height: 48px;padding: 0 12px;margin-right: 7px;}
.ban-infoIn h3 span:before{content: '';width: 10px;height: 20px;background: url(../images/tl.png) no-repeat center;position: absolute;left: 0;top: -3px;}
.ban-infoIn h3 span:after{content: '';width: 10px;height: 20px;background: url(../images/br.png) no-repeat center;position: absolute;right: 3px;bottom: 0;}


.banner_index .flex-direction-nav .flex-prev,
.banner_index .flex-direction-nav .flex-next {
    width: 60px;
    height:60px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 0;
}

.banner_index .flex-direction-nav .flex-prev {
    left: 100px;
    background: url(../images/left.png) no-repeat center;
}

.banner_index .flex-direction-nav .flex-next {
    right: 100px;
    background: url(../images/right.png) no-repeat center;
}

.banner_index .flex-direction-nav .flex-prev:hover {
    background: url(../images/lefth.png) no-repeat center;
}

.banner_index .flex-direction-nav .flex-next:hover {
    background: url(../images/righth.png) no-repeat center;
}
.banner_index .flex-control-paging {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.banner_index .flex-control-paging li a{position: relative;}
.banner_index .flex-control-paging li a.flex-active{width: 20px;height: 10px;background: #0fc3c1;border-radius: 5px;}

.banner_index .flex-control-paging li {
    float: left;
    margin:0 5px;
    cursor: pointer;
}
.banner_index .flex-control-paging a {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    font-size: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}


@media (max-width:1400px){
    .banner_index .flex-direction-nav .flex-prev {
        left: 40px;
    }

    .banner_index .flex-direction-nav .flex-next {
        right: 40px;
    }
}

/*加载*/
#preloader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1002;
}

#preloader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#preloader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

#preloader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -24px;
  margin-left: -24px;
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#preloader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}
@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}



/*首页*/
.tit{text-align: center;margin-bottom: 50px;}
.tit h3{color: #333;font-size: 30px;line-height: 30px;font-weight: bold;position: relative;padding-bottom: 20px;margin-bottom: 40px;}
.tit h3:after{content: '';width: 30px;height: 2px;background: #0fc3c1;position: absolute;bottom: 0;left: 50%;margin-left: -15px;}
.tit h4{color: #333;font-size: 24px;line-height: 24px;margin-bottom: 15px;}
.contain p{color: #666;font-size: 14px;}
.in-one{padding: 60px 0 80px;background: url(../images/in1-bg.jpg) no-repeat center;background-size: cover;overflow: hidden;}
.in-two{padding: 80px 0;overflow: hidden;background: url(../images/in2-bg.jpg) no-repeat center;background-size: cover;}

.ban{position:relative;margin:40px auto 0 auto;width: 1200px;}
.ban2{height:200px; position:relative; overflow:hidden;}
.ban2 ul{ position:absolute; left:0; top:0;}
.ban2 ul li{width: 1200px;text-align: center;}
.prev{ float:left; cursor:pointer;}
.num{ height:114px;overflow:hidden; width:1200px; position:relative;}
.num:before{content: '';width: 100%;height: 2px;background: #e5e5e5;position: absolute;bottom: 0;left: 0;}
.min_pic{margin-bottom: 30px;width: 1200px;position: relative;}
.num ul{ position:absolute; left:0; top:0;width: 1800px !important;}
.num ul li{ padding:1px;position: relative;width: 200px;height: 114px;border-bottom: 2px solid #e5e5e5;}
.num ul li.on:after{content: '';width: 100%;height: 4px;background: #0fc3c1;position: absolute;bottom: -2px;left:0;}
.prev_btn1,.next_btn1{font-size: 18px;color: #919191;cursor: pointer;position: absolute;top: 43%;margin-top: -9px;z-index: 10;}
.prev_btn1{left: -100px;}
.next_btn1{right: -100px;}
@media (max-width:1400px){
    .prev_btn1{left: 0px;}
    .next_btn1{right: 0px;}
}

.prev_btn1:hover,.next_btn1:hover{color: #17c5c3;}
.ab-font{
    width: 200px;
    text-align: center;
    position: absolute;

}
.in2-font img{display: block;}
.in2-left{display: inline-block;text-align: center;margin-right: 15px;}
.in2-left img{display: block;margin:0 auto;}
.in2-left p{color: #333;font-size: 16px;}
.in2-right{width: 720px;display: inline-block;text-align: left;}
.in2-right p.scrollbar{line-height: 28px;max-height: 112px;overflow-y: auto;padding-right: 10px;}
.more-btn{width: 120px;height: 35px;border:1px solid #999;color: #666;font-size: 14px;display: inline-block;line-height: 33px;margin-top:43px;position: relative;overflow: hidden;-webkit-transition: border-color .3s,color .3s;-o-transition: border-color .3s,color .3s;transition: border-color .3s,color .3s;-webkit-transition-timing-function: cubic-bezier(.2,1,.3,1);-o-transition-timing-function: cubic-bezier(.2,1,.3,1);transition-timing-function: cubic-bezier(.2,1,.3,1);z-index: 1;text-align: center;}
.more-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #37474f;
    z-index: -1;
    -webkit-transform: rotate3d(0,0,1,-45deg) translate3d(0,-3em,0);
    transform: rotate3d(0,0,1,-45deg) translate3d(0,-3em,0);
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform .3s,opacity .3s,background-color .3s;
    -webkit-transition: opacity .3s,background-color .3s,-webkit-transform .3s;
    transition: opacity .3s,background-color .3s,-webkit-transform .3s;
    -o-transition: transform .3s,opacity .3s,background-color .3s;
    transition: transform .3s,opacity .3s,background-color .3s;
    transition: transform .3s,opacity .3s,background-color .3s,-webkit-transform .3s;
}

.more-btn:hover:before {
    opacity: 1;
    background-color: #0fc3c1;
    -webkit-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg);
    -webkit-transition-timing-function: cubic-bezier(.2,1,.3,1);
    -o-transition-timing-function: cubic-bezier(.2,1,.3,1);
       transition-timing-function: cubic-bezier(.2,1,.3,1);
}
.more-btn:hover{
    border-color: #0fc3c1;
    color: #fff;
}

.in-three{height: 670px;overflow: hidden;position: relative;z-index: 1;padding-top: 115px;}
.in-three:before{content: '';width: 100%;height: 100%;background: rgba(0,0,0,0.65);position: absolute;left: 0;top: 0;z-index: -1;}
.in3-con h3,.in3-con h4{color: #fff;}
.in3-con .more-btn{border-color: #7d7d7d;color: #fff;}
.in3-con .more-btn:hover{border-color: #0fc3c1;}
.in3-con .tit h2{color: #fff;font-size: 16px;font-family: arial;line-height: 16px;margin-bottom: 15px;}

.in4-num{padding: 50px 0;background: #f4f4f4;margin-top: -90px;position: relative;z-index: 2;}
.in3-con .tit h3{margin-bottom: 60px;}
.in3-con .tit h4{margin-bottom: 23px;}
.in3-con .tit p{color: #d9d9d9;line-height: 28px;}
.in4-num ul li{width: 25%;float: left;text-align: center;position: relative;}
.in4-num ul li:after{content: '';width: 1px;height: 100px;background:#d2d2d2;position: absolute;right: 0;top: 50%;margin-top: -50px;}
.in4-num ul li:last-child:after{display: none;}
.in4-num ul li span{display: block;font-family: 'Hel';color: #666;}
.in4-num ul li span.span1{font-size: 18px;}
.in4-num ul li span.span1 i{display: inline-block;font-style: normal;font-size: 48px;vertical-align: top;}
.in4-num ul li span.span2{font-size: 16px;}

.in-five{padding: 80px 0 100px;}
.in5-list li{width: 446px;float: left;margin-right: 30px;text-align: left;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.in5-list li:nth-child(3n){margin-right: 0;}
.in5-list li .in5-pic{width: 446px;height: 255px;overflow: hidden;}
.in5-list li .in5-pic img{display: block;width: 100%;height: 100%;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.in5-list li .in5-desc{border:1px solid #e5e5e5;border-top: 0;padding: 20px 20px 26px;}
.in5-list li .in5-desc h3{color: #333;font-size: 16px;line-height: 16px;overflow: hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space: nowrap;margin-bottom: 13px;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.in5-list li .in5-desc p{color: #666;font-size: 14px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;height: 48px;}
.in5-list li .in5-desc-bot{margin-top: 19px;}
.in5-list li .in5-desc-bot span{font-size: 14px;color: #666;display: inline-block;line-height: 20px;}
.in5-list li .in5-desc-bot .news-more{float: left;padding-left: 30px;background: url(../images/right1.png) no-repeat left center;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.in5-list li .in5-desc-bot .news-time{float: right;}
.in-five .tit{margin-bottom: 0;}
.in-five .tit h3{margin-bottom: 30px;}
.in-five .in5-list{text-align: center;}
.in-five .in5-list .more-btn{margin-top: 30px;}
.in5-list li:hover{-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.1);box-shadow: 0 3px 7px rgba(0,0,0,0.1);}
.in5-list li:hover .in5-desc h3{color: #0fc3c1;}
.in5-list li:hover .in5-desc-bot .news-more{color: #0fc3c1;background: url(../images/right1h.png) no-repeat left center;}
.in5-list li:hover .in5-pic img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}

.footer a:hover{color: #0fc3c1;}
.foot-top{padding-top: 40px;background: #313131;padding-bottom: 72px;}
.foot-top dl dt a{display: inline-block;font-size: 16px;color:#fff;line-height: 16px;position: relative;padding-bottom: 10px;margin-bottom: 8px;}
.foot-top dl dt a:after{content: '';width: 20px;height: 1px;background: #0fc3c1;position:absolute;left: 0;bottom:0;}
.foot-top dl dd a{display: inline-block;color: #999;font-size: 14px;line-height: 36px;}
.foot-top dl{float: left;}
.foot-top dl dd p{line-height: 22px;font-size: 0;margin-bottom: 11px;}
.foot-top dl{margin-right: 120px;}
.foot-top dl:last-child{margin-right: 0;}

.foot-top dl dd p span{display: inline-block;padding-left: 28px;color: #999;font-size: 14px;width: 400px;}
.foot-top dl dd p.p1 span{width: 42%;float: left;}
.foot-top dl dd p.p1 span.span1{width: 58%;}
.foot-share {margin-top: 10px;}
.foot-share .share{font-size: 0;}
.foot-share .share a{display: inline-block;width: 36px;height: 36px;border-radius: 50%;border:1px solid #9d9d9d;vertical-align: middle;margin:0 20px 0 0;font-size: 20px;text-align: center;line-height: 34px;color: #929292;padding-left: 0;background: transparent;float: none;text-indent: 0;}

.foot-share .share span{display: inline-block;font-size: 14px;color: #888;vertical-align: middle;margin-right: 10px;}
.foot-share .share a:hover{color: #0fc3c1;border-color: #0fc3c1;}
.bd_weixin_popup{height: 310px!important;}

.foot-bot{background: #1b1b1b;padding: 40px 0;position: relative;}
.foot-bot p,.foot-bot p a{font-size: 14px;color: rgba(255,255,255,0.2);display: inline-block;}
.foot-bot p.p1{float: left;}
.foot-bot p.p2{float: right;}
.foot-bot p.p3{float: left;margin-left: 20px;}
.foot-bot p.on a{color: #0fc3c1;}

.link_con{
    width: 100%;
    padding: 27px 0;
    background: #434343;
    position: absolute;
    z-index: 11;
    top: -73px;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: none;
}
.link_con:before{content: '';width: 14px;height: 12px;background: url(../images/down.png) no-repeat center;position: absolute;bottom: -11px;left: 50%;margin-left: -223px;}

.link_list a,.link_list span{color:#999;font-size: 14px;display: inline-block;vertical-align: middle;margin-left: 50px;}


.in1-top{
  margin-bottom: 40px;
  position: relative;
}
.in1-right{
  position: absolute;
  right: 0;
  top:0;
  z-index: 10;
}
.in1-tit{font-size: 30px;color: #333;font-weight: bold;line-height: 30px;}
.in1-lf{width:35.7%;float: left;padding-right: 2.85%;position: absolute;left: 0;height: 100%;padding-top: 70px;}
.in1-lf:before{content: '';width: 1px;height: 50px;background: #666;position: absolute;left: 30px;top: 0;}
.in1-lf:after{content: '';width: 1px;height: 147px;background: #666;position: absolute;left: 30px;bottom: 0;}
.in1-lf p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;overflow: hidden;height: 168px;}
.in1-rt{width:64.3%;float: right;overflow:hidden;}
.in1-rt img{display: block;width: 100%;}
.in1-lf h3{color: #333;font-size: 24px;line-height: 24px;position: relative;padding-bottom: 22px;margin-bottom: 12px;}
.in1-lf h3:after{content: '';width: 30px;height: 2px;background: #0fc3c1;position: absolute;left: 0;bottom: 0;}

.in1-lf-more{margin-top: 40px;}
.in1-lf-more span{display: inline-block;vertical-align: middle;}
.in1-lf-more a{vertical-align: middle;margin-top: 0;}
.in-bot{position: relative;}
.in1-pagination{
  position: relative;
  float: right;
  margin-right: 50px;
}
.in1-pagination>div{
  width: auto;
  float: left;
  cursor: pointer;
}
.in1-pagination .swiper-pagination-bullet{
    width: auto;
    height: auto;
    padding: 0 20px;
    cursor: pointer;
  text-align: center;
  display: inline-block;
  background: none;
  opacity: 1;
  height: auto;
  margin: 0 0!important;

}
.in1-pagination .swiper-pagination-bullet h3{color: #333;font-size: 16px;position: relative;text-align: left;padding-left: 22px;}
.in1-pagination .swiper-pagination-bullet h3:after{content: '';width: 12px;height: 12px;background: url(../images/img12.png) no-repeat center;position: absolute;left: 0;top: 50%;margin-top: -6px;opacity: 0;}
.in1-pagination .swiper-pagination-bullet-active h3{
  color: #0fc3c1;
}
.in1-pagination .swiper-pagination-bullet-active h3:after{opacity: 1;}
@media (max-width:1600px){
    .in5-list li{width: 380px;}
    .in5-list li .in5-pic{width: 380px;height: 217px;}
    .foot-top dl{margin-right: 96px;}
    .link_con:before{margin-left: -125px;}
    .in1-lf{padding-top: 55px;}
    .in1-lf:before{height: 40px;}
    .in1-lf:after{height: 86px;}
}
.in1-top .in1-next,
.in1-top .in1-prev{
  float: right;
  background: none;
  color: #999;
  font-size: 18px;
  line-height: 1;
  margin-top:0;width: 18px;height: 18px;cursor: pointer;z-index: 20;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.in1-top .in1-prev{margin-right: 20px;}
.in1-top .in1-prev:hover,
.in1-top .in1-next:hover{color:#0fc3c1}




/* kefu */
.kf {
        transition: .8s;
        -o-transition: .8s;
        -moz-transition: .8s;
        -webkit-transition: .8s;
        z-index: 999999;
        background-color: #fff;
        position: fixed;
        bottom: 100px;
        right: 20px;
        width: 62px;
        border-radius: 5px;
        display: none;
}

.kf span {
        z-index: 1000001;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        cursor: pointer;
        position: relative;
        display: block;
        width: 62px;
        height: 62px;
        border-bottom: 1px solid #e3e3e3;
        background:url(../images/kefu_j.png) no-repeat center #fff;
}
.kf span:hover{background-color:#0fc3c1;}

.kf .zx {border-radius: 5px 5px 0 0;background-position: 0 0;}
.kf .zx:hover {background-position: 0 -62px;}

.kf .freetel {background-position:-62px 0;}
.kf .freetel:hover {background-position:-62px -62px;}
.kf .act {background-position:-186px 0;}
.kf .act:hover{background-position:-186px -62px;}
.kf .zxlya {background-position:-124px 0;}
.kf .zxlya:hover{background-position:-124px -62px;}
.kf .back_top {
        border-radius: 0 0 5px 5px;
        border: none;
        background-position:-248px 0;
}
.kf .back_top:hover {background-position:-248px -62px;}

.kf span div {
        display: none;
        background-color: #fff;
        border-radius: 5px;
        position: absolute;
        right: 75px;
        padding: 20px;
        font-size: 14px;
        color: #f4474c;
        bottom:2px;
}

.kf span div input {
        text-indent: .5em;
        display: block;
        margin: 15px 0;
        line-height: 28px;
        color: #696969;
        font-size: 12px;
        width: 140px;
        border: 1px solid #d1d1d1;
        border-radius: 2px;
        height: 28px;
}

.kf span div a {
        -o-transition: .5s;
        transition: .5s;
        -webkit-transition: .5s;
        display: block;
        background: #f4474c;
        border-radius: 2px;
        color: #fff;
        line-height: 26px;
        font-size: 12px;
        text-align: center;
        width: 79px;
        height: 26px;
}

.kf span div a:hover {
        background: #e77410;
}

.kfimgr{
        position: absolute;
        bottom:23px;
        right: -9px;
}

.kf span div i {
        display: block;
        position: absolute;
        width: 15px;
        height: 200px;
        right: -15px;
        top: 0;
}

.kf .zx div, .kf .freetel div,
.kf .zxlya div, .kf span:nth-child(4) div {
        text-align: center;
        min-width: 148px;
        font-size: 14px;
        color: #666;
}

.kf span:nth-child(4) div {
        white-space: nowrap;
}

.kf a{display:block;height: 68px;position:absolute;top:0;right:0;width: 100%}

.kf span div, .kf {
        -webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
        box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
}


.nav_center div, .index_nav_center div, .shou, .zhan {
        -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
        box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}

.shou {
        z-index: 1000000;
        cursor: pointer;
        width: 30px;
        height: 40px;
        top: 50%;
        margin-top: -15px;
        border-radius: 5px 0 0 5px;
        right: 62px;
        background: url("../images/kefu_j.png") no-repeat -310px 0 #fff;
        position: absolute;
}

.shou.on {background-position: -310px -40px;}


/*subbanner*/
.subbanner{
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.subbanner .breadcrumb{
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: rgba(0,0,0,.5);
    color: #fff;
}
.breadcrumb a{
    font-size: 14px;
    line-height:20px;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.breadcrumb .icon-right{
  font-size: 12px;
  margin: 0 2px;
}
.breadcrumb .icon-address{
  font-size: 20px;
  vertical-align: middle;
  margin-right: 2px;
}
.breadcrumb a:hover{color:#0fc3c1;}
/*subbanner-end*/
/*menu-start*/
.menu{
  background: #f5f5f5;
  height: 60px;
}
.menu-fix{
  background: #f5f5f5;
    width: 100%;
}
.menu.fixe .menu-fix{
    position: fixed;
    top: 0;
    left: 0;
    background:#fff;
    z-index: 400;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
            box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
}
.srcoll-nav li{
  float: left;
  margin-right: 10px;
}
.srcoll-nav a{
  display: inline-block;
  font-size: 16px;
  text-align: center;
  line-height:60px;
  padding: 0 40px;
  color: #444;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.srcoll-nav li a:hover{
  color: #86c035;
}
.srcoll-nav li.on a{
  background: #86c035;
  color: #fff;
}
/*menu -end*/
/*news-host -start*/
.news-host{padding:70px 0 50px;}
.news01-box{
  float: left;
  width: 590px;
  height: 430px;
  position: relative;
}
.news01-item{
  width: 590px;
  height: 430px;
  position: relative;
}
.news01-item img{
  width: 100%;
  height: 100%;
}
.news01-item .m-cont{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: rgba(0,0,0,.4);
  padding: 15px 20px 38px 20px;
}
.news01-item .m-tit{
  margin-right: 110px;
  font-size: 18px;
  height: 27px;
  color: #fff;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news01-item .m-time{
  position: absolute;
  top:15px;
  right: 20px;
  width: 110px;
  text-align: right;
  font-size: 14px;
  line-height: 27px;
  color: #fff;
}
.news01-pagination{
  position: absolute;
  bottom: 19px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  z-index: 15;
}
.news01-pagination .swiper-pagination-bullet{
  width: 8px;
  height: 8px;
  background: rgba(255,255,255,.5);
  border-radius: 50%;
  margin-right: 10px;
  opacity: 1;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.news01-pagination .swiper-pagination-bullet-active{
  background:#fff;
}
.news01-right{
  float: right;
  width: 590px;
}
.news-host-item{
  display: block;
  height: 130px;
  background: #f5f5f5;
  padding:25px 30px;
  margin-bottom: 20px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.news-host-item .time{
  float: left;
  text-align: center;
}
.news-host-item .day{
  font-size: 40px;
  font-family: 'AGB';
  line-height: 1;
  color: #999;
  padding-bottom: 8px;
  border-bottom: 1px solid #d4d4d4;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.news-host-item .year{
  color: #666;
  margin-top: 7px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.news-host-item .m-cont{
  float: right;
  width: 435px;
}
.news-host-item .m-tit{
  font-size: 16px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom:8px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.news-host-item .m-des{
  line-height: 24px;
  color: #777;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.news-host-item:hover{
  background: #86c035;
}
.news-host-item:hover .day,
.news-host-item:hover .year,
.news-host-item:hover .m-tit,
.news-host-item:hover .m-des{
  color: #fff
}
/*news-host -end*/
/*news*/
.sec-news{padding: 70px 0 90px;background: #f5f5f5;}
.news-list{margin-left:-22.5px;}
.news-item{
  float: left;
  display: block;
  width: 385px;
  height: 470px;
  background: #fff;
  margin-left: 22.5px;
  margin-bottom: 30px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.06);
          box-shadow: 0 5px 20px 0 rgba(0,0,0,0.06);
}
.news-item:hover{
  -webkit-transform:translateY(-10px);
      -ms-transform:translateY(-10px);
          transform:translateY(-10px);
}
.news-item .m-pic{
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.news-item .m-pic img{
  width: 100%;
  display:block;
}
.news-item .m-cont{
  padding: 25px;
}
.news-item .m-tit{
  font-size: 18px;
  height: 27px;
  color: #444;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom:8px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.news-item:hover .m-tit{
  color: #86c035
}
.news-item .m-time{
  font-size: 15px;
  color: #777;
  margin: 6px 0 12px;
}
.news-item .m-des{
  line-height: 24px;
  color: #777;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.btn-default{
  display: inline-block;
  font-size: 14px;
  color: #666;
  line-height: 38px;
  border:1px solid #e6e6e6;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  padding: 0 18px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.btn-default i{
  font-size: 22px;
  color: #999;
  margin-right: 8px;
  vertical-align: middle;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.btn-default:hover{
  background: #86c035;
  color: #fff;
  border-color: #86c035;
}
.btn-default:hover i{color: #fff}
/*news -end*/
/*pagination-start*/
.pagination{width: 100%;border-top: 1px solid #e0e0e0;border-bottom: 1px solid #e0e0e0;margin-top: 60px;}
.pagination a{
  float: left;
  display: block;
  width: 58px;
  height: 58px;
  border-left: 1px solid #e0e0e0;
  text-align: center;
  line-height: 58px;
  font-size: 20px;
  color: #666;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.pagination a:last-child{border-right: 1px solid #e0e0e0;}
.pagination a.page-icon{
  float: right;
  font-size: 16px;
  color:#a6a6a6;
}
.pagination a.page-icon:first-child{border-right: 1px solid #dbdbdb;}
.pagination a:hover{color:#86c035;}
.pagination a.on{color:#86c035;}
/*pagination-end*/
/*news-detail*/
.news-detail{
  padding: 80px 0 90px;
}
.news-detail-box{
  background: #fafafa;
  border:1px solid #ebebeb;
  padding: 50px 75px 75px 50px;
}
.news-title{
  font-size: 26px;
  text-align: center;
  color: #444;
}
.news-thread{
  font-size: 16px;
  color: #999;
  text-align: center;
  margin-top: 10px;
}
.news-thread i{
  font-size: 20px;
  color: #86c035;
  margin-right: 7px;
  vertical-align: middle;
}
.news-share{text-align: center;margin-top: 23px;font-size: 0;}
.news-share .bdsharebuttonbox{display: inline-block;}
.news-share .bdsharebuttonbox a {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 4px;
    font-size: 18px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    float: none;
    text-indent: 0;
    background: transparent;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.news-share .bdsharebuttonbox a.bds_tsina{
  background: #da3c3c;
}
.news-share .bdsharebuttonbox a.bds_weixin{
  background: #21ba41;
}
.news-share .bdsharebuttonbox a.bds_sqq{
  background: #3e91ee;
}
.news-share .bdsharebuttonbox a:hover{color: #fff;}
.news-detail-cont{
  color: #777;
  line-height: 1.857142857142857;
  padding: 45px 0;
}
.news-detail-cont img{
  max-width: 100%;
}
.news-detail-page{margin-top: 12px;}
.news-detail-page a{
  display: inline-block;
  font-size: 16px;
  color: #86c035;
  line-height: 38px;
  padding:0 40px;
  border:1px solid #86c035;
  border-radius: 20px;
  margin-right: 10px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.news-detail-page a .icon-left{margin-right:8px}
.news-detail-page a .icon-right{margin-left:8px}
.news-detail-page a:hover{
  background: #86c035;
  color: #fff;
}
.news-recommend{margin-top: 65px;}
.recommend-tit{
  font-size: 20px;
  margin-bottom: 13px;
}
.recommend-tit i{
  font-size: 23px;
  color: #86c035;
  margin-right: 9px;
}
.news-recom-list{margin-left: -90px;}
.news-recom{
  float: left;
  display: block;
  border-top:1px solid #d9d9d9;
  width: 340px;
  padding: 20px 0;
  margin-left: 90px;
  position: relative;
}
.news-recom::before{
  content: '';
  width: 0;
  height: 1px;
  background: #86c035;
  position: absolute;
  left: 0;
  top:-1px;
  z-index: 4;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}
.news-recom .m-tit{
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  color: #666;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.news-recom .m-tit i{
  font-size: 12px;
  margin-right:4px;
}
.news-recom .m-des{
  margin-top: 4px;
  color: #999;
  padding-left: 16px;
}
.news-recom:hover .m-tit{
  color: #86c035
}
.news-recom:hover::before{width: 100%;}
/*news-detail -end*/
/*about*/
.rel {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.abs {
    position: absolute;
    height: 1px;
    top: -60px;
}
.sec-about{padding: 95px 0 85px;}
.about-info{
  float: right;
  width: 705px;
  max-height:420px;
  font-size: 14px;
  line-height: 28px;
  color: #666;
}
.about-title{
  float: left;
  width: 430px;
  position: relative;
  z-index: 1;
  padding-top: 28px;
}
.about-title .m-en{
  height: 60px;
  line-height: 60px;
  position:absolute;
  top:0;
  left: 0;
  z-index: -1;
}
.about-title h4{
  font-size: 30px;
}
.about-title .m-hr{
  width: 40px;
  height: 2px;
  background: #86c035;
  margin-top: 17px;
}
.about-sec{margin-left: -15px;margin-top: 70px;}
.about-sec li{
  float: left;
  width: 390px;
  height: 240px;
  margin-left: 15px;
  overflow: hidden;
  position: relative;
}
.about-sec img{
  display: block;
  width: 100%;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}
.about-sec p{
  font-size: 18px;
  line-height: 28px;
  padding:11px 30px;
  background: rgba(0,0,0,.6);
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}
.about-sec li:hover img{
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
/*about -end*/
/*culture*/
.sec-culture{
  background:url(../images/about_05.jpg) no-repeat center top;
  background-size: 100% auto;
  padding: 82px 0 36px;
}
.culture-title{
  position: relative;
  z-index: 1;
  padding-top: 28px;
  text-align: center;
}
.culture-title .m-en{
  width: 100%;
  height: 60px;
  line-height: 60px;
  position:absolute;
  top:0;
  left: 0;
  z-index: -1;
}
.culture-title h4{
  font-size: 30px;
  color: #fff;
}
.culture-title .m-hr{
  width: 40px;
  height: 2px;
  background: #86c035;
  margin: 17px auto 0 auto;
}
.culture01-box{
  background: #f5f5f5;
  margin-top: 73px;
  padding: 68px 117px;
}
.development-title{
  text-align: center;
}
.development-title h3{
  font-size: 26px;
}
.development-title .m-hr{
  width: 40px;
  height: 2px;
  background: #86c035;
  margin: 32px auto 0 auto;
}
.culture01-des{
  font-size: 16px;
  line-height: 26px;
  color: #666;
  margin-top: 34px;
  text-align: center;
}
.culture01-list{
  margin:58px 0 17px;
}
.culture01-list li{
  float: left;
  width: 33.333%;
  text-align: center;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}
.culture01-list .m-pic{
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: relative;
}
.culture01-list .m-pic img{
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.culture01-list .m-pic .aft{
  position: absolute;
  top:0;
  left: 0;
  opacity: 0;
  z-index: 2;
}
.culture01-list p{
  font-size: 16px;
  line-height: 28px;
  color: #666;
  margin-top: 17px;
}
.culture01-list li:hover .bef{
  opacity: 0;
}
.culture01-list li:hover .aft{
  opacity: 1;
}
.culture01-list li:hover{
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
}
.culture02-box{
  padding: 52px 0;
}
.culture02-list{
  font-size: 0;
  text-align: center;
  margin-top:44px;
}
.culture02-list li{
  display: inline-block;
  vertical-align: top;
  border-left: 3px solid #86c035;
  padding:0 10px;
  margin: 36px 60px;
  text-align: left;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}
.culture02-list li:hover{ background:#f5f5f5; padding:10px 10px; box-shadow:0 8px 10px 0 rgba(0,0,0,.1);}
.culture02-list .m-tit{
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 8px;
}
.culture02-list p{
  font-size: 16px;
  color: #666;
}
.culture02-list li:hover{
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
/*culture -end*/
/*development*/
.sec-development{
  background: url(../images/about_10.jpg) no-repeat center;
  background-size: cover;
  padding: 65px 0 100px;
}
.sec-development .development-title h3{color: #fff;}
#historySlide{position: relative;width: 100%;margin-top: 42px;}
#historySlide .history-c{
  width: 100%;position: relative;
  margin-top: 64px;
}
.history-c .swiper-slide{
  width:1200px;
}
#historySlide .history-c .cont{
    position: relative;
    width: 820px;
    min-height: 160px;
    border-radius: 5px;
    background: #ffffff2e;
    font-size: 18px;
    color: #fdfdfd;
    padding: 40px 65px;
    margin: 0 auto;
    font-weight: 700;
}
#historySlide .history-scroll{
  height:74px;
  padding:0 71.5px;
  position: relative;
  z-index: 1;
}
.history-scroll .swiper-container{
  width: 1020px;
  margin: 0;
}
#historySlide .history-scroll::before{
  content: '';
  width: 1200px;
  height: 20px;
  background: url(../images/time-line2.png) no-repeat left top;
  position: absolute;
  bottom:0;
  left: 0;
  z-index: -1;
}
.history-scroll .swiper-slide{
  float: left;
  width:204px;
  height:74px;
  cursor: pointer;
}
.history-scroll .swiper-slide:hover .daty{
  color:#86c035;
}
#historySlide .time-line{
  position: relative;
  text-align: center;
}
.history-scroll .dot{
  padding:3px;
  width:14px;height: 14px;
  border:1px solid #fff;
  border-radius: 50%;
  margin:0 auto;
  opacity: 0;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}
.history-scroll .dot i{
  display: block;
  background:#fff;
  width:100%;height: 100%;
  border-radius: 50%;
}
.history-scroll .swiper-slide.active-nav .dot{opacity:1;}
.history-scroll .daty{
  font-size:24px;
  line-height:40px;
  color:#fff;
  font-family: 'open sans';
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#historySlide .arrow-left,
#historySlide .arrow-right{
    width:55px;
    height: 55px;
    border:1px solid rgba(255,255,255,.5);
    border-radius: 50%;
    font-size: 14px;
    color:#fff;
    line-height: 53px;
    text-align: center;
    position: absolute;
    top:-92px;
    z-index: 10;
    cursor:pointer;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
#historySlide .arrow-left{left: -100px;}
#historySlide .arrow-right{right:-100px;}
#historySlide .arrow-left:hover,
#historySlide .arrow-right:hover{
  background-color: #86c035;
  border-color: #86c035;
  color:#fff;
}
@media (max-width: 1600px){
  #historySlide .arrow-left{left:0;top:52px;}
  #historySlide .arrow-right{right: 0;top:52px;}
}
/*development -end*/
/*honor*/
.sec-honor{background: #f5f5f5;padding: 65px 0 45px;}
.honor-tabs{
  margin: 38px 0 44px;
  text-align: center;
  font-size: 0;
}
.honor-sel{
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  color: #666;
  padding: 0 12px;
  border:1px solid #ccc;
  margin: 0 5px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.honor-sel:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #86c035;
    z-index: -1;
    -webkit-transform: rotate3d(0,0,1,-45deg) translate3d(0,-3em,0);
    transform: rotate3d(0,0,1,-45deg) translate3d(0,-3em,0);
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform .3s,opacity .3s,background-color .3s;
    -webkit-transition: opacity .3s,background-color .3s,-webkit-transform .3s;
    transition: opacity .3s,background-color .3s,-webkit-transform .3s;
    -o-transition: transform .3s,opacity .3s,background-color .3s;
    transition: transform .3s,opacity .3s,background-color .3s;
    transition: transform .3s,opacity .3s,background-color .3s,-webkit-transform .3s;
}
.honor-sel.on,.honor-sel:hover{
  border-color: #86c035;
  color: #fff;
}
.honor-sel.on:before,.honor-sel:hover:before {
    opacity: 1;
    background-color: #86c035;
    -webkit-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg);
    -webkit-transition-timing-function: cubic-bezier(.2,1,.3,1);
    -o-transition-timing-function: cubic-bezier(.2,1,.3,1);
       transition-timing-function: cubic-bezier(.2,1,.3,1);
}
.honor-swiper{position: relative;display: none;}
.honor-swiper.on{display: block;}
.honor-swiper .swiper-slide{width: 291px;}
.honor-item{
  width: 290px;
  padding: 30px 0;
  overflow: hidden;
}
.honor-item a{
  display: block;
  width: 290px;
  height: 400px;
  background:#fff;
  -webkit-box-shadow:0 5px 30px 0 rgba(0,0,0,0.06);
          box-shadow:0 5px 30px 0 rgba(0,0,0,0.06);
}
.honor-item img{
  display: block;
  width: 100%;
}
.honor-box .swiper-next,
.honor-box .swiper-prev{
  width: 55px;
  height: 55px;
  border:1px solid #ccc;
  border-radius: 50%;
  font-size: 15px;
  color: #666;
  text-align: center;
  line-height: 53px;
  position: absolute;
  top:50%;
  margin-top:-27px;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.honor-box .swiper-prev{
  left: -100px;
}
.honor-box .swiper-next{
  right: -100px;
}
.honor-box .swiper-next:hover,
.honor-box .swiper-prev:hover{
  background: #86c035;
  border-color: #86c035;
  color: #fff;
}
@media (max-width: 1600px){
  .honor-box .swiper-prev{left: 0}
  .honor-box .swiper-next{right: 0}
}
/*honor -end*/
/*partner*/
.sec-partner{padding:65px 0 75px;}
.partner-slide{margin-top: 50px;}
.partner-slide .swiper-slide{
  margin-right: 20px;
  margin-bottom: 20px;
}
.partner-item{
  width: 224px;
  height: 90px;
  border:1px solid #e0e0e0;
  text-align: center;
  line-height: 88px;
  overflow: hidden;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}
.partner-item img{
  width: auto;
  height: auto;
  max-height: 100%;
}
.partner-item:hover{
  -webkit-box-shadow: 0 0 35px 0 rgba(0,0,0,.1);
          box-shadow: 0 0 35px 0 rgba(0,0,0,.1);
}
.partner-pagination{
  margin-top: 24px;
  text-align: center;
  font-size: 0;
}
.partner-pagination .swiper-pagination-bullet{
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border:2px solid #ccc;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  margin: 0 10px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.partner-pagination .swiper-pagination-bullet-active{
  border-color: #86c035;
  background: #86c035;
}
/*partner -end*/
/*contact*/
.sec-contact{background: #f5f5f5;padding:65px 0 90px;}
.contact-box{margin-top: 75px;}
.contact-img{
  float: left;
  width: 580px;
  height: 400px;
  overflow: hidden;
}
.contact-img img{
  width: 100%;
  display: block;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}
.contact-img:hover img{
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.contact-cont{
  float: right;
  width: 620px;
  padding:38px 20px 20px 95px;
}
.contact-info li{
  position: relative;
  font-size: 18px;
  color: #666;
  padding-left: 40px;
  margin-bottom: 20px;
}
.contact-info .m-icon{
  position: absolute;
  left: 0;
  top:0;
}
.contact-info a{
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.contact-info a:hover{
  color: #86c035
}
/*contact -end*/
/*services*/
.sec-services{padding: 80px 0 10px;}
.services-title{text-align: center;}
.services-title h3{
  font-size: 33px;
}
.services-title .m-hr{
  width: 40px;
  height: 2px;
  background: #0fc3c1;
  margin:24px auto 0 auto;
}
.sec-services .contact-box{
  margin-top: 60px;
}
.sec-services .contact-cont{
  height: 400px;
  background: #fff;
  padding:38px 20px 20px 55px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.05);
          box-shadow: 0 5px 20px 0 rgba(0,0,0,0.05);
}
.services-list{margin-top: 72px;}
.services-list li{
  float: left;
  width: 600px;
  height: 260px;
  padding: 54px 30px 54px 54px;
  margin-bottom: 20px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.services-list .m-pic{
  float: left;
  width: 160px;
}
.services-list .m-img{
  width: 160px;
  height: 100px;
  overflow: hidden;
}
.services-list .m-img img{
  width: 100%;
  display: block;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}
.services-list .m-pic p{
  color: #666;
  margin-top: 10px;
}
.services-list .m-cont{
  float: right;
  width: 320px;
}
.services-list .m-tit{
  font-size: 22px;
  margin-bottom: 10px;
}
.services-list .m-des{
  line-height: 1.714285714285714;
  color: #666;
}
.services-list li:hover{
  background: #fff;
  -webkit-box-shadow: 0 1px 30px 0 rgba(0,0,0,.15);
          box-shadow: 0 1px 30px 0 rgba(0,0,0,.15);
}
.services-list li:hover .m-img img{
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
/*services -end*/
/*services02*/
.services02{padding: 113px 0 65px;background: #f5f5f5;}
.services02-map{
  float: right;
  width: 830px;
}
.services02-map img{
  max-width: 100%;
}
.services02-left{
  float: left;
  width: 360px;
  padding-top: 76px;
}
.services02 .services-title{text-align: left;}
.services02 .services-title h3{
  font-size: 30px;
  color: #444;
}
.services02 .services-title .m-hr{
  margin: 18px 0 0 0;
}
.services02-des{
  color: #666;
  font-size: 18px;
  line-height: 30px;
  margin:20px 0 40px;
}
.btn-primary{
  display: inline-block;
  font-size: 20px;
  color: #fff;
  line-height: 48px;
  padding:0 20px;
  background: #86c035;
  border:1px solid #86c035;
  border-radius: 24px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.btn-primary:hover{
  background: transparent;
  color: #86c035;
}
/*services02 -end*/
/*download*/
.sec-download{
  padding: 80px 0 100px;
}
.download-tabs{
  text-align: center;
  font-size: 0;
  margin: 60px -10px;
}
.download-tabs a{
  width: 290px;
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  padding: 20px;
  text-align: center;
  background: #33bab9;
  color: #fff;
  margin: 0 6px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.download-tabs a:hover,
.download-tabs a.active{
  background: #86c035;
}
.download-list{margin-left: -21px;}
.download-list li{
  float: left;
  width: 386px;
  height:240px;
  border:1px solid #dedede;
  padding: 34px 30px;
  margin-left: 21px;
  margin-bottom: 20px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.download-list .m-tit{
  font-size: 20px;
  line-height: 28px;
  height: 56px;
  color: #444;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.download-list .m-hr{
  width: 18px;
  height: 2px;
  background: #86c035;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 12px 0 16px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.download-list .m-time{
  color: #999;
  font-size: 16px;
  margin-bottom: 26px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.download-list li:hover{
  background:#86c035;
  border-color:#86c035;
}
.download-list li:hover .m-tit,
.download-list li:hover .m-time{
  color: #fff;
}
.download-list li:hover .m-hr{
  background: #fff;
}
.download-list li:hover .btn-default{
  border-color: #fff;
  color: #fff;
}
.download-list li:hover .btn-default i{
  color: #fff;
}
.download-list li:hover .btn-default:hover{
  background: #fff;
  color: #86c035;
}
.download-list li:hover .btn-default:hover i{
  color: #86c035;
}
.sec-download .pagination{margin-top: 50px;}
/*download -end*/
/*faq*/
.sec-faq{padding:80px 0 100px;}
.faq-box{margin-top: 50px;}
.faq-item{
  border:1px solid #dedede;
  padding:25px 30px;
  margin-bottom: 20px;
}
.faq-head{position: relative;cursor: pointer;}
.faq-tit{
  font-size: 18px;line-height:28px;
  color: #444;
  margin-right: 50px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.faq-tigg{
  width:28px;
  height: 28px;
  position: absolute;
  right: 0;
  top:50%;
  margin-top: -14px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.faq-tigg::before,.faq-tigg::after{
  content: '';
  background: #86c035;
  position: absolute;
  left: 50%;
  top:50%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.faq-tigg::before{
  width:2px;
  height: 20px;
  margin-left: -1px;
  margin-top: -10px;
}
.faq-tigg::after{
  width:20px;
  height: 2px;
  margin-left: -10px;
  margin-top: -1px;
}
.faq-padd{
  padding:8px 0;
}
.faq-time{
  color: #999;
  margin-bottom: 15px;
}
.faq-ans{
  line-height: 24px;
  color: #666;
}
.faq-cont{display: none;}
.faq-head:hover .faq-tit{color: #86c035;}
.faq-item.open .faq-tigg::before{
  opacity: 0;
}
.sec-faq .pagination{
  margin-top: 65px;
}
/*faq -end*/
/*strength*/
.sec-strength{
  padding: 80px 0 115px;
}
.strength-des{
  color: #666;
  margin: 30px 0 60px;
  text-align: center;
}
.strength-list{margin:60px 0 30px;}
.strength-list li{
  float: left;
  width: 400px;
  height: 260px;
  text-align: center;
  overflow: hidden;
}
.strength-list li img{
  display: block;
  width: 100%;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}
.strength-list li:hover img{
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.strength-list .it2{
  background: #159547;
}
.strength-list .it4{
  background: #0fc3c1;
}
.strength-list .it6{
  background: url(../images/strength_04.png) no-repeat right bottom #444;
}
.strength-list .m-cont{
  width: 210px;
  padding-top: 72px;
  margin: 0 auto;
}
.strength-list .m-top{
  font-size: 16px;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,.3);
}
.strength-list .m-top span{
  font-size: 60px;
  line-height: 1;
  margin-right:4px;
}
.strength-list p{
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
}
.strength-pic{text-align: center;}
.strength-pic img{
  max-width: 100%;
}
/*strength -end*/
/*flow*/
.sec-flow{padding: 80px 0 110px;}
.flow-pic{margin-top: 57px;text-align: center;}
.flow-pic img{
  max-width: 100%;
}
/*flow -end*/
/*quality*/
.quality01{padding: 80px 0 70px;background: #fff;}
.quality-pic{margin-top: 50px;text-align: center;}
.quality-pic img{
  max-width: 100%;
}
.quality02{padding: 80px 0 70px;background: #f5f5f5;}
.quality-des{
  text-align: center;
  font-size: 20px;
  color: #666;
  margin-top: 23px;
}
/*quality -end*/
/*real*/
.sec-real{
  padding: 100px 0 90px;
}
.real-nav{
  float: left;
  width: 320px;
}
.real-title{
  background:#86c035;
  padding: 30px 42px 25px 42px;
}
.real-title h3{
  font-size: 24px;
  line-height: 34px;
  color: #fff;
}
.real-title p{
  font-size: 14px;
  color: rgba(255,255,255,.6);
}
.real-nav-list li{
  margin-top: 2px;
  position: relative;
}
.real-head{
  display: block;
  font-size: 20px;
  color: #444;
  background: #f9f9f9;
  padding:20px 70px 20px 40px;
  border-left: 3px solid #ccc;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.real-head:hover{
  color: #114241;
}
.real-cont{
  display: none;
}
.real-padd{
  padding:20px 42px;
  margin-top: 2px;
  background: #f7f7f7;
}
.real-cont a{
  display: block;
  font-size: 16px;
  color: #666;
  padding:3px 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.real-cont a.on,
.real-cont a:hover{
  color: #114241;
}
.real-right{
  float: right;
  width: 830px;
}
.real-tig{
  display: inline-block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  font-size: 16px;
  text-align: center;
  line-height:70px;
  color: #444;
  cursor: pointer;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.real-tig:hover{
  color: #114241
}
.real-nav-list .open .real-tig{
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.real-nav-list li.active .real-head{
  background: rgba(185,229,202,.8);
  border-color: #86c035;
  color: #114241;
}
.real-list{margin-left: -30px;}
.real-list li{
  float: left;
  width: 400px;
  margin-left:30px;
  margin-bottom: 30px;
}
.real-list .m-pic{
  width: 400px;
  height: 260px;
  overflow: hidden;
  position: relative;
}
.real-list .m-num{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 4;
  background: rgba(15,195,193,.9);
  font-size: 16px;
  color: #fff;
  padding:17px 13px;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.real-list .m-num span{
  font-family: 'AGB';
  font-size: 46px;
  line-height: 1;
  color: #fff;
  margin-right: 5px;
}
.real-list .m-pic img{
  display: block;
  width: 100%;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}
.real-list .m-cont{
  padding:18px 0;
  border-bottom: 1px solid #d6d6d6;
}
.real-list .m-name{
  font-size: 16px;
  color: #666;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.real-list li:hover .m-num{
  opacity: 1;
}
.real-list li:hover .m-pic img{
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.real-list li:hover .m-name{
  color: #0fc3c1
}
/*real -end*/
/*solution*/
#solutionSlide .swiper-slide{
  background: #fff;
}
.solution-item{
  width: 100%;
  height:calc(100vh - 120px);
  position: relative;
}
.solution-item::before{
  content: '';
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,.3);
  z-index: 2;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}
.solution-cont{
  position: absolute;
  bottom: 18%;
  left: 0;
  width: 100%;
  height: 410px;
  z-index: 10;
}
.solution-cont .m-icon{
  width:90px;
  height: 90px;
  margin: 0 auto;
  overflow: hidden;
}
.solution-cont .m-icon img{
  display: block;
  width: 100%;
}
.solution-cont .m-tit{
  font-size: 26px;
  color: #fff;
  text-align: center;
  margin: 20px 0 50px;
}
.solution-list{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}
.solution-list li{
  width: 180px;
  margin: 0 auto 10px auto;
}
.solution-list a{
  display:block;
  width: 180px;
  background: #fff;
  font-size: 16px;
  color: #444;
  line-height: 22px;
  padding: 10px 5px;
  text-align: center;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.solution-list a:hover{
  background: #0fc3c1;
  color: #fff;
}
.solution-bot{position: relative;}
.solution-show{
  width: 70px;
  height: 70px;
  cursor: pointer;
  margin: 0 auto;
  position: absolute;
  top:0;
  left: 50%;
  margin-left: -35px;
  z-index: 2;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}
.solution-show::before,
.solution-show::after{
  content: '';
  background: #fff;
  position: absolute;
  top:50%;
  left: 50%;
}
.solution-show::before{
  width: 2px;
  height: 42px;
  margin-left: -1px;
  margin-top: -21px;
}
.solution-show::after{
  width: 42px;
  height: 2px;
  margin-left: -21px;
  margin-top: -1px;
}
.solution-item:hover::before{
  background: rgba(15,195,193,.8);
}
.solution-item:hover .solution-show{
  -webkit-transform: translateY(-70px);
      -ms-transform: translateY(-70px);
          transform: translateY(-70px);
  opacity: 0;
}
.solution-item:hover .solution-list{
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1600px){
  .solution-cont{bottom: 12%}
}
/*solution -end*/
/*solution-detail*/
.solution-detail{
  padding:70px 0 40px;
}
.solution-title{
  font-size: 36px;
  text-align: center;
}
.solution-fir{
  font-size: 16px;
  color:#666;
  line-height: 1.875;
  margin-top: 30px;
}
.solution-fir img{max-width: 100%;}
.solution02{
  background: #f7f7f7;
  padding: 53px 0 80px;
}
.solution-tit{
  font-size: 22px;
  margin-bottom:33px;
}
.solution-table{width: 100%;background: #fff;}
.solution-table th{
  font-size: 18px;
  font-weight: normal;
  color: #444;
  padding: 16px 27px;
  text-align: left;
  border:1px solid #e0e0e0;
}
.solution-table td{
  font-size: 16px;
  color: #666;
  padding: 13px 27px;
  text-align: left;
  border:1px solid #e0e0e0;
}
.solution03{
  padding: 53px 0 110px;
}
.solution03-table{
  width: 100%;
  background: #fff;
}
.solution03-table th{
  font-size: 18px;
  font-weight: normal;
  color: #444;
  padding: 13px 27px;
  text-align: left;
  border:1px solid #e0e0e0;
}
.solution03-table td{
  font-size: 16px;
  color: #666;
  padding: 13px 27px;
  text-align: left;
  border:1px solid #e0e0e0;
}
.solution03-table tr th:first-child,
.solution03-table tr td:first-child{
  background: #f7f7f7
}
/*solution-detail -end*/
a.zzzz{display:none}


/*表单*/
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color:rgba(0,0,0,.5);
  display:none;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: absolute;
  top:30%;
  left: 50%;
  z-index: 1060;
  width: 600px;
  margin-left: -300px;
  margin-top: -205px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, .2);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .2);
}
.modal-header {
  padding: 15px 20px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .modal-close {
  float: right;
  width: 32px;
  height: 32px;
  background: 0 0;
  border: 0;
  color: #ccc;
  cursor: pointer;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}
.modal-header .modal-close .iconfont {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}
.modal-header .modal-close:hover{color: #333;}
.modal-title {
  font-size: 20px;
  line-height: 32px;
}
.modal-body {
  position: relative;
  padding: 15px 20px;
  text-align: center;
}
.modal-footer {
  padding: 15px 20px 30px 20px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn-tjsq{
  width:100%;
  height: 40px;
  border: 1px solid #0fc3c1;
  border-radius: 5px;
  background: #0fc3c1;
  color: #fff;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}
.modal-footer .btn-tjsq:hover {
  background: transparent;
  border-color: #0fc3c1;
  color: #666;
}
.modal-form{display: inline-block;padding-top: 20px;}
.modal-row{margin-left: -20px;}
.modal-row .txt {
  width:260px;
  height:40px;
  background: 0 0;
  border: 1px solid #d3d3d3;
  color: #666;
  padding: 6px 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.modal-row textarea {
  width:540px;
  height: 80px;
  resize: none;
  background: 0 0;
  border: 1px solid #d3d3d3;
  color: #666;
  line-height: 1.5;
  padding: 6px 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.modal-row select {
  line-height: 1.5;
  width:260px;
  height:40px;
  margin-left: 20px;
  margin-bottom: 20px;
  border: 1px solid #d3d3d3;
  color: #666;
  padding: 6px 20px;
  background: url(../images/down.png) no-repeat 93% center #fff;
  background-size:8px auto;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.P_modalVideo .modal-dialog{
  width: 880px;
  height:558px;
  margin-top:-279px;
  margin-left: -400px; 
}
.P_modalVideo .modal-body{padding:0;}

#solutionSlide .swiper-next, 
#solutionSlide .swiper-prev {
    width: 55px;
    height: 55px;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 53px;
    position: absolute;
    top: 50%;
    margin-top: -27px;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
#solutionSlide .swiper-next{right:15px;}
#solutionSlide .swiper-prev{left:15px}
#solutionSlide .swiper-next:hover, 
#solutionSlide .swiper-prev:hover {
    background: #86c035;
    border-color: #86c035;
    color: #fff;
}
#solutionSlide .swiper-next.swiper-button-disabled, 
#solutionSlide .swiper-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}