*,: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;}
h1,h2,h3,h4,h5,h6{font-size:100%}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;}
ul,ol,li{list-style: none;}
i,em{font-style:normal;}
a{
	blr: expression(this.onFocus=this.blur());
	text-decoration: none;
    transition-duration: .5s;
    cursor: pointer;
    color: #333;
}
a:focus,a:hover{text-decoration:none;}
input,button{ font-family: "Microsoft YaHei"; }
body {
	/*overflow-x: hidden;*/
    font: 14px "Microsoft YaHei",Arial,Helvetica,sans-serif;;
}
/*清除浮动*/ 
.cle{
	clear:both;
	height:0;
	margin:0; 
	padding:0; 
	border:none; 
	overflow:hidden;}
.clearfix:before,
.clearfix:after{
    display:block;
    content:"";
    visibility:hidden;
    height:0}
.clearfix:after{clear:both;}
.clearfix{zoom:1} /* IE < 8 */
.tal{text-align:left !important;}
.tac{text-align:center !important;}
.tar{text-align:right !important;}
.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{padding: 0;}
.row-fl{padding-left: 0;}
.row-fr{padding-right: 0;}
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;
}
.webShow{ display: none; }
.BodyBox{ min-width: 1200px; background-color: #fff; }
header{ background: #fff; }
header .logo{ display: block; float: left; height: 136px;/*padding: 30px 0;*/ }
header .logo img{max-height: 100px;}
header .navbtn{ display: none; }
header .MainCon{ overflow: inherit; }
.headerTel{ float: right; display: table; height: 136px; }
.headerTel p{ padding-left: 65px; display: table-cell; height: 136px; background: url(../images/ico_1.png) no-repeat center left; }
.headerTel p span{ font-size: 30px; }
nav{ width: 100%; height: auto; background: #646464; }
nav>.MainCon>ul>li{ float: left; height: 50px; margin-right: 20px; }
nav>.MainCon>ul>li>a{ display: inline-block; color: #fff; padding: 0 25px; text-align: center; height: 50px; line-height: 50px; /*font-size: 15px;*/ }
nav>.MainCon>ul>li>a:hover,nav>.MainCon>ul>li>a.jd{ background: #d32229; }
.vertical-align-middle{ display: inline-block; max-width: 100%; font-size: 14px; }
.vertical-align:before{ display: inline-block; height: 100%; vertical-align: middle; content: ""; }
/*	Banner */
.banner{ width: 100%; overflow: hidden; z-index: 1; }
.banner img{ padding: 0; margin: 0; }
/*	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*=====*=====*=====*=====*=====
 */
.MainCon{ width: 1200px; margin: 0 auto; }
.MainCon:before,
.MainCon:after{ display: table; content: ""; }
.Mmore{ display: block; margin: 0 auto; width: 139px; height: 39px; line-height: 39px; text-align: center; border: 1px solid #333; }
.Mtit{ margin-bottom: 50px; text-align: center; text-transform: uppercase; }
.Mtit p{ font-size: 32px; line-height: 2; }
.Mtit span{ color: #666; font-size: 12px; letter-spacing: 15px; text-transform: uppercase; }
.Mtit h3{ font-size: 18px; }
.Mtit i{ display: inline-block; width: 50px; height: 2px; background: #d32229; }
.white{ color: #fff !important; }
.pt50{ padding: 50px 0; }
.M1Con{ background: #f5f5f5; }
.MBan{ padding-top: 115px;  padding-bottom: 90px; height: 435px; background: url(../images/Ban.jpg) no-repeat center; }
.MBan div.img:first-child{ margin-bottom: 40px; }
/**
 * =====*=====*=====*=====*=====*FOOTER CSS*=====*=====*=====*=====*=====
 */
footer{ background: #111; padding-top: 55px; }
footer .footerBox{ margin-bottom: 25px; height: 200px; }
footer .footerBox .items{ float: left; padding-right: 150px; }
footer .footerBox .items h3{ position: relative; height: 30px; font-size: 16px; color: #fff; }
footer .footerBox .items i{ display: block; margin: 10px 0; width: 20px; height: 2px; background: #4c4c4c; }
footer .footerBox .items p{ line-height: 30px; color: #4c4c4c; }
footer .footerBox .itemsRi{ float: right; text-align: right; color: #4c4c4c; }
footer .footerBox .itemsRi .tel400{ font-size: 24px; line-height: 55px; }
footer .footerLogo{ padding: 50px 0; }
footer .footerLogo img{ max-width: 100%; }
.copyright{ color: #fff; border-top: 1px solid #4d4d4d; line-height: 55px; }
.copyright a{ color: #fff; }
/**
 * =====*=====*=====*=====*=====*SUBMAIN CSS*=====*=====*=====*=====*=====
 */
.subBanner{ 
	width: 100%; 
	height: 500px; 
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%; 
}
.subBody{
	padding: 2rem 0;
}
.editor{padding: 1.2rem;line-height: 2;}
.editor img,.mbArticleSharePic{max-width: 100%;}
.sub-left{margin-bottom: 15px;}
/*.sidebar-first{ display: none; }*/
/*分页*/
.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
 */
.product{ padding-top: 100px; }
.product .inner2{ padding-top: 50px; }
.product .inner2 .tit{ font-size: 24px; line-height: 3; border-bottom: 1px solid #c0c0c0; }
.productImg{ float: left; width: 50%; }
.productText{ float: right; width: 50%; padding-left: 50px; }
.productText .title{ width: 100%; height: 50px; font-size: 30px; }
.productText .desc{ margin: 30px 0; padding: 20px 0; height: 240px; overflow: hidden; font-size: 16px; color: #393939; line-height: 26px; border-top: 1px solid #c0c0c0; border-bottom: 1px solid #c0c0c0; }
.productText .more{ display: block; width: 132px; height: 38px; line-height: 38px; color: #fff; background: #023894; }
.productCate{ padding-top: 30px; }
.productCate ul li{ float: left; position: relative; width: 33.3333%; padding: 10px 8px; }
.productCate ul li a{ display: block; position: relative; text-align: center; }
.productCate .text{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 2; background: rgba(0,0,0,.2); transition-duration: .5s; }
.productCate .text p{ width: 100%; line-height: 50px; color: #fff; display: block; font-size: 20px; padding-top: 100px; }
.productCate .text p span{ border-bottom: 2px solid #fff; padding-bottom: 7px; }
.productCate .text font{ width: 100%; height: 50px; line-height: 50px; color: #fff; display: block; font-size: 12px; }
.productCate .imgTable{ z-index: 1; background: #f9f9f9; }
.productCate .imgTable span{ height: 24rem; }
.productCate .imgTable span img{ max-height: 24rem; } 
.productCate a:hover .text{ background: rgba(0,0,0,.7); }
.productlist ul li{ float: left; width: 33.3%; padding: 10px; }
.productlist ul li p{ margin-top: 10px; }
.productlist .imgTable{ background: #f9f9f9; }
.productlist .imgTable span{ height: 28rem; }
.productlist .imgTable span img{ max-height: 28rem; }
.product-list-name{ width: 100%; height: 35px; line-height: 35px; text-align: center; font-size: 1.4rem; /*background: rgba(0,0,0,.7);*/ }
.newslist{ margin-top: 50px; border-top: 1px solid #c0c0c0; }
.newslist .items{ padding: 30px 0; border-bottom: 1px solid #c0c0c0; }
.newslist .items img{ width: 370px; height: 245px; }
.newslist .items .text{ float: right; padding-right: 45px; width: 795px; color: #707070; }
.newslist .items .text h5{ font-size: 24px; line-height: 2; color: #343434; }
.newslist .items .text .desc{ padding: 50px 0; line-height: 2; }
.showpro .title{
	text-align: center;
	font-size: 1.4rem;
	line-height: 2;
}
.showpro .pic{
	text-align: center;
}
.showpro .pic img{
	max-width: 100%;
}
.showpro .h3{
	font-size: 1.4rem;
	line-height: 30px;
	text-indent: 10px;
	border-top: 1px dashed #f1f1f1;
	border-bottom: 1px dashed #f1f1f1;
}
/* NEWSLIST CSS */
.shownews .title{
	text-align: center;
	font-size: 1.5rem;
	line-height: 2;
}
.shownews .infos{
	text-align: center;
	padding: .5rem 0;
	border-bottom: 1px dashed #c7c7c7;
}
@media (min-width: 768px){
	.product-list li {
	    /*height: 25rem;*/
	    padding: 5px;
	}
	.product-list .imgTable span{
		height: 24rem;
		max-width: 360px;
	}
	.product-list .imgTable span img{
		max-height: 24rem;
	}
	.shownews .title,
	.showpro .title{
		text-align: center;
		font-size: 2rem;
		line-height: 2.5;
	}
	.showpro .h3{
		font-size: 1.6rem;
	}
}
/**关于我们页面**/
.ampt{ padding: 75px 0; }
.amjj{ letter-spacing: 55px; }
/*.AMtit{ text-align: center; }*/
.AMtit p{ font-size: 24px; }
.AMtit span{ display: block; font-weight: 100; font-size: 28px; line-height: 45px; text-transform: uppercase; font-family: Arial; color: #707070; }
.AMtit i{ display: block; width: 15px; height: 6px; background: #011024; }
.AMbox{ padding: 35px 0 20px; }
.AMbox p{ font-size: 24px; line-height: 2; }
.AMbox .desc{ line-height: 2; }
.AMul{ margin-left: -5px; margin-right: -5px; }
.AMul li{ float: left; width: 25%; padding: 15px 5px; }
.AMul li .items img{ width: 100%; height: 230px; }
.AMul li .items p{ line-height: 35px; text-align: center; }
.AM1 .AMtit{ float: left; }
.AM1 .AM1box{ float: right; width: 830px; padding-bottom: 50px; line-height: 2 !important; }
.AM1 .AMtit .txt{ color: #707070; font-weight: 100; }
.AM1 .AMtit h3{ line-height: 2; }
.AM1 .AMtit h4{ line-height: 50px; font-size: 28px; font-family: Arial; text-transform: uppercase; }
.AM1 .AMtit h5{ font-size: 16px; line-height: 2; }
.AM1 .AM1h2{ font-size: 33px; text-align: center; }
.AM2{ background: #f4f4f4; overflow: hidden;}
.AM2 .AMtit{ text-align: left; }
.AM2 .AM2box{ padding-top: 45px; line-height: 2 !important; }
.AM2 .AM2text{ float: left; width: 710px; }
.AM2 .AM2pic{ float: right; width: 415px; }
.AM3{ }
.AM3 .AM3box{ overflow-x: hidden; }
.AM3 .AM3box ul{ margin-left: -20px; margin-right: -20px; }
.AM3 .AM3box ul li{ float: left; padding: 0 20px; width: 25%; }
.AM3 .AM3box ul li img{ width: 100%; }
.AM3 .AM3box .items{ color: #666; }
.AM3 .AM3box .items p{ font-size: 18px; line-height: 3; }
.AM3 .AM3box .items i{ display: block; width: 55px; height: 3px; background: #011024 }
.AM3 .AM3box .items .desc{ padding: 13px 0; line-height: 1.5; }
.AM6{ background: #f4f4f4; }
.AM6 .amSlider{ padding-top: 40px; padding-bottom: 60px; }
/**关于我们页面  END*