/* 头部 */
.headerpage,.head-container .nav>li{
    height:80px;
}
.head-container .nav>li a{
    line-height: 80px;
    float: left;
}
.team-content{
    background: #f8f8f8;
}
/* .head-container .logo{
    margin-top: 22px;
    margin-right: 20px;
} */
/* .head-container .logo a img{
	height: 60px;
} */
.vertical{
    display: none;
}
.exp-name{
    display: none!important;
}

/* 父容器*/
.main{
    opacity: 0;
    transition: .5s;
}
/*1000wv 仿真实验*/
.exp-container{
    width: 100%;
    background:url(../../imgs/banner_bg.png);
    background-size:cover;
    padding-bottom:81px;
    background: #0c5bcb;
}
.exp-container .exp-wrap{
    width:1480px;
    margin:auto;
}
.exp-container .exp-text{
    width: 45%;
    margin:86px 11% 0 0;
    float: left;
    position: relative;
}
.exp-container .exp-text .exp-u{
    width:124px;
    height:1px;
    background:rgba(255,255,255,1);
}
.exp-container h4{
    margin-bottom:30px;
    line-height: 67px;
    font-weight:400;
}
.exp-container .exp-princibal{
    margin-top:36px;
    margin-bottom:10px; 
}
.exp-container .exp-content{
    font-family:MicrosoftYaHei;
    line-height:30px;
    opacity:0.8;
    margin-bottom:22px;
}
.exp-container .exp-content .shade{
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 90px;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #2d6edf 90%);
    background: -o-linear-gradient(rgba(255, 255, 255, 0), #2d6edf 90%);
    background: -moz-linear-gradient(rgba(255, 255, 255, 0), #2d6edf 90%);
    background: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #2d6edf 90%);
    bottom: 0;
    left:0;
    pointer-events: none;
}
.exp-text .arrows-up{
    position: absolute;
    height:28px;
    bottom:28px;
    left: 48%;
    color:#FFFFFF;
    opacity: 0.6;    
    /* animation:mymoveup .8s infinite;
    -webkit-animation:mymoveup .8s infinite;
    animation-timing-function:linear;
    -webkit-animation-timing-function:linear; */
}
/* @keyframes mymoveup
{
	from {bottom:7px}
	to {bottom:5px}
}

@-webkit-keyframes mymoveup
{
	from {bottom:7px}
	to {bottom:5px}
} */
.exp-text .arrows-down{
    position: absolute;
    /* width:16px; */
    height:28px;
    /* background:url(/assets/style/style1/imgs/shuangjiantoushang.png); */
    color:#FFFFFF;
    bottom:28px;
    left: 48%;
    opacity: 0.6;    
    /* animation:mymovedown .8s infinite;
    -webkit-animation:mymovedown .8s infinite;
    animation-timing-function:linear;
    -webkit-animation-timing-function:linear; */
    display: none;
}
/* @keyframes mymovedown
{
	from {bottom:2px}
	to {bottom:0px}
}

@-webkit-keyframes mymovedown
{
	from {bottom:2px}
	to {bottom:0px}
} */
.exp-container .exp-brief{
    line-height:37px;
    opacity:0.8;
}
.exp-container .exp-brief div{
    display: inline-block;
}
.exp-container .exp-brief span{
    margin-right:60px;
}
.exp-container .exp-detail{
    margin-top:32px;
    display: none;
}
.exp-container .exp-detail a{
    display: inline-block;
    width:150px;
    height:40px;
    background:rgba(44,44,44,1);
    opacity:0.5;
    border-radius:20px;
    line-height: 40px;
    text-align: center; 
}
.exp-container .exp-detail .go-icon{
    display: inline-block;
    width:21px;
    height: 18px;
    margin-left: 10px;
    vertical-align: middle;
    background: url(../../imgs/go_icon.png);
}
.exp-container .video-switch .btn {
    padding: 8px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #555;
    background-color:#eee;
    opacity: .8;
    line-height: normal;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -ms-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    background-clip: padding-box;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 4px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0px solid transparent;
}
.exp-container .video-switch .btn:hover {
    background-color:#fff;
    color: #333;
    opacity: 1;
}
.exp-container .video-switch .btn.active {
    /* border-color: #269CE9; */
    background: #fff;
    color: #333;
    opacity: 1;
}
.exp-container .video-switch .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.exp-container .exp-media{
    width: 500px;
    height:350px;
    margin-top:108px;
    float: left;
    overflow: hidden;
    position: relative;
}
.exp-container .wrap-video {
    width: 100%;
    height: 281px;
}
.exp-container .wrap-img,.exp-container .wrap-img img,.exp-container .wrap-video video{
    width:100%;
    height: 100%;
}
.exp-media .wrap-video{
    display: none;
    background: #000;
    overflow: hidden;
    border-radius:10px;
}
.exp-media .video-switch {
    text-align: center;
    margin-top: 10px;
}
.exp-media .video-switch .btn:nth-child(1) {
    margin-right:10px;
}
.exp-media .wrap-video.active {
    display: block;
}
.exp-media .wrap-video:hover .icon-close{
    display: block;
}
.exp-media .wrap-video:hover .icon-pause{
    display: block;
}
.exp-container .btn_wrap {
    text-align:center;
}
.exp-container .begin, .exp-container .down_pc{
    width: 180px;
    height: 60px;
    border-radius: 30px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    margin: 40px 20px 0;
    cursor: pointer;
    /*opacity: 0;*/
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border: solid 1px #b7b7b7;
    outline: none;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    display: inline-block;
}
.exp-container .btn_wrap .down_pc{
    display: none;
}

/* 关于实验 */
.translate .through{
    height: 1px;
}
.relate-container{
    width: 100%;
    padding-top:101px;
    padding-bottom:80px;
}
.relate-container .relate-wrap{
    width:1480px;
    margin:auto;
}
.relate-container .relate-title,.browse-wrap .relate-title{
    text-align: center;
    margin-bottom:19px;
}
.relate-container .relate-big-box{
    margin-top:80px;
}
.relate-big-left{
    float: left;
}
.relate-big-right{
    float: right;
}
.relate-big-continer{
    width:47%;
    padding:10px;
    background: #fff;
    cursor:pointer;
}
.relate-little-continer .relate-wrap-item,.relate-big-continer .relate-wrap-item{
    width:100%;
    height:100%;
    overflow: hidden;
    position: relative;
}
.relate-content{
    width:100%;
    height:100%;
    display: block;
}
.relate-big-box .img-wrap{
    width: 100%;
    height: 241px;
    overflow:hidden;
}
.relate-big-box .relate-content img{
    width: 100%;
    height: 100%;
    transition:0.5s;
}
.relate-big-box .relate-content p{
    opacity: .8;
    padding:30px 0 35px 20px; 
}
.relate-big-box .relate-content .span-r,.relate-little-box .relate-content .span-r{
    width:118px;
    height: 30px;
    border-radius: 15px;
    float:right;
    margin-right:30px;
    text-align: center;
    line-height: 30px;
    border:1px solid rgb(221,221,221);
    cursor:pointer;
}
.arrow-icon{
    display: inline-block;
    width:12px;
    height:12px;
    background: url(../../imgs/Arrow_icon.png)
}
.relate-content .span-r:hover{
    background: #333;
}
.relate-content .span-r:hover .arrow-icon{
    background:url(../../imgs/Arrow_white.png)
}
.relate-wrap-item .relate-shade{
    position: absolute;
    width:100%;
    height:241px;
    top:-300px;
    left:0;
    display: block;
    background: rgba(0,0,0,.7);
    text-align: center;
    z-index: 100;
    transition: 1s;
}
.relate-shade .span-title{
    margin-top:139px;
}
.relate-shade .span-across{
    width:49px;
    height:1px;
    background:rgba(255,255,255,1);
    margin:0 auto;
    margin-top:20px;
}
.relate-big-continer:hover img{
    transform:scale(1.02);
}
.relate-big-continer:hover .span-l{
    color: #2d6edf;
}
.relate-big-continer:hover .relate-shade{
    top:0;
}
.relate-little-box{
    margin-top:50px;
}
.relate-outleft-box{
    width: -moz-calc(47% + 20px);
    width: -webkit-calc(47% + 20px);
    width: calc(47% + 20px);
    float: left;
}
.relate-outright-box{
    width: -moz-calc(47% + 20px);
    width: -webkit-calc(47% + 20px);
    width: calc(47% + 20px);
    float:right;
}
.relate-little-continer.relate-right{
    float:right;
}
.relate-little-continer{
    width:44%;
    padding:10px;
    background: #fff;
    float: left;
    position: relative;
}
.relate-little-continer:hover img{
    transform:scale(1.05);
}
.relate-little-continer:hover a{
    color: #2d6edf;
}
.relate-little-continer .relate-shade{
    position: absolute;
    width:100%;
    height:170px;
    top:-200px;
    left:0;
    background: rgba(0,0,0,.7);
    text-align: center;
    transition: 1s;
}
.relate-little-continer .relate-shade .span-title{
    font-size:28px;
    font-weight:400;
    color:rgba(255,255,255,1);
    margin-top:78px;
}
.relate-little-continer .relate-shade .span-across{
    width:49px;
    height:1px;
    background:rgba(255,255,255,1);
    margin:0 auto;
    margin-top:18px;
}
.relate-little-continer:hover .relate-shade{
    top:0;
}
.relate-little-box .img-wrap-little{
    width: 100%;
    height: 170px;
    overflow: hidden;
}
.relate-little-box .relate-content img{
    width: 100%;
    height: 100%;
    transition:0.5s;
}
.relate-little-end{
    margin-right:0;
}
.relate-little-continer .relate-content p{
    width: 80%;
    line-height:24px;
    margin:30px auto;
    text-align: center;
    opacity:.8;
}
.relate-little-continer .relate-content .span-r{
    display: block;
    float:none;
    margin:20px auto;
}
/* 项目流量 */
.browse-container{
    width: 100%;
    background: #fff;
    padding:98px 0;
}
.browse-container .browse-wrap{
    width:1480px;
    margin:auto;
}
.browse-wrap ul{
    width:100%;
    height: 100px;
    margin-top:50px;
    padding-bottom:70px;
}
.browse-wrap ul li{
    float:left;
    width:25%;
    height: 100px;
    line-height: 50px;
    text-align: center;
}
.browse-wrap ul li .p1{
    font-size: 58px;
    color:#666;
}
.browse-wrap ul li .p2{
    font-size: 16px;
    color:#999;
}