﻿body, ol, ul, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea,select{
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5 {
    font-weight: normal;
}
a {
    text-decoration: none;
}
em, i {
    font-style: normal;
}
ol, ul, dl, li, dt, dd {
    list-style: none
}

.second .header2{
	height: 150px;
	background: url(../img/se_bgbanner04.png) center center no-repeat;
	overflow: hidden;
	position: relative;
}
.second .versions{
	position: absolute;
	top: 2px;
	left: 10px;
	font-size: 14px;
	color: red;
}
.second .headerBox{
	max-width: 1200px;
	margin: auto;
	height: 30px;
	margin-top: 20px;
}
.second .logoBox,
.second .switchBox{
	float: left;
}
.second .registerBox{
	float: right;
	margin-top: 12px;
	color: #fff;
}
.second .registerBox>div{
	cursor: pointer;
}
.second .registerBox>div ul li:hover{
	background: #01a5f2;
	color: #fff;
}
.second .logoBox span{
	display: inline-block;
	width: 70px;
	height: 70px;
	background: url(../img/picCommon.png) 0px 0px no-repeat;
	vertical-align: middle;
}
.second .logoBox h1{
	display: inline-block;
	vertical-align: -7px;
	font-weight: bold;
	color: #fff;
	font-size: 32px;

}
.second .switchBox{
	margin-top: 22px;
	margin-left: 40px;
	position: relative;
}
.second .switchBox>span{
	display: inline-block;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
}
.second .switchBox .switchBtn{
	display: inline-block;
	width: 120px;
	height: 28px;
	box-sizing: border-box;
	border: 1px solid #fff;
	border-radius: 14px;
	vertical-align: middle;
}
.second .switchBtn p{
	position: relative;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 26px;
	cursor: pointer;
}
.second .switchBtn p .span1{
	position: absolute;
	left: 13px;
	top: 6px;
	display: inline-block;
	width: 11px;
	height: 13px;
	background: url(../img/picCommon.png) -1px -74px no-repeat;
}
.second .switchBtn p .span2{
	position: absolute;
	right: 12px;
	top: 10px;
	display: inline-block;
	width: 11px;
	height: 7px;
	background: url(../img/picCommon.png) -23px -76px no-repeat;
}

.second .areaBox{
	position: absolute;
	left: -300px;
	margin-top: 20px;
	border-radius: 6px;
	width: 965px;
	background: rgba(255,255,255,0.95);
	padding: 10px;
}
.second .areaBox>em{
	position: absolute;
	top: -16px;
	left: 50%;
	margin-left: -64px;
}
.second .areaBox .divBox{
	display: flex;
	font-size: 14px;
	margin-top: 6px;
}
.second .areaBox .divBox span{
	width: 130px;
	text-align: right;
	color: #0259c3;
	line-height: 24px;
}
.second .areaBox .divBox ul{
	flex: 1;
	font-size: 0;
}
.second .areaBox .divBox ul li{
	font-size:14px ;
	display: inline-block;
	width: 90px;
	height: 24px;
	padding: 0 6px;
	line-height: 24px;
	text-align: center;
	border-radius: 13px;
	cursor: pointer;
	margin-bottom: 10px;
	margin-right: 1px;
}

.second .divBox li:hover,
.second .divBox li.areaActive{
	background: #01a5f2;
	color: #fff;
}

.second .selectVersions{
	display: inline-block;
	width: 90px;
	font-size: 14px;
	margin-right: 30px;
	vertical-align: top;
}
.second .selectVersions p img{
	vertical-align: -3px;
	margin-right: 4px;
}
.second .selectVersions ul{
	background: #fff;
	color: #333;
	border-radius: 3px;
	text-align: center;
	padding:4px 0;
	box-sizing: border-box;
	line-height: 28px;
	margin-top: 2px;
	display: none;
}
.second .registerBox a.register{
	margin-right: 14px;
	font-size: 14px;
	color: #fff;
}
.second .registerBox span{
	color: #fff;
	font-size: 14px;
	
}
.second .registerBox a.login{
	margin-left: 13px;
	color: #fff;
	font-size: 14px;
}




/*脚部*/
.second .footer2{
	
}
.second .footer2 .footerHeader{
	height: 46px;
	text-align: center;
	line-height: 46px;
	background:#1c5fab ;
	color: #fff;
}

.second .footerBottom{
	padding: 30px 0;
	text-align: center;
	/*background: #0394e9;*/
	background:#045beb;
}
.second .footerBottom span{
	vertical-align: top;
}
.second .footerBottom .span1{
	display:inline-block;
	width: 110px;
	height: 60px;
	background: url(../img/picCommon.png) 0 -305px no-repeat;
}
.second .footerBottom .span2{
	display:inline-block;
	width: 600px;
	font-size: 14px;
}
.second .footerBottom .span2 p{
	margin-bottom: 10px;
	color: #fff;
}
.second .footerBottom .span3{
	display:inline-block;
	width: 44px;
	height: 55px;
	background: url(../img/picCommon.png) 0 -247px no-repeat;
}