@charset "utf-8";

/* CSS Document */
#vsb_content table {
	border-width: 1px 0px 0px 1px;
	border-right-style: initial;
	border-bottom-style: initial;
	border-right-color: initial;
	border-bottom-color: initial;
	border-image: initial;
	border-left-style: solid;
	border-left-color: rgb(221, 221, 221);
	border-top-style: solid;
	border-top-color: rgb(221, 221, 221);
	width: 100%;
	margin: 20px auto;
}

#vsb_content table tr td {
	border-width: 0px 1px 1px 0px;
	border-left-style: initial;
	border-left-color: initial;
	border-top-style: initial;
	border-top-color: initial;
	line-height: 23px;
	padding: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: rgb(221, 221, 221);
	border-bottom-color: rgb(221, 221, 221);
}

#vsb_content table tr td p {
	text-indent: 0em;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#browser-modal {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
	color: rgb(48, 50, 51);
	position: fixed;
	z-index: 9999;
}

#browser-modal .browser-modal-cover {
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: rgb(17, 17, 17);
	opacity: 0.9;
	z-index: -1;
}

#browser-modal .browser-content {
	width: 700px;
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 80px;
	padding-top: 50px;
	background-color: rgb(255, 255, 255);
	border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo img {
	height: 42px;
	margin: 45px auto 40px;
}

#browser-modal .browser-content .browser-text-title {
	text-transform: uppercase;
	font-size: 24px;
}

#browser-modal .browser-content .browser-text-desc {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 14px;
}

#browser-modal .browser-content .browser-list {
	width: 600px;
	margin: 20px auto;
	height: 130px;
}

#browser-modal .browser-content .browser-item {
	float: left;
	width: 150px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

#browser-modal .browser-content .browser-item .iconfont {
	width: 100px;
	height: 100px;
	margin: 0px auto 10px;
	font-size: 80px;
	line-height: 80px;
}

#browser-modal .browser-content .browser-item .iconchrome {
	background: url("images/bro.png") 0px 0px no-repeat;
}

#browser-modal .browser-content .browser-item .iconfirefox {
	background: url("images/bro.png") 0px -100px no-repeat;
}

#browser-modal .browser-content .browser-item .iconopera {
	background: url("images/bro.png") 0px -200px no-repeat;
}

#browser-modal .browser-content .browser-item .iconEdge {
	background: url("images/bro.png") 0px -300px no-repeat;
}

#browser-modal .browser-content .browser-item a {
	cursor: pointer;
	display: block;
}

#browser-modal .browser-content .browser-item a img {
	display: block;
	margin: 0px auto;
	max-width: 100px;
	width: 100px;
	height: 100px;
}

#browser-modal .browser-content .browser-item a h4 {
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
	font-weight: 700;
}
html{min-width: 1500px;}
.clearfix::after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ".";
	overflow: hidden;
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0;
}

.clearfix {
	display: block;
}



* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif
}

img {
	border: 0
}

a {
	text-decoration: none
}

a:hover {
	text-decoration: underline
}

ul li {
	list-style: none
}

.fr {
	float: right
}

.fl {
	float: left
}

.clr {
	clear: both
}

.line_2 {
	width: 100%;
	height: 2px;
	overflow: hidden;
}

.line_20 {
	width: 100%;
	height: 20px;
	overflow: hidden;
}

.line_21 {
	width: 100%;
	height: 60px;
	overflow: hidden;
}

.line_11 {
	width: 100%;
	height: 11px;
	overflow: hidden;
}

.top {
	width: 1111px;
	height: 94px;
	margin: 0 auto;
	position: relative;
	background: url(images/top_bg.png);
}

.top .tool {
	width: 209px;
	height: 26px;
	font-size: 12px;
	text-align: center;
	line-height: 26px;
	color: #807f7f;
	position: absolute;
	right: 0;
	top: 0px;
	background: url(images/tool_bg.jpg) no-repeat
}

.top .tool a {
	color: #807f7f
}

.menu_box {
	width: 1099px;
	height: 45px;
	border-bottom: 1px solid #e5e5e5;
	background: #b9261e;
	margin: 0 auto;
}

.menu {
	width: 1099px;
	height: 45px;
	margin: 0 auto;
	position: relative
}

.menu .lm {
	width: 120px !important;
	height: 45px;
	float: left;
	position: relative;
}

.menu a {
	width: 76px;
	height: 45px;
	line-height: 42px;
	margin: 0;
	text-align: center;
	color: #ffffff;
	float: left;
	font-size: 15px;
	display: block;
	font-family: "微软雅黑";
}

.menu .lm div {
	width: 45px;
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 100;
	background: #b9261e;
	display: none;
	color: black;
}

.menu .lm div ul li {
	width: 100%;
	text-align: center;
}

.menu .lm div ul li a {
	height: auto;
	min-height: 40px;
	_height: 40px;
	line-height: 40px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #e5e5e5;
}

.time {
	width: 100%;
	height: 50px;
	background: #edeeee;
}

.time_align {
	width: 1150px;
	margin: 0 auto;
	height: 50px;
}

.think {
	line-height: 50px;
	color: #929394;
	font-size: 14px;
	font-family: "微软雅黑";
}

.flash {
	width: 1440px;
	margin: 0 auto;
}

.main {
	width: 1099px;
	margin: 0 auto;
	background: #fff;
}

.more {
	position: absolute;
	right: 5px;
	top: 9px;
	text-indent: 0;
	text-align: left;
}

.more a {
	width: 45px;
	height: 11px;
	background: url(images/more.jpg) no-repeat;
	display: block;
}

.title span {
	color: #fff;
	font-family: 'Arial'
}


/* 左侧 */

.left {
	width: 218px;
	float: left;
	height: 794px;
}

.left .title {
	overflow: hidden;
	font-weight: bold;
	position: relative;
	float: left;
	background: url(images/tit.jpg);
	color: white;
	font-family: '微软雅黑';
	font-size: 23px;
	width: 213px;
	height: 69px;
	line-height: 71px;
	text-indent: 2em;
}

.left .con {
	width: 100%;
	height: 205px;
	float: left;
	color: #595555;
	font-size: 12px;
}

.left .con ul.news_list {
	margin-top: 5px;
}

.left .con table {
	margin-top: 20px;
}

.left .con .input {
	width: 130px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #ACACAC;
	float: left;
	background: none;
	color: #595555
}

.left .con .submit {
	width: 57px;
	height: 24px;
	background: url(images/btn.jpg);
	border: 0;
	cursor: pointer
}

.left .sbl a {
	width: 70px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: left;
	display: block;
	background: url(images/title.jpg);
	margin: 27px 3px 0px 8px;
	color: #fff
}


/* 中间 */

.center {
	width: 430px;
}

.center .title {
	width: 430px;
	height: 32px;
	line-height: 33px;
	overflow: hidden;
	text-indent: 8px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}

.center .title .more a {
	color: #388307
}

.center .title .zxqy {
	width: 93px;
	height: 28px;
	float: left;
	line-height: 36px;
	text-indent: 20px;
	margin-top: 2px;
	overflow: hidden;
	color: #38393a;
	border-bottom: 2px solid #ad0505;
}

.center .con {
	width: 430px;
	height: 205px;
	overflow: hidden;
}

.center .con img {
	margin: 5px 0;
	float: left
}

.center .con .bief {
	width: 255px;
	color: #595555;
	margin: 5px 12px 5px 0;
	font-size: 12px;
	line-height: 25px;
	float: right
}

.center .con ul.news_list {
	width: 98%;
	margin-top: 3px;
}


/* 右侧 */

.right {
	width: 285px;
	float: right;
	overflow: hidden
}

.right .title {
	width: 285px;
	height: 29px;
	line-height: 33px;
	overflow: hidden;
	text-indent: 8px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	position: relative;
	background: url(images/title.jpg);
	float: left
}

.right .con {
	width: 283px;
	height: 204px;
	float: left;
	color: #595555;
	font-size: 12px;
	background: #F7FEF8;
	border: 1px solid #E3F0E5;
	border-top: 0
}

.right .con ul.news_list {
	margin-top: 3px;
}


/* 左侧栏目 */

.left .column {
	height: auto;
	border-left: 11px solid #c83308;
	width: 213px;
}

.left .column ul {}

.left .column ul li {
	height: 53px;
	line-height: 53px;
	border-left: 3px solid #c83308;
	text-indent: 2.5em;
	border-bottom: 1px solid #dddddd;
}

.left .column ul li:hover {
	border-left: 3px solid #fe9f0a;
}

.left .column ul li a {
	color: #41403e;
	font-family: "微软雅黑";
	font-size: 16px;
}

.block {
	width: 100%;
}

.block .picshow {
	width: 100%;
	float: right;
}

.block .con {
	width: 100%;
	height: 166px;
	overflow: hidden;
	float: left;
	margin-top: 2px;
	border: 1px solid #DDE6DE;
	background: #F7FEF8;
	color: #595555;
	font-size: 12px;
}

.block .con .img a {
	display: block;
	float: left;
}

.block .con .img a img {
	border: 1px solid #DCE2DD;
	padding: 2px;
}

.block .con .tit {
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	float: left;
}

.block .con .tit a {
	color: #595555;
	text-decoration: none;
}


/* 内页右侧 */

.right_n {
	width: 863px;
	float: right;
	min-height: 500px;
	_height: 500px;
}

.right_n .title {
	width: 100%;
	height: 52px;
	overflow: hidden;
	line-height: 35px;
	margin-top: 17px;
	font-size: 14px;
	border-bottom: 1px solid #dddddd;
	color: black
}

.right_n .title .biao {
	color: #c83308;
	font-family: "微软雅黑";
	font-size: 26px;
}

.right_n .title .position {
	margin-right: 20px;
	font-size: 12px;
	color: #999999;
	font-family: "微软雅黑";
}

.right_n .title .position a {
	color: black
}

.right_n .con {
	padding: 10px;
	line-height: 25px;
	font-size: 12px;
	color: #595555
}


/* 底部 */

.bottom {
	width: 100%;
	min-height: 80px;
	_height: 80px;
	text-align: left;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	line-height: 100px;
	background: white;
	font-family: "微软雅黑";
}


/* 新闻列表 */

ul.news_list {
	width: 100%;
	margin: 0 auto
}

ul.news_list li {
	width: 100%;
	height: 31px;
	line-height: 33px;
	overflow: hidden;
	font-size: 12px;
	position: relative;
	text-indent: 15px;
	border-bottom: 1px dotted #B3B3B3;
	background: url(images/dot.jpg) 3px center no-repeat
}

ul.news_list li a {
	color: #595555
}

ul.news_list li a:hover {
	text-decoration: underline;
}

ul.news_list li .date {
	width: 90px;
	font-size: 12px;
	height: 25px;
	line-height: 28px;
	overflow: hidden;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	text-indent: 0;
	color: #595555;
	font-family: "宋体"
}


/* 产品列表 */

ul.piclist li {
	margin: 20px 15px 0;
	_margin: 20px 15px 0 7px;
	float: left;
	width: 200px;
}

ul.piclist li a.pic {
	width: 200px;
	height: 150px;
	border: 1px solid #999;
	display: block;
}

ul.piclist li a.txt {
	width: 100%;
	height: 30px;
	line-height: 30px;
	display: block;
	text-align: center;
	font-size: 12px;
	color: #595555
}

ul.piclist li a.txt:hover {
	text-decoration: none
}


/* 分页CSS */

.pg {
	font-size: 12px;
	margin: 20px 0;
	text-align: center;
	width: 100%;
	color: #595555;
}

.pg span {
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	color: #999999;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin: 0 3px;
	padding: 0 5px;
	text-align: center;
}

.pg a {
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	color: #E8D6AE !important;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin: 0 3px;
	padding: 0 5px;
	text-decoration: none;
}

.wjtz {
	width: 360px;
	height: 330px;
	float: left;
	margin-right: 20px;
}

.wjtz ul {
	width: 96%;
	margin: 0 auto;
}

.wjtz ul li {
	height: 40px;
	line-height: 40px;
}

.wjtz ul li .date {
	color: #ffffff;
	font-family: "微软雅黑";
	font-size: 12px;
	background: url(images/dian.jpg) no-repeat;
	width: 7px;
	height: 8px;
}

.wjtz ul li a {
	color: #494948;
	font-family: "微软雅黑";
	font-size: 14px;
	margin-left: 8px;
}

.zdwj {
	width: 390px;
	height: 330px;
	float: left;
	margin-right: 20px;
}

.zdwj ul {
	width: 96%;
	margin: 0 auto;
}

.zdwj ul li {
	height: 40px;
	line-height: 40px;
}

.zdwj ul li .data {
	color: #777574;
	font-family: "微软雅黑";
	font-size: 12px;
	float: right;
}

.zdwj ul li a {
	color: #494948;
	font-family: "微软雅黑";
	font-size: 14px;
	margin-left: 8px;
}


/* 焦点图 */

.focusBox {
	float: left;
	position: relative;
	width: 1099px;
	height: 303px;
	font-family: Arial;
	overflow: hidden;
	text-align: left;
}

.focusBox .pic img {
	width: 1099px;
	heght: 303px;
	display: block;
}


/* Tab切换 */
.slideTxtBox{ float:right;  width:515px; height:286px; overflow:hidden;    text-align:left;  }
.slideTxtBox .hd{ height:35px; line-height:35px;   font-size:14px; }
.slideTxtBox .hd ul{ overflow:hidden; zoom:1;  }
.slideTxtBox .hd ul li{ float:left; }
.slideTxtBox .hd ul li a{ display:block; padding:0 96.6px;color: black; font-family: "微软雅黑";font-size: 16px;background:white;  }
.slideTxtBox .hd ul li a:hover{ text-decoration:none;  }
.slideTxtBox .hd ul li.on a{ background:#b9261e; color:white;  font-family: "微软雅黑";font-size: 16px }
.slideTxtBox .bd{  background: #f3f3f1 }
.slideTxtBox .bd li{ height:35px; line-height:35px;width:90%;margin:0 auto;  }
.slideTxtBox .bd li a{font-family: "微软雅黑";font-size: 14px ;color: #525252}
.slideTxtBox .bd li .date{ float:right; color:#7f7f7f;font-size: 14px;font-family: "微软雅黑"  }


/* Tab2切换 */
.slideTxtBox2{ float:right;  width:515px; height:286px; overflow:hidden;    text-align:left;  }
.slideTxtBox2 .hd{ height:35px; line-height:35px;   font-size:14px; }
.slideTxtBox2 .hd ul{ overflow:hidden; zoom:1;  }
.slideTxtBox2 .hd ul li{ float:left; }
.slideTxtBox2 .hd ul li a{ display:block; padding:0 53px;color: black; font-family: "微软雅黑";font-size: 16px ;background:white; }
.slideTxtBox2 .hd ul li a:hover{ text-decoration:none;  }
.slideTxtBox2 .hd ul li.on a{ background:#b9261e; color:white;  font-family: "微软雅黑";font-size: 16px }
.slideTxtBox2 .bd{  background: #f3f3f1 }
.slideTxtBox2 .bd li{ height:35px; line-height:35px; width:90%;margin:0 auto;}
.slideTxtBox2 .bd li a{font-family: "微软雅黑";font-size: 14px ;color: #525252}
.slideTxtBox2 .bd li .date{ float:right; color:#7f7f7f;font-size: 14px;font-family: "微软雅黑"  }

.cypt{height: 187px;background: white}
.cypt ul li {float: left;padding: 10px 0px 0px 10px;width: 160px;text-indent:1em ;background: url(images/dian.jpg) 10px 20px no-repeat;}
.cypt ul li a{color: #464544;font-size: 14px;font-faily: "微软雅黑"}


.lxwm{height: 187px;background: white}
.lxwm ul li {float: left;padding: 10px 0px 0px 10px;width: 160px;text-indent:1em ;background: url(images/dian.jpg) 10px 20px no-repeat;}
.lxwm ul li a{color: #464544;font-size: 14px;font-faily: "微软雅黑"}