* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: '';
	scroll-behavior: smooth;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	vertical-align: top;
	outline-width: 0ch;
}

@media screen and (min-width: 996px) {
	/* 电脑端的样式 */
	  .mbhead {
	        display: none;
	    }
	    .mbnav {
	        display: none;
	    }
	 .pchead {
			width: 100%;
		    background: #fff;
		    height: 100px;
		    padding: 0 50px;
		    position: relative;
	    }
		.headleft{
			width: 50%;
			padding-left: 150px;
		}
		.headleft p{
			font-size: 17px;
			font-family: '';
		}
		 .pclogo img{
			 width: 100px;
			 margin-left: 50px;
		 }
		.topfr{
			float: right;
			width: 728px;
			/* height: 100px; */
		}
		.topfr_topnav{
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			margin-left: 250px;
		}
				.pcnav_a a,.pcnav_b a,.pcnav_c a,.pcnav_d a,.pcnav_e a,.pcnav_f a,.pcnav_g a{
					display: inline-block;
					height: 37px;
					border-bottom: 3px #fff solid;
					margin-left: 40px;
					font-size: 16px;
					color: #333;
					line-height: 100%;
				}
				.pcnav_a a:hover,.pcnav_b a:hover,.pcnav_c a:hover,.pcnav_d a:hover,.pcnav_e a:hover,.pcnav_f a:hover,.pcnav_g a:hover{
					    color: #F08519;
					    border-color: #F08519;
						text-decoration: none;
				}
			    .pcnav li a {
			        display: block;
			        color: #000;
			        font-size: 16px;
			       font-weight: bold;
			        transition: all ease 0.4s;
			    }
			 ul.pcnav {
				display: flex;
			}
	
		ul.pcnav>li {
			text-align: center;
			cursor: pointer;
			margin-top: -50px;
		}

/* banner */
.carousel-item img{
	width: 100%;
	/*height: 650px;*/
	
}
/* 	.banner{
		width: 100%;
	}
	.banner img{
		width: 100%;
		height: 600px;
		margin-top: -15px;
	} */
/* 内容区1 */
.mian-a{
	padding-bottom: 20px;
	text-align: center;
	padding-top: 25px;
}
.mian-a img{
	width: 228px;
	height: 338;
	background-color: orange;
}
.row-a{
	display: flex;
}
.mian-bb{
	width: 228px;
	height: 338px;
	background-color:#F08519 ;
	margin: auto;
	padding-top: 100px;
	display: none;
}
 .mian-bb a{
	text-decoration: none;
	color: #000000;
	border: 1px solid #000;
	border-radius: 15px;
	padding: 2px 15px;
}
.mian-a:hover>.cp1{
	display: none;
}
.mian-a:hover>.mian-bb{
	display: block;
}
.mian-bb a:hover{
	text-decoration: none;
	color: white;
	border: 1px solid white;
	border-radius: 15px;
	padding: 2px 15px;
} 
/* 内容区2 */
.jieshao{
	width: 100%;
	height: 487px;
	/* border: 1px solid red; */
	display: flex;
	overflow: hidden;
}
.jsrtop{
	width: 100%;
	background-color: darkgrey;
	height: 275px;
	padding: 10px 40px;
	margin-left: 10px;
	overflow: hidden;
	display: block;
}
.jsrtop h5{
	font-weight:bold;
	padding-top: 15px;
}
.jsrtop p{
/* 	height: 280px; */
	overflow: hidden;
	text-overflow: ellipsis;
}
.jsrtop a{
	float: right;
	text-decoration: none;
	color: #000000;
}
.jsrtop a:hover{
	color:#F08519;
	text-decoration: none;
}
.intrVideo{
	display: flex;
}
video{
	width: 50%;
	height: 201px;
	padding-left: 10px;
	margin-top: 10px;
}
/* 内容区3 */
.nr3{
	width: 100%;
	background-color: #5F5D5E;
}
.mian-b{
	padding-bottom: 20px;
	text-align: center;
	padding-top: 25px;
	margin-left: 40px;
}
.mian-b p{
	color: white;
}
.row-b{
	display: flex;
}
/* 轮播 */
.add{
	width: 70%;
	height: 218px;
	overflow: hidden;
	}
.swiper-wrapper{
	margin-left: 40px;
} 
.swiper-slide img{
	width: 150px;
	margin-left: 22px; 
}
/* 新闻资讯 */
.container-xw{
	width: 100%;
}
.col-wx a{
	width: 110px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-family: '';
	background-color: #F08519;
	border: 1px solid #F08519;
	border-radius: 15px;
	display: block;
	margin-left: 200px;
	margin-bottom: 15px;
}
.col-wx a:hover{
	color: #000000;
	text-decoration: none;
}
.row-xw{
	display: flex;
	flex-wrap: wrap;
}
.col-wx img{
	width: 500px;
	margin-left:10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.col-wx{
	background-color:gainsboro;
}
.col-wx h5{
	text-align: center;
	font-weight: bold;
}
.col-wx p{
	margin-top: 20px;
	font-size: 14px;
}
/* 底部 */
.foot{
	width: 100%;
	background-color:#F08519 ;
	color: white;
}
.footer{
	width: 80%;
	margin: auto;
	
}
.footer-b{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px 100px;
}
.footer-top{
	/* margin-top: 50px; */
	padding-left: 100px;
}
.footer-b-left1 p,.footer-b-left2 p{
	margin-top: 20px;
	line-height: 10px;
	font-size: 17px;
	font-family: "";
}
.footer-top .top-a{
	color: white;
	font-weight: bold;
	font-size: 24px;
	display: block;
	padding-top: 60px;
	text-decoration: none;
}
.footer-top .top-b{
	color: white;
	font-family: "bodoni mt black";
	font-size: 6px;
	text-decoration: none;
}
.footer-bottom{
	margin-top: 40px;
	padding-left: 100px;
	padding-bottom: 5px;
}
/* 底部2 */
.foot2{
	width: 100%;
	background-color: #eee;
}
.footer2{
	width: 80%;
	margin: auto;
	border: 1px solid #eee;
}
.footer2-bg{
	margin: 60px 200px;
	display: flex;
	
}
.footer2-right{
	padding-left: 200px;
}
}
@media screen and (max-width: 996px) {
	/* 手机端的样式 */
	 .pchead {
	        display: none;
	    }
	    .mbhead {
	        height: 66px;
	        width: 100%;
	        padding: 0 15px;
	        background-color: #fff;
	        box-shadow: 15px -14px 48px 0px rgb(0 0 0 / 10%);
	        display: flex;
	        align-items: center;
	        justify-content: space-between;
	    }
	    .hb img {
	        width: 55%;
	    }
	    .mbnav {
	        width: 100%;
	        background-color: #fff;
	        display: none;
	    }
	    .mbnav ul li a {
	        display: block;
	        text-align: center;
	        height: 40px;
	        line-height: 40px;
	        color: #000;
	        font-size: 16px;
	        font-weight: bold;
			text-decoration: none;
	    }
	/* banner */
		.banner{
			width: 100%;
		}
		.banner img{
			width: 100%;
			margin-top: 5px;
			/* height: 600px;
			margin-top: -15px; */
		}
	/* 内容区1 */
		.mian-a{
			    /* padding-bottom: 20px; */
				text-align: center;
				
			/* 	padding-top: 25px; */
		}
		
		.row-a{
			padding-right: 10px;
			padding-top: 10px;
			padding-bottom: 10px;

			/* float: left; */
			  /* display: flex;
			   flex-wrap: wrap;
			   justify-content: space-around; */
		}
		.mian-a img{
			width: 50%;
			float: left;
			padding-left: 10px;
			padding-bottom: 10px;
		}
		.mian-bb{
			/* width: 100%; */
			width: 143.5px;
			height: 221.25px;
			background-color:#F08519 ;
			padding: 2px 2px; 
			padding-top: 50px;
			display: none;
			margin-left: 10px;
			float: left;
		}
/* 		 .mian-bb a{
			text-decoration: none;
			color: #000000;
			border: 1px solid #000;
			border-radius: 15px;
			padding: 2px 10px; 
			font-size: 10px;
		}
		.mian-bb p{
			font-size: 15px;
		}
		.mian-a:hover>.cp1{
			display: none;
		}
		.mian-a:hover>.mian-bb{
			display: block;
		}

		.mian-bb a:hover{
			text-decoration: none;
			color: white;
			border: 1px solid white;
			border-radius: 10px;
			padding: 2px 10px;
		} */
	/* 内容区2 */
	.jieshao{
		width: 100%;
	}
	.jsrtop{
		width: 96%;
		background-color: darkgrey;
		height: auto;
		padding: 10px 20px;
		margin-left: 10px;
		overflow: hidden;
	}
	.jsleft img{
		width: 100%;
		padding: 5px 10px;
	}
	.intrVideo{
		display: flex;
	}
	video{
		width: 50%;
		height: 252px;
		padding: 10px 10px;
	}
	.jsrtop a{
		float: right;
		text-decoration: none;
		color: #000000;
	}
	.jsrtop a:hover{
		color:#F08519;
		text-decoration: none;
	}
	.clearfix{
		clear: both;
	}
	/* 内容区3 */
.nr3{
	width: 100%;
	background-color: #5F5D5E;
}
.mian-b{
	padding-bottom: 20px;
	text-align: center;
	padding-top: 25px;
	/* margin-left: 40px; */
}
.mian-b p{
	color: white;
}
/* 轮播 */
.add{
	width: 100%;
	overflow: hidden;
	}
.swiper-wrapper{
	width: 100%;
	text-align: center;
} 
/* .swiper-slide{
	border: 1px solid red;
} */
.swiper-slide img{
	width: 8%;
	/* margin-left: 7px; */
}
/* 新闻资讯 */
.container-xw{
	width: 100%;
}
.xq{
	width: 100%;
	/* border: 1px solid red; */
	
}
.col-wx a{ 
	width: 110px; 
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-family: '';
	background-color: #F08519;
	border: 1px solid #F08519;
	border-radius: 15px;
	display: block;
	margin: auto;
	margin-bottom: 20px;
	margin-top: -10px;
	
}
.col-wx a:hover{
	color: #000000;
	text-decoration: none;
}
.col-wx img{
	width: 90%;
	margin-left:10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.col-wx{
	background-color:gainsboro;
	border: 3px solid white;
}
.col-wx h5{
	text-align: center;
	font-weight: bold;
}
.col-wx p{
	margin-top: 20px;
	font-size: 14px;
}
/* 底部 */
.foot{
	width: 100%;
	background-color:#F08519 ;
	color: white;
}
.footer{
	width: 80%;
	margin: auto;
	
}
.footer-b{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
/* .footer-top{
	padding-left: 100px;
} */
.footer-b-left1 p,.footer-b-left2 p{
	margin-top: 20px;
	line-height: 10px;
	font-size: 17px;
	font-family: "";
}
.footer-top .top-a{
	color: white;
	font-weight: bold;
	font-size: 24px;
	display: block;
	padding-top: 60px;
	text-decoration: none;
}
.footer-top .top-b{
	color: white;
	font-family: "bodoni mt black";
	font-size: 6px;
	text-decoration: none;
}
.footer-bottom{
	/* margin-top: 40px;
	padding-left: 100px; */
	padding-bottom: 5px;
}
/* 底部2 */
.foot2{
	width: 100%;
	background-color: #eee;
}
.footer2{
	width: 80%;
	margin: auto;
	border: 1px solid #eee;
}
/* .footer2-bg{
	margin: 60px 200px;
	display: flex;
	
} */
/* .footer2-right{
	padding-left: 200px;
} */
}