﻿body{
    width: 100%;
    overflow: hidden;
}
body.onh{
    overflow: hidden;
}
.home{
    position: relative;
    height: 0;
    overflow: hidden;
    transition:all 0.5s;
}
.home .stars{
    position: fixed;
    z-index: 1;
    bottom: 0;
    perspective-origin: 50% 100%;
     left: 50%;
    animation: rotate 90s infinite linear;
    transform: perspective(500px);
    transform-style: preserve-3d;

}
@keyframes rotate {
  0% {
    transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(0);
  }
  100% {
    transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(-360deg);
  }
}

.star {
  width: 2px;
  height: 2px;
  background: #F7F7B6;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0 -300px;
  transform: translate3d(0, 0, -300px);
  backface-visibility: hidden;
}

.home.cur{
    background-size: cover !important;
    top: 0 !important;
}
.w1760{
    width:92%;
    margin:0 auto;
    position:relative;
}
.home-box{
    padding-top:2.44vw;
}
.home-box .home-logo{
    width:344px;
    height: 84px;
    line-height: 84px;
    float: left;
    position:relative;
    top: 0;
    opacity: 0;
}
.home-box .home-logo img{
    width:100%;
}
.home-box .home-login{
    font-size: 17px;
    color: #fff;
    line-height:26px;
    margin-top: 1.45vw;
    float: right;
    font-family: "Arial";
    opacity: 0;
}
.home-box .home-login .two,.home-box .home-wel a .two{
    display: none;
}
.home-box .home-wel{
    width:100%;
    padding-top: 2.33vw;
    text-align: center;
    font-size: 17px;
    color: #fff;
    line-height:24px;
    float: left;
}
.home-box .home-wel a{
    color: #fff;
    opacity: 0;
}
.home-list{
    position: relative;
    float: left;
    width:100%;
    padding:0 70px;
    z-index: 2;
    margin-bottom:0 !important;
    opacity: 0;
}
.home-list.threes{
    width: 960px;
    float: none;
    margin: 0 auto;
}
.home-list .flex-control-nav{
    display: none;
}
.home-list .home-listli{
    position: relative;
    overflow: hidden;
    z-index:-1;
    transition:transform 0.3s,margin 0.3s,opacity 0.3s;
    margin-top:6.5vw;
    left:100px;
    opacity: 0;
}
.home-list.threes .slick-list{
    width: 100%;
}
.home-list .slick-list{
    padding:10vw 0 0!important;
}
.home-list .slick-list .pic{
    position: relative;
    z-index: 5;
    transition:all 0.3s;
}
.home-list .slick-list .pic.on{
    z-index: 1;
    opacity: 0;
}
.home-list .home-listli a{
    display:block;
    width:100%;
}
.home-list .home-listli img{
    width:100%;
    transition:all 0.3s;
}
.home-list .home-listli .open{
    width:45px;
    height: 45px;
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    right:0;
    margin:auto;
    background: url(../images/wel03.png) no-repeat center;
    opacity: 0;
    background-size: 100%;
    transition:all 0.3s;
}  
.home-list.threes .home-listli .open{
    opacity: 1;
}
.home-list .slick-prev, .home-list .slick-next{
    width:37px;
    height: 37px;
    border:1px solid #f2f4f5;
    margin:50px 0 0;
    border-radius: 50%;
    font-size: 0;
    opacity: 1;
}
.home-list .home-listli .video-ajax{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    display: block;
}
.home-list .home-listli video{
    width: 100%;
    height: 100%;
    background: #000;
    transform: scale(1);
    opacity: 1;
}
.home-list .home-listli video::-internal-media-controls-download-button {
    display:none;
}

.home-list .home-listli video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

.home-list .home-listli video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}
.home-list .home-listli.slick-active{
    z-index:2;
    transform: scale(2);
}
.home-list .home-listli.slick-center{
    transform: scale(1.8);
    z-index: 5;
    margin-top: 0;
}
.home-list.threes .home-listli{
    margin-top: 0;
}
.home-list.threes .home-listli.slick-active, .home-list.threes .home-listli.slick-center{
    transform: scale(1);
    margin-top: 0;
}
.home-list .slick-track.libb{
    width: 62% !important;
}
.home-list .home-listli.lione{
    margin-top: 0;
    width: 100% !important;
}
.home-list .home-listli.lione .open{
    opacity: 1;
}
.home-list .home-listli.slick-center .open{
    opacity: 1;
}

.home-list .slick-prev{
    left: 0;
}
.home-list .slick-next{
    right:0;
}
.home-list .slick-prev:before{
    content: "";
    width:12px;
    height:2px;
    position: absolute;
    background:rgba(255,255,255,.9);
    left: 50%;
    margin-left: -8px;
    top: 37%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;

}
.home-list .slick-prev:after{
    content: '';
    position: absolute;
    width:12px;
    height:2px;
    background:rgba(255,255,255,.9);
    left: 50%;
    margin-left: -8px;
    bottom: 37%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.home-list .slick-next:before{
    content: "";
    width:12px;
    height:2px;
    position: absolute;
    background:rgba(255,255,255,.9);
    left: 50%;
    margin-left: -4px;
    top: 37%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.home-list .slick-next:after{
    content: '';
    position: absolute;
    width:12px;
    height:2px;
    background:rgba(255,255,255,.9);
    left: 50%;
    margin-left: -4px;
    bottom: 37%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.w1200{
    position: relative;
    margin: 0 auto;
    width:1200px;
}
.wel-power{
    padding:121px 0 0;
    position: relative;
    top: 50px;
    opacity: 0;
}
.wel-power-t{
    padding-bottom: 52px;
}
.wel-power-t h2{
    font-size: 28px;
    color: #333333;
    line-height: 38px;
}
.wel-power-t .list{
    float: right;
}
.wel-power-t .list li{
    margin: 0 5px;
    float: left;
    width: 120px;
    text-align: center;
    height: 38px;
    border: 2px solid #7fcca1;
    line-height:34px;
    font-size: 14px;
    color: #009944;
    border-radius: 25px; 
    cursor: pointer;
    transition:all 0.3s;
}
.wel-power-t .list li a{
    color: #009944;
}
.wel-power-t .list li.on{
    background: #9fd25b;
    border-color: #9fd25b;
    color: #fff;
}
.wel-power-t .list li.on a{
    color: #fff;
}
.wel-power-ajaxl .flex-control-nav{
    display: none;
}
.wel-power-ajaxl{
    position: relative;
    z-index: 1;
    padding: 0 50px;
    opacity:0;
    top:50px;
}
.wel-power-ajaxl .flex-direction-nav a{
    width:27px;
    height: 27px;
    border: 1px solid #bfbfbf;
    border-radius: 50%;
    margin: -58px 0 0;
    opacity: 1;
    font-size: 0;
}
.wel-power-ajaxl .flex-direction-nav a.flex-prev{
    left: 0;
    background: url(../images/wel05.png) no-repeat center;
}
.wel-power-ajaxl .flex-direction-nav a.flex-next{
    right: 0;
    background: url(../images/wel06.png) no-repeat center;
}
.wel-power-ajaxl .slides li{
    position: relative;
    opacity:0;
    float: left;
    left:50px;
}
.wel-power-ajaxl .slides a{
    display: block;
    width: 100%;
}
.wel-power-ajaxl .slides .pic{
    position: relative;
    overflow: hidden;
}
.wel-power-ajaxl .slides img{
    width:100%;
    transition:all 0.3s;
}
.wel-power-ajaxl .slides .bg{
    opacity: 0;
}
.wel-power-ajaxl .slides .picture{
    position: absolute;
    top: 0;
    left: 0;
}
.wel-power-ajaxl .slides .fonts{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    font-size: 12px;
    color:#fff;
    height: 29px;
    line-height: 29px;
    padding: 0 5px;
    background:rgba(0,0,0,.8);
}
.wel-power-ajaxl .flex-direction-nav a:before{
    content: "" !important;
}
.wel-power-ajaxl .slides h2{
    padding-top: 24px;
    font-size: 20px;
    color: #333333;
    line-height: 29px;
    transition:all 0.3s;
}
.wel-power-ajaxl .slides h2 .fnb{
    font-size: 12px;
    color: #333;
}
.wel-power-ajaxl .slides p{
    font-size: 15px;
    color: #333333;
    line-height: 25px;
}
.wel-partner .wel-power-t{
    padding-bottom: 33px;
}
.wel-partner{
    padding-top: 80px;
    padding-bottom: 70px;
    position: relative;
    top: 50px;
    opacity: 0;
}
.wel-partner-list{
    width: 100%;
}
.wel-partner-list li{
    float: left;
    width: 20%;
    border:1px solid #e1e1e1;
    border-left: none;
    height: 108px;
    line-height: 108px;
    background: #fff;
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 25px;
    transition:box-shadow 0.3s;
    left:50px;
    opacity: 0;
}
.wel-partner-list li:nth-child(6n),.wel-partner-list li:nth-child(1){
    border-left: 1px solid #e1e1e1;
}
.wel-partner-list li a{
    display:block;
    width: 100%;
}
.wel-partner-list li img{
    max-width: 80%;
    max-height: 60%;
}
.wel-map{
    width: 100%;
    position: relative;
    z-index: 1;
    top: 50px;
    opacity: 0;
}
.wel-map #allmap{
    width: 100%;
    height: 355px;
}
.wel-mapbox{
    width: 482px;
    background: rgba(255,255,255,.7);
    padding: 20px 90px 20px 20px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    position: absolute;
    top: 50px;
    z-index: 2;
}
.wel-mapbox h2{
    font-size: 28px;
    color: #333333;
    line-height: 36px;
    margin-bottom: 12px;
}
.wel-mapbox p{
    font-size: 15px;
    color: #333333;
    line-height: 32px;
}
.wel-mapbox .wel-maplink{
    width:105px;
    height: 36px;
    text-align: center;
    background: #24a056;
    color: #fff;
    line-height: 36px;
    font-size: 16px;
    border-radius: 2px;
    position: absolute;
    bottom: 43px;
    right: 48px;
}
.wel-news{
    background: #e9f5ee;
    width:100%;
    padding: 72px 0 70px;
}
.wel-news .box{
    width: 47.5%;
    position: relative;
    top: 50px;
    opacity: 0;
}
.wel-news .wel-ntitle{
    font-size: 28px;
    color: #333333;
    line-height: 38px;
}
.wel-news .wel-ntitle .n-link{
    width: 120px;
    height: 36px;
    text-align: center;
    border: 2px solid #74c799;
    font-size: 14px;
    color: #009944;
    line-height: 32px;
    display: block;
    float: right;
    border-radius: 25px;
    transition:all 0.3s;
}
.wel-news .wel-newst{
    width: 100%;
    margin-top: 43px;
    padding-bottom:20px;
    border-bottom: 1px dashed #c5cec9;
    position: relative;
    top: 50px;
    opacity: 0;
}
.wel-news .wel-newst a{
    display: block;
    width: 100%;
}
.wel-news .wel-newst .pic{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.wel-news .wel-newst img{
    width: 100%;
    transition:all 0.3s;
}
.wel-news .wel-newst .bg{
    opacity: 0;
}
.wel-news .wel-newst .picture{
    position: absolute;
    top: 0;
    left: 0;
}
.wel-news .wel-newst .con{
    width: 94%;
    margin:48px auto 0;
}
.wel-news .wel-newst h3{
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    font-family: 'Arial';
    opacity: 0.5;
}
.wel-news .wel-newst h2{
    font-size: 20px;
    color: #333333;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    margin-bottom: 7px;
}
.wel-news .wel-newst p,.wel-news .wel-llist p{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    height: 48px;
    overflow: hidden;
}
.wel-news .wel-llist{
    width:100%;
}
.wel-news .wel-llist li{
    width: 100%;
    border-top:1px dashed #c5cec9;
     position: relative;
    top: 50px;
    opacity: 0;
    transition:margin 0.3s;
}
.wel-news .wel-llist li:first-child{
    border-top: none;
}
.wel-news .wel-llist a{
    padding: 25px 10% 25px 3%;
    width: 100%;
    display: block;
    background: url(../images/wel09.png) no-repeat 95% 110px;
    background-size: 27px;
}
.wel-news .wel-llist h3{
    font-size: 14px;
    color: #333333;
    opacity: 0.5;
    line-height: 21px;
}
.wel-news .wel-llist h2{
    font-size: 20px;
    color: #333333;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    transition:all 0.3s;
}
.wel-news .wel-rlist{
    width: 100%;
    padding-top: 20px;
}
.wel-news .wel-rlist li{
    width: 100%;
    border-top: 1px dashed #c5cec9;
    position: relative;
    top: 50px;
    opacity: 0;
    transition:margin 0.3s;
}
.wel-news .wel-rlist li:first-child{
    border-top: none;
}
.wel-news .wel-rlist li h4,.wel-news .wel-llist li h4,.wel-news .wel-newst h4{
    font-size: 12px;
    line-height: 20px;
    color: #74c799;
}
.wel-news .wel-rlist a{
    display: block;
    width: 100%;
    padding: 19px 10% 19px 3%;
    background: url(../images/wel09.png) no-repeat 95% 110px;
    background-size: 27px;
}
.wel-news .wel-rlist h2{
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin-bottom: 5px;
    transition:all 0.3s;
}
.wel-news .wel-rlist h3{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    height: 48px;
    overflow: hidden;
}
.wel-news .wel-rlist p{
    font-size: 14px;
    color: #333;
    line-height: 24px;
    opacity: 0.5;
}
.wel-top .box{
    width: 47.5%;
    position: relative;
    top: 50px;
    opacity: 0;
}
.wel-top .wel-ntitle{
    font-size: 28px;
    color: #333333;
    line-height: 38px;
}
.wel-top .wel-ntitle .n-link{
    width: 120px;
    height: 36px;
    text-align: center;
    border: 2px solid #74c799;
    font-size: 14px;
    color: #009944;
    line-height: 32px;
    display: block;
    float: right;
    border-radius: 25px;
    transition:all 0.3s;
}
.wel-top .wel-newst{
    width: 100%;
    margin-top: 43px;
    padding-bottom:20px;
    border-bottom: 1px dashed #c5cec9;
    position: relative;
    top: 50px;
    opacity: 0;
}
.wel-top .wel-newst a{
    display: block;
    width: 100%;
}
.wel-top .wel-newst .pic{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.wel-top .wel-newst img{
    width: 100%;
    transition:all 0.3s;
}
.wel-top .wel-newst .bg{
    opacity: 0;
}
.wel-top .wel-newst .picture{
    position: absolute;
    top: 0;
    left: 0;
}
.wel-top .wel-newst .con{
    width: 94%;
    margin:48px auto 0;
}
.wel-top .wel-newst h3{
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    font-family: 'Arial';
    opacity: 0.5;
}
.wel-top .wel-newst h2{
    font-size: 20px;
    color: #333333;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    margin-bottom: 7px;
}
.wel-top .wel-newst p,.wel-top .wel-llist p{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    height: 48px;
    overflow: hidden;
}
.wel-top .wel-llist{
    width:100%;
}
.wel-top .wel-llist li{
    width: 100%;
    border-top:1px dashed #c5cec9;
     position: relative;
    top: 50px;
    opacity: 0;
    transition:margin 0.3s;
}
.wel-top .wel-llist li:first-child{
    border-top: none;
}
.wel-top .wel-llist a{
    padding: 25px 10% 25px 3%;
    width: 100%;
    display: block;
    background: url(../images/wel09.png) no-repeat 95% 110px;
    background-size: 27px;
}
.wel-top .wel-llist h3{
    font-size: 14px;
    color: #333333;
    opacity: 0.5;
    line-height: 21px;
}
.wel-top .wel-llist h2{
    font-size: 20px;
    color: #333333;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    transition:all 0.3s;
}
.wel-top .wel-rlist{
    width: 100%;
    padding-top: 20px;
}
.wel-top .wel-rlist li{
    width: 100%;
    border-top: 1px dashed #c5cec9;
    top: 50px;
    opacity: 1;
    transition:margin 0.3s;
}
.wel-top .wel-rlist li:first-child{
    border-top: none;
}
.wel-top .wel-rlist li h4,.wel-top .wel-llist li h4,.wel-top .wel-newst h4{
    font-size: 12px;
    line-height: 20px;
    color: #74c799;
}
.wel-top .wel-rlist a{
    display: block;
    width: 100%;
    padding: 19px 10% 19px 3%;
    background: url(../images/wel09.png) no-repeat 95% 110px;
    background-size: 27px;
}
.wel-top .wel-rlist h2{
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin-bottom: 5px;
    transition:all 0.3s;
}
.wel-top .wel-rlist h3{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    height: 48px;
    overflow: hidden;
}
.wel-top .wel-rlist p{
    font-size: 14px;
    color: #333;
    line-height: 24px;
    opacity: 0.5;
}

.wel-banner{
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 35vw;
}
.wel-banner .slides li{
    width: 100%;
    position: relative;
     opacity: 0;
}
.wel-banner li a{
    /*display: block;*/
    /*width: 100%;*/
    /*height: 100%;*/
}
.m_img{
    display: none;
}
.wel-banner li video {
    display: block;
    width: 100%;
    /*height: 100vh;*/
    /*object-fit: fill;*/
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: -webkit-flex;*/
    /*display: flex;*/
    /*-webkit-box-pack: center;*/
    /*-ms-flex-pack: center;*/
    /*-webkit-justify-content: center;*/
    /*justify-content: center;*/
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*-webkit-align-items: center;*/
    /*align-items: center;*/
    overflow: hidden;
    position: relative;
} 
.wel-banner .slides img{
    width: 100%;
    /*height: 100vh;*/
    height: 180px;
}
.wel-banner .flex-control-nav{
    bottom: 25px;
    font-size: 0;
}
.wel-banner .flex-control-nav li{
    margin: 0;
}
.wel-banner .flex-control-nav li a,.wel-banner .flex-control-paging li a:hover{
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: 1;
    margin: 0 3px;
}
.wel-banner .flex-control-nav li a.flex-active{
    background: #9fd25b;
}
.wel-banner .flex-direction-nav a{
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 1 !important;
    font-size: 0;
}
.wel-banner .flex-direction-nav .flex-prev{
    background: url(../images/wel12.png) no-repeat center;
    left: 2.5%;
}
.wel-banner .flex-direction-nav .flex-next{
    background: url(../images/wel13.png) no-repeat center;
    right: 2.5%;
}
.wel-banner .flex-direction-nav a:before{
    content:"" !important;
}
.wel-banner .slides .con{
    position: absolute;
    bottom:6%;
    background: rgba(0,0,0,.6);
    padding: 25px 26px 30px;
    width: 476px;
}
.wel-banner .slides h2{
    font-size: 26px;
    color: #fff;
    line-height: 45px;
    font-weight:100;
}
.wel-banner .slides i{
    display: block;
    width: 54px;
    height: 3px;
    background: #373637;
    margin: 11px 0 16px;
}
.wel-banner .slides p{
    font-size: 12px;
    color: #fff;
    line-height: 20px;
}
header{
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,.2);
    height: 150px;
    line-height: 92px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 1% 0 2.6%;
    background: rgba(0,0,0,.2);
    z-index: 10;
    opacity: 0;
}
header .logo{
    height: 100%;
    float: left;
    display: block;
}
header .logo img{
    max-height: 70%;
}
header .head-link{
    float: right;
    padding: 34px 0 0;
}
header .head-link a{
    float: left;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    padding: 0 14px;
    background: url(../images/wel14.png) no-repeat left center;
}
header .head-link a:first-child{
    padding-left: 0;
    background: none;
}
header .head-link a:nth-child(3){
    padding-right: 0;
}
header .nav-box{
    width: 48%;
    margin: 0 auto;
    height: 100%;
    position: relative;
    z-index: 2;
}
header .nav-box li{
    width: 11.11%;
    float: left;
    text-align: center;
}
header .nav-box li.hover .tit{
    color: #9fd25b;
}
header .nav-box .tit{
    width: 100%;
    font-size: 14px;
    color: #fff;
}
header .nav-box .con{
    position: absolute;
    top:92px;
    left: 0;
    height: 50px;
    line-height: 50px;
    display: none;
    text-align: left;
}
header .nav-box .con a{
    font-size: 14px;
    color: #333;
    padding-right:20px;
    display: inline-block;
}
header .nav-bg{
    height: 50px;
    background: rgba(255,255,255,.9);
    position: absolute;
    top:92px;
    left: 0;
    display: none;
    z-index: 1;
}
header .nav-box li:nth-child(7) .con,header .nav-box li:nth-child(8) .con,header .nav-box li:nth-child(9) .con{
    text-align: right;
}
.mobile-nav{
    float: right;
    height: 100%;
    padding-right: 30px;
    font-size: 14px;
    color: #fff;
    display: none;
    background: url(../images/wel15.png) no-repeat right center;
    background-size: 23px;
}
.mobile-nav:hover{
    color: #fff;
}
.mobile-nav.on{
    background: url(../images/wel15_h.png) no-repeat right center;
    background-size: 23px;
    color: #2baa64;
}
.mobile-nav.on:hover{
     color: #2baa64;
}
.mobile-navb{
    width: 100%;
    position: absolute;
    top: 46px;
    left: 0;
    padding: 0 3%;
    display: none;
    background: #000;
    overflow:auto;
}
.mobile-nav-link{
    width: 100%;
    text-align: center;
    padding: 10px 0;
    line-height: 20px;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.mobile-nav-link a{
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    margin: 0 2%;
}
.mobile-navb .list{
    width: 100%;
}
.mobile-navb .list li{
    width: 100%;
}
.mobile-navb .list .tit{
    width: 100%;
    color:#fff;
    font-size: 14px;
    display: block;
    line-height:38px;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.mobile-navb .list .tit a{
    color:#fff;
}
.mobile-navb .list .con{
    width: 100%;
    display: none;
    border-bottom: 1px solid rgba(255,255,255,.2);
    padding-left: 3%;
}
.mobile-navb .list .con a{
    color: rgba(255,255,255,.8);
    font-size: 12px;
    line-height: 26px;
    display: block;
}
footer{
    width: 100%;
    background: #01164B;
    padding: 70px 0 24px;
    opacity: 0;
}
.font-link{
    background: #20904e;
    width: 100%;
    padding:18px 2.9%;
}
.font-link .title,.font-link a{
    float: left;
    margin-right:3%; 
    font-size: 14px;
    color:#fff;
    line-height: 33px;
}
.font-link a{
    color:rgba(255,255,255,.8);
    height: 0;
    opacity: 0;
}
.font-link a.on{
   height: auto;
   opacity:1;
}
.font-link a:hover{
    color: #fff;
}
.font-link .btns{
    width: 28px;
    height: 28px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top:20px;
    right: 3%;
    cursor: pointer;
}
.font-link .btns:after{
    content: "";
    width: 6px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url(../images/wel16.png) no-repeat center;
    transition:all 0.3s;
}
.font-link .btns.on:after{
    transform:rotate(-90deg);
}
.font-list{
    width: 100%;
    padding-left: 2.9%;
}
.font-list ul{
    width: 100%;
    padding-bottom: 34px;
}
.font-list li{
    float: left;
    width: 14.2%;
}
.font-list h2{
    font-size: 14px;
    color: #ffffff;
    line-height: 47px;
    padding-top: 28px;
}
.font-list p{
    font-size: 14px;
    line-height: 30px;
}
.font-list h2 a{
    color: #fff;
}
.font-list p a{
    color: rgba(255,255,255,.6);
}
.font-list h3{
    font-size: 12px;
    line-height: 24px;
}
.font-list h3 a{
    color: rgba(255,255,255,.4)
}
.foot-center{
    padding: 21px 0 21px 2.9%;
    border-top: 1px solid rgba(255,255,255,.1);
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.foot-center .left{
    float: left;
    width: 50%;
}
.foot-center .left a{
    font-size: 14px;
    color: #fff;
    width: 28.4%;
    line-height: 30px;
    display: inline-block;
}
.foot-center .bshare-custom{
    float: right;
}
.foot-center .bshare-custom .bshare-more{
    width: 127px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #fff;
    font-size: 14px;
    color: #01164B !important;
    font-weight: normal !important;
    margin-right: 20px;
}
.foot-center .bshare-custom a.bshare-weixin{
    background: url(../images/wel17.png) no-repeat center;
    background-size: 100%;
}
.foot-center .bshare-custom a.bshare-sinaminiblog{
    background: url(../images/wel18.png) no-repeat center;
    background-size: 100%;
}
.foot-center .bshare-custom a.bshare-linkedin{
    background: url(../images/wel19.png) no-repeat center;
    background-size: 100%;
}
.foot-center .bshare-custom a{
    margin: 6px 3px;
}
.bsTop{
    width: 208px !important;
}
.bsBox{
    height: 258px !important;
}
.foot-bot{
    padding: 20px 0 20px 2.9%;    
    border-top: 1px solid rgba(255,255,255,.1);
}
.foot-bot .foot-logo{
    float: left;
    height:70px;
}
.foot-bot .foot-logo img{
    height: 100%;
}
.foot-bot p{
    /*float: right;*/
    text-align: center;
    height:70px;
    line-height: 70px;
    font-size: 14px;
    font-family:'Arial';
    color: #fff;
}
.wel-top{
    padding: 82px 0 39px;
}
.wel-top .left{
    width: 50%;
    float: left;
    position: relative;
    left: -50px;
    opacity: 0;
}
.wel-top .wel-power-t{
    padding-bottom: 40px;
}
.wel-leftlist{
    width: 100%;
}
.wel-leftlist li{
    float: left;
    width: 46.6%;
    margin-bottom: 40px;
}
.wel-leftlist li:nth-child(2n){
    float: right;
}
.wel-leftlist li a{
    display: block;
    width: 100%;
}
.wel-leftlist li .pic{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.wel-leftlist li img{
    width: 100%;
    transition:all 0.3s;
}
.wel-leftlist li .bg{
    opacity: 0;
}
.wel-leftlist li .picture{
    position: absolute;
    top: 0;
    left: 0;
}
.wel-leftlist li h3{
    font-size: 14px;
    color: #888;
    line-height: 27px;
    margin-top: 15px;
    font-family: 'Arial';
}
.wel-leftlist li h2{
    font-size: 15px;
    color: #333333;
    line-height: 25px;
    height: 50px;
    font-weight: bold;
    overflow: hidden;
    transition: all 0.3s;
}
.wel-top .timer-right{
    width: 45.8%;
    float: right;
    position: relative;
    left: 50px;
    opacity: 0;
}
.wel-top .aboluo-w-700{
    background: #fcfcfc;
    padding: 20px 3.75% 20px;
    position: relative;
    z-index: 1;
}
.wel-top .timer-right .aboluo-tools{
    padding-top: 52px;
}
.aboluo-rightdiv{
    margin-left: 0 !important;
    position: absolute;
    top: 20px;
    left: 3.75%;
    font-size: 26px;
    color: #333333;
    line-height: 52px;
    width: 100%;
}
.aboluo-rightdiv .aboluo-xssj span{
    margin-right: 2%;
}
.wel-top .timer-right .aboluo-tools>div{
    float: left;
}
#aboluo-yearSelect{
    border: 1px solid #d0d2db;
    width:120px;
    line-height: 36px;
    height: 36px;
    background: none;
    margin-right: 17px;
    font-size: 16px;
    color: #333;
    padding:0 10px 0 22px;
    appearance:none;   
    -moz-appearance:none;   
    -webkit-appearance:none; 
    -ms-appearance:none; 
    background: url(../images/wel24.png) no-repeat right 11px center;
}
.aboluo-calendar-month{
    border: 1px solid #d0d2db;
    width: 130px;
    line-height: 36px;
    height: 36px;
    font-size: 16px;
    color: #333;
}
.aboluo-calendar-month a{
    width: 29px;
    line-height: 36px;
    height: 36px;
    float: left;
    display: block;
}
.aboluo-calendar-month a.aboluo-month-a-perv{
    background: url(../images/wel22.png) no-repeat center;
}
.aboluo-calendar-month a.aboluo-month-a-next{
    background: url(../images/wel23.png) no-repeat center;
}
#aboluo-selectmonth{
    float: left;
    width: 70px;
    line-height: 36px;
    height: 36px;
    padding-left: 20px;
    background: none;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border: none;
    border-left: 1px solid #d0d2db;
    border-right: 1px solid #d0d2db;
}
.aboluo-rilitable{
    width: 100%;
}
.aboluo-rilitable th{
    font-size: 14px;
    line-height: 24px;
    color: #141c4d;
    font-weight: bold;
    padding:30px 0 15px;
    text-align: center;
}
.aboluo-rilitable td{
    color: #333;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    padding:17px 0;
}
.aboluo-rilitable td a{
    color: #333;
}
.aboluo-rilitable td.aboluo-pervMonthDays a,.aboluo-rilitable td.aboluo-pervMonthDays a{
    color: rgb(191, 191, 197)
}
.aboluo-rilitable td a.hascont{
    color: #009944;
    font-weight: bold;
    position: relative;
    top: 0;
}
.aboluo-rilitable tr{
    border: none !important;
}
.aboluo-w-700 .close{
    width:40px;
    height:40px;
    position: absolute;
    top:-15px;
    right:-15px;
    background: url(../images/wel21.png) no-repeat center;
    cursor: pointer;
    z-index: 5;
    display: none;
    opacity: 1;
}
.aboluo-w-700 .timer-ajax{
    width: 80%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 10%;
    margin-top: -38px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    z-index: 5;
    padding-right:0;
    border-radius: 2px;
}
.aboluo-w-700 .timer-ajaxli{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.aboluo-w-700 .timer-ajaxli .flex-direction-nav{
    display: none;
}
.aboluo-w-700 .timer-ajax .slides li{
    width: 440px;
    float: left;
}
.timer-ajax .flex-control-nav {
    width: 50%;
    position: absolute;
    bottom: 0px;
    left: auto;
    right:3%;
    text-align: right;
    line-height: 24px;
    height: 24px;
}
.timer-ajax .flex-control-nav li{
    margin: 0 2px;
}
.timer-ajax .flex-control-paging li a{
    width: 7px;
    height: 7px;
    font-size: 0;
}
.timer-ajax .flex-control-paging li a.flex-active{
    background: #9fd25b;
}
.aboluo-w-700 .timer-ajax .slides a{
    display: block;
    width: 100%;
     padding-right:1%;
}
.aboluo-w-700 .timer-ajax .ll{
    width: 75px;
    float: left;
    margin-right: 20px;
    background: #9fd25b;
    height: 76px;
    text-align: center;
}
.aboluo-w-700 .timer-ajax h4{
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    padding-top: 10px;
    font-weight: normal;
}
.aboluo-w-700 .timer-ajax h3{
    font-size: 24px;
    line-height: 32px;
    color: #fff;
}
.aboluo-w-700 .timer-ajax h2{
    font-size: 15px;
    color: #000;
    line-height: 25px;
    padding-top: 10px;
    width: 94%;
}
.inline-banner{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.inline-banner .con{
    position: absolute;
    left: 50%;
    margin-left: -600px;
    position: absolute;
    bottom: 6%;
    padding: 25px 26px 30px;
    width: 476px;
}
.inline-banner .contitle{
    position: absolute;
    left: 50%;
    margin-left: -600px;
    bottom: 58px;
    padding: 0px;
    text-align:center;
}
.inline-banner .contitle img{
    max-width:100%;
    height:auto;
}
.inline-banner .picture{
    width: 100%;
}
.inline-banner .centerpicture{
    width: 100%;
    -webkit-mask: -webkit-gradient(linear, right 80%, right bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0.5)));
}

.inline-banner .con h2{
    font-size: 26px;
    color: #ffffff;
    line-height:44px;
    text-shadow: rgba(0,0,0,.5) 2px 2px 5px;
}
.inline-banner .con p{
    margin-top: 16px;
    font-size:12px;
    line-height:20px;
    color: #fff;
    /*text-shadow: rgba(0,0,0,.5) 2px 1px 3px;*/
}
.inline-banner .con .inline-btn{
    margin-top: 38px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: relative;
    cursor: pointer;
}
.inline-banner .con .on{
    width: 13px;
    height: 7px;
    left:50%;
    margin-left:-6px;
    background: url(../images/m02.png) no-repeat center;
    position: absolute;
    -webkit-animation: gettop 1.2s infinite linear;
        animation: gettop 1.2s infinite linear;
}
@-webkit-keyframes gettop{
  0% {
        top: 3px;
        opacity: 0
  }
  50%{
        top: 14px;
        opacity: 1;
  }
  100% {
        top: 29px;
        opacity:0;
  }
}

@keyframes gettop{
  0% {
        top: 3px;
        opacity: 0
  }
  50%{
        top: 14px;
        opacity: 1;
  }
  100% {
        top: 29px;
        opacity:0;
  }
}
.w1400{
    width: 1400px;
    margin: 0 auto;
    position: relative;
}
.message-box{
    padding: 69px 0 110px;
}
.message-box .title{
    padding-bottom: 86px;
    text-align: center;
}
.message-box .title h2{
    font-size: 30px;
    color: #333333;
    line-height: 48px;
}
.message-box .title p{
    margin-top: 11px;
    font-size: 15px;
    color: #666666;
    line-height: 24px;
}
.message-info{
    width: 100%;
}
.message-info .box{
    width: 48%;
}
.message-info .left{
    float: left;
}
.message-info .right{
    float: right;
}
.message-info img{
    float: left;
    width: 35.9%;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    margin-right: 4%;
}
.message-info p{
    font-size: 14px;
    color: #666666;
    line-height: 31px;
    margin-bottom: 10px;
    text-indent: 27px;
}
.message-info .right p{
    margin-bottom: 20px;
}
.message-info i{
    width: 60.8%;
    height: 5px;
    display: block;
    background: #01164B;
    margin: 12px 0 15px 33%;
    position: relative;
    z-index: 3;
}
.message-info .intile{
    font-style: italic;
    position: relative;
}   
.message-info .intile .top{
    width: 38px;
    height: 29px;
    display: inline-block;
    background: url(../images/m05.png) no-repeat center;
}
.message-info .intile .bot{
    width: 38px;
    height: 29px;
    display: inline-block;
    position: relative;
    top: 16px;
    background: url(../images/m06.png) no-repeat center;
}
.message-info .massage-name{
    width: 100%;
    float: left;
    padding:40px 10px 45px 0;
    /*background: url(../images/m03.png) no-repeat right 5% bottom;*/
    font-size: 18px;
    color: #333333;
    text-align: right;
    line-height: 38px;
}
.message-info .massage-name img{
    width: 140px;
    float: none;
    box-shadow:none;
}
.box-shadow {
    box-shadow: 0px 2px 10px 4px rgb(158 158 158 / 7%);
  }

.offset-top {
    margin: -60px auto 60px !important;
    background: #fff;
    opacity: 0.95;
    border-radius: 10px;
}
.research{
    padding: 43px 40px 83px;
}
.research .res-title{
    font-size: 30px;
    color: #333333;
    line-height:50px;
    text-align: center;
    padding-bottom: 24px;
}
.research .rc-title{
    font-size: 24px;
    color: #333333;
    line-height:50px;
    text-align: center;
    padding-bottom: 24px;
    font-weight: 700;
}
.research .rcoverview-title{
    background: url(../images/overview_bg.png) no-repeat;
    font-size: 20px;
    color: #333;
    height: 48px;
    padding-left: 9px;
    padding-top: 22px;
}
.research .rcproject-title{
    background: url(../images/project_bg.png) no-repeat;
    font-size: 20px;
    color: #333;
    height: 48px;
    padding-left: 9px;
    padding-top: 20px;
    margin-top: 54px;
}
.research .rcpi-title{
    background: url(../images/pi_bg.png) no-repeat;
    font-size: 16px;
    color: #333;
    height: 48px;
    padding-left: 9px;
    padding-top: 20px;
    font-weight: 700;
    margin-top: 54px;
    margin-bottom: 25px;
}
.research .rcteam-title{
    background: url(../images/team_bg.png) no-repeat;
    font-size: 20px;
    color: #333;
    height: 48px;
    padding-left: 9px;
    padding-top: 20px;
    margin-top: 54px;
    margin-bottom: 25px;
}
.pitext{
    text-align: right;
    border-right: 2px solid #24A056;
    font-size: 20px;
    padding-right: 30px;
}
.pitext1{
    text-align: right;
    height: 30px;
    border-right: 2px solid #fff;
    font-size: 20px;
    padding-right: 30px;
}
.pilist li{
    margin-bottom: 36px;
    text-align: center;
    font-size: 14px;
    padding:0 !important;
}
.research .rcnews-title{
    background: url(../images/news_bg.png) no-repeat;
    font-size: 20px;
    color: #333;
    height: 48px;
    padding-left: 9px;
    padding-top: 20px;
    margin-top: 54px;
    margin-bottom: 25px;
}
.research .rczp-title{
    background: url(../images/zp_bg.png) no-repeat;
    font-size: 16px;
    color: #333;
    height: 48px;
    padding-left: 9px;
    padding-top: 20px;
    font-weight: 700;
    margin-top: 54px;
    margin-bottom: 25px;
}
.research #rczp{
    position: relative;
    padding: 20px 180px 20px;
    background-color: #ffffff;
}
.research #rczp .owl-stage-outer {
    padding-bottom: 5px !important;    
}
.research #rczp .owl-prev {
    position: absolute !important;
    top: 235px;
    left:100px;
}
.research #rczp .owl-next {
    position: absolute !important;
    top: 235px;
    right:100px;
}
.research .zp-info{
    width: 610px;
    height: 170px;
    margin-top: -75px;
    background-color: #ffffff !important;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 95px;
    border: 1px solid #f0f0f0;
    z-index: 99;
}
.research .zp-info .info-more{
    padding-right: 26px;
}
.research .zp-title{
    font-size: 16px;
    color: #333;
    height: 48px;
    padding-top: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}
.research .zp-content{
    font-size: 14px;
    color: #888;
    height: 48px;
    padding-left: 26px;
    padding-right: 26px;
    margin-bottom: 15px;
    line-height: 2;
}
.research .zp-title i{
    display: block;
    width: 6px;
    height: 27px;
    background: #24a056;
    margin: 0;
    float: left;
    margin-right: 20px;
}
.white-bg {
    background-color: #ffffff !important;
}
.project-item{
    padding: 15px;
    height: 250px;
    background:url("../images/bgline.png") right 0px no-repeat;
    width: 550px;
    margin: 0 auto;
}
.project-item .project-left{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 9px;
    width: 244px;
    float: left;
}
.project-item .project-right{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 0px;
    width: 305px;
    float: left;
}
.project-item i, .teamtext i{
    display: block;
    width: 27px;
    height: 5px;
    background: #24a056;
    margin: 20px 0;
}
.info-more{
    font-size: 12px;
    font-weight: 500;
    float: right;
}
.info-more a{
    color:#666;
}
.info-more a:hover{
    color:#24a056;
}
.project-title{
    font-size: 18px;
    font-weight: 700;

}
.project-content{
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 15px;
}

.research .res_banner{
    width: 970px;
    margin: 0 auto;
    background: #e9f5ee;
    padding: 0 1.8%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 60px;
    line-height: 60px;
    border-radius:30px;
}
.res_banner .slides li{
    float: left;
    width: 180px;
    text-align: center;
    font-size: 16px;
    background: url(../images/m08.jpg) no-repeat;
    background-position: right center;
}
.res_banner .slides li:last-child{
    background: none;
}
.res_banner .slides a{
    color: #24a056;
    transition:all 0.3s;
    display: block;
    width:100%;
}
.res_banner .flex-control-nav{
    display: none;
}
.res_banner .slides li.hover{
    background: #24a056;
    border-radius: 30px;
}
.res_banner .slides li.hover a{
    color: #fff;
}
.inline-title{
    padding: 49px 0 12px;
    font-size: 24px;
    color: #333333;
    line-height: 43px;
    font-family: 'SimHei';
}
.inline-title .en{
    font-size: 14px;
    color: #666;
    font-family: 'Arial';
    margin-left: 14px;
}
.research .fonts{
    font-size: 14px;
    color: #888888;
    line-height: 30px;
    font-family: 'Microsoft Yahei';
}
.research .rc-fonts{
    font-size: 14px;
    color: #666;
    line-height: 28px;
    padding: 3px 9px;
    margin: 20px 0;
}
.research .fonts .ww{
    background: #e9f5ec;
    padding: 15px 0;
}
.research .fonts .bcfff{
    /*background: #fff;*/
    width: 670px;
    /*padding: 0 8px 0 20px;*/
}
.bd_weixin_popup{
    min-width: 280px;
    min-height: 315px;
}
.research .research-b{
    font-size: 20px;
    color: #333333;
    font-family: 'SimHei';
    line-height:40px;
    padding: 30px 0 33px;
}
.research .research-list{
    width: 100%;
}
.research .research-list li{
    float: left;
    width: 31.6%;
    margin-right: 2.5%;
    margin-bottom: 32px;
}
.research .research-list li:nth-child(3n){
    margin-right: 0;
}
.research .research-list .pic{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.research .research-list img{
    width: 100%;
    transition:all 0.3s;
}
.research .research-list .bg{
    opacity: 0;
}
.research .research-list .picture{
    position: absolute;
    top: 0;
    left: 0;
}
.research .research-list .con{
    margin-top: 20px;
    width: 100%;
}
.research .research-list h2{
    font-size: 18px;
    color: #333333;
    line-height: 38px;
}
.research .research-list .a{
    padding-left:20px;
    background: url(../images/m10.png) no-repeat left 10px;
    font-size: 14px;
    color: #24a056;
    line-height: 30px;
    display:block;
    transition:padding 0.3s;
}
.research .research-list.pt{
    padding-top: 36px;
}
.power-list{
    padding: 52px 0 0;
}
.power-list .power-listb{
    width: 100%;
    padding-bottom: 25px;
}
.power-list .power-listb li{
    float: left;
    width: 16.8%;
    cursor: pointer;
    margin-right: 4%;
    margin-bottom: 55px;
}
.power-list .power-listb li:nth-child(5n){
    margin-right: 0;
}
.power-list .power-listb .pic{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.power-list .power-listb img{
    width: 100%;
    transition:all 0.3s;
}
.power-list .power-listb .bg{
    opacity: 0;
}
.power-list .power-listb .picture{
    position: absolute;
    top: 0;
    left: 0;
}
.power-list .power-listb .fonts{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    font-size: 14px;
    color: #fff;
    height: 29px;
    width: auto;
    line-height: 29px;
    padding: 0 10%;
    background: rgba(0,0,0,.8);
}
.power-list .power-listb h2{
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    margin-top: 24px;
}
.power-list .power-listb p{
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}
.ajax-bth{
    width: 185px;
    height: 53px;
    display:block;
    margin: 0 auto;
    box-shadow: 0 0 15px rgba(0,0,0,.2);
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 53px;
    transition:all 0.3s;
    border-radius: 2px;
}
.power-ajax{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    z-index: 11;
    width: 100%;
    display: none;
    height: 100%;
}
.power-ajax .recrult-t{
    opacity: 0;
    -webkit-transition: ease all .5s;
    transition: ease all .5s;
    -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
    z-index: 24;
    width: 650px;
    height: 650px;
    top: 50%;
    left: 50%;
    margin-top: -325px;
    margin-left: -325px;
    position: absolute;
    background: #fcfcfc;
    padding: 50px 40px 70px;
}
.power-ajax.hidetwo .recrult-t {
    opacity: 1;
   -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
    -webkit-transition: ease all .5s;
    transition: ease all .5s;
}
.power-ajax .recrult-t .p-text {
    width: 100%;
}
.power-ajax .recrult-t .p-text .h {
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 15px;
    color: #333;
    border-bottom: 1px solid #D4D4D4;
    margin-bottom: 25px;
    font-weight: bold;
}
.power-ajax .recrult-t .p-text .p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 350px;
    overflow: auto;
}
.power-ajax .recrult-t .p-text p{
    font-size: 13px;
    color: #666;
    line-height: 25px;
    margin-bottom: 10px;
}
.wclosebtn {
    position: absolute;
    top: 20px;
    right: 40px;
    cursor: pointer;
    z-index: 9;
}
.wclosebtn .icon {
    position: relative;
    width: 35px;
    height: 35px;
    margin-left: 12px;
    display: inline-block;
}
.wclosebtn .icon .circle {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 2px solid #000;
    border-radius: 50%;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.wclosebtn .icon .line {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 14px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background-color: #000;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.power-ajax .recrult-t .p-text .p::-webkit-scrollbar{
    width: 2px;
    height: 2px;
    background-color: #F5F5F5;
}
.power-ajax .recrult-t .p-text .p::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
.power-ajax .recrult-t .p-text .p::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #01164B;
}
.device-list{
    padding-bottom: 80px;
}
.device-list ul{
    width: 100%;
}
.device-list li{
    float: left;
    width: 31.6%;
    margin: 0 2.5% 53px 0;
}
.device-list li:nth-child(3n){
    margin-right: 0;
}
.device-list li a{
    display: block;
    width: 100%;
}
.device-list li .pic{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.device-list li img{
    width: 100%;
    transition:all 0.3s;
}
.device-list li .bg{
    opacity: 0;
}
.device-list li .picture{
    position: absolute;
    top: 0;
    left: 0;
}
.device-list li .con{
    padding-top: 25px;
    width: 100%;
}
.device-list li h2{
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    font-family: 'SimHei';
    margin-bottom: 14px;
    height: 28px;
    overflow: hidden;
}
.device-list li p{
    font-size: 14px;
    color: rgba(51,51,51,.6);
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
.device-list li .more,.active-intro .con .more, .research .fonts li .more{
    padding-left: 28px;
    border: 2px solid #bde2cc;
    border-radius: 20px;
    width:143px;
    margin-top: 18px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    background:url(../images/m18.png) no-repeat 109px center;
    transition:all 0.3s;
}
.main-list{
    margin: 47px 0 59px;
    position: relative;
    width: 1200px;
    margin-left: -30px;
    margin-right: -30px;
    opacity: 0;
}
.main-list .box{
    width: 360px;
    background: #ebf6f0;
    overflow: hidden;
    transition:all 0.3s;
    opacity: 0;
}
.main-list .box img{
    width: 100%;
    transition:all 0.3s;
}
.main-list .box a{
    display: block;
    width: 100%;
}
.main-list .box .pic{
    display: block;
    width: 100%;
    overflow: hidden;
}
.main-list .box .con{
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 25px 0 11px;
}
.main-list .box h4{
    font-size: 12px;
    line-height: 20px;
    color: #74c799;
    font-weight: normal;
    margin: 0 auto;
    width: 92%;
}
.main-list .box h2{
    font-size: 18px;
    color: #333333;
    width: 92%;
    line-height: 30px;
    margin:0 auto 18px;
    transition:all 0.3s;
}
.main-list .box i{
    display: block;
    width:70px;
    height: 2px;
    background: #24a056;
    margin: 0 0 20px 4%;
}
.main-list .box p.ff{
    width: 100%;
   padding: 0 4% 20px;
   border-bottom: 1px solid #d7ede0;
   font-size: 14px;
   color: #666;
   line-height: 24px;
}
.main-list .box .more{
    font-size: 14px;
    color: #888888;
    line-height: 34px;
    padding-top: 8px;
    width: 92%;
    margin: 0 auto;
}
.research .res_banner.media{
    width: 820px;
    margin: 0 auto;
}
.videoslide {
    padding: 50px 0 30px;
    position: relative;
}
.videoslide .flex-control-nav{
    width:-moz-calc(100% - (20px) * 2);
	width:-webkit-calc(100% - (20px) * 2);
    width: calc(100% - (20px) * 2);
}
.videoslide h2 {
    font-size: 18px;
    color: #333;
    bottom: 5px;
    left: 0px;
}
.videoslide .slides li{
    position: relative;
}
.videoslide .flex-control-nav{
    bottom: 30px;
}
.video-list{
    padding: 30px 0 58px;
}
.video-list li{
    float: left;
    width: 33.333%;
    margin-bottom: 65px;
    padding: 0 10px;
}
.video-list li a{
    display: block;
    width: 100%;
}
.video-list li .pic{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.videoslide li .pic{
    width: 100%;
    position: relative;
}
.videoslide li img,.video-list li img{
    width: 100%;
    transition:all 0.3s;
}
.video-list li .bg{
    opacity: 0;
}
.video-list li .picture{
    position: absolute;
    top: 0;
    left: 0;
}
.video-list li h2{
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    margin: 15px 0 10px;
}
.video-list li h3{
    padding-left: 42px;
    background: url(../images/me05.png) no-repeat left center;
    font-size: 16px;
    color: rgba(51,51,51,.6);
    line-height: 32px;
}
.pub-list{
    width: 100%;
}
.pub-list ul{
    padding: 47px 0 68px;
    width: 100%;
}
.pub-list li{
    width: 100%;
    padding: 32px 0 32px;
    float: left;
    transition:all 0.3s;
    box-shadow: 0 0 10px rgba(0,0,0,.02);
    margin-bottom: 25px;
}
.pub-list li a{
    float: left;
    width: 100%;
}
.pub-list li .left{
    width: 15%;
    float: left;
    border-right: 1px solid #eaeaea;
    text-align: center;
}
.pub-list li h2{
    font-size: 48px;
    color: #333333;
    font-weight: bold;
    line-height: 35px;
    transition:all 0.3s;
}
.pub-list li h4{
    font-size: 14px;
    color: #333333;
    line-height: 16px;
    margin-top: 6px;
}
.pub-list li .right{
    width:85%;
    padding: 0 4%;
    float: left;
}
.pub-list li h3{
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    margin-bottom: 6px;
    overflow: hidden;
}
.pub-list li p{
    font-size: 14px;
    color: rgba(51,51,51,.75);
    line-height: 20px;
}
.research.wisdom{
    padding: 70px 0 40px;
}
.wisdom-list{
    width: 100%;
}
.wisdom-list li{
    float: left;
    width: 48.3%;
    background: #13893b;
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
}
.wisdom-list li:nth-child(2n){
    float: right;
}
.wisdom-list li img{
    width: 100%;
    transition:all 0.3s;
}
.wisdom-list li .bg{
    opacity: 0;
}
.wisdom-list li .pic{
    position: absolute;
    top: 0;
    left: 0;
}
.wisdom-list li .ff{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding:5.2vw 15% 0;
}
.wisdom-list li h2{
    font-size: 26px;
    color: #ffffff;
    line-height:36px;
    margin-bottom: 20px;
}
.wisdom-list li p{
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
}
.wisdom-list li .con{
    width: 47%;
    height:39.7%;
    background: rgba(0,59,113,.8);
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5% 0 0 5%;
}
.wisdom-list li h3{
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}
.wisdom-list li .link{
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/w05.png) no-repeat center;
    background-size: 100%;
    margin-top: 15%;
}
.research .res_banner.mien{
    width: 612px;
    margin: 0 auto;
}
.main-list .box h3{
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    width: 100%;
    padding: 15px 3% 12px;
    text-align: center;
}
.main-list.mien{
    padding: 67px 0 39px;
}
.mien-info{
    padding: 58px 0 63px;
    overflow: hidden;
}
.mien-info .info-title{
    padding-bottom: 30px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 32px;
}
.mien-info .info-title h2{
    font-size: 24px;
    color: #333333;
    line-height: 38px;
}
.mien-info .info-title .time{
    font-size: 14px;
    color: #888888;
}
.mien-info .info-title h3{
    font-size: 18px;
    color: #333;
    line-height: 34px;
}
.mien-info .info-box{
    padding-bottom: 40px;
}
.mien-info .info-box p{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    text-align: justify;
}
.mien-info .info-box img{
    max-width:80%;
    height: auto !important;
    margin: 10px auto !important;
    display: block;
}
.mien-info .info-box .pic_list img{
    max-width:80%;
    height: auto !important;
    margin: 15px 0;
}
.mien-info .info-box .pic_list{
    text-align: center;
}
.mien-info .info-bot{
    width: 100%;
}
.mien-info .info-bot p{
    font-size: 14px;
    color: #666;
    line-height: 30px;
    height:30px;
    overflow: hidden;
}
.mien-info .info-bot a{
    color: #666;
}
.mien-info .info-bot ul{
    padding-top:20px;
}
.mien-info .info-bot li{
    float: left;
    width: 120px;
    margin-right: 2.4%;
}
.mien-info .info-bot h3{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    padding: 7px 0;
    text-align: center;
}
.mien-info .info-bot img{
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.mien-act{
    padding: 68px 0 70px;
}
.mien-act a{
    float: left;
    font-size: 24px;
    font-weight: bold;
    line-height: 35px;
    color:rgba(51,51,51,.6);
    margin-right: 2%;
}
.mien-act a.hover{
    color: #333;
    font-size: 30px;
}
.mien-act form{
    float: right;
    height: 36px;
}
.mien-act .text{
    float: left;
    width: 220px;
    border: 1px solid #e4e4e4;
    height: 36px;
    padding:0 5%;
}
.mien-act .submit{
    float: left;
    width: 36px;
    height: 36px;
    background: #8f8f8f url(../images/mi09.png) no-repeat center;
    padding: 0;
    border: none;
}
.active-intro{
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    margin-bottom: 39px;
}
.active-intro a{
    display: block;
    width: 100%;
    float: left;
}
.active-intro .pic{
    width: 43.75%;
    position: relative;
    float: left;
    overflow: hidden;
}
.active-intro .pic img{
    width: 100%;
    transition:all 0.3s;
}
.active-intro .con{
    width: 45%;
    float: left;
    margin-left: 5%;
    padding-top: 60px;
}
.active-intro .con h2{
    font-size: 20px;
    color: #333;
    line-height: 30px;
    margin-bottom: 15px;
}
.active-intro .con p{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.active-list ul{
    width: 100%;
}
.active-list li{
    float: left;
    width: 48.33%;
    margin-bottom: 35px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    padding:2.9%;
    transition:all 0.3s;
}
.active-list li:nth-child(2n){
    float: right;
}
.active-list li h2{
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    height:56px;
    overflow: hidden;
    margin-bottom: 15px;
    transition:all 0.3s;
}
.active-list li .cn{
    width: 80%;
    float: left;
}
.active-list li .en{
    float: right;
    font-size: 14px;
    color: #666;
    transition:all 0.3s;
}
.active-list li p{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    transition:all 0.3s;
}
.mien-act .rec{
    padding: 75px 0 55px;
}
.recruit-list{
    width: 100%;
    padding-bottom: 25px;
}
.recruit-list ul{
    width: 100%;
}
.recruit-list li{
    width: 100%;
    margin-bottom: 4px;
    cursor: pointer;
}
.recruit-list li .tit{
    width: 100%;
    padding:10px 3% 10px 2%;
    font-size: 18px;
    color: #333;
    line-height: 36px;
    background: #e9f5ee;
    position: relative;
    transition:all 0.3s;
}
.recruit-list li .tit h2{
    float: left;
    font-size: 18px;
    line-height: 36px;
}
.recruit-list li .add{
    width: 25px;
    height:36px;
    display:block;
    float: right;
    background: url(../images/re01.png) no-repeat center;
    transition:all 0.3s;
}
.recruit-list li .apply-b{
    font-size: 12px;
    color: #666666;
    float: right;
    transition:all 0.3s;
}
.recruit-list li .con{
    padding:0 4% 28px 4%;
    background: #e9f5ee;
    display: none;
}
.recruit-list li dl{
    width: 100%;
    padding: 28px 0 20px;
    border-bottom: 1px solid #dadada;
}
.recruit-list li dd{
    float: left;
    width: 25%;
    font-size: 12px;
    color: #666666;
    line-height: 22px;
    padding: 6px 0;
}
.recruit-list li .t{
    color: #24a056;
}
.recruit-list li .con h2{
    font-size: 12px;
    color: #24a056;
    line-height: 26px;
    padding-top: 17px;
}
.recruit-list li p{
    font-size: 12px;
    color: #666666;
    line-height: 22px;
    padding: 6px 0;
}
.recruit-list li .ff{
    color: #24a056;
}
.recruit-list li.hover .tit{
    background: #24a056;
    color: #fff;
}
.recruit-list li.hover .add{
    background: url(../images/re01_h.png) no-repeat center;
}
.recruit-list li.hover .apply-b{
    color: #fff;
}
.research .res_banner.but{
    margin-bottom: 85px;
}
.video-ajax{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    display: none;
}
.video-ajax .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    background: rgba(0,0,0,.8);
    display: block;
}
.video-ajax video{
    width: 800px;
    height: 450px;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    transform: translateY(50px);
    opacity: 0;
    transition:all 0.3s;
    background: #000;
}
.video-ajax.hover video{
    transform: translateY(0px);
    opacity:1;
}
.applyonline{
    padding: 80px 0 100px;
}
.applyonline table{
    border: none;
}
.applyonline table td{
    border: none;
    padding: 10px 0;
    width: 170px;
}
.applyonline table td.ww{
    text-align: right;
    line-height: 18px;
    color: #666;
    font-size: 14px;
}
.applyonline table td.wf{
    width: 230px;
    position: relative;
}
.form-horizontal .control-group .controls{
    margin-left: 0;
    width: 220px;
}
.btn-group, .btn-group-vertical{
    width: 100%;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle){
    width: 100%;
}
.applyonline table .btn-success .upload-btn{
    width: 100%;
    white-space: normal;
    font-size: 12px;
}
.applyonline table label{
    width: 100%;
}
.applyonline table textarea{
    width: 100%;
    height: 200px;
    box-shadow: 2px 2px 2px #f4f4f4 inset;
    padding: 8px 10px;
    line-height: 18px;
    color: #666;
    border: 1px solid #dddddd;
    font-size: 14px;
}
.applyonline table input{
    width: 100%;
    padding: 8px 10px;
    line-height: 18px;
    color: #666;
    border: 1px solid #dddddd;
    box-shadow: 2px 2px 2px #f4f4f4 inset;
    background: #fff;
    font-size: 14px;
}
.applyonline table input.file{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
.applyonline table .btn-success{
    position: relative;
}
.applyonline table .btn-success .fa{
    display: block;
}
.applyonline table .btn-success .upload-btn{
    display: block;
    padding:5px 0 10px 0;
}
.applyonline table select{
    width: 100%;
    padding: 8px 10px;
    line-height: 18px;
    color: #666;
    border: 1px solid #dddddd;
    box-shadow: 2px 2px 2px #f4f4f4 inset;
    background: #fff;
    font-size: 14px;
}
.applyonline table #captcha{
    width: 26%;
    margin-right: 10px;
}
.applyonline input.submit{
    width: 150px;
    height: 36px;
    background: #01164B;
    font-size: 16px;
    color: #fff;
    border: none;
    cursor: pointer;
    border:none;
}
.scrotop{
    position: fixed;
    bottom: 25%;
    right: 20px;
    width: 35px;
    display: none;
    cursor: pointer;
    height: 35px;
    background: #e7ffe8 url(../images/wel25.png) no-repeat center;
    z-index: 10;
    transition:background 0.3s;
}
.load-top{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    background:#e9f5ee;
    width: 100%;
    height: 50%;
}
.load-bot{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 11;
    background:#e9f5ee;
    width: 100%;
    height: 50%;
}
.inline-offset{
    opacity: 0;
}
.research .picture{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.research .n-title{
    padding-bottom: 20px;
    padding-top: 50px;
    color:#888;
}
.research .n-title:after{
    display: none;
}

.research .n-title .sp1:before{
    content:' ';
    height:15px;
    width:10px;
    background:#24a056;
    display: inline-flex;
    margin-right: 10px;
}

.research .n-title .sp2:before{
    height:15px;
    width:10px;
    display: inline-flex;
    margin-right: 10px;
}
.research .n-title .sp1{
    font-size: 20px;
}
.video-list li:hover .video-list li .open{
    background:rgba(0,0,0,0);
}
.videoslide li:hover .videoslide li .open{
    background:rgba(0,0,0,0);
}
.videoslide li .open{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity:1;
    transition: all 0.3s;
}
.video-list li .open{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background:rgba(0,0,0,.5);
    opacity:1;
    transition: all 0.3s;
}
.videoslide li .open:after,.video-list li .open:after{
    content: "";
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url(../images/wel03.png) no-repeat center;
    background-size: 100%;
}
.media-second{
    text-align: center;
    font-size: 14px;
    color: rgba(0,0,0,.15);
    line-height: 24px;
    margin-top: 42px;
}
.media-second a{
    width: 75px;
    text-align: center;
    display: inline-block;
    color: #666;
}
.media-second a.hover{
    color: #24a056;
}
.fot-weibox{
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 30px;
    width: 300px;
    text-align: left;
    z-index: 20;
    display: none;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    margin:-103px 0 0 -150px;
}
.fot-weibox .close{
    width: 18px;
    height: 18px;
    position: absolute;
    top:12px;
    right:12px;
    cursor: pointer;
    display: block;
    opacity: 1;
}
.fot-weibox .close:after{
    content: "";
    width: 18px;
    height: 1px;
    background: #666;
    position: absolute;
    top:8px;
    left: 0;
    transform: rotate(45deg);
}
.fot-weibox .close:before{
    content: "";
    width: 18px;
    height: 1px;
    background: #666;
    position: absolute;
    top:8px;
    left: 0;
    transform: rotate(-45deg);
}
.fot-weibox h2{
    font-size:16px;
    color: #666666;
    line-height:26px;
}
.fot-weibox img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.user-login,.user-login-t{
    width: 275px;
    height: 227px;
    position: fixed;
    top: 50%;
    display: none;
    left: 50%;
    z-index: 15;
    margin: -114px 0 0 -137px;
    background: url(../images/bb01.png) no-repeat center;
    background-size: 100%;
    padding-top: 33px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,.33);
}
.user-login-t{
    background: url(../images/bo01.png) no-repeat center;
    background-size: 100% 100%;
    padding-left: 20px;
}
.user-login-t p{
    font-size: 18px;
    color: #666666;
    line-height: 24px;
}
.user-login-t .logon{
    width: 87px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    display: block;
    background: #24a056;
    color: #fff;
    font-size: 20px;
    border-radius: 20px;
    margin-top: 22px;
}
.user-login-t .close{
    width: 30px;
    height: 30px;
    background: url(../images/bo02.png) no-repeat center;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 7px;
    right: 8px;
    opacity: 0.8;
    box-shadow: 3px 3px 3px rgba(45,173,22,.42);
}
.user-login .close{
    width: 30px;
    height: 30px;
    background: url(../images/bb04.png) no-repeat center;
    background-size: 100%;
    display: block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    opacity: 0.8;
    margin-left: -19px;
    box-shadow: 0 0 3px rgba(0,0,0,.1);
}
.user-login-t .close:hover,.user-login .close:hover{
    opacity: 1;
}
.user-login input{
    width: 89%;
    margin: 0 auto;
    padding: 0;
    display: block;
    border: none;
}
.user-login input.text{
    height: 41px;
    line-height: 41px;
    padding-left: 44px;
    font-size: 14px;
    color: rgba(255,255,255,.6);
    background:rgba(255,255,255,.1) url(../images/bb02.png) no-repeat 13px center; 
}
.user-login input.pass{
    border-bottom: 1px solid rgba(255,255,255,.2);
    line-height: 44px;
    padding-left: 44px;
    font-size: 14px;
    color: rgba(255,255,255,.6);
    background:url(../images/bb03.png) no-repeat 13px center; 
}
.user-login input.submit{
    text-align: center;
    margin-top: 11px;
    background-color: #fff;
    font-size: 14px;
    color: #24a056;
    line-height: 30px;
    height: 30px;
}
.user-login input::-webkit-input-placeholder{
    color: rgba(255,255,255,.6);
}
.user-login input:-moz-placeholder{
    color: rgba(255,255,255,.6);
}
.user-login input.input::-moz-placeholder{
    color: rgba(255,255,255,.6);
}
.user-login input.input:-ms-input-placeholder{
    color: rgba(255,255,255,.6);
}
.down{
    padding-left: 48px;
    font-size: 14px;
    color: #aaa;
    line-height: 38px;
    background: url(../images/bo03.png) no-repeat left center;
    display: block;
}
.text-content {
    width: 1120px;
    overflow: hidden;
}
.text-content .content {
	width: 1120px;
	height: 304px;
/* 	margin: 0 auto;
	padding-top: 20px;
	padding: 20px 5px 0 5px; */
	overflow: hidden;
}

.personDesc {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: left;
	width: 224px;
}

.description div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 302px;
    padding: 0 15px;
}

.img-swiper-slide {
    width: 224px;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
}

.personDesc p {
	color: #aaaaaa;
    font-size: 14px;
    margin-bottom: 15px;
    padding-right: 15px;
}

.personDesc span {
	color: #000;
	font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.controller {
	display: flex;
	justify-content: center;
	padding: 20px;
	margin: 20px 0;
}

.person.active:before {
	width: 448px;
	height: 5px;
}

.person:before {
	content: "";
	width: 0;
	height: 5px;
	background: #239F56;
	bottom: 0px;
	left: 0;
	position: absolute;
	z-index: 999;
	transition: 0.4s;
}

.text {
	width: 100%;
	height: auto;
}

.y1 {
	width: 40px;
	height: 40px;
	background: #fff;
	border: 1px solid #efefef;
	border-radius: 50px;
	text-align: center;
	margin: 0 10px;
}

.y2 {
	width: 40px;
	height: 40px;
	background: #fff;
	border: 1px solid #efefef;
	border-radius: 50px;
	text-align: center;
	margin: 0 10px;
}

.icongray {
	font-size: 20px;
	color: #e4e4e4;

}

.controller span {
	line-height: 40px;
}

.y1:hover {
	width: 40px;
	height: 40px;
	background: #239f56;
	border: 1px solid #efefef;
	border-radius: 50px;
	text-align: center;
	margin: 0 10px;
}

.y2:hover {
	width: 40px;
	height: 40px;
	background: #239f56;
	border: 1px solid #efefef;
	border-radius: 50px;
	text-align: center;
	margin: 0 10px;
}
.learnmore {
    width: 136px;
	height: 40px;
	background: #fff;
	border: 1px solid #239f56;
	border-radius: 50rem!important;
	text-align: center;
    margin: 0 10px;
    font-size: 14px;
    color: #239f56;
}
.learnmore:hover {
    width: 136px;
	height: 40px;
	background: #239f56;
	border: 1px solid #efefef;
	border-radius: 50rem!important;
	text-align: center;
    margin: 0 10px;
    color:#fff;
}
.img-border {

	border-right: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
}

.active>.img-border {
	z-index: 999;
}

.active img {
	z-index: -1;
}

.teamtext {
	height: 500px;
	width: 355px;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.limit {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	line-height: 25px;
}

.teamtext div span {
	color: #000;
	font-size: 16px;
	font-weight: 600;
}

.teamtext div p {
	color: #4e4d4d;
    font-size: 14px;
    text-align:justify;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.teamtext:hover p{
    -webkit-line-clamp: 14;
}

.teamtext div div {
	color: #4e4d4d;
	font-size: 12px;
}

.text-swiper-container {
	width: 1089px;
}

.teamtext div {
	/* background: #fff; */
	height: 240px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 28px;
	padding: 20px 20px 100px 20px;
}

.top {
	border: 1px solid #f0f0f0;
	border-radius: 2px;
	height: 100%;

}

.bottom {
	border: 1px solid #f0f0f0;
	border-radius: 2px;
	height: 100%;
	margin-top: 10px;
}

/* 动态切换 */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden
}
.clearfix {
	display: inline-block
}
* html .clearfix {
	height: 1%
}
.clearfix {
	display: block
}
.clearfix:after, .fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix {
	zoom: 1
}
.mr20 {
	margin-right: 20px
}
.card-area {
    margin: 20px auto 0;
    /*height: 577px;*/
    position: relative;
    padding: 0 9px;
}
.card-area .bg-e8e8e8 {
	background: #e8e8e8
}
.card-area .bg-e1e1e1 {
	background: #e1e1e1
}
.card-area .card-item {
	z-index: 4;
	transition: all .3s cubic-bezier(.4, 0, .2, 1), z-index 0s .12s;
	position: relative;
	float: left;
	width: 20%;
	height: 450px;
    background-color: transparent;
    border: 1px solid #f0f0f0;
}
.card-area .card-item+.card-item {
	margin-left: -1px
}
.card-area .card-item .card {
	transition: all .3s cubic-bezier(.4, 0, .2, 1), z-index 0s .12s;
	width: 100%;
	height: 100%;
	background: #fff;
}
.card-area .card-item .card .card-content {
	width: 100%;
    line-height: 1.75;
    font-size: 12px;
    color: #e1e1e1;
}
.card-area .card-item .card .card-content.content-first {
    padding: 0 20px 24px 20px;
	transition: all .12s cubic-bezier(.4, 0, .2, 1) .18s;
	z-index: 3;
	opacity: 1;
	filter: alpha(opacity=100);
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(100))
}
.card-area .card-item .card .card-content, .card-area .card-item .card .card-title {
	left: 0;
	right: 0;
	z-index: 1
}
.card-area .card-item .card .card-title {
	padding-top: 1px;
	transition: all .3s cubic-bezier(.4, 0, .2, 1), z-index 0s .12s;
	line-height: 26px;
	font-size: 14px;
	top: 0;
	background: #ffffff;
}
.card-area .card-item .card .card-title .content {/* position:absolute; */
	width: 100%;
	padding-left: 20px;
	margin-top: 50px;
}
.card-area .card-item .card .card-title h1 {
	font-size: 22px;
	font-weight: 700;
	color: #d9efff;
	margin-bottom: 0
}
.card-area .card-item .card .card-title .short-info {
	color: #8dbbdc;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 20px
}
.card-area .card-item .card .card-title .short-info, .card-area .card-item .card .card-title .zq-product-img img, .card-area .card-item .card .card-title h1 {
	transition: all .15s cubic-bezier(.4, 0, .2, 1) 0s
}
.card-area .card-item .card .card-content {
	height: 376px;
}
.card-area .card-item .card .card-content.content-first .content-first-list {
	width: 100%;
	max-width: 250px;
	font-size: 16px;
	color: #373d41;
	margin-top: 47px;
	margin-bottom: 47px
}
.card-area .card-item .card .card-content.content-first .content-first-list li {
	margin-bottom: 30px
}
.card-area .card-item .card .content .newstime {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	color: #e1e1e1;
}
.card-area .card-item .card .content .newstime span {
	font-size: 52px;
	font-weight: 700;
	line-height: 1.25;
	color: #e1e1e1;
}
.card-area .card-item .card .card-content.content-first .newstitle {
	font-size: 16px;
	font-weight: 700;
    line-height: 1.25;
    margin-bottom: 20px;
    color: #333333;
}
.card-area .card-item .card .card-content.content-first .newsimg img {
    width: 100%;
    margin-bottom: 20px;
}
.card-area .card-item .card .card-content .other-info {
	width: 105%;
	height: 70px;
	overflow: hidden;
	line-height: 22px;
	padding-top: 20px;
	font-size: 12px
}
.card-area .card-item .card .card-content .other-info .other-info-list {
	width: 27%;
	height: 70px;
	background: #f2f2f2;
	margin-right: 25px;
	padding: 0 0 0 10px;
	position: relative
}
.card-area .card-item .card .card-content .other-info .other-info-list .c-a-arrow {
	position: absolute;
	right: 10px;
	top: 15px;
	background-position: -200px 0
}
.card-area .card-item .card .card-content .other-info .other-info-list:hover {
	background: #3db1ea
}
.card-area .card-item .card .card-content .other-info .other-info-list:hover .c-a-arrow {
	background-position: -200px -17px
}
.card-area .card-item .card .card-content .other-info .other-info-list:hover .other-desc, .card-area .card-item .card .card-content .other-info .other-info-list:hover .other-head {
	color: #fff
}
.card-area .card-item .card .card-content .other-info .other-info-list .list-context {
	color: #00c1de
}
.card-area .card-item .card .card-content .other-info .other-head {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	margin: 13px 0 0 0;
}
.card-area .card-item .card .card-content .other-info .other-desc {
	margin-top: 2px;
	font-size: 12px;
	color: #999
}
.card-area .card-item.active {
	z-index: 6;
	/*box-shadow: 0 0 30px rgba(0,0,0,.2);*/
	width: 40%;
}
.card-area .card-item.active .card .card-title {
	transition: all .12s cubic-bezier(.4, 0, .2, 1) .18s;
    background-color: ffffff;
	border: none；
}
.card-area .card-item.active .card .card-title .short-info {
	color: #9ed8f5
}
.card-area .card-item.active .card .card-title h1 {
	color: #fff
}
.card-area .card-item.active .card .card-content.content-first {
	padding: 0px 20px 24px 20px;
	transition: all .12s cubic-bezier(.4, 0, .2, 1) 0s;
	z-index: 2;
	opacity: 1;
	filter: alpha(opacity=0);
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(0))
}
.card-area .card-item.active .card .content .newstime {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	color: #333333;
}
.card-area .card-item.active .card .content .newstime span {
	font-size: 60px;
	font-weight: 700;
	line-height: 1.25;
	color: #333333;
}
.card-area .card-item .card .card-title i {
	display: block;
	width: 27px;
	height: 5px;
	background: #e1e1e1;
	margin: 20px 0;
}
.card-area .card-item.active .card .card-title i {
	background: #24a056;
}
.card-area .card-item.active .card .card-content {
	width: 100%;
    line-height: 1.75;
    font-size: 14px;
    color: #333333;
}

.single-article-part{
    padding:20px 40px;
}

.fa {
    color: #24a056;
}
.blog-sidebar .sidebar-single-part .sidebar-title .title {
    font-weight: 600;
    font-size: 20px;
    text-align: left;
    background: url(../images/titlehead.png) 0px 9px no-repeat;
    padding-left: 15px;
}
.blog-sidebar .sidebar-single-part{
	padding: 20px 30px;
}
.blog-sidebar .sidebar-popular-post .single-post .post-desc .post-title h5 {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px;
}

.blog-sidebar .sidebar-popular-post .single-post .post-desc .post-title h5 a {
    color: #333;
    background: url(../images/eve_03.jpg) 0px 9px no-repeat;
    padding-left: 15px;

}

.blog-sidebar .sidebar-popular-post .single-post .post-desc ul li {
    display: inline-block;
    margin-right: 12px;
    color: #666666;
}
.blog-sidebar .sidebar-popular-post .single-post {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: inline-flex;
    align-items: center;
    border-radius: 3px;
    width: 100%;
    border-bottom: 1px solid #ececec;
}
.noline{
    border-bottom: 0px !important;
}
.mb-40 {
    margin-bottom: 40px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}

.margin-0 {
    margin: 0;
}
.blog-sidebar .sidebar-popular-post .single-post .post-desc {
    padding: 10px 0;
}
.blog-sidebar .sidebar-popular-post .single-post .post-desc span{
    margin-right: 20px;
    margin-left: 15px;
}
.mien-info .info-bot .hotlink{
    margin: 15px auto;
    padding: 5px 30px 25px;
}
.mien-info .info-bot ul{
    padding-top:20px;
}
.mien-info .info-bot li{
    float: left;
    width: 120px;
    margin-right: 2.4%;
    margin-left: 20px;
}
.mien-info .info-bot h3{
    font-size: 14px;
    color: #333;
    line-height: 24px;
    padding: 7px 0;
    text-align: center;
}
.mien-info .info-bot img{
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.mien-info .info-bot .hotlink img{
    width: 120px;
}
.mien-info .info-bot .hotlink a img{
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.list-table {
    width: 100%;
}

.list-table tr {
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    font-size: 18px;
    border-bottom-width: 1px;
    border-bottom-style:solid ;
    border-color: #3db166;
}
.list-table th {
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.list-table td{
    text-align: center;
}

.imgbox img{
    padding: 0 15px;
    width: 100%;
}

.page-container{
    padding-top: 55px;
}


.gdlr-core-button .fa{
    color: #fff;
}
.gdlr-core-social-network-item .fa{
    color: #50bd77;
}
.grid {
  list-style: none;
  margin-left: -40px;
}

.gc {
  box-sizing: border-box;
  display: inline-block;
  margin-right: -.25em;
  min-height: 1px;
  padding-left: 40px;
  vertical-align: top;
  width: 45%;
}
.gc1 {
  box-sizing: border-box;
  display: inline-block;
  margin-right: -.25em;
  min-height: 1px;
  vertical-align: top;
  width: 55%;
  padding: 0 20px;
}
.gc2 {
  box-sizing: border-box;
  display: inline-block;
  margin-right: -.25em;
  min-height: 1px;
  vertical-align: top;
  width: 100%;
  padding: 0 40px;
}
.naccs {
  position: relative;
  margin: 30px auto 0;
}

.naccs .menu div{
  padding: 0 20px;
  margin-bottom: 30px;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  transition: .8s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.naccs .menulist .menuc {
  padding: 0 20px;
  margin-top: 20px;
  margin-bottom: 30px;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  transition: .8s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.naccs .menulist .linetext {
  margin: 20px 0px 30px 20px;
  position: relative;
  border-bottom: 1px solid #666 !important;
}

.naccs .menu div span.light, .naccs .menulist div span.light {
  position: absolute;
  background-color: #fff;
  left: 0;
  height: 100%;
  width: 3px;
  top: 0;
  border-radius: 0;
  transition: .5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.naccs .menu div.active span.light,.naccs .menulist div.active span.light {
  background-color: #24A056;
  left: 0;
  height: 100%;
  width: 3px;
  top: 0;
  border-radius: 0;
}
.naccs .menu .newstitle, .naccs .menulist .newstitle{
  font-size: 16px;
  font-weight: 700;
}
.naccs .menu p, .naccs .menulist p{
  line-height: 25px;
}
.naccs .menu div.active .newstitle a, .naccs .menulist div.active .newstitle a{
  color: #24A056;
}
.naccs .menu div .newstitle a, .naccs .menulist div .newstitle a{
  color: #666;
}
ul.nacc {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.nacc li {
  display: none;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.nacc li.active {
  display: block;
  transition-delay: .3s;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

ul.nacc li p {
  margin: 0;
}
ul.nacc li p img{
  width: 100%;
}
.pilist li a{
  color: #666;
}
.teamslide .slides li{
    width: 33.3%;
    float: left;
    padding: 5px;
}
.n-administration .ul-list .p-img a{
    color: #000;
}
@media(max-width:1600px){
    .wel-banner .slides img{
        height:auto;
    }
}