* {
	margin: 0;
	padding: 0;
}

/* 页面宽度 */
.adaptwidth{
    width:1200px;
    margin:0 auto;
}
html{
	overflow-y: scroll;
}
/* 公共头部 */
.headerpage{
	width: 100%;
	min-height: 80px;
	position: -webkit-sticky;
	position: sticky;
	top: -108px;
	z-index:1000;
	transition:.6s;
	background-color: #055AAC;
}
.head-container{
	width: 1200px;
	height: 108px;
	margin: auto;
	position: relative;
	/* opacity:0; */
	background-color: rgba(255, 255, 255, 0);
}
.head-container:last-of-type {
	height: 55px;
	font-size: 18px !important;
	line-height: 55px;
	width: 100%;
	padding: 0 calc((100% - 1200px) / 2);
	background-color: rgba(255, 255, 255, 0.1);
	box-sizing: border-box;
}
.head-container .logo{
	float: left;
    margin-top: 20px;
    margin-right: 20px;
}
.head-container .logo a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.head-container .logo a img{
	height: 64px;
}
.head-container .vertical{
	width:1px;
	height:41px;
	float: left;
	margin-top:21px;
}
.head-container .exp-name-wrap{
	width: 18%;
	height: 100%;
	float: left;
	margin-left: 20px;
	display: table;
}
.head-container .exp-name{
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}

.head-container .link-item {
	position: absolute;
	right: calc((100% - 1200px) / 2);
	top: 52px;
	text-align: right;
	min-width: 154px;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	color: #FFFFFF;
}

.head-container .link-item a {
	margin-left: 28px;
	color: #FFF;
}

/* 
.head-container .logout-wrap {
	position: absolute;
	padding: 8px 10px;
    right: 0;
	top: 20px;
	border:1px solid #fff;
	border-radius:3px;
} */
.head-container .start-btn{
	display: none;
}
.head-container .nav-nobefore{
	display: -webkit-box;
    display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction:row;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.head-container .nav-nobefore>li{
	padding:0 5px;
	height: 55px;
	/* float: left; */
	line-height: 55px;
	text-align: right;
	position: relative;
	box-sizing: border-box;
}
.head-container .nav-nobefore>li a::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0;
    height:0;
}
.head-container .nav-nobefore>li a{
	line-height: 55px;
	padding-top: 0;
	padding-bottom: 0;
	width: 100%;
	text-align: center;
	display: inline-block;
	white-space:nowrap;
	overflow: hidden;
}
.head-container .nav-nobefore>li a:hover::before {
	width: 100%;
	height: 2px;
}
.head-container .nav-nobefore>.active::before{
	content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 2px;
}
#beyond-box {
	width: 20px;
	height:20px;
	position: absolute;
    top: 0;
	right: -33px;
	bottom:0;
	margin:auto;
	display: none;
	font-size: 18px;
	background: url(./imgs/more.png) no-repeat;
	background-size: cover;
	cursor:pointer;
}
.beyond-wrap{
	width: 150px;
	position: absolute;
	top: 50px;
    left: -115px;
	height: 0;
	overflow: hidden;
	box-sizing: border-box;
	transition:.2s;
	z-index: 1000;
}
.beyond-wrap>li{
	height: 35px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	
}
.beyond-wrap>li a{
	width: 80%;
	line-height: 38px;
	display: inline-block;
	color:#666!important;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

.beyond-wrap>li:hover{
	background:#f2f2f2;
}
/* 公共底部 */
.footerpage{
	width:100%;
	opacity: 0;
	height: 136px;
	background:#1C4E7F;
	transition: .5s;
	padding-top: 1px;
}

.foot-container{
    font-size: 14px;
	height: 56px;
	width: 1200px;
    color: white;
	margin: 40px auto;
	position: relative;
}

.foot-container span {
	position: absolute;
}

.foot-container span:nth-of-type(1) {
	left: 0;
	top: 0;
}

.foot-container span:nth-of-type(2) {
	left: 0;
	bottom: 0;
}

.foot-container span:nth-of-type(3) {
	right: 0;
	top: 0;
}

.foot-container span:nth-of-type(4) {
	right: 0;
	bottom: 0;
}

/* 其他公共样式 */
.translate{
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.through{
    display: inline-block;
    width: 260px;
	height: 1px;
	opacity: 0.5;
}
.through-txt{
    padding: 0 24px;
    vertical-align: sub;
} 

@media screen and (max-width: 1500px) {
	.exp-container .exp-wrap,.relate-container .relate-wrap,.browse-container .browse-wrap ,.foot-container,.head-container,.team-member,.adaptwidth{
		width:1200px!important;
	}
	.exp-text .exp-title{
		font-size: 30px!important;
	}
	.head-container .exp-name-wrap{
		width:24%;
	}
	.uilink .uilink-item{
		/* width:280px!important; */
	}
}
@media screen and (max-width: 1200px) {
	.browse-container,.exp-box,.recrichtext-box,.home-container{
		width:1200px!important;
	}
	.relate-container .exp-text span{
		width:1000px!important;
	}
}
/* @media screen and (min-width:768px) and (max-width:1024px){
	 公共样式 
	.exp-name-wrap,.logo,.vertical{
		display: none!important;
	}
	.exp-container .exp-wrap,.relate-container .relate-wrap,.browse-container .browse-wrap ,.team-member,.adaptwidth{
		width:768px!important;
		margin:0 auto;
	}
	.head-container .nav{
		left: 0;
		right: auto!important;
	}
	.headerpage,.head-container{
		background: #000;
	}
	 首页 
	.exp-media{
		width: 768px!important;
		height: 432px!important;
	}
	.uilink .uilink-item{
		width:48%!important;
		margin-right:0!important;
	}
	.uilink .uilink-item:nth-child(2n+1){
		margin-right:4%!important;
	}
	 复合图文页 
	.recrichtext-container{
		width:100%!important;
	}
	.recrichtext-container .container-l{
		display: none;
	}
	.recrichtext-container .container-r {
		margin-left:0;
		padding: 0 20px;
	}
	.through {
		width: 100px!important;
	}
	.through-txt {
		font-size: 28px!important;
	}
	实验详情 
	.exp-container .content-l dt,.exp-container .content-l dd{
		padding: 20px 10px!important;
	}
}
@media screen and (max-width:768px){
	body {
		font: 14px"MicrosoftYaHei","Arial Narrow",HELVETICA;
	}
	.exp-name-wrap,.logo,.vertical{
		display: none!important;
	}
	.exp-container .exp-wrap,.relate-container .relate-wrap,.browse-container .browse-wrap ,.team-member,.adaptwidth{
		width:100%!important;
		margin:0 auto;
	}
	.head-container .nav{
		left: 0;
		right: auto!important;
	}
	.headerpage,.head-container{
		background: #000;
	}
	.exp-media{
		width: 290px!important;
		height: 168px!important;
	}
	.recrichtext-container{
		width:100%!important;
	}
	.recrichtext-container .container-l{
		display: none;
	}
	.recrichtext-container .container-r {
		margin-left:0;
		padding: 0 20px;
	}
	.through {
		width: 80px!important;
	}
	.through-txt {
		font-size: 24px!important;
	}
	实验详情 
	.exp-container .content-l dt,.exp-container .content-l dd{
		padding: 20px 10px!important;
		font-size: 14px!important;
	}
	.content-r table th {
		padding:0!important;
	}
	.content-l,.content-r{
		float: none !important;
		position: static !important;
	}
	.content-r{
		width:90%!important;
		padding-right: 10%!important;
	}
	.content-l dd{
		float: left!important;
	}
	.exp-container .content-l .on {
		margin-top:0!important;
	}
} */


/* 皮肤 */

/* 头部 */
/* .headerpage{
	background: #611e6d;
}
.head-container{
	background: #611e6d;
} */
.head-container .vertical{
	background:#333;
}
.head-container .exp-name{
	color:#333;
	font-size: 18px;
}
.head-container .logout-wrap a{
	color:#FFF;
}
.head-container .nav-nobefore>li{
	font-size: 16px;
	color:#666;
}
.head-container .nav-nobefore>li a::before {
	border-bottom: 2px solid #FFF;
}
.head-container .nav-nobefore>li a{
	color:#FFF;
}
.head-container .nav-nobefore>.active::before{
	border-bottom: 2px solid #FFF;
}
.beyond-wrap>li{
	background: #fff;
	border:1px solid #e4dede;
}
.beyond-wrap>li a:hover{
	color:#666!important;
}

/* 转译 */
.translate{
	font-size:18px;
    color:rgba(153,153,153,1);
}
.through{
	background:#cccdce;  
}
.through-txt{
  	font-weight: 600;
  	font-size: 24px;
}

.content-l .arrow.iconfont {
	display: none;
	font-size: 30px;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: 20px;
	user-select: none;
}

.recrichtext-content .recrichtext-container{
	background: #fff;
}

/* .recrichtext-container .container-l{
	border-right:1px solid #f1f1f1;
} */
.recrichtext-container .content-l dt{
	font-size: 24px;
    color:#333;
}
.recrichtext-container .content-l dd a{
	font-size: 20px;
	color:#333;
}
.recrichtext-container .content-l dd:hover a{
    color: #333;
    font-weight:700;
}
.exp-content .exp-container .content-l{
	background: #fff;
}
.exp-container .content-l dt{
	font-size: 24px;
    font-weight: 700;
    color:#333;
}
.exp-container .content-l dd{
	color: #666;
}
.exp-container .content-l .on{
	border-color: #4365ed;
    background-color: #4365ed;
    background: #4365ed;
    color: #fff;
}
.exp-container .content-l .on::after {
	background:#611e6d;
}
.exp-content .exp-container .content-r {
	background: #fff;
}
/* 团队型 */

.team-content .team-leader-wrap {
    background: #611e6d;
}
.team-member .member-item:hover .godetails-btn a {
    color: #611e6d;
}

.team-member .member-item:hover .member-item-content {
    background: #611e6d;
}
.team-leader-details dl {
    background: #f2f2f2;
}

.team-leader-details dl dt {
    font-size: 20px;
}

.team-leader-details dl dd {
    color: #333;
}

.team-leader-explain {
    color: #fff;
}

.godetails-btn {
    background: #fff;
}

.godetails-btn a {
    color: #333;
}

.team-member .t-title {
    font-weight: 400;
    font-size: 44px;
    color: #313131;
}

.team-member .t-translate {
    font-size: 18px;
    color: #999999;
}

.team-member .member-item:hover .member-p1 span {
    color: #fff;
}

.team-member .member-item:hover .member-p2 {
    color: #fff;
}

.member-item-contenthover .outmember-list .godetails-btn {
    background: #fff;
}
.localtion-wrap .team-page {
    color: #611e6d;
}

.content-container {
    background: #fff;
}

.select-member div:hover {
    background: #611e6d;
    color: #fff;
}

.select-member .select-last i {
    background: url(../style1/imgs/shangyige1.png);
}

.select-member .select-next i {
    background: url(../style1/imgs/xiayige1.png);
}

.select-last:hover i {
    background: url(../style1/imgs/shangyige2.png);
}

.select-next:hover i {
    background: url(../style1/imgs/xiayige2.png);
}
/* 图文型 */
.richtext-content .richtext-wrap {
    background: #fff;
}

.exp-content .exp-container .content-l .on {
	color: white !important;
}
