@charset "utf-8";
/* CSS Document */
/*公共css*/
*{margin: 0px;padding: 0px;}
body{font-size:12px; font-family: "微软雅黑" !important;padding-top: 0px !important;background: #fff;}
div{padding: 0px; margin: 0px;}
span,p{margin: 0px; padding: 0px;}
h1,h2,h3,h4,h5,h6{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;}
table{ width:100%;text-align:center;border-collapse:collapse;border-spacing:0;}
table td{word-break: break-all;word-wrap:break-word;}
from,input,select{margin: 0px; padding: 0px;}
a{text-decoration:none;}
.fl{float: left;}
.fr{float: right;}

/*head*/
.head{
	width: 100%;
	height: 72px;
}
.head_bg{
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.one{
	width:123px ;
	height: 100%;
}
.two{
	width:225px ;
	height: 100%;
}

/*nav*/
.menu_bg{
	width:100%; 
	height: 48px;
	background: #e10002;
}
#menu{
	max-width: 1200px;
	margin: 0 auto;
}
#menu li{
	height:50px; 
	float:left; 
	text-align:center; 
	line-height:48px;
}
#menu li a{
	color:#fff; 
	display:block;
	font-size:16px; 
	/* padding:0px 53px; */
	background: #e10002;
}
#menu li a:hover{
	display:block; 
	font-size:16px; 
	background:#e7e7e7;
	color: #e10002;
}
#menu .cur a{background:#e7e7e7;color: #e10002;}
#menu .no a{
	color:#fff;
	margin-right:1px;
	background:#ee2922;
}
#menu .sddm{
	margin: 0 auto; 
	height:auto; 
	position:relative; 
	z-index:99;
	width:170px;
}
#menu .sddm #m1,#menu .sddm #m4,#menu .sddm #m5{
	visibility: hidden; 
	margin: 0;
	padding: 0;
	position:absolute; 
	left:0px;
	top:47px;
}
#menu .sddm #m2,#menu .sddm #m3,#menu .sddm #m6,#menu .sddm #m7,#menu .sddm #m8{
	visibility: hidden; 
	margin: 0; 
	padding: 0;
	position:absolute; 
	left:0px;
	top:47px;
}
#menu .sddm div a{
	margin: 0; 
	width:168px; 
	padding:0px 0px; 
	color:#e10002; 
	white-space: nowrap; 
	font-size:14px; 
	text-decoration: none; 
	line-height:35px; 
	border:1px solid #e7e7e7; 
	border-top:none; 
	display:block; 
	background:rgba(231,231,231,0.51);
}
#menu .sddm div a:hover{ 
	background:#e7e7e7;  
	font-size:14px; 
	color:#e10002;
}
#menu #m1{
	visibility: hidden;
	margin: 0;
	padding: 0;
	position:absolute; 
	left:-150px; 
	top:47px;
}
#menu .sddm #m2,#menu .sddm #m5,#m6,#m7,#m8{visibility: hidden;}

/*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:14px; 
	overflow: hidden; 
	font-size:0;
}
.focus .f_btns .btn span {
	display: inline-block;
	width:48px; 
	height: 6px; 
	overflow: hidden; 
	margin: 0 5px; 
	background:url(/statics/images/tem/dian.png) no-repeat center; 
	cursor: pointer
}
.focus .f_btns .btn span.cur{
	background:url(/statics/images/tem/yuan.png) no-repeat center;
}
.focus .prev {
	background: url(/statics/images/tem/left.png) no-repeat center;
	position: absolute; 
	top:40%;left:80px;
	width: 40px; 
	height: 60px;
	z-index: 3; 
	cursor: pointer
}
.focus .next {
	background: url(/statics/images/tem/right.png) no-repeat center; 
	position: absolute; 
	top:40%; 
	width: 40px; 
	height: 60px;
	right: 80px;
	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: 260px;
	margin-top: 80px;
	background: #444444;
}
.footer_bg{
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	background: url(/statics/images/tem/footer_bg.jpg)no-repeat center;
}
.footer_left{
	width: 120px;
	height: 160px;
	margin-top: 55px;
}
.footer_left img{
	width: 120px;
	height: 120px;
}
.footer_left p{
	font-size: 14px;
	text-align: center;
	width: 100%;
	height: 34px;
	overflow: hidden;
	color: #fff;
	line-height: 34px;
}
.footer_right{
	width: 852px;
	height: 160px;
	margin-top: 55px;
}
.footer_nav{
	width: 100%;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}
.footer_nav ul{
	width: 100%;
	height: 100%;
	display:flex;
	justify-content:space-between;
}
.footer_nav li a{
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.footer_nav li a:hover{color: #e10002;}
.footer_contact{
	width: 100%;
	height: 86px;
	margin-top: 35px;
}
.footer_contact ul{
	width: 100%;
	height: 54px;
	overflow: hidden;
}
.footer_contact li{
	float: left;
	color: #a6a6a6;
	font-size: 14px;
	line-height: 28px;
}
.footer_contact li p b{
	font-size: 16px;
}
.footer_contact li:first-child{margin-left: 26px;}
.footer_contact li:nth-child(2){margin-left:205px;}
.footer_contact li:last-child{margin-left: 168px;}
.footer_contact{
	color: #a6a6a6;
	font-size: 14px;
	line-height: 36px;
	line-height:72px;
}
.footer_contact a{
	color: #a6a6a6;
	font-size: 14px;
	line-height: 36px;
	line-height: 72px;
	float: right;
}

.link{
	width: 100%;
	height:100%; 
	overflow:hidden!important; 
	background:#323232;
}
.link_bg{
	max-width: 1200px;
	margin: 0 auto;
}
.link_bg li{
	float: left;
	margin: 15px 0 15px 0;
}
.link_bg li p{
	font-size: 14px;
	color: #d7d7d7;
	line-height: 24px;
}
.link_bg li a{
	font-size: 14px;
	color: #d7d7d7;
	margin: 0 10px 0 10px;
	line-height: 24px;
	display: block;
}
.link_bg li a:hover{color: #e10002;}