/*reset*/
	html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
	display: block;
}
ol,ul {
	list-style:none;
	margin:0;
	padding:0;
}
blockquote,q {
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/*reset-end*/
	body {
	font-family: '微软雅黑', Microsoft YaHei;
	background:#fff;
}
a {
	text-decoration:none;
}
a:link,a:visited,a:hover,a:active {
	text-decoration:none;
	color:inherit;
}
.clear {
	clear:both
}
/* clear float*/
.container {
	width:100% !important;
	max-width:1200px;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear;
	-o-transition:all .2s linear;
	-ms-transition:all .2s linear;
}
.login-wrapper { min-height: calc(100vh - 156px); background-color: #f4f8fa; background:url(../images/login-bg.jpg) bottom;}
.login-footer { height:90px; background:#131021;}
.login-left { float: left;padding-top:5%; margin-left: 40px }
.login-right { float: right; width:400px; margin-right: 40px }
.login-right .modal-box { margin-top: 30%; background: #FFF}
/*header-start*/
#header {
	width:100%;
	color:#FFF;
	border-bottom: 1px solid #262941;
	background:#322f3e;
}
.header-logo {
	width:226px;
	margin-top:15px;
	float:left;
	color:#FFF;
}
.header-logo h1{
	float:left;
	font-weight: bold;
	font-size: 26px;
	margin-right: 2px;
}
.header-logo h2{
	float:left;
	font-size: 24px;
	line-height: 35px;
	letter-spacing: 1px;
	font-weight:bold;
	/* margin-top: 4px; */
}
.nav-wrapper {
	float:left;
    margin-right: 90px;
}
.nav-wrapper>a { float:left}
.header-nav {
	width:100%;
	height:65px;
	padding:0px 40px;
	transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
	-ms-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
}
.header-nav li {
	text-align:center;
	float:left;
	line-height:65px;
	font-size:16px;
	color:#FFF;
	padding:2px 7px 0px;
	border-bottom:2px rgba(255, 255, 255, 0) solid;
	margin:0px 15px;
	/*text-shadow: 1px 1px 1px #273344;
	-o-text-shadow: 1px 1px 1px #273344;
	-moz-text-shadow: 1px 1px 1px #273344;
	-webkit-text-shadow: 1px 1px 1px #273344;*/
}
.header-nav li a {
	color:#FFF;
}
.header-nav li.selected {
	color:#FFF;
	border-bottom:2px rgba(255, 255, 255, 0.7) solid;
}
.header-nav li.selected a {
	color:#FFF;
}
.header-nav li:hover {
	border-bottom:3px rgba(255, 255, 255, 1) solid;
	transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	/* Firefox 4*/
	-webkit-transition-duration: 0.6s;
	/* Safari 和 Chrome*/
	-o-transition-duration: 0.6s;
	/* Opera*/
}
.header-nav li a:hover {
	transition-duration: 0.1s;
	-moz-transition-duration: 0.1s;
	/* Firefox 4*/
	-webkit-transition-duration: 0.1s;
	/* Safari 和 Chrome*/
	-o-transition-duration: 0.1s;
	/* Opera*/
}
.modal-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: none;
    background-color: #000;
    opacity: .7;
}

.form-yzm { width:220px!important;}
.form-yzm input { padding-left: 15px!important;}
.form-pic { max-width: 110px; border:0px!important}
.login-box {
	float:right;
	margin-top:25px;
	position:relative;
	padding-bottom:24px;
	-webkit-animation: dropdownOpen 0.3s ease-out;
    -o-animation: dropdownOpen 0.3s ease-out;
    animation: dropdownOpen 0.3s ease-out;
}
.login-box:hover .login_list {
	display:block
}
.login_list {
	position:absolute;
	display:none;
	background:#FFF;
	color:#5f7491;
	overflow: hidden;
    border-radius: 0px 0px 3px 3px;
	border-top:0px;
	top:55px;
	left:-5px;
	width:120px;
	box-shadow:0 1px 2px #898C8C;
	font-size:13px;
	z-index:9;
}
.login_list li {
	padding:10px 8px 10px 18px;
	border:1px solid #cdcdcd;
	border-top:0px;
	cursor:pointer
}
.login_list li:hover {
	background:#7A8EAB;
	color:#FFF;
	border:1px solid #5f7491;
	border-top:0px;
	transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	/* Firefox 4*/
	-webkit-transition-duration: 0.6s;
	/* Safari 和 Chrome*/
	-o-transition-duration: 0.6s;
	/* Opera*/
}
.login_list:hover {
	display:block
}
.login-box span {
	width: 18px;
	height: 18px;
	float: left;
	margin-top: 6px;
	overflow: hidden;
}
.login-box span img {
	width:100%;
}
.login-box h1 {
	max-width:88px;
	padding-right:10px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float:left;
	font-size:14px;
	color:#5f7491;
	line-height:31px;
	margin-left:10px !important;
	/*text-shadow: 1px 1px 1px #026972;*/
}
.login-box .caret {
	margin-top:13px;
}
.login-box:hover .caret {
	transform:rotate(180deg);
	-moz-transform: rotate(180deg);
	/* FF3.5+*/
	-o-transform: rotate(180deg);
	/* Opera 10.5*/
	-webkit-transform: rotate(180deg);
	/* Saf3.1+, Chrome*/
}
/*header-end*/

.grey-bg { background:#f9f9f9!important}
.blue-bg { background:#f5f8fb!important}



	#login_wrapper { display:none;background:#FFF}
	.modal-box {
		padding: 20px 30px 10px;
		width: 400px;
		border-radius: 3px;
		box-shadow: 0px 0px 15px rgba(0, 17, 52, 0.1);
	}
	.m_title {
		border-bottom: 1px solid #e1e1e1;
		padding-bottom: 18px;
		margin-bottom: 18px;
		color: #333;
		font-size: 20px;
		text-align: center;
	}
	.login-close { position: absolute;color:#333;width:11px;height:12px;background:url(../images/close-login-icon.png) no-repeat;top:20px;right:20px;cursor:pointer;z-index:9}
	.login-close:hover { background:url(../images/close-login-icon-hover.png) no-repeat;cursor:pointer}
	.form-control {
		width: 100%;
		height: 32px;
		padding: 6px 12px;
		background-color: #fff;
		border: 1px solid #ccc;
		border-radius: 2px;
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
		transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
		-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
		-moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
		-ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}
	.form-ip{
		height: 50px;
		width: 100%;
		padding: 10px 10px 10px 40px;
		border: none;
		font-size:14px;
		font-family: sans-serif,"宋体";
    	outline: none;
		border-radius: 3px;
	}
	.icon-user { position: absolute;top: 14px;left: 10px;width:26px;height:24px; background:url(../images/icon-user.png) no-repeat}
	.icon-pwd { position: absolute;top: 14px;left: 10px;width:26px;height:24px; background:url(../images/icon-pwd.png) no-repeat}
	.form-group {
		width: 340px;
		margin: 0 auto 13px;
		height: 52px;
		position: relative;
		border: 1px solid #e1e1e1;
		border-radius: 3px;
	}
	.modal-box h1 {
		text-align: center;
		margin-top: 20px;
		font-size: 13px;
		color: #999;
		font-family: sans-serif,"宋体";
		margin-bottom: 15px;
		cursor: pointer;
		font-weight: normal;
	}
	.btn-sure {
		cursor: pointer!important;
		width:100%;
		height: 42px;
		line-height: 42px;
		color: #FFF;
		font-size: 16px;
		margin: 0 auto;
		background: #2dd8bb;
		border-radius: 3px;
		text-align: center;
		/* font-weight: bold; */
		cursor: pointer;
		border-width:0px;
	}
	.btn-sure:focus { outline:none}



.dropdown {
	display:none;
	position:absolute;
	left:-20px;
	top:59px;
	border:1px solid #05a1b0;
	z-index:999;
	box-shadow:0 1px 1px #6D6D6D;
}
.dropdown li {
	width:80px;
	padding:10px 0px;
	color:#999;
	background:#FFF;
	line-height:30px;
	text-align:center;
	border-bottom:1px solid #f1f1f1;
	font-size:14px;
}
.dropdown li:last-child {
	border-bottom:0px
}
.dropdown li:hover {
	color:#FFF;
	background:#05a1b0;
}
.caret {
	float:left;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 3px;
	margin-top:28px;
	border-top: 6px solid #5f7491;
	;border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
}


.lg-box {
	position: absolute;
    right: 0px;
    cursor: pointer;
}
.lg-box  span{
	float: left;
    display: inline-block;
	margin-right:7px;
}
.lg-box dt{
	float: left;
    background: none;
    width: 90px;
    height: 36px;
    border: solid 1px #FFF;
    font-size: 15px;
    line-height: 34px;
    color: #FFF;
    text-align: center;
    /* font-size: 12px; */
    font-family: "微软雅黑";
    padding: 0px 10px 0px 7px;
    margin-right: 1px;
	margin-top: 15px;
	border-radius: 2px;
    cursor: pointer;
	transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
	-ms-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;

}
.lg-box dt:hover {color:#333;background:#FFF}
.cover-bg {
	right: 0;
    bottom: 0;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    color: #fff;
    padding: 20px;
	background:#000;
	opacity:0.6;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}


/*ad-start*/
	.ad-show-wrap { width:100%; height:521px;}
	.ad-show-fst { background:url(../images/ad-show-01.png) no-repeat top center}
	.ad-show-sec { background:url(../images/ad-show-02.png) no-repeat top center}
/*ad-end*/

/*footer-start*/
	#footer {
		width:100%;
		font-size:14px;
		background: #131021
	}
	.footer-top {
		width:100%;
	}
	.footer-top .footer-section { width:800px; margin:0 auto; text-align:center }
	.footer-top .left-section { float:left; width: 200px;  text-align: center}
	.footer-top .left-section h1 { font-size:15px; color:#FFF; }
	.footer-cr { font-size: 13px; color:#FFF; text-align: center; margin-top: 40px;}
/*footer-end*/
.icon-email {
	position: absolute;
	top: 14px;
	left: 10px;
	width: 26px;
	height: 24px;
	background: url(../images/icon-email.png) no-repeat;
}
.login-content{ width: 400px; margin: 7% auto 0;text-align: center}
.login-content .modal-box{
	height:390px;
	background:url(../images/reg-success-pic.png) top center no-repeat;
	padding-top:230px;
	background-color: #FFF;
	border-radius: 4px;
	overflow: hidden;
}
.login-content .modal-box2{
	height:390px;
	background:url(../images/reg-over-pic.png) top center no-repeat;
	padding: 20px 30px 10px;
	box-shadow: 0px 0px 15px rgba(0, 17, 52, 0.1);
	padding-top:230px;
	background-color: #FFF;
	border-radius: 4px;
	overflow: hidden;
}
.regs-word {
	font-size:22px;
	color:#475872;
	text-align: center ;
	margin-bottom: 40px;
}
.btn-close,.btn-reg {
	cursor: pointer!important;
	width:160px;
	height: 42px;
	line-height: 42px;
	color: #FFF;
	font-size: 16px;
	margin: 0 auto;
	background: #2dd8bb;
	border-radius: 3px;
	text-align: center;
	/* font-weight: bold; */
	cursor: pointer;
	border-width:0px;
}
.btn-close:focus,.btn-reg:focus { outline:none}


.login-content .modal-box2.reg-failed {background:url(../images/reg-failed-pic.png) top center no-repeat;}
@media ( max-width : 1920px) {

}
@media (max-width: 1600px) {

}

@media ( max-width : 1440px) {

}

@media ( max-width : 1366px) {

}
@media ( max-width : 1280px) {

}

@media ( max-width : 1152px) {
	.login-left {
		margin-left: 10px;
		width: 470px;
	}
	.login-left img {
		width:100%;
	}
}

@media ( max-width : 1024px) {
	.login-left {
		margin-left: 10px;
		width: 470px;
	}
	.login-left img {
		width:100%;
	}
}

@media ( min-width : 376px) and (max-width: 425px) {
}

@media ( max-width : 375px) and (min-width: 321px) {
}

@media ( max-width : 320px) {
}
