﻿* {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
	background: #FFFFFF;
	font-size: 12px;
}

body {
	font-family: "微软雅黑";
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder {
	font-size: 14px;
	color: #A29787;
	font-weight: bolder;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="password"]:-moz-placeholder {
	font-size: 14px;
	color: #A29787;
	font-weight: bolder;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="password"]::-moz-placeholder {
	font-size: 14px;
	color: #A29787;
	font-weight: bolder;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder {
	font-size: 14px;
	color: #A29787;
	font-weight: bolder;
}

textarea {
	-webkit-appearance: none;
}

input:focus,
textarea:focus {
	outline: none;
}

.swiper-container {
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: 100%;
	/*background: #007AFF;*/
	overflow: hidden;
}

.swiper-wrapper {
	position: absolute;
	height: 947px;
	top: 60px;
	z-index: -1;
}

.swiper-slide {
	background-size: 100% 100%;
	margin: 0px auto;
	overflow: hidden;
}

.swiper-slide img {
	position: absolute;
	z-index: -1;
	top: -10px;
	height: 947px;
}

/* .swiper-slide input[type="button"] { */
	/* position: relative; */
	/* display: block; */
	/* width: 200px; */
	/* height: 50px; */
	/* background: #C3903C; */
	/* box-shadow: 0px 2px 6px 0px rgba(48, 51, 59, 0.2); */
	/* border-radius: 25px; */
	/* border: none; */
	/* color: #FFF9EE; */
	/* font-size: 25px; */
	/* font-weight: normal; */
	/* letter-spacing: 5px; */
	/* margin: 430px auto 0px auto; */
/* } */

.swiper-slide input[type="button"]:active {
	opacity: 0.5;
}

.swiper-slide .div-number {
	position: relative;
	display: block;
	margin: 40px auto 0px auto;
	color: #FFF6EA;
	font-size: 18px;
	text-align: center;
}

.swiper-slide .div-number span {
	color: #F1B746;
}

img {
	display: block;
}

.div-bottom {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 60px;
	line-height: 60px;
	background: #30333B;

}

.div-bottom .div-bottom-content {
	width: 1200px;
	height: 100%;
	margin: auto;
	color: #6D6F75;
	/*font-weight: bold;*/
	font-size: 12px;
}

.div-bottom .div-bottom-content .div-service {
	float: left;
	margin-right: 20px;
}

.div-bottom .div-bottom-content .img-service {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

.div-bottom .div-bottom-content .div-company-info {
	float: left;
	margin-left: 50px;
}

.div-bottom .div-bottom-content .img-link {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}


/**
 * 开始
 */

.div-menu {
	width: 100%;
	height: 60px;
	background: #30333B;
	box-shadow: 0px 2px 6px 0px rgba(40, 21, 18, 0.2);
}

.div-menu-content {
	width: 96%;
	height: 60px;
	line-height: 60px;
	margin: auto;
}

.div-menu-logo {
	height: 100px;
	display: inline-block;
	float: left;
}

.div-menu-logo img {
	float: left;
}

.div-menu-logo .div_title {
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #C3903C;
	margin-left: 20px;
}

.div-right {
	float: right;
	font-size: 14px;
	font-weight: bold;
	color: #C3903C;
}

.div-right div {
	float: right;
	cursor: pointer;
	border: 2px solid #C3903CCC;
	border-radius: 15px;
    padding: 4px 17px;
	margin: 15px 10px 0 0;
	line-height: 20px;
}

.div-right div:active {
	opacity: 0.5;
}

.div-right .div-logined {
	display: none;
}

.clear {
	clear: both;
}

.span-weichat{
	display: inline-block;
	float: right;
}

.div-weichat-code{
	position: relative;
	margin-top: -110px;
	margin-right: -42px;
	width: 120px;
	height: 120px;
	background: #FFFFFF;
	text-align: center;
	display: none;
	background: url(../img/ic_weichat_code.jpg) center no-repeat;
	background-size: 100% 100%;
}
/**
 * 登录弹框
 */

.div-dialog {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.login {
	display: none;
}

.div-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #30333B;
	opacity: 0.6;
	z-index: -1;
}

.div-login {
	position: relative;
	width: 600px;
	height: 450px;
	background: #30333B;
	box-shadow: 0px 2px 6px 0px rgba(48, 51, 59, 0.2);
	margin: 160px auto 0px auto;
	opacity: 0.9;
}

.img-close {
	float: right;
	cursor: pointer;
	margin: 15px 15px auto auto;
}

.img-close:active {
	opacity: 0.5;
}

.div-title {
	font-size: 28px;
	color: #C3903C;
	text-shadow: 0px 2px 6px rgba(48, 48, 58, 0.2);
	margin:-20px auto auto 55px;
}

.div-icon-input {
	width: 400px;
	height: 50px;
	border-radius: 25px;
	background: #FBF5EC;
	margin: 50px auto auto 100px;
}

.div-icon-input>img {
	width: 44px;
	height: 44px;
	margin: 3px 10px 3px 20px;
	float: left;
}

.div-icon-input>input {
	width: 303px;
	height: 50px;
	float: left;
    color: #bf9c5d;
	font-size: 28px;
	border: none;
	background: #FBF5EC;
	
}

.div-foget-pwd {
	color: #F5F8FF;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
	width:240px;
	margin:auto;
}

.input-login {
	margin: 55px auto auto 100px;
	width: 400px;
	height: 60px;
	background: #C3903C;
	box-shadow: 0px 2px 6px 0px rgba(0, 70, 47, 0.2);
	border-radius: 30px;
	border: none;
	color: #FBF5EC;
	cursor: pointer;
	font-size: 25px;
}

.input-login:active {
	opacity: 0.5;
}

.div-no-account {
	margin: 15px auto 10px auto;
	color: #C3903C;
	font-size: 14px;
	width:200px;
	text-align: center;
	cursor: pointer;
}

.div-no-account:active {
	opacity: 0.5;
}


/**
 * 注册弹框
 */

.registered {
	display: none;
}

.registered .div-login {
	height: 650px;
	margin-top: 130px;
}

.registered .div-title {
	margin-top: 0px;
}

.registered .div-no-account {
	margin-top: 30px;
}

#protocol + label::before{
	display:inline-block;
	margin-right: 10px;
	text-align: left;
	float: left;
	content: url(../img/ic_checkbox_normal.svg);
}

#protocol:checked + label::before{
	content: url(../img/ic_checkbox.svg);
}

#protocol {
	position: absolute; 
	clip: rect(0, 0, 0, 0);
}

.a-protocol {
	color: #D79F42;
	text-decoration: none;
	letter-spacing: 1px;
    font-size: 14px;
}

.code input[type="text"] {
	width: 147px;
}

.code input[type="button"] {
	width: 160px;
	height: 50px;
	background: #C3903C;
	box-shadow: 0px 2px 6px 0px rgba(48, 51, 59, 0.2);
	border-radius: 25px;
	float: right;
	color: #FBF6ED;
	font-size: 14px;
    cursor: pointer;
	letter-spacing: 1px;
}

.code input[type="button"]:active {
	opacity: 0.5;
}


/**
 * 协议弹框
 */

.protocol {
	display: none;
}

.div-protocol {
	position: relative;
	width: 800px;
	height: 650px;
	background: #FBF5EC;
	box-shadow: 0px 2px 6px 0px rgba(48, 48, 58, 0.2);
	margin: 120px auto 0px auto;
}

.div-protocol-title {
	font-size: 20px;
	font-weight: bold;
	color: #C3903C;
	line-height: 24px;
	text-shadow: 0px 2px 6px rgba(48, 51, 59, 0.2);
	text-align: center;
	padding-top: 30px;
	letter-spacing: 5px;
}

.div-protocol-content {
	width: 700px;
	height: 449px;
	margin: 30px auto;
	color: #746c61;
	line-height: 32px;
	overflow-y: scroll;
}

.div-protocol-content::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background-color: #C3903C;
}


/*定义滚动条轨道 内阴影+圆角*/

.div-protocol-content::-webkit-scrollbar-track {
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
	border-radius: 10px;
	background-color: #C3903C;
}


/*定义滑块 内阴影+圆角*/

.div-protocol-content::-webkit-scrollbar-thumb {
	border-radius: 10px;
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
	background-color: #30333B;
}

.div-protocol-content .div-t1 {
	font-size: 16px;
	font-weight: bolder;
}

.div-protocol-content .div-con {
	font-size: 14px;
}

.margin-top {
	margin-top: 30px;
}

.input-read {
	width: 200px;
	height: 50px;
	background: #C3903C;
	box-shadow: 0px 2px 6px 0px rgba(48, 48, 58, 0.2);
	border-radius: 25px;
	color: #FBF5EC;
	font-weight: bolder;
	font-size: 16px;
	letter-spacing: 5px;
	border: none;
	display: block;
	margin: auto;
}

.input-read:active {
	opacity: 0.5;
}


/**
 * 找回密码框
 */

.findPwd {
	display: none;
}

.findPwd .div-title {
	margin: auto;
	text-align: center;
}

.findPwd .input-login {
	margin-top: 50px;
}

@media screen and (max-width: 1920px) {
	.div-menu-logo {
		height: 100px;
		display: inline-block;
		float: left;
	}
}

@media screen and (max-width: 1600px) {
	.div-menu-logo {
		height: 100px;
		display: inline-block;
		float: left;
	}
	.div-login {
		position: relative;
		width: 700px;
		height: 500px;
		background: #30333B;
		box-shadow: 0px 2px 6px 0px rgba(48, 51, 59, 0.2);
		margin: 140px auto 0px auto;
	}
	.registered .div-login {
		height: 650px;
		margin-top: 115px;
	}
	.div-protocol {
		position: relative;
		width: 800px;
		height: 650px;
		background: #FBF5EC;
		box-shadow: 0px 2px 6px 0px rgba(48, 48, 58, 0.2);
		margin: 110px auto 0px auto;
	}
}

@media screen and (max-width: 1440px) {
	.div-menu-logo {
		height: 100px;
		display: inline-block;
		float: left;
	}
}

@media screen and (max-width: 1366px) {
	.div-menu-logo {
		height: 100px;
		display: inline-block;
		float: left;
	}
	.div-login {
		position: relative;
		width: 700px;
		height: 500px;
		background: #30333B;
		box-shadow: 0px 2px 6px 0px rgba(48, 51, 59, 0.2);
		margin: 75px auto 0px auto;
	}
	.registered .div-login {
		height: 650px;
		margin-top: 50px;
	}
	.div-protocol {
		position: relative;
		width: 800px;
		height: 650px;
		background: #FBF5EC;
		box-shadow: 0px 2px 6px 0px rgba(48, 48, 58, 0.2);
		margin: 50px auto 0px auto;
	}
	.swiper-slide img {
		position: absolute;
		z-index: -1;
		top: -70px;
		height: 947px;
	}
	/* .swiper-slide input[type="button"] { */
		/* position: relative; */
		/* display: block; */
		/* width: 200px; */
		/* height: 50px; */
		/* background: #C3903C; */
		/* box-shadow: 0px 2px 6px 0px rgba(48, 51, 59, 0.2); */
		/* border-radius: 25px; */
		/* border: none; */
		/* color: #FFF9EE; */
		/* font-size: 18px; */
		/* font-weight: bolder; */
		/* letter-spacing: 5px; */
		/* margin: 340px auto 0px auto; */
	/* } */
}

@media screen and (max-width: 1280px) {
	.div-menu-logo {
		height: 100px;
		display: inline-block;
		float: left;
	}
	.div-login {
		position: relative;
		width: 700px;
		height: 500px;
		background: #30333B;
		box-shadow: 0px 2px 6px 0px rgba(48, 51, 59, 0.2);
		margin: 90px auto 0px auto;
	}
	.registered .div-login {
		height: 650px;
		margin-top: 65px;
	}
	.div-protocol {
		position: relative;
		width: 800px;
		height: 650px;
		background: #FBF5EC;
		box-shadow: 0px 2px 6px 0px rgba(48, 48, 58, 0.2);
		margin: 65px auto 0px auto;
	}
	.swiper-slide img {
		position: absolute;
		z-index: -1;
		top: -60px;
		height: 947px;
	}
	/* .swiper-slide input[type="button"] { */
		/* position: relative; */
		/* display: block; */
		/* width: 200px; */
		/* height: 50px; */
		/* background: #C3903C; */
		/* box-shadow: 0px 2px 6px 0px rgba(48, 51, 59, 0.2); */
		/* border-radius: 25px; */
		/* border: none; */
		/* color: #FFF9EE; */
		/* font-size: 18px; */
		/* letter-spacing: 5px; */
		/* margin: 350px auto 0px auto; */
	/* } */
	
}
	.nav{
		position: fixed;
		top: 65%;
		width: 100%;
		height: 40px;
		z-index: 99;
		text-align: center;	
	}
	.nav input[type="button"] {
		position: relative;
		display: block;
		width: 200px;
		height: 50px;
		background: #C3903C;
		box-shadow: 0px 2px 6px 0px rgba(48, 51, 59, 0.2);
		border-radius: 25px;
		border: none;
		color: #FFF9EE;
		font-size: 25px;
		font-weight: normal;
		letter-spacing: 5px;
		margin:auto;
		cursor: pointer;
	}
	.nav .div-number {
		position: relative;
		display: block;
		margin: 20px auto 10px auto;
		color: #FFF6EA;
		font-size: 18px;
		text-align: center;
	}
	.nav .div-number span {
		color: #c3903c;
		font-weight: bolder;
	}
	
@media screen and (max-width: 1024px) {}