*{
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
	height: 100%;
	/*overflow: auto;*/
	font-family: Microsoft yahei,Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
}
.content{
	width: 100%;
	height: 100%;
	position: relative;
}
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}
.header{
	width: 100%;
	min-width: 1100px;
	/*height: 17%;*/
	height: 70px;
	background: url(/img/default/theme1/backgroundHeader.png) no-repeat;
	background-size: 100% 100%;
	max-height: 148px;
}
.header .logo{
	float: left;
	margin: 8px 0px 10px 200px;
}
.header .logo img{
	width: 327px;
	height: 57px;
}
.header .banRight{
	float: right;
	margin-top: 20px;
	margin-right: 170px;
}
.banLang{
	font-size: 16px;
	color: #124175;
}
.banRight span img{
	vertical-align: middle;
	border:none;
}
.posit{
	display: inline-block;
	position: relative;
}
.icon,.iconT,.iconH{
	cursor: pointer;
	display: inline-block;
    width: 80px;
    text-align: center;
    height: 50px;
    line-height: 30px;
    position: relative;
    z-index: 999;
}
.iconT,.iconH{
	border: transparent 1px solid;
}
.QRCode{
	width: 185px;
	height: 185px;
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 99;
	padding: 5px;
	border: #ccc 1px solid;
	background-color: #fff;
	-webkit-box-shadow:0 0 6px 3px #999;  
  	-moz-box-shadow:0 0 6px 3px #999;  
  	box-shadow:6px 6px 16px -3px #20395c;
}
.mainCon{
	height:83%;
	background: url(/img/default/theme1/background.jpg) no-repeat;
	background-size: 100% 100%;
}
.bbc{
	height: 175px;
}
.mainCon .entry{
	height: 100%;
	position: relative;
}
.mainCon .entry .entryBg{
	width: 736px;
	height:370px;
	margin: 0 auto;
	background: url(/img/default/theme1/loginpanel.png) no-repeat;
	background-size: contain;
	background: transparent\9;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
			src='/img/default/gradient.png',
			sizingMethod='scale');
	position: relative;
}
.mainCon .entry .entryBg>div{
	float: left;
}
.mainLeft{
	margin-top: 80px;
	margin-left: 50px;
}
.mainLeft span{
	font-family: Microsoft yahei,Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
	display: block;
	font-size: 21px;
	/*letter-spacing: 2px;*/
	font-weight: bold;
	width: 280px;
	background-image: -webkit-gradient(linear,0 8, 0 bottom, from(rgba(82, 174, 251, 1)), to(rgba(10, 98, 160, 1)));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.desktop{
	width: 180px;
	margin: 10px auto;
}
.desktop img{
	width: 100%;
}
.mainMiddle{
	width: 2px;
	height: 330px;
	background: url(/img/default/theme1/partingLine.png) no-repeat;
	margin: 17px 20px 0 20px;

}
.mainRight{
	position: absolute;
	top: 80px;
	right: 60px;
}
.mainRight select{
	height: 33px;
	width: 260px;
	border-radius: 5px;
	padding-left: 10px;
	border-color: #ccc;
	padding-top:5px\9;
	padding-bottom:5px\9;
}
.mainRight .txt .imgDiv{
	display: inline-block;
	width: 24px;
	text-align: center;
	margin-right: 15px;
}
.mainRight .txt .imgDiv img{
	vertical-align: middle;
}
/*.mainRight .txt img{
	margin-right: 10px;
}
.mainRight .txt img.img{
	margin-left: 3px;
}*/
.mainRight .txt input{
	height: 29px;
	line-height: 29px;
	width: 246px;
	border-radius: 5px;
	border: #ccc 1px solid;
	margin-top: 20px;
	padding-left: 10px;
	font-size: 14px;
}
.mainRight .loginBtn{
	width: 122px;
	height: 38px;
	margin: 27px auto;
	background: url(/img/default/theme1/loginback.png) no-repeat;
	background-size: 100% 100%;
	color: #FFFFFF;
	line-height: 38px;
	font-size: 18px;
	cursor: pointer;
}
/*.mainCon .entry .entryTwo{
	position: absolute;
	top: 64px;
	left: 100px;
}

.mainCon .entry .entryTwo select{
	height: 33px;
    width: 260px;
    border-radius: 5px;
    padding-left: 10px;
}
.mainCon .entry .entryTwo .txt img{
	margin-right: 10px;
}
.mainCon .entry .entryTwo .txt img.img{
	margin-left: 3px;
}
.mainCon .entry .entryTwo .txt input{
	height: 29px;
    width: 246px;
    border-radius: 5px;
    border: none;
    margin-top: 20px;
    padding-left: 10px;
	font-size: 14px;
}
.mainCon .entry .entryTwo .loginBtn{
	width: 122px;
	height: 38px;
	margin: 27px auto;
	background: url(../../img/default/loginback.png) no-repeat;
	background-size: 100% 100%;
	color: #FFFFFF;
	line-height: 38px;
	font-size: 18px;
	cursor: pointer;
}*/
/*.loginBtn:hover{
	background: url(../img/loginAfter.png) no-repeat !important;
}*/
.one{
	border: #ccc 1px solid;
	border-bottom: none;
	background-color: #fff;
}
