@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: #0c72bd;
	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;
}
/*.clear{ clear:both; visibility:hidden;font-size:1px; width:1px;}  */
.pd_10 {
	padding: 10;
}
.mg_10 {
	margin: 10;
}
.ma {
	margin: 0 auto;
}
/* -------- 结构布局 --------*/
.main {
	background: url(../images/bg.png) repeat-x center top #fff;
}
.center {
	width: 1002px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
.left {
}
.right {
}
/* -------- 栏目板块 -------- */ 

/* top 头部样式 */
.top {
	height: 30px;
	background: #f6f6f6;
	color: #5c5c5c;
	line-height: 30px;
}
.top_r {
	float: right;
}
.collection {
	float: right;
}
.hot {
	float: left;
	height: 30px;
	line-height: 30px;
}
.hotsearch {
	height: 30px;
	margin: 0px auto;
	border-top: 1px solid #c7c8cc;
	border-bottom: 1px solid #c7c8cc;
}
/*搜索search*/
.search {
	margin: 4px auto 0;
}
.search_nr {
	color: #003a83;
	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;
	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;
}
.head {
	height: 130px;
}
.logo {
	padding: 35px 0 0 0;
	float: left;
}
.tel {
	width: 231px;
	height: 130px;
	float: right;
	padding: 0px 0 0 0px;
	background: url(../images/tel.png) no-repeat left 0px;
}
.tel span {
	font-size: 14px;
	color: #6c6c6c;
}
.tel p {
	font-size: 28px;
	color: #0c72bd;
	font-family: impact;
}
/*menu*/
.menu {
	height: 47px;
	background: #2a8bd5;
}
.navbar {
	width: 1002px;
	margin: 0 auto;
}
.menu>ul>li {
	float: left;
}
.menu>ul>li>a {
	width: 111px;
	line-height: 47px;
	text-align: center;
	font-size: 14px;
	display: block;
	color: #fff;
}
.menu>ul>li>a:hover {
	background: #36a7e4;
	color: #fff;
}
.menu>ul>li:first-child a {
	background: #36a7e4;
}
/*幻灯Banner*/
.banner {
	position: relative;
	height: 450px;
}
.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 #005eae;
	border: 1px solid #0c72bd;
	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 #ffae00;
	border: 1px solid #ffae00;
}
.banner .bgitem {
	height: 450px;
	cursor: pointer;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	background-position: center top;
	background-repeat: no-repeat;
}
/*demo1*/
.demo1 {
	width: 1002px;
	height: 550px;
	margin: 0px auto 0px;
}
/*右侧产品列表*/
.demo1_right {
	width: 670px;
	height: 450px;
	border: 1px #ccc solid;
	margin: 35px 10px 0px 0px;
	padding: 20px 20px 8px 20px;
	float: right;
	overflow: hidden;
}
.demo1_right ul {
	width: 690px;
}
.demo1_right ul li {
	width: 230px;
	margin: 0 0 8px 0;
	float: left;
}
.demo1_right ul li > a {
	border: #ddd 1px solid;
	width: 210px;
	height: 190px;
	display: block;
}
.demo1_right ul li p {
	width: 210px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
/*左侧产品分类*/
.demo1_left {
	width: 250px;
	background: #36a7e4;
	margin: 35px 0px 30px 0px;
	padding: 0 0 5px 0;
	float: left;
}
.demo1_title {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	line-height: 38px;
	overflow: hidden;
	height: 38px;
	padding: 0 0 0 40px;
	background: url('../images/jt.png') no-repeat 20px;
}
.demo1_title span {
	margin: 0 0 0 5px;
}
.typlist {
	background: #fff;
	width: 240px;
	margin: 0 auto;
}
.typlist ul li a {
	display: block;
	font-size: 14px;
	background: url(../images/+.png) no-repeat 15px center;
	border-bottom: 1px solid #ECECEC;
	height: 45px;
	line-height: 45px;
	padding: 0 15px 0 35px;
	z-index: 999;
}
/*左侧联系我们*/
.demo_contact {
	width: 240px;
	margin: 5px auto 0;
	background: url('../images/p_box.gif') repeat center top #fff;
}
.demo_contactnr {
	padding: 10px 0px 10px 15px;
}
.demo_contact p {
	color: #666666;
	line-height: 24px;
}
.zcrx {
	background: url(../images/lfte_tel.png) no-repeat left top;
	padding: 0 0 0 50px;
	margin: 5px 10px 13px 0px;
}
.zcrx span {
	color: #ffc53b;
	font-size: 14px;
	line-height: 14px;
}
.zcrx p {
	font-size: 24px;
	color: #56667c;
	font-family: impact;
}
/*demo2*/
.demo2 {
	background: url(../images/demo2.png) repeat-x center top;
	height: 300px;
}
.demo2nr {
	width: 500px;
	float: right;
	margin: 30px 0 0 0;
}
.demo2nr > p {
	line-height: 22px;
	color: #666666;
	margin: 15px 0 0 0;
}
.demo2_title p {
	font-size: 30px;
	color: #333;
	float: left;
}
.demo2_title span {
	font-size: 24px;
	color: #2a8bd5;
}
.demo2_title a {
	font-size: 12px;
	float: right;
	margin: 10px 0 0 0;
}
/*demo3*/
.demo3 {
	background: url(../images/youshi.jpg) no-repeat center 43px;
	height: 600px;
	position: relative;
}
.wz1 {
	width: 415px;
	font-size: 12px;
	color: #666;
	position: absolute;
	top: 180px;
	left: 50%;
	margin: 0 0 0 -423px;
}
.wz2 {
	width: 415px;
	font-size: 12px;
	color: #666;
	position: absolute;
	top: 276px;
	left: 50%;
	margin: 0 0 0 -423px;
}
.wz3 {
	width: 415px;
	font-size: 12px;
	color: #666;
	position: absolute;
	top: 402px;
	left: 50%;
	margin: 0 0 0 88px;
}
.wz4 {
	width: 415px;
	font-size: 12px;
	color: #666;
	position: absolute;
	top: 498px;
	left: 50%;
	margin: 0 0 0 88px;
}
/*demo4*/
.demo4 {
	background: url(../images/demo4.png) no-repeat center top;
	height: 270px;
	padding: 30px 0 0 0;
}
.title_sy {
}
.title_sy p {
	float: left;
	font-size: 26px;
	color: #2a8bd5;
}
.title_sy span {
	font-size: 16px;
	color: #b8b8b8;
	margin: 0 0 0 10px;
}
.title_sy a {
	float: right;
	color: #2a8bd5;
	height: 26px;
	line-height: 40px;
}
.white {
	color: #fff!important;
}
/*产品滚动*/
.modular1 {
	height: 270px;
	margin: 0 0 0px 0;
}
.product_index {
	padding: 65px 0 0 0;
	width: 1002px;
	margin: 0 auto;
}
.product_index li {
	float: left;
	background: #fff;
	margin: 0 26px 0 0;
	color: #666666;
}
.product_index li:hover p a {
	color: #d31833;
}
.product_index li>a {
	border-bottom: 0;
	display: block;
	width: 230px;
	height: 152px;
}
.product_index li p a {
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.jt_l {
	position: absolute;
	left: 50%;
	bottom: 0;
	background: url(../images/jt2.png) no-repeat 0 0;
	width: 25px;
	height: 25px;
	margin: 0 0 0 -13px;
}
.jt_r {
	position: absolute;
	left: 50%;
	bottom: 0;
	background: url(../images/jt2.png) no-repeat -35px 0;
	width: 25px;
	height: 25px;
	margin: 0 0 0 12px;
}
.jt_l:hover {
	background: url(../images/jt2.png) no-repeat 0 -35px;
}
.jt_r:hover {
	background: url(../images/jt2.png) no-repeat -35px -35px;
}
/*demo5*/
.demo5 {
	height: 295px;
	margin: 40px 0 0 0;
}
.news {
	width: 655px;
	float: left;
}
.news_right {
	width: 415px;
	height: 205px;
	float: right;
	margin: 15px 0 0 0;
}
.news_right ul li {
	background: url(../images/news_dd.png) no-repeat 5px center;
	height: 40px;
	border-bottom: 1px solid #d7d7d7;
}
.news_right ul li a {
	font-size: 14px;
	color: #666;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 20px;
}
.news_right ul li a:hover {
	color: #2a8bd5;
}
.news_right ul li a span {
	float: right;
	padding: 0 3px 0 0px;
}
.news_left {
	width: 218px;
	height: 203px;
	float: left;
	margin: 20px 0 0 0;
}
.contact {
	float: right;
	width: 310px;
}
.contact_nr {
	background: url(../images/contact.png) no-repeat left 7px;
	padding: 0 0 0 30px;
	margin: 25px 0 0 0;
}
.contact_nr p {
	font-size: 14px;
	line-height: 27px;
}
/*bottom*/
.bottom {
	height: 200px;
	background: url(../images/bootom.jpg) repeat-x center top;
	overflow: hidden;
}
.bottom_r {
	float: right;
}
.bottom_menu {
	margin: 40px 0 20px 0;
	height: 20px;
}
.bottom_menu li {
	float: left;
	margin: 0 0 0 40px;
}
.bottom_menu li:first-child {
	margin: 0 0 0 0px;
}
.bottom_menu li a {
	background: url(../images/xtb.png) no-repeat left -48px;
	display: block;
	padding: 0 0 0 15px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
.bottom_menu li a:hover {
	color: #ffae00;
}
.bottom_contact .hot {
	width: 750px;
	height: 36px;
	border: 1px solid #fff;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
}
.bottom_contact li {
	float: left;
	font-size: 12px;
	line-height: 36px;
	color: #fff;
	margin: 0 0 0 20px;
}
.bottom_contact li:first-child {
	margin: 0 0 0 0px;
}
.bottom_contact li a {
	color: #fff;
}
.bottom_contact li a:hover {
	color: #ffae00;
}
.bottom_l {
	width: 190px;
	height: 260px;
	background: url(../images/bottom_logo.png) no-repeat center 30px;
}
.bottom_l p {
	height: 280px;
	background: url(../images/bottom_ewm.png) no-repeat center 40px;
}
.bottom_l p span {
	padding: 160px 0 0 0;
	width: 190px;
	text-align: center;
	color: #fff;
	display: block;
}
.copright {
	margin: 40px 0 0 0;
}
.copright p {
	color: #fff;
}
.copright a {
	color: #fff;
}
.copright a:hover {
	color: #ffae00;
}
/*内页*/
.a_left {
	width: 210px;
	float: left;
	position: relative;
}
.a_title {
	height: 35px;
	line-height: 35px;
	background: #36a7e4;
	font-size: 14px;
	padding-left: 17px;
	color: #fff;
	text-align: left;
}
.a_title a {
	color: #fff;
}
.a_title a:hover {
	color: #ffbb24;
}
.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: #0c72bd;
}
.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: #0c72bd;
}
.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: #0c72bd;
}
.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: #0c72bd;
	font: 14px "Impact";
}
.a_right {
	width: 725px;
	float: right;
	position: relative;
	margin: 35px 0 0 0;
}
.content {
	border: 1px solid #ccc;
	padding: 20px 10px;
	margin: 10px 0 20px 0;
}
.content p {
	color: #666;
	font-size: 12px;
	line-height: 28px;
}
/* 下一个产品 */
.preNext {
	position: relative;
	background: url(../images/news_con.jpg) left top no-repeat;
	padding-top: 10px;
	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: #0c72bd;
	text-decoration: underline;
}
.preNext .text li a {
	color: #666;
}
.preNext .text li a:hover {
	color: #0c72bd;
}
.preNext .text_b {
	color: #0c72bd;
}
.preNext .text_b a {
	color: #0c72bd !important;
}
/*新闻列表*/
.news_list li {
	height: 30px;
}
.news_list li {
	font-size: 14px;
}
.news_list span {
	float: right;
}
.news_list li a {
	color: #666;
}
.news_list li a:hover {
	color: #0c72bd;
}
/* 翻页 */
.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 #2a8bd5;
	background: #2a8bd5;
}
.page_list a.on {
	color: #fff;
	border: 1px solid #2a8bd5;
	background: #2a8bd5;
}
/*新闻详细*/
.title_news_article {
	font-size: 24px;
	color: #0c72bd;
	height: 50px;
	text-align: center;
}
.news_aticle {
	line-height: 24px;
	font-size: 14px;
	color: #666;
}
/*product 页面*/
.prolist {
}
.prolist ul li {
	float: left;
	margin: 0 11px 0 11px;
}
.prolist ul li > a {
	display: block;
	width: 210px;
	height: 210px;
	border: 1px #ccc solid;
}
.prolist ul li p {
	margin-bottom: 10px;
}
.prolist ul li p a {
	width: 210px;
	text-align: center;
	margin-top: 0px;
	font-size: 14px;
	color: #666;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
}
.prolist ul li p a:hover {
	color: #0c72bd;
}
/* 产品详情 */
.proinfo {
	width: 100%;
	height: 250px;
}
.proinfo_img {
	float: left;
	width: 300px;
	height: 300px;
	border: 1px #d0d0d0 solid;
}
.proinfo_text {
	float: left;
	width: 380px;
	margin-left: 15px;
}
.proinfo_text h3 {
	color: #1185c3;
	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;
	height: 120px;
}
.pro_c {
	color: #666;
	margin-top: 15px;
	background: url(../images/box_dotline.gif) left bottom no-repeat;
	padding-bottom: 20px;
	line-height: 24px;
}
/*相关信息*/
.related_news {
	margin: 20px 0 0 0;
	height: 150px
}
.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 10px;
	box-sizing: border-box;
}
.related_news ul li a {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	line-height: 24px;
}
.related_news ul li a em {
	float: right;
}
/*相关产品*/
.related_product {
	height: 235px;
}
.related_product ul li {
	float: left;
	width: 25%;
}
.related_product ul li>a {
	border: 1px #ddd solid;
	width: 180px;
	height: 180px;
	display: block;
}
.related_product ul li p a {
	text-align: center;
	display: block;
}
/* 右侧浮动 */#moquu_top,#moquu_wxin,#moquu_wshare,#moquu_wmaps {	z-index:2;	width:50px;	height:50px;	right:10px;	position:fixed;	cursor:pointer;	_position:absolute;	_bottom:auto;	_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)))}#moquu_wxin {	top:360px;	_margin-top:360px}#moquu_wxin a {	background:url(../images/sbtn.png) 0 -0px;	right:0;	float:left;	width:50px;	height:50px;	text-indent:-9999px}#moquu_wxin a:hover {	background:url(../images/sbtn.png) -50px -0px}#moquu_wshare {	top:412px;	_margin-top:412px}#moquu_wshare a {	background:url(../images/sbtn.png) 0 -50px;	width:50px;	height:50px;	right:0;	float:left;	text-indent:-9999px}#moquu_wshare a:hover {	background:url(../images/sbtn.png) -50px -50px}#moquu_wmaps {	top:464px;	_margin-top:464px}#moquu_wmaps a {	background:url(../images/sbtn.png) 0 -150px;	width:50px;	height:50px;	right:0;	float:left;	text-indent:-9999px}#moquu_wmaps a:hover {	background:url(../images/sbtn.png) -50px -150px}#moquu_top {	top:516px;	_margin-top:516px;	background:url(../images/sbtn.png) 0 -101px;	width:50px;	height:50px}#moquu_top:hover {	background:url(../images/sbtn.png) -50px -101px}.moquu_wxin,.moquu_wshare {	position:relative;	z-index:2}.moquu_wxin a:hover .moquu_wxinh,.moquu_wshare a:hover .moquu_wshareh {	display:block}.moquu_wxin .moquu_wxinh {	position:absolute;	display:none;	left:-280px;	top:-200px;	width:275px;	height:355px;	background:url(../images/moquu_ico.png) -1px -482px no-repeat}