header{
	width: 100%;
	display: block;
	position: fixed;
	top: 0;
	background-color: #FFF;
	z-index: 999;
}
.header-box{
	width: 1840px;
	max-width: 100%;
	display: block;
	margin: 0px auto;
	font-size: 0;
	padding: 10px 0;
}

.logo-box{
	width: 160px;
	max-width: 100%;
	padding-right: 20px;
	display: block;
	float: left;
	vertical-align: middle;
	transition: all .3s linear;
}
.menu-box{
	
	display: block;
	float: right;
	vertical-align: middle;
	position: relative;
	width: calc(100% - 180px);
	transition: all .3s linear;
}
.menu-box:after{
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 2px solid #E50012;
}
.menu-list{
	width: calc(100% - 50px);
	display: inline-block;
	vertical-align: middle;
}
.menu-list li{
	width: calc(100% / 9  - 1px);
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
	box-sizing: border-box;
}

.link-box li{
	width: calc(100% / 3  - 1px);
	max-width: 100%;
	display: inline-block;
	padding: 0 10px;
	box-sizing: border-box;
}

.menu-list a,
.link-box li a
{
	width: 100%;
	display: block;
	position: relative;
}
.header-icon,
.link-icon
{
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
}
.header-icon-hover,
.link-hover-icon
{
	width: 100%;
	display: none;
	position: absolute;
	top: 0;
	z-index: 1;
}

.header-title{
	font-size: 25px;
	font-weight: bold;
	text-shadow: rgb(255,255,255) 0px 0px 2px, rgb(255,255,255) 0px 0px 2px, rgb(255,255,255) 0px 0px 2px, rgb(255,255,255) 0px 0px 2px, rgb(255,255,255) 0px 0px 2px;
	color: #000;
	position: absolute;
	top: 50%;
	z-index: 9;
	left: calc(50% - 52px);

}
.header-title span{
	width: 35px;
	display: block;
	position: absolute;
	right: -15px;
	top: -10px;
}
.link-box{
	display: inline-block;
	vertical-align: middle;
	display: none;
}
.shopping-cart-num{
	width: 20px;
	line-height: 20px;
	font-size: 16px;
	background-color: red;
	text-align: center;
	color: #FFF;
	position: absolute;
	border-radius: 50%;
	top: 10px;
	right: 10px;
	z-index: 99;
}
.language-box{
	width: 50px;
	padding: 0 5px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
}
.language-box li{
	width: 100%;
	display: block;
	margin-bottom: 5px;
}
.rwd-link-icon{
	display: none;
}
.footer-p{
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 1px;
	text-align: center;
	padding: 8px 0;
}


.footer2-box{
	width: 1840px;
	max-width: 100%;
	margin: 0 auto;
	display: block;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 2px solid #E50012;
	font-size: 0;
}

.footer-phone, 
.footer-service-time, 
.footer-link-icon-box{
	width: calc(100% / 3);
	display: inline-block;
	font-size: 20px;
}
.footer-phone, 
.footer-service-time{
	text-align: center;
}
.footer-link-icon-box{
	text-align: right;
}

.footer-link-icon-box a{
	width: 35px;
	max-width: 100%;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.footer-shopping{
	width: 15px;
	height: 15px;
	max-width: 100%;
	display: block;
	position: absolute;
	text-align: center;
	font-size: 12px;
	background-color: #e50012;
	color: #FFF;
	top: 0;
	right: 0;
	border-radius: 50%;
}
.fixd-footer{
	position: fixed;
	width: 100%;
	display: block;
	z-index: 99;
	bottom: 0;
}


/* --------header-------- */
.header2 .logo-box{
	width: 80px;
}

.header2 .header-icon,
.header2 .header-icon-hover, 
.header2 .link-hover-icon,
.header2 .link-icon{
	display: none;
}


.header2 .language-box li{
	width: 50px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
}
.h2-link-icon{
	display: none;
}
.header2 .h2-link-icon{
	width: 50px;
	max-width: 100%;
	display: inline-block;
}
.header2 .menu-box{
	padding: 16px 0;
	text-align: right;
}
.header2 .menu-list{
	width: calc(100% - 250px);
	text-align: right;
	font-size: 0;
}
.header2 .link-box{
	width: 250px;
}
.header2 .language-box{
	width: 250px;
}
.header2 .menu-list li{
	width: 115px;
	text-align: center;
}
.header2 .menu-list li:nth-child(7){
	width: 75px;
	text-align: center;
}
.header2 .menu-list li:nth-child(8){
	width: 75px;
	text-align: center;
}
.header2 .menu-list li:nth-child(9){
	width: 75px;
	text-align: center;
}
.header2 .header-title{
	position: static;
}
.header2 .menu-box{
	width: calc(100% - 120px);
}
.header2 .header-title span{
	right:-2px; 
}
.header2 .shopping-cart-num{
	top: 0;
	right: 0;
}
.header2 .menu-list li:hover .header-icon-hover,
.header2 .link-box li:hover .link-hover-icon,
.header2 .menu-list li.active .header-icon-hover,
.header2 .link-box li.active .link-hover-icon{
	display: none;
}

.header2 .language-box li:nth-child(2){
	margin:  0 20px;
}
.fixd-footer.close .index-products-title:after{
	content: '';
    width: 0px;
    height: 0px;
    margin: 0 auto;
    border-bottom: 15px solid #E50012;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    display: block;
    position: absolute;
    top: calc(50% - 7.5px);
    right: calc(50% - 7.5px);
}

.fixd-footer{
	height: 237px;
	transition: all .3s linear;
}
.fixd-footer.close{
	height: 90px;
	transition: all .3s linear;
}
.fixd-footer.close .index-products-box{
	width: 100%;
	top: 0;
	z-index: 1;

}
.fixd-footer.close .index-products-title,
.fixd-footer.close .index-products-block{
	width: 1840px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	position: relative;
}

.footer1{
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	z-index: 5;
	background-color: #FFF;
}
.footer2{
	width: 100%;
	display: block;
	position: fixed;
	bottom: 0;
	z-index: 5;
	background-color: #FFF;
}

/* hover */
.fixd-footer.close:hover{
	height: 237px
}