﻿@charset "utf-8";
	/* -------- 全局样式--------*/
	
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "微软雅黑", "宋体", arial;
	font-size: 14px;
	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: 14px;
	margin: 0;
	padding: 0;
}
td, p, div, li, input, textarea {
	word-break: break-all;
}
h1, h2, h3, h4, h5, h6, b, strong, th {
	font-size: 100%;
	font-weight: normal;
}
/*强行换行*/
	table, tr, td, th {
	font-size: 14px;
}
ul, li {
	list-style-type: none;
}
/*ul,li {
	LIST-STYLE: none;
}*/
	h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
}
/* -------- 链接--------*/
	a:link {
	color: #333;
	text-decoration: none;
}
/* 未访问的链接*/
	a:visited {
	color: #333;
	text-decoration: none;
}
/* 已访问的链接*/
	a:hover {
	color: #f57709;
	text-decoration: none;
}
/* 鼠标放上去的链接*/
	a:active {
	color: #333;
}
/* 激活链接*/
	/* -------- 表单 --------*/
	/* -------- 文本样式 --------*/
	.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: #fff;
}
.center {
	width: 1200px;
	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;
}
#header {
	width: 100%;
	background: url(../images/headerbh.jpg) no-repeat center;
	height: 32px;
}
.header_left {
	width: 600px;
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 32px;
}
.header_right {
	width: 250px;
	float: right;
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	text-align:right;
	margin-right:20px;
}
.head {
	height: 120px;
	background: #f6f6f6;
}
.logo {
	padding: 35px 0 0 0;
	float: left;
	width:300px;
}


.tel {
	float: right;
	padding: 40px 55px 0 0;
	background: url(../images/tel.png) no-repeat left top;
	text-align: right;
}
.tel span {
	font-size: 14px;
	color: #6c6c6c;
	display: block;
	text-align: left;
	line-height: 30px;
	padding-left: 75px;
}
.tel p {
	font-size: 36px;
	color: #e70012;
	font-family: 'Arial';
	font-weight: bold;
	line-height: 40px;
	padding-left: 75px;
}
/*menu*/
	.menu {
	float:right;
	margin-top:35px;
}
.navbar {
}
.menu>ul>li {
	position: relative;
	float: left;
}
.menu>ul>li>a {
	position: relative;
	width: 120px;
	line-height: 55px;
	text-align: center;
	display: block;
	font-size: 15px;
	color: #333;
	box-sizing: border-box;
}
.menu>ul>li>a:hover {
	color:#003688

}
.menu>ul>li:first-child a {

}
.menu .li_last {
	background: none;
}
.menu>ul>li:hover #navChild{display: block;}

#navChild {
	display: block;
	position: absolute;
	left: 0px;
	top: 55px;
	width: 130px;
	z-index: 99;
	display: none;
	z-index: 99999;
	padding: 4px 4px 0px 4px;
	background: #fff;
}
#navChild a {
	position: relative;
	width: 130px;
	height: 36px;
	display: block;
	border-bottom: 1px solid #c5c5c5;
	color: #333!important;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	background: #fff;
}
#navChild a:hover {
	color: #333!important;
	background: #fff;
}
/*幻灯Banner*/
	.banner {
	position: relative;
	height: 550px;
}
.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 #003688;
	border: 1px solid #003688;
	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 #003688;
	border: 1px solid #003688;
}
.banner .bgitem {
	height: 550px;
	cursor: pointer;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	background-position: center top;
	background-repeat: no-repeat;
}
/*demo1*/
	.demo1 {
	width: 1002px;
	margin: 0px auto 0px;
}
.dbxw {
	width: 100%;
	height: 81px;
	background: url(../images/dbxwbj.jpg) no-repeat center;
	position: relative;
}
.zzy {
	height: 200px;
	width: 260px;
	padding: 20px;
	background: #003688;
	position: absolute;
	top: -160px;
	z-index: 999999;
}
.zzy h3 {
	width:250px; 
	height:80px;
	background:url(../images/fx.png) no-repeat center;

}


.zzy i {
	width: 260px;
	height: 1px;
	display: block;
	background: #fff;
	position: absolute;
	top: 120px;
}
.zzy span {
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	display: block;
	width: 200px;
	position: absolute;
	top: 140px;
}
.zzy em {
	width: 10px;
	height: 2px;
	background: #fff;
	display: block;
	position: absolute;
	bottom: 80px;
}
.zzy h5 {
	font-size: 35px;
	color: #fff;
	line-height: 50px;
	font-weight: bold;
	position: absolute;
	bottom: 20px;
}
.smxw {
	width: 800px;
	float: right;
}
.smxw ul {
	width: 800px;
}
.smxw ul li {
	padding: 0 20px;
	float: left;
	margin: 0 10px;
}
.smxw ul li a {
	line-height: 75px;
	color: #fff;
	font-size: 14px;
}
/*title*/
	.title font {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
.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;
}
/*bottom*/
	.font_w {
	font-family: 'Microsoft YaHei';
}
.font_w a {
	line-height: 24px;
}
.foot {
	background: #003688;
	padding: 20px 0px 50px 0;
	height: 200px;
}
.foot_left {
	width: 290px;
	float: left;
}
.foot_left h3 {
	font-size: 23px;
	color: #fff;
	line-height: 45px;
}
.foot_left span {
	font-size: 14px;
	color: #fff;
	padding: 5px 0 15px 0px;
	display: block;
}
.foot_left h4 {
	font-size: 24px;
	color: #f2a41e;
	font-weight: bold;
	line-height: 60px;
	border-top: 1px #fff solid;
	position:relative;
}

.foot_left h4 p{ color:#fff; font-size:14px; font-weight:normal; position:absolute; bottom:15px; right:70px;}
.foot_left p {
	line-height: 30px;
	font-size: 14px;
	color: #fff;
}
.foot_left p a {
	color:#fff
}
.foot_right h3 {
	font-size: 23px;
	color: #fff;
	line-height: 45px;
}
.foot_right span {
	font-size: 14px;
	color: #fff;
	padding: 5px 0 20px 0px;
	display: block;
}
.foot_right {
	width: 300px;
	float: left;
	position: relative;
	margin-left:150px;
}
.foot_right img {
	margin-top: 20px;
}
.foot_right p {
	position: absolute;
	top: 280px;
	color: #fff;
	width: 120px;
	display: block;
	text-align: center;
}

.foot_ewm{
	float:right;
	width:127px;
	margin-top:20px;
}

.sj {
	position: absolute;
	top: 190px;
	color: #fff;
	left: 150px;
}
.foot_lx {
	width: 500px;
	float: left;
	margin-left: 100px;
}
.ftCon {
	margin-top: 10px;
	height: 160px;
}
#bottom {
	background: #fff;
	width: 100%;
	height: 50px;
}
.bottom {
	line-height: 50px;
	color: #333;
	width: 1200px;
	margin: 0 auto;
}
.bottom p {
	font-size: 14px;
}
.bottom a {
	color: #333;
	margin: 0px 2px;
}
.bottom a:hover {
	color: #003688;
}
.bottom p span {
	margin-right: 15px;
}
.bottom .cnzz {
	margin-top: 10px;
	*margin-top:0px;
}
.ftLogo {
	width: 250px;
	margin-top: 30px;
}
.ftEwm {
	width: 294px;
	margin-top: 40px;
}
.ftEwm p {
	color: #fff;
	margin-top: 8px;
}
.copright {
	margin: 20px 0 0 0;
	text-align: left;
}
.copright p {
	color: #fff;
	line-height: 24px;
}
.copright a {
	color: #fff;
	margin: 0 0px 0 0;
}
.copright a:hover {
	color: #F75959;
}
.link {
	height: 20px;
	padding: 15px 0;
}
.link p {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	float: left;
}
.link a {
	float: left;
	margin: 0 5px;
	color: #fff;
}
/*内页*/
	.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: 35px;
	line-height: 35px;
	background: #003688;
	font-size: 14px;
	padding-left: 17px;
	color: #fff;
	text-align: left;
}
.a_title a {
	color: #fff;
}
.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: #333;
}
.a_list ul li >a:hover {
	color: #C30D23;
}
.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: #333;
}
.a_list ul li dl dd a:hover {
	color: #C30D23;
}
.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: #333;
}
.a_contact >p >a:hover {
	color: #C30D23;
}
.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: #333;
}
.a_tel p {
	color: #C30D23;
	font: 14px "Impact";
}
.a_right {
	width: 930px;
	float: right;
	position: relative;
	margin: 31px 0 0 0;
}
/* 下一个产品*/
	.preNext {
	position: relative;
	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: #333;
}
.preNext .text dt {
	line-height: 38px;
}
.preNext .text a:hover {
	color: #003688;
	text-decoration: underline;
}
.preNext .text dt a {
	color: #333;
}
.preNext .text dt a:hover {
	color: #003688;
}
.preNext .text_b {
	color: #003688;
}
.preNext .text_b a {
	color: #003688 !important;
}
.nrfg {
	background:#eee;
	padding:10px;
	margin: 20px 0 0 0;
}
.nrfg span {
	font-size: 16px;
	font-weight: bold;
}
/*新闻列表*/
	.news_list li {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px #E3E9EA solid;
}
.news_list li {
	font-size: 14px;
}
.news_list span {
	float: right;
}
.news_list li a {
	color: #333;
	display:block;
}
.news_list li a:hover {
	color: #003688;
}
/* 翻页*/
	.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 #C30D23;
	background: #C30D23;
}
.page_list a.on {
	color: #fff;
	border: 1px solid #C30D23;
	background: #C30D23;
}
/*新闻详细*/
	.title_news_article {
	font-size: 24px;
	color: #333333;
	height: 50px;
	text-align: center;
}
.news_aticle {
	line-height: 24px;
	font-size: 14px;
	color: #333;
}
/*product 页面*/
	.prolist {
	}
.prolist ul li {
	float: left;
	margin: 0 7px 0 8px;
	height: 260px;
}
.prolist ul li > a {
	display: block;
	width: 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: #333;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
}
.prolist ul li p a:hover {
	color: #C30D23;
}
/* 产品详情*/
	.proinfo {
	width: 100%;
	height: 300px;
}
.photo {
	width: 100%;
}
.photo h3 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}
.photo h3 a {
	color: #003688;
}
.photo_img {
	width: 400px;
	margin: 0 auto;
	margin-top: 20px;
	border: 10px #fff solid;
}
.proinfo_img {
	float: left;
	width: 400px;
	border: 1px #d0d0d0 solid;
}
.proinfo_text {
	float: left;
	width: 470px;
	margin-left: 30px;
}
.proinfo_text h1 {
	color: #C30D23;
	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: #333;
}
.pro_c {
	color: #333;
	padding-bottom: 20px;
	line-height: 24px;
}
/*相关信息*/
	.related_news {
	margin: 20px 0 0 0;
	height: 120px
}
.related_title {
		background:#eee;
	margin: 0px 0 10px 0;
	padding:10px;
}
.related_title span {
	font-size: 16px;
	font-weight: bold;

	
}
.related_title a {
	float: right;
	font-size: 14px;
	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 span {
	float: right;
}
/*相关产品*/
	.related_product {
	height: 235px;
}
.related_product ul li {
	float: left;
	width: 200px;
	margin-left: 13px;
	margin-right: 13px;
}
.related_product ul li>a {
	border: 1px #ddd solid;
	width: 200px;
	height: 150px;
	display: block;
}
.related_product ul li p a {
	text-align: center;
	display: block;
}
/* 分页*/
	.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 #C30D23;
	background: #C30D23;
}
.page_list a.on {
	color: #fff;
	border: 1px solid #C30D23;
	background: #C30D23;
}
.pagination {
	clear: both;
	text-align: center;
	float: right;
}
.pagination li {
	display: inline-block;
}
.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: #003688;
	color: #ffffff;
}
.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
.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;
}
.adv1 {
	background: url(../images/adv1.jpg) center no-repeat;
	height: 721px;
}
.adv3 {
	background: url(../images/adv3.jpg) center no-repeat;
	height: 206px;
	margin-bottom: 25px;
}
.adv2 a:hover {
	color: #fab00e;
}
/* 询盘*/
	.xqtitle {
	width: 80px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	background: #C30D23;
	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: #C30D23;
	border: none;
}
.form-controll {
	float: left;
	width: 320px;
	border: 1px #ddd solid;
	height: 30px;
	line-height: 30px;
}
.form-control-cc {
	float: left;
	width: 320px;
	border: 1px #ddd solid;
	height: 100px;
	line-height: 30px;
}
.form-control-yy {
	float: left;
	width: 225px;
	border: 1px #ddd solid;
	height: 30px;
	line-height: 30px;
}
button.form-subb {
	width: 325px;
	margin: 0 auto;
	clear: both;
	padding: 12px 0;
	background: #f2a41e;
	font-size: 14px;
	border: none;
	color: #fff;
	font-family: 'Microsoft YaHei';
	margin-left: 45px;
}
/* 留言*/
	.content01 {
	padding: 10px 10px 20px 10px;
}
.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;
}
button.form-sub {
	width: 650px;
	margin: 0 auto;
	clear: both;
	padding: 12px 0;
}
.form-sub {
	height: 40px;
	color: #fff;
	background: #003688;
	border: none;
}
.form-control-y {
	float: left;
	width: 100px;
	border: 1px #ddd solid;
	height: 30px;
	line-height: 30px;
}
.content {
	padding: 20px 10px;
	margin: 10px 0 20px 0;
}
.content p {
	color: #333;
	font-size: 14px;
	line-height: 28px;
}
ul {
	list-style: none outside none;
}
.wfixed {
	width: 1200px;
	margin: 0 auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/* 首页产品列表产品*/
	.cpbg1 {
	width: 100%;
	background: #f3f3f3 ;
	height: 660px;
	padding-top: 70px;
}
.cpbg {
	width: 100%;
	padding-top: 70px;
}
.g-sd1 {
	position: relative;
	float: left;
	width: 240px;
}
.cate-box {
	width: 100%;
	background-color: #003688;
	color: #fff;
}
.cate-box h3 {
	font-size: 30px;
	color: #fff;
	line-height: 100px;
	text-align: center;
	position: relative;
	overflow: hidden;
	background: #003688;
}
.cate-box ul {
	background: #fff;
}
.cate-box ul li {
	background: url(../images/flb.png) no-repeat 200px 15px #eee;
	line-height: 55px;
	margin: 2px 0px;
	font-size: 15px;
	color: #fff;
	width: 200px;
	padding-left: 40px;
	position: relative;
}
.cate-box ul li a {
	color: #000000;
	display: block;
	line-height: 55px;
}


.cate-box ul li ul {

	display:none;
}
.cate-box ul li ul li {
	background: url(../images/flb.png) no-repeat 200px 15px #eee;
	margin: 1px 0;
	
}
.cate-box ul li ul li a {
	font-size: 14px;
	color: #333;
	line-height: 55px;
	padding-left: 10px;
	display: block;
}

.cate-box ul li:hover ul{
	display:block;
	left: 238px;
	top: 0px;
	width: 238px;
	background: #fff;
	z-index: 9999;
	position: absolute;
	}

.cate-box ul li:hover {
	color: #ffad1e;
	background: url(../images/flb1.png) no-repeat 200px 15px #003688;
}
.cate-box ul li:hover a{
	color:#fff
}
.cate-box ul li:hover ul li a{ color:#333}

.cate-box ul li ul li a:hover {
	color: #ffad1e;
}
.hf {
	height: 240px;
	width: 100%;
	background: url(../images/hf.jpg) no-repeat center;
}
.tel-box {

	border-top: 0px;
	text-align: left;
	background-color: #003688;
	padding: 15px;
	border-bottom:5px #eee solid;
}
.tel-box p.big {
	font-size: 18px;
	text-align: center;
	color:#fff;
	line-height:40px;
}
.tel-box strong {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
.tel-box a {
	color: #fff;
}

.tel-box p{ font-size:14px;color:#fff; line-height:35px;}

.mt10 {
	margin-top: 10px;
}
.g-mn1 {
	width: 940px;
	float: right;
}
.widget_search {
	padding: 14px 0;
	width: 100%;
	line-height: 35px;
	text-align: left;
	background-color: #fff;
	position: relative;
	height: 40px;
}
.widget-notice {
	width: 645px;
	height: 40px;
	float: left;
}
.widget-notice img {
	float: left;
	padding-top: 10px;
}
.widget-notice span {
	float: left;
	padding-left: 20px;
	font-size: 14px;
	color: #000;
	line-height: 32px;
	width: 625px;
	box-sizing: border-box;
}
.widget-search-form {
	width: 282px;
	float: right;
}
.input_text {
	box-sizing: border-box;
	display: block;
	width: 240px;
	height: 40px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #eae7e7;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	float: left
}
.widget-search-form .input_text {
	float: left;
	width: 75%;
	height: 35px;
	vertical-align: top;
	border-color: #003688;
	border-radius: 20px;
}
.input_text:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.btn_search {
	margin-left: 2px;
	width: 50px;
	height: 40px;
	border: none;
	color: #fff;
	font-size: 14px;
	border: none;
	background: #fff;
	color: #003688;
}
.widget_product li {
	float: left;
	margin-right: 20px;
	width: 300px;
	height: 275px;
	background: #fff;
	margin-bottom: 20px;
}

.widget_product li img{	height:225px;
}
.widget_product li a p {
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	background: #eee;
	color: #333;
}
.widget_product li:nth-child(3n) {
	margin-right: 0;
}

.widget_product1{
	width:1200px;
	margin:0 auto;
}
.widget_product1 li {
	float: left;
	margin-right: 20px;
	width: 285px;
	height: 265px;
	background: #fff;
	margin-bottom: 20px;
}
.widget_product1 li a p {
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	background: #eee;
	color: #333;
}
.widget_product1 li:nth-child(4n) {
	margin-right: 0;
}



.about_f ul {
	margin-top: 50px;
}
.about_f li {
	float: left;
	margin-right: 16px;
	width: 260px;
	background: #fff;
	margin-bottom: 20px;
	border: 1px #eee solid;
}
.about_f li p {
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	background: #003688;
	color: #fff;
}
.about_f li:nth-child(2) {
	margin-right: 0;
}
.about_f li:nth-child(4) {
	margin-right: 0;
}
/* 首页优势*/
	/* 产品轮播*/
	.hot_rx {
	background: url(../images/case_bg.jpg) top center repeat;
	height: 515px;
	padding-top: 40px;
}
.E {
	background: url(../images/case_t.png) top center no-repeat;
	height: 160px;
	padding-bottom: 10px;
}
.box {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	_height: 100%;
}
.hotproduct {
	margin: 15px 0 20px 0;
}
#demo1p {
	width: 1200px;
	overflow: hidden;
	position: relative;
}
#indemo1p {
	float: left;
	width: 800%;
}
#demo1p1 {
	float: left;
}
#demo1p2 {
	float: left;
}
.top_14 {
	list-style: none outside none;
	display: inline;
}
.top_14 li {
	float: left;
	height: 265px;
	overflow: hidden;
	padding-right: 8px;
	padding-top: 8px;
	text-align: center;
	width: 285px;
	background: #fff;
	margin-right: 20px;
	padding-left: 8px;
}
.top_14 h3 {
	height: 217px;
	margin: 0 auto;
}
.top_14 h3 a {
	padding: 1px;
	display: table-cell;
}
.top_14 h3 img {
	vertical-align: middle;
}
.top_14 li p {
	margin-top: 7px;
}
.top_14 li p .a1 {
	font-size: 15px;
	overflow: hidden;
	display: block;
	height: 24px;
	color: #666;
}
.top_14 li p .a1:hover {
	color: #003688;
}
/* 关于我们*/
	.about_box {
	height: 640px;
	margin-top: 80px;
	margin-bottom: 40px;
	position: relative;
}
.about_t {
	width: 600px;
}
.about_f {
	width: 540px;
	position: relative;
}
.about_f h3 {
	font-size: 45px;
	color: #003688;
	font-weight: bold;
	line-height: 45px;
}
.about_f h3 span {
	font-size: 30px;
	color: #d4d3d3;
}
.about_f i {
	width: 200px;
	height: 3px;
	background: #d4d3d3;
	display: block;
	position: absolute;
	top: 60px;
}
.about_f h4 {
	font-size: 25px;
	color: #333;
	line-height: 70px;
	font-weight: bold;
}
.about_f p {
	font-size: 14px;
	color: #555;
	line-height: 35px;
	padding-bottom: 30px;
}
.about_f a {
	width: 120px;
	height: 30px;
	display: block;
	border: 1px #003688 solid;
	display: block;
	line-height: 30px;
	text-align: center;
}
.gdal {
	width: 540px;
	line-height: 42px;
	background-color: #f5f5f5;
	text-align: center;
	color: #003688;
	position: absolute;
	bottom: 35px;
}
/* 首页新闻*/
	.index_new {
	width: 587px;
	margin-top: 90px;
}
.box-t {
	position: absolute;
	width: 100px;
	height: 70px;
	background: #003688;
	display: block;
	text-align: center;
	line-height: 40px;
	left: 0px;
	top: 0px;
}
.box-t strong {
	font-weight: bold;
}
.box-t .small {
	font-size: 18px;
	font-weight: bold;
}
.box-t a {
	font-size: 16px;
	color: #fff;
	display: block;
	padding: 15px;
	line-height: 40px;
}
.box-t:after {
	position: absolute;
	display: block;
	content: '';
	width: 100px;
	height: 2px;
	background-color: #003688;
	bottom: -1px
}
.PageCrumbList {
	float: right;
	font-size: 14px;
	color: #b2b2b2;
	font-weight: normal;
}
.PageCrumbList a {
	font-size: 14px;
	color: #666;
}
.box-t:after {
	position: absolute;
	display: block;
	content: '';
	width: 100px;
	height: 2px;
	background-color: #003688;
	bottom: -1px;
}
.news-box {
	position: relative;
	color: #fff;
}
.news-box li {
	height: 100px;
}
.news-cont {
	width: 460px;
	border-left: 1px #d4d3d3 solid;
	padding-left: 20px;
}
.news-cont h3 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.news-cont p {
	font-size: 14px;
	line-height: 30px;
	color: #333;
}
.news-box li a:hover .xwsj b {
	color: #003688;
}
.news-box li a:hover .xwsj span {
	color: #003688;
}
.news-box li a:hover .news-cont h3 {
	color: #003688;
}
.news-box li a:hover .news-cont p {
	color: #003688;
}
.news-box li a:hover .news-cont {
	border-left: 1px #003688 solid;
}
.xwsj b {
	font-size: 30px;
	color: #333;
	width: 100px;
	display: block;
	text-align: center;
}
.xwsj span {
	width: 100px;
	display: block;
	text-align: center;
	color: #333;
}
.new-box {
	font-size: 16px;
	color: #333;
	padding-top: 10px;
	margin-bottom: 1em;
}
.new-box li {
	font-size: 15px;
	line-height: 42px;
	border-bottom: 1px #eee solid;
}
.new-box li a {
	color: #333;
}
.new-box li span {
	padding-right: 8px;
	float: right;
	color: #fff;
}
.index_news {
	width: 554px;
	margin-top: 80px;
}
.newss-box {
	position: relative;
	color: #828282;
	border-bottom: 1px solid #ddd;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
.newss-box h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
}
.newss-box h3 i {
	background-color: #003688;
}
.newss-box i {
	font-size: 12px;
	border-radius: 5px;
	color: #fff;
	padding: 4px;
	font-weight: normal;
	margin-right: 10px;
	font-style: normal;
}
.newss-box h3 a {
	color: #003688;
}
.newss-box p {
	padding: 3px 0;
	line-height: 24px;
	font-size: 14px;
}
.newss-box p i {
	background-color: #0c8854;
}
.newss-box p span {
	}
/* 友情链接*/
	.busMess {
	height: 80px;
	line-height: 30px;
	margin-top: 30px;
	padding-top: 10px;
}
.busMess span {
	font-size: 16px;
	color: #333;
}
.box-x {
	position: relative;
	margin-bottom: 15px;
	padding: 6px 0 28px 0;
	width: 100%;
	color: #003688;
	text-align: left;
	font-size: 30px;
	line-height: 35px;
	border-bottom: 0;
}
.box-x strong {
	font-weight: bold;
}
.box-x .PageCrumbList {
	color: #000;
}
.box-x .PageCrumbList a {
	color: #000;
}
.pagination li {
	display: inline-block;
	display: inline-block;
	zoom: 1;
	float: left;
	margin: 0;
	width: auto;
	height: auto;
}
#ys {
	width: 100%;
	background: url(../images/ys.jpg) no-repeat center;
	height: 830px;
}
.ys {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.ys1 {
	position: absolute;
	width: 420px;
	right: 40px;
	top: 45px;
}
.ys2 {
	position: absolute;
	width: 420px;
	left: 45px;
	top: 470px;
}
.ys3 {
	position: absolute;
	width: 420px;
	right: 52px;
	top: 865px;
}
.ys1 h3, .ys2 h3, .ys3 h3 {
	font-size: 25px;
	color: #333;
	font-weight: bold;
	line-height: 100px;
	padding-left: 100px;
}
.ys1 p, .ys2 p, .ys3 p {
	font-size: 16px;
	color: #555;
	line-height: 40px;
}
#news {
	background: url(../images/news.jpg) no-repeat center;
	height: 460px;
	width: 100%;
}
#ys1 {
	width: 1001px;
	height: 199px;
	background: url(../images/ys1.jpg) no-repeat center;
	position: absolute;
	right: 0px;
	top: 410px;
}
.ys1_1, .ys1_2, .ys1_3, .ys1_4 {
	width: 250px;
	float: left;
}
.ys1_1 img, .ys1_2 img, .ys1_3 img, .ys1_4 img {
	padding: 25px 20px 15px 20px;
	display: block;
	margin: 0 auto;
}
.ys1_1 h3, .ys1_2 h3, .ys1_3 h3, .ys1_4 h3 {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	display: block;
	text-align: center;
}
.ys1_1 p, .ys1_2 p, .ys1_3 p, .ys1_4 p {
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.title2 {
	width: 1200px;
	margin: 40px auto 55px auto;
	font-size: 35px;
	color: #003688;
	font-weight: bold;
	text-align: center;
	display: block;
	line-height: 70px;
}
.title2 p {
	font-size: 20px;
	color: #222222;
	line-height: 40px;
	display: block;
	text-align: center;
	width: 1200px;
	font-weight: normal;
}
#d_tab29 ul, #d_tab29 li {
	margin: 0;
	padding: 0;
	list-style: none
}
#d_tab29 img {
	border: 0;
	vertical-align: top
}
#d_tab29 {
	position: relative;
	height: 400px;
	text-align: left
}
#d_tab29 .d_img {
	position: relative;
	margin: 0 auto;
	width: 1200px;
	height: 100%
}
#d_tab29 .d_img li {
	position: absolute;
	display: none;
	z-index: 0
}
#d_tab29 .d_img li img {
	width: 100%
}
#d_tab29 .d_img li a {
	display: block;
}
#d_tab29 .d_img li.d_pos1 {
	display: block;
	width: 450px;
	left: 0%;
	top: 50px;
	z-index: 1
}
#d_tab29 .d_img li.d_pos2 {
	display: block;
	width: 520px;
	left: 10%;
	top: 30px;
	z-index: 2
}
#d_tab29 .d_img li.d_pos3 {
	display: block;
	width: 650px;
	left: 23%;
	top: -10px;
	z-index: 3
}
#d_tab29 .d_img li.d_pos4 {
	display: block;
	width: 520px;
	right: 10%;
	top: 30px;
	z-index: 2
}
#d_tab29 .d_img li.d_pos5 {
	display: block;
	width: 450px;
	right: 0%;
	top: 50px;
	z-index: 1
}
#d_tab29 .d_menu {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center
}
#d_tab29 .d_menu li {
	display: inline-block;
	zoom: 1;
	*display:inline;
	width: 12px;
	height: 12px;
	cursor: pointer;
	margin-right: 3px
}
#d_tab29 .d_menu li.d_select {
	}
#d_tab29 .d_next {
	position: absolute;
	left: 50%;
	margin-left: 475px;
	top: 160px;
	z-index: 10;
	cursor: pointer
}
#d_tab29 .d_prev {
	position: absolute;
	left: 50%;
	margin-left: -525px;
	top: 160px;
	z-index: 10;
	cursor: pointer
}
.news_parameters {
	margin:20px 0px;
}
#sub_menu_2,#sub_menu_3,#sub_menu_4,#sub_menu_5,#sub_menu_6,#sub_menu_7,#sub_menu_8,#sub_menu_9,#sub_menu_9 {
	display:none;
}
#demo1p {
	list-style: none outside none;
	padding:5px 10px 0 10px;
	overflow: hidden;
	width: 680px;
	margin:0 auto;
}
#indemo1p {
	float: left;
	width: 800%;
}
#demo1p1 {
	float: left;
}
#demo1p2 {
	float: left;
}


.menu1 {
	width:1200px; margin:0 auto; height:50px; margin-bottom:20px;
}

.menu1 ul li {
	float: left;
}
.menu1 ul li a {
	width: 200px;
	display: block;
	font-size: 16px;
	color: #fff;
	box-sizing: border-box;
}
.menu1 ul li a:hover {
	color:#fff

}

.feedback {
	Z-index:99;
	background:#fff;
    width: 340px;
    position: fixed;
    right: 30px;
    bottom: -9999px;
    box-shadow: 0 20px 40px 8px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    border-radius: 10px 10px 0 0;
}

.feedback .feedbackHeader {
    height: 40px;
    line-height: 40px;
    border-radius: 10px 10px 0 0;
    color: #ffffff;
    text-indent: 50px;
    font-weight: normal;
    cursor: pointer;
}

.feedback .eMailIco {
    background: url("../images/emailIco.png") 16px center no-repeat #003688;
    background-size: 21px auto;
}

.feedbackForm {
    padding: 16px 16px 40px 16px;
}

.feedbackForm .tips {
    color: #222d38;
    padding-bottom: 20px;
}

.feedbackForm .linee {
    margin-bottom: 16px;
}

.feedbackForm .linee input, .feedbackForm .linee textarea {
    width: 100%;
    box-sizing: border-box;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: solid 1px #ccc;
    color: #222d38;
    display: block;
}

.feedbackForm textarea {
    resize: none;
    height: 78px;
    padding: 11px;
    line-height: 20px;
}

.feedbackForm .linee input {
    height: 40px;
    line-height: 40px;
    padding: 0 11px;
}

.feedbackForm .btn {
    background: #003688;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    cursor: pointer;
}

.feedback .closeBtn {
    background: url("../images/closeBtn.png") no-repeat;
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
    position: absolute;
    left: -36px;
    top: 6px;
    cursor: pointer;
    display: none;
}
