
/*公共样式*/
body, div, p, iframe, ul, li, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, table, th, td, input, button, select, textarea {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

body,button,input,select,textarea {
	color: #333;
	font: 12px/1.5 'Microsoft YaHei',Arial, Helvetica, sans-serif;
}

body {
	min-width:1280px;
}

/*--------隐藏baidu--------*/
body > a { display: none; }


/*--------字体--------*/
@font-face {
	url('../fonts/Politica.woff2') format('woff2'),  
    url('../fonts/Politica.ttf') format('truetype'), 
    url('../fonts/Politica/Politica/Politica.svg#SingleMaltaRegular') format('svg'); 
    font-weight: normal; 
    font-style: normal;
	font-family: 'Politica';
    src:url('../fonts/Politica.ttf'); 
    src:url('../fonts/Politica.eot#iefix') format('embedded-opentype'), 
    url('../fonts/Politica.woff') format('woff');
}

button {
	cursor: pointer;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

button:active {
	opacity: 0.8;
	/*透明度*/
	filter: alpha(opacity=80);
 	/* IE */
	-moz-opacity: 0.8;
 	/* 内核Mozilla */
	-khtml-opacity: 0.8;
 	/* 内核Safari */
}

input,button,select,textarea {
	outline: none;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

li {
	list-style-type: none;
}

em,i {
	/*display: block;*/
	font-style: normal;
}

img {
	border: none;
	vertical-align: middle;
}

a {
	position: relative;
	color: #333;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0.05);
}

a:hover {
	color: #f54a16;
}

img {
	border: none;
	vertical-align: middle;
}

input:focus,textarea:focus{
	border-color: #66afe9;
	outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}


/*--------浮动--------*/
.ui-left { float: left; }

.ui-right { float: right; }

/*--------清除浮动--------*/
.clearfloat { clear: both; }

.clearfix { zoom: 1; }
.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	overflow: hidden;
	height: 0;
	content: '.';
	line-height: 0;
}

.rel { position: relative; }


/*--------超出省略号--------*/
.ellipsis {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ellipsis-3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/*--------字体颜色--------*/
.orange,.red{color:#e8551e}
.green{color:#00a699}
.blue{color:#0ae}
.en{font-family:verdana}
/*.en{font-family: Roboto-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, sans-serif;}*/
.cl-f90{color:#f90}
.c48{color:#484848 !important}
.c6{color:#666}
.c8{color:#888}
.c9{color:#999}


/*--------圆角--------*/
.radius-3 {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/*--------占位符--------*/
:-moz-placeholder {
 /* Mozilla Firefox 4 to 18 */
	color: #c7c7c7;
}

::-moz-placeholder {
 /* Mozilla Firefox 19+ */
	color: #c7c7c7;
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color: #c7c7c7;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color: #c7c7c7;
}

/*--------阴影--------*/
.shadow {
	-webkit-box-shadow: 2px 2px 10px #9d9c9c;
  /* for safari or chrome */
	-moz-box-shadow: 2px 2px 10px #9d9c9c;
  /* for firefox */
	box-shadow: 2px 2px 10px #9d9c9c;
  /* for opera or ie9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
  /* For IE 8 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
  /* For IE 5.5 - 7 */
}

.center {
	text-align: center;
}

/*--------字体大小--------*/
.f12{font-size:12px}
.f14{font-size:14px}
.f16{font-size:16px}
.f18{font-size:18px}
.f20{font-size:20px}
.f22{font-size:22px}
.f24{font-size:24px}
.f28{font-size:28px}
.f30{font-size:30px}
.bold{font-weight:700}


.P30{ padding: 30px;}

/*--------间距--------*/
.mt5{ margin-top: 5px !important;}
.mt10{ margin-top: 10px !important;}
.mt20{ margin-top: 20px !important;}
.mt30{ margin-top: 30px !important;}

.ml5{ margin-left: 5px !important;;}
.ml10{ margin-left: 10px !important;;}
.ml15{ margin-left: 15px !important;;}
.ml20{ margin-left: 15px !important;;}

.mr5{ margin-right: 5px;}
.mr10{ margin-right: 10px;}
.mr15{ margin-right: 15px;}
.mr20{ margin-right: 15px;}



/*--------圆角--------*/
.radius4 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

/*--------公用3像素圆角--------*/
.radius {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

/*--------主体通用宽度--------*/
.w {
	margin: 0 auto;
	width: 1200px;
}

.w1280 {
	margin: 0 auto;
	width: 1280px;
}

/*--------弹框背影--------*/
.g-mian-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	display: none;
	background: #000;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

/*--------头部--------*/
.header-mian {
	height: 80px;
	background-color: #f54a16;
}

.header {
	position: relative;
	z-index: 999;
	height: 80px;
}

.header .logo {
	float: left;
	overflow: hidden;
	margin-top: 22px;
	width: 241px;
	height: 38px;
	background: url(../images/logo.png);
	text-indent: -999px;
}

.header .logo-r {
	float: left;
	margin: 25px 0 0 18px;
}

/*--------快捷方式--------*/
.shortcut {margin-top: 25px;}
.shortcut .phone{ float: left; width: 108px; height: 32px;  }
.shortcut .phone a{ display: block; border-radius: 32px; background-color: #e17c51; font-size: 14px; color: #fff;}
.shortcut .phone a:hover{ background-color: #e57f53;}
.shortcut .phone a i.icon{ width: 24px; height: 24px; display: inline-block; vertical-align: top; margin: 4px 2px 0 4px; border-radius: 24px; background: url(../images/head-phone%40icon.png); background-color: #f2f2f2;}
.shortcut .phone a span.dt{ display: inline-block; vertical-align: middle; line-height: 32px; color: #fff;}

.shortcut .login{ position: relative; float:left; height: 32px; margin-left: 38px; font-size:14px; color: #fff;}
.shortcut .login .icon{ overflow: hidden; display: inline-block; vertical-align: middle; width: 32px; height: 32px; border-radius: 32px; margin-right: 5px;}
.shortcut .login .dt a{ display: inline-block; vertical-align: middle; line-height: 32px; color: #fff;}
.shortcut .login .dt a:hover{ color: #ffe4d9; }
.shortcut .login .dt .name{ width: 84px;}

.shortcut .login .dt .arrow {
	display: inline-block; 
	vertical-align: middle;
	width: 10px;
	height: 7px;
	margin-left: 2px;
	margin-top: 1px;
	background: url(../images/nav-user-account%40arrow.png);
}

.shortcut .login .dt .over {
	background: url(../images/nav-user-account%40arrow.png) 0 -9px;
}

.shortcut .login .spacer{ display: inline-block; vertical-align: middle; width: 1px; height: 14px; background-color: #e8c6bc; margin: 0 3px;}
.shortcut .login .subtopic-login-account {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 99;
	width: 184px;
}
.shortcut .login .subtopic-login-account .sublist{
	box-shadow: 0 2px 5px rgba(0,0,0,.15);
	font-size: 14px;
	padding: 12px;
	background-color: #fff;
	margin-top: 15px;
}

.shortcut .login .subtopic-login-account .sublist a {
	display: block;
	text-indent: 20px;
	line-height: 40px;
	border: 1px solid #efefef;
    margin-top: -1px;
}

.shortcut .login .subtopic-login-account .sublist a:hover {
	background-color: #efefef;
	color: #fc5d0d;
	font-weight: bold;
}

.shortcut .login .subtopic-login-account .sublist a:last-child{
	margin-top: 10px;
	color: #fc5d0d;
	font-weight: bold;
}


.shortcut .shopping-cart{ float: left; width: 90px; height: 32px; margin-left: 32px; font-size: 14px; color: #fff;}
.shortcut .shopping-cart a{ display: block; color: #fff;}
.shortcut .shopping-cart a:hover{ color: #ffe4d9;  }
.shortcut .shopping-cart i.icon{ display:inline-block; vertical-align: middle; width: 32px; height: 32px; background: url(../images/head-cart%40icon.png);}
.shortcut .shopping-cart span.dt{ margin-left: 5px; display: inline-block; vertical-align: middle; line-height: 32px; }
.shortcut .shopping-cart .badge {
    position: absolute;
    top: -2px;
    left: 19px;
    z-index: 100;
    padding: 4px 5px;
    height: 10px;
    min-width: 10px;
    border-radius: 10px;
    background-color: #e17c51;
    color: #fff;
    vertical-align: top;
    text-align: center;
    font-size: 12px;
    line-height: 10px;
}


/*顶部快捷方式2*/
.the-shortcut {
    height: 32px;
    line-height: 32px;
    width: 100%;
    padding: 0 60px;
    background-color: #313131;
    color: #d5d5d5;
    box-sizing: border-box;
    overflow: hidden;
}

.the-shortcut .ui-left {
    font-size: 12px;
}

.the-shortcut li {
    float: left;
    cursor: pointer;
}

.the-shortcut li a{
    color: #d5d5d5;
}

.the-shortcut li a:hover{
    color: #fff;
}

.the-shortcut .split-lines {
    height: 12px;
    overflow: hidden;
    margin: 11px 10px 0;
    border-right: 1px solid #555;
}

.the-shortcut li > span {
    font-size: 22px;
    vertical-align: middle;
}

.shortcut li.spacer {
	overflow: hidden;
	margin: 3px 5px 0;
	width: 1px;
	height: 13px;
	background-color: #fff;
	opacity: 0.3;
}

.shortcut .ttbar-login a {
	margin-right: 8px;
}

.shortcut .ttbar-login .prizeIcon {
	float: left;
	margin: 2px 5px 0 0;
	width: 15px;
	height: 15px;
	background: url(../images/prize-icon.png);
}

/*--------导航--------*/

.navitems {
	position: relative;
	z-index: 99;
}

.navitems-scroll {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 46px;
	background-color: #313131;
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.16);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.16);
    box-shadow: 0 2px 4px rgba(0,0,0,0.16);
}

.nav {
	height: 46px;
	background-color: #313131;
	line-height: 46px;
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    position: relative;
}

.nav .nav-list li.spacer {
	overflow: hidden;
}

.nav .nav-list li a {
	display: block;
}

.nav .nav-list li a.over {
	background-color: #cf4a09;
}

.nav .nav-list li a:hover:after,.nav .nav-list li a.over:after {
	position: absolute;
}

.nav-box {
	position: relative;
	z-index: 9;
}

.nav-box ul li .hot {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 24px;
	height: 15px;
	opacity: 1;
	background: url(../images/hot%40icon.gif);
}

.nav-box ul li {
	float: left;
}

.nav-box ul li i {
	display: inline-block;
	margin: -2px 0 0 0;
	width: 15px;
	height: 15px;
	background: url(../images/subtopic%40icon.png) center;
	vertical-align: middle;
	opacity: 0.25;
}
.nav-box ul li:hover i {
	opacity: 0.4;
}

.nav-box ul li .subtopic-item {
	position: relative;
	height: 0;
	top: 0;
	z-index: 99;
}


.nav-box ul li .cur i {
	opacity: 0.4;
}


.nav-box ul li.spacer {
	display: none;
	overflow: hidden;
	margin: 11px 0;
	width: 1px;
	height: 17px;
	background-color: #4f4f4f;
	line-height: 0;
}

.nav-box ul li a.cur {
	color: #fff;
}

.nav-box ul li a {
	display: block;
	padding: 0 21px;
	color: #fff;
	line-height: 46px;
	-webkit-transition: 0;
	-moz-transition: 0;
	transition: 0;
}

.nav-box ul li a:hover {
	color: #fff;
	text-decoration: none;
}

.nav-box ul li.last {
	padding-top: 1px;
	font-size: 12px;
	font-family: \5b8b\4f53;
}

.nav-box ul li.last a {
	color: #a2a2a1;
}

.nav-box .nav-line {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 52px;
	height: 46px;
	background-color: #f54a16;
	font-size: 0;
	line-height: 40px;
}

.nav-box .nav-line:before {
	display: none;
	position: absolute;
	left: 50%;
	bottom: -5px;
	margin-left: -3px;
	z-index: 999;
	width: 0;
	height: 0;
	border-top: 5px solid #f54a16;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	content: '';
}

.nav .navitems-group2 {
	position: relative;
	width: 125px;
	height: 46px;
	border-radius: 5px;
	background-color: #383838;
}

.nav .navitems-group2 .help .dt{
	padding-left: 24px;
	color: #fff;
	cursor: pointer;
}


.nav .navitems-group2 .help .dt:after {
	z-index: 99999;
	float: right;
	display: none;
	margin: 20px 0 0 5px;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #fff;
	content: '';
}

.nav .navitems-group2 .help .dt .arrow {
	opacity: 0.3;
	display: inline-block; 
	vertical-align: middle;
	width: 15px;
	height: 15px;
	margin-left: 5px;
	margin-top: -1px;
	background: url(../images/subtopic%40icon.png);
}




.nav .subtopic-help {
	display: none;
	position: absolute;
	top: 46px;
	right: 0;
	z-index: 99;
	width: 160px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.15);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,.15);
	box-shadow: 0 2px 5px rgba(0,0,0,.15);
	font-size: 14px;
	padding: 12px;
}

.nav .subtopic-help a {
	display: block;
	text-indent: 20px;
	line-height: 40px;
	border: 1px solid #efefef;
    margin-top: -1px;
}

.nav .subtopic-help a:hover {
	background-color: #efefef;
	color: #fc5d0d;
	font-weight: bold;
}

.nav .subtopic-help a:last-child{
	margin-top: 10px;
	color: #fc5d0d;
	font-weight: bold;
}


/* ----------二级菜单 ----------*/
.nav .subtopic {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 990;
	display: none;
	width: 100%;
	border-top:1px solid #fc5d0d ;
	background-color: #313131;
}

.nav .subtopic:before {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -3px;
	z-index: 99;
	width: 0;
	height: 0;
	border-top: 6px solid #fc5d0d;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	content: '';
}

.nav .subtopic a {
	display: block;
	border-top: 0;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 42px;
	padding: 0 10px;
	font-weight:normal !important;
	border-bottom: 1px solid #363636;
}

.nav .subtopic a:hover {
	background-color: #fc5d0d;
	color: #fff;
}

.nav .subtopic .active {
	background-color: #f53a43;
	color: #fff;
}

/*--------导航2---------*/
/*导航右侧登录*/
/*--------导航2---------*/
/*导航右侧登录*/
.nav-box2 .nav-right {
	float: right;
	height: 80px;
}

/*手机*/
.nav-box2 .nav-right .phone {
	float: left;
	width: 108px;
	height: 32px;
	margin-top: 24px;
}

.nav-box2 .nav-right .phone a {
	display: block;
	border-radius: 32px;
	background-color: #cb9278;
	font-size: 14px;
	color: #fff;
}

.nav-box2 .nav-right .phone a:hover {
	background-color: #e57f53;
}

.nav-box2 .nav-right .phone a i.icon {
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: top;
	margin: 4px 2px 0 4px;
	border-radius: 24px;
	background: url(../images/head-phone%40icon.png);
	background-color: #f2f2f2;
}

.nav-box2 .nav-right .phone a span.dt {
	display: inline-block;
	vertical-align: middle;
	line-height: 32px;
	color: #fff;
}


/*未登录*/

.nav-box2 .nav-right .login {
	position: relative;
	float: left;
	height: 32px;
	margin: 24px 43px 0;
	font-size: 14px;
	color: #fff;
}

.nav-box2 .nav-right .login .icon {
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	border-radius: 32px;
	margin-right: 5px;
}

.nav-box2 .nav-right .login .dt a {
	display: inline-block;
	vertical-align: middle;
	line-height: 32px;
}

.nav-box2 .nav-right .login .dt .name {
	width: 84px;
}

.nav-box2 .nav-right .login .dt .arrow {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 7px;
	margin-left: 2px;
	margin-top: 1px;
	background: url(../images/nav-user-account2%40arrow.png);
}

.nav-box2 .nav-right .login .dt .over {
	background: url(../images/nav-user-account2%40arrow.png) 0 -9px;
}

.nav-box2 .nav-right .login .spacer {
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 14px;
	background-color: #e8c6bc;
	margin: 0 3px;
}

.nav-box2 .nav-right .login .subtopic-login-account {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 99;
	width: 184px;
}

.nav-box2 .nav-right .login .subtopic-login-account .sublist {
	box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
	font-size: 14px;
	padding: 12px;
	background-color: #fff;
	margin-top: 15px;
}

.nav-box2 .nav-right .login .subtopic-login-account .sublist a {
	display: block;
	text-indent: 20px;
	line-height: 40px;
	border: 1px solid #efefef;
	margin-top: -1px;
}

.nav-box2 .nav-right .login .subtopic-login-account .sublist a:hover {
	background-color: #efefef;
	color: #fc5d0d;
	font-weight: bold;
}

.nav-box2 .nav-right .login .subtopic-login-account .sublist a:last-child {
	margin-top: 10px;
	color: #fc5d0d;
	font-weight: bold;
}

/*购物车*/
.nav-box2 .nav-right .shopping-cart {
	width: 140px;
	height: 82px;
	margin-left: 32px;
	font-size: 14px;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	background: #f5f5f5;
	text-align: center;
}

.nav-box2 .nav-right .shopping-cart a {
	display: block;
}

.nav-box2 .nav-right .shopping-cart i.icon {
	display: inline-block;
	vertical-align: middle;
	height: 23px;
	width: 24px;
	background: url(../images/head-cart%40icon2.png);
}

.nav-box2 .nav-right .shopping-cart span.dt {
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
	line-height: 32px;
}

.nav-box2 .nav-right .shopping-cart .badge {
	position: absolute;
	top: -2px;
	left: 40px;
	z-index: 100;
	padding: 4px 5px;
	height: 10px;
	min-width: 10px;
	border-radius: 10px;
	background-color: #fc5d0d;
	color: #fff;
	vertical-align: top;
	text-align: center;
	font-size: 12px;
	line-height: 10px;
}
/*!*顶部导航*!*/
.nav-box2 {
	position: relative;
    box-sizing: border-box;
    height: 82px;
    min-width: 1280px;
    background-color: #ffffff;
    width: 100%;
    box-shadow: 0 0 6px rgba(0,0,0,.1);
}
@media screen and (max-width: 1366px) {
    .nav-box2 {
        padding: 0;
    }
}
/*导航悬浮*/
.nav-fly {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.nav-box2 .nav-left {
    float: left;
    height: 82px;
	margin-left: 30px;
}

.nav-box2 .nav-left .logo {
	display: block;
	width: 257px;
	height: 49px;
	background: url(../images/subtopic%40logo.png);
    float: left;
    margin-top: 20px;
}


.nav-box2 .nav-left .nav-menu {
    float: left;
    margin: 9px 0 0 50px;
}

.nav-box2 .nav-left .nav-menu > li {
    float: left;
    height: 70px;
    line-height: 70px;
    padding: 0 15px;
}

.nav-box2 .nav-left .nav-menu > li > a {
	padding:0 5px;
    height: 69px;
    line-height: 60px;
    font-size: 16px;
    margin-right: 9px;
    transition: all 0s;
    box-sizing: border-box;
    display: inline-block;
}



.nav-box2 .nav-left .nav-menu > li:hover > a {
   color: #fc5d0d;
}
.nav-box2 .nav-left .nav-menu > li > a .nav-down {
	display: block;
	background: url("../images/nav-down.png") no-repeat center;
	width: 14px;
	height: 8px;
	position: absolute;
	top: 50%;
	right: -15px;
	margin-top: -8px;
	z-index: 1;
	transition: all .3s linear;
}
/*!*激活一级菜单*!*/
.nav-box2 .nav-left .nav-menu .active-menu > a{
    color: #fc5d0d;
    /*border-bottom: 3px solid #fc5d0d;*/
}
/*导航子菜单*/
.nav-box2 .nav-left .sub-menu {
	position: absolute;
	height: 50px;
	width: 100%;
	top: 80px;
	left: 0;
	z-index: 3;
	background: #fff;
	border-top: 1px solid #dddddd;
	display: none;
	padding: 0 180px;
	box-sizing: border-box;
	font-size: 0;
	overflow: hidden;
}

.nav-box2 .nav-left .sub-menu .link {
	height: 50px;
	line-height: 50px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	margin-right: 16px;
	padding: 0 6px;
	color: #777777;
	box-sizing: border-box;
	position: relative;
}

.nav-box2 .nav-left .sub-menu .link:before {
    display: block;
    content: '';
    width: 0;
    border-bottom: 2px solid transparent;
    position: absolute;
    bottom: 1px;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
    transition: all 0.4s ease 0s;
}

.nav-box2 .nav-left .sub-menu .link:hover {
    color: #333333;
}

.nav-box2 .nav-left .sub-menu .link:hover:before {
    border-bottom: 2px solid #333333;
    width: 100%;
}

/*--------页面内容--------*/
.g-mian {
	overflow: hidden;
	background-color: #f5f5f5;
}

.g-mian2 {
	overflow: hidden;
	background-color: #f5f5f5;
}
/*--------四大优势--------*/
.four-guarantee {
	background-color: #2b2b2b;
}

.four-guarantee .guarantee-box {
	padding: 30px 0;
}

.four-guarantee .guarantee-box li {
	float: left;
	margin-right: 35px;
	width: 293px;
	height: 60px;
	color: #f44c18;
	/*border-right: 1px solid #f1f1f1;*/
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
	transition: All 0.3s ease-in-out;
}

.four-guarantee .guarantee-box li:hover {
	color: #fc5d0d;
	-webkit-transform: translate(0,-8px);
	-moz-transform: translate(0,-8px);
	-o-transform: translate(0,-8px);
	transform: translate(0,-8px);
	-ms-transform: translate(0,-8px);
}

.four-guarantee .guarantee-box li:last-child {
	margin-right: 0;
	border-right: 0;
}

.four-guarantee .guarantee-box li .jp-ico {
	float: left;
	margin-right: 15px;
}

.four-guarantee .guarantee-box li p {
	margin-top: 2px;
}


/*--------底部版权--------*/
.footer {
	padding: 50px 0;
	/*border-top: 4px solid #fc5d0d;
	background-color:#313131;*/
	color: #fff;
}

.footer .copyright-group1 {
	overflow: hidden;
}

.footer .copyright-group1 .foot-nav-sidebar {
	float: left;
	width: 650px;
	border-right: 1px solid #383838;
	padding-bottom: 10px;
}

.footer .copyright-group1 .foot-nav-sidebar .item {
	float: left;
	margin: 0 30px 0 0;
	width: 100px;
	color: #999;
}

.footer .copyright-group1 .foot-nav-sidebar .item dt {
	margin-bottom: 15px;
	color: #fff;
}

.footer .copyright-group1 .foot-nav-sidebar .item dd {
	margin-top: 6px;
}

.footer .copyright-group1 .foot-nav-sidebar .item a {
	color: #afafaf;
}

.footer .copyright-group1 .foot-nav-sidebar .item a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer .copyright-group1 .foot-tel-center {
	float: left;
	margin-left: 60px;
	width: 318px;
}

.footer .copyright-group1 .foot-tel-center em {
	margin: 12px 0;
}

.footer .copyright-group1 .foot-tel-center p.dt{
	color: #fff;
}

.footer .copyright-group1 .foot-tel-center p {
	margin-bottom: 5px;
	color: #afafaf;
}

.footer .copyright-group1 .foot-tel-center p.tel {
	height: 41px;
	margin-bottom: 15px;
}

.footer .copyright-group1 .foot-ewm-right {
	float: right;
	width: 122px;
	text-align: center;
	font-size: 14px;
}

.footer .copyright-group1 .foot-ewm-right p {
	margin-top: 5px;
}

.footer .copyright-group2 {
	margin-top: 35px;
	padding: 15px 0;
	border-top: 1px solid #383838;
	border-bottom: 1px solid #383838;
}

.footer .copyright-group2 .Rz-item {
	float: left;
	margin-right: 50px;
}
.footer .copyright-group2 .Rz-item:nth-child(3n){
	margin-right: 0;
}

.footer .copyright-group2 .Rz-item .dt {
	float: left;
	line-height: 36px;
	color: #999;
}

.footer .copyright-group2 .Rz-item a {
	float: left;
	margin-left: 10px;
}

.footer .copyright-group2 .Rz-item p{
	float: left;
	margin-left: 10px;
}

.footer .copyright-group3 {
	margin-top: 25px;
}

.footer .copyright-group3 p {
	margin-bottom: 8px;
}
.footer .copyright-group3 p a{
	color: #fff;
}
.footer .copyright-group3 p a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer .copyright-group3 b{
	font-weight: normal;
}


.footer .links{
	margin-top: 20px;
	padding: 20px 0 0;
	border-top: 1px solid #383838;
}
.footer .links a{
	color: #afafaf;
	display: inline-block;
	margin-left: 12px;margin-bottom: 10px;
}
.footer .links a:hover{
	color: #fff;
	text-decoration: underline;
}


/*--------网上咨询--------*/
.Online-consulting {
	position: fixed;
	top: 520px;
	right: 0;
	z-index: 999;
	margin-top: -100px;
	width: 50px;
}

.Online-consulting ul {
	width: 54px;
}

.Online-consulting ul li {
	position: relative;
	margin-bottom: 1px;
	width: 50px;
	height: 50px;
	border-radius: 3px;
	background-color: #453f3d;
	background: rgba(0,0,0,0.6);
	
}

.Online-consulting ul li a {
	position: relative;
	display: block;
	color: #666;
}

.Online-consulting ul li a:hover {
	border-radius: 3px;
	background-color: #2b303a;
}

.Online-consulting ul li .hide {
	position: absolute;
	top: 0;
	left: 50px;
	z-index: -1;
	width: 185px;
	border-radius: 3px;
	background-color: #252931;
	color: #fff;
	opacity: 0;
}

.Online-consulting ul li .qq {
	overflow: hidden;
	padding: 14px 0 13px 10px;
}

.Online-consulting ul li .qq i {
	display: inline-block;
	margin-top: -2px;
	vertical-align: middle;
}

.Online-consulting ul li .tel {
	padding: 18px 0 18px 10px;
	line-height: 1;
}

.Online-consulting ul li .ewm {
	float: left;
	margin-right: 1px;
	padding: 20px 20px;
	background-color: #252931;
}

.Online-consulting ul li .ewm p {
	margin-top: 10px;
}

/*--------翻页--------*/
.pagination {
	display: inline-block;
	margin: 20px 0;
	padding-left: 0;
	border-radius: 4px;
}

.pagination > li {
	display: inline;
}

.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	margin-left: -1px;
	padding: 10px 18px;
	border: 1px solid #ddd;
	background-color: #fff;
	color: #777;
	text-decoration: none;
	line-height: 1.42857143;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	z-index: 2;
	border-color: #ddd;
	background-color: #eeeeee;
	color: #23527c;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 3;
	border-color: #fc5d0d;
	background-color: #fc5d0d;
	color: #fff;
	cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	border-color: #ddd;
	background-color: #fff;
	color: #777;
	cursor: not-allowed;
}

/*--------公用弹框--------*/
.pop-up {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	background: rgba(0, 0, 0, 0.6);
	animation: poupFadIn 0.5s ease 0s 1;
}

.pop-up .box {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: auto;
	margin-top: -200px;
	width: 450px;
	border: 9px solid #b4b4b4;
	background-color: #fff;
}

.pop-up .box h4 {
	padding: 0 15px 0 20px;
	height: 35px;
	border-bottom: 1px solid #d9d9d9;
	background-color: #f2f2f2;
	line-height: 35px;
}

.pop-up .box h4 .close {
	cursor: pointer;
}

.pop-up .box .increase-invoice-body {
	padding: 20px 20px;
	text-align: justify;
}

.pop-up .box .increase-invoice-body .txt {
	padding: 20px 0;
	text-align: center;
	font-size: 14px;
}

.pop-up .box .increase-invoice-body .operation {
	padding: 20px 0 15px;
}

.pop-up .box .increase-invoice-body .operation button {
	margin: 0 3px;
}

.pop-up .box .increase-invoice-body .operation .submit {
	padding: 8px 40px;
	border: 0;
	background-color: #fc5d0d;
	color: #fff;
	font-weight: bold;
}

.pop-up .box .increase-invoice-body .operation .cancel {
	padding: 8px 40px;
	border: 0;
	background-color: #e3e3e3;
	color: #484848;
}

.pop-up .box .increase-invoice-body .operation .submit:hover {
	background-color: #ff6000;
}

/*--------订单消息提醒弹框 --------*/
.order-information-pup {
	position: fixed;
	right: 50px;
	bottom: 0;
	z-index: 9999;
	width: 295px;
	background-color: #fff;
}

.order-information-pup .hd {
	overflow: hidden;
	padding: 0 15px;
	height: 36px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	background-color: #e83e00;
	color: #fff;
	line-height: 36px;
}

.order-information-pup .hd .more {
	float: right;
	cursor: pointer;
}

.order-information-pup .hd .more span.add {
	display: block;
	margin: 10px 0;
	font-size: 20px;
	line-height: 14px;
}

.order-information-pup .hd .more span.red {
	display: block;
	margin: 9px 0;
	font-size: 35px;
	line-height: 14px;
}

.order-information-pup .hd .more span.ignore {
}

.order-information-pup .hd i {
	display: inline-block;
	overflow: hidden;
	margin: -2px 0 0 3px;
	padding: 0 4px;
	height: 16px;
	border-radius: 16px;
	background-color: #fff;
	color: #e83e00;
	vertical-align: middle;
	line-height: 17px;
}

.order-information-pup .bd {
	padding: 12px 5px 12px 12px;
	border: 1px solid #e83e00;
}

.order-information-pup .bd .list {
	overflow-y: auto;
	padding-right: 5px;
	height: 350px;
}

.order-information-pup .bd .list::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 5px;
    /*高宽分别对应横竖滚动条的尺寸*/
	overflow: hidden;
	height: 1px;
	border-radius: 5px;
}

.order-information-pup .bd .list::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	overflow: hidden;
	border-radius: 5px;
	background: #d1d1d1;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
}

.order-information-pup .bd .list::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
	border-radius: 5px;
	background: #EDEDED;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
}

.order-information-pup .bd .list ul li {
	margin-bottom: 15px;
}

.order-information-pup .bd .list .item .dt {
	margin-bottom: 3px;
}

.order-information-pup .bd .list .item .dt span {
	margin-right: 3px;
	color: #666;
}

.order-information-pup .bd .list .item .dt span.unread {
	color: #e83e00;
}

.order-information-pup .bd .list .item .txt {
	padding: 10px 12px;
	border-radius: 6px;
	background-color: #ebebeb;
	color: #888;
	text-align: justify;
}



/*登录注册弹出窗口*/
.login-box-mian{ position: fixed; left: 0; top: 0; z-index: 9999; width: 100%; height: 100%; background-color: rgba(0,0,0,0.25);}
.login-box-warp{ position:fixed; left: 50%; top:50%; z-index:3; width:480px;height:514px; border: 1px solid #f2f2f2; margin-top:-280px; margin-left: -240px; background-color:#fff; box-shadow:0 6px 12px rgba(0,0,0,0.05);}
.login-box-warp .box{ height:380px;overflow:hidden}
.login-box-warp .title{position:relative;height:60px;line-height:60px; font-size: 16px;}
.login-box-warp .title .login-tabs{overflow:hidden;border-bottom:1px solid #f4f4f4}
.login-box-warp .title .login-tabs a{position:relative;float:left;display:block;width:33.333%;height:60px;text-align:center;background-color:#efefef}
.login-box-warp .title .login-tabs a:hover{color:#666}
.login-box-warp .title .login-tabs a i{display:inline-block;vertical-align:middle;width:22px;height:22px;margin:-2px 6px 0 0}
.login-box-warp .title .login-tabs a.active{color:#f54c18;font-weight:700;background-color:#fff}
.login-box-warp .title .login-tabs a .userLogin i{background:url(../images/login-grounp%40icon.png) -24px 0 no-repeat}
.login-box-warp .title .login-tabs a.active .userLogin i{background:url(../images/login-grounp%40icon.png) 0 0 no-repeat}
.login-box-warp .title .login-tabs a .wxLogin i{background:url(../images/login-grounp%40icon.png) -84px 0 no-repeat}
.login-box-warp .title .login-tabs a.active .wxLogin i{background:url(../images/login-grounp%40icon.png) -60px 0 no-repeat}
.login-box-warp .title .login-tabs a .smsLogin i{background:url(../images/login-grounp%40icon.png) -129px 0 no-repeat;}
.login-box-warp .title .login-tabs a.active .smsLogin i{background:url(../images/login-grounp%40icon.png) -107px 0 no-repeat}
.login-box-warp .title .login-tabs a .spacer{display:none;position:absolute;right:0;top:15px;z-index:2;width:1px;height:30px;background-color:#f4f4f4}
.login-box-warp .title .spacer-l{position:absolute;left:0;top:50%;z-index:2;height:1px;margin-top:-1px;width:108px;background-color:#ebecec}
.login-box-warp .title .spacer-r{position:absolute;right:0;top:50%;z-index:2;height:1px;margin-top:-1px;width:108px;background-color:#ebecec}
.login-box-warp .title h3{text-align:center;font-size:24px}
.login-box-warp .login-grounp1{padding:55px 65px 0}
.login-box-warp .login-grounp1 .field{position:relative;width:254px}
.login-box-warp .login-grounp1 .username-field{width:100%;margin-bottom:20px;height:40px}
.login-box-warp .login-grounp1 .username-field label{float:left;width:73px;height:40px;line-height:40px;font-size:14px}
.login-box-warp .login-grounp1 .username-field .name-ico{position:absolute;top:0;left:0;z-index:99;width:40px;height:40px;background:url(../images/account-ico.png) center #ddd}
.login-box-warp .login-grounp1 .field .iphone-validation{position:absolute;top:0;right:4px;z-index:99;width:110px;height:38px;border:0;border-radius:3px;border:1px solid #c5c5c5;background-color:#fff;color:#333}
.login-box-warp .login-grounp1 .field .iphone-validation:hover{background-color:#e5e5e5}
.login-box-warp .login-grounp1 .text{width:275px;height:36px;font-size:14px;line-height:36px;height:36px;padding:0;border:1px solid #c5c5c5;outline:0;text-indent:12px;border-radius:1px;-moz-border-radius:1px;-webkit-border-radius:1px}
.login-box-warp .login-grounp1 .text:focus{box-shadow:0 0 0 #fff;background-color:#fff!important}
.login-box-warp .login-grounp1 .code-text{padding:0 8px;width:131px;height:38px;outline:0;border:0;color:#666;line-height:38px}
.login-box-warp .login-grounp1 .password-label{overflow:hidden;margin-top:15px;margin-bottom:20px;height:38px;border:1px solid #ddd;background-color:#fff}
.login-box-warp .login-grounp1 .password-label .password-ico{position:absolute;top:0;left:0;z-index:99;width:40px;height:40px;background:url(../images/password-ico.png) center #ccc}
.login-box-warp .login-grounp1 .code-field{overflow:hidden;margin-top:15px;margin-bottom:20px;height:40px}
.login-box-warp .login-grounp1 .code-field .code-m{overflow:hidden;width:146px;height:34px}
.login-box-warp .login-grounp1 .code-field .code-no{width:92px;height:34px;background-color:#fff}
.login-box-warp .login-grounp1 .code-field .code-no img{max-width:92px;max-height:34px}
.login-box-warp .login-grounp1 .prompt{height:20px}
.login-box-warp .login-grounp1 .prompt span{position:absolute;top:-10px;left:73px;z-index:5}
.login-box-warp .login-grounp1 .prompt span i{float:left;margin:2px 3px 0 0;width:14px;height:14px;background:url(../images/th-ico.png)}
.login-box-warp .login-grounp1 .remember{overflow:hidden;padding-left:73px}
.login-box-warp .login-grounp1 .remember label{cursor:pointer}
.login-box-warp .login-grounp1 .remember input{display:inline-block;vertical-align:middle;margin:-2px 4px 0 0}
.login-box-warp .login-grounp1 .remember a:hover{text-decoration:underline}
.login-box-warp .login-grounp1 .login-but{width:100%;height:48px;margin-top:30px;line-height:48px;font-size:20px;border:0;background-color:#e8551e;color:#fff;line-height:42px;cursor:pointer;transition:.5s;text-align:center;display:inline-block;vertical-align:middle;cursor:pointer;border-radius:2px;zoom:1}
.login-box-warp .login-grounp1 .login-but:hover{background-color:#e93700}
.login-box-warp .login-grounp1 .registered-but{width:100%;height:50px;line-height:50px;font-size:22px;border:0;margin-top:25px;-webkit-border-radius:3px;-moz-border-radius:3px;background-color:#fff;border:1px solid #238d32;color:#238d32;line-height:30px;cursor:pointer;-webkit-transition:.5s;-moz-transition:.5s;transition:.5s;text-align:center;display:inline-block;vertical-align:middle;cursor:pointer;zoom:1}
.login-box-warp .login-grounp2{padding:40px 80px;text-align:center}
.login-box-warp .login-grounp2 .p-img{overflow:hidden;width:220px;height:220px;margin:0 auto}
.login-box-warp .login-grounp2 .p-img img{width:100%;height:100%}
.login-box-warp .login-grounp2 .p-time{text-align:center;margin-top:15px}
.login-box-warp .loginItem{height:75px;background-color:#f4f4f4;line-height:75px;font-size:14px}
.login-box-warp .loginItem .userPhone{position:relative;float:left;width:50%;text-align:center;color:#666}
.login-box-warp .loginItem .userPhone:hover{background-color:#e7e7e7;color:#333}
.login-box-warp .loginItem .userPhone .spacer{position:absolute;right:0;top:20px;width:1px;height:28px;background-color:#e7e7e7}
.login-box-warp .loginItem .userPhone i{display:inline-block;vertical-align:middle;width:27px;height:27px;margin:0 5px 0 0;text-align:center;background:url(../images/login-grounp%40icon.png) 0 -33px no-repeat}
.login-box-warp .loginItem .noUser{text-align:center}
.login-box-warp .loginItem .noUser a{color:#f54c18;font-weight:700}
.login-box-warp .loginItem .noUser a:hover{text-decoration:underline}
.login-box-warp .weChatUser{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;background-color:#fff}
.login-box-warp .weChatUser .title{height:60px;overflow:hidden;border-bottom:1px solid #f4f4f4}
.login-box-warp .weChatUser .title h4{height:60px;line-height:60px;font-size:15px;padding:0 20px}
.login-box-warp .weChatUser .title a.return{float:right;width:80px;line-height:60px;text-align:center;background-color:#f5f5f5;font-size:14px;color:#888}
.login-box-warp .weChatUser .title a.return span{display:inline-block;vertical-align:middle;font-weight:700;font-family:宋体;margin:0;font-size:15px}
.login-box-warp .weChatUser .title a.return:hover{background-color:#ddd;color:#333}
.login-box-warp .weChatUser .weChatUser-box{padding:50px 80px}
.login-box-warp .weChatUser .weChatUser-box .UserList{padding:0 0}
.login-box-warp .weChatUser .weChatUser-box .UserList li{border:1px solid #ddd;padding:10px 12px;font-size:14px;margin-bottom:15px;cursor:pointer;box-shadow:0 2px 2px #f5f5f5}
.login-box-warp .weChatUser .weChatUser-box .UserList li span{margin-left:20px;color:#999}
.login-box-warp .weChatUser .weChatUser-box .UserList li:hover{border:1px solid #f54c18}
.login-box-warp .weChatUser .weChatUser-box .UserList li.active{border:2px solid #f54c18;background:url(../images/choose-ico.png) right bottom no-repeat}
.login-box-warp .weChatUser .weChatUser-box .login-but{width:100%;height:42px;margin-top:30px;line-height:42px;font-size:20px;border:0;background-color:#f54c18;color:#fff;line-height:42px;cursor:pointer;transition:.5s;text-align:center;display:inline-block;vertical-align:middle;cursor:pointer;border-radius:2px;zoom:1}

.login-box-warp .close {
    position: absolute;
    right: -18px;
    top: -18px;
    z-index: 2;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../images/login-close.png);
    background-color:#aaa;
    border-radius: 30px;
    box-shadow:0 2px 4px rgba(0,0,0,0.2)
}

.login-box-warp .close:hover{
	background-color:#999;
    box-shadow:0 2px 4px rgba(0,0,0,0.5)
}


