
/*公共样式*/
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: 14px/1.5 'Microsoft YaHei',Arial, Helvetica, sans-serif;
}

body {
	min-width:1280px;
}

/*--------隐藏baidu--------*/
body > a { display: none; }


/*--------字体--------*/
@font-face {
	url("../fonts/Politica/Politica.woff2")/*tpa=https:img.meixiang/new_web/fonts/Politica/Politica.woff2*/ format('woff2'),
    url("../fonts/Politica/Politica.ttf")/*tpa=https:img.meixiang/new_web/fonts/Politica/Politica.ttf*/ format('truetype'),
    url("../fonts/Politica/Politica/Politica.svg#SingleMaltaRegular")/*tpa=https:img.meixiang/new_web/fonts/Politica/Politica/Politica.svg#SingleMaltaRegular*/ format('svg');
    font-weight: normal; 
    font-style: normal;
	font-family: 'Politica';
    src:url("../fonts/Politica/Politica.ttf")/*tpa=https:img.meixiang/new_web/fonts/Politica/Politica.ttf*/;
    src:url("../fonts/Politica/Politica.eot-#iefix")/*tpa=https:img.meixiang/new_web/fonts/Politica/Politica.eot?#iefix*/ format('embedded-opentype'),
    url("../fonts/Politica/Politica.woff")/*tpa=https:img.meixiang/new_web/fonts/Politica/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: #f54c18;
}

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; font-weight: bold; }

/*--------清除浮动--------*/
.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:#f54c18}
.green{color:#00a699}
.blue{color:#0ae}
.en{font-family:verdana}
.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 {
	overflow: hidden;
	height: 100px;
	background-color: #ff0030;
}

.header {
	height: 100px;
}


.header .logo {
	float: left;
	overflow: hidden;
	margin-top: 5px;
	width: 300px;
	height: 68px;
	background: url("../images/logo.png") no-repeat;
	background-size: cover;
	text-indent: -999px;
}

.header .logo-r {
	float: left;
	margin: 30px 0 0 50px;
	transform: scale(1.5);
}

/*--------快捷方式--------*/
.shortcut {
	margin-top: 22px;
	color: #fff;
}

.shortcut a {
	color: #fff;
}

.shortcut a:hover {
	color: #fff;
	text-decoration: underline;
}

.shortcut li {
	float: left;
}

.shortcut li .line {
	float: left;
	margin-top: 10px;
	width: 1px;
	height: 13px;
	background-color: #ea4d5a;
}

.shortcut li .dt {
	padding: 0 5px;
}

/* 居中 */
.flexCenter {
	display: flex;
	align-items: center;
	position: relative;;
}

.abLi {
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform:translateX(-50%);
}


/*顶部快捷方式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;
	width: 1px;
	height: 13px;
	background-color: #fff;
	opacity: 0;
}

.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")/*tpa=https:img.meixiang/new_web/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: 23px;
	height: 14px;
	opacity: 1;
	background: url("../images/hot@icon.png")/*tpa=https:img.meixiang/new_web/images/hot@icon.png*/;
}

.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@icon.png")/*tpa=https:img.meixiang/new_web/images/subtopic@icon.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 .navigation {
	height: 46px;
	border-radius: 5px;
}

.nav .navigation li {
	position: relative;
	float: left;
	padding: 0 18px;
	background-color: #3a3a3a;
}

.nav .navigation li:hover{
	background-color: #47413f;
}

.nav .navitems-group2 li.login{
	padding: 0 30px 0 18px;
}


.nav .navigation li a {
	display: block;
}

.nav .navigation li.login{ background:none; }
.nav .navigation li.login .user-ico {
	display: inline-block;
	width: 21px;
	height: 23px;
	background: url("../images/user@icon.png")/*tpa=https:img.meixiang/new_web/images/user@icon.png*/;
	vertical-align: middle;
}

.nav .navigation li .spacer {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 9;
	margin-top: -8px;
	padding: 0;
	width: 1px;
	height: 16px;
	background-color: #555;
}

.nav .navigation li .login: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 .navigation li i {
	float: left;
	margin: 10px 6px 0 0;
	-webkit-transition: 0.2s;
	-webkit-transition: -webkit-transform 0.2s ease-out;
	-moz-transition: -moz-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
}

.nav .navigation li .dt{
	color: #fff;
}

.nav .navigation li span p {
	line-height: 1;
}

.nav .navigation li.shopping-cart .user-ico {
	position: relative;
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url("../images/shopping-cart@icon.png")/*tpa=https:img.meixiang/new_web/images/shopping-cart@icon.png*/;
}

.nav .navigation li.shopping-cart .badge {
	position: absolute;
	top: -2px;
	left: 16px;
	z-index: 100;
	padding: 5px;
	height: 10px;
	min-width: 10px;
	border-radius: 10px;
	background-color: #fe0000;
	color: #fff;
	vertical-align: top;
	text-align: center;
	font-size: 12px;
	line-height: 10px;
}


/*----------登录之后 用户下拉 ----------*/
.nav .nav-user-account {
	position: absolute;
	top: 46px;
	right: 0;
	z-index: 99;
	display: none;
	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 .nav-user-account a {
	display: block;
	text-indent: 20px;
	line-height: 40px;
	border: 1px solid #efefef;
    margin-top: -1px;
}

.nav .nav-user-account a:hover {
	background-color: #efefef;
	color: #f54c18;
	font-weight: bold;
}

.nav .nav-user-account a:last-child{
	margin-top: 10px;
	color: #f54c18;
	font-weight: bold;
}

.nav .arrow {
	position: absolute;
	top: 20px;
	right: 15px;
	width: 10px;
	height: 7px;
	background: url("../images/nav-user-account@arrow.png")/*tpa=https:img.meixiang/new_web/images/nav-user-account@arrow.png*/;
}

.nav .over {
	background: url("../images/nav-user-account@arrow.png")/*tpa=https:img.meixiang/new_web/images/nav-user-account@arrow.png*/ 0 -9px;
}

/* ----------二级菜单 ----------*/
.nav .subtopic {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 990;
	display: none;
	width: 100%;
	border-top:1px solid #f54c18 ;
	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 #f54c18;
	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: #f54c18;
	color: #fff;
}

.nav .subtopic .active {
	background-color: #f53a43;
	color: #fff;
}

/*--------导航2---------*/
/*顶部导航*/
.nav-box2 {
	position: relative;
    box-sizing: border-box;
    height: 82px;
    min-width: 1280px;
    background-color: #ffffff;
    width: 100%;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}
@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;
}

.nav-box2 .nav-left .logo {
	display: block;
	width: 257px;
	height: 49px;
	background: url("../images/subtopic@logo.png")/*tpa=https:img.meixiang/new_web/images/subtopic@logo.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;
    position: relative;
    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;
    font-weight: bold;
}



.nav-box2 .nav-left .nav-menu > li:hover > a {
   color: #f54c18;
}

/*激活一级菜单*/
.nav-box2 .nav-left .nav-menu .active-menu > a{
    color: #f54c18;
    border-bottom: 3px solid #f54c18;
}
/*激活二级菜单*/
.nav-box2 .nav-left .nav-menu > li > .second-menu .active-second a{
    color: #f54c18;
    border-bottom: 3px solid #f54c18;
}
/*导航右侧登录*/
.nav-box2 .nav-right {
    float: right;
    height: 80px;
}

.nav-box2 .nav-right .no-login > ul {
    float: left;
    height: 60px;
    line-height: 60px;
    margin: 13px 0 0 0;
}

.nav-box2 .nav-right .no-login > ul > li {
    float: left;
    font-size: 16px;
}

.nav-box2 .nav-right .no-login > ul > li.login{
    float: left;
    font-size: 16px;
    max-width:100px;
}

.nav-box2 .nav-right .no-login > ul > li.login i{
	display: inline-block;
	vertical-align: middle;
    width:21px;
    height: 23px;
    margin: -4px 6px 0 0;
    background: url("../images/user2@icon.png")/*tpa=https:img.meixiang/new_web/images/user2@icon.png*/;
}

.nav-box2 .nav-right .no-login > ul > li:hover a {
	display: block;
    color: #f54c18;
}

.nav-box2 .nav-right .no-login > ul .split-lines {
    border-left: 1px solid #ccc;
    margin: 23px 15px 0;
    height: 15px;
}

.nav-box2 .nav-right .car-box {
    float: left;
    margin-left: 24px;
    min-width: 75px;
    height: 50px;
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
    line-height: 50px;

}

.nav-box2 .nav-right .car-box:hover .iconfont{
    transition: all .3s ease-in;
    color: #0ed45c;
}

.nav-box2 .nav-right .car-box a {
    color: #0b953a;
    display: inline-block;
    min-width: 65px;
    padding: 0 5px;
    position: relative;
}

.nav-box2 .nav-right .car-box .iconfont {
    font-size: 36px;
    vertical-align: middle;
}

.nav-box2 .nav-right .car-box .number {
    position: absolute;
    top: 15px;
    right: 7px;
    z-index: 9;
    height: 20px;
    background-color: #ea2d2d;
    border-radius: 10px;
    line-height: 19px;
    padding: 0 8px;
    color: #ffffff;
    font-size: 12px;
}

/*已登录*/
.nav-box2 .nav-right .logined {
    float: right;
    display: none;
}

.nav-box2 .nav-right .logined .user-img {
    width: 40px;
    float: left;
    height: 40px;
    margin: 20px 10px 0 0;
}

.nav-box2 .nav-right .logined .user-img img {
    width: 100%;
    height: 100%;
}

.nav-box2 .nav-right .logined .user-info {
    float: left;
    cursor: pointer;
    position: relative;
    margin-top: 30px;
    height: 40px;
}

.nav-box2 .nav-right .logined .user-info .info-box {
    position: absolute;
    top: 40px;
    left: -70px;
    width: 260px;
    height: auto;
    background-color: #ffffff;
    z-index: 100;
    text-align: center;
    border-radius: 6px;
    display: none;
}

.nav-box2 .nav-right .logined .user-info .info-list {
    padding-top: 20px;
}

.nav-box2 .nav-right .logined .user-info .info-list li {
    height: 30px;
    text-align: left;
    line-height: 30px;
    font-size: 12px;
    font-weight: 200;
    padding: 0 25px;
    transition: all .3s;
}

.nav-box2 .nav-right .logined .user-info .info-list .the-divider {
    border-top: 1px solid #efeff0;
    height: 0;
    margin: 10px 0;
}

.nav-box2 .nav-right .logined .user-info .info-list li > a {
    display: inline-block;
    width: 100%;
    transition: all .3s ease-in;
    font-weight: bold;
}

.nav-box2 .nav-right .logined .user-info .info-list li > a .num {
    float: right;
    color: #0b953a;
}

.nav-box2 .nav-right .logined .user-info .info-list li > a .mark {
    height: 20px;
    line-height: 19px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    padding: 0 5px;
    background-color: #0b953a;
    border-radius: 10px;
    min-width: 20px;
}

.nav-box2 .nav-right .logined .user-info .info-list li:hover span:first-child {
    color: #0b953a;
}

.nav-box2 .nav-right .logined .user-info:hover .info-box {
    display: block;
}

.nav-box2 .nav-right .logined .user-info .iconfont {
    transition: all .3s;
    display: inline-block;
    color: #ccc;
}

.nav-box2 .nav-right .logined .user-info:hover .iconfont {
    transform: rotate(180deg);
}

.nav-box2 .nav-right .logined .user-info .sign-out {
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 100px;
    color: #f53848;
    border: 1px solid #efefef;
    margin: 15px 0 25px;
    font-size: 14px;
}

.nav-box2 .nav-right .logined .user-info .sign-out:hover {
    box-shadow: 0 2px 6px #efefef;
}


/*--------页面内容--------*/
.g-mian {
	overflow: hidden;
	background-color: #f5f5f5;
}

.g-mian2 {
	overflow: hidden;
	background-color: #f5f5f5;
}
/*--------四大优势--------*/
.four-guarantee {
	background-color: #2b2b2b;
}

.four-guarantee .guarantee-box {
	padding: 35px 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: #f54c18;
	-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: 55px 0 70px;
	/*border-top: 4px solid #f54c18;*/
	background-color:#313131;
	color: #fff;
}

.footer .copyright-group1 {
	overflow: hidden;
}

.footer .copyright-group1 .foot-nav-sidebar {
	float: left;
	width: 650px;
	border-right: 1px solid #363636;
	padding-bottom: 10px;
}

.footer .copyright-group1 .foot-nav-sidebar .item {
	float: left;
	margin: 0 30px 0 0;
	width: 100px;
	color: #fff;
}

.footer .copyright-group1 .foot-nav-sidebar .item dt {
	margin-bottom: 15px;
}

.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: 280px;
}

.footer .copyright-group1 .foot-tel-center em {
	margin: 12px 0;
}

.footer .copyright-group1 .foot-tel-center p {
	margin-bottom: 4px;
	color: #afafaf;
}

.footer .copyright-group1 .foot-ewm-right {
	float: right;
	width: 122px;
}

.footer .copyright-group1 .foot-ewm-right p {
	margin-top: 5px;
}

.footer .copyright-group2 {
	margin-top: 35px;
	padding: 15px 0;
	border-top: 1px solid #363636;
	border-bottom: 1px solid #363636;
}

.footer .copyright-group2 .Rz-item {
	float: left;
	margin-right: 50px;
}

.footer .copyright-group2 .Rz-item .dt {
	float: left;
	line-height: 36px;
}

.footer .copyright-group2 .Rz-item a {
	float: left;
	margin-left: 10px;
}

.footer .copyright-group3 {
	margin-top: 20px;
}

.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 .links{
	margin-top: 15px;
	padding: 15px 0;
	border-top: 1px solid #363636;
}
.footer .links a{
	color: #afafaf;
	display: inline-block;
	margin-left: 12px;
}
.footer .links a:hover{
	color: #fff;
	text-decoration: underline;
}


/*--------网上咨询--------*/
.Online-consulting {
	position: fixed;
	top: 50%;
	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: 170px;
	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: #f54c18;
	background-color: #f54c18;
	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: #f54c18;
	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;
}


