@charset "utf-8";
/* CSS Document */
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, center,
dl, dt, dd, ol, ul, 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;
	outline: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
	clear: both;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
svg:not(:root) {
	overflow: hidden;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	padding: 0;
	font-weight: normal;
	vertical-align: middle;
}
ul, ol {
	list-style: none outside none;
}
a {
	color: inherit;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:active,
a:focus {
	outline: none;
}
img {
	vertical-align: top;
	border: none; 
	max-width: 100%;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	outline: 0;
	border: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] { 
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {  
	cursor: default;
}
input[type="checkbox"], input[type="radio"] { 
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance:none;
}
input::-ms-clear {
	display: none;
}
input[type=password]:focus, input[type=text]:focus, select:focus, textarea:focus { 
	outline: none; 
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {   
	color: #333; 
}
textarea {
	overflow: auto;
	resize: none;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*CurrentSite*/
body {
	width: 100%;
	min-width: 1240px;
	font-family: 'Microsoft YaHei', Helvetica Neue, Helvetica, Roboto, STHeiTi, Arial, sans-serif;
	font-size: 12px; 
	line-height: 1.5;
	color: #323232;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	overflow-x: hidden;
}
.layout {
	width: 1200px;
	margin: auto;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.clearfix:before, .clearfix:after, .layout:before, .layout:after {
	content: '\0020';
	display: table;
}
.clearfix:after, .layout:after {
	clear: both;
}
/*Global*/
.header-topbar {
	background-color: #f6f6f8;
}
/*Header*/
.header-topbar__inner {
	width: 1200px;
	margin: auto;
	padding: 10px 0;
	font-size: 12px;
	line-height: 20px;
	color: #919191;
	overflow: hidden;
}
.header-topbar__link-box {
	margin-top: 4px;
	margin-right: -10px;
	margin-bottom: 4px;
	overflow: hidden;
}
.header-topbar__link-box > li {
	float: left;
	display: inline;
	height: 12px;
	line-height: 1;
}
.header-topbar__link-box > li + li {
	border-left: 1px solid #dfe3ec;
}
.header-topbar__link {
	display: block;
	padding: 0 10px;
	color: #919191;
	-webkit-transition: color .25s;
	transition: color .25s;
}
.header-topbar__link:hover {
	color: #f9303f;
}
.header-board__inner {
	position: relative;
	width: 1200px;
	margin: auto;
	padding: 16px 0 20px;
}
.header-board__content--logo {
	margin-bottom: 16px;
}
.header-board__telephone-box {
	position: absolute;
	top: 25px;
	right: 0;
	font-size: 13px;
	color: #5e5e5e;
}
.header-board__telephone-box > .text-red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #f9303f;
}
.header-board__content--navbar {
	height: 40px;
	position: relative;
}
.header-board__search-box {
	position: absolute;
	top: 0;
	right: 0;
}
.header-search {
	position: relative;
	width: 300px;
	height: 40px;
}
.header-search__field {
	display: block;
	width: 100%;
	height: 100%;
	padding: 9px 55px 9px 15px;
	font-size: 14px;
	line-height: 20px;
	border: 1px solid #dfe3ec;
	border-radius: 4px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.header-search__field::-webkit-input-placeholder {
	color: #919191;
}
.header-search__field:focus {
	border-color: rgba(82,168,236,0.8);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
}
.header-search__subtn {
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	width: 38px;
	background-color: transparent;
}
.header-search__icon-glass {
	display: block;
	width: 38px;
	height: 38px;
	padding: 11px;
	background: url(../images/header_search.png) no-repeat center center;
}
.header-board__navbar-box {
	height: 40px;
	padding-top: 5px;
	padding-right: 320px;
}
.header-navbar > li {
	float: left;
	display: inline;
	color: #3e3e3e;
	border-radius: 3px;
}
.header-navbar > li + li {
	margin-left: 15px;
}
.header-navbar__link {
	position: relative;
	display: block;
	padding: 8px 12px;
	font-size: 16px;
	line-height: 1;
}
.header-navbar__badge {
	position: absolute;
	top: -3px;
	right: -28px;
	width: 42px;
	padding: 1px 3px 2px;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	background-color: #f9303f;
}
.header-navbar > li:hover {
	color: #2d7cf2;
}
.header-navbar > li.active {
	color: #fff;
	background-color: #2d7cf2;
}
