﻿/* CSS Document */
/*base*/
* {
	padding: 0;
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
	font: 14px "Microsoft YaHei";
	background: #FFFEFD;
	overflow-x: auto;
	background: url(../images/bodybg.jpg) repeat;
}

* {
	margin: 0;
	padding: 0;
}

table {
	width: 95%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	-webkit-margin-start: auto;
	-webkit-margin-end: auto;
	font-size: 14px;
	display: table;
	border-collapse: separate;
	border-spacing: 2px;
	border-color: grey;
}

tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

td, th {
	display: table-cell;
	vertical-align: inherit;
}

input {
	border: none;
}

img {
	vertical-align: top;
	border: 0;
}

ol, ul {
	list-style: none;
}

h1, h2, h4, h5, h6 {
	font-weight: normal;
}

h3 a {
	font-size: 14px;
	color: #00b3f1;
}

address, cite, code, em, th {
	font-weight: normal;
	font-style: normal;
}
/* 滚动条代码 */
::-webkit-scrollbar {
	width: 5px;
	height: 12px
}

::-webkit-scrollbar-button:vertical {
	display: none
}

::-webkit-scrollbar-track:vertical {
	background-color: black
}

::-webkit-scrollbar-track-piece {
	background: #ffffff
}

::-webkit-scrollbar-thumb:vertical {
	background-color: #b33938;
	border-radius: 2px
}

::-webkit-scrollbar-thumb:vertical:hover {
	background-color: #0257a5
}

::-webkit-scrollbar-corner:vertical {
	background-color: #943f60
}

::-webkit-scrollbar-resizer:vertical {
	background-color: #FF6E00
}

.fB {
	font-weight: bold;
}

.left {
	float: left;
}

.right {
	float: right;
}

a {
	color: #000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	color: #ba2636;
	text-decoration: none;
}

a:active {
	color: #ba2636;
}

.clear {
	clear: both;
}

.mtop40 {
	height: 40px;
	clear: both;
}
/*头部开始*/
.dc_top {
	width: 100%;
	height: 233px;
}

.hallo_xihao_top {
	width: 100%;
	height: 41px;
	background: #f0f3fa;
}

.xihao_top {
	width: 1200px;
	height: 41px;
	margin: 0px auto;
}

.xihao_top_left {
	height: 41px;
	color: #333;
	line-height: 41px;
	float: left;
	font-size: 14px;
}

.xihao_top_left img.ico_img {
	position: relative;
	left: 0px;
	top: 13px;
}

.xihao_top_left a img {
	vertical-align: middle;
	position: relative;
	top: 0px;
}

.xihao_top_right {
	width: 350px;
	float: right;
	line-height: 41px;
	color: #333;
}

.xihao_top_right a {
	color: #333;
	margin: 0 5px;
	position: relative;
	cursor: pointer;
}

.xihao_top_right a:hover {
	color: #b33938;
}

.xihao_top_right a img.weixin_img {
	display: none;
	position: absolute;
	left: 0px;
	top: 30px;
}

.xihao_top_right a:hover img.weixin_img {
	display: block;
}

.xihao_top_right a img {
	vertical-align: middle;
	position: relative;
	top: -2px;
}

.xihao_logo {
	width: 1200px;
	height: 131px;
	margin: 0px auto;
  overflow: hidden;
}

.xihao_logo_left {
	float: left;
	margin-top: 20px;
  position: relative;
  overflow: hidden!important;;
}
/**logo扫光效果CSS**/ 
.xihao_logo_left:before{ 
/**根据logo外div样式名称修改before前名称**/ 
content:""; position: absolute; left: 20px; 
/**第一个数字参数控制扫光速度，数字越大越慢**/ top: 0px; width: 300px; height: 30px; 
/**光标的宽度，可根据实际调整**/ background-color: rgba(255,255,255,.5); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-animation: searchLights 1s ease-in 1s infinite; -o-animation: searchLights 1s ease-in 1s infinite; animation: searchLights 1.5s ease-in 1s infinite;
/**第一个数字参数控制扫光速度，数字越大越慢**/ } 
@-webkit-keyframes searchLights { 0% { left: 100px; top: 0; } to { left: 700px; top: 0px; } } 
@-o-keyframes searchLights { 0% { left: 100px; top: 0; } to { left: 700px; top: 0px; } }
@-moz-keyframes searchLights { 0% { left: 100px; top: 0; } to { left: 700px; top: 0px; } } 
@keyframes searchLights { 0% { left: -125px; top: 0; } to { left: 700px; top: 0px; } }
.xihao_logo_left:hover img {
	filter: Alpha(opacity=80);
	-moz-opacity: .8;
	opacity: 0.8;
}

.xihao_logo_right {
	float: right;
	width: 208px;
	height: 47px;
	margin-top: 42px;
	background-image: url(../images/dy_lianxi.jpg);
	margin-right: 65px;
}

.xihao_hallo_kefu {
	float: right;
	color: #8b8b8b;
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
	margin-top: 19px;
	margin-right: 17px;
}

.nav {
	width: 100%;
	height: 61px;
	margin: 0px 0px;
	background: #b33938;
   /*background-image: url(../images/dy_nav.png);*/
	background-repeat: no-repeat;
	background-position: center center;
}

.navMenu {
	width: 1200px;
	height: 61px;
	margin: 0px auto;
}

.navMenu ul {
	width: 1300px;
	height: 61px;
	display: block;
}

.navMenu ul li {
	height: 61px;
	display: block;
	float: left;
	text-align: center;
	line-height: 61px;
	margin-left: 0px;
	position: relative;
	font-size: 18px;
/* text-align: center; */
}

.navMenu ul li a {
	color: #fff;
	width: 109px;
	display: block;
	float: left;
	margin-left: 0px;
	text-align: center;
}

.navMenu ul li a:hover {
	background: #0257a5;
}

.navMenu ul li:hover .dropMenu {
	display: block;
}
/*头部结束*/
.center {
	width: 1200px;
	margin: 0 auto;
}

.center1 {
	width: 1300px;
	margin: 0 auto;
}

.center2 {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.ibanner{
	position:relative;
	width:1000px;
	margin:0px auto 0;
	height:490px;
	
}
.ban{
	width:1600px;
	height:490px;
	left:-300px;
	top:0;
	position:absolute;
}
#focus {width:1600px; height:490px; overflow:hidden; position:relative;}
#focus ul {height:490px; position:absolute;}
#focus ul li{float:left; width:1600px; height:490px; overflow:hidden; position:relative;}
#focus .btn {position:absolute; width:1300px; text-align: right; height:13px; left:0px; bottom:10px;}
#focus .btn span {display:inline-block; _display:inline; _zoom:1; width:10px; height:10px; background:#fff; text-align:center; font-size:12px; cursor:pointer; margin-right: 10px; text-indent: 10000px;}
#focus .btn span.on {background:#a7202f;}

.banner{width:1000px; position:relative; height:231px; margin:0px auto 0;}
.banner img{
	position:absolute;
	top:0;
	left:-300px;
}

.title {
	font-family: "Microsoft YaHei" ,"微软雅黑", "黑体";
	font-weight: 400;
}
.title li {
  list-style:square; 
  color:red;
  font-size:13px
}
.contact_us {
	line-height: 30px;
	font-size: 14px;
	color: #333333;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.ff {
	float: left;
	width: 950px;
	margin-left: 30px;
}

.f0 {
	float: right;
	margin-top: 90px;
}

.contact_us a {
	color: #333333;
	font-size: 14px;
}

#frd_link {
	position: relative;
	margin: 0 auto;
	height: 137px;
	margin-top: 10px;
}

.fndlink {
	position: absolute;
	top: 0;
	left: 8%;
	background: url(../images/linkbg.jpg) no-repeat;
	width: 1400px;
	height: 114px;
}

.links {
	line-height: 25px;
	margin: 33px 0px 0px 262px;
	overflow: auto;
}

.links a {
	font-size: 8px;
	color: #fff;
	padding-right: 1px;
}

.news_1 {
	width: 293px;
	float: left;
	margin-right: 6px;
	margin-top: 6px;
	text-align: center;
	border: 1px solid #DCDCDC;
}

.news_1 a {
	padding: 1px;
	display: block;
	font-size: 15px;
}

.news_1 img {
	width: 291px;
	height: 218px;
}

.news_1 h3 {
	font-weight: normal;
	height: 30px;
	line-height: 30px;
}

.news_1 h3 a {
	font-size: 14px;
	color: #333;
}

.news_2 {
	width: 300px;
	margin-right: 0px;
	margin-top: 8px;
	text-align: left;
	border-bottom: 0px solid #DCDCDC;
}

.news_2 a {
	padding: 1px;
}

.news_2 img {
	width: 390px;
	height: 218px;
}

.news_2 h3 {
	font-weight: normal;
	height: 30px;
	line-height: 30px;
}

.news_2 h3 a {
	font-size: 16px;
	color: #333;
}

.date {
	font-size: 12px;
	border-bottom: 1px solid #DCDCDC;
	padding-bottom: 10px;
	text-align: center;
}

.contents {
	line-height: 20px;
	padding: 8px 13px;
	text-align: left;
	height: 85px;
	font-size: 12px;
	color: grey;
}

.intro {
	color: #666666;
	font-size: 12px;
}

.intro:hover {
	background: #B23838;
	color: #ddbfbf;
}

.intro:hover h3 a {
	color: #fff;
}

.intro1 {
	color: #666666;
  padding: 2px;
}

.intro1:hover {
	color: #ddbfbf;
}

.news_3 {
	width: 380px;
	margin-right: 0px;
	margin-top: 8px;
	text-align: left;
	border-bottom: 0px solid #DCDCDC;
}

.c_zs {
	background: url(../images/line.jpg) no-repeat center 130px;
	height: 249px;
	position: relative;
}

.kong {
	padding: 0px 0px 0px 275px;
}

.g_al {
	background: url(../images/line.jpg) center 117px no-repeat;
}

.g_al .kong {
	padding: 0px 0px 0px 235px;
}

.heart_pro {
	background: url(../images/yxzcp.jpg) no-repeat;
	width: 232px;
}

.pro_show .fl {
	width: 292px;
}

.pro_show .fr {
	width: 872px;
}

.heart_pro1 {
	padding: 25px 0px 0px 0px;
  width: 294px;
}

.heart_pro1 ul li {
	width: 294px;
	height: 35px;
	line-height: 35px;
	background: #b33938;
	margin-bottom: 10px;
	padding: 0px 0px;
  text-align:center;
}

.heart_pro1 ul li a {
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	display: block;
}

.heart_pro1 ul li a:hover {
	background: #0257a5;
}

.heart_pro {
	padding: 105px 30px 25px 30px;
}

.heart_pro ul li {
	width: 195px;
	height: 35px;
	line-height: 35px;
	background: #fff;
	margin-bottom: 10px;
	padding: 0px 20px;
}

.heart_pro ul li a {
	font-size: 16px;
	color: #444;
	font-weight: bold;
	display: block;
	background: url(../images/sjbg.png) no-repeat right center;
}

#more_pro {
	background: url(../images/morebg.jpg) no-repeat;
	width: 122px;
	height: 27px;
	line-height: 27px;
	font-size: 14px;
	color: #ffd8d8;
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}

#more_pro hvoer {
	color: #fff;
	background: #fff;
}

.lft {
	height: 388px;
	padding: 1px;
	position: relative;
	border: 1px solid #DCDCDC;
	width: 518px;
	float: left;
}

.lft a {
	display: block;
	height: 388px;
	width: 518px;
}

.lft span {
	position: absolute;
	bottom: 0px;
	left: 1px;
	background: #000;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #fff;
	display: block;
	width: 478px;
	padding: 0px 20px;
	background: rgba(0, 0, 0,0.5);
}

.lft span a {
	color: #fff;
	display: inline;
}

.lft span a em {
	float: right;
}

.pic_1 {
	width: 160px;
	height: 120px;
	border: 1px solid #333;
	padding: 1px;
}

.pic_1:hover {
	background: #f00;
}

.pro_show .lgt {
	width: 348px;
	float: right;
}

.mtop52 {
	height: 52px;
	clear: both;
}

.n_dt .kong {
	padding: 0px 0px 0px 280px;
}
/*hoverЧ��*/
#picts_say .p_left {
	width: 318px;
	height: 318px;
	float: right;
}

#picts_say li {
	float: left;
	width: 291px;
	height: 218px;
	padding: 1px;
	border: 1px solid #dcdcdc;
	margin-right: 6px;
}

#picts_say li, #picts_say .p_left {
	position: relative;
}

#picts_say li a {
	display: block;
	background: url(../images/bg75.png);
	width: 261px;
	height: 90px;
	position: absolute;
	left: 1px;
	bottom: 1px;
	color: #fff;
	display: none;
	padding: 0px 15px;
}

#picts_say li a span {
	text-align: left;
	font-size: 12px;
	color: #c5c5c5;
}

#picts_say li a em, #picts_say .p_left a em {
	font-size: 16px;
	text-align: center;
	color: #fff;
	height: 50px;
	line-height: 50px;
	display: block;
}

#picts_say li a:hover, #picts_say .p_left a:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
	text-decoration: none;
}

#picts_say li.psh_1 {
	margin-right: 0px;
}

.more_al {
	display: block;
	background: url(../images/morebg1.jpg) no-repeat;
	width: 122px;
	height: 27px;
	margin: 0 auto;
	clear: both;
	text-align: center;
	line-height: 27px;
	margin-top: 32px;
	margin-bottom: 10px;
}

.pic_i {
	float: left;
	margin-left: 6px;
	width: 163px;
	height: 121px;
	padding: 1px;
	border: 1px solid #cdcdcd;
	margin-bottom: 8px;
}

.pic_i:hover {
	background: #f00;
}
/*�ַ���*/
.box {
	width: 895px;
	height: 407px;
	position: relative;
	margin-top: 15px;
}

#slider {
	position: absolute;
	width: 1200px;
	height: 407px;
	left: 0px;
	top: 0px;
	overflow: hidden;
}

#slider .slide {
	position: absolute;
	top: 0px;
	height: 407px;
	width: 741px;
	background: #000;
	overflow: hidden;
	border-left: #000 solid 1px;
	cursor: default;
}

#slider .title {
	font-size: 16px;
}

#slider .backgroundText {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	background: #000;
	filter: alpha(opacity=40);
	opacity: 0.4;
	height: 35px;
	line-height: 35px;
}

#slider .text {
	position: absolute;
	bottom: 0px;
	color: #FFF;
	width: 670px;
	height: 35px;
	line-height: 35px;
	left: 40px;
}

#slider .text a {
	float: right;
}

#slider a {
	font-size: 14px;
	color: #fff;
}

.look {
	float: right;
	margin-right: 35px;
}

#slider .diapo {
	position: absolute;
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: hidden;
}

.tit {
	text-align: center;
	height: 68px;
	background: url(../images/dhbg.jpg) no-repeat;
	width: 576px;
	margin: 0 auto;
	margin-top: 30px;
}

.title1 {
	font-size: 29.21px;
	color: #c73434;
	font-weight: bold;
}

.title2 {
	font-size: 18px;
	color: #0257a5;
	font-weight: bold;
}

#cpmpany {
	height: 269px;
	background: url(../images/p3.jpg) no-repeat top center;
}

#cpmpany .fl {
	width: 294px;
}
/*����*/
.compareDiv {
	background: #d6e7f5;
	border: 1px solid #6eaadb;
	width: 958px;
	font-weight: bold;
	padding: 7px 0
}

.compareDiv .inBox {
	position: relative;
	width: 100%;
}

.compareDiv .inBox .thead {
	font-weight: lighter;
}

.compareDiv table {
	table-layout: fixed
}

.compareDiv table td {
	overflow: hidden;
	word-wrap: break-word;
	text-align: center;
}

.compareDiv span {
	height: 18px;
	overflow: hidden;
	display: block;
	padding: 0 5px
}

.bjTable .compareDiv td, .bjTable .compareDiv th {
	background: #d6e7f5;
}

.comDiv {
	position: fixed;
	top: 0;
	z-index: 999;
	_position: absolute;
	_top: expression(documentElement.scrollTop);
	overflow: visible;
}

.compareDiv .arrow {
	width: 13px;
	height: 15px;
	padding: 0;
	position: absolute;
	top: -2px;
	right: 5px;
	display: block;
	background: url(../images/duibi.gif) no-repeat 0px -75px;
	cursor: pointer
}
/*关于我们图片*/

/*-------- 原来的图片选项卡 --------*/
#cpmpany .fr {
	width: 886px;
}

.p_zs {
	background: url(../images/cpzsbg.png) no-repeat;
	height: 264px;
}

.cpzs.lxwm {
	background: url(../images/lxwmbg.jpg) no-repeat;
	padding: 0px 0px 0px 35px;
}

.cpzs.xwdt {
	background: url(../images/xwdtbg_03.jpg) no-repeat;
	padding: 0px 0px 0px 35px;
}

.cpzs.gsjj {
	background: url(../images/gsjj.jpg) no-repeat;
	padding: 5px 0px 0px 35px;
}

.title1_1 {
	height: 119px;
	background: url(../images/dh2.png) no-repeat left 25px;
	text-align: center;
	line-height: 110px;
}

.conts_1 a {
	font-size: 14px;
	color: #EB3434;
}

.conts_1 {
	font-size: 14px;
	line-height: 25px;
	color: #333333;
	text-indent: 2em;
}

.kong {
	float: left;
}

.more_p {
	float: left;
	margin-top: 120px;
}
/*lists*/
.cpzs {
	height: 25px;
	background: url(../images/cpzs.jpg) no-repeat;
	padding: 5px 0px 0px 30px;
	font-weight: bold;
	font-size: 16px;
	color: #b23838;
}

.gc_al {
	background: url(../images/gcalbg.jpg) no-repeat;
	padding-left: 35px;
}

.position {
	padding: 30px 0px 2px;
	border-bottom: 1px dashed #B5B5B5;
}

.n2_dqwz {
	font-size: 12px;
	color: #666;
	padding-top: 8px;
}

.n2_dqwz a {
	font-size: 12px;
}

.p_lists {
	padding: 30px 0px;
	border-bottom: 1px dashed #B5B5B5;
}

.p_l {
	width: 705px;
	margin: 0 auto;
}

.p_lists a {
	height: 31px;
	line-height: 31px;
	width: 131px;
	text-align: center;
	font-size: 16px;
	color: #000000;
	background: url(../images/l1.jpg) no-repeat;
	display: block;
	margin-right: 10px;
	float: left;
}

.p_lists a:hover {
	background: url(../images/l2.jpg) no-repeat;
	color: #fff;
	text-decoration: none;
}

.p_lists a.hover {
	background: url(../images/l2.jpg) no-repeat;
	color: #fff;
	text-decoration: none;
}

.s1 {
	width: 292px;
	height: 254px;
	float: left;
	margin: 0px 10px 13px 0px;
}

.s1_11 {
	width: 297px;
	height: 227px;
	margin-right: 4px;
}

.s1_12 {
	margin-right: 0px;
}

.s1 a {
	border: 1px solid #DCDCDC;
	padding: 1px;
	display: block;
}

.s1 span {
	height: 29px;
	line-height: 29px;
	width: 292px;
	font-size: 14px;
	color: #333333;
	display: block;
	text-align: center;
	margin-top: 5px;
}

.s1 span:hover a {
	background: url(../images/chover.jpg) no-repeat;
	color: #fff;
	text-decoration: none;
}

.s1_1 {
	margin-right: 0px;
}

.s1 span a {
	border: none;
}
/* page navigation style */
.pagelist {
	clear: both;
	padding: 15px 0;
	color: #666;
	font: normal 12px/24px Arial;
	text-align: center;
}

.pagelist a {
	display: inline-block;
	height: 22px;
	margin: 0 2px;
	padding: 0 8px;
	border: solid 1px #dbe5ee;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	color: #333;
	font: normal 12px/22px Arial, Helvetica, sans-serif;
	cursor: pointer;
}

.pagelist strong {
	display: inline-block;
	height: 24px;
	margin: 0 3px;
	padding: 0 8px;
	border: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background: #07519a;
	color: #fff;
	font-weight: normal;
	line-height: 24px;
	text-decoration: none;
}

.pagelist a:hover {
	height: 24px;
	margin: 0 3px;
	border: none;
	background: #07519a;
	color: #fff;
	line-height: 24px;
	text-decoration: none;
}

.pagelist a.select {
	cursor: default;
}

.artical h1 {
	font-size: 24px;
	color: #b33938;
	font-weight: bold;
	text-align: center;
	height: 45px;
}

.artical {
	padding-top: 10px;
}

.updown {
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	text-decoration: none;
	margin-left: 30px;
	_margin-left: 26px;
	float: left;
  color: #b33938;
}

.updown a {
	text-decoration: none;
}

.artical_nr {
	line-height: 30px;
	font-size: 18px;
	color: #333333;
	padding: 15px 15px;
	border: 1px solid #cdcdcd;
}

.artical_br {
	line-height: 30px;
	font-size: 12px;
	color: #333333;
	padding: 0px 10px;
  border-top: 1px dashed #cdcdcd;
}

.artical_nr div {
	margin-bottom: 10px;
}

.artical_1 {
	padding-top: 20px;
}

.updown a:hover {
	color: #b23838;
	text-decoration: none;
}

.abv_next {
	padding-bottom: 40px;
	border: 1px solid #cdcdcd;
        margin-top: 10px;
}

.back {
	float: right;
	margin-right: 20px;
	_margin-right: 16px;
	padding-top: 10px;
        color: #b33938;
}

.back   a:hover {
	color: #b23838;
	text-decoration: none;
}
/*推荐产品CSS*/
#link {
	height: 220px;
}

.lk_ctrl {
	width: 28px;
	float: left;
	height: 28px;
	cursor: pointer;
	margin-top: 110px;
}

.lk_ctrl2 {
	width: 28px;
	float: right;
	height: 28px;
	cursor: pointer;
	margin-top: 110px;
}


.lk_con {
	float: left;
	height: 220px;
	width: 1200px;
	overflow: hidden;
}

.lkgd {
	width: 10000px;
}

.lk_con .lkson {
	width: 292px;
	float: left;
	margin-right: 10px;
	position: relative;
}

.lk_con .lkson .pic {
	width: 288px;
	height: 216px;
	padding: 1px;
	display: block;
	margin: 0 auto;
	border: 1px solid #cdcdcd;
}

.lk_con .lkson .text {
	display: block;
	position: absolute;
	bottom: 2px;
	text-align: center;
	overflow: hidden;
	left: 2px;
	width: 288px;
	height: 28px;
	background: url(../images/bg75.png);
	line-height: 28px;
	color: #fff;
}

.lk_width {
	width: 1256px;
	margin: 0 -22px;
}

.z0_tit {
	height: 40px;
	line-height: 45px;
	width: 950px;
	margin: 0 auto;
	font-size: 20px;
	color: #b33938;
	font-weight: bold;
	text-align: center;
}

.z2_tit {
	height: 40px;
	line-height: 50px;
	width: 300px;
	margin: 0 auto;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding-bottom: 8px;
	border-bottom: 1px solid #DCDCDC;
	background: #b33938;
}

.zl_tit {
	background: url(../images/dh3.jpg) no-repeat;
	height: 70px;
	line-height: 50px;
	width: 696px;
	margin: 0 auto;
	font-size: 24px;
	color: #c73434;
	font-weight: bold;
	text-align: center;
}

.zl_tit1 {
	border-top: 0px solid #cdcdcd;
}

.mtop30 {
	height: 10px;
	clear: both;
}
/*��Ʒ����ҳ*/
.cpxq_1 {
	width: 291px;
	float: left;
	margin-right: 12px;
}

.cpxq_11 {
	margin-right: 0px;
}

.cpxq_1 span {
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
}

.artical .fl a {
	width: 458px;
	height: 343px;
	padding: 1px;
	border: 1px solid #cdcdcd;
	display: block;
}

.artical .fr .p1 {
	border-bottom: 1px dashed #cdcdcd;
	height: 60px;
	line-height: 60px;
	color: #888888;
}

.artical .fr .p1 span {
	color: #333333;
	font-size: 14px;
	padding-left: 20px;
}

.artical .fr {
	width: 440px;
	padding-left: 47px;
}

h2 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	border-bottom: 1px dashed #D5D5D5;
	height: 43px;
	line-height: 50px;
}

.contact_us .fl {
	width: 275px;
	font-size: 14px;
	color: #333333;
	padding: 50px 0px 20px 30px;
	line-height: 50px;
}

.contact_us .fl strong {
	font-weight: bold;
}

.contact_us .fr {
	padding: 55px 20px 70px;
}
/*news*/
.news_list .fl {
	width: 600px;
	float: left;
	height: 230px;
}

.news li {
	border-bottom: 1px dashed #ccc;
	height: 49px;
	line-height: 49px;
	width: 550px;
	float: left;
	margin-right: 45px;
}

.news li.li_1 {
	margin-right: 0px;
	margin-left: 45px;
}

.news li a {
	float: left;
}

.news li span {
	float: right;
}

.n_1 h3 {
	height: 50px;
	line-height: 50px;
	font-weight: normal;
}

.n_1 h3 a {
	font-size: 16px;
	color: #333333;
}

.n_1 p {
	color: #666666;
}

.n1 a {
	float: left;
}

.n_1 {
	float: right;
	padding-left: 12px;
	width: 257px;
	margin-right: 40px;
}

.n_1 .contents {
	font-size: 12px;
	color: #666;
	padding: 8px 0px;
}

.p_12 {
	width: 423px;
}

.f_title {
	text-align: center;
	font-size: 12px;
	color: #999999;
}

.cp_sa {
	padding-top: 30px;
}
/* footer */
.row {
	width: 1100px;
	margin: 0 auto;
	height: 220px;
}

.footer {
  width: 100%;
	background: #25282d;
	padding-top: 46px;
}

.footTop {
	margin-bottom: 0px;
}

.footer dl {
	float: left;
	padding: 0 24px;
	background: url(../images/xian.png) no-repeat 0 4px;
	height: 164px;
}

.footer dt {
	font-size: 16px;
	margin-bottom: 20px;
	color: #b33938;
	font-weight: bold;
}

.footer dd {
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	padding-left: 5px;
	color: #666;
	font-size: 12px;
}

.footer .f-item1 {
	width: 120px;
	padding-right: 15px;
}

.footer .f-item2 {
	width: 220px;
	padding-top: 30px;
}

.footer .f-item3 {
	background: none;
	padding-left: 0;
}

.feed-form input {
	float: left;
	background: #fff;
	height: 20px;
	border: 0;
	width: 128px;
	padding: 4px 5px;
	line-height: 20px;
}

.feed-form button {
	float: left;
	height: 28px;
	width: 60px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #57b0f5;
	border: 0;
}

.footer .wb-list .wb1 {
	background-position: 0 -120px;
}

.footer .wb-list .wb2 {
	background-position: -20px -120px;
}

.footer .wb-list .wb3 {
	background-position: -40px -120px;
}

.footer a {
	color: #666;
	font-size: 12px;
}

.footer a:hover {
	color: #b33938;
}

.footer .none {
	background: none;
}

.footer .footInfo {
	width: 160px;
	color: #666;
	font-size: 12px;
}

.copy-right {
  width: 100%;
	height: 30px;
	line-height: 30px;
	background: #b33938;
	text-align: center;
	color: #ffffff;
	border-top: 0px solid #b33938;
	background: #000;
}
.incap_page-tooltip{display:none;}