/* Write your styles */
*,: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;}
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,textarea,button{ outline: none; 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;}
.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{padding: 0;}
.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;
}

.webShow{ display: none; }
.BodyBox{ min-width: 1200px; background-color: #fff; }
header{ background: #fff; }
header .logo{ display: block; float: left; }
header .navbtn{ display: none; }
header .MainCon{ overflow: inherit; }
header .headerTop{ color: #fff; height: 38px; line-height: 38px; background: #7d7d7d; }
header .headerTop span{ padding-right: 20px; }
header .headerTop a{ color: #fff; }
header .headerCon{ padding: 25px 0; }
nav{ width: 100%; background: #e55725; }
nav .MainCon>ul{ text-align: center; }
nav .MainCon>ul>li{ display: inline-block; height: 60px; background: url(../images/navli.jpg) no-repeat center left; }
nav .MainCon>ul>li:first-child{ background: none; }
nav .MainCon>ul>li>a{ color: #fff; padding: 0 35px; display: inline-block; text-align: center; line-height: 60px; font-size: 14px; }
nav .MainCon>ul>li>a:hover,nav>ul>li>a.jd{ background: #2f2f2f; }

.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*=====*=====*=====*=====*=====
 */
.location{line-height: 30px;}
.MainCon{ width: 1200px; margin: 0 auto; }
/*.MainCon.noh{ overflow: inherit; }*/
.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: 30px; text-align: center; }
.Mtit h2{ font-weight: 500; font-size: 36px; color: #a7a7a7; text-transform: uppercase; }
.Mtit p{ font-weight: bold; font-size: 32px; line-height: 2; color: #000; }
.Mtit p em{ color: #e55725; }
.Mtit span{ position: relative; display: block; font-size: 16px; color: #7d7d7d; background: url(../images/line_1.png) no-repeat center; }
.Mtit.bs p,.Mtit.bs span{ color: #fff !important; }

.M1Con ul.ul1{ padding: 30px 0; text-align: center; }
.M1Con ul.ul1 li{ float: left; padding: 0 30px; width: 33.3333%; }
.M1Con ul.ul1 li p{ font-size: 25px; line-height: 2.3; }
.M1Con ul.ul1 li .txt{ font-size: 12px; color: #7d7d7d; }
.M1Con .box{ padding: 25px 0; }
.M1Con .box .pic{ float: right; width: 50%; height: 320px; overflow: hidden; }
.M1Con .box .t{ float: left; width: 48%; height: 320px; border-bottom: 1px solid #d3d3d3; }
.M1Con .box .t h3{ margin-bottom: 30px; font-size: 36px; height: 60px; line-height: 60px; }
.M1Con .box .t h3 i{ display: block; width: 26px; height: 3px; background: #e55725; }
.M1Con .box .t h3 a{ float: right; width: 100px; height: 35px; line-height: 35px; text-align: center; font-size: 15px; color: #7d7d7d; }
.M1Con .box .t h3 a:hover{ color: #fff; background: #e55725; }
.M1Con .box .t p{ font-size: 18px; }
.M1Con .box .t .desc{ width: 80%; overflow: hidden; padding: 20px 0 40px; line-height: 2; color: #7d7d7d; }
.M1Con .box .t span{ display: block; line-height: 3; font-size: 18px; color: #7d7d7d; }
.M1Con ul.ul2{ padding: 30px 0; margin-left: -20px; margin-right: -20px; }
.M1Con ul.ul2 li{ padding: 0 20px; float: left; width: 33.3333%; border-left: 1px solid #d3d3d3; }
.M1Con ul.ul2 li:first-child{ border-left: 0; }
.M1Con ul.ul2 li p{ font-size: 18px; }
.M1Con ul.ul2 li .desc{ height: 96px; overflow: hidden; padding: 20px 0; line-height: 2; color: #7d7d7d; }
.M1Con ul.ul2 li span{ font-size: 18px; color: #7d7d7d; }


.M2Con{ background: url(../images/m2.jpg) no-repeat center top; }
.M2Con .tp{ padding: 125px 0 100px; text-align: center; }
.M2Con .ul2{ text-align: center; }
.M2Con .ul2 li{ float: left; width: 20%; padding: 0 40px; }
.M2Con .ul2 p{ padding: 20px 0; line-height: 1.5; color: #7d7d7d; }
.M2Con .inner{ padding: 50px 0; }
.m2box .m2btn{ float: left; width: 240px;}
.m2box .m2btn span{ cursor: pointer; background: #f7f7f7; display: block; height: 100px; line-height: 100px; border-top: 1px solid #fff; border-bottom: 1px solid #dedede; color: #7d7d7d; }
.m2box .m2btn span.on{ color: #fff; background: #e55725; }
.m2box .con{ float: left; display: none; width: 955px; height: 715px; }
.m2box .con .items{ position: relative; width: 100%; height: 100%; }
.m2box .con .items img{ position: relative; z-index: 1; width: 100%;height: 100%; }
.m2box .con .items .txt{ position: absolute; display: table; width: 33%; height: 100%; background: rgba(0,0,0,.7); top: 0; right: 0; z-index: 2; }
.m2box .con .items .txt .t{ color: #909191; text-align: center; display: table-cell; }
.m2box .con .items .txt p{ font-size: 24px; }
.m2box .con .items .txt .desc{ padding: 10px 30px; color: #373d3d; }

.M3Con{ padding: 60px 0; background: #7d7d7d; }
.m3box .m3btn span{ padding: 12px 0; float: left; width: 16.6666%; display: block; font-size: 36px; line-height: 1; background: #f7f7f7; border-right: 1px solid #ececec; }
.m3box .m3btn span em{ line-height: 1; font-size: 24px; color: #7d7d7d; }
.m3box .items{ background: #e55725; }
.m3box .items .txt{ float: right; width: 500px; height: 405px; display: table; }
.m3box .items .txt .t{ display: table-cell; width: 100%; height: 100%; color: #fff; padding: 0 15%; }
.m3box .items .txt .t p{ font-size: 36px; }
.m3box .con{ display: none; }

.M4Con .inner{ padding-top: 80px; height: 774px; background: url(../images/bg1.png) no-repeat 16% top; }
.M4Con .inner .box{ padding: 30px 0; }
.M4Con .inner .box .le{ padding-top: 30px; }
.M4Con .inner2{ padding-top: 50px; height: 683px; background: url(../images/m4bg2.jpg) no-repeat center top; }
.M4Con .inner2 .le,.M4Con .inner2 .ri{ width: 50%; text-align: center; }
.M4Con .inner3{ padding-top: 50px; }
.M4Con .inner3 .le{ width: 495px; }
.M4Con .inner3 .ri{ width: 775px; margin-right: -75px; }

.M6Con{ padding: 50px 0; }
.M6Con .m6more{ margin: auto; display: block; width: 200px; line-height: 50px; color: #fff; background: #7d7d7d; }
.M6Con .mSlider{ padding: 35px 0; }
.M6Con .mSlider .items{ padding: 8%; text-align: center; }
.M6Con .mSlider .items .pic{ display: inline-block; width: 200px; height: 200px; border-radius: 200px; }
.M6Con .mSlider .items .pic img{ width: 200px; height: 200px; border-radius: 200px; }
.M6Con .mSlider .items p{ font-size: 30px; line-height: 2; color: #000; }
.M6Con .mSlider .items .txt{ line-height: 2; color: #7d7d7d; }
.M6Con .mSlider .items .ico{ display: inline-block; padding: 12px 0; }

.M7Con{ background: #7d7d7d; padding: 50px 0; }
.M7Con ul{ padding: 30px 0; margin-left: -4px; margin-right: -4px; }
.M7Con ul li{ padding: 4px; float: left; width: 20%; text-align: center; }
.M7Con ul li .items{ padding: 30px 20px; background: #fff; }
.M7Con ul li .items img{ max-height: 57px; }
.M7Con ul li .items p{ font-size: 20px; line-height: 2.5; }
.M7Con ul li .items .txt{ font-size: 12px; height: 90px; overflow: hidden; line-height: 2; color: #7d7d7d; }

.M8Con{ padding: 50px 0; }
.M8Con ul{ padding: 38px 0; }
.M8Con ul li{ float: left; width: 16.666666%; color: #7d7d7d; text-align: center; font-size: 18px; }
.M8Con ul li p{ line-height: 2.5; }

.M9Con{ padding-top: 320px; padding-bottom: 60px; background: #f0f0f0 url(../images/m9bg.jpg) no-repeat center top; }
.m9box .m9btn{ float: right; width: 350px; }
.m9box .m9btn span{ cursor: pointer; margin-bottom: 13px; display: table; width: 100%; height: 118px; background: #fff; font-size: 18px;	color: #7d7d7d; }
.m9box .m9btn span p{ display: table-cell; width: 100%; height: 118px; }
.m9box .m9btn span p img{ margin-right: 10px; }
.m9box .con{ display: none; float:left; width: 845px; }
.m9box .con .items{ position: relative; text-align: right; }
.m9box .con .items .text{display: table; padding: 0 30px; position: absolute; width: 300px; height: 345px; background: #e55725; top: 88px; color: #fff; }
.m9box .con .items .text .t{ display: table-cell;width: 100%;height: 100%; }
.m9box .con .items .text p{ font-size: 20px; }
.m9box .con .items .text i{ margin: 20px 0; display: block; width: 26px;height: 3px;background: #fff; }

.M10Con{ padding: 60px 0; }
.M10Con .text{ float: right; width: 515px; padding-bottom: 50px; border-bottom: 1px solid #d3d3d3; }
.M10Con .text h3{ position: relative; padding: 30px 0; font-size: 36px; line-height: 2; }
.M10Con .text .items .t{ font-size: 18px; line-height: 2; }
.M10Con .text .items .desc{ padding: 20px 0; color: #7d7d7d; line-height: 2; }


/**
 * =====*=====*=====*=====*=====*FOOTER CSS*=====*=====*=====*=====*=====
 */
footer{ padding-top: 50px; background: #2f2f2f; color: #808080; }
footer a{ color: #808080; }
footer .MainCon{position: relative;}
footer .footerLink{ padding-top: 30px; line-height: 30px; }
footer .footerLink a{ line-height: 30px; }
footer .footerTel{ float: left; padding: 0 30px; color: #818181; }
footer .footerTel p{ font-size: 16px; line-height: 50px; }
footer .footerTel h2{ font-size: 24px; color: #c9d1d3; }
footer .footerTel a{ margin: 12px 0; display: block; width: 88px; height: 30px; line-height: 30px; text-align: center;
 border-radius: 5px; background: #cfcfcf; }
footer .footerCon{ margin: auto; width: 615px; height: 205px; border-left: 1px solid #5c5c5c; border-right: 1px solid #5c5c5c; }
footer .footerCon .fnav{ text-align: center; line-height: 38px; }
footer .footerCon .fnav a{ padding: 0 15px; }
footer .footerCon .txt{ padding: 20px 20px 0; }
footer .footerEwm{ position: absolute; right: 0; top: 0; height: 100%; text-align: center; }
footer .footerEwm p{ color: #fff; line-height: 38px; }
footer .footerEwm img{ width: 130px; /*height: 120px;*/ }
.copyright{ padding-top: 30px; text-align: center; color: #888; line-height: 50px; }
.copyright a{ color: #888; }
.copyright span{ padding: 0 10px; }

/**
 * =====*=====*=====*=====*=====*SUBMAIN CSS*=====*=====*=====*=====*=====
 */
.subBanner{ 
	width: 100%; 
	height: 500px; 
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%; 
}
.submain{ background: url(../images/bg1.png) no-repeat 16% top;}
.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: 25%; 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;
	}
}

/**关于我们页面**/
.page1{ background: url(../images/bg1.png) no-repeat 16% top;}
.ampt{ padding: 50px 0; }
.amjj{ letter-spacing: 55px; }
.AMtit{ text-align: center; }
.AMtit p{ font-size: 30px; }
.AMtit span{ display: block; font-weight: 100; font-size: 18px; line-height: 45px; text-transform: uppercase; font-family: Arial; color: #707070; }
.AMtit i{ display: block; margin: auto; width: 72px; height: 3px; background: #707070; }

.AMbox{ padding: 35px 0 20px; }
.AMbox p{ font-size: 24px; line-height: 2; }
.AMbox .desc{ line-height: 2; }
.AMul{ padding-top: 30px; 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{ }
.AM1 .AM1box{ padding: 40px 0; line-height: 2 !important; }

.AM2{ background: url(../images/am2bg.jpg) repeat-x left bottom; }
.AM2 .AMtit{  }
.AM2 .box{ background: #fff;}
.AM2 .box .txt{ float: left; width: 50%; }
.AM2 .box .txt .t{ padding-left: 20px;padding-top: 20px; line-height: 2.5; }
.AM2 .box .pic{ float: left; width: 50%; }

.AM4{ height: 600px; background: url(../images/am4.jpg) no-repeat center bottom }
.AM4 .AM4box{ padding-top: 280px; line-height: 2; color: #7d7d7d; }

.AM3{ }
.AM3 .AM3box{ padding: 30px 0; }
.AM3 ul li{ float: left; width: 33.333%; }


.AM5{  }
.AM5 .AM5box{ margin-top: 50px; }
.AM5 .AM5box img{ float: left; width: 760px; }
.AM5 .AM5box .text{ float: right; padding-top: 55px; padding-left: 30px; width: 430px; }
.AM5 .AM5box .text p{ font-size: 24px; line-height: 2; }
.AM5 .AM5box .text .desc{ padding: 15px 0; line-height: 2; }

.AM6 .amSlider{ padding-top: 40px; padding-bottom: 60px; }

.AM9{ padding: 50px 0; background: #f2f2f2; }
.AM9 ul{ margin-left: -5px; margin-right: -5px; }
.AM9 ul li{ float: left; padding: 0 5px; width: 33.333333%; text-align: center; }
.AM9 ul li img{ width: 100%; height: 240px; }
.AM9 ul li p{ line-height: 48px; }


/**关于我们页面  END**/