.footer {
	background: #2F3236;
}
.footer_top{
	/* display: flex; */
	/* justify-content: space-between; */
	/* align-items: center; */
	padding:30px 15px;
}
.ft_title{
	font-size: 16px;
	color: #ffffff;
}
.ft_tel{
	font-size: 18px;
	color: #E60012;
	margin-top: 20px;
	font-weight: bold;
}
.ft_addr{
	font-size: 12px;
	color: #ffffff;
	margin-top: 8px;
}
.footer_bottom{
	
	border-top: 1px solid #444444;
	text-align: center;
	padding: 15px;
}
.f_ba{
	color: #AAAAAA;
	font-size: 12px;
	line-height: 22px;
}
.f_ba>a{
	color: #AAAAAA;
	font-size: 12px;
	
}
.ft_off{
	font-size: 12px;
	color: #ffffff;
}
.footer_rigth{
	flex-shrink: 0;
	width: 60px;
}
#spinner {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/ajax-loader.gif) 50% 50% no-repeat #fff;
}
.logo_txt {
	font-size: 8px;
	color: #666666;
	text-align: left;
	line-height: 33px;
	font-weight: normal;
	margin-top: 3px;
	float: left;
	padding-left: 10px;
	background: url(../images/20210723040908612.png) no-repeat left -5px;
	overflow: hidden;
}

.logo_txt i {
	font-weight: bold;
	font-size: 11px;
	color: #242424;
	display: block;
	line-height: normal;
	display: flex;
	font-style: normal;
	padding-top: 5px;
	align-items: center;
}
.logo_txt i b {
	color: #e60012;
	font-size: 11px;
}
.header-main{
	position: relative;
}
#header .logo{
	width: 60px;
}
#nav-btn{
	width: 20px;
}
#header .logo{
	display: flex;
	align-items: center;
	justify-content: center;
}
#header img{
	width: 100%;
}
.langu{
	
	position: absolute;
	right: 38px;
	top: 50%;
	transform: translateY(-50%);
}
.nav_rigth{
	float: right;
}
.langu>a{
	/* padding: 5px; */
	width: 26px;
	height:26px;
	line-height: 26px;
	border-radius: 26px;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	margin-right: 6px;
}
.langu>a:first-child{
	background-color: #14126e;
}
.langu>a:last-child{
	background-color: #e60012;
}
.p102-search-1-inp {
	height: 36px;
	background: #fff;
	margin-top: 18px;
	border-radius: 25px;
	position: relative;
	margin-right: 20px;
	margin-left: 20px;
	width:calc(100% - 40px);
}

.p102-search-1-inp:before,
.p102-search-1-inp:after {
	content: '';
	position: absolute;
	width: 80%;
	height: 1px;
	background: #e3e3e3;
	left: 10%;
	z-index: 0
}

.p102-search-1-inp:before {
	top: 0
}

.p102-search-1-inp:after {
	bottom: 0
}

.p102-search-1-inp1 {
	width: calc(100% - 115px);
	height: 34px;
	line-height: 34px;
	color: #999999;
	border: 1px solid #e3e3e3;
	border-right: 0;
	padding: 0 20px;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	float: left
}

.p102-search-1-inp2 {
	width: 66px;
	height: 36px;
	border: 0;
	border-radius: 25px;
	background: url(http://pic20_2.qiyeku.com/qiyeku_pic/2021/3/23/zshuashi/product/product_pic/image/2021_03_31/20210331115642256.png) no-repeat center center #2d3482;
	float: right;
	position: relative;
	z-index: 2;
	cursor: pointer
}
.pro_v_list{
	flex-wrap: wrap;
}
.pro_v_item{
	margin: 8px 0;
}

.img_w {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 25px;
}

.img_w>div {
	margin: 0 10px;
}

.img_w>div>img {
	width: 100px;
}

.dw_bottom {
	position: relative;
}

.dyShow {
	position: absolute;
	bottom: 60px;
	left: -70px;
	z-index: 999;

}

.dy_s {
	background-color: #F5F5F5;
	width: 180px;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 0.4rem;
	z-index: 99;
}

.jt_bootom {
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top-color: #F5F5F5;
	margin: auto;
	margin-top: -1px;
}

.dy_s_img {
	display: inline-block;
	padding: 10px;
	background-color: #ffffff;
	border-radius: 0.4rem;
}

.dy_s_img>img {
	width: 120px;
	height:120px;
}

.dy_t {
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
	text-align: center;
}

.mini_show {
	display: none;
}

.mini:hover .mini_show {
	display: block;
}

.wx_show {
	display: none;
}

.shipin:hover .wx_show {
	display: block;
}

.dy_show {
	display: none;
}

.douying:hover .dy_show {
	display: block;
}
.indexbottomalink{
	overflow: visible;
}
.dy_text{
	overflow: hidden;
	white-space: nowrap;
	
}
.dy_text .dy_t{
	font-size: 12px;
	color: #AAAAAA;
}
#nav-btn{
	margin-left: 8px;
}