*{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: 1600px;
	margin: 0 auto;
}

 
.head {
	width: 100%;
	height: auto;
	overflow: hidden;
	box-shadow: 0 0 3px 1px #EEEEEE;
}

.head .main{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 122px;
}
.head img{
	display: block;
}
.head  .btn{
	display: none;
}


.banner{
	width: 100%;
	height: auto;
	min-height: 4rem;
	background: #eee;
	overflow: hidden;
	position: relative;
}
.banner  .swiper-wrapper  img{
	display: block;
	width: 100%;
}

 

.banner .swiper-pagination{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}
.banner .swiper-pagination span{
	width: 60px;
	height: 4px;
	background: #eee;
	display: block;
	margin: 0 3px;
}

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

.nav{
	opacity: 0;
}

.title{
	position: relative;
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
}
.title p{
	color: #1a1a1a;
	font-size: 36px;
	text-align: center;
	position: relative;
	font-weight: normal;
}

.title:after{
	content: "";
	width: 80px;
	height:2px;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	background: #216BB2;
	bottom: 0;
}
.title span{
	text-transform: uppercase;
	text-align: center;
	display: block;
	color: #999999;
	margin-top: 5px;
	font-size: 14px;

}

.title  b{
	font-weight: normal;
	color: #216bb2;
}

.product{
 	
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 20px;
	background: #F5F5F5;
}
.product .title{
	margin-top: 60px;
}
.product .menu{
	float: left;
	width: 300px;
	display: block;
	height: auto;
	overflow: hidden;
	background: #fff;
	margin-top: 30px;
}
.product .menu .tit {
	background: #216BB2;
	overflow: hidden;
	padding:  20px 0;
}
.product .menu .tit p{
	color: #ffffff;
	font-size: 30px;
	text-align: center;
}

.product .menu .tit span{
	display: block;
	text-align: center;
	color: #fff;
	margin-top: 5px;
	font-family: 'Arial';
	font-size: 12px;
	text-transform: uppercase;
}
.product .menu  .bd ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 12px;
}
.product .menu  .bd ul li h4{
	color: #222222;
	font-size: 18px;
	border-bottom: 1px solid #CCCCCC;
	height: 50px;
	border-top: 1px solid #CCCCCC;
	line-height: 50px;
	text-indent: 50px;
	font-weight: normal;
}
.product .menu  .bd ul li h4 a{
	color: #222222;
	font-size: 18px;
}
.product .menu  .bd dl{
	height: auto;
	overflow: hidden;
	margin-left: 50px;
	display: block;
}
.product .menu  .bd dl dd{
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 30px;
}
.product .menu  .bd dl dd:first-child{
	margin-top: 8px;
}
.product .menu  .bd dl dd a{
	color: #585858;
	font-size: 14px;
	display: block;
	text-indent: 10px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	display: block;
	background: url(../images/icon01.png) no-repeat left center;
	width: 230px;
}
.product .menu  .bd ul li:hover h4 a{
	color: #216bb2;
}
.product .menu  .bd ul li dl dd:hover a{
	color: #216bb2;
}

.product .pic{
	float: right;
	width: 1260px;
	height: auto;
	margin-top: 30px;
	overflow: hidden;
}
.product .pro-detailed{
	float: right;
	width: 1260px;
	height: auto;
	overflow: hidden;
}
.product .pic ul li {
	float: left;
	width: 400px;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-left: 30px;
	margin-bottom: 20px;
}


.product .pic ul li:nth-child(n+10)  {
	display: none;
}
.product .pic ul li img{
	display: block;
	width: 100%;
	transition: .5s;
 
}

.in-pro .pic ul li:nth-child(n+10)  {
	display: block !important;
}

.in-pro .pic ul li:nth-child(n+7)  {
	display: block !important;
}

.more{
	display: none;
}

.product .pic ul li p{
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 16px;
	white-space: nowrap;
	background: rgba(0,0,0,.8);
	transition: .5s;
	text-align: center;
	z-index: 1;
	bottom: 0;
	position: absolute;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product .pic ul li p:before{
	content: "";
	width: 36px;
	height: 2px;
	position: absolute;
	left: 50%;
	transition: .7s;
	background: #fff;
	opacity: 0;
	top:150px;
	margin-left: -18px;
}
.product .pic ul li p:after{
	content: '查看产品';
	width: 180px;
	height: 35px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 35px;
	color: #fff;
	font-size: 14px;
	display: block;
	position: relative;
	transition: .5s;
	opacity: 0;
	left: 50%;
	margin-top: -30px;
	margin-left: -90px;
}
.product .pic ul li:nth-child(3n-2){
	margin-left: 0;
}


.about{
	width: 1600px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
	padding: 30px;
	box-sizing: border-box;
	background: #F5F5F5;
}

.about .title{
	display: none;
}

.about .pic{
	float: left;
	width: 760px;
}
.about .pic img{
	display: block;
	width: 100%;
}
.about .intro{
	float: right;
	width: 714px;
	height: auto;
	margin-top: 20px;
	margin-right: 20px;
	overflow: hidden;
}

.about .intro h4{
	color: #2c2c2c;
	font-size: 30px;
	border-bottom: 1px solid #CCCCCC;
	height: 50px;
}

.about .intro .info{
	width: 100%;
	height: 210px;
	overflow: hidden;
	margin-top: 25px;
	color: #333333;
	font-size: 16px;
	text-indent: 2em;
	line-height: 30px;
}
.about .intro a{
	display: block;
	width: 160px;
	height: 40px;
	background: #216BB2;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	margin-top: 40px;
	border-radius: 5px;
}

.xz{
	width: 100%;
	height: 362px;
	background: url(../images/bg01.png) no-repeat center;
	margin-top: 60px;
	padding-top: 60px;
	box-sizing: border-box;
}

.xz .swiper-container{
	width: 1480px;
	margin: 0 auto;
	margin-top: 30px;
}

 
.xz .swiper-slide{
	float: left;
}
.xz .swiper-slide{
	width: 260px;
	
}
.xz .swiper-slide:last-child{
	margin-right: 0;
}
.xz .swiper-slide h4{
	display: block;
	width: 100%;
	height: 60px;
	border: 1px solid #222222;
	text-align: center;
	line-height: 58px;
	box-sizing: border-box;
	color: #222222;
	font-size: 30px;
	font-weight: normal;
	border-radius: 30px;
}
.xz .swiper-slide  p{
	color: #222222;
	font-size: 16px;
	line-height: 24px;
	width: 200px;
	margin: 0 auto;
	margin-top: 15px;
	text-align: center;
	margin-bottom: 10px;
}
.xz .swiper-slide:hover h4{
	background: #216BB2;
	border: 1px solid #216BB2;
	color: #fff;
}

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

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

.adv .swiper-container .swiper-slide{
	width: 383px;
	height: 385px;
	border: 1px solid #DDDDDD;
	box-sizing: border-box;
 
	overflow: hidden;
}
.adv .swiper-container .swiper-slide:first-child{
	margin-left: 0;
}

.adv .swiper-container .swiper-slide .pic{
	width: 239px;
	height: 160px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 40px;
	border-bottom: 1px solid #CCCCCC;
	box-sizing: border-box;
}
.adv .swiper-container .swiper-slide .pic img{
	display: block;
	margin: 0 auto;
}

.adv .swiper-container .swiper-slide .info{
	width: 100%;
	margin-top: 20px;
}
.adv .swiper-container .swiper-slide h4{
	color: #222222;
	font-size: 26px;
	text-align: center;
}
.adv .swiper-container .swiper-slide span{
	display: block;
	color: #888888;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 10px;
	text-align: center;
}

.adv .swiper-container .swiper-slide p{
	text-align: center;
	color: #3c3c3c;
	font-size: 18px;
	margin-top: 15px;
}


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

.cases ul{
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.cases ul li{
	float: left;
	width: 383px;
	height: auto;
	border: 1px solid #xlrDE;
	box-sizing: border-box;
	margin-left: 20px;
	background: #fff;
}
.cases ul li:first-child{
	margin-left: 0;
}
.cases ul li div{
	margin: 15px;
	margin-bottom: 0;
}

.cases ul li img{
	display: block;
	width: 100%;
}

.cases ul li p{
	text-align: center;
	font-size: 16px;
	color: #333333;
	font-size: 16px;
 	line-height: 50px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.news{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.news ul{
	margin-top: 30px;
}
.news ul li{
	float: left;
	width: 785px;
	height: auto;
	overflow: hidden;
	background: #F2F2F2;
	padding: 14px;
	margin-bottom: 15px;
	box-sizing: border-box;
}
.news ul li:nth-child(2n){
	float: right;
}
.news ul li .time{
	background: #999999;
	width: 95px;
 	overflow: hidden;
 	float: left;
	height: 95px;
}
.news ul li .time b{
	color: #ffffff;
	font-size: 32px;
	display: block;
	margin-top: 15px;
	text-align: center;
}
.news ul li .time span{
	text-align: center;
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: block;
}
.news ul li .info{
	float:left;
	margin-left: 20px;
	width: 630px;

}
.news ul li .info h4{
	color: #1a1a1a;
	font-size: 16px;
	width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
    overflow: hidden;
}

.news ul li .info p{
	color: #666666;
	font-size: 14px;
	margin-top: 8px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 25px;
}
.news ul li:hover .time{
	background: #216BB2;
}


.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #216BB2;
	border-top: 5px solid #1D5D99;
	padding-top: 50px;
	box-sizing: border-box;
	margin-top: 40px;
	padding-bottom: 45px;
}

.footer .info{
	color: #fff;
	float: left;
	font-size: 15px;
	line-height: 30px;
}
.footer .info h4{
	color: #fff;
	display: none;
}
.footer .ewm{
	float: right;
}
.footer .ewm img{
	display: block;
	width: 170px;
	height: 170px;
}
.footer .ewm p{
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-top: 5px;
}
.fn{
	display: none;
}
.mssg-intro{
	width:1080px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 50px;
}
.mssg-intro .bd{
	width: 970px;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	background: #eee;
}

.mssg-intro img{
	display: block;
	float: left;
}

.mssg-intro form{
	width:550px;
	float: left;
	margin-left: 30px;
	margin-top: 30px;
}

.mssg-intro form ul li{
	width: 100%;
	height:auto;
	overflow: hidden;
	border: 1px solid #d2d2d2;
	margin-bottom: 10px;
	background: #fff;
	border-radius: 5px;
}
.mssg-intro form ul li input{
	height: 50px;
	border: none;
	width: 100%;
	outline: none;
	text-indent: 10px;
	color:#999999;
	font-size: 16px;
	background: none;
	font-family: '微软雅黑' ;
}

.mssg-intro form ul li textarea{
	width: 500px;
	height: 100px;
	border: none;
	outline: none;
	font-family: '微软雅黑' ;
	resize: none;
	background: none;
 	text-indent: 10px;
	padding-top: 10px;
	color:#999;
	font-size: 16px;
}

.mssg-intro form .btn input{
	width: 220px;
	display: block;
	height: 45px;
	float: left;
	margin-top: 15px;
	background: #176cd6;
	outline: none;
	border: none;
	font-size: 18px;
	color:#fff;
	border-radius: 5px;
}
.mssg-intro form .btn input:last-child{
	float: right;
	background: #999;
}
.links{
	width:1600px;
	height:60px;
	margin: 0 auto;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	margin-top: 30px;
}

.links .tit{
	position: relative;
	z-index: 1;
	padding: 0 10px;
	transform: translateY(-15px);
	background: #fff;
	float: left;
	margin-left: 20px;
}

.links .tit p{
	color: #216bb2;
	font-size: 32px;
	line-height: 30px;
	float: left;
	font-family: 'Arial';
	text-transform: uppercase;
}
.links .tit span{
	display: block;
	float: left;
	line-height: 30px;
	margin-left: 5px;
	color: #333333;
	font-size: 14px;
}
.links ul{
	width: 100%;
	height:30px;
	overflow: hidden;
	margin-left: 20px;
 	
}
.links ul li{
	float: left;
	padding: 0 10px;
	position: relative;
}
.links ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	background: #808080;
}
.links ul li a{
	color: #666666;
	font-size: 12px;
	display: block;
}
.gotop{
	display: none;
}
.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 #eee;
	box-sizing: border-box;
	margin: 0 3px;
}

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

.page .thisclass{
	background: #0677F1;
	color:#fff;
	font-size: 12px;
}
.pro-list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.pro-list .tab{
	width: 100%;
	height: auto;
 
	overflow: hidden;
}
.pro-list .tab ul{
	display: table;
	margin: 0 auto;
	margin-top: 50px;
}
.pro-list .tab ul li{
	float: left;
	width: 163px;
	height: 50px;
	background: #eee;
	margin: 0 5px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 50px;
}
 
.pro-list .tab ul li a{
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color:#333;
	font-size: 16px;
}
.pro-list .tab ul li:hover{
	background: #0079C5;
}
.pro-list .tab ul li:hover a{
	color:#fff;
}

.pro-list  .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

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

.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:5px;
	font-family: '宋体';
}
.crumbs a:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}


.fy{
	width: 1600px;
	margin: 40px auto;
	height: auto;
	line-height: 40px;
	overflow: hidden;
	box-sizing: border-box;
	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;
}

.pro-detailed .fy{
	width: 100%;
}

.about-intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.about-intro .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	color:#333;
	font-size: 16px;
	margin-top: 30px;
}
.about-intro .intro img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.map{
	width: 100%;
	height: 400px;
	margin-top:30px;
}


.news-list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}

.news-list ul{
	margin-top: 30px;
}
.news-list ul li{
	float: left;
	width: 785px;
	height: auto;
	overflow: hidden;
	background: #F2F2F2;
	padding: 14px;
	margin-bottom: 15px;
	box-sizing: border-box;
}
.news-list ul li:nth-child(2n){
	float: right;
}
.news-list ul li .time{
	background: #999999;
	width: 95px;
 	overflow: hidden;
 	float: left;
	height: 95px;
}
.news-list ul li .time b{
	color: #ffffff;
	font-size: 32px;
	display: block;
	margin-top: 15px;
	text-align: center;
}
.news-list ul li .time span{
	text-align: center;
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: block;
}
.news-list ul li .info{
	float:left;
	margin-left: 20px;
	width: 630px;

}
.news-list ul li .info h4{
	color: #1a1a1a;
	font-size: 16px;
	width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
    overflow: hidden;
}

.news-list ul li .info p{
	color: #666666;
	font-size: 14px;
	margin-top: 8px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 25px;
}
.news-list ul li:hover .time{
	background: #216BB2;
}

 

.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  span{
	display: block;
	font-size: 14px;
	color:#666;
	margin-top: 15px;
	text-align: center;
}


.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){
 
 	.nav{
 		width: 1380px;
 		height: auto;
 		overflow: hidden;
 		margin:27px auto;
 		opacity: 1;
 	}
 	.nav ul{
 		display: flex;
 		justify-content: space-between;
 		align-items: center;
 	}
 	.nav ul li{
 		float: left;
 		width: 150px;
 		height: 45px;
 		text-align: center;
 		line-height: 45px;
 		border-radius: 30px;
 		overflow: hidden;
 	}
 	.nav ul li a{
 		color: #6f6f6f;
 		font-size: 18px;
 		display: block;
 	}
 	.nav ul li:hover{
 		background: #216BB2;
 	}
 	.nav ul li:hover a{
 		color: #fff;
 	}
    .img-box{
    	overflow: hidden;
    	height: auto;
    }
    .img-box img{
    	transition: .5s;
    }
    .img-box:hover img{
    	transform: scale(1.05);
    }

    .product .pic ul li:hover img{
    	transform: scale(1.05);
    }
    .product .pic ul li:hover p{
    	height: 100%;
    	font-size: 24px;
    	font-weight: bold;
    	line-height: 230px;
    	background: rgba(60,120,178,0.8);
    }
    .product .pic ul li:hover p:before{
    	opacity: 1;
    }
    .product .pic ul li:hover p:after{
    	opacity: 1;
    }


    

}




@media (max-width: 1660px)  {
	.main{
		width: 1400px;
	}
	
	.product .menu{
		height: 1225px;
	}
	.product .pic{
		width: 1070px;
	}
	.product .pro-detailed{
		width: 1070px;
	}
	.product .pic ul li{
		width: 346px;
		margin-left: 15px;
	}
	.product .pic ul li img{
		width: 100%;
	}

	.product .pic ul li:hover p{
		line-height: 200px;
	}
	.product .pic ul li:hover p:before{
		top: 140px;
	}
	.product .pic ul li:nth-child(n+10) {
		 display: block;
	}

	

	.about{
		width: 1400px;
	}
	.about .pic{
		width: 700px;
	}
	.about .intro{
		width: 610px;
		margin-right: 0;
	}

	.xz .swiper-container{
		width: 1400px;
	}
	.xz .swiper-slide{
		width: 256px;
	}
	.adv .swiper-container .swiper-slide{
		width: 333px;
	}
	.cases ul li{
		width: 335px;
	}

	.news ul li{
		width: 685px;
	}
	.news ul li .info{
		width: 535px;
	}
	.links{
		width: 1400px;
	}

	.fy{
		width: 1400px;
	}

	.news-list ul li{
		width: 680px;
	}
	.news-list ul li .info{
		width: 540px;
	}
}


@media (max-width: 1440px)  {

	.main{
		width: 1200px;
	}
	.nav{
		width: 1200px;
	}

	.product .menu{
		width: 240px;
		height: 1080px;
	}
	.product .menu .bd ul li h4{
		text-indent: 25px;
	}
	.product .menu .bd dl{
		margin-left: 25px;
	}
	.product .menu .bd dl dd a{
		width: 210px;
	}
	.product .pic{
		width: 940px;
	}
	.product .pro-detailed{
		width: 940px;
	}
	.product .pic ul li{
		width: 303px;
	}


	.product .pic ul li:hover p{
		line-height:160px;
	}
	.product .pic ul li:hover p:before{
		top: 120px;
	}
	.product .pic ul li p:after{
		margin-top: -10px;
	}
	.about{
		width: 1200px;
	}

	.about .pic{
		width: 695px;
	}
	.about .intro{
		margin-right: 0;
		width:425px;
	}
	.about .intro .info{
		height: 206px;
		display: -webkit-box;
		-webkit-line-clamp:7;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.xz .swiper-container{
		width: 1200px;
	}
	.xz .swiper-slide h4{
		width: 100%;
	}
	.xz .swiper-slide{
		width: 224px;
	 
	}
	.adv .swiper-container .swiper-slide{
		width: 283px;
	}
	.cases ul li{
		width: 285px;
	}
	.news ul li{
		width: 585px;
	}
	.news ul li .info{
		width: 440px;
	}
	.links{
		width: 1200px;
	}
	.fy{
		width: 1200px;
	}
	.news-list ul li{
		width: 590px;
	}
	.news-list ul li .info{
		width: 445px;
	}
}





 

@media (max-width: 1199px){
	.main{
		width:7.1rem;
		margin: 0 auto;
	}
	.head .main{
		height: 1.2rem;
	}
 	.head .tel{
 		display: none;
 	}
 	.head .name img{
 		width: 4.26rem;
 	}

 	.head .btn{
 		display: block;
 		width: .44rem;
 		height: .28rem;
 		background: url(../images/btn.png) no-repeat;
 		background-size:  auto 100%;
 	}

 	.nav {
 		opacity: 0;
 		visibility: hidden; 		 
 		width: 7.5rem;
 		height: 100%;
 		z-index: 100;
 		overflow: hidden;
 		background: rgba(0,0,0,.7);
 		position: fixed;
 		top: 1.2rem;
 		 
 	}
 	.nav-open{
 		opacity: 1;
 		visibility: initial;
 	}
 	.nav ul{
 		background: #282923;
 		width: 70%;
 	 	height: 100%;
 	 	transform: translateX(100%);
 	 	padding:.5rem;
 	 	box-sizing: border-box;
 	 	float: right;
 	 	
 	 	
 	}
 	.nav .on{
 		transform: translateX(0);
 	}
 	.nav ul li{
 		width: 100%;
 		height: auto;
 		line-height: .8rem;
 		height: .8rem;
 		overflow: hidden;
 		border-bottom: .02rem solid #575454;
 		position: relative;
 	}
 	.nav ul li:after{
 		content: "";
 		width: 100%;
 		height: .02rem;
 		left: 0;
 		bottom: 0;
 		position: absolute;
 		background:#000;
 	}
 	.nav ul li a{
 		color: #fff;
 		display: block;
 		font-size: .3rem;
 	}
 	.banner .swiper-pagination span{
 		width: .6rem;
 		height: .08rem;
 		outline: none;
 	}
 	.banner .swiper-pagination{
 		bottom: .2rem;
 	}
 	.pcbanner{
 		display: none;
 	}
 	.mbanner{
 		display: block;
 	}
 	.title{
 		padding-bottom: .2rem;
 	}
	.title p{
		font-size: .42rem;
	}
	.title span{
		font-size: .24rem;
		margin-top: .1rem;
	}
	.title:after{
		width: 1.2rem;
		height: .04rem;
		margin-left: -.6rem;
	}
	.product{
		
		padding-bottom: 0;
		background: none;
	}
	.product .title{
		margin-top: .6rem;
	}
	.product .main{
		overflow: hidden;
	}
	.product .menu{
		width: 100%;
		height: auto;
		overflow: hidden;
		background: none;
		margin-top: .4rem;
	}

	.product .menu .tit{
		width: 4rem;
		height: 1rem;
		margin: 0 auto;
		padding: 0;
	}
	.product .menu .tit span{
		display: none;
	}
	.product .menu .tit p{
		font-weight: bold;
		font-size: .36rem;
		line-height: 1rem;
		height: 1rem;
	}

	.product .box{
		position: fixed;
		left: 50%;
		display: none;
		top: 50%;
		width: 7rem;
		margin-left: -3.5rem;
		transform: translateY(-50%);
		background: #F5F5F5;
		padding:  .05rem 0;
		box-sizing: border-box;
		padding-top: .2rem;
		padding-bottom: .2rem;
		z-index: 99;
	}
	.product .box i{
		display: block;
		width: .8rem;
		height: .8rem;
		right: 0;
		top: -.3rem;	
		position: absolute;
		border-radius: 50% 50% 0 0 ;
 		background: #F5F5F5;
	}
	.product .box i:after{
		content: "x";
		font-size: .4rem;
		font-family: 'Arial';
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
		text-align: center;
		font-style: normal;
	}
	.product .menu .bd ul li{
		margin-bottom: .1rem;
		position: relative;
		border-bottom: .02rem solid #c2c2c266;
	}
	.product .menu .bd ul li:after{
		content: "+";
		font-size: .28rem;
		color: #666;
		width: .3rem;
	 
		text-align: center;
		position:absolute;
		top: 0;
		right: .2rem;
		height: .7rem;
		line-height: .7rem;
	}
	.product .menu .bd ul .on:after{
		content: "-";
	}
	.product .menu .bd ul li:last-child{
		border: none;
	}
	.product .menu .bd ul li h4 {
		border:none;
		line-height: .7rem;
		height: .7rem;
		text-indent: .3rem;

	}
	.product .menu .bd ul li h4 a{
		 
		font-size: .32rem;
	}
	.product .menu .bd dl{
		display: none;
	}
	.product .menu .bd dl dd a {
		font-size: .28rem;
	}
	.product .menu .bd dl dd:first-child{
		margin-top: 0;
	}
 	.product .menu .bd dl dd{
 		line-height: .6rem;
 		margin-top: 0;
 		height: .6rem;
 	}

 	.product .pic{
 		width: 100%;
 		height: auto;
 		overflow: hidden;
 		margin-top: .4rem;
 	}
 	.product .pro-detailed{
 		width: 100%;
 		margin-top:0;
 	}
 	.product .pic ul li{
 		width: 3.45rem;
 		margin: 0;
 		margin-bottom: .2rem;
 	}
 	.product .pic ul li:nth-child(2n){
 		float: right;
 	}
 	.product .pic ul li:nth-child(n+7){
 		display: none;
 	}
 	.product .pic ul li p{
 		font-size: .28rem;
 		height: .7rem;
 		line-height: .7rem;
 	}
 	.product .pic ul li a{
 		display: flex;
 		justify-content: center;
 		align-items: center;
 		flex-wrap: wrap;
 	}
 	.product .pic ul li:hover p{
 		line-height: 1.5rem;
 		font-size: .34rem;
 		font-weight: bold;
 	}
 	.product .pic ul li p:after{
 		width:2rem;
 		margin-left: -1rem;
 		height: .6rem;
 		margin-top: 0;
 		line-height: .6rem;
 		font-size: .24rem;
 	}
 	.product .pic ul li:hover p:before{
 		top: 1.2rem;
 		height: .04rem;
 		width: .6rem;
 		margin-left: -.3rem;
 	}

 	.more{
 		display: block;
 		margin: 0 auto;
 		width: 3.4rem;
 		height: .8rem;
 		line-height: .8rem;
 		background: #F2F2F2;
 		text-align: center;
 		color: #565656;
 		margin-top: .4rem;
 		font-size: .28rem;
 	}

	.about{
		 width: 100%;
		 height: auto;
		 overflow: hidden;
		 padding:.2rem .4rem;
		 margin-top: .6rem;
		 position: relative;
		 padding-bottom: 2rem;
	}
	.about .title {
		display: block;
		margin-top: .3rem;
	}
	.about .bd{
		margin-top: .3rem;
		padding: .2rem;
		box-sizing: border-box;
		background: #fff;
		height: auto;
		padding-bottom: .4rem;
		overflow: hidden;
	}
	.about .pic{
		width: 100%;
		background: #FFFFFF;
		
		float: initial;
		box-sizing: border-box;
	}
	.about .intro h4{
		display: none;
	}

	.about .intro{
		float: initial;
		width: 100%;
		margin-top:.3rem;
	}
	.about .intro .info{
		margin-top: 0;
		font-size: .3rem;
		height: auto;
		line-height: .46rem;
	}
	.about .intro a {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		width: 3.4rem;
		height: .8rem;
		line-height: .8rem;
		font-size: .28rem;
		margin-top: 1rem;
		border-radius:0;
	}
	.xz {
		margin-top: .6rem;
		padding: 0;
		overflow: hidden;
		position: relative;
		min-height: 3.7rem;
		height: auto;
		padding-bottom:.5rem;
		background: url(../images/bg02.png) no-repeat center;
		background-size: 100% 100%;
	}
	.xz .title{
		margin-top: .4rem;
	}
	.xz .swiper-container{
		width:6.5rem;
		position: initial;
		margin-top: .4rem;
		padding-bottom: .8rem;
	}

	.xz .swiper-wrapper{
		display: flex;
	}
	.xz .swiper-slide{
		margin: 0;
	}
	.xz .swiper-slide h4{
		border: .02rem solid #222;
		font-size: .32rem;
		height: .8rem;
		line-height: .78rem;
	}
 	.xz .swiper-slide p{
 		width: 80%;
 		font-size: .28rem;
 		line-height: .42rem;
 		margin-top: .1rem;
 	}
 	.xz .swiper-pagination{
 		width: 100%;
 		height: .6rem;
 		bottom: 0;
 		left: 0;
 		display: flex;
 		justify-content: center;
 		align-items: center;
 		background: #216BB2;
 		position: absolute;
 	}
 	.xz .swiper-pagination span{
 		display: block;
 		width: .2rem;
 		height: .2rem;
 		border-radius: 50%;
 		background: #999999;
 		float: left;
 		margin: 0 .1rem;
 	}
 	.xz .swiper-pagination .swiper-pagination-bullet-active{
 		background: #F2F2F2;
 	}

 	.adv{
 		margin-top: .6rem;
 		padding-bottom: 1rem;
 		position: relative;
 	}
 	.adv .swiper-container{
 		margin-top: .5rem;
 		position: initial;
 		padding-bottom: 1rem;
 	}
 	.adv .swiper-container .swiper-slide{
 		margin: 0;
 		height: auto;
 		padding-bottom: .5rem;
 		border: .02rem solid #DDDDDD;
 	}
 	.adv .swiper-container .swiper-slide .pic{
 		width: 2.4rem;
 		height: 1.8rem;
 		border-bottom: .02rem solid #ccc;
 		margin-top: .4rem;
 	}
 	.adv .swiper-container .swiper-slide .pic img{
 		display: block;
 		height: 1.4rem;
 	}
 	.adv .swiper-container .swiper-slide h4{
 		font-size: .32em;
 	}
 	.adv .swiper-container .swiper-slide span{
 		font-size: .2rem;
 		height: .55rem;
 		margin-top: .08rem;
 	}
 	.adv .swiper-container .swiper-slide p{
 		font-size: .28rem;
 		width: 96%;
 		margin: 0 auto;
 		height: .8rem;
 		margin-top: .2rem;
 	}

 	.adv .swiper-pagination{
 		width: 100%;
 		height: .6rem;
 		bottom: 0;
 		left: 0;
 		display: flex;
 		justify-content: center;
 		align-items: center;
 		background: #216BB2;
 		position: absolute;
 	}
 	.adv .swiper-pagination span{
 		display: block;
 		width: .2rem;
 		height: .2rem;
 		border-radius: 50%;
 		background: #999999;
 		float: left;
 		margin: 0 .1rem;
 	}
 	.adv .swiper-pagination .swiper-pagination-bullet-active{
 		background: #F2F2F2;
 	}

 	.cases{
 		margin-top: .6rem;
 		padding: .6rem 0;
 	}
 	.cases ul{
 		margin-top: .4rem;
 	}
 	.cases ul li{
 		width: 3.44rem;
 		margin: 0;
 		border:.02rem solid #xlrDE;
 		margin-bottom: .2rem;
 	}
 	.cases ul li div{
 		margin: .15rem;
 		margin-bottom: 0;
 	}
 	.cases ul li:nth-child(2n){
 		float: right;
 	}
 	.cases ul li p{
 		font-size: .28rem;
 		line-height: .6rem;
 		height: .6rem;
 	}
 	.cases .more{
 		display: block;
 		background: #216BB2;
 		color: #fff;
 	}
 	.news{
 		margin-top: .6rem;
 	}
 	.news ul{
 		height: auto;
 		overflow: hidden;
 		margin-top: .4rem;
 	}
 	.news ul li{
 		width: 100%;
 		float: initial;
 		margin: 0;
 		padding: .12rem;
 		margin-bottom: .2rem;
 	}
 	.news ul li .time{
 		width: 1.3rem;
 		height: 1.3rem;
 		background: #216BB2;
 	}
 	.news ul li .time b{
 		font-size: .42rem;
 		margin-top: .12rem;
 	}
 	.news ul li .time span{
 		font-size: .24rem;
 	}
 	.news ul li .info{
 		width:4.8rem;
 		margin-left: .3rem;
 	}
 	.news ul li .info h4{
 		margin-top: 0;
 		font-size: .3rem;
 	}
 	.news ul li .info p{
 		font-size: .26rem;
 		line-height: .38rem;
 		margin-top: .15rem;
 	}
 	


 	.news-list ul li{
 		width: 100%;
 		float: initial;
 		margin: 0;
 		padding: .12rem;
 		margin-bottom: .2rem;
 	}
 	.news-list ul li .time{
 		width: 1.3rem;
 		height: 1.3rem;
 		background: #216BB2;
 	}
 	.news-list ul li .time b{
 		font-size: .42rem;
 		margin-top:.12rem;
 		line-height: .6rem;
 		display: block;
 	}
 	.news-list ul li .time span{
 		font-size: .24rem;
 		display: block;
 		line-height: .4rem;
 	}
 	.news-list ul li .info{
 		width:4.8rem;
 		margin-left: .3rem;
 	}
 	.news-list ul li .info h4{
 		margin-top: 0;
 		font-size: .3rem;
 		line-height: .6rem;
 	}
 	.news-list ul li .info p{
 		font-size: .26rem;
 		line-height: .38rem;
 		margin-top: .15rem;
 	}
 	.crumbs{
 		height: .8rem;
 		line-height: .8rem;
 		padding: 0 .1rem;
 	}
 	.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;
 	}
 	 
 	.links{
 		display: none;
 	}

  
 	.gotop{
 		width: 100%;
 		height: .8rem;
 		background: #333333;
 		display: block;
 		margin-top: .6rem;
 		display: flex;
 		justify-content: center;
 		align-items: center;
 	}
 	.gotop  img{
 		display: block;
 		height: .2rem;
 		margin: .15rem;
 	}
 	.gotop p{
 		color: #fff;
 		font-size: .28rem;
 	}
 	.footer{
 		height: auto;
 		overflow: hidden;
 		background: #4C4C4C;
 		border: none;
 		margin-top: 0;

 		padding-top: .5rem;
 		padding-bottom: 2rem;
 	}
 	.footer .info h4{
 		display: block;
 		font-size: .4rem;
 		text-align: center;
 	}
 	.footer .info{
 		font-size: .28rem;
 		line-height: .46rem;
 		width: 100%;
 		text-align: center;
 	}
 	 
 	.footer .info p{
 		margin-top: .3rem;
 	}
 	.footer .ewm{
 		display: none;
 	}

 	.fn{
 		width: 7.5rem;
 		position: fixed;
 		bottom: 0;
 		display: block;
 		z-index: 1;
 	}
 	.fn ul {
 		display: flex;
 		justify-content: space-between;
 		align-items: center;
 	}
 	.fn ul li{
 		float: left;
 		width: 1.8rem;
 		height: auto;
 		overflow: hidden;
 		background: #216BB2;
 	}

 	.fn ul li img{
 		display: block;
 		height: .6rem;
 		margin: 0 auto;
 		margin-top: .2rem;
 	}
 	.fn ul li p{
 		text-align: center;
 		font-size: .28rem;
 		color: #fff;
 		margin-top: .1rem;
 		margin-bottom: .1rem;
 	}
 	.cr{
 		display: none;
 	}

 	.float{
 		width: 7.5rem;
 		margin: 0 auto;
 		display: block;
 	}
 	.float ul {
 		display: flex;
 		justify-content: space-between;
 		align-items: center;
 	}
 	.float ul li{
 		float: left;
 		width: 1.82rem;
 		height: auto;
 		overflow: hidden;
 		background: #0079C5;
 	}
 	.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;
 	}

 	.pro-list{
 		margin-top: .6rem;
 	}
 	.pro-list .tab ul{
 		margin-top: .4rem;
 	}
 	.pro-list .tab ul li{
 		width: 3.5rem;
 		margin: 0;
 		line-height: .8rem;
 		height: .8rem;
 		margin-bottom: .1rem;
 	}
 	.pro-list .tab ul li a{
 		font-size: .28rem;
 	}
 	.pro-list .tab ul li:nth-child(2n){
 		float: right;
 	}
 	.pro-list .pic{
 		margin-top: .4rem;
 	}
 	.pro-list .pic ul li{
 		width: 3.5rem;
 		margin: 0;
 		margin-bottom: .1rem;
 	}
 	.pro-list .pic ul li img{
 		width: 100%;
 	}
 	.pro-list .pic ul li:nth-child(2n){
 		float: right;
 	}
 	.pro-list .pic ul li p{
 		font-size: .28rem;
 		height: .5rem;
 		line-height: .5rem;
 	}
 	.page{
 		margin: .4rem auto;
 	}
 	.page ul li{
 		padding: 0 .2rem;
 		margin: 0 .06rem;
 		font-size: .24rem;
 		border: 0.02rem solid #eee;
 		line-height: .56rem;
 		margin-bottom: .1rem;
 	}
 	.about-intro{
 		margin-top: .6rem;
 	}
 	.about-intro .intro{
 		font-size: .28rem;
 		line-height: .42rem;
 		margin-top: .4rem;
 	}
 	.map{
 		width: 100%;
 		height: 4rem;
 		margin-top:.3rem;
 	}
 	.news-list{
 		margin-top: .4rem;
 	}
 	.news-list ul{
 		margin-top: .3rem;
 	}
 	.news-list ul li{
 		width: 100%;
 		height: auto;
 		float: initial;
 		overflow: hidden;
 		line-height: .8rem;
 		border-bottom: .02rem solid #eee;
 	}
 	.news-list ul li:after{
 		width: .1rem;
 		height: .1rem;
 		border-radius: 50%;
 	}
 	.news-list ul li a{
 		font-size: .28rem;
 		margin-left:.25rem;
 	}
 	.news-list ul li span{
 		display: block;
 		font-size: .24rem;
 	}
 	.detailed{
 		margin-top: .6rem;
 	}
 	.detailed .tit{
 		padding-bottom: .2rem;
 		border-bottom: .02rem solid #eee;
 	}
 	.detailed .tit h4{
 		font-size: .32rem;
 	}
 	.detailed .tit span{
 		font-size: .24rem;
 	}
 	.detailed .info{
 		margin-top: .4rem;
 		font-size: .28rem;
 		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;
 	}

 	.mssg-intro img{
 		display: none;
 	}
 	.mssg-intro{
 		width: 7.1rem;
 		margin: 0 auto;
 		margin-top: .6rem;
 	}
 	.mssg-intro .bd{
 		width: 100%;
 		margin-top: .3rem;
 	}
 	.mssg-intro form{
 		margin: .2rem;
 		width:6.7rem;
 	}
 	.mssg-intro form ul li input{
 		display: block;
 		height: .8rem;
 		font-size: .3rem;
 		text-indent: .2rem;
 	}
 	.mssg-intro form ul li textarea{
 		width: 100%;
 		margin-top: .05rem;
 		font-size: .3rem;
 	}
 	.mssg-intro form .btn input{
 		width: 3.2rem;
 		height: .8rem;
 		font-size: .3rem;
 		margin-top: .1rem;
 	}
 	.pro{
 		margin-top: .2rem;
 		padding: 0;
 	}
} 