@charset "utf-8";
@import '/frame/iconfont/iconfont.css';

.cfff{
	color: #fff;
}
/* head */
.head{
	position: fixed;
	top: 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 70px;
	padding: 0 5%;
	z-index: 100;
}
.head.headbg{
	background: #fff;
	box-shadow: 0 0 10px 0 #e5e5e5;
}
.head.headbg .navtxt{
	color: #333;
}
/* nav */
.nav{
	width: max-content;
	height: 100%;
}
.navlist{
	width: max-content;
	height: 100%;
}
.navitem{
	position: relative;
	display: inline-flex;
	align-items: center;
	width: max-content;
	height: 100%;
	padding: 0 20px;
	background-size: 0;
}
.navtxt{
	display: block;
	color: #fff;
	font-weight: bold;
}
.navs{
	position: absolute;
	top: 70px;
	padding: 15px 0;
	background: #FFFFFF;
	border-radius: 3px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
	display: none;
}
.navslist{
	width: max-content;
	padding: 10px 20px;
	float: left;
}
.navs-list{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	padding: 0;
}
.navsitem{
	width: max-content;
	background-size: 0;
}
.navstxt{
	display: block;
	padding: 0 10px;
	font-weight: bold;
	line-height: 50px;
}
/* logo */
.logobox{
	position: relative;
	padding: 0 20px;
}
/* search */
.searchbtn{
	position: absolute;
	top: 50%;
	right: 100%;
	transform: translateY(-50%);
	width: max-content;
	padding: 10px 20px;
	background: rgba(0,0,0,.2);
	border-radius: 100px;
	cursor: pointer;
}
.searchbtn:hover{
	background: #FFFFFF;
}
.searchbtn:hover>span{
	color: #ED010D;
}
.searchbtn>span{
	padding: 0 3px;
	color: #FFFFFF;
}
.searchformbg{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 70px 10%;
	background: rgba(0,0,0,.3);
	display: none;
	z-index: 10;
}
.searchformb{
	position: relative;
	width: 100%;
	padding: 30px 5%;
	background: #FFFFFF;
}
.searchform{
	width: 100%;
}
.searchformclose{
	position: absolute;
	top: 30px;
	right: 5%;
	width: 30px;
	height: 30px;
}
.searchform .tl{
	text-align: left;
}
.searchclk.is{
	background: #ED010D;
}
.searchclk.is>span{
	color: #FFFFFF;
}
.searchform .tl>.m{
	padding: 8px 16px;
}
.searchform input.b_6,.searchform button.b6{
	border: solid 2px #ED010D;
	padding: 8px 10px;
}
.searchform button.b6{
	color: #FFFFFF;
	background: #ED010D;
}
.searchform input:focus-visible{
	outline: none;
}
.inputb{
	position: relative;
}
.searchs{
	position: absolute;
	top: 40px;
	background: #EEEEEE;
}
.searchs>div{
	width: 30em;
	padding: 5px;
	font-size: 14px;
	text-align: left;
}
.searchs>div:hover{
	background: #F5F5F5;
}
.swiper-container{
	min-height: 70px;
}

.crumb>li{
	width: max-content;
	padding: 0 5px;
	font-size: 12px;
	float: left;
}
.crumb>li.k{
	padding-left: 10px;
}
.crumb>li.v+li.v::before{
	padding-right: 5px;
	color: #999999;
	content: "/\00a0";
}

.sidebar{
	z-index: 1;
}
.kefu-box{
	position: absolute;
	right: 0;
	bottom: 215px;
	width: 60px;
	height: 60px;
}
.kefu-bg{
	position: relative;
	width: 100%;
	height: 100%;
}
.kefu-bg:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 0, 0, .5);
	border-radius: 50px;
	animation: huxi 2s infinite;
}
.kefu{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 12px;
	line-height: 1;
	background: #fff;
	border: solid 1px #f00;
	border-radius: 50px;
}
.kefu-txt{
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 5px 3px;
	font-size: 0;
	background: #f00;
	line-height: 1;
	border-radius: 50px;
}
.f32{
	font-size: 32px;
}
@keyframes huxi{
	0%,100%{
		transform: scale(1);
		opacity: .7;
	}
	50%{
		transform: scale(1.2);
		opacity: .3;
	}
}
#erweima{
	z-index: 1;
}

@media(min-width: 1000px) {
	.ph{
		display: none!important;
	}
	.navitem:hover .navs{
		display: flex;
	}
	.navtxt:hover{
		color: #fff;
	}
}

@media(max-width: 1400px) {
	.head{
		padding: 0 50px;
	}
	.navitem,.logobox{
		padding: 0 10px;
	}
}

@media(max-width: 1200px) {
	.head{
		padding: 0 20px;
	}
}

@media(max-width: 999px) {
	.head{
		height: 55px;
		padding: 0;
	}
	.menu{
		display: flex;
		align-items: center;
		height: 55px;
		padding: 0 12px;
	}
	.menu .icon-menu{
		font-size: 36px;
		color: #555;
	}
	.logobox{
		padding-right: 0;
	}
	.logo{
		height: 68px;
	}
	.nav{
		position: fixed;
		top: 0;
		right: 100%;
		bottom: 0;
		width: 100%;
		background: rgba(0, 0, 0, .5);
		overflow-y: auto;
		opacity: 0;
		transition: opacity 500ms;
	}
	.nav.on{
		right: 0;
		opacity: 1;
	}
	.navlist{
		position: absolute;
		right: 100%;
		width: 70%;
		height: auto;
		min-height: 100%;
		padding-bottom: 100px;
		background: #fff;
		transition: right 500ms;
	}
	.nav.on>.navlist{
		right: 30%;
	}
	.zidingyi{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 170px;
		background-image: url(/shoang/chan/cai.jpg);
		background-size: cover;
	}
	.navitem{
		flex-wrap: wrap;
		width: 100%;
		height: auto;
		padding: 0;
		background-position: 12px 10px;
	}
	.navitem,.navsitem{
		background-repeat: no-repeat;
		background-size: 25px;
		border-top: solid 1px #e5e5e5;
	}
	.navlist>.navitem:last-of-type{
		border-bottom: solid 1px #e5e5e5;
	}
	.navtxt,.navstxt{
		display: block;
		width: 100%;
		padding-left: 45px;
		font-size: 16px;
		color: #555;
		font-weight: 500;
		line-height: 45px;
	}
	.navs{
		position: static;
		display: block;
		width: 100%;
		padding: 0;
		box-shadow: none;
	}
	.navslist{
		width: 100%;
		padding: 0;
	}
	.navs-list{
		display: block;
	}
	.navsitem{
		width: 100%;
	}
	.lv2{
		background-position: 37px 10px;
	}
	.lv2>.navstxt{
		padding-left: 70px;
	}
	.lv3{
		background-position: 62px 10px;
	}
	.lv3>.navstxt{
		padding-left: 95px;
	}
	.searchformbg{padding: 70px 15px;}
	.searchformb{padding: 30px 15px;}
	.searchformclose{
		top: 5px;
		right: 5px;
	}
	.searchform .tl>.m{
		padding: 2px;
	}
	.searchform .tl>.m>span{
		font-size: 12px;
	}
	.searchform .b_6{width: 75%;}
	.searchform .b6{width: 25%;}
}