*,:after,:before{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html{font-size: 62.5% !important;}
html,body,div,p,strong,input,form,img,
h1,h2,h3,h4,h5,h6,ul,ol,li,
dl,dd,dt{margin: 0;padding: 0;vertical-align:middle;}
tbody,tr,td{margin:0;padding:0;}
ul,ol,li{list-style: none;}
i,em{font-style:normal;font-weight: normal;}
a{
	text-decoration: none;
    transition-duration: .5s;
    cursor: pointer;
	color: #333;
}
a:focus,a:hover{text-decoration:none;color: #333;}
input,button,textarea{ font-family: "Microsoft YaHei";border:0;}
/*清除浮动*/
.cle{clear:both;height:0;margin:0;padding:0;border:none; overflow:hidden;}
.clearfix:before,
.clearfix:after{display:table;content:"";visibility:hidden;height:0}
.clearfix:after{clear:both;}
.clearfix{zoom:1} /*IE < 8*/
.tal{text-align:left;}
.tac{text-align:center;}
.tar{text-align:right;}
.fl,.le{float:left;}
.fr,.ri{float:right;}
.por{position:relative;}
.poa{position:absolute;}
img{
	max-width:100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-ms-interpolation-mode: bicubic;
}
.pcshow{display: block !important;}
.webshow{ display: none !important; }
/*滚动条*/
@media screen and (max-width: 640px){
	.pcshow{display: none !important;}
	.webshow{display: block !important;}
    /*仅作用于webkit*/
    body::-webkit-scrollbar {
        display: none;
    }
}
::-webkit-scrollbar{
	width: .6rem;
	height: 1rem;
	background: #d1d1d1;
}
::-webkit-scrollbar:horizontal {
	border-radius: 0 0 .5rem .5rem
}
::-webkit-scrollbar-thumb {
	/* border: 1px solid #D1D1D1; */
	/* border-radius: .5rem; */
	background: #858585;
	box-shadow: inset 0 0 0 1px #858585;
}
.m-nav-side::-webkit-scrollbar{
	width: 0;
}
/* ::-webkit-scrollbar-thumb:hover {
	background:#465267
} */
.inline-block{ display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; }
.container{ margin: 0 auto; width: 94%; max-width: 1600px;}
body {
	font-family: 'Microsoft YaHei', 'STHeiti Light', SimSun;
	margin: 0 auto;
	width: 100%;
    font-size: 13px;
    color: #232323;
	background-color: #fff;
}
header{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	padding: 2.875% 0;
	width: 100%;
}
header .logo .img{
	display: block;
	height: 90px;
}
nav{
	position: relative;
	float: right;
}
nav>ul>li{
	position: relative;
	margin-right: 60px;
}
nav>ul>li>a{
	display: block;
	position: relative;
	z-index: 9;
	font-size: 18px;
	line-height: 60px;
	color: #333;
	text-shadow: 0 1px 1px rgba(6, 0, 1, 0.5);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
nav>ul>li>a:hover{
	color: #000;
}
nav>ul>li>a:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #fff;
	box-shadow: 1px 1px 1px 1px rgba(6, 0, 1, 0.5);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;
}
nav>ul>li>a:hover:before,
nav>ul>li>a.jd:before{
	width: 100%;
	opacity: 1;
	filter: alpha(opacity=100);
}
header .navbtn{
	display: none;
}

@media only screen and (max-width: 641px){
	body {
		min-width: 0;
		overflow-x: hidden;
	}
	header{
		padding: 10px 0;
    	height: auto;
    	line-height: normal;
	}
	header .logo {
		padding: 0;
	}
	header .logo .img{
		height: 30px;
	}
	header .container{
		position: relative;
	}
	header .navbtn{
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 11;
		margin: 6px 3% 0 0;
		cursor: pointer;
		-webkit-transition: all 0.3s;
    	-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	header .navbtn .line{
		display: block;
		position: relative;
		margin: 0 0 6px 4px;
		width: 18px;
		height: 2px;
		background-color: #333;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	header .navbtn .line:before{
		content: '';
		position: absolute;
		top: 0;
		left: -4px;
		width: 2px;
		height: 2px;
		background-color: #333;
	}
	header .navbtn.on{
		-webkit-transform: rotateZ(180deg) translate3d(0, 5px, 0);
		-moz-transform: rotateZ(180deg) translate3d(0, 5px, 0);
		-ms-transform: rotateZ(180deg) translate3d(0, 5px, 0);
		-o-transform: rotateZ(180deg) translate3d(0, 5px, 0);
		transform: rotateZ(180deg) translate3d(0, 5px, 0);
	}
	header .navbtn.on .line{
		background-color: #333;
	}
	header .navbtn.on .line:first-child{
		-webkit-transform: translate3d(0, 8px, 0) rotateZ(-45deg);
		-moz-transform: translate3d(0, 8px, 0) rotateZ(-45deg);
		-ms-transform: translate3d(0, 8px, 0) rotateZ(-45deg);
		-o-transform: translate3d(0, 8px, 0) rotateZ(-45deg);
		transform: translate3d(0, 8px, 0) rotateZ(-45deg);
	}
	header .navbtn.on .line:nth-child(2){
		opacity: 0;
		filter: alpha(opacity=0);
	}
	header .navbtn.on .line:last-child{
		-webkit-transform: translate3d(0, -8px, 0) rotateZ(45deg);
		-moz-transform: translate3d(0, -8px, 0) rotateZ(45deg);
		-ms-transform: translate3d(0, -8px, 0) rotateZ(45deg);
		-o-transform: translate3d(0, -8px, 0) rotateZ(45deg);
		transform: translate3d(0, -8px, 0) rotateZ(45deg);
	}
	nav{
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		padding: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
	}
	.nav-hide{
		visibility: hidden;
		opacity: 0;
		filter: alpha(opacity=0);
	}
	nav>ul{
		position: absolute;
		top: 50%;
		right: 0;
		padding: 40px 0;
		width: 100%;
		max-height: calc(100% - 80px);
		overflow-y: scroll;
		overflow-x: hidden;
		-webkit-transform: translate3d(0, -50%, 0);
		-moz-transform: translate3d(0, -50%, 0);
		-ms-transform: translate3d(0, -50%, 0);
		-o-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	}
	nav>ul:before {
		content: '';
		display: block;
		margin: 0 auto 20px;
		width: 108px;
		height: 50px;
		background: url(../images/logo.png) 0 0 no-repeat;
		background-size: 100% auto;
	}
	nav>ul>li{
		display: block !important;
		margin: 0 5%;
	}
	nav>ul>li>a{
		display: block;
		padding: 0 20px;
		font-size: 16px;
		line-height: 50px;
		text-align: center;
		color: #222;
		text-shadow: none;
	}
	nav>ul>li>a:hover,
	nav>ul>li>a.jd{}
	nav>ul>li:hover>ul{}
}
/**	Banner **/
.banner {
	position: relative;
	width: 100%;
	background-color: #767676;
	overflow: hidden;
	z-index: 0;
}
.banner img{ padding: 0; margin: 0; }
.web-Slider img{width: 100%;}

/** INDEX CSS **/
.product {
	position: relative;
	padding: 6.25% 0 12.5%;
	font-size: 0;
	color: #fff;
	background-color: #181818;
}
.product .container {
	z-index: 2;
}
.product .conbox {
	position: relative;
	margin-left: 7.5%;
	padding-top: 61px;
	width: 35%;
}
.product .conbox .btnwr {
	position: absolute;
	top: 0;
	left: 0;
}
.product .conbox .probtn {
	position: relative;
	margin-right: 5px;
	width: 24px;
	height: 24px;
	border: 1px solid #999;
	outline: none;
}
.product .conbox .icon {
	background: url(../images/icon-index.png) 0 0 no-repeat;
}
.product .conbox .probtn .icon {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: -3px auto 0;
	width: 12px;
	height: 6px;
}
.product .conbox .prev:hover .icon {
	background-position: 0 -12px;
}
.product .conbox .next .icon {
	background-position: -18px -12px;
}
.product .conbox .next:hover .icon {
	background-position: -18px 0;
}
.product .conbox .probtn:hover {
	border-color: #b41e00;
}
.product .conbox .tit {
	font-weight: bold;
	font-size: 52px;
}
.product .conbox .con {
	margin-top: 20px;
	font-size: 20px;
	line-height: 34px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.product .conbox .more {
	float: left;
	margin-top: 13.6363%;
}
.product .conbox .more .txt {
	font-size: 14px;
	text-transform: uppercase;
	color: #a0a0a0;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.product .conbox .more .icon {
	margin-left: 8px;
	width: 6px;
	height: 10px;
	background-position: -48px 0;
}
.product .conbox .page {
	position: static;
	margin-left: 10px;
	width: auto;
	font-size: 14px;
	color: #999;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.product .imgbox {
	margin-left: 12.5%;
	width: 40%;
}
.product .bg {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}
.product .bg .img {
	display: block;
	width: 100%;
}
.about {
	position: relative;
	z-index: 7;
	background-color: #181818;
}
.about .mask,
.about .imgwr{
	position: absolute;
	top: 0;
	/*height: 100%;*/
	overflow: hidden;
}
.about .mask {
	right: 0;
	z-index: 1;
	margin-top: -5%;
	padding: 5% 0;
	width: 66.66%;
	height: 100%;
	background-color: #b41e00;
}
.about .imgwr {
	left: 0;
	z-index: 2;
	width: 62.5%;
}
.about .wrap {
	position: relative;
	z-index: 3;
}
.about .conwr {
	z-index: 3;
	color: #fff;
}
.comtxt .dot {
	margin-right: 4px;
	width: 1px;
	height: 1px;
	background-color: #fff;
}
.comtxt .txt {
	font-size: 12px;
	text-transform: uppercase;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.about .conwr {
	width: 100%;
}
.about .conwr .tit {
	margin-top: 10px;
	font-size: 16px;
}
.about .conwr .con {
	margin-top: 24px;
	font-size: 16px;
	line-height: 45px;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.about .conwr .btn {
	float: left;
	margin-top: 60px;
	padding: 22px 20px;
	min-width: 150px;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #b41e00;
	background-color: #fff;
}
.comtxt .line {
	margin-right: 10px;
	width: 100px;
	height: 1px;
	background-color: #fff;
}
.about .conwr .incon {
	padding: 7.5% 0;
	width: 27.8125%;
}
.about .conwr .img {
	display: block;
	margin-top: 45px;
	max-width: 100%;
	height: 80px;
}
.news{
	position: relative;
	z-index: 6;
	margin-bottom: -8.85%;
	padding: 18.75% 0 17.1875%;
	background-color: #181818;
}
.news .ctwrap {
	position: absolute;
	top: 14.2766%;
	left: 0;
	right: 0;
	z-index: 1;
}
.news .comtxt .dot,
.news .comtxt .line{
	background-color: #5d5d5d;
}
.news .comtxt {
	margin-left: 7.375%;
}
.comtxt {
	font-size: 0;
	color: #fff;
}
.news .list .col {
	position: relative;
	width: 33.33%;
	vertical-align: top;
}
.news .col .imgwr {
	position: relative;
	padding-bottom: 138%;
	height: 0;
	background-color: #000;
	overflow: hidden;
}
.news .col .img {
	display: block;
	width: 100%;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.news .col .conwr {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
	margin: 0 auto;
	padding-bottom: 3.75%;
	width: 90%;
	max-width: 540px;
	color: #fff;
}
.news .col .type, .news .col .desc {
	font-size: 14px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.news .col .tit {
	margin-top: 2.8125%;
	font-weight: bold;
	font-size: 26px;
}
.news .col .desc {
	margin-top: 4.0625%;
	max-height: 60px;
	line-height: 30px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.news .col:hover .conwr {
	bottom: 12px;
}
.news .col:hover .img {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
@media only screen and (max-width: 640px){
	.product .conbox,
	.product .imgbox{
		position: static;
		display: block;
		margin: 0;
		padding: 0;
		width: auto;
	}
	.product .conbox .tit {
		font-size: 18px;
	}
	.product .conbox .con {
		margin-top: 10px;
		font-size: 15px;
		line-height: 25px;
	}
	.product .conbox .more {
		margin-top: 12px;
	}
	.product .conbox .btnwr {
		top: auto;
		bottom: 0;
		width: 100%;
		text-align: center;
		z-index: 9;
	}
	.product .imgbox{
		margin: 20px 0 46px;
	}
	.about .mask {
		display: none;
	}
	.about .imgwr {
		position: relative;
		width: auto;
		height: auto;
	}
	.about .imgwr{
		position: relative;
		width: auto;
		height: auto;
	}
	.about .conwr .incon {
		float: none;
		padding: 25px 15px;
		width: auto;
		background-color: #b41e00;
	}
	.about .conwr .img {
		margin: 20px auto 0;
		height: 60px;
	}
	.about .conwr .tit {
		text-align: center;
	}
	.about .conwr .btn {
		float: none;
		display: block;
		margin: 20px auto 0;
		padding: 8px 0;
		width: 150px;
		min-width: auto;
		font-size: 14px;
	}
	.news .ctwrap{
		top: 5%;
	}
	.news .col .conwr{
		bottom: 5%;
		padding: 3.75% 5%;
		width: 80%;
		background-color: rgba(0, 0, 0, 0.8);
	}
	.news .col .imgwr{
		padding-bottom: 100%;
	}
	.news .col .img{
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.news .col .tit{
		font-size: 16px;
	}
	.news .col .desc{
		margin-top: 10px;
		max-height: 40px;
		line-height: 20px;
	}
}
/**
 * FOOTER CSS
 */

/**
 * SUBMAIN CSS
 */
 .subbanner{
	position: relative;
	z-index: 0;
}
.subbanner img{
	position: relative;
	z-index: 1;
}
.subbanner .t{
	position: absolute;
	z-index: 2;
	top: 40%;
	left: 30%;
	color: #fff;
	font-size: 36px;
}
.subbanner .t::before,
.subbanner .t::after{
	position: absolute;
	content: "";
	display: block;
	width: 94%;
	height: 30px;
	left: 3%;
	border: 1px solid #fff;
}
.subbanner .t::before{
	top: -40%;
	border-bottom: 0;
}
.subbanner .t::after{
	border-top: 0;
}
.submain{
	position: relative;
	margin-top: -65px;
	padding: 65px 0 4.94%;
	overflow: hidden;
	z-index: 2;
}
.content {
	position: relative;
	z-index: 7;
	margin-top: -65px;
	padding-left: 2.8125%;
	width: 73.4375%;
	background-color: #fff;
}
.content:before {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.content-box {
	margin-top: 73px;
}
.wz{
	position: relative;
	padding: 26px 0 7px 25px;
	font-size: 16px;
	color: #6e6e6e;
}
.wz .icon{
	position: absolute;
	top: 30px;
	left: 0;
	width: 27px;
	height: 14px;
	background: url(../images/icon-home.png) 0 0 no-repeat;
	background-size: auto 100%;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.editor{
	font-size: 12px !important;
	padding: 2rem 0;
	line-height: 2 !important;
}
.editor img,
.mbArticleSharePic{
	max-width: 100% !important;
	height: auto !important;
}
@media only screen and (max-width: 640px){
	.submain{
		margin-top: 0;
		padding: 0 0 30px;
	}
	.content {
		float: none;
		margin-top: 0;
		padding-left: 0;
		width: auto;
	}
	.content-box {
		margin-top: 25px;
	}
	.wz{
		padding: 10px 0 10px 20px;
		font-size: 12px;
		border-bottom: 1px solid #eee;
	}
	.wz .icon{
		top: 13px;
		width: 27px;
		height: 11px;
	}
}
/*分页*/
.prevAndNext{
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
}
.prevAndNext li{
	margin: 5px 10px;
	padding: 5px 0;
}
@media (min-width: 768px){
	.prevAndNext{
		padding: 0 30px;
	}
	.prevAndNext li.prev{
		float: left;
	}
	.prevAndNext li.next{
		float: right;
	}
}
/** PRODUCT CSS **/
.prolist-box{
	max-width: 1090px;
	overflow: hidden;
}
.prolist .list{
	margin: -32px -2.7522% 0;
	font-size: 0;
}
.prolist .list .col{
	margin: 40px 0 0 2.6086%;
	width: 46.0869%;
	vertical-align: top;
	cursor: pointer;
}
.prolist .col .imgwr{
	position: relative;
	padding-bottom: 65%;
	height: 0;
	overflow: hidden;
	border: 1px solid #f0f0f0;
}
.prolist .col:hover .imgwr{
	-webkit-transform: translate3d(0, -6px, 0);
	-moz-transform: translate3d(0, -6px, 0);
	-ms-transform: translate3d(0, -6px, 0);
	-o-transform: translate3d(0, -6px, 0);
	transform: translate3d(0, -6px, 0);
}
.prolist .col .img{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
}
.prolist .col .conwr{
	position: relative;
	padding: 18px 0 19px;
}
.prolist .col .tit{
	font-size: 22px;
	color: #131313;
}
.prolist .col .conwr .stit{
	margin-top: 4px;
	font-size: 16px;
}
.prolist .col:hover .conwr .stit{
	color: #b41e00;
}
.prolist .col .line{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #b41e00;
}
.prolist .col:hover .line {
	width: 100%;
}
@media only screen and (max-width: 641px){
	.prolist .col .tit{
		font-size: 13px;
		font-weight: normal;
	}
	.productlist1 li span{
		font-size: 13px;
		line-height: 2;
	}
}
/* NEWSLIST CSS */
@media only screen and (max-width: 768px){

}