
  
/* 产品列表 */
.neibanner{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.banneiimg{
	width: 100%;
} 
.neibantext{
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	color: #fff;
}
.neibantit{
	font-size: 40px;
	    font-family: "Montserrat-B";
		font-weight: bold;
		margin-bottom: 10px;
}
.neibandec{
	font-size: 18px;
	    letter-spacing: 10px;
	    font-family: "Montserrat-Regular";
		font-weight: normal;
} 
@media screen and (max-width:768px) {
 
  .neibantit{font-size: 20px;margin-bottom: 0;}
  .neibandec{font-size: 12px;}
  .banneiimg{
  	width: 180%;
  }
}

.addressbox{
	width: 100%;
	background-color: #fff;
	padding: 0;
	box-shadow: 10px 0 10px #cccccc;
}
.xqmain{
	margin-top: 50px;
}
.addhz{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	flex-wrap: wrap;
}
.addhz a{
	font-size: 14px;
}
.addweizhi{
	display: flex;
	align-items: center;
	padding: 20px 0;
} 
.addressicon{
	margin-right: 10px;
}

.mainnr{
	width: 100%;
	padding-top: 40px;
	padding-bottom: 70px;
	background-color: rgba(242,242,242,1);
}
.cpyemain{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	    align-items: start;
}
.cpyelf{
	width: 22%;
	margin-right: 3%;
}
.cpyert{
	width: 75%;
	box-sizing: border-box;
	padding: 20px;
	background-color: #fff;
}
.cpyelfnav{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #fff;
	margin-bottom: 30px;
}
.cpyelftit{
	color: #fff;
	background-color: #2563e3;
	font-size: 22px;
	padding-top: 10px;
	    padding-bottom: 10px;
	    padding-left: 15px;
		box-sizing: border-box;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		display: flex;
		align-items: center;
		justify-content: space-between;
}
.cpyenavbox{
	box-sizing: border-box;
	padding: 10px;
} 
.cpyenavbox ul li{
	border-bottom: 1px solid #f5f5f5;
}
.cpyenavbox ul li h2{
	font-weight: normal;
}
.cpyenavbox ul li a{
	display: block;
	padding: 12px 0;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #333;
}  
 .cpyenavbox ul li a span{
	 margin-left: 10px;
	 
 } 
.cpyenavbox ul li a:hover{
	color: #2563e3;
} 
.cpyerttop{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.cpyerttoplf{
	padding-left: 20px;
	border-left: 3px solid #2563e3;
	font-size: 20px;
	line-height: 1.5;
}
.cpyerttoprt{
	width: 35%;
}
    
.syyesousuo{
	border: 1px solid #ccc;
	display: flex;
	align-items: center;
}
.syssint{
	font-size: 14px;
	flex: 1;
	border: none;
	padding-left: 10px;
	line-height: 40px;
}
.cpssbtn{
	font-size: 14px;
	    font-size: 16px;
	    line-height: 40px;
	background-color: #2563e3;
	border: none;
	padding: 0 15px;
	color: #fff;
}
.cpycphz{
	padding: 30px 0;
}
.cpycphz ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.cpycphz ul li{
	width: 30%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	background-color: #f5f5f5;
	border-radius: 6px;
	padding: 10px;
	margin-bottom: 20px;
}
.cpycphz ul li a{
	display: block;
}
.cpycpimgbox{
	width: 100%;
	overflow: hidden;
}
.cpycpimgbox img{
	width: 100%;
	transition: all 0.3s ease;
}
.cpycptit{
	text-align: center;
	    font-size: 18px;
		font-weight: bold;
		line-height: 2rem;
		height: 2rem;
		overflow: hidden;
		color: #333;
		margin-top: 20px;
}
.cpycpdec{
	text-align: center;
	    font-size: 14px;
		line-height: 2rem;
		height: 4rem;
		overflow: hidden;
		color: #333;
		margin-top: 10px;
		margin-bottom: 20px;
}
.cpycphz ul li:hover .cpycptit{
	color: #2563e3;
}
.cpycphz ul li:hover .cpycpimgbox img{
	transform: scale(1.1);
}
.cpylxfs{
	line-height: 2rem;
	margin-bottom: 20px;
	font-size: 16px;
	margin-top: 10px;
	margin-left: 10px;
}
.cpylxfs span{
	font-weight: bold;
}
.cpyelftit svg{
	display: none;
	margin-right: 20px;
	cursor: pointer;
}
@media screen and (max-width:1200px) {
  .cpyerttoplf{width: 100%;}
  .cpyerttoprt{width: 100%; margin-top: 20px;}
  
}				
@media screen and (max-width:991px) {
	.spylx{display: none;}
  .cpyelf{width: 100%;margin-right: 0;}
   .cpyert{width: 100%;}
   .cpyelftit .cplbmore{
   	display: block;
   }
   .cpyenavbox{display: none;}
}					
@media screen and (max-width:768px) {
	.cpycphz ul li{
		width: 47%;
	}
	.mainnr{padding-top: 60px;}
}		




.fuwubox{
	background-color: #2563e3;
	color: #fff;
	text-align: center;
	padding: 60px 0;
}		
.fuwutit{
	font-size: 38px;
	margin-bottom: 30px;
	font-weight: bold;
}	
.fuwubtn{
	width: 300px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 40px;
	margin-bottom: 20px;
	padding: 10px 0;
	display: block;
	font-size: 20px;
	color: #2563e3;
}
.fuwubtn:hover{
	color: #333;
}
.fuwutittel{
	color: #fff;font-size:18px;font-weight: bold;
	text-decoration: underline;
}				
	.fuwutittel:hover{
		color: #ccc;
	}			
.fuwutittel span{
	font-size: 30px;
}				
.footnei{
	border-radius: 0!important;
}				

.cpxqbox{
	width: 100%;
	display: flex;
	justify-content: space-between;
	
	flex-wrap: wrap;
}
.cpxqboxlf{
	width: 40%;
	position: relative;
}
.cpxqboxrt{
	width: 55%;
}
.cpxqswiper{
	overflow: hidden;
	width: 100%;
	position: relative;
}
.cpxqswiper .swiper-slide{
	box-sizing: border-box;
}
.cpxqswiper .swiper-slide img{
	width: 100%;
	display: block;
}

.mySwipercpxq{
	margin-top: 15px;
}
/* .mySwipercpxq .swiper-slide-active{
	border: 2px solid #2563e3;
} */
.cpxqlunbtn{
	background-color: #2563e3;
	border-radius: 6px;
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 9;
	opacity: 0.8;
}
.cpxqnext{
	right: 0%;
	top: 50%;
	transform: translateY(-50%);
}

.cpxqprev{
	left: 0%;
	top: 50%;
	transform: translateY(-50%);
}				
.cpxqlunbtn:hover{
	opacity: 1;
}				
				
.cpxqtit{
	margin-top: 30px;
	font-weight: bold;
	color: #333;
	font-size: 28px;
}			
.cpxqdec{
	margin-top: 30px;
	width: 100%;
	padding: 10px 10px;
	font-size: 16px;
	background-color: #f5f5f5;
	margin-bottom: 30px;
	color: #666;
}				
.cpxqlxlist{
	display: flex;
	align-items: center;
	font-size: 16px;
	margin-bottom: 20px;
}
.cpxqlxlist .tela{
	font-size: 28px;
}
.cpxqlxspanone{
	font-weight: bold;
	margin-left: 4px;
}
.cpxqlxspanblue{
	color: #2563e3;font-weight: bold;
}
.cpxqboxbnt{
	display: flex;
	align-items: center;	
}
.cpxqboxbnt a{
	padding: 10px 40px;
	margin-right: 15px;
	color: #fff;
	border-radius: 6px;
	margin-top: 30px;
}
.getprice{
	background-color: #2563e3;
}
.xgproduct{
	background-color: #333;
}
.cpxqboxbnt a:hover{
	background-color: #ff201b;
}
.cpxqmstop{
	margin-top: 40px;
	border-bottom: 1px solid #ccc;
}
.cpxqmstit{
	padding: 10px 20px;
	background-color: #2563e3;
	color: #fff;
	font-size: 20px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	display: inline-block;
}
.cpxqms{
	padding: 30px 0;
	font-size: 16px;
	line-height: 3rem;
}
.cpxqhqbjdec{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 16px;
}
.cpxqbiaodan ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.cpxqbiaodan ul li{
	width: 49%;
	margin-bottom: 20px;
}
.cpxqbiaodan ul li input{
	border-radius: 6px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	width: 100%;
	padding: 12px;
	background-color: #f5f5f5;
	
}
.cpxqbiaodan ul .cpxqtextli{
	width: 100%;
}
.cpxqtextli textarea{
	border-radius: 6px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	width: 100%;
	padding: 12px;
	background-color: #f5f5f5;
}
.cpxqformbtn{
	background-color: #2563e3;
	border: none;
	color: #fff;
	padding: 14px 60px;
	margin: 0 auto;
	display: block;
	border-radius: 6px;
	margin-bottom: 20px;
}
.cpxqformbtn:hover{
	background-color: #ff201b;
}
.tjcpbox{
	width: 100%;
	background-color: #fff;
	padding: 40px 0;
}
.tjcphz{
	margin-top: 40px;
}
.tjcphz ul{
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}
.tjcphz ul li a{
	display: block;
	color: #000;
	text-align: center;
}
.tjcphz ul li{
	width: 19%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	box-sizing: border-box;
	padding: 10px;
	background-color: #f5f5f5;
	border-radius: 6px;
}
.tjcpimg{
	width: 100%;
	overflow: hidden;
	border-radius: 6px;
}
.tjcpimg img{
	width: 100%;
	transition: all 0.3s ease;
	
}
.tjcptext{
	line-height: 2rem;
	height: 2rem;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.tjcptextdec{
	line-height: 2rem;
	height: 4rem;
	font-size: 14px;
	color: #666;
	overflow: hidden;
}
.tjcphz ul li:hover .tjcpimg img{
	transform: scale(1.1);
}

.tjcphz ul li:hover a{
color: #2563e3;
}
.tuijiancptop{
	border-bottom: 1px solid #ccc;
}
.tuijiancptoptit{
	text-align: center;
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
	color: #2563e3;
	
	
}

@media screen and (max-width:991px) {
	.tjcphz ul li{
		width: 32.3%;
	}
	.tjcphz ul li a{font-size: 20px;}
	.fuwutit{font-size: 24px;}
}		

@media screen and (max-width:768px) {
	.cpxqboxlf{width: 100%;}
	.cpxqboxrt{width: 100%;}
	.cpxqmstit{font-size: 18px;}
	.cpyelftit{font-size: 18px;}
	.fuwutit{margin-bottom: 10px;}
}	
.addnavul{
	display: flex;
	align-items: center;
	
}
.addnavul li{
	padding: 20px 0;
}
.addnavul li a{
	font-weight: normal;
	font-size: 16px;
	padding:  0 30px;
	border-left: 1px solid #ccc;
}
.addnavul li:hover{
	background-color: #2563e3
}
.addnavul li:nth-child(1) a{
	border-left: none;
}
.addnavul li:hover a{
	color: #fff;
	border-left: 1px solid #2563e3;
}
.qeyewhbox{
	width: 100%;
	background-color: #f5f5f5;
	padding: 60px 0;
}
.qiyebox{
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
}
.qiyeboxlf{
	width: 50%;
}
.qiyeboxlf img{
	width: 100%;
}
.qiyeboxrt{
	width: 50%;
	box-sizing: border-box;
	padding: 30px;
}
.qiyetit{
	color: #2563e3;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}
.qiyetext p{
	line-height: 4rem;
	font-size: 16px;
	color: #666;
}
.qiyexb{
	font-weight: bold;
}

.addnavul li a{
	color: #333;
}

.activenav a{
	color: #2563e3 !important;
}
@media screen and (max-width:768px) {
	.qiyeboxlf{
		width:100%;
	}
	.qiyeboxrt{
		width:100%;
	}
	.addhzlist{
		width:100%;
	}
	.addnavul li a{padding: 0 10px;}
	.addnavul li{padding: 15px 0;}
	.addweizhi{padding: 10px 0;display: none;}
	
}

.zzbox{
	padding: 60px 0;
}
.neititbox{
	text-align: center;
}
.neitit{
	font-size: 32px;
	color: #000;
}
.neititline{
	width: 40px;
	height: 3px;
	background-color: #2563e3;
	margin: 0 auto;
	margin-top: 10px;
}
.neititdec{
	font-size: 14px;
	margin-top: 20px;
}
.zzboxmain{
	margin-top: 40px;
}
.zzboxmain ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.zzboxmain ul li{
	width: 24%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	background-color: #f5f5f5;
	border-radius: 6px;
	box-sizing: border-box;
	padding:  20px;
	text-align: center;
	margin-bottom: 40px;
	cursor: pointer;
}
.zzimgbox{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.zzimgbox img{
	max-width: 100%;
	transition: all 0.3s ease;
}
.zzboxmain ul li:hover .zzimgbox img{
	transform: scale(1.1);
}
.zztext{
	width: 100%;
	line-height: 2rem;
	height: 2rem;
	overflow: hidden;
	margin-top: 20px;
	font-size: 16px;
}
	
.zzboxmain ul li:hover .zztext{
	color: #2563e3
}
.zzczhizi{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}
.zzzzbox{
	width: 25%;
}
.zzzzclose{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 20px;
	cursor: pointer;
}
.zzzimgbox {
	width: 100%;
	box-sizing: border-box;
	border: 6px solid #ffff;
	border-radius: 6px;
	max-height: 800px;
	overflow-y: auto;
}
.zzzimgbox img{
	width: 100%;
}

@media screen and (max-width:768px) {
	.zzzzbox{
		width: 50%;
	}
	.zzboxmain ul li{width: 49%;}
}

.casebox{
	padding: 60px 0;
}
.casehz ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.casehz ul li{
	width: 24%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-bottom: 30px;
}
.casehz ul li a{
	display: block;
}
.caseimgbox{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.caseimgbox img{
	width: 100%;
	transition:all 0.3s ease;
}
.casebot{
	width:100%;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 15px 15px 0 15px;
}
.casetit{
	font-size: 18px;
	color: #333;
	line-height: 3rem;
	height: 3rem;
	overflow: hidden;
}
.casemore{
	color: #666;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #ccc;
	box-sizing: border-box;
	padding: 15px 0;
	margin-top: 15px;
}
.casehz ul li:hover .caseimgbox img{
	transform: scale(1.1);
}
.casezz{
	width: 100%;
	height: 100%;	
	position: absolute;
	z-index: 2;
	background-color: rgba(0,0,0,0.4);
	left: 0;
	top: -100%;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}
.casehz ul li:hover .casezz{
	top:0;
}
.casehz ul li:hover .casetit{
	color: #2563e3;
}

@media screen and (max-width:768px) {
	.casehz ul li{
		width: 49%;
		margin-left: 0.5%;
		margin-right: 0.5%;
		margin-bottom: 20px;
	}
	.casetit{font-size: 14px;line-height: 2rem;height: 2rem;}
	.casemore{font-size: 12px;}
}

/* 内页白色导航 */
/* .neiwhite #c_navigation_006_P_2439-17048588756570{
	background-color: #fff!important;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.neiwhite #c_navigation_006_P_2439-17048588756570 .e_navigationA-46 .p_level1Item a{color: #000!important;}
.neiwhite #c_navigation_006_P_2439-17048588756570 .e_navigationA-46 .p_level1Item:hover a{color: #fff!important;}
.neiwhite #c_navigation_006_P_2439-17048588756570 .e_icon-33 path{fill: rgb(33, 92, 200)!important;}
 */
.neibannerwhite{
	width: 100%;
	background-color: #fff;
	height: 90px;
}
.neiaddress{
	background-color: #f5f5f5;
	box-shadow: 0 0 0 #fff;;
}
.neiaddressnews{
	background-color: #fff;
	box-shadow: 0 0 0 #fff;;
}

.newsbox{
	padding: 60px 0;
}
.newsxq{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: self-start;
}
.newsxqlf{
	width: 70%;
}
.newsxqrt{
	width: 25%;
	border-top: 2px solid #2563e3;
	box-sizing: border-box;
	box-shadow: 0 0 15px #f1f1f1;
	background-color: #f5f5f5;
}
.neigoback{
	display: flex;
	align-items: center;
	color: #2563e3;
	font-size: 18px;
	cursor: pointer;
}
.neigoback span{
	margin-left: 5px;
}
.newstit{
	font-size: 32px;
	color: #000;
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: center;
	font-weight: normal;
}
.newsxq{
	font-size: 16px;
	line-height: 3rem;
}
.newsimgbox{
	margin-bottom: 40px;
	text-align: center;
}
.newsimgbox img{
	width: 60%;
}
.newsxqrttit{
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}
.newsxgganli{
	background-color: #fff;
	padding: 15px;
	box-sizing: border-box;
}
.newsxgganli ul{
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.newsxgganli ul li{
	width: 46%;
	margin-bottom: 10px;
}
.newsanliimg{
	width: 100%;
	overflow: hidden;
	border-radius: 6px;
}
.newsanliimg img{
	width: 100%;
	transition: all 0.3s ease;
}
.newsanlitext{
	font-size: 14px;
	color: #333;
	line-height: 2rem;
	height: 4rem;
	overflow: hidden;
	margin-top: 10px;
	text-align: center;
}
.newsxgganli ul li:hover .newsanlitext{
	color: #2563e3;
}
.newsxgganli ul li:hover .newsanliimg img{
	transform: scale(1.1);
}
.newspagefy{
margin: 40px 0;
border-top: 1px solid #e6e6e6;
}
.newspagefylist{
	border-bottom: 1px solid #e6e6e6;
	padding: 15px 0;
}
.newspagefylist a{
	color: #2563e3;
}
.newspagefylist .newspagefytit{
	color: #2563e3;
}

@media screen and (max-width:768px) {
	.newsxqlf{width: 100%;}
	.newsxqrt{width: 100%;}
}
.newlbul li{
	border-bottom: 1px solid #ccc;
	padding: 30px 0;
	transition: all 1s ease;
}
.newlbul li a{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}
.newslblf{
	width: 30%;
	overflow: hidden;
}
.newslblf img{
	width: 100%;
	transition: all 0.3s ease;
}
.newslbrt{
	width: 67%;
}
.newlbul a{
	color: #333;
}
.newslbdate{
	font-size: 16px;
	color: #666;
	margin-bottom: 20px;
}
.newslbtit{
	font-size: 24px;
	line-height: 3rem;
	height: 3rem;
	overflow: hidden;
	margin-bottom:20px;
}
.newslbdec{
	font-size: 16px;
	line-height: 2.5rem;
	height: 5rem;
	overflow: hidden;
	color: #666;
}
.newslbbtnbox{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}
.newslbbtnlf{
	background-color: #2563e3;
	color: #fff;
	padding:0 10px;
	border-radius: 6px;
	font-size: 14px;	
}

.newlbul li:hover{
	border-bottom: 1px solid #2563e3;
}
.newlbul li:hover .newslbtit{
	color: #2563e3;
}
.newslbbtnrt{
	transition: all 0.3s ease;
}
.newlbul li:hover .newslbbtnrt{
	transform: translateX(-20px);
}
.newlbul li:hover .newslbbtnrt path{
	fill: #2563e3;
}
.newlbul li:hover .newslblf img{
	transform: scale(1.1);
}
@media screen and (max-width:768px) {
	.newslblf{width: 100%;}
	.newslbrt{width: 100%;}
	.newsbox{padding: 20px;}
}

.lxwm{
	background-color: #f5f5f5;
	padding: 60px 0 ;
}
.lxwmbox{
	display: flex;
	justify-content: space-between;
	
	flex-wrap: wrap;
}
.lxwmboxlf{
	width: 50%;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 20px;
	padding: 40px;
}
.lxtitbox{
	position: relative;
	border-bottom: 1px solid #ccc;
	
}
.lxtit{
	font-size: 30px;
	font-weight: bold;
padding-bottom: 15px;
}
.lxtitline{
	width: 50px;
	background-color: #2563e3;
	height: 3px;
	position: absolute;
	left: 0;
	border: 0;
}
.lxgsname{
	color: #333;
	margin-top: 30px;
	font-size: 20px;font-weight: bold;
	margin-bottom: 30px;
}
.lxlblist{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.lxlblist span{
	margin-left: 5px;
	font-size: 16px;
}

.lxlftextlettle{
	margin-top: 40px;
	color: #666;
	letter-spacing: 3px;
}
.lxwmboxrt{
	width: 50%;
	box-sizing: border-box;
	padding: 40px;
}
.lxlytit{
	color: #666;
	margin-top: 20px;
	margin-bottom: 20px;
}
.lxlyul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lxlyul li{
	width: 32%;
	margin-bottom: 20px;
}
.lxlyul li input{
	width: 100%;
	background-color: #fff;
	border: none;
	box-shadow:  0 0 10px #ccc;
	box-sizing: border-box;
	padding:15px 10px;
	border-radius: 6px;
}
.lxlyultext{
	width: 100% !important;
}
.lxlyul li textarea{
	width: 100%;
	background-color: #fff;
	border: none;
	box-shadow:  0 0 10px #ccc;
	box-sizing: border-box;
	padding:15px 10px;
	border-radius: 6px;
}
.lxlybtn{
	
	border: none;
	background-color: #2563e3;
	color: #fff;
	font-size: 16px;
	
	padding:15px 60px;
	border-radius: 6px;
	margin-right: 20px;
}
.liuyaninput{
	margin-right: 20px;
	background-color: #fff;
	border: none;
	box-shadow:  0 0 10px #ccc;
	box-sizing: border-box;
	padding:15px 10px;
	border-radius: 6px;
}
.lxlybtn:hover{
	background-color: #ff270b;
}
@media screen and (max-width:768px) {
	.lxwmboxlf{width: 100%;margin-bottom: 20px;}
	.lxwmboxrt{width: 100%;}
	.lxlyul li{width: 100%;}
	.lxtit{font-size: 24px;}
}

.cpyertss{
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	background-color: #fff;
	margin-bottom: 20px;
}
.cpyertss .cpycphz li{
	width: 22%;
}
.cpyertss .cpyerttoprt{
	width: 60%;
	margin: 0 auto;
}

.sstit{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	color: #333;
}
.sstitdec{
	font-size: 16px;
	margin-bottom: 30px;
	text-align: center;
}
.cpyertss  form {
	border: 2px solid #333;
	border-radius: 20px;
}
.cpyertss  form  input{
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border: none;
}
.cpyertss  form  .cpssbtn{
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border: none;
}
.cpyertss  form  .cpssbtn:hover{
	background-color: #ff270b;
}

.messagehz{
	width: 100%;
	box-sizing: border-box;
	
}
.messagehz .lxtitbox{
	text-align: center;
}
.messagehz .lxtitline{
	left: 50%;
	transform: translateX(-50%);
}
.messagehz  .lxlytit{
	text-align: center;
	margin-bottom: 30px;
}
.messagehz .lxlybtn{
	margin: 0 auto;
	margin-top: 30px;
	display: block;
	padding: 14px 150px;
}



	/*分页样式开始*/
	.ye_ma{text-align: center;margin: 0px;clear: none;width: 100%;padding-top:30px; font-size:14px; color:#666;}
	.ye_ma a{line-height: 35px;clear: none; height: 35px; font-size:14px; color:#333; padding:0 15px; border:1px solid #cccccc;
	display: flex;
    align-items: center; border-radius:6px; margin:0 3px;}
	.ye_ma a:hover{background-color:#2563e3; border:1px solid #2563e3; color:#FFF;-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;/*过渡效果*/}
	.ye_ma .pagination{
		display: flex;justify-content: center;
	}
	.ye_ma .pagination li{
		margin-left: 5px;
		background: none;
		display: flex;
		justify-content: center;
	}
	.ye_ma .pagination input{
		background-color: #2563e3;border: none;color: #fff;padding: 2px;border-radius: 4px;
		height: 100%;
		    line-height: 20px;
	}
	.ye_ma .pagination .page_number{
		width: 50px;
		color: #666;background-color: #fff;padding: 0;
		height: 20px;
	}
	
	.ye_ma .disabled{line-height:35px;}
	
	.ye_ma .active{line-height:35px;color:#2563e3;}


  .neitjnews{
  	width: 100%;
  	border-bottom: 1px solid #e1e1e1;
  	box-sizing: border-box;
  	padding: 10px 0;
	margin-bottom: 10px;
	display: block;
  }
  .neigjnewslf{
  	width: 100%;
  	line-height: 3rem;
  	height: 3rem;
  	font-size: 16px;
  	white-space: nowrap; /* 禁止换行 */
  	 overflow: hidden;     /* 超出隐藏 */
  	 text-overflow: ellipsis; /* 溢出显示省略号 ... */
  	 color: #333;
  }
  .neigjnewsrt{
  	font-size: 12px;
  	color: #666;

  }
  .neitjnews:hover .neigjnewslf{
  	color:#2563e3;
  }
  

.xiazaitop{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.xzlf{
		width: 50%;
	}
	.xzlf img{width: 100%;}
	.xzrt{width: 45%;}
	.xiazaitit{
		font-size: 30px;
		margin-bottom: 40px;
		margin-top: 20px;
	}
	.xzrtlist{
		margin-bottom: 15px;
		font-size: 16px;
		color: #666;
	}
	.xzrtlist span{
		font-weight: bold;color: #333;
	}
	.xzrtbtn{
		display: flex;
		margin-top: 30px;
	}
	.xzrtbtn a{
		padding: 5px 40px;
		border-radius: 10px;
		background-color: #2563e3;
		color: #fff;
		font-size: 16px;
		margin-right: 20px;
	}
	.xzrtbtnrt{
		background-color: #333;
	}
	.xzrtbtn a:hover{
		background-color: #ff0000;
	}


@media screen and (max-width:768px) {
	.xzlf{
		width:100%;
	}
	.xzrt{width: 100%;}
}


