﻿@charset "utf-8";

/* -------- 全局样式-------- */  

* {

	margin: 0;

	padding: 0;

}

body {

	font-family: "微软雅黑", "宋体", arial;

	font-size: 12px;

	margin: 0px;

	padding: 0px;

	background: #fff;

	color: #5c5c5c;

}

div, form, img, ul, li, dl, dt, dd {

	padding: 0px;

	margin: 0px;

	border: 0px;

}

td, p, div, li, select, input, textarea {

	font-family: "微软雅黑", "宋体", arial;

	font-size: 12px;

	margin: 0;

	padding: 0;

}

td, p, div, li, input, textarea {

	word-break: break-all;

}

/*强行换行*/

table, tr, td, th {

	font-size: 12px;

}

ul, li {

	list-style-type: none;

}

/*ul,li{ LIST-STYLE: none;}*/

h1, h2, h3, h4, h5, h6 {

	padding: 0px;

	margin: 0px;

}

/* -------- 链接-------- */

a:link {

	color: #5c5c5c;

	text-decoration: none;

} /* 未访问的链接 */

a:visited {

	color: #5c5c5c;

	text-decoration: none;

} /* 已访问的链接 */

a:hover {

	color: #0d62be;

	text-decoration: none;

} /* 鼠标放上去的链接 */

a:active {

	color: #5c5c5c;

} /* 激活链接 */

/* -------- 表单 -------- */





/* -------- 文本样式 -------- */ 

.fB {

	font-weight: bold;

}

.f12px {

	font-size: 12px;

}

.f14px {

	font-size: 14px;

}

.lh_16 {

	line-height: 16px;

}

.lh_18 {

	line-height: 18px;

}

.lh_20 {

	line-height: 20px;

}

.lh_22 {

	line-height: 22px;

}

/* -------- 对齐和边距 -------- */

.left {

	float: left;

}

.right {

	float: right;

}

.clear {

	clear: both;

}

.c{

	clear: both;

}

/*.clear{ clear:both; visibility:hidden;font-size:1px; width:1px;}  */

.pd_10 {

	padding: 10;

}

.mg_10 {

	margin: 10;

}

.ma {

	margin: 0 auto;

}

/* -------- 结构布局 --------*/

.main {

	background:#fff;

}

.center {

	width: 1200px;

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: 0px;

	margin-left: auto;

	position: relative;

	

}



/* -------- 栏目板块 -------- */ 



/* top 头部样式 */

.top {

	height: 30px;

	background: #f3f3f3;

	color: #5c5c5c;

	line-height: 30px;

}

.top_r {

	float: right;

}

.collection {

	float: right;

}

/*搜索search*/

.hot {

float: left;

height: 30px;

line-height: 30px;

padding-left: 25px;

background: url("../images/bar-notice-icon.png") left center no-repeat;

overflow:hidden;

}

.hotsearch {

height: 30px;

margin: 0px auto;

border-top: 1px solid #c7c8cc;

border-bottom: 1px solid #c7c8cc;

}

.search {

	margin: 4px auto 0;

	float: right; width:185px;

}

.search_nr {

	color: #0d62be;

	padding: 0px 0px;

	height: 23px;

	margin-bottom: 15px;

	margin: 0 auto;

}

.search_r {

	overflow: hidden;

	padding: 0px 0px 0px 19px;

	float: right;

}

#formSeach {

	width: 100%;

	overflow: hidden;

}

#formSeach input.input_text {

	border: 1px solid #ccc;

	border-right: 0;

	float: left;

	height: 20px;

	line-height: 20px;

	color: #000;

	padding: 0 5px;

	background: #fff;

}

#formSeach input.input_text_ny {

	border: 1px solid #ccc;

	border-right: 0;

	float: left;

	height: 20px;

	line-height: 20px;

	color: #a4a59f;

	padding: 0 5px;

	width: 169px

}

#formSeach input.btn_search {

	border: 0;

	background: url(../images/search.png) no-repeat left top #0d62be;

	width: 24px;

	height: 22px;

	float: left;

	overflow: hidden;

	cursor: pointer;

}

#formSeach .radiobox {

	padding: 0px 10px 0px;

	color: #a4a59f;

	float: left;

	height: 26px;

	line-height: 26px;

	-webkit-padding-start: 2px 10px 0px;

}

#left_box #formSeach input.input_text, #box250right #formSeach input.input_text {

	width: 169px;

}

/*导航菜单*/

.imenu{ width:100%; background:#0d62be;}

.menu{ width:1200px; height:60px; margin:0 auto; }

.menu ul{}

.menu ul li{ display:block; float:left; width:150px; height:60px; text-align:center;position:relative; }

.menu ul li a{ display:block; width:150px; text-align:center; color:#fff; line-height:60px; font-size:16px;}

.menu ul li a:hover{color:#fff;}

.menu ul li:hover{ background:#BF100D; color:#fff;}

.menu ul li:first-child{ background:#BF100D; color:#fff;}

.menu .cur{ background:#BF100D; color:#fff;}

.menu .cur a{ color:#fff;}

.menu .cur a:hover{ color:#fff;}



.menu li .submenu{display:none;position:absolute;top:0;left:0; background:rgba(0,0,0,0.8); z-index:9}

.menu li .submenu{padding:0px;width:100%; height:auto; padding:0}

.menu li .submenu li{float:none;padding:0; height:50px; line-height:50px;background:none; margin:5px 0}

.menu li .submenu li:hover{ background:rgba(0,0,0,0.8);}

.menu li .submenu li a{float:none;padding:0;text-align:center;height:50px;line-height:50px; font-size:16px; color:#fff;}

.menu li .submenu li a:hover{ line-height:50px; background:none;}

/*幻灯Banner*/

.banner {

	position: relative;

	height: 500px;

}

.banner .btn1 {

	bottom: 20px;

	margin-right: -450px;

	padding: 5px 6px;

	position: absolute;

	right: 50%;

	z-index: 7;

}

.banner .btn1 span {

	line-height: 14px;

	background: none repeat scroll 0 0 #0d62be;

	border: 1px solid #0d62be;

	color: #FFFFFF;

	cursor: pointer;

	display: inline-block;

	margin-left: 5px;

	padding: 2px 5px;

}

.banner .btn1 span.cur {

	font-weight: bold;

	padding: 4px 8px;

	background: none repeat scroll 0 0 #BF100D;

	border: 1px solid #BF100D;

}

.banner .bgitem {

	height: 500px;

	cursor: pointer;

	width: 100%;

	margin: 0 auto;

	position: absolute;

	background-position: center top;

	background-repeat: no-repeat;

}



.banner2{

	width:100%;

	background:url(../images/b1.jpg) no-repeat center;

	height:500px;

}

.banner3{

	width:100%;

	background:url(../images/b2.jpg) no-repeat center;

	height:500px;

}



.fl_box{ width:100%; height:160px; background-color:#f8f8f8;}

.fl_boxcenter{ width:1200px; height:160px; margin:0 auto;}

.fl_gd{ width:60px; height:30px; margin:0 auto;}

.fl_bt{ width:1200px;text-align:center;margin-top:20px;}

.fl_bt h3{ line-height:30px; color:#333; font-family:"微软雅黑"; font-size:30px; }

.fl_bt h4{width:250px;height:2px;margin:0 auto;margin-top:15px;background:#e5e5e5; text-transform:uppercase;}

.fl_bt span {line-height:35px;font-size:14px; text-transform:uppercase}

.fl_tp{ width:1200px; height:100px; background:url(../images/fl_bj.png) no-repeat center; margin-top:40px;}

.fl_tp ul li{ width:100px; height:100px; line-height:100px; margin-left:16px; float:left; text-align:center;}

.fl_tp ul li a{ font-family:"微软雅黑"; font-size:16px; color:#fff;}

.fl_tp ul li a:hover{ color:#ea3c00;}



/*demo1*/

.demo1 {

	width: 1002px;

	margin: 0px auto 0px;

}

/*右侧产品列表*/

.demo1_right {

	width: 704px;

	/* height: 685px; */

	border: 1px #ccc solid;

	margin: 45px 0px 0px 0px;

	padding: 15px 0px 0px 18px;

	float: right;

	overflow: hidden;

}

.demo1_right ul {

	/* width: 690px; */

}

.demo1_right ul li {

	width: 233px;

	margin: 0 0 8px 0;

	float: left;

}

.demo1_right ul li > a {

	border: #ddd 1px solid;

	width: 218px;

	height: 168px;

	display: block;

}

.demo1_right ul li p {

	width: 220px;

	height: 40px;

	line-height: 40px;

	text-align: center;

	font-size:14px;

}

/*左侧产品分类*/

.demo1_left {

	width: 234px;

	margin: 45px 0px 0px 0px;

	padding: 8px;

	background:#0d62be;

	float: left;

}

.demo1_title {

	

	color: #fff;

	overflow: hidden;

	text-align: center;

	padding: 0 0 0 0px;

	margin: 15px 0 25px 0;

}

.demo1_title p {height: 35px;

line-height: 35px;font-size:24px; }



.demo1_title span {

	margin: 0 0 0 5px;

	text-transform:uppercase;

		font-family: impact;

		font-size:20px; 

}

.typlist {



	margin: 0 auto;

}

.typlist_bottom {



	height: 10px;

}



.typlist dl dt {padding: 0 0 0px 0; border-bottom:1px solid #dddfe0;}

.typlist dl dt a {

	display: block;

	font-size: 16px;

	background: url(../images/yq1.png) no-repeat 180px center #fff;

	height: 70px;

	line-height: 70px;

	padding: 0 0px 0 30px;

	margin: 0 auto 0px auto;

	z-index: 999;

	text-decoration: none;

}

.typlist dl dt a:hover {color:#0d62be;}

.typlist dl dd {padding: 0 0 0px 0; border-bottom:1px solid #dddfe0;}

.typlist dl dd a {

	display: block;

	font-size: 14px;

	height: 60px;

	line-height: 60px;

	padding: 0 0px 0 45px;

	margin: 0 auto 0px auto;

	z-index: 999;

	text-decoration: none;

	background:#fff;

}

.typlist dl dd a:hover {color:#0d62be;}







.typlist dl p{ padding:0px; border-bottom:1px #dddfe0 solid; background:#fff; line-height:60px; font-size:16px; height:60px; padding:0 8px;}



/*左侧联系我们*/

.demo_contact {

	margin: 8px auto 0;

	background:#fff;

	

}

.demo_contact_title {background: url(../images/first-bg-02.png) no-repeat left -64px; font-size:16px; color:#fff;height:36px;line-height:36px;text-align:center;margin:15px 0 0 0;}

.demo_contactnr {

	padding: 0px 5px 9px 10px;

}

.demo_contact img {border:3px solid #e8e8e8;margin:10px 10px 5px;}

.demo_contact p {

	color: #666666;

	line-height: 20px;

}

.demo_contact p span {color:#0d62be;font-weight:bold;}

.zcrx {

background: url(../images/lfte_tel.png) no-repeat 20px center #fff;

padding: 13px 6px 12px 70px;

}

.zcrx span {

	color: #ffc53b;

	font-size: 14px;

	line-height: 14px;

}

.zcrx p {

	font-size: 24px;

	color: #56667c;

	font-family: impact;

}

/*demo2*/

.demo2 {

	background:#f5f5f3;

	margin: 40px auto 0px;

	height:353px;

	position:relative;

}

.demo2_bg {

	height:271px;

	width: 1002px;

	margin: 0px auto 0px;

	padding: 42px 0px 0 0;

	background:url(../images/about_bg.jpg) no-repeat left 42px #f5f5f3;

}

.demo2 p {float:right; line-height:26px; font-size:14px;width:610px;height:156px;margin:60px 0 0 0;}

.demo2 a {width:110px; height:40px; background:#0d62be;display:block;color:#fff; text-align:center;line-height:40px;position:absolute; left:50%;top:273px;margin:0 0 0 -108px;}

.demo2 a:hover {background:#fab00e;}

.about_l {float:left; width:400px;}

.about_l  img {border:1px solid #ccc;margin:7px 0 0 0;}

.about_r {float:right; width:600px; }

.about_r p {font-size:14px; line-height:25px;}

.about_r a {width:150px; height:40px; line-height:40px;background:#0d62be; display:block; color:#fff;float:left;text-align:center;margin:8px 10px 0 0;}

.about_r a:hover {background:#fab00e;}



.news{width:100%;}

.newsmain{float:left;margin: 40px 0 0 0; width:100%; background:#f5f5f3; position:relative; border-top:1px solid #eeeeec;padding:0 0 20px 0;}

.maintop2{ position:absolute; top:-9px; height:9px; width:100%;background:url(../images/maintop2.gif)   center no-repeat; left:0;}

.xwzj { width:1200px; margin:0 auto; overflow:hidden;}

.newsmain ul{ width:1000px;}

.newsmain ul li{ float:left;width:475px; margin:0 30px 30px 0;}

.newsmain ul li:nth-child(2n){margin-right:0;}



.newsli_r{float:left;width:400px; }

.newsli_r a{ height:30px; line-height:30px;float:left;width:380px; padding:0 10px; background:#e2e2e2;text-overflow:ellipsis; overflow:hidden; white-space:nowrap; }

.newsli_r p{ height:43px;  line-height:20px;float:left;width:380px; padding:0 10px; margin-top:1px; padding-top:10px;background:#eaeaea; }

.process{width:100%; line-height:23px; text-align:center;}

.process .newsmain{text-align:center;}

.processmore{ background:#0d62be; display:inline-block; width:211px; height:45px; line-height:45px; text-align:center; color:#fff; border-radius:5px;}

.processmore a{ width:100%; float:left;font-family:'Microsoft Yahei'; text-align:center; font-size:15px; color:#fff;}

.processmore:hover {background:#fab00e;}

.processimg{ float:left;width:100%; padding:50px 0;text-align:center;position:relative;}

.processimg dl {position:absolute;top: 50px;

left: 50%;margin:0 0 0 -465px;}

.processimg dd{float:left;}

.an1 {display:block;width:78px; height:78px;background:url(../images/lc.png) no-repeat 0 0;margin-right:217px;}

.an2 {display:block;width:78px; height:78px;background:url(../images/lc.png) no-repeat 0 -88px;margin-right:205px;}

.an3 {display:block;width:78px; height:78px;background:url(../images/lc.png) no-repeat 0 -176px;margin-right:198px;}

.an4 {display:block;width:78px; height:78px;background:url(../images/lc.png) no-repeat 0 -264px;margin-right:217px;}

.an1:hover {display:block;width:78px; height:78px;background:url(../images/lc.png) no-repeat -88px 0;margin-right:217px;}

.an2:hover {display:block;width:78px; height:78px;background:url(../images/lc.png) no-repeat -88px -88px;margin-right:205px;}

.an3:hover {display:block;width:78px; height:78px;background:url(../images/lc.png) no-repeat -88px -176px;margin-right:198px;}

.an4:hover {display:block;width:78px; height:78px;background:url(../images/lc.png) no-repeat -88px -264px;margin-right:217px;}

/*demo3*/

.demo3 {}

.demo3 .wz1 {position: absolute; left:50%; top:113px; margin: 0 0 0 -248px; width: 495px; color:#8f8f8f; line-height: 22px;text-align:center;}

.demo3 .wz2 {background: url(../images/demo3_wz2.png) no-repeat center top;width:1002px; height:226px; position: absolute; left:50%; top:199px; margin: 0 0 0 -501px; }

.demo3 .wz2 a {width:146px; height:166px; display: block; border: 2px solid #e9e9e9; float:left; margin: 56px 50px 0;}

.demo3 .wz2 a p {width:146px; height:60px; text-align: center ; font-size: 14px; color:#8f8f8f; padding:79px 0 0 0;}

.demo3 .wz2 a p em {font-size: 12px; color:#d2d2d2;display:block;font-style:normal;}

.demo3 .wz2 a span {display:block; width:146px; height:28px; line-height:28px; background: #ececec; text-align: center;}

.demo3 .wz2 a:hover {border: 2px solid #0d62be;}

.demo3 .wz2 a:hover span {background: #0d62be; color:#fff;}

.demo3 .wz2 .fw1 {background:url(../images/fw1.png) no-repeat center 27px;}

.demo3 .wz2 .fw2 {background:url(../images/fw2.png) no-repeat center 27px;}

.demo3 .wz2 .fw3 {background:url(../images/fw3.png) no-repeat center 27px;}

.demo3 .wz2 .fw4 {background:url(../images/fw4.png) no-repeat center 27px;}

.demo3_more {  background:url(../images/fwsj.png) no-repeat center 20px; position: absolute; left:50%; top: 454px; margin:0 0 0 -50px;}

.demo3_more:hover {background:url(../images/fwsj2.png) no-repeat center 20px;}

.demo3_more:hover a {color:#0d62be;}

.demo3_more a {color:#8f8f8f; text-align: center; display: block; width:100px; height: 60px;}

/*demo4*/

.demo4 {}



/*title*/



.nameff {

	float: left;

	width: 492px;

	height:56px;

	background: url(../images/dt_bg.png) repeat-x 0 50px;

}

.nameff p {

	float: left;

}

.nameff p span {



font-size:16px;

padding-bottom: 16px;

height: 40px;

margin-bottom: 30px;

font-weight: normal;

overflow: hidden;

display:block;

color:#333;

}

.nameff p em {

	display: block;

	font-style:normal;

	color: #989898;

	line-height: 22px;

	font-size: 12px;

	z-index: 0;

	text-transform:Uppercase;

}

.nameff a {

	float: right;

	padding: 12px 0 0 0;

	color: #333;

}

/*deom5*/

.demo5 {margin: 40px 0 0 0;}

/*新闻动态*/

.news {width:100%;}

.news_nr {margin: 20px 0 0 0;}

.news ul {width:1100px;}

.news ul li {line-height:25px; float:left;}

.news ul li a {font-size: 13px;}

.news ul li a span {float:right;}

/*关于我们*/

.about {float:left; width:500px; }

.about_nr {margin: 20px 0 0 0;}

.about_img {float: left; width: 198px; height:144px; margin: 7px 0 0 0;  border:1px solid #ccc;}

.about_nr p {width: 285px;

float: right;

line-height: 22px;

padding: 3px;}



/*产品滚动2*/

.hotproduct {margin: 15px 0 0 0;}

#demo1p {

	height: 320px;

	list-style: none outside none;

	/*     margin-left: 10px; */

	overflow: hidden;

	width: 1002px;

}

#indemo1p {

	float: left;

	width: 800%;

	margin:17px 0 0 0;

}

#demo1p1 {

	float: left;

}

#demo1p2 {

	float: left;

}

.top_14 {

	list-style: none outside none;

	display: inline;

}

ul {

	list-style: none outside none;

}

.top_14 li {

	float: left;

	height: 210px;

	margin-right: 10px;

	margin-top: 3px;

	overflow: hidden;

	padding-right: 10px;

	padding-top: 3px;

	text-align: center;

	width: 200px;

}

.top_14 h2 {

	width: 200px;

	height: 152px;

	margin: 0 auto;

}

.top_14 h2 a {

	width: 200px;

	height: 150px;

	border: #d3d3d3 solid 1px;

	padding: 1px;

	display: table-cell;

	vertical-align: middle;

	text-align: center;

*display:block;

*font-size: 129px;

*font-family:Arial;

/* color: #003366;

    font-weight: bold; */

}

.top_14 h2 img {

	vertical-align: middle;

}

.top_14 li p {

	margin-top: 15px;

}

.top_14 li p .a1 {

	font-size: 12px;

	border: 0px;

	padding: 0px;

	overflow: hidden;

	display: block;

	height: 24px;

}

.top_14 li p .a1:hover {

	color: #0256a7;

}

/*bottom*/

.bottom {

	/*margin: 30px 0 0 0px;

	height: 190px;

	background:url('../images/bottom.png') repeat #0d62be;

	overflow: hidden;

	border-top:5px solid #004c99;*/

}



.bottom_menu {

	margin: 0px auto 0px;

	height: 30px;

}

.bottom_menu li {

	float: left;

	

	height: 30px;

line-height: 30px;

text-align: center;

color: #fff;

font-size: 14px;

}

.bottom_menu li:first-child {

	margin: 0 0 0 0px;

}

.bottom_menu li a {



	

	color: #fff;

font-size: 14px;

font-family: "Microsoft YaHei";

display: inline-block;

padding: 0 20px;

	

}

.bottom_menu li a:hover {

	color: #ffd200;

}

.bottom_content {width:920px; margin: 45px auto 0;}

.bottom_r {

	width:724px;float: right;text-align: center; margin: 0 0px 0 0;

}

.bottom_r p span {color: #fff; }



.bottom_l {

	float: left;

	margin: 0 70px 0 15px;

}

.bottom_c {float: left; width: 465px; margin: 0px 0 0 0;    text-align: left;}

.copright {

	margin: 10px 0 0 0;

}

.copright p {

	color: #fff;

	line-height:24px;

	width: 510px;

}



.copright a {

	color: #fff;

	margin:0 0px 0 0;

}

.copright a:hover {

	color: #ffae00;

}

.link {margin:25px 0 0px 0;height:50px; width:1002px; border:1px solid #dadada;}

.link span {float:left;color:#333;background:url(../images/link.png) no-repeat 5px center #fff;padding:0 10px 0 90px;margin: -10px 0 0 8px;position: absolute;}

.link ul {padding:0 0 0 15px;}

.link ul li {float:left;}

.link ul li a {color:#333;margin:0 10px 0 0 ;display:block;height:50px;line-height:50px;}

.link ul li a:hover {color: #0d62be;}

/*内页*/



.title_ny {

	font-size: 14px;

color: #fff;

font-weight: normal;

line-height: 22px;

overflow: hidden;

height: 20px;

padding: 0 0 10px 40px;

background: url('../images/jt.png') no-repeat 20px 8px;

}

.title_ny span {

	margin: 0 0 0 5px;

}

.a_left {

	width: 210px;

	float: left;

	position: relative;

}

.a_title {

	height: 50px;

	line-height: 50px;

	font-size: 24px;

	font-weight:bold;

	border-bottom:1px #ddd solid;

	color: #333;

	text-align: left;

}

.a_title a {

	color: #666;

}

.a_title a:hover {

	color: #0d62be;

}

.loc{ line-height:40px; color:#666; font-size:14px; float:right; font-weight:normal;}

.loc a{ line-height:40px; color:#666; font-size:14px; font-weight:normal;}

.a_list {

	width: 208px;

	border: 1px solid #ccc;

	margin: 20px 0 0 0;

	padding: 0px 0 10px 0;

}

.a_list ul {

	padding: 10px 0px 0 0;

	padding-left: 40px;

}

.a_list ul li {

	line-height: 30px;

}

.a_list ul li >a {

	background: url(../images/jt.gif) no-repeat left center;

	padding-left: 12px;

	color: #666;

}

.a_list ul li >a:hover {

	color: #0d62be;

}

.a_list ul li dl {

	padding-left: 10px;

}

.a_list ul li dl dd {

	height: 22px;

	line-height: 22px;

}

.a_list ul li dl dd a {

	padding-left: 15px;

	background: url(../images/-.gif) no-repeat left center;

	color: #666;

}

.a_list ul li dl dd a:hover {

	color: #0d62be;

}

.a_contact {

	width: 208px;

	border: 1px solid #ccc;

	margin: 10px 0 20px 0;

	text-align: center;

	padding-bottom: 5px;

}

.a_contact >p {

	color: #666666;

	line-height: 18px;

	text-align: left;

	padding: 0 8px 0 8px;

}

.a_contact >p >a {

	color: #666;

}

.a_contact >p >a:hover {

	color: #0d62be;

}

.a_contact img {

	margin: 5px 0 5px 0;

}

.a_tel {

	background: url(../images/dh.gif) no-repeat 8px center;

	text-align: left;

	padding-left: 68px;

	margin-bottom: 10px;

}

.a_tel span {

	color: #666;

}

.a_tel p {

	color: #0d62be;

	font: 14px "Impact";

}

.a_right {

	width: 900px;

	float: right;

	position: relative;

	margin: 45px 0 0 0;

}

.content {

	padding:20px 0

}

.content p {

	color: #666;

	font-size: 16px;

	line-height: 35px;

}

/* 下一个产品 */

.preNext {

	position: relative;

	background: url(../images/news_con.jpg) left top no-repeat;

	padding-top: 20px;

	margin-top: 10px;

}

.preNext .line {

	height: 10px;

	overflow: hidden;

	clear: both;

	margin: 4px auto;

	padding-top: 10px;

}

.preNext .line strong {

	display: block;

	width: 8px;

	height: 10px;

	overflow: hidden;

	font-size: 0px;

	line-height: 100px;

	float: left;

}

.preNext .text {

	color: #666;

}

.preNext .text a:hover {

	color: #0d62be;

	text-decoration: underline;

}

.preNext .text li a {

	font-size:14px; line-height:30px;

	color: #666;

}

.preNext .text li a:hover {

	color: #0d62be;

}

.preNext .text_b {

	color: #0d62be;

}

.preNext .text_b a {

	color: #0d62be !important;

}

/*新闻列表*/

.news_list li {

	font-size: 16px; line-height:60px; border-bottom:1px #ddd dashed;height: 60px;

}

.news_list span {

	float: right;

	color:#666;

}

.news_list li a {

	color: #333;

}

.news_list li a:hover {

	color: #0d62be;

}

/* 翻页 */

.page_list {

	height: 20px;

	line-height: 20px;

	text-align: center;

	letter-spacing: 0;

	;

	font-size: 12px;

	margin-top: 20px;

	border: none !important;

	margin-bottom: 20px;

}

.page_list a {

	display: inline-block;

	color: #aaa;

	border: 1px solid #aaa;

	background: #fff;

	text-align: center;

	margin: 0 1px;

	width: auto;

	height: 20px;

	padding: 0px 6px;

	font-family: "Microsoft Yahei", "宋体";

}

.page_list a:hover {

	color: #fff;

	border: 1px solid #0d62be;

	background: #0d62be;

}

.page_list a.on {

	color: #fff;

	border: 1px solid #0d62be;

	background: #0d62be;

}

/*新闻详细*/

.title_news_article {

	font-size: 30px;

	color: #0d62be;

	height: 50px;

	text-align: center;

}

.news_aticle {

	line-height: 35px;

	font-size: 16px;

	color: #333;

	margin-top:20px;

	padding-top:20px;

	border-top:1px #ddd solid;

}

/*product 页面*/

.prolist {

}

.prolist ul li {

	float: left;

	margin: 0 11px 0 11px;

	height:282px;

	overflow:hidden;

}

.prolist ul li > a {

	display: block;

	width: 276px;

	height: 230px;

	border: 1px #ccc solid;

}

.prolist ul li p {

	margin-bottom: 10px;

}

.prolist ul li p a {

	width: 276px;

	text-align: center;

	margin-top: 0px;

	font-size: 16px;

	color: #333;

	height: 40px;

	text-align: center;

	line-height: 40px;

	display: inline-block;

}

.prolist ul li p a:hover {

	color: #0d62be;

}

/* 产品详情 */

.proinfo {

	width: 100%;

}

.proinfo_img {

	float: left;

	width: 400px;

	height: 300px;

	border: 1px #d0d0d0 solid;

	padding:5px;

}

.proinfo_text {

	float: right;

	width: 450px;

}

.proinfo_text h1 {

	color: #0d62be;

	border-bottom: 1px #d0d0d0 solid;

	height: 35px;

	font-size: 24px;

	font-weight: normal;

	line-height: 35px;

	margin-top: 10px;

	font-family: "微软雅黑";

}

.proinfo_text p {

	margin: 10px 0;

	color: #666;



}

.pro_c {

	color: #666;

	margin-top: 15px;

	background: url(../images/box_dotline.gif) left bottom no-repeat;

	padding-bottom: 20px;

	line-height: 24px;

}



.nrfg{ line-height:50px; font-size:30px; font-weight:bold; color:#333;}

/*相关信息*/

.related_news {

	margin: 20px 0 0 0;

	height: 120px

}

.related_title {

	border-bottom: 1px solid #ccc;

	margin: 0px 0 10px 0;

}

.related_title span {

	font-size: 14px;

	font-weight: bold;

}

.related_title a {

	float: right;

	font-size: 12px;

	font-weight: normal;

}

/*相关新闻*/



.related_news ul li {

	width: 50%;

	float: left;

	padding: 2px 20px 5px 0;

	box-sizing: border-box;

	border-bottom:1px #eee dashed;

}

.related_news ul li a {

	text-overflow: ellipsis;

	white-space: nowrap;

	overflow: hidden;

	display: block;

	line-height: 32px;

	font-size:15px;

}

.related_news ul li a span {

	float: right;

}

/*相关产品*/

.related_product {

	height: 235px;

}

.related_product ul li {

	float: left;

	width: 25%;

}



.related_product ul li p{ width:165px;}

.related_product ul li>a {

	border: 1px #ddd solid;

width: 165px;

height: 165px;

display: block;

}

.related_product ul li p a {

	text-align: center;

	display: block;

}

/*案例*/

.case_show {width:1002px; margin:0 auto;}

.case_show div img{

	-webkit-transition: 0.3s;

	-o-transition: 0.3s;

	transition: 0.3s;

}

.case_show div:hover img{

	-webkit-box-shadow: 0 4px 4px #666;

	box-shadow: 0 4px 4px #666;

	opacity: 0.9;

	filter: alpha(opacity=90);

}

.al1 {float:left; width:495px; height:375px;margin-right:4px;}

.al2 {float:left; width:248px; height:185px;}

.al3 {float:right; width:251px; height:375px;}

.case_more{

	width: 194px;

	height: 128px;

	float:left;

	background: #0d62be;

	padding:29px 27px;

	margin-bottom: 4px;

	-webkit-transition: 0.3s;

	-o-transition: 0.3s;

	transition: 0.3s;

}

.case_more:hover{

	-webkit-box-shadow: 0 4px 4px #666;

	box-shadow: 0 4px 4px #666;

}

.case_more em {

font-style: normal;

border-bottom: 2px solid #fff;

border-top: 2px solid #fff;

font-size: 30px;

color: #fff;

text-transform: uppercase;

font-family: impact;

}

.case_more span{

	display: block;

	font-size: 20px;

	color:#fff;

	font-weight: bold;

	margin-top: 20px;

}

.case_more a{

	display: inline-block;

	width: 109px;

	height: 36px;

	line-height: 36px;

	color:#fff;

	border: 1px solid #fff;

	text-align: center;

	border-radius: 5px;

	margin-top: 15px;

}

.case_more a:hover{

	background-color: #fff;

	color:#fab00e;

	font-weight: bold;

}

.case_title_index {background: url(../images/title_index.png) center no-repeat;text-align:center;font-size:24px; height:58px;margin:40px auto 35px;}

.case_title_index p {font-size:24px; color:#0d62be;}

.case_title_index span {text-transform:uppercase; font-family: impact; color:#fab00e;}





/* 分页 */

.page_info{text-align:center;margin-top:10px;color:#aaa;}

.page_info span{padding:0 2px;font-weight:bold;}

.page_list{height:20px;line-height:20px;text-align:center;letter-spacing:0;;font-size:12px;margin-top:20px; border:none !important;}

.page_list a{display:inline-block;color:#aaa;border:1px solid #aaa;background:#fff;text-align:center;margin:0 1px; width:auto; height:20px; padding:0px 6px;font-family:"Microsoft Yahei";}

.page_list a:hover{color:#fff;border:1px solid #0d62be;background:#0d62be;}

.page_list a.on{color:#fff;border:1px solid #0d62be;background:#0d62be;}





.pagination {

    clear: both;

    margin: 10px 0;

    text-align: center;

}

.pagination li {

   display: inline-block;

*display: inline;

zoom: 1; 

margin:0 2px;

}

.pagination li a {

    display: block;

    padding: 4px 12px;

    background-color: #fcfcfc;

    border: 1px solid #eeeeee;

}

.pagination li + li a {

    border-left: none;

}

.pagination li.active a,

.pagination li a:hover {

    background-color: #0d62be;

    color: #ffffff;

}

.clearfix:after{ content:""; clear:both; height:0; visibility:hidden; display:block;}

.clearfix{*zoom:1}

.bg1_cont {width: 960px;margin:0 auto;/* height: 328px; */overflow: hidden;}

.bg1_text {padding-left: 30px;width:472px;background: url(../images/line1.gif) no-repeat left top;}

.bg1_text .p1 img {vertical-align: top;}

.bg1_text .p2 {padding: 16px 0 22px 0;font: 14px/24px "Microsoft YaHei";color: #333;}

.fr { float:right;}

.fl {float: left;}

.adv1 {background: url(../images/adv1.jpg) center no-repeat; height:365px;}

.adv2 {background: url(../images/adv2.jpg) center no-repeat; height:365px;position:relative}

.adv2 a {position:absolute;top: 275px;

color: #fff;

left: 50%;

font-size:14px;

margin: 0 0 0 -465px;}

.adv2 a:hover {color:#fab00e;}

/* 优势 */

.g_ys{height: 800px;}

.g_ys .gytit{background:url(../images/titbg1.jpg) no-repeat; width: 320px;height: 110px;margin: 0 auto; padding-top: 60px;  text-align: center;line-height: 30px; margin-bottom: 16px;}

.g_ys .gytit a{color: #3c3c3c;font-size: 24px;font-weight: bold;}

.g_ys .gytit em{display: block;color: #afafaf;font-size: 12px;text-transform: uppercase;font-weight: normal;letter-spacing: 0;}



.g_ys2 {text-align: center;font-size: 14px;color: #3c3c3c; line-height: 30px;overflow: hidden;font-weight: normal; margin:-10px auto 36px;text-transform: uppercase; width:680px; }



.ysimg1{top:0px;  left:0;}

.ysimg2{top:259px; right:0;}

.ysimg3{top:520px; left:0;}

.no1{top:0px; left:433px;}

.m_ys1{top:47px;left:600px;}

.m_ys2{top:305px;left:42px;}

.m_ys3{top:565px;left:600px;}



.g_ys .m_gy{position: absolute;}

.g_ys .m_gy h3{text-align: left;  color: #004da1; font-size: 24px; padding-bottom: 6px;font-weight: bold; line-height: 30px;}

.g_ys .m_gy h3 em{display: block; font-size: 24px; color: #3c3c3c; font-weight: normal; padding-bottom: 10px; padding-top: 12px; font-style:normal;}



.g_ys .m_gy p{font-size: 14px; color: #3c3c3c; line-height: 24px;background:url(../images/ysico.jpg) no-repeat left 5px; padding-left: 24px; width: 325px;}

.g_ys .m_gy p b{font-weight: bold; color: #3c3c3c}



.f_fw{font-family:"Microsoft YaHei",\5fae\8f6f\96c5\9ed1,arial,\5b8b\4f53; }

.f_pa{position:absolute;}







/* 案例 */

.g_an{}

.g_an .u_tit2{font-size: 14px;color: #3c3c3c;line-height: 30px;text-align: center;margin: 0 0 30px 0;}

.more1{margin-left: 438px;margin-top: 12px;display: block; margin-bottom: 40px;}



.m_anli img{display: block; width: 226px; height: 180px;}

.m_anli li{float: left;width:226px;height:180px;overflow: hidden;position: relative; margin-right: 20px; margin-bottom: 20px;}

.m_anli .lastli{margin-right: 0;}

.m_anli li img{width:226px;height:180px;display: block;}

.m_anli .lastli{margin-right: 0;}

.m_anli li a{display: none;position:absolute;width:226px;height:180px;top:0;left:0;color:#fff;background: url(../images/anbg.png) no-repeat;}

.m_anli li a:hover{text-decoration: none;}

.m_anli li a h3{display: block; height:30px;margin:0 auto;padding:70px 0 0 0;text-align: center; font-size: 16px; color: #fff; font-weight: bold; line-height: 30px; overflow: hidden; margin-bottom: 5px;font-size: 14px;}

.m_anli li a p{font-size: 12px;color: #fff;line-height: 24px;height: 24px;overflow: hidden; padding: 0 20px;text-align:center;}



.m_anli li .btn{margin:0 auto; display: block; width: 187px; padding-left: 20px; }

.m_anli li .btn em{display: block; width: 82px; float: left; margin-right: 7px;}

.m_anli li .btn em img{width: 80px; height: 30px;background: none; border:none; }





	   

	   /* 询盘 */

.xqtitle{ width:80px; height:24px; text-align:center;  line-height:24px; background:#0d62be; font-size:14px; margin-bottom:10px; font-family:"Microsoft Yahei","微软雅黑"; color:#fff; }

.goodsConts{color:#666; margin-top:20px;}

.inquiry{ margin:0 auto; clear:both; font-size:14px; border:1px #ddd solid; padding:30px; background:#f8f8f8} 

.form-group1{ width:50%; float:left; margin-bottom:10px} 

.form-group10{ width:50%; float:left; margin-bottom:10px} 

.form-group2{ width:100%; float:left; margin-bottom:10px} 

.form-group3{ float:left; margin:0 50px 10px 0;} 

.form-group4{ float:left; margin-bottom:10px} 



.inquiry label{ float:left; line-height:30px;} 

.form-control1{ float:left; width:75%; border:1px #ddd solid; height:30px; line-height:30px;} 

.form-control2{ float:left; width: 87.5%; border:1px #ddd solid; height:100px; line-height:30px;} 

.form-control3{ float:left; width:100px; border:1px #ddd solid; height:30px; line-height:30px;} 

.form-sub1{ width:80px; height:30px; color:#fff; background:#0d62be; border:none;}



.form-group{ width:650px; margin:0 auto; clear:both; padding:12px 0;}

.form-group label{ float:left;}

.form-control{ float:left; width:500px; border:1px #ddd solid; height:30px; line-height:30px;}

.form-control-c{ float:left; width:500px; border:1px #ddd solid; height:100px; line-height:30px;}

.form-control-y{ float:left; width:100px; border:1px #ddd solid; height:30px; line-height:30px;}

.form-sub{ width:560px; height:30px; color:#fff; background:#0d62be; border:none;}



.mainbox{ width:1200px; margin:0 auto; position:relative;}

.adv{ background:url(../images/youshi.jpg) no-repeat center top; height:1475px; overflow:hidden; margin-top:24px;}

.adv h3{ font:24px "Microsoft Yahei"; height:30px; overflow:hidden;margin:110px 0 0 347px;}

.adv h3 a{ color:#1c1c1c;}

.adv h4{ font:48px "宋体"; font-weight:bold; text-align:center; height:95px; overflow:hidden;margin:20px 0 0 0; padding-left:140px;}

.adv h4 a{ color:#233678;}

.adv h4 span{ color:#cf2a2e;}

.adv h4 i{ display:block; font-style:normal; font:12px Arial, Helvetica, sans-serif; color:#bfbfbf; text-transform:uppercase;}

.adv dl{ width:448px; height:200px; overflow:hidden;}

.adv dt{ font:22px "Microsoft Yahei"; font-weight:bold; background:url(../images/adv01.png) no-repeat left 5px; height:50px; margin-bottom:10px; padding-left:82px; overflow:hidden;}

.adv dt a{ color:#233678;}

.adv dt i{ display:block; font-style:normal; font:12px Arial, Helvetica, sans-serif; color:#b1b1b1; text-transform:uppercase; line-height:24px;}

.adv dd{ font:14px "Microsoft Yahei"; color:#010101; line-height:30px; background:url(../images/adv_jt.png) no-repeat left 12px; padding-left:18px;}

.adv dd span{ color:#233678;}

.adv .dl02 dt{background:url(../images/adv02.png) no-repeat left 5px;}

.adv .dl03 dt{background:url(../images/adv03.png) no-repeat left 5px;}

.adv .dl04 dt{background:url(../images/adv04.png) no-repeat left 5px;}

.adv .dl01{ position:absolute; margin:115px 0 0 0;}

.adv .dl02{ position:absolute; margin:338px 0 0 0;}

.adv .dl03{ position:absolute; margin:730px 0 0 503px;}

.adv .dl04{ position:absolute; margin:952px 0 0 503px;}



/* online */

#online_qq_tab a,.onlineMenu h3,.onlineMenu li.tli,.newpage{background:url(../images/float_s.gif) no-repeat;}

#onlineService,.onlineMenu,.btmbg{background:url(../images/float_bg.gif) no-repeat;}



#online_qq_layer{z-index:9999;position:fixed;right:0px;top:0;margin:150px 0 0 0;}

*html,*html body{background-image:url(../images/5cdca34267af4020b4e4b7a82e4ba081.gif);background-attachment:fixed;}

*html #online_qq_layer{position:absolute;top:expression(eval(document.documentElement.scrollTop));}



#online_qq_tab{width:28px;float:left;margin:50px 0 0 0;position:relative;z-index:9;}

#online_qq_tab a{display:block;height:118px;line-height:999em;overflow:hidden;}

#online_qq_tab a#floatShow{background-position:-30px -374px;}

#online_qq_tab a#floatHide{background-position:0 -374px;}



#onlineService{display:inline;margin-left:-1px;float:right;width:130px;display:block;background-position:0 0;padding:10px 0 0 0;}

.onlineMenu{background-position:-262px 0;background-repeat:repeat-y;padding:0 15px;}

.onlineMenu h3{height:36px;line-height:999em;overflow:hidden;border-bottom:solid 1px #ACE5F9;}

.onlineMenu h3.tQQ{background-position:0 10px;}

.onlineMenu h3.tele{background-position:0 -47px;}

.onlineMenu li{height:36px;line-height:38px;border-bottom:solid 1px #E6E5E4;text-align:center;}

.onlineMenu li.tli{padding:0 0 0 28px;font-size:12px;text-align:left;}

.onlineMenu li.zixun{background-position:0px -131px;}

.onlineMenu li.fufei{background-position:0px -190px;}

.onlineMenu li.phone{background-position:0px -244px;}

.onlineMenu li a.newpage{display:block;height:36px;line-height:999em;overflow:hidden;background-position:5px -100px;}

.onlineMenu li img{margin:8px 0 0 10px; float:left;}

.onlineMenu li.last{border:0;}



.wyzx{padding:8px 0 0 5px;height:57px;overflow:hidden;background:url(images/webzx_bg.jpg) no-repeat;}



.btmbg{height:12px;overflow:hidden;background-position:-131px 0;}





.h_top_c{

	width: 100%;

	height: 145px;

}

.h_top{

	height: 145px;

}

.h_top,.h_mid{

	width:1200px;

	margin:0 auto;

	position: relative;

}

.top_gg{

	float: left;

	height: 85px;

	line-height: 85px;

	padding-left: 40px;

	font-size: 14px;

	color:#1e1e1e;

	background: url(../images/001411_03.jpg) no-repeat left center;

}



.h_mid_c{

	width: 100%;

	height:75px;

	background-color: #fff;

	position: relative;

	z-index: 99;

}

.logo{

	float: left;

	margin-top: 35px;

}

.logo>a{

	display:block;

}

.tel_index_top{

	float: right;

	padding-top:50px;

	font-size: 14px;

	line-height:14px;

}

.tel_index_top .top_msg{

	color:#23201d;

	font-family: "Arial";

	text-align:center;

}

.tel_index_top .num{

	color:#d40000;

	font-family: "Arial";

	font-size:16px;

	padding-top:5px;

}



._b{

	height: 40px;

	background:url(../images/_b_10.png) no-repeat center bottom;

}

.mb{

	margin-top: 30px;

}







.zz_nav{

	width: 100%;

	position: absolute;

	top: 65px;

	left: 0;

	background-color: #23201d;

	z-index: 8;

}



/* nav end*/



.slideBox{ width:100%; height:500px; overflow:hidden; position:relative;}

.slideBox .hd{ width: 100%; height:55px; line-height: 55px; overflow:hidden; position:absolute; left:0; bottom:0; z-index:1; text-align:left;}

.slideBox .hd>div{width:1200px; margin:0 auto;}

.slideBox .hd .title{color:#fff; float:left;}

.slideBox .hd .title span{color:#0d62be;}

.slideBox .hd ul{float:right; overflow:hidden; padding-top:22px;}

.slideBox .hd ul li{ float:left; margin-right:11px; width:12px; height:12px; line-height:12px; text-align:center; background:#fff; cursor:pointer; border-radius:100%;}

.slideBox .hd ul li.on{ background:#0d62be; color:#fff; position: relative;}

.slideBox .bd{ position:relative; height:100%; z-index:0;   }

.slideBox .bd li{ zoom:1; vertical-align:middle; text-align: center;}

.slideBox .bd img{ width:1920px; height:500px; /* display:block; position: absolute;left: 50%;margin-left: -800px;  */}



/*四个产品展示*/

.fourcols{width:100%; clear:both; height:370px; background-color:#f8f8f8;}

.fourcols ul{width:1200px; margin:0 auto; }

.fourcols ul li{width:291px; height:290px; float:left; background-color:#fff; padding-top:10px;}

.fourcols ul li+li{margin-left:12px;}

.fourcols ul li .img{width:268px; height:230px; border:1px solid #eee; margin:0 auto; overflow:hidden;}

.fourcols ul li .imgb{width:268px; height:230px; margin:0 auto;}

.fourcols ul li .img img{display:block; width:268px; }

.fourcols ul li .img img:hover{opacity: 0.8;filter: alpha(opacity=80);}

.fourcols ul li .title{font-size:16px; line-height:40px; color:#333; text-align:center; padding-top:10px;overflow: hidden;white-space: nowrap;-ms-text-overflow: ellipsis;

text-overflow: ellipsis;}

.fourcols ul li .title:hover{

	color:#0d62be;

}



/*关于我们*/

.abme_bg{width:1200px; height:420px; padding-top:40px; margin:0 auto;}

.abme_bg>.title{width:70px; height:300px; float:left; margin-top:40px; background-image:url(../images/001454_03.jpg); font-weight:bold; font-size:30px; text-align:center; color:#333;}

.abme_bg>.title div{width:26px; margin:0 auto; line-height:50px; padding-top:50px; font-size:30px;}

.abme_bg .text{height:320px; width:600px; float:left; padding-left:35px; padding-right:30px; padding-top:40px;}

.abme_bg .text .title{float:left; font-size:30px; line-height:35px; color:#fff; padding-top:10px; font-weight:bold;}

.abme_bg .text .more{float:right; font-size:14px; color:#fff; line-height:26px; width:85px; text-align:center; background-color:#23201d; border-radius:5px; margin-top:15px; margin-bottom:8px;}

.abme_bg .text .more:hover{background-color: #0d62be}

.abme_bg .text .msg{clear:both; text-indent:2em; padding-top:10px; line-height:35px; color:#fff; font-size:16px;height: 270px;overflow: hidden;}

.abme_bg .img{width:460px; height:320px; float:right;margin-top:40px; overflow:hidden;}

/*产品中心*/

.w_980{width:1200px; margin:0 auto;}

.product{width:100%; margin:0 auto; clear:both; padding-bottom:80px; background:#f8f8f8}

.product>.head{height:150px; background:#0d62be; position:relative;}

.title_b{width:243px; height:93px; border:1px solid #fff; background-color:#0d62be; position:absolute; top:50px; }

.title_b .a{font-size:26px; color:#fff; line-height:26px; padding-left:15px; padding-top:15px;}

.title_b .b{font-size:14px; line-height:20px; color:#fff; font-weight:bold; padding-left:15px; padding-top:10px;}

.product>.head .phone_b{width:245px; height:85px; float:right; background-color:#fff; }

.product .phone_b>div{height:50px; border-left:1px solid #fff; float:left; margin-left:16px; margin-top:18px;}

.product .phone_b .msg{margin-left:20px; float:left; background-image:url(../images/001454_07.png); background-repeat:no-repeat; font-size:16px; line-height:18px; color:#fff; font-family:arial; padding-left:22px; margin-top:2px;}

.product .phone_b .num{font-size:28px; line-height:28px; font-family:Impact; padding-left:20px; clear:both; color:#fff; padding-top:9px;}

.product .cont{width:1200px; margin:0 auto; clear:both; position:relative;}

.product .lnav{width:243px; float:left; border:1px solid #eee; margin-top:140px; background:#fff;}

.product .lnav li{width:183px; margin:0 auto; height:65px; line-height:65px; color:#333; background-image:url(../images/001454_08.png); background-repeat:no-repeat; background-position:167px center; cursor:pointer;}

.product .lnav li+li{border-top:1px solid #d1d1d1;}

.product .lnav li a{color:#333; font-size:16px;}

.product .lnav li:hover{background-image:url(../images/001454_09.png);}

.product .lnav li:hover a{color:#0d62be;}

.product .rdata{float:left; padding-left:15px; width:940px; display:none; margin-top:30px;}

.product .rdata li{width:293px; height:293px; float:left; margin-left:20px; margin-top:20px; background:#fff;}

.product .rdata li .img{width:287px; height:230px; border:1px solid #e0e0e0; padding:2px; background:#fff; overflow:hidden;transition: all .5s}

.product .rdata li .img *{transition: all .5s}

.product .rdata li .img:hover{ border:1px solid #0d62be;}

.product .rdata li .img img{display:block;}

.product .rdata li .img:hover img{ opacity:0.9}

.product .rdata li .title{width:287px; height:40px; font-size:16px; line-height:40px; color:#333; text-align:center;}

/*最新资讯*/

.news_b{clear:both; padding-top:40px; padding-bottom:40px;}

.news_b:after{content:"."; display:block; height:0; font-size:0; clear:both; visibility:hidden;}

.news_b>.head{background-color:#f3f3f3; height:135px;}

.news_b>.head .title{font-size:26px; line-height:26px; color:#000; font-weight:bold; text-align:center; padding-top:20px;}

.news_b>.head .line{width:240px; height:2px; margin:0 auto; background-color:#23201d; margin-top:8px;}

.news_b>.head .line div{height:2px; width:80px; margin:0 auto; background-color:#d50100;}

.news_b>.head .en{text-align:center; font-family:arial; font-weight:bold; font-size:20px; line-height:20px; color:#0d62be; padding-top:9px;}

.news_b>.head .more{font-size:14px; color:#fff; line-height:26px; width:85px; text-align:center; background-color:#23201d; border-radius:5px; display:block; margin:0 auto; margin-top:10px;}

.news_b>.head .more:hover{background-color: #0d62be}

.news_b .lnews{width:740px; float:left; margin-top:20px;}



.news_b .lnews .fir{height:115px;}

.news_b .fir .time{width:100px; height:100px; float:left; background-color:#0d62be; color:#fff; font-family:arial; text-align:center;}

.news_b .fir .time .day{width:50px; margin:0 auto; font-size:42px; line-height:60px; height:60px; border-bottom:1px solid #fff;}

.news_b .fir .time .year{font-size:14px; line-height:14px; padding-top:12px;}

.news_b .fir .info{float:left; padding-left:20px; width:620px;}

.news_b .fir .info .title{ padding-right:65px; min-height:39px;}

.news_b .fir .info .title a{font-size:24px; line-height:24px; color:#333;}

.news_b .fir .info .msg{font-size:14px; line-height:22px; color:#4d4d4d; padding-top:12px;height: 56px;overflow: hidden;}

.news_b .item{height:32px; line-height:32px; margin-top:15px; background-color:#f3f3f3;}

.news_b .item:hover{ background-color:#0d62be;}

.news_b .item .title{float:left; color:#23201d; font-size:14px; display: inline-block; width: 80%;overflow: hidden;white-space: nowrap;-ms-text-overflow: ellipsis;

text-overflow: ellipsis;padding-left: 2%;}

.news_b .item .time{float:right; color:#3f3f3f; width:auto; padding-right:12px;}

.news_b .item:hover .title,.news_b .item:hover .time{ color:#fff;}

.rimgs{width:386px; height:286px; overflow:hidden; position:relative; border:2px solid #0d62be; padding:5px; float:left; margin-left:59px; margin-top:22px;}

.rimgs .hd{height:16px; line-height:16px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:10;}

.rimgs .hd ul li{float:left; width:26px; text-align:center; cursor:pointer; font-size:10px; color:#fff; background:#333; margin:0 1px;}

.rimgs .hd ul li.on{background:#d50100; color:#fff; position:relative;}

.rimgs .bd{position:relative; height:100%; z-index:0;}

.rimgs .bd li{zoom:1; vertical-align:middle; text-align:center;}

.rimgs .bd img{width:386px; height:286px; display:block;}

.oimgs{clear:both; padding-top:40px;}

.oimgs .imga{width:486px; height:183px; float:left; position:relative;}

.oimgs .imga img{display:block; width:486px; height:183px;}

.oimgs .imgb{width:245px; height:183px; float:left; margin-left:4px; position:relative;}

.oimgs .imgb img{display:block; width:245px; height:183px;}

.oimgs .imgc{width:461px; height:183px; float:left; margin-top:4px; position:relative;}

.oimgs .imgc img{display:block; width:461px; height:183px;}

.oimgs .imgd{width:245px; height:183px; float:left; margin-top:4px; margin-left:4px; position:relative;}

.oimgs .imgd img{display:block; width:245px; height:183px;}

.oimgs .case{width:461px; height:183px; float:left; margin-left:4px; background-color:#0d62be; color:#fff;}

.oimgs .case .title{width:60px; height:42px; border-top:1px solid #BF100D; border-bottom:1px solid #BF100D; color:#fff; margin-left:30px; margin-top:30px; font-family:Impact; font-size:28px; text-align:center; line-height:42px;}

.oimgs .case .msg{font-size:30px; line-height:30px; padding-left:30px; padding-top:17px;}

.oimgs .case .more{width:107px; height:34px; border:1px solid #fff; float:left; margin-left:17px; text-align:center; line-height:34px; color:#fff; border-radius:5px; margin-top:20px;}

.oimgs .textimg{width:486px; height:183px; float:left; margin-top:4px; margin-left:4px; position:relative;}

.oimgs .textimg img{display:block; width:486px; height:183px;}

.oimgs .msg_bg{width:100%; height:183px; background-color:rgba(0, 0, 0, 0.7); position:absolute; top:0; left:0; z-index:10; display:none;}

.oimgs .msg_b{width:auto; height:169px; margin-left:20px; margin-right:20px; margin-top:32px;}

.oimgs .msg_b .titlea{font-size:16px; line-height:16px; text-align:center; color:#fff; padding-top:19px; position:absolute; top:5px;}

.oimgs .msg_b .titlea div{float:left;}

.oimgs .msg_b .titlea .line{width:160px; float:left; height:1px; background-color:#fff; margin-top:7px;}

.oimgs .msg_b .titlea .name{padding:0 15px;}

.oimgs .msg_b .titleb{font-size:16px; line-height:16px; text-align:center; color:#fff; padding-top:19px; position:absolute; top:5px;}

.oimgs .msg_b .titleb div{float:left;}

.oimgs .msg_b .titleb .line{width:40px; float:left; height:1px; background-color:#fff; margin-top:7px;}

.oimgs .msg_b .titleb .name{padding:0 14px 0 15px;}

.oimgs .msg_b .msg{clear:both; font-size:14px; line-height:28px; font-family:simsun; color:#fff; text-indent:2em; padding:12px 15px; overflow:hidden; height:100px;  border:1px solid #fff; border-top:none;}

.oimgs .imgc .msg_b{margin-right:16px;}

/* 友情链接 */

.links{color:#fff; font-size:14px; padding-top:40px;}

.links span{padding-right:10px;}

.links a{color:#fff; margin-right:25px;}

.links a:hover{color:#2cadc4;}



.ys{background:url(../images/ys_t.jpg) no-repeat center top;font-family:"Microsoft yahei";border-top:10px solid #0d62be;}

.ys_m{width:1100px;margin:0 auto; background:url(../images/yscbg.jpg) no-repeat 535px 309px;}

.ys h3{font-weight:normal;font-size:20px;color:#333;text-align:center;height:262px;padding:68px 0 0; line-height:40px;}

.ys h3 em{display:block;text-transform:uppercase;font-family:"Times New Roman", Times, serif;font-size:32px;color:#999; font-style:normal;}

.ys h3 b{font-size:36px;display:block; line-height:80px;}

.ys strong{color:#0d62be;}

.ys h4{font-size:30px;color:#333;position:relative;padding:0 0 0 73px;line-height:48px;width:500px;} 

.ys h4 strong{padding-right:15px; color:#333;}

.ys h4 em{font-style:normal;display:block;position:absolute;top:0;left:0;background:url(../images/ys_num.gif) no-repeat center top;width:48px;text-align:center;line-height:48px;color:#0d62be;font-family:Impact;font-weight:normal;}

.ys ul{margin:5px 0 0 58px;}

.ys li{line-height:35px;font-size:16px;_font-size:16px;padding-left:16px;}



.ys img{display:block;position:absolute;z-index:-1;}

.ys_m div{position:relative;z-index:1;}



.ys1{padding:22px 0 0 524px;height:245px;margin:25px 0 0;}

.ys1 img{top:0;left:0;}

.ys .ys2{padding:20px 595px 0 0;height:230px;text-align:right;width:506px;margin:6px 0 0;}

.ys .ys2 h4,.ys .ys4 h4 {padding:0 73px 0 0;}

.ys .ys2 h4 em,.ys .ys4 h4 em{right:0;left:auto;}

.ys .ys2 h4 strong,.ys .ys4 h4 strong{padding:0 0 0 15px;}

.ys2 img{top:0;right:0;}

.ys .ys2 ul{clear:both;margin:5px 58px 0 0;width:500px;}

.ys .ys2 li{float:right;padding:0;}

.ys .ys2 .odd{width:170px;}

.ys3{padding:0 0 0 524px;height:294px;margin:15px 0 0;}

.ys3 img{top:22px;left:0px;}







.bb_nav{

	height: 45px;

	background-color:#0d62be;

	position: relative;

}

.bb_nav_c{

	width:1200px;

	margin:0 auto;

}

.bb_nav ul li{

	width: 150px;

	float: left;

	text-align: center;

}

.bb_nav ul li a{

	display: inline-block;

	width: 100px;

	height: 28px;

	line-height: 28px;

	color:#fff;

	margin-top: 9px;

	font-size: 14px;

	border-radius: 4px;

}

.bb_nav ul li a:hover{

	background-color: #23201d;

}

.bb_nav_c span{

	display: inline-block;

	width: 42px;

	height: 21px;

	background: url(../images/001453_71.jpg) no-repeat center center;

	position: absolute;

	left: 50%;

	margin-left: -21px;

	bottom: -21px;

	display:none;

}



.footer_c{

	width: 100%;

	background-color: #23201d;

	padding-bottom: 40px;

}

.footer{

	width: 1200px;

	margin:0 auto;

}

.f_pic{

	width: 257px;

	height: 114px;

	text-align: right;

	float: left;

}

.f_pic img{

	margin-top: 37px;

}

.f_content{

	float: left;

	width:978px;

	line-height: 36px;

	color:#a7a7a7;

	margin-top: 18px;

	overflow: hidden;

	font-size: 14px;

	text-align: left;

}

.f_content a{

	color:#a7a7a7;

}

.f_content a:hover{

	color:#2cadc4;

}





.i_map{

	text-align: center;

	margin-top: 18px;

	margin-bottom: 10px;

	color:#fff;

	font-size:12px;

}

.i_map span{

	display: inline-block;

	padding-left: 40px;

	height: 32px;

	line-height: 32px;

	background: url(../images/imap_03.png) no-repeat left center;

}

.i_map a{

	color:#fff;

}

.i_map a:hover{

	color:#2cadc4;

}



.f_logo{

	padding: 61px;

	margin-top: 80px;

	padding-bottom: 0;

}

.f_logo img{

	width: 114px;

	height: 105px;

}



.f_nav{

	width: 240px;

	margin-top: 100px;

	margin-left: 25px;

}

.f_nav ul li{

	float: left;

	width: 51px;

	height: 14px;

	line-height: 14px;

	font-size: 12px;

	margin:0 24px;

	margin-bottom: 24px;

}

.f_nav ul li a{

	color: #fff;

	overflow: hidden;

	white-space: nowrap;

	-ms-text-overflow: ellipsis;

	text-overflow: ellipsis;

}

.f_nav ul li a:hover{

	text-decoration: underline;

}







.hdPhone{ float:right; background:url(../images/hdPhone.png) no-repeat left center; padding-left:45px; margin-top:60px;  margin-right: 35px;}

.hdPhone p{ font-size:13px; color:#333;}

.hdPhone h3{ font-size:25px; color:#0d62be;}





#about{ width:100%; background:#0d62be;}





.typlist ul li {padding: 0 0 0px 0;}

.typlist ul li a {

	display: block;

	font-size: 16px;

	background: url(../images/yq1.png) no-repeat 180px center #fff;

	height: 70px;

	line-height: 70px;

	padding: 0 0px 0 30px;

	margin: 0 auto 0px auto;

	z-index: 999;

	text-decoration: none;

	 border-bottom:1px solid #dddfe0;

}

.typlist ul li a:hover {color:#0d62be;}

.typlist ul li ul li {padding: 0 0 0px 0;}

.typlist ul li ul li a {

	display: block;

	font-size: 14px;

	height: 40px;

	line-height: 40px;

	padding: 0 0px 0 45px;

	margin: 0 auto 0px auto;

	z-index: 999;

	text-decoration: none;

	background:#fff;

}

.typlist ul li ul li a:hover {color:#0d62be;}



.txp_tipbar{ display:none!important}

.txp_tipbar_title{ display:none;}