﻿*{
	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;
}
.head-box{
	width: 100%;
	height: 1rem;
	background-color: #f7f7f7;
	box-shadow: 0px 2px 6px 0px rgba(6, 0, 1, 0.1);
	z-index: 100;
	position: relative;
}
.head-logo{
	width: 3.16rem;
	height: 1rem;
	float: left;
	margin-left: .3rem;
}
.head-logo img{
	width: 100%;
	display: block;
}
.head-nva{
	float: right;
	width: .45rem;
	margin-top: .34rem;
	margin-right: .3rem;
	cursor: pointer;
}
.head-nva li{
	width: .45rem;
	height: .04rem;
	background-color: #333;
	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;
}
.head-nva li:nth-child(2){
	margin: .1rem 0;
}
.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.2rem);
	-webkit-transform: rotate(45deg) translateY(0.2rem);
	-moz-transform: rotate(45deg) translateY(0.2rem);
	-ms-transform: rotate(45deg) translateY(0.2rem);

}
.nva-active li:nth-child(3){
	transform: rotate(-45deg) translateY(-.2rem);
	-webkit-transform: rotate(-45deg) translateY(-.2rem);
	-moz-transform: rotate(-45deg) translateY(-.2rem);
	-ms-transform: rotate(-45deg) translateY(-.2rem);
}
.nva-active li,.head-nva:focus li,.head-nva:hover li{
	background-color: #cc0000;
}
.nva-box{
	position: absolute;
	left: 0;
	height: 100vh;
	width: 100%;
	overflow: hidden;
}
.nva-box span{
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	background: rgba(0,0,0,.4);
	display: none;
	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;
	cursor: pointer;
}
.nva-lsit{
	background-color: #eee;
	height: 100%;
	width: 4rem;
	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;
	transform: translateX(-4rem);
	-webkit-transform: translateX(-4rem);
	-moz-transform: translateX(-4rem);
	-ms-transform: translateX(-4rem);
	
}
.nva-lsit li a{
	font-size: .26rem;
	color: #333;
	display: block;
	line-height: .7rem;
	text-align: center;
	border-bottom: 1px solid #ccc;
	transition: .4s all ease-in-out;
	-webkit-transition: .4s all ease-in-out;
	-moz-transition: .4s all ease-in-out;
	-ms-transition: .4s all ease-in-out;
}
.nva-lsit li:hover a{
	background-color: #CC0000;
	color: #fff;
	border-color: #CC0000;
	
}
.nva-box-active .nva-lsit{
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
}
.nva-box-active span{
	display: block;
}
#container1 {
      width: 7.5rem;
      height: 3.8rem;
    }
#container2{
	width: 100%;
	margin-top: .3rem;
}
#container1 .swiper-slide img{
	display: block;
	width: 7.5rem;
    height: 3.8rem;
	}
#container2 .swiper-slide img{
	display: block;
	width: 3.15rem;
    height: 3.15rem;
	}
.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-bg{
	margin-top: .4rem;
	padding: .2rem 0;
}
.product-bg .product-list{
	border-bottom: 1px solid #ccc;
	margin-top: .1rem;
}
.product-title{
	width: 2.33rem;
	height: 2.94rem;
	background-color: #CC0000;
	padding: .35rem .2rem;
	position: relative;
	float: left;
}
.product-title h2{
	font-size: .3rem;
	color: #fff;
}
.product-title h3{
	font-size: .2rem;
	color: #ebebeb;
	font-family: "arial, helvetica, sans-serif";
	margin-top: .12rem;
}
.product-title p{
	font-size: .26rem;
	color: #fff;
	border: 1px solid #FFFFFF;
	text-align: center;
	line-height: .58rem;
	transition: .4s all ease-in-out;
	-webkit-transition: .4s all ease-in-out;
	-moz-transition: .4s all ease-in-out;
	-ms-transition: .4s all ease-in-out;
}
.product-title:hover p{
	background-color: #fff;
	color: #CC0000;
}
.product-title span{
	width: 1px;
	height: .66rem;
	background-color: #840410;
	display: block;
	margin: .4rem 0;
}
.product-title a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
}
.product-1{
	float: right;
	position: relative;
}
.product-1 img{
	width: 3.87rem;
	height: 3.64rem;
	display: block;
}
.product-1 p,.product-2 p{
	font-size: .26rem;
	color: #333;
	background: rgba(250,250,250,.83);
	position: absolute;
	width: 90%;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	text-align: center;
	line-height: .7rem;
	transition: .4s all ease-in-out;
	-webkit-transition: .4s all ease-in-out;
	-moz-transition: .4s all ease-in-out;
	-ms-transition: .4s all ease-in-out;
}
.product-1 a,.product-2 a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.product-2{
	width: 6.9rem;
	height: 2.91rem;
	position: relative;
	margin-top: .3rem;
	overflow: hidden;
}
.product-2 img{
	width: 6.9rem;
	display: block;
}
.product-1:hover p,.product-2:hover p{
	color: #CC0000;
}
.about-box{
	padding: .3rem;
	background-color: #f7f7f7;
	margin-top: .4rem;
	position: relative;
}
.about-title{
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	width: 7rem;
	padding-left: .2rem;
	padding-bottom: .1rem;
}
.about-title h2{
	color: #333;
	font-size: .3rem;
}
.about-title h3{
	font-size: .2rem;
	color: #ccc;
	font-family: "arial, helvetica, sans-serif";
	margin-top: .12rem;
}
.about{
	margin-top: .8rem;
}
.about h2{
	font-size: .26rem;
	color: #333;
	margin-left: .2rem;
	padding-bottom: .18rem;
	position: relative;
}
.about h2::after{
	content: "";
	position: absolute;
	width: .5rem;
	height: 1px;
	background-color: #CC0000;
	bottom: 0;
	left: 0;
}
.about p{
	font-size: .24rem;
	color: #666;
	line-height: .36rem;
	margin-left: .2rem;
	margin-top: .18rem;
}
.about a{
	font-size: .26rem;
	color: #999;
	display: block;
	margin-left: .2rem;
	border: 1px solid #999;
	width: 2.31rem;
	height: .58rem;
	text-align: center;
	line-height: .58rem;
	margin-top: .3rem;
	transition: .4s all ease-in-out;
	-webkit-transition: .4s all ease-in-out;
	-moz-transition: .4s all ease-in-out;
	-ms-transition: .4s all ease-in-out;
}
.about a:hover{
	background-color: #CC0000;
	border-color: #CC0000;
	color: #fff;
}
.case-box{
	margin-top: .4rem;
}
.title h2{
	color: #333;
	font-size: .3rem;
}
.title h3{
	font-size: .2rem;
	color: #ccc;
	font-family: "arial, helvetica, sans-serif";
	margin-top: .12rem;
}
.title{
	text-align: center;
}
.case-list p,.case p{
	font-size: .24rem;
	color: #333;
	background-color: #f5f5f5;
	text-align: center;
	line-height: .7rem;
	transition: .4s all ease-in-out;
	-webkit-transition: .4s all ease-in-out;
	-moz-transition: .4s all ease-in-out;
	-ms-transition: .4s all ease-in-out;
}
.case-list:hover p,.case li:hover p{
	color: #CC0000;
}
.news-box{
	margin-top: .4rem;
	padding-bottom: .4rem;
}
.news-box .title{
	padding-top: .2rem;
}
.news-box .title h2,.product-bg .title h2{
	color: #CC0000;
}
.news-box .title h3,.product-bg .title h3{
	color: #db2727;
}
.news-left b{
	font-size: .28rem;
	color: #ccc;
	font-weight: normal;
	display: block;
}
.news-left span{
	display: block;
	color: #666;
	font-size: .22rem;
	margin-top: .2rem;
}
.news-right h2{
	color: #333;
	font-size: .26rem;
	transition: .4s all ease-in-out;
	-webkit-transition: .4s all ease-in-out;
	-moz-transition: .4s all ease-in-out;
	-ms-transition: .4s all ease-in-out;
}
.news-right p{
	color: #666;
	font-size: .24rem;
	line-height: .36rem;
	margin-top: .15rem;
}
.news-list li{
	padding: 0 .3rem;
	transition: .4s all ease-in-out;
	-webkit-transition: .4s all ease-in-out;
	-moz-transition: .4s all ease-in-out;
	-ms-transition: .4s all ease-in-out;
	
}
.news-list li a{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
}
.news-left{
	padding: .2rem 0;
	text-align: right;
	padding-right: .23rem;
	position: relative;
}
.news-left::before{
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #ebebeb;
	top: 0;
	right: 0;
	transition: .4s all ease-in-out;
	-webkit-transition: .4s all ease-in-out;
	-moz-transition: .4s all ease-in-out;
	-ms-transition: .4s all ease-in-out;
}
.news-left::after{
	content: "";
	position: absolute;
	width: .02rem;
	height: .25rem;
	background-color: #333;
	right: 0;
	top: .2rem;
	transition: .4s all ease-in-out;
	-webkit-transition: .4s all ease-in-out;
	-moz-transition: .4s all ease-in-out;
	-ms-transition: .4s all ease-in-out;
}
.news-right{
	width: 5.46rem;
	padding: .2rem 0;
	margin-left: .25rem;
}
.news-list li:hover{
	background-color: #f7f7f7;
	box-shadow: 0px 2px 6px 0px rgba(6, 0, 1, 0.1);
}
.news-list li:hover .news-right h2{
	color: #CC0000;
}
.news-list li:hover .news-left::before{
	background-color: #CC0000;
}
.news-list li:hover .news-left::after{
	background-color: #990000;
}
.news-list{
	margin-top: .25rem;
}
.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;
	}
	
.swiper-pagination {
	display: block;
	overflow: hidden;
}
.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%;
}
.ny-title{
	padding: .3rem;
	border-bottom: 1px solid #ddd;
}
.ny-title li{
	float: left;
	width: 2.1rem;
	text-align: center;
	margin-right: .3rem;
	margin-top: .2rem;
}
.ny-title li:nth-child(3n){
	margin-right: 0;
}
.ny-title li:nth-child(1),.ny-title li:nth-child(2),.ny-title li:nth-child(3){
	margin-top: 0;
}
.ny-title li a{
	font-size: .26rem;
	color: #444;
	display: block;
	border: 1px solid #ccc;
	line-height: .6rem;
	transition: .4s all ease-in-out;
	-webkit-transition: .4s all ease-in-out;
	-moz-transition: .4s all ease-in-out;
	-ms-transition: .4s all ease-in-out;
}
.ny-title li:hover a,.ny-title .ny-title-active a{
	color: #fff;
	background-color: #CC0000;
	border-color: #CC0000;
}
.wb-box{
	padding: .3rem;
	margin-top: .1rem;
	overflow: hidden;
	padding-bottom: 1rem;
}
.wb-about{
	font-size: .26rem;
	line-height: .46rem;
	border-bottom: 1px dashed #ccc;
	padding-bottom: .4rem;
}
.wb-about img,.contact img{
	max-width: 6.9rem;
	margin: .1rem auto;
	display: block;
}
.product-list{
	margin-top: .3rem;
	padding-bottom: .4rem;
}
.product-list li{
	width: 50%;
	float: left;
}
.product-list li a{
	display: block;
	margin: .25rem;
	position: relative;
}
.product-list li img{
	display: block;
	width: 3.25rem;
	height: 3.25rem;
}
.product-list li p{
	font-size: .24rem;
	color: #333;
	position: absolute;
	width: 90%;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	line-height: .5rem;
	text-align: center;
	background: rgba(250,250,250,.83);
	transition: .4s all ease-in-out;
	-webkit-transition: .4s all ease-in-out;
	-moz-transition: .4s all ease-in-out;
	-ms-transition: .4s all ease-in-out;
}
.product-list li:hover p{
	color: #CC0000;
}
.page-box{
	position: relative;
	height: 44px;
	margin-top: 30px;
}
.page-box ul{
	margin: 0 auto;
    display: table;
	font-size: 15px;
}
.page-box ul li{
	float: left;
	margin: 5px;
	border: 1px solid #ccc;
	height:34px;
	line-height:24px;
	width: auto;
}
.page-box ul li.cur{
	border-color: #CC0000;
    background-color: #CC0000;
	color:#FFF;
}
.page-box ul li span{
    margin: 5px;
    padding: 12px 12px;
    height:34px;
    line-height:24px;
}
.page-box ul li span{line-height:38px; text-align:center; font-size:15px;}
.page-box ul li a{
	font-size: 15px;
	color: #666;
	padding: 6px 12px;
	display: block;
	margin: 0;
}
.wb-xq h1{
	font-size: .28rem;
	color: #333;
	text-align: center;
}
.wb-xq ul li{
	font-size: .2rem;
	color: #bbb;
	margin: .05rem;
}
.wb-xq ul{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: center;
	-ms-flex-pack: center;
	border-bottom: 1px dashed #CCCCCC;
	padding-top: .2rem;
	padding-bottom: .1rem;
	
}
.wb-xq{
	padding-bottom: .3rem;
}
.box-list{
	padding-bottom: .4rem;
}

.news{
	border-bottom: 1px dashed #ccc;
	padding-bottom: .3rem;
}
.case li{
	width: 50%;
	float: left;
}
.case li img{
	width: 3.15rem;
	height: 3.15rem;
	display: block;
}
.case li a{
	display: block;
	margin: .3rem;
}
.contact{
	font-size: .26rem;
	line-height: .46rem;
}
.message h2{
	font-size: .28rem;
	color: #CC0000;
	text-align: center;
	
}
.message{
	width: 5.5rem;
	margin: .3rem auto;
}
.message input{
	font-size: .24rem;
	color: #333333;
	width: 100%;
	padding: .1rem;
	margin-top: .2rem;
	outline: none;
	display: block;
	border: 1px solid #ccc;
}
.message textarea{
	font-size: .24rem;
	color: #333333;
	width: 100%;
	padding: .1rem;
	margin-top: .2rem;
	outline: none;
	height: 1.4rem;
	border: 1px solid #ccc;
}
.message input[type=submit]{
	border-color: #eee;
	background-color: #eee;
	color: #666;
	margin-left: .11rem;
	cursor: pointer;
	transition: .4s all ease-in-out;
	-webkit-transition: .4s all ease-in-out;
	-moz-transition: .4s all ease-in-out;
	-ms-transition: .4s all ease-in-out;
}
.message input[type=text]:focus,.message textarea:focus{
	border-color: #CC0000;
}
.message input[type=submit]:hover{
	color: #fff;
	background-color: #CC0000;
	border-color: #CC0000;
}
.message-box{
	margin-top: .3rem;
}

.wpage{ width:100%; margin-top:0.2rem; border-top:#E5E5E5 dotted 1px;}
.wpage div{width:100%; float:left;line-height:0.4rem; }
.wpage div a{font-size:0.2rem; float:left; text-align:center;color:#525151;}
