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


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

}

body{
	overflow-x: hidden;
}

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

.top{
	width: 100%;
	height: auto;
	overflow: hidden;
	background:#EEEEEE;
}
.top p{
	line-height: 35px;
	float: left;
	color: #999999;
	font-size: 14px;
}

.top ul{
	float: right;
	color: #999999;
	font-size: 14px;
	line-height: 35px;
}


.top ul li{
	float: left;
	position: relative;
	padding: 0 10px;
	position: relative;
}

.top ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #5E5E5E;
}

.top ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.top ul li img{
	margin-right: 5px;
	display: block;
}
.top ul li a{
	font-size: 14px;
	color: #3c3c3c;
	display: flex;
	align-items: center;
}


.top ul li:last-child{
	padding-right: 0;
}
 
 
.head{
	width: 100%;
	height:130px;
 
}
.head .main{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 130px;
}
.head .name img{
	display: block;
}
.head .tel img{
	display: block;
 	margin-right: 10px;
}
.head .tel{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.head .tel p{
	font-size: 14px;
	color: #4b4b4b;
}
.head .tel  b{
	color: #0C3C9C;
	font-size:34px;
  	line-height: 32px;
  	display: block;
 	max-width: 240px;
 	margin-top: 3px;
}


.nav{
	width: 100%;
	height: 70px;
	position: relative;
	z-index: 100;
	background:#0C3C9C;
}

.nav ul{
	width: 1400px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
	margin: 0 auto;
 

	box-sizing: border-box;
}
.nav ul li{
	float: left;
	line-height:70px;
	width: 100%;
	text-align: center;
	position: relative;
 
}

.nav ul li a{
	color: #fff;
	font-size: 20px;

	display: block;
}
.nav ul ul{
	display: block;
	position: absolute;
	left: 0;
	top: 70px;
	width:100%;
	z-index: 100;
	border: none;
	display: none;
}

.nav ul ul li{
	height: 55px;
	line-height: 55px;
	background: #0452C7;
	margin-bottom: 1px;
	padding: 0 5px;
	box-sizing: border-box;
}
.nav ul ul li:after{
	width: 0;
	height: 0;
	overflow: hidden;
}

.nav ul ul li a{
	display: block;
	color: #333333;
	font-size: 15px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333333;
    font-weight: normal;
}


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

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

.pcbanner  .swiper-pagination span{
	display: block;
	width: 10px;
	height: 10px;
	opacity: 1;
 	transition: .5s;
	border-radius: 30px;
	background: #fff;
	margin: 0 5px !important;
	position: relative;
	outline: none;
}
 
.pcbanner  .swiper-pagination .swiper-pagination-bullet-active{
 	width: 37px;
 	background: #0452C7;
}
 
.mbanner{
	display: none;
}
.in-banner img{
	display: block;
	width: 100%;
}
.in-banner img:last-child{
	display: none;
}



.title h4{
	color: #4e4e4e;
	font-size: 30px;
	text-align: center;
}

.title  b{
	color: #0c3c9c;
	text-align: center;
}
.title p{
	color: #999999;
	font-size: 16px;
	margin-top: 10px;
	text-transform: uppercase;
	text-align: center;
}

 
.tab {
	width: 1200px;
	margin: 0 auto;
	height: auto;
	margin-top: 30px;
	overflow: hidden;
}
.tab ul {
	display: table;
	margin: 0 auto;
}
.tab ul li{
	float: left;
	width:191px;
	height:60px;
 	box-sizing: border-box;
	text-align: center;
	margin-left: 10px;
	line-height:60px;
 
	padding: 0 5px;
	box-sizing: border-box;
 	background: #eee;
	margin-bottom:10px;
	font-size: 18px;
}
.tab ul li a{
	display:block;
	font-size: 16px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #555555;
}
.tab ul li:nth-child(6n-5){
	margin-left: 0;
}


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



.product .title{
	margin-bottom: 30px;
}
.product .list{
	float: left;
	width: 278px;
	height: auto;
	overflow: hidden;
	background:#0C3C9C;
	padding: 0 8px;
	box-sizing: border-box;
}
.product .list .tit{
	display: flex;
	justify-content: center;
	height: 125px;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
}
.product .list .tit h4{
	color: #fff;
	font-size: 32px;
	text-align: center;
	position: relative;
	display: table;
	margin: 0 auto;
	padding:  0 35px;
	box-sizing: border-box;
}


.product .list .tit h4:before{
	content: "";
	width: 22px;
	height: 1px;
	position: absolute;
	left:0;
	top: 50%;
	background: #fff;
	transform: translateY(-50%);
}

.product .list .tit h4:after{
	content: "";
	width: 22px;
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	background: #fff;
	transform: translateY(-50%);
}
.product .list .tit p{
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-top: 5px;
}

.product .list  .bd{
	width: 100%;
	height: auto;
	min-height: 760px;
	overflow: hidden;
	background: #fff;
}

.product .list ul{
	width:232px;
	margin: 0 auto;
	margin-top: 20px;
}

 
.product .list ul li ul{
 	width: 200px;
	margin: 0 auto;
	overflow: hidden;
	display: none;
}

.product .list ul li{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #E0E0E0;
	background: url(../images/icon01.png) no-repeat left center;
}

.product .list ul li h4 a{
	font-weight: normal;
	font-size: 16px;
	color: #434343;
	padding-left: 30px;
	white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}
 

.product .list .tel{
	margin:  20px 0;
}
.product .list .tel p{
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.product .list .tel b{
	color: #fff;
	font-size: 32px;
	display: block;
	text-align: center;
	margin-top: 10px;
}
 


.product .pic{
	float: right;
	width: 1099px;
	height: auto;
	overflow: hidden;
}

.product .pic ul li{
	float: left;
	width: 540px;
	height: 535px;
	background: #F5F5F5;
	padding: 10px;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 25px;
	
}

 
.product .pic ul li:first-child{
	width: 100%;
	height: auto;
}

.product .pic ul li:first-child a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

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


.product .pic ul li  img{
	display: block;
	width: 520px;
	height: 340px;
}
.product .pic ul li:first-child  .img-box img{
 
	width: 645px;
	height: 420px;
}
.product .pic ul li:first-child .info{
	width: 370px;
	margin-right: 20px;
}

.product .pic ul li .info h4{
	color: #0c3c9c;
	font-size: 24px;
	font-weight: normal;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 20px;
}
.product .pic ul li .info p{
	color: #373737;
	font-size: 16px;
	line-height: 30px;
	
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 10px;
 
}

.product .pic ul li:first-child .info p{
	-webkit-line-clamp:5;
	height: 145px;
	margin-top: 15px;
}

.product .pic ul li:first-child .info h4{
	margin-top: 0;
}
.product .pic ul li .info i{
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #373737;
	font-size: 16px;
	background: #E5E5E5;
	display: block;
	font-style: normal;
	margin-top: 100px;
}

.product .pic ul li .info{
	width: 100%;
}
.more{
	display: block;
	width: 150px;
	height:45px;
 	background: #0C3C9C;
	text-align: center;
	font-size: 16px;
	line-height: 45px;
	text-transform: uppercase;
	color: #fff;
	margin: 0 auto;
	margin-top:40px; ;
}

.more a{
	color: #fff;
	width: 100%;
	display: block;
}



.kb{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.kbSwiper{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 3px;
	box-sizing: border-box;
	margin-top: 55px;
}
.kbSwiper .swiper-wrapper{
	justify-content: space-between;
}
.kbSwiper .swiper-slide{
	width: 316px;
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	margin: 02px;
	box-shadow:  0 0 2px 3px #eee;

}
.kbSwiper .swiper-slide img{
	display: block;
	margin: 0 auto;
}
.kbSwiper .swiper-slide h4{
	font-size: 26px;
	color: #0452c7;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.kbSwiper .swiper-slide  p{
	font-size: 16px;
	height: 160px;
	line-height: 28px;
	width: 245px;
}




.adv{
	width: 100%;
	height: 1119px;
	overflow: hidden;
	margin-top: 80px;
	background: #0C3C9C;
	padding: 60px 0;
	box-sizing: border-box;
}
.adv .hd{
	display: none;
}


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


.advSwiper .swiper-slide{
	display: flex;
	align-items: flex-start;
	background: #fff;
	flex-wrap: nowrap;
	justify-content: space-between;
	flex-direction:row-reverse;

}

.advSwiper .swiper-slide .intro b{
	display: block;
	width: 256px;
	height: 70px;
	background: #0452C7;
	color: #5aa8f7;
	font-size: 60px;
	line-height: 70px;
	padding-left: 50px;
	font-style: italic;
	box-sizing: border-box;
	position: relative;
	margin-top: 60px;
	border-radius: 0 50px 50px 0;
}
.advSwiper .swiper-slide .intro b:after{
	content: "";
	width: 66px;
	height: 5px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #5AA8F7;
	margin-left: 10px;
}


.advSwiper .swiper-slide .intro .tit h4{
	font-size: 36px;
	color: #0452c7;
}

.advSwiper .swiper-slide .intro .tit p{
	font-size: 14px;
	color: #a4a4a4;
	text-transform: uppercase;
	margin-top: 5px;
}
.advSwiper .swiper-slide .intro .box{
	width: 550px;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	margin-left: 30px;
}

.advSwiper .swiper-slide .intro  .info{
	width: 100%;
	margin-top: 20px;
}
.advSwiper .swiper-slide .intro  .info p{
	font-size: 18px;
	color:#999999;
	padding-left: 20px;
	box-sizing: border-box;
	line-height: 30px;
	position: relative;
	margin-bottom: 20px;

}

.advSwiper .swiper-slide .intro  .info p:after{
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 10px;
	background: #0053A7;
	border-radius: 50%;
}

.advSwiper .swiper-pagination{
	display: block;
	width: 100%;
	height: auto;
	overflow: initial;
	background: #FFFFFF;
	margin-top: 70px;
	display: flex;
	justify-content: center;
	position: relative;
}
.advSwiper .swiper-pagination span{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	height: 160px;
	align-content: center;
	flex-direction: column;
	transition: all 0.5s;

	position: relative;
}

.advSwiper .swiper-slide img{
	display: block;
}
 
 
.advSwiper .swiper-pagination i{
	height: 64px;
	position: relative;
}
.advSwiper .swiper-pagination img{
	display: block;
	margin: 0 auto;
	position:absolute;
	opacity: 1;
	z-index: 10;
	top: 50%;
	transition: .5s;
	left: 50%;
	transform: translate3d(-50%,-50%, 0px);
}
.advSwiper .swiper-pagination img:last-child{
	opacity: 0;
}
.advSwiper .swiper-pagination b{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #333333;
	margin-top: 10px;
	position: relative;
	transition: .3s;
	z-index: 10;
}

.advSwiper .swiper-pagination .swiper-pagination-bullet-active{
	background: none;
}

.advSwiper .swiper-pagination .swiper-pagination-bullet-active img{
	opacity: 0;
}
.advSwiper .swiper-pagination .swiper-pagination-bullet-active img:last-child{
	opacity: 1;
}
.advSwiper .swiper-pagination .swiper-pagination-bullet-active b{
	color: #fff;
}


.advSwiper .swiper-pagination div{
	width: 330px;
	position: absolute;
	height: 160px;
	background: #0452C7;
	z-index: 1;
	left: 0;
	transition: .3s;
}
.advSwiper .swiper-pagination div:after{
	content: "";
	width: 27px;
	height: 11px;
	background: url(../images/icon01.png)  no-repeat center;
	position: absolute;
	left: 50%;
	top: -11px;
	transform: translateX(-50%);
}


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

.cases .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.cases .show .box{
	width: 800%;
}
.cases .show .pic {
	float: left;
}
.cases .show .pic ul li {
	float: left;
	width: 331px;
	margin-left: 30px;
}
.cases .show .pic ul li img{
	display: block;
	width: 331px;
}
.cases .show .pic ul li p{
	width: 100%;
	font-size: 18px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #5d5d5d;
    line-height: 50px;
}





.about{
	width: 100%;
	height:910px;
	max-width: 1920px;
	margin: 0 auto;
	margin-top: 70px;
	overflow: hidden;
	position: relative;
}

.about .pic{
	float: left;
	position: absolute;
	left: 0;
	width: 49.5%;
	height: 788px;
 	overflow: hidden;
 
	bottom: 0;

}
.about .pic img{
	display: block;
	height: 788px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.about .pic img:last-child{
	display: none;
}
.about .intro{
	width: 640px;
	height: auto;
	float: right;
	margin-top:55px;
 
}
.about .intro .tit{
	border-left: 1px solid #DCDCDC;
	height: auto;
	overflow: hidden;
	padding-left: 20px;
	box-sizing: border-box;
}
.about .intro .tit b{
	color: #333333;
	font-size: 20px;
}

.about .intro .tit p{
	color: #333333;
	font-size: 18px;
	margin-top: 5px;
}
.about .intro .info{
	width: 100%;
	height: 360px;
	overflow: hidden;
	margin-top:30px;
	color: #555555;
	font-size: 16px;
	line-height: 36px;
	text-indent: 2em;
	display: -webkit-box;
	-webkit-line-clamp:10;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.about .intro .more{
	margin: 0;
	margin-top:40px;
	background:#0352A9;
}
.about .datas{
	background:#0352A9;
	margin-top: 65px;
	padding-left: 57px;
	height: auto;
	position: relative;
	box-sizing: border-box;
}
.about .datas:after{
	content: "";
	height: 189px;
	width: 500%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #0352a9;
}
.about .datas ul{
	display: flex;
	align-items: center;
	height: 189px;
	position: relative;
	z-index: 10;
	justify-content: space-between;
}
.about .datas ul li b{
	color: #fff;
	font-size: 60px;
	font-weight: normal;
}
.about .datas ul li p{
	text-align: center;
	color: #fff;
	font-size: 18px;
}




.adv{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #0C3C9C;
}

.adv .tit h4{
	color: #fff;
	font-size: 50px;
	text-align: center;
 
}
.adv .tit b{
	padding: 0 10px;
	font-size: 85px;
	color: #FFE033;
}

.adv .tit  p{
	font-size: 16px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	margin-top: 5px;
}

.adv ul{
	display: flex;
	margin-top: 40px;
}
.adv ul li{
	float: left;
 	width: 100%;
 	display: flex;
 	justify-content: center;
 	align-items: center;
	height: 330px;
	flex-wrap: wrap;
	flex-direction: column;
	margin-left: 10px;
	border-radius: 10px;
	background: #fff;
}

.adv ul li:first-child{
	margin-left: 0;
}
.adv ul li img{
	display: block;
}
.adv ul li h4{
	color: #0c3c9c;
	font-size: 24px;
	text-align: center;
	margin-top: 20px;
}

.adv ul li p{
	font-size: 18px;
	color: #999999;
	margin-top: 10px;
}



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

.news .newsSwiper{
	margin-top: 40px;
}
.news .newsSwiper .swiper-wrapper{
	flex-wrap: wrap;
	height:500px;
}
.news .newsSwiper .swiper-wrapper .swiper-slide{
	width: 460px;
	height: 230px;
	background:#F5F5F5;

	padding: 40px;
	box-sizing: border-box;
 
}
.news .newsSwiper .swiper-wrapper .swiper-slide:nth-child(3n-2){
	margin-left: 0;
}
.news  .swiper-slide .time{
	width:77px;
	height: 149px;
	float: left;
	background: url(../images/icon04.png) no-repeat left bottom;
}
.news  .swiper-slide .time p{
	color: #000000;
	font-size: 16px;
}
.news  .swiper-slide .time b{
	color: #000000;
	font-size: 26px;
}

.news  .swiper-slide .intro{
	float: right;
	width: 268px;
	height: 149px;
	overflow: hidden;
	background: url(../images/icon05.png) no-repeat left bottom;
}
.news  .swiper-slide .intro h4{
	color: #333333;
	font-size: 22px;
	font-weight: normal;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news  .swiper-slide .intro p{
	color: #666666;
	font-size: 14px;
	line-height: 28px;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}




.contact{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 70px;
	background: #F5F5F5;
	padding: 60px 0;
	box-sizing: border-box;
 
}
.contact ul{
	margin-top: 55px;
	display: flex;
}
.contact ul li{
	float: left;
	border: 1px solid #1B74D2;
	box-sizing: border-box;
	width: 100%;
	margin-left:35px;
	background: #fff;
	height: 285px;
	margin-left: 30px;
	box-sizing: border-box;
}
.contact ul li:first-child{
	margin-left: 0;
}
.contact ul li div{
	height: 68px;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: flex-end;
	padding-bottom: 20px;
	margin-top: 40px;
}
.contact ul li div:after{
	content: "";
	width: 20px;
	left: 50%;
	height: 1px;
	margin-left: -10px;
	background: #1B74D2;
	bottom: 0;
	position: absolute;
}
.contact ul li  p{
	color: #555555;
	font-size: 15px;
	text-align: center;
	margin-top: 20px;
}
.contact ul li b{
	color: #1B74D2;
	max-width: 340px;
	margin: 0 auto;
	font-size: 20px;
	display: block;
	text-align: center;
	margin-top: 17px;
}




.links{
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px solid #E5E5E5;
}
.links .tit{
	width: 130px;
	height: 100px;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	float: left;
}

.links .tit p{
	color:#0C3C9C;
	font-size: 16px;
	padding-bottom: 10px;
	position: relative;
}
.links .tit p:after{
	content: '';
	width: 25px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background:#0C3C9C;
}


.links .tit span{
	display: block;
	color: #333333;
	font-size: 18px;
	margin-top: 5px;
}
.links  ul {
	height: 60px;
	overflow: hidden;
	margin-top: 20px;
	float: left;
	margin-left: 10px;
	width: 1200px;
}

.links  ul li{
	float: left;
	padding: 0 10px;
	line-height: 30px;
}
.links  ul li a{
	color: #666666;
	font-size: 14px;
}



.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	background:#555555;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 60px;
	box-sizing: border-box;
}

.footer .intro{
	float: left;
	width: 500px;
}

.footer .tit p{
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
} 



.footer  .info{
	margin-top: 20px;
}
.footer  .info h4{
	color: #fff;
	font-size: 20px;
}

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



.footer  .menu{
	float: left;
	width: 290px;
	height: auto;
	margin-left: 80px;
	overflow: hidden;
}
.footer  .menu ul{
	margin-top: 20px;
}
.footer  .menu ul li{
	width: 140px;
	height: auto;
	overflow: hidden;
	line-height: 40px;
	border: 1px solid #fff;
	padding-left: 13px;
	padding-right: 20px;
	position: relative;
	float: left;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.footer  .menu ul li:nth-child(2n){
	float: right;
}
.footer  .menu ul li:after{
	content: '+';
	position: absolute;
	right: 13px;
	color: #fff;
	font-size: 14px;
}

.footer  .menu ul li a{
	color: #fff;
	font-size: 16px;
}


 
.footer  .ewm{
	float: right;
}

.footer  .ewm ul {
	margin-top: 10px;
}
.footer  .ewm ul li{
	float: left;
}
.footer  .ewm img{
	display: block;
	width: 160px;
	height: 160px;
	border:5px solid #fff;
	box-sizing: border-box;
}
.footer  .ewm ul li p{
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}

.gotop{
	width: 80px;
	height: 80px;
	background: #0452C7;
	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:#0452C7;
	width: 130px;
	text-align: center;
 	height: 50PX;
 
 	box-sizing: border-box;
   	line-height: 50px;
	font-weight: bold;
 
}
.float-right ul li a{
	display: block;
	line-height: 50px;
	text-align: center;
	background: #0f51bb;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
}
.float-right ul li:nth-child(1) span{
	background:#FFFFFF url(../images/float01.png)no-repeat  center;

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





.float{
	display: none;
}


.cr{
	width: 100%;
	height: 135px;
	text-align: center;
	color: #999999;
	border-top: 1px solid #6C6C6C;
	font-size: 16px;
	background: #202020;
	line-height: 135px;
	 
	
}
.cr p{
	text-align: center;
	line-height: 50px;
}

 

.fn{
	display: none;
}

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

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

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

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

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

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

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

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

 
.page{

	width: 100%;

	height: auto;

	overflow: hidden;

	margin: 50px auto;

 

}

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

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

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

.nav-links .current{
	background:#3D7BF6;
	border: 1px solid #3D7BF6;
	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: 1400px;
	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:1215px;
	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:318px;
	margin-left: 15px;
	margin-bottom: 10px;
}
.img-list ul li div{
	border: 1px solid #eee;
}
.img-list ul li img{
	display: block;
	width: 100%;
}
.img-list ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 16px;
	text-align: center;
	  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.img-list ul li:nth-child(4n-3){
	margin-left: 0;
}
.fy{
	width: 1400px;
	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){
 	


 	.nav ul li:hover{
 		background:#3D7BF6;
 	}
 	.nav ul li:hover a{
 		color: #fff;
 	}
 	.nav ul li:hover ul li a{
 		color: #fff;
 	}
 	.nav ul li:hover ul li{
 		background:#0452C7;
 	}
 	.nav ul li:hover ul{
 		display: block;
 	}
 	.nav ul li ul li:hover {
 		background: #3D7BF6;
 	}
 	.nav ul li ul li:hover a{
 		color: #fff;
 		 
 	}

 	.product .list ul li:hover h4 a{ 
 		color:#0C3C9C;
 	}
 

 	.product .list ul li ul li a:hover{
 		color:#0C3C9C;
 	}
  
 	.product .pic ul li:hover img{
 		transform: scale(1.05);
 	}
 	.tab ul li:hover{
 		background: #0452C7;
 	}
 	.tab ul li:hover a{
 		color: #fff;
 	}
	.img-box{
		overflow: hidden;
	}
	.img-box img{
		transition: .5s;
	}
	.img-box:hover img{
		transform: scale(1.05);
	}
 	 
 	.news-list ul li:hover{
 		border: 1px dotted #0452C7;
 	}
	.news-list ul li:hover .time{
		background: #0452C7;
	}
 	.news-list ul li:hover .info h4{
 		color: #0452C7;
 	 
 	}
 	.links ul li:hover a{
 		color: #0452C7;
 	}
 	.footer .menu ul li:hover{
 		background: #0C3C9C;
 		border: 1px solid #0C3C9C;
 	}
 	.footer .menu ul li:hover a{
 		color:#fff;
 	}
 
   
 	.cases .show .pic ul li:hover p{
 		background: #0C3C9C;
 		color: #fff;
 	}
 	.product .pic ul li .info i:hover{
 		background: #0C3C9C;
 		color: #fff;
 	}
 	.news .newsSwiper .swiper-wrapper .swiper-slide:hover{
 		background: url(../images/bg01.jpg) no-repeat center;
 	}
 	.news .swiper-slide:hover .time{
 		background: url(../images/icon06.png) no-repeat left bottom
 	}

 	.news .newsSwiper .swiper-wrapper .swiper-slide:hover .time p{
 		color: #fff;
 	}
 	.news .newsSwiper .swiper-wrapper .swiper-slide:hover .time b{
 		color: #fff;
 	}
 	.news .newsSwiper .swiper-wrapper .swiper-slide:hover .intro h4{
 		color: #fff;
 	}

 	.news .newsSwiper .swiper-wrapper .swiper-slide:hover .intro p{
 		color: #fff;
 	}
}

@media (max-width: 1440px){

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

	.product .list .bd{
		min-height: initial;
		height: 640px;
		padding-bottom: 10px;
	}
	.product .list ul{
		margin-top: 0;
	}
	.product .list ul li{
		height: 42px;
		line-height: 42px;
	}
	.product .pic{
		width: 900px;
	}
 	
 	.product .pic ul li:first-child .img-box img{
 		width: 469px;
 		height: auto;
 	}
 	.product .pic ul li{
 		width: 440px;
 	}
 	.product .pic ul li img{
 		width: 100%;
 		height: auto;
 	}

 	.product .pic ul li .info p{
 		-webkit-line-clamp:4;
 		height: 115px;
 	}
 	.about .intro{
 		width: 570px;
 	}

 	.product .pic ul li .info i{
 		margin-top: 50px;
 	}

	.cases ul li{
		width: 388px;
	}

	 
 
 	.news .swiper-slide{
 		width: 590px;
 	}
 	.news .swiper-slide .info{
 		width: 440px;
 	}
	.img-list ul li{
		width: 288px;
	}

	.news .swiper-slide .intro{
		width: 200px;
	}

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

	.fy{
		width: 1200px;
	}
}


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

	.main{
		width: 7.1rem;
	}
	.top{
		padding: .1rem 0rem;
	}
	.top p{
		text-align: center;
		font-size: .24rem;
		width: 100%;
		padding:  0 .1rem;
		box-sizing: border-box;
		line-height: .49rem;
	}
	.top ul{
		display: none;
	}
	.head{
		height: auto;
	}
	.head .main{
		height: 1.5rem;
		justify-content: center;
	}
	.head .name{
		width: 6rem;
	}
	.head img{
		display: block;
		width: 100%;
	}
 	.head .tel{
 		display: none;
 	}
 	.nav{
 		height: auto;
 	}
 	.nav ul{
 		width: 100%;
 		height: auto;
 		overflow: hidden;
 		display: block;
 	}
 	.nav ul li{
 		width: 33.33%;
 		float: left;
 		height: .9rem;
 		line-height: .9rem;
 		border-bottom: .02rem solid #2D5CBA;
 		position: relative;
 	}
 	.nav ul li a{
 		display: block;
 		font-size: .3rem;
 	}
 	.nav ul li:after{
 		content: "";
 		width: .02rem;
 		height: 100%;
 		position: absolute;
 		right: 0;
 		top: 0;
 		background:#2D5CBA;
 	}
 
 	.nav ul li:nth-child(3n):after{
 		width: 0;
 		height: 0;
 		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:after{
		height: .02rem;
		width: 1rem;
	}
  	.title h4{
  		font-size: .46rem;
  	}
  	.title p{
  		font-size: .3rem;
  		margin-top: .12rem;
  	}
  	.tab{
  	    width: 7.1rem;
  		margin-top: .4rem;
  	}
  	.tab ul li{
  		width: 3.5rem;
  		line-height: .8rem;
  		height: .8rem;
  		margin-left: 0;
  		margin-bottom:.1rem;
  	}
  	.tab ul li a{
  		font-size: .28rem;
  	}
  	.tab ul li:nth-child(2n){
  	    float: right;
  	}
  	.tab ul li:nth-child(4n-3){
  		margin-left: 0;
  	}


  	.product{
  	   margin-top: .6rem;
  		 
  	}

  	.product .title{
  		margin-bottom: .4rem;
  	}
  	.product .list{
  		width: 100%;
  		padding:.1rem;

  	}
  	.product .list .tit{
  		display: none;
  	}
  	.product .list ul{
  		width: 96%;
  		margin-top: .2rem;
  	}
  	.product .list ul li{
  		background: #EEEEEE;
  		width: 49%;
  		float: left;
  		line-height: .8rem;
  		height: .8rem;
  		border: none;
  		padding: 0 .04rem;
  		box-sizing: border-box;
  		margin-bottom: .1rem;
  		text-indent: 0;
  	}
  	.product .list ul li:nth-child(2n){
  		float: right;
  	}

  	.product .list ul li h4{
  		height: .8rem;
  		line-height: .8rem;
 
  		text-align: center;
  	 
  	}

 
  	.product .list ul li h4 a{
  		font-size: .28rem;
  		display: block;
  		padding: 0;
  	}

  	.product .list ul li ul{
  		width:96%;
  		margin-top: .2rem;
  	}

  	.product .list ul li ul li{
  		background: #EEEEEE;
  		border: none;
  		float: left;
  		width: 32%;
  		margin-left: 2%;
  		height: .7rem;
  		line-height: .7rem;
  		padding: 0;
  		text-align: center;
  		margin-bottom: .1rem;
  	}

  	.product .list ul li ul li:nth-child(3n-2){
  		margin-left: 0;
  	}
  	.product .list .bd{
  		height: auto;
  		padding-bottom: .3rem;
  	}

  	.product .list .tel{
  		display: none;
  	}

  	.product .pic{
  		width: 100%;
  		margin-top: .4rem;
  	}
  	.pro-list{
  		padding: 0;
  		margin-top: 0;
  	}
/*
 	.product .pic ul li:first-child{
 		width: 100%;
 	}
 	.product .pic ul li:first-child a{
 		display: block;
 	}
 	.product .pic ul li .info h4{
 		font-size: .3rem;
 	}
 	.product .pic ul li:first-child .info p{
 		-webkit-line-clamp:3;
 		height: .85rem;
 		margin-top: .2rem;
 	}
 	.product .pic ul li .info{
 		width: 100%;
 		margin-top: .2rem;
 	}
 	.product .pic ul li:first-child .info{
 		width: 100%;
 	}
 	.product .pic ul li:first-child .img-box img{
 		width: 100%;
 		height: auto;
 	}*/

 	.product .pic ul li{
 		width: 100%;
 		height: auto;
 		margin-bottom: .2rem;
 		padding-bottom: .3rem;
 	}
 	.product .pic ul li .info{
 		width: 95%;
 		margin: 0 auto;
 	}
 	.product .pic ul li .info h4{
 		font-size: .32rem;
 	}
 	.product .pic ul li .info p{
 		font-size: .28rem;
 		line-height: .42rem;
 		-webkit-line-clamp:3;
 		height: 1.2rem;
 	}
 	.product .pic ul li:first-child a{
 		display: block;
 	}
 	.product .pic ul li:first-child .info{
 		width: 100%;
 		height: auto;
 		margin-top: .4rem;
 	}
 	.product .pic ul li .info i{
 		display: none;
 	}
 	.product .pic ul li:first-child .info p{
 		height: 1.2rem;
 		-webkit-line-clamp:3;
 		margin-top: .2rem;
 	}
  	.more {
  		width: 3rem;
  		height: .9rem;
  		line-height: .9rem;
  		margin-top: .3rem;
  		background: #0C3C9C;
  		margin-bottom: .2rem;
  	}
  	.more a{
  		font-size: .3rem;
  	}
  	.cases{
  		margin-top: .6rem;
  	}
  	.cases .main{
  		width: 100%;
  	}
 	.cases .show{
 		margin-top: .3rem;
 	}
  	.cases .show .pic{
  		width: 50%;
  	}
 	.cases .show .pic ul li{
 		width: 11.5%;
 		margin-left: 1%;
 	}
 	.cases .show .pic ul li img{
 		display: block;
 		width: 100%;
 	}
 	.cases .show .pic ul li p{
 		font-size: .28rem;
 	}
  	
  	.about{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: .5rem;
		box-sizing: border-box;
	}
	.about .main{
		width: 100%;
	}
	 
	.about .pic{
		position: relative;
		width: 7.2rem;
		margin: 0 auto;
		height: auto;
		float: initial;
		margin-top: .4rem;
	}

	.about .pic img{
		width: 100%;
		height: auto;
		position: initial;
		transform: initial;
		left:initial;
		height: auto;
		display: none;
	}
	.about .pic  img:last-child{
		display: block;
	}
	.about .intro{
		width: 100%;
		height: auto;
		overflow: hidden;
		float: initial;
		margin: 0;
 	
 		box-sizing: border-box;
	}
	.about .intro .tit{
		padding-left: .2rem;
		border-left: .02rem solid #DCDCDC;
		margin-top: .32rem;
		width: 7.2rem;
		margin: 0 auto;
		margin-top: .4rem;
	}
	.about .intro .tit b{
		display: block;
		font-size: .32rem;
	}
	.about .intro .tit p{
		font-size: .26rem;
		margin-top: .1rem;
	}
	.about .intro .info{
		font-size: .3rem;
		line-height: .46rem;
		text-align: justify;
		height:4.55rem;
		padding: 0 .2rem;
		margin-top: .3rem;
		padding: 0 .2rem;
		box-sizing: border-box;
	}
	.about .intro .more{
		width:3rem;
		margin: 0 auto;
		font-size: .28rem;
		margin-top: .7rem;
		line-height: .9rem;
		height: .9rem;
	}
	.about .datas{
		width: 100%;
		height: auto;
		padding: 0;
		margin-top: .6rem;
	}
	.about .datas:after{
		width: 0;
		height: 0;
		overflow: hidden;
	}
	.about .datas ul{
		width: 6.5rem;
		margin: 0 auto;
		align-items:center;
		height: 1.8rem;
	}

	.about .datas ul li b{
		font-size: .6rem;
		display: block;
	}
	.about .datas ul li p{
		font-size: .3rem;
	}

	.adv{
		padding: .6rem 0;
		margin-top: .6rem;
	}
	.adv .tit h4{
		font-size: .42rem;
	}
	.adv .tit  b{
		font-size: .42rem;
	}
	.adv .tit p{
		font-size: .28rem;
		margin-top: .1rem;
	}
	.adv ul{
		display: block;
		margin-top: .3rem;
	}
	.adv ul li{
		width: 3.45rem;
		margin: 0;
		height: 4rem;
		padding: 0 .1rem;
		box-sizing: border-box;
		margin-bottom: .2rem;
	}
	.adv ul li:nth-child(2n){
		float: right;
	}

	.adv ul li img{
		height: 1rem;
	}
	.adv ul li h4{
		font-size: .32rem;
	}
	.adv ul li p{
		margin-top: .2rem;
		font-size: .26rem;
		text-align: center;
	}

 	.news{
 		margin-top: .6rem;
 	}
 	 
    .img-list{
        margin-top: .4rem;
    }
   
	.img-list ul li{
		margin: 0;
		width: 3.45rem;
		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;
	}
	
	.news .newsSwiper{
		margin-top: .4rem;
	}
	.news .newsSwiper .swiper-wrapper{
		display: flex;
		height: 5.4rem;
 
	}

	.news .newsSwiper .swiper-wrapper .swiper-slide{
		padding: .3rem;
		height:auto;
	}
	.news .swiper-slide .time{
		height: 2rem;
		width: 1.4rem;
		background-size: .9rem auto;
		background-position: .2rem bottom;
	}
	.news .swiper-slide .time p{
		font-size: .28rem;
		text-align: right;
	}
	.news .swiper-slide .time b{
		font-size: .4rem;
		display: block;
		text-align: right;
		margin-top: .05rem;
	}
 	.news .swiper-slide .intro h4{
 		font-size: .32rem;
 	}

 	.news .swiper-slide .intro p{
 		font-size: .28rem;
 		line-height: .48rem;
 		margin-top: .2rem;
 	}

 	.news .swiper-slide .intro{
 		width: 4.7rem;
 		height: 2rem;
 		background-size: auto .1rem;
 	}
	.news .swiper-pagination{
		position: initial;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: .4rem;
	}

	.news .swiper-pagination span{
		display: block;
		width: .5rem;
		height: .15rem;
		opacity: 1;
		border-radius: .3rem;
		margin: 0 .1rem;
		background:#939393;
	}

	.news .swiper-pagination  .swiper-pagination-bullet-active{
		background: #0452C7;
	}
	.news .more{
		display: none;
	}
	.contact{
		display: none;
	}
	.footer .menu{
		display: none;
	}
	.footer{
		width: 100%;
		height: auto;
		overflow: hidden;
		padding-top: .8rem;
		margin-top: .4rem;
		padding-bottom: 1.5rem;
	}
	.footer .left{
		display: none;
	}

	.footer .tit p{
		text-align: center;
	}
	.footer .intro{
		width: 100%;
		float: inherit;
	}
	.footer .info{
		width: 100%;
		float: initial;
		margin: 0;
		text-align: center;
		font-size: .28rem;
		line-height: .46rem;
		text-align: center;
	}
	.footer .info h4{
		font-size: .42rem;
	}

	.footer .info p{
		font-size: .2rem;
		line-height: .46rem;
		margin-top: .3rem;
	}

 
	.footer .ewm{
		display: table;
		 float: initial;
		 margin: 0 auto;
		 margin-top: .3rem;

	}
	 
	.footer .ewm img{
		width:2.2rem;
		border: .04rem solid #fff;
		height:2.2rem;
		display: block;
		margin: 0 auto;
	}
	.footer .ewm p{
		font-size: .24rem;
	}


	.gotop{
		width: 1rem;
		border-radius: 5px;
		height: 1rem;
		right: .1rem;
		z-index: 10;
		bottom: 4rem;
	}
	.gotop img{
		height: .6rem;
	}
	.cr{
		width: 100%;
		height: auto;
		font-size: .24rem;
		margin-bottom:1.45rem;
		line-height: 1.5rem;
		border-top: .02rem solid #6C6C6C;
	}
	.links{
		display: none;
	}
	.float{
		display: none;
	}

	.page{

		margin: .4rem 0;

	}

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

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

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

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

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

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


	 

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

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

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

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


 