*{
	margin:0;
	padding: 0;
}
a{
	text-decoration: none;
	color: #000;
}
.header{
	width: 100%;
	border-bottom:1px solid rgba(160,160,160,1);
}
.headerCenter{
	width:1200px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}
.headerCenter .login{
	display: flex;
	font-size:20px;
	color: #000;
	align-items:center;
}
.headerCenter .login a{
	color: #52A684;
}
.headerCenter a img{
	/*width:240px;*/
	height: 56px;
}
.bias{
	display: block;
	margin-left: 5px;
	margin-right: 5px;
}
.headerCenter .login .exit{
	color:#000;
}
/*鐎佃壈鍩�*/
.nav{
	display: flex;
	width: 1193px;
	margin:0 auto;
}
.line{
	width:40px;
	height:6px;
	background:white;
	margin:0 auto;
}
.title{
	font-size:16px;
	color:rgba(102,102,102,1);
	margin-top: 19px;
	margin-bottom: 14px;
}
.nav a:hover .title{
	color:#52A684;
}
.nav a:hover .line{
	background:#52A684;
}
.titleCol{
	color:#52A684;
}
.col{
	background:#52A684;
}
.navItem{
	margin-right: 24px;
}
.navItem:last-child{
	margin-right: 0px;
}
.banner{
	background: url(../image/banner.png)no-repeat;
	padding-bottom: 129px;
	padding-top: 154px;
	background-size: 100% 680px;
}

.experimentContent{
	width: 1000px;
	padding-top:47px;
	background: #fff;
	margin:0 auto;
}
.experimentContent .bigTitle{
	background:#52A684;
	background-size: 100% 100%;
	height: 45px;
	line-height: 45px;
	padding-left: 73px;
	font-size: 20px;
	color: #fff;
}
.experimentContent .bigTitle span{
	font-size:14px;
	margin-left: 12px;
}
.experiment{
	padding:0 69px 234px; 
    box-shadow: 0px 5px 6px #EEEEEE;
}
.experimentTitle{
	font-size: 20px;
	color: #444444;
	border-bottom: 1px solid #52A684;
	line-height: 30px;
	margin-top: 20px;
}

.introduce{
	margin-top: 23px;
}
.introduceItem{
	display: flex;
	
}
.introduceItem img{
	display:block;
	width: 150px;
	height: 190px;
}
.introduceItem .details-introduce img{
	display: block;
    width: 620px;
    height: 350px;
    margin-bottom:10px;
}
.details-introduce{
	width:calc(100% - 150px);
	margin-left: 11px;
	font-size: 16px;
	color: #444444;
}
.details-introduce div{
	margin-bottom: 13px;
}
.details-introduce .name{
	font-size: 22px;
	color: #333333;
}
.details-introduce  .intro{
	line-height: 30px;
	font-size:16px!important;
	font-family:MicrosoftYaHei!important;
}



/*闂備礁婀遍崢褔鎮洪妸銉冩椽鎮㈤悡搴ｏ紵闂佽法鍣﹂幏锟�*/
.footer{
	background:#52A684;
	color: #fff;
	padding-top: 130px;
	padding-bottom: 50px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	text-shadow:0px 2px 1px rgba(0, 0, 0, 0.2);
}
.triangle{
	width: 0;
	height: 0;
	border:40px solid transparent;
	border-top:40px solid white;
	margin: 0 auto 60px;
}
.textList{
	display: flex;
	align-items: center;
	text-align: center;
	line-height: 22px;
	font-size: 20px;
	justify-content: center;
	margin-bottom: 20px;

}
.verticalLine{
	width: 1px;
	height: 20px;
	background: #fff;
	margin:0 11px;
}
