/* 研究院 开始 */
.banner{
    height:30vw;
}
.line{
    background: #fff;
    position: relative;
    overflow:hidden;
    color:#666;
}
.line i{
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ddd;
    display: inline-block;
    top: 12px;
    margin-left: 10px;
}
.intro{

}
.intro img{
    margin-left:20px;
}
.section-title p.text{
    color:#ddd;
    text-transform: uppercase;
    margin:0;
}
.con{
    margin:40px auto 20px auto;
    overflow:hidden;
}
.intro .con p{
    font-size:16px;
    text-indent:2em;
    margin-bottom:20px;
}
.intro .con ul{
    margin-top:50px;
    width:67%;
}
.intro .con  li{
    float:left;
    width:33.333%;
    color:#3A66D2;
    text-align:left;
}
.intro .con  li p{
    text-indent:0;
}
.develop .con img{
    width:100%;
}

.img-list{
    margin-top: 20px;
    justify-content: space-between;
}
.img-list .img-one{
    width: 19%;
    height: 130px;
    background: #000;
}

/* 发展模式 */
#develop .container{
    padding-top: 50px;
    padding-bottom: 50px;
}
#develop .container img{
    width: 100%;
}

#develop .section-title h4 {
    color: #fff;
}
#develop .section-title p.text {
    color: rgba(255, 255, 255, 0.6);
}
.develop-img{
    width: 70%;
    margin: 20px auto;
}
.develop-img img{
    width: 100%;
}

/* 专家团队 */
.expert{
    position:relative;
    padding:150px 0;
}
.expert  .bg{
    position:absolute;
    height:100px;
    width:100%;
    background:#EBEEF8;
    top:50%;
    transform:translateY(-50%);
}
.expert .list{
    /*height:1000px;*/
    margin:40px auto;
    overflow: hidden;
}
.expert .swiper-slide{
    padding:20px 40px;
    height:300px;
    border-radius: 6px;
}
.expert .swiper-slide h3{
    text-align:center;
    font-size:22px;
    font-weight:700;
}
.expert .swiper-slide h4{
    text-align:center;
    font-size:16px;
}
.expert .swiper-slide p{
    margin-top:20px;
    font-size:14px;
}
.expert .swiper-slide svg{
    fill:#fff;
    display:block;
    margin:20px auto;
}

.expert .swiper-slide:hover{
    color:#fff;
}
.expert .swiper-slide:hover ::before{
    background:#000;
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
}

.expert .swiper-slide:hover .overlay{
    opacity: 1;
    visibility: visible;
}
.expert .swiper-slide:hover .overlay-inner{
    opacity: 1;
    visibility: visible;
}

.overlay{
    opacity: 0;
    visibility: hidden;
    color: #fff;
    background-color: rgba(34, 34, 34, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    border-radius: 6px;
}
.overlay .overlay-inner {
    opacity: 0;
    visibility: hidden;
    padding: 30px;
}


/* 海外合作 */
.corp{
    color:#fff;
    width:100%;
    background:url('../../images/web/map_balck_whole_bg.jpg') repeat;
    overflow: hidden;
}
#map .container{
    height:600px;
    margin:50px auto;
    background:url('../../images/web/map.png') center center / cover no-repeat;
    position:relative;
}
.region-list{position:absolute;left:0;top:0;z-index:1;}
.area-box .dot{position:absolute;left:0;width:10px;height:10px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background:#a2a9b4;opacity:1;filter:alpha(opacity=100)}
.area-box .pulse{position:absolute;top:-28px;left:-28px;height:66px;width:66px;border:2px solid #b7b7b7;-webkit-border-radius:48px;-moz-border-radius:48px;border-radius:48px;-webkit-box-shadow:0 0 4px #82878f,0 0 10px #82878f inset;-moz-box-shadow:0 0 4px #82878f,0 0 10px #82878f inset;box-shadow:0 0 4px #82878f,0 0 10px #82878f inset;opacity:.12;filter:alpha(opacity=0);-webkit-animation:warn 2s ease-out both;-moz-animation:warn 2s ease-out both;-o-animation:warn 2s ease-out both;animation:warn 2s ease-out both;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite;background:0 0}
.area-box .delay-01{-webkit-animation-delay:0;-moz-animation-delay:0;-o-animation-delay:0;animation-delay:0}
.area-box .delay-02{-webkit-animation-delay:.4s;-moz-animation-delay:.4s;-o-animation-delay:.4s;animation-delay:.4s}
.area-box .delay-03{-webkit-animation-delay:.8s;-moz-animation-delay:.8s;-o-animation-delay:.8s;animation-delay:.8s}
.area-box .delay-04{-webkit-animation-delay:1.2s;-moz-animation-delay:1.2s;-o-animation-delay:1.2s;animation-delay:1.2s}
.area-box .delay-05{-webkit-animation-delay:1.6s;-moz-animation-delay:1.6s;-o-animation-delay:1.6s;animation-delay:1.6s}
.area-box .delay-06{-webkit-animation-delay:2s;-moz-animation-delay:2s;-o-animation-delay:2s;animation-delay:2s}
.area-box .delay-07{-webkit-animation-delay:2.4s;-moz-animation-delay:2.4s;-o-animation-delay:2.4s;animation-delay:2.4s}
.area-box .delay-08{-webkit-animation-delay:-.4s;-moz-animation-delay:-.4s;-o-animation-delay:-.4s;animation-delay:-.4s}
.area-box .delay-09{-webkit-animation-delay:-.8s;-moz-animation-delay:-.8s;-o-animation-delay:-.8s;animation-delay:-.8s}
.area-box .delay-10{-webkit-animation-delay:-1.2s;-moz-animation-delay:-1.2s;-o-animation-delay:-1.2s;animation-delay:-1.2s}
.area-box .delay-11{-webkit-animation-delay:4s;-moz-animation-delay:4s;-o-animation-delay:4s;animation-delay:4s}
.region-list.active .area-box .dot{background:#009fd9}
.region-list.active .area-box .pulse{border-color:#009fd9;top:-39px;left:-39px;height:88px;width:88px;-webkit-box-shadow:0 0 12px #0080d9,0 0 20px #0080d9 inset;-moz-box-shadow:0 0 12px #0080d9,0 0 20px #0080d9 inset;box-shadow:0 0 12px #0080d9,0 0 20px #0080d9 inset}
.region-list.waite .area-box .dot{background:#f90}
.region-list.waite .area-box .pulse{border-color:#f90}
.show-regin{position:absolute;left:2px;height:0;top:0;width:11px;opacity:0;-o-transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out}
.online-node .show-regin,.region-list:hover .show-regin,.underline-node .show-regin,.waite-node .show-regin{height:127px;opacity:1}
.show-regin span{width:80px;position:absolute;left:8px;top:-11px;padding:6px 10px;font-size:14px;color:#ccc;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;text-align:center;white-space:nowrap;}

.postition-8 .show-regin span{left:-72px}
.area-box{z-index:77}
.show-regin{z-index:66}
.region-list.active .show-regin span{position:relative;color:#ccc}
.region-list.waite .show-regin span{color:#ccc}
.postition-1{left: 88%;top: 24%;}
.postition-2{left: 58%;top: 34%;}
.postition-3{left: 83%;top: 50%;}
.postition-4{left: 3%;top: 37%;}
.postition-5{left: 92%;top: 29%;}
.postition-6{left: 50%;top: 12%;}
.postition-7{left: 50%;top: 28%;}
.postition-8{left: 86%;top: 34%;}
.postition-8.region-list.active .area-box .pulse{top:-50px;left:-50px;width:110px;height:110px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}
.postition-9{left:637px;top:371px}
.postition-9.region-list.active .area-box .pulse{top:-50px;left:-50px;width:110px;height:110px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}
.postition-10{left:554px;top:539px}
.postition-11{left:604px;top:300px}
.postition-13{left:470px;top:250px}
.douhao{width:0}



/* 重写 */
footer{
    margin-top:0;
}

/* 研究院 结束 */


/* PAD */
@media screen and (min-width:768px) and (max-width:1199px) {
    .img-list .img-one{
        height: 100px;
    }
    #map .container{
        background-size: contain;
        height: 450px;
    }
}

/* 手机 */
@media screen and (max-width:767px) {
    .expert .swiper-slide{
    }
    .img-list{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .img-list .img-one{
        width: 30%;
        margin:6px 4px 0 4px;
        height: 55px;
    }
    .develop-img{
        width: 100%;
    }
    #map .container{
        height: 200px;
    }
}


/*动画*/
@-webkit-keyframes warn{
    0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}
    100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}
}
@-moz-keyframes warn{
    0%{-moz-transform:scale(0);transform:scale(0);opacity:1}
    100%{-moz-transform:scale(1);transform:scale(1);opacity:0}
}
@-o-keyframes warn{
    0%{-o-transform:scale(0);transform:scale(0);opacity:1}
    100%{-o-transform:scale(1);transform:scale(1);opacity:0}
}
@keyframes warn{
    0%{-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0);opacity:1}
    100%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:0}
}