@CHARSET "UTF-8";
*{padding: 0;margin: 0;}
body{margin: 0;background-color: #ffffff;min-height: 100%;min-width: 1250px;}
.innovheader{margin:0 auto;width: 100%;background-size: 100% 100%;min-width: 1200px;
	background: url("/img/jointLab_banner.jpg") no-repeat center;
	height: 788px;
}
.innov-loading {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:#fff url("/img/loading4.gif")  no-repeat center;
}
.wrapBox{
	width: 1200px;margin: 0 auto;
}
.innovheader .innovheader-content{
	display: flex;
	justify-content: space-between;
}
.innovheader .navigation-crumb {
	padding-top: 10px;
	color: #333333;
}
.innovheader .titleInfo{
	font-size: 26px;
	color: #303753;
    margin-top: 27px;
	line-height: 48px;
	font-weight: bold;
}
.innovheader .sub-title {
	color: #767E91;
	font-size: 16px;
	line-height: 24px;
	margin-top: 20px;
}
.innovheader .apply-wrap {
	position: relative;
	border-radius: 12px;
	width: 420px;
	height: 520px;
	margin-top: 80px;
    overflow: hidden;
}

/*教材专区*/
.textBook-wrap {
	padding-bottom: 70px;
	border-bottom:1px solid #e4e4ff;
}
.textBook{
	width: 1200px;
	margin: 0 auto 0;
}
.textBook ul {
	display: flex;
	margin-left: -22px;
}
.textBook ul li{
	float: left;
	height: 312px;
	margin-left: 20px;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 10px;
}
.textBook .title{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 27px;
}
.textBook .title span{
	font-size: 12px;
	color: #888888;
	font-weight: normal;
}
.textBook .title .line{
	width: auto;
	display: inline-block;
	border: 1px solid #888;
	height: 10px;
	margin: 0 8px 0 10px;
}
.title a{
	color: #888888;
	text-decoration: none;
	float: right;
}
.textBook ul li .shadows_this{
	width: 285px;
	position: relative;
	border: 1px solid #e4ebf0;
	overflow: hidden;
	margin: 0 auto;
	-webkit-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
	-moz-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
	-o-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
	transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
	-o-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
	transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
	border-radius:10px;
}
.textBook ul li .ins_div {
	width: 100%;
	margin: 0 auto;
	height: 164px;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
}
.textBook ul li:hover .ins_div img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}
.textBook ul li .ins_div{
	background: #f7f7f7;
	border-bottom: none;
}
.textBook ul li .ins_div .aniamateImg{
	width: 107px;
	height: 154px;
	transition: all 1s ease-in 0s;
	display: block;
	margin: 5px auto;
}
.textBook ul li .course_relative{
	height: 148px;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	border-radius:10px;
}
.textBook ul li .course_relative p{
	font-size: 12px;
	color: #666;
	height: 25px;
	line-height: 25px;
}
.textBook ul li .course_relative p span.titleSty{
	display: inline-block;
	width: 224px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.textBook .bg {
	display: inline-block;
	width: 55px;
	height: 10px;
	background: url(/img/start-gray.png);
	margin-right: 3px;
	overflow: hidden;
}
.textBook .star {
	display: inline-block;
	vertical-align: top;
	left: 0;
	top: 0;
	background-image: url(/img/start-orange.png);
	width: 0;
	height: 10px;
}
.textBook .perNum {
	display: inline-block;
	vertical-align: top;
	color: #777777;
	font-size: 12px;
}
.textBook .newEc_icon{
	position: absolute;
	top:10px;
	right: 10px;
	z-index: 555;
}
.textBook .free {
	position: absolute;
	top: 10px;
	left: 0;
	width: 70px;
	z-index: 555;
}
.materialName span{
	color: #333333;
}
.materialName span::before{
	content: "《";
}
.materialName span::after{
	content: "》";
}
.allBtn {
	margin-top: 75px;
}
.allBtn span{
	display: inline-block;
	width: 154px;
	height: 52px;
	border-radius:25px;
	line-height: 52px;
	text-align: center;
	color: #5684ec;
	border:1px solid #5684ec;
	cursor: pointer;
	margin-right: 20px;
	font-size: 18px;
}
.allBtn span:nth-child(1){
	background-color: #5684ec;
	color: #ffffff;
}
.allBtn span:nth-child(2){
	background-color: #5684ec;
	color: #ffffff;
}
.wdss{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	min-width: 1300px;
	background-size: cover;
    height:auto;
    border-bottom:1px solid #e4e4ff;
}
.ulBox{
	margin: 20px 0 0 0;
	padding-bottom: 10px;
}
.ulBox ul li{
	float: left;
	width: 292px;
	text-align: center;
	height: 339px;
	padding-top: 32px;
	margin-top: -10px;
	border-radius: 5px;
	cursor: default;
}
.ulBox ul li .publicP{
	font-size: 14px;
	color: #9da2bb;
	line-height: 28px;
}
.ulBox ul li .titleP{
	font-size: 18px;
	color: #383c50;
	margin-top: 40px;
    margin-bottom: 18px;
}
.ulBox ul li .line{
	width: 54px;
	height: 4px;
	min-height: 4px;
	max-height: 4px;
	background: #5684ec;
	margin: 60px auto;
	display: none
}

.ulBox ul li:hover{
	box-shadow: 0px 0px 20px #b3c6ee;
}
.ulBox ul li:hover .line{
	display: inline-block;
}
.centerBox{
	width: 1200px;
	min-width: 1200px;
	height: 560px;
	margin: 0 auto;
}
.centerBox .leftImg{
	vertical-align: top;
	margin-top: 63px;
	width: 683px;
	height: auto;
}
.centerBox .imgTwo,.centerBox .imgThree{
	display: none;
}
.rightBox{
	display: inline-block;
	margin-top: 74px;
	margin-left: 10px;
}
.rightBox .rightInfoP{
	font-size: 30px;
	color: #383c50;
	margin-left: 65px;
    margin-top: 47px;
}
.centerList{
	width: 494px;
	height: 91px;
	margin-top: 35px;
	padding-top: 25px;
    padding-left: 65px;
    cursor: pointer;
	box-sizing: border-box;
}
.centerList p:nth-child(1){
	font-size: 18px;
	color: #383c50;
}
.centerList p:nth-child(2){
	font-size: 14px;
	color: #9da2bb;
	margin-top: 10px;
}

.rightBox .bgOneClass{
	background: url("/img/centerIconBg1.png") no-repeat center center;
}


.rightBox .bgTwoClass{
	background: url("/img/centerIconBg2.png") no-repeat center center;
}

.rightBox .bgThreeClass{
	background: url("/img/centerIconBg3.png") no-repeat center center;
}
.rightBox .bgTwo{
	margin-top: 12px;
}
.rightBox .bgThree{
	margin-top: 12px;
}

.centerBox .animationOne, .centerBox .animationTwo, .centerBox .animationThree {
	animation: fadeIn ease 600ms;
	display: inline-block;
}
.centerList p.cor{
	color: #5684ec;
}
.creat_div{width: 100%;margin: 0px auto 20px;}
.lab_ul{margin: 0;padding-bottom: 10px;list-style: none;}
.lab_ul li{
	width: 258px;height: 75px;list-style: none;float: left;margin-top: 20px;background-color: #FFF; box-sizing: border-box;
border: 1px solid #e6e6e6;font-size: 12px;margin-left: 14px;color: #9da2bb!important;line-height: 52px;border-radius:3px;line-height: 75px;}
.lab_ul li img{margin-top: -3px; vertical-align: middle}
.creat_div .lab_ul:AFTER{
	clear: both;content: "";height: 0;display: block;
}
.lab_ul li:hover{
	box-shadow: 0px 0px 10px #b3c6ee;
}
.lab_ul .over-flow{
	display: inline-block;
    width: 86px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.insideBox{
	width: 1200px;
	margin: 0 auto;
}
.insideBox .teaLeft{
	padding-left: 60px;
	animation: fadeInLeft ease 1s;
	float: left;
	width: 597px;
}
.insideBox .teaLeft .teaTitle,.insideBox .stuRight .stuTitle{
	font-size: 30px;
	color: #666666;
}
.insideBox .teaLeft .teaContent,.insideBox .stuRight .stuContent{
	margin-top: 28px;
	font-size: 14px;
	color: #747474;
	line-height: 25px;
}
.insideBox .teaLeft .teaContent i,.insideBox .stuRight .stuContent i{
	font-weight: bold;
	color: #666666;
	font-size: 17px;
}
.teaRight{
	float: right;
	animation: fadeInDown ease 1s;
	width: 603px;
	margin-top: -50px;
}
.stuLeft{
	float:left;
	animation: fadeInLeft ease 1s;
	width: 489px;
	margin-left: 60px;
}
.stuRight{
	float: right;
	width: 600px;
	margin-top: 125px;
	animation: fadeInRight ease 1s;
}

.allScoll{
	width: 1200px;
	background: #fff;
	border-radius:15px;
	box-shadow:0 0 29px #b3c6ee;
	margin: 0 auto;
}
.scollTit{
	text-align: center;
	padding-top:65px;
	font-size: 24px;
	color: #555555;
	padding-bottom: 40px;
}
.scoll_search{
	width: 238px;
	height: 40px;
	position:absolute;
	top:78px;
	right:0;
	border: 1px solid #e6e6e6;
    border-radius: 3px;
    color: #e6e6e6;
}
.scoll_search .input{
	border: none;
	width: 185px;
	height: 36px;
	margin: 0;
	padding: 0;
	box-shadow:none;
	padding-left: 5px;
	border-right: 1px solid #ddd;
	 
}
.scollLine{
	width: 100%;
	border: 0.5px solid #ddd;
	margin-top: 1px;
}
.scollbtn{
	border: none;
	background: #fff;
	font-size: 14px;
	color: #747474;
	padding-left: 11px;
}

.joinScoll{
	width: 100%;
	border-radius:15px;
	box-shadow:0 0 20px #ddd;
	margin-bottom: 65px;
	padding-bottom: 60px;
	/* background:url("/img/wangge.png") repeat; */
	background: #fff;
}
.joinContent{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}
.scollInput{
	width: 596px;
	height: 620px;
	position: fixed;
	top:50%;
	left:50%;
	margin-top: -298px;
	margin-left: -310px;
	background: #ffffff;
	border-radius:14px;
	z-index: 999;
	display: none;
}

.inputDiv{
	border: 1px solid #e4e4ff;
    width: 504px;
    margin: 0 auto;
    line-height: 44px;
}
.publicInput{
	border: none;
	width: 80%;
	height: 30px;
	margin-left: 10px;
	box-shadow:none;
	font-size: 16px;
	outline:none;
	background: transparent;
}

.inputDiv span{
	font-size: 16px;
	color: #9da2bb;
}
.btnDiv{
	width: 504px;
	height: 68px;
	background-color: #5684ec;
	border-radius:15px;
	text-align: center;
	line-height: 68px;
	margin-top: 35px;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	margin: 0 auto;
}
.btnDiv:hover{
	background-color: #4169c5;
}
.redEr{
	color: red;
	text-indent:3.5em;
	line-height: 18px;
	height: 18px;
}

.nodate{width:360px;margin:50px auto 0;}
.nodateImg{width:107px;height: 101px;overflow: hidden;margin: 0 auto;}
.nodate p{font-size:12px;color:#555;margin-top:15px;text-align: center;}
.nowImg:hover{
	animation: jello ease 1s;
	cursor: pointer;
}
.applayP{
	font-size: 18px;
	color: #383c50;
	text-align: center;
	font-weight: bold;
	margin: 40px 0;
}
.scollInput input{
	margin: -3px 0 0 0;
}

.closeImg{
	position: absolute;
    top: -24px;
    right: -26px;
    cursor: pointer;
}
#blackOpacity{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 555;
    background-color: #000000;
    opacity:0.3;
    display: none;
    
}
.contactInfo{
	width: 548px;
	height: 316px;
	position: fixed;
	top:50%;
	left:50%;
	margin-top: -158px;
	margin-left: -274px;
	background: #ffffff;
	border-radius:14px;
	z-index: 999;
	display: none;
}
.adress{
	width: 300px;
	margin: 0 auto;
}
.adress p{
	font-size: 16px;
	color: #9da2bb;
	line-height: 32px;
}
