@charset "utf-8";
/* CSS Document */
html{font-size:100px;}
body {
	max-width:640px;
	min-width:320px;
	margin:0px auto;
	font-family:"Microsoft YaHei";
	font-size:0.2rem;
	color:#444;
}
img{vertical-align:top;}

a:link{color:#444; cursor:pointer; text-decoration:none;}
a:visited{color:#444; text-decoration:none;}
a:hover{color:#444; text-decoration:none;}
a:active{color:#444; text-decoration:none;}
.clear{clear:both;}
.fl {float: left;}
.fr {float: right;}

.trans {
	-webkit-transition:all ease .3s;
	-moz-transition:all ease .3s;
	transition:all ease .3s;
}

.inner {
	width:5.8rem;
	margin:0 auto;
}

.index-body {
	background-color: #f1f1f1;
}

/*header*/
.header-box {
	height: 0.66rem;
}

header {
	width:100%;
	max-width:640px;
	height:0.66rem;
	background-color: #f1f1f1;
	position:fixed;
	right:0;
	top:0;
	left:0;
	margin:0 auto;
	z-index:999;
	transition:all .5s ease;
	-webkit-transition:all .5s ease;
}

header .menu {
	float:right;
	width:0.45rem;
	height:0.32rem;
	margin-top:0.2rem;
	background:url(../images/menu.png) right center no-repeat;
	background-size:100%;
	cursor:pointer;
}

header .logo {
	float: left;
	display:block;
	width:5.4rem;
	height:0.4rem;
	margin-top: 0.17rem;
	margin-left: -0.16rem;
	background:url(../images/logo.jpg) left center no-repeat;
	background-size:100%;
}

/*banner*/
.banner {
	width:100%;
	height:4.18rem;
	overflow:hidden;
	position:relative;
}

/*product*/
.productBox {
	width: 6rem;
	margin: 0 auto;
	padding: 0.18rem 0 0.06rem;
}

.productBox .productList-hd {
	padding: 0.05rem 0 0.21rem;
	font-size: 0;
	text-align: center;
}

.productList-hd a {
	display: inline-block;
	width: 1rem;
	height: 0.3rem;
	font-size: 0.14rem;
	line-height: 0.3rem;
	color: #1d1d1d;
}

.productList-hd a.on {
	background: url(../images/product-hd-on.png) center top no-repeat;
	background-size: 100%;
	color: #b72b2c;
}

.productList-bd {
	overflow: hidden;
}

.productList-bd ul {
	float: left;
}

.productList-bd ul li {
	float: left;
	width: 2.8rem;
	margin: 0 0.09rem;
}

.productList-bd ul li img {
	max-height: 2rem;
}

.productList-bd ul li p {
	line-height: 0.5rem;
	text-align: center;
	color: #1d1d1d;
}
/*productDe*/
.productDe_title h1{
    text-align:center;
	font-size:0.36rem;
	font-family:"微软雅黑";
	margin-top:0.15rem;
	margin-bottom:0.2rem;
}
.productDe_title p{
text-align:center;
font-size:0.24rem;
font-family:"微软雅黑";
color:#555353;
padding-top:0.12rem;
margin-bottom:0.2rem;
}
.inner .text img{width:100%;}
/*about*/
.aboutBox {
	height: 2.4rem;
	background: url(../images/about-back.jpg) center top no-repeat;
	background-size: 100%;
}

.aboutBox .text {
	padding: 0.38rem 0.49rem 0 0.64rem;
	font-size: 0.16rem;
	line-height: 0.28rem;
}

.aboutBox .text a {
	color: #b72b2c;
}

/*cases*/
.casesBox {
	padding: 0.17rem 0 0.27rem;
}

.casesList {
	overflow: hidden;
}

.casesList li {
	float: left;
	width: 2.8rem;
	padding: 0.2rem 0 0 0.1rem;
}

.casesList li img {
	max-height: 2rem;
}

/*footer*/
.footerBox {
	height: 0.98rem;
}

footer {
	width:100%;
	max-width:640px;
	height: 0.98rem;
	background: url(../images/footer-back.jpg);
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	margin:0 auto;
	z-index:999;
	transition:all .5s ease;
	-webkit-transition:all .5s ease;
}

footer a {
	float: left;
	display: block;
	width: 33.3333%;
	height: 0.98rem;
	background-position: center center;
	background-repeat: no-repeat;
}

footer a.fhome {
	background-image: url(../images/fhome.png);
	background-size: 0.9rem 0.28rem;
}

footer a.fqq {
	background-image: url(../images/fqq.png);
	background-size: 0.92rem 0.31rem;
}

footer a.ftel {
	background-image: url(../images/ftel.png);
	background-size: 0.78rem 0.29rem;
}

/*inpage*/
.inpage-header-box {
	height: 1rem;
}

.inpage-header {
	height: 1rem;
	background-color: #fff;
}

.inpage-header .inpage-header-l {
	float: left;
	margin-left: -0.12rem;
}

.inpage-header-l img {
	float: left;
	margin-top: 0.21rem;
	width: 1.5rem;
	height: 0.61rem;
}

.inpage-header-l .sx {
	float: left;
	width: 1px;
	height: 0.3rem;
	margin: 0.36rem 0.15rem 0;
	background-color: #956233;
}

.inpage-header-l .hotline {
	float: left;
	padding-top: 0.28rem;
}

.hotline span {
	padding-left: 0.19rem;
	background: url(../images/icon-tel.jpg) left center no-repeat;
	background-size: 0.14rem;
	font-size: 0.16rem;
	color: #956233;
}

.hotline p {
	padding-top: 0.08rem;
	font: 0.22rem/1 Arial, Helvetica," sans-serif";
	color: #956233;
}

.inpage-header .menu {
	margin-top: 0.35rem;
}

.inbanner {
	height:3.6rem;
	background-size:cover !important;
}

.inpage-nav-wrap {
	min-height: 0.6rem;
	height: 0.6rem;
	background: url(../images/inpage-nav-back.jpg) left top repeat-x;
	background-size: 1px 0.6rem;
}

.inpage-nav {
	width: 5.65rem;
	margin: 0 auto;
	padding-left: 0.15rem;
}

.inpage-nav .more {
	float: right;
	position: relative;
}

.more > span {
	display: block;
	height: 0.6rem;
	padding-left: 0.47rem;
	background: url(../images/inpage-nav-more.png) left center no-repeat;
	background-size: 0.36rem 0.08rem;
	font-size: 0.2rem;
	line-height: 0.6rem;
	color: #fff;
	cursor: pointer;
}

.more ul {
	position: absolute;
	top: 0.6rem;
	right: -2rem;
	opacity: 0;
	width: 2rem;
	padding: 0.07rem 0 0.13rem;
	background-color: #413d3a;
}

.more ul.on {
	right: -0.3rem;
	opacity: 1;
}

.more ul li {
	padding-top: 0.03rem;
}

.more ul li a {
	display: block;
	width: 100%;
	height: 0.3rem;
	margin: 0.08rem 0;
	font-size: 0.18rem;
	line-height: 0.3rem;
	text-indent: 0.21rem;
	text-align: left;
	color: #fff;
}

.more ul li.on a {
	background-color: #a76627;
}

.more ul li .hx {
	width: 1.6rem;
	height: 1px;
	margin: 0 auto;
	background-color: #898989;
}

.more ul li.on .hx {
	background-color: #413d3a;
}

.inpage-nav > a {
	display: inline-block;
	height: 0.6rem;
	margin-left: 0.03rem;
	padding: 0 0.42rem;
	font-size: 0.24rem;
	line-height: 0.6rem;
	text-align: center;
	color: #fff;
}

.inpage-nav a.on {
	background: url(../images/inpage-nav-on.jpg) left top repeat-x;
	background-size: 1px 0.6rem;
}

.incontent {
	padding:0 0 0.5rem;
}

/*contact*/
.incon-contact .contact-box {
	padding-top: 0.35rem;
	font-size: 0.18rem;
	line-height: 2em;
	color: #000;
}

.incon-contact .map {
	width: 5.64rem;
	height: 1.7rem;
	margin-top: 0.48rem;
	padding: 0.06rem;
	border: 0.02rem solid #8c756b;
}

.map > div {
	border: none !important;
}

/*newsDe*/
.inpage-nav h1 {
	padding: 0.18rem 0 0.14rem;
	font-size: 0.24rem;
	line-height: 0.28rem;
	text-align: center;
	color: #fff;
}

.page-detail {
	padding: 0.26rem 0 0.08rem;
	font-size: 0;
	text-align: center;
}

.page-detail span {
	display: inline-block;
	padding: 0 0.15rem;
	font-size: 14px;
	line-height: 20px;
	color: #666;
}

.incon-newsDe .text , .incon-newsDe ul.fp {
	font-size: 14px;
	line-height: 30px;
}

.share {
	overflow: hidden;
	padding: 0.18rem 0 0.4rem;
}

/*cases*/
.incon-cases .casesList {
	padding-top: 0.12rem;
}

/*product*/
.incon-product .productList {
	padding-top: 0.32rem;
	overflow: hidden;
}

.productList li {
	float: left;
	width: 2.8rem;
	margin-left: 0.2rem;
}

.productList li p {
	height: 0.52rem;
	font-size: 14px;
	line-height: 0.52rem;
	text-align: center;
	color: #1d1d1d;
}

/*news*/
.incon-news .newsList {
	padding-top: 0.23rem;
}

.newsList li {
	padding: 0.14rem 0;
	overflow: hidden;
	background: url(../images/news-dashed.jpg) left bottom repeat-x;
	background-size: 0.06rem 1px;
}

.newsList li img {
	float: left;
	width: 1.43rem;
	height: 0.9rem;
}

.newsList li .li-r {
	padding-left: 1.56rem;
}

.newsList li .li-r h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	white-space: nowrap;
	color: #a80001;
}

.newsList li .li-r .detail {
	padding: 0.08rem 0 0.03rem;
	font-size: 14px;
	color: #666;
}

.newsList li .li-r p.txt {
	font-size: 14px;
	line-height: 26px;
}

/*about*/
.videoBox-wrap {
	margin-top: 0.24rem;
	position: relative;
}

.videoBox {
	width: 5.4rem;
	height: 3.37rem;
	padding-left: 0.4rem;
}

.videoBox-wrap .icon {
	position: absolute;
	left: 0;
	top: 0.23rem;
	width: 0.54rem;
	height: 2.9rem;
}

.incon-about .text {
	padding-top: 0.26rem;
	font-size: 15px;
	line-height: 32px;
}
.incon-about .text ul{ overflow:hidden;}
.incon-about .text ul li{ width:2.8rem; float:left; overflow:hidden; margin-bottom:0.25rem;}
.incon-about .text li img{ width:100%; height:2rem;}

/*message*/
.formBox {
	padding-top: 0.18rem;
}

.formBox ul li {
	padding-top: 0.08rem;
	overflow: hidden;
}

.formBox ul li.submit {
	padding-top: 0.16rem;
}

.formBox ul li img {
	float: left;
}

.formBox ul li input , .formBox ul li textarea , .formBox ul li .li-m {
	float: left;
	display: block;
	width: calc(5.8rem - 20px);
	padding: 0;
	outline: none;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	font-family: "Microsoft YaHei";
	font-size: 14px;
}

.formBox ul li input[type="text"] , .formBox ul li .li-m {
	height: 45px;
	background: url(../images/inputBack-m.jpg) left top repeat-x;
}

.formBox ul li input[type="button"] {
	height: 44px;
	background: url(../images/submitBack-m.jpg) left top repeat-x;
	color: #fff;
}

.formBox ul li textarea {
	height: 154px;
	padding-top: 12px;
	background: url(../images/textareaBack-m.jpg) left top repeat-x;
	resize: none;
	line-height: 20px;
}

.formBox ul li .li-m {
	font-size: 0;
	text-align: center;
}

.formBox ul li .li-m span {
	display: inline-block;
	margin: 0 3%;
	font-size: 0.16rem;
	line-height: 45px;
	cursor: pointer;
}

.formBox ul li .li-m span:first-child {
	margin-left: 0;
}

.formBox ul li .li-m span:last-child {
	margin-right: 0;
}

.formBox ul li .li-m span i {
	float: left;
	display: block;
	width: 0.08rem;
	height: 0.08rem;
	margin-top: 20px;
	margin-right: 0.09rem;
	border-radius: 50%;
	background-color: #9b8f8f;
}

.formBox ul li .li-m span.on i {
	background-color: #b72b2c;
}

.formBox ul li.style textarea {
	height: 105px;
	background-image: url(../images/textareaBack-m2.jpg);
}

/*nav*/
#nav-over{position:fixed;left:0;top:0;z-index:9999;display:none;width:100%;height:100%; background-color:rgba(0,0,0,0.4)}
.warmp{position:relative;right:0;z-index:1;-webkit-transition:all .5s ease;transition:all .5s ease;}
.nav{position:fixed;top:0;right:-3rem;z-index:9999;width:3rem;height:100%;background:#425e6b;-webkit-transition:all .5s ease;transition:all .5s ease;}
/*.openMenu{left:auto;right:3rem;-webkit-transition:all .5s ease;transition:all .5s ease;}*/
.openNav{right:0;-webkit-transition:all .5s ease;transition:all .5s ease;}
.nav h3{padding:0.3rem 0 0 0.25rem;font-size:2em;font-weight:normal;color:#fff;line-height:50px;}
.nav h3 a{color:#fff;}
.scrollerBox{position:relative;overflow:scroll;overflow-x:hidden;overflow-y:scroll;-ms-touch-action: none;-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-text-size-adjust: none;-moz-text-size-adjust: none;-ms-text-size-adjust: none;-o-text-size-adjust: none;text-size-adjust: none;}
.scroller{position: absolute; overflow:hidden; width:100%; padding:0 0 100px 0;cursor:move;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-transform: translateZ(0);-moz-transform: translateZ(0);-ms-transform: translateZ(0);-o-transform: translateZ(0);transform: translateZ(0);}
.nav ul li a{display:block;height:0.6rem;overflow:hidden;padding:0 0 0 0.24rem;line-height:0.6rem;color:#dcdcdc;font-size:1.5em;border-bottom:1px solid white;}
.openMenu{right:3rem;-webkit-transition:all .5s ease;transition:all .5s ease;}

/*scrollUp*/
#scrollUp{width:0.8rem; height:0.82rem; right:3%; bottom:1.2rem; background:url(../images/top.png); background-size:100%;}

.anchor {
	width:100%;
	height:0;
	position:relative;
	top:-1rem;
}

.fy {
	padding-top:0.4rem;
	font-size:0;
	text-align:center;
	white-space:nowrap;
}

.fy a, .fy span {
	display:inline-block;
	padding:0 0.1rem;
	margin:0 0.2rem;
	border:1px solid #009b4c;
	font-size:0.2rem;
	line-height:1.5em;
}

.service-mobile{
    overflow:hidden;
}

