@charset "utf-8";
/* Css Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img {
	padding: 0;
	margin: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var, i {
	font-weight: normal;
	font-style: normal;
}
ol, ul, li {
	list-style: none;
}
div, dl, dt, dd, ol, ul, li {
	zoom: 1;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
	font-family: "微软雅黑";
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
/* Public */
html {
	width: 100%;
}
body {
	width: 100%;
	color: #555;
	font: 14px/30px "微软雅黑";
	-webkit-text-size-adjust: none;
}
a {
	color: #555;
	text-decoration: none;
	outline: none;
	font-family: "微软雅黑";
	transition: all 0.5s;
}
a:hover {
	color: #c0130d;
	transition: all 0.5s;
}
.fl {
	float: left !important;
}
.fr {
	float: right !important;
}
.mab {
	margin-bottom: 10px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfloat {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}
.hdp {
	width: 620px;
	float: left;
}
.mainContent {
	width: 620px;
	float: left;
	box-sizing: border-box;
}
.side {
	width: 510px;
	float: right;
}
.h-more {
	float: right;
	line-height: 40px;
	color: #555;
}
.ny-l {
	float: left;
	width: 220px;
}
.ny-r {
	float: left;
	width: 860px;
	margin-left: 28px;
	background: #fff;
	border: 1px solid #f5f5f5;
	padding: 20px;
	height: auto;
	min-height: 800px;
	_height: 800px;
}
.multipleColumn {
	position: relative;
	width: 1190px;
}
.multipleColumn .hd {
}
.multipleColumn .prev, .multipleColumn .next {
	position: absolute;
	left: 0px;
	top: 90px;
	display: block;
	width: 18px;
	height: 28px;
	overflow: hidden;
	background: url(dsdx-jtl.png) no-repeat;
	cursor: pointer;
	z-index: 9999;
}
.multipleColumn .next {
	background: url(dsdx-jtr.png) no-repeat;
	cursor: pointer;
	left: auto;
	right: 0px;
}
.multipleColumn .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}
.multipleColumn .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
}
.multipleColumn .hd ul li.on {
	background-position: 0 0;
}
.multipleColumn .bd {
	padding: 0px 0px 15px;
	overflow: hidden;
}
.multipleColumn .bd ul {
	overflow: hidden;
	zoom: 1;
	width: 1190px;
	_display: inline;
	margin-top: 15px;
	margin-left: 10px;
}
.multipleColumn .bd ul li {
	margin: 5px 9px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.multipleColumn .bd ul li .pic {
	text-align: center;
}
.multipleColumn .bd ul li .pic img {
	width: 275px;
	height: 150px;
	display: block;
}
.multipleColumn .bd ul li .pic a:hover img {
}
.multipleColumn .bd ul li .title {
	line-height: 24px;
}
/* 焦点图 */
.focusBox {
	float: left;
	position: relative;
	width: 620px;
	height: 400px;
	margin-bottom: 10px;
	overflow: hidden;
	font-family: Arial;
	text-align: left;
	background: #fff;
}
.focusBox .pic img {
	width: 620px;
	height: 400px;
	display: block;
}
.focusBox .txt-bg {
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 36px;
	width: 100%;
	background: #333;
	filter: alpha(opacity=40);
	opacity: 0.4;
	overflow: hidden;
}
.focusBox .txt {
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 36px;
	width: 100%;
	overflow: hidden;
}
.focusBox .txt li {
	height: 36px;
	line-height: 36px;
	position: absolute;
	bottom: -36px;
}
.focusBox .txt li a {
	display: block;
	color: white;
	padding: 0 0 0 10px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.focusBox .num {
	position: absolute;
	z-index: 3;
	bottom: 8px;
	right: 50px;
}
.focusBox .more {
	position: absolute;
	right: 10px;
	display: block;
	height: 26px;
	line-height: 26px;
	color: #fff;
	z-index: 99;
	width: 30px;
	bottom: 5px;
}
.focusBox .num li {
	float: left;
	position: relative;
	width: 18px;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
	text-align: center;
	margin-right: 1px;
	cursor: pointer;
}
.focusBox .num li a, .focusBox .num li span {
	position: absolute;
	z-index: 2;
	display: block;
	color: white;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
}
.focusBox .num li span {
	z-index: 1;
	background: black;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.focusBox .num li.on a, .focusBox .num a:hover {
	background: #ca1e1a;
}
.ny-news {
	width: 100%;
	margin: 25px auto;
	height: 80px;
	background: #fff;
	border: 1px solid #f1f1f1;
	display: block;
}
.ny-newsl {
	float: left;
	width: 120px;
	height: 60px;
	text-align: center;
	color: #bf1921;
	display: block;
	padding: 10px;
	padding-right: 0px;
}
.rq1 {
	font-size: 36px;
	font-weight: bold;
	display: block;
	line-height: 40px;
}
.rq2 {
	font-size: 16px;
}
a:hover.ny-news .ny-newsl {
	background: #bf1921;
	color: #fff;
}
.ny-newsr {
	height: 60px;
	margin: 10px;
	border-left: 1px solid #f1f1f1;
	display: block;
	float: left;
	margin-left: 0px;
	padding-left: 30px;
}
.ny-newsr h2 {
	font-weight: bold;
	font-size: 20px;
	line-height: 34px;
	color: #5B5B5B;
}
.ny-newsr p {
	color: #ACACAC;
}
a:hover.ny-news .ny-newsr h2, a:hover.ny-news .ny-newsr p {
	color: #bf1921;
}
.h-news {
	width: 95%;
	margin: 20px auto;
}
.h-newst1, a:hover.h-newst1 {
	font-size: 22px;
	font-weight: bold;
	color: #d71d1b;
	padding-left: 50px;
	line-height: 50px;
}
.h-news li {
	line-height: 34px;
	height: 34px;
	background: url(dsdx-dot.png) no-repeat 0px 13px;
	padding-left: 20px;
}
.h-news li .date {
	float: right;
}
.h-newsk {
	width: 575px;
	float: left;
}
.h-newsk1 {
	width: 545px;
	float: right;
}
.h-newstk {
	background: url(dsdx-ht1.png) no-repeat left;
	height: 50px;
}
.h-newstk1 {
	background: url(dsdx-ht2.png) no-repeat left bottom;
	height: 47px;
	width: 98%;
	margin: 20px auto;
}
.ny-lt{width:168px; height: 80px; color:#fff; font-size: 26px; text-align: center; background: #f20000 url(dsdx-dx.png) no-repeat left; padding-left:50px; border:1px solid #f1f1f1;
	line-height: 80px; font-weight: bold;}
.h-tit {
	text-align: center;
	margin: 0px auto 20px;
	padding-top: 10px;
	display: block;
	height: 40px;
	widht: 1190px;
	background: url(dsdx-ht3.png) no-repeat center;
	text-align: center;
	font-size: 26px;
	color: #d71d1b;
	font-weight: bold;
}
.cor-bai {
	color: #fff;
}
.content1 {
	background: url(dsdx-bg1.jpg) no-repeat top center;
	height: 860px;
	padding: 30px 0px;
}
.content2 {
	background: url(dsdx-jsk.jpg) no-repeat top center;
	height: 305px;
}
.content3 {
	height: 600px;
	background: url(dsdx-bg2.jpg) no-repeat center;
}
.mt0 {
	margin-top: 0px;
}

.wz {
	float: left;
	padding-left: 20px;
	line-height: 50px;
}
.wznow {
	font-weight: bold;
	font-size: 18px;
	color: #007fd3;
}
.wznk {
	width: 1100px;
	margin: 0 auto;
	color: #fff;
	padding: 10px 45px;
}
.ny-nav {
	width: 218px;
	border: 1px solid #f5f5f5;
	border-top: 5px solid #bf1921;
	background: #fff;
}
.ny-nav li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #f5f5f5;
}
.ny-nav li a {
	display: block;
	height: 40px;
	line-height: 40px;
	width: 218px;
	font-size: 18px;
	text-align: center;
	color: #555;
}
.ny-nav li a:hover {
	color: #fff;
	background: #bf1921;
	border-radius: 0px;
}
.ny-piclist {
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
}
.ny-piclist li {
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}
.ny-piclist li .ny-pick {
	width: 380px;
	display: block;
	overflow: hidden;
	box-shadow: #999 0px 0px 5px;
}
.ny-piclist li a {
	width: 360px;
	height: 300px;
	text-align: center;
	display: block;
	overflow: hidden;
}
.ny-piclist li a p {
	height: 35px;
	line-height: 35px;
}
.ny-piclist li a:hover {
	text-decoration: none;
}
.ny-piclist li a img {
	width: 360px;
	height: 245px;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.6s;
	display: block;
}
.ny-piclist li a:hover img {
	transform: scale(1.1);
	width: 360px;
	height: 245px;
	overflow: hidden;
	display: block;
}
/* hd css */
.cf-js {
	margin-top: 15px;
	font-size: 18px;
	line-height: 36px;
}
.cf-more {
	width: 160px;
	height: 36px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	display: block;
	border: 1px solid #fff;
	float: right;
	line-height: 36px;
	border-radius: 3px;
	margin-right: 20px;
	margin-top: 15px;
	transition: all 0.6s;
}
.js-rk {
	float: left;
	margin-left: 30px;
	margin-top: 70px;
}
a.js-btn {
	width: 146px;
	background: url(dsdx-jsq.png) no-repeat;
	height: 146px;
	float: left;
	margin-left: 30px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}
a:hover.js-btn img {
	transform: rotateY(180deg);
	transition: all 0.6s;
}
a:hover.js-btn {
	color: #fff;
}
.js-btn img {
	margin: 25px auto 10px;
	width: 60px;
	height: 60px;
	transition: all 0.6s;
}
a:hover.cf-more {
	background: #fff;
	color: #d71d1b;
	transition: all 0.6s;
}
.js-lk {
	float: left;
	width: 740px;
	color: #fff;
}
.js-tit {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 45px;
	height: 45px;
	padding-top: 20px;
}
/* gd ss */
.picMarquee-left {
	width: 99%;
	overflow: hidden;
	position: relative;
	margin: 20px auto;
}
.picMarquee-left .bd {
	padding: 10px;
	text-align: center;
}
.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
	text-align: center;
}
.picMarquee-left .bd ul li {
	margin: 0 15px;
	float: left;
	display: inline;
	overflow: hidden;
	text-align: center;
}
.picMarquee-left .bd ul li .pic {
	text-align: center;
}
.picMarquee-left .bd ul li .pic img {
	width: 320px;
	height: 220px;
	display: block;
	transition: all 0.5s;
	box-shadow: #999 0px 0px 8px;
}
.picMarquee-left .bd ul li .pic a:hover img {
	transform: scale(0.92);
	transition: all 0.5s;
}
.picMarquee-left .bd ul li .title {
	line-height: 36px;
}
.con1190 {
	width: 1190px;
	margin: 0 auto;
}
.h-newsk {
	width: 575px;
	float: left;
}
.h-newst {
	font-size: 24px;
	font-weight: bold;
	color: #e60012;
	padding-left: 58px;
	line-height: 47px;
}
.fl-r {
	float: right;
}
.mt10 {
	margin-top: 10px;
}
.con-l {
	width: 800px;
	float: left;
}
.con-r {
	float: right;
	width: 340px;
}
.siteWidth {
	width: 1190px;
	margin: 0 auto;
	box-sizing: border-box;
}
.column {
	overflow: hidden;
	margin-bottom: 10px;
}
/* 导航 */
#header {
	width: 100%;
	margin: 0 auto;
}
.logoBar {
	height: 180px;
	width: 100%;
	background: #c0130d url(dsdx-top.jpg) no-repeat center;
}
.logo {
	display: block;
	float: left;
	width: 647px;
	height: 112px;
	margin-top: 25px;
}
.menuk {
	width: 100%;
	height: 50px;
	background: #c0130d;
	border-top: 1px solid #e16661;
}
.navBar {
	position: relative;
	z-index: 1;
	color: #fff;
	height: 50px;
	line-height: 50px;
	width: 1190px;
	margin: 0 auto;
}
.nav {
	font-family: "Microsoft YaHei", "微软雅黑";
}
.nav .m {
	float: left;
	position: relative;
	border-top: 0;
	border-bottom: 0;
}
.nav a:hover {
	text-decoration: none;
	background: #8c110d;
	color: #fff;
}
.nav h3 {
	float: left;
	font-size: 100%;
	font-weight: normal;
	font-size: 18px;
	height: 50px;
	overflow: hidden;
}
.nav h3 a {
	display: block;
	color: #fff;
	width: 131px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.nav .on {
}
.nav .on h3 a {
	color: #fff;
	text-align: center;
}
.nav .sub {
	display: none; /*默认隐藏*/
	width: 121px;
	padding: 5px 5px;
	position: absolute;
	top: 50px;
	background: #8c110d;
}
.nav .sub li {
	vertical-align: middle;
}
.nav .sub li a {
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	display: block;
	color: #fff;
	text-align: center;
}
.nav .sub li a:hover {
	color: #fff;
	background: #c0130d
}
.nav #m7 h3 a {
}
/* content */

.hdp {
	width: 620px;
	float: left;
}
.mainContent {
	width: 620px;
	float: left;
	box-sizing: border-box;
}
.side {
	width: 510px;
	float: right;
}
.tel {
	float: right;
}
/* 图片滚动 */

/* footer */
.footer {
	text-align: center;
	color: #fff;
	background: #c0130d;
	width: 100%;
	height: 50px;
	line-height: 50px;
}
.footerwz{
	width: 1200px;
	margin: 0 32%;
}
.footerwz p{
	float: left;
	margin-right: 30px;
}
.h10 {
	height: 10px;
}
.riqi {
	float: right;
	font-size: 14px;
	color: #939393;
}
/* other */
.ttk {
	width: 1190px;
	margin: 20px auto;
	background: #ffe6ba;
	height: 80px;
	text-align: center;
	padding: 10px 0;
}
.tt {
	float: left;
	width: 120px;
}
.tt-name {
	color: #d32914;
	font: bold 24px/40px "微软雅黑";
}
.tt-list a {
	padding-left: 40px;
	font-size: 16px;
}
.ptk {
	width: 1188px;
	margin: 15px auto;
	border: 1px solid #efefef;
	height: 300px;
	background: #fff;
}
.pick {
	width: 1160px;
	margin: 0px auto;
	height: 220px;
	margin-top: 5px;
}
.ht-name {
	line-height: 41px;
	height: 41px;
	float: left;
	color: #fff;
	font-weight: bold;
	width: 185px;
	font-size: 18px;
	text-align: center;
}
.hmore {
	float: right;
	height: 41px;
	line-height: 40px;
	font-size: 14px;
}
.picwk {
	width: 1160px;
	margin: 0 auto;
}
.picwk .slideTxtBox1 {
	height: 210px;
}
/* 内页 */
.nywk {
	width: 100%;
	background: #f7f7f7 url(dsdx-nybg.jpg) no-repeat center top;
}
.ny-content {
	padding: 20px;
	overflow: hidden;
	width: 1150px;
	margin: 0 auto;
	height: auto;
	min-height: 1000px;
	_height: 900px;
}
.ny-bt {
	color: #d71d1b;
	font: bold 26px/40px "微软雅黑";
	width: 100%;
	text-align: center;
	height: auto;
	margin-top: 35px;
	margin-bottom: 10px;
}
.ny-ly {
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 10px;
	text-align: center;
	height: 30px;
	width: 100%;
	color: #666;
}
.ny-nrk {
	width: 96%;
	margin: 20px auto;
}
.ny-nrk p {
	margin-bottom: 15px;
	text-indent: 2em;
}

.ny-r-bt {
	float: left;
	width: 110px;
	padding-left: 45px;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	font-size: 24px;
	color: #e11716;
}
.ny-r-wz {
	float: right;
	line-height: 40px;
}
.none {
	display: none;
}
.ml10 {
	margin-left: 10px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}