﻿/*导航*/
/*子导航*/

/****************20170913_start_#Footer底部统一****************/
#Footer { background: #181c1d; font-size: 12px; color: #FFF; line-height: 20px; padding-bottom: 0px; }
#Footer li, #Footer p { color: #FFF; font-size: 12px; }
#Footer .footBox { max-width: 700px; margin: 0 auto; padding-bottom: 20px; padding-left: 0; padding-right: 0px; padding-top: 20px; }
#Footer .footBox .or_code { width: 130px; float: left; text-align: center; margin-right: 50px; }
#Footer .footBox .or_code img { display: inline-block; width: 80px; height: 80px; padding-top: 5px; }
#Footer .footBox ul { width: 320px; float: left; padding-top: 15px; margin-right: 20px; }
#Footer #CopyRight { text-align: center; background: #000; padding: 20px 0; height: 40px; }
#Footer .footBox:after, .clearfix:after { content: " "; display: block; clear: both; height: 0; }
#Footer .footBox, .clearfix { zoom: 1; }
/****************20170913_end_#Footer底部统一****************/
/****************底部留言板浮框样式_start***************/
.fixbox { bottom: 0; left: 0; width: 100%; height: 70px; line-height: 70px; position: fixed; z-index: 9999; background: rgba(2,2,2,.8); }
.fixbox-main { width: 1000px; margin-left: 4%; }
.fixbox-main p { margin-right: 20px; float: left; font-size: 16px; color: #ffffff; padding: 8px 0 0 3px; line-height: 25px; text-align: center; }
.fixbox-main p span { color: #BF095E; }
.fixbox-main input { float: left; }
.fixbox-main input.text { margin: 20px 10px 0 0; padding-top: 0; width: 150px; height: 30px; line-height: 30px; text-indent: 15px; background: #ffffff; border: none; }
.fixbox-main input.submit { margin-left: 10px; margin-top: 10px; width: 134px; height: 47px; cursor: pointer; background: url("../images/submit.jpg") no-repeat center top; border: none; }
/****************底部留言板浮框样式_end*****************/

/*****--------新版头部结构布局统一样式_201802-------*****/
.fl { float: left; }
.fr { float: right; /*width:auto; */ }
/*#Header*/
#Header { margin: 0 auto; width: 100%; position: relative; min-height:89px; background:#fff; }
#Header .header_main { margin: 0 auto; width: 1000px; height: 57px; }
#Header .logo { margin-top: 10px; }
#Header .logo_text { margin: 7px 0 0 15px; padding-left: 2px; height: 42px; border-left: 1px solid #bababa; }
#Header .logo_text img { margin-top: 1px; }
#Header .logo_text p { color: #222; font-size: 14px; line-height: 20px; margin-left: 18px; }
#Header .phone { margin-top: 7px; }
#Header .phone p { color: #222; font-size: 14px; line-height: 20px; }
/*#TopNav*/
#TopNav {
	position: absolute;
	z-index: 9999;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	/*box-shadow:0 2px 5px rgba(0,154,198,0.96);
	top: 56px; */
}
#TopNav #nav_main {
	width: 1100px; margin: 0 auto; 
}

.sub_nav{
	position:absolute;
	top: 0px;
	left: 0;
	right:0;
	background: #e2006c;
	background: #fff \9;
	filter:alpha(opacity=50);
	-ms-filter:alpha(opacity=50);
	text-align: center;
	height: 32px;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	-o-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);

	z-index: 99999999999;
}
.sub_nav_ul{
	display: inline-block;
	height: 32px;
	line-height: 32px;
}
.sub_nav_ul li{
	display: inline-block;
	text-align: center;
	font-size: 16px;
	float: left;
}
.sub_nav_ul li a{
	color: #fff;
	font-size: 14px;
	padding: 0 10px;
	border-right: 1px solid #fff;
}
.sub_nav_ul li.last a{
	border-right:none;
}
.sub_nav_ul li a:hover{
	background: #fff;
	color: #0195bf;
	border-right:none;
	margin-left: -1px;
}

/*.clearfix*/
#TopNav #nav_main:after, .clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
#TopNav #nav_main, .clearfix { zoom: 1; }
