*{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:135px;

	overflow: hidden;

}

.head .main{

	display: flex;

	justify-content: space-between;

	align-items: center;

	height: 135px;

}

.head img{

	display: block;

}

.head .btn{

	display: none;

}



.head  .name{

	display: flex;

	position: relative;

	align-items: center;

}



.head  .name img{

	position: relative;

	border-right: 1px solid #EEEEEE;

	padding-right: 14px;

	margin-right: 14px;

}

.head  .name img:last-child{

	padding: 0;

	margin: 0;

	border: none;

}



.head .tel {

	display: flex;

	align-items: center;

}

.head .tel b{

	color: #009de6;

	margin-left: 10px;

	font-size: 38px;

	display: block;

	max-width: 265px;

	line-height: 35px;

}





.nav{

	width: 100%;

	height:66px; 

	background:#009DE6;

	display: block;

	position: relative;

	z-index: 100 !important;

}

.nav ul{

	width: 1600px;

	margin: 0 auto;

	height:66px;

 	display: flex;

 	justify-content: center;

}

.nav ul li{

	float: left;

	width: 100%;

	position: relative;

	line-height:66px; 

	text-align: center;

}



.nav ul li a{

	color: #ffffff;

	display: block;

	font-size: 18px;

}



.nav ul ul{

	position: absolute;

	left: 0;

	top:66px;

	height: auto;

	display: none;

	overflow: hidden;

	width: 100%;

	background: rgba(23,55,130,.8);

}

.nav ul ul li{

	width: 100%;

	height: 40px;

	margin-bottom: 1px;

	line-height: 40px;

	border: none !important;

}

.nav ul ul li:after{

	width: 0;

	height: 0;

	overflow: hidden;

}

.nav ul ul li a{

	font-size: 16px;

	display: block;

	white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

}

.nav ul li:hover{

	background:#FF6C00;

}

.nav ul li:hover ul li{

	background: none;

}

.nav ul li ul li:hover a{

	color: #00b7ee;

}

.nav ul li:hover ul{

	display: block;

}



.nav ul li ul li:first-child{

	margin-top: 10px;

}

.nav ul li ul li:last-child{

	margin-bottom: 10px;

}

.banner{

	width: 100%;

	height: auto;

	overflow: hidden;

	position: relative;

}

.banner  .swiper-wrapper  img{

	display: block;

	width: 100%;

}

 

.banner .swiper-pagination{

	position: absolute;

	width: 100%;

	left: 0;

	bottom: 30px;

	display: flex;

	justify-content: center;

	align-items: center;

	z-index: 1;

}

.banner .swiper-pagination span{

	width: 20px;

	height: 20px;

	border-radius: 50%;

	background: #fff;

	display: block;

	margin: 0 5px;

}



.banner .swiper-pagination .swiper-pagination-bullet-active{

	background: #0079C5;

}





.mbanner{

	display: none;

}

.in-banner img{

	display: block;

	width: 100%;

}

.in-banner img:last-child{

	display: none;

}



.title{

	height: auto;

	overflow: hidden;

}



.title h4{

	color:#333333;

	font-size: 40px;

	text-align: center;

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

	position: relative;

}

 

.title  b{

	color:#009DE6;

}

.title p{

	color: #666666;

	font-size: 16px;

	text-align: center;

	height: auto;

	overflow: hidden;

	margin-top: 10px;

}

.product{

	width: 100%;

	height: auto;

	overflow: hidden;

	padding-top: 60px;

}



.tab{

 	width: 100%;

	margin: 0 auto;

	margin-top: 40px;

	height: auto;

	overflow: hidden;

}



.tab ul li{

	float: left;

	width: 13.5%;

	height: 57px;

	border: 1px solid #E4E4E4;

	background: #fff;

 	margin-left: .9%;

	box-sizing: border-box;

	text-align: center;

	transition: .5s;

	border-radius: 10px;

	margin-bottom: 10px;

	line-height: 57px;

}

.tab ul li:nth-child(8n-7){

	margin-left: 0;

}

.tab ul li a{

	color: #333333;

	font-size: 18px;

	display: block;

	white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

}

 



.product .pic{

	width: 100%;

	height: auto;

	overflow: hidden;

	margin-top: 30px;

 

}



.product .pic ul li{

	float: left;

	width: 386px;

	height: auto;

	margin-left: 18px;

	overflow: hidden;

	position: relative;

	box-sizing: border-box;

	margin-bottom: 16px;

}

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

	margin-left: 0;

}

.product .pic ul li img{

	display: block;

	width: 386px;

	height:290px;

}

.product .pic ul li p{

	text-align: center;

	color: #1a1a1a;

	font-size: 18px;

	 white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

	line-height: 55px;

}

.product .pic ul li div{

	position: relative;

}

.product .pic ul li div:after{

	content: "";

	transition: .5s;

	width: 0%;

	height: 0%;

	position: absolute;

	left: 50%;

	top: 50%;

	background: rgba(47,48,48,.5) url(../images/icon02.png) no-repeat center;

}

 

.more{

	display: block;

	width: 185px;

	height: 55px;

	border: 1px solid #CCCCCC;

	text-align: center;

	line-height: 55px;

	color: #666666;

	font-size: 16px;

	margin: 0 auto;

}

.gg{

	width: 100%;

	height: 188px;

	margin-top: 30px;

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

}



.gg a{

	display: block;

	width: 100%;

	height: 100%;

}



.hz{

	width: 100%;

	height: auto;

	overflow: hidden;

	background: #F6F4F4;

	padding-top: 60px;

	padding-bottom: 70px;

}

 

.hz .swiper-container{

	padding: 0 5px;

}



.hz .swiper-container{

	margin-top: 30px;

}



.hz .swiper-container  .swiper-slide  .img-box{

	border: 10px solid #fff;

	box-shadow: 0 0 5px 3px #ccc;

}

.hz .swiper-container  .swiper-slide{

 	margin-top: 5px;

}

.hz .swiper-container  .swiper-slide img{

	display: block;

	width: 265px;

	height: 170px;

}



.hz .swiper-container  .swiper-slide p{

	text-align: center;

	color: #333333;

	font-size: 16px;

	margin-top: 15px;

	white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

}





.hz .swiper-button-next,.hz .swiper-button-prev{

	display: block;

	width: 52px;

	float: left;

	height: 50px;

}

.hz .swiper-button-next{

	background:#fff url(../images/prev.png) no-repeat center;

}



.hz .swiper-button-prev{

	background:#fff url(../images/next.png) no-repeat center;

}





.hz .btn{

	display: table;

	margin: 0 auto;

	margin-top: 40px;

}

.hz .btn a{

	display: block;

	width: 92px;

	height: 50px;

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

	float: left;

	margin: 0 10px;

}





 

.about{

	width: 100%;

	height: auto;

	overflow: hidden;

 	margin-top: 70px;

}



.about   .bd{

	margin-top: 50px;

}



.about  .video{

	float:right;

	width: 899px;

	height: 534px;

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

	overflow: hidden;

}

.about  .pic img{

	display: block;

	width: 635px;

	height: 526px;

}

.about  .intro{

	float:left;

	width: 620px;

	overflow: hidden;

	margin-left: 50px;

	margin-top: 80px;

}



.about  .intro h4{

	color: #191a1b;

	font-size: 24px;

	position: relative;

	padding-bottom: 30px;

}



.about  .intro h4:after{

	content: "";

	width: 65px;

	height: 3px;

	position: absolute;

	left: 0;

	bottom:0;

	background:  #BABABA;

}

.about  .intro .info{

	height: auto;

	color: #7f7f7f;

	font-size: 18px;

	line-height: 43px;

	display: -webkit-box;

	-webkit-line-clamp:6;

	text-indent: 2em;

	-webkit-box-orient: vertical;

	overflow: hidden;

	margin-top: 20px;

}	

.about  .intro a{

	display: block;

	width: 152px;

	height: 54px;

	text-align: center;

	line-height: 54px;

	color: #fff;

 

	background: #FF6F05;

	font-size: 18px;

	margin-top: 45px;

}

.datas{

	width: 100%;

	height: auto;

	overflow: hidden;

	margin-top: 60px;

	background: #009DE6;

}



.datas ul{

	display: flex;

	height: 200px;

	justify-content: space-between;

	align-items: center;

}

.datas ul li div{

	 position: relative;

	 display: table;

}

.datas ul li div b{

	color: #fff;

	font-size: 60px;

}



.datas ul li div p{

	color: #fff;

	width: 30px;

	height: 30px;

	text-align: center;

	line-height: 30px;

	font-size: 16px;

	background: #FF6F05;

	position: absolute;

	border-radius: 50%;

	right: -20px;

	top: 5px;

}

.datas ul li h4{

	text-align: center;

	color: #fff;

	font-weight: normal;

	font-size:18px;



}







.adv{

	width: 1600px;

	margin: 0 auto;

	height: auto;

	overflow: hidden;

	margin-top: 60px;

}

.adv .swiper-wrapper{

	display: block;

	margin-top: 44px;

}

.adv .swiper-slide{

	width: 373px;

	float: left;

	margin-left: 32px;

}

.adv .swiper-slide:first-child{

	margin-left: 0;

}



.adv .swiper-slide .tit{

	position: relative;

	border-radius: 15px 15px 0 0;

 

}

.adv .swiper-slide .pic img{

	display: block;

	width: 100%;

}

.adv .swiper-slide .t{

	position: absolute;

	top: 50%;

	left:0;

	width: 100%;

	transform: translateY(-50%);

}

.adv .swiper-slide .t i{

	display: block;

	height: 81px;

	display: flex;

	transition: .5s;

	justify-content: center;

	align-items: center;

}

.adv .swiper-slide .t b{

	color: #fff;

	font-size: 32px;

	text-align: center;

	display: block;

	margin-top: 30px;

}



.adv .swiper-slide  .intro{

	width: 100%;

	height: 226px;

	overflow: hidden;

	border: 1px solid #B0B0B0;

	box-sizing: border-box;

	border-top: none;

	padding: 0 45px;

	padding-top:20px;

	border-radius: 0 0 15px 15px;

	box-sizing: border-box;

}

.adv .swiper-slide  .intro p{

	color: #1a1a1a;

	font-size: 20px;

	border-bottom: 1px dashed #AEAEAE;

	text-align: center;

	line-height:60px;

}

















.adv2{

	width: 100%;

	height: auto;

	overflow: hidden;

	margin-top:90px;

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

	padding-bottom: 80px;

}







.adv2 .hd{

	display: none;

}





.adv2 .advSwiper2{

	width: 100%;

	height: auto;

	margin-top: 45px;

	overflow: initial;

}



.adv2 .swiper-pagination{

	display: flex;

	justify-content: space-between;

}





.adv2 .swiper-pagination  span{

	width: 100%;

	margin-right: 35px;

	display: flex;

	height: 142px;

	padding-left: 30px;

	box-sizing: border-box;

	border-radius: 0 10px 0 10px;

	background: #009DE6;

	align-items: center;

}

.adv2 .swiper-pagination  span:last-child{

	margin: 0;

}



.adv2 .swiper-pagination  span h4{

	color: #fff;

	font-size:30px;

	font-weight: normal;

}



.adv2 .swiper-pagination  span p{

	color: #ffffff;

	font-size: 16px;

}

.adv2 .swiper-pagination  span img{

	display: block;

	margin-right: 20px;

}



.adv2 .swiper-pagination  .swiper-pagination-bullet-active{

	background: #FF6C00;

}



.adv2 .swiper-wrapper{

	width: 100%;

	height: auto;

	overflow:initial;

	margin-top: 30px;

	padding: 10px;

	box-sizing: border-box;

}



.adv2 .swiper-wrapper .swiper-slide{

	box-shadow: 0 0 5px 3px #EDEDED;

	padding: 60px 40px;

	box-sizing: border-box;

	display: flex;

	background: #fff;

	align-items: center;

	justify-content: space-between;

}



.adv2 .swiper-wrapper .swiper-slide img{

	display: block;

}



.adv2 .swiper-wrapper .swiper-slide .intro{

	width: 640px;

}



.adv2 .swiper-wrapper .swiper-slide .intro .tit{

	position: relative;

	padding-bottom: 30px;

}

.adv2 .swiper-wrapper .swiper-slide .intro .tit:after{

	content: "";

	width: 54px;

	height: 5px;

	position: absolute;

	left: 0;

	bottom: 0;

	background: #009de6;



}

.adv2 .swiper-wrapper .swiper-slide .intro .tit h4{

	color: #009de6;

	font-size: 30px;

}



.adv2 .swiper-wrapper .swiper-slide .intro .tit p{

	color: #848484;

	font-size: 18px;

	margin-top: 10px;

}



.adv2 .swiper-wrapper .swiper-slide .intro  .info{

	width: 100%;

	height:auto;

	overflow: hidden;

	color: #5b5b5b;

	font-size: 18px;

	line-height: 43px;

	margin-top: 35px;

 

	overflow: hidden;

}



.adv2 .swiper-wrapper .swiper-slide .intro .tel{

	display: flex;

	margin-top: ;

	align-items: center;

	margin-top: 70px;

}

.adv2 .swiper-wrapper .swiper-slide .intro  .tel a{

	display: block;

	width: 153px;

	height: 50px;

	background: #FF6C00;

	text-align: center;

	line-height: 50px;

	color: #fff;

	font-size: 18px;

	margin-right: 30px;

}



.adv2 .swiper-wrapper .swiper-slide .intro  .tel P{

	color:#505050;

	font-size: 16px;

}



.adv2 .swiper-wrapper .swiper-slide .intro  .tel b{

	display: block;

	color: #ff6c00;

	font-size: 24px;

}











.gg{

	width: 100%;

	height: 254px;

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

	margin-top: 50px;

}

.gg .main{

	height: 254px;

}

.gg .tel {

	width: 470px;

	display: flex;

	align-items: flex-start;

	position:relative;

	top: 150px;

	left: 50%;

	margin-left: 200px;

	transform: translateX(-50%);

}

.gg .tel b{

	color: #ffff00;

	font-size: 38px;

	line-height: 36px;

}

.gg .tel img{

	display: block;

	margin-right: 10px;

}

.lc{

	width: 100%;

	height: auto;

	overflow: hidden;

	margin-top: 60px;

	background: #F6F4F4;

	padding:  60px 0;

}

.lc ul{

	display: flex;

	justify-content: space-between;

	align-items: center;

	margin-top: 40px;

}

.lc ul li{

	width:124px;

	height:124px;

	color: #fff;

	position: relative;

	display: flex;

 

	justify-content: center;

	text-align: justify;

	align-items: center;

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

}

.lc ul li:after{

	content: "";

	width: 24px;

	height: 28px;

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

	position: absolute;

	right:-28px;

	top: 50%;

	margin-top: -14px;

}



.lc ul li:last-child:after{

	width: 0;

	height: 0;

	overflow: hidden;

}

.lc ul li p{

	font-size: 22px;

	line-height: 30px;

 	margin-top: -3px;

 	margin-left: 8px;

	letter-spacing: 6px;

}

.cases{

	width: 100%;

	height: auto;

	overflow: hidden;

	 

	margin-top: 70px;

 

}



.cases .show{

	width: 100%;

	height: auto;

	overflow: hidden;

	margin-top: 30px;

}

.cases .show .box{

	width: 800%;

}

.cases .pic{

	float: left;

}

.cases .pic ul li{

	width: 380px;

	height: auto;

	float: left;

	margin-left: 20px;

	padding-bottom: 5px;

	overflow: hidden;

}

.cases .pic ul li img{

	display: block;

	width: 100%;

}

.cases .pic ul li p{

	width: 216px;

	height: 50px;

	background: #fff;

	box-shadow: 0 0 3px 1px #939292b3;

	text-align: center;

	line-height: 50px;

	color: #333333;

	font-size: 15px;

	margin: 0 auto;

	position: relative;

	overflow: hidden;

	white-space: nowrap;

    text-overflow: ellipsis;

	z-index: 1;

	margin-top: -25px;

}

.cases .more{

	margin-top: 40px;

}







.news{

	width: 100%;

	height: auto;

	overflow: hidden;

	margin-top: 80px;

	background: #F2F2F2;

	padding: 70px 0;

 

}





.newsSwiper{

	width: 100%;

	height: auto;

	overflow: auto;

	margin-top: 70px;



}



.newsSwiper  .swiper-wrapper{

	height: 650px;



}

.newsSwiper .swiper-slide {

	background: #fff;

	align-items: center;

	padding: 25px;

	box-sizing: border-box;

	height:300px;

	overflow: hidden;

}

.newsSwiper .swiper-slide a{

	display: flex;

	align-items: center;

	width: 100%;

	justify-content: space-between;

}



.newsSwiper .swiper-slide img{

	display: block;

	position: absolute;

	height: 100%;

}



.newsSwiper .swiper-slide  .img-box{

	position: relative;

	width: 306px;

}

.newsSwiper .swiper-slide .img-box:after{

	content: '';

	width: 100%;

	display: block;

	overflow: hidden;

	padding-bottom: 78.1%;

 



}



.newsSwiper .swiper-slide .intro{

	width: 390px;

}



.newsSwiper .swiper-slide .intro h4{

	color: #3c3c3c;

	font-size: 24px;

	width: 100%;

	 white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

    font-weight: normal;

}



.newsSwiper .swiper-slide .intro p{

	color: #7e7d7d;

	font-size: 16px;

	height: 70px;

	line-height: 36px;

	display: -webkit-box;

	-webkit-line-clamp:2;

	-webkit-box-orient: vertical;

	margin-top: 10px;

	overflow: hidden;

}



.newsSwiper .swiper-slide .intro span{

	display: block;

	color: #7e7d7d;

	font-size: 16px;

	margin-top: 60px;

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

	height: 30px;

	line-height: 30px;

}



.newsSwiper .swiper-pagination{

	position: initial;

	display: flex;

	justify-content: center;

	align-items: center;

	margin-top: 60px;

}

.newsSwiper .swiper-pagination span{

	display: block;

	width: 13px;

	height: 13px;

	margin: 0  5px;

	border-radius: 50%;

	background: #9F9F9F;

}



.newsSwiper .swiper-pagination .swiper-pagination-bullet-active{

	background:#009DE6;

	width: 30px;

	border-radius: 10px;

}





.links{

	width: 100%;

	height: auto;

	overflow: hidden;

	padding-top: 30px;

	box-sizing: border-box;

	border-top: 1px solid #D6D6D6;

	margin-bottom: 30px;

}

.links .tit{

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

	float: left;

	width: 115px;



}

.links .tit p{

	color:#009DE6;

	font-size: 18px;

	margin-left: 25px;

}



.links ul{

	float: right;

	width: 1480px;

	height: auto;

	margin-top: 5px;

	height: 20px;

	overflow: hidden;

}

.links ul li{

	float: left;

	padding: 0 10px;

}

.links ul li a{

	color: #5d5d5d;

	font-size: 14px;

	display: block;

}



.menu{

	width: 100%;

	height: auto;

	overflow: hidden;

	background:#009DE6;



}

.menu ul{

	width: 1460px;

	margin: 0 auto;

	display: flex;



	justify-content: space-between;

	align-items: center;

	height: auto;

	overflow: hidden;

}

.menu ul li{

	float: left;

	line-height: 50px;

}

.menu ul li a{

	color: #fff;

	font-size: 18px;

	display: block;

}





.footer{

	width: 100%;

	height: auto;

	padding-top: 50px;

	box-sizing: border-box;

	overflow: hidden;

	background: url(../images/bg03.jpg);

	padding-bottom: 60px;

}



.footer .intro{

	float: left;

}

.footer .intro h4{

	color: #ffffff;

	font-size: 30px;

}



.footer .intro p{

	color: #ffffff;

	font-size: 16px;

	line-height: 30px;

	margin-top: 20px;

}



.footer .ewm{

	float: right;

}

.footer .ewm img{

	display: block;

	width: 160px;

	height: 160px;

}

.footer .ewm p{

	text-align: center;

	color: #fff;

	font-size: 12px;

	margin-top:5px;

}



.gotop{

	display: none;

}

.float-right{

	width:auto;

	height: auto;

	overflow: hidden;

	position: fixed;

	bottom: 100px;

	right: 0;

	width: 180px;

}

.float-right ul li{

	width: 180px;

	margin-top: 5px;

	height:auto;

	overflow: hidden;

	margin-left: 130px;

	position: relative;

	transition: .5s;

 

}

 

.float-right ul li span{

	display: block;

	width: 50px;

	height: 50px;

	float: left;

}

.float-right ul li:nth-child(2):hover{

	margin-left: 0;

}

.float-right ul li:nth-child(3):hover{

	margin-left: 0;

}

.float-right ul li:nth-child(4):hover{

	margin-left: 0;

}

.float-right ul li:nth-child(4):hover img{

	height: 120px;

}

.float-right ul li p{

	float: left;

	font-size: 16px;

	color:#fff;

	width: 130px;

	text-align: center;

 	height: 50PX;

   	line-height: 50px;

	font-weight: bold;

	background: #454545;

 

}

.float-right ul li a{

	display: block;

	line-height: 50px;

	text-align: center;

	background: #454545;

	color:#fff;

	font-size: 16px;

	font-weight: bold;

}

.float-right ul li:nth-child(1) span{

	background:#454545 url(../images/float01.png)no-repeat  center;

}

.float-right ul li:nth-child(2) span{

	background:#454545 url(../images/float02.png)no-repeat   center;

}

.float-right ul li:nth-child(3) span{

	background:#454545 url(../images/float03.png)no-repeat   center;

}

.float-right ul li:nth-child(4) span{

	background:#454545 url(../images/float04.png)no-repeat   center;

}

.float-right ul li:nth-child(5) span{

	background:#454545 url(../images/float05.png)no-repeat   center;

}

.float-right ul li div{

	width:130px;

	float: left;

	background: #454545;

	height: auto;

	overflow: hidden;

}

.float-right ul li img{

	display: block;

	width: 120px;

	height:50px;

	transition: .3s;

	float: right;

	margin: 5px;

}









.float{

	display: none;

}



 
.page{

	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: #009DE6;
	border: 1px solid  #009DE6;
	color: #fff;
}



.img-list{

	height: auto;

	overflow: hidden;

	width: 100%;

	padding-top: 20px;

}

.img-list .pic{

	height: auto;

	overflow: hidden;

	margin-top: 20px;

}



.img-list .pic ul li{

	float: left;

	width:24.2%;

	margin-left: 1%;

	margin-bottom: 20px;

}

.img-list .pic ul li:nth-child(4n-3){

	margin-left: 0;

}

.img-list .pic ul li img{

	display: block;

	width: 100%;

}

.img-list .pic 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;

}

.crumbs{

    width: 100%;

    height: 55px;

    line-height: 55px;

    background: #eee;

}



.crumbs p{

	font-size: 18px;

	float: left;

}

.crumbs  a{

	color:#333;

	font-size: 14px;

	padding-right: 15px;

	position: relative;

}

.crumbs a:after{

	content: ">";

	position: absolute;

	right:2px;

	font-family: '宋体';

}

.crumbs a:last-child:after{

	width: 0;

	height: 0;

	overflow: hidden;

}





.mssg-intro{

	width:820px;

	margin: 0 auto;

	height: auto;

	overflow: hidden;

	margin-top: 40px;

	margin-bottom: 30px;

	background: #eeeeee;

}



.mssg-intro img{

	display: block;

	width: 100%;

}



.mssg-intro form{

	width: 745px;

 	margin: 0 auto;

 	margin-top: 25px;

}

.mssg-intro form ul {

	width: 100%;

	height: auto;

	overflow: hidden;

}

.mssg-intro form ul li{

	height: auto;

	overflow: hidden;

	float: left;

	width: 225px;

	margin-left: 35px;

	margin-bottom: 20px;

}

.mssg-intro form ul li:nth-child(4) {

	width: 100%;

	margin-left: 0;

}

.mssg-intro form ul li:nth-child(4) input{

	width:695px;

}

.mssg-intro form ul li:first-child{

	margin-left: 0;

}

.mssg-intro form ul li p{

	float: left;

	font-size: 16px;

	line-height: 40px;

	color:#333333;

}

 



.mssg-intro form ul li input{

	width: 175px;

	height: 40px;

	border: 1px solid #dcdcdc;

	background: #fff;

	border-radius:5px;

	outline:none;

	text-indent: 5px;

	border-radius: 5px;



	font-family: '微软雅黑';

	float: left;

}

.mssg-intro form ul li:last-child{

	width: 100%;

	margin: 0;

}

.mssg-intro form ul li textarea{

	width: 695px;

	height: 150px;

	resize: none;

	outline: none;

	text-indent: 5px;

	border-radius: 5px;

	font-family: '微软雅黑';

	padding-top: 10px;

	border: 1px solid #dcdcdc;

	float: left;

}

.mssg-intro form .btn{

	display: table;

	margin: 0 auto;

	margin-top: 30px;

	margin-bottom: 50px;

}

.mssg-intro form .btn input{

	width: 190px;

	height: 40px;

	letter-spacing: 5px;

	background: #999999;

	font-size: 18px;

	font-weight: normal;

	margin: 0 10px;

	border-radius: 5px;

	color:#fff;

	 

	border: none;

}

.mssg-intro form .btn input:first-child{

	background:#009DE6;



}





.fy{

	width: 1600px;

	margin: 40px auto;

	height: auto;

	line-height: 40px;

	overflow: hidden;



	border-bottom: 1px solid #ccc;

}

.fy p{

	color:#333;

	font-size: 14px;

	float: left;

	max-width:400px;

	white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

	padding: 0 20px;

	box-sizing: border-box;

}

.fy a{

	color:#333;

}

.return{

	float: right;

	font-size: 14px;

}

.news-list{

	width: 1680px;

	margin: 0 auto;

	height: auto;

	margin-top: 40px;

	overflow: hidden;

 

}



.news-list ul li{

	width:49%;

	height: auto;

	overflow: hidden;

 	border: 1px dotted #E7E7E7;

 	box-sizing: border-box;

	padding: 14px;

	margin-bottom: 12px;
	float: left;

}

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




 



.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:630px;

	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;

}



.about-intro{

	width: 100%;

	height: auto;

	overflow: hidden;

	margin-top: 30px;

}

.about-intro .intro{

	color: #333;

	font-size: 16px;

	line-height: 30px;

}

.about-intro .intro p{

	text-indent: 2em;

}

.about-intro .intro img{

	display: block;

	max-width: 100%;

	margin: 0 auto;

}



.map{

	width: 100%;

	height: 400px;

	overflow: hidden;

	margin-top: 20px;

}

 



.detailed{

	width: 100%;

	height: auto;

	overflow: hidden;

	margin-top: 40px;

}

.detailed .tit{

	height: auto;

	overflow: hidden;

	border-bottom: 1px solid #eee;

	padding-bottom: 15px;

}

.detailed .tit h4{

	color:#333;

	font-size: 24px;

	text-align: center;

}



.detailed .tit  p{

	display: block;

	font-size: 14px;

	color:#666;

	margin-top: 15px;

	text-align: center;

}

.detailed .tit  span{

 	margin: 0 5px;

}





.detailed  .info{

	width: 100%;

	height: auto;

	overflow: hidden;

	margin-top: 30px;

	color:#333;

	font-size: 16px;

	line-height: 30px;

	min-height:150px;

}

.detailed .info p{

	text-indent: 2em;

}

.detailed  .info img{

	display: block;

	max-width: 100%;

	margin: 0 auto;

}







 

@media (min-width: 1200px){

  

    .img-box{

    	overflow: hidden;

    	height: auto;

    }

    .img-box img{

    	transition: .5s;

    }

    .img-box:hover img{

    	transform: scale(1.05);

    }





 

    .product .pic ul li:hover div:after{

    	width: 100%;

    	height: 100%;

    	left: 0;

    	top: 0;

    }

  	.news ul li:hover .info h4{

  		color: #083da2;

  	}

    



    .news-list ul li:hover a{

    	color: 173782;

    }





    .hz .swiper-button-next:hover{

    	background:#093EA3 url(../images/h-prev.png) no-repeat center;

    }

    .hz .swiper-button-prev:hover{

    	background:#093EA3 url(../images/h-next.png) no-repeat center;

    }

    

    .tab ul li:hover{

    	background: #009DE6;

    	border: 1px solid #009DE6;

    }

    .tab ul li:hover a{

    	color: #fff;

    }

    .more:hover{

    	background: #009DE6;

    	border: 1px solid #009DE6;

    	color: #fff;

    }

    .adv .swiper-slide:hover .t i{

    	transform: rotate(360deg);

    }

}





@media (max-width: 1660px){



	.main{

		width: 1440px;

	}

	.nav ul{

		width: 1440px;

	}

	 

	.product .pic ul li{

		width: 346px;

	}

	.product .pic ul li img{

		width: 100%;

		height: 260px;

	}

	.about .video{

		width: 730px;

	}







	.gg{

		background-size: 120% auto;

	}

	.adv{

		width: 1440px;

	}

	.adv .swiper-slide{

		width: 336px;

	}



	.adv2 .swiper-wrapper .swiper-slide img{

		width: 680px

	}



	.newsSwiper .swiper-slide .intro{

		width: 330px;

	}

	.links ul{

		width: 1280px;

	}

	.fy{

		width: 1440px;

	}

	.news-list{
		width: 1400px;
	}

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


}



@media (max-width: 1440px ){



	.main{

		width: 1200px;

	}

	.nav ul{

		width: 1200px;

	}

	.tab ul li a{

		font-size: 16px;

	}

	 

	.product .pic ul li{

		width: 286px;

	}

	.product .pic ul li img{

		height: 214px;

	}

	.about .video{

		width: 600px;

	}

	.about .pic img{

		width: 580px;

		height: auto;

	}

	.about .intro{

		width: 550px;

		margin-left: 20px;

		margin-top: 30px;

	}

	.adv{

		width: 1200px;

	}

	.adv .swiper-slide{

		width: 284px;

		margin-left: 20px;

	}



	.adv .swiper-slide .intro p{

		font-size: 16px;

	}



	.adv2{

		background-size: 100% auto;

	}



	.adv2 .swiper-wrapper .swiper-slide img{

		width: 580px;

	}

	.adv .swiper-slide .t b{

		margin-top: 20px;

		font-size: 30px;

	}

	.adv2 .swiper-wrapper .swiper-slide{

		padding: 40px 30px;

		height: 500px;

	}

	.adv2 .swiper-wrapper .swiper-slide .intro{

		padding:  0 25px;

		width: 480px;

		padding-top: 20px;

	}

	.adv2 .swiper-wrapper .swiper-slide .intro .tit h4{

		font-size: 28px;

	}

	.adv2 .swiper-wrapper .swiper-slide .intro .info{

		font-size: 16px;

		line-height: 35px;


	}

	.adv2 .swiper-wrapper .swiper-slide .intro .tel{

		margin-top: 30px;

	}

	.newsSwiper .swiper-wrapper{

		height: 505px;

	}

	.newsSwiper .swiper-slide{

		height: auto;

	}

	.newsSwiper .swiper-slide .img-box{

		width: 235px;

	}



	.newsSwiper .swiper-slide .intro{

		width: 280px;

	}

 	.newsSwiper .swiper-slide .intro span{

 		margin-top: 30px;

 	}

	.links ul{

		width: 1040px;

	}

	.adv2 .swiper-pagination span{

		height: 110px;

		padding-left: 15px;

	}

	.adv2 .swiper-pagination span img{

		width: 60px;

		margin-right: 10px;

	}

	.menu ul{

		width: 1080px;

	}

	.fy{

		width: 1200px;

	}


	.news-list{
		width: 1200px;
	}

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

}





@media (max-width: 1199px){

	.main{

		width:7.1rem;

		margin: 0 auto;

	}

	.head{

		height: auto;

	}



	.head .name{

		width: 7rem;

	}



	.head .main{

		height: 1.5rem;

		justify-content: center;

	 

	}

	.head img{

		display: block;

		width: 100%;

		border: none;

	}

	.head .name img:last-child{

		display: none;

	}

	.head  .tel{

		display: none;

	}

 

 	

	.banner .swiper-wrapper img{

		display: none;

	}

	.banner .swiper-wrapper img:last-child{

		display: block;

	}



	.banner .swiper-pagination span{

		width: .2rem;

		height: .2rem;

		outline: none;

	}

	.banner .swiper-pagination{

		bottom: .2rem;

	}

	



	.in-banner img{

		display: none

	}

	.in-banner img:last-child{

		display: block;

	}

	.nav {

		height: auto;

		background: none;



	}

	.nav ul{

		display: block;

		height: auto;

		overflow: hidden;

		width: 100%;

	}

	.nav ul li{

		width: 25%;

		line-height: .9rem;

		margin-top: .02rem;

		background: #009DE6;

		position: relative;

	}

	.nav ul li:first-child{

		display: none;

	}

	.nav ul li:after{

		content: "";

		width: .01rem;

		height: 100%;

		position: absolute;

		right: 0;

		top: 0;

		background: #fff;

	}

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

		width: 0;

		height: 0;

		overflow: hidden;

	}

	.nav ul li a{

		font-size: .3rem;

	}

	.mbanner{

		display: block;

	}

	.pcbanner{

		display: none;

	}

	.banner .swiper-pagination span{

		margin: 0 .1rem;

	}

	.title h4{

		font-size: .46rem;

		padding-bottom: .2rem;

		background-size: auto .1rem;

	}

	.title h4:after{

		width: 2.2rem;

		margin-left: -1.1rem;

	}

	.title p{

		width: 7rem;

		margin: 0 auto;

		font-size: .24rem;

		margin-top: .15rem;

	}

	.product{

		padding-top: .5rem;

	}

	.tab {

		width: 100%;

		margin-top: .5rem;

	}

	.tab ul li{

		width:2.25rem;

		margin: 0;

		margin-bottom: .1rem;

		line-height: .7rem;

		border: .02rem solid #E4E4E4;

		height: .7rem;

		padding: 0 .05rem;

		margin-left: .15rem ;

	}

	.tab ul li a{

		font-size: .28rem;

	}

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

		margin-left: 0;

	}



	.img-list{

		padding-top: 0rem;

	}

	.product .pic{

		width: 100%;

		height: auto;

		margin-top: .3rem;

		overflow: hidden;

		padding: 0;

	}

	.product .pic ul li{

		float: left;

		width: 3.5rem;

		margin: 0;

		margin-bottom: .2rem;

		height: auto;

	}

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

		float: right;

	}



	.product .pic ul li img{

		display: block;

		width: 100%;

		height: auto;

	}

	 

	.product .pic ul li  p{

		line-height: .6rem;

		font-size: .28rem;

		margin-top: 0;



	}



 

	.more{

		width: 2.8rem;

		height: .8rem;

		line-height: .8rem;

		font-size: .26rem;

	}

	.hz{

		padding: .6rem 0;

	}

	.hz .swiper-container{

		margin-top: .3rem;

	}

	.hz .swiper-container .swiper-slide img{

		width: 100%;

		height: auto;

	}

	.hz .swiper-container .swiper-slide .img-box{

		border: .14rem solid #fff;

		box-shadow: 0 0 .05rem .03rem #ccc

	}

	.hz .swiper-container .swiper-slide p{

		font-size:.28rem;

		margin-top: .2rem;

	}



	.hz .swiper-button-next, .hz .swiper-button-prev{

		width: .82rem;

		height: .8rem;

		background-size: auto;

	}

	.hz .btn{

		margin-top: .4rem;

	}



	.hz .swiper-button-next{

		background: #fff url(../images/prev.png) no-repeat center;

		background-size: auto .2rem;

	}



	.hz .swiper-button-prev{

		background: #fff url(../images/next.png) no-repeat center;

		background-size: auto .2rem;

	}





	.hz .btn a{

		height: .8rem;

		width: 1.4rem;

		background-size: auto  100%;

	}

	.adv{

		width: 100%;

		margin-top: .8rem;

	}

	.adv .advSwiper{

		margin-top: .6rem;

	}

	.adv .swiper-wrapper{

		display: flex;

	}

	.adv .swiper-slide{

		display: block;

		margin: 0;

	}

	.adv .swiper-slide:after{

		width: 0;

		height: 0;

		overflow: hidden;

	}

	.adv .swiper-slide .pic{

		width: 6.5rem;

		margin: 0 auto;

	}

	.adv .swiper-slide .pic img{

		width: 100%;

		display: block;

	}



	.adv .swiper-slide .intro{

	 	width: 100%;

	 	padding: 0rem .15rem;

	 	padding-top: .1rem;

	 	padding-bottom: .3rem;

	 	height: auto;

	 	border: .02rem solid #B0B0B0;

	}



	.adv .swiper-slide .intro img{

		display: block;

		height: .8rem;

	}

	.adv .swiper-slide .intro p{

		font-size: .26rem;

		line-height: .46rem;

		padding: .2rem 0;

	}

	.adv .intro ul li {

		display: flex;

		justify-content:flex-start;

		align-items: flex-start;

	}

	.adv .intro ul li div{

		margin-left: .3rem;

	}

	.adv .intro ul li p{

		font-size: .3rem;

	}

	.adv .intro ul li span{

		font-size: .24rem;

		margin-top: .05rem;

	}

	.adv .advSwiper{

		width: 7.2rem;

		margin: 0 auto;

		margin-top: .4rem;

	}

	.adv .swiper-pagination{

		width: 100%;

		 

		height: auto;

		display: flex;

		justify-content: center;

		align-items: center;

		overflow: hidden;

		padding: .2rem 0;

		margin-top: .4rem;

	}

	.adv .swiper-pagination span{

		display: block;

		width: .15rem;

		height: .15rem;

		background: #999999;

	 	border-radius: 50%;

		margin: 0 .1em;

		transition: .5s;



	}



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

		width: .55rem;

		border-radius: 10px;

	}

	.adv .swiper-slide .pic{

		width: 100%;

	}

	.adv .swiper-slide .t i{

		height: auto;

	}

	.adv .swiper-slide .t i img{

		width: .8rem;

	}

	.adv .swiper-slide .t b{

		font-size: .3rem;

		display: block;

		margin-top: .2rem;

	}

 

	.adv .swiper-wrapper{

		margin-top: 0;

	}

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

		background:#FF6C00;

	}

	.gg{

		width: 100%;

		height: 1.88rem;

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

		background-size: 100% auto;

		margin-top: .6rem;

	}

 	

 	.gg .tel{

 		display: none;

 	}

	.about{

	 	margin-top: .6rem;

	}

	.about .main{

		width: 100%;

	}

	.about .bd{

		margin-top: .4rem;

	}

	.about .video{

		width: 100%;

		height: 4rem;

	}



	.about .video video{

		height: 4rem;

	}



	.about  .intro{

		width: 100%;

		margin: 0 auto;

		margin-top: .5rem;

	}

	.about .intro h4{

		font-size: .36rem;

		text-align: center;

		padding-bottom: .4rem;

	}

	.about .intro h4:after{

		left: 50%;

		width: .8rem;

		transform: translateX(-50%);

	}

	.about  .intro .info{

		font-size: .29rem;

		text-indent: 2em;

		height: auto;

		width: 6.5rem;

		margin: 0 auto;

		text-align:justify;

		margin-top: .3rem;

		line-height: .48rem;

	}

	.about  .intro a{

		width: 3rem;

		height: .8rem;

		line-height: .8rem;

		font-size: .28rem;

		margin: .6rem auto;

	 

	}

	.datas{

		margin-top: .3rem;

	}



	.datas ul{

		display: block;

		margin-top: .3rem;

	}

	.datas ul li{

		float: left;

		width: 49%;

		margin-top: .3rem;

		margin-bottom: .3rem;

	}

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

		float: right;

	}

	.datas ul li div{

	 

	 	margin: 0 auto;



	}

	.datas ul li div b{

		display: table;

	 

		font-size: .5rem;

	}

	.datas ul li div p{

		width: .34rem;

		height: .34rem;

		font-size: .2rem;

		line-height: .3rem;

		right: -.252rem;

		top: -.05rem;

	}

	.datas ul li h4{

		font-size: .28rem;

		margin-top: .1rem;

	}





	.adv2{

		margin-top: .8rem;

		background-size:200% auto;

		padding-bottom: .6rem;

		background: none;

	}



	.adv2 .title p{

		font-size:.2rem;

	}



	.adv2 .advSwiper{

		margin-top: .4rem;

	}

	.adv2 .swiper-pagination {

		display: block;

	}

	.adv2 .swiper-pagination span{

		margin-right: 0;

		width: 3.5rem;

		margin-left: 0;

		height: 1.5rem;

		float: left;

		padding-left: .1rem;

		margin-bottom: .15rem;

	}



	.adv2 .swiper-pagination span img{

		display: block;

		width: .8rem;

		margin-right: .1rem;

	}

	.adv2 .swiper-pagination span:nth-child(2n){

		float: right;

	}



	.adv2 .swiper-pagination span h4{

		font-size: .3rem;

	}



	.adv2 .swiper-pagination span p{

		font-size: .2rem;

	}



	.adv2 .swiper-wrapper .swiper-slide{

		padding: .34rem;

		display: block;

		height:auto;

	}

	.adv2 .swiper-wrapper .swiper-slide img{

		width: 100%;

	}



	.adv2 .swiper-wrapper .swiper-slide .intro{

		width: 100%;

		margin-top: .4rem;

		padding: 0;

	}

	.adv2 .swiper-wrapper .swiper-slide .intro .tit{

		padding-bottom: .4rem;

	}

	.adv2 .swiper-wrapper .swiper-slide .intro .tit h4{

		font-size: .42rem;

	}

	.adv2 .swiper-wrapper .swiper-slide .intro .tit p{

		font-size: .26rem;

	}

	.adv2 .swiper-wrapper .swiper-slide .intro .tit:after{

		width: .6rem;

		height: .08rem;

	}



	.adv2 .swiper-wrapper .swiper-slide .intro .info{

		font-size: .28rem;

		line-height: .48rem;

		margin-top: .4rem;

		height: 3.2rem;

	}



	.adv2 .swiper-wrapper .swiper-slide .intro .tel{

		display: none;

 

	}

	.adv2 .swiper-wrapper .swiper-slide .intro .tel a{

		width:2.7rem;

		height:.9rem;

		line-height: .9rem;

		font-size: .28rem;

	}

	.adv2 .swiper-wrapper .swiper-slide .intro .tel P{

		font-size: .28rem;

		margin-top: .5rem;

		float: left;

		line-height: .42rem;

	}

	.adv2 .swiper-wrapper .swiper-slide .intro .tel b{

		font-size: .3rem;

		display: block;

		float: left;

		line-height: .42rem;

		margin-top: .2rem;

		margin-top: .5rem;

	}





 

	.cases .show{

		margin-top: .5rem;

	}

	.cases .show .box{

		width: 800%;

	}

	.cases .pic{

		width: 50%;

	}

	.cases .pic ul li{

		width: 12%;

		margin-left: .5%;

	}

	.cases .pic ul li p{

		width: 80%;

		height: .7rem;

		line-height: .7rem;

		font-size: .28rem;

	}

	.cases{

		margin-top: .6rem;

		 

	}

	.cases .pic ul li img{

		width: 100%;

		height: auto;

	}

 	.news{

 		padding: .6rem 0;

 		margin-top: .8rem;

 	}

 	.newsSwiper{

 		margin-top: .5rem;

 	}

 	.newsSwiper .swiper-wrapper{

 		height:6rem;

 	 

 	}

 	.newsSwiper .swiper-slide {

 		padding: .3rem;

 	}

 	.newsSwiper .swiper-slide img{

 		width: 2.6rem;

 	}

 	.newsSwiper .swiper-slide .intro{

 		width: 3.6rem;

 	}

 	.newsSwiper .swiper-slide .intro h4{

 		font-size: .3rem;

 	}

 	.newsSwiper .swiper-slide .intro p{

 		font-size: .26rem;

 		line-height: .42rem;

 		height: .8rem;

 		margin-top: .15rem;

 	}

 	.newsSwiper .swiper-slide .intro span{

 		margin-top: .2rem;

 		font-size: .2rem;

 		background-size: auto .3rem;

 	}



 	.newsSwiper .swiper-pagination{

 		margin-top: .4rem;

 	}

 	.newsSwiper .swiper-pagination span{

 		width: .15rem;

 		height: .15rem;

 	}

	.img-list .pic{

		margin-top: .3rem;

	}

	.img-list .pic ul li{

		width: 3.5rem;

		margin: 0;

		margin-bottom: .1rem;

	}

	.img-list .pic ul li:nth-child(2n){

		float: right;

	}

	.img-list .pic ul li p{

		font-size: .28rem;

		line-height: .6rem;

		height: .6rem;

	}

	.float-right{

		display:none;

	}





	.links{

		display: none;

	}

	.menu{

		display: none;

	}

	.gotop{

		width: 100%;

		height: auto;

		overflow: hidden;

		display: block;

		background:173782;

		display: flex;

		justify-content: center;

		align-items: center;

		margin-top: .4rem;

	}

	.gotop p{

		color: #fff;

		font-size: .28rem;

		font-weight: bold;

		text-align: center;

		padding: .2rem 0;

		margin-right: .1rem;

	}

	.gotop  img{

		display: block;

		height: .7rem;

	}

	.footer{

		width: 100%;

		height: auto;

		overflow: hidden;

		padding-top: .6rem;

	 

		padding-bottom: 2rem;

	 

	}

	.footer .intro {

		float: initial;

	}

	.footer .intro h4{

		font-size: .36rem;

		text-align: center;

	}

	.footer .intro p{

		font-size: .26rem;

		margin-top: .2rem;

		line-height: .46rem;

		text-align: center;

	}

 	.footer .ewm  {

 		width:2rem;

 		float: initial;

 		margin: 0 auto;

 		margin-top: .3rem;



 	}

 	.footer .ewm img{

 		display: block;

 		width: 100%;

 		height: auto;

 		border: .1rem solid #fff;

 		box-sizing: border-box;

 	}

 	.crumbs{

 		height: .8rem;

 		line-height: .8rem;

 		padding: 0 .1rem;

 		box-sizing: border-box;

 	}

 	.crumbs p{

 		font-size: .28rem;

 	}

 	.crumbs div{

 		overflow: hidden;

 		white-space: nowrap;

 		font-size: .20rem;

 		color: #333;

 	  	 text-overflow: ellipsis;

 	}

 	.crumbs a{

 		font-size: .24rem;

 		line-height: .8rem;

 		 

 		padding-right: .3rem;

 	}

 	.crumbs a:after{

 		right: .1rem;

 		font-size: .2rem;

 	}

 	 



 	.float{

 		width: 7.5rem;

 		margin: 0 auto;

 		display: block;

 		position: fixed;

 		z-index: 1000;

 		bottom: 0;

 	}

 	.float ul {

 		display: flex;

 		justify-content: space-between;

 		align-items: center;

 	}

 	.float ul li{

 		float: left;

 		width:50%;

 		height: auto;

 		overflow: hidden;

 		background:#009DE6;

 		position: relative;

 	}

  	.float ul li a{

  		display: flex;

  		justify-content: center;

  		align-items: center;

  		height: 1rem;



  	}

 	.float ul li img{

 		display: block;

 		height: .4rem;

 	 	margin-right: .1rem;

 	}



 	.float ul li p{

 		color:#fff;

 		font-size: .26rem;

 		 

 	}

 	.float ul li:last-child{

 		background: #FF6C00;

 	}

 

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


 	.map{

 		width: 100%;

 		height: 4rem;

 		margin-top:.3rem;

 	}

 	.about-intro{

 		margin-top: .4rem;

 	}

 	.about-intro .intro{

 		font-size: .29rem;

 		line-height: .46rem;

 	}

 	.detailed{

 		margin-top: .6rem;

 	}

 	.detailed .tit{

 		padding-bottom: .2rem;

 		border-bottom: .02rem solid #eee;

 	}

 	.detailed .tit h4{

 		font-size: .32rem;

 	}

 	.detailed .tit span{

 		font-size: .26rem;

 		display: block;

 		line-height: .4rem;

 	}

 	.detailed .info{

 		margin-top: .4rem;

 		font-size: .29rem;

 		text-align: justify;

 		line-height: .46rem;

 	}

 	.fy{

 		width: 7.1rem;

 		margin: .6rem auto;

 		border:.02rem solid #eee;

 	}

 	.fy p{

 		line-height: .7rem;



 		font-size:.24rem;

 		padding:0 .1rem;

 		width: 50%;

 		text-align: center;

 		box-sizing: border-box;

 		border-right: .02rem solid #eee;

 	}

 	.fy p:nth-child(2){

 		border: none;

 	}

 	.fy .return{

 		width: 100%;

 		box-sizing: border-box;

 		float: initial;

 		text-align: center;

 		float: left;

 		line-height: .7rem;

 		display: block;

 		border-top: .02rem solid #eee;

 	}


 	

 	.news-list{

 		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;

 	}

 


 	.mssg-intro{

 		width:6.5rem;

 		margin: 0 auto;

 		margin-top: .4rem;

 		background: none;

 	}

 	.mssg-intro img{

 		display: none;

 	}

 	.mssg-intro form{

 		width: 100%;

 	}

 	.mssg-intro form ul li{

 		margin: 0;

 		width: 100%;

 		height: auto;

 		overflow: hidden;

 		margin-bottom: .3rem;

 	}

 	.mssg-intro form ul li p{

 		font-size: .3rem;

 	}

 	.mssg-intro form ul li input{

 		width:5.5rem;

 		height: .7rem;

 		font-size: .28rem;

 		border: .02rem solid #dcdcdc;

 	}

 	.mssg-intro form ul li:nth-child(4) input{

 		width: 5.5rem;

 	}

 	.mssg-intro form ul li textarea{

 		width: 5.5rem;

 		border: .02rem solid #dcdcdc;

 		height: 3rem;

 		font-size: .28rem;

 	}

 	.mssg-intro form .btn{

 		margin-top: .4rem;

 		margin-bottom: 0;

 		display: flex;

 		justify-content: space-between;

 		align-items: center;

 	}

 	.mssg-intro form .btn input{

 		width: 3rem;

 		height: .75rem;

 		margin: 0;

 		font-size: .3rem;

 	}

} 

