@charset "utf-8";
blockquote,body,button,dd,dl,dt,fieldset,h1,h2,h3,h4,h5,h6,hr,input,lengend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}
h1{font-size:18px}
h2{font-size:1pc}
h3{font-size:14px}
h4,h5,h6{font-size:100%}
address,cite,dfn,em,var{font-style:normal}
code,kbd,pre,samp,tt{font-family:Courier New,Courier,monospace}
small{font-size:9pt}
ol,ul{list-style:none}
a{text-decoration:none}
a:hover{text-decoration:none}
abbr[title],acronym[title]{border-bottom:1px dotted;cursor:help}
q:after,q:before{content:''}
legend{color:#000}
fieldset,img{border:none}
button,input,select,textarea{font-size:100%}
table{border-collapse:collapse;border-spacing:0}
hr{height:1px;border:none}
html{font-size:62.5%; /* 10รท16=62.5% */}
body,button,input,select,textarea{font-size:14px;font-size:1.4em ; /* 12รท10=1.2 */font-family: '微软雅黑';}
@media only screen and (min-width:321px) {html {font-size:62.5%!important}}
@media only screen and (min-width:361px) {html {font-size:70.31%!important}}
@media only screen and (min-width:376px) {html {font-size:73.24%!important}}
@media only screen and (min-width:481px) {html {font-size:94%!important}}
@media only screen and (min-width:561px) {html {font-size:109%!important}}
@media only screen and (min-width:641px) {html {font-size:125%!important}}
.fl{float:left;}
.fr{float:right;}
ul,li{list-style:none;}
.container{width: 641px; margin: 0 auto;}
.container-s{width: 94%; margin: 0 auto;}
.cl{clear: both;}
.c{*zoom:1;}
.c:after{content: ' '; display: block; height: 0; clear: both;}
.txt-c{text-align: center;}
.txt-r{text-align: right;}

/*公共头部*/
.head{ width: 100%; position: fixed; top: 0px; z-index: 222; background: #fff;box-shadow: 1px 1px 3px rgba(0,0,0,0.1);}
.head .logo{width: 46%;margin: 1.1rem 0;}
.menu{width: 10%;margin-top: 1.4rem; position: relative;}

.menu-list{position: absolute; width: 500%;right: 0;margin-top: 1rem;z-index: 100;}
.menu-list li a{display: block;font-size: 1.25rem; line-height:350%; color: #fff;text-align: center; font-family: "Microsoft YaHei"; cursor: pointer;}

.head-zw{height:5.6rem;}

.i-menu{ margin:0.2rem 0;}
.i-menu-list li{ float: left;  display: block; width:24%; margin:0.5%;}
.i-menu-list li a{ font-size: 1.2rem; color: #fff; display: block;padding: 0.6rem; border-radius: 5%; background: #e58503;}


/*banner*/
.banner{display: none;}
.banner,.swiper-container{height: 190px;}

/*标准手机端*/
.wap-title{background: #f5f5f5; padding: 1rem 0; margin-bottom: 2rem}
.wap-title strong{display: block; font-size: 1.6rem; color: #333; border-left: 2px solid #e58503; padding-left: 1rem; margin-left: 1rem; font-weight: bold;}
.wap-list ul li{margin-bottom: 2rem;}
.wap-list ul li img{display: block; width: 100%}
.wap-list ul li em{display: block; background: #f5f5f5; font-size: 1.4rem; line-height: 4rem; color: #333; text-align: center;}








.zw{height: 54px;}

/*底部*/
.foot{background: #333;margin-top: 2.5rem;padding: 1.25rem 0 1.5rem;}
.foot p{font-size: 1.4rem;line-height: 200%;color: #b2b2b2;}
.foot p a{color: #b2b2b2;}
.footer{position: fixed; bottom: 0; width: 100%; height: 54px; line-height: 54px; background: #e58503;}


.footer .foot-nav-2{background: #000}
.footer .foot-nav-bg{display: inline-block; width: 40%;  height: 54px; line-height: 54px; text-align: center;}
.footer .foot-nav-bg1{background: url(../images/nav-bg1.png) no-repeat center center; background-size:50%;}
.footer .foot-nav-bg2{background: url(../images/nav-bg2.png) no-repeat center center; background-size:50%;}
.footer .foot-nav-bg3{background: url(../images/nav-bg3.png) no-repeat center center; background-size:50%;}
.footer a{display: inline-block; width:60%; font-size: 1.5rem; line-height: 54px; color: #fff;}


/*微信弹窗*/
#wxnr {
	width: 100%;
	height: 100%;
	max-width: 640px;
	min-width: 320px;
	position: fixed;
	top: 0;
	z-index: 1000;
	display: none;
	background: rgba(0,0,0,.6);
}
#wxnr .nrdf {
	margin: auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 22rem;
	    height: 22rem;
    padding: 4rem 0 3rem;
	margin-top: -11rem;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 2px 6px #777;
	-webkit-box-shadow: 0px 2px 6px #777;
	-moz-box-shadow: 0px 2px 6px #777;
	border-radius: 10px;
}
#wxnr img {
	display: block;
	margin: 0 auto 0.8rem;
}
#wxnr p {
	display: block;
	font-size: 1.4rem;
	text-align: center;
	color: #666;
	
}
#wxnr i {
	display: block;
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 1.5rem;
	height: 1.5rem;
	font-size: 1rem;
	line-height: 1.5rem;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	background: #333;
	border-radius: 1rem;
	cursor: pointer;
}
#wxnr #btn {
	display: inline-block;
	padding:  0.1rem 0.2rem;
	
	background-color: #f19903;
	color: #fff;
	border-radius: 0.2rem;
	cursor: pointer;
}





/*内页子栏目*/
.ny-main{ margin-bottom: 2rem;}
.ny-main p{text-align: justify;}
.ny-main .case-list p{text-align: center}

.ctitle1{overflow: hidden;width: 103%;margin: 2rem 0 1.5rem;}
.ctitle1 li{float: left;width: 47%;margin-right: 3%;margin-bottom: 2%;}
.ctitle1 li a{display: block;  font-size: 1.3rem;line-height: 240%;color: #333;background: #f2f2f2;text-align: center;}
.ctitle1 li.on a{background: #e58503;color: #fff;}
.ctitle1 li:hover a{background: #e58503;color: #fff;}




/*内页主内容区*/
.ny-title{border-bottom: solid 1px #e2e2e2;margin-bottom: 1.25rem;}
.ny-title h2{display: inline-block; font-size: 1.875rem;font-weight: bold; line-height: 180%;color: #000;}
.ny-title em{display: inline-block;font-size: 1.125rem;line-height: 100%;color: #c8c8c8; text-transform: capitalize;}

.ny-name em{display:block; font-size: 1.875rem; line-height: 180%;color: #000; text-align: center; margin-bottom: 0.5rem;}


.ny-class{overflow: hidden;margin: 2rem 0 1rem;}
.ny-class ul{width: 104%; }
.ny-class  li{float: left; width: 32%; margin-right: 0.5%;position: relative; margin-bottom: 0.5%;}
.ny-class  li .pic img{display: block; width: 100%; height: auto;}
.ny-class  li .info{position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.5); bottom:0;  z-index: 2; }
.ny-class  li .info h3{display: block; font-size: 1.2rem; color: #fff; text-align: center;  margin: 26% auto;}


.ny-class2  li{width: 47%;margin-right: 3%;}

.shipin{width:700px;height: 500px;}


@media screen and (max-width:640px){
	.shipin{width: 100%;height: 240px;}
}