
BODY {
	MARGIN: 0px;
	FONT-FAMILY: "微软雅黑";
	font-size: 12px;
	color: #2c2c2c;
	/*	background:url(../images/bg_index.png) repeat-x center top #FFF;*/
}

DIV {
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px
}

DL {
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px
}

DT {
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px
}

DD {
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px
}

UL {
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
	LIST-STYLE-TYPE: none;
}

OL {
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px
}

LI {
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px
}

H1 {
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px
}

H2 {
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px
}

H3 {
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px
}

H4 {
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px
}

H5 {
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px
}

H6 {
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px
}

H14 {
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
	font-size: 18px;
}

img {
	border: 0px;
}

A {
	COLOR: #2c2c2c;
	TEXT-DECORATION: none
}

A:hover {
	color: #C81623;
	TEXT-DECORATION: none
}

.clear {
	CLEAR: both
}

/*头部样式*/
#banner_top {
	margin: 0px auto;
	width: 1200px;
	height: 84px;
}

#header {
	margin: 0px auto;
	width: 1200px;
	height: 125px;
}

.welcome {
	width: 1200px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	font-family: "微软雅黑";
	font-size: 14px;
}

.welcome a {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fe5b00;
}

.welcome span {
	float: right;
}

.welcome span a {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #2c2c2c;
	padding: 0px 5px;
}

.logo {
	float: left;
	width: 250px;
	height: 95px;
}

.search {
	float: left;
	width: 500px;
	height: 30px;
	padding: 30px 27px 30px 70px;

}

.search_input {
	float: left;
	width: 300px;
	height: 36px;
	line-height: 36px;
	border: 3px solid #4C86AC;
	display: inline-block;
	overflow: hidden;
	_zoom: 1;
	*display: inline;
	border-radius: 6px 0 0 6px;
}

.search_input input {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding-left: 10px;
	box-sizing: border-box;
}

.search_ok {
	float: right;
	width: 58px;
	height: 30px;
	overflow: hidden;
}

.search_ok1 {
	width: 72px;
	height: 36px;
	display: inline-block;
	overflow: hidden;
	_zoom: 1;
	*display: inline;
	border: 3px solid #4C86AC;
	border-radius: 0px 6px 6px 0px;
}

.search_ok1 input {
	width: 100%;
	height: 100%;
}

.search_ok2 {
	width: 40px;
	height: 30px;
	display: inline-block;
	overflow: hidden;
}

.search_ok2 {
	display: inline-block;
	_zoom: 1;
	*display: inline;
	*vertical-align: top;
}

.service {
	float: right;
	width: 300px;
	height: 63px;
	padding: 17px 0px;
}

.indexmenu {
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: url(../images/menu_bg.png) repeat-x center top #FFF;


}

.menu {
	width: 1200px;
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
}

.navul {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.navul LI {
	height: 35px;
	font-family: "微软雅黑";
	Z-INDEX: 2000;
	POSITION: relative;
	TEXT-ALIGN: center;
	LINE-HEIGHT: 35px;
	WIDTH: 108px;
	FLOAT: left;
	FONT-SIZE: 15px;
	font-weight: bold;
	color: #ffffff;
}

.navul A {
	DISPLAY: block;
	FLOAT: none;
	COLOR: #ffffff;
}

.navul A:hover {
	DISPLAY: block;
	FLOAT: none;
	color: #ffffff;
}

.navul LI.single {
	Z-INDEX: 5000 !important;
	POSITION: relative;
	background: url(../images/dh_xian.jpg) no-repeat right;
}

/*幻灯片样式*/
.flash {
	margin: 10px auto 0px;
	width: 1200px;
	height: 350px;
	text-align: center;
}

/*中间部分*/
#banner_top {
	margin-top: 20px;
	width: 1200px;
	height: 144px;
	margin-bottom: 10px;
}

#banner_center {
	margin: 0px auto;
	width: 1200px;
	height: 144px;
	
}

#banner_center2 {
	width: 1200px;
	height: auto;
	margin-bottom: 10px;
}
.banner_center2 table{
	width: 1200px;
}
#banner_c2 {
	margin: 0px auto 10px auto;
	width: 1200px;
	height: 120px;
}

.main {
	margin: 10px auto;
	width: 1200px;
	height: auto;
}

.sidebar {
	float: left;
	width: 210px;
	height: auto;
	background: #4a5e7f;
}

.sidebar ul {
	list-style-type: none;
}

.sidebar ul li {
	float: left;
	width: 190px;
	height: 29px;
	line-height: 29px;
	border-bottom: 1px dotted #FFF;
	padding-left: 20px;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sidebar ul li a {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #FFF;
}

.main_right {
	float: right;
	width: 980px;
	height: auto;
}

.main_top {
	width: 100%;
	height: 380px;
}

.hdp {
	float: left;
	width: 710px;
	height: 380px;
}

.dongtai {
	float: right;
	width: 260px;
	height: 378px;
	border: 1px solid #CCC;
}

.dongtai_top {
	width: 228px;
	height: 34px;
	line-height: 34px;
	border-bottom: 1px solid #CCC;
	padding: 0px 10px;
	text-align: left;
	font-family: "微软雅黑";
	background: url(../images/hydt.jpg) left center #fff;
}

.dongtai_top span {
	float: right;
	font-family: "微软雅黑";
	font-size: 14px;
}

.dongtai_list {
	width: 248px;
	height: 183px;
	padding-top: 8px;
}

.dongtai_list ul {
	list-style-type: none;
}

.dongtai_list ul li {
	float: left;
	width: 228px;
	height: 25px;
	line-height: 25px;
	background: url(../images/dian.png) no-repeat 10px;
	padding-left: 20px;
	overflow: hidden;
}

.main_end {
	width: 980px;
	height: 360px;
	margin-top: 13px;
}

.xszx {
	float: left;
	width: 710px;
	height: 360px;
}

.xszx_top {
	width: 660px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #427778;
	padding: 6px 10px 0px;
	background: url(../images/xszx.jpg) left no-repeat #fff;
}

.xszx_top span {
	float: right;
	font-family: "微软雅黑";
	font-size: 14px;
}

.xszx_list {
	width: 710px;
	height: 320px;
	padding-top: 10px;
}

.xszx_list dl {
	float: left;
	width: 120px;
	height: 130px;
	margin: 0px 5px 20px;
	_margin: 0px 4px 20px;
}

.xszx_list dl dt {
	width: 120px;
	height: 120px;
}

.xszx_list dl dd {
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	word-break: keep-all;
	/* 不换行 */
	white-space: nowrap;
	/* 不换行 */
	overflow: hidden;
	/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;
	/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;
	一起使用。*/
}

.xszx_list dl dd a {
	font-family: "微软雅黑";
	font-size: 12px;
}

.paihangbang {
	float: right;
	width: 260px;
	height: 347px;
}

.paihangbang_top {
	width: 251px;
	height: 31px;
	line-height: 37px;
	background: url(../images/paihanbang.png) no-repeat 10px;
}

.wenyi {
	width: 251px;
	height: 308px;
}

.wenyi_top {
	width: 250px;
	height: 30px;
	line-height: 30px;
	border-left: 1px solid #CCC;
}

.wenyi_top ul {
	list-style-type: none;
}

.wenyi_top ul li {
	float: left;
	width: 49px;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 13px;
}

.moren {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}

.xuan {
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
}

.paihangbang_list {
	width: 258px;
	height: 190px;
	padding-top: 10px;
}

.paihangbang_list ul {
	list-style-type: none;
}

.paihangbang_list ul li {
	float: left;
	width: 228px;
	height: 26px;
	line-height: 30px;
	background: url(../images/dian.png) no-repeat 10px;
	padding-left: 20px;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wenyi_list {
	float: left;
	width: 249px;
	height: 270px;
	padding: 8px 0px 0px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.wenyi_list ul {
	list-style-type: none;
}

.wenyi_list1 ul li {
	width: 229px;
	height: 28px;
	line-height: 28px;
	border-bottom: 1px dotted #CCC;
	background: url(../images/dian.png) no-repeat 10px;
	padding-left: 20px;
}

.tuijian_riqi {
	width: 500px;
	height: 25px;
	line-height: 25px;
	text-align: left;
}

.tuijian_neir {
	width: 500px;
	height: 75px;
	line-height: 20px;
	text-align: left;
}

.tuijian_shudan {
	float: right;
	width: 250px;
	height: 290px;
	background: #f3f3f3;
}

.tuijian_shudan_top {
	width: 250px;
	height: 30px;
	line-height: 30px;
	background: url(../images/sdtj.jpg) left no-repeat
}

.tuijian_shudan_list {
	width: 235px;
	height: 260px;
	padding-top: 4px;
}

.tuijian_shudan_list ul {
	list-style-type: none;
}

.tuijian_shudan_list ul li {
	float: left;
	width: 228px;
	height: 25px;
	line-height: 25px;
	background: url(../images/dian.png) no-repeat 10px;
	padding-left: 20px;
}

.tt12 {
	width: 760px;
	line-height: 25px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	margin-top: 10px;
	border: 1px solid #E3E3E3;
	height: auto !important;
	height: 1075px;
	min-height: 1075px;
	position: relative;
}

.zttuijian {
	margin: 20px auto;
	width: 1200px;
	height: 200px;
}

.zttuijian_pic {
	float: left;
	width: 750px;
	height: 200px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.zttuijian_pic dl {
	width: 740px;
	height: 130px;
	padding: 10px 10px 5px 0px;
}

.zttuijian_pic dl dt {
	float: left;
	width: 210px;
	height: 135px;
}

.zttuijian_pic dl dd {
	float: right;
	width: 500px;
	height: 135px;
}

.zttuijian_biao {
	width: 500px;
	height: 35px;
	line-height: 35px;
	text-align: left;
	font-family: "微软雅黑";
}

.tong_0 {
	margin: 10px auto;
	width: 1200px;
	height: 78px;
	border: 1px solid #427778;
}

.tong_01 {
	margin: 0px auto;
	width: 1200px;
	height: 150px;
}

.sssc {
	margin: 10px auto;
	width: 1200px;
	height: 315px;
}

.sssc_top {
	width: 980px;
	height: 34px;
	line-height: 34px;
	border-bottom: 1px solid #427778;
	font-family: "微软雅黑";
	padding: 0px 10px;
	background: url(../images/sssc.jpg) left no-repeat #fff;
}

.sssc_top span {
	float: right;
	font-family: "微软雅黑";
	font-size: 14px;
}

.sssc_list {
	width: 1200px;
	height: 265px;
	padding-top: 15px;
}

.sssc_list dl {
	float: left;
	width: 110px;
	height: 135px;
	margin: 0px 7px 0px 8px;
}

.sssc_list dl dt {
	width: 110px;
	height: 100px;
}

.sssc_list dl dd {
	width: 110px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	word-break: keep-all;
	/* 不换行 */
	white-space: nowrap;
	/* 不换行 */
	overflow: hidden;
	/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;
	/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;
	一起使用。*/
}

.sssc_list dl dd a {
	font-family: "微软雅黑";
	font-size: 14px;
}

.cbs_tuijian {
	margin: 0px auto;
	width: 1200px;
	height: 140px;
}

.cbs_tuijian_index {
	margin: 0px auto;
	width: 1200px;
	height: 250px;
	background: url(../images/index_cbstj.jpg) top no-repeat;
	background-size: cover;
}

/* .cbs_top {
	width:980px;
	height:34px;
	line-height:34px;
	border-bottom:1px solid #427778;
	font-family:"微软雅黑";
	padding:0px 10px;
	background:url(../images/cbstj_sy.jpg) left no-repeat #fff;
}
*/
.cbs_top {
	height: 70px;
}

.cbs_top span {
	float: right;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #FFF;
	padding-top: 20px;
	padding-right: 10px;
}

.cbs_top span a:link,
.cbs_top span a:hover,
.cbs_top span a:visited {
	color: #FFF;
	text-decoration: none;
}

.cbs_iframe {
	width: 1200px;
	height: 148px;
}

.t_cbs {
	width: 998px;
	margin: auto;
	float: left;
	height: 140px;
}

.t_cbs ul {
	margin: 10px auto;
	padding: 0
}

.t_cbs ul li {
	width: 166px;
	list-style: none;
	line-height: 40px;
	float: left;
}

/*友情链接样式*/
.links {
	margin: 0px auto;
	width: 1200px;
	height: 155px;
}

.links_top {
	width: 980px;
	height: 34px;
	line-height: 34px;
	border-bottom: 1px solid #427778;
	font-family: "微软雅黑";
	padding: 0px 10px;
	background: url(../images/yqlj.jpg) left no-repeat #fff;
}

.links_top span {
	float: right;
	font-family: "微软雅黑";
	font-size: 14px;
}

.links_list {
	width: 1200px;
	height: 80px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 30px;
}

.links_list ul {
	list-style-type: none;
}

.links_list ul li {
	float: left;
	width: 188px;
	height: 50px;
	text-align: center;
	margin: 6px 6px;
}

.links {
	margin: 0px auto;
	width: 1200px;
	height: auto;
}

.links_top {
	width: 1200px;
	height: 34px;
	line-height: 34px;
	border-bottom: 1px solid #427778;
	font-family: "微软雅黑";
	padding: 0px 10px;
	background: url(../images/yqlj.jpg) left no-repeat #fff;
	box-sizing: border-box;
}

.links_top span {
	float: right;
	font-family: "微软雅黑";
	font-size: 14px;
}

.links_list {
	width: 1200px;
	height: auto;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 30px;
}

.links_list ul {
	list-style-type: none;
}

.links_list ul li {
	float: left;
	width: 188px;
	height: 50px;
	text-align: center;
	margin: 6px 6px;
}

.ldpt {
	margin: 0px auto 15px auto;
	width: 1200px;
	height: 65px;
}

.ldpt_top {
	width: 1200px;
	height: 34px;
	line-height: 34px;
	border-bottom: 1px solid #427778;
	font-family: "微软雅黑";
	padding: 0px 10px;
	background: url(../images/ldpt.jpg) left no-repeat #fff;
}

.ldpt_top span {
	float: right;
	font-family: "微软雅黑";
	font-size: 14px;
}

.ldpt_list {
	width: 1200px;
	height: 30px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 30px;
}

.ldpt_list ul {
	list-style-type: none;
}

.ldpt_list ul li {
	float: left;
	width: 188px;
	height: 50px;
	text-align: center;
	margin: 6px 6px;
}

/*底部导航*/
#footer {
	margin: 10px auto 0px;
	width: 1200px;
	height: 165px;
}

.end_list {
	margin: 0px auto;
	width: 1200px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	background: #4C86AC;
}

.end_list a {
	font-size: 13px;
	font-family: "微软雅黑";
	color: #FFF;
	padding: 0px 10px;
}

/*尾部样式*/
.copyright_n {
	MARGIN: 0px auto;
	width: 1200px;
	height: 55px;
	color: #000;
	font-family: "Arial";
	text-align: center;
	line-height: 25px;
	padding-top: 10px;
	font-size: 14px;
	font-family: "微软雅黑";
}

.copyright_n a {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #000;
}

.ban_img {
	width: 1200px;
	height: 60px;
	text-align: center;
}

.ny_flash {
	margin: 10px auto;
	width: 1200px;
	height: 230px;
	text-align: center;
}

/*内页样式开始*/
.content {
	margin: 0px auto;
	width: 1200px;
	MIN-HEIGHT: 650px;
	HEIGHT: auto !important;
}

.ny_left {
	float: left;
	width: 230px;
	HEIGHT: auto !important;
}

.ny_lei {
	width: 228px;
	height: auto;
	border: 1px solid #369de2;
}

.ny_lei_top {
	width: 198px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #369de2;
	padding: 3px 0px;
	background: url(../images/top_bjj.jpg) no-repeat 3px;
	padding-left: 30px;
	font-family: "微软雅黑";
	font-size: 15px;
	color: #FFF;
}

.ny_lei_list {
	width: 200px;
	HEIGHT: auto !important;
	padding: 15px 14px;
}

.nynav {
	LIST-STYLE-TYPE: none;
}

.nynav LI {
	height: 30px;
	font-family: "微软雅黑";
	Z-INDEX: 2000;
	POSITION: relative;
	TEXT-ALIGN: center;
	LINE-HEIGHT: 30px;
	WIDTH: 200px;
	margin-bottom: 8px;
	FLOAT: left;
	FONT-SIZE: 14px;
	font-weight: bold;
	color: #ffffff;
}

.nynav A {
	DISPLAY: block;
	FLOAT: none;
	COLOR: #ffffff;
	background: #369de2;
}

.nynav A:hover {
	DISPLAY: block;
	FLOAT: none;
	color: #ffffff;
	background: #ff7d27;
}

.nynav LI.single {
	Z-INDEX: 5000 !important;
	POSITION: relative;
	background: url(../images/dh_xian.jpg) no-repeat right;
}

.ny_lxfs {
	width: 228px;
	height: auto;
	border: 1px solid #369de2;
	margin-top: 15px;
}

.ny_lxfs_content {
	width: 200px;
	MIN-HEIGHT: 200px;
	HEIGHT: auto !important;
	background: url(../images/lxfs_img.jpg) no-repeat bottom;
	padding: 15px 14px;
	text-align: left;
	line-height: 25px;
}

.ny_right {
	float: right;
	width: 748px;
	MIN-HEIGHT: 650px;
	HEIGHT: auto !important;
	border: 1px solid #369de2;
}

.ny_right_top {
	width: 718px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #369de2;
	padding: 3px 0px;
	background: url(../images/top_bj.jpg) no-repeat 3px;
	padding-left: 30px;
	font-family: "微软雅黑";
	font-size: 15px;
	color: #FFF;
}

.ny_right_top span {
	float: right;
	color: #000;
	font-family: "微软雅黑";
	font-size: 13px;
	padding-right: 10px;
}

.ny_right_top span a {
	color: #000;
	font-family: "微软雅黑";
	font-size: 13px;
}

.ny_about {
	width: 718px;
	padding: 15px;
	text-align: left;
	font-family: "微软雅黑";
	text-indent: 25px;
	font-size: 14px;
	line-height: 25px;
	MIN-HEIGHT: 600px;
	HEIGHT: auto !important;
}

.ny_about p {
	font-family: "微软雅黑";
	font-size: 14px;
}

.ny_main {
	float: right;
	width: 750px;
	HEIGHT: auto !important;
	padding: 15px 0px;
}

#end {
	width: 100%;
	height: 120px;
	background: url(../images/end_bj2.jpg) repeat-x bottom;
	padding-top: 20px;
}

/*新闻列表页开始*/

.ny_news_list {
	float: left;
	width: 720px;
	MIN-HEIGHT: 600px;
	padding: 15px;
}

.ny_news_list ul {
	list-style-type: none;
}

.ny_news_list ul li {
	float: left;
	width: 700px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dotted #CCC;
	background: url(../images/dian.jpg) no-repeat 10px;
	padding-left: 20px;
}

.ny_news_list ul li a {
	font-family: "微软雅黑";
	font-size: 14px;
}

.ny_news_list ul li span {
	float: right;
	padding-right: 10px;
}

.ny_news_show {
	width: 720px;
	height: auto;
	padding: 15px;
}

.ny_news_biaoti {
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-family: "微软雅黑";
}

.ny_news_addtime {
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-top: 1px dotted #CCC;
	font-family: "微软雅黑";
	font-size: 14px;
}

.ny_news_nei {
	line-height: 25px;
	font-size: 14px;
	width: 720px;
	HEIGHT: auto !important;
	text-align: left;
	line-height: 25px;
}

.ny_news_nei p {
	line-height: 25px;
	font-family: "微软雅黑";
	font-size: 14px;
}

/*新闻列表页结束*/

/*产品展示开始*/

.ny_pro_list {
	width: 780px;
	MIN-HEIGHT: 600px;
	padding-top: 10px;
}

.ny_pro_list dl {
	float: left;
	width: 175px;
	height: 180px;
	margin: 0px 10px;
	margin-bottom: 12px;
}

.ny_pro_list dl dt {
	width: 165px;
	height: 140px;
	border: 1px solid #CCC;
	padding: 4px;
}

.ny_pro_list dl dd {
	width: 175px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.ny_pro_list dl dd a {
	font-family: "微软雅黑";
	font-size: 14px;
}

/*产品展示*/
.ny_pro_show {
	width: 750px;
	height: auto;
	padding: 15px;
}

.ny_pro_show_img {
	width: 750px;
	height: auto;
	text-align: center;
	overflow: hidden;
}

.ny_pro_show_biaoti {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-family: "微软雅黑";
}

.ny_pro_show_addtime {
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 10px 0px;
	border-bottom: 1px solid #CCC;
	border-top: 1px dotted #CCC;
	font-family: "微软雅黑";
	font-size: 14px;
}

.ny_pro_show_nei {
	line-height: 25px;
	font-family: "微软雅黑";
	font-size: 14px;
	width: 750px;
	HEIGHT: auto !important;
	text-align: left;
	line-height: 25px;
}

.ny_pro_show_nei p {
	line-height: 25px;
	font-size: 14px;
	font-family: "微软雅黑";
}

/*工程案例开始*/


.ny_case_list {
	width: 736px;
	MIN-HEIGHT: 600px;
	padding: 15px 6px;
}

.ny_case_list dl {
	float: left;
	width: 220px;
	height: 200px;
	margin: 0px 12px 15px;
}

.ny_case_list dl dt {
	width: 220px;
	height: 165px;
}

.ny_case_list dl dd {
	width: 230px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

.ny_case_list dl dd a {
	font-size: 14px;
	font-family: "微软雅黑";
}

/*工程案例结束*/
.page {
	display: inline;
	float: left;
	text-align: right;
	width: 700px;
	height: auto;
	line-height: 30px;
	padding-right: 20px;
	overflow: hidden;
	font-family: "微软雅黑";
	font-size: 14px;
}

.page a {
	font-family: "微软雅黑";
	font-size: 14px;
}

#demo {
	OVERFLOW: hidden;
	WIDTH: 1023px
}

#indemo {
	WIDTH: 800%;
	FLOAT: left
}

.searchBox {
	width: 245px;
	height: 25px;
	line-height: 25px;
	border: 0;
	margin-top: 0px;
	background: transparent;
	outline: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#menu {
	width: 450px;
	height: 28px;
	float: right;
	margin: 0 auto;
}

#menu1 {
	float: left;
	width: 498px;
	height: 30px;
}




#topnavbar {
	width: 350px;
	height: 41px;
	_height: 35px;
	background: url() 0 -30px repeat-x;
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
	_top: expression(this.scrollTop=document.documentElement.scrollTop);
}

#topnanv {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	margin: 0 auto;
}

#anvlfteb {
	float: left;
	height: 35px;
	position: relative;
	padding: 0 1px;
}

.defu a,
.posbox a {
	display: block;
	padding: 0 5px;
	color: #000;
	text-decoration: none;
}

.defu a:hover,
.posbox a:hover {
	color: #C81623;
	text-decoration: none;
}

.defu {
	float: left;
}

.posbox {
	position: relative;
	width: auto;
	float: left;
}

.posbox a {
	padding: 0 5px 0 5px;
}

.posbox i {
	width: 7px;
	height: 4px;
	background: url(/img/up.gif) 0 -70px no-repeat;
	position: absolute;
	top: 15px;
	right: -10px;
	overflow: hidden;
}

#topnanv .anvh a {}

#topnanv .anvh i {
	background-position: 0 -75px;
}

.posiabox {
	position: absolute;
	top: 32px;
	left: 1px;
	display: none;
	padding-top: 10px;
	background: url() -999px no-repeat;
}

#seledbox {
	width: 110px;
	z-index: 9999;
	background: #fff;
}

#seledbox div {
	box-shadow: 0 0 8px #999;
	border: 1px solid #999;
	font-size: 12px;
	z-index: 9999;
	padding: 5px 0;
	overflow: hidden;
}

#seledbox a {
	color: #444;
	text-decoration: none;
	width: 100px;
	height: 20px;
	overflow: hidden;
	display: block;
	line-height: 20px;
	padding: 6px 0 6px 12px;
	border-bottom: 1px dotted #DDD;
}

#seledbox a:hover {
	background: #EEE;
}

#seledbox img {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 8px;
}

#loginbtm {
	float: right;
	padding: 0 15px;
	color: #000;
	background: #900;
	position: relative;
}

.mainbox {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.flashbox {
	overflow: hidden;
	position: relative;
}

.imagebox {
	text-align: right;
	position: relative;
}

.bitdiv {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 10px 10px 0px;
	cursor: pointer;
	float: right;
}

.defimg {
	background-image: url(../images/02.png);
}

.curimg {
	background-image: url(../images/01.png);
}

.page {
	width: 260px;
	margin: 0px auto;
	text-align: left;
}

/*内容模块 */
.tab_mo {
	border: 1px solid #ccc;
	border-top: none;
	padding: 0px;
}

/*菜单模块 */
.tab {
	border-bottom: 1px solid #ccc;
	/* 菜单模块的底部边框，也就是内容模块的上边框 */
	list-style: none;
	padding: 4px 0px 3px 0px;
}

.tab li {
	display: inline;
	/* 【重点】让li横向排列。*/
	font-size: 12px;
}

.tab li a {
	padding: 3px 0px;
	/* 因为没有固定高度，所以用填充来调整显示效果。 */
	border: 1px solid #ccc;
	/* 菜单项的边框 */
	color: #888;
	border-bottom: none;
	/* 底部无边框 */
	text-decoration: none;
	background: #f7f7f7
}

/*鼠标经过时的样式 */
.tab li a:hover {
	background: #fff;
}

/*选中时的样式 */
.tab li.no a {
	background: #fff;
	border-bottom: none;
	/*  隐藏菜单项的底部边框 */
	position: relative;
	/* 【重点】菜单项里面的连接使用了相对定位 */
	top: 1px;
	/* 【重点】相对于外层顶部为1像素，正好是底部边框的像素。所以就遮住了ul的底部边框 */
	color: #000000;
	font-weight: bold
}

#leftDiv,
#rightDiv {
	width: 115px;
	position: absolute;
}

.wrap {
	width: 1200px;
	_width: 210px;
	margin: 0px auto;
}

.all-sort-list {
	position: relative;
	width: 203px;
	border-top: none;
	padding: 3px 3px 3px 0px;
	background: #4C86AC;
}

.all-sort-list .item {
	height: 33px;
	border-bottom: 1px dotted #FFF;
}

.all-sort-list .item.bo {
	border-top: none;
}

.all-sort-list .item h3 {
	height: 32px;
	line-height: 32px;
	background: #4C86AC;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	width: 199px;
	overflow: hidden;
}

.all-sort-list .item h3 a {
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	width: 199px;
	overflow: hidden;
}

.all-sort-list .hover h3 {
	position: relative;
	z-index: 13;
	background: #FFF;
	color: #000;
	border-color: #DDD;
	border-width: 1px 0px;
	border-style: solid;
	overflow: hidden;
}

.all-sort-list .hover h3 a {
	position: relative;
	z-index: 13;
	background: #FFF;
	color: #000;
	font-family: "\5B8B\4F53";
}

.all-sort-list .item span {
	padding: 0px 5px;
	color: #A40000;
	font-family: "\5B8B\4F53";
}

.all-sort-list .item a {
	color: #000;
	text-decoration: none;
}

.all-sort-list .item a:hover {
	font-weight: bold;
	color: #4C86AC;
}

.all-sort-list .item-list {
	display: none;
	position: absolute;
	width: 540px;
	min-height: 200px;
	_height: 200px;
	background: #FFF;
	left: 198px;
	box-shadow: 0px 0px 10px #DDDDDD;
	border: 1px solid #DDD;
	top: 3px;
	z-index: 10;
}

.all-sort-list .item-list .close {
	position: absolute;
	width: 26px;
	height: 26px;
	color: #FFFFFF;
	cursor: pointer;
	top: -1px;
	right: -26px;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	font-family: "Microsoft Yahei";
	background: rgba(0, 0, 0, 0.6);
	background-color: transparent\9;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, startColorstr='#60000000', endColorstr='#60000000');
}

.item-list .subitem {
	float: left;
	width: 515px;
	padding: 0px 4px 0px 8px;
	z-index: 9999;
}

.item-list .subitem dl {
	border-top: 1px solid #EEE;
	padding: 6px 0px;
	overflow: hidden;
	zoom: 1;
}

.item-list .subitem .fore1 {
	border-top: none;
}

.item-list .subitem dt {
	float: left;
	width: 100px;
	line-height: 22px;
	text-align: left;
	padding: 3px 6px 0px 0px;
	font-weight: 700;
	color: #E4393C;
	overflow: hidden;
}

.item-list .subitem dt a {
	color: #E4393C;
	text-decoration: underline;
}

.item-list .subitem dd {
	float: left;
	width: 508px;
	padding: 3px 0px 0px;
	overflow: hidden;
	z-index: 9999;
}

.item-list .subitem dd span {
	color: #E4393C;
	overflow: hidden;
	font-family: "Microsoft Yahei";
}

.item-list .subitem dd span a {
	color: #E4393C;
	overflow: hidden;
	font-family: "Microsoft Yahei";
	font-size: 14px;
}

.item-list .subitem dd em {
	height: 14px;
	line-height: 14px;
	padding: 0px 8px;
	margin-top: 5px;
	border-left: 1px solid #CCC;
	font-style: normal
}

.item-list .subitem dd em a,
.item-list .cat-right dd a {
	color: #666;
	text-decoration: none;
}

.item-list .subitem dd em a:hover,
.item-list .cat-right dd a:hover {
	font-weight: normal;
	text-decoration: underline;
}

.item-list .cat-right {
	float: right;
	width: 210px;
}

.item-list .cat-right dl {
	width: 194px;
	padding: 6px 8px;
}

.item-list .cat-right dd {
	padding-top: 6px;
	line-height: 22px;
	overflow: hidden;
	padding: 3px 0px 0px;
}

.item-list .cat-right dt {
	padding: 3px 6px 0px 0px;
	font-weight: 700;
	color: #E4393C;
}

.item-list .cat-right dd a:hover {
	color: #666;
}

#zzsc {
	height: 300px;
	margin: 0px auto;
	border-radius: 8px;
	border: 0px solid #C39;
	position: relative;
	font-size: 12px;
	behavior: url(css/pie.htc);
	overflow: hidden;
	width: 520px;
	z-index: -1;
}

#img li {
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: pointer;
	float: left;
}

#img {
	list-style: none;
	position: absolute;
	top: 0px;
	left: 0px;
}

#num {
	list-style: none;
	position: absolute;
	bottom: 10px;
	right: 20px;
	z-index: 999;
}

#num li {
	display: block;
	height: 20px;
	width: 20px;
	margin-left: 5px;
	background: #FFFFFF;
	float: left;
	color: #DE7D4B;
	text-align: center;
	line-height: 20px;
	border-radius: 20px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	cursor: pointer;
	behavior: url(/css/pie.htc)
}

#num .hover {
	background: #FF6600;
	color: #FFFFFF;
	font-weight: bold
}

.tuijian {
	margin: 10px auto;
	width: 1200px;
	height: 300px;
}

.tuijian_pic {
	float: left;
	width: 750px;
	height: 300px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.tuijian_pic dl {
	width: 740px;
	height: 130px;
	padding: 10px 10px 5px 0px;
}

.tuijian_pic dl dt {
	float: left;
	width: 210px;
	height: 135px;
}

.tuijian_pic dl dd {
	float: right;
	width: 500px;
	height: 135px;
}

.tuijian_biao {
	width: 500px;
	height: 35px;
	line-height: 35px;
	text-align: left;
	font-family: "微软雅黑";
}

.tuijian_pic {
	float: left;
	width: 750px;
	height: 300px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.tuijian_zt {
	float: left;
	width: 950px;
	height: 300px;
/* 	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC; */
}

.tuijian_zt ul {
	margin: 10px auto;
	padding: 0
}

.tuijian_zt ul li {
	width: 248px;
	list-style: none;
	line-height: 30px;
	float: left;
}

.lrtk {
	width: 100%;
	height: 250px;
	margin: 0 auto;
	overflow: hidden;
	display: none;
	background: url(../images/big.jpg) no-repeat center top #FFF;
	text-align: center;
	position: relative;
	background-size: cover;
}

.lrtk .link {
	width: 100%;
	height: 250px;
	display: block;
	z-index: 10;
}

.lrtk .up {
	display: block;
	width: 120px;
	height: 12px;
	background: url(../images/arrow.jpg) no-repeat left bottom;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 20;
	margin-left: -60px;
}

.lrtk .down {
	display: block;
	width: 120px;
	height: 12px;
	background: url(../images/arrow.jpg) no-repeat left top;
	position: absolute;
	left: 50%;
	top: 88px;
	z-index: 20;
	margin-left: -60px;
}

#jquery-script-menu {
	z-index: -1;
}

.slider {
	margin: 0 auto;
	width: 550px;
	z-index: -1;
}

.slider-container {
	height: 300px;
	margin: 0 auto 20px;
	overflow: hidden;
	position: relative;
	width: 550px;
}

.slider-container .slider-wrapper {
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 5000em;
	/*Fix for prevent display errors*/
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}

.slider-container .slide {
	float: left;
	height: 300px;
	overflow: hidden;
	position: relative;
	width: 550px;
}

.slider-nav {
	text-align: center;
	width: 550px;
}

.slider-nav li {
	display: inline;
	padding: 3px;
}

.slider-nav .bullet {
	background-color: #59baa8;
	border-radius: 50%;
	display: inline-block;
	text-indent: -9000px;
	overflow: hidden;
	height: 16px;
	width: 16px;
}

.slider-nav .active {
	background-color: #e7433b
}

.slider-nav .prev,
.slider-nav .next {
	background: url('img/sprite.png') no-repeat;
	display: inline-block;
	text-indent: -9000px;
	overflow: hidden;
	height: 16px;
	width: 16px;
}

.slider-nav .next {
	background-position: -15px top
}

.page {
	width: 260px;
	margin: 0px auto;
	text-align: left;
}

/*内容模块 */
.tab_mo {
	border: 1px solid #ccc;
	border-top: none;
	padding: 0px;
}

/*菜单模块 */
.tab {
	border-bottom: 1px solid #ccc;
	/* 菜单模块的底部边框，也就是内容模块的上边框 */
	list-style: none;
	padding: 4px 0px 3px 0px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.tab li {
	display: inline;
	/* 【重点】让li横向排列。*/
	font-size: 12px;
}

.tab li a {
	padding: 3px 0px;
	/* 因为没有固定高度，所以用填充来调整显示效果。 */
	border: 1px solid #ccc;
	/* 菜单项的边框 */
	color: #888;
	border-bottom: none;
	/* 底部无边框 */
	text-decoration: none;
	background: #f7f7f7
}

/*鼠标经过时的样式 */
.tab li a:hover {
	background: #fff;
}

/*选中时的样式 */
.tab li.no a {
	background: #fff;
	border-bottom: none;
	/*  隐藏菜单项的底部边框 */
	position: relative;
	/* 【重点】菜单项里面的连接使用了相对定位 */
	top: 1px;
	/* 【重点】相对于外层顶部为1像素，正好是底部边框的像素。所以就遮住了ul的底部边框 */
	color: #000000;
	font-weight: bold
}

#leftDiv,
#rightDiv {
	width: 115px;
	position: absolute;
}

.w {
	width: 100%;
	clear: both;
	overflow: hidden;
}

.l {
	width: 325px;
	float: left;
	border: 0px solid red;
	height: 150px;
}

.r {
	width: 325px;
	float: right;
	border: 0px solid green;
	height: 150px;
}

.m {
	margin: 0 335px;
	position: relative;
	top: 0;
	border: 0px solid blue;
	height: 150px;
}

#weixin {
	width: 150px;
	height: 245px;
	position: fixed;
	right: 0px;
	bottom: -280px;
	text-align: center transition:all .5s linear;
}

#weixin>a {
	float: right;
	padding: 5px 2px;
	cursor: pointer;
}

/* fixediv */
.fixediv {
	position: fixed;
	top: 0px;
	z-index: 9999;
	height: 329px;
	width: 150px;
}

*html .fixediv {
	position: absolute;
	top: expression(eval(document.documentElement.scrollTop));
	margin: 140px 0 0 0;
}

.fixediv-l {
	left: 0px;
}

.fixediv-r {
	right: 0px;
}

.fixediv .btn {
	height: 25px;
	background: url(../images/dhhbg.png) repeat-x center top #FFF;
	text-align: right;
	line-height: 25px;
	overflow: hidden;
}

.fixediv .btn1 {
	height: 25px;
	text-align: right;
	line-height: 25px;
	overflow: hidden;
}

.scrollbox {
	position: relative;
	width: 680px;
	height: 320px;
	overflow: hidden;
	/* border: 1px solid #F00; */
	margin: 0;
	padding: 0;
	left: 0px;
	top: 0px;
}

.toplistItem {
	float: left;
	width: 120px;
	text-align: center;
	overflow: hidden;
	padding: 5px 0px;
	font-size: 12px;
}

.toplistItem_img img {
	width: 100%;
	object-fit: contain;
}

.swiper {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	height: calc((100% - 30px) / 2) !important;

	/* Center slide text vertically */
	display: flex;
	justify-content: center;
	align-items: center;
}
.m-hidden{
	display: none;
}