﻿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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

i,
em {
	font-style: normal
}

a {
	text-decoration: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1.2;
	font-size: 14px;
	font-family: "Microsoft YaHei", "simsun", verdana, Arial, sans-serif
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after {
	content: "";
	content: none
}

q:before,
q:after {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.clearfix {
	zoom: 1
}

.clearfix:after {
	content: 'clear';
	display: block;
	visibility: hidden;
	clear: both;
	line-height: 0;
	height: 0
}

input {
	box-sizing: content-box;
	outline: none
}

body>a>img {
	display: none
}

input,
textarea,
keygen,
select,
button {
	font: 14px "Microsoft YaHei", verdana, Arial, sans-serif
}

a {
	transition: color 0.5s;
	-webkit-transition: color 0.5s
}

a:hover {
	color: #0064C8
}

ins+a {
	display: none
}

.btn {
	background-image: none;
	border: 1px solid transparent;
	border-radius: 2px;
	transition: none;
	-webkit-transition: none;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	margin-bottom: 0;
	min-width: 3em;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap
}

.btn-default {
	color: #666;
	background-color: #f9f9f9;
	border-color: #EBEBEB
}

.btn-default:hover {
	color: #313131;
	background-color: #f9f9f9;
	border-color: #EBEBEB
}

.btn-primary {
	color: #fff;
	background-color: #047bce;
	border-color: #047bce
}

.btn-primary:hover {
	color: #fff;
	background-color: #047bce;
	border-color: #047bce
}

.btn-success {
	color: #fff;
	background-color: #7abb55;
	border-color: #7abb55
}

.btn-success:hover {
	color: #fff;
	background-color: #5ca234;
	border-color: #5ca234
}

.btn-info {
	color: #fff;
	background-color: #fff;
	border-color: #fff
}

.btn-info:hover {
	color: #fff;
	background-color: #fff;
	border-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f06d54;
	border-color: #f06d54
}

.btn-warning:hover {
	color: #fff;
	background-color: #da5238;
	border-color: #da5238
}

.btn-danger {
	color: #fff;
	background-color: #fff;
	border-color: #fff
}

.btn-danger:hover {
	color: #fff;
	background-color: #fff;
	border-color: #fff
}

.btn-link {
	color: #666;
	background-color: transparent;
	border-color: transparent
}

.btn-link:hover {
	color: #666;
	background-color: transparent;
	border-color: transparent
}

.btn-large {
	padding: 10px 16px;
	font-size: 16px;
	line-height: 1.33333
}

.btn-small {
	padding: 3px 10px;
	line-height: 1.4
}

.btn-xsmall {
	padding: 1px 5px
}

.mask {
	width: 100%;
	height: 2000px;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	background-color: #000000;
	opacity: .5;
	filter: alpha(opacity=50)
}

.modal {
	-webkit-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	-o-transform: translate(0, 50%);
	transform: translate(0, 50%);
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-o-transition: -o-transform 0.5s ease-out;
	transition: transform 0.5s ease-out
}

.in .modal {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.ui-dialog {
	position: fixed;
	top: 50px;
	left: 50%;
	z-index: 1010;
	background-color: #ffffff;
	border-radius: 8px;
	width: 300px;
	font-family: "Microsoft YaHei" verdana Arial, sans-serif
}

.ui-dialog .ui-title {
	font-size: 1.125em;
	padding: 20px 15px;
	border-bottom: 1px solid #dddddd;
	color: #666666
}

.ui-dialog .ui-content {
	padding: 30px 15px;
	border-bottom: 1px solid #c7c7c7;
	line-height: 1.2em;
	color: #666666
}

.ui-dialog .ui-btnGroup {
	border-top: 1px solid #f8f8f8;
	padding: 15px;
	overflow: hidden
}

.ui-dialog .ui-btnGroup button {
	border: 1px solid #dddddd;
	background-color: #ffffff;
	display: inline-block;
	border-radius: 4px;
	padding: 8px 16px;
	float: right;
	line-height: 1;
	letter-spacing: 1;
	cursor: pointer;
	margin-left: 15px;
	color: #999999
}

.ui-dialog .ui-btnGroup button:first-child {
	color: #ffffff;
	border: 1px solid #0a438b;
	background-color: #0a438b
}

.ui-dialog .ui-closeBtn {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #dddddd;
	font-weight: bold;
	font-family: verdana;
	font-size: 20px
}

.ui-info {
	position: fixed;
	z-index: 1010;
	top: 100px;
	left: 50%;
	overflow: hidden
}

.ui-info-inner {
	border: 1px solid #EBEBEB;
	position: relative;
	background-color: #ffffff
}

.ui-info-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	color: #9e9e9e
}

.ui-info-close:hover {
	color: #DB281F
}

.ui-info-loginBox .ui-tips,
.ui-info-supplement .ui-tips {
	margin-bottom: 10px;
	display: none;
	width: auto;
	background-color: #f7f7f7;
	border-radius: 4px;
	padding: 5px 8px 5px 29px;
	position: relative;
	color: #666666;
	vertical-align: top
}

.ui-info-loginBox .ui-tips:before,
.ui-info-supplement .ui-tips:before {
	content: "!";
	background: url("/images/formverified-error-bg.png") 0 0 no-repeat;
	color: #ffffff;
	height: 16px;
	line-height: 16px;
	text-align: center;
	display: block;
	width: 16px;
	position: absolute;
	top: 5px;
	left: 8px;
	margin-right: 5px
}

.ui-info-loginBox {
	width: 360px;
	padding: 0 50px
}

.ui-info-loginBox .lb_tab {
	border-bottom: 4px solid #ddd;
	margin-bottom: 30px;
	margin-left: 33px;
	width: 301px
}

.ui-info-loginBox .lb_tab li {
	float: left;
	padding-bottom: 8px;
	border-bottom: 4px solid #ddd;
	margin-bottom: -4px
}

.ui-info-loginBox .lb_tab li:first-child a {
	border-left: none
}

.ui-info-loginBox .lb_tab li.active {
	border-bottom: 4px solid #f36d00
}

.ui-info-loginBox .lb_tab li.active a {
	color: #f36d00
}

.ui-info-loginBox .lb_tab a {
	font-size: 18px;
	font-family: "Microsoft YaHei", verdana, Arial, sans-serif;
	display: block;
	width: 150px;
	text-align: center;
	border-left: 1px solid #ddd;
	color: #9e9e9e
}

.ui-info-loginBox input {
	vertical-align: middle
}

.ui-info-loginBox li {
	margin-bottom: 20px
}

.ui-info-loginBox .lb_title {
	width: 4em;
	text-align: right
}

.ui-info-loginBox label {
	font-family: "Microsoft YaHei", verdana, Arial, sans-serif;
	font-size: 16px;
	color: #666;
	margin-right: 5px;
	display: inline-block
}

.ui-info-loginBox .lb_text {
	padding: 0 5px;
	width: 208px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #dddddd
}

.ui-info-loginBox .ui-tips {
	margin-left: 69px;
	width: 182px
}

.ui-info-loginBox .lb_find {
	color: #9e9e9e;
	font-size: 12px;
	margin-left: 12px
}

.ui-info-loginBox .lb_rememberline {
	padding-left: 65px
}

.ui-info-loginBox .lb_rememberline input {
	vertical-align: middle
}

.ui-info-loginBox .lb_rememberline label {
	font-size: 14px
}

.ui-info-loginBox .lb_phoneCodeLine .lb_text {
	width: 87px
}

.ui-info-loginBox .lb_phoneCodeLine a {
	font-size: 12px;
	color: #666;
	display: inline-block;
	height: 34px;
	line-height: 34px;
	width: 120px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #ddd;
	border-left: none;
	background-color: #f7f7f7
}

.ui-info-loginBox .lb_btnline {
	margin-bottom: 20px;
	padding-left: 68px
}

.ui-info-loginBox .lb_btnline button {
	width: 220px;
	font-size: 18px;
	letter-spacing: 5px;
	height: 40px;
	line-height: 40px
}

.ui-info-loginBox .lb_imgCodeLine .lb_text {
	width: 100px
}

.ui-info-loginBox .lb_imgCodeLine img {
	cursor: pointer;
	vertical-align: middle
}

.ui-info-loginBox .lb_registerline {
	color: #9e9e9e;
	font-size: 14px;
	padding-left: 100px;
	margin-bottom: 20px
}

.ui-info-loginBox .lb_registerline a {
	color: #eb9000
}

.ui-info-loginBox .lb_registerline a:hover {
	color: #eb9000
}

.ui-info-loginBox .lb_partnerLoginLine {
	padding-top: 20px;
	font-size: 12px;
	color: #9e9e9e;
	text-align: center;
	border-top: 1px dashed #ddd
}

.ui-info-loginBox .lb_partnerLoginLine a {
	color: #629500;
	width: 108px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #ddd;
	text-align: center;
	display: inline-block
}

.ui-info-loginBox .lb_partnerLoginLine a .icon {
	display: inline-block;
	margin-right: 5px;
	width: 22px;
	height: 18px;
	background-image: url("/images/smallicon.png");
	background-position: -360px 0;
	vertical-align: middle
}

.ui-info-loginBox .lb_telphoneLine,
.ui-info-loginBox .lb_phoneCodeLine,
.ui-info-loginBox .lb_imgCodeLine,
.ui-info-loginBox .lb_imgCodeBtnLine {
	display: none
}

.ui-info-supplement {
	padding: 40px 40px;
	width: 480px;
	font-family: "Microsoft YaHei", verdana, Arial, sans-serif
}

.ui-info-supplement .sf_messageBox {
	padding: 0 40px 30px
}

.ui-info-supplement .sf_textLine {
	color: #666;
	padding: 0 1em;
	line-height: 1.5;
	margin-bottom: 10px
}

.ui-info-supplement .sf_userLine {
	background-color: #f7f7f7;
	padding: 8px 1em;
	color: #313131
}

.ui-info-supplement .sf_userLine span {
	margin-right: 30px
}

.ui-info-supplement .sf_userLine a {
	color: #1153a7;
	text-decoration: underline
}

.ui-info-supplement h3 {
	font-weight: normal;
	font-size: 24px;
	text-align: center;
	color: #629500;
	margin-bottom: 30px
}

.ui-info-supplement ol {
	border-top: 1px dashed #ddd;
	padding: 30px 0 0 40px;
	display: none
}

.ui-info-supplement li {
	margin-bottom: 20px
}

.ui-info-supplement .sf_title {
	color: #666;
	font-size: 16px;
	width: 4em;
	margin-right: 5px;
	display: inline-block;
	text-align: right
}

.ui-info-supplement .sf_title em {
	color: #db281f
}

.ui-info-supplement .sf_text {
	border: 1px solid #dddddd;
	height: 34px;
	line-height: 34px;
	padding: 0 5px;
	width: 280px
}

.ui-info-supplement .btn {
	width: 130px;
	margin: 0 auto
}

.ui-info-supplement .ui-tips {
	margin-left: 68px;
	width: 256px
}

.ui-info-supplement .sf_btnLine {
	padding-left: 150px
}

.shareGroup a {
	display: inline-block;
	width: 22px;
	height: 20px;
	background-image: url("../images/shareicon.png");
	background-position: 0 0;
	margin-left: 15px;
	vertical-align: middle
}

.shareGroup .share-wechat {
	position: relative;
	transition: none;
	-webkit-transition: none;
	z-index: 50;
	color: #969696;
	background-position: 0 0
}

.shareGroup .share-wechat:hover {
	color: #969696;
	background-position: 0 -20px
}

.shareGroup .share-wechat:hover .wechat-code {
	color: #969696
}

.shareGroup .share-wechat .wechat-code {
	font-size: 12px;
	color: #969696;
	position: absolute;
	background-color: #ffffff;
	border: 1px solid #EBEBEB;
	padding: 15px;
	cursor: default;
	width: 188px;
	left: -200px;
	top: -122px;
	line-height: 1.5em
}

.shareGroup .share-wechat .wechat-code img {
	width: 80px;
	float: left;
	margin-right: 15px
}

.shareGroup .share-sina {
	background-position: -30px 0
}

.shareGroup .share-sina:hover {
	background-position: -30px -20px
}

.shareGroup .share-qq {
	background-position: -60px 0
}

.shareGroup .share-qq:hover {
	background-position: -60px -20px
}

.ui-addrBox {
	display: none;
	position: absolute;
	top: 100px;
	left: 100px;
	z-index: 180;
	width: 420px;
	padding: 15px;
	border: 1px solid #ebebeb;
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1)
}

.ui-addrBox .ui-ab-tab {
	overflow: hidden;
	border-bottom: 1px solid #1471c8
}

.ui-addrBox .ui-ab-tab li {
	float: left;
	margin-right: 1px;
	padding: 10px 25px;
	max-width: 6em;
	color: #1471c8;
	background-color: #f7f7f7;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer
}

.ui-addrBox .ui-ab-tab li.active {
	color: #ffffff;
	background-color: #1471c8
}

.ui-addrBox .ui-ab-content {
	padding-top: 18px
}

.ui-addrBox .ui-ab-content ul {
	display: none
}

.ui-addrBox .ui-ab-content li {
	margin-bottom: 16px;
	float: left;
	padding: 0 0 0 25px;
	width: 80px;
	color: #969696;
	cursor: pointer
}

.ui-addrBox .ui-ab-content li.active {
	cursor: default;
	font-weight: bold;
	color: #313131
}

.ui-addrBox .ui-ab-content li.active:hover {
	color: #313131
}

.ui-addrBox .ui-ab-content li:hover {
	color: #f06d54
}

.ui-addrBox .ui-ab-content li.ui-ab-longarea {
	width: 185px
}

.ui-addrBox .ui-ab-closeBtn {
	position: absolute;
	top: 5px;
	right: 12px;
	color: #c0c0c0;
	font-family: verdana;
	font-size: 20px
}

.scrolls {
	cursor: move
}

.dragscroll-scroller {
	overflow: hidden !important
}

.dragscroll-container {
	overflow: visible !important
}

.dragscroll-container,
.dragscroll-scroller {
	position: relative
}

.dragscroll-scroller {
	height: 100%
}

.dragscroll-inner {
	display: block
}

.dragscroll-scrollbar-container {
	cursor: pointer;
	position: absolute;
	background: #ebebeb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

.dragscroll-scrollbar-container.autohide {
	display: none
}

.dragscroll-scrollbar-container.h {
	width: 100%;
	height: 4px;
	left: 0;
	bottom: 0
}

.dragscroll-scrollbar-container.v {
	height: 100%;
	width: 4px;
	top: 0;
	right: 5px
}

.dragscroll-scrollbar.v {
	width: 4px;
	top: 0
}

.dragscroll-scrollbar.h {
	height: 4px;
	left: 0
}

.dragscroll-scrollbar {
	position: absolute;
	cursor: pointer;
	background: #bcbcbc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

.head-float {
	display: none;
	position: fixed;
	width: 100%;
	z-index: 160;
	top: 0;
	left: 0;
	background-color: #fff;
	border-bottom: 1px solid #EBEBEB;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.27)
}

.head-float .head-float-inner {
	width: 1210px;
	padding: 20px 0 19px;
	margin: 0 auto
}

.head-float .hf-logo {
	float: left;
	margin-right: 53px
}

.head-float .hf-searchBox {
	font-family: "Microsoft YaHei", verdana, Arial, sans-serif;
	position: relative;
	width: 455px;
	float: left
}

.head-float .hf-searchBox .hfsb-title {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url("/images/sprite.png");
	background-position: -30px 0;
	text-indent: -999em;
	position: absolute;
	top: 8px;
	left: 10px;
	cursor: text
}

.head-float .hf-searchBox .hfsb-text {
	border: 1px solid #1471c8;
	border-radius: 2px 0 0 2px;
	border-right: none;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	color: #313131;
	width: 320px;
	padding: 0 20px 0 38px
}

.head-float .hf-searchBox .hfsb-button {
	border: 1px solid #1471c8;
	border-radius: 0 2px 2px 0;
	background-color: #1471c8;
	font-size: 14px;
	height: 32px;
	padding: 0 20px;
	color: #fff;
	vertical-align: top
}

.head-float .hf-searchBox .hfsb-hotSearch {
	position: absolute;
	right: 85px;
	top: 7px
}

.head-float .hf-searchBox .hfsb-hotSearch a {
	display: inline-block;
	color: #969696;
	background-color: #f9f9f9;
	padding: 1px 2px;
	margin-left: 5px
}

.head-float .hf-searchBox .hfsb-hotSearch a:hover {
	color: #313131
}

.head-float .hf-searchBox .hfsb-serviceList {
	display: none;
	position: absolute;
	border: 1px solid #1471c8;
	width: 378px;
	background-color: #fff;
	padding: 5px 0;
	margin-top: -1px
}

.head-float .hf-searchBox .hfsb-serviceList li a {
	overflow: hidden;
	display: block;
	padding: 5px 10px
}

.head-float .hf-searchBox .hfsb-serviceList li a:hover em {
	color: #0064C8
}

.head-float .hf-searchBox .hfsb-serviceList li em {
	transition: color 0.5s;
	-webkit-transition: color 0.5s;
	color: #313131;
	float: left
}

.head-float .hf-searchBox .hfsb-serviceList li span {
	color: #666;
	float: right
}

.head-float .hf-btnGroup {
	float: right
}

.head-float .hf-btnGroup a {
	width: 110px;
	margin-left: 5px
}

.head-float .hf-btnGroup .hf-lr-group {
	margin-right: 10px
}

.head-float .hf-btnGroup .hf-lr-group a {
	margin-left: 0;
	color: #666
}

.head-float .hf-btnGroup .hf-lr-group a:hover {
	color: #047bce
}

.head-float .hf-btnGroup .hf-user {
	display: none;
	margin-right: 10px;
	color: #666
}

.head-float .hf-btnGroup .hf-user:hover {
	color: #047bce
}

.head-float .hf-btnGroup .hf-carBtn {
	position: relative;
	background-color: #f9f9f9;
	color: #f06d54;
	border: 1px solid #EBEBEB;
	text-align: left;
	text-indent: 45px
}

.head-float .hf-btnGroup .hf-carBtn .icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url("/images/sprite.png");
	background-position: -70px 0;
	position: absolute;
	top: 4px;
	left: 32px
}

.head-float .hf-btnGroup .hf-navBtn {
	position: relative;
	background-color: #0064c8;
	color: #fff;
	text-indent: -12px;
	border: 1px solid #0064c8;
	width: 110px
}

.head-float .hf-btnGroup .hf-navBtn .icon {
	display: inline-block;
	width: 14px;
	height: 9px;
	background-image: url("/images/sprite.png");
	background-position: -50px 0;
	position: absolute;
	top: 9px;
	right: 12px;
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s
}

.head-float .hf-btnGroup .hf-navBtn.active .icon {
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	background-position: -50px -10px\9
}

.float-head-nav-box {
	display: none;
	font-family: "Microsoft YaHei", verdana, Arial, sans-serif;
	position: fixed;
	z-index: 120;
	background-color: #fff;
	width: 1210px;
	left: 50%;
	margin-left: -605px;
	top: 72px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.27)
}

.float-head-nav-box .nav>li {
	float: left
}

.float-head-nav-box .nav>li>a {
	background-color: #f9f9f9;
	color: #666;
	font-size: 16px;
	width: 151px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: block;
	transition: none;
	-webkit-transition: none
}

.float-head-nav-box .nav>li>a.hf-phonebtn {
	color: #047bce;
	background-color: #EBEBEB;
	width: 153px
}

.float-head-nav-box .nav>li>a.hf-phonebtn:hover {
	color: #f06d54
}

.float-head-nav-box .nav>li.active>a {
	background-color: #047bce;
	color: #fff
}

.float-head-nav-box .nav>li.active .sub-nav-box {
	display: block
}

.float-head-nav-box .sub-nav-box {
	display: none;
	padding: 20px 0 20px 0;
	position: absolute;
	top: 35px;
	left: 0;
	background-color: #fff;
	border: 1px solid #EBEBEB;
	border-top: none;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.27);
	width: 1208px;
	overflow: hidden
}

.float-head-nav-box .sub-nav-box .sub-nav {
	overflow: hidden;
	float: left
}

.float-head-nav-box .sub-nav-box li {
	padding: 15px 0 15px 35px;
	float: left;
	width: 185px
}

.float-head-nav-box .sub-nav-box .nav-icon {
	vertical-align: middle;
	margin-right: 20px
}

.float-head-nav-box .sub-nav-box .nav-link {
	padding: 10px 0;
	display: inline-block;
	color: #666
}

.float-head-nav-box .sub-nav-box .nav-link:hover {
	color: #313131
}

.float-head-nav-box .sub-nav-box .set-box {
	float: left;
	padding-left: 50px
}

.float-head-nav-box .sub-nav-box .set-box .btn {
	display: block;
	width: 180px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #fff;
	margin-bottom: 10px
}

.float-head-nav-box .sub-nav-box .set-box .fh-orange {
	background-color: #ff9506
}

.float-head-nav-box .sub-nav-box .set-box .fh-blue {
	background-color: #0973d6
}

.float-head-nav-box .col-1 .sub-nav {
	width: 100%
}

.float-head-nav-box .col-1.sub-has-set .sub-nav {
	width: 880px;
	border-right: 1px solid #EBEBEB
}

.head-wrap {
	background-color: #fff;
	border-bottom: 1px solid #EBEBEB;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1)
}

.head-wrap .head-wrap-inner {
	position: relative;
	z-index: 140;
	width: 1210px;
	margin: 0 auto;
	padding: 32px 0 34px
}

.head-wrap .hw-logo {
	width: 108px;
	float: left
}

.head-wrap .hw-linkBox {
	width: 1000px;
	padding-left: 40px;
	float: left;
	overflow: hidden
}

.head-wrap .hw-linkBox a {
	float: left;
	padding: 5px 20px;
	font-size: 16px;
	color: #666
}

.head-wrap .hw-linkBox a:hover {
	color: #047bce
}

.head-wrap .hw-linkBox a.active,
.head-wrap .hw-linkBox a.selected {
	font-weight: bold;
	color: #047bce
}

.head-wrap .hw-title {
	float: left;
	display: inline;
	margin-left: 40px;
	color: #969696;
	font-size: 24px
}

.head-wrap .hw-telphoto {
	margin-top: -12px;
	width: 230px;
	float: right;
	text-align: center
}

.head-wrap .hw-telphoto em {
	display: block;
	font-size: 24px;
	text-align: center;
	color: #666;
	margin-bottom: 15px
}

.head-wrap .hw-telphoto span {
	font-size: 12px;
	color: #969696
}

.head-wrap .hw-searchBox {
	position: relative;
	width: 280px;
	float: right
}

.head-wrap .hw-searchBox .hwsb-title {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url("/images/sprite.png");
	background-position: -30px 0;
	text-indent: -999em;
	position: absolute;
	top: 7px;
	left: 10px;
	cursor: text
}

.head-wrap .hw-searchBox .hwsb-text {
	border: 1px solid #047bce;
	border-radius: 2px 0 0 2px;
	border-right: none;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	color: #313131;
	width: 158px;
	padding: 0 20px 0 39px
}

.head-wrap .hw-searchBox .hwsb-button {
	border: 1px solid #047bce;
	border-radius: 0 2px 2px 0;
	background-color: #047bce;
	font-size: 16px;
	height: 32px;
	padding: 0 11px;
	color: #fff;
	vertical-align: top
}

.head-wrap .hw-searchBox .hwsb-hotSearch {
	display: none;
	position: absolute;
	right: 70px;
	top: 6px
}

.head-wrap .hw-searchBox .hwsb-hotSearch a {
	display: inline-block;
	color: #969696;
	background-color: #f9f9f9;
	padding: 2px 5px;
	margin-left: 5px
}

.head-wrap .hw-searchBox .hwsb-hotSearch a:hover {
	color: #313131
}

.head-wrap .hw-searchBox .hwsb-serviceList {
	display: none;
	background-color: #fff;
	border: 1px solid #047bce;
	width: 217px;
	padding: 5px 0;
	margin-top: -1px;
	position: absolute
}

.head-wrap .hw-searchBox .hwsb-serviceList li a {
	overflow: hidden;
	display: block;
	padding: 5px 10px
}

.head-wrap .hw-searchBox .hwsb-serviceList li a:hover em {
	color: #0064C8
}

.head-wrap .hw-searchBox .hwsb-serviceList li em {
	transition: color 0.5s;
	-webkit-transition: color 0.5s;
	color: #313131;
	float: left
}

.head-wrap .hw-searchBox .hwsb-serviceList li span {
	color: #666;
	float: right
}

.head-wrap .nav-box {
	display: none;
	font-family: "Microsoft YaHei", verdana, Arial, sans-serif;
	position: absolute;
	z-index: 120;
	background-color: #fff;
	width: 1125px;
	left: 45px;
	top: 72px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	border-top: 2px solid #047bce
}

.head-wrap .nav-box:before {
	content: " ";
	display: block;
	position: absolute;
	width: 10px;
	height: 7px;
	top: -9px;
	left: 165px;
	background: url("/images/sprite.png") -53px -260px no-repeat
}

.head-wrap .nav-box .nav>li {
	float: left
}

.head-wrap .nav-box .nav>li>a {
	background-color: #f9f9f9;
	color: #666;
	font-size: 16px;
	width: 137px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: block;
	transition: none;
	-webkit-transition: none
}

.head-wrap .nav-box .nav>li>a.hf-phonebtn {
	color: #047bce;
	background-color: #EBEBEB;
	width: 166px
}

.head-wrap .nav-box .nav>li>a.hf-phonebtn:hover {
	color: #f06d54
}

.head-wrap .nav-box .nav>li.active>a {
	background-color: #047bce;
	color: #fff
}

.head-wrap .nav-box .nav>li.active .sub-nav-box {
	display: block
}

.head-wrap .nav-box .sub-nav-box {
	display: none;
	padding: 20px 0 20px 0;
	position: absolute;
	top: 35px;
	left: 0;
	background-color: #fff;
	border: 1px solid #EBEBEB;
	border-top: none;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
	width: 1123px;
	overflow: hidden
}

.head-wrap .nav-box .sub-nav-box .sub-nav {
	overflow: hidden;
	float: left
}

.head-wrap .nav-box .sub-nav-box li {
	padding: 15px 0 15px 35px;
	float: left;
	width: 165px
}

.head-wrap .nav-box .sub-nav-box .nav-icon {
	vertical-align: middle;
	margin-right: 20px
}

.head-wrap .nav-box .sub-nav-box .nav-link {
	padding: 10px 0;
	display: inline-block;
	color: #666
}

.head-wrap .nav-box .sub-nav-box .nav-link:hover {
	color: #313131
}

.head-wrap .nav-box .sub-nav-box .set-box {
	float: left;
	padding-left: 40px
}

.head-wrap .nav-box .sub-nav-box .set-box .btn {
	display: block;
	width: 158px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #fff;
	margin-bottom: 10px
}

.head-wrap .nav-box .sub-nav-box .set-box .fh-orange {
	background-color: #ff9506
}

.head-wrap .nav-box .sub-nav-box .set-box .fh-blue {
	background-color: #0973d6
}

.head-wrap .nav-box .col-1 .sub-nav {
	width: 100%
}

.head-wrap .nav-box .col-1.sub-has-set .sub-nav {
	width: 835px;
	border-right: 1px solid #EBEBEB
}

.top-bar {
	font-size: 12px;
	color: #666;
	background-color: #fff;
	border-bottom: 1px solid #EBEBEB;
	position: relative;
	z-index: 150
}

.top-bar .tb-inner {
	width: 1210px;
	margin: 0 auto
}

.top-bar a {
	color: #666
}

.top-bar a .icon {
	display: inline-block;
	width: 9px;
	height: 6px;
	background-image: url("/images/sprite.png");
	background-position: -20px 0;
	margin-left: 5px;
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s
}

.top-bar .tb-left {
	float: left
}

.top-bar .tb-right {
	float: right
}

.top-bar .tb-left>li,
.top-bar .tb-right>li {
	position: relative;
	z-index: 10;
	float: left
}

.top-bar .tb-left>li>ul,
.top-bar .tb-right>li>ul {
	position: absolute;
	display: none
}

.top-bar .tb-left>li:before,
.top-bar .tb-right>li:before {
	content: "|";
	position: absolute;
	top: 8px;
	color: #EBEBEB
}

.top-bar .tb-left>li.tb-login:before,
.top-bar .tb-left>li.tb-reg-out:before,
.top-bar .tb-left>li.tb-status:before,
.top-bar .tb-right>li.tb-login:before,
.top-bar .tb-right>li.tb-reg-out:before,
.top-bar .tb-right>li.tb-status:before {
	content: ""
}

.top-bar .tb-left>li.active .icon,
.top-bar .tb-right>li.active .icon {
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	background-position: -20px -10px\9
}

.top-bar .tb-left>li.active>ul,
.top-bar .tb-right>li.active>ul {
	display: block
}

.top-bar .tb-left>li.active .tb-map,
.top-bar .tb-right>li.active .tb-map {
	display: block
}

.top-bar .tb-left>li.active>a:first-child,
.top-bar .tb-right>li.active>a:first-child {
	background-color: #f9f9f9
}

.top-bar .tb-left>li.active:before,
.top-bar .tb-right>li.active:before {
	content: ""
}

.top-bar .tb-left>li.active+li:before,
.top-bar .tb-right>li.active+li:before {
	content: ""
}

.top-bar .tb-right {
	display: none
}

.top-bar .tb-reg-out:hover:before,
.top-bar .tb-shopcar:hover:before {
	content: ""
}

.top-bar .tb-reg-out:hover a,
.top-bar .tb-shopcar:hover a {
	background-color: #f9f9f9;
	color: #0064C8
}

.top-bar .tb-reg-out:hover+li:before,
.top-bar .tb-shopcar:hover+li:before {
	content: ""
}

.top-bar .tb-reg-out .badge,
.top-bar .tb-shopcar .badge {
	color: #f63
}

.top-bar .tb-status {
	display: none
}

.top-bar .tb-status a:hover {
	background-color: #f9f9f9;
	color: #0064C8
}

.top-bar .tb-td,
.top-bar .tb-help,
.top-bar .tb-map,
.top-bar .tb-login-menu {
	border: 1px solid #EBEBEB;
	background-color: #fff
}

.top-bar .tb-td li {
	border-top: 1px dashed #EBEBEB;
	padding: 10px;
	overflow: hidden;
	width: 198px
}

.top-bar .tb-td li:first-child {
	border-top: none
}

.top-bar .tb-td .tb-td-img {
	float: left;
	margin-right: 20px
}

.top-bar .tb-td .tb-td-content {
	float: left;
	line-height: 1.5em
}

.top-bar .tb-td h4 {
	color: #313131;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 5px
}

.top-bar .tb-td img {
	display: block;
	width: 74px
}

.top-bar .tb-help,
.top-bar .tb-login-menu {
	padding: 5px 22px 5px 10px
}

.top-bar .tb-help li,
.top-bar .tb-login-menu li {
	padding: 5px 0
}

.top-bar .tb-help a:hover,
.top-bar .tb-login-menu a:hover {
	color: #0064C8
}

.top-bar .tb-map {
	display: none;
	position: absolute;
	font-size: 14px;
	margin-left: -421px;
	width: 1198px;
	padding: 35px 0 35px 10px
}

.top-bar .tb-map h5 {
	color: #313131;
	margin-bottom: 14px
}

.top-bar .tb-map>div {
	padding-left: 30px;
	height: 168px;
	border-left: 1px solid #EBEBEB;
	width: 115px;
	float: left
}

.top-bar .tb-map>div.tb-map-01 {
	border-left: none;
	width: 320px
}

.top-bar .tb-map>div.tb-map-01 a {
	width: 9em
}

.top-bar .tb-map>div.tb-map-02,
.top-bar .tb-map>div.tb-map-03 {
	width: 233px
}

.top-bar .tb-map a {
	display: inline-block;
	margin: 0 30px 14px 0;
	width: 6em;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #969696
}

.top-bar .tb-map a:hover {
	color: #047bce
}

.top-bar .tb-login-menu {
	margin-left: -48px;
	width: 7em;
	padding-right: 10px
}

.top-bar .tb-item {
	padding: 8px 10px;
	display: inline-block;
	white-space: nowrap
}

.top-bar .tb-place .tb-item {
	padding-left: 15px
}

.top-bar .tb-place .tb-item:before {
	content: ""
}

.top-bar .tb-place a {
	color: #lwgy
}

.top-bar .tb-place a:hover {
	color: #0064C8
}

.top-bar .tb-place .icon {
	display: inline-block;
	width: 11px;
	height: 16px;
	background-image: url("/images/sprite.png");
	background-position: 0 0;
	position: absolute;
	left: 0;
	top: 8px
}

.top-bar .tb-place:before {
	content: "" !important
}

.crumbs-box {
	background-color: #f9f9f9;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset
}

.crumbs-box .crumbs-box-inner {
	overflow: hidden;
	font-size: 12px;
	width: 1210px;
	margin: 0 auto;
	color: #969696;
	padding: 12px 0 10px
}

.crumbs-box .crumbs-box-inner a {
	color: #969696;
	margin: 0 15px
}

.crumbs-box .crumbs-box-inner a:hover {
	color: #047bce
}

.crumbs-box .crumbs-box-inner a:first-child {
	margin-left: 0
}

.crumbs-box .crumbs-box-inner span {
	color: #666;
	margin: 0 15px
}

.crumbs-box .crumbs {
	float: left
}

.crumbs-box .c-links {
	float: right
}

.crumbs-box .c-links a {
	color: #047bce
}

.news-aside {
	width: 250px;
	border: 1px solid #EBEBEB;
	background-color: #fff;
	padding: 0 14px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	float: right
}

.news-aside h2 {
	margin-bottom: 24px;
	font-size: 18px;
	color: #969696;
	line-height: 20px
}

.news-aside h2 a {
	font-size: 18px;
	color: #969696;
	line-height: 20px
}

.news-aside h2 a:hover {
	color: #047bce
}

.news-aside .na-moreLine {
	margin: -45px 0 25px;
	color: #969696;
	text-align: right
}

.news-aside .na-moreLine a {
	color: #969696;
	line-height: 20px
}

.news-aside .na-moreLine a:hover {
	color: #047bce
}

.news-aside .na-hotsearch {
	padding-top: 20px;
	margin-bottom: 40px
}

.news-aside .nahs-list {
	overflow: hidden
}

.news-aside .nahs-list a {
	float: left;
	transition: none;
	-webkit-transition: none;
	margin: 0 10px 10px 0;
	padding: 2px 7px;
	background-color: #e5f0f8;
	color: #3873aa
}

.news-aside .nahs-list a:hover {
	color: #fff;
	background-color: #047bce
}

.news-aside .nal-list {
	padding-left: 5px
}

.news-aside .nal-list li {
	border-left: 1px dashed #EBEBEB;
	padding-left: 13px;
	position: relative
}

.news-aside .nal-list li.last-child {
	border-left: none
}

.news-aside .nal-list li.last-child a {
	border-bottom: none
}

.news-aside .nal-list li:before {
	content: " ";
	position: absolute;
	left: -5px;
	top: 0;
	display: inline-block;
	width: 11px;
	height: 11px;
	background-image: url("/images/news-sprite.png");
	background-position: -20px 0
}

.news-aside .nal-list span {
	position: relative;
	top: -2px;
	font-size: 12px;
	display: block;
	color: #bcbcbc
}

.news-aside .nal-list a {
	border-bottom: 1px solid #EBEBEB;
	display: block;
	padding-bottom: 20px;
	margin-bottom: 20px;
	line-height: 21px;
	max-height: 42px;
	overflow: hidden;
	color: #313131
}

.news-aside .nal-list a:hover {
	color: #047bce
}

.news-aside .nah-list {
	padding-left: 22px
}

.news-aside .nah-list li {
	border-bottom: 1px solid #EBEBEB;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px
}

.news-aside .nah-list li a {
	line-height: 20px;
	display: block;
	height: 42px;
	overflow: hidden;
	color: #666
}

.news-aside .nah-list li a:hover {
	color: #047bce
}

.news-aside .nah-list li:first-child>i,
.news-aside .nah-list li:first-child+li>i,
.news-aside .nah-list li:first-child+li+li>i {
	background-color: #f89647
}

.news-aside .nah-list li>i {
	position: absolute;
	background: #d3d3d3;
	display: block;
	top: 3px;
	left: -22px;
	color: #fff;
	font-weight: bold;
	height: 16px;
	line-height: 16px;
	width: 16px;
	text-align: center;
	font-size: 12px;
	border-radius: 2px
}

.news-aside .nah-list li .nah-count {
	position: absolute;
	top: 24px;
	right: 0;
	background-color: #fff;
	font-size: 12px;
	color: #bcbcbc
}

.news-aside .nah-list li .icon {
	display: inline-block;
	width: 17px;
	height: 11px;
	background-image: url("/images/news-sprite.png");
	background-position: -40px 0;
	margin: 0 5px 0 7px
}

.news-aside .nah-list li .icon-good {
	background-position: -60px 0;
	width: 15px;
	height: 12px
}

.news-aside .na-service {
	padding-bottom: 20px
}

.news-aside .na-service li {
	margin-bottom: 30px
}

.news-aside .na-service .ns-title {
	overflow: hidden
}

.news-aside .na-service .ns-title a {
	float: left;
	color: #666
}

.news-aside .na-service .ns-title a:hover {
	color: #047bce
}

.news-aside .na-service .ns-title span {
	float: right;
	color: #969696;
	font-size: 12px
}

.news-aside .na-service .ns-title span em {
	color: #f06d54
}

.news-aside .na-service .nas-photo {
	margin-bottom: 15px
}

.news-aside .na-service .nas-photo a {
	display: block;
	overflow: hidden;
	position: relative
}

.news-aside .na-service .nas-photo a img {
	display: block
}

.news-aside .na-service .nas-photo a .nas-btn {
	background: url("/images/black-opacity60-bg.png") 0 0 repeat;
	-webkit-transition: top 0.5s ease-out;
	-o-transition: top 0.5s ease-out;
	transition: top 0.5s ease-out;
	position: absolute;
	top: 100%;
	width: 100%;
	height: 100%
}

.news-aside .na-service .nas-photo a .nas-btn em {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -17px 0 0 -58px;
	background-color: #f06d54;
	color: #fff;
	width: 90px
}

.news-aside .na-service .nas-photo a:hover .nas-btn {
	top: 0
}

body {
	background-color: #f9f9f9
}

.news-section {
	width: 1210px;
	margin: 0 auto 100px
}

.news-content {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	width: 665px;
	padding: 100px 121px;
	float: left;
	border: 1px solid #EBEBEB;
	background-color: #fff
}

.news-content h1 {
	font-size: 2.2em;
	text-align: left;
	color: #313131;
	line-height: 42px;
	padding-bottom: 34px;
	margin-bottom: 10px;
	border-bottom: 1px solid #EBEBEB
}

.news-content .nc-summary {
	overflow: hidden;
	color: #bcbcbc;
	margin-bottom: 60px
}

.news-content .nc-summary .nc-info {
	font-size: 12px;
	float: left
}

.news-content .nc-summary .nc-info span {
	margin-right: 20px
}

.news-content .nc-summary .nc-count {
	float: right;
	font-size: 12px
}

.news-content .nc-summary .icon:before {
	content: " ";
	display: inline-block;
	width: 17px;
	height: 11px;
	background-image: url("/images/news-sprite.png");
	background-position: -40px 0;
	margin: 0 5px 0 7px
}

.news-content .nc-summary .icon-good:before {
	display: inline-block;
	width: 15px;
	height: 12px;
	background-image: url("/images/news-sprite.png");
	background-position: -60px 0
}

.news-content .nc-photo {
	text-align: center;
	margin-bottom: 60px
}

.news-content .nc-photo img {
	display: block;
	width: 100%;
	height: auto
}

.news-content .nc-aritle {
	font-family: 'Hiragino Sans GB', 'Lantinghei SC', 'Microsoft Yahei', STXihei, 鍗庢枃缁嗛粦, SimSun, 瀹嬩綋, Heiti, sans-serif;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 30px;
	color: #666;
	padding-bottom: 18px;
	margin-bottom: 20px;
	border-bottom: 1px solid #EBEBEB
}

.news-content .nc-aritle p {
	margin-bottom: 1.2em;
}
.news-content .nc-aritle ol>li{
	padding-left: 0.2em;
	margin-left: 4em;
}

.news-content .nc-aritle h2{
	color: #313131;
	margin-top:1.2em;
	margin-bottom: 0.6em;
	line-height: 30px;
	font-size:1.4em;
}
.news-content .nc-aritle h3{
	color: #313131;
	margin-top:0.8em;
	margin-bottom: 0.4em;
	line-height: 30px;
	font-size:1.2em;
}
.news-content .nc-aritle h4{
	color: #313131;
	margin-top:0.8em;
	margin-bottom: 0.4em;
	line-height: 30px;
	font-size:1em;
}
.news-content .nc-aritle h5 {
	color: #313131;
	margin-top:0.8em;
	margin-bottom: 0.4em;
	line-height: 30px;
	font-size:1em;
}

.news-content .nc-aritle a {
	color: #047bce
}

.news-content .nc-aritle a:hover {
	color: #047bce
}

.news-content .nc-aritle i,
.news-content .nc-aritle em {
	font-style: italic
}

.news-content .nc-aritle b,
.news-content .nc-aritle strong {
	font-weight: bold
}

.news-content .nc-aritle img {
	max-width: 100%;
	height: auto
}

.news-content .nc-footer {
	margin-bottom: 45px
}

.news-content .nc-footer .nc-share {
	float: left;
	margin-top: 3px
}

.news-content .nc-footer .nc-share a {
	margin-left: 0;
	margin-right: 15px
}

.news-content .nc-footer .nc-like {
	border: 1px solid #EBEBEB;
	color: #bcbcbc;
	background-color: #fff;
	padding: 6px 12px 3px 12px;
	font-size: 12px;
	transition: none;
	-webkit-transition: none
}

.news-content .nc-footer .nc-like.nc-disabled {
	border-color: #fff;
	color: #bcbcbc
}

.news-content .nc-footer .nc-like.nc-disabled:hover {
	border-color: #fff;
	color: #bcbcbc
}

.news-content .nc-footer .nc-like.nc-disabled:hover:before {
	background-position: -60px 0
}

.news-content .nc-footer .nc-like:hover {
	border-color: #047bce;
	color: #047bce
}

.news-content .nc-footer .nc-like:hover:before {
	background-position: -80px 0
}

.news-content .nc-footer .nc-like:before {
	content: " ";
	display: inline-block;
	width: 15px;
	height: 12px;
	background-image: url("/images/news-sprite.png");
	background-position: -60px 0;
	margin-right: 5px
}

.news-content .nc-footer .nc-links {
	float: right
}

.news-content .nc-footer .nc-links a {
	padding: 5px 10px;
	background-color: #f9f9f9;
	display: inline-block;
	color: #969696
}

.news-content .nc-footer .nc-links a:hover {
	color: #047bce
}

.news-content .nc-relate h3 {
	color: #bcbcbc;
	font-size: 18px;
	margin-bottom: 20px
}

.news-content .nc-relate li {
	margin-bottom: 18px
}

.news-content .nc-relate li:before {
	content: " ";
	display: inline-block;
	width: 4px;
	height: 4px;
	background-image: url("/images/news-sprite.png");
	background-position: -100px 0;
	position: relative;
	top: -4px
}

.news-content .nc-relate a {
	color: #666
}

.news-content .nc-relate a:hover {
	color: #047bce
}

body .news-aside {
	height: auto
}

.advantage {
	border-top: 1px solid #EBEBEB;
	background-color: #fff;
	padding: 20px 0
}

.advantage ul {
	width: 1210px;
	margin: 0 auto
}

.advantage ul li {
	width: 301px;
	float: left;
	color: #666;
	font-size: 18px;
	position: relative;
	text-indent: 136px;
	border-right: 1px solid #EBEBEB
}

.advantage ul li:first-child {
	width: 302px;
	border-left: 1px solid #EBEBEB
}

.advantage ul li .icon {
	position: absolute;
	top: -5px;
	left: 100px
}

.advantage ul a {
	transition: none;
	-webkit-transition: none;
	display: block;
	color: #666
}

.advantage ul a:hover {
	color: #047bce
}

.advantage ul .col-1 .icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url("../images/sprite.png");
	background-position: 0 -20px
}

.advantage ul .col-1 a:hover .icon {
	background-position: -120px -20px
}

.advantage ul .col-2 .icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url("../images/sprite.png");
	background-position: -30px -20px
}

.advantage ul .col-2 a:hover .icon {
	background-position: -150px -20px
}

.advantage ul .col-3 .icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url("../images/sprite.png");
	background-position: -60px -20px
}

.advantage ul .col-3 a:hover .icon {
	background-position: -180px -20px
}

.advantage ul .col-4 .icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url("../images/sprite.png");
	background-position: -90px -20px
}

.advantage ul .col-4 a:hover .icon {
	background-position: -210px -20px
}

.links {
	border-top: 1px solid #EBEBEB;
	background-color: #fff
}

.links .links-inner {
	width: 1210px;
	margin: 0 auto;
	padding: 37px 0 33px;
	overflow: hidden
}

.links .links-box {
	float: left;
	min-height: 130px;
	border-right: 1px solid #EBEBEB;
	width: 872px;
	padding-right: 35px
}

.links .links-box>p {
	display: none
}

.links .links-box>p.active {
	display: block
}

.links .links-box>p a {
	display: inline-block;
	margin-bottom: 8px;
	font-size: 12px;
	color: #969696
}

.links .links-box>p a:hover {
	color: #313131
}

.links .links-box>p a:before {
	content: "| "
}

.links .links-box>p a:first-child:before {
	content: ""
}

.links .links-box>p a.lw-join {
	display: block
}

.links .links-box>p a.lw-join:before {
	content: ""
}

.links .links-contact {
	float: left;
	padding-left: 75px;
	text-align: center
}

.links .links-contact strong {
	display: block;
	color: #047bce;
	margin-bottom: 15px;
	font-size: 24px
}

.links .links-contact span {
	color: #969696;
	font-size: 12px
}

.links .links-contact .btn {
	margin-top: 30px;
	display: block;
	position: relative;
	border-radius: 3px;
	border: 1px solid #666;
	color: #666;
	background-color: transparent
}

.links .links-contact .btn i {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url("/images/sprite.png");
	background-position: -230px 0;
	position: absolute;
	left: 42px;
	top: 7px
}

.links .links-contact .btn:hover {
	border: 1px solid #047bce;
	color: #047bce
}

.links .links-contact .btn:hover i {
	background-position: -170px 0
}

.links .links-tab {
	border-bottom: 1px solid #EBEBEB;
	margin-bottom: 10px
}

.links .links-tab li {
	float: left;
	margin: 0 25px -1px 0;
	border-bottom: 1px solid #EBEBEB
}

.links .links-tab li a {
	display: block;
	padding-bottom: 5px;
	color: #666
}

.links .links-tab li.active {
	border-bottom: 1px solid #313131
}

.links .links-tab li.active a {
	color: #313131
}

.footer {
	background-color: #313131
}

.footer .f-inner {
	width: 1210px;
	margin: 0 auto;
	padding: 25px 0;
	overflow: hidden
}

.footer .f-logo {
	float: left;
	margin-right: 10px;
	margin-top: 2px
}

.footer .f-content {
	color: #969696;
	float: left;
	font-size: 12px
}

.footer .f-content .f-map {
	margin-bottom: 2px
}

.footer .f-content a {
	color: #969696
}

.footer .f-content a:hover {
	color: #dddddd
}

.footer .f-safe {
	float: right
}

.footer .f-safe img {
	height: 30px
}

.footer-float {
	position: fixed;
	bottom: 150px;
	z-index: 20;
	right: 0
}

.footer-float .ff-td {
	display: none
}

.footer-float>a {
	margin-bottom: 1px;
	font-size: 12px;
	display: block;
	background-color: #969696;
	background-color: rgba(150, 150, 150, 0.4);
	color: #fff;
	width: 53px;
	text-align: center;
	position: relative;
	transition: none;
	-webkit-transition: none
}

.footer-float>a:first-child {
	border-top: none
}

.footer-float>a:hover .ff-hoverBox {
	display: block
}

.footer-float .ff-hoverBox {
	display: none;
	color: #313131;
	background-color: #fff;
	position: absolute;
	top: -1px;
	right: -1px;
	height: 53px;
	border: 1px solid #EBEBEB
}

.footer-float .ff-car {
	margin-top: 1px;
	height: 34px;
	padding-top: 19px
}

.footer-float .ff-car>.icon {
	display: block;
	width: 18px;
	height: 18px;
	background-image: url("/images/sprite.png");
	background-position: -90px 0;
	margin: 0 auto 4px
}

.footer-float .ff-car .badge {
	margin-top: 5px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url("/images/sprite.png");
	background-position: -180px -80px;
	color: #fff;
	font-size: 12px;
	line-height: 20px
}

.footer-float .ff-car .ff-hoverBox {
	overflow: hidden;
	width: 52px
}

.footer-float .ff-car .ff-hoverBox>.icon {
	margin: 10px auto 2px;
	display: block;
	width: 18px;
	height: 18px;
	background-image: url("/images/sprite.png");
	background-position: -70px 0
}

.footer-float .ff-car .ff-hoverBox>em {
	display: block;
	margin: 0 auto 0;
	width: 3em
}

.footer-float .ff-qq {
	height: 34px;
	padding-top: 19px
}

.footer-float .ff-qq>.icon {
	display: block;
	width: 18px;
	height: 18px;
	background-image: url("/images/sprite.png");
	background-position: -130px 0;
	margin: 0 auto 4px
}

.footer-float .ff-qq .ff-hoverBox {
	overflow: hidden;
	width: 78px
}

.footer-float .ff-qq .ff-hoverBox>.icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url("/images/sprite.png");
	background-position: -150px 0;
	float: left;
	margin: 18px 10px 0 12px
}

.footer-float .ff-qq .ff-hoverBox>em {
	float: left;
	width: 2em;
	margin-top: 12px
}

.footer-float .ff-phone {
	height: 34px;
	padding-top: 19px
}

.footer-float .ff-phone>.icon {
	display: block;
	width: 18px;
	height: 18px;
	background-image: url("/images/sprite.png");
	background-position: -190px 0;
	margin: 0 auto 4px
}

.footer-float .ff-phone .ff-hoverBox {
	overflow: hidden;
	width: 196px
}

.footer-float .ff-phone .ff-hoverBox>.icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url("/images/sprite.png");
	background-position: -210px 0;
	float: left;
	margin: 18px 10px 0 12px
}

.footer-float .ff-phone .ff-hoverBox>em {
	text-align: left;
	float: left;
	margin-top: 12px
}

.footer-float .ff-wx {
	height: 34px;
	padding-top: 19px
}

.footer-float .ff-wx>.icon {
	display: block;
	width: 19px;
	height: 18px;
	background-image: url("/images/sprite.png");
	background-position: -80px -80px;
	margin: 0 auto 4px
}

.footer-float .ff-wx .ff-hoverBox {
	width: 52px
}

.footer-float .ff-wx .ff-hoverBox>em {
	display: block;
	width: 2em;
	margin: 12px auto 0
}

.footer-float .ff-wx:hover .ff-td {
	display: block
}

.footer-float .ff-top {
	height: 33px;
	padding-top: 20px
}

.footer-float .ff-top>.icon {
	display: block;
	width: 23px;
	height: 14px;
	background-image: url("/images/sprite.png");
	background-position: 0 -50px;
	margin: 0 auto 4px
}

.footer-float .ff-top .ff-hoverBox {
	width: 52px
}

.footer-float .ff-top .ff-hoverBox>em {
	display: block;
	width: 2em;
	margin: 12px auto 0
}

.footer-float .ff-td {
	position: absolute;
	bottom: -30px;
	right: 53px;
	padding-right: 2px
}

.footer-float .ff-td ul {
	background-color: #fff;
	border: 1px solid #EBEBEB
}

.footer-float .ff-td li {
	border-top: 1px dashed #EBEBEB;
	padding: 10px;
	overflow: hidden;
	width: 198px
}

.footer-float .ff-td li:first-child {
	border-top: none
}

.footer-float .ff-td .ff-td-img {
	float: left;
	margin-right: 20px
}

.footer-float .ff-td .ff-td-content {
	float: left;
	line-height: 1.25em;
	color: #969696
}

.footer-float .ff-td h4 {
	color: #313131;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 5px
}

.footer-float .ff-td img {
	display: block;
	width: 74px
}

.footer-float-right {
	left: 100%;
	margin-left: -55px
}
.ad img{
	width: 98%;
	height: 98%;
	margin-bottom: -40px;
}
