*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html,body{
	min-width: 1260px;
	height: 100%;
}
/*版心大小*/
.warper{
	width:100%;
}
.warp{
	width:1260px;
	margin:auto;
	position:relative;
}
/*头部*/
.header{
    /* width: 100%; */
    height: 100px;
    background: url(/site_theme/vlab/expblue3/img/head-68d9fc6c610bdc4e70316c21d9e8395a.png) no-repeat center;
	margin: 0 auto;
}
.top{
    padding: 8px 0;
    font-size: 12px;
    background: #4662c3;
}
.top span{
	padding-right: 37px;
	color: #d8d7d7;
}
.top span a{
	color: #fff;
}
/*提示*/
.tip-warning{
    background: #cdd8ff;
    border-color: #4662c3;
    color: #333;
	padding: 5px 10px;
	line-height: 22px;
    text-align: justify;
    border: 1px solid #4662c3;
    font-size: 12px;
    word-wrap: break-word;
    word-break: break-all;
	box-sizing: border-box;
	border-radius: 6px;
    box-shadow: 0 0 9px #4662c3;
}

/* 视频 */
.T-videoBox{
    background-color: #fff;
    padding-top: 25px;
    /* padding-bottom: 25px; */
    overflow: hidden;
}
.T-videoBox .viedoBox{
	width: 49%;
	float: left;
	height: 100%;
	margin-left: 2%;
	border: 8px solid #f2f2f2;
	box-shadow: 0 0 15px #585858;
	border-radius: 10px;
	position: relative;
}
.T-videoBox .viedoBox:first-child{
	margin-left: 0;
}

.video-js{
	width: 100%;
	height: 350px;
	border-radius: 4px;
	overflow: hidden;
}
.T-videoBox .viedoBox video{
	width: 100%;
	height: 100%;
}
.videoCover{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    color: #fff;
    background: rgba(0, 0, 0, 0.55);
    text-align: center;
    padding-top: 80px;
	font-size: 22px;
	cursor: pointer;
}
/* 开始实验 */
.start-exp{
	min-height: 119px;
	line-height: 119px;
	text-align: center;
}
.start-exp button{
    width: 180px;
    height: 40px;
    line-height: 38px;
    background: #fff;
    color: #4662c3;
	border: 1px solid #4662c3;

	border-radius: 4px;
    box-shadow: 0 0 9px #4662c3;
}
.start-exp button:hover{
	background: #4662c3;
    color: #fff;
}
/*图标列表*/
.T-list{
	height: 248px;
	margin: 0  auto;
	background: #4662c3;
	background: linear-gradient(to right, #4662c3 , #7a7ae0);
	padding: 25px  0%;
	width: 100%;
	overflow: hidden;
}
.T-list .list-item{
	float:left;
	width:15%;
	margin:10px 11px;
	text-align: center;
	cursor: pointer;
	border-radius: 8px;
	padding: 40px 0;
	background: #fff;

}

/*.T-list .list-item:nth-child(1),*/
/*.T-list .list-item:nth-child(6){*/
/*	margin-left: 0;*/
/*}*/
/*.T-list .list-item:nth-child(6n){*/
/*	margin-right: 0;*/
/*}*/

.T-list .list-item i{
	display: block;
	width: 64px;
	height: 64px;
	margin: auto;
	background: url(/site_theme/vlab/expblue3/img/Ticon-1-02ad5c5d8ef71da40acfdd3c7c9b57cb.png) no-repeat center;
	margin-bottom: 15px;
}
.T-list .list-item i.icon-2{background: url(/site_theme/vlab/expblue3/img/Ticon-2-afb9270cf88a15efba1436249f696268.png) no-repeat center;}
.T-list .list-item i.icon-3{background: url(/site_theme/vlab/expblue3/img/Ticon-3-5a5332addb2d54ad67fa9c86abb8144e.png) no-repeat center;}
.T-list .list-item i.icon-4{background: url(/site_theme/vlab/expblue3/img/Ticon-4-b0adf5cf53206d979670c3722489d9fe.png) no-repeat center;}
.T-list .list-item i.icon-5{background: url(/site_theme/vlab/expblue3/img/Ticon-5-cfededeb2da0aa06666a00eb35bf66eb.png) no-repeat center;}
.T-list .list-item i.icon-6{background: url(/site_theme/vlab/expblue3/img/Ticon-6-e9cff068afcbe48020c8e46d78453214.png) no-repeat center;}
.T-list .list-item i.icon-7{background: url(/site_theme/vlab/expblue3/img/Ticon-7_h-33d99f352b1bab0f1bf2c7c0d26f8fda.png) no-repeat center;}
.T-list .list-item i.icon-8{background: url(/site_theme/vlab/expblue3/img/Ticon-8_h-e266c95c80b6f3f74db85efac7faf7d3.png) no-repeat center;}
.T-list .list-item i.icon-9{background: url(/site_theme/vlab/expblue3/img/Ticon-9_h-9b7fbb2cbb20486d7bc005ce7a65f051.png) no-repeat center;}
.T-list .list-item i.icon-10{background: url(/site_theme/vlab/expblue3/img/Ticon-10_h-fc335ab10b9b6e2261eaf2d0848ff419.png) no-repeat center;}
.T-list .list-item i.icon-11{background: url(/site_theme/vlab/expblue3/img/Ticon-11_h-09963574ebf8b0a194c5e1d157f3c2de.png) no-repeat center;}

.T-list .list-item:hover{
	background: #4662c3;
	background: linear-gradient(to right, #4662c3 , #7a7ae0);
    color: #fff;
	border:1px solid #fff;
	transition: 0.2s;
}
.T-list .list-item:hover a{
	color:#fff;
	text-decoration:none;
}


.T-list .list-item:hover i.icon-1{background: url(/site_theme/vlab/expblue3/img/Ticon-1_h-e0bce0a17f49b26d1e945db6a0dbc19f.png) no-repeat center;}
.T-list .list-item:hover i.icon-2{background: url(/site_theme/vlab/expblue3/img/Ticon-2_h-7c39cf3fb71ccf617e904db8f9b5d8cc.png) no-repeat center;}
.T-list .list-item:hover i.icon-3{background: url(/site_theme/vlab/expblue3/img/Ticon-3_h-6800ed14b28af9948afc57cf621de29e.png) no-repeat center;}
.T-list .list-item:hover i.icon-4{background: url(/site_theme/vlab/expblue3/img/Ticon-4_h-f3831e0fc487d6d3a4d4aaa4742a115a.png) no-repeat center;}
.T-list .list-item:hover i.icon-5{background: url(/site_theme/vlab/expblue3/img/Ticon-5_h-154eb8e99d4bcae91ced71bbb434b35b.png) no-repeat center;}
.T-list .list-item:hover i.icon-6{background: url(/site_theme/vlab/expblue3/img/Ticon-6_h-2aa457f0470ccb1c309f9bc8b43c736f.png) no-repeat center;}
.T-list .list-item:hover i.icon-7{background: url(/site_theme/vlab/expblue3/img/Ticon-7-1a6b5444f88413be8fac9e7831b281cd.png) no-repeat center;}
.T-list .list-item:hover i.icon-8{background: url(/site_theme/vlab/expblue3/img/Ticon-8-40a85da70d13f73ee84a7d4ebaba7071.png) no-repeat center;}
.T-list .list-item:hover i.icon-9{background: url(/site_theme/vlab/expblue3/img/Ticon-9-334cc5e1ff031d1ff3c0122d27eb4bae.png) no-repeat center;}
.T-list .list-item:hover i.icon-10{background: url(/site_theme/vlab/expblue3/img/Ticon-10-6a7686fbc503b2d0c4aa59794bba8148.png) no-repeat center;}
.T-list .list-item:hover i.icon-11{background: url(/site_theme/vlab/expblue3/img/Ticon-11-15feb742d4865c6c58ba8fe0e65c05a4.png) no-repeat center;}


.T-list .warp .hd a{
	display: block;
	width: 61px;
	height: 61px;
	position: absolute;
	top: 70px;
	cursor: pointer;
}

.T-list .warp .hd a.prev{
	background:url(/site_theme/vlab/expblue3/img/prev-455687b08ff87b772daa194eacf9c259.png) no-repeat center;
	left: -65px;

}

.T-list .warp .hd a.next{
	background:url(/site_theme/vlab/expblue3/img/next-a5ee64f7e3c18704553a40c89a0f86b4.png) no-repeat center;
	right:-70px;
}


/*弹窗*/
.T-model{
	position: absolute;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	z-index: 1050;
	width: 100%;
	/* height: 100%; */
	display: none;
}
.backBlock{
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	z-index: 100;
	background: #000;
	opacity: 0.35;
	width: 100%;
	height: 100%;
	display: none;
}
.T-model .warp{
	margin-top: 50px;
	background: #fff;
	width: 1100px;
	height: 730px;
	position: relative;
}
.T-model .warp .article{
	height: 100%;
	overflow-y: auto;
}
.T-model .warp .article ul{
	width: 100%;
	height: 100%;
}
.T-model .warp .article ul li{
	width: 100%;
	height: 100%;
}
.global-unity-hide {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.global-unity-show {
    position: static;
}
 .t-video{
	width: 900px;
	height: 730px;
    margin: 0px auto;
    padding: 50px 0px;
}
.T-model .warp .article ul li .t-profile{
	padding: 50px;
	font-family: "微软雅黑";
}
.T-model .warp .article ul li .t-profile h1{
	font-size: 26px;
	margin-bottom: 25px;
	color: #4976e8;
}
.T-model .warp .article ul li .t-profile p{
	font-size: 16px;
	color: #666;
	line-height: 2;
	margin-bottom: 10px;
}
.T-model .warp .article ul li .t-profile .detail-info b{
	 float: left;
	 line-height: 2;
	 width: 80px;
	 color: #666;
}
.T-model .warp .article ul li .t-profile .detail-info p{
	margin-left: 80px;
}
.T-model .warp .t-close{
    background: #eee;
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 18px;
    border-radius: 50%;
    text-align: center;
    color: #666;
    position: absolute;
    right: -10px;
    top: -10px;
	cursor: pointer;
	z-index: 999;
}
/*footer*/
.footer{
    padding: 14px 0;
	background: #4662c3;
    width: 100%;
}
footer p {
    margin: 0 auto;
    font-size: 12px;
	color: #fff;
	text-align: center;
}
footer p span,
footer p a{
	color: #fff;
	margin-right: 37px;
	font-size: 12px;
}
footer p span a,
footer p span a:link{
	color:#fff;
}
/* 动 */
.header{
	animation-delay: 0s;
	animation-direction: 0.5s;
}
.tip-warning{
	animation-delay: 0.5s;
	animation-direction: 0.5s;
}
.T-videoBox .viedoBox{
	animation-delay: 1.5s;
	animation-duration:1.5s;
}
.start-exp button{
	animation-delay: 2.5s;
	animation-duration:1s;
}
.list-item-1{
	animation-delay: 3.5s;
	animation-duration:0.5s;
}
.list-item-2{
	animation-delay: 4s;
	animation-duration:0.5s;
}
.list-item-3{
	animation-delay: 4.5s;
	animation-duration:0.5s;
}
.list-item-4{
	animation-delay: 5s;
	animation-duration:0.5s;
}
.list-item-5{
	animation-delay:5.5s;
	animation-duration:0.5s;
}
.list-item-6{
	animation-delay: 6s;
	animation-duration:0.5s;
}

#entityCourseFormUnity {
    height: 660px !important;
    margin: 0 auto;
    width: 1024px;
    display: block;
}
.animated{
	animation-fill-mode: backwards !important;
}
.entityCourseFormUnity{
	transform: translate3d(0, 0, 0);
	transform: translateZ(0);
	backface-visibility: hidden;
	-webkit-perspective: 1000;
}

.uploadFile {
	width:970px;
    margin: 0 auto 30px;
	line-height:30px;

}
.uploadReportFile {
    display: block;
    position: relative;
    float: left;
    margin-left: 15px;
    width: 100px;
    height: 30px;
    background: #0582c6;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    margin-right: 5px;
    border-radius: 5px;
    color: #fff !important;
}
.uploadReportFile input{
	position:absolute;
	opacity:0;
	left:0;
	top:0;
	font-size:30px;
}

.fileName {
	width:220px;
	height:30px;
	display:block;
	font-size:13px;
	color:#999;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.btn-success {
	display: block;
    width: 100px;
    height: 30px;
    background: #0582c6;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    border-radius: 5px;
    color: #fff !important;
    border:1px solid #0582c6;
    margin-left:10px;
}

.sequenceBox{
	margin-top:3px;
    margin-left: 20px;
    height: 35px;
    padding: 0 10px;
    font-size:14px;
    line-height:35px;
}
.sequenceBox span{
 	background: #4976e8;
    color: #fff;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;


}
.sequenceBox .copy-btn{
	float: left;
    color: #333 !important;
    width: 40px;
    height: 25px;
    line-height: 25px;

    background: #e0e0e0;
    border: none;
    margin-left: 2px;
    border-radius: 0;
}
.hideSequence{
	width: 65px;
	color: #fff;
    display: block;
    float: left;
    padding-right: 15px;
    height: 25px;
    background: #4976e8;
    line-height: 25px;

    outline:none;
    border:0;
}

.taolun-img {
    padding-top: 6px;
    display: block;
    padding-bottom: 10px;
    border-bottom:1px solid #fff;

}


.taolun-img img{
    display: block;
    width: 48px;
    height: 48px;
    margin: 1.5px auto;
}

.taolun-box{
	position: fixed;
    right: 15px;
    top: 50%;
    width: 70px;
    background: #4662c3;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-radius:5px;
}

.return-index{
	display:none;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;

    position: absolute;
    top: -10px;
    right: -200px;
}
.badge  a{
	color: #fff;
}
.bg-blue {
    background: #3498DB !important;
    border: 1px solid #3498DB !important;
    color: #fff;
}
.bg-red {
    background: #E74C3C !important;
    border: 1px solid #E74C3C !important;
    color: #fff;
}
.bg-green {
    background: #1ABB9C !important;
    border: 1px solid #1ABB9C !important;
    color: #fff;
}
.bg-orange{
    background: #f78115 !important;
    border: 1px solid #f78115 !important;
    color: #fff;
}
#soureNum{
	float:right;
	padding: 0 15px 9px 10px;
    background:url(/site_theme/img/underLine-245a5a1a1891cde7ed5498b74a9fc89b.png) center bottom no-repeat;
}
#soureNum b {
	display:inline-block;
	width:26px;
	height:35px;
    background:url(/site_theme/img/num-e525fb040d065db842441ba36f4c2485.png) center bottom no-repeat;
}
.soure-order-box{
position: absolute;
    right: -86px;
    top: -15px;
}
.soure-order{
	float:right;
}
.T-model-btn{
	position: relative;
}
.files-list {
	padding: 30px;
}

.T-model .warp .article ul li .file-item {
	padding: 5px 8px;
	width: 100%;
	height: 40px;
	border: 1px solid #ddd;
	border-radius: 3px;
	line-height: 28px;
	margin-bottom: 15px;
}
.T-model .warp .article ul li .file-item a{
	float: right;
	margin-right: 5px;
	color: #417cf1;
	font-size: 14px;
}
.T-model .warp .article ul li .file-item p{
	margin: 0;
	float: left;
	padding-left: 10px;
	color: #333;
	font-size: 14px;
	width: calc(100% - 75px);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.T-model .warp .article ul li .file-item img{
	float: left;
	width: 28px;
}
