*{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:DIN-BOLD;
     src: url(../font/DIN-BOLD.ttf),url(../font/DIN-BOLD.woff);

 }

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


 
.main{
	width: 1400px;
	margin:0 auto;
 
}

.top{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #F1F1F1;
	background: #F7F7F7;
}
.top  .main{
	height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top p{
	color: #868181;
	font-size: 14px;
	line-height: 50px;
}
.top ul li{
	float: left;
	padding: 0 10px;
	line-height: 50px;
	position: relative;
	overflow: hidden;
}
.top ul li a{
	display: block;
	color: #6d6b6b;
	font-size: 14px;
}
.top ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	background: #B6B5B5;
	transform: translateY(-50%);
}
.top ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.head{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.head .main{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 130px;
}
.head .tel{
	display: flex;
	justify-content: center;
	align-items: center;
}
.head .tel p{
	color: #2779cf;
	font-size: 48px;
	font-weight: bold;
	margin-left: 10px;
}
.head img{
	display: block;
}
.nav{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #2779CF;
}
.nav ul {
	width: 1400px;
	margin: 0 auto;
	height: 73px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	line-height: 73px;

}

.nav ul li a{
	color: #fff;
	display: block;
	font-size: 20px;
}
.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.banner  .swiper-wrapper  img{
	display: block;
	width: 100%;
}

.banner .swiper-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 50px !important;
	position: absolute;
	z-index: 1;
}
.banner .swiper-pagination  span{
	display: block;
	width: 25px;
	height: 25px;
	line-height: 100px;
	overflow: hidden;
	position: relative;
	border: 1px solid #fff;
	opacity: 1!important;
	text-align: center;
	line-height: 25px;
	outline: none;
	margin: 0 10px;
	border-radius: 50%;
	color: #fff;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
 	background: #2779CF;
 	border: 1px solid #2779CF;
}
.banner .swiper-slide{
	height: 750px;
}
.in-banner{
	height: 400px;
}
.in-mbanner{
	display: none;
}
.mbanner{
	display: none;
	overflow: hidden;
}

.title{
	position: relative;
	background: url(../images/title.png) no-repeat center bottom;
	padding-bottom: 40px;
}
.title h4{
	color: #2e2f30;
	font-size: 48px;
	font-weight: normal;
	text-align:center;
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	font-family:'SourceHanSansCN-Bold';
}
.title b{
	color: #2779cf;
}
.title  p{
	text-align: center;
	color: #8a8a8a;
	font-size: 18px;
	margin-top: 15px;
}
.item{
	margin-top: 70px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
 

.itemSwiper{
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top:55px;
}
.itemSwiper .swiper-slide{
	background: #EDF8FE;
}
.itemSwiper .swiper-slide img{
	display: block;
	width: 100%;
}

.itemSwiper .swiper-slide .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding: 20px 30px;
}
.itemSwiper .swiper-slide .intro h4{
	color: #2779cf;
	font-size: 18px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.itemSwiper .swiper-slide .intro p{
	color: #8b8b8b;
	font-size: 14px;
	line-height: 24px;
	margin-top: 12px;
	height: 60px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.itemSwiper .swiper-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 35px;
}

.itemSwiper .swiper-pagination span{
	display: block;
	width: 35px;
	height: 7px;
	margin: 0 10px;
	background: #CFCFCF;
	border-radius: 10px;
	outline:none;
}

.itemSwiper .swiper-pagination .swiper-pagination-bullet-active {
	background: #2779CF;
}


.equipment{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #FAFAFA;
	padding: 70px 0;
	margin-top: 50px;
}
.equipment ul{
	margin-top: 50px;
}
.equipment ul li{
	float: left;
	width: 332px;
	height: auto;
	background: #fff;
	margin-left: 10px;
	border: 5px solid #FAFAFA;
	margin-bottom: 15px;
	transition: .5s;
	overflow: hidden;
}
.equipment ul li:nth-child(4n-3){
	margin-left: 0;
}
.equipment ul li img{
	display: block;
	width: 100%;
}
.equipment ul li .intro{
	width: 100%;
	height: auto;
	padding:10px 20px;
	box-sizing: border-box;
	overflow: hidden;
}
.equipment ul li .intro p{
	color: #676767;
	font-size: 16px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	line-height: 24px;
}


.results-data{
	width: 100%;
	
	padding:  90px 0;
	box-sizing: border-box;
	background: url(../images/bg01.jpg) no-repeat center;
}
.results-data .title{
	background: none;
}
.results-data .title h4{
	color: #fff;
	 
}
.results-data  ul{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 80px;
}
.results-data  ul li {
	width: auto;
	margin: 0 30px;
}
.results-data  ul li b{
	color: #ffffff;
	font-size: 60px;
	font-family:'DIN-BOLD';
	font-weight: normal;
	letter-spacing: 2px;
	position: relative;
}
.results-data  ul li b:after{
	content: "+";
	width: 36px;
	height: 36px;
	display: block;
	position: absolute;
	background: #42C7FF;
	text-align: center;
	right:-25px;
	top: 0;
	line-height: 36px;
	border-radius: 50%;
	color: #fff;
	font-size: 24px;
}

.results-data  ul li p{
	text-align:center;
	color: #fff;
	font-size: 18px;
	margin-top: 5px;
}
.results-data .ad{
	display: table;
	margin: 0 auto;
	margin-top:60px;
}
.results-data  .ad img{
	display: block;
}
.dataSwiper{
	width: 1280px;
	margin: 0 auto;
	margin-top: 70px;
}
.cases{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 70px;
	background: url(../images/bg01.png) no-repeat center bottom;
}

.caseBar{
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
}

.caseBar ul{
	justify-content: center;
}
.caseBar ul li{
	float: left;
	width: 130px;
	height: 40px;
	line-height: 40px;
	margin: 0 3px;
	text-align: center;
}
.caseBar ul li a{
	color: #222222;
	font-size: 18px;
	display: block;
}
.caseBar ul .on{
	background: #10315A;
}
.caseBar ul .on a{
	color: #fff;
}
.caseBar .swiper-scrollbar{
	display: none;
}
.cases .caseSwiper{
	width: 1040px;
	margin: 0 auto;
	overflow: initial;
	margin-top: 30px;
}

.cases .caseSwiper .swiper-wrapper{
	margin-top: 30px;
}
.cases .caseSwiper  .swiper-slide {
	position: relative;
}
.cases .caseSwiper .swiper-slide:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: .5s;
	opacity: 1;

	background: rgba(0,0,0,.8);
}
.cases .caseSwiper .swiper-slide-active:after{
	opacity: 0;
	visibility: hidden;
}
.cases .caseSwiper .swiper-slide img{
	display: block;
	width: 100%;
	height: 560px;

}
.cases .caseSwiper .swiper-button-next,.cases .caseSwiper .swiper-button-prev{
	display: block;
	width: 38px;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	height: 52px;
	outline: none;
	position: absolute;
}
.cases .caseSwiper .swiper-button-next{
	left:-80px;
	background: url(../images/next.png) no-repeat center;
}
.cases .caseSwiper .swiper-button-prev{
	right:-80px;
	background: url(../images/prev.png) no-repeat center;
}
.cases .caseSwiper .swiper-button-next:hover{
	background: url(../images/h-next.png) no-repeat center;
}
.cases .caseSwiper .swiper-button-prev:hover{
	background: url(../images/h-prev.png) no-repeat center;
}
.cases .caseSwiper   .swiper-scrollbar{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.cases .caseSwiper   .swiper-scrollbar ul li{
	float: left;
	width: 130px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.cases .caseSwiper   .swiper-scrollbar ul li a{
	color: #222;
	font-size: 18px;
	display: block;
}
.cases .caseSwiper   .swiper-scrollbar ul .on{
	background: #10315A;
}
.cases .caseSwiper   .swiper-scrollbar ul .on a{
	color: #fff;
}


.product{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 70px;
	padding: 70px 0;
	background: #F5F5F5;
}
.product .main{
	background: #fff;
	height: auto;
	overflow: hidden;
}
.product .list-box{
	width: 383px;
	float: left;
	height: auto;
	overflow: hidden;
	margin-left: 70px;
	margin-top: 58px;
}
.product .list .tit{
	display: flex;
	justify-content: center;
	align-items: center;
}
.product .list .tit p{
	color: #333333;
	font-size: 22px;
	margin-right: 10px;
}
.product .list .tit span{
	display: block;
	color: #999999;
	font-size: 20px;
}
.product .list ul {
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.product .list ul li{
	float: left;
	width: 183px;
	height: 52px;
	border: 1px solid #DCDCDC;
	border-radius: 10px;
	box-sizing: border-box;
	text-align: center;
	line-height: 52px;
	padding: 0 5px;
	margin-top: 20px;
}
.product .list ul li:nth-child(2n){
	float: right;
}
.product .list ul li a{
	display: block;
	color: #333333;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	font-size: 16px;
}
.product .main{
	margin-top: 50px;
	height: auto;
	overflow: hidden;
}
.product .pic{
	width: 357px;
	margin: 0 auto;
	margin-top: 44px;
}
.product .pic ul li {
	float: left;
	margin-left: 78px;
}
.product .pic ul li:first-child{
	margin-left: 0;
}
.product .pic ul li img{
	display: block;
	width: 67px;
	height: 188px;
	transition: .5s;
}

.proSwiper{
	float: right;
	width: 900px;
	height: auto;
	overflow: hidden;
}
.proSwiper .swiper-slide{
	position: relative;
}
.proSwiper .swiper-slide img{
	display: block;
	width: 100%;
	transition: .5s;
}

.proSwiper .swiper-slide p{
	width: 100%;
	height: 80px;
	background: rgba(0,0,0,.7);
	color: #fff;
	font-size: 20px;
	line-height: 80px;
	position: absolute;
	padding-right: 40%;
	box-sizing: border-box;
	text-indent: 70px;
 
	bottom: 0;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.proSwiper .swiper-slide p:after{
	content: "";
	width: 25px;
	height: 1px;
	position: absolute;
	left: 30px;
	background: #fff;
	top: 50%;
}
.proSwiper .swiper-pagination{
	position: absolute;
	right: 0;
	left: initial !important;
	z-index: 1;
	height: 80px;
	bottom: 0 !important;
	display: flex;
	justify-content: center;
	width: 110px !important;
	align-items: center;
}

.proSwiper .swiper-pagination span{
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	transition: .5s;
	margin: 0 5px;
	background: #fff;
}
.proSwiper .swiper-pagination .swiper-pagination-bullet-active{
	width: 30px;
	border-radius: 30px;
}

.about{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 80px;
}
.about .bd{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #FAFAFA;
	margin-top: 70px;
}

.about .bd .pic img{
	display: block;
	width: 720px;
}
.about .bd .intro{
	width: 608px;
	height: auto;
	margin-right: 35px;
	overflow: hidden;
}
.about .bd .intro h4{
	color: #474747;
	font-size: 30px;
	padding-bottom: 30px;
	position: relative;
}
.about .bd .intro h4:after{
	width: 80px;
	content: "";
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #D0D0D0;

}
.about .bd .intro p{
	color: #5f5f5f;
	font-size: 16px;
	height: 210px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp:7;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-indent: 2em;
	margin-top: 40px;
}
.about .bd .intro a{
	display: block;
	width: 214px;
	height: 66px;
	text-align: center;
	line-height: 66px;
	background: #2779CF;
	color: #fff;
	font-size: 18px;
	margin-top: 30px;
}


.env{
	width:1472px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.env .show{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.env .show .box{
	width: 800%;
}
.env .show .pic{
	float: left;
}
.env .show .pic ul li{
	float: left;
	width: 282px;
	margin-left: 15px;
}
.env .show .pic ul li img{
	display: block;
	width: 282px;
	height: 187px;
}
.env .show .pic ul li p{
	text-align: center;
	color: #595959;
	font-size: 18px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	margin-top: 10px;

}
.adv{
	width: 100%;
	height: auto;
	overflow: hidden;
 	padding: 70px 0;
 	background: #FAFAFA;
}
 
.advSwiper{
	width: 100%;
	position: relative;
	height: auto;
	overflow: hidden;
	margin-top: 70px;
	
}

.advSwiper .swiper-wrapper{
 	display: flex;
 	justify-content: space-between;
}
 
.advSwiper .swiper-slide{
	width: 435px;
	height: 460px;
	border: 1px solid #EEEEEE;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	box-sizing: border-box;
	background: #fff;
}

.advSwiper .swiper-slide  i{
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.advSwiper .swiper-slide img{
	display: block;
}

.advSwiper .swiper-slide img:last-child{
	display: none;
}
.advSwiper .swiper-slide h4{
	color: #2e2f2f;
	font-size: 24px;
	text-align: center;
	position: relative;
	padding-bottom: 25px;
	margin-top: 23px;
}
.advSwiper .swiper-slide h4:after{
	content: "";
	width: 75px;
	height: 5px;
	background: #2779CF;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;

}
.advSwiper .swiper-slide  p{
	color: #727373;
	font-size: 16px;
	width: 330px;
	margin: 0 auto;
	margin-top: 40px;
	height: 150px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp:5;
	-webkit-box-orient: vertical;
	overflow: hidden;

}

.lc{
	width: 100%;
	height: 680px;
	background: url(../images/bg01.jpg) no-repeat center;
	padding:  70px 0;
	margin-top: 90px;
	box-sizing: border-box;
}
.lc .title h4{
	color: #fff;
}
.lc .title h4:after{
	background: #2779CF; 
	background: -moz-linear-gradient(left, #24929E 50%, #FFFFFF 50%); 
	background: -webkit-linear-gradient(left, #24929E 50%,#FFFFFF 50%); 
	background: linear-gradient(to right, #24929E 50%,#FFFFFF 50%);  
}
.lc ul{
	width: 100%;
	display: flex;
	margin-top: 60px;
	justify-content: space-between;
	align-items: flex-start;
}

.lc ul li i{
	display: block;
	width: 130px;
	height: 130px;
	background: #2779CF;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	border-radius: 50%;
}
.lc ul li i img{
	display: block;
}
.lc ul li h4{
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	margin-top: 15px;
	text-align: center;
}
.lc ul li p{
	color: #cccccc;
	font-size: 15px;
	text-align: center;
	margin-top: 10px;
	width: 210px;
}
.lc .tel{
	margin: 0 auto;
	display: block;
	margin-top: 80px;
}

.news{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 45px;
	margin-top: 80px;
	margin-bottom: 80px;
}
.newsSwiper{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 35px;
}

.newsSwiper .swiper-wrapper{
	display: block;
}

.newsSwiper .swiper-slide{
	width: 340px;
	height: 510px;
	border: 1px solid #DCDCDC;
	box-sizing: border-box;
	float: left;
	padding: 17px;
	margin-left: 13px;
}
.newsSwiper .swiper-slide:nth-child(4n-3){
	margin-left: 0;
}

.newsSwiper .swiper-slide .info{
	margin-top: 15px;
	height: auto;
	overflow: hidden;
}
.newsSwiper .swiper-slide img{
	display: block;
	width: 100%;
}

.newsSwiper .swiper-slide h4{
	color: #2779cf;
	font-size:16px;
	width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.newsSwiper .swiper-slide span{
	display: block;
	font-size: 14px;
	color: #959899;
	background: url(../images/icon01.png) no-repeat left center;
	height: 20px;
	padding-left: 30px;
	line-height: 22px;
	margin: 20px 0;
}
.newsSwiper .swiper-slide p{
	color: #959899;
	font-size: 14px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 72px;
}
.newsSwiper .swiper-slide i{
	display:block;
	width: 160px;
	height: 40px;
	border: 1px solid #DCDCDC;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	font-style: normal;
	color: #959899;
	border-radius: 30px;
	margin-top: 30px;
}
.news .more{
	display: block;
	width: 276px;
	height: 66px;
	border: 1px solid #DCDCDC;
	text-align: center;
	line-height: 66px;
	border-radius: 30px;
	margin: 0 auto;
	margin-top: 70px;
	color: #959899;
	font-size: 18px;
}
.links{
	width: 100%;
	margin: 0 auto;
	padding: 35px 0;
	height: auto;
	overflow: hidden;
 	background: #F8F8F8;
}
.links .tit{
	width: 105px;
	height: auto;
	position: relative;
	float: left;
	overflow: hidden;
}
.links .tit:after{
	content: "";
	width:2px;
	height: 50px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background: #CACACA;
}
.links .tit span{
	display: block;
	color:#cecece;
	font-size: 30px;
	line-height: 30px;
 	font-family: 'SourceHanSansCN-Bold';
	text-transform: uppercase;
}
.links .tit p{
	color: #787878;
	font-size: 18px;
 
}

.links ul{
	float: right;
	width: 1270px;
	height: 50px;
 
	overflow: hidden;
}
.links ul li{
	float: left;
	padding: 0 10px;
	line-height:50px;
}
.links ul li a{
	color: #787878;
	font-size: 18px;
	display: block;
}
.gotop{
	width: 40px;
	height: 40px;
	display: none;
}



.footer{
 	width: 100%;
 	height: auto;
 	overflow: hidden;
 	background: url(../images/bg02.jpg) no-repeat center;
 	background-size: cover;
 	min-height:490px;
 	padding-top: 60px;
 	box-sizing: border-box;
 	padding-bottom: 80px;
}



.footer .left{
	width: 700px;
	float: left;
}
.footer .tit {
	position: relative;
	padding-bottom: 10px;
}
.footer .tit:after{
	content: "";
	width: 90px;
	height: 2px;
	left: 0;
	bottom: 0;
	background: #5B626F;
	position: absolute;
}
.footer .tit p{
	color: #fff;
	font-size: 24px;
	font-family: 'SourceHanSansCN-Regular';
}
.footer  .menu{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.footer  .menu ul{
	width: 100%;
	display: flex;
	margin-top: 25px;
	justify-content: space-between;
}
.footer  .menu ul li a{
	color: #fff;
	font-size: 16px;
	opacity: .7;
}

.footer .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top:40px;
}
.footer .intro .info{
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	opacity: .7;
	margin-top: 25px;
}
.footer .ewm{
	float: right;
}
.footer .ewm img{
	display: block;
	width: 215px;
	height: 215px;
	margin-top: 25px;
}



.gotop{
	position: fixed;
	width:70px;
	height:70px;
	background: #2779CF;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 400px;
	display: none;
	z-index: 100;
	right: 10px;
	border-radius:8px;
}

.gotop img{
	height: 28px;
}

.float-bottom{
	position: fixed;
	bottom: -76px;
	transition: .5s;
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 100;
	background: #2779CF;
}
.float-bottom  .tel {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.float-bottom .main .tel p{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-left: 5px;
}
.float-bottom .main  .tel b{
	font-size: 30px;
	color: #fff;
	margin-left: 5px;
}
.show{
	bottom: 0;

}
.float-bottom .main{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 76px;
}
.float-bottom .main p{
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
.float-bottom .main  b{
	color: #f4db0b;
}
.fn{
	display: none;
}

.crumbs{
	width: 100%;
	height: auto;
	overflow: hidden;
 	border-bottom: 1px solid #D9D9D9;
}

 
.crumbs img{
	float: left;
	display: block;
	margin-top: 22px;
	margin-right: 10px;
}

.crumbs p{
	float: left;
	color: #999;
	font-size: 14px;
	line-height: 68px;
}
.crumbs  a{
 
	color:#999999;
	 
	padding-right: 20px;
	position: relative;
	font-size: 14px;
	line-height: 68px;
}
.crumbs  a:after{
	content: "";
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 5px;
	background: url(../images/icon03.png)  no-repeat center;
 
}
.crumbs  a:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}

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

}

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

.in-item .pic ul li{
	float: left;
	width: 444px;
	height: auto;
	margin-left: 34px;
	overflow: hidden;
}
.in-item .pic ul li:nth-child(3n-2){
	margin-left: 0;
}
.in-item .pic ul li img{
	display: block;
	width:100%;
}
.in-item .pic ul li  p{
	width: 100%;
	margin-top: 10px;
	color: #323232;
	font-size: 18px;
	white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    overflow: hidden;
}



.in-service{
	margin-top:55px;
	width: 100%;
	height: auto;
	overflow: hidden;
 
}

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

.in-service .pic ul li{
	float: left;
	width: 329px;
	height: auto;
	margin-left:28px;
	margin-bottom:10px;
	overflow: hidden;
}
.in-service .pic ul li:nth-child(4n-3){
	margin-left: 0;
}
.in-service .pic ul li img{
	display: block;
	width:100%;
}
.in-service .pic ul li  p{
	width: 100%;
	margin-top: 10px;
	color: #323232;
	font-size: 18px;
	white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    overflow: hidden;
}


.in-results{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 55px;
}
.in-results ul{
	margin-top: 50px;
}

.in-results ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	transition: .5s;
	margin-bottom: 38px;
	background: #FAFAFA;
}
.in-results ul li .img-box{
	width: 425px;
	float: left;
}
.in-results ul li img{
	display: block;
	width: 100%;
}

.in-results ul li .intro{
	float: right;
	width: 895px;
	height: auto;
	overflow: hidden;
	margin-right: 34px;
	margin-top: 40px;
}

.in-results ul li .intro h4{
	color: #414040;
	font-size: 24px;
	width: 100%;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: normal;
}

.in-results ul li .intro p{
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #959191;
	font-size: 18px;
	line-height: 36px;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	margin-bottom: 20px;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.in-results ul li .intro span{
	display: block;
	color: #a9aaaa;
	font-size: 24px;
	line-height: 42px;
	float: left;
}
.in-results ul li .intro  i{
	display: block;
	width: 130px;
	height: 42px;
	border: 1px solid #0089D2;
	text-align: center;
	line-height: 42px;
	float: right;
	line-height: 42px;
	font-style: normal;
	color: #0089d2;
	font-size: 18px;
}


.in-news{
	margin-top: 160px;
	width: 100%;
	height:auto;
	overflow: hidden;
	margin-bottom: 60px;
}

.in-news ul{
	margin-top: 40px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.in-news ul li{
	width: 690px;
	height: auto;
	margin-bottom: 25px;
	overflow: hidden;
	background: #F1F1F1;
	float: left;
	padding: 15px;
	box-sizing: border-box;
}
.in-news ul li:nth-child(2n){
	float: right;
}

.in-news ul li .time{
	width: 105px;
	height: 105px;
	background: #0F60BA;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap:wrap;
	flex-direction: column;
}

.in-news ul li .time b{
	color: #fff;
	font-size: 32px;
	text-align: center;
	display: block;
}

.in-news ul li .time p{
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	margin-top: 5px;
}
.in-news ul li:nth-child(2n){
	float: right;
}

.in-news ul li .info{
	float: right;
	width: 520px;
	height: auto;
	margin-right: 10px;
	overflow: hidden;
	margin-top: 10px;
}
.in-news ul li .info h4{
	color: #111111;
	font-size: 18px;
	  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.in-news ul li .info p{
	color: #666666;
	font-size: 15px;
	line-height: 28px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	margin-top: 10px;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.inside-cont{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 20px;
}

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

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

.about-article .info iframe{
	width: 700px;
	height: 350px;
	margin: 0 auto;
	display: block;
}
.detailed .info iframe{
	width: 700px;
	height: 350px;
	margin: 0 auto;
	display: block;
}

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

.tab{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.tab ul{
	display: table;
	margin: 0 auto;
}
.tab ul li{
	width:286px;
	height: 64px;
	box-sizing: border-box;
	line-height: 64px;
	text-align: center;
	float: left;
 	background: #2779CF;
	margin-left: 15px;
}
.tab ul li a{
	color: #fff;
	font-size: 18px;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tab ul li:nth-child(5n-4){
	margin-left: 0;
}
.img-list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}
.img-list .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.img-list .pic ul li{
	float: left;
	width: 24%;
	margin-left: 1.333%;
	margin-top: 5px;
}
.img-list .pic ul li img{
	display:block;
	width: 100%;
}
.img-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;
}
.img-list .pic ul li:nth-child(4n-3){
	margin-left: 0;
}
.page{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 50px auto;
 
}
.page  ul{
	display: table;
	margin: 0 auto;
}

.page  ul li{
	border: 1px solid #ccc;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	color:#333;
	float: left;
	margin: 0 3px;
}
.page  ul li a{
	color:#333;
	
}
.page ul  .thisclass{
	background: #2779CF;
	color:#fff;
}
 
.page  select{
	border: none;
	background: none;
	outline: none;
}

.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: 100%;
	height: auto;
	overflow: hidden;
 
}
.news-list .title{
	margin-top: 55px;
}
.news-list ul {
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.news-list ul li{
	width: 49%;
	height: 160px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	padding: 30px;
	float: left;
	margin-bottom: 20px;
	background: #fff;
}
.news-list ul li:nth-child(2n){
	float: right;
}
.news-list ul li .time{
	float: left;
	width: 120px;
	height: 100px;
}
.news-list ul li .time b{
	width: 100%;
	height: 60px;
	display: block;
	line-height: 60px;
	background: #2779CF;
	text-align: center;
	font-size: 30px;
	color: #fff;
}
.news-list ul li .time p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color:#fff;
	background: #999999;
	font-size: 14px;
}
.news-list ul li  .intro{
	float: right;
	width:78%;
	height: auto;
	overflow: hidden;
}
.news-list ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.news-list ul li  .intro p{
	color:#333333;
	font-size: 16px;
	width: 100%;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-list ul li:hover {
	border: 1px solid #2779CF;
}
.news-list ul li:hover .intro p{
	color:#2779CF;
}
.news-list ul li  .intro span{
	display: block;
	color:#666666;
	font-size: 13px;
	height: 48px;
	line-height: 24px;
	margin-top: 10px;
	-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;
	border-bottom: 1px solid #eee;
	 
}
.detailed .tit h4{
	font-size: 26px;
	text-align: center;
	color:#333;
	line-height: 30px;
}
.detailed .tit p{
	text-align: center;
	color:#333;
	display: block;
	margin-top: 10px;
	background: #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;
}
.fy{
	width: 100%;
	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;
}
.message {
	
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 55px;
	display: table;
	margin-bottom: 55px;
}
.message .bd{
 	display: table;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	padding:30px;
	background: #fff;
	box-sizing: border-box;
}

.message img{
	display: block;
	float: left;
}

.message form{
	width: 500px;
	float: left;
	margin-left: 30px;
 
}

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

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

.message form .btn input{
	width: 240px;
	display: block;
	height: 60px;
	float: left;
	margin-top: 20px;
	background: #065fc3;
	outline: none;
	border: none;
	font-size: 18px;
	color:#fff;
	border-radius: 5px;
}
.message form .btn input:last-child{
	float: right;
	background: #999;
}


@media (min-width: 1200px){
	 
	.img-box{
		overflow: hidden;
	}
	.img-box img{
		transition: .5s;
	}
	.img-box:hover img{
		transform: scale(1.05);
	}
	.equipment ul li:hover{
		border: 5px solid #2779CF;
	}
	.nav ul li:hover a{
		color: #ccc;
	}
	.advSwiper .swiper-slide:hover{
		background: url(../images/bg03.jpg)  no-repeat center;
	}

	.advSwiper .swiper-slide:hover h4{
		color: #fff;
	}
	.advSwiper .swiper-slide:hover h4:after{
		background: #fff;
	}
	.advSwiper .swiper-slide:hover p{
		color: #fff;
	}
	.advSwiper .swiper-slide:hover img{
		display: none;
	}
	.advSwiper .swiper-slide:hover img:last-child{
		display: block;
	}
	.env .show .pic ul li:hover p{
		color: #2779CF;
	}
	.newsSwiper .swiper-slide:hover{
		background: url(../images/bg03.jpg)  no-repeat center;
		background-size: cover;
		border: 1px solid #3E8CDF;
	}
	.newsSwiper .swiper-slide:hover h4{
		color: #fff;
	}
	.newsSwiper .swiper-slide:hover span{
		color: #fff;
		background: url(../images/h04.png) no-repeat left center;
	}
	.newsSwiper .swiper-slide:hover p{
		color: #fff;
	}
	.newsSwiper .swiper-slide:hover i{
		color: #fff;
		border: 1px solid #fff;
	}
	.news .more:hover{
		background: #2779CF;
		border: 1px solid #2779CF;
		color: #fff;
	}
	.links ul li:hover a{
		color: #2779CF;
	}
	.footer .menu ul li:hover a{
		opacity: 1;
	}
	.tab ul li:hover{
		background: #044A90;
	}
	.in-results ul li:hover{
		transform: translateY(-10px);
	}
	.in-results ul li:hover h4{
		color: #0F60BA;
		text-decoration: underline;
	}
}
 
@media screen and (max-width: 1500px){
 	.main{
 		width: 1200px;
 	}
 	.head .main{
 		width: 1200px;
 	}
  
 	.nav ul{
 		width: 1200px;
 	}
 	.equipment ul li{
 		width: 284px;
 		margin-left: 8px;
 	}
 	.about .bd .pic img{
 		width: 620px;
 	}
 	.about .bd .intro{
 		width: 500px;
 	}
  	.about .bd .intro p{
  		margin-top: 20px;
  	}
  	.env{
  		width: 1260px;
  	}
  	.advSwiper .swiper-slide{
  		width: 385px;
  	}
 	.newsSwiper .swiper-slide{
 		width: 290px;
 		padding: 15px;
 		height: 480px;
 	}
 	.links ul{
 		width: 1070px;
 	}
   	.float-bottom .main p{
   		font-size: 15px;
   	}

   	.in-item .pic ul li{
   		width: 377px;
   	}
   	.in-service .pic ul li{
   		width: 279px;
   	}
   	.in-results ul li .intro{
   		width: 700px;
   	}
   	.in-news{
   		margin-bottom: .5rem;
   	}
   	.in-news ul li{
   		width: 590px;
   	}
   	.in-news ul li .info{
   		width: 420px;
   	}
}

@media screen and (max-width: 1199px){

	.main{
		width: 7.2rem;
	}
	.top{
		display: none;
	}
	.head .main {
		width: 7.2rem;
		height: 1.8rem;
		justify-content: center;
	}
	.head .name{
		width: 6.5rem;
	}
	.head .name img{
		width: 100%;
		display: block;
	}
	.head .tel{
		display: none;
	}
	.nav ul{
		width: 100%;
		height: auto;
		flex-wrap: wrap;
	}
	.nav ul li:first-child{
		display: none;
	}
	.nav ul li{
		width: 33.333%;
		height: .8rem;
		position: relative;
		border-top: .02rem solid #fff;
		line-height: .8rem;
	}
	.nav ul li:after{
		content: "";
		width: .02rem;
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		background: #fff;
	}
	.nav ul li a{
		font-size: .3rem;
	}
	.nav ul li:nth-child(3n-2):after{
		width: 0;
		height: 0;
		overflow: hidden;
	}
	.banner{
		display: none;

	}
	.banner .swiper-slide{
		height: auto;
	}
	.in-banner {
		display: none;
	}
	.mbanner{
		display: block;
	}
	.in-mbanner{
		width: 100%;
		display: block;
		 
	}
	.in-mbanner img{
		display: block;
		width: 100%;
	}

	.mbanner .swiper-pagination {
		display: flex;
		justify-content: center;
		align-items: center;
		bottom: .2rem !important;
	}
	.mbanner .swiper-pagination  span{
		display: block;
		width: .4rem;
		height: .4rem;
		line-height: .4rem;
		overflow: hidden;
		position: relative;
		opacity: 1;
		margin: 0 .1rem;
		font-size: .2rem;
	}
	.mbanner .swiper-pagination .swiper-pagination-bullet-active{
		 
		border:.02rem solid #2779CF;
		background: #2779CF;
		 
	}

	.mbanner img{
		display: block;
		width: 100%;
	}


	.title{
		background: none;
		position: relative;
		height: auto;
		overflow: hidden;
		width: 100%;
		padding-bottom: .6rem;

	}
	 
	.title h4{
		font-size: .52rem;
		height:.8rem;
		line-height: .8rem;
	}
	 
	.title p{
		font-size: .26rem;
		margin-top: .1rem;
	}
	.title:after{
		content: "";
		width: 4.2rem;
		height: .04rem;
		background: #DFDFDF;
		position: absolute;
		bottom: .2rem;
		left: 50%;
		transform: translateX(-50%);
	}
	.title:before{
		width: .4rem;
		height: .4rem;
		background: url(../images/icon04.png) no-repeat center;
		position: absolute;
		left: 50%;
		content: "";
		bottom: 0;
		z-index: 1;
		background-size: 100% auto;
		transform: translateX(-50%);
	}
	.item{
		margin-top: .4rem;
	}
	.itemSwiper{
		margin-top: .4rem;
	}
	.itemSwiper .swiper-slide .intro{
		padding: .2rem .25rem;
	}
	.itemSwiper .swiper-slide .intro h4{
		font-size: .34rem;
	}
	.itemSwiper .swiper-slide .intro p{
		font-size: .28rem;
		line-height: .49rem;
		margin-top: .2rem;
	}
	.itemSwiper .swiper-pagination{
		margin-top: .5rem;
	}
	.itemSwiper .swiper-pagination span{
		width: .6rem;
		height: .08rem;
		margin: 0 .1rem;
	}
	.itemSwiper .swiper-pagination .swiper-pagination-bullet-active{
		background: #74A7DC;
	}
	
	.equipment{
		margin-top: .8rem;
		padding: .8rem 0;
	}
	.equipment ul{
		margin-top: .5rem;
	}
	.equipment ul li{
		width: 3.35rem;
		margin: 0;
	}
	.equipment ul li:nth-child(2n){
		float: right;
	}
	.equipment ul li .intro{
		padding: .2rem;
	}
	.equipment ul li .intro p{
		font-size: .28rem;
		line-height: .5rem;
	}
	.results-data{
		height: auto;
		overflow: hidden;
		padding: .8rem 0;
	}
	.results-data ul{
		margin-top: .0rem;
	}
	.results-data ul li b{
		font-size: .8rem;
		display: table;
	}
	.results-data ul li b:after{
		width: .4rem;
		height: .4rem;
		line-height: .4rem;
		font-size: .3rem;
		right: -.2rem;
	}
	.results-data ul li p{
		font-size: .28rem;
	}
	.dataSwiper{
		width: 100%;
	}
	.results-data .dataSwiper .swiper-scrollbar{
		position: initial;
		bottom: initial;
		left: 0;
		margin-top: .5rem;
		background:rgba(255,255,255,.3);
	}
	.results-data .dataSwiper .swiper-scrollbar .swiper-scrollbar-drag{
		background:rgba(255,255,255,.5);
	}
	.results-data .ad {
		width: 6rem;
		margin-top: .5rem;
	}
	.results-data .ad img{
		width: 100%;
	}

	.adv{
		padding: .7rem 0;
	}
	.advSwiper {
		width: 7.2rem;
		margin: 0 auto;
		margin-top: .5rem;
	}
	.advSwiper .swiper-slide img{
		height: 1.2rem;
	}
	.advSwiper .swiper-slide i{
		height: 1.2rem;
	}
	.advSwiper .swiper-slide h4{
		font-size: .4rem;
		margin-top: .3rem;
		padding-bottom: .5rem;
	}
	.advSwiper .swiper-slide h4:after{
		width: 1.5rem;
		height: .08rem;
	}
	.advSwiper .swiper-slide{
		height: auto;
		padding: .8rem 0;
	}
	.advSwiper .swiper-slide p{
		margin-top: .5rem;
		font-size: .28rem;
		width: 6rem;
		height: 2.3rem;
		line-height: .46rem;
	}
	.advSwiper .swiper-pagination{
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: .5rem;
	}
	.advSwiper .swiper-pagination span{
		display:block;
		width: .5rem;
		height: .08rem;
		background: #CFCFCF;
		border-radius: 10px;
		margin: 0 .1rem;
	}
	.advSwiper .swiper-pagination .swiper-pagination-bullet-active{
		background: #2779CF;
	 }

	.about{
		margin-top: .8rem;
		height: auto;
		overflow: hidden;
	}
	.about .bd{
		width: 7rem;
		margin: 0 auto;
		display: block;
		background: #FAFAFA;
		margin-top: .6rem;
	}
	.about .bd .pic img{
		width: 100%;
		height: auto;
	}
	.about .bd .intro{
		width: 100%;
		padding: 0 .2rem;
		box-sizing: border-box;
		margin-top: .6rem;
	}
	.about .bd .intro h4{
		font-size: .46rem;
		padding: 0;
		text-align: center;
	}
	.about .bd .intro h4:after{
		width: 0;
		height: 0;
		overflow: hidden;
	}
	.about .bd .intro p{
		font-size: .29rem;
		line-height: .48rem;
		text-align: justify;
		-webkit-line-clamp:9;
		height: auto;
	}
	.about .bd .intro a{
		width: 6rem;
		height: .8rem;
		line-height: .8rem;
		font-size: .3rem;
		margin: 0 auto;
		margin-top: .65rem;
		margin-bottom:.6rem;
	}
	.env{
		width: 7.2rem;
		margin: 0 auto;
		margin-top: .6rem;
	}
	.env .show .box{
		width: 800%;
	}
	.env .show .pic{
		width: 50%;
	}
	.env .show .pic ul li{
		width: 12%;
		margin-left: .5%;
	}
	.env .show .pic ul li img{
		width: 100%;
		height: auto;
	}
	.env .show .pic ul li  p{
		font-size: .28rem;
		margin-top:0;
		line-height: .8rem;
	}
	.news{
		margin: .8rem 0;
	}
	.newsSwiper{
		margin-top: .5rem;
	}
	.newsSwiper .swiper-wrapper{
		display: flex;
	}
	.newsSwiper .swiper-slide{
		border: .02rem solid #DCDCDC;
		padding: .2rem;
		height: auto;
		margin: 0;
		box-sizing: border-box;
	}
	.newsSwiper .swiper-slide h4 {
		font-size: .3rem;
	}
	.newsSwiper .swiper-slide span{
		font-size: .24rem;
		background-size: auto .3rem;
		padding-left: .4rem;
		height: .3rem;
		line-height: .3rem;
		margin: .2rem 0;
	}
	.newsSwiper .swiper-slide p{
		font-size: .24rem;
		line-height: .42rem;
		height: auto;
		-webkit-line-clamp:2;
	}
	.newsSwiper .swiper-slide i{
		width: 2.1rem;
		height: .5rem;
		line-height: .5rem;
		font-size: .24rem;
		margin-top: .4rem;
		margin-bottom: .3rem;
	}
	.news .more{
		width: 6rem;
		height: .8rem;
		font-size: .28rem;
		line-height: .8rem;
		margin-top: .5rem;
	}
	.news .swiper-pagination{
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: .6rem;
	}
	.news .swiper-pagination span{
		display:block;
		width: .5rem;
		height: .1rem;
		background: #CFCFCF;
		border-radius: 15px;
		margin: 0 .1rem;
	}
	.news .swiper-pagination .swiper-pagination-bullet-active{
		background:#2779CF;
	 }
	 .news-list .title{
	 	margin-top: .5rem;
	 }

	.news-list ul li{
		width: 100%;
		margin: 0;
		float: initial;
		padding: .2rem;
		height: auto;
		margin-bottom: .2rem;
	}
	.news-list ul li .time{
		width: 1.7rem;
		height: 1.4rem;
	}
	.news-list ul li .time b{
		width: 100%;
		height: .8rem;
		line-height: .8rem;
		font-size: .4rem;
	}
	.news-list ul li .time p{
		height: .6rem;
		line-height: .6rem;
		font-size: .24rem;
	}
	.news-list ul li .intro{
		width: 4.8rem;
		margin-top: .03rem;
	}
	.news-list ul li .intro span{
		margin-top: .1rem;
		line-height: .4rem;
	}
	.footer{
		width: 100%;
		height: auto;
		min-height: initial;
		padding-top: .8rem;
		padding-bottom: 2rem;
		overflow: hidden;
	}
	.footer .left{
		width: 100%;
	}
	.footer .tit:after{
		height: .04rem;
		left: 50%;
		transform: translateX(-50%);
		width: 1rem;
	}
 
	.footer .ewm {
		display: none;
	}
	.footer .menu{
		display: none;
	}
	.footer .intro{
		margin: 0;
		width: 100%;
	}
	.footer .tit p{
		font-size: .42rem;
		text-align: center;
	}
	.footer .intro img{
		margin: 0 auto;
		width: 3.2rem;
		margin-top: .6rem;
	}
	.footer .intro .info{
		margin-top: .3rem;
		width: 7rem;
		font-size: .24rem;
		text-align: center;
	}
	.footer .ewm{
		display: none;
	}

	.gotop{
		position: fixed;
		width: .8rem;
		height: .8rem;
		bottom: 2rem;
		display: none;
		z-index: 100;
		right: .1rem;
		
	}
	.gotop img{
		height: .3rem;
	}
	.links{
		display: none;
	}
	.float{
		display: none;
	}
	.page{
		margin: .4rem 0;
	}
	.page ul li{
		font-size: .26rem;
		border: .02rem solid #ccc;
		line-height: .5rem;
		height: .5rem;
		padding: 0 .15rem;
	}
	.page ul .thisclass{
		border: .02rem solid #2CABB9;
	}
	.crumbs{
		padding: 0 .1rem;
		box-sizing: border-box;
	}
	.crumbs .main{
		width: 100%;
	}
	.crumbs .tit{
		border-left: none;
		height: .8rem;
		margin-right: .3rem;
	}
	.crumbs img {
		margin-top: .22rem;
		height: .35rem;
	}
	.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;
	}
	.float-bottom{
		display: none;
	}
	.fn{
		display: block;
		position: fixed;
		bottom: 0;
		width: 7.5rem;
		left: 50%;
		z-index: 100;
		margin-left: -3.75rem;
	}
	.fn ul{
		display: flex;
		justify-content: space-between;
		align-items: center;
		max-width: 7.5rem;
		margin: 0 auto;
	}
	.fn ul li{
		float: left;
		width:1.85rem;
		background:#2779CF;
		height: auto;
		overflow: hidden;
		 
	}
	 
	.fn ul li img{
		display: block;
		margin: 0 auto;
		margin-top: .3rem;
		height: .5rem;
	}
	.fn ul li  p{
		color: #fff;
		font-size: .26rem;
		text-align: center;
		margin-top: .1rem;
		margin-bottom: .2rem;
	}
	.fn ul li:last-child:after{
		width: 0;
		height: 0;
		overflow: hidden;
	}
 	.in-item{
 		width: 100%;
 		height: auto;
 		overflow: hidden;
 		margin-top: .5rem;
 	}

	.about-article{
		margin-bottom: 0;
		margin-top: .3rem;
	}
	.about-article .title{
		margin-top: .2rem;
		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 iframe{
		width: 100%;
		height:3.5rem;
		overflow: hidden;
	}
	.detailed .info{
		width: 100%;
		height:3.5rem;
		overflow: hidden;
	}
	.about-article .map{
		height: 4.5rem;
	}

	.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;
	}
	.tab{
		width:7rem;
		margin: 0 auto;
		margin-top: .4rem;
		height: auto;
		overflow: hidden;
	}
 	.tab ul li{
 		width:2.24rem;
 		height: .8rem;
 		line-height: .8rem;
 		margin-left: .12rem;
 		margin-bottom: .2rem;
 	}
 	.tab ul li:nth-child(3n-2){

 		margin-left: 0;
 	}
 	.tab ul li a{
 		font-size: .28rem;
 	}

 	.in-item .pic{
 		width: 100%;
 		height: auto;
 		overflow: hidden;
 		margin-top: .2rem;
 	}
 	.in-item .pic ul li{
 		width: 2.3rem;
 		margin-left: .15rem;
 	}
 	.in-item .pic ul li:nth-child(3n-2){
 		margin-left: 0;
 	}
 	.in-item .pic ul li p{
 		font-size: .28rem;
 		margin-top: .1rem;
 	}
 	.in-service{
 		margin-top: .6rem;
 		width: 100%;
 		height: auto;
 		overflow: hidden;
 	}
 	.in-service .pic {
 		margin-top: .4rem;
 	}
 	.in-service .pic ul li{
 		width: 3.5rem;
 		height: auto;
 		margin: 0;
 		margin-bottom: .1rem;
 		overflow: hidden;
 	}
 	.in-service .pic ul li:nth-child(2n){
 		float: right;
 	}
 	.in-service .pic ul li p{
 		margin-top: 0;
 		font-size: .28rem;
 		line-height: .6rem;
 	}

 	.in-results{
 		margin-top: .6rem;
 	}
 	.in-results ul li a{
 		display: flex;
 		justify-content: space-between;
 		align-items: center;
 	}
 	.in-results ul li .img-box{
 		width: 2.9rem;
 	}
 	.in-results ul li .intro{
 		margin: 0;
 		width: 4rem;
 		margin-right: .1rem;
 	}

 	.in-results ul li .intro h4{
 		font-size: .28rem;
 	}
 	.in-results ul li .intro p{
 		font-size: .24rem;
 		line-height: .38rem;
 		margin: 0;
 		margin-top: .15rem;
 	}
 	.in-results ul{
 		margin-top: .4rem;
 	}
 	.in-results ul li{
 		margin-bottom: .3rem;
 	}
 	.in-results ul li .intro span{
 		font-size: .2rem;
 		display: block;
 		margin-top: .15rem;
 		line-height: .2rem;
 	}
 	.in-results ul li .intro i{
 		display: none;
 		margin: 0;
 	}
 	.in-news{
 		margin-top: .6rem;
 	}
 	.in-news ul{
 		margin-top: .5rem;
 	}
 	.in-news ul li{
 		width: 100%;
 		padding: .2rem;
 		margin-bottom: .2rem;
 	}
 	.in-news ul li .time {
 		width: 1.5rem;
 		height: 1.5rem;
 	}
 	.in-news ul li .time b{
 		font-size: .48rem;
 	}
 	.in-news ul li .time p{
 		font-size: .22rem;
 		margin-top: .08rem;
 	}
 	.in-news ul li .info{
 		width: 5rem;
 		margin: 0;
 		margin-right: 0;
 	}
 	.in-news ul li .info h4{
 		font-size: .32rem;
 	}
 	.in-news ul li .info  p{
 		font-size: .26rem;
 		line-height: .42rem;
 		margin-top: .1rem;
 	}
 	.img-list{
 		margin-top: .5rem;
 	}
 	.img-list .pic{
 		margin-top: .2rem;
 	}
 	.img-list .pic ul li{
 		width: 49%;
 		margin: 0;
 	}
 	.img-list .pic ul li:nth-child(2n){
 		float: right;
 	}
 	.img-list .pic ul li p{
 		font-size: .28rem;
 	}
}


	
 