*{margin:0px;padding:0px;}body{background:#fff;margin:0px;padding:0px;text-decoration:none;font-variant:normal;font-family:'Microsoft YaHei';}a:link,a:visited,a:hover,a:active{text-decoration:none;}a{text-decoration:none;}li{list-style-type:none;}ul,ol{list-style-type:none;list-style-image:none;}input[type="button"],input[type="submit"],input[type="text"]{-webkit-appearance:none;}textarea{-webkit-appearance:none;}select{-webkit-appearance:none;}html{font-size:12px;}@media screen and (max-width:1199px){html{font-size:100px;}body{max-width:750px;margin:0 auto;}}@media (max-width:767px){html{font-size:13.333333333333vw;}body{max-width:initial;}}


 
@font-face {
    font-family:SourceHanSansCN-ExtraLight;
    src: url(../font/SourceHanSansCN-ExtraLight.ttf),url(../font/SourceHanSansCN-ExtraLight.woff);

}

body{
	overflow-x: hidden;
}

.detailed .info a{color:#333;}
.detailed .info a:hover{color:#0f5d9b;}
.main{
	width: 1600px;
	margin:0 auto;
 
}

 
 
 
.head{
	width: 100%;
	height:110px;
 
 
}
.head .main{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 110px;
}
.head .name img{
	display: block;
}
.head .tel img{
	display: block;
	margin-right: 30px;
}
.head .tel{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
.head .tel:after{
	content: "";
	width: 1px;
	height: 48px;
	position: absolute;
	left: 120px;
	top: 50%;
	transform: translateY(-50%);
	background: #BFBFBF;
}
.head .tel  b{
	color: #0F5D9B;
	font-size: 30px;
	line-height: 36px;
 	
	display: block;
	max-width: 230px;
 
 	
   
}
  
.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.banner  .swiper-wrapper  img{
	display: block;
	width: 100%;
}

.pcbanner  .swiper-pagination{
	display: flex;
	justify-content: center;
	align-items: center;
	bottom:40px !important;
	position: absolute;
	z-index: 1;
}

.pcbanner  .swiper-pagination span{
	display: block;
	width: 10px;
	height: 10px;
	opacity: 1;
 	transition: .5s;
	border-radius: 30px;
	background: #fff;
	margin: 0 5px !important;
	position: relative;
	outline: none;
}

.pcbanner  .swiper-pagination .swiper-pagination-bullet-active{
 	width: 37px;
 	background:#0F5D9B;
}
 
.mbanner{
	display: none;
}
.in-banner img{
	display: block;
	width: 100%;
}
.in-banner img:last-child{
	display: none;
}



.title h4{
	color: #3e3e3e;
	font-size: 36px;
	text-align: center;
	font-weight: normal;
}
.title  b{
	font-weight: normal;
	color: #0f5d9b;
}

.title  p{
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
}


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

.item ul {
	margin-top: 50px;
}
.item ul li{
	float: left;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.item ul li img{
	display: block;
	width: 100%;
}
.item ul li p{
	text-align: center;
	font-size: 18px;
	color: #878787;
	margin-top: 10px;
	 white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}



.adv{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #F2F2F2;
	padding: 60px 0;
	box-sizing: border-box;
	margin-top: 70px;
}

.adv ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 70px;
}

.adv ul li{
	width: 30.8%;
	background: #fff;
	height: 330px;
	padding: 0  60px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.adv ul li i img{
	display: block;
	margin: 0 auto;
}
.adv ul li h4{
	text-align: center;
	color: #0f5d9b;
	font-size: 24px;
	margin-top: 20px;
	font-weight: normal;
}
.adv ul li p{
	text-align: center;
	font-size: 18px;
	color: #6b6b6b;
	line-height: 30px;
	text-align: center;
	margin-top: 20px;
}
.tab {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}

.tab ul {
	display: table;
	margin: 0 auto;
}

.tab ul li{
	float: left;
	width: 211px;
	height:50px;
	background:#0F5D9B;
	text-align: center;
	margin-left:25px;
	line-height: 50px;
	margin-top: 10px;
	border-radius: 5px;
}
.tab ul li a{
	display: block;
	color: #fff;
	font-size: 18px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tab ul li:nth-child(5n-4){
	margin-left: 0;
}


.about{
	width: 100%;
	height: 739px;
	background:url(../images/about.jpg) no-repeat center;
	background-size:cover;

}

.about .main{
	height: 739px;
}
.about .intro {
	width: 774px;
	height: 528px;
	background: rgba(0, 0, 0, .4);
	float: right;
	padding: 40px 45px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
}
.about .intro .tit{
	position: relative;
	padding-bottom: 20px;
}
.about .intro .tit:after{
	content: "";
	width: 70px;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
}

.about .intro .tit span{
	color: #fff;
	font-size:24px;
	text-transform: uppercase;
}

.about .intro .tit h4{
	color: #fff;
	font-size: 18px;
}

.about .intro .info{
	width: 100%;
	height: 150px;
	overflow: hidden;
	margin-top: 40px;
	color: #fff;
	font-size: 16px;
	text-indent: 2em;
	line-height: 30px;
}


.about .intro .info a{
	color: #fff;
}

.about .intro  ul {
	width: 100%;
	height: auto;
	display: flex;
	background: #0F5D9B;
	padding: 0 30px;
	box-sizing: border-box;
	justify-content: space-between;
	align-items: center;
	margin-top: 55px;
	overflow: hidden;
}

.about .intro  ul li{
	height: 110px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.about .intro  ul li p{
	color: #fff;
	font-size: 16px;
}

.about .intro  ul li b{
	font-size: 30px;
	font-weight: normal;
}

.about .intro  ul li h4{
	text-align: center;
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	margin-top: 5px;
}



.cases{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 80px;
}
.cases .show{
	width: 100%;
	height: auto;
	margin-top: 60px;
	overflow: hidden;
}
.cases .show .box{
	width: 800%;
}
.cases .show .pic{
	float: left;
  
}
.cases .show .pic ul li{
	float: left;
	width: 489px;
	margin-left: 25px;
}

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

.cases .show .pic ul li p{
	text-align: center;
	font-size: 18px;
	width: 100%;
	height: 70px;
	line-height: 70px;
	background: #ECECEC;
	 white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #3e3e3e;
}


  
.news{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 70px;
	background: #F8F8F8;
	padding: 80px 0;
	box-sizing: border-box;
}



.news .left{
	float: left;
	width:756px;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}

.news .left ul li{
	float: left;
	width: 367px;
	/*height: 507px;*/
	height: 512px;
	background: #FFFFFF;
	overflow: hidden;
}

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

.news .left ul li:nth-child(2n){
	float: right;
}

.news .left ul li .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top:10px;
	padding:15px;
	padding-bottom: 40px;
	box-sizing: border-box;
}

.news .left ul li .intro h4{
	width: 100%;
	color:#333333;
	font-size: 18px;
	width: 100%;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.news .left ul li .intro p{
	color: #868484;
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 16px;
	margin-top: 20px;

}

.news .left ul li .intro span{
	display: block;
	color: #868484;
	font-size: 16px;
	margin-top: 40px;
	background: url(../images/icon02.png) no-repeat right center;
	line-height: 23px;
}


.news  .right{
	float: right;
	width: 820px;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}

.news  .right ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
	padding: 0 15px;
	box-sizing: border-box;
	margin-bottom:18px;
}

.news  .right ul li a{
	display: flex;
	align-items: center;
	height: 157px;
	justify-content: space-between;
}
.news  .right ul li .time{
	display: table;
}

.news  .right ul li .time b{
	color: #555555;
	font-size: 36px;
	text-align: center;
	display: block;
}

.news  .right ul li .time  p{
	color: #555555;
	font-size: 16px;
	text-align: center;
}

.news  .right ul li .intro{
	float: right;
	width: 680px;
	height: 120px;
	overflow: hidden;
	margin-right: 20px;
	padding-left: 30px;
	border-left: 1px solid #E4E4E4;
	box-sizing: border-box;
	padding-top: 10px;
	box-sizing: border-box;
}

.news  .right ul li .intro h4{
	color: #333333;
	font-size: 18px;
	width: 100%;
 	white-space: nowrap;
 	overflow: hidden;
 	text-overflow: ellipsis;
}

.news  .right ul li .intro  p{
	color: #939292;
	font-size: 16px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	margin-top: 10px;
	overflow: hidden;

}


.footer{
	width: 100%;
	height:auto;
 
	box-sizing: border-box;
	overflow: hidden;
	padding-top: 60px;
	box-sizing: border-box;
	background: url(../images/bg02.jpg) no-repeat center;
}
.footer .intro{
	float: left;
	width: 730px;
	height: auto;
	margin-bottom: 40px;
}
.footer  .tit h4{
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
.footer .intro  .info {
	margin-top: 20px;
}

.footer .intro  .info h4{
	color:#fff;
	font-size: 24px;
	font-weight: normal;
}

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

.footer .ewm{
	float: right;
	text-align: right;

}

.footer .ewm img{
	display: block;
	width: 138px;
	height: 138px;
	display: inline-block;
	margin-top: 30px;
}
.footer  .cr {
	color: #fff;
	text-align: right;
	font-size: 16px;
	line-height: 30px;
	margin-top: 40px;
}

.links{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-top: 1px solid #3E3E3E;
	box-sizing: border-box;
}

.links .tit {
	display: flex;
	height: 90px;
	align-items: center;
	float: left;
}
.links .tit img{
	display: block;
	margin-right: 10px;
}

.links .tit p{
	color: #fff;
}
.links ul{
	width: 1470px;
	margin-left: 20px;
	float:left;
	height: 90px;
	overflow: hidden;
}
.links ul li {
	line-height: 90px;
	float:left;
	padding:0 10px;
}
.links ul li a{
	color: #fff;
	font-size: 16px;
}
.gotop{
	width: 50px;
	height: 50px;
	background:#019934;
	position: fixed;
	right: 10px;
	bottom:400px;
	z-index: 100;
	display: none;
	justify-content: center;
	align-items: center;
	 cursor:hand; 
	border-radius: 10px;
}
.gotop img{
	display: block;
	height: 30px;
}
.float-right{
	width:auto;
	height: auto;
	overflow: hidden;
	position: fixed;
	bottom: 400px;
	right: 0;
	width: 190px;
	z-index: 1000;
}
.float-right ul li{
	width: 190px;
	margin-top: 5px;
	height:auto;
	overflow: hidden;
	margin-left: 130px;
	position: relative;
	 
	transition: .5s;
 
}
 
.float-right ul li span{
	display: block;
	width: 60px;
	height: 60px;
	float: left;
	border-radius: 50%;
	border: 1px solid #E2E2E2;
	box-sizing: border-box;
}
.float-right ul li:nth-child(1):hover{
	margin-left: 0;
}
.float-right ul li:nth-child(2):hover{
	margin-left: 0;
}
.float-right ul li:nth-child(4):hover{
	margin-left: 0;
}
.float-right ul li:nth-child(2):hover img{
	height: 120px;
}
.float-right ul li p{
	float: left;
	font-size: 18px;
	color:#0452C7;
	width: 130px;
	text-align: center;
 	height: 50PX;
 
 	box-sizing: border-box;
   	line-height: 50px;
	font-weight: bold;
 
}
.float-right ul li a{
	display: block;
	line-height: 50px;
	text-align: center;
	background: #0f51bb;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
}
.float-right ul li:nth-child(1) span{
	background:#FFFFFF url(../images/float01.png)no-repeat  center;

}
.float-right ul li:nth-child(2) span{
	background:#FFFFFF url(../images/float02.png)no-repeat   center;
}
.float-right ul li:nth-child(3) span{
	background:#FFFFFF url(../images/float03.png)no-repeat   center;
}
 
.float-right ul li div{
	width:130px;
	float: left;
 
	height: auto;
	overflow: hidden;
}
.float-right ul li img{
	display: block;
	width: 120px;
	height:50px;
	transition: .3s;
	float: right;
	margin: 5px;
}





.float{
	display: none;
}

 
 

.fn{
	display: none;
}

.crumbs{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f8f8f8;
}

.crumbs .tit{
	width: 52px;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	height: 52px;
 	float: left;
 	margin-right: 17px;
 
}
.crumbs .tit img{
	display: block;
	margin: 0 auto;
	margin-top: 16px;
}

.crumbs p{
	float: left;
	color: #999;
	font-size: 14px;
	line-height: 52px;
}
.crumbs  a{
 
	color:#999999;
	 
	padding-right: 20px;
	position: relative;
	font-size: 14px;
	line-height: 52px;
}
.crumbs  a:after{
	content: ">";
	position: absolute;
	right:5px;
	top: 0;
	height: 20px;
	line-height: 20px;
	color:#999;
	display: block;
	font-size: 12px;
}
.crumbs  a:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}

.inside-cont{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #eeeeee;
	padding-bottom: 20px;
}

.inside-cont .section{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	padding: 35px;
	box-sizing: border-box;
}

.about-article{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
 
	 
}
 
.about-article img{
	display: block;
	margin: 0 auto;
}
.about-article .info{
 
	color:#555555;
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
}

.cont-article{
	width: 1115px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-bottom: 40px;
}
.cont-article .title{
	margin-top: 55px;
	margin-bottom: 40px;
}
.cont-article ul{
	height: auto;
	overflow: hidden;
}
.cont-article ul li{
	float: left;
	width: 500px;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #d2d2d2;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 35px;
	padding-bottom: 13px;
	align-items: center;
}
.cont-article ul li:nth-child(2n){
	float: right;
}
.cont-article ul li p{
	color:#555555;
	font-size: 18px;
	margin-left: 20px;
}
.about-article .map{
	width: 100%;
	height: 420px;
	border: 3px solid #d2d2d2;
	box-sizing: border-box;
	margin-top: 30px;
}
.pro-list{
	background: none;
 	padding: 0;
}

.pro-list .tab ul li{
	background: #F5F5F5;
}
 
 
 
 

 
.page{

	width: 100%;

	height: auto;

	overflow: hidden;

	margin: 50px auto;

 

}

.nav-links{
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav-links a{
	margin: 0 3px;
	border: 1px solid #ccc;
	line-height: 30px;
	color: #333;
	padding: 0 10px;
}

.nav-links span{
	margin: 0 3px;
	border: 1px solid #ccc;
	line-height: 30px;
	color: #333;
	padding: 0 10px;
}

.nav-links .current{
	background: #0F5D9B;
	border: 1px solid  #0F5D9B;
	color: #fff;
}



 
.cases-list{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.cases-list ul li{
	width: 270px;
	height: auto;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #eee;
	float: left;
	box-sizing: border-box;
	margin-left:15px;
	padding: 10px;
	margin-bottom: 15px;
}
.cases-list ul li:nth-child(4n-3){
	margin-left: 0;
}
.cases-list ul li:hover {
	border: 1px solid #ffb245;
}
.cases-list ul li:hover .pic img{
	transform: scale(1.05);
}
.cases-list ul li .intro{
	width: 245px;
	height: auto;
	overflow: hidden;
	background: #ffb245;
	padding: 15px;
	box-sizing: border-box;
}
.cases-list ul li .intro h4{
	width: 100%;
	border-bottom: 1px dashed#988364;
	height: 28px;
	color:#333333;
	font-size: 16px;
	font-weight: normal;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cases-list ul li .intro .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.cases-list ul li .intro span{
	color:#333333;
	font-size: 13px;
}
.cases-list ul li .intro p{
	font-size: 13px;
	color:#333333;
	line-height: 20px;
	display: -webkit-box;
	height: 60px;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 3px;
}
.cases-list ul li .pic{
	width: 245px;
	height: auto;
	overflow: hidden;
}
.cases-list ul li .pic img{
	display: block;
	width: 100%;
	transition: .5s;
}

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

.news-list ul li{
	width:100%;
	height: auto;
	overflow: hidden;
 	border: 1px dotted #E7E7E7;
 	box-sizing: border-box;
	padding: 14px;
	margin-bottom: 12px;
}

 

.news-list ul li  a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news-list ul li .time{
	width:110px;
	height:110px;
	background:#707070;
	position: relative;
	overflow: hidden;
	border: 1px dotted #C1C1C1;
}

.news-list ul li .time:after{
	content: "";
	width: 16px;
	height: 1px;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	background: #fff;
	top: 55px;
}
.news-list ul li .time span{
	color: #fff;
	font-size: 16px;
	margin-top:20px;
	text-align: center;
	display: block;
}
.news-list ul li .time p{
	color: #fff;
	text-align: center;
	margin-top: 20px;
	font-size: 22px;

}
.news-list ul li .info{
	width:1415px;
	margin-right: 20px;
}
.news-list ul li .info h4{
	color: #111111;
	font-size: 18px;
	width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 20px;
    box-sizing: border-box;
    overflow: hidden;
    font-weight: normal;
     
}

.news-list ul li .info p{
	color: #666666;
	font-size: 15px;
	line-height: 28px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}


.detailed{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 55px;
}
.detailed .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
	 
	padding-bottom: 5px;
}
.detailed .tit h4{
	font-size: 22px;
	text-align: center;
	color:#333;
	line-height: 30px;
}
.detailed .tit p{
	text-align: center;
	color:#333;
	display: block;
	margin-top: 10px;
	background: #eee;
	border-bottom: 1px solid #f1f1f1;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
}
.detailed .tit span{
	margin: 0 10px;
}
.detailed  img{
	display: block;
	margin: 0 auto;
	max-width: 100% !important;
}
.detailed  .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	min-height:150px;
	color:#333;
	line-height: 30px;
	font-size: 16px;
}

.detailed .info p{
	text-indent: 2em;
}
.img-list{
	width: 100%;
	height: auto;
	margin-top: 30px;
	overflow: hidden;
}
.img-list ul li{
	float: left;
	width:288px;
	margin-left: 15px;
	margin-bottom: 10px;
}
.img-list ul li div{
	border: 1px solid #eee;
}
.img-list ul li img{
	display: block;
	width: 100%;
}
.img-list ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 16px;
	text-align: center;
	  white-space: nowrap;
    text-overflow: ellipsis;
	overflow:hidden;
}
.img-list ul li:nth-child(4n-3){
	margin-left: 0;
}
.fy{
	width: 1600px;
	height: auto;
	overflow: hidden;
	margin: 30px auto;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}


.fy p{
	width: 240px;
	height: 50px;
	float: left;
	line-height: 50px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 10px;
    text-overflow: ellipsis;
	border-left: 1px solid #d2d2d2;

}
.fy p:first-child{
 	border: none;
 }

.fy a{
 	color:#333333;
 	font-size: 14px;
 }

.fy .return{
  	float: right;
  	line-height: 50px;
  	width: 140px;
  	border-left: 1px solid #d2d2d2;
  	text-align: center;
}
 

@media (min-width: 1200px){
 	
	/* hover */

 	.head .btn{
 		display: none;
 	}
	.nav ul {
		width: 915px;
		display: flex;
		justify-content: space-between;
	}

	.nav ul li a{
		color: #797979;
		font-size: 18px;
		display: block;
	}
	.nav ul li:hover a{
		color:#0F5D9B ;
	}
 	.tab ul li:hover{
 		background:#F39800;
 	}
 	.tab ul li:hover a{
 		color: #fff;
 	}
  

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

	.itemSwiper .swiper-slide .intro:hover{
		background: rgba(0,181,78,.4);
	}
	.itemSwiper .swiper-slide:hover img{
		transform:scale(1.05);
	}
	.itemSwiper .swiper-slide .intro:hover p{
		height: 70px;
	}
	.itemSwiper .swiper-slide .intro:hover span{
		opacity: 1;
	}
 	.news .left ul li .intro h4:hover {
 		color: #0F5D9B;
 	}
 	.news .right ul li .intro h4:hover{
 		color: #0F5D9B;
 	}
 	.news-list ul li:hover{
 		border: 1px dotted#0F5D9B;
 	}
	.news-list ul li:hover .time{
		background:#0F5D9B;
	}
 	.news-list ul li:hover .info h4{
 		color:#0F5D9B;
 	 
 	}
 	.links ul li:hover a{
 		color:#ccc;
 	}
 	 
 	.footer .menu ul li ul li:hover a{
 		color:#0F5D9B;
 	}
 	.more:hover a{
 		background:#0452c7;
 	color: #fff;
 	}

 	.more:hover a{
 		
 	}
 	.product .pic ul li:hover{
 		box-shadow: 0 0 10px 1px #E9E9E9;
 	}

 	.product .pic ul li:hover p{
 		background:#0F5D9B;
 		color: #fff;
 	}
 	.cases  .swiper-slide-active:hover p{
 		background: #018e30;
 		color: #fff;
 	}
  	.about a:hover{
  		transform: translateY(-5px);
  	}
 	
 

 	.news ul li:hover h4{
 		color: #018e30;
 	}

 	.fea .swiper-pagination .swiper-pagination-bullet-active a:hover{
 		background: #146A30;
 	}
 	.advSwiper .swiper-slide .intro a:hover{
 		transform: translateY(-5px);
 	}
  	.evaSwiper .swiper-slide:hover h4{
  		color: #019934;
  	}
  	.evaSwiper .swiper-slide a:hover{
  		transform: translateY(-5px);
  	}
  	.cases .show .pic ul li:hover p{
  		background: #0F5D9B;
  		color: #fff;
  	}
  	.news .swiper-slide .intro h4:hover{
  		color: #0F5D9B;
  	}
  	
  	.footer .menu ul li:hover{
  		opacity: 1;
  	}
  	.footer .list ul li:hover{
  		opacity: 1;
  	}
  	.news .swiper-slide i:hover{
  		background:#0F5D9B;
  		border: 1px solid #0F5D9B;
  		color: #fff;
  	}

  	.about .intro .info a:hover{
  		color: #0F5D9B;
  	}
 
}

@media (max-width: 1660px){

	.main{
		width: 1400px;
	}
	.nav ul{
		width:875px;
	}

	 
	.links ul{
		width: 1000px;
	}

	.news-list{
		width: 1400px;
	}

	.news-list ul li .info{
		width: 1200px;
	}
	.fy{
		width: 1400px;
	}
}
 

@media (max-width: 1440px){

	.main{
		width: 1200px;
	}

	.head .name{
		width: 400px;
	}
	.head .name img {
		width: 100%;
	}
	.nav ul{
		width: 730px;
	}
	.nav ul li a{
		font-size: 16px;
	}

	.tab ul li{
		width: 192px;
	}
	


 
	.news .left{
		width: 715px;
	}
	.news .left ul li{
		width: 350px;
	}
	.news .right{
		width: 460px;
	}

	.news .right ul li .intro{
		width: 340px;
	}

	.news-list{
		width: 1200px;
	}

	.news-list ul li .info{
		width: 1000px;
	}
	.fy{
		width: 1200px;
	}
	 
}
@media screen and (max-width: 1199px){

	.main{
		width: 7.1rem;
	}
	.head {
		height: 1.3rem;
	}
 	.head .main{
 	 
 		height: 1.3rem;
 	}
 	.top{
 		display: none;
 	}

 	.head .name{
 		width: 5rem;
 	}
 	.head img{
 		display: block;
 		width: 100%;
 	}

 	.head .btn{
 		display: block;
 		width: .8rem;
 		height: .8rem;
 		background: url(../images/btn.png) no-repeat right center;
 		background-size: auto .5rem;
 	}

 	.head .tel{
 		display: none;
 	}
	.nav{
		width: 100%;
		height: 100%;
		overflow: hidden;
		position: fixed;
		left: 0;
		top: 1.3rem;
		display: none;
		overflow-y: auto;
		opacity: 0;
		visibility: hidden;
		background: rgba(0,0,0,.5);
		z-index: 10001;

	}
	.nav ul{
		top: 0;
		width: 70%;
		float: right;
		right: -100%;
		position: relative;
		height:  100%;
		overflow-y:auto;
		background: #333333;
	 
	}
	.nav .on{
 		padding-bottom: 1.5rem;
	}

 	.nav ul li{
 		width: 100%;
 		padding: 0 .15rem;
 		box-sizing: border-box;
 		height: auto;
 		overflow: hidden;
 		border-bottom: .02rem  solid #eee;
 		line-height: .8rem;
 		border-top: .02rem solid #444;
 		position: relative;
 		border-bottom: .02rem solid #111;
 	}
 	.nav ul li a{
 		color: #fff;
 		font-size: .3rem;
 		display: block;
 	}
 	.nav ul ul{
 		width: 96%;
 		padding-bottom: 0;
 		display: none;
 		right: initial;
 	}
 	.nav ul .sonOpen{
 		display: block;
 	}
 	.nav ul li i{
 		display: block;
 		position: absolute;
 		right: 0;
 		width: .8rem;
 		height: .8rem;

 		top: 0;
 	}
 	.nav ul li i:after{
 		content: "";
 		width: .3rem;
 		height: .3rem;
 		transition: .3s;
 		display: block;
 		background: url(../images/nav-icon.png) no-repeat center;
 		background-size: auto 100%;
 		position: absolute;
 		top: 50%;
 		left: 50%;
 		margin-left: -.15rem;
 		margin-top: -.15rem;
 	}
 	.nav ul li .touch:after{
 		transform: rotate(90deg);
 	}
 	.nav ul li ul li{
 		line-height: .7rem;
 		border: none;
 		height: .7rem;
 		border: none;
 	}
 	.nav ul li ul li:first-child{
 		border-top: 0;
 	}
 	.nav ul li ul li:last-child{
 		border-bottom: none;
 	}
 	.nav ul ul li a{
 		font-size: .26rem;
 		display: block;
 		white-space: nowrap;
 		   text-overflow: ellipsis;
 		   overflow: hidden;
 	}
	.banner{
		display: none;
	}
	.in-banner img{
		display: none;
	}
	.in-banner img:last-child{
		display: block;
	}
	.mbanner{
		display: block;
	}

 
	.mbanner img{
		display: block;
		width: 100%;
	}
	.mbanner .swiper-pagination{
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		bottom: .3rem !important;
		z-index: 1;
	}
	.mbanner .swiper-pagination-bullet{
		width: .3rem;
		height: .15rem;
		background: none;
		opacity: 1;
		margin: 0 .1rem;
		border-radius: 30px;
		position: relative;
		display: block;
		transition: .5s;
		background: #fff;
	}
	.mbanner .swiper-pagination-bullet-active{
		 width: .5rem;
		 background: #EA9E00;
	}
  	
  	.title h4{
  		font-size: .48rem;
  		 
  	}

  	.title p{
  		font-size: .26rem;
  		margin-top: .2rem;
  	}

  	.title img{
  		height: .2rem;
  		margin-top: .3rem;
  	}
 	
  	.tab{
  		width: 7.1rem;
  		margin: 0 auto;
  		margin-top: .4rem;
  	}
  	.tab ul{
  		width: 100%;
  		display: block;
  	}
  	.tab ul li{
  		margin-left: 0;
  		width:3.45rem;
  		line-height: .8rem;
  		height: .8rem;
  	 
  		margin-left: .15rem;
  		margin-top: .15rem;
  	}
  	.tab ul li:nth-child(3n-2){
  		margin-left: 0;
  	}
  	.tab ul li a{
  		color: #fff;
  		font-size: .3rem;
  	}
   	
   	.item{
   		margin-top: .6rem;
   	}
   	.item ul{
   		margin-top: .3rem;
   	}
   	.item ul li{
   		width: 3.45rem;
   		margin-top: .1rem;
   	}
   	.item ul li:nth-child(2n){
   		float: right;
   	}
   	.item ul li p{
   		font-size: .3rem;
   		margin-top: 0;
   		line-height: .8rem;
   		height: .8rem;
   	}
   	.adv{
   		padding: .6rem 0;
   	}

   	.adv ul{
   		display: block;
   		margin-top: .5rem;

   	}
   	.adv ul li{
   		width: 100%;
   		flex-wrap: nowrap;
   		padding: 0 .3rem;
   		flex-direction:initial;
   		height: auto;
   		margin-bottom: .2rem;
   		padding: .3rem 0;
   	}
   	.adv ul li i img{
   		height: 1.2rem;
   	}
   	.adv ul li div{
   		width: 5rem;
   		margin-left: .3rem;
   	}
   	.adv ul li h4{
   		font-size: .36rem;
   		font-weight:bold;
   		text-align: left;
   		margin-top: 0;
   	}
   	.adv ul li p{
   		font-size: .28rem;
   		text-align: left;
   		line-height: .42rem;
   		margin-top: .1rem;
   	}
  	.product .pic ul li{
  		width: 3.4rem;
  		margin-bottom: .2rem;
  	}
  	.product .pic ul li:nth-child(2n){
  		float: right;
  	}
  	.product .pic ul li p{
  		font-size: .28rem;
  		line-height: .7rem;
  		height: .7rem;
  	}

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


  	.about{
  		background: url(../images/mabout.jpg) no-repeat center;
  		background-size: cover;
  		height: auto;
  		overflow: hidden;
  		padding: .5rem 0;
  	}
  	.about .main{
  		height: auto;
  	}

  	.about .intro{
  		width: 100%;
  		height: auto;
  		top: initial;
  		transform: initial;
  		padding:  .4rem .2rem;
  	}
  	.about .intro .tit{
  		width: 6.2rem;
 
  		margin: 0 auto;
  	}
  	.about .intro .tit span{
  		font-size: .28rem;
  		display: block;
  	}
  	.about .intro .tit h4{
  		font-size: .36rem;
  	}

  	.about .intro .tit:after{
  		height: .06rem;
  		width: 1rem;
  	}

  	.about .intro .info{
  		width:6.2rem;
  		margin: 0 auto;
  		margin-top: .6rem;
  		height: auto;
  		font-size: .29rem;
  		line-height: .48rem;
  	}

 	.about .intro ul{
 		display: block;
 		padding: 0 .3rem;
 		margin-top: .5rem;
 	}

 	.about .intro ul li{
 		width: 45%;
 		margin: 0;
 		float: left;
 	}
 	.about .intro ul li:nth-child(2n){
 		float: right;
 	}
 	.about .intro ul li p{
 		font-size: .3rem;
 	}
 	.about .intro ul li b{
 		font-size: .6rem;
 	}
 	.about .intro ul li h4{
 		font-size: .28rem;
 		margin-top: .1rem;
 	}
 	.cases{
 		margin-top: .6rem;
 	}
 	.cases .show {
 		margin-top: .6rem;
 	}
 	.cases .show .pic{
 		width: 50%;
 	}
 	.cases .show .pic ul li{
 		width: 11.5%;
 		margin-left: 1%;
 	}
 	.cases .show .pic ul li p{
 		font-size: .28rem;
 		line-height: .8rem;
 		height: .8rem;
 	}
  	.news{
  		padding: .8rem 0;
  		margin-top: .3rem;
  	}
  	.news .title{
  		margin-bottom: .6rem;
  	}
  	.news .left{
  		width: 100%;
  		height: auto;
  		float: initial;
  		margin-top: .5rem;
  	}
  
  	.news .left ul li{
  		width: 100%;
  		margin-bottom: .2rem;
  		height: auto;
  	}
  	.news .left ul li .intro {
  		padding-bottom: .3rem;
  	}
  	.news .left ul li .intro h4{
  		font-size: .32rem;
  	}
  	.news .left ul li .intro p{
  		font-size: .28rem;
  		line-height: .46rem;
  		text-align: justify;
  	}
  	.news .left ul li .intro span{
  		font-size: .26rem;
  		line-height: .6rem;
  		display: block;
  		margin-top: .3rem;
  		background-size:  auto .4rem;
  	}

  	.news .swiper-pagination{
  		display: flex;
  		justify-content: center;
  		align-items: center;
  		margin-top: .4rem;
  		position: initial;
  		margin-top: .3rem;
  	}
  	.news .swiper-pagination span{
  		display: block;
  		width: .6rem;
  		height: .08rem;
  		margin: 0 .1rem;
  		background: #C8CACB;
  		border-radius: 10px;
  	}

  	.news .swiper-pagination  .swiper-pagination-bullet-active{
  		background: #0F5D9B;
  	}
  	.news .right{
  		float: initial;
  		width: 100%;
  		margin-top: .4rem;
  	}
  	.news .right ul li{
  		padding: .2rem;
  		height: auto;
  		box-sizing: border-box;
  	}
  	.news .right ul li a{
  		height: auto;
  	}
  	.news .right ul li .time b{
  		font-size: .5rem;
  	}
  	.news .right ul li .time p{
  		font-size: .28rem;
  	}

  	.news .right ul li .intro{
  		width:5.2rem;
  		height: auto;
  		padding-left: .3rem;
  		margin: 0;
  	}

  	.news .right ul li .intro h4{
  		font-size: .3rem;
  	}
  	.news .right ul li .intro  p{
  		font-size: .28rem;
  		line-height: .48rem;
  	}
	
	.footer{
		width: 100%;
		padding-bottom: 1.5rem;
		background: url(../images/mbg01.jpg) no-repeat center;
		background-size: cover;
	}
	
	.footer .intro{
		width: 100%;
		float: initial;
		text-align: center;
	}
	.footer .intro .info{
		margin-top: .5rem;
	}
	.footer .intro .info h4{
		font-size: .38rem;
	}
	.footer .intro .info p{
		font-size: .26rem;
		line-height: .48rem;
	}
	.footer .ewm{
		float: initial;
		margin-top: .6rem;
	}
	.footer .ewm img{
		width: 2.4rem;
		height: 2.4rem;
		margin: 0 auto;
		margin-top: .3rem;
	}

	.footer .ewm {
		text-align: center;
	}
	.footer .cr{
		float: initial;
		text-align: center;
		margin-top: .3rem;
		line-height: .4rem;
		font-size: .24rem;
	}
	.gotop{
		width: .8rem;
		border-radius: 5px;
		height: .8rem;
		right: .1rem;
		z-index: 10;
		bottom: 4rem;
	}
	.gotop img{
		height: .44rem;
	}
	 
	.links{
		display: none;
	}
	.float{
		display: none;
	}

	
	.page{

		margin: .4rem 0;

	}

	.nav-links a{
		font-size: .26rem;
		border: .02rem solid #ccc;
		margin: 0 .06rem;
	}
	.nav-links span{
		margin: 0 .06rem;
		font-size: .26rem;
		border: .02rem solid #ccc;
	}
 
	.crumbs{
		padding: 0 .1rem;
		box-sizing: border-box;
	}
	.crumbs .main{
		width: 100%;
	}
	.crumbs .tit{
		border-left: none;
		height: .8rem;
		margin-right: .3rem;
	}
	.crumbs div{
		overflow: hidden;
		 white-space: nowrap;
    text-overflow: ellipsis;
    color: #999;
    font-size: .2rem;
	}
	.crumbs p{
		line-height: .8rem;
		font-size: .28rem;
	}
	.crumbs a{
		font-size: .28rem;
		display:inline;
		line-height: .8rem;
	}
	.crumbs .tit img{
		height: .4rem;
		margin: 0 auto;
		margin-top: .2rem;
	}
	
	.fn{
		width: 100%;
		height:auto;
		position: fixed;
		bottom: 0;
		left:0;
		z-index: 100;
		display: block;
	}
	.fn ul li{
		float: left;
		width: 50%;
		height: auto;
		overflow: hidden;
		position: relative;
		background:#F6F6F6;
 		
		 

	}
	.fn ul li a{
		display: flex;
		align-items: center;
		height: .8rem;
		align-items: center;
		justify-content: center;
	}
	.fn ul li p{
		color: #666666;
		font-size: .28rem;
	}
	.fn ul li  img{
		display: block;
		margin-right: .1rem;
		height: .4rem;
	}

	.fn ul li:nth-child(2){
		background: #0F5D9B;
	}

	.fn ul li:nth-child(2) p{
		color: #fff;
	}

	.about-article{
		margin-top: .3rem;
		margin-bottom: 0;
	}
	.about-article .title{
		margin-top: .6rem;
		margin-bottom: .4rem;
	}
	.about-article img{
		max-width: 100%;
		display: block;
	}
	.about-article .info{
		font-size: .29rem;
		line-height: .48rem;
		margin: 0;
		margin-top: .2rem;
	}
	.about-article .map{
		height:5rem;
		margin-top: .3rem;
	}
	.cont-article .title{
		margin-top: .6rem;
		margin-bottom: .4rem;
	}
	.cont-article{
		width: 100%;
	}
	.cont-article ul li{
		width: 100%;
	}

	.cont-article ul li img{
		height: 1rem;
	}

	.cont-article ul li p{
		font-size: .3rem;
		margin-left: .3rem;
	}

	.detailed{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: .6rem;
	}
	.detailed .tit h4{
		font-size: .38rem;
	}
	.detailed .tit span{
		display: block;
		line-height: .4rem;
		font-size: .24rem;
	}
	.detailed .tit p{
		padding: .1rem 0;
	}
	.detailed .info{
		margin-top: .2rem;
		font-size: .29rem;
		line-height: .48rem;
		text-align: justify;
	}
	.fy{
		width: 7.1rem;
		margin: .6rem auto;
		margin-bottom: .3rem;
		border:.02rem solid #ccc;
		line-height: .7rem;
	}
	.fy p{
		line-height: .7rem;
		height: .7rem;
		font-size:.24rem;
		padding:0 .1rem;
		width: 50%;
		text-align: center;
		box-sizing: border-box;
		border-right: .02rem solid #ccc;
	}
	.fy p:nth-child(2){
		border-right:  none;
	}
	 
	.fy .return{
		width: 100%;
		box-sizing: border-box;
		float: initial;
		text-align: center;
		float: left;
		line-height: .7rem;
		display: block;
		border-left: none;
		border-top: .02rem solid #ccc;
	}

	.message{
		margin-top: .6rem;
		width: 100%;
		display: block;
	}
	.message img{
		display: none;
	}
	.message  .bd{
		padding: 0;
		margin: 0;
		padding: .3rem;
		display: block;
		width: 100%;
		padding-bottom: .5rem;
		margin-top: .3rem;
		box-sizing: border-box;
	}
	.message form{
		width: 100%;
		float: initial;
		margin: 0;
	}
	.message form ul li{
		border: .02rem solid #d2d2d2;
		box-sizing: border-box;
	}
	.message form ul li input{
		display: block;
		height: .8rem;
	}
	.message form ul li input{
		width: 100%;
		font-size: .3rem;
		 
	}
	.message form .btn input{
		width: 3.2rem;
		height: .8rem;
		font-size: .3rem;
		margin-top: .2rem;
	}
	.message form ul li textarea{
		width: 100%;
		height: 2rem;
	 
	}
	.img-list ul li{
		margin-left: 0;
		width: 3.5rem;
		margin-bottom: .1rem;
	}
	.img-list ul li:nth-child(2n){
		float: right;
	}
	.img-list ul li p{
		font-size: .28rem;
		line-height: .6rem;
		height: .6rem;
	}
	.news-list{
		width: 7.1rem;
		margin: 0 auto;
	}
	.news-list .title{
		margin-top: .5rem;
	}
	.news-list ul{
		margin-top: .4rem;
	}
	.news-list ul li{
		border: .02rem solid #dcdcdc;
		box-sizing: border-box;
		height: auto;
		overflow: hidden;
		padding: .25rem;
		width: 100%;
		margin-bottom: .2rem;
	}
	.news-list ul li .time{
		width: 1.4rem;
		height: 1.4rem;
	}
	.news-list ul li .time b{
		height: .7rem;
		line-height: .7rem;
		font-size: .42rem;
	}
	.news-list ul li .time p{
		height: .5rem;
		line-height: .5rem;
		font-size: .32rem;
		margin-top:.2rem;
	}
	.news-list ul li .time span{
		font-size: .24rem;
		display: block;
		margin-top:.15rem;
	}
	.news-list ul li .time:after{
		width: .3rem;
		top: .7rem;
		margin: 0;
		transform: translateX(-50%);
	}
	.news-list ul li .info{
		width: 4.8rem;
		margin: 0;

	}
	.news-list ul li .info h4{
		font-size: .3rem;
		padding-right: .5rem;
		background-size: .3rem auto;
	}
	.news-list ul li .info p{
		font-size: .26rem;
		line-height: .4rem;
	}
	.news-list ul li .info span{
		margin-top: .05rem;
		line-height: .42rem;
		font-size: .26rem;
		height: .8rem;
		display: -webkit-box;
	}
}


 

 .demo{
 	 
 	width:7.5rem;
 	height:7.5rem;
 
 	font-size: 0.16rem;
 }

.demo p:nth-child(1){
 	color: red;
 	font-size: 0.12rem;
}
.demo p:nth-child(2){
 	color: red;
 	font-size:0.13rem;
}
.demo p:nth-child(3){
 	color: red;
 	font-size: 0.14rem;
}
.demo p:nth-child(4){
 	color: red;
 	font-size: 0.15rem;
}
.demo p:nth-child(5){
 	color: red;
 	font-size: 0.16rem;
}
.demo p:nth-child(6){
 	color: red;
 	font-size: 0.17rem;
}
.demo p:nth-child(7){
 	color: red;
 	font-size: 0.18rem;
}
.demo p:nth-child(8){
 	color: red;
 	font-size: 0.19rem;
}
.demo p:nth-child(9){
 	color: red;
 	font-size: 0.20rem;
}
.demo p:nth-child(10){
 	color: red;
 	font-size: 0.21rem;
}
.demo p:nth-child(11){
 	color: red;
 	font-size: 0.22rem;
}
.demo p:nth-child(12){
 	color: red;
 	font-size: 0.23rem;
}
.demo p:nth-child(13){
 	color: red;
 	font-size: 0.24rem;
}
.demo p:nth-child(14){
 	color: red;
 	font-size: 0.25rem;
}
.demo p:nth-child(15){
 	color: red;
 	font-size: 0.26rem;
}

.demo p:nth-child(16){
 	color: red;
 	font-size: 0.27rem;
}

.demo p:nth-child(17){
 	color: red;
 	font-size: 0.28rem;
}

.demo p:nth-child(18){
 	color: red;
 	font-size:0.29rem;
}


.demo p:nth-child(19){
 	color: red;
 	font-size:0.3rem;
}

.demo p:nth-child(20){
 	color: red;
 	font-size:0.31rem;
}

.demo p:nth-child(21){
 	color: red;
 	font-size:0.32rem;
}

.demo p:nth-child(22){
 	color: red;
 	font-size:0.33rem;
}

.demo p:nth-child(23){
 	color: red;
 	font-size:0.34rem;
}

.demo p:nth-child(24){
 	color: red;
 	font-size:0.35rem;
}

.demo p:nth-child(25){
 	color: red;
 	font-size:0.36rem;
}

.demo p:nth-child(26){
 	color: red;
 	font-size:0.37rem;
}

.demo p:nth-child(27){
 	color: red;
 	font-size:0.38rem;
}


.demo p:nth-child(28){
 	color: red;
 	font-size:.8rem;
}