﻿/*--------------------------------插件start----------------------------------------*/
.hd>a{
    width: 14px;
    height: 24px;
}
.hd .prev{
    background: url(../images/part-left.png) no-repeat center;
}
.hd .prev:hover{
    background: url(../images/part-left-act.png) no-repeat center;
}
.hd .next{
    background: url(../images/part-right.png) no-repeat center;
}
.hd .next:hover{
    background: url(../images/part-right-act.png) no-repeat center;
}
/*左右箭头公共部分 end*/



/*专家视角 start*/
.hd ul{
    overflow: hidden;
}
.demo4 .bd{
    border-bottom: 1px dashed #bababa;
}
.demo4 .hd{
    position: relative;
    top: 0;
    transform: translateY(0);
    text-align: center;
    display: inline-block;
    margin-top: 43px;
    margin-top: 3.58%;
}
.demo4 .hd>a{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.demo4 ul{
    padding: 7px 18px 0 32px;
}
/*专家视角 end*/





/*demo 1 start*/
.demo1 .hd{
    height: 36px;
}
.demo1 .hd a{
    width: 21px;
    height: 36px;
}
.demo1 .hd .prev{
    background: url(../images/index-left.png) no-repeat center;
}
.demo1 .hd .prev:hover{
    background: url(../images/index-right-act.png) no-repeat center;
    transform: rotate(180deg);
}
.demo1 .hd .next{
    background: url(../images/index-left.png) no-repeat center;
    transform: rotate(180deg);
}
.demo1 .hd .next:hover{
    background: url(../images/index-right-act.png) no-repeat center;
    transform: rotate(360deg);
}
/*demo 1 end*/




/*demo 3 start*/
#demo3 .hd{
    height: 36px;
}
#demo3 .hd a{
    width: 20px;
    height: 36px;
}
#demo3 .hd .prev{
    background: url(../images/train-left.png) no-repeat center;
}
#demo3 .hd .prev:hover{
    background: url(../images/train-left-act.png) no-repeat center;
}
#demo3 .hd .next{
    background: url(../images/train-right.png) no-repeat center;
}
#demo3 .hd .next:hover{
    background: url(../images/train-right-act.png) no-repeat center;
}
/*demo 3 end*/
/*轮播图 end*/
/*--------------------------------插件start----------------------------------------*/

.horn{
    border-bottom: 1px solid #efefef;
    height: 49px;
    line-height: 49px;
}
.horn a{
    display: block;
}
.horn p{
    display: inline-block;
    margin: 0 34px 0 12px;
    color: #444444;
}
.horn em{
    color: #999;
}
.horn span{
    float: right;
    color: #888888;
}




/*轮播图 #demo2 start*/
.demo2 .hd a{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.demo2 .hd a.prev{
    left: 0;
}
.demo2 .hd a.next{
    right: 0;
}
.index-h1{
    font-size: 34px;
    color: #222;
    text-align: center;
}
.index-title{
    text-align: center;
}
.index-title p{
    color: #999;
    font-size: 15px;
    padding: 11px 0 31px 0;
}
/*轮播图 #demo2 end*/






.problem{
    padding: 60px 0 50px 0;
    padding: 5% 0 4.16% 0;
}
.problem>h1{
    margin-bottom: 58px;
    margin-bottom: 4.8%;
}
.difficulty{
    background: url(../images/planImg.png) no-repeat center bottom;
    width: 970px;
    width: 80.8%;
    margin: 0 auto;
    position: relative;
}
.difficulty li{
    /*float: left;*/
    border: 2px solid #99a4df;
    border-radius: 4px;
    color: #2a3dae;
    font-size: 18px;
    width: 290px;
    padding: 1.7% 22px;
    /*position: relative;*/
    position: absolute;
}
.difficulty li::after{
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid #99a4df;
    border-left: 15px solid transparent;
    border-right: 0px solid transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
}
.difficulty img{
    vertical-align: middle;
    margin-right: 12px;
    margin-top: -3px;
    display: inline-block;
}
.difficulty p{
    display: inline-block;
    width: 82%;
    vertical-align: middle;
}
.difficulty li:nth-of-type(1){
    left: 136px;
    top: 0;
}
.difficulty li:nth-of-type(2){
    right: 136px;
    top: 0;
}
.difficulty li:nth-of-type(3){
    left: 0;
    top: 148px;
}
.difficulty li:nth-of-type(4){
    right: 0;
    top: 148px;
}
.planPic{
    width: 972px;
    width: 81%;
    margin: 0 auto 40px auto;
}
.asprova{
    /*margin-top: 330px;*/
}
.asprova>h1{
    margin-bottom: 40px;
    margin-bottom: 3.33%;
    text-align: center;
}
.asprova>h1>em{
    color: #2a3dae;
    font-size: 30px;
    text-transform: capitalize;
    padding: 0 42px;
    padding: 0 3.5%;
    display: inline-block;
    background: url(../images/badge.png) no-repeat 0px center, url(../images/badge.png) no-repeat right center;
}
.goods li{
    float: left;
    width: 280px;
    width: 23.33%;
    background: #f3f6f6;
    border-radius: 4px;
    border: 1px solid #d2d2d2;
    margin-right: 26px;
    margin-right: 2.166%;
    text-align: center;
    padding: 42px 20px 30px 20px;
}
.goods li:last-child{
    margin-right: 0;
}
.goods img{
    width: 56px;
}
.goods h1{
    color: #333333;
    font-size: 22px;
    padding-bottom: 20px;
    background: url(../images/good-bd-btm.jpg) no-repeat center bottom;
    margin: 36px 0 20px 0;
}
.goods p{
    color: #888888;
    line-height: 180%;
    /*height: 76px;*/
}
.goods-btn{
    text-align: center;
    margin: 54px 0 44px 0;
    margin: 4.5% 0 3.66% 0;
}
.goods-btn a{
    width: 280px;
    width: 23.33%;
    height: 54px;
    line-height: 54px;
    text-align: center;
    margin: 0 10px;
    margin: 0 0.83%;
    vertical-align: top;
    border-radius: 3px;
}
.goods-btn a.watch{
    background: #009e96;
    color: #fff;
}
.goods-btn a.watch em{
    margin: 0 12px -8px 0;
    width: 26px;
    height: 26px;
    background: url(../images/watch.png) no-repeat center center;
}
.goods-btn a.more{
    border: 2px solid #009e96;
    color: #009e96;
}
.goods-btn a.more em{
    margin-left: 12px;
    width: 25px;
    height: 11px;
    background: url(../images/go.png) no-repeat center;
}
.scroll-a{
    display: block;
    text-align: center;
}
.scroll-down{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #999999;
    text-align: center;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 1;
}
.scroll-down span{
    position: relative;
    -webkit-animation-name: drop;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-name: drop;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-play-state: running;
}
@keyframes drop{
    0% {
        top: 0;
        opacity: 0;
    }
    30% {
        top: 10px;
        opacity: 1;
    }
    100% {
        top: 25px;
        opacity: 0;
    }
}
.scroll-down i{
    transform: translate(0, 0);
    width: 18px;
    height: 10px;
    background: url(../images/down.png) no-repeat center;
}










































.case{
    background: #f2f5f6;
    padding: 67px 0 52px 0;
    padding: 3.49% 0 2.7% 0;
}
.handle{
    text-align: center;
}
.search{
    width: 510px;
    width: 42.5%;
    background: #fff;
    line-height: 46px;
    border-radius: 2px;
    display: inline-block;
    font-size: 16px;
}
.search input{
    width: 75%;
    padding: 0 5%;
    font-size: 15px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search a{
    width: 110px;
    width: 21.56%;
    background: #009e96;
    text-align: center;
    color: #fff;
    float: right;
}
.search a img{
    margin-right: 9px;
    margin-top: -2px;
}
.all-cases{
    width: 132px;
    width: 11%;
    line-height: 46px;
    background: #8c8c8c;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-left: 20px;
    margin-left: 1.66%;
}
.case-ul{
    padding: 46px 0 0 0;
}
.case-ul li{
    float: left;
    width: 380px;
    width: 31.66%;
    margin: 0 30px 34px 0;
    margin: 0 2.5% 2.83% 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.case-ul li:nth-of-type(3n){
    margin: 0 0 2.83% 0;
}
.case-ul li:hover img{
    transform: scale(1.2);
}
.case-ul img{
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.case-ul p{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    font-size: 18px;
    width: 100%;
}




.expert{
    padding: 56px 0 66px 0;
    padding: 4.6% 0 5.5% 0;
}
.expert h1{
    margin-bottom: 38px;
    margin-bottom: 3.16%;
}
.expert-div{
    border-bottom: 1px dashed #bababa;
}
.mavin{
    float: left;
    width: 630px;
    width: 52.5%;
    padding: 0 38px 10px 0;
    padding: 0 3.1% 10px 0;
    border-right: 1px dashed #bababa;
}
.mavin-img{
    width: 132px;
    width: 20.95%!important;
}
.mavin-person{
    width: 430px;
    width: 73%;
    float: right;
}
.mavin-person>h3{
    color: #000000;
    font-size: 18px;
}
.mavin-person>h3 em{
    color: #666666;
    font-size: 14px;
    margin-left: 15px;
}
.mavin-person>p{
    display: inline-block;
    color: #fff;
    padding: 0 16px;
    height: 30px;
    line-height: 30px;
    background: #54c2c0;
    border-radius: 20px;
    margin: 14px 0 18px 0;
}
.major p{
    color: #666666;
    line-height: 180%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.major a{
    display: inline-block;
    float: right;
    color: #666;
    line-height: 260%;
}
.major a img{
    margin-left: 5px;
    margin-top: -2px;
    width: 6px!important;
}
.savant{
    border-bottom: 1px dashed #bababa;
}
.story{
    width: 570px;
    width: 47.5%;
    padding: 0 0 0 50px;
    padding: 0 0 0 4.166%;
    float: right;
}
.story a{
    width: 100%;
    color: #666;
    line-height: 230%;
}
.story a:hover{
    color: #08aeaa;
}
.story span{
    float: right;
}
.pin{
    display: inline-block;
}
.pin li{
    float: left;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    margin: 0 15px;
    border: 2px solid #e9e9e9;
    cursor: pointer;
}
/*.pin li:nth-of-type(1){
    background: url(../images/expert01.png) no-repeat center;
}
.pin li:nth-of-type(2){
    background: url(../images/expert02.png) no-repeat center;
}
.pin li:nth-of-type(3){
    background: url(../images/expert03.png) no-repeat center;
}
.pin li:nth-of-type(4){
    background: url(../images/expert04.png) no-repeat center;
}*/
.pin img{
    width: 100%;
}
.pin li.on{
    border: 2px solid #13b5b1;
    position: relative;
}
.pin li.on::after{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -6px;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 5px solid #13b5b1;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}







.train{
    background: #ededed;
    padding: 58px 0 37px 0;
}
.train h1{
    margin-bottom: 38px;
}
.train-ul{
    margin-bottom: 48px!important;
}
.train-ul li{
    float: left;
    width: 350px;
    width: 31.8%;
    background: #fff;
    margin-right: 25px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.train-ul li:nth-of-type(3n){
    /*margin: 0;*/
}
.train-ul li:hover{
    box-shadow: 0 0 10px #ccc;
}
.train-ul a{
    width: 100%;
}
.train-ul li:hover h2{
    color: #13b5b1;
}
.train-ul li:hover .sign{
    background: #13b5b1;
    color: #fff;
}
.train-ul img{
    width: 100%;
}
.train-cont{
    padding: 23px 25px 34px 25px;
}
.train-cont h2{
    font-size: 18px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.train-area{
    margin: 16px 0 24px 0;
}
.train-area p{
    color: #868686;
    line-height: 175%;
}
.sign{
    color: #13b5b1;
    width: 118px;
    line-height: 36px;
    border-radius: 20px;
    border: 1px solid #13b5b1;
    text-align: center;
    margin: 0 auto;
}
#demo3 .bd{
    padding: 0 50px;
    padding: 0 4.16%!important;
}


































































/*新闻中心 start*/
.news-center{
    background: url(../images/news-bg.jpg) no-repeat 0px 0px;
    background-size: cover;
    padding: 59px 0 37px 0;
}
.news-center h1{
    margin-bottom: 45px;
}
.news-ul li{
    float: left;
    width: 30%;
    background: #fff;
    margin-right: 5%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    border-bottom: 2px solid #bbc0c4;
}
.news-ul li:last-child{
    margin: 0;
}
.news-ul li:hover{
    border-bottom: 2px solid #2877b5;
}
.news-ul li:hover h2{
    color: #0c65aa;
}
.news-ul a{
    width: 100%;
}
.news-ul img{
    width: 100%;
}
.news-cont{
    padding: 25px 23px 35px 23px;
}
.news-cont h2{
    font-size: 18px;
    color: #222222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-cont p{
    color: #999;
    line-height: 175%;
    margin: 21px 0;
}
.news-cont em{
    display: block;
    color: #606060;
    font-family: 'Arial';
}
.news-btn{
    text-align: center;
    width: 278px;
    width: 23.16%;
    height: 56px;
    line-height: 56px;
    margin: 47px auto 40px auto;
    margin: 3.9% auto 3.3% auto;
}
.news-btn a{
    display: block;
    background: #fff;
    color: #666666;
    font-size: 16px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.news-btn em{
    width: 18px;
    height: 10px;
    background: url(../images/news-btn.png) center;
    margin-left: 12px;
    /*margin-top: -3px;*/
}
.news-btn:hover a{
    background: none;
    color: #fff;
    border: 1px solid #fff;
}
.news-btn:hover em{
    background: url(../images/news-btn-act.png) center;
}
.news-center .scroll-down{
    border: 1px solid #fff;
}
.news-center .scroll-down i{
    background: url(../images/down-white.png) no-repeat center;
}

/*新闻中心 end*/

















/*------------6-12-------------------*/
.colleage{
    padding: 49px 0 20px 0;
}
.street{
    margin: 15px auto 34px auto;
    width: 86%;
    text-align: center;
    position: relative;
}
.street img{
    width: 100%;
}



.c-map-dot{
    position: absolute;
    width: 18px;
    height: 18px;
    -webkit-box-shadow:inset #2fb5b2 0 0 5px;
    box-shadow:inset #FF6600 0 0 5px;
    border-radius:50%;
    cursor:pointer;
    background-color:#f7f8fa;
}
.c-map-dot-layer{
    width: 10px;
    height: 10px;
    position:absolute;
    top: 47%;
    left: 47%;
    margin: -4px 0 0 -4px;
    background-color: #FF6600;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
}
.c-map-bubble{
    left:50%;
    bottom:100%;
    margin-bottom:10px;
    width: 400px;
    text-align:center;
    -webkit-transition:.3s all ease-out;
    transition:.3s all ease-out;
    opacity:0;
    visibility:hidden;
    -webkit-transform:translateX(-50%) translateY(5px);
    -ms-transform:translateX(-50%) translateY(5px);
    transform:translateX(-50%) translateY(5px);
    cursor:default;
}
.c-map-dot.hover .c-map-bubble, .c-map-dot:hover .c-map-bubble{
    opacity:1;
    visibility:visible;
    -webkit-transform:translateX(-50%) translateY(0);
    -ms-transform:translateX(-50%) translateY(0);
    transform:translateX(-50%) translateY(0)
}
.c-bubble{
    position:absolute;
}
.c-bubble-inner{
    border: 1px solid #13b5b1;
    border-radius:2px;
    background-color:#fff;
    line-height: 24px;
    box-shadow:1px 1px 3px rgba(0,0,0,.15);
    position:static!important;
    left:50%;
    top:50%;
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    text-align: left;
}
.c-bubble-inner::after, .c-bubble-inner::before{
    font-size: 0;
    position: absolute;
    width: 0;
    height: 0;
    content: '';
    border: 8px dashed transparent;
    top: 100%;
    left:inherit;
    right:inherit;
    margin-top:-1px;
    border-top-style:solid;
}
.c-bubble-inner:before{
    border-top-color:#00a4ff;
    margin-left: -8px;
}
.c-bubble-inner:after{
    border:7px dashed transparent;
    margin-left:-7px;border-top-color:#fff
}


.factory h2{
    color: #333;
    font-size: 14px;
}
.factory a{
    display: block;
    color: #999999;
    padding-left: 12px;
    background: url(../images/sanjiao.png) no-repeat 0px center;
}
.factory a:hover{
    color: #2fb5b2;
}


.demo7{
    display: inline-block;
    width: 75%;
    height: 49px;
}
.know-morw{
    float: right;
    color: #888;
}
.horn .banner:nth-of-type(1){
    display: inline-block;
}
.horn .bd li{
    float: none;
    height: 49px!important;
}
.horn .bd li a{
    height: 49px!important;
    line-height: 49px!important;
}
.horn .bd>div{
    height: 49px!important;
}
.horn img{
    vertical-align: top!important;
    margin-top: 15px;
}

.slidebox{
    width: 100%;
    overflow: hidden;
    position: relative;
}
#demo13 .bd{
    padding: 0 4.16% !important;
}
#demo13 .hd{
    height: 36px;
}
#demo13 .hd a{
    width: 20px;
    height: 36px;
}
#demo13 .hd .prev{
    background: url(../images/train-left.png) no-repeat center;
}
#demo13 .hd .prev:hover{
    background: url(../images/train-left-act.png) no-repeat center;
}
#demo13 .hd .next{
    background: url(../images/train-right.png) no-repeat center;
}
#demo13 .hd .next:hover{
    background: url(../images/train-right-act.png) no-repeat center;
}
