@charset "utf-8";

/*rest-css */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}
fieldset,
img {
	border: none;
}
body,
button,
input,
select,
textarea {
	font: 12px/1.5tahoma, arial, \5b8b\4f53;
}
address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ul,
ol {
	list-style: none;
}

em,
i {
	font-style: normal;
}

input::-moz-focus-inner {
	border: none;
	padding: 0;
}

select,
input {
	vertical-align: middle;
}

select,
input,
textarea {
	font-size: 12px;
	margin: 0;
}

input[type='text'],
input[type='password'],
textarea {
	outline-style: none;
	-webkit-appearance: none;
}

textarea {
	resize: none;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 32px #f9f9f9 inset; /**通过边框阴影遮挡住背景*/
	-webkit-text-fill-color: #333; /*自动填充内容的文本颜色*/
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
html,
body {
	min-height: 100%;
	position: relative;
}
body {
	background: #fff;
	color: #333;
	padding: 0;
	font: 12px/20px '\5FAE\8F6F\96C5\9ED1', '\5b8b\4f53', 'SimSun';
	text-align: left;
}

body > div {
	text-align: left;
}
button:focus {
	outline: 0;
}
a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #165dff;
	text-decoration: none;
}
a:focus {
	text-decoration: none !important;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: inherit;
	line-height: 1.1;
	color: inherit;
}

.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
	overflow: hidden;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}
.w950 {
	width: 950px;
	margin: 0 auto;
}
.mt16 {
	margin-top: 16px;
}

/*联系我们弹框*/
.contactus {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 100;
	display: none;
	text-align: left;
}
.form-contact-us-wrap {
	width: 800px;
	margin: 0 auto;
	background: url(../../images/index/us-wrap.png) no-repeat left top;
	height: 767px;
	padding: 0 45px;
	padding-top: 60px;
	position: relative;
	margin-top: 107px;
	background-size: 100% 100%;
}
.form-group {
	margin-bottom: 5px !important;
}
.us-close-icon {
	position: absolute;
	right: 8px;
	top: 0;
	cursor: pointer;
	padding: 10px 20px;
}
.xhbt {
	margin-top: -5px;
	margin-right: 4px;
	margin-left: 4px;
}
.us-title {
	font-size: 24px;
	color: #333;
	margin-top: 15px;
	margin-bottom: 45px;
}
.glyphicon {
	color: #ff4d4f;
	font-size: 9px;
}
.com-label-text {
	font-size: 14px;
	line-height: 14px;
	color: #666666;
}
#aaLength {
	font-size: 12px;
	position: absolute;
	bottom: 5px;
	color: #999;
	right: 10px;
}
.form-us-submit {
	width: 120px;
	height: 46px;
	border-radius: 4px;
	background: #165dff !important;
	color: #fff !important;
	border: none !important;
	outline-style: none !important;
	margin-top: 10px;
}
.form-us-submit:focus {
	outline: none !important;
	border: none !important;
}
.form-contact-us-item input.check-c1 {
	appearance: none;
	-webkit-appearance: none;
	outline-style: none;
	display: inline-block;
	width: 20px !important;
	height: 20px !important;
	background: url(../../images/index/check-c1.svg) no-repeat left center;
	background-size: cover;
	margin-top: 11px;
}
.form-contact-us-item input.check-c1:checked {
	background: url(../../images/index/check-cd.svg) no-repeat left center;
	background-size: cover;
	border: none;
	outline-style: none;
	margin-top: 11px;
}
.radio-wrap {
	height: 42px;
	line-height: 42px;
	padding-left: 13px;
}
.form-group label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 36px;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-contact-us-item input {
	height: 42px !important;
	line-height: 42px !important;
	color: #1a1a1a !important;
}
