*{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;}}
.detailed .info a{color:#333;}
.detailed .info a:hover{color:#DC0000;}

.links a{color:#fff;margin-left:10px;}

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

.head{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.head .main{
	height: 150px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.head .name{
	width: 788px;
	height: 66px;
	background: url(../images/name.png)  no-repeat center;
}
.head  img{
	display: block;
}
.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.banner  .swiper-wrapper  img{
	display: block;
	width: 100%;
}
 
.banner .swiper-pagination{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}
.banner .swiper-pagination span{
	width: 50px;
	height: 15px;
	border-radius: 30px;
	background: rgba(50,50,50,.8);
	display: block;
	margin: 0 5px;
}

.banner .swiper-pagination .swiper-pagination-bullet-active{
	background:#DC0000;
}
 

.mbanner{
	display: none;
}

.nav {
	width: 100%;
	height:72px;
	background: #DC0000;
	position: relative;
	z-index: 100;
}

.nav ul{
	width: 1200px;
	margin: 0 auto;
	height:72px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav ul li{
	line-height: 72px;
	text-align: center;
	width: 100%;
	height: 72px;
	position: relative;
}
.nav ul li a{
	font-size: 16px;
	color: #fff;
	display: block;
}
.nav ul ul{
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	top: 72px;
	height: auto;
	display: none;
	overflow: hidden;
	z-index: 1;
	background: rgba(220,0,0,.8);
}
.nav ul li ul li{
	height: 48px;
	line-height: 48px;
	padding: 0 5px;
	box-sizing: border-box;
	border-bottom: 1px solid #FF4C4C;
}
.nav ul li ul li:last-child{
	border: none;
}
.nav ul li ul li a{
	font-size: 14px;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.title{
	position: relative;
	display: table;
	margin: 0 auto;
	padding: 0 110px;
}
.title:after{
	content: "";
	width: 110px;
	height: 1px;
	position: absolute;
	right: 0;
	top: 21px;
	background: #D2D2D2;
}
.title:before{
	content: "";
	width: 110px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 21px;
	background: #D2D2D2;
}
.title h4{
	color: #000000;
	font-size: 34px;
	padding: 0 20px;
	position: relative;
	text-align: center;
}
.title h4:after,.title b:after{
	content: "";
	width: 9px;
	height: 9px;
	background: url(../images/icon01.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.title h4:before,.title b:before{
	content: "";
	width: 9px;
	height: 9px;
	background: url(../images/icon01.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.title b{
	color: #dc0000;
	padding: 0 20px;
	margin: 0 10px;
	position: relative;
}
 

.title p{
	color: #222222;
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
}
.title img{
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}
.product{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 60px;
}

.tab{
	display: table;
	margin: 0 auto;
	margin-top: 30px;
}

.tab ul li{
	float: left;
	width: 160px;
	height: 54px;
	background: #fff;
 	margin-left: 12px;
	box-sizing: border-box;
	text-align: center;
	transition: .5s;
	overflow: hidden;
	border-radius:10px;
	background: #EAEAEA;
	margin-bottom: 10px;
	line-height: 54px;
}
.tab ul li:nth-child(7n-6){
	margin-left: 0;
}
.tab ul li a{
	color: #333333;
	font-size: 18px;
	display: block;
	white-space: nowrap;

    text-overflow: ellipsis;
    overflow: hidden;
}
 

.product .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	padding-bottom: 30px;
}
.product .pic ul li{
	float: left;
	width: 388px;
	height: auto;
	margin-left: 18px;
	margin-bottom: 5px;
	overflow: hidden;
}
.product .pic ul li img{
	display: block;
	width: 366px;
	height: 274px;
}
.product .pic ul li div{
	border: 1px solid #D2D2D2;
	box-sizing: border-box;
	padding: 10px;

}
.product .pic ul li:nth-child(3n-2){
	margin-left: 0;
}
.product .pic ul li p{
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #333333;
	font-size: 18px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.gg{
	width: 100%;
	height: 250px;
	margin-top:30px;
	background: url(../images/gg.jpg) no-repeat center;
}

.gg a{
	display: block;
	width: 100%;
	height: 100%;
}


.gg02{
	background: url(../images/gg02.jpg) no-repeat center;
}

 
.about{
	width: 100%;
	height: 750px;
	overflow: hidden;
 	padding: 60px 0;
 	margin-top: 70px;
 	box-sizing: border-box;
	background: url(../images/about.jpg) no-repeat center;
}
.about .title h4{
	color: #fff;
}
.about .title p{
	color: #fff;
}
.about .intro {
	width: 100%;
	height: 172px;
 
	overflow: hidden;
	margin-top: 25px;
	color: #fff;
	font-size: 16px;
	text-indent: 2em;
	text-align: justify;
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp:6;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.about .more{
	display: block;
	width: 160px;
	height: 40px;
	background: #C30000;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	margin: 0 auto;
	margin-top: 20px;
}
.about .data{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 57px;
}
.about .data ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about .data ul li{
	float: left;
	width: 100%;
	display: flex;
	justify-content:center;
	align-items: center;
	text-align: center;
	background: #BF0301;
	height: 152px;
	flex-wrap: wrap;
	flex-direction: column;
}
.about .data ul li:nth-child(2n){
	background: rgba(158,0,0,.8);
}
.about .data ul li span{
	color: #fff;
	font-size: 14px;
}
.about .data ul li b{
	color: #fff;
	font-size: 48px;
	font-weight: normal;
	font-family: 'Arial';
}
.about .data ul li p{
	width: 100%;
	color: #fff;
	font-size: 14px;
	margin-top: 5px;
}
.adv{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.adv .advSwiper{
	margin-top: 40px;
}
.adv .swiper-wrapper{
	display: block;
}
.adv .swiper-slide{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
.adv .swiper-slide:nth-child(odd){
	flex-direction:row-reverse;
}

.adv .swiper-slide .tit{
	width: 100%;
	height: 105px;
	background: url(../images/adv-tit.png) no-repeat;
}
.adv .swiper-slide .tit b{
	display: block;
	color: #fff;
	font-size: 48px;
	line-height: 105px;
	margin-left: 20px;
	float: left;
}
.adv .swiper-slide .tit p{
	color: #0399eb;
	font-size: 26px;
	line-height: 105px;
	font-weight: bold;
	margin-left: 30px;
	float: left;
}
.adv .swiper-slide ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}
.adv .swiper-slide .info{
	width: 530px;
	height: auto;
	overflow: hidden;
	margin-left: 50px;
}
.adv .swiper-slide .info p{
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	position: relative;
	padding-left: 20px;
}
.adv .swiper-slide .info p:after{
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 12px;
	background: #0399EB;
	border-radius: 50%;
}

.lc{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
	background: #F5F5F5;
	padding:  60px 0;
}

.lc .bd{
	display: block;
	margin-top: 30px;
	width: 1212px;
	height: 272px;
	background: url(../images/lc.png) no-repeat center;
}
 
.cases{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 70px;
 
}

.cases .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.cases .show .box{
	width: 800%;
}
.cases .pic{
	float: left;
}
.cases .pic ul li{
	float: left;
	width: 288px;
	height: auto;
	overflow: hidden;
	margin-left: 15px;
}
.cases .pic ul li div{
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #D2D2D2;
}
.cases .pic ul li img{
	display: block;
	width: 100%;
	height: 178px;
}
.cases .pic ul li p{
	text-align: center;
	font-size: 18px;
	color: #333333;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
}
.news{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 70px;
	 
	 
}
.news ul{
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}

.news ul li{
	width: 590px;
	height: 150px;
	float: left;
	box-sizing: border-box;
	padding: 30px;
	background: #F5F5F5;
	margin-bottom: 10px;
	position: relative;
	 
}
.news ul li:nth-child(2n){
	float: right;
}
 

.news ul li .time{
	text-align: center;
	float: left;

}

.news ul li .time b{
	color: #666666;
	font-size: 36px;
	text-align: center;
	display: block;
	margin-top: 5px;
}
.news ul li .time p{
	color: #666666;
	font-size: 15px;
	margin-top: 5px;
	text-align: center;
}

.news ul li .info{
	float: right;
	width: 445px;
	height: 88px;
	overflow: hidden;
	border-left: 1px solid #DCDCDC;
 
	padding-left: 25px;
	box-sizing: border-box;
 
}
.news ul li .info h4{
	color: #030000;
	font-size: 18px;
	font-weight: normal;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news ul li .info p{
	color: #808080;
	font-size: 15px;
	line-height: 28px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 8px;
}


.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../images/bg01.jpg);
	padding-top: 60px;
	box-sizing: border-box;
	margin-top: 70px;

}
.footer .main{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer .name{
	width: 375px;
	height: 141px;
	background: url(../images/name02.png) no-repeat center;
}

.footer .intro{
	width: 410px;
	height: auto;
	min-height: 202px;
	margin-bottom: 60px;
	padding-bottom: 10px;
	overflow: hidden;
	color: #bababa;
	font-size: 14px;
	line-height: 24px;
}
.footer  .ewm{
	float: right;
}
.footer  .ewm img{
	display: block;
	width: 160px;
	height: 160px;
}
.footer .ewm div{
	border: 1px solid #616161;
	box-sizing: border-box;
	padding: 10px;
}
.footer .ewm p{
	text-align: center;
	color: #afafaf;
	font-size: 14px;
	margin-top: 10px;
}
.links{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 20px;
	box-sizing: border-box;
	border-top: 1px solid #666666;
	margin-bottom: 20px;
}
.links .tit{
	float: left;
}
.links .tit img{
	display: block;
	margin-top: 5px;
	float: left;
}
.links .tit p{
	color: #fff;
	font-size: 18px;
	margin-left: 5px;
	float: left;
}
.links .tit span{
	color: #fff;
	float: left;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 7px;
	margin-left: 10px;
	height: 12px;
	line-height: 12px;
	border-left: 1px solid #fff;
	padding-left: 10px;
}

.links ul{
	float: right;
	width: 1040px;
	height: auto;
	margin-top: 5px;
	height: 20px;
	overflow: hidden;
}
.links ul li{
	float: left;
	padding: 0 10px;
}
.links ul li a{
	color: #5d5d5d;
	font-size: 14px;
	display: block;
}

.menu{
	width: 100%;
	height: auto;
	overflow: hidden;
	background:#0399EB;
}
.menu ul{
	width: 1065px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: auto;
	overflow: hidden;
}
.menu ul li{
	float: left;
	line-height: 50px;
}
.menu ul li a{
	color: #fff;
	font-size: 18px;
	display: block;
}


 
.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:#DC0000;
	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: 20px;
}

.img-list .pic ul li{
	float: left;
	width: 285px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.img-list .pic ul li:nth-child(4n-3){
	margin-left: 0;
}
.img-list .pic ul li div{
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #D2D2D2;
}
.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;
}
.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;
}
.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;
    }
   

    
    .nav ul li:hover{
    	background: #FFAF0E;
    }
    .nav ul li:hover ul{
    	display: block;
    }
 	.nav ul li:hover ul li{
 		background: none;
 	}
 	.nav ul li ul li:hover a{
 		color:#fff722;
 	}
 	.tab ul li:hover{
 		background: #DC0000;
 	}
 	.tab ul li:hover a{
 		color: #fff;
 	}

  	.news ul li:hover{
  		background: #DC0000;
  	}
    .news ul li:hover .time b{
    	color: #fff;
    }
    .news ul li:hover .time p{
    	color: #fff;
    }
    .news ul li:hover .info h4{
    	color: #fff;
    }
    .news ul li:hover .info p{
    	color: #fff;
    }
    .news ul li:hover:after{
    	color: #fff;
    }
    .product .pic ul li:hover div{
    	border: 1px solid #DC0000;
    }
    .product .pic ul li:hover  p{
    	color: #DC0000;
    }
    .cases .pic ul li:hover div{
    	border: 1px solid #DC0000;
    }
     .cases .pic ul li:hover   p{
     	color: #DC0000;
     }

     .news-list ul li:hover a{
     	color: #DC0000;
     }
     .img-list .pic ul li:hover div{
     	border: 1px solid #DC0000;
     }
      .img-list .pic ul li:hover p{
      	color: #DC0000;
      }
}	
 

@media (max-width: 1199px){
	.main{
		width:7.26rem;
		margin: 0 auto;
	}
	.head{
		height: auto;
	}
	.head .main{
		width:100%;
		height:auto;
	}
	.head .name{
		width: 5rem;
	 	height: 1.3rem;
		margin: .3rem auto;
		background:url(../images/mname.png) no-repeat center;
		background-size: auto 100%;
	}
	.head .main{
		display: block;
	}
	.head img{
		display: block;
		width: 100%;
	}
	.head  .tel{
		display: none;
	}
 	 
	.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 {
		height: auto;
		overflow: hidden;
	}
	.nav ul{
		width: 100%;
		flex-wrap: wrap;
		height: auto;
	}
	.nav ul li:first-child{
		display: none;
	}
	.nav ul li{
		width: 33.3333%;
		height: .8rem;
		position: relative;
		line-height:.8rem;
		border-top: .02rem solid #fff;
	}
	.nav ul li:after{
		content: "";
		width:.02rem;
		height: 100%;
		position: absolute;
		right: 0;
		top:0;
		background: #fff;
	}
	.nav ul li a{
		font-size: .3rem;
	}
	.nav ul li:nth-child(4):after{
		width: 0;
		height: 0;
		overflow: hidden;
	}
	.nav ul li:last-child:after{
		width: 0;
	}
	 
	.mbanner{
		display: block;
	}
	.pcbanner{
		display: none;
	}
	.banner .swiper-pagination span{
		margin: 0 .1rem;
	}
	.title{
		padding: 0 .2rem;
		width: 100%;
		box-sizing: border-box;
	}
	.title:before{
		width: .55rem;
		height: .02rem;
		top: .24rem;
	}
	.title:after{
		width: .55rem;
		height: .02rem;
		top: .24rem;
	}
	.title h4{
		font-size: .4rem;
		padding: 0 .3rem;
		display: table;
		margin: 0 auto;
		z-index: 1;

	}
	 
	.title b{
		padding: 0 .3rem;
		margin:  0 .15rem;
	}
	.title p{
		font-size: .28rem;
		margin-top: .1rem;
	}
	.title h4:before, .title b:before{
		width: .18rem;
		height: .18rem;
		background-size: cover;
	}
	.title h4:after, .title b:after{
		width: .18rem;
		height: .18rem;
		background-size: cover;
	}
	.title img{
		margin-top: .2rem;
		height: .35rem;
	}
	.product{
		padding-top: .5rem;
	}
	.tab {
		width:7.1rem;
		margin: 0 auto;
		margin-top: .5rem;
	}
	.tab ul li{
		width: 2.26rem;
		line-height: .7rem;
		border-radius: 8px;
		padding: 0 .04rem;
		box-sizing: border-box;
		height: .7rem;
		margin-left: .15rem;
		margin-bottom: .15rem;
	}
	.tab ul li a{
		font-size: .28rem;
	}
	.tab ul li:nth-child(3n-2){
		margin-left: 0;
	}

	.img-list{
		padding-top: 0rem;
	}
	.product .pic{
		width: 7.1rem;
		margin: 0 auto;
		height: auto;
		margin-top: .3rem;
		overflow: hidden;
		padding: 0;
	}
	.product .pic ul li{
		float: left;
		width: 3.5rem;
		margin: 0;
		margin-bottom: 0rem;
		height: auto;
	}
	.product .pic ul li div{
		padding: .15rem;
	}
	.product .pic ul li:nth-child(2n){
		float: right;
	}

	.product .pic ul li img{
		display: block;
		width: 100%;
		height:2.38rem;
	}
 	.product .pic ul li p{
 		font-size: .28rem;
 		line-height: .7rem;
 		height: .7rem;
 	}
 	.product .pic ul li:nth-child(n+7){
 		display: none;
 	}
	 	
 	.lc{
 		width: 100%;
 		height: auto;
 		overflow: hidden;
 		padding: .6rem 0;
 		margin-top: .4rem;
 		 
 	}

 	.lc .bd{
 		background:url(../images/mlc.png) no-repeat center;
 		background-size: 100% auto;
 		width: 100%;
 		height: 3.52rem;
 	}
	.gg{
		width: 100%;
		height: 2rem;
		background:url(../images/mgg.jpg) no-repeat center;
		background-size: 100% auto;
		margin-top: .5rem;
	}
 	.gg02{
 		background: url(../images/mgg02.jpg) no-repeat center;
 		background-size: 100%;
 		height: 2rem;
 	}
	.about{
		 padding:  .6rem 0;
		 height: auto;
		 margin-top: .6rem;
		 padding-bottom: .4rem;
		 background: url(../images/mabout.jpg) no-repeat center;
		 background-size: cover;
	}
	.about .main{
		width:7.1rem;

	}
	.about .intro{
		height: auto;
		font-size: .29rem;
		-webkit-line-clamp:9;
		line-height: .46rem;
	}
	.about .more{
		margin-top: .5rem;
		width: 2.8rem;
		height: .7rem;
		line-height: .7rem;
		font-size: .26rem;
	}
	.about .data{
		width: 100%;
		margin-top: .6rem;
	}
	.about .data ul{
		display: block;
	}
	.about .data ul li{
		float: left;
		width: 3.54rem;
		height: 1.5rem;
		margin-bottom: .04rem;
	}
	.about .data ul li:nth-child(2n){
		float: right;
	}
	.about .data ul li span{
		font-size: .24rem;
	}
	.about .data ul li b{
		font-size: .6rem;
		display: initial;
	}
	.about .data ul li p{
		font-size: .24rem;

		margin-top: 0rem;
	}
	.cases .show{
		margin-top: .5rem;
	}
	.cases .show .box{
		width: 600%;
	}
	.cases .pic{
		width: 50%;
	}
	.cases .pic ul li{
		width: 16%;
		margin-left: .6%;
	}
	.cases .pic ul li div div{
		padding: .15rem;
	}
	.cases .pic ul li p{
		width:100%;
		height: .7rem;
		line-height: .7rem;
		margin: 0;
		font-size: .28rem;
	}
	.cases{
		margin-top: .6rem;
		 
	}
	.cases .pic ul li img{
		width: 100%;
		height: 2.2rem;
	}
	.news{
		margin-top: .6rem;
 
	}
	.news .tit{
		border-top: .02rem solid #D9D9D9;
		line-height:.8rem;
	}
	.news .tit:after{
		height: .04rem;
		width: 1.7rem;
	}
	.news .tit h4{
		line-height: .8rem;
		font-size: .42rem;
	}
	.news .tit a{
		font-size: .26rem;
	}
	.news ul{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: .4rem;
	}
	.news ul li{
		width: 100%;
		height: auto;
		padding: .3rem;
		margin-bottom: .2rem;
	}
	.news ul li a{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.news ul li .time b{
		display: block;
		font-size: .4rem;
	}
	.news ul li .time p{
		font-size: .3rem;
	}
	.news ul li .info{
		width: 5.2rem;
	 	padding-left: .3rem;
	 	margin-top: .1rem;
	}
	.news ul li .info h4{
		font-size: .3rem;
	}
	.news ul li .info p{
		font-size: .28rem;
		line-height: .46rem;
	}
	.news ul li:after{
		font-size: .4rem;
		right: .2rem;
		line-height: 2rem;
	}
	.img-list .pic{
		margin-top: .3rem;
	}
	.img-list .pic ul li{
		width: 3.55rem;
		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;
	}
	.menu{
		display: none;
	}
	.gotop{
		width: 100%;
		height: auto;
		overflow: hidden;
		display: block;
		background:#DC0000;
		display: flex;
		margin-top: .5rem;
		justify-content: center;
		align-items: center;
	}
	.gotop p{
		color: #fff;
		font-size: .28rem;
		font-weight: bold;
		text-align: center;
		padding: .2rem 0;
		margin-right: .1rem;
	}
	.gotop  img{
		display: block;
		height: .25rem;
	}
	.footer{
		width: 100%;
		height: auto;
		overflow: hidden;
		padding-top: .6rem;
		padding-bottom: 1.5rem;
	 	margin: 0;
	 	background: url(../images/bg03.jpg);
	}
	.footer .main{
		display: block;
	}
	.footer .name {
		width:100%;
		height: 1.8rem;
		background: url(../images/mname02.png) no-repeat center;
		background-size:auto  100%;
		margin: 0 auto;
	}
	.footer .intro {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		margin-top: .5rem;
		font-size: .26rem;
		line-height: .44rem;
		text-align: center;
	}
	 
	
	.footer .ewm{
		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:#DC0000;
 		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;
 	}
 	.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;
 	}
} 