@import url("/css/css.css");

a{
	color: #333333;
	text-decoration: none;
}
span~a{
	vertical-align: middle;
}
li{
	color: #333333;
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
}
img{
	max-width: 100%;
}
.cf60{
	color: #ff6600;
}

@media (min-width: 1000px) {
	.ph{
		display: none;
	}
}
@media (max-width: 999px) {
	.pc{
		display: none;
	}
	.ph_hide{
		display: none;
	}
}

.czdy,.czdy-hv:hover{
	color: #f00;
}
.bgzdy,.bgzdy-hv:hover,.bgzdy-hv:hover span{
	color: #fff;
	background: #f00;
}

.top{
	height: 30px;
	padding: 0 10%;
	line-height: 30px;
	background: #f4f4f4;
}
.topleft,.topright{
	padding: 0 15px;
}
.top-li{
	position: relative;
	padding-right: 20px;
}
.top-img{
	height: 16px;
	width: auto;
	vertical-align: middle;
	margin-right: 5px;
}
.top-code{
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 91;
	display: none;
}
.top-li:hover .top-code{
	display: block;
}
header{
	position: sticky;
	top: 0;
	width: 100%;
	height: 70px;
	padding: 0 10%;
	background-color: #ffffff;
	box-shadow: 0 3px 3px 0 #eee;
	z-index: 90;
}
.logo{
	height: 90px;
	width: auto;
	padding-left: 15px;
}
.navitem{
	padding: 0 15px;
}
.nav{
	line-height: 70px;
}

.lcbody{
	width: 30px;
	height: 30px;
	position: relative;
	transform: translateZ(0px) rotate(0deg);
	transition: transform 0.4s cubic-bezier(0.4, 0.01, .165, 0.99);
	float: right;
	margin: 20px;
	z-index: 1;
}
.open .lcbody {
	transform: translateZ(0px) rotate(90deg);
	-webkit-transform: translateZ(0px) rotate(90deg);
}
.lcitem{
	position: absolute;
	left: 0;
	top: 0;
	transform: translateZ(0px) rotate(0deg);
	transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
	-webkit-transform: translateZ(0px) rotate(0deg);
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
	width: 30px;
	height: 30px;
}
.open .lcitem {
	transform: translateZ(0px) rotate(45deg);
	transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
	-webkit-transform: translateZ(0px) rotate(45deg);
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
}
.lcitem .rect.topa {
	transform: translate3d(0px, -6px, 0px);
	-webkit-transform: translate3d(0px, -6px, 0px);
}
.lcitem .rect.bottoma {
	transform: translate3d(0px, 6px, 0px);
	-webkit-transform: translate3d(0px, 6px, 0px);
}
.lcitem .rect {
	background: #868686;
}
.lcitem .rect {
	width: 30px;
	height: 2px;
	background: #999999;
	position: absolute;
	left: 0;
	top: 14px;
	transition: transform 0.2s ease 0.2s;
	-webkit-transition: -webkit-transform 0.2s ease 0.2s;
}
.open .lcitem .rect {
	transition: transform 0.2s ease 0s;
	transform: translate3d(0px, 0px, 0px);
	-webkit-transition: -webkit-transform 0.2s ease 0s;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.open .lcitem.bottoma {
	transform: translateZ(0px) rotate(-45deg);
	-webkit-transform: translateZ(0px) rotate(-45deg);
}
.turnr{
	position: absolute;
	top: 15px;
	right: 0;
}
.turnb{
	display: inline-block;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	border-top: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
}

.ads{
	position: relative;
	overflow: hidden;
}
.ads_script{
	height: 200px;
}
.sidebar{
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 45px;
	z-index: 90;
}
.sidebar>.ctb{
	width: 45px;
	height: 45px;
	border-radius: 5px;
	margin-bottom: 1px;
}
.sidebar-news{
	display: block;
	background-color: #6da9de;
}
.sidebar-wx{
	background-color: #78c340;
}
.sidebar-code{
	position: absolute;
	right: 45px;
	display: none;
}
.sidebar-call{
	background-color: #fbb01f;
}
.sidebar-phone{
	position: absolute;
	right: 45px;
	padding: 10px 15px;
	background-color: #ff811b;
	display: none;
}
.sidebar-totop{
	background-color: #666666;
}
.sidebar-wx:hover{
	background-color: #58a81c;
}
.sidebar-call:hover{
	background-color: #ff811b;
}

.house{
	padding: 0 10%;
}
.breadlist li:last-of-type{
	display: none;
}
span.bread{
	padding: 0 10px;
}

footer{
	padding: 30px 10%;
	background-color: #58595b;
}
.bg153{
	background: rgb(153, 153, 153);
}
.footlist{
	display: flex;
	justify-content: space-evenly;
}
.foot-hr{
	border-top: solid 1px #ffffff;
}
.daohang{
	position: relative;
	margin-left: 20px;
}
.kind-nav{
	position: absolute;
	right: 0;
	bottom: 12px;
	height: 70vh;
	background: #ffffff;
	box-shadow: 0 0 10px #ccc;
	overflow: auto;
	display: none;
}
.kind-navlist{
	display: flex;
}
.daohang:hover .kind-nav{
	display: block;
}
.btmsay{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	z-index: 1024;
	display: none;
}
.btmsaybpc{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 500px;
	padding: 30px 25px 15px;
	background: #FFFFFF;
	border-radius: 15px;
	margin: 0 auto;
}
.btmsaybpc p.f30{
	line-height: 42px;
	color: #FF0055;
}
.btmsaybpc p.f25{
	line-height: 40px;
	color: #999999;
}
.btmsaybpc>.b1{
	padding-top: 15px;
}
.btmsaybpc img.lg60{
	width: 60px;
}
.btmsaybpc a{
	position: relative;
	display: block;
	width: 100%;
	padding: 5px 45px;
}
.btmsaybpc a:hover p,.btmsaybpc a:hover div{
	color: #5C5C5C;
}
.btmsaybpc .wxkfcode1{
	position: absolute;
	width: 170px;
	top: -80px;
	right: 110px;
	display: none;
	padding: 10px;
	text-align: center;
	background: #FFFFFF;
	box-shadow: 0 0 5px #999999;
	z-index: 1;
}
.wxkfcode1 p{
	text-align: center;
	margin: 0;
}
.wxkfcode1 img.b1{
	padding: 0 5px;
}
.btmsaybpc .wxkfcode2{
	position: absolute;
	top: 100px;
	left: 15px;
	display: none;
	padding: 10px;
	font-size: 16px;
	background: #FFFFFF;
	box-shadow: 0 0 5px #999999;
	z-index: 1;
}
.btmsayb{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	display: none;
	width: 85%;
	padding: 30px 25px;
	background: #FFFFFF;
	border-radius: 15px;
	margin: 0 auto;
}
.btmsay_closealway{
	position: absolute;
	top: 3px;
	right: 30px;
	padding: 5px 10px;
	background: rgba(0,0,0,.3);
}
.btmsay_closealway>span{
	color: #F0F0F0;
}
.btmsay_close{
	position: absolute;
	top: -12px;
	right: -12px;
	padding: 0 2px;
	background: #FFFFFF;
	border-radius: 100px;
	font-size: 0;
}
.btmsay_close>.fa{
	font-size: 28px;
}
.btmsay_tit{
	font-size: 18px;
	line-height: 2;
	text-align: center;
}
.btmsay_txt{
	font-size: 12px;
	text-align: center;
	color: #999999;
}
.btmsay_btn{
	width: 100%;
	padding: 12px 0 11px;
	text-align: center;
	font-size: 15px;
	color: #FFFFFF;
	background: #CB010B;
	border-radius: 50px;
	margin-top: 30px;
}
.btmsayb .fa-phone{
	font-size: 16px;
	color: #FFFFFF;
}
.bottom{
	padding-bottom: 10px;
	text-align: center;
}
.btm-img{
	height: 40px;
	width: auto;
}

@media (min-width: 1000px){
	
}

@media (max-width: 999px){
	header{
		padding: 0;
	}
	.navb{
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 100px 15px 0;
		background-color: #ffffff;
		z-index: -1;
		display: none;
	}
	.navitem{
		width: 100%;
		border-bottom: solid 1px #ccc;
	}
	.navitem>a{
		display: block;
	}
	.ads{
		height: 200px;
		overflow: unset;
	}
	.ads img{
		height: 200px;
		object-fit: cover;
	}
	footer{
		padding: 30px 0;
	}
	footer>.b4{
		width: 100%;
		padding: 15px;
	}
	footer>.b2{
		width: 100%;
		padding: 6px;
	}
	.footlist .w3{
		width: 50%;
		padding: 10px 6px;
	}
	footer>.b1{
		padding: 0 15px;
	}
}