/*
* @Author: liuyujie
* @Date:   2017-10-09 14:40:39
* @Last Modified by:   Administrator
* @Last Modified time: 2017-10-11 16:17:20
*/
/*reset&global*/
html, body, div, span, iframe, ul, li, ol, li, form, img
h1, h2, h3, h4, h5, h6, p, i {margin:0;padding:0;border:0;outline:none;list-style:none;font-style:normal;}
body,html{font-family: 'Microsoft YaHei','arial';font-size:12px;color:#333;overflow-x:hidden;}
a,a:hover,a:active,a:visited,a:focus{text-decoration:none!important;outline:none;}
h1, h2, h3, h4, h5, h6{color: #333;font-family: inherit;font-weight: 500;line-height: 1.5;}

button {
	outline:none!important;
}

.clear:after {
	content:'';
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}
.clear {
	zoom:1;
}

.w-60 {
	width:60%;
}
.w-55 {
	width:55%;
}
.w-50 {
	width:50%;
}
.w-45 {
	width:45%;
}
.w-40 {
	width:40%;
}
.w-33 {
	width:33%;
}
.tac {
	text-align:center;
}
.disib {
	display: inline-block;
}
.mt20 {
	margin-top:20px;
}
.mt50 {
	margin-top:50px;
}
.fs-19 {
	font-size:19px!important;
}

/* main */
.index-top {
	height:36px;
	line-height:36px;
	padding:0 10%;
	position:fixed;
	width:100%;
	z-index:1;
	font-size:13px;
	background-color:rgba(255,255,255,.88);
	box-shadow:0 0 8px rgba(0,0,0,.25);
}
.index-top .lt {
	float:left;
}
.index-top .rt {
	float:right;
}
.banner-w {
	margin-top:36px;
	position:relative;
}
.banner-w .banner {
	width:100%;
}
.banner-w .logo {
	position:absolute;
	left:10%;
	top:25px;
	width:180px;
}
.banner-w .btn {
	position:absolute;
	padding:8px 20px;
	border:1px solid #fff;
	cursor:pointer;
}
.banner-w .reg-btn-r {
	right:25px;
	top:25px;
	color:#fff;
	background-color:transparent;
}
.banner-w .reg-btn-r:active {
	border-color:#fff!important;
}
.banner-w .reg-btn-l {
	background-color:#fff;
	color:#368BFF;
	left:11.3%;
	top:27vw;
}
.banner-w .reg-btn-l:active {
	border-color:#fff;
}
.main-w .title {
	text-align:center;
	padding:40px 0;
}
.main-w .title .b {
	font-weight:bold;
	font-size:24px;
	margin-bottom:8px;
}
.main-w .title .s {
	font-size:18px;
	color:#999;
}
.main-w .content .lt,
.main-w .content .rt {
	float:left;
}
.main-w .item {
	padding:0 8% 40px 8%;
}
.main-w .item:nth-child(2n) {
	background-color:#f5f5f5;
}
.main-w .content .rt .p {
	float:left;
	margin-right:50px;
	height:90px;
}
.main-w .content .rt .p .b {
	font-weight:bold;
	font-size:18px;
	margin-bottom:8px;
}
.main-w .content .rt .p .s {
	font-size:14px;
	margin-bottom:8px;
}
.main-w .content .rt p {
	margin-bottom:6px;
}
.main-w .content .cr {
	padding:0 10%;
}
.main-w .content .cr>div {
	float:left;
	text-align:center;
}
.main-w .content .cr img {
	width:60px;
	margin-bottom:20px;
}
.main-w .content .cr p.b {
	font-weight:bold;
	font-size:18px;
	margin-bottom:8px;
}
.main-w .content .cr p.s {
	font-size:14px;
	margin-bottom:8px;
	color:#999;
}
.main-w .item-3 .cr p.s {
	text-align:left;
}
.main-w .item-3 .cover {
	width:80%;
	margin-left:10%;
	padding:30px 0;
	box-shadow:0 0 10px 1px rgba(200,224,252,.6);
}
.main-w .item-4 .content .lt>p,
.main-w .item-6 .content .lt>p {
	padding:0 12% 0 28%;
	text-align:left;
}
.main-w .item-4 p.b-p,
.main-w .item-5 p.b-p,
.main-w .item-6 p.b-p,
.main-w .item-7 p.b-p {
	font-size:25px;
	margin-bottom:15px;
}
.main-w .item-4 p.s,
.main-w .item-5 p.s,
.main-w .item-6 p.s,
.main-w .item-7 p.s {
	font-size:14px;
	color:#999;
	line-height:1.5;
}
.main-w .item-1 .content .rt {
	margin-top:2.5%;
}
.main-w .item-5 .content .rt,
.main-w .item-6 .content .lt {
	margin-top:5%;
}
.main-w .item-7 .content .rt {
	margin-top:20px;
}
.footer {
	text-align:center;
	padding:15px 0;
	font-size:12px;
}

/********reg.html********/
.top {
	padding:15px 10%;
	border-bottom:1px solid #f5f5f5;
}
.top img {
	width:90px;
	height: 40px;
	vertical-align: bottom;
}
.top .title {
	font-size:16px;
	margin-left:20px;
	vertical-align: middle;
}
.top a {
	float:right;
	font-size:14px;
	color:#999;
	margin-top:5px;
}
.reg-main {
	padding:40px 0;
}
.reg-main p.s {
	color:#999;
	line-height:32px;
}
.reg-main label {
	font-weight:normal;
}
.reg-main .form-control {
	border-radius:2px;
	font-size:12px;
}
.reg-main label.title {
	font-weight:bold;
	font-size:13px;
}
.reg-main .form-group.plus {
	margin-top:30px;
	padding-top:20px;
	position:relative;
}
.reg-main .form-group.plus:before {
	content:'';
	position:absolute;
	top:0;
	width:70%;
	left:15%;
	border-top:1px dashed #eee;
}
.reg-main .checkbox label {
	margin-right:15px;
}
.reg-main .btn {
	height:34px;
	font-size:12px;
}

/*********login.html*******/
.login-top {
	padding:10px 50px;
}
.login-top img {
	width:130px;
}
.login-main .bg {
	background-color:#2F4DA7;
	height:48vh;
}	
.login-main .logo-cover {
	text-align:center;
	margin-bottom:15px;
}
.login-main .logo-cover img {
	margin-bottom:5px;
}
.login-main form {
	padding:30px 45px;
	width:340px;
	height:324px;
	background-color:#fff;
	position: relative;
	top:-162px;
	left:50%;
	margin-left:-120px;
	box-shadow: 1px 1px 8px rgba(0,0,0,.3);
}
.login-main .title {
	position:absolute;
	width:70px;
	height:70px;
	background-color:#2FCEBA;
	color:#fff;
	font-size:15px;
	border-radius: 100%;
	left:-110px;
	top:50%;
	margin-top:-35px;
	padding:15px;
	text-align:center;
	box-shadow: 1px 1px 5px rgba(0,0,0,.4);
}
.login-main .form-control {
	border-radius: 2px;
	font-size:12px;
}
.login-main .input-group-addon {
	border-radius: 2px 0 0 2px;
}
.login-main .input-group {
	width:250px;
	margin-bottom:15px;
}
.login-main .verify {
	font-size:0;
}
.login-main .verify>div {
	width:125px;
}
.login-main .verify img {
	width:125px;
	height:34px;
}
.login-main .login-btn {
	width:250px;
	font-size:12px;
	height:34px;
}

/***********login2.html*********/
.login2 {
	position:relative;
}
.login2 .top-logo {
	position:absolute;
	height:50px;
	left:30px;
	top:8px;
	font-size:16px;
	font-weight:bold;
}
.login2>div {
	float:left;
	width:50%;
	height:100vh;
}
.login2 .lt-wr .form {
	width:400px;
	height:410px;
	position:absolute;
	left:-48.5%;
	right:0;
	bottom:0;
	top:-70px;
	margin:auto;
}
.login2 .lt-wr .title {
	font-weight:bold;
	color:#2F4DA7;
	text-align:center;
	font-size:16px;
	padding:30px 0;
}
.login2 .lt-wr .form .form-control {
	border-radius:2px;
}
.login2 .lt-wr .form .form-group {
	margin-bottom:25px;
}
.login2 .lt-wr .verify-group {
	font-size:0;
}
.login2 .lt-wr .verify-group label {
	display:block;
	font-size:12px;
}
.login2 .lt-wr .verify-group input {
	display:inline-block;
	width:60%;
	vertical-align: middle;
}
.login2 .lt-wr .verify-group img {
	width:40%;
	height:34px;
	vertical-align: middle;
}
.login2 .lt-wr .submit-group {
	border-bottom:1px solid #f5f5f5;
	padding-bottom:20px;
	margin-bottom:10px!important;
}
.login2 .lt-wr .submit-group button {
	border-radius:16px;
	width:130px;
	height:34px;
	margin-right:25px;
	font-size:12px;
}
.login2 .forget {
	float:right;
}
.login2 .rt-wr {
	position:relative;
}
.login2 .rt-wr img {
	width:100%;
	height:100%;
}
.login2 .rt-wr>div {
	position:absolute;
}
.login2 .rt-wr p {
	color:#fff;
	font-size:14px;
	margin-bottom:3px;
}
.login2 .rt-wr .tel {
	right:25px;
	top:20px;
	font-size:16px;
}
.login2 .rt-wr .logo {
	top:50%;
	width:100%;
	text-align:center;
	margin-top:-120px;
}
.login2 .rt-wr .logo img {
	width:280px;
}
.login2 .rt-wr .char {
	bottom:12%;
	text-align:center;
	width:100%;
}

/***********agreement.html*********/
.agreement .content {
	padding:15px 10%;
}
.agreement .content .head {
	font-weight:bold;
	font-size:15px;
	text-align:center;
}
.agreement .content .title {
	margin-top:15px;
	font-weight:bold;
}