@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;max-width:100%;max-height:100%;}
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;}

/*抬头*/
.head{
	width: 100%;
	height: 40px;
	background: #333;
}
.head_left{
	width: 50%;
	height: 100%;
	line-height: 40px;
	font-size: 14px;
	color: #dedede;
}
.head_right{
	width: 365px;
	height: 100%;
	background: url(/statics/images/tem/head_phone.png)no-repeat left center;
}
.head_right	a{
	font-size: 14px;
	line-height: 40px;
	padding-left: 40px;
	color: #dedede;
	display: inline-block;
}

/*导航*/
.top{height: 80px;max-width: 1200px;margin: auto;}
.logo{margin-top: 26px;}
.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{margin-right:0px;}
.nav>ul>li{ float: left; display: block;position: relative;padding:0 26px; height:42px;}
.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:#333;}
.NavCeshi > li.navcurrent, .NavCeshi > li:hover {border-bottom:2px #337ebd solid; }
.nav ul li>ul{-webkit-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;position: absolute;width: 210px;border-top: #337ebd 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:-70px;top:35px;}
.nav ul li>ul li>a{background: #337ebd;-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 30px;width: 180px;height: 20px;line-height: 20px;display: block;color: #fff;font-size: 15px;text-align: left;    -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: #0053b9;}
.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:#0053b9;}

/*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:18px; 
	overflow: hidden; 
	font-size:0;
}
.focus .f_btns .btn span {
	display: inline-block;
	width:46px; 
	height: 8px; 
	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:160px;
	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: 160px;
	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{
	width: 100%;
	height: 304px;
	background: #242325;
}
.footer_bg{
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	background: url(/statics/images/tem/footer_bg.png)no-repeat center;
}
.footer_left{
	width: 36%;
	height: 100%;
}
.footer_left p{
	font-size: 14px;
    color: #acacac;
    overflow: hidden;
    line-height: 40px;
    font-weight: bold;
    margin: 56px 0 0 37px;
}
.footer_right{
	width: 400px;
	height: 240px;
	margin-top: 30px;
}
.footer_right p{
	font-size: 20px;
	color: #acacac;
}
.footer_form{
	width: 100%;
	height: 210px;
	margin-top: 15px;
}
.footer_name{
	width: 190px;
	height: 38px;
	background: #3d3d3d;
	border-radius: 8px;
	padding-left: 8px;
	border: 1px solid #3d3d3d;
	color: #acacac;
}
.phone{
	width: 190px;
	height: 38px;
	background: #3d3d3d;
	border-radius: 8px;
	padding-left: 8px;
	border: 1px solid #3d3d3d;
	margin-left: 14px;
	color: #acacac;
}
.messges{
	width:390px;
	height: 114px;
	background: #3d3d3d;
	border-radius: 8px;
	padding-left: 8px;
	color: #acacac;
	border: 1px solid #3d3d3d;
}
.footer_copy{
	width: 100%;
	height: 55px;
	background: #000;
}
.footer_copy p{
	font-size: 14px;
	color: #acacac;
	line-height: 55px;
	float: left;
}
.footer_copy p a{
	font-size: 14px;
	color: #acacac;
	line-height: 55px;
	display: inline-block;
	margin-left: 20px;
}
.footer_copy span{
	font-size: 14px;
	color: #acacac;
	line-height: 55px;
	float: right;
}
.footer_copy span a{
	font-size: 14px;
	color: #acacac;
	line-height: 55px;
	display: inline-block;
}
.footer_copy p a:hover{color: #459be3;}
.footer_copy span a:hover{color: #459be3;}