*{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: auto;
	overflow: hidden;
}
.head .main{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 130px;
}
.head img{
	display: block;
}

.nav{
	width: 100%;
	height:70px; 
	overflow: hidden;
	background: #093EA3;
}
.nav ul{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.nav ul li{
	float: left;
	width: 150px;
	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 li:hover{
	background: #FF7900;
}
.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: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	display: block;
	margin: 0 5px;
}

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

.mbanner{
	display: none;
}


.title h4{
	color: #333333;
	font-size: 38px;
	text-align: center;
}
.title  b{
	color: #093ea3;
}
.title p{
	color: #666666;
	font-size: 15px;
	text-align: center;
	margin-top: 5px;
}
.product{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #F2F2F2;
	padding-top: 60px;
}

.tab{
 
	margin: 0 auto;
	margin-top: 30px;
	height: auto;
	overflow: hidden;
}
.tab ul {
	display: table;
	margin: 0 auto;
}

.tab ul li{
	float: left;
	width: 190px;
	height: 50px;
	border: 1px solid #E4E4E4;
	background: #fff;
	margin: 0 6px;
	box-sizing: border-box;
	text-align: center;
	transition: .5s;
	line-height: 50px;
}
.tab ul li a{
	color: #333333;
	font-size: 18px;
	display: block;
}
.tab ul li:hover{
	background: #093EA3;
	box-shadow:0 0 3px 3px #dbdbdb63;
}
.tab ul li:hover a{
	color: #fff;
}

.product .pic{
	width: 100%;
	height: 666px;
	overflow: hidden;
	margin-top: 30px;
	padding-bottom: 30px;
}

.product .pic ul li{
	float: left;
	width: 388px;
	height: auto;
	margin-left: 18px;
	overflow: hidden;
	position: relative;
	border: 1px solid #E4E4E4;
	box-sizing: border-box;
	margin-bottom: 16px;
}
.product .pic ul li:nth-child(3n-2){
	margin-left: 0;
}
.product .pic ul li img{
	display: block;
	width: 388px;
	height: 300px;
}
.product .pic ul li .info{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 240px;
	transition: .5s;
	background: rgba(44,81,148,.7);
}

.product .pic ul li .info p{
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	transition: .5s;
	line-height: 60px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	position: relative;
}

.product .pic ul li .info p:after{
	content: "";
	width: 38px;
	position: absolute;
	left: 50%;
	margin-left: -19px;
	height: 1px;
	background: #fff;
	opacity: 0;
	transition: .5s;
	bottom: 0;
}

.product .pic ul li  span{
	display: block;
	color: #fff;
	font-size: 14px;
	border: 1px solid #fff;
	width: 180px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	margin: 0 auto;
 	transition: .5s;
}

.gg{
	width: 100%;
	height: 242px;
	background: url(../images/gg.png) no-repeat center;
}


.hz{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #F6F4F4;
	padding-top: 60px;
	padding-bottom: 70px;
}
 
.hz .swiper-container{
	padding: 0 5px;
}

.hz .swiper-container{
	margin-top: 30px;
}

.hz .swiper-container  .swiper-slide  .img-box{
	border: 10px solid #fff;
	box-shadow: 0 0 5px 3px #ccc;
}
.hz .swiper-container  .swiper-slide{
 	margin-top: 5px;
}
.hz .swiper-container  .swiper-slide img{
	display: block;
	width: 265px;
	height: 170px;
}

.hz .swiper-container  .swiper-slide p{
	text-align: center;
	color: #333333;
	font-size: 16px;
	margin-top: 15px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.hz .swiper-button-next,.hz .swiper-button-prev{
	display: block;
	width: 52px;
	float: left;
	height: 50px;
}
.hz .swiper-button-next{
	background:#fff url(../images/prev.png) no-repeat center;
}

.hz .swiper-button-prev{
	background:#fff url(../images/next.png) no-repeat center;
}


.hz .btn{
	display: table;
	margin: 0 auto;
	margin-top: 40px;
}
.hz .btn a{
	display: block;
	width: 92px;
	height: 50px;
	background: url(../images/more.png)  no-repeat center;
	float: left;
	margin: 0 10px;
}

.about{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.about .bd{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 20px;
	box-sizing: border-box;
	background: #F4F4F4;
	margin-top: 30px;
}

.about .bd .pic{
	float: left;
	width: 548px;
	height: auto;
	overflow: hidden;
}
.about .bd .pic img{
	display: block;
	width: 548px;
	height: 378px;
}
.about .bd .intro{
	float: right;
	width: 550px;
	
	overflow: hidden;
	margin-top: 20px;
}


.about .bd .intro .info{
	height: auto;
	color: #444444;
	font-size: 16px;
	line-height: 32px;
	display: -webkit-box;
	-webkit-line-clamp:7;
	text-indent: 2em;
	-webkit-box-orient: vertical;
	overflow: hidden;
}	
.about .bd .intro a{
	display: block;
	width: 230px;
	height: 60px;
	border: 1px solid #093EA3;
	text-align: center;
	line-height: 60px;
	color: #093EA3;
	font-size: 18px;
	margin-top: 45px;
}


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

.adv ul li{
	width: 100%;
	height: 452px;
	overflow: hidden;
	position: relative;
	margin-top:-24px;
	background: url(../images/bg01.png)  no-repeat center bottom;
}

.adv ul li .main{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 452px;
}
.adv ul li:nth-child(1){
	z-index: 4;
}

.adv ul li:nth-child(2){
	height: 478px;
	z-index: 3;
	background: url(../images/adv-bg01.png) no-repeat,url(../images/bg01.png) no-repeat;
	background-position: center top,center bottom;
}
.adv ul li:nth-child(3){
	z-index: 2;
}
.adv ul li:nth-child(4){
	z-index: 1;
	height: 478px;
	background: url(../images/adv-bg02.png) no-repeat,url(../images/bg01.png)  no-repeat;
	background-position: center top,center bottom;
}
.adv ul li:nth-child(odd) .main{
	flex-direction:row-reverse;
}
.adv ul li .intro {
	float: left;
	width: 530px;
}

.adv ul li .intro .tit{
	height: auto;
	overflow: hidden;
}

.adv ul li .intro .tit img{
	display: block;
	float: left;
}


.adv ul li .intro .tit  div{
	float: left;
	margin-left: 13px;
}

.adv ul li .intro .tit  div h4{
	color: #093ea3;
	font-size: 36px;
}
.adv ul li .intro .tit  div  p{
	color: #b2b2b2;
	font-size: 16px;
	text-transform: uppercase;
}
.adv ul li .pic{
	float: right;
	position: relative;
}
.adv ul li .pic:after{
	content: "";

}
.adv ul li .pic img{
	display: block;
}
.adv ul li .intro .info{
	margin-left: 63px;
	margin-top: 20px;
}
.adv ul li .intro .info p{
	color: #333333;
	font-size: 16px;
	line-height: 24px;
	position: relative;
	padding-left: 20px;
	box-sizing: border-box;
}
.adv ul li .intro .info p:after{
	content: "";
	width:9px;
	height:9px;
	position: absolute;
	left: 0;
	top: 0;
	background: #999999;
	border-radius: 50%;
	top: 8px;
}


.lc{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
 
.lc ul li{
	float: left;
	
}
.lc ul li img{
	display: block;
	transition: .5s;
}
.lc ul li:hover img{
	transform: rotate(360deg);
}

.lc .swiper-container{
	margin-top: 30px;
}

.cases{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #F2F2F2;
	padding-top: 60px;
	margin-top: 70px;
	padding-bottom: 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{
	width: 284px;
	height: auto;
	float: left;
	margin-left: 20px;
	padding-bottom: 5px;
	overflow: hidden;
}
.cases .pic ul li img{
	display: block;
	width: 100%;
}
.cases .pic ul li p{
	width: 216px;
	height: 50px;
	background: #fff;
	box-shadow: 0 0 3px 1px #939292b3;
	text-align: center;
	line-height: 50px;
	color: #333333;
	font-size: 15px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
	z-index: 1;
	margin-top: -25px;
}

.news{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 70px;
}
.news .dt{
	float: left;
	width: 580px;
	height: auto;
	overflow: hidden;
	margin-top: 35px;
}
.news .tit{
	border-top: 1px solid #D9D9D9;
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	position: relative;
	margin-top: 3px;
}
.news .tit:after{
	content: '';
	width: 110px;
	height: 2px;
	position: absolute;
	left: 0;
	top: -2px;
	background: #0B40A4;
}
.news .tit h4{
	color: #093ea3;
	font-size: 24px;
	float: left;
	line-height: 50px;
	 
}
.news .tit a{
	display: block;
	float: right;
	color: #093ea3;
	line-height: 50px;
	font-size: 14px;
}
.news .dt .current{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	border-bottom: 1px solid #D9D9D9;
	box-sizing: border-box;
	padding-bottom: 20px;
}
.news .dt .current img{
	display: block;
	width: 567px;
	height: 313px;
}
.news .dt .current .intro{
	width: 100%;
	height: auto;
	margin-top: 20px;
	overflow: hidden;
}
.news .dt .current .t {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.news .dt .current .t span{
	display: block;
	width: 110px;
	height: 40px;
	background: #093EA3;
	border-radius: 20px;
	color: #fff;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	float: left;
}

.news .dt .current .t h4{
	color: #093ea3;
	width: 440px;
	font-size: 24px;
	float: left;
	margin-left: 14px;
	line-height: 40px;
	font-weight: normal;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news .dt .current p{
	color: #686767;
	font-size: 16px;
	line-height: 26px;
	height: 52px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	margin-top: 20px;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news .dt ul {
	width: 100%;
	height:225px;
	overflow: hidden;
	margin-top: 10px;
}
.news .dt ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 45px;
	position: relative;
}

.news .dt 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 .dt ul li span{
	float: right;
	color: #686767;
	font-size: 16px;
}
.news .dt ul li:after{
	content: ">";
	position: absolute;
	left: 0;
	top: 0;
	color: #686767;
	font-size: 16px;
	font-family: '宋体';
}

.news .qs{
	float: right;
	width: 580px;
	height: auto;
	overflow: hidden;
	margin-top: 35px;
}
.news .qs ul{
	height: auto;
	margin-top: 10px;
}
.news .qs ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 12px;
	padding: 20px 15px;
	box-sizing: border-box;
}
.news .qs ul li:nth-child(odd){
	background: #F1F1F1;
}
.news .qs ul li .q{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.news .qs ul li .q span{
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	background: #093EA3;
	color: #fff;
	font-size: 16px;
	float: left;
}

.news .qs ul li .q  p{
	float: left;
	width: 500px;
	float: left;
	margin-left: 10px;
	color: #093ea3;
	font-size: 18px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news .qs ul li .a {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.news .qs ul li .a span{
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	background: #7E7E7E;
	color: #fff;
	font-size: 16px;
	float: left;
}

.news .qs ul li .a p{
	float: left;
	margin-left: 10px;
	width: 500px;
	color: #808182;
	font-size: 15px;
	line-height: 24px;
}


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

}
.links .tit p{
	color: #666666;
	font-size: 18px;
	margin-left: 25px;
}

.links ul{
	float: right;
	width: 1040px;
	margin-top: 5px;
	height: 40px;
	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;
	margin-top: 30px;
	background: #093EA3;
}
.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;
}


.footer{
	width: 100%;
	height: auto;
	padding-top: 55px;
	box-sizing: border-box;
	overflow: hidden;
	background: url(../images/bg03.jpg);
	padding-bottom: 70px;
}

.footer .intro{
	float: left;
}
.footer .intro h4{
	color: #ffffff;
	font-size: 30px;
}

.footer .intro p{
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	margin-top: 20px;
}

.footer .ewm{
	float: right;
}
.footer .ewm img{
	display: block;
	width: 160px;
	height: 160px;
}
.footer .ewm p{
	text-align: center;
	color: #fff;
	font-size: 12px;
	margin-top:5px;
}


.float-right{
	width:auto;
	height: auto;
	overflow: hidden;
	position: fixed;
	bottom: 100px;
	right: 0;
	width: 180px;
	z-index: 100;
}
.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: #093EA3;
	color:#fff;
	font-size: 12px;
}
.img-list{
	padding-top: 20px;
	height: auto;
}
.img-list .pic{
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.img-list .pic ul li{
	float: left;
	width: 388px;
	height: auto;
	margin-left: 18px;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
.img-list .pic ul li:nth-child(3n-2){
	margin-left: 0;
}

.img-list .pic ul li img{
	display: block;
	width: 100%;
}
.img-list .pic ul li p{
	width: 100%;
	height: 50px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	position: absolute;
	left: 0;
	bottom: 0;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	background: rgba(10,62,163,0.6);
}
.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 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{
	text-align: center;
	margin-top: 15px;
}
.detailed .tit  span{
 
	font-size: 14px;
	color:#666;
	margin: 0 8px;
 
}


.detailed  .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	color:#333;
	font-size: 16px;
	line-height: 30px;
	min-height:150px;
}
.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);
    }

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


    .product .pic ul li:hover p{
    	margin-top: 70px;
    	font-weight: 800;
    }
    .product .pic ul li:hover span{
    	margin-top: 40px;
    }

    .product .pic ul li:hover p:after{
    	opacity: 1;
    }

    .news .dt ul li:hover a{
    	color: #093EA3;
    }

    .hz .swiper-button-next:hover{
    	background:#093EA3 url(../images/h-prev.png) no-repeat center;
    }
    .hz .swiper-button-prev:hover{
    	background:#093EA3 url(../images/h-next.png) no-repeat center;
    }

    .news-list ul li:hover a{
    	color: #093EA3;
    }
}



@media (max-width: 1199px){
	.main{
		width:7.1rem;
		margin: 0 auto;
	}

	.head .name{
		width: 4.2rem;
	}
	.head .main{
		height: 1.3rem;
	}
	.head img{
		display: block;
		width: 100%;
	}
	.head  .tel{
		width: 2.2rem;
	}
	.nav{
		width: 100%;
		height: auto;
		overflow: hidden;
		background: none;
	}
	.nav ul{
		width: 100%;
	}
	.nav ul li{
		width: 25%;
		background: #093EA3;
		line-height: .8rem;
		height: .8rem;
		margin-top: .02rem;
	}
	.nav ul li:first-child{
		border-left: none;
	}
	.nav ul li:after{
		width: .02rem;
		background: #fff;
	}
	.nav ul li:nth-child(4n):after{
		width: 0;
		height: 0;
		overflow: hidden;
	}
	.nav ul li a{
		font-size: .3rem;
	}
 	
	.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;
	}

	.mbanner{
		display: block;
	}
	.pcbanner{
		display: none;
	}
	.title{
		width: 6rem;
		margin: 0 auto;
	}
	.title h4{
		font-size: .48rem;
	}
	.title p{
		font-size: .24rem;
		margin-top: .1rem;
	}
	.product{
		padding-top: .5rem;
	}
	.tab {
		margin-top: .5rem;
	}
	.tab ul li{
		width: 2.2rem;
		margin: 0;
		margin-bottom: .1rem;
		line-height: .8rem;
		border: .02rem solid #E4E4E4;
		height: .8rem;
		margin-left: .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: 100%;
		height: auto;
		margin-top: .3rem;
		overflow: hidden;
	}
	.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 img{
		display: block;
		width: 100%;
		height: auto;
	}
	.product .pic ul li .info{
		bottom: 0;
		height: .6rem;
		top: initial;
	}
	.product .pic ul li  span{
		display: none;
	}
	.product .pic ul li .info p{
		line-height: .6rem;
		font-size: .28rem;
		margin-top: 0;

	}

	.gg{
		width: 100%;
		height: 2.42rem;
		background: url(../images/mgg.png) no-repeat center;
		background-size: 100% 100%;
	}
	.hz{
		padding: .6rem 0;
	}
	.hz .swiper-container{
		margin-top: .3rem;
	}
	.hz .swiper-container .swiper-slide img{
		width: 100%;
		height: auto;
	}
	.hz .swiper-container .swiper-slide .img-box{
		border: .14rem solid #fff;
		box-shadow: 0 0 .05rem .03rem #ccc
	}
	.hz .swiper-container .swiper-slide p{
		font-size:.28rem;
		margin-top: .2rem;
	}

	.hz .swiper-button-next, .hz .swiper-button-prev{
		width: .82rem;
		height: .8rem;
		background-size: auto;
	}
	.hz .btn{
		margin-top: .4rem;
	}

	.hz .swiper-button-next{
		background: #fff url(../images/prev.png) no-repeat center;
		background-size: auto .2rem;
	}

	.hz .swiper-button-prev{
		background: #fff url(../images/next.png) no-repeat center;
		background-size: auto .2rem;
	}


	.hz .btn a{
		height: .8rem;
		width: 1.4rem;
		background-size: auto  100%;
	}


	.about{
		margin-top: .6rem;
	}
	.about .main{
		width: 100%;
	}
	.about .bd{
		margin-top: .4rem;
		padding: .3rem;
	}
	.about .bd .pic{
		width: 100%;
		float: initial;
	}
	.about .bd .pic img{
		display: block;
		width: 100%;
		height: auto;
	}
	.about .bd .intro{
		width: 100%;
		margin: 0 auto;
		margin-top: .3rem;
	}
	.about .bd .intro .info{
		font-size: .28rem;
		text-indent: 2em;
		line-height: .46rem;
	}
	.about .bd .intro a{
		width: 3rem;
		height: .8rem;
		line-height: .8rem;
		font-size: .28rem;
		margin: 0 auto;
		margin-top: .6rem;
		border:.02rem solid #093EA3;
		margin-bottom: .3rem;
	}

	.adv{
		margin-top: .6rem;
		
	}
	.adv ul li{
		height: auto;
	 
		padding-top: 1rem;
		margin-top: -.15rem;
		box-sizing: border-box;
		height: 8rem;
		background-size: 200% auto;
	}
	.adv ul li .main{
		display: block;
		height: auto;
	}
	 
	.adv ul li .intro{
		width: 100%;
		margin-top: .4rem;
	}
	.adv ul li .intro .tit img{
		height: .88rem;
	}
	.adv ul li .intro .tit div h4{
		font-size: .4rem;
	}
	.adv ul li .intro .tit div p{
		font-size: .26rem;
		margin-top: .06rem;
	}
	.adv ul li .intro .info p{
		font-size: .28rem;
		line-height: .46rem;
	}
	.adv ul li .intro .info p:after{
		width: .16rem;
		height: .16rem;
	}
	.adv ul li .intro .info{
		margin-left: .8rem;
		margin-top: .4rem;
	}
	.adv ul li .pic{
		
		margin: 0 auto;
		float: initial;
 
	}
	.adv ul li .pic img{
		height: 2.8rem;
		margin: 0 auto;
	}

	.adv ul li:nth-child(2){
		height:8rem;
		background: url(../images/adv-bg01.png) no-repeat,url(../images/bg01.png) no-repeat;
		background-position: center top,center bottom;
		background-size: auto 7.8rem,200% auto;
	}


	.adv ul li:nth-child(4){
		height:8rem;
		background: url(../images/adv-bg02.png) no-repeat,url(../images/bg01.png) no-repeat;
		background-position: center top,center bottom;
		background-size: auto 7.8rem,200% auto;
	}

	.lc{
		margin-top: .6rem;
		width: 100%;
	}

	.lc ul li{
		width: 2.2rem;
	}
	.lc ul li img{
		width: 100%;
	}
	.lc .swiper-scrollbar{
		width: 100%;
		height: .1rem;
		background: #ccc;
		border-radius: .1rem;
		margin-top: .3rem;
	}
	.lc .swiper-scrollbar-drag{
		background: #093EA3;
		width: 0rem;
		height: .1rem;
	}
	.cases .show{
		margin-top: .5rem;
	}
	.cases .pic{
		width: 50%;
	}
	.cases .pic ul li{
		width: 12%;
		margin-left: .5%;
	}
	.cases .pic ul li p{
		width: 80%;
		height: .7rem;
		line-height: .7rem;
		font-size: .28rem;
	}
	.cases{
		margin-top: .6rem;
		padding: .6rem 0;
	}
	.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 .dt{
		float: initial;
		width: 100%;
		margin-top: .4rem;
	}
	.news .dt .current{
		width: 100%;
		margin: 0 auto;
		margin-top: .2rem;
		padding-bottom: .3rem;
		border-bottom: .02rem solid  #D9D9D9;
	}
	.news .dt .current img{
		width: 100%;
		height: auto;
	}
	.news .dt .current .t span{
		width: 1.2rem;
		height: .5rem;
		line-height: .55rem;
		border-radius: .3rem;
		font-size: .28rem;
		margin-top: .05rem;
	}
	.news .dt .current .t h4{
		width: 5.6rem;
		float: right;
		font-size: .36rem;
		line-height: .6rem;
	}
	.news .dt .current .intro{
		margin-top: .3rem;
	}
	.news .dt .current p{
		font-size: .28rem;
		line-height: .46rem;
		height: .9rem;
		margin-top: .2rem;
	}
	.news .dt ul{
		height: auto;
	}
	.news .dt ul li{
		line-height: .7rem;
	}
	.news .dt ul li a{
		width:5rem;
		margin-left: .25rem;
		font-size: .3rem;
	}
	.news .dt ul li span{
		font-size: .24rem;
	}
	.news .dt ul li:after{
		font-size: .24rem;
	}
	.news .qs{
		float: initial;
		width: 100%;
		margin-top: .4rem;
	}
	.news .qs ul li{
		padding: .3rem .2rem;
	}
	.news .qs ul li .q span{
		width: .5rem;
		height: .5rem;
		line-height: .5rem;
		font-size: .26rem;
	}
	.news .qs ul li .q p{
		width: 6rem;
		font-size: .3rem;
	}
	.news .qs ul li .a{
		margin-top: .2rem;
	}
	.news .qs ul li .a span{
		width: .5rem;
		height: .5rem;
		line-height: .5rem;
		font-size: .26rem;
	}
	.news .qs ul li .a  p{
		width: 6rem;
		font-size: .28rem;
		line-height: .46rem;
	}
	 
	.float-right{
		display:none;
	}


	.links{
		display: none;
	}
	.menu{
		display: none;
	}

	.footer{
		width: 100%;
		height: auto;
		min-height: 5rem;
		overflow: hidden;
		padding-top: .6rem;
		padding-bottom: 2rem;
		margin-top: .6rem;
	}
	.footer .intro {
		float: initial;
	}
	.footer .intro h4{
		font-size: .36rem;
	}
	.footer .intro p{
		font-size: .28rem;
		margin-top: .2rem;
		line-height: .46rem;
	}
	.footer .ewm{
		display: none;
	}
 	.crumbs{
 		height: .8rem;
 		line-height: .8rem;
 		padding: 0 .1rem;
 		box-sizing: border-box;
 	}
 	.crumbs p{
 		font-size: .28rem;
 	}
 	.crumbs a{
 		font-size: .24rem;
 		line-height: .8rem;
 		display: block;
 		float: left;
 		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.82rem;
 		height: auto;
 		overflow: hidden;
 		background: #093EA3;
 	}
 	.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: .24rem;
 		border: 0.02rem solid #eee;
 		line-height: .56rem;
 	}
 
 	.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: .1rem;
 		border-bottom: .02rem solid #eee;
 	}
 	.detailed .tit h4{
 		font-size: .38rem;
 	}
 	.detailed .tit p{
 		margin-top: .2rem;
 	}
 	.detailed .tit span{
 		font-size: .24rem;
 		display: block;
 		line-height: .4rem;
 	}
 	.detailed .info{
 		margin-top: .4rem;
 		font-size: .3rem;
 		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;
 	}
 	.img-list .pic{
 		margin-top: .3rem;
 	}

 	.img-list .pic ul li{
 		width: 3.5rem;
 		margin: 0;
 		margin-bottom: .2rem;
 	}
 	.img-list .pic ul li img{
 		display: block;
 		width: 100%;
 	}
 	.img-list .pic ul li:nth-child(2n){
 		float: right;
 	}
 	.img-list .pic ul li p{
 		height: .7rem;
 		line-height: .7rem;
 		font-size: .28rem;
 	}
} 