* {
	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:750px;*/
}

/* 内容区*/
.title{
	width: 35%;
	height: 40px;
	background-color: #F08519;
	text-align: center;
	margin: auto;
	padding-top: 8px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 8px 10px;
	color: white;
}
.chanpin{
	width: 1200px;
	margin: auto;
}
.cpnr{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}
.cpnr img{
	width: 100%;
}
.cpnr a{
	display: block;
}
.cpnr li{
	width: 23%;
	height: 2%;

	margin-right:2%;
	margin-bottom: 30px;
 	position: relative; 
}
.cpnr .wz{
	background-color: #F08519;
	padding: 10px 30px;
	text-decoration: none;
	color: white;
	font-size: 16px;
}
.mian-bb{
	width: 100%;
	height: 100%;
	position:absolute;
	top: 0;
	left: 0;
	background-color: #F08519;
	padding-top: 120px;
}
.mian-bb{
	display: none;
}
.cpnr li:hover>.mian-bb{
	display: block;
}
 .mian-bb a{
	width: 40%;
	margin: auto;
	text-decoration: none;
	color: #000000;
	border: 1px solid #000;
	border-radius: 15px;
	padding: 2px 15px;

}
.mian-bb a:hover{
	text-decoration: none;
	color: white;
	border: 1px solid white;
	border-radius: 15px;
	padding: 2px 15px;
}
/* .mian-a{
	padding-bottom: 20px;
	text-align: center;
	padding-top: 25px;
}
.mian-a img{
	width: 228px;
	height: 338px;
	background-color: orange;
}
.row-a{
	display: flex;
}
.mian-bb{
	width: 228px;
	height: 364px;
	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>.gds{
	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;
} 
.gds{
	height: auto;
	border: 1px solid #F08519;
	margin-left: 9px;
	margin-right: 10px;
	background-color: #F08519;
	color: white;
	overflow: hidden;
}*/
/* 底部 */
.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; */
		}
	/* 内容区*/
.title{
	width: 100%;
	height: auto;
	background-color: #F08519;
	text-align: center;
	margin: auto;
	padding-top: 9px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left:10px;
	padding-right: 10px;
	color: white;
}
.chanpin{
	width: 100%;
	margin: auto;
}
.cpnr{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}
.cpnr img{
	width: 100%;
}
.cpnr a{
	display: block;
}
.cpnr li{
	width: 48%;
	height: 2%;
	margin: auto;
	margin-bottom: 30px;
 	position: relative; 
}
.cpnr .wz{
	background-color: #F08519;
	padding: 10px 30px;
	text-decoration: none;
	color: white;
	font-size: 16px;
}
.mian-bb{
	width: 100%;
	height: 100%;
	position:absolute;
	top: 0;
	left: 0;
	background-color: #F08519;
	padding-top: 120px;
}
.mian-bb{
	display: none;
}



/* 底部 */
.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-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{
	padding-bottom: 5px;
}
/* 底部2 */
.foot2{
	width: 100%;
	background-color: #eee;
}
.footer2{
	width: 80%;
	margin: auto;
	border: 1px solid #eee;
}

}