*,:after,:before{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html{font-size: 62.5% !important;}
h1,h2,h3,h4,h5,h6{line-height: 1.5;}
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: #393939;
}
a:focus,a:hover{text-decoration:none;color: #393939;}
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;}
.text-nowrap{white-space: nowrap;}
.text-upper{text-transform: uppercase;}
.text-lower{text-transform: lowercase;}
.capitalize{text-transform: capitalize;}
.fl,.le{float:left;}
.fr,.ri{float:right;}
.por{position:relative;}
.poa{position:absolute;}
.row-fl{padding-left: 0;}
.row-fr{padding-right: 0;}
[class*=am-u-]+[class*=am-u-]:last-child{float: left;}
[class*='am-icon']{font-size: 1.6rem;}
[class*=am-u-]{padding: 0;}
.img100{display:inline-block;max-width:100%;height:auto}
.img-center{text-align: center;}
img{max-width:100%;}
.imgbox{
	/*非IE的主流浏览器识别的垂直居中的方法*/
	display: table-cell;
	vertical-align:middle;
	text-align: center;
	*display: block;
	*font-family:Arial;
}
.imgbox>img{vertical-align:middle;display: inline-block;}
.pc{display: block;}
.webshow{ display: none; }
/*滚动条*/
@media screen and (max-width: 768px){
    /*仅作用于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
} */
@media (min-width: 1260px){
	.container {
		width: 1230px;
	}
}
@media (max-width: 786px) {
	.container{
		width: 90%;
		padding: 0;
	}
}
body {
	position: relative;
	overflow-x: hidden;
	background: #fff;
	font-family: 'Microsoft YaHei', 'STHeiti Light', SimSun;
    font-size: 14px;
	color: #393939;
}
/**头部,导航**/
.header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999000;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0 12px 0 #9b9b9b;
}
.header-top{
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	color: #fff;
	background-color: #000;
}
.header-top h2{
	display: inline-block;
	font-size: 12px;
}
.header-top-info{
	float: right;
	display: inline-block;
}
.header-top-info p{
	display: inline-block;
	/*margin-right: 15px;*/
	font-weight: bold;
	line-height: 1;
	vertical-align: middle;
}
.header-top-info a{
	color: #fff;
	font-size: 15px;
}
.header-box{
	position: relative;
	width: 100%;
	background-color: #fff;
}
.header-box .container{
	text-align: right;
	/*font-size: 0;*/
	line-height: 0;
}
.logo{
	padding: 13px 0;
	float: left;
	/*height: 86px;*/
}
.logo p{display: none;}
.logo img{
	max-height: 60px;
}
nav{
	position: relative;
	display: inline-block;
}
nav>ul{
	width: 100%;
}
nav>ul>li{
	position: relative;
	width: 125px;
	list-style: none;
	float: left;
	min-width: 5vw;
	text-align: center;
}
nav>ul>li>a{
	position: relative;
	display: block;
	height: 100%;
	padding: 24px 0 16px;

	line-height: 45px;
	font-size: 18px;
}
nav>ul>li>a span{
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 1.6;
}
nav>ul>li>a span:first-child{
	/* font-size: 47.6%; */
	font-size: 12px;
	line-height: 1.5;
}
nav>ul>li>a:after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0px;
	width: 0;
	height: 6px;
	background-color: #e60012;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav>ul>li>a:hover:after{
	position: absolute;
	content: '';
	left: 0;
	width: 100%;
	bottom: 0;
	height: 6px;
	background-color: #e60012;
}
.header-tel{
	float: right;
	width: 15%;
	/* padding-left: 30px; */
	/* width: 20%; */
	font-size: 18px;
	color: #0d328a;
	font-weight: bold;
	line-height: 25px;
}
.header-tel span{
	font-size: 20px;
}
@media screen and (max-width: 1100px){

}

.vertical-align-middle{
	display: inline-block;
	max-width: 100%;
	font-size: 14px;
}
.vertical-align:before{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	content: "";
}
#navbtn{
	display: none;
	position: absolute;
	width: 30px;
	height: 25px;
	right: 4%;
	top: 15px;
	z-index: 200;
}
#navbtn span{
	margin-top: 10px;
	display: inline-block;
	position: relative;
	width: 30px;
	height: 3px;
	background-color: #000000;
	-webkit-transition-property: background-color, -webkit-transform;
	transition-property: background-color, -webkit-transform;
	transition-property: background-color, transform;
	transition-property: background-color, transform, -webkit-transform;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}
#navbtn span:before,
#navbtn span:after{
	content: '';
	display: block;
	width: 30px;
	height: 3px;
	position: absolute;
	background: #000000;
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	transition-property: margin, transform, -webkit-transform;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}
#navbtn span:before{
	margin-top: -10px;
}
#navbtn span:after{
	margin-top: 10px;
}
.navbtn-on #navbtn span {
	background: rgba(0, 0, 0, 0);
}
.navbtn-on #navbtn span:before {
	margin-top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.navbtn-on #navbtn span:after {
	margin-top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media only screen and (max-width: 768px){
	body{width: 100%;min-width: auto;overflow-x: hidden;}
	.pcshow{display: none;}
	.webshow{display: block;}
	.vertical-align:before{
		display: block;
	}
	.header{
		box-shadow: 0 0 2px 0 #9b9b9b;
	}
	.header-box .container{
		/*width: 100%;*/
		width: 92% !important;
	}
	.header-top{
		display: none;
	}
	.logo{
		display: block;
	}
	.logo p{
		display: none;
		font-size: 12px;
	}
	.logo img{
		width: 125px;
		margin-right: 10px;
	}
	nav{
		/*display: none;*/
		/*position: absolute;*/
		position: fixed;
		width: 60%;
		height: 100vh;
		left: 0;
		z-index: 9999;
		background-color: #fff;
		visibility: hidden;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		transform: translateX(-100%);

		-webkit-transition: all ease 0.5s;
		-moz-transition: all ease 0.5s;
		transition: all ease 0.5s;
		box-shadow: 1px 1px 2px 0 #9b9b9b;
	}
	nav>ul>li{
		width: 100%;
		border-bottom: 1px solid  rgba(155,155,155,.2);
	}
	nav>ul>li>a{
		padding: 0;
		font-size: 15px;
	}
	nav>ul>li>a:after{
		display: none;
	}
	#navbtn{
		display: block;
	}
	.navbtn-on nav{
		/*display: block;*/
		/*width: 60%;*/
		visibility: visible;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);
	}
	main{
		width: 100%;
		overflow: hidden;
	}
}
/*	Banner */
.banner{ position: relative; width: 100%; height: 100%; overflow: hidden; z-index: 0; }
.banner img{ padding: 0; margin: 0; }
.web-Slider img{width: 100%;}
/*	imgTbale */
.imgTable{
	display: table;
    height: 100%;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    background: #fff;
    -moz-transition: all, 0.6s;
    -webkit-transition: all, 0.6s;
    -o-transition: all, 0.6s;
    -ms-transition: all, 0.6s;
    transition: all, 0.6s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
/*.imgTable:hover {
    z-index: 20;
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}*/
.imgTable span{
	display: block;
	height: 20rem;
    /*max-width: 20rem;*/
    margin: 0 auto;
}
.imgTable span img{
    max-height: 20rem;
    position: relative;
    top: 50%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/**
 * MAIN CSS
 */
.in-product{
	padding: 48px 0 38px 0;
}
#in-product{
	height: 380px;
}
.product-list a{
	display: block;
	margin: 0 auto;
	width: 96%;
}
.product-list .img{
	background-color: #000;
}
.product-list .img img{
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.product-list a:hover .img img{
	opacity: 0.8;
}
.product-list .text{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #fdcd00;
	text-align: center;
	font-size: 150%;
	color: #000;
	opacity: 0.8;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.product-list a:hover .text{
	color: #e60012;
	opacity: 1;
}
.product-list li{
	float: left;
	width: 25%;
	margin-bottom: 25px;
}
.product-list li .img{
	border: 1px solid #d5d5d5;
}
.product-list li .text {
	background-color: #f2f2f2;
	font-size: 14px;
	color: #000;
	opacity: 0.8;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.product-list li:hover .text{
	color: #000;
	opacity: 1;
}
@media only screen and (max-width: 768px){
	#in-product{
		height: auto;
	}
    .product-list .text{
        line-height: 38px;
        height: 38px;
    }
    .product-list li{
        width: 50%;
    }
}
.color1{
	color: #fff !important;
}
.in-box{
	padding: 60px 0;
	background-color: #f5f5f7;
}
.box-le{
	float: left;
}
.box-ri{
	float: right;
}
.in-box .detail-main{
	position: absolute;
}
.in-box .title02 h2 {
	font-size: 187.5%;
	margin-bottom: 3px;
	font-weight: 400;
}
.in-box .title02 span{
	display: block;
	font-size: 150%;
	line-height: 0.8;
}
.in-box .mbtn{
	display: inline-block;
	font-size: 112.5%;
	width: 176px;
	height: 46px;
	line-height: 46px;
	color: #545454;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background: #fff;
}
.in-box .mbtn:hover{
	border-radius: 46px;
}
.in-box .mbtn span{
	display: inline-block;
	margin-left: 42px;
	padding-right: 36px;
	background: url(../images/arrow01.png) no-repeat right center;
}
.in-brand,.in-service{
	position: relative;
	width: 788px;
	height: 299px;
}
.in-brand{
	background: url(../images/history_img.jpg) no-repeat 0 0;
	background-size: 100% 100%;
}
.in-brand .detail-main{
	left: 53px;
	bottom: 45px;
}
.in-brand .title02{
	display: inline-block;
	margin-right: 25px;
	vertical-align: bottom;
}
.in-service{
	background: url(../images/services_img.jpg) no-repeat 0 0;
	background-size: 100% 100%;
	overflow: hidden;
}
.in-service .detail-main{
	width: 53%;
	right: 0;
	top: 0;
	height: 100%;
	background-color: #383838;
	padding-top: 52px;
	padding-left: 60px;
}
.in-join{
	position: relative;
	width: 412px;
	height: 598px;
	background-color: #fff;
}
.in-join .detail-main{
	left: 50px;
	top: 48px;
}
.in-join .detail-main .text{
	margin: 12px 0;
	color: #545454;
}
.in-join .img{
	position: absolute;
	left: 48px;
	bottom: -20px;
}
.in-join .mbtn{
	color: #fff;
	background-color: #383838;
}
@media only screen and (max-width: 768px){
	.box-le{
		float: none;
		width: 100%;
	}
	.in-box .title02 h2 {
		font-size: 20px;
	}
	.in-box .title02 span{
		font-size: 16px;
	}
	.in-box .mbtn{
		width: 50%;
	}
	.in-brand, .in-service{
		width: 100%;
		height: 180px;
	}
	.in-brand .detail-main{
		width: 100%;
		left: 20px;
		bottom: 30px;
	}
	.in-service .detail-main{
		width: 100%;
		padding-top: 20px;
		padding-left: 20px;
		background-color: #3838385e;
	}
	.in-service .detail-main .text{
		padding: 10px 0;
		color: #fff;
	}
	.box-ri{
		float: none;
		width: 100%;
	}
	.in-join{
		width: 100%;
		height: auto;
		padding-bottom: 20px;
	}
	.in-join .detail-main{
		position: relative;
		padding: 20px 10%;
		width: 100%;
		left: 0;
		top: 0;
	}
	.in-join .img{
		position: relative;
		left: 10%;
		bottom: auto;
		max-width: 80%;
		margin: auto;
	}
	.in-join .mbtn{
		width: 100%;
	}
}
.in-news{
	padding: 50px 0;
}
.title01{
	text-align: center;
	margin-bottom: 30px;
}
.title01 h2{
	position: relative;
	font-size: 225%;
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
}
.title01 h2:before{
	position: absolute;
	top: 50%;
	left: -52px;
	content: "";
	width: 38px;
	height: 1px;
	background-color: #272727;
}
.title01 h2:after{
	position: absolute;
	top: 50%;
	right: -52px;
	content: "";
	width: 38px;
	height: 1px;
	background-color: #272727;
}
.title01 strong{
	display: block;
	font-size: 112.5%;
	font-weight: 400;
	text-transform: uppercase;
}
.news-list li{
	display: table;
	margin-bottom: 60px;
}
.news-list li .time{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 20px 42px;
	background-color: #383838;
	color: #ffffff;
}
.news-list li .time span {
	display: block;
	width: 92px;
	text-align: right;
}
.news-list li .time span:first-child{
	font-size: 206.25%;
}
.news-list li .time span:last-child{
	font-size: 128.5%;
	line-height: 1em;
	padding-right: 6px;
	/* font-size: 214.2%; */
}
.news-list li a{
	display: table-cell;
	vertical-align: middle;
	padding-left: 40px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.news-list li a:hover {
	color: #e60012;
}
.news-list li dl dt {
	font-size: 128.5%;
	margin-bottom: 15px;
	line-height: 1;
	font-weight: normal;
}
.news-list li dl dd {
	font-size: 100%;
}
.news-list h3{
	display: table-cell;
	vertical-align: middle;
	padding-left: 40px;
	font-size: 18px;
	font-weight: bold;
}
@media only screen and (max-width: 768px){
	.news-list li {
		width: 100%;
		margin-bottom: 8%;
	}
	.news-list li .time{
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		background-color: #383838;
		color: #ffffff;
		width: 23.5%;
		padding: 2% 0;
	}
	.news-list li .time span{
		text-align: center;
	}
	.news-list li .time span:first-child {
		font-size: 20px;
	}
	.news-list li .time span:last-child {
		font-size: 12px;
	}
	.news-list li a {
		display: block;
		width: 100%;
		padding-left: 10px;
	}
	.news-list li dl dt {
		font-size: 14px;
		margin-bottom: 0;
	}
	.news-list li dl dd {
		font-size: 10px;
	}
	.title01 h2{
		font-size: 18px;
	}
	.title01 strong{
		font-size: 10px;
	}
}
/**
 * FOOTER CSS
 */
footer{
	background-color: #f5f5f7;
}
.footer-box .container{
	position: relative;
	padding: 58px 0;
}
.f-logo{
	display: inline-block;
	vertical-align: middle;
	margin-right: 28px;
}
.f-logo img{
	max-width: 355px;
}
.f-txt{
	display: inline-block;
	vertical-align: middle;
	line-height: 1.8 !important;
	font-size: 100%;
	margin-right: 55px;
	max-width: 27%;
}
.f-txt dl dt{
	font-weight: normal;
	line-height: 1.8 !important;
	font-size: 15px;
}
.f-txt dl dd p{
	padding-left: 48px;
	text-indent: -48px;
	line-height: 1.8 !important;
	font-size: 15px;
}
.f-txt span{
	display: inline-block;
	vertical-align: text-bottom;
	line-height: 1.8;
}
.f-txt a {
	display: inline-block;
	font-size: 262.5%;
	font-family: Arial;
	line-height: 1;
	vertical-align: text-bottom;
	font-weight: bold;
}
.f-ewm{
	position: absolute;
	right: 0;
	bottom: 35px;
	width: 190px;
}
.f-ewm img{
	width: 180px;
}
.f-ewm span{
	display: block;
	margin-top: 5px;
	text-align: center;
}
.copyright{
	color: #fff;
	font-size: 100%;
	text-align: center;
	padding: 20px 0;
	background-color: #383838;
}
.copyright a{
	color: #fff;
}
.copyright span{

}
@media screen and (max-width: 900px){

}
@media only screen and (max-width: 768px){
	.f-box {
		margin: auto;
		text-align: center;
		line-height: 0;
		font-size: 0;
	}
	.f-logo{
		padding: 15px 0;
		width: 100%;
		display: inline-block;
		margin-right: 0;
		vertical-align: middle;
	}
	.f-logo img{
		/*width: calc(100% - 228px);*/
		width: 70%;
	}
	.f-txt {
		max-width: none;
		margin-right: 0;
		width: 100%;
		display: inline-block;
		vertical-align: middle;
		line-height: 1.8;
		font-size: 10px;
		text-align: left;
	}
	.f-txt dl dt,
	.f-txt dl dd p{
		font-size: 10px;
	}
	.f-ewm{
		position: relative;
		margin: 0 auto;
		margin-top: -60px;
		width: 100px;
		/*display: none;*/
	}
	.copyright{
		font-size: 12px;
	}
	.copyright span{
		display: block;
	}
}
/**
* SUBMAIN CSS
*/
.sub-body{
	padding-bottom: 50px;
}
@media only screen and (max-width: 1060px){

}
.editor{
	font-size: 12px !important;
	padding: 2rem 0;
	line-height: 2 !important;
}
.editor img,
.mbArticleSharePic{
	max-width: 100% !important;
	height: auto !important;
}
/* .editor h1,.editor h2,.editor h3,.editor h4,.editor h5,.editor h6{
} */
/*分页*/
.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;
	}
}
/**
 * PRODUCTLIST CSS
 */
@media only screen and (max-width: 768px){

}
/**
 * SHOWPRODUCTS CSS
 */
@media only screen and (max-width: 768px){

}
/**
 * NEWSLIST CSS 
 */
@media only screen and (max-width: 768px){

}
/**
 * SHOWNEWS CSS
 */
 @media only screen and (max-width: 768px){

}