.nav_bg {
	width: 100%;
	background-color: #078545;
	position: fixed;
	left:0;top:0;
	z-index:1000;
}

.nav_bg h1 {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	width: 90%;
	height: 1.1rem;
	overflow: hidden;
	float: left;
}
.nav_bg h1 img{height:.64rem;margin-top:.23rem;}
.nav {
	position: fixed;
	width:4rem;
	right: -100%;
	top: 1.1rem;
	bottom:1.1rem;
	z-index: 99999;
	background-color: rgba(0, 0, 0, 0.6);
	padding-bottom: .2rem;
	overflow-y: scroll;
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
}
.nav.show{right:0;}
.navBtn {
	width: 10%;
	float: right;
	padding-top: .3rem;
}
.navBtn img{height:.5rem;}
.navBtn img.img2{display: none;}
.navBtn.show .img1{display: none;}
.navBtn.show .img2{display: block;}
.nav li>a {
	font-size: .3rem;
	padding: .24rem;
	display: block;
	color: #FFFFFF;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.nav li .sub{display: none;}
.nav li .sub li a{text-indent: .3rem;border-bottom: 0;font-size:.28rem;padding:.2rem;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

/* 头部导航完 */
.banner_bg {
	position: relative;
	width: 100%;
	margin-top:1.1rem;
}
.focus .swiper-slide img{width:100%;}
.focus .swiper-pagination-bullet{width:.12rem;height:.12rem;background: #fff;opacity: 1;margin:0 .1rem!important;}
.focus .swiper-pagination-bullet-active{background:#f57100;}
/* banner完 */
.nav_1 {
	margin: 20px auto;
}

.nav_1_img {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}

.nav_1_img img {
	display: block;
	margin: 0 auto;
	padding: 8px 0;
	width: 60%;
}

.nav_1>li {
	float: left;
	width: 25%;margin-bottom: .2rem;
}

.nav_1>li>a {
	display: block;
}

.nav_1>li>a h1 {
	text-align: center;
	font-size: 13px;
	line-height: 24px;
	color: #454545;
	height: 24px;
	overflow: hidden;
}

.nav_1_img1 {
	background-color: #33b3ed;
}

.nav_1_img2 {
	background-color: #778cc4;
}

.nav_1_img3 {
	background-color: #69a1d5;
}

.nav_1_img4 {
	background-color: #5bc189;
}

.nav_1_img5 {
	background-color: #a179b4;
}

.nav_1_img6 {
	background-color: #f08767;
}

.nav_1_img7 {
	background-color: #f5ad33;
}

.nav_1_img8 {
	background-color: #fe638b;
}

/* 导航1完 */
.title {
	width: 100%;
	padding: 10px 0;
	margin-top: 20px;
}

.titleBox {
	width: 30%;
	background-color: #FFFFFF;
	color: #333;
	text-align: center;
	margin: -20px auto 0;
}

.titleBox h1 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5em;
}

.titleBox h2 {
	font-size: 12px;
	text-transform: uppercase;
}

.title_border {
	height: 1px;
	width: 100%;
	background-color: #d7d8d8;
}
.product{
	margin-top: 20px;
}
.product>ul>li {
	width: 50%;
	float: left;
}

.productBox {
	margin: 0 10px;
	overflow: hidden;
	display: block;
}

.productImg {
	width: 100%;
	overflow: hidden;
}

.productImg img {
	max-width: 100%;
	height:2.52rem;
	display: block;
	margin:0 auto;
}

.productBox h3 {
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	height: 40px;
	overflow: hidden;
	color: #333333;
}

.more>a {
	display: block;
	font-size: 14px;
	color: #7a7a7a;
	width: 30%;
	margin: 10px auto;
	padding: 6px 0;
	border: 1px solid #a8a8a8;
	border-radius: 8px;
	text-align: center;
}

.about_box {
	background: url(/Temp/M/img/photo18.jpg);
	background-size: 100%;
    width: 100%;
    padding: 10px 0;
    margin: .5rem auto .3rem;
}

.about {
	margin: 10px auto;
	text-align: center;
	color: #fff;
	padding: 10px 0;
}

.about h5 {
	font-size: .4rem;
	font-weight: bold;
	padding-top: 6px;
}

.about p {
	font-size: .24rem;
}

.about p>b {
	font-size: .3rem;
	font-weight: bold;
	padding-top: 8px;
	margin-left: 4px;
}

.aboutInner>p {
	margin: 0 10px;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	display:box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
}

.aboutInner {
	padding:.1rem .2rem;
	margin-bottom: .3rem;
	margin-top:.1rem;
	font-size:.26rem;line-height:.44rem;color:#333;
	
}

.about_bg {
	padding-bottom: 20px;
}

.newsBox {
	margin: 0 10px;
	padding-bottom: 20px;
}

.newsBox li>a>h6 {
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	color: #333;
	font-weight: bold;
}

.newsBox li>a>p {
	font-size: 12px;
	color: #6f6f6f;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}

.newsBox li {
	padding: 10px 0;
	border-bottom: 1px solid #dadada;
}

.news {
	padding-bottom:.4rem;
	margin-bottom: .1rem;
}

.foot {
	width: 100%;
    text-align: center;
    padding-bottom: 1.4rem;
    border-top: 1px solid #dadada;
    padding-top: .2rem;
    margin-top: .2rem;
    background: #f5f5f5;
}

.foot p {
	font-size: 12px;
	color: #6f6f6f;
	margin-top: 4px;
	margin-left: 10px;
	margin-right: 20px;
}

.foot p>span {
	margin-left: 10px;
}
.foot p a{color:#6f6f6f;}
.footNav {
	position: fixed;
	bottom: 0;
	background-color: #078545;
	width: 100%;
}

.footNavBox li {
	float: left;
	width: 25%;
	padding: .05rem 0;
}

.footNavBox>li>a {
	width: 100%;
	display: block;
}

.footNavImg {
	width: .6rem;
	height: .6rem;
	margin: 0 auto;
	overflow: hidden;
}

.footNavImg img {
	width: 100%;
}

.footNavBox>li>a>h7 {
	text-align: center;
	color: #FFFFFF;
	display: block;
	line-height:.4rem;
	font-size: .24rem;
}

.category>a {
	font-size: 15px;
	font-weight: bold;
	color: #545454;
	line-height: 50px;
	padding: 0 10px;
}

.category {
	white-space: nowrap;
	overflow-y: auto;
	border-bottom: 1px solid #dadada;
	margin-bottom: .3rem;
	margin-top:1.2rem;
}

.category::-webkit-scrollbar {
	display: none;
}
.category>a.cur{color:#078545;}
.page {
	width: 100%;
	margin-top: 20px;
}

.page p {
	text-align: center;
}

.page>p>a {
	padding: 4px 6px;
}

.aboutUs {
	margin: 0 10px;
}

.aboutUs>p {
	width: 100%;
	line-height: 30px;
}

.aboutUs>img {
	width: 100%;
	display: block;
}
.productdetails{
	margin: 0 10px;
}
.productdetailsBox img{
	max-width: 100%;
}
.productdetailsBox h1{
	font-size: .38rem;
	text-align: center;
	margin-bottom:.2rem;
}
.newsTime{
	text-align: center;
	padding-bottom: .3rem;
	border-bottom: 1px dashed #ddd;
	margin-bottom: .3rem;
	font-size:.24rem;
	color:#666;
}
.productdetailsBox{margin-bottom:.3rem;}
.productdetails>p{font-size:.26rem;line-height:.44rem;}
.productdetails>p a{color:#333;}
.casedetails{margin-top:1.4rem;}
.page_title{margin-top:1.5rem;margin-bottom: .3rem;}
.productdetailsBox p,.productdetailsBox p span{font-size:.26rem;line-height:.42rem;color:#333;}