﻿@charset "utf-8";
body {
	color: #555;
	font-size: 12px;
	line-height: 1.8em;
	font-family: "microsoft yahei", Tahoma, Helvetica;
}

body,
form,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
table,
fieldset,
div,
tr,
td {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	vertical-align: middle;
}

em,
i {
	font-style: normal;
}

ol,
ul,
li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
	color: #3d95d5;
}

label {
	vertical-align: middle
}

input,
select,
textarea {
	color: #222;
	font-size: 12px;
	line-height: 140%;
	resize: none;
	outline: 0;
	font-family: "microsoft yahei";
}

a,
a:visited {
	text-decoration: none
}

a:hover,
a:active {
	text-decoration: none
}

.fl {
	float: left;
	*float: left;
}

.fr {
	float: right;
	*float: right;
}

.clear:after {
	content: '';
	display: block;
	clear: both;
}


/*logo css*/

#logo {
	width: 1200px;
	margin: 20px auto;
	height: 60px;
	line-height: 60px;
}

#logo img {
	display: block;
	max-width: 100%;
}

#login {
	background-color: #c3edf9;
	height: 499px;
	position: relative;
}

#login-ban {
	position: absolute;
	height: 499px;
	width: 100%;
}


/*banner*/

#banner {
	height: 400px;
	background-color: #124567;
}

.flexslider {
	position: relative;
	overflow: hidden;
	zoom: 1;
	width: 100%;
	height: 499px;
}

.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	line-height: 99em;
	position: absolute;
	z-index: 10;
	top: 50%;
	display: block;
	overflow: hidden;
	width: 70px;
	height: 70px;
	margin: -35px 0 0;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	opacity: 0;
	border-radius: 35px;
	background: url(../images/ad_ctr.png) no-repeat;
	filter: alpha(opacity=0);
}

.flex-direction-nav .flex-next {
	right: 0;
	background-position: 0 -70px;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: .8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: .8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}

.flex-control-nav li {
	display: inline-block;
	zoom: 1;
	margin: 0 2px;
	*display: inline;
}

.flex-control-paging li a {
	display: block;
	overflow: hidden;
	width: 16px;
	height: 16px;
	cursor: pointer;
	text-indent: -99em;
	background: url(../images/dot.png) no-repeat 0 -16px;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}

.flexslider .slides a img {
	display: block;
	width: 100%;
	height: 499px;
}


/*loging-for*/

#login-for {
	position: absolute;
	background-color: red;
	height: 499px;
	right: 100px;
	width: 280px;
	padding: 0 47px;
	background: url(../images/login_bg.png);
}

#login-nam {
	font-size: 22px;
	line-height: 38px;
	padding-top: 60px;
	font-weight: normal;
	color: #4f4f4f;
}

#login-ul li {
	margin-top: 15px;
}

#login-ul li.login-txtnam,
#login-ul li.login-txtpsw {
	width: 278px;
	height: 41px;
	border-radius: 5px;
	overflow: hidden;
	zoom: 1;
	border: #b8b8b8 solid 1px;
	background-color: #fff;
}

#login-ul li input[type="text"],#login-ul li input[type="password"] {
	float: left;
	line-height: 17px;
	height: 17px;
	margin: 12px 0px 0px 72px;
	border: 0px;
	font-size: 14px;
	background: none;
	width: 205px;
}

#login-ul li input[type="button"] {
	display: block;
	width: 100%;
	height: 41px;
	text-align: center;
	line-height: 40px;
	font-size: 22px;
	color: rgb(255, 255, 255);
	cursor: pointer;
	background: rgb(69, 162, 236);
	border-radius: 5px;
	border-width: 0px;
	border-style: initial;
	border-color: initial;
	border-image: initial;
}

#login-ul li input[type="button"]:hover {
	background: #0e9cf6;
}

.login-txtnam {
	background: #fff url(../images/login_name.png) no-repeat left center;
}

.login-txtpsw {
	background: #fff url(../images/login_psw.png) no-repeat left center;
}

.login-txtlbl {
	font-size: 14px;
	background: none;
	/*width: 205px;*/
}

.login-txtlbl span {
	margin-right: 5px;
}

.login-labl {
	display: inline-block;
	margin-right: 10px;
}

.login-labl label {
	margin-right: 5px;
}

#login-ul .login-txtlbl {
	background-color: transparent !important;
	border: none !important;
	line-height: 41px;
}

.regular-radio {
	display: none;
}

.regular-radio+label {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 9px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
}

.regular-radio:checked+label:after {
	content: ' ';
	width: 12px;
	height: 12px;
	border-radius: 50px;
	position: absolute;
	top: 3px;
	background: #45a2ec;
	box-shadow: inset 0px 0px 10px rgba(69, 162, 236, 0.3);
	text-shadow: 0px;
	left: 3px;
	font-size: 32px;
}

.regular-radio:checked+label {
	background-color: #e9ecee;
	color: #45a2ec;
	border: 1px solid #45a2ec;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1), inset 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.regular-radio+label:active,
.regular-radio:checked+label:active {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.big-radio+label {
	padding: 16px;
}

.big-radio:checked+label:after {
	width: 24px;
	height: 24px;
	left: 4px;
	top: 4px;
}

.login-temn {
	font-size: 12px;
	border-bottom: 1px solid #eee;
	color: #999999;
	height: 40px;
	line-height: 40px;
}

.login-teams a img {
	border: none;
	width: 40px;
	height: 40px;
}

#footer {
	width: 1000px;
	padding: 30px 0;
	margin: 0 auto;
	text-align: center;
	color: #777;
}

.shenfen {
	color: #2C9AE8;
	font-size: 10px;
	font-weight: bold;
}