*{margin:0px;padding:0px;}body{background:#fff;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;}}


.top{
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #C0C0C0;
}
.top p{
	float: left;
	line-height: 50px;
	font-size: 13px;
}
.top ul{
	float: right;
}
.top ul li{
	float: left;
	padding: 0 10px;
	line-height: 50px;
	position: relative;
}
.top ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	background: #B5B5B5;
}
.top ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}

.top ul li a{
	color:#777777;
	font-size: 13px;
}
.main{
	width:1200px;
	margin:0 auto;
}

.head{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.head .main{
	height: 130px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
 
.nav{
	width: 100%;
	height: 70px;
	background: #0D75EC;
	border-bottom: 1px solid #fff;
}

 
.nav ul{
	width: 1200px;
	margin: 0 auto;
	height: 70px;
 
}
.nav ul li{
	float: left;
	width: 150px;
	box-sizing: border-box;
	text-align: center;
	border-left: 1px solid #fff;
	height: 70px;
	position: relative;
	line-height: 70px;
}
.nav ul li:last-child{
	border-right: 1px solid #fff;
}
.nav ul li a{
	color:#ffffff;
	font-size: 18px;
	display: block;
}

.nav ul ul{
	position: absolute;
	left: 0;
	top: 70px;
	z-index: 100;
	height: auto;
	overflow: hidden;
	width: auto;
	display: none;
}
.nav ul ul li{
	width: 100%;
	height: 60px;
	line-height: 60px;
	border: none !important;
	margin-bottom: 1px;
	background: rgba(0,0,0,.8);
}
.nav ul ul li a{
	font-size: 16px;
	display: block;
}
.banner{
	width: 100%;
}
.banner img{
	display: block;
	width: 100%;
}
.mbanner{
	display: none;
}
.pcBanner{
	position: relative;
}
.pcbanner  .swiper-button-next, .pcbanner .swiper-button-prev{
	display: block;
	width: 30px;
	height: 60px;
	position: absolute;
	top: 50%;
	z-index: 100;
	transform: translateY(-50%);
}
.pcbanner  .swiper-button-next{
	left: 50%;
	margin-left: -630px;
	background: url(../images/next.png) no-repeat center;
}
.pcbanner  .swiper-button-prev{
	right: 50%;
	margin-right: -630px;
	background: url(../images/prev.png) no-repeat center;
}
.title p{
	color:#333333;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
}
.title b{
	color: #0d75ec;
}
.title span{
	display: block;
	text-align: center;
	color:#666666;
	margin-top: 5px;
	font-size: 15px;
}
.product{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}


.product .list{
	display: table;
	margin: 0 auto;
	height: 50px;
	position: relative;
	margin-top: 35px;
}
.product .list ul li{
	float: left;
	width: 189px;
	height: 50px;
	border: 1px solid #DCDCDC;
	text-align: center;
	line-height: 50px;
	margin-left: 10px;
	height:55px;
	position: relative;
	margin-bottom: 10px;
	border-radius: 10px;
}
.product .list ul li:nth-child(6n-5){
	margin-left: 0;
}
.product .list ul li a{
	color: #555555;
	font-size: 18px;
	display: block;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

 
.product .img{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.product .img ul li{
	float: left;
	width: 388px;
	height: auto;
	overflow: hidden;
	margin-left: 18px;
	margin-bottom: 18px;
	border: 1px solid #DCDCDC;
	box-sizing: border-box;
}
.product .img ul li img{
	display: block;
	width: 354px;
	height: 236px;
	transition: .5s;
}
.product .img ul li:hover img{
	transform: scale(1.05);
}
.product .img ul li:nth-child(3n-2){
	margin-left: 0;
}
.product .img ul li div{
	width: 354px;
	height: auto;
	overflow: hidden;
	margin: 17px;
	margin-bottom: 0;
}

.product .img ul li p{
	text-align: center;
	font-size: 16px;
	color:#555555;
	padding: 0 5px;
	box-sizing: border-box;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	line-height: 45px;
}
.product .more{
	display:none;
}

.gg{
	width: 100%;
	height: 200px;
	background: url(../images/gg.jpg) no-repeat center;
	margin-top: 45px;
}

.gg02{
	width: 100%;
	height: 200px;
	background: url(../images/gg02.jpg) no-repeat center;
	margin-top: 45px;
}
.adv{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
	background: #F5F5F5;
	padding: 60px 0;
}

.adv .advSwiper{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.adv .advSwiper .pic{
	float: left;
}
.adv .advSwiper .pic img{
	display: block;
	width: 600px;
	height: 400px;
}

.adv .advSwiper .swiper-wrapper {
	display: block;
}
.adv .advSwiper  .swiper-slide{
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
}
.adv .advSwiper  .swiper-slide:nth-child(even){
	flex-direction:row-reverse;
}
.adv .advSwiper .intro{
	float: right;
	width: 530px;
	height: auto;
	overflow: hidden;
	 
}
.adv .advSwiper .intro .tit{
	height: auto;
	overflow: hidden;
}
.adv .advSwiper .intro .tit b{
	display: block;
	width: 74px;
	height: 85px;
	background: url(../images/num.png) no-repeat center;
	text-align: center;
	line-height: 85px;
	text-align: center;
	color: #fff;
	font-size: 50px;
	font-weight: normal;
	float: left;
}
.adv .advSwiper .intro .tit div{
	float: right;
	width: 440px;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.adv .advSwiper .intro .tit div h4{
	color: #1a1a1a;
	font-size: 30px;
}
.adv .advSwiper .intro .tit div p{
	color: #666666;
	font-size: 14px;
	margin-top: 5px;
	text-transform: uppercase;
}
.adv .advSwiper .intro .info{
	width: 100%;

	overflow: hidden;
	margin-top: 20px;
	color: #666666;
	font-size: 16px;
	line-height: 35px;
}
.adv .advSwiper .intro .info img{
	display: block;
	margin-top: 30px; 
 
 
}
.lc{
	width: 100%;
	height:auto;
	overflow: hidden;
	margin-top: 60px;
}
.lc ul {
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 35px;
}
.lc ul li{
	position: relative;
}
.lc ul li:after{
	content: "";
	width: 11px;
	height: 22px;
	background: url(../images/icon02.png)  no-repeat center;
	position: absolute;
	right: -45px;
	top: 42px;
}
.lc ul li:last-child:after{
	width: 0;
	height: 0;

	overflow: hidden;
}
.lc ul li div{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #0D75EC;
	display: flex;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
}
.lc ul li  p{
	text-align: center;
	color: #1f1f1f;
	font-size: 16px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
}

.cases{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}

.cases .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.cases .show .box{
	width: 800%;
}

.cases .show .pic{
	float: left;
	 
}
.cases ul li{
	float: left;
	width: 288px;
	height: auto;
	border: 1px solid #DCDCDC;
	margin-left: 15px;
	box-sizing: border-box;
 
}
 

.cases ul li div{
	width: 256px;
	height: 192px;
	margin: 16px;
	margin-bottom: 0;
}

.cases ul li  p{
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color:#555555;
	font-size: 15px;
}
.cases ul li img{
	display: block;
	width: 256px;
	height: 192px;
}

.about{
	width: 100%;
	height: 600px;
	overflow: hidden;
 	background: #F5F5F5; 
}
.about .title{
	margin-top: 50px;
}

.about  .pic{
	float: left;
	margin-top: 35px;
}
.about  .pic img{
	display: block;
	width: 600px;
	height: 360px;
}
.about  .intro{
	float: right;
	width: 560px;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}
.about  .intro .info {
	color:#1f1f1f;
	height: 240px;
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
	display: -webkit-box;
	-webkit-line-clamp:8;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.about  .intro  a{
	display: block;
	width: 150px;
	height: 50px;
	background: #0D75EC;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	color:#fff;
	margin-top:30px;
}


.honor{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #F5F5F5;
	padding:  60px 0;
}
.honor .honorSwiper{
	width: 1200px;
	overflow: hidden;
	padding: 0 5px;
	margin-top: 30px;
}
.honor .honorSwiper img{
	display: block;
	width: 100%;
}
.honor .honorSwiper .swiper-slide{
	margin-top: 5px;
}
.honor .honorSwiper .swiper-slide div{
	 transition: .5s;
}
.honor .honorSwiper .swiper-slide img{
	display: block;
	width: 285px;
	height: 362px;
}
.honor .honorSwiper .swiper-slide p{
	text-align: center;
	color: #333333;
	font-size: 16px;
	margin-top: 10px;
	  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.honor .honorSwiper .bd{
	position: relative;
	width: 214px;
	display: table;
	margin: 0 auto;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.honor .honorSwiper .swiper-button-next,.honor .honorSwiper  .swiper-button-prev{
	width: 50px;
	height: 50px;
}
.honor .honorSwiper .swiper-button-next{
	background:#FFFFFF url(../images/next-02.png) no-repeat center;
}

.honor .honorSwiper .swiper-button-prev{
	background:#FFFFFF url(../images/prev-02.png) no-repeat center;
}
.honor .honorSwiper .bd a{
	display: block;
	width: 92px;
	height: 50px;
	background: url(../images/more.png)  no-repeat center;
}
.news{
	width: 100%;
	height: 800px;
	overflow: hidden;
	margin-top:30px;
}
.news .title{
	margin-top: 50px;
}

.news ul{
	width: 100%;
	height: auto;
	margin-top: 30px;

}
.news ul li{
	width: 590px;
	height: 180px;
	background: #fff;
	box-sizing: border-box;
	float: left;
	transition: .5s;
	background: #F5F5F5;
	margin-bottom: 20px;
	padding: 20px;
}
.news ul li:nth-child(2n){
	float: right;
}

.news ul li img{
	display: block;
	float: left;
	width: 210px;
	height: 140px;
}
.news ul li .info{
	float: right;
	width: 315px;
	height: auto;
	overflow: hidden;
}
.news ul li .info h4{
	color:#000000;
	font-size: 18px;
	width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 15px;
    font-weight: normal;
}

.news ul li .info  p{
	color:#666666;
	font-size: 15px;
	height: 50px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 25px;
	margin-top: 10px;
}
.news ul li .info span{
	display: block;
	color:#999999;
	font-size: 12px;
	margin-top: 10px;
}
.news ul li h4:hover{
	color:#0d75ec;
}
.in-news{
	margin-top: 40px;
	height: auto;
	overflow: hidden;
	background: none;
}
.in-news .title{
	margin-top: 0;
}
.in-news  ul li{
	width: 100%;
	float: initial;
}
.in-news  ul li:nth-child(2n){
	float: initial;
}
.in-news  ul li .info{
	width: 930px;
}
.links{
	width: 100%;
	height: auto;
	overflow: hidden;
  	margin-top: 25px;
  	margin-bottom: 20px;
  	border-top: 1px solid #C0C0C0;
  	padding-top: 25px;
}
.links .tit{
	float: left;
}

.links .tit p{
	color:#222222;
	letter-spacing: 1px;
	font-size: 18px;
	float: left;
	font-weight: bold;
}
 
.links ul{
	height: auto;
	float: right;
	width: 1060px;
	overflow: hidden;
 
}
.links ul li{
	float: left;
 	padding: 0 10px;
	position: relative;
	line-height: 30px;
}
.links ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	background:#6c6c6c;
}
.links ul li a{
	color:#6c6c6c;
	font-size: 13px;
}


.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #0D75EC;
 
}
.footer a{
	
	color:#fff;
}

.footer .main{
	min-height: 240px;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer .info{
	color:#fff;
	float: left;
	font-size: 15px;
	line-height: 30px;
}

.footer .ewm{
	float: right;
	width: 265px;
	height: auto;
	overflow: hidden;
	background: #fff url(../images/bg02.png) no-repeat 175px center;
	border: 1px solid #555555;
	box-sizing: border-box;
}

.footer .ewm img{
	display: block;
	width: 140px;
	height: 140px;
	margin: 10px;
}
.gotop{
	display: none;
}
.fn{
	display: none;
}


.pro-list{
	margin-top: 40px;
}
.crumb{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #E8E8E8;
}
.crumb i{
	display: block;
	width: 65px;
	float: left;
	height: 60px;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	background: url(../images/icon03.png) no-repeat 28px center;
}
.crumb div{
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
    font-size: .24rem;
}

.crumb p{
	color:#666666;
	font-size: 16px;
	float: left;
	line-height: 60px;
	margin-left: 15px;
}
.crumb a{
	float: left;
	line-height: 60px;
	padding-left: 25px;
	color:#666666;
	position: relative;
}
.crumb a:after{
	content: "";
	width: 6px;
	height: 10px;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -5px;
 	background: url(../images/icon04.png) no-repeat  center;
}

.page{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 60px auto;

}

.page ul{
	display:table;
	margin:0 auto;
}
.page ul li{
	float: left;
	margin:0 3px;
	padding: 0 10px;
	height: 30px;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	line-height: 30px;
	border-radius: 3px;
	font-size: 12px;
}

.page ul .active{
	background: #0D75EC;
	color:#fff;
	border: 1px solid #0D75EC;
}



.detailed{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.detailed .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.detailed .tit h4{
	font-size: 24px;
	color:#666666;
	text-align: center;
	line-height: 30px;
}
.detailed .tit .bd{
	width: 100%;
	height: auto;
	background: #F1F1F1;
	padding: 20px 0;
	margin-top: 25px;
}

 
.detailed .tit .bd  {
 	
	font-size: 14px;
	text-align: center;
}
.detailed  .intro{
	color:#333;
	font-size: 16px;
	line-height: 30px;
	margin-top: 40px;
	text-align: justify;
}
.detailed  .intro p{
	text-indent: 2em;
}

.detailed  .intro a{
	color:#333;
}


.detailed  .intro img{
	display: block;
	margin:0 auto;
	max-width: 100%;
}

.culture{
	margin-top: 30px;
	height: auto;
	overflow: hidden;
	margin-bottom: 50px;
}
.culture ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}
.culture ul li img{
	display: block;
}

.fy{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 50px;
}
.fy p{
	float: left;
	width: 33.333%;
	text-align: center;
	font-size: 15px;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	height: 53px;
	display:flex;
	justify-content: center;
	line-height: 53px;
	color:#666;
	border-right: none;
}
.fy p:last-child{
	border-right: 1px solid #CCCCCC;
}

.fy a{
	color:#666666;
	display: block;
	max-width: 80%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;

}


.img-box{
	overflow: hidden;
}
.img-box img{
	transition: .5s;
}
.img-box:hover img{
	transform: scale(1.05);
}

.img-list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 55px;
	
}
.img-list .img{
	height: auto;
	overflow: hidden;
	margin-top:40px;
}
.img-list .img ul li{
	float: left;
	width: 24%;
	height: auto;
	overflow: hidden;
	position: relative;
	
	margin-left: 1.3%;
	margin-bottom: 10px;
}
.img-list .img ul li div{
	position: relative;
}
.img-list .img ul li img{
	display: block;
	width: 100%;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
}
.img-list .img ul li div:after{
	content: "";
	width: 100%;
	height: auto;
	padding-bottom: 75%;
	display: block;
}
.img-list .img ul li:nth-child(4n-3){
	margin-left: 0;
}

.img-list .img ul li p{
	width: 100%;
	text-align: center;
	font-size: 18px;
	color:#222;
	text-align: center;
	line-height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;

}

.about-intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.about-intro .tit{
	height: auto;
	overflow: hidden;;
	position: relative;
	padding-bottom: 20px;
}
.about-intro .tit p{
	color:#4c4c4c;
	font-size: 32px;
	text-align: center;
	font-weight: bold;
}
.about-intro .tit b{
	color:#0D75EC;
}
.about-intro .tit span{
	display: block;
	color:#999999;
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
}
.about-intro .tit:after{
	content: "";
	width: 60px;
	height: 3px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: 0;
	background: #0D75EC;
}

.about-intro  .info{
	width: 100%;
	height: auto;
	margin-top: 35px;
	color:#333333;
	font-size: 18px;
	line-height: 30px;
	overflow: hidden;
}
.about-intro .info p{
	text-indent: 2em;
}
.about-intro ul{
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.about-intro ul li{
	float: left;
	margin-bottom: 20px;
}
.about-intro ul li img{
	display: block;
	width: 590px;
	height: 370px;
}
.about-intro ul li:nth-child(2n){
	float: right;
}
.map{
	width: 100%;
	height: 400px;
	margin-top: 20px;
}

.about-intro img{
	max-width:100%;
	display:block;
}

@media (min-width: 1200px){

	.nav ul li:hover{
		background: #0B59B3;
	}
	.nav ul li:hover ul{
		width: 100% !important;
		display: block;
 
	}

	.product .list ul li:hover{
		background: #0D75EC;
		border: 1px solid #0D75EC;
	}
	.product .list ul li:hover a{
		color: #fff;
	}
	.honor .honorSwiper .swiper-button-prev:hover{
		background: #0D75EC url(../images/h02.png) no-repeat center;
	}
	.honor .honorSwiper .swiper-button-next:hover{
		background: #0D75EC url(../images/h01.png) no-repeat center;
	}
	.honor .honorSwiper .swiper-slide:hover div{
			box-shadow: 0 0 5px 2px #b4aeae;
	}
	.news ul li:hover{
		box-shadow: 0 0 5px 2px #b4aeae;
	}


}

@media (max-width: 1199px){

	.top{
		display: none;
	}
	.main{
		width: 6.8rem;
	}
	.head  .main{
		justify-content: center;
		height: auto;
		padding: .4rem 0;
	}
 	.head .tel{
 		display: none;
 	}
 	.head  img{
 		display: block;
 	}
 	.head .name{
 		width: 6.8rem;
 	}

 	.head .name img{
 		width: 100%;
 	}
	.banner img{
		display: none;
	}
	.banner img:last-child{
		display: block;
	}
	.nav{
		height: auto;
		overflow: hidden;
		border-right: 0.02rem solid #fff;
	}
	.nav ul {
		width: 100%;
	}
	.nav ul li{
		width: 25%;
		height: .8rem;
		border-bottom: 0.02rem solid #fff;
		line-height: .8rem;
		border-right: 0.02rem solid #fff;
	}
	.nav ul li a{
		font-size: .32rem;
		display: block;
	}
	.nav ul li:nth-child(4n){
		border-right: none;
	}
	.pcbanner{
		display: none;
	}
	.mbanner{
		display: block;
	}
 
	.title p{
		font-size: .48rem;
	}
	.title span{
		font-size: .24rem;
		margin-top:.1rem;
	}
 	
 	.product{
 		margin-top: .7rem;
 	}
 	 
 	.product .list{
 		margin-top: .4rem;
 	}
 	.product .list ul li{
 		width:3.28rem;
 		margin: 0;
 		height: .8rem;
 		line-height: .8rem;
 		margin-bottom: .1rem;
 		border-radius: 5px;
 		padding: 0 .05rem;
 		text-align: center;
 		box-sizing: border-box;
 		border: .02rem solid #DCDCDC;
 	}
 	.product .list ul li a{
 		display: block;
 		font-size: .3rem;
 	}
 	 
 	.product .list ul li:nth-child(2n){
 		float: right;
 	}

 	.product .img{
 		width: 100%;
 		height: auto;
 		overflow: hidden;
 	}
 	.product .img ul li{
 		float: left;
 		width: 49%;
 		height: auto;
 		margin: 0;
 		margin-bottom: .15rem;
 		overflow: hidden;
 	}
 	.product .img ul li:nth-child(2n){
 		float: right;
 	}
 	.product .img ul li:nth-child(n+7){
 		display: none;
 	}
 	.product .img ul li div{
 		width: 93%;
 		margin:  4%;
 		margin-bottom: 0;
 	}
 	.product .img ul li img{
 		width: 100%;
 		height:2.31rem;
 	}
 	.product .img ul li p{
 		font-size: .28rem;
 		line-height: .5rem;
 	}
	
 	.more{
 		display: block;
 		width: 2.6rem;
 		height: .8rem;
 		background: #0D75EC;
 		font-size: .28rem;
 		line-height: .8rem;
 		text-align: center;
 		color: #fff;
 		margin: 0 auto;
 		border-radius: 5px;
 		margin-top: .4rem;
 	}
	.product .more{
		display:block;
	}
 	.gg{
 		background: url(../images/mgg.jpg) no-repeat center;
 		background-size: auto 100%;
 		height: 2rem;
 		margin-top: .6rem;
 	}

 	.adv{
 		width: 100%;
 		margin: 0 auto;
 		height: auto;
 		overflow: hidden;
 		margin-top: .6rem;
 		padding: .6rem 0;
 	}
 	.adv .advSwiper{
 		width: 6rem;
 		margin: 0 auto;
 		margin-top: .5rem;
 	}
 	.adv .advSwiper .swiper-wrapper{
 		display: flex;
 	}
 	.adv .advSwiper .swiper-slide{
 		display: block;
 	}
 	.adv .advSwiper .intro{
 		margin-top: .4rem;
 	}
 	.adv .advSwiper .intro .tit{
 		height: auto;
 	}
 	.adv .advSwiper .intro .tit b{
 		width: 1.2rem;
 		height: 1.2rem;
 		font-size: .5rem;
 		display: block;
 		line-height: 1.2rem;
 		background-size: auto 100%;
 		background-position: center;
 	}
 	.adv .advSwiper .intro .tit div{
 		width: 4.5rem;
 	}
 	.adv .advSwiper .intro .tit div h4{
 		font-size: .34rem;
 	}
 	.adv .advSwiper .intro .tit div  p{
 		font-size: .26rem;
 	}
 	.adv .advSwiper .intro .info{
 		margin-top: .3rem;
 	}
 	.adv .advSwiper .intro .info p{
 		font-size: .3rem;
 		line-height: .46rem;
 		height: 1.5rem;
 	}
 	.adv .advSwiper .intro .info img{
 		display: block;
 		margin-top: .2rem;
 		width: 100%;
 		height: auto;
 	}
 	.adv .advSwiper .pic{
 		width: 100%;
 	}
 	.adv .advSwiper .pic img{
 		display: block;
 		width: 100%;
 		height: auto;
 		margin: 0 auto;
 	}
 	.adv .advSwiper .intro{
 		width: 100%;
 	}
 	.adv .swiper-pagination{
 		margin-top: .6rem;
 		display: flex;
 		justify-content: space-between;
 		align-items: center;
 	}
 	.adv .swiper-pagination span{
 		display: block;
 		width:.8rem;
 		height: .04rem;
 		margin: 0 .1rem;
 		background: #BABABA;
 	}
 	.adv .swiper-pagination .swiper-pagination-bullet-active{
 		background: #0D75EC;
 	}
 	.lc{
 		background: #fff;
 		margin-top: .6rem;
 		height: auto;
 	}
 	.lc .title{
 		margin-top: 0;
 	}
 	.lc ul{
 		flex-wrap: wrap;
 		justify-content: center;
 		margin-top: .4rem;
 	}
 	.lc ul li{
 		width: 1.4rem;
 		margin-bottom: .5rem;
 		margin-left: .4rem;
 	}
 	.lc ul li:after{
 		width: .3rem;
 		height: .3rem;
 		background-size: auto 100%;
 		background-position: center;
 		right:-.35rem;
 		top: .6rem;
 	}
 	.lc ul li:nth-child(1){
 		margin-left: 0;
 	}
 	.lc ul li:nth-child(4):after{
 		right:.6rem;
 		top: initial;
 		bottom: -.5rem;
 		transform: rotate(90deg);
 	}
 	.lc ul li:nth-child(n+5):after{
 		transform: rotate(180deg);
 		right:1.45rem;
 	}
 	.lc ul li:nth-child(5){
 		order:3;
 		
 	}
 	.lc ul li:nth-child(6){
 		order:2;
 	}
 	.lc ul li:nth-child(7){
 		order: 1;
 		margin-left: 0;
 	}
 	.lc ul li div{
 		width: 1.4rem;
 		height: 1.4rem;
 	}
 	.lc ul li div img{
 		height: .6rem;
 	}
 	.cases {
 		height: auto;
 		margin-top: .6rem;
 	}
 	.cases .show{
 		width: 6.8rem;
 		margin: 0 auto;
 		margin-top: .3rem;
 	}
 	.cases .show .box{
 		width: 600%;
 	}
 	.cases .show .box .pic{
 		width: 50%;
 	}
 	.cases .show .box .pic ul li{
 		width: 16%;
 		margin-left: .6666%;
 		margin-bottom: .2rem;
 		height: auto;
 		border: 0.02rem solid #DCDCDC;
 		overflow: hidden;
 	}
 	.cases .show .box .pic div{
 		width: 93%;
 		margin: 4%;
 		height: auto;
 		margin-bottom: 0;
 	}
 	.cases .show .box .pic div img{
 		width: 100%;
 		display: block;
 		height: 2.24rem;
 	}
 	.cases ul li p{
 		font-size: .28rem;
 		line-height: .6rem;
 		height: auto;
 	}
 	.gg02{
 		background: url(../images/mgg02.jpg);
 		background-size: 100% auto;
 		height: 
 	}
 	.about{
 		padding: .7rem 0;
 		height: auto;
 		background: #F5F5F5;
 	}
 	.about .title{
 		margin-top: 0;
 	}
 	.about .pic{
 		margin-top: .3rem;
 		width: 100%;

 	}
 	.about .pic img{
 		width: 100%;
 		height: auto;
 	}
 	.about .intro{
 		width: 100%;
 		margin-top: .4rem;
 	}
 	.about .intro .info {
 		width: 6.8rem;
 		margin: 0 auto;
 		height: auto;
 	}
 	.about .intro .info {
 		font-size: .28rem;
 		text-align: justify;
 		line-height: .5rem;
 	}

 	.about .intro a{
 		width: 2.8rem;
 		margin: 0 auto;
 		margin-top: .6rem;
 		height: .8rem;
 		line-height: .8rem;
 		font-size: .24rem;
 		border-radius: 5px;
 	}
 	.honor .honorSwiper{
 		width: 100%;
 	}
 	.honor{
 		padding:  .5rem 0;
 	}
 	.honor .honorSwiper .swiper-slide img{
 		width: 100%;
 		height: auto;
 	}
 	.honor .honorSwiper .swiper-slide p{
 		font-size: .28rem;
 		margin-top: .2rem;
 	}
 	.honor .honorSwiper .bd{
 		width:3.5rem;
 		margin-top: .6rem;
 	}
  	.honor .honorSwiper .swiper-button-next, .honor .honorSwiper .swiper-button-prev{
  		width: .8rem;
  		height: .8rem;
  	}
  	.honor .honorSwiper .bd a{
  		width: 1.5rem;
  		height: .8rem;
  	}

 	.news{
 		margin-top: .3rem;
 		padding-bottom: .2rem;
 		height: auto;
 	}
 	.news .title{
 		margin-top: .5rem;
 	}
 	.news ul{
 		margin-top: .3rem;
 	}
 	.news ul li{
 		width: 100%;
 		height: auto;
 		overflow: hidden;
 		padding: .2rem;
 		margin-bottom: .2rem;
 	}
 	 
 	.news ul li img{
 		width: 2.4rem;
 		height: 1.57rem;
 	}
 	.news ul li .info{
 		width:3.8rem;
 	}
 	.news ul li .info h4{
 		font-size: .3rem;
 		margin-top:0;
 	}
 	.news ul li .info p{
 		font-size: .24rem;
 		height: .8rem;
 		line-height: .4rem;
 		margin-top: .1rem;
 	}
 	.news ul li .info span{
 		font-size: .2rem;
 		margin-top: 0;
 	}
 	.links{
 		display: none;
 	}

 	.gotop{
 		width: 100%;
 		height:.8rem;
 		background: #0D75EC;
 		display: flex;
 		justify-content: center;
 		align-items: center;
 		overflow: hidden;
 	}
 	.gotop img{
 		display: block;
 		margin-right: .1rem;
 		 
 	}

 	.gotop p{
 		color:#fff;
 		font-size: .28rem;
 		font-weight: bold;
 	}

 	.footer{
 		width: 100%;
 		margin-top: 0;
 		padding-bottom: 1.8rem;
 		background: #FFFFFF;
 	}
 	.footer .main{
 		height: auto;
 		min-height: auto;
 		display: block;
 	}
 	.footer .info{
 		width: 100%;
 		float: initial;
 		color:#666666;
 		line-height: .4rem;
 		text-align: center;
 		margin-top: .4rem;
 		font-size: .24rem;
 	}
 	.footer .ewm{
 		 float: initial;
 		 width: 5rem;
 		 margin: 0 auto;
 		 margin-top: .2rem;
 		 border: .02rem solid #555555;
 		 background: #fff url(../images/bg02.png) no-repeat 3.4rem center
 	}
 	.footer .ewm img{
 		width: 2.5rem;
 		height: 2.5rem;
 		margin: .2rem;
 	}
	.fn{
		width: 100%;
		position: fixed;
		height: auto;
		left: 0;
		z-index: 10000;
		display: block;
		bottom: 0;
	}
	.fn ul {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.fn ul li{
		float: left;
		width: 24.5%;
		height: auto;
		overflow: hidden;
		background: #0D75EC;
	}
	.fn ul li a{
		display: block;
	}
	.fn ul li img{
		display: block;
		height: .58rem;
		margin: 0 auto;
		margin-top: .2rem;
	}
	.fn ul li p{
		color:#fff;
		font-size: .24rem;
		text-align: center;
		margin-top: .1rem;
		margin-bottom: .2rem;
	}
	.pro-list{
		margin-top: .4rem;
	}
	.pro-img ul li{
		display: block !important;
	}
	.crumb i{
		width: .75rem;
		height: .7rem;
		line-height: .7rem;
		background-position: .28rem;
		background: url(../images/icon03.png) no-repeat 0.25rem center;
		 
	}
	.crumb p{
		font-size: .28rem;
		line-height: .7rem;
	}
	.crumb  a{
		font-size: .28rem;
		line-height: .7rem;
		display: initial;
		float: initial;
	}
	.page{
		margin: .5rem 0;
	}
	.page ul li{
		margin-top: .6rem;
		margin:0 .1rem;
		height: .5rem;
		border-radius: .05rem;
		line-height: .5rem;
		padding: 0 .2rem;
	}
	.in-news{
		width: 100%;
		height: auto;
		overflow: hidden;
		background: none;
		margin-top: .4rem;
	}

	.in-news ul li{
		background: #f2f2f2;
	}

	.in-news .title{
		margin-top: 0;
	}
	.in-news .list ul li{
		width: 100%;
		float:initial;
		padding-bottom: .25rem;
		margin-top: .25rem;
		border-bottom: 0.02rem dashed #ccc;
	}
	.in-news .list ul li:nth-child(2n){
		float: initial;
	}
	.in-news .list ul li:nth-child(n+6){
		display: none;
	}
	.in-news .list ul li .time{
		width: 1rem;
		height: 1rem;
	}
	.in-news .list ul li .time b{
		font-size: .32rem;
	}
	.in-news .list ul li .time p{
		font-size: .2rem;
	}
	.in-news .list ul li .info{
		width: 5.5rem;
	}

	.in-news .list ul li .info h4{
		font-size: .32rem;
	}
	.in-news .list ul li .info p{
		font-size: .26rem;
		height: .6rem;
		line-height: .5rem;
		-webkit-line-clamp:1;
		margin-top: .05rem;
	}

	.detailed{
		margin-top: .5rem;
	}
	.detailed .tit .bd{
		margin-top: .2rem;
	}
	.detailed .tit h4{
		font-size: .36rem;
	}
	.detailed .tit .bd{
		padding: .1rem 0;
	}
	.detailed .tit .bd span{
		font-size: .24rem;
		display: block;
		line-height: .36rem;
	}
	.detailed .intro{
		margin-top: .4rem;
		font-size: .28rem;
		line-height: .4rem;
	}
	.fy p{
		width: 50%;
		font-size: .24rem;
		line-height: .7rem;
		height: .7rem;
	}
	.fy a {
		max-width: 65%;
	}
	.fy p:nth-child(2){
		border-right: 1px solid #ccc;
	}
	.fy p:last-child{
		width: 100%;
		border-top: none;
	}
	.fy p:last-child a{
		width: 100%;
	}
	.culture{
		margin-top: .3rem;
		margin-bottom: 0;
	}
	.culture ul{
		flex-wrap: wrap;
		margin-top: .4rem;
	}
	.culture ul li{
		width: 2rem;
		margin-bottom: .4rem;
	}
	.culture ul li img{
		width: 100%;
	}
	.img-list{
		margin-top: .55rem;
	}
	.img-list .img{
		margin-top: .4rem;
	}

	.img-list .img ul li{
		float: left;
		width: 49%;
		margin:0;
		margin-bottom: .1rem;
	}
	.img-list .img ul li:nth-child(2n){
		float: right;
	}
	.img-list .img ul li p{
		font-size: .24rem;
		line-height: .6rem;
	}
 	.about-intro{
 		margin-top: .4rem;
 	}
	.about-intro .tit {
		margin-top: 0;
		padding-bottom: .2rem;
	}
	.about-intro .tit p{
		font-size: .36rem;
	}
	.about-intro .tit  span{
		font-size: .22rem;
	}
	.about-intro .tit:after{
		width: .6rem;
		height: .03rem;
		margin-left: -.3rem;
	}
	.about-intro  .info{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: .3rem;
		font-size: .28rem;
		line-height: .5rem;
	}
	.about-intro ul{
		margin-top: .3rem;
	}
	.about-intro ul li{
		width: 3.3rem;
		margin-bottom: .2rem;
	}
	.about-intro ul li img{
		display: block;
		width: 100%;
		height: auto;
	}
 	.map{
 		width: 100%;
 		height: 4rem;
 		margin-top: .3rem;
 	}
	
	.footer a{
	
		color:#666;
	}
}