*{margin: 0px;padding: 0px;}

body{background:#ffffff;

	margin:0px;

	padding:0px;

	text-decoration:none;

	font-variant:normal;

	font-family: "微软雅黑";

}

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;

}

.m img{

	display: none!important;

}

.pc img{

	display: block!important;

}

@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;

	}

	.m img{

		display: block!important;

	}

	.pc img{

		display: none!important;

	}

}

 



.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: auto;

	overflow: hidden;

}

.nav ul li{

	float: left;

	width: 150px;

	box-sizing: border-box;

	text-align: center;

	border-left: 1px solid #fff;

	height: 70px;

	line-height: 70px;

}

.nav ul li:last-child{

	border-right: 1px solid #fff;

}

.nav ul li a{

	color:#ffffff;

	font-size: 18px;

	display: block;

}

.banner{

	width: 100%;

	height: auto;

	overflow: hidden;

}

.banner   img{

	display: block;

	width: 100%;

}



.banner  img:last-child{

	display: none;

}



.title p{

	color:#333333;

	font-size: 38px;

	font-weight: bold;

	text-align: center;

}

.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;

	margin-left: 15px;

	height:55px;

	position: relative;

}

.product .list ul li:first-child{

	margin-left: 0;

}



.product .list ul li h4{

	width: 200px;

	height: 50px;

	cursor:pointer;

	border: 1px solid #DCDCDC;

	border-radius: 5px;

	line-height: 50px;

	position: relative;

	color:#555555;

	font-size: 18px;

	font-weight: normal;

	text-indent: 20px;

	box-sizing: border-box;

}

.product .list ul li h4 a{
	color:#555;
}

.product .list ul li h4:after{

	content: "";

	width: 5px;

	height: 8px;

	background: url(../images/icon01.png) no-repeat center;

	position: absolute;

	right:20px;

	top: 50%;

	transition: .3s;

	margin-top: -4px;

}

.product .list ul .n h4:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.product .list ul li .on:after{

	transform: rotate(90deg);

}

.product .list ul li dl{

	width: 100%;

	height: auto;

	overflow: hidden;

	border: 1px solid #DCDCDC;

	border-radius: 5px;

	display: none;

	box-sizing: border-box;

 	position: absolute;

 	z-index: 100;

 	top: 55px;

 	background: #fff;

}



.product .list ul li dl dd{

	width: 175px;

	margin: 0 auto;

	border-bottom: 1px solid #D2D2D2;

	height: 45px;

	line-height: 45px;

	text-align: center;

}

.product .list ul li dl dd:hover a{

	color:#0D75EC;

}



.product .list ul li dl dd a{

	color:#555555;

	font-size: 15px;

	display: block;

	white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

}

.product .list ul li dl dd:last-child{

	border: none;

}



.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;

	white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

	line-height: 45px;

}



.gg{

	width: 100%;

	height: 200px;

	background: url(../images/gg.jpg) no-repeat center;

	margin-top: 45px;

}



.adv{

	width: 100%;

	height: auto;

	overflow: hidden;

	margin-top: 60px;

}



.adv .adv-tit p{

	color:#333333;

	font-size: 40px;

	font-weight: bold;

	text-align: center;

}



.adv .adv-tit  b{

	color:#0d75ec;

}



.adv .adv-tit span{

	color:#666666;

	font-size: 15px;

	display: block;

	text-align: center;

	margin-top: 5px;

}



.adv .swiper-container{

	width: 100%;

	height: auto;

	overflow: hidden;

	margin-top: 35px;

}



@media (min-width: 1199px){



	.adv .swiper-wrapper{

		display: block;

	}

	.adv .swiper-slide{

	 	width: 100%;

	 	display: flex;

	 	justify-content: space-between;

	 	align-items: center;

	 	position: relative;

	}

	.adv .swiper-slide:after{

		content: "";

		width: 50px;

		height: 50px;

		background: url(../images/icon02.png) no-repeat center;

		position: absolute;

		left: 50%;

		top: 50%;

		margin-left: -25px;

		margin-top: -25px;

	}

	.adv .swiper-slide .tit{

		height: auto;

		overflow: hidden;

	}

	.adv .swiper-slide .tit img{

		display: block;

		float: left;

	}

	.adv .swiper-slide .tit div{

		float: left;

		margin-left: 30px;

	}

	.adv .swiper-slide .tit div p{

		color:#1a1a1a;

		font-size: 30px;

		white-space: nowrap;

	    text-overflow: ellipsis;

	    overflow: hidden;

	}

	.adv .swiper-slide .tit div span{

		display: block;

		color:#666666;

		font-size: 12px;

		text-transform: uppercase;

	}

	.adv .swiper-slide .intro{

		margin-left: 50px;

	}

	.adv .swiper-slide .info{

		height: auto;

		overflow: hidden;

		width: 470px;

		margin-top: 25px;

	}

	.adv .swiper-slide .info p{

		color:#666666;

		font-size: 16px;

		line-height: 35px;

		padding-left:10px;

		position: relative;

	}

	.adv .swiper-slide .info p:after{

		content: "";

		width: 4px;

		height: 4px;

		position: absolute;

		background: #666666;

		left: 0;

		top: 15px;

	}

	.adv .swiper-slide .pic img{

		display: block;

		width: 600px;

		height: 300px;

	}

	.adv .swiper-slide:nth-child(2n){

		flex-direction:row-reverse;

		justify-content: flex-end;

		flex-wrap: nowrap;

	}

	.adv .swiper-slide:nth-child(2n):after{

		transform: rotate(180deg);

	}

	.adv .swiper-slide:nth-child(2n) .intro{

		margin-left: 70px;

	}

} 





.lc{

	width: 100%;

	height: 620px;

	overflow: hidden;

	background: #F2F2F2;

	margin-top: 60px;

}

.lc .title{

	margin-top: 50px;

}

.lc ul {

	width: 1020px;

	margin: 0 auto;

	margin-top: 35px;

	height: auto;

	overflow: hidden;

	background: url(../images/bg01.png) no-repeat 135px center;

}

.lc ul li{

	float: left;

	width: 180px;

	background: #fff;

	height: 180px;

	margin-bottom: 40px;

	border-radius: 50%;

	border: 20px solid #B6D6F3;

	box-sizing: border-box;

	position: relative;

	margin-left: 100px;

}

.lc ul li:nth-child(4n-3){

	margin-left: 0;

}

.lc ul li p{

	text-align: center;

	color:#0d75ec;

	font-size: 24px;

	text-align: center;

	font-weight: bold;

	margin-top: 48px;

}

.lc ul li span{

	display: block;

	text-align: center;

	color:#666666;

	font-size: 12px;

	text-transform: uppercase;

}

.lc ul li svg{

	position: absolute;

	left: 0;

	top: 0;

	width: 140px;

	height: 140px;

	border-radius: 50%;

}

.lc ul li circle{

	cy:70;

	cx:70;

	r:68;

	stroke:#0D75EC;

	stroke-width:8;

	stroke-dasharray: 200 300 55;

    stroke-dashoffset: 286;

	fill:none;

}

.lc ul li:nth-child(2) circle{

	stroke-dasharray:200 300 105;

}



.lc ul li:nth-child(3) circle{

	stroke-dasharray:200 300 155;

}



.lc ul li:nth-child(4) circle{

	stroke-dasharray:200 300 210;

}

.lc ul li:nth-child(5) circle{

	stroke-dasharray:215 300 165;

	stroke-dashoffset:-213;

}



.lc ul li:nth-child(6) circle{

	stroke-dasharray:215 300 110;

	stroke-dashoffset:-213;

}



.lc ul li:nth-child(7) circle{

	stroke-dasharray:215 300 50;

	stroke-dashoffset:-213;

}

.lc ul li:nth-child(8) circle{

	stroke-dasharray:215 300 0;

	stroke-dashoffset:-213;

}



.lc ul li:nth-child(n+5){

	float: right;

	margin: 0;

	margin-left:100px;

}

.lc ul li:last-child{

	margin: 0;

}



.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;

	width: 1788px;

}

.cases ul li{

	float: left;

	width: 288px;

	height: auto;

	border: 1px solid #DCDCDC;

	margin-left: 10px;

	box-sizing: border-box;

	margin-bottom: 15px;

}

 



.cases ul li div{

	width: 256px;

	height: 256px;

	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: 256px;

}



.about{

	width: 100%;

	height: 600px;

	overflow: hidden;

	margin-top: 60px;

	background: #F2F2F2;

}

.about .title{

	margin-top: 50px;

}



.about  .pic{

	float: left;

	margin-top: 35px;

}

.about  .pic img{

	display: block;

	width: 600px;

	height: 377px;

}

.about  .intro{

	float: right;

	width: 560px;

	height: auto;

	overflow: hidden;

	margin-top: 50px;

}

.about  .intro .info {

	color:#1f1f1f;

	height: 270px;

	font-size: 16px;

	line-height: 30px;

}

.about  .intro  a{

	display: block;

	width: 150px;

	height: 50px;

	background: #0D75EC;

	text-align: center;

	line-height: 50px;

	font-size: 14px;

	color:#fff;

	margin-top:40px;

}





.hz{

	width: 100%;

	height: auto;

	overflow: hidden;

	margin-top: 60px;

}



.hz .show{

	width: 100%;

	height: auto;

	margin-top: 30px;

	overflow: hidden;

}

.hz .show .box{

	width: 800%;

}

.hz .pic{

	float: left;

}

.hz .pic ul li{

	width: 184px;

	height:auto;

	

	float: left;

	margin-left: 20px;

}



.hz .pic ul li img{

	display: block;

	width: 168px;

	height: 130px;

}



.hz .pic ul li div{

	width: 100%;

	padding: 8px;

	box-sizing: border-box;

	border: 1px solid #DCDCDC;

	margin-bottom: 0;

}



.hz .pic ul li p{

	text-align: center;

	color:#555555;

	font-size: 15px;

	white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;



	line-height: 30px;

}



.news{

	width: 100%;

	height: 800px;

	background: #F2F2F2;

	overflow: hidden;

	margin-top: 60px;

}

.news .title{

	margin-top: 50px;

}



.news ul{

	width: 100%;

	height: auto;

	margin-top: 30px;

	overflow: hidden;

}

.news ul li{

	width: 590px;

	height: 180px;

	background: #fff;

	box-sizing: border-box;

	float: left;

	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{

	background: #f2f2f2;

}

.links{

	width: 100%;

	height: auto;

	overflow: hidden;

  	margin-top: 25px;

  	margin-bottom: 20px;

}

.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: #0063C1;

 

}



.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 .info a{

	color:#fff;

	

}


.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 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/icon03.png) no-repeat right 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: 20px;

	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 p{

	text-align: center;

	color:#666666;

	font-size: 15px;

	line-height: 24px;

}

.detailed  .intro{

	color:#333;

	font-size: 16px;

	line-height: 30px;

	margin-top: 40px;

}

.detailed  .intro a{

	color:#333;

	
}

.detailed  .intro img{

	display: block;

	margin:0 auto;

	max-width: 100%;

}



.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: 62%;

	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;

}





.map{

	width: 100%;

	height: 400px;

	margin-top: 20px;

}

 



@media (max-width: 1199px){



	.top{

		display: none;

	}

	.main{

		width: 7.1rem;

	}

	.head  .main{

		justify-content: center;

		height: auto;

		padding: .1rem 0;

	}

 	.head .tel{

 		display: none;

 	}

 	.head .name{

 		width: 7.1rem;

 	}



 	.head .name img{

 		width: 100%;

 	}

	.banner img{

		display: none;

	}

	.banner img:last-child{

		display: block;

	}

	.nav{

		height: auto;

		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;

	}



	.title {

		padding-bottom: .3rem;

	}

	.title p{

		font-size: .42rem;

	}

	.title span{

		font-size: .24rem;

		margin-top:.1rem;

	}

 

 	 

 	.product .list{

 		margin-top: .2rem;

 	}

 	.product .list ul li{

 		width: 49%;

 		margin: 0;

 		height: .8rem;

 		margin-bottom: .1rem;

 	}

 	.product .list ul li dl{

 		top:.9rem;

 		padding: .02rem 0;

 		border-bottom: .02rem solid #D2D2D2;

 	}

 	.product .img ul li:nth-child(n+7){
 		display: none;
 	}



 	.product .list ul li dl dd{

 		width: 94%;

 		height: .7rem;

 		border-bottom: .02rem solid #D2D2D2;

 		line-height: .7rem;

 	}

 	.product .list ul li dl dd a{

 		font-size: .28rem;

 	}

 	.product .list ul li h4{

 		width: 100%;

 		height: .8rem;

 		line-height: .8rem;

 		border: .02rem solid #DCDCDC;

 		font-size: .32rem;

 	}

 	.product .list ul .on dl{
 		display: block;
 	}
 	.product .list ul li h4 i{
 		display: block;
 		width: 1rem;
 		height: .8rem;
 		float: right;
 		position: relative;
 		outline: none;
 	}
 	.product .list ul li h4 a{
 		display: block;
 	}
 	.product .list ul li h4 i:after{
 		content: "";
 		width: .15rem;
 		height: .2rem;
 		background: url(../images/icon01.png) no-repeat center;
 		position: absolute;
 		right:.2rem;
 		top: 50%;
 		transition: .3s;
 		margin-top: -.1rem;
 	}
 	.product .list ul .on  h4 i:after{
 		transform: rotate(90deg);
 	}
 	.product .list ul li:nth-child(2n){

 		float: right;

 	}

 	.product .list ul li h4:after{
 		width: 0;
 		height: 0;
 		overflow: hidden;
 	}

 	.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 div{

 		width: 93%;

 		margin:  4%;

 		margin-bottom: 0;

 	}

 	.product .img ul li img{

 		width: 100%;

 		height: auto;

 	}

 	.product .img ul li p{

 		font-size: .28rem;

 		line-height: .5rem;

 	}

 	.gg{

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

 		background-size: auto 100%;

 		height: 2.3rem;

 		margin-top: .6rem;

 	}



 	.adv{

 		width: 7.1rem;

 		margin: 0 auto;

 		height: auto;

 		overflow: hidden;

 		margin-top: .6rem;

 	}



 	.adv .adv-tit p{

 		font-size: .42rem;

 	}

 	.adv .main{

 		width: 7.1rem;

 	}

 	.adv .adv-tit span{

 		font-size: .24rem;

 		line-height: .36rem;

 	}

 	.adv .swiper-container{

 		margin-top: .35rem;

 	}

 	.adv .swiper-slide{

 		display: flex;

 		justify-content: center;

 		flex-wrap: wrap;

 		flex-direction: column-reverse;

 	}

 	.adv .swiper-slide .pic {

 		height: auto;

 		overflow: hidden;

 	}

 	.adv .swiper-slide .pic img{

 		display: block;

 		width: 100%;

 	}



 	.adv .swiper-slide .intro{

 		width: 100%;

 		height: auto;

 		overflow: hidden;

 		margin-top: .3rem;

 	}

 	.adv .swiper-slide .tit{

 		width: 100%;

 		height: auto;

 		overflow: hidden;

 	}

 	.adv .swiper-slide .tit img{

 		display: block;

 		height: .67rem;

 		float: left;

 		margin-top: .15rem;

 	}



 	.adv .swiper-slide .tit div{

 		float: left;

 		width: 6.1rem;

 		margin-left: .25rem;

 	}



 	.adv .swiper-slide .tit div p{

 		color:#1a1a1a;

 		font-size: .46rem;

 	}

 	.adv .swiper-slide .tit div span{

 		font-size: .2rem;

 		color:#666666;

 		display: block;

 		text-transform: uppercase;

 	}

 	.adv .swiper-slide .info{

 		width: 100%;

 		height: auto;

 		overflow: hidden;

 		margin-top: .2rem;

 	}

 	.adv .swiper-slide .info p{

 		color:#666666;

 		font-size: .28rem;

 		padding-left: .2rem;

 		line-height: .4rem;

 		position: relative;

 		margin-bottom: .1rem;

 	}

 	.adv .swiper-slide .info p:after{

 		content: "";

 		width: .08rem;

 		height: .08rem;

 		background: #666666;

 		position: absolute;

 		left: 0;

 		top: .2rem;

 	}



 	.adv .swiper-pagination{

 		width: 100%;

 		height: auto;

 		overflow: hidden;

 		display: flex;

 		justify-content: space-between;

 		align-items: center;

 		margin-top: .5rem;

  

 	}

 	.adv .swiper-pagination .swiper-pagination-bullet{

 		width: 24%;

 		background: #BABABA;

 		display: block;

 		height:.02rem;

 		margin: 

 	}

 	.adv .swiper-pagination  .swiper-pagination-bullet-active{

 		background: #0D75EC;

 	}



 	.lc{

 		background: #fff;

 		margin-top: .6rem;

 		height: auto;

 	}

 	.lc .title{

 		margin-top: 0;

 	}

 	.lc ul{

 		width: 6rem;

 		height: auto;

 		background: none;

 		margin-top: .4rem;

 	}



 	.lc ul li{

 		width: 2.7rem;

 		margin: 0 !important;

 		float: left !important;

 		height:2.7rem;

 		border: .3rem solid #B6D6F3;

 		margin-bottom: 0.2rem !important;

 	}

 	.lc ul li:nth-child(2n){

 		float: right !important;

 	}

 	.lc ul li p{

 		font-size: .32rem;

 		margin-top: .7rem;

 	}

 	.lc ul li span{

 		font-size: .2rem;

 	}

 	.lc ul li svg{

 		width: 120px;

 		height: 120px;

 		left: -3px;

 		top: -2px;

 	}



 	.lc ul li svg{

 		width:2.15rem;

 		left: -0.03rem;

 		height: 2.15rem;

 

 	}



 	.lc ul li circle{

 		cy: 1.08rem;

 		cx: 1.08rem;

 		r: 1.04rem;

 		stroke: #0D75EC;

 		stroke-width: .1rem;

 		stroke-dasharray: .8rem 3rem 9rem;

 		stroke-dashoffset: -3.25rem;

 		fill: none;

 	}

 	.lc ul li:nth-child(2) circle{

 		 stroke-dasharray: 1.6rem 3rem 9rem;

 	}

  	.lc ul li:nth-child(3) circle{

 		 stroke-dasharray: 2.4rem 3rem 9rem;

 	}



 	.lc ul li:nth-child(4) circle{

 		stroke-dasharray: 3.5rem 3rem 9rem;

 	}





 	.lc ul li:nth-child(5) circle {

 	    stroke-dasharray: 3.5rem 3rem 2.5rem;

 	    stroke-dashoffset: -3.25rem;

 	}



 	.lc ul li:nth-child(6) circle {

 	 	stroke-dasharray: 3.5rem 3rem 1.65rem;

 	    stroke-dashoffset: -3.25rem;

 	}



 	.lc ul li:nth-child(7) circle {

 	   stroke-dasharray: 3.5rem 3rem .8rem;

 	   stroke-dashoffset: -3.25rem;

 	}



 	.lc ul li:nth-child(8) circle {

 	   stroke-dasharray: 0rem 0rem 0rem;

 	   stroke-dashoffset: 0rem;

 	}

 	.cases {

 		height: auto;

 	}

 	.cases .show{

 		width: 7.1rem;

 		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: auto;

 	}

 	.about{

 		margin-top: .6rem;

 		height: auto;

 		background: #fff;

 	}

 	.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;

 	}



 	.hz{

 		margin-top: .6rem;

 	}

 	.hz .show{

 		margin-top: .2rem;

 	}

 	.hz .show .pic{

 		float: left;

 		width: 50%;

 	}

 	.hz .pic ul li{

 		width: 12%;

 		margin-left: .5%;

 	}

 	.hz .pic ul li div{

 		padding: 3%;

 		margin-bottom: 0;

 	}

 	.hz .pic ul li div img{

 		width: 100%;

 		display: block;

 	}

 	.hz .pic ul li p{

 		font-size: .28rem;

 	}



 	.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: .3rem;

 		margin-bottom: .2rem;

 	}

 	 

 	.news ul li img{

 		width: 2.1rem;

 	}

 	.news ul li .info{

 		width: 4.1rem;

 	}

 	.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{

 		display: none;

 	}

	.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;

	}

	.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;

	}

	.page{

		margin-top: .5rem;

	}

	.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: .2rem 0;

	}

	.detailed .tit .bd p{

		font-size: .24rem;

		line-height: .4rem;

	}

	.detailed .intro{

		margin-top: .4rem;

		font-size: .28rem;

		line-height: .4rem;

	}


	.fy p{

		width: 50%;

		font-size: .24rem;

		line-height: .7rem;

		height: .7rem;

	}

	.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%;

	}



	.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;

	}

 	.map{

 		width: 100%;

 		height: 4rem;

 		margin-top: .3rem;

 	}

}