﻿@charset "utf-8";
/* 全局 */
html{webkit-text-size-adjust:none;-webkit-text-size-adjust:none;text-justify:inter-ideograph;}
a{text-decoration:none;outline:0;-webkit-transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}
/* 基础 */
*{-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-touch-callout:none;margin:0}
::-webkit-scrollbar{width:10px;height:10px}
::-webkit-scrollbar-track{border-radius:0;background:rgba(0,0,0,0.1);}
::-webkit-scrollbar-thumb{background:rgba(0,0,0,0.2);}
::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,0.4);background-color:#b80000;}
input,textarea{-webkit-user-select:text}
/*分页样式*/
.pglist{padding: 20px 0 30px;width:100%;text-align: center;clear: both;}
.pglist a {color: #666;padding: 0 14px;margin: 0 3px;display: inline-block;vertical-align: middle;line-height: 30px;background: #fff;border: 1px solid #ddd;}
.pglist a:hover,.pglist .hover {display:inline-block;color: #fff;background: #b80000;border-color: #b80000;}
/*返回首页*/
#tip{padding-top: 30px;min-height: 640px;}
#tip b{color: #b80000;}
/*网站地图*/
.sitemap{overflow:hidden;line-height:30px;padding: 10px;border-bottom:1px solid #ddd;}
.sitemap dt{float: left;margin-right: 2%;width: 14.66666667%;}
.sitemap dt a{display:block;text-align:center;background: #ececec;font-size:14px;padding:8px 0;font-weight:normal;}
.sitemap dt a:hover{background: #ccc;color:#fff;}
.sitemap dd{float: left;width: 83.333333%;}
.sitemap dd a{float:left;color:#666;padding-right:35px;line-height:39px;transition:none;}
.sitemap dd a:hover{color:#333;}
/*网站标签*/
.tags_list{overflow:hidden;line-height:30px;padding: 10px;border-bottom:1px solid #ddd;}
.tags_list dt{float: left;margin-right: 2%;margin-bottom: 2%;width: 14.66666667%;}
.tags_list dt a{display:block;text-align:center;background: #ececec;font-size:14px;padding:8px 0;font-weight:normal;}
.tags_list dt a:hover{background: #ccc;color:#fff;}
.tags{overflow:hidden;margin-bottom: 20px;}
.tags span{float: left;display: block;line-height: 40px;}
.tags a{border-radius: 4px;-webkit-border-radius: 4px;display: inline-block;line-height: 28px;padding: 0 6px;margin: 5px;background: #fff;border: 1px solid #dadada;}
.tags a:hover {background: #b80000;border-color: #b80000;color: #fff;}
.container {
    max-width: 1200px;
    margin: 0 auto;
    /* overflow: hidden; */
}
/* 向右浮动 */

.clearfix {*zoom: 1;}
.clearfix:before,
.clearfix:after {display: table;line-height: 0;content: "";}
.clearfix:after {clear: both; }
/* 清除浮动 */
.header {
	
	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);*/
	
}

.header .inner {
	padding: 0px;
	max-width: 1200px;
	margin: 0 auto;
	height: 220px;
    
}

.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: 18px;padding-left: 10px;
}

.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(../images/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: left;
}

.header-right .link .nav li {
	float: left;
	margin-left: 20px;
}

.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: #2FC66F;
}
.header-tel{
	float: left;
}
.header-tel img{
	
}
.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-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: #292E7D;
	border-top-color: #292E7D;
	background: transparent;
}

.header-mobile .header-right{
	width: 200px;
}
.nav-btn {
	display: none;
	position: absolute;
	z-index: 999;
	width: 44px;
	height: 32px;
	top: 50%;
	right: 15px;
	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: #fff;
	-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(../images/close-icon.ico) 16 16, default;
}

.header-mobile {
	display: none;
}
.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(../images/header-login.png);
}

.header-link-btn a.item-lang {
	background-image: url(../images/header-lang.png);
}

.header-link-btn a:hover {
	text-decoration: underline;
	color: #292E7D;
}
.index{
	margin-top: 40px;
}
.fixbottonnew {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 9;
    background-color: #b80000;
    border-top: 1px solid #dcdcdc;
    overflow: hidden;
}
.fixbottonnew a{width:50%;float:left;font-size:18px; position:relative; display:block; padding:10px 0;color:#fff;}
.fixbottonnew a img{width:30px; display:inline-block; vertical-align:middle;margin-right:12px;}
.fixbottonnew a:last-child{background-color: #E70012;}
.fixbottonnewh{ display:none; height:51px;}
.text-center {
    text-align: center;
}
/*视频样式*/
video {background-color: #000;}