﻿/* eyoucms.com 易优CMS -- 好用,免费,安全 */
*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	font-family: "微软雅黑";
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
.clear{
	clear: both;
}
img{
	border: 0;
	font-size: .24rem;
}
body{
	width: 7.5rem;
	margin: 0 auto;
	padding-bottom: 1.16rem;
}
.box{
	position: relative;
	overflow: hidden;
}
.head-box{
	width: 7.5rem;
	background-color: #f4f4f4;
	height: 1rem;
	box-shadow: 0px 2px 4px 0px rgba(6, 0, 1, 0.22);
	overflow: hidden;
	position: relative;
}
.head-logo{
	width: 3.25rem;
	height: 1rem;
	margin-left: .25rem;
	float: left;
}
.head-logo img{
	width: 100%;
	display: block;
}
.btn-nva{
	width: .48rem;
	float: right;
	margin-right: .25rem;
	margin-top: .2rem;
	cursor: pointer;
}
.btn-nva li{
	width: 100%;
	height: .04rem;
	border-radius: .04rem;
	-webkit-border-radius: .04rem;
	-moz-border-radius: .04rem;
	background-color: #333;
	margin: .12rem 0;
	transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
}
.btn-nva li:nth-child(2){
	margin: 0;
}
.btn-nva:hover li,.btn-nva:focus li,.nva-active li{
	background-color: #FA4C07;
}
.nva-active li:nth-child(2){
	opacity: 0;
}
.nva-active li{
	margin-left: .15rem;
}
.nva-active li:nth-child(1){
	transform: rotate(45deg) translateY(0.23rem);
	-webkit-transform: rotate(45deg) translateY(0.23rem);
	-moz-transform: rotate(45deg) translateY(0.23rem);
	-ms-transform: rotate(45deg) translateY(0.23rem);
	-o-transform: rotate(45deg) translateY(0.23rem);
}
.nva-active li:nth-child(3){
	transform: rotate(-45deg) translateY(-.22rem);
	-webkit-transform: rotate(-45deg) translateY(-.22rem);
	-moz-transform: rotate(-45deg) translateY(-.22rem);
	-ms-transform: rotate(-45deg) translateY(-.22rem);
	-o-transform: rotate(-45deg) translateY(-.22rem);
}
.nva-box{
	background: rgb(255,97,0);
	width: 4.5rem;
	position: absolute;
	top: 0;
	right: -4.5rem;
	z-index: 100;
	transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
}
.box .nva{
	right: 0;
}
.nva-box ul li {
	border-bottom: 1px solid #fbb387;
	margin-top: .1rem;
}
.nva-box ul li a{
	font-size: .28rem;
	color: #fff;
	display: block;
	padding: .15rem;
	text-align: center;
}
#container1 {
      width: 7.5rem;
      height: 4rem;
    }
#container2{
	width: 100%rem;
	margin-top: .2rem;
}
#container1 .swiper-slide img{
	display: block;
	width: 7.5rem;
    height: 4rem;
	}
#container2 .swiper-slide img{
	display: block;
	width: 3.75rem;
    height: 3.75rem;
	}
.swiper-slide {
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
.product-box{
	background-color: #f7f7f7;
	padding: .32rem 0 .52rem;
}
.title-box{
	position: relative;
	height: .68rem;
}
.title{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	padding: 0 .12rem;
}
.title h2::before,.title h2::after{
	content: "";
	position: absolute;
	width: .64rem;
	height: 1px;
	background-color: #ccc;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.title h2::before{
	left: -.76rem;
}
.title h2::after{
	right: -.76rem;
}
.title h2{
	font-size: .3rem;
	position: relative;
	text-align: center;
}
.title p{
	font-size: .2rem;
	font-family: arial;
	margin-top: .05rem;
	text-align: center;
}
.product-box .title h2{
	color: #333;
}
.product-box .title p{
	color: #999;
}
.product-list li{
	width: 50%;
	float: left;
	margin-top: .2rem;
}
.product-list li a{
	display: block;
	margin: 0 .25rem;
	position: relative;
}
.product-list li p{
	font-size: .28rem;
	background-color: #ff6100;
	color: #fff;
	position: absolute;
	width: 100%;
	text-align: center;
	line-height: .66rem;
	bottom: 0;
	left: 0;
}
.product-list li a img{
	display: block;
	width: 3.25rem;
	height: 3.25rem;
}
.design-box{
	position: relative;
	background: rgba(0,0,0,.8);
	padding: .32rem 0;
}
.design-box::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../img/wap-bg.jpg) no-repeat;
	background-size: 100%;
	background-attachment: fixed;
	z-index: -1;
}
.design-box .title h2{
	color: #FF6100;
}
.design-box .title h2::after,.design-box .title h2::before{
	background-color: #ffcc99;
}
.design-box .title p{
	color: #d3af99;
}
.design-list li{
	width: 50%;
	float: left;
	margin-top: .2rem;
}
.design-list li a{
	display: block;
	margin: 0 .25rem;
	background-color: #f4f4f4;
	border-radius: .04rem;
	-webkit-border-radius: .04rem;
	-moz-border-radius: .04rem;
	-ms-border-radius: .04rem;
	overflow: hidden;
	padding-bottom: .24rem;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
}
.design-list h3{
	position: relative;
	height: .49rem;
	margin-top: .24rem;
	margin-left: .12rem;
	
}
.design-list b{
	font-size: .26rem;
	color: #333;
	top: 0;
	position: absolute;
	font-weight: normal;
	display: block;
	padding-bottom: .14rem;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}
.design-list b::before{
	content: "";
	position: absolute;
	width: .34rem;
	height: 1px;
	background-color: #999;
	bottom: 0;
	left: 0;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}
.design-list p{
	font-size: .24rem;
	color: #666;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin-top: .12rem;
	margin-left: .12rem;
	margin-right: .12rem;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
}
.design-list p em{
	margin-left: .2rem;
	font-style: normal;
}
.design-img{
	width: 3.25rem;
	height: 2.75rem;
}
.design-img img{
	width: 100%;
	display: block;
}
.design-list li a:hover{
	background-color: #FF6100;
}
.design-list li a:hover b,.design-list li a:hover p{
	color: #fff;
}
.design-list li a:hover b::before{
	background-color: #fff;
	width: 100%;
}
.gd{
	margin-top: .4rem;
	position: relative;
	height: .48rem;
}
.gd a{
	font-size: .24rem;
	color: #999;
	display: block;
	border: 1px solid #ccc;
	line-height: .46rem;
	border-radius: .04rem;
	-webkit-border-radius: .04rem;
	-moz-border-radius: .04rem;
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	padding: 0 .22rem;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}
.gd a:hover{
	background-color: #FF6100;
	border-color: #FF6100;
	color: #fff;
}
.case-box{
	margin-top: .32rem;
}
.case-box .title h2{
	color: #fa4c07;
}
.case-box .title h2::after,.case-box .title h2::before{
	background-color: #c97643;
}
.case-box .title p{
	color: #fe753f;
}
/*.case-list{
	position: relative;
	overflow: hidden;
}*/
/*.case-list p{
	font-size: .26rem;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: .65rem;
	background-color: #fa4c07;
	text-align: center;
	color: #fff;
	transform: translateY(.65rem);
	-webkit-transform: translateY(.65rem);
	-moz-transform: translateY(.65rem);
	-ms-transform: translateY(.65rem);
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}
.case-list:hover p{
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
}*/
.case-list p{
	font-size: .26rem;
	color: #333;
	text-align: center;
	padding: .2rem 0;
	background-color: #f5f5f5;
}

.news-box{
	margin-top: .4rem;
}
.news-box .title h2{
	color: #333;
}
.news-box .title p{
	color: #999;
}
.news-box .title h2::after,.news-box .title h2::before{
	background-color: #ccc;
}
.news-list li{
	padding: 0 .25rem .12rem;
	border-bottom: 1px dashed #ccc;
	margin-top: .2rem;
}
.news-img{
	width: 1.81rem;
	height: 1.49rem;
	float: left;
}
.news-img img{
	width: 100%;
	display: block;
}
.news-wb{
	float: left;
	width: 4.99rem;
	margin-left: .2rem;
}
.news-wb h3{
	font-size: .26rem;
	color: #333;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}
.news-wb span{
	font-size: .22rem;
	color: #999;
	display: block;
}
.news-wb p{
	font-size: .24rem;
	color: #666;
	line-height: .36rem;
}
.news-list li:hover h3{
	color: #FF6100;
}
.bq{
	padding: .32rem 0;
}
.bq p{
	font-size: .22rem;
	color: #e5e4e4;
	text-align: center;
}
.bq p a{
	color: #e5e4e4;
}
.dib{
	width: 7.5rem;
	background-color: #f5f5f5;
	position: fixed;
	bottom: 0;
	display: block;
	z-index: 100;
	border-top: 1px solid #ccc;
	}
.dib li{
	width: 25%;
	float: left;
	}
.dib li p{
	font-size: 0.26rem;
	color: #666;
	text-align: center;
	margin-top: .05rem;
	}
.dib li img{
	width: 0.5rem;
	height: 0.5rem;
	margin: 0 auto;
	display: block;
	}
.dib li a{
	padding: 0.13rem 0;
	display: block;
	}
	
.fh{
	width: .5rem;
	height: .1rem;
	float: left;
	margin-left: .25rem;
	cursor: pointer;
}
.fh img{
	width: 100%;
	display: block;
}
.head-title h2{
	font-size: .28rem;
	color: #333;
}
.head-title{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-flex-item-align: center;
	height: 100%;
}
.bt-list{
	position: relative;
}
.bt-list h2{
	font-size: .26rem;
	color: #fff;
	background-color: #333;
	padding: .1rem .25rem;
	cursor: pointer;
}
.bt{
	position: relative;
}
.bt span{
	display: block;
	position: absolute;
	width: .55rem;
	height: .55rem;
	top: 0;
	right: 0;
	background: url(../img/jt.png) no-repeat 50%;
	background-size: .32rem;
	margin-right: .25rem;
	cursor: pointer;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}
.bt-list .bt-active span{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}
.bt-list ul li {
	margin-top: .1rem;
}
.bt-list ul li a{
	font-size: .26rem;
	color: #666;
	display: block;
	padding-bottom: .1rem;
	border-bottom: 1px solid #ddd;
	padding-left: .1rem;
}
.bt-list ul li:last-child a{
	border: none;
}
.bt-list ul{
	box-shadow: 0px 2px 4px 0px rgba(6, 0, 1, 0.22);
	padding: .1rem .25rem;
}
.nr-box{
	margin: .32rem 0 0;
}
.about,.ny-box,.contact-box{
	padding: 0 .25rem;
	font-size: .24rem;
	color: #333;
	line-height: .4rem;
}
.about img,.ny-box img,.contact-box img{
	max-width: 100%;
	display: block;
	margin: .1rem auto;
}
.page-box dl{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	margin-top: .32rem;
	margin-bottom: .32rem;
	justify-content: center;
	-ms-flex-pack: center;
	
}
.page-box dl a{
	font-size: .24rem;
	display: block;
	border: 1px solid #ccc;
	color: #666;
	padding: .1rem;
	border-radius: .04rem;
	margin-right: .15rem;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}
.page-box dl dd a{
	padding: .1rem .2rem;
}
.page-box .page a,.page-box dl a:hover{
	color: #fff;
	background-color: #FF6100;
	border: 1px solid #FF6100;
}

.page-fen dl{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	margin-top: .32rem;
	margin-bottom: .32rem;
	justify-content: center;
	-ms-flex-pack: center;
	
}
.page-fen dl a{
	font-size: .24rem;
	display: block;
	border: 1px solid #ccc;
	color: #666;
	width: 3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	padding: .1rem;
	border-radius: 1.04rem;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}
.page-fen dl dd a{
	padding: .1rem .2rem;
}
.page-fen .page a,.page-fen dl a:hover{
	color: #fff;
	background-color: #FF6100;
	border: 1px solid #FF6100;
}
.ny-box h1{
	font-size: .28rem;
	color: #FF6100;
	text-align: center;
}
.ny-sj{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: center;
	-ms-flex-pack: center;
	border-bottom: 1px dashed #ccc;
	padding-bottom: .1rem;
	margin-bottom: .2rem;
	margin-top: .1rem;
}
.ny-sj em{
	font-size: .22rem;
	color: #999;
	font-style: normal;
	margin: .05rem .08rem;
}
.news li{
	margin-top: .32rem;
}
.contact-box{
	padding-bottom: 1rem;
}
