*{margin:0px;padding:0px;}body{background:#ffffff;margin:0px;padding:0px;text-decoration:none;font-variant:normal;font-family:'Microsoft YaHei';}a:link,a:visited,a:hover,a:active{text-decoration:none;}a{text-decoration:none;}li{list-style-type:none;}ul,ol{list-style-type:none;list-style-image:none;}input[type="button"],input[type="submit"],input[type="text"]{-webkit-appearance:none;}textarea{-webkit-appearance:none;}select{-webkit-appearance:none;}html{font-size:12px;}@media screen and (max-width:1199px){html{font-size:100px;}body{max-width:750px;margin:0 auto;}}@media (max-width:767px){html{font-size:13.333333333333vw;}body{max-width:initial;}}



.main{
	width: 1200px;
	margin: 0 auto;
}

 
.head {
	width: 100%;
	height:190px;
	overflow: hidden;
	background: url(../images/bg01.jpg) no-repeat center;
	background-size: cover;
}

.head .main{
	width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 190px;
}
.head  .name img{
	 display: block;
}
.head img{
	display: block;
}
.head .btn{
	display: none;
}
.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.banner  .swiper-wrapper  img{
	display: block;
	width: 100%;
}
 

.mbanner{
	display: none;
}

.title{
	height: auto;
	overflow: hidden;
	position: relative;
}
.title h4{
	color: #2e2e2e;
	font-size: 50px;
	text-align: center;
	position: relative;
	margin-top: 15px;
	z-index: 1;
}
.title b{
	color: #b00202;
}

.title p{
	color: #2e2e2e;
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
}

.title span{
	font-size: 50px;
	color: #DFE0E2;
	font-weight: bold;
	font-family: 'Arial';
	text-transform: uppercase;
	text-align: center;
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
}
.item{
	width: 100%;
	height: 565px;
	overflow: hidden;
	padding-top: 70px;
	box-sizing: border-box;
	background: url(../images/bg02.jpg) no-repeat center;
	background-size: cover;
}

.item ul{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
 
	margin-top: 40px;
}
.item ul li{
	width: 180px;
	height: 240px;
	transition: .5s;
	background: #fff;
	box-shadow:0 0 4px 2px #00000017;
	border-radius: 10px;
}
.item ul li div{
	width: 116px;
	height:116px;
	display: flex;
	border-radius: 50%;
	background: #EEEEEE;
	justify-content: center;
	margin: 0 auto;
	margin-top: 40px;
	align-items: center;
}
.item ul li div img{
	display: block;
	margin: 0 auto;
}
.item ul li p{
	color: #333333;
	font-size: 22px;
	text-align: center;
	margin-top: 20px;
}


.product{
	width: 100%;
	height: 1424px;
	overflow: hidden;
	padding-top: 60px;
	box-sizing: border-box;
	background:url(../images/bg03.jpg) no-repeat center;
	background-size: cover;
	padding-bottom: 60px;
}

.product .title h4{
	color: #fff;
}
.product .title  b{
	color: #b00202;
}
.product .title p{
	color: #fff;
}
.product .title  span{
	color: #fff;
	opacity: .3;
}
.product .list{
	float: left;
	width: 250px;
	height:1100px;
	overflow: hidden;
	background: #444444;
	margin-top: 40px;
}
.product .list .tit{
	background: #B00202;
	height: 102px;
	overflow: hidden;
	padding-top: 20px;
	box-sizing: border-box;
}
.product .list .tit h4{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.product .list .tit p{
	color: #fff;
	font-size: 14px;
	margin-top: 5px;
	text-align: center;
}
.product .list .bd{
	width: 220px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	padding:  20px 0;
}

.product .list .bd h4{
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	margin-bottom: 10px;
	background:#191919 url(../images/icon01.png) no-repeat 10px center;
}
.product .list .bd .on{
	background: #B00202 url(../images/icon02.png) no-repeat 10px center;
}
.product .list .bd h4 a{
	color: #fff;
	font-size: 18px;
	margin-left: 40px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: normal;
}
.product .list .bd ul{
	width: 185px;
	height: auto;
	margin-left: 40px;
	margin-bottom: 10px;
	overflow: hidden;
}
.product .list .bd ul li{
	line-height: 35px;
}
.product .list .bd ul li a{
	color: #fff;
	font-size: 16px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.product .list .bd ul li:hover a{
	color: #FF3232;
}
.product .pic{
	width: 920px;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
	float: right;
	padding-bottom: 30px;
}
.product .pic ul li{
	float: left;
	width: 296px;
	height: auto;
	margin-left: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	background: #444444;
}
.product .pic ul li:nth-child(3n-2){
	margin-left: 0;
}
.product .pic ul li img{
	display: block;
	width: 100%;
	height: 296px;
}

.product .pic ul li p{
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.more{
	display: block;
	width: 318px;
	height: 73px;
	background: #B00303;
	text-align: center;
	line-height: 73px;
	color: #fff;
	font-size: 18px;
	margin: 0 auto;
	margin-top: 40px;
}
.product .more{
	display: none;
}


.pro-list{
	width: 100%;
	height: auto;
	overflow: hidden;
}


.pro-list .list{
	float: left;
	width: 250px;
	height:1470px;
	overflow: hidden;
	background: #444444;
	margin-top: 40px;
}
.pro-list .list .tit{
	background: #B00202;
	height: 102px;
	overflow: hidden;
	padding-top: 20px;
	box-sizing: border-box;
}
.pro-list .list .tit h4{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.pro-list .list .tit p{
	color: #fff;
	font-size: 14px;
	margin-top: 5px;
	text-align: center;
}
.pro-list .list .bd{
	width: 220px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	padding:  20px 0;
}

.pro-list .list .bd h4{
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	margin-bottom: 10px;
	background:#191919 url(../images/icon01.png) no-repeat 10px center;
}
.pro-list .list .bd .on{
	background: #B00202 url(../images/icon02.png) no-repeat 10px center;
}
.pro-list .list .bd h4 a{
	color: #fff;
	font-size: 18px;
	margin-left: 40px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: normal;
}
.pro-list .list .bd ul{
	width: 185px;
	height: auto;
	margin-left: 40px;
	margin-bottom: 10px;
	overflow: hidden;
	display: none;
}
.pro-list .list .bd ul:nth-child(2){
	display: block;
}
.pro-list .list .bd ul li{
	line-height: 35px;
}
.pro-list .list .bd ul li a{
	color: #fff;
	font-size: 16px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.pro-list .list .bd ul li:hover a{
	color: #FF3232;
}
.pro-list .pic{
	width: 920px;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
	float: right;
	padding-bottom: 30px;
}
.pro-list .pic ul li{
	float: left;
	width: 296px;
	height: auto;
	margin-left: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	background: #444444;
}
.pro-list .pic ul li:nth-child(3n-2){
	margin-left: 0;
}
.pro-list .pic ul li img{
	display: block;
	width: 100%;
	height: 296px;
}

.pro-list .pic ul li p{
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.tab {
	height: auto;
	overflow: hidden;
	display: table;
	max-width: 1180px;
	margin: 0 auto;
	margin-top: 30px;
}
.tab ul li{
	float: left;
	width: 220px;
	height: 52px;
	background: #666666;
	text-align: center;
	margin-left: 20px;
	line-height: 52px;
	border-radius: 8px;
	margin-bottom: 10px;
}
.tab ul li:nth-child(5n-4){
	margin-left: 0;
}
.tab ul li a{
	display: block;
	color: #fff;
	font-size: 18px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-sub{
	width: 100%;
	height: 868px;
	padding-top: 90px;
	box-sizing: border-box;
	overflow: hidden;
	background: url(../images/bg04.jpg) no-repeat center;
	background-size: cover;
}

.product-sub  .box{
	width: 800%;
}
.product-sub .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.product-sub  .pic{
	float: left;
}

.product-sub .pic ul li{
	float: left;
	width: 282px;
	margin-left: 25px;
	background: #E8E8E8;

}

.product-sub .pic ul li img{
	display: block;
	width: 282px;
	height: 282px;
}
.product-sub .pic ul li p{
	width: 100%;
	text-align: center;
	line-height: 66px;
	color: #191919;
	font-size: 18px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	
}

.product-sub2{
	background: url(../images/bg05.jpg) no-repeat center;
	background-size: cover;
}

.product-sub2 .title h4{
	color: #fff;
}
.product-sub2 .title  b{
	color: #b00202;
}
.product-sub2 .title p{
	color: #fff;
}
.product-sub2 .title  span{
	color: #fff;
	opacity: .3;
}

.product-sub2 .pic ul li{
	background: #444445;
}

.product-sub2 .pic ul li p{
	color: #fff;
}
.about{
	width: 100%;
	height: 769px;
	position: relative;
	box-sizing: border-box;
	padding: 70px 0;
	background: url(../images/bg07.jpg) no-repeat center;
}
.about .title h4{
	color: #fff;
}
.about .title  b{
	color: #b00202;
}
.about .title p{
	color: #fff;
}
.about .title  span{
	color: #fff;
	opacity: .3;
}

.about .bd{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	padding: 15px;
	margin-top: 40px;
	box-sizing: border-box;
}
.about .bd  .pic{
	float: left;
}
.about .bd  .pic img{
	display: block;
	width: 585px;
	height: 415px;
}
.about .bd .intro{
	float: right;
	width: 510px;
	height: auto;
	overflow: hidden;
	margin-right: 40px;
	margin-top: 30px;
}
.about .bd .intro .info{
	height: 256px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp:8;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.about .bd .intro p{
	width: 100%;
	text-align: justify;
	color: #555555;
	font-size: 16px;
	line-height: 32px;
	text-indent: 2em;
}
.about .bd .intro a{
	display: block;
	width: 200px;
	height: 60px;
	border: 1px solid #B00202;
	box-sizing: border-box;
	line-height: 60px;
	text-align: center;
	color: #b00202;
	font-size: 16px;
	margin-top: 45px;
}
 
.cases{
	width: 100%;
	height:1240px;
	box-sizing: border-box;
	overflow: hidden;
	background: url(../images/bg06.jpg) no-repeat center;
	background-size: cover;
 	padding: 70px 0;
}
.cases ul {
	height: auto;
	overflow: hidden;
	margin-top: 35px;
}
.cases ul li{
	float: left;
	background: #E8E8E8;
	height: auto;
	overflow: hidden;
	margin-left: 30px;
	margin-bottom: 30px;
}
.cases ul li:nth-child(3n-2){
	margin-left: 0;
}
.cases ul li img{
	display: block;
	width: 380px;
	height: 380px;
}
.cases ul li p{
	width: 100%;
	height: 66px;
	line-height: 66px;
	text-align: center;
	color: #191919;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}

.cases .more{
	display: none;
}


.factory{
	width: 100%;
	height:1057px;
	box-sizing: border-box;
	overflow: hidden;
	background: url(../images/bg06.jpg) no-repeat center;
	background-size: cover;
 	padding: 70px 0;
}
.factory ul {
	height: auto;
	overflow: hidden;
	margin-top: 35px;
}
.factory ul li{
	float: left;
	background: #E8E8E8;
	height: auto;
	overflow: hidden;
	margin-left: 30px;
	margin-bottom: 30px;
}
.factory ul li:nth-child(3n-2){
	margin-left: 0;
}
.factory ul li img{
	display: block;
	width: 380px;
	height: 285px;
}
.factory ul li p{
	width: 100%;
	height: 66px;
	line-height: 66px;
	text-align: center;
	color: #191919;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.factory .more{
	display: none;
}


.adv{
	width: 100%;
	height: 924px;
	overflow: hidden;
	padding:  90px 0;
	box-sizing: border-box;
	background: url(../images/bg08.jpg) no-repeat center;
}


.adv .title h4{
	color: #fff;
}
.adv .title  b{
	color: #b00202;
}
.adv .title p{
	color: #fff;
}
.adv .title  span{
	color: #fff;
	opacity: .3;
}

.adv .swiper-wrapper{
	display: block;
	margin-top: 40px;
}

.adv  .intro .tit b{
	color: #e50202;
	font-size: 36px;
}
.adv  .intro .tit  p{
	color: #999999;
	font-size: 14px;
	margin-top: 5px;
	text-transform: uppercase;
}
.adv .swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
}
.adv .swiper-slide:nth-child(even){
	flex-direction: row-reverse;
}
.adv  .intro{
	width: 470px;
	margin-left: 70px;
	margin-right: 60px;
}
.adv  .intro  .info{
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	margin-top: 20px;
}
.adv .pic img{
	display: block;
	width: 600px;
	height: 300px;
}

.news{
	width: 100%;
	height:734px;
	box-sizing: border-box;
	overflow: hidden;
	background: url(../images/bg09.jpg) no-repeat center;
	background-size: cover;
 	padding: 70px 0;
}
.news ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.news ul li{
	width: 588px;
	float: left;
	padding: 15px;
	box-sizing: border-box;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
	background: #EEEEEE;
}
.news ul li:nth-child(2n){
	float: right;
}
.news ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news ul li .time{
	width: 96px;
	height: 96px;
	background: #191919;
}
.news ul li .time b{
	color: #fff;
	font-size: 32px;
	text-align: center;
	display: block;
	margin-top: 15px;
}
.news ul li .time p{
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.news ul li .info{
	width: 430px;
	height: auto;
	overflow: hidden;
}
.news ul li .info h4{
	color: #1a1a1a;
	font-size: 18px;
	width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: normal;
    overflow: hidden;
}
.news ul li .info  p{
	color: #666666;
	font-size: 15px;
	line-height: 28px;
	height: 56px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 5px;
}

.news .more{
	display: none;
}

.lc{
	width: 100%;
	height: 479px;
	background: url(../images/bg11.jpg) no-repeat center;
	padding: 70px 0;
	box-sizing: border-box;
}

.lc .title h4{
	color: #fff;
}
.lc .title  b{
	color: #b00202;
}
.lc .title p{
	color: #fff;
}
.lc .title  span{
	color: #fff;
	opacity: .3;
}

.lc  ul{
	display: flex;
	margin-top: 40px;
	position: relative;
	width: 100%;
	justify-content: space-between;
}
.lc  ul:after{
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	top: 58px;
	border-bottom: 1px dashed #999999;
}
.lc  ul li{
	position: relative;
	z-index: 1;
}
.lc  ul li:after{
	content: "";
	width: 16px;
	height: 16px;
	background: url(../images/icon03.png)  no-repeat center;
	position: absolute;
	right: -28px;
	z-index: 1;
	top:51px;

}
.lc  ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.lc  ul li div{
	width: 116px;
	background: #fff;
	height: 116px;
	border-radius: 50%;
	border: 10px solid #F0B4B4;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.lc  ul li p{
	width: 100%;
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin-top: 15px;
}


.links{
	width: 100%;
	height: auto;
	overflow: hidden;
 	border-top: 1px solid #D6D6D6;
 	border-bottom: 1px solid #D6D6D6;
 	padding: 30px 0;
 	box-sizing: border-box;
}
.links .tit{
	width: 146px;
	height: 30px;
	float: left;
	background: url(../images/links.png) no-repeat center;
}

.links .tit p{
	color: #b00202;
	font-size: 18px;
	margin-left: 30px;
	line-height: 30px;
}

.links .main{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.links ul{
	float: left;
	width: 100%；
	height: auto;
	height:  30px;
	margin-left: 10px;
	overflow: hidden;
}
.links ul li{
	float: left;
	padding: 0 10px;
	line-height: 30px;
	overflow: hidden;
}
.links ul li a{
	color: #5d5d5d;
	font-size: 14px;
	display: block;
}
 
.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 70px;
	box-sizing: border-box;
	background: url(../images/bg12.jpg) no-repeat center;
	background-size: cover;
}
.footer .main{
	height: auto;
	overflow: hidden;
}
.footer .intro{
	float: left;
	width: 1020px;
	height: auto;
	overflow: hidden;
	padding-bottom: 50px;
}

.footer  a{ color:#fff;

}
.footer .info{
	float: left;
	color: #eee;
	font-size: 14px;
	line-height: 30px;
	margin-top: 40px;
	margin-right: 50px;
	max-width: 460px;
}

.footer .name{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.footer .ewm{
	float: right;
}
.footer .ewm img{
	display: block;
	width: 170px;
	height: 170px;
}
.footer .ewm p{
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
}
.footer  .cr{
	width: 100%;
	height: 66px;
	line-height: 66px;
	background: #000000;
	text-align: center;
}
.footer .cr p{
	color: #fff;
	line-height: 66px;
}
.gotop{
	display: none;
}
.float-right{
	width:auto;
	height: auto;
	overflow: hidden;
	position: fixed;
	bottom: 100px;
	right: 0;
	width: 180px;
}
.float-right ul li{
	width: 180px;
	margin-top: 5px;
	height:auto;
	overflow: hidden;
	margin-left: 130px;
	position: relative;
	transition: .5s;
 
}
 
.float-right ul li span{
	display: block;
	width: 50px;
	height: 50px;
	float: left;
}
.float-right ul li:nth-child(2):hover{
	margin-left: 0;
}
.float-right ul li:nth-child(3):hover{
	margin-left: 0;
}
.float-right ul li:nth-child(4):hover{
	margin-left: 0;
}
.float-right ul li:nth-child(4):hover img{
	height: 120px;
}
.float-right ul li p{
	float: left;
	font-size: 16px;
	color:#fff;
	width: 130px;
	text-align: center;
 	height: 50PX;
   	line-height: 50px;
	font-weight: bold;
	background: #454545;
 
}
.float-right ul li a{
	display: block;
	line-height: 50px;
	text-align: center;
	background: #454545;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
}
.float-right ul li:nth-child(1) span{
	background:#454545 url(../images/float01.png)no-repeat  center;
}
.float-right ul li:nth-child(2) span{
	background:#454545 url(../images/float02.png)no-repeat   center;
}
.float-right ul li:nth-child(3) span{
	background:#454545 url(../images/float03.png)no-repeat   center;
}
.float-right ul li:nth-child(4) span{
	background:#454545 url(../images/float04.png)no-repeat   center;
}
.float-right ul li:nth-child(5) span{
	background:#454545 url(../images/float05.png)no-repeat   center;
}
.float-right ul li div{
	width:130px;
	float: left;
	background: #454545;
	height: auto;
	overflow: hidden;
}
.float-right ul li img{
	display: block;
	width: 120px;
	height:50px;
	transition: .3s;
	float: right;
	margin: 5px;
}




.float{
	display: none;
}


.page{
	display: table;
	margin: 40px auto;
	max-width: 1200px;
}

.page ul li{
	float: left;
	padding: 0 10px;
	height: auto;
	overflow: hidden;
	line-height: 30px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin: 0 3px;
}

.page ul li a{
	color:#333;
}

.page .thisclass{
	background: #B00202;
	color:#fff;
	font-size: 12px;
}
.page .thisclass a{
	color: #fff;
}
.img-list{
	height: auto;
	overflow: hidden;
	width: 100%;
	padding-top: 20px;
}
 
.img-list .pic{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
 
}

.img-list .pic ul li{
	float: left;
	width: 24%;
	margin-left: 1.3%;
 
	margin-bottom: 20px;
}
.img-list .pic ul li:nth-child(4n-3){
	margin-left: 0;
}
.img-list .pic ul li img{
	display: block;
	width: 100%;
}
.img-list .pic ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.crumbs{
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: #eee;
}

.crumbs p{
	font-size: 18px;
	float: left;
}
.crumbs  a{
	color:#333;
	font-size: 14px;
	padding-right: 15px;
	position: relative;
}
.crumbs a:after{
	content: ">";
	position: absolute;
	right:2px;
	font-family: '宋体';
}
.crumbs a:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}


.fy{
	width: 1200px;
	margin: 40px auto;
	height: auto;
	line-height: 40px;
	overflow: hidden;

	border-bottom: 1px solid #ccc;
}
.fy p{
	color:#333;
	font-size: 14px;
	float: left;
	max-width:400px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	padding: 0 20px;
	box-sizing: border-box;
}
.fy a{
	color:#333;
}
.return{
	float: right;
	font-size: 14px;
}

.news-list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.news-list ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	 
}
.news-list ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 50px;
	border-bottom: 1px solid #eee;
	position: relative;
}

.news-list ul li a{
	color: #686767;
	font-size: 16px;
	display:block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	float: left;
	width: 440px;
	margin-left: 15px;
}

.news-list ul li span{
	float: right;
	color: #686767;
	font-size:14px;
}
.news-list ul li:after{
	content: ">";
	position: absolute;
	left: 0;
	top: 0;
	color: #686767;
	font-size: 16px;
	font-family: '宋体';
}

.about-intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 40px;
}
.about-intro .intro{
	color: #333;
	font-size: 16px;
	line-height: 30px;
}
.about-intro .intro p{
	text-indent: 2em;
}
.about-intro .intro img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.map{
	width: 100%;
	height: 400px;
	overflow: hidden;
	margin-top: 20px;
}
 

.detailed{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 40px;
}
.detailed .tit{
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
.detailed .tit h4{
	color:#333;
	font-size: 24px;
	text-align: center;
}

.detailed .tit  p{
	display: block;
	font-size: 14px;
	color:#666;
	margin-top: 15px;
	text-align: center;
}
.detailed .tit  span{
 	margin: 0 5px;
}


.detailed  .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	color:#333;
	font-size: 16px;
	line-height: 30px;
	min-height:150px;
}
.detailed .info p{
	text-indent: 2em;
}
.detailed  .info img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}


 
@media (min-width: 1200px){
 
  
    .img-box{
    	overflow: hidden;
    	height: auto;
    }
    .img-box img{
    	transition: .5s;
    }
    .img-box:hover img{
    	transform: scale(1.05);
    }

    .nav{
    	width: 100%;
    	height:70px; 
    	background:#191919;
    	display: block;
    	position: relative;
    	z-index: 100 !important;
    }
    .nav ul{
    	width: 1200px;
    	margin: 0 auto;
    	display: flex;
    	justify-content: space-between;
    	align-items: center;
    	height: 70px;
     
    }
    .nav ul li{
    	float: left;
    	width: 100%;
    	position: relative;
    	line-height:70px; 
    	text-align: center;
    }
    .nav ul li:first-child{
    	border-left: 1px solid #fff;
    	box-sizing: border-box;
    }
    .nav ul li:after{
    	content: "";
    	width: 1px;
    	height: 100%;
    	position: absolute;
    	right: 0;
    	top: 0;
    	background: #fff;
    }
    .nav ul li a{
    	color: #ffffff;
    	display: block;
    	font-size: 18px;
    }

    .nav ul ul{
    	position: absolute;
    	left: 50%;
    	top: 70px;
    	height: auto;
    	display: none;
    	overflow: hidden;
    	width: 150px;
    	transform: translateX(-50%);
    }
    .nav ul ul li{
    	width: 100%;
    	height: 50px;
    	margin-bottom: 1px;
    	line-height: 50px;
    	border: none !important;
    }
    .nav ul ul li:after{
    	width: 0;
    	height: 0;
    	overflow: hidden;
    }
    .nav ul ul li a{
    	font-size: 14px;
    	display: block;
    	white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding: 0 5px;
        box-sizing: border-box;
    }
    .nav ul li:hover{
    	background:#B00202;
    }
    .nav ul li:hover ul li{
    	background: rgba(25,25,25,.8);
    }
    .nav ul li ul li:hover a{
    	color: #ccc;
    }
    .nav ul li:hover ul{
    	display: block;
    }

 
 	.product .pic ul li:hover p{
 		background: #B00202;
 		color: #fff;
 	}
 	.pro-list .pic ul li:hover p{
 		background: #B00202;
 		color: #fff;
 	}
 	
 	.item ul li:hover{
 		box-shadow: 0 0 15px 5px #00000017;
 	}

 	.tab ul li:hover{
 		background: #B00202;
 	}
    .product-sub .pic ul li:hover{
    	background: #B00202;
    }
    .product-sub .pic ul li:hover p{
    	color: #fff;
    }

    .cases  ul li:hover{
    	background: #B00202;
    }
    .cases  ul li:hover p{
    	color: #fff;
    }

    .about .bd .intro a:hover{
    	background: #B00303;
    	color: #fff;
    }

    .factory  ul li:hover{
    	background: #B00202;
    }
    .factory  ul li:hover p{
    	color: #fff;
    }
    .news ul li:hover .time{
    	background: #B00202;
    }
    .news ul li:hover .info h4{
    	color: #B00202;
    }

}

 
 
 

@media (max-width: 1200px){
	.main{
		width:7.1rem;
		margin: 0 auto;
	}
	.head .main{
		width: 7.1rem;
	}
	.head{
		height: auto;
	}
	.head .name{
		width:6rem;
		height: .8rem;
		 
	}
	.head .main{
		height: 1.3rem;
	 
	}
	.head img{
		display: block;
		width: 100%;
	}
	.head  .tel{
		display: none;
	}
	.head  .btn{
		display: block;
		width: .7rem;
		height: .7rem;
		overflow: hidden;
		background:url(../images/btn.png) no-repeat center;
		background-size: 100%  auto;
	}
 	
	.banner .swiper-wrapper img{
		display: none;
	}
	.banner .swiper-wrapper img:last-child{
		display: block;
	}

	.banner .swiper-pagination span{
		width: .2rem;
		height: .2rem;
		outline: none;
	}
	.banner .swiper-pagination{
		bottom: .2rem;
	}
	.nav{
 		width: 100%;
 		height: 100%;
 		overflow: hidden;
 		position: fixed;
 		left: 0;
 		top: 1.3rem;
 		display: none;
 		overflow-y: auto;
 		opacity: 0;
 		visibility: hidden;
 		background: rgba(0,0,0,.5);
 		z-index: 10001;

 	}
 	.nav ul{
 		top: 0;
 		width: 70%;
 		float: right;
 		right: -100%;
 		position: relative;
 		height:  100%;
 		overflow-y:auto;
 		background: #333333;
 	 
 	}
 	.nav .on{
  		padding-bottom: 1.5rem;
 	}
 
  	.nav ul li{
  		width: 100%;
  		padding: 0 .15rem;
  		box-sizing: border-box;
  		height: auto;
  		overflow: hidden;
  		border-bottom: .02rem  solid #eee;
  		line-height: .8rem;
  		border-top: .02rem solid #444;
  		position: relative;
  		border-bottom: .02rem solid #111;
  	}
  	.nav ul li a{
  		color: #fff;
  		font-size: .3rem;
  		display: block;
  	}
  	.nav ul ul{
  		width: 96%;
  		padding-bottom: 0;
  		display: none;
  		float: initial;
  		right: initial;
  	}
  	.nav ul .sonOpen{
  		display: block;
  	}
  	.nav ul li i{
  		display: block;
  		position: absolute;
  		right: 0;
  		width: .8rem;
  		height: .8rem;

  		top: 0;
  	}
  	.nav ul li i:after{
  		content: "";
  		width: .3rem;
  		height: .3rem;
  		transition: .3s;
  		display: block;
  		background: url(../images/nav-icon.png) no-repeat center;
  		background-size: auto 100%;
  		position: absolute;
  		top: 50%;
  		left: 50%;
  		margin-left: -.15rem;
  		margin-top: -.15rem;
  	}
  	.nav ul li .touch:after{
  		transform: rotate(90deg);
  	}
  	.nav ul li ul li{
  		line-height: .7rem;
  		border: none;
  		height: .7rem;
  		border: none;
  	}
  	.nav ul li ul li:first-child{
  		border-top: 0;
  	}
  	.nav ul li ul li:last-child{
  		border-bottom: none;
  	}
  	.nav ul ul li a{
  		font-size: .26rem;
  	}
	.mbanner{
		display: block;
	}
	.pcbanner{
		display: none;
	}
	.banner .swiper-pagination span{
		margin: 0 .1rem;
	}
	.title h4{
		font-size: .6rem;
		margin-top: .15rem;
	}
	.title span{
		font-size: .55rem;
	}
	.title p{
		font-size: .28rem;
		margin-top: .1rem;
	}
	.item{
		padding: .7rem 0;
		height: auto;
	}
	.item ul {
		width: 6.5rem;
		margin: 0 auto;
		margin-top: .5rem;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.item ul li{
		width: 2rem;
		height: auto;
		padding: .5rem 0;
		margin-bottom: .3em;
	}
	.item ul li div{
		width: 1.2rem;
		height: 1.2rem;
		margin: 0 auto;
	}
	.item ul li div img{
		height: .7rem;
	}
	.item ul li p {
		font-size: .28rem;
		margin-top: .2rem;
	}
	.product{
		padding-top: .5rem;
	}
 
	.img-list{
		padding-top: 0rem;
	}
	.product{
		padding:  .7rem 0;
		height: auto;
	}
	.product .list{
		width: 100%;
		float: initial;
		background: none;
		height: auto;
	}
	.product .list .tit{
		width: 4rem;
		margin: 0 auto;
		height: auto;
		padding: 0;
		line-height: 1rem;
		 
	}
	.product .list .tit h4{
		font-size: .42rem;
		margin-top: 0;
	}
	.product .list .tit p{
		font-size: .24rem;
		display: none;
	}
	.product .list .bd{
		background:rgba(0,0,0,.8);
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		display: none;
		padding: .3rem;
		padding-top: 1rem;
		box-sizing: border-box;
		z-index: 10001;
	}
	.product .list .bd .box{
		width: 100%;
		height: 98%;
		overflow-y: auto;
		padding:.2rem;
		box-sizing: border-box;
		background: #444;
	}
	 .close{
		width: .6rem;
		height: .6rem;
		float: right;
		background: url(../images/close.png) no-repeat center;
		background-size: 100% auto;
		display: block;
		position: absolute;
		right: .2rem;
		top: .2rem;
		z-index: 1;
	}
	.product .list .bd h4{
		width: 100%;
		line-height: .9rem;
		height: .9rem;
		margin-bottom: .2rem;
	}
	.product .list .bd h4{
		background:#191919 url(../images/icon01.png) no-repeat .2rem center;
		background-size: auto .2rem;
	}
	.product .list .bd h4 a{
		width: 5rem;
		margin-left: .6rem;
		font-size: .32rem;
	 
	}
	.product .list .bd .on{
		background:#B00202 url(../images/icon02.png) no-repeat .2rem center
		background-size: auto .2rem;
	}
	.product .list .bd ul{
		width: 6rem;
		margin-left: .5rem;
		margin-bottom: .2rem;
	}
	.product .list .bd ul li{
		line-height: .7rem;
	}
	.product .list .bd ul li a{
		font-size: .28rem;
	}

	.product .list .bd h4 i{
		float: right;
		display: block;
		position: relative;
		width: .9rem;
		height: .9rem;
 
	}
	.product .list .bd h4 i:after{
		content: "+";
		position: absolute;
		right: 0;
		top: 0;
		color: #fff;
		font-weight: 200;
		display: block;
		width: .9rem;
		height: .9rem;
		font-size: .36rem;
		font-style: initial;
		text-align: center;
	}
	.product .list .bd .on i:after{
		content: "-";
		 
	}
	.product .pic{
		width: 100%;
		height: auto;
		margin-top: .5rem;
		float: initial;
		overflow: hidden;
		padding: 0;
	}
	.product .pic ul li{
		float: left;
		width: 3.5rem;
		margin: 0;
		margin-bottom: .2rem;
		height: auto;
	}
	.product .pic ul li:nth-child(2n){
		float: right;
	}
	.product .pic ul li:nth-child(n+9){
		display:none;
	}
	.product .pic ul li img{
		display: block;
		width: 100%;
		height:3.5rem;
	}
	.product .pic ul li p{
		height: .7rem;
		line-height: .7rem;
		font-size: .28rem;
	}
	
  	

 

  	.pro-list .list{
  		width: 100%;
  		float: initial;
  		background: none;
  		height: auto;
  	}
  	.pro-list .list .tit{
  		width: 4rem;
  		margin: 0 auto;
  		height: auto;
  		padding: 0;
  		line-height: 1rem;
  		 
  	}
  	.pro-list .list .tit h4{
  		font-size: .42rem;
  		margin-top: 0;
  	}
  	.pro-list .list .tit p{
  		font-size: .24rem;
  		display: none;
  	}
  	.pro-list .list .bd{
  		background:rgba(0,0,0,.8);
  		width: 100%;
  		height: 100%;
  		position: fixed;
  		top: 0;
  		left: 0;
  		display: none;
  		padding: .3rem;
  		padding-top: 1rem;
  		box-sizing: border-box;
  		z-index: 10001;
  	}
  	.pro-list .list .bd .box{
  		width: 100%;
  		height: 98%;
  		overflow-y: auto;
  		padding:.2rem;
  		box-sizing: border-box;
  		background: #444;
  	}
  	 .close{
  		width: .6rem;
  		height: .6rem;
  		float: right;
  		background: url(../images/close.png) no-repeat center;
  		background-size: 100% auto;
  		display: block;
  		position: absolute;
  		right: .2rem;
  		top: .2rem;
  		z-index: 1;
  	}
  	.pro-list .list .bd h4{
  		width: 100%;
  		line-height: .9rem;
  		height: .9rem;
  		margin-bottom: .2rem;
  	}
  	.pro-list .list .bd h4{
  		background:#191919 url(../images/icon01.png) no-repeat .2rem center;
  		background-size: auto .2rem;
  	}
  	.pro-list .list .bd h4 a{
  		width: 5rem;
  		margin-left: .6rem;
  		font-size: .32rem;
  	 
  	}
  	.pro-list .list .bd .on{
  		background:#B00202 url(../images/icon02.png) no-repeat .2rem center
  		background-size: auto .2rem;
  	}
  	.pro-list .list .bd ul{
  		width: 6rem;
  		margin-left: .5rem;
  		margin-bottom: .2rem;
  	}
  	.pro-list .list .bd ul li{
  		line-height: .7rem;
  	}
  	.pro-list .list .bd ul li a{
  		font-size: .28rem;
  	}

  	.pro-list .list .bd h4 i{
  		float: right;
  		display: block;
  		position: relative;
  		width: .9rem;
  		height: .9rem;
  	
  	}
  	.pro-list .list .bd h4 i:after{
  		content: "+";
  		position: absolute;
  		right: 0;
  		top: 0;
  		color: #fff;
  		font-weight: 200;
  		display: block;
  		width: .9rem;
  		height: .9rem;
  		font-size: .36rem;
  		font-style: initial;
  		text-align: center;
  	}
  	.pro-list .list .bd .on i:after{
  		content: "-";
  		 
  	}
  	.pro-list .pic{
  		width: 100%;
  		height: auto;
  		margin-top: .5rem;
  		float: initial;
  		overflow: hidden;
  		padding: 0;
  	}
  	.pro-list .pic ul li{
  		float: left;
  		width: 3.5rem;
  		margin: 0;
  		margin-bottom: .2rem;
  		height: auto;
  	}
  	.pro-list .pic ul li:nth-child(2n){
  		float: right;
  	}
  	.pro-list .pic ul li img{
  		display: block;
  		width: 100%;
  		height:3.5rem;
  	}
  	.pro-list .pic ul li p{
  		height: .7rem;
  		line-height: .7rem;
  		font-size: .28rem;
  	}


 	.more{
 		width: 3rem;
 		height: .8rem;
 		line-height: .8rem;
 		font-size: .28rem;
 		margin-top: .5rem;
 		display: block;

 	}
 	
 	.product-sub{
 		height: auto;
 		padding: .7rem 0;
 	}
 	.tab{
 		width: 100%;
 		height: auto;
 		overflow:hidden;
 		margin-top: .6rem;
 		 
 	}
 	.tab h4{
 		width: 4rem;
 		margin: 0 auto;
 		height: auto;
 		padding: 0;
 		line-height: 1rem;
 		font-size: .42rem;
 		background: #B00202;
 		text-align: center;
 		color: #fff;
 		margin-top: 0;
 		 
 	}
  	.tab .bd{
  		 background: rgba(0,0,0,.8);
	     width: 100%;
	     height: 100%;
	     position: fixed;
	     top: 0;
	     left: 0;
	     display: none;
	     padding: 0.3rem;
	     padding-top: 1rem;
	     box-sizing: border-box;
	     z-index: 10001;
  	}
  	.tab ul{
  		width: 100%;
  		height: auto;
  		position: relative;
  		top: 50%;
  		transform: translateY(-50%);
  		overflow-y: hidden;
  	}
  	.tab ul li{
  		width: 49%;
  		margin: 0;
  		line-height: .9rem;
  		height: .9rem;
  		padding: 0 .2rem;
  		box-sizing: border-box;
  		margin-bottom: .2rem;
  	}
  	.tab ul li:nth-child(2n){
  		float: right;
  	}
  	.tab ul li a{
  		font-size: .32rem;
  	}
  	.product-sub .box{
  		width: 600%;
  	}
  	.product-sub .pic{
  		float: left;
  		width: 50%;
  	}

  	.product-sub .pic ul li{
  		width: 16%;
  		margin-left: .6%;
  	}
  	.product-sub .pic ul li img{
  		width: 100%;
  		height: auto;
  	}
  	.product-sub .pic ul li p{
  		height: .8rem;
  		line-height: .8rem;
  		font-size: .28rem;
  	}

  	.cases{
  		width: 100%;
  		height: auto;
  		overflow: hidden;
  		padding: .7rem 0;
  	}
  	.cases ul li{
  		width: 3.46rem;
  		margin: 0;
  	}
  	.cases ul li:nth-child(n+3){
  		display: none;
  	}
  	.cases ul li img{
  		width: 100%;
  		height: auto;
  	}
  	.cases ul li:nth-child(2n){
  		float: right;
  	}
  	.cases ul li p{
  		height: .8rem;
  		line-height: .8rem;
  		font-size: .28rem;
  	}
  	.cases .more{
  		display: block;
  	}
  	.about{
  		padding: .7rem 0;
  	}
  	.about .bd{
  		padding: .2rem;
  		margin-top: .4rem;
  	}
  	.about .bd .pic{
  		float: initial;
  		width: 100%;
  	}
  	.about .bd .pic img{
  		width: 100%;
  		height: auto;
  	}
  	.about .bd .intro{
  		float: initial;
  		width: 100%;
  		margin-top: .3rem;
  	}
  	.about .bd .intro .info{
  		height: auto;
  	}
  	.about .bd .intro p{
  		line-height: .42rem;
  		font-size: .29rem;
  	}
  	.about .bd .intro a{
  		width: 3rem;
  		height: .8rem;
  		line-height: .8rem;
  		font-size: .28rem;
  		margin-top: .3rem;
  		display: block;
  		background: #B00303;
  		color: #fff;
  		margin: 0 auto;
  		margin-top: .5rem;
  		margin-bottom: .5rem;
  	}


  	.factory{
  		width: 100%;
  		height: auto;
  		overflow: hidden;
  		padding: .7rem 0;
  	}
  	.factory .title span{
  		font-size: .5rem;
  	}
  	.factory ul{
  		margin-top: .4rem;
  	}
  	.factory ul li{
  		width: 3.46rem;
  		margin: 0;
  	}
  	.factory ul li:nth-child(n+3){
  		display: none;
  	}
  	.factory ul li img{
  		width: 100%;
  		height: auto;
  	}
  	.factory ul li:nth-child(2n){
  		float: right;
  	}
  	.factory ul li p{
  		height: .8rem;
  		line-height: .8rem;
  		font-size: .28rem;
  	}
  	.factory .more{
  		display: block;
  	}
  	.adv{
  		height: auto;
  		padding: .7rem 0;
  		padding-bottom: .32rem;
  	}
  	.adv .title span{
  		font-size: .5rem;
  	}
  	.adv .swiper-wrapper{
  		display: flex;
  	}
  	.adv .swiper-slide{
  		display: block;
  	}
  	.adv .pic{
  		margin:0 auto;
  		display: table;
  	}
  	.adv .pic img{
  		width: 6.5rem;
  		height: auto;
  	}
  	.adv .intro{
  		width: 6rem;
  		margin: 0 auto;
  		margin-top: .6rem;
  	}
  	.adv .intro .tit b{
  		display: block;
  		font-size: .4rem;
  	}
  	.adv .intro .tit p{
  		font-size: .26rem;
  		margin-top: .1rem;
  		height: .7rem;
  	}
  	.adv .intro .info{
  		font-size: .28rem;
  		line-height: .46rem;
  		margin-top: .3rem;
  	}

  	.adv .swiper-pagination{
  		width: 100%;
  		height: auto;
  		overflow: hidden;
  		background: #4E4E4E;
  		padding: .3rem 0;
  		display: flex;
  		justify-content: center;
  		margin-top: .7rem;
  	}
  	.adv .swiper-pagination span{
  		display: block;
  		width: .2rem;
  		height: .2rem;
  		background: #C9C9C9;
  		margin: 0 .1rem;
  		border-radius: 50%;
  	}
  	.adv .swiper-pagination .swiper-pagination-bullet-active{
  		background: #B00202;
  	}
  	.news{
  		height: auto;
  		overflow: hidden;
  		padding: .7rem 0;
  	}
  	.news ul{
  		margin-top: .4rem;
  	}
  	.news ul li{
  		width: 100%;
  		height: auto;
  		overflow: hidden;
  		padding: .2rem;
  		margin-bottom: .2rem;
  	}
  	.news ul li:nth-child(n+6){
  		display: none;
  	}
  	.news ul li .time{
  		width: 1.5rem;
  		height: 1.5rem;
  	}
  	.news ul li .time b{
  		font-size: .5rem;
  		margin-top: .25rem;
  	}
  	.news ul li .time p{
  		font-size: .26rem;
  	}
  	.news ul li .info{
  		width: 5rem;
  	}
  	.news ul li .info h4{
  		font-size: .3rem;
  	}
  	.news ul li .info p{
  		font-size: .28rem;
  		line-height: .42rem;
  		margin-top: .1rem;
  		height: .8rem;
  	}
  	.news .more{
  		display: block;
  	}

  	.lc{
  		height: auto;
  		padding: .7rem 0;
  		background-size: cover;
  	}
  	.lc ul{
  		flex-wrap: wrap;
  		margin-top: 0;
  	}
 	.lc ul:after{
 		top: 1.27rem;
 		border-bottom: .02rem dashed #999999;
 	}
 	.lc ul:before{
 		content: "";
 		width: 100%;
 		height: 1px;
 		position: absolute;
 		bottom: 1.27rem;
 		border-bottom: .02rem dashed #999999;
 	}
  	.lc ul li {
  		width: 1.5rem;
  		margin-top: .5rem;
  	}
  	.lc ul li:after{
  		width: .2rem;
  		height: .2rem;
  		right: -.3rem;
  		top: .7rem;
  		background-size: 100% auto;
  	}
  	.lc ul li div{
  		width: 1.5rem;
  		height: 1.5rem;
  		border: .2rem solid #F0B4B4;
  	}
  	.lc ul li div img{
  		width: .55rem;
  	}
  	.lc ul li p{
  		font-size: .28rem;
  		margin-top: .2rem;
  	}
  	.lc ul li:nth-child(8){
  		order: 1;
  	}
  	.lc ul li:nth-child(7){
  		order: 2;
  	}
  	.lc ul li:nth-child(6){
  		order: 3;
  	}
  	.lc ul li:nth-child(5){
  		order: 4;
  	}
  	.lc ul li:nth-child(4):after{
  		right:.65rem;
  		top: initial;
  		bottom: -.3rem;
  		transform: rotate(90deg);
  	}
  	.lc ul li:nth-child(n+5):after{
  		right: initial;
  		left: -.3rem;
  		transform: rotate(180deg);
  	}
  	.footer{
  		width: 100%;
  		height: auto;
  		background: url(../images/mbg01.jpg) no-repeat center;
  		overflow: hidden;
  		padding: 0;
  		padding-bottom: 1.5rem;
  	}
  	.footer .main{
  		width: 100%;
  	}
  	.footer .gotop{
  		display: block;
  		background: #B00202;
  		padding: .2rem 0;
  		display: flex;
  		justify-content: center;
  		align-items: center;
  	}
  	.footer .gotop p{
  		color: #fff;
  		font-size: .3rem;
  	}
  	.footer .gotop img{
  		height: .28rem;
  		margin-right: .1rem;
  	}
  	.footer .intro{
  		width: 7.1rem;
  		margin: 0 auto;
  		float: initial;
  		margin-top: .8rem;

  	}
  	.footer .name{
  		width: 5rem;
  		float: initial;
  		margin: 0 auto;
  		margin-bottom: .5rem;
  	}
  	.footer .name img{
  		display: block;
  		width: 100%;
  	}
  	.footer .info{
  		float: initial;
  		width: 100%;
  		text-align: center;
  		font-size: .26rem;
  		line-height: .4rem;
  		height: auto;
  		margin: 0;
  		color: #eeeeeee6;
  		max-width:initial;
  	}
  	.footer .ewm{
  		display: none;
  	}
  	.footer .cr{
  		display: none;
  	}
	.img-list .pic{
		margin-top: .3rem;
	}
	.img-list .pic ul li{
		width: 3.5rem;
		margin: 0;
		margin-bottom: .1rem;
	}
	.img-list .pic ul li:nth-child(2n){
		float: right;
	}
	.img-list .pic ul li p{
		font-size: .28rem;
		line-height: .6rem;
		height: .6rem;
	}
	.float-right{
		display:none;
	}

	 
	.links{
		display: none;
	}
 
	 
 	.crumbs{
 		height: .8rem;
 		line-height: .8rem;
 		padding: 0 .1rem;
 		box-sizing: border-box;
 	}
 	.crumbs p{
 		font-size: .28rem;
 	}
 	.crumbs div{
 		overflow: hidden;
 		white-space: nowrap;
 		font-size: .20rem;
 		color: #333;
 	  	 text-overflow: ellipsis;
 	}
 	.crumbs a{
 		font-size: .24rem;
 		line-height: .8rem;
 		 
 		padding-right: .3rem;
 	}
 	.crumbs a:after{
 		right: .1rem;
 		font-size: .2rem;
 	}
 	 

 	.float{
 		width: 7.5rem;
 		margin: 0 auto;
 		display: block;
 		position: fixed;
 		z-index: 1000;
 		bottom: 0;
 	}
 	.float ul {
 		display: flex;
 		justify-content: space-between;
 		align-items: center;
 	}
 	.float ul li{
 		float: left;
 		width: 1.85rem;
 		height: auto;
 		overflow: hidden;
 		background:#B00202;
 		position: relative;
 	}
  
 	.float ul li img{
 		display: block;
 		height: .6rem;
 		margin: 0 auto;
 		margin-top: .2rem;
 	}

 	.float ul li p{
 		color:#fff;
 		font-size: .26rem;
 		text-align: center;
 		margin-top: .1rem;
 		margin-bottom: .2rem;
 	}
 
 	.page{
 		margin: .4rem auto;
 	}
 	.page ul li{
 		padding: 0 .2rem;
 		margin: 0 .06rem;
 		font-size: .26rem;
 		border: 0.02rem solid #ccc;
 		line-height: .56rem;
 	}
 	.page .thisclass{
 		font-size: .26rem;
 	}
 	.map{
 		width: 100%;
 		height: 4rem;
 		margin-top:.3rem;
 	}
 	.about-intro{
 		margin-top: .4rem;
 		margin-bottom: .4rem;
 	}
 	.about-intro .intro{
 		font-size: .29rem;
 		line-height: .46rem;
 	}
 	.detailed{
 		margin-top: .6rem;
 	}
 	.detailed .tit{
 		padding-bottom: .2rem;
 		border-bottom: .02rem solid #eee;
 	}
 	.detailed .tit h4{
 		font-size: .32rem;
 	}
 	.detailed .tit span{
 		font-size: .26rem;
 		display: block;
 		line-height: .4rem;
 	}
 	.detailed .info{
 		margin-top: .4rem;
 		font-size: .29rem;
 		text-align: justify;
 		line-height: .46rem;
 	}
 	.fy{
 		width: 7.1rem;
 		margin: .6rem auto;
 		border:.02rem solid #eee;
 	}
 	.fy p{
 		line-height: .7rem;

 		font-size:.24rem;
 		padding:0 .1rem;
 		width: 50%;
 		text-align: center;
 		box-sizing: border-box;
 		border-right: .02rem solid #eee;
 	}
 	.fy p:nth-child(2){
 		border: none;
 	}
 	.fy .return{
 		width: 100%;
 		box-sizing: border-box;
 		float: initial;
 		text-align: center;
 		float: left;
 		line-height: .7rem;
 		display: block;
 		border-top: .02rem solid #eee;
 	}

 	.news-list  ul li{
 		line-height: .7rem;
 	}
 	.news-list  ul li a{
 		width:5rem;
 		margin-left: .25rem;
 		font-size: .3rem;
 	}
 	.news-list  ul li span{
 		font-size: .24rem;
 	}
 	.news-list  ul li:after{
 		font-size: .24rem;
 	}

 	 .product .pic ul li:hover .info i{
 	 	margin-top: 0;
 	 }
} 