@charset "utf-8";
/* CSS Document */
*{margin: 0px;padding: 0px;}
body{font-size:12px;background: #fff;font-family: "微软雅黑","Arial" !important;min-width:1200px;}
div{padding: 0px; margin: 0px;}
span,p{margin: 0px; padding: 0px;}
img{margin: 0px; padding: 0px;}
dl,dt,dd,ol,ul,li{margin: 0px; padding: 0px; list-style: none;}
img{border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;}
from,input,select{margin: 0px; padding: 0px;}
a{text-decoration:none;color: #333;}
.fl{float: left;}
.fr{float: right;}
.all_bg{max-width: 1200px;height: 100%;margin: 0 auto;width:1200px;}
.clear{clear: both;}
.animated {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}

/*抬头*/
.head{
	width: 100%;
	height: 40px;
}
.head_bg{
	height: 86%;
	margin: 0 auto;
	width:1200px;
}
.head_left{
	width: 50%;
	height: 100%;
	line-height: 40px;
	font-size: 14px;
	color: #666;
}
.head_right{
	width: 294px;
	height: 100%;
}
.head_right	a{
	font-size: 14px;
	line-height: 40px;
	padding-left:26px;
	color: #666;
	display: inline-block;
	background:url(/statics/images/tem/top_alibaba.png)no-repeat left center;
	float: left;
}
.head_right	p{
	font-size: 14px;
	line-height: 40px;
	padding-left:20px;
	color: #666;
	background:url(/statics/images/tem/top_phone.png)no-repeat left center;
	float: right;
}
.head_right	a:hover{color: #e62129;}

/*导航*/
.top{
	height: 90px;
	max-width: 1200px;
	margin: auto;
}
.logo{margin-top:10px;}
.name{
	width: 200px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
	color: #e71f18; 
	font-weight:bold; 
	background: #eee;
	border-radius: 50px;
	margin-top: 42px;
	margin-left: 20px;
}
.nav{padding-top: 36px;}
.nav>ul>li{
	float: left; 
	display: block;
	position: relative;
	padding:0 30px; 
	height:42px;
}
#Zz5{padding:0 0 0 30px!important;}
.nav ul li>a{ 
	display: block; 
	line-height: 20px; 
	color: #333; 
	font-size: 17px;
	text-align: center; 
	position: relative; 
	z-index: 3333;
}
.nav ul li a span{
	display: block; 
	font-size:12px; 
	color:#999; 
}
.nav ul li:after,.nav ul li:after{
	content: ''; 
	display: block;
	width: 100%; 
	height: 38px; 
	position: absolute;
	top:0px;
	left: 0; 
	opacity: 0;
	filter: alpha(opacity=0); 
	-webkit-transition:0.3s all ease-in-out; 
	transition:0.3s all ease-in-out;
	border-radius: 50px;
	z-index: 2222;
}
.nav ul li.navcurrent:after,.nav ul li:hover:after{ 
	opacity: 1;
	filter: alpha(opacity=100); 
	top: 0;
}
.NavCeshi > li.navcurrent > a, .NavCeshi > li:hover > a {
	margin: 0 auto;
	color:#e62129;
}
/*.NavCeshi > li.navcurrent, .NavCeshi > li:hover {border-bottom:2px #e62129 solid; }*/
.nav ul li>ul{
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	position: absolute;width: 180px;
	border-top: #e62129 3px solid;
	opacity: 0;visibility: hidden;
	transform: translate3d(26px, 10px, 0px);
	-moz-transform: translate3d(26px, 10px, 0px);
	-webkit-transform: translate3d(26px, 10px, 0px);z-index: 9999;
	left:-54px;
	top: 38px;
}
.nav ul li>ul li>a{
	background: #e62129;
	-webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
	box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
	padding: 14px 0 14px 0;
	width: 180px;
	height: 20px;
	line-height: 20px;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;  
	-webkit-transition: none ease-out .3s;   
	transition: none ease-out .3s;   
	-webkit-transition-property: color, background, text-indent, opacity;   
	transition-property: color, background, text-indent, opacity;
}
.nav ul li>ul li>a:hover{
	background: #fff; 
	text-indent: 10px;
	color: #333;
}
.nav ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	transform: translate3d(26px, -6px, 0px);
	-moz-transform: translate3d(26px, -6px, 0px);
	-webkit-transform: translate3d(26px, -6px, 0px);
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
	-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.nav ul li ul li{ position: relative;}
.nav ul li ul li div{
	position: absolute; 
	top:0; 
	left:210px;
	opacity: 0;
	background:#fff;
}
.nav ul li>ul li:hover div{opacity: 1;}
.nav ul li ul li div a{
	display:none; 
	width:120px; 
	float:left;
	text-align:center; 
	line-height:62px;
}
.nav ul li>ul li:hover div a{display:block; }
.nav ul li>ul li:hover div a:hover{
	background:#eee; 
	color:#333;
}

/*banner*/
#flash_bg{
	width:100%; 
	margin:0 auto;
}
.focus{
	width:100%;
	position: relative; 
	left:0;
	overflow:hidden;
}
.jqfocus ul,.jqfocus li{
	list-style:none;
	padding:0;
	margin:0;
	width: 100%;
	height: 100%;
}
.jqfocus li{display: none}
.focus .bg {
	position: absolute;
	width:100%; 
	height: 30px; 
	left: 0; bottom: 0; 
	opacity: 0.5; 
	filter: alpha(opacity=50); 
	z-index: 1; background:none;
}
.focus .f_btns{
	position: absolute; 
	width: 100%; 
	height:30px;
	line-height:30px;
	left: 0; bottom: 20px;
	text-align: center; z-index: 2
}
.focus .f_btns h2 {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}
.focus .f_btns h2 a{color: #fff;}
.focus .f_btns h2 a:hover{text-decoration: none}
.focus .f_btns .btn{
	text-align: center;
	height:20px; 
	overflow: hidden; 
	font-size:0;
}
.focus .f_btns .btn span {
	display: inline-block;
	width:16px; 
	height: 16px; 
	overflow: hidden; 
	margin: 0 10px; 
	background: url(/statics/images/tem/dian.png) no-repeat; 
	cursor: pointer
}
.focus .f_btns .btn span.cur{
	background: url(/statics/images/tem/yuan.png) no-repeat;
}
.focus .prev {
	background:url(/statics/images/tem/left.png) no-repeat;
	position: absolute; 
	top:45%;
	left:5%;
	width: 40px; 
	height: 60px;
	z-index: 3; 
	cursor: pointer
}
.focus .next {
	background:url(/statics/images/tem/right.png) no-repeat; 
	position: absolute; 
	top:45%; 
	width: 40px; 
	height: 60px;
	right:5%;
	z-index: 3;
	cursor: pointer;
}
.jqfocus ul li a{
	width:100%;
	height: 100%;
	display:block;
}
.jqfocus ul li a img{
	width:100%;
	height: 100%;
}

/*footer*/
.footer{
	width: 100%;
	height: 280px;
	background: #121212;
	margin-top: 30px;
}
.footer_left{
	width: 135px;
	height: 100%;
}
.footer_left a{
	width: 100%;
	height: 100%;
	display:block;
}
.footer_left a img{
	margin-top: 30px;
	max-height: 100%;
	max-width: 100%;
}
.footer_right{
	width: 1025px;
	height: 100%;
}
.footer_top{
	width: 100%;
	height: 63px;
	border-bottom: 1px solid #303030;
}
.footer_top ul{
	width: 100%;
	height: 100%;
}
.footer_top ul li{
	float: left;
	margin-right:60px;
	line-height: 63px;
}
.footer_top li a{
	color: #9a9a9a;
	font-size: 16px;
}
.footer_bottom{
	width: 100%;
	height: 135px;
	margin-top: 30px;
}
.footer_top li a:hover{color: #e62129;}
.footer_font{
	width: 650px;
	height: 100%;
}
.footer_font p{
	font-size: 14px;
	color: #9a9a9a;
	line-height: 30px;
}
.footer_font p a{
	color: #9a9a9a;
}
.footer_ewm{
	width: 290px;
	height: 100%;
}
.footer_font p a:hover{color: #e62129;}
.footer_ewm ul{
	width: 100%;
	height: 100%;
}
.footer_ewm li{
	float: left;
	margin-right: 28px;
	width: 130px;
}
.footer_ewm li img{
	width: 130px;
}
.footer_ewm li:last-child{margin-right: 0;}
.footer_ewm li p{
	font-size: 14px;
	color: #9a9a9a;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}