*{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;}}





 
 

 
.main{

	width: 1400px;

	margin:0 auto;

 

}
 
.head{

	width: 100%;

	height:136px;	
	 
	z-index: 100;
 
 	background: #fff;
 
 

}

.head .main{

	display: flex;

	justify-content: space-between;

	align-items: center;

	height: 136px;

}

.head .name {
	display: flex;
	align-items: center;
}
.head .name img{

	display: block;

}
 

.head  .btn{

	display: none;

}



.head .tel{
	display: flex;
	align-items: center;
}

.head .tel img{
	display: block;
	margin-right: 10px;
}
.head .tel p{
	color: #919191;
	font-size: 14px;
}


.head .tel  b{
	display: block;
	color:#1E45C3;
	font-size: 36px;
	margin-top: 5px;
	max-width: 250px;
	line-height:32px;
}


.nav{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #1E45C3;
}

.nav ul{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
	width: 1400px;
	margin: 0 auto;
}
.nav ul li {
	width: 100%;
	text-align: center;
	line-height: 70px;
}
.nav ul li a{
	color: #ffffff;
	display: block;
	font-size: 18px;
}


.nav ul li:hover{
	background:#E00005;
}
 

.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:#E00005;

}



.mbanner  .swiper-pagination .swiper-pagination-bullet-active{

 	 

 	background:#E00005;

}

 

.mbanner{

	display: none;

}

.in-banner img{

	display: block;

	width: 100%;

}

.in-banner img:last-child{

	display: none;

}


.ad{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #F2F2F2;
}
.ad .adSwiper{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.ad .adSwiper  .swiper-wrapper{
	justify-content: space-between;
}
.ad .adSwiper .swiper-slide{
 	display: flex;
 	align-items: center;
 	width: 390px;
 	height: 191px;
}

.ad .adSwiper .swiper-slide img{
	display: block;
	margin-right: 20px;
}


.ad .adSwiper .swiper-slide h4{
	color: #333333;
	font-size: 24px;
}
.ad .adSwiper .swiper-slide p{
	color: #666666;
	font-size: 16px;
	margin-top: 10px;
}
.title h4{

	color: #1E45C3;
	font-size: 40px;
	text-align: center;

}

.title b{
	color: #c0c0c0;
	font-size: 20px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	margin-top: 5px;
}




.tab {

 

	margin: 0 auto;

	height: auto;

	width: 987px;

	margin-top: 50px;

	overflow: hidden;

}

.tab ul {

	display: table;

	margin: 0 auto;

}

.tab ul li{

	float: left;

	width: 180px;

	height:50px;

 	box-sizing: border-box;

	text-align: center;

	line-height:50px;
 
	margin-top: 10px;
	background:#1E45C3;

 
	border-radius: 5px;

	font-size: 18px;
	margin-left: 21px;
	padding: 0 5px;


}
.tab ul li:nth-child(5n-4){
	margin-left: 0;
}

.tab ul li a{

	display:block;

	font-size: 20px;

	white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

    color: #fff;

}



.product{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}

 
.product  .pic{

	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
 
}


.product  .pic ul li{
	width: 32%;
	float: left;
	margin-bottom: 20px;
}
.product  .pic ul li img{
	display: block;
	width: 100%;
}

.product  .pic ul li{
	margin-left: 1.333333%;
}


.product  .pic ul li p{
	width: 100%;
	height: 55px;
	line-height: 55px;
	color:#222222;
	font-size: 16px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    padding: 0 5px;
    background: #E6E6E6;
    box-sizing: border-box;
}


.in-pro .list{
	margin-top: 0;
}


.solgen{
	width: 100%;
	height: auto;
	overflow: hidden;
	background:#1E45C3;
	margin-top:70px;
	padding: 60px 0;
}

.solgen ul{
	width: 1250px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}


.solgen ul li{
	position: relative;
 	width: 228px;
	box-sizing: border-box;
}
.solgen ul li:last-child{
	padding-right: 0;
}

.solgen ul li:after{
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	right: -60px;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
}

.solgen ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.solgen ul li i{
	display: block;
	height: 62px;
}
.solgen ul li img{
	display: block;
	margin: 0 auto;
}
.solgen ul li h4{
	color: #fff;
	font-size: 26px;
	text-align: center;
	font-weight: normal;
	margin-top:30px;
}

.solgen ul li p{
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
 	margin-top: 10px;
}
.service{
	width: 100%;
	height: 872px;
	background: url(../images/bg02.jpg) no-repeat center;
	padding: 90px 0;
	box-sizing: border-box;
}

.sSwiper{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.service .swiper-slide{
	background: #fff;
	width: 260px;
	height: 505px;
	border-radius:0 30px 0 30px;
}

.service .swiper-slide i{
 	display: flex;
 	margin-top: 57px;
 	height: 74px;
 	justify-content: center;
}

.service .swiper-slide i img{
	display:block;
}
.service .swiper-slide i img:last-child{
	display: none;
}

.service .swiper-slide  h4{
	text-align: center;
	font-size: 24px;
	margin-top: 40px;
	position: relative;
	color:#02449a;
	padding-bottom: 30px;
}

.service .swiper-slide  h4:after{
	content: "";
	width: 28px;
	height: 4px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: #E00005;
	bottom: 0;
}
.service .swiper-slide p{
	width: 85%;
	margin: 0 auto;
	margin-top: 35px;
	color: #666666;
	font-size: 16px;
	text-align: center;
	height: 84px;
	display: -webkit-box;
	-webkit-line-clamp:4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.service .swiper-slide span{
	display: block;
	width:150px;
	height: 48px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 48px;
	border-radius: 5px;
	margin: 0 auto;
	margin-top:20px;
	background: #02449A;
}
.gg{

	width: 100%;

	height: 239px;

	background: url(../images/gg.jpg) no-repeat center;

	background-size: cover;

	max-width: 1920px;

	margin: 0 auto;

}



.gg .main{

	height: 239px;

}

.gg .tel{

	float: right;

	position: relative;

	top: 50%;

	transform: translateY(-50%);

}

.gg .tel .bd{

	display: flex;

	align-items: center;

}



.gg .tel .bd p{

	color: #fff;

	font-size: 18px;

}



.gg .tel .bd  b{

	color: #fff;

	font-size: 30px;

	margin-top: 5px;

	display: block;

	line-height: 32px;

	max-width: 230px;

}

.gg .tel img{

	margin-right: 10px;

	display: block;

}



.gg .tel a{

	display: block;

	width: 280px;

	height: 54px;

	line-height: 54px;

	text-align: center;

	color: #fff;

	font-size: 18px;

	background: #E00005;

	margin-top: 30px;

}



.adv{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 90px;
}

.adv .tit h4{
	text-align: center;
	color: #000000;
	font-size: 62px;
	justify-content: center;
 
	display: flex;
}

.adv .tit b{
	color: #E00005;
	font-size: 96px;
 	padding: 0 5px;
 	padding-top: 10px;
 	display: block;
	line-height: 60px;
}

.adv .tit p{
	width: 806px;
	margin: 0 auto;
	line-height: 50px;
	background: #1E45C3;
	text-align: center;
	margin-top: 30px;
	border-radius: 30px;
	color: #fff;
	font-size: 18px;
}

 
.adv  .swiper-wrapper{
	display: block;
}

.adv  .swiper-wrapper .swiper-slide{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	flex-direction:row-reverse;
 	margin-top: 80px;
}


.adv  .swiper-wrapper .swiper-slide:nth-child(2){
	flex-direction:initial;
}
.adv   .swiper-slide .intro{
 
	height: auto;
	overflow: hidden;
	width: 715px;
}
.adv   .swiper-slide .intro ul li {
	margin-bottom: 100px;
}

.adv   .swiper-slide .intro ul li .t{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	padding-bottom: 20px;
 	position: relative;
}


.adv   .swiper-slide .intro ul li .t:after{
	content: "";
	width:675px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #DADADA;
}

.adv   .swiper-slide .intro ul li .t b{
	display: block;
	width: 60px;
	height: 62px;
	background: #1E45C3;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 38px;
}

.adv   .swiper-slide .intro ul li .t h4{
	color: #1E45C3;
	font-size: 38px;
	margin-left: 20px;
}

.adv   .swiper-slide .intro ul li .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	color: #666666;
	font-size: 18px;
	line-height: 36px;
}

  

.about{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding:  70px 0;
	background:url(../images/bg01.jpg) no-repeat center top;
}

.about .bd{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
}


.about img{
	display: block;
}

.about .intro{
	width: 600px;
	margin-right: 60px;
}


.about .intro h4{
	color: #444444;
	font-size: 36px;
}

.about .intro  .info{
	width: 100%;
	height:auto;
	overflow: hidden;
	margin-top: 30px;
	color: #444444;
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
	display: -webkit-box;
	-webkit-line-clamp:7;
	-webkit-box-orient: vertical;
	overflow: hidden;

}

.about .intro a{
	display: block;
	width: 180px;
	height: 50px;
	border: 1px solid #1E45C3;
	text-align: center;
	line-height: 50px;
	color: #1E45C3;
	font-size: 14px;
	border-radius:5px;
	margin-top: 40px;
}

.about .show-box{
	margin-top: 30px;
 	padding: 50px 40px;
 	background: #fff;
	box-sizing: border-box;
	height: auto;
	width: 100%;
	box-shadow:  0px 0px 6px 1px #ebebebde;
	overflow: hidden;
}
.about .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
}
.about .show .box{
	width: 800%;
}
.about .box .pic ul{
	display: flex;
}

.about .box .pic ul li{
	border: 2px solid #1E45C3;
	margin-left: 15px;
	box-sizing: border-box;
}
.toggle{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: ;
}


.toggle .list ul {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
}
.toggle .list ul li{
	width: 374px;
	height: 68px;
	line-height: 68px;
	background: #0074BE;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	cursor:pointer;
	text-align: center;
}

.toggle  .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
	display: none;
}

.toggle  .show .box{
	display: flex;
	width: 800%;
}
.toggle  .show .pic ul{
	display: flex;
}

.toggle  .show .pic ul li{
	width: 336px;
	margin-left: 15px;

}

.toggle  .show .pic ul li img{
	display: block;
	width: 100%;
}

.toggle  .show .pic ul li p{
	text-align: center;
	color: #757575;
	font-size: 16px;
	display: block;
	margin-top: 10px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cases{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #F2F2F2;
	padding: 60px 0;
	box-sizing: border-box;
}

.cases .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;	
}
.cases .box{
	display: flex;
	width: 800%;
}
.cases .pic ul{
	display: flex;
}
.cases .pic ul li{
	width: 336px;
	height: auto;
	margin-left: 22px;
}


.cases .pic ul li img{
	display: block;
	width: 100%;
}
.cases .pic ul li p{
	color: #222222;
	font-size: 16px;
	  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
}
.news{

	width: 100%;

	height: auto;

	overflow: hidden;
 
 	margin-top: 80px;

	box-sizing: border-box;

 

}



.news .title{

	margin-bottom: 50px;

}

 



.news .newsSwiper{

 	width: 628px;

	height:490px;

	box-sizing: border-box;

	background:#F2F2F2;

 	overflow: hidden;

	float: left;
	position: relative;

}

.newsSwiper .swiper-slide{
	position: relative;
}
.newsSwiper .swiper-slide p{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: rgba(30,69,195,.8);
	position: absolute;
	bottom: 0;
	color: #fff;
	font-size: 16px;
	padding-left: 15px;
	padding-right: 100px;
	box-sizing: border-box;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.newsSwiper .swiper-slide img{
	display: block;
	width: 100%;
	transition: .5s;

}

.newsSwiper .swiper-pagination{
	position: absolute;
	right: 10px;
	display: flex;
	align-items: center;
	height: 60px;
	bottom: 0 !important;
	width: auto !important;
	z-index: 1;
	left: initial !important;
}


.newsSwiper .swiper-pagination span{
	display: block;
	width: 10px;
	height: 10px;
	opacity: 1;
	border-radius: 50%;
	margin: 0 5px;
	background: #fff;
}

.newsSwiper .swiper-pagination  .swiper-pagination-bullet-active{
	background: #FCC924;
}
.news ul {

	width:730px;

	height: auto;

	overflow: hidden;

	float: right;

}



.news ul li{

	width: 100%;
 
 	margin-bottom: 30px;
 
	box-sizing: border-box;

}

.news ul li:last-child{

	padding-bottom: 0;

	border-bottom: 0;

}





.news ul li  a{

	display: flex;

	align-items: center;

	justify-content: space-between;

}

.news ul li .time{

	width: 110px;

	height: 100px;

	background:#1E45C3;

	display: flex;

	justify-content: center;

	align-items: center;

	flex-direction: column;



}





.news ul li .time b{

	color: #fff;

	font-size:36px;

}

.news ul li .time p{

	font-size: 18px;

	color: #fff;

}





.news ul li  .intro{

	width: 600px;



}



.news ul li .intro h4{

	color: #333;

	font-size: 20px;

	width: 100%;

	 white-space: nowrap;

	text-overflow: ellipsis;

	overflow: hidden;

	font-weight: normal;

}

.news ul li .intro p{

	width: 100%;

	color: #999999;

	font-size: 16px;

	display: -webkit-box;

	-webkit-line-clamp:2;

	-webkit-box-orient: vertical;

	overflow: hidden;



	line-height: 24px;

	margin-top: 5px;

}









.slogan{

	width: 100%;

	height: auto;

	overflow: hidden;

	background: #33722B;

}

.slogan ul{

	display: flex;

	height: 190px;

	justify-content: space-between;

	align-items: center;

}



.slogan ul li{

	position: relative;

	display: flex;

	align-items: center;

	justify-content: space-between;



}

.slogan ul li:after{

	content: "";

	width: 1px;

	height: 118px;

	position: absolute;

	right: 0;

	top:50%;

	background: #fff;

	transform: translateY(-50%);

}



.slogan ul li div{

	margin-left: 18px;

	width: 195px;

}

.slogan ul li h4{

	color: #fff;

	font-size: 18px;

}

.slogan ul li p{

	color: #fff;

	font-size: 16px;

	line-height: 24px;

	margin-top: 10px;

}



.slogan ul li:last-child:after{

	width: 0;

	height: 0;

	overflow: hidden;

} 






.footer{
	width: 100%;
	height:auto;
	overflow: hidden;
	background: url(../images/bg03.jpg) no-repeat center;
	background-size: cover;
	padding-top: 50px;
	margin-top: 30px;
	box-sizing: border-box;
}

.footer .main{
	display: flex;
	justify-content: space-between;
}
.footer .tit{
	display: flex;
	align-items: center;
}
.footer .tit span{
	display: block;
	color: #fff;
	text-transform: uppercase;
	margin-left: 7px;
}
.footer .tit p{
	color: #fff;
	font-size: 16px;
}
.footer .info{
	margin-top: 35px;
	margin-bottom: 35px;
}
.footer .info h4{
	color: #fff;
	font-size:24px;
}

.footer .info p{
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	margin-top: 20px;
}
.footer .ewm ul{
	margin-top: 20px;
}
.footer .ewm ul li img{
	display: block;
	width: 150px;
 
}

.footer .ewm ul li p{
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	margin-top: 5px;
}


.links{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-top: 1px solid #656565;
	padding-top: 10px;
}


.links .t{
	background: url(../images/links.png) no-repeat center;
	width: 129px;
	float: left;
}
.links .t p{
	line-height: 57px;
	color: #fff;
	margin-left: 25px;
}

.links ul{
	float: left;
	width: 90%;
	height: 57px;
	overflow: hidden;
}
.links ul li{
	float: left;
	padding: 0 10px;
	line-height: 57px;
	position: relative;
}
.links ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #949494;
}
.links ul li a{
	color: #949494;
	font-size: 14px;
}

.gotop{

	 display: none;

}



.message {
	width: 1200px;
	background: #eee;
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 55px;
	border-radius: 5px;
 	padding: 40px 0;
	margin-bottom: 55px;
}
.message .bd{
 	display: table;
	height: auto;
	overflow: hidden;
 
	padding:30px;
	background: #fff;
	box-sizing: border-box;
}

.message img{
	display: block;
	float: left;
}

.message form{
	width: 700px;
	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: 170px;
	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: 300px;
	display: block;
	height: 60px;
	float: left;
	margin-top: 20px;
	background: #E00005;
	outline: none;
	border: none;
	font-size: 18px;
	color:#fff;
	border-radius: 5px;
}
.message form .btn input:last-child{
	float: right;
	background: #999;
}






.float-right{



	background:#E00005;



	border-radius: 30px;



	right: 5px;



	position: fixed;



	top: 50%;



	padding: 0 10px;



	transition: .5s;



	box-sizing: border-box;



	transform: translateY(-50%);



 



	z-index: 99;



	width: 60px;



	overflow: hidden;

	z-index: 100;



}



.float-right ul{



	width: 200px;



	float: right;



}



.float-right ul li{



	height: auto;



	overflow: hidden;



	margin: 5px 0;



	position: relative;



	border-bottom: 1px solid #ffffff00;



	display: flex;



	transition: .5s;



	cursor:pointer;



	justify-content: space-between;



	align-items: center;



	flex-direction: row-reverse;



 



	box-sizing: border-box;



}



.float-right ul li:last-child{



	border: none;



}



.float-right ul li p{



	height: 60px;



	color: #fff;



	display:flex;



	justify-content: center;



	align-items: center;



	justify-content: center;



	font-size: 16px;



	float: left;



	width:160px;



	line-height: 24px;



	text-align: center;



 



}



.float-right ul li i{



	display: block;



	width: 40px;



	height: 60px;



	float: right;



	background: url(../images/icon08.png)  no-repeat center;



}



.float-right ul li:nth-child(1) i{



	background: url(../images/icon07.png)  no-repeat center;



}







.float-right ul li:nth-child(3) i{



	background: url(../images/icon09.png)  no-repeat center;



}



 







.float-right ul li img{



	display: block;



	width: 140px;



	height: 140px;



	margin: 10px;







}



.float-right:hover{



	width: 220px;



}



.float-right:hover ul li{



	border-color: #ffffff73



}







#goTop{

	display: none;

}



.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;

}

 





 



 

.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: #E00005;

	border: 1px solid  #E00005;

	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:338px;

	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;

	  overflow: hidden;

    text-overflow: ellipsis;

}

.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;

}

 



@media (min-width: 1200px){

 	

 	

 	.tab ul li:hover{

 		background: #E00005;

 	}

 	.tab ul li:hover a{

 		color: #fff;

 	}

	.img-box{

		overflow: hidden;

	}

	.img-box img{

		transition: .5s;

	}

	.img-box:hover img{

		transform: scale(1.05);

	}

	.about ul li:hover{
		background: #E00005;
	}

 
  	.product .pic ul li:hover p{

  		background: #1E45C3;
  		color: #fff;
 
  	}

   

  	.cases .show .pic ul li:hover p{

  		color: #fff;

  		background:#E00005;

  	}

  	.cases ul li:hover p{
  		color:#E00005;
  	}



  	.news .left .intro h4:hover{

  		color: #E00005;

  	}

  	.news ul li:hover .time{

  		background:#E00005;

  	}

  	.news ul li:hover .intro h4{



  		color:#E00005;

  	}	

 	.news-list ul li:hover{

 		border: 1px dotted #E00005;

 	}

	.news-list ul li:hover .time{

		background:#E00005;

	}

 	.news-list ul li:hover .info h4{

 		color:#E00005;

 	 

 	}



 	.more:hover{

 		color: #E00005;

 	}



 	.links ul li:hover a{

 		color:#E00005;

 	}

 	.footer .menu ul li:hover{

 		 color: #E00005;

 	}

 	 

 	.footer .menu ul li:hover a{

 		color:#fff;

 	}
 

 	.roll .show ul li:hover p{

 		color:#E00005;

 	}



 	.service .swiper-slide:hover{
 		background: #E00005;
 	}

 	.service .swiper-slide:hover i img{
 		display: none;
 	}

 	.service .swiper-slide:hover i img:last-child{
 		display: block;
 	}


 	.service .swiper-slide:hover h4 {
 		color: #fff;
 	}

 	.service .swiper-slide:hover h4:after{
 		background: #fff;
 	}

 	.service .swiper-slide:hover p{
 		color: #fff;
 	}

 	.service .swiper-slide:hover span{
 		background: #FFFFFF;
 		color: #02449A;
 	}

 	.about .intro a:hover{
 		background: #E00005;
 		color: #fff;
 		border-color: #E00005;
 	}

 	.newsSwiper .swiper-slide img:hover{
 		transform: scale(1.05);
 	}

}

 

@media (max-width: 1440px){



	.main{

		width: 1200px;

	}

 	.nav ul{

 		width:1200px;

 	}

 	 

 


 	.adv .swiper-slide .intro{
 		width: 600px;
 	}
 	.adv .swiper-slide .intro ul li .t h4{
 		font-size: 34px;
 	}



 	.about img{
 		width: 600px;
 	}

 	.about .intro{
 		width: 500px;
 	}

 	.about .intro h4{
 		font-size: 30px;
 	}
 	.about .intro  .info{
 		-webkit-line-clamp:5;
 	}
 	.about .show-box{
 		margin-top: .3rem;
 		padding: .4rem;
 	}
 	.about .box .pic ul li{
 		width: 3.4rem;
 		margin-left: .2rem;
 		border-width: .04rem;
 	}
  
 	.news ul{

 		width: 556px;

 	}


 	.news ul li .intro{
 		width: 420px;
 	}
  

 	 

 	.links ul{

 		width:88%;

 	}



 	.news-list{

 		width: 1200px;

 	}

 	.news-list ul li .info{

 		width: 1015px;

 	}

 

 	.news ul li img{

 		width: 200px;

 	}

 	.img-list ul li{
 		width: 288px;
 	}

 	.fy{

 		width: 1200px;

 	}

}





@media screen and (max-width: 1199px){
	.top{
		display: none;
	}
	 
	.main{

		width: 7.2rem;

	}

	 
 


	.head .tel{

		display: none;

	}

	.head{

		width: 100%;
		height: auto;
		overflow: hidden;

	}
	.head .main{
		display: flex;
		justify-content: center;
		display: center;
		height: 1.5rem;
		 
	}
	.head {
		border-width: .1rem;
	}
	.head .btn{
		display:block;
		width: .8rem;
		height: .8rem;
		background: url(../images/btn.png) no-repeat center;
		background-size: auto .6rem;
	}
 	.head .name{
 		width: 7rem;
 	}

	.head .name img{

		width: 100%;

		display: block;

	}
	.head .tel{
		display: none;
	}
	.head .name p{
		display: none;
	}
	.nav{
		background: none;
	}
	.nav ul{
		width: 100%;
		display: block;
	}
	.nav ul li{
		float: left;
		width: 25%;
		position: relative;
		height: auto;
		height: auto;
		line-height: .8rem;
		background:#1E45C3;
		overflow: hidden;
		margin-bottom: .02rem;
	}
	.nav ul li a{
		font-size: .26rem;
	}

	.nav ul li:first-child{
		display: none;
	}
	.nav ul li:after{
		content: "";
		width: .01rem;
		background: #fff;
		position: absolute;
		right: 0;
		height: 100%;
		top:0;
	}
	.nav ul li:nth-child(4n-3):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 h4{

   		font-size: .6rem;

   	 

   	}
   	.title b{
   		font-size: .28rem;
   	}

   	.title img{
   		margin-top: .2rem;
   	}

   	.title p{

   		font-size: .28rem;
   		margin-top: .3rem;

   	}

   	.title h4:before{

   		width: 4rem;

   	}

   	.tab{
   		width:7.2rem;
   		margin: 0 auto;
   		margin-top: .4rem;

   	}

   	.tab ul li{

   		width: 2.3rem;
   		height:.7rem;
   		line-height:.7rem;
   		margin-left:0;
   		margin-left: .15rem;
   		margin-bottom: 0;
 		margin-top: .15rem;
   	}
   	.tab ul li:nth-child(5n-4){
   		margin-left: .15rem;
   	}
   	.tab ul li:nth-child(3n-2){

   		margin-left: 0;

   	}



   	.tab ul li a{

   		display: block;

   		font-size: .24rem;

   	}


   	.product{
   		width: 100%;
   		margin-top: .6rem;
   	}
   	.product .main{
   		width: 100%;
   	}
 
    .product .pic{
    	width: 7.2rem;
    	margin: 0 auto;
    	overflow: hidden;
   		margin-top: .4rem;

    }



   	.product .pic ul li{

   		width: 3.5rem;

   		float: left;

   		margin-left: 0;

   		margin-bottom: .15rem;

   	}

   	.product .pic ul li:nth-child(2n){

   		float: right;

   	}



   	.product .pic ul li p{

   		height: .8rem;

   		line-height: .8rem;

   		font-size: .28rem;
   		margin: 0;
   		width: 100%;


   	}

   	.product .pic ul li:nth-child(n+9){

   		display: none;

   	}


   	.pro-list .pic ul li:nth-child(n+9){
   		display: block;
   	}
   	

   	.solgen{
   		width: 100%;
   		margin-top: .3rem;
   		padding: .6rem 0;
   	}
   	.solgen ul{
   		width: 100%;
   		height: auto;
   		overflow: hidden;
   		display: block;
   		position: relative;
   	}
   	.solgen ul:after{
   		content: "";
   		width: 1px;
   		height: 100%;
   		position: absolute;
   		left: 50%;
   		top: 0;
   		background: #fff;
   	}
   	.solgen ul li{
   		width: 50%;
   		float: left;
   		padding: .5rem .2rem;
   		box-sizing: border-box;
   		border-bottom: 1px solid #E6E6E6;
   	}

   	.solgen ul li:after{
   		width: 0;
   		height: 0;
   		overflow: hidden;
   	}
   	.solgen ul li:nth-child(2n){
   		float: right;
   	}
   	.solgen ul li:nth-child(n+3){
   		border: none;
   	}
   	.solgen ul li i{
   		height: .7rem;
   	}

   	.solgen ul li h4{
   		font-size: .38rem;
   		margin-top: .2rem;
   	}
   	.solgen ul li p{
   		font-size: .24rem;
   		height: 1.5rem;
   		line-height: .46rem;
   	}

   	.solgen ul li img{
   		height: .7rem;
   	}

   	.adv{
   		margin-top: .8rem;
   	}

   	.adv .tit h4{
   		font-size: .6rem;
   	}
   	.adv .tit b{
   		font-size: 1rem;
   		line-height: .8rem;
   		padding-top: .0;
   	}

   	.adv .tit p{
   		font-size: .24rem;
   		width: 100%;
   		padding: .3rem .2rem;
   		box-sizing: border-box;
   		border-radius: 10px;
   		line-height: .42rem;
   		margin-top: .3rem;
   	}
   	.advSwiper{
   		width: 7rem;
   	}
   	.adv .swiper-wrapper{
   		display: flex;
   	}

   	.adv .swiper-wrapper .swiper-slide{
   		width: 100%;
   		display: block;
   		margin-top: .6rem;
   	}
   	.adv .swiper-wrapper .swiper-slide .pic img{
   		width: 100%;
   	}

   	.adv .swiper-slide .intro{
   		width: 100%;
   		margin-top: .4rem;
   	}
   	.adv .swiper-slide .intro ul li{
   		margin-bottom: .4rem;
   	}
   	.adv .swiper-slide .intro ul li .t{
   		padding-bottom: .3rem;
   	}
   	.adv .swiper-slide .intro ul li .t h4{
   		font-size: .38rem;
   		margin-left: .2rem;
   	}
   	.adv .swiper-slide .intro ul li .t b{
   		width: .7rem;
   		height: .72rem;
   		font-size: .38rem;
   	}

   	.adv .swiper-slide .intro ul li .info{
   		font-size: .28rem;
   		line-height: .48rem;
   		margin-top: .3rem;
   	}
   	.adv .swiper-pagination{
   		display: flex;
   		justify-content: center;
   		margin-top: .6rem;
   	}
   	.adv .swiper-pagination span{
   		display: block;
   		width: .5rem;
   		height: .1rem;
   		background: #DCDCDC;
   		border-radius: .1rem;
   		margin: 0 .1rem;
   		border-radius: 5px;
   	}
   	.adv .swiper-pagination .swiper-pagination-bullet-active{
   		background: #1E45C3;
   	}
   	.about{
   		padding: .4rem 0;
   		margin-top: .6rem;
   	}

   	.about img{
   		width: 100%;
   	}

   	.about .bd{
   		width: 100%;
   		padding: 0;
   		display: block;
   		padding-bottom: .6rem;
   	}

   	.about .intro{
   		width: 6.4rem;
   		margin: 0 auto;
   		margin-top: .4rem;
   	}
   	.about .intro h4{
   		font-size: .38rem;
 
   	}

   	.about .intro .info{
   		font-size: .28rem;
   		line-height: .48rem;
   		margin-top: .3rem;
   		-webkit-line-clamp:9;
   	}
   	.about .intro a{
   		width: 2.4rem;
    	height: .8rem;
    	line-height: .8rem;
   		margin-top: .5rem;
   		font-size: .26rem;
   	}

   	.cases{
   		padding: .6rem 0;
   	 
   	}
   	.cases .show{
   		margin-top: .4rem;
   	}
   	.cases .pic ul li{
   		width: 3.5rem;
   		margin-left: .2rem;
   	}
   	.cases .pic ul li p{
   		font-size: .28rem;
   	}

	.news{

 		margin-top: 0;

		padding: .6rem 0;

		margin-bottom: 0;

	}

 	.news .title{

 		margin-bottom: .5rem;

 	}

	.news .newsSwiper{
		width: 100%;
		height: auto;
	}

	.newsSwiper .swiper-slide p{
		font-size: .28rem;
		padding-left: .3rem;
		padding-right: 2rem;
		height: .8rem;
		line-height: .8rem;
	}
	.newsSwiper .swiper-pagination{
		height: .8rem;
	}

	.news ul{

		width: 100%;

		margin-top: .4rem;

	}

	.news ul li {

		margin-bottom: .2rem;
	 
		border-width: .02rem;


	}
 
	.news ul li .time{

		width: 1.3rem;

		height: 1.3rem;

	}

	.news ul li .intro{

		width: 5.7rem;

	}

	.news ul li .time b{

		font-size: .5rem;

	}

	.news ul li .time p{

		font-size: .24rem;

	}



	.news ul li .intro h4{

		font-size: .32rem;

	}

	.news ul li .intro p{

		font-size: .28rem;

		line-height: .38rem;

		margin-top: .15rem;

	}
	.footer{
		padding-bottom:2rem;
		margin: 0;
	}
	.footer .main{
		display: block;
	}
	.footer .tit{
		justify-content: center;
	}
  	.footer .tit p{
  		font-size: .3rem;
  	}
  	.footer .tit span{
  		font-size: .24rem;
  	}
	.footer .info{
		margin-top: .6rem;
		margin-bottom: .4rem;
	}
	.footer .info h4{
		font-size: .3rem;
		font-weight: normal;
		text-align: center;
	}
	.footer .info p{
		text-align: center;
		font-size: .26rem;
		line-height: .48rem;
	}
	.footer .ewm ul {
		display: flex;
		justify-content: center;
	}
	.footer .ewm ul li img{
		width:2rem;
	}
	.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:#1E45C3;

			

		 



	}

	.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:#E00005;

	}
 


	.about-article{

		margin-top: .3rem;

		margin-bottom: 0;

	}

	.about-article .title{

		margin-top: .6rem;

		margin-bottom: .4rem;

	}

	.about-article img{

		max-width: 100%;

		display: block;

	}

	.about-article .info{

		font-size: .29rem;

		line-height: .48rem;

		margin: 0;

		margin-top: .2rem;

	}

	.about-article .map{

		height:5rem;

		margin-top: .3rem;

	}

	.cont-article .title{

		margin-top: .6rem;

		margin-bottom: .4rem;

	}

	.cont-article{

		width: 100%;

	}

	.cont-article ul li{

		width: 100%;

	}



	.cont-article ul li img{

		height: 1rem;

	}



	.cont-article ul li p{

		font-size: .3rem;

		margin-left: .3rem;

	}



	.detailed{

		width: 100%;

		height: auto;

		overflow: hidden;

		margin-top: .6rem;

	}

	.detailed .tit h4{

		font-size: .38rem;

	}

	.detailed .tit span{

		display: block;

		line-height: .4rem;

		font-size: .24rem;

	}

	.detailed .tit p{

		padding: .1rem 0;

	}

	.detailed .info{

		margin-top: .2rem;

		font-size: .29rem;

		line-height: .48rem;

		text-align: justify;

	}

	.fy{

		width: 7.1rem;

		margin: .6rem auto;

		margin-bottom: .3rem;

		border:.02rem solid #ccc;

		line-height: .7rem;

	}

	.fy p{

		line-height: .7rem;

		height: .7rem;

		font-size:.24rem;

		padding:0 .1rem;

		width: 50%;

		text-align: center;

		box-sizing: border-box;

		border-right: .02rem solid #ccc;

	}

	.fy p:nth-child(2){

		border-right:  none;

	}

	 

	.fy .return{

		width: 100%;

		box-sizing: border-box;

		float: initial;

		text-align: center;

		float: left;

		line-height: .7rem;

		display: block;

		border-left: none;

		border-top: .02rem solid #ccc;

	}



	.message{

		margin-top: .6rem;

		width: 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;

	}
	.float-right{
		display: none;
	}
	.img-list{
		margin-top: .3rem;
	}

	.img-list ul li{

	    width: 3.45rem;

	    margin-left: 0;

	   margin-bottom: 0rem;
	   float: left;

	}

	.img-list ul li img{

	    display: block;

	    width: 100%;

	}

	.img-list ul li:nth-child(2n){

	    float: right;

	}

	.img-list ul li p{
		font-size: .28rem;
		line-height: .8rem;
		height: .8rem;
	}

}





 