*{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;}}


.detailed .info a{color:#333;}
.detailed .info a:hover{color:#E61D4C;}

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

}

body{
	overflow-x: hidden;
}


.main{
	width: 1600px;
	margin:0 auto;
 
}
 
 
 
.head{
	width: 100%;
	height:88px;
	background: #fff;
	position: relative;
	z-index: 10;
 
}
.head .main{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 88px;
	width: 1810px;
}
.head .name img{
	display: block;
}

.head .right{
	display: flex;
	align-items: center;
	height: 88px;
}
.head .tel img{
	display: block;
	margin-right: 5px;
}
.head .tel{
	max-width: 195px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.head .tel  b{
	color: #d64548;
	font-size:20px;
	line-height: 24px;
  	
}

.head  .btn{
	display: none;
}

 

.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.banner  .swiper-wrapper  img{
	display: block;
}

.pcbanner  .swiper-pagination{
	display: flex;
	justify-content: center;
	align-items: center;
	bottom:40px !important;
	position: absolute;
	z-index: 1;
}
.pcbanner .swiper-slide{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.pcbanner .swiper-slide img{
	display: block;

 	width: 100%;
}

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

.mbanner  .swiper-pagination .swiper-pagination-bullet-active{
 	 
 	background: #E61D4C;
}
 
.mbanner{
	display: none;
}
.in-banner img{
	display: block;
	width: 100%;
}
.in-banner img:last-child{
	display: none;
}
 
.tab {
 
	margin: 0 auto;
	height: auto;
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
}
.tab ul {
	display: table;
	margin: 0 auto;
}
.tab ul li{
	float: left;
	width: 216px;
	height:54px;
 	box-sizing: border-box;
	text-align: center;
	line-height:54px;
	margin-top: 10px;
	background:#E1E1E1;
	margin-bottom: 13px;
	margin-left: 17px;
	font-size: 18px;
}

.tab ul li:nth-child(6n-5){
	margin-left: 0;
}
.tab ul li a{
	display:block;
	font-size: 18px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000000;
}



.title h4{
	text-align: center;
	font-size: 30px;
	color: #000000;
 	position: relative;
 	padding-bottom: 25px;
}
.title h4:after{
	content: "";
	width: 55px;
	height: 6px;
	background: #E61D4C;
	left: 50%;
	bottom: 0;
	position: absolute;
	transform: translateX(-50%);
}

.title p{
	text-align: center;
	font-size: 16px;
	color: #868686;
	margin-top: 15px;
	text-transform: uppercase;
}
.item{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 70px;
}

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

.itemSwiper .swiper-slide {
	height: 600px;
	position: relative;
	overflow: hidden;
}


.itemSwiper .swiper-slide img{
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	height:600px;
	transform: translateX(-50%);
	transition: .5s;
}

.itemSwiper .swiper-slide .intro{
	position: absolute;
	z-index: 10;
	transition: .666s;
	top: 340px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	height: 100%;

	transition-timing-function:ease;
}

.itemSwiper .swiper-slide  a{
	display: block;
	position: relative;
	height: 100%;
}
.itemSwiper .swiper-slide  a:after{
	width: 100%;
	height: 100%;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	opacity: 0;
	transition: .5s;
	background: rgba(230,29,76, .75);
}


.itemSwiper .swiper-slide .intro h4{
	color: #fff;
	font-size:24px;
	position: relative;
	font-weight: normal;
	padding-bottom: 15px;
	text-align: center;

}
.itemSwiper .swiper-slide .intro h4:after{
	content: "";
	width: 70px;
	height: 2px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	background: #fff;
}

.itemSwiper .swiper-slide .intro p{
	color: #fff;
	width: 88%;
	margin: 0 auto;
	font-size: 18px;
	line-height: 36px;
	opacity: 0;
	margin-top: 40px;
	transition: .8s;
	transition-delay: .3s;
	transform: translateY(20px);
	transition-timing-function:ease;
}

.itemSwiper .swiper-slide .intro  i{
	display: block;
	width: 200px;
	height: 50px;
	border: 1px solid #fff;
	box-sizing: border-box;
	text-align: center;
	opacity: 0;
	line-height: 50px;
	font-style: normal;
	transition-timing-function:ease;
	color: #fff;
	font-size: 18px;
	margin: 0 auto;
	margin-top: 50px;
	transition: .8s;
	transition-delay: .4s;
	transform: translateY(20px);
}



.pri{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 70px 0;
	background: #F3F3F3;
}

.yzSwiper{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}
.pri .swiper-wrapper{
	flex-wrap: wrap;
	justify-content: space-between;
}

.pri .swiper-slide{
	width: 376px;
	height: 407px;
	background: #fff;
	position: relative;
	margin: 0;
	margin-bottom: 45px;
}

.pri .swiper-slide .cover{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: .5s;
	z-index: 100;
	background: #fff;

}

.pri .swiper-slide .cover i{
	height: 81px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-top: 60px;
}


.pri .swiper-slide .cover h4{
	text-align: center;
	color: #5c5a5a;
	font-size: 24px;
	margin-top: 40px;
	padding-bottom: 40px;
	position: relative;
}

.pri .swiper-slide .cover span{
	color: #e61d4c;
	font-weight: normal;
}

.pri .swiper-slide .cover h4:after{
	content: "";
	width: 36px;
	height: 3px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: #7B7B7B;
	bottom: 0;
}
.pri .swiper-slide .cover  p{
	font-size: 16px;
	color: #5c5a5a;
	line-height: 30px;
	width: 90%;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 40px;
}
.pri .swiper-slide .info{
	width: 100%;
	height: 407px;
 	overflow: hidden;
	background: url(../images/bg01.jpg) no-repeat center;
}



 
.pri .swiper-slide  .info h4{
	color: #fff;
	font-size: 24px;
	text-align: center;
	padding-bottom: 20px;
	position: relative;
	margin-top: 50px;
}
.pri .swiper-slide  .info h4:after{
	content: "";
	width: 36px;
	height: 3px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	bottom: 0;
}

.pri .swiper-slide  .info P{
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	width: 90%;
	margin: 0 auto;

	display: -webkit-box;
	-webkit-line-clamp:8;
	-webkit-box-orient: vertical;
	overflow: hidden;

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

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

.jSwiper .swiper-wrapper{
	height: 835px;
	padding-top: 5px;
}
.jSwiper .swiper-slide  {
	background: #EEEEEE;
	height: 398px;
	padding-top: 40px;
	box-sizing: border-box;
	position: relative;
	transition: .5s;
}

.jSwiper .swiper-slide  img{
	display: block;
	margin: 0 auto;
	transition: .8s;
}

.jSwiper .swiper-slide h4{
	text-align: center;
	color: #464646;
	font-size: 18px;
	margin-top: 24px;
}

.jSwiper .swiper-slide .text{
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	width: 80%;
	margin: 0 auto;
	color: #727171;
	margin-top: 20px;
	height: 66px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.jSwiper .swiper-slide i{
	display: block;
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #FC757B;
	border: 1px solid #FC757B;
	font-style: normal;
	margin: 0 auto;
	margin-top: 30px;
}

.cases{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 10px;
	box-sizing: border-box;
	margin-top: 60px;
}


.cases .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.cases .pic ul li{
	width: 49.6%;
	position: relative;
	height: auto;
	overflow: hidden;
	float: left;
	border: 1px solid #F5F5F5;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.cases .pic ul li  img{
	display: block;
	width: 100%;
	transform: scale(1.1);
	transition: .7s;
}


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

.cases .pic ul li .info{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content:  center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	transition:.5s;

}
.cases .pic ul li .info p{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 68px;
	background: rgba(0, 0, 0, .6);
	color: #fff;

	font-size: 20px;
	line-height: 68px;
	padding: 0 35px;
	box-sizing: border-box;
}


.cases .pic ul li .info  i{
	color: #fff;
	font-size: 18px;
	display: block;
	width: 176px;
	text-align: center;
	line-height: 43px;
	font-style: normal;
	border: 1px solid #fff;
	opacity: 0;
	margin-top: 10px;

	transform: translateY(20px);
}
.cases .pic ul li:hover .info{
	background: rgba(230,29,76, .82);
}
.cases .pic ul li:hover .info p{
	position: initial;
	text-align: center;
	background: none;
	font-weight: bold;
}


.cases .pic ul li:hover .info  i{
	transform: translateY(0);
	opacity: 1;
	transition: .5s;
}

.cases .pic ul li:hover img{
	transform: scale(1);
}



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


.about .intro{
	width: 936px;
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-top: 60px;
	margin-bottom: 15px;
}

.about .intro h4{
	color: #000000;
	font-size: 24px;
	padding-bottom: 30px;
	position: relative;
}
.about .intro h4:after{
	content: "";
	width: 68px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #ED5D7E;
}

.about .intro .info{
	width: 748px;
	height: auto;
	overflow: hidden;
	color: #616161;
	font-size: 18px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp:10;
	-webkit-box-orient: vertical;
	overflow: hidden;

	text-indent: 2em;
	margin-top: 15px;
}

.about .intro a{
	display: block;
	color:#e61d4c;
	font-size: 18px;
	margin-top: 25px;
}

.about .data{
	width: 100%;
	height: 153px;
	background: #E61D4C;
	margin-top: 50px;
	padding: 0 55px;
	box-sizing: border-box;
}
.about .data ul{
	display: flex;
	height: 153px;
	justify-content: space-between;
	align-items: center;
}
.about .data ul li div{
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.about .data ul li div b{
	font-size: 36px;
	color: #fff;
}


.about .data ul li div  p{
	color: #fff;
	font-size: 18px;
	margin-left: 10px;
	line-height: 35px;
}

.about .data ul li span{
	text-align: center;
	color: #fff;
	font-size: 18px;
	display: block;
 
}

.about  .main{
	position: relative;
	height: auto;
	overflow: hidden;
}
.about .pic{
	position: absolute;
	right: 0;
	bottom: 0;
}
.about .pic img{
	display: block;
}


.adv{
	width: 100%;
	height: 854px;
	overflow: hidden;
	background: url(../images/bg02.jpg) no-repeat center;
	background-size: cover;
	margin-top: 100px;
	padding: 90px 0;
	box-sizing: border-box;
}
.adv .title h4{
	color: #E61D4C;
}
.adv .title p{
	color: #c0c0c0;
	text-transform: uppercase;
}

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


.advSwiper .swiper-slide{
	display: block;
	background: #FFFFFF;
	height: 510px;
}

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

.advSwiper .swiper-slide  .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.advSwiper .swiper-slide h4{
	text-align: center;
	color: #000000;
	font-size: 24px;
	font-weight: normal;
	position: relative;
	padding-bottom: 20px;
}

.advSwiper .swiper-slide h4:after{
	content: "";
	width: 33px;
	height: 2px;
	position: absolute;
	left:50%;
	transform: translateX(-50%);
	background: #E61D4C;
	bottom: 0;
}

.advSwiper .swiper-slide p{
	width: 390px;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	color: #4c4c4c;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	margin: 0 auto;
	margin-top: 30px;
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
 
 
.news{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #F3F3F3;
	padding: 70px 0;
	box-sizing: border-box;
}

.news .bd{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.news  .left{
	width:780px;
	height:634px;
	overflow: hidden;
	float: left;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
}

.news  .left  div{
	position: relative;
	width: 100%;
	height:456px;
	overflow: hidden;

}

.news  .left img{
	display: block;
	width: 740px;
	height: 456px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.news  .left .info{
	width: 100%;
	height: auto;
 	margin-top: 15px;
	box-sizing: border-box;
 
	overflow: hidden;
}
.news  .left .info h4{
	width: 100%;
	color: #101010;
	font-size: 18px;
	width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news  .left .info  span{
	display: block;
	color: #666666;
	font-size: 15px;
	margin:  13px 0;
}



.news  .left .info p{
	color: #999999;
	font-size: 16px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 60px;
}

.news   .bd ul{
	width: 800px;
	height: auto;
	overflow: hidden;
	float: right;
}
.news   .bd  ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
 	margin-bottom: 11px;
	position: relative;
	background: #FFFFFF;
	transition: .5s;
	position: relative;
}
.news   .bd  ul li:after{
	content: '→';
	position: absolute;
	right:30px;
	top: 0;
	line-height: 150px;
	color: #9F9F9F;
	font-size: 24px;
}

.news   .bd  ul li  a{
	display: flex;
	align-items: center;
	height: 100%;
	height: 150px;
	 
}
.news   .bd  ul li .time{
	width: 118px;
	height: 94px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.news   .bd  ul li .time b{
	color: #333333;
	font-size: 36px;
	text-align: center;
	font-weight: normal;
}

.news   .bd  ul li .time  p{
	color:#333333;
	font-size: 15px;

}

.news   .bd  ul li .intro{
	width:608px;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	padding: 0 25px;
	box-sizing: border-box;
}

.news   .bd  ul li .intro h4{
	width: 100%;
	color: #696969;
	font-size: 20px;
	font-weight: normal;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news   .bd  ul li .intro p{
	color: #999999;
	font-size: 16px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 10px;
}
.news   .bd  ul li:last-child{
	border: none;
	padding-bottom: 0;
}
 
.links{
	width:100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
 	background:#151212;
	box-sizing: border-box;
	padding:  15px 0;
	box-sizing: border-box;
 
}

.links .tit{
	display: flex;
	align-items: center;
	width:99px;
	float: left;
	background: url(../images/links.png) no-repeat center;
}
.links .tit p{
	color: #fff;
	font-size:12px;
	margin-left: 20px;
}

.links  ul{
	float: right;
	width: 1450px;
}
.links  ul li{
	float: left;
	padding: 0 10px;
}
.links  ul li a{
	display: block;
	color: #666666;
}
.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../images/bg03.jpg) no-repeat center;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 50px;
	box-sizing: border-box;
}

.footer .intro{
	float: left;
	width: 600px;
}
.footer .intro h4{
	color: #fff;
	font-size: 36px;
}
 
.footer .intro  p{
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	margin-top: 20px;
}

.footer .ewm{
	float: right;
}

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

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





.float{
	display: none;
}
 

.fn{
	display: none;
}

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

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

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

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

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

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

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


 

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



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

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

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

}

 

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

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

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

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


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

.detailed .info p{
	text-indent: 2em;
}
.img-list{
	width: 100%;
	height: auto;
	margin-top: 30px;
	overflow: hidden;
}
.img-list ul li{
	float: left;
	width:24.2%;
	margin-left:1%;
	margin-bottom: 10px;
}

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


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

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

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

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

@media (min-width: 1200px){
 	.nav{
 		margin-right: 150px;
 	}
 	.nav ul {
 		display: flex;
 		justify-content: space-between;
 		width: 680px;
 	 
 	}
 	.nav ul li{
 		position: relative;
 		line-height: 90px;

 	}
 	.nav ul li a{
 		color: #313131;
 		font-size: 18px;
 		display: block;
 	}

 	.nav ul li ul{
 		position: absolute;
 		top: 100px;
 		width: 100%;
 		z-index: 1;
 		display: block;
 		width: 230px;
 		left: 0;
 		background: #FFFFFF;
 		padding: 0 15px;
 		box-sizing: border-box;
 		border-top: 2px solid #FC757B;
 		opacity: 0;
 		visibility: hidden;
 		border-radius: 0 0 5px 5px;
 		transition: .5s;
 		box-shadow: 3px 3px 5px 1px #00000052;

 	}
 	.nav ul li:hover a{
 		color:#FC757B;
 	}
 	.nav ul li ul li{
 		line-height: 60px;
 		height: 60px;
 		border-bottom: 1px solid #E4E1E1;
 	}
   	.nav ul li ul li a{
   		display: block;
   		white-space: nowrap;
   		text-overflow: ellipsis;
   		overflow: hidden;
   	}

   	.nav ul li ul li:last-child{
   		margin-bottom: 23px;
   	}

   	.nav ul li:hover ul {
   		top: 90px;
   		opacity: 1;
   		visibility: initial;
   	}

   	.nav ul li:hover ul li a{
   		color: #313131;
   	}
   	.nav ul li ul li:hover a{
   		color: #FC757B;
   	}
 	.tab ul li:hover{
 		background:#E61D4C;
 	}
 	.tab ul li:hover a{
 		color: #fff;
 	}
  
 	.advSwiper .swiper-slide i:hover{
 		background: #FC757B;
 		color: #fff;
 	}
  
	.img-box{
		overflow: hidden;
	}
	.img-box img{
		transition: .5s;
	}
	.img-box:hover img{
		transform: scale(1.05);
	}
   	

   	.news .left .info h4:hover{
   		color: #E61D4C;
   	}

   	.news .bd ul li .intro:hover h4{
   		color: #E61D4C;
   	}

   	.news .bd ul li:hover{
   		transform: translateY(-2px);
   	}
 		
 	.news-list ul li:hover{
 		border: 1px dotted #E61D4C;
 	}
	.news-list ul li:hover .time{
		background: #E61D4C;
	}
 	.news-list ul li:hover .info h4{
 		color: #E61D4C;
 	 
 	}

 	.more:hover{
 		color: #036de3;
 	}

 	.links ul li:hover a{
 		color: #E61D4C;
 	}
 	.footer .menu ul li:hover{
 		 color: #036DE3;
 	}
 	 
 	.footer .menu ul li:hover a{
 		color:#fff;
 	}
 

 
 	.cases ul li:hover p{
 	 
 		
 	}
 	
	
	.itemSwiper .swiper-slide:hover .intro{
		top: 0;
	}

	.itemSwiper .swiper-slide:hover a:after{
		opacity: 1;
	}

	.itemSwiper .swiper-slide:hover .intro p{
		opacity: 1;
		transform: translateY(0);
	}
	.itemSwiper .swiper-slide:hover .intro i{
		opacity: 1;
		transform: translateY(0);
	}

	.itemSwiper .swiper-slide:hover img{
		transform: scale(1.05) translateX(-50%);
	}
	
   .pri .swiper-slide .cover:hover{
		transform: scale(1.2);
		opacity: 0;
	}


}
@media (max-width: 1820px){

	.head .main{
		width: 1600px;
	}
}

@media (max-width: 1660px){
	.main{
		width: 1400px;
	}

	.head .main{
		width: 1400px;
	}

	.pri .swiper-slide{
		width: 340px;
	}

	.about .pic img{
		width: 750px;
	}
	.about .intro .info{
		width: 635px;
	}

	.about .intro{
		width: 750px;
	}

	.news .left{
		width: 680px;
	}

	.news .bd ul{
		width: 700px;
	}


	.news .bd ul li .intro{
		width: 510px;
	}

	.links ul{
		width: 1280px;
	}
	.fy{
		width: 1400px;
	}
}
@media (max-width: 1440px){

	.main{
		width: 1200px;
	}
 	.head .main{
 		width: 1200px;
 	}
	.nav{
		margin-right: 40px;
	}
 
	.pri .swiper-slide{
		width: 292px;
		margin-bottom: 15px;
	}
	.pri .swiper-slide .info h4{
		margin-top: 30px;
	}
	.pri .swiper-slide .info p{
		-webkit-line-clamp:9;
		margin-top: 15px;
	}
	.tab {
		width: 1200px;
	}

	.tab ul li{
		width: 185px;
	}

	.about .pic img{
		width: 650px;
	}

	.about .intro{
		width: 650px;
	}

	.about .intro .info{
		width: 520px;
		-webkit-line-clamp:6;
	}

	.advSwiper .swiper-slide p{
		width: 330px;
	}

	.news .left{
		width: 590px;
	}
	.news .bd ul {
		width: 590px;
	}

	.news .bd ul li .intro{
		width: 400px;
	}

	.advSwiper .swiper-slide h4{
		font-size: 20px;
	}
 	.links ul{
 		width:1080px;
 	}

 	.news-list{
 		width: 1200px;
 	}
 	.news-list ul li .info{
 		width: 1015px;
 	}
 	 
 	.news ul li img{
 		width: 200px;
 	}
 	.fy{
 		width: 1200px;
 	}
}


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

	.main{
		width: 7.1rem;
	}
	.head{
		height: 1.5rem;
	}
	.head .main{
		width: 7.1rem;
	}
	.head .tel{
		display: none;
	}
  	
  	.head .btn{
  		display: block;
  	}

 	.head .btn{
 		width: .6rem;
 		height: .5rem;

 		display: flex;
 		align-items: center;
 		justify-content: center;
 		position: relative;
 	}
 	.head .btn img{
 		display: block;
 		width: 100%;
 	}
 	.head .name img{
 		width: 3rem;
 	}
 	.nav{
 		width: 100%;
 		height: 100%;
 		overflow: hidden;
 		position: fixed;
 		left: 0;
 		top:1.5rem;
 		display: none;
 		overflow-y: auto;
 		opacity: 0;
 		visibility: hidden;
 		background: rgba(0,0,0,.5);
 		z-index: 10001;

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

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

	.banner{
		display: none;
	}
	.in-banner img{
		display: none;
	}
	.in-banner img:last-child{
		display: block;
	}
	.mbanner{
		display: block;
	}

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

  	.title h4{
  		padding-bottom: .3rem;
  		font-size: .48rem;
  	}
    .title h4:after{
    	height: .06rem;
    	width: 1rem;
    }
  	.title p{
  		font-size: .24rem;
  	}

  	.item{
  		width: 7.2rem;
  		margin: 0 auto;
  		margin-top: .6rem;
  	}
  	.itemSwiper{
  		margin-top: .4rem;
  	}
  	.itemSwiper .swiper-slide{
  		height: 5.6rem;
  	}
  	.itemSwiper .swiper-slide img{
  		height: 5.6rem;
  		width: 100%;
  	}
  	.itemSwiper .swiper-slide .intro{
  		top: 4rem;
  	}
  	.itemSwiper .swiper-slide .intro h4{
  		font-size: .32rem;
  		padding-bottom: .2rem;
  	}
  	.itemSwiper .swiper-slide .intro h4:after{
  		width: 1rem;
  		height: .04rem;
  	}
  	.itemSwiper .swiper-pagination{
  		display: flex;
  		justify-content: center;
  		margin-top: .4rem;
  	}
  	.itemSwiper .swiper-pagination span{
  		display: block;
  		width: .5rem;
  		height: .1rem;
  		margin: 0 .15rem;
  		background: #B4B4B4;
  		border-radius: 5px;
  	}
  	.itemSwiper .swiper-pagination .swiper-pagination-bullet-active{
  		background:#E61D4C;
  	}

  	.yzSwiper{
  		margin-top: .6rem;
  	}
  	.pri{
  		margin-top: .6rem;
  		padding: .6rem 0;
  	}

  	.pri .swiper-wrapper{
  		flex-wrap: nowrap;
  	}

  	.pri .swiper-slide{
  		margin-bottom: 0;
  		height: 7.2rem;
  	}
  	.pri .swiper-slide .cover i {
  		height: auto;
  		margin-top: .5rem;
  	}
  	.pri .swiper-slide .cover i img{
  		height: .8rem;
  	}
  	.pri .swiper-slide .cover h4{
  		font-size: .3rem;
  		margin-top: .2rem;
  		padding-bottom: .3rem;
  	}
  	.pri .swiper-slide .cover h4:after{
  		width: .5rem;
  		height: .04rem;
  	}
  	.pri .swiper-slide .cover span{

  	}
  	.pri .swiper-slide .cover p{
  		font-size: .28rem;
  		line-height: .48rem;
  		-webkit-line-clamp:10;
  		margin-top: .4rem;
  	}
 	.pri .swiper-pagination{
 		display: flex;
 		justify-content: center;
 		margin-top: .4rem;
 	}
 	.pri .swiper-pagination span{
 		display: block;
 		width: .45rem;
 		height: .1rem;
 		margin: 0 .06rem;
 		background: #B4B4B4;
 		border-radius: 5px;
 	}
 	.pri .swiper-pagination .swiper-pagination-bullet-active{
 		background:#E61D4C;
 	}

 	.pri .swiper-slide .info{
 		display: none;
 	}
 	.tab{
 		width: 7.4rem;
 	}
 	.tab .main{
 		width: 100%;
 	}
 	.tab ul li{
 		width: 2.4rem;
 		height: .8rem;
 		margin-left: .1rem;
 		line-height: .8rem;
 		margin-bottom: 0;
 		margin-top: .1rem;
 	}
 	.tab ul li:nth-child(4n-3){
 		margin-left: .1rem;
 	}
 	.tab ul li:nth-child(3n-2){
 		margin-left: 0;
 	}
 	.tab ul li a {
 		display: block;
 		font-size: .28rem;
 	}
 	.cases{
 		margin-top: .6rem;
 		padding: 0;
 	}
 	.cases .pic{
 		margin-top: .3rem;
 	}
 	.cases .pic ul li{
 		width: 100%;
 		margin-bottom: .1rem;
 	}
 	.cases .pic ul li .info p{
 		height: .8rem;
 		line-height: .8rem;
 		font-size: .28rem;
 		padding: 0 .3rem;
 	}

 	.about{
 		margin-top: .6rem;
 	}
 	.about .main{
 		width: 100%;
 	}
 	.about .bd{

 		display: flex;
 		width: 100%;
 		flex-wrap: wrap;
 		align-items: center;
 		justify-content: center;
 		flex-direction: column-reverse;
 	}
 	.about .pic{
 		position:initial;
 		width: 7.2rem;
 		 margin: 0 auto;
 		margin-top: .4rem;
 	}

 	.about .pic img {
 		width: 100%;
 		height: auto;
 	}

 	.about .intro{
 		width: 100%;
 		margin: 0 auto;
 		margin-top: .4rem;
 	}

 	.about .intro h4{
 		padding-bottom: .4rem;
 		font-size: .36rem;
 		width: 7.2rem;
 		margin: 0 auto;
 	}
 	.about .intro h4:after{
 		width: .8rem;
 	}

 	.about .intro .info{
 		width: 7.2rem;
 		margin: 0 auto;
 		height: auto;
 		font-size: .28rem;
 		line-height: .46rem;
 		margin-top: .3rem;
 	}
 	.about .intro a{
 		font-size: .26rem;
 		margin-top: .2rem;
 		margin-left: .2rem;
 	}

 	.about .data{
 		width: 100%;
 		margin-top: .5rem;
 		padding: 0 .2rem;
 		height: auto;
 	}
 	.about .data ul{
 		height: auto;
 		padding: .4rem 0;
 	}

 	.about .data ul li div b{
 		font-size: .42rem;
 		display: block;
 	}
 	.about .data ul li div p{
 		font-size: .24rem;
 		margin-left: .1rem;
 		line-height: .4rem;
 	}
 	.about .data ul li span{
 		font-size: .28rem;
 	}

 	.adv{
 		margin-top: .6rem;
 		background: url(../images/mbg01.jpg) no-repeat center;
 		padding: .6rem 0;
 		height: auto;
 	}
 	.advSwiper .swiper-slide{
 		height: 8.5rem;
 	}
 	.advSwiper .swiper-slide h4{
 		font-size: .38rem;
 	}
 	.advSwiper .swiper-slide p{
 		font-size: .28rem;
 		line-height: .48rem;
 	}

 	.advSwiper .swiper-slide .intro{
 		margin-top: .4rem;
 	}

 	.advSwiper .swiper-pagination{
 		display: flex;
 		justify-content: center;
 		margin-top: .6rem;
 	}
 	.advSwiper .swiper-pagination span{
 		display: block;
 		width: .45rem;
 		height: .1rem;
 		margin: 0 .06rem;
 		background: #B4B4B4;
 		border-radius: 5px;
 	}
 	.advSwiper .swiper-pagination .swiper-pagination-bullet-active{
 		background:#E61D4C;
 	}

 	.news{
 		padding: .8rem 0;
 	}
 	.news .bd{
 		margin-top: .6rem;
 	}
 	.news .left{
 		width: 100%;
 		height: auto;
 		padding: .3rem;
 		float: initial;
 	}
 	.news .left div{
 		height: auto;
 	}
 	.news .left img{
 		width: 100%;
 		position: initial;
 		height: auto;
 		transform: initial;
 	}

 	.news .left .info h4{
 		font-size: .3rem;
 	}
 	.news .left .info span{
 		font-size: .24rem;
 		margin: .1rem 0;
 	}
 	.news .left .info p{
 		font-size: .28rem;
 		height: auto;
 		line-height: .48rem;
 	}

 	.news .bd ul{
 		float: initial;
 		margin-top: .4rem;
 	}
 	.news .bd ul li{
 		width: 100%;
 
 		height: auto;
 	}
 	.news .bd ul li a{
 		height: auto;
 	}

 	.news .bd ul li .time {
 		width: 1.6rem;
 	}
 	.news .bd ul li .time b{
 		font-size: .5rem;
 	}
 	.news .bd ul li .time p{
 		font-size: .24rem;
 	}
 	.news .bd ul li .intro{
 		width: 5.2rem;
 		padding: 0;
 		border-right: none;
 		padding-left: .4rem;
 	}
 	.news .bd ul li .intro h4{
 		font-size: .3rem;
 	}
 	.news .bd ul li .intro p{
 		font-size: .28rem;
 		line-height: .42rem;
 		margin-top: .15rem;
 	}
 	.footer .intro{
 		width: 100%;
 		float: initial;
 	}

 	.footer .intro h4{
 		font-size: .42rem;
 		text-align: center;
 	}

 	.footer .intro p{

 		line-height: .48rem;
 		font-size: .24rem;
 		text-align: center;

 	}

 	.footer .ewm{
 		float: initial;
 		margin-top: .5rem;
 	}
 	.footer .ewm ul{
 		display: flex;
 		justify-content: center;
 	}
 	.footer .ewm ul li img{
 		display: block;
 		width: 2rem;
 		height: 2rem;
 		border-width: .1rem;
 	}

 	.footer .ewm ul li p{
 		font-size: .24rem;
 		margin-top: .1rem;
 	}

 	.footer {
 		background: url(../images/bg04.jpg) no-repeat center;
 		background-size: cover;
 		padding-bottom: 1.5rem;
 		padding-top: 1rem;
 	}
	.gotop{
		width: 1rem;
		border-radius: 5px;
		height: 1rem;
		right: .1rem;
		z-index: 10;
		bottom: 4rem;
	}
	.gotop img{
		height: .6rem;
	}
 
	.links{
		display: none;
	}
	.float{
		display: none;
	}
	

	.page{

		margin: .4rem 0;

	}

	.nav-links a{
		font-size: .26rem;
		border: .02rem solid #ccc;
		margin: 0 .06rem;
	}
	.nav-links span{
		margin: 0 .06rem;
		font-size: .26rem;
		border: .02rem solid #ccc;
	}


	.crumbs{
		padding: 0 .1rem;
		box-sizing: border-box;
	}
	.crumbs .main{
		width: 100%;
	}
	.crumbs .tit{
		border-left: none;
		height: .8rem;
		margin-right: .3rem;
	}
	.crumbs div{
		overflow: hidden;
		 white-space: nowrap;
    text-overflow: ellipsis;
    color: #999;
    font-size: .2rem;
	}
	.crumbs p{
		line-height: .8rem;
		font-size: .28rem;
	}
	.crumbs a{
		font-size: .28rem;
		display:inline;
		line-height: .8rem;
	}
	.crumbs .tit img{
		height: .4rem;
		margin: 0 auto;
		margin-top: .2rem;
	}
	

	.fn{
		width: 100%;
		height:auto;
		position: fixed;
		bottom: 0;
		left:0;
		z-index: 100;
		display: block;
	}
	.fn ul li{
		float: left;
		width: 50%;
		height: auto;
		overflow: hidden;
		position: relative;
		background:#525252;
			
		 

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

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

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

	 

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

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

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

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

	.message{
		margin-top: .6rem;
		width: 7.2rem;
		padding: .2rem;
		box-sizing: border-box;
		display: block;
	}
	.message img{
		display: none;
	}
	.message  .bd{
		padding: 0;
		margin: 0;
		padding: .3rem;
		display: block;
		width: 100%;
		padding-bottom: .5rem;
		margin-top: .3rem;
		box-sizing: border-box;
	}
	.message form{
		width: 100%;
		float: initial;
		margin: 0;
	}
	.message form ul li{
		border: .02rem solid #d2d2d2;
		box-sizing: border-box;
	}
	.message form ul li input{
		display: block;
		height: .8rem;
	}
	.message form ul li input{
		width: 100%;
		font-size: .3rem;
		 
	}
	.message form .btn input{
		width: 3rem;
		height: .8rem;
		font-size: .3rem;
		margin-top: .2rem;
	}
	.message form ul li textarea{
		width: 100%;
		height: 2rem;
	 
	}



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


	.img-list ul li{
		width: 3.45rem;
		margin: 0;
		margin-bottom: .1rem;
	}
	.img-list ul li:nth-child(2n){
		float: right;
	}
	.img-list ul li p{
		font-size: .28rem;
		height: .6rem;
		line-height: .6rem;
	}
}


 