﻿@charset "utf-8";

/* CSS Document */

.bgfff {
	background: #fff;
}

.tl {
	text-align: left !important;
}

.wraper {
	max-width: 1920px;
	min-width: 320px;
	margin: 0 auto;
	overflow: hidden;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	/*-webkit-box-shadow: 0 0 24px rgba(125,125,125,.4);
	-moz-box-shadow: 0 0 24px rgba(125,125,125,.4);
	box-shadow: 0 0 24px rgba(125,125,125,.4);*/
	background: #fff;
}

.header .inner {
	padding: 12px 20px;
	max-width: 1657px;
	margin: 0 auto;
}

.header-left {
	float: left;
}

.header-left .logo {
	display: block;
	padding: 7px 0;
}

.header-left .logo img {
	display: inline-block;
	height: 54px;
}

.header-left .logo span {
	display: inline-block;
	vertical-align: top;
	margin: 26px 0 0 12px;
	font-size: 36px;
	color: #363636;
	font-weight: bold;
}

.header-right {
	float: right;
	margin-top: 16px;
}

.header-right .navBar {
	display: none;
}

.header-right .search {
	margin-bottom: 12px;
}

.header-right .search .lang {
	float: right;
	width: 156px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: #ff7600;
	font-size: 14px;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-left: 12px;
}

.header-right .search-inner {
	float: right;
	width: 194px;
	height: 26px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	background: #eeeeee;
	padding: 0 8px 0 3px;
}

.header-right .search-inner .fa-search {
	display: inline-block;
	vertical-align: top;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 14px;
	color: #454545;
}

.header-right .search-inner input {
	display: inline-block;
	vertical-align: top;
	width: 144px;
	height: 26px;
	font-size: 14px;
	line-height: 26px;
	color: #858282;
}

.header-right .link .search {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	margin-left: 60px;
	width: 150px;
	padding: 0 12px 0 30px;
	color: #fff;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	overflow: hidden;
	text-align: center;
	background: url(../img/common-img/search.png) #eee 7px center no-repeat;
	background-size: 20px 20px;
	margin-top: 3px;
}

.header-right .link .search input {
	display: block;
	width: 100%;
	height: 30px;
}

.header-right .shopBtn .fa-shopping-cart {
	position: relative;
	top: -1px;
	left: 2px;
	float: left;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	margin-right: 18px;
}

.header-right .shopBtn .text {
	height: 36px;
	line-height: 36px;
	font-size: 16px;
}

.header-right .shopBtn .fa-angle-right {
	float: right;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
}

.header-right .link .nav {
	float: right;
}

.header-right .link .nav li {
	float: left;
	margin-left: 36px;
}

.header-right .link .nav li a {
	display: block;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	color: #000000;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.header-right .link .nav li a:hover,
.header-right .link .nav li a.active {
	color: #d70c19;
}


/**/

.nav-btn {
	display: none;
	position: absolute;
	z-index: 999;
	width: 44px;
	height: 32px;
	top: 50%;
	right: 20px;
	margin-top: -16px;
	cursor: pointer;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.nav-btn .navbar {
	position: absolute;
	left: 0;
	top: 0;
	width: 44px;
	height: 4px;
	background: #d70c19;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.nav-btn .navbar2 {
	top: 14px;
}

.nav-btn .navbar3 {
	top: 28px;
}

.nav-btn-active {
	right: 20px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.nav-btn-active .navbar1 {
	top: 11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-btn-active .navbar2 {
	opacity: 0;
	filter: alpha(opacity=0);
}

.nav-btn-active .navbar3 {
	top: 11px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.header .zhezhao {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 996;
	background: rgba(0, 0, 0, .4);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.header-active .zhezhao {
	visibility: visible;
	opacity: 1;
}

.header-active .zhezhao:hover {
	cursor: url(../img/common-img/close-icon.ico) 16 16, default;
}

.header-mobile {
	display: none;
}

.header-pc {
	background: #fff;
	-webkit-box-shadow: 0 0 16px rgba(128,128,128,0.1);
	-moz-box-shadow: 0 0 16px rgba(128,128,128,0.1);
	box-shadow: 0 0 16px rgba(128,128,128,0.1);
}

.header-pc .header-right .link .navSub {
	position: absolute;
	top: 64px;
	left: 0;
	width: 100%;
	padding: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease;
}

.header-pc .header-right .link .navSub-active {
	opacity: 1;
	visibility: visible;
	top: 32px;
}

.header-pc .header-right .link .navSub,
.header-pc .header-right .link .navSub a {
	background: #43a60d;
	color: #fff;
}

.header-pc .header-right .link .navSub a {
	display: block;
	height: 32px;
	line-height: 32px;
	margin: 4px 0;
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.header-pc .header-right .link .navSub a:hover,
.header-pc .header-right .link .navSub a.active {
	background: #4bb610;
}

.header-mobile .header-right .link .navSub {
	display: none;
}

.header-mobile .header-right .link .navSub a {
	background: #ff7600;
	color: #fff;
	height: 44px;
	line-height: 44px;
}

.header-mobile .header-right .link .navSub a:hover,
.header-mobile .header-right .link .navSub a.active {
	background: #ffa300;
}

.header-pc .header-right .link .col-2 .navSub {
	width: 224px;
}

.header-pc .header-right .link .col-2 .navSub a {
	float: left;
	margin-right: 12px;
	width: 94px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.header-pc .header-right .link .col-2 .navSub a:nth-child(even) {
	margin-right: 0;
}

.header-right .search-inner .fa-search {
	cursor: pointer;
}

.header-right .search .shopBtn .text,
.header-right .search .shopBtn .fa-shopping-cart,
.header-right .search .shopBtn .fa-angle-right,
.header-right .search .link .shopBtn {
	height: 26px;
	line-height: 26px;
}

.header-link-btn {
	float: right;
	padding-left: 100px;
}

.header-link-btn li {
	position: relative;
	float: left;
	margin-left: 20px;
}

.header-link-btn a {
	display: block;
	padding-left: 30px;
	line-height: 36px;
	height: 36px;
	font-size: 16px;
	color: #000;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 26px 26px;
}

.header-link-btn .btn-list {
	position: absolute;
	top: 60px;
	left: 50%;
	width: 160px;
	margin-left: -80px;
	background: #fff;
	-webkit-box-shadow: 0 0 16px rgba(128, 128, 128, 0.2);
	-moz-box-shadow: 0 0 16px rgba(128, 128, 128, 0.2);
	box-shadow: 0 0 16px rgba(128, 128, 128, 0.2);
	opacity: 0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	visibility: hidden;
}

.header-link-btn .btn-list.active {
	opacity: 1;
	visibility: visible;
	top: 52px;
}

.header-link-btn .btn-list::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -16px;
	margin-left: -8px;
	border: 8px solid transparent;
	border-bottom-color: #fff;
}

.header-link-btn .btn-list li {
	float: none;
	margin: 0;
	border-bottom: 1px solid #f2f2f2;
}

.header-link-btn .btn-list li:last-child {
	border: none;
}

.header-link-btn .btn-list li a {
	padding: 0;
	text-align: center;
	line-height: 52px;
	height: 52px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	font-size: 15px;
}

.header-link-btn .btn-list li a:hover {
	background: rgba(211, 15, 25);
	color: #fff;
	text-decoration: none;
}

.header-link-btn a.item-login {
	background-image: url(../img/common-img/header-login.png);
}

.header-link-btn a.item-lang {
	background-image: url(../img/common-img/header-lang.png);
}

.header-link-btn a:hover {
	text-decoration: underline;
	color: #d70c19;
}

.footer {
	background: #282828;
	color: #fff;
}

.footer .banquan {
	font-size: 14px;
	color: #c3c8c8;
	line-height: 22px;
	text-align: center;
	border-top: 1px solid #313131;
	padding: 12px 0;
}

.footer .inner {
	padding: 44px 0;
}

.footer .msg {
	float: left;
}

.footer .msg .follow {
	margin-bottom: 40px;
}

.footer .msg .follow span {
	float: left;
	line-height: 32px;
	font-size: 14px;
	color: #c3c8c8;
}

.footer .msg .follow .type {
	margin-left: 90px;
}

.footer .msg .follow .type li {
	float: left;
	margin-right: 16px;
}

.footer .msg .follow .type li a,
.footer .msg .follow .type li a i {
	display: block;
	height: 32px;
	line-height: 32px;
	width: 30px;
	text-align: center;
}

.footer .msg .follow .type li a {
	background: #EEEEEE;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.footer .msg .follow .type li a:hover {
	opacity: 0.5;
}

.footer .msg .follow .type li a i {
	color: #4d4d4d;
	font-size: 16px;
}

.footer .msg .title {
	font-size: 30px;
	margin-bottom: 30px;
}

.footer .contact {
	float: right;
}

.footer .link-header {
	position: relative;
	display: inline-block;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.footer .link-header .link-inner {
	position: relative;
	padding: 0 16px;
	line-height: 38px;
	background: #393939;
	width: 136px;
	cursor: pointer;
}

.footer .link-header .list {
	position: absolute;
	bottom: 38px;
	left: 0;
	right: 0;
	background: #999;
	max-height: 340px;
	overflow: auto;
	height: 0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	overflow: hidden;
}

.footer .link-header .list li a {
	display: block;
	padding: 5px 31px 5px 21px;
	color: #fff;
	line-height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.footer .link-header .list li a:hover {
	background: #fff;
	color: #999;
}

.footer .link-header span {
	float: left;
	font-size: 14px;
	color: #c8c8c8;
}

.footer .link-header .ico {
	float: right;
	width: 14px;
	height: 6px;
	background: url(../img/common-img/flmaw.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 15px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.footer .link-header .ico.active {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}

.footer .contact {
	font-size: 14px;
	line-height: 24px;
	max-width: 360px;
	padding-left: 48px;
}

.footer .contact li {
	margin-bottom: 12px;
}

.footer .contact li a {
	color: #fff;
}

.footer .contact i {
	float: left;
	line-height: 24px;
	width: 24px;
	text-align: center;
}

.footer .contact .text {
	padding-left: 36px;
}








.side-always {
    position: fixed;
    z-index: 3;
    width: 56px;
    height: 260px;
    right: 12px;
    bottom: 5%;
    margin-top: -130px;
    box-sizing: border-box;
}

.side-always .side-items {
	display: block;
	position: relative;
	overflow: visible;
	background-color: #f5f5f5;
	cursor: pointer;
	width: 56px;
	height: 56px;
	transition-duration: .3s;
	margin-bottom: 12px;
}

.side-always .side-items:hover {
	background: #e60039;
}

.side-always .side-ico {
	position: relative;
	z-index: 4;
	width: 56px;
	height: 56px;
	transition-duration: .3s;
	background-size: 23px !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.side-always .tele-item .side-ico {
	background: url(../img/common-img/side-tele.png) no-repeat center;
}

.side-always .tele-item:hover .side-ico {
	background: url(../img/common-img/side-teleon.png) no-repeat center;
}

.side-always .qq-item .side-ico {
	background: url(../img/common-img/side-qq.png) no-repeat center;
}

.side-always .qq-item:hover .side-ico {
	background: url(../img/common-img/side-qqon.png) no-repeat center;
}

.side-always .ewm-item .side-ico {
	background: url(../img/common-img/side-ewm.png) no-repeat center;
}

.side-always .ewm-item:hover .side-ico {
	background: url(../img/common-img/side-ewmon.png) no-repeat center;
}

.side-always .toTop-item .side-ico {
	background: url(../img/common-img/side-toTop-item.png) no-repeat center;
}

.side-always .toTop-item:hover .side-ico {
	background: url(../img/common-img/side-toTop-itemon.png) no-repeat center;
}

.side-always .side-tele {
	position: absolute;
	display: none;
	width: 240px;
	height: 56px;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
	line-height: 56px;
	color: #fff;
	left: -240px;
	top: 50%;
	margin-top: -28px;
	background-color: #e60039;
}

.side-always .side-tele-content {
	display: block;
	padding: 0 10px;
	text-align: center;
}

.side-always .side-ewm {
	position: absolute;
	display: none;
	width: 110px;
	height: 110px;
	background: #fff;
	padding: 5px;
	box-sizing: border-box;
	right: 104%;
	top: 50%;
	margin-top: -55px;
}

.small-nav-3{
	display: none;
    padding: 0 18px;
}

.small-nav-3 .list{
	white-space: nowrap;
}

.small-nav-3 .list a{
	display: inline-block;
	vertical-align: top;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    color: #7f7f7f;
    margin-right: 16px;
}

.small-nav-3 .list a:last-child{
	margin-right: 0;
}

.small-nav-3 .list a.active{
	color: #d30f19;
}

.header3 .title{
	float: left;
	height: 24px;
	line-height: 24px;
	font-size: 20px;
	margin-left: 16px;
	padding-left: 16px;
	border-left: 1px solid #000000;
	margin-top: 23px;
}

.header3 .tel{
	float: right;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	margin-top: 23px;
}

.footer2{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	text-align: center;
	padding: 16px 0;
	background: #fff;
	z-index: 999;
}


.header-pc .header-right .link .navSub{
	top: 92px;
}

.header-pc .header-right .link .navSub{
	background: #f5f5f5;
	color: #666666;
}

.header-pc .header-right .link .navSub .inner{
	width: 1080px;
	margin: 0 auto;
	padding: 50px 0;
}

.header-pc .header-right .link .navSub .img{
	float: right;
	width: 446px;
	height: 220px;
}

.header-pc .header-right .link .navSub .text{
	float: left;
	width: 620px;
}

.header-pc .header-right .link .navSub .text dl dt{
	font-size: 18px;
	color: #333333;
	padding: 24px 0;
	text-align: left;
	font-weight: bold;
}

.header-pc .header-right .link .navSub .text dl dd{
	position: relative;
	display: inline-block;
	width: 160px;
	padding-right: 24px;
	padding-left: 16px;
}

.header-pc .header-right .link .navSub .text dl dd::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	background: #000000;
}

.header-pc .header-right .link .navSub .text dl dd a{
	display: block;
	font-size: 16px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.header-pc .header-right .link .navSub a{
	display: block;
	background: transparent;
	color: #333;
	text-align: left;
}

.header-pc .header-right .link .navSub .text dl dd a:hover{
	background: transparent;
	color: #d70c19;
}

.header-mobile .header-right .link .nav li a{
	padding: 0 16px;
	text-align: left;
	background: transparent;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
}

.header-mobile .header-right .link .navSub li a{
	padding: 0 16px 0 26px;
	text-align: left;
	background: transparent;
	color: #666;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.header-mobile .header-right .link .navSub .inner{
	padding: 0;
}

.header-mobile .header-right .nav>ul>li>a{
	position: relative;
}

.header-mobile .header-right .nav>ul>li>a.hasChild::after{
	content: "";
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -3px;
	border: 5px solid transparent;
	border-top-color: #000;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.header-mobile .header-right .link .nav li a:hover,
.header-mobile .header-right .nav>ul>li>a:hover::after{
	color: #d70c19;
	border-top-color: #d70c19;
	background: transparent;
}

.header-mobile .header-right{
	width: 200px;
}




















































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































