
.header-menu-box li:hover .header-menu-list-title,
.header-menu-box li.active .header-menu-list-title,
.header-logo-img:hover .header-logo-en{
	top: -10px;
	transition-delay: 0s;
}
.header-menu-box li:hover .header-menu-list-title-ch,
.header-menu-box li.active .header-menu-list-title-ch,
.header-logo-img:hover .header-logo-ch{
	transform: scale(1);
	transition-delay: .2s;
}

.products-list:hover .products-list-img-mask,
.joint-venture-b-img:hover .products-list-img-mask,
.joint-ventrue-s-img:hover .products-list-img-mask{
	opacity: 0;
}
.products-list:hover .products-list-mask-icon img,
.joint-venture-b-img:hover .products-list-mask-icon img,
.joint-ventrue-s-img:hover .products-list-mask-icon img{
	transform:rotate3d(0,0,0,0deg);
  	transition: all .4s linear;
}
.products-list:hover .products-list-img img,
.joint-venture-b-img:hover> img,
.joint-ventrue-s-img:hover> img{
	transform: scale(1.1);
}
.products-list:hover .products-list-title{
	color: #c90302;
	font-size: 12px;
}
.contact-list a,
.footer-list a,
.footer-list-title a,
{
	transition: all .4s linear;
}
.contact-list a:hover,
.footer-list a:hover,
.footer-list-title a:hover{
	color: #ff4444;
	
}
.contact-list a:hover:before,
.footer-list-title a:hover:before
{
	color: #FFF;
}
