﻿@charset "utf-8";
/* -------- 全局样式-------- */  
* {
	margin: 0;
	padding: 0;
}
body {
	width:100%;
	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: 15px;
	margin: 0;
	padding: 0;
}
td, p, div, li, input, textarea {
	word-break: break-all;
}
h1, h2, h3, h4, h5, h6, 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: #960c1d;
	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;
}
.head {
	height: 120px;
	background: #fff;
}
.logo {
	padding: 30px 0 0 0;
	float: left;
}
.tel {
	float: right;
    padding: 5px 25px 0 0;
    text-align: right;
}
.tel span {
	font-size: 14px;
	color: #6c6c6c;
}
.tel p {
	font-size: 26px;
	color: #960c1d;
    font-family: 'Arial';
	font-weight: bold;
    line-height: 32px;
}
/*menu*/
.menu {
    width: 100%;
    height: 60px;
    position: relative;
	background: #960c1d;
}
.navbar {
	width: 1200px;
	margin: 0 auto;
}
.menu>ul>li {
	float: left;
}
.menu>ul>li>a {
	width: 130px;
	line-height: 60px;
	text-align: center;
	display: block;
    font-size: 15px;
	color: #fff;
    border-right: 1px solid #b62638;
    box-sizing: border-box;
}
.menu>ul>li>a:hover {
	font-weight:bold;
	color:#fff;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
.menu>ul>li:first-child a {
	font-weight:bold;
}
.menu .li_last {
background: none;
}

.zizhi {width:100%;  margin-top:30px;background:url(../images/zizhi.jpg) no-repeat center;	height:700px;}
/*demo1*/
.demo1 {
	width: 1002px;
	margin: 0px auto 0px;
}

/*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:#960c1d;padding:0px 0px 24px;}
.ftNav{border-bottom: 1px solid #b62638;
    background: #960c1d;
    padding-top: 10px;
    border-top: 1px solid #960c1d;
	height: 50px;}
.ftNav li{float:left;position:relative;padding-right:70px;height:50px;}
.ftNav li a{color:#fff;line-height:40px;padding-bottom:10px;display:block; font-size: 15px;}
.ftNav li a.ftCur em{position:absolute;height:3px;background:#6AA8F3;left:0px;bottom:-2px;width:53px;}
.ftCon{margin-top:10px; height: 160px;}
.bottom{padding:23px 0px;line-height:30px;color:#fff; width: 790px;}
.bottom p{font-size: 12px;}
.bottom a{color:#fff;margin:0px 2px; font-size:12px;}
.bottom a:hover{color:#c1c1c1;}
.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: #ffae00;
}
.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: #960c1d;
	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: #960c1d;
	text-decoration: underline;
}
.preNext .text dt a {
	color: #333;
}
.preNext .text dt a:hover {
	color: #960c1d;
}
.preNext .text_b {
	color: #960c1d;
}
.preNext .text_b a {
	color: #960c1d !important;
}
.nrfg{    border-bottom: 1px solid #ccc;     margin: 20px 0 0 0;}
.nrfg span{    font-size: 15px;  font-weight: bold;}
/*新闻列表*/
.news_list li {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px #E3E9EA solid;
}
.news_list li {
	font-size: 14px;
}
.news_list span {
	float: right;
}
.news_list li a {
	color: #333;
}
.news_list li a:hover {
	color: #960c1d;
}
/* 翻页 */
.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: 22px;
	color: #333333;
	text-align: center;
	font-weight:600;
}
.news_aticle {
	line-height: 24px;
	font-size: 14px;
	color: #333;
}
.news_aticle table{ width:auto; max-width:100% !important}
/*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:#960c1d;}
.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: 430px;
	margin-left: 30px;
}
.proinfo_text h1 {
	color: #C30D23;
	border-bottom: 1px #d0d0d0 solid;
	
	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 {
	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: 200px;
    margin-left: 6px;
    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;
	margin-bottom:10px;
}
.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: #960c1d;
    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;}

	   /* 留言 */
.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: #960c1d;  border: none;}
.form-control-y{    float: left;  width: 100px; border: 1px #ddd solid; height: 30px;  line-height: 30px;}
.content {
	border: 1px solid #ccc;
	padding: 20px 30px;
	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;}
	   /* 首页产品列表产品 */	   
.cpbg{width:100%;  padding-top: 40px;}
.g-sd1{position: relative; float: left; width: 240px;}
.cate-box{width: 100%; background-color: #960c1d; color: #fff;}
.cate-box h3{font-size: 30px; color: #fff; line-height: 55px; text-align: center; border-bottom: 1px solid #fff; position: relative; overflow: hidden; background:#960c1d; font-weight:600;}
.cate-box ul{ }
.cate-box ul li{font-size: 15px;}
.cate-box ul li a{color: #fff; display: block; line-height: 58px;  border-bottom:1px #f5f5f5 solid; text-align:center;}
.cate-box ul li a:hover{ background:#960c1d;}
.tel-box{border: 2px solid #960c1d; border-top: 0px; text-align: left; background-color: #fff; padding: 15px;}
.tel-box p.big{font-size: 18px; text-align: center;}
.tel-box strong{color: #960c1d;  font-size: 24px; font-weight: bold;}
.tel-box a{background-color: #960c1d; border-radius: 10px; padding: 5px 25px; color: #fff;}
.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: 220px; 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: #960c1d; 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:#960c1d;}

.widget_product li{float: left; margin-right: 20px; width: 300px; height:275px; background: #fff; margin-bottom: 20px;}
.widget_product li a p{    line-height: 50px; font-size: 16px; text-align: center; background:#960c1d; color:#fff;}
.widget_product li:nth-child(3){margin-right: 0;}
.widget_product li:nth-child(6){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:#960c1d; color:#fff;}
.about_f li:nth-child(2){margin-right: 0;}
.about_f li:nth-child(4){margin-right: 0;}



	   /* 首页优势 */
	   
	   
.g-one {
	width:100%;
	background: #fff;
	height: 550px;
	overflow: hidden;
}
.g-one h4 {
	text-align: center;
	font: 40px "Microsoft YaHei";
	color: #960c1d;
	font-weight: bold;
	height: 75px;
	margin: 30px 0 14px 0
}
.g-one .pp01 {
	text-align: center;
	font: 28px "Microsoft YaHei";
	color: #dddddd;
	font-weight: 400;


}
.g-one h4 p {
	font: 20px "Microsoft YaHei";
	color: #960c1d;
	
}
.one {
	width: 1200px;
	margin: 50px auto;
}
.one dl {
	width: 340px;
	height: 310px;
	border: 5px solid #f5f5f5;
	float: left;
	margin-left: 25px;
	display: inline;
	margin-right: 30px;
}

.one .one01{
margin-left: 0;
}

.one .one03{
margin-right: 0;
}

.one dt {
	width: 187px;
	height: 139px;
	font: 26px "Microsoft YaHei";
	color: #fff;
	background: url(../images/rs_05.png) no-repeat;
	text-align: center;
	line-height: 139px;
	margin: 32px auto;
}
.one dd {
	text-align: center;
	font: 14px "Microsoft YaHei";
	color: #333;
	padding: 0 15px;
	line-height: 35px;
	text-align:center;
}
.one .none {
	margin-right: 0px;
}	   
	   





#in_04{width: 1200px;height: 500px;margin:60px auto;position: relative;}
#in_04_lou{width: 277px;height: 544px;position: absolute;left:246px;top:102px;z-index: 2;}
#in_04_hx1{width: 950px;height: 1px;background: #cbcbcb;position: absolute;left:246px;top:230px;z-index: 1;}
#in_04_hx2{width: 950px;height: 1px;background: #cbcbcb;position: absolute;left:246px;top:550px;z-index: 1;}
#in_04_l{width: 246px;height: 500px;float: left;background: #fff url(../images/in_04_l.png) bottom center no-repeat;border-radius: 5px;}
#in_04_title{width: 246px;height: 208px;background: url(../images/in_04_title.png) bottom center no-repeat;margin:0 auto;}
#in_04_info{width: 246px;height: 57px;margin:0 auto; margin-top:20px;line-height: 25px;color: #979797;font-size: 15px;text-align: center;}
#in_04_reason{width: 246px;margin:0 auto; margin-top:10px;line-height: 50px;color: #696969;font-size: 30px; font-weight:bold; text-align: center;}
#in_04_reason span{color: #960c1d;}
#in_04_more{width: 133px;height: 34px;margin:0 auto;margin-top: 10px;text-align: center;line-height: 34px;}
#in_04_more a{display: block;width: 133px;height: 34px;background: url(../images/in_04_more.png) center no-repeat;color: #fff;font-weight: bold;font-size: 14px;}
#in_04_tel{width: 100%;line-height: 20px;text-align: center;font-size: 14px;margin:0 auto;margin-top:95px;}
#in_04_tel span{color: #fff;font-size: 30px;}
#in_04_r{width: 920px;float: right;}
#in_04_r li{width: 100%;height: 200px;margin:0 auto;margin-bottom: 110px;position: relative;}
#in_04_r li .in_04_img{position: absolute;right: 0px;top:-40px;}
#in_04_r li .in_04_title{ width: 550px;height: 25px; line-height: 25px;color: #960c1d;font-size: 18px;font-weight: bold; position: absolute;left: 0px;top:0px;}
#in_04_r li .in_04_title span{padding-left: 34px;font-size: 32px;}
#in_04_r li .in_04_info{ width: 620px;line-height: 40px;color: #686767;font-size: 15px; position: absolute;left: 32px;top:50px; }
#in_04_r li .in_04_info span{color: #b28744;}
#in_04_r li .in_04_more{ width: 110px;height: 35px; line-height: 35px;position: absolute;right: 450px;bottom:0px; background:#960c1d; border-radius:10px;}
#in_04_r li .in_04_more a{display: block; width: 110px;color: #fff;font-size: 15px; line-height:30px; text-align:center;}

	   
	   
	   
.youshi{background:url(../images/advs.jpg) top center no-repeat #0f8e41; height:152px;}
.youshi2{background:url(../images/adv_bg.jpg) top center no-repeat #0f8e41; height:152px;}
.ys_l{background-color: #fff; height: 1180px; padding-top: 40px;}
.ys_l .T{background: url(../images/adv05.png) top center no-repeat; height: 130px; padding-bottom: 35px;}
.ys_s{width:100%; height: 500px;}
.ys_d{width:587px;}
.ys_span{padding: 20px 0; background: inherit; text-align: left; display: block;}
.ys_span h3{position: relative; padding-left: 76px; color: #960c1d; font-weight: 700;}
.ys_span h3:before{position: absolute; top: -2px; left: 0; width: 68px; height: 56px; background: url(../images/adv_bg2.png) no-repeat;
    color: #fff; text-align: center; font-weight: bolder; font-size: 36px; line-height: 45px; }
.ys_span h3:before{content: '01';}
.ys_span .yss:before{content: '02';}
.ys_span .ysa:before{content: '03';}
.ys_span .ysb:before{content: '04';}
.ys_span h3 p{padding: 0; color: inherit; font-size: 24px;}
.ys_span h3 p:before{content: '';}
.ys_span p{padding-left: 76px; height: auto; color: #3a3a3a; font-size: 14px; line-height: 32px;}
.ys_span p:before{color: #960c1d; content: '+'; font-weight: 700;}
.ys_span h3 small{color: #960c1d; font-size: 18px; line-height: 32px;}

	   /* 产品轮播 */
.hot_rx{width:100%; 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; height: 265px; 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: #960c1d;}

.wmuSliderPrev, .wmuSliderNext {width:70px;height:70px;line-height:99em;overflow:hidden;margin:-35px 0 0;display:block;background:url(../images/ad_ctr.png) no-repeat;position:absolute;top:50%;z-index:10;cursor:pointer;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease;}

.wmuSliderNext {background-position:0 -70px;right:0;}

.wmuSliderPrev {left:0;}

.wmuSlider:hover .wmuSliderNext {opacity:0.3;filter:alpha(opacity=25);}

.wmuSlider:hover .wmuSliderPrev {opacity:0.3;filter:alpha(opacity=25);}

.wmuSlider:hover .wmuSliderNext:hover, .wmuSlider:hover .wmuSliderPrev:hover {opacity:1;filter:alpha(opacity=50);}
.banner:hover .wmuSliderPrev,.banner:hover .wmuSliderNext{
opacity:1; 
}
.banner123 {width:100%;text-align:center;}

.banner123 img {max-width:100%;}

#banner {position:relative;clear:both;min-width:1000px;background:#EEE;width:100%;margin:0px auto;z-index:888;margin-bottom:15px;}

.slider_img {display:block;text-align:center;height:100%;}

.slider_img img {display:inline-block!important;margin:0px 0;max-width:100%;width:auto;height:auto;display:block;}

.wmuSlider {height:100%!important;position:relative;overflow:hidden;}

.bbdd {z-index:2;position:absolute;bottom:25px;margin:0;padding:0;width:100%;text-align:center;}

.bbdd li {margin:0 5px 10px 5px;list-style-type:none;display:inline-block;}

.bbdd a {display:inline-block;text-indent:999px;width:32px;height:16px;background:url(../images/dot.png) no-repeat 0 -16px;display:block;overflow:hidden;}

.bbdd a.wmuActive {background-position:0 0;}

.banner {width:100%;text-align:center;margin:0 auto;margin-bottom:10px;background:#f1f1f1;}

.banner img {min-width:1000px;max-width:100%;}



	   /* 关于我们 */
.about_box{border: 2px solid #960c1d; height: 580px; margin-top: 40px; margin-bottom: 40px;position: relative;}
.about_t{padding: 50px 35px 30px; position: relative; width:550px; }
.about_t h3{position: absolute; top: -30px; background: #960c1d; font-size: 30px; color: #fff; padding: 8px 60px; font-weight: bold;}
.f-toe{overflow: hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis;}
.about_t .C{color: #333; font-size: 14px; line-height: 28px; text-align: justify;}.about_t .C img{display:block; width:550px;}
.about_t .C p{ width:100%; background:#960c1d; color:#fff; line-height:42px; text-align:center; display:block; margin-top:10px;}
.about_t .C p a{ color:#fff;}

.about_f{width:570px;   box-sizing: border-box; padding-right:30px;}
.gdal{width: 540px; line-height: 42px; background-color: #f5f5f5; text-align: center; color: #960c1d; position: absolute; bottom: 35px;}

	   /* 首页新闻 */
.index_new{width:440px; }	   
.box-t{border-bottom: 1px solid #ccc;font-size: 24px;color: #960c1d;margin-bottom: 15px;padding-bottom: 10px;position: relative;line-height: 24px;text-align: left}
.box-t strong{font-weight: bold;}
.box-t .small{font-size: 18px; font-weight: bold; color:#333;}
.box-t a{font-size: 12px;color: #b2b2b2;}
.box-t:after{position: absolute;display: block;content: '';width: 100px;height: 2px;background-color: #960c1d;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: #960c1d; bottom: -1px;}
.icompany_text {background:url(../images/aboutbj.png) no-repeat;}

.news-box{position: relative; color: #828282; height: 180px;}
.news-cont{width:440px;}
.news-cont h3{font-size: 18px; font-weight: bold;line-height:50px;}
.news-cont h3 a{color:#960c1d;}
.news-cont p{font-size: 14px; line-height: 30px; color: #666;}

.new-box{font-size: 16px; color: #535353; padding-top: 10px; margin-bottom: 1em;}
.new-box li{font-size: 15px; line-height: 50px; border-bottom:1px #eee solid;} 
.new-box li a{color:#333;}
.new-box li span{padding-right: 8px; float: right; color: #828282;}

.index_news{width:587px; margin-top: 60px;}
.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: #960c1d;}
.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: #960c1d; }
.newss-box p{padding: 3px 0; line-height: 24px; font-size: 14px;}
.newss-box p i{background-color: #4d4d4d;}
.newss-box p span{ }

	   /* 友情链接 */
.busMess{    background: #F3F6F7; height: 120px; line-height: 30px; margin-top: 30px; padding-top: 10px;}
.busMess span{font-size: 16px; color:#333;}


.box-x{position: relative; margin-bottom: 15px; padding: 0px 0 0px 0; width: 100%; background-color: #fff; color: #000; 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;}
/*固定的悬浮窗*/.yb_conct {	position: fixed;	z-index: 9999999;	top: 200px;	right: -127px;	cursor: pointer;	transition: all .3s ease;}.yb_bar ul li { text-align: left;	width: 180px;	height: 53px;	font: 16px/53px 'Microsoft YaHei';	color: #fff;	text-indent: 54px;	margin-bottom: 3px;	border-radius: 3px;	transition: all .5s ease;	overflow: hidden;}.yb_bar .yb_top {	background: #333 url('../images/fixCont.png') no-repeat 0 0;}.yb_bar .yb_phone {	background: #333 url('../images/fixCont.png') no-repeat 0 -57px;}.yb_bar .yb_QQ {	text-indent: 0;	background: #333 url('../images/fixCont.png') no-repeat 0 -113px;}.yb_bar .yb_ercode {	/*height:200px;*/	background: #333 url('../images/fixCont.png') no-repeat 0 -169px;}.hd_qr {	padding: 0 29px 25px 29px;}.yb_QQ a {	display: block;	text-indent: 54px;	width: 100%;	height: 100%;	color: #fff;}



.proListPic {float:left; width:940px;height: 680px; padding-left: 20px; overflow: hidden; }

.proListPic ul li{ 

	position: relative;float:left;

	width:230px; height:185px; border:3px solid #fff;margin-right: 21px;margin-bottom: 26px;

	overflow: hidden; }		

.proListPic ul li .pic{width:230px; height:185px;}

.proListPic ul li .intro{

	position: absolute;left:0px; top:0px; display: none;  z-index: 99;

	width:230px; height:185px;

	background:url(../images/propicbg.png);}

.proListPic ul li .intro .title{

	width:210px; height:46px;padding:40px 10px 0px 10px; display: block; 

	color:#fff;font-size:16px;line-height:46px; text-align: center;   }

.proListPic ul li .intro .title a{color:#fff;}	

.proListPic ul li .intro .proUrlPic{

	width:102px; height:40px; padding: 0 64px;}

.proListPic ul li .intro .proUrlPic .a{float:left;display: block;width: 40px; height:40px; padding-right: 20px;   }

.proListPic ul li .intro .proUrlPic .b{float:left;display: block;width: 41px; height: 40px; }



.proListPic .proMenu{

	width:230px; height:185px; display: block; border: 3px solid #0f4f94;

	background:url(../images/probg.jpg) center  center no-repeat #0f4f94;}

.proListPic .proMenu a{width:230px; height:185px;  display: block;}

.proListPic .proMenu .font{

	display: block;

	width:175px; height:34px;  padding-left: 55px; padding-top: 50px;

	color: #fff; font-size: 24px;line-height: 34px;}

.proListPic .proMenu .english{ 

	display: block;

	width:215px; height:26px;  padding-left: 25px;

	color: #4bbeed;font-size: 24px; line-height: 26px;text-transform: uppercase; font-family: impact;}	

/*end proListPic*/

.inews1{width:440px; padding:10px; background:#fff; height:550px; float:left;}

.inews{ width:470px; height:480px; float:left; }

.inews_list{ width:100%;overflow:hidden; height:260px;}

.inews_list li{margin-bottom:10px; background:#f8f8f8; height:50px; padding:15px;}

.inews_list li p{ color:#aaa;}

.inews_list li h3{ float:left; width:50px; text-align:center; margin-right:15px;}

.inews_list li h3 p{ font-size:40px; color:#333; line-height:35px;}

.inews_list li h3 span{ font-size:12px;color:#333; font-weight:normal}

.inews_list li a{color:#666; line-height:30px;}

.inews_list li:hover{ background:#960c1d; cursor:pointer;}

.inews_list li:hover p{ color:#fff;}

.inews_list li:hover h3 p{color:#fbc801; line-height:35px;}

.inews_list li:hover h3 span{ font-size:12px;color:#fff; font-weight:normal}

.inews_list li:hover a{color:#fff; line-height:30px;}

.title2{ width:100%; border-bottom:1px #ddd solid;margin-bottom:20px; height:35px;}

.title2 h3{ font-size:21px; color:#111; font-weight:normal;border-bottom:3px #960c1d solid; width:100px; float:left; line-height:32px; margin-right:20px; text-indent:0}

.title2 .more{ float:right; display:block; background:#333;font-size:12px;color:#fff; width:80px; height:26px; line-height:26px; text-align:center; margin-top:3px; text-indent:0}

.title2 .more:hover{ background:#960c1d; color:#fff;}

.newsList{ width: 470px; margin: 0 auto;  padding-bottom: 12px;}   



.xw{width:310px;}

.xw ul li{ height:50px; border-bottom:1px #eee solid; line-height:50px; width:440px; overflow:hidden; margin-bottom:0px;}

.xw ul li a{ display:block; color:#333; width:440px; height:29px;}

.xw ul li a span{float:right; width:100px; text-align:right;}
.xw ul li a span{float:right; width:100px; text-align:right;}

.banner { position:relative; height:500px;}

.banner .btn1 { bottom: 5px;margin-right: -450px; padding: 5px 6px; position: absolute; right: 50%;z-index: 7;}

.banner .btn1 span { background: none repeat scroll 0 0 #B51A12; border: 1px solid #B51A12; color: #FFFFFF; cursor: pointer;display: inline-block; margin-left: 5px;padding: 2px 5px;}

.banner .btn1 span.cur { font-weight: bold; padding: 4px 8px;}

.banner .bgitem{height: 500px; cursor:pointer; width: 100%;margin: 0 auto;position:absolute; background-position:center top; background-repeat:no-repeat;}



#focus {position:relative;width:100%; height:500px; overflow:hidden;}

#focus ul {position:absolute;height:500px; }

#focus ul li {position:relative;float:left;width:100%; height:500px; overflow:hidden; }

#focus ul li img{ display: block;margin: 0 auto;}

#focus .btn {position:absolute; width:100%; height:12px; left:0px; bottom:24px; text-align:center;z-index: 99;}

#focus .btn  span{width:10px; height: 10px;  display: inline-block; margin-left: 8px; background: #333333; cursor: pointer; border-radius: 50%;}

#focus .btn  span.on{ background: #ffffff;}

.icompany{ width:1200px; margin:0 auto; padding:40px 0px;}

.icompany_text{ margin-bottom:10px; color:#333; line-height:34px; width:710px; float:left;}

.iabout_right{width:440px; float:right; padding:2px; height:246px;}

.title2{ width:100%; border-bottom:1px #ddd solid;margin-bottom:20px; height:35px;}

.title2 h3{ font-size:21px; color:#111; font-weight:normal;border-bottom:3px #960c1d solid; width:100px; float:left; line-height:32px; margin-right:20px; text-indent:0}

.title2 .more{ float:right; display:block; background:#333;font-size:12px;color:#fff; width:80px; height:26px; line-height:26px; text-align:center; margin-top:3px; text-indent:0}

.title2 .more:hover{ background:#960c1d; color:#fff;}
.iabout{width:100%; height:350px; }

/* end banner */


.edgebj{height:505px; background:url(../images/edge1.jpg) no-repeat center; margin-top:30px; width:100%; margin:0 auto;}

.edge{width:1200px; padding-top:53px; height:937px;margin:0 auto;}

.edge h3{text-align: center; margin-bottom:42px;}

.edge h3 span{display:block;font-size: 38px; color:#282828; height:58px;line-height: 30px; background:url(../images/prtb.png) no-repeat bottom center;}

.edge h3 span i{font-weight:400;font-style:normal;}

.edge h3 em{display: block; font-size: 22px; color:#282828; line-height: 22px; margin-top: 25px;font-style:normal;}

.edge ul li{float:left; width:200px; height:182px; background:#960c1d; padding-top:52px; box-shadow: 5px 5px 10px #f3f3f3,-10px -10px 20px #f3f3f3;margin-left: 40px; margin-top: 41px; position: relative;}

.edge ul li.first{margin-left: 0;}

.edge ul li span{display: block;padding-top:100px; font-size: 22px;text-align: center; font-weight:400; color:#FFF; margin-bottom: 20px;}

.edge ul li .e1{background:url(../images/edt1_h.png) no-repeat top center;} 

.edge ul li .e2{background:url(../images/edt2_h.png) no-repeat top center;}

.edge ul li .e3{background:url(../images/edt3_h.png) no-repeat top center;}

.edge ul li .e4{background:url(../images/edt4_h.png) no-repeat top center;}

.edge ul li .e5{background:url(../images/edt5_h.png) no-repeat top center;}

.edge ul .b02{float:left; width:200px; height:182px; background:#333333; padding-top:52px; box-shadow: 5px 5px 10px #f3f3f3,-10px -10px 20px #f3f3f3;margin-left: 40px; margin-top: 41px; position: relative;}

.edge ul li:hover span{color:#FFF;}

.edge ul li:hover p{color:#FFF;}

.edge ul li p{font-size: 17px; color:#FFF; text-align: center; font-weight:normal;line-height:30px; }



.edge ul li strong::before{position: absolute;z-index:-1;}

.edge ul li strong::after{position: absolute;z-index:-1;}

.edge ul li strong{display: block;z-index:500;position: relative;}




.edge ul li i{display: none;width: 70px; height: 13px;   background: #FFF;  content: ""; position: absolute;   bottom: -8px;    left: 151px; z-index:500;}

.edge ul li:hover i{display: block;}

.edge h4 {
	text-align: center;
	font: 40px "Microsoft YaHei";
	color: #960c1d;
	font-weight: bold;
	height: 75px;
	margin: 30px 0 14px 0
}
.edge .pp01 {
	text-align: center;
	font: 28px "Microsoft YaHei";
	color: #dddddd;
	font-weight: 400;


}
.edge h4 p {
	font: 20px "Microsoft YaHei";
	color: #960c1d;
	
}

.icompany_text p{white-space: normal;font-size:15px;}

.icompany_text .p02{white-space: normal;font-size:15px;text-indent:75px;}

.topnbd{width:100%; height:175px;}

.navgrp{ 

	width:100%;height:55px;margin:0 auto; background:#960c1d;}

.navbd{position:relative;width:1200px;height:55px;margin: 0 auto; }

.nav{width:1200px;height:55px;}

.nav li{

	 position: relative;float:left;text-align: left; 

	 width:109px;height:55px; display: block;  }

.nav li a{ 

	width:120px;height:55px;display:block; 

	color:#ffffff;font-size:15px;line-height:55px; text-align: center;  }

.nav li a:hover{ color:#ffffff;background:#960c1d;}

.nav li:first-child a{color:#ffffff;background:#960c1d;}

.nav li:hover #navChild{display:block;}	

.nav .menu a{

	width:120px;height:55px;display:block;

	color:#ffffff;font-size:15px; line-height:55px;text-align: center;}

.nav .on a{

	width:109px;height:55px;display:block;

	color:#ffffff;font-size:15px; line-height:55px;

	}
	


#navChild{ 

	position:absolute;left:0px; top:55px; width:109px;  display: none; z-index: 99999;

	background:#960c1d;}

#navChild a{

	position:relative; 

	width:109px; height: 36px; display:block;border-bottom: 1px solid #b20c20;

	color:#ddd!important; font-size:14px;line-height:36px; text-align:center;

	background: #960c1d;}

#navChild a:hover{color:#ffffff!important;background:#960c1d;}



/* end navgrp */

