@charset "utf-8";
/* CSS Document */
/* CSS重置 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
	margin: 0;padding: 0;}
body {font-size: 14px;font-family: "微软雅黑",Tahoma, Arial, SimSun, "宋体", "Microsoft YaHei", SimHei, "黑体";
	font-family: 'Franklin Gothic Book';background: #fff;color: #333;-webkit-text-size-adjust: 100%;color: #333;}
fieldset,img {border: 0;vertical-align: middle;}
del,ins {text-decoration: none;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;font-weight: normal;}
q:before,q:after {content: '';}
img{
object-fit: cover;
object-position: center;
}
abbr,acronym {border: 0;font-variant: normal;}
sup {vertical-align: baseline;}
sub {vertical-align: baseline;}
legend {color: #000;}
input,button,textarea,select,optgroup,option {font-family: inherit;font-size: inherit;font-style: normal;outline: none;
}
input,button,textarea,select {*font-size: 100%;}
textarea {resize: none;}
a {text-decoration: none !important;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
/* .clearfix{ display:inline-block;}   */
*html .clearfix {height: 1%;}
.clearfix {*zoom: 1;}
ul,li{list-style:none;}
#vsb_content li{list-style-type: decimal;}
.fl {float: left;}
.fr {float: right;}
.container {width: 1200px;margin: 0 auto;}
/*首页样式*/
.top {
	width: 100%;
	height: 40px;
	line-height: 44px;
	background: url(../img/top_bg.png) repeat-x;
	min-width: 1255px;
	/* max-width: 1920px; */
	margin: auto;
}
.top .welcome {
	font-size: 14px;
	color: #ccc;
	width: 871px;
	font-family: 微软雅黑;
}
.top .rtlinks {
	width: 451px;
	padding-left: 30px;
}
.top .rtlinks ul li {
	float: left;
	font-size: 14px;
	color: #fff1f2;
}
.top .rtlinks ul li.tel {
	background: url(../img/tel.png) no-repeat left center;
	padding-left: 25px;
}
.top .rtlinks ul li.mail {
	background: url(../img/emailbg.png) no-repeat left center;
	padding-left: 20px;
	margin-left: 24px;
	margin-right: 30px;
}
.header {
	width: 100%;
	height: 136px;
	background: url(../img/headerbg.png) repeat-x;
	line-height: 136px;
	min-width: 1255px;
	/* max-width: 1920px; */
	margin: auto;
}

.header .logo {
	text-align: center;
}

.menu {
	height: 50px;
	line-height: 50px;
	width: 100%;
	background-color: #333;
	min-width: 1255px;
	/* max-width: 1920px; */
	margin: auto;
}

.navBar {
	position: relative;
	z-index: 1;
	color: #fff;

}

.nav {

	margin: 0 auto;
	font-family: "Microsoft YaHei", SimSun, SimHei;
}

.nav .m {
	float: left;
	/* position: relative; */
	border-top: 0;
	border-bottom: 0;
	margin-left: -1px;
}

.nav a:hover {
	text-decoration: none;
	color: #fff;
}

.nav h3 {
	float: left;
	font-size: 100%;
	font-weight: normal;
	font-size: 14px;
	overflow: hidden;
	/* position: relative; */
}

.nav h3 a {
	display: block;
	color: #fff;
	padding: 0 40.85px;
	font-family: arial;
	font-size: 16px;
}
.nav .on {
	border-color: #7a0b10;
}
.nav .on h3 a {
	background: #7a0b10;
	color: #fff;
}
.nav .sub {
	 display: none;
	/*默认隐藏*/
	/* width: 290px; */
	padding: 5px 0;
	position: absolute;
	left: 0px;
	top: 50px;
	background: #fff;
}

.nav .sub li {
	vertical-align: middle;
	/* float: left; */
}

.nav .sub li a {
	line-height: 20px;
	padding: 4px 10px;
	display: block;
	background: url() 0 9px no-repeat;
	color: #555;
	font-size: 16px;
}

.nav .sub li a:hover {
	color: #7a0b10;
}
/*.nav .sub li:hover{background:#7a0b10;}*/
.nav .sub li.os{background:#7a0b10;}
/*.nav .sub li:hover a{color:#fff;}*/
.nav .sub li.os a{color:#fff;}