﻿
/**/
.about-region, .about-region *,
.product-region, .product-region *,
.case-region, .case-region *,
.news-region, .news-region *,
.avant-region, .avant-region *{
	box-sizing: border-box;
}

.header-region-hd{
	height: 23px;
	background: #eaebec;
	font-size: 12px;
	color: #6e6e6e;
}
.header-region-hd p{
	width: 290px;
	height: 36px;
	border-radius: 0 0 10px 10px; 
	background: #e90404;
	color: #fff;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
}
.header-region-hd p a{
	padding: 0 8px;
    font-size: 14px;
	color: #fff;
}

.header-region-bd{
	height: 113px;
	padding: 13px 0;
}
.header-bd-logo,
.header-bd-logo a{
	height: 100%;
	display: block;
	font-size: 0;
}
.header-bd-logo a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.header-bd-logo img{
	max-height: 100%;
}
.header-bd-tel{
	background: url(../image/tel.png) no-repeat left center;
	padding-left: 50px;
	font-size: 30px;
	color: #000;
	font-weight: bold;
	height: 44px;
	line-height: 44px;
    margin-top: 36px;
}

/**/
.navbar{
    height: 47px;
    background: #e90404;
}
#nav_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar li{
    position: relative;
    text-align: center;
    flex: 1;
}
.navbar li a{
    font-size: 16px;
    color: #fff;
    line-height: 45px;
    display: block;
    font-weight: normal;
    border-radius: 2px;
    margin: 1px 0;
}
.navbar li.on a,
.navbar li a:hover{
    background: #fff;
    color: #e90404; 
    font-weight: bold;
}
.navbar li{position: relative;}
.nav li ul{position:absolute; left:0; top:45px; width:100%; background: #e90404; display:none; overflow:hidden;}
.nav li ul li{ width:100%; height:35px;}
.nav li ul li a{ font-size:13px;color:#fff; line-height:35px; display:block; white-space: nowrap;padding: 0 ;text-align: center;border: none;margin: 0;font-weight: normal;}
.nav li ul li a:hover{ color:#fff; border: none;background: rgba(255,255,255,.3); font-weight: normal;}
.nav .on ul li a{background: #e90404;color:#fff;border: none; line-height: 35px; font-weight: normal;}
.nav .on ul li a:hover{background: rgba(255,255,255,.3); font-weight: normal;}

/**/
.search-region{
	height: 53px;
	border-bottom: 1px solid #ececec;
	line-height: 52px;
    margin-top: -24px;
}
.search-region-hot{
	font-size: 14px;
	color: #000;
	opacity: 0.76;
}
.search-region-form{
    margin-top: 11px;
}
.search-region-form form{
	width: 290px;
	height: 31px;
	background: #eaebec;
	border-radius: 16px;
}
.search-region-form .search-input{
    width: 221px;
	border: none;
	background: none;
	height: 31px;
	padding: 0 10px;
	vertical-align: top;
	line-height: 31px;
	color: #999;
	outline: none;
}
.search-region-form .search-btn{
	width: 49px;
	height: 31px;
	background: url(../image/sbtn.png) no-repeat center #e90404;
	border-radius: 16px;
	vertical-align: top;
	outline: none;
	cursor: pointer;
	border: none;
}

/**/
.about-region{
	padding: 40px 0;
}
.about-region-img{
	width: 352px;
	height: 281px;
	background: url(../image/abbg.png) no-repeat center;
	padding: 9px 11px;
	font-size: 0;
}
.about-region-desc{
	width: 820px;
    padding: 23px 89px 25px 0;
	background: url(../image/abdbg.png) no-repeat right bottom;
}
.about-region-desc h2{
	font-size: 18px;
	color: #000;
	opacity: 0.8;
	background: url(../image/nova.png) no-repeat left top;
	padding-left: 35px;
	font-weight: bold;
	line-height: 29px;
}
.about-region-desc h2:after{
	content: '';
	display: block;
	width: 72px;
	height: 4px;
	background: #e90404;
	margin-top: 5px;
}
.about-desc-content{
	font-size: 12px;
	line-height: 24px;
	color: #000;
	opacity: .6;
	height: 144px;
    margin: 23px 0;
	overflow: hidden;    
	margin: 12px 0;
}
.about-desc-link a{
	display: block;
	width: 110px;
	height: 26px;
	background: #393939;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
.about-desc-link a:hover{
	opacity: .4;
}

/**/
.promenu-region{
	background: url(../image/prombg.png) no-repeat center 62px;
}
.promenu-region ul{
	display: flex;
	justify-content: space-between;
}
.promenu-region li{
	width: 108px;
	height: 108px;
	border-radius: 50%;
	border: 1px solid #e90404;
	padding: 8px;
}
.promenu-region li a{
	width: 100%;
	height: 100%;
	background: #e90404;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

/**/
.page-tit h2{
	display: inline-block;
	font-size: 20px;
	color: #000;
	font-weight: bold;
}
.page-tit h2 span{
	color: #e90404;
}
.page-tit h2:before,
.page-tit h2:after{
	content: '';
	margin: 0 10px;
	display: inline-block;
	width: 29px;
	height: 29px;
    vertical-align: sub;
	background: url(../image/nova.png) no-repeat center;
}

/**/
.product-region{
	padding: 50px 0 37px;
}
.product-region .page-tit{
	margin-bottom: 40px;
}
.product-bd-lside{
	width: 190px;
}
.product-lside-tit{
	width: 100%;
	font-size: 0;
}
.product-lside-tit img{
	width: 100%;
    display: block;
}
.product-lside-menu{
	background: #393939;
	padding: 10px;
}
.product-lside-menu li{
	margin-bottom: 13px;
	background: #fff;
}
.product-lside-menu li a{
	display: block;
	width: 100%;
	height: 38px;
	padding-left: 35px;
	line-height: 38px;
	background: url(../image/proright.png) no-repeat 8px center;
    font-size: 13px;
	color: #000;
}
.product-lside-menu li:hover{
	width: 207px;
	background: url(../image/prorh.png) no-repeat center #fff;
}
.product-lside-menu li:hover a{
	background-image: url(../image/prorighth.png);
	color: #f42a40;
}
.product-lside-tel{
	width: 190px;
	height: 163px;
	background: url(../image/protel.png) no-repeat center #e90404;
	text-align: center;
	font-size: 14px;
	color: #fff;
    padding-top: 13px;
}
.product-lside-tel p{
	font-size: 23px;
    margin-top: 29px;
    margin-bottom: 5px;
}
.product-lside-tel span{
	font-size: 18px;
	line-height: 28px;
	display: block;
}

.product-bd-list{
	width: 977px;
}
.product-list-tit{
	height: 43px;
	border-bottom: 2px solid #eaebec;
	line-height: 41px;
	margin-bottom: 9px;
	font-size: 16px;
	color: #000;
	font-weight: normal;
}
.product-list-tit h2{
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-right: 20px;
}
.product-list-tit h2 span{
	color: #e90404;
}
.product-bd-list li{
	width: 314px;
	margin-bottom: 15px;
    margin-right: 17px;
}
.product-bd-list li .img{
	width: 100%;
	font-size: 0;
	margin-bottom: 9px;
	overflow: hidden;
}
.product-bd-list li .img img{
	width: 100%;
	display: block;
	transition: transform .3s linear;
}
.product-bd-list li:hover .img img{
	transform: scale(1.05,1.05);
}
.product-bd-list li p{
	height: 30px;
	background: #393939;
	line-height: 30px;
	padding: 0 10px;
	color: #fff;
	font-size: 13px;
}
.product-bd-list li:hover p{
	background: #e90404;
}


/**/

.ban-region{
	height: 236px;
	background: url(../image/banbg.jpg) no-repeat center;
}
.ban-region-content{
	width: 560px;
	float: right;
	color: #fff;
    margin-top: 39px;
}
.ban-region h2{
	font-size: 20px;
	font-weight: bold;
	background: url(../image/banline.png) no-repeat bottom left;
	padding-bottom: 15px;
}
.ban-region h2 span{
	font-size: 24px;
}
.ban-region p{
	font-size: 12px;
	line-height: 24px;
    margin: 17px 0;
}
.ban-region a{
	display: block;
	float: left;
	width: 272px;
	height: 27px;
	background: url(../image/bana.png) no-repeat center;
	line-height: 27px;
    text-indent: 31px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
/**/
.avant-region{
	padding: 40px 0;
}
.avant-region-tit{
    height: 87px;
	background: url(../image/avtit.png) no-repeat center;
}
.avant-region-tit h2{
	font-size: 32px;
	font-weight: bold;
	color: #000;
	font-style: italic;
}
.avant-region-tit h2 span{
	font-size: 49px;
	color: #e90404;
}
.avant-region-tit p{
	font-size: 16px;
	color: #000;
	opacity: 0.8;
    margin-top: 13px;
}
.avant-region-bd{
	background: url(../image/avline.png) no-repeat center;
}
.avant-region-bd li{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.avant-region-bd .item-hd{
    width: 600px;
    position: relative;
    padding-left: 190px;
    height: 304px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.avant-region-bd .item-hd img{
	position: absolute;
	left: 0;
}
.avant-region-bd .item-hd h3{
	font-size: 17px;
	color: #e90404;
    margin: initial;
}
.avant-region-bd .item-hd h4{
	font-size: 15px;
	color: #000;
	opacity: 0.8;
    margin: initial;
}
.avant-region-bd .item-hd p{
	font-size: 13px;
	line-height: 21px;
	color: #000;
    margin: 25px 0 100px;
    background: url(../image/avicon.png) no-repeat left 3px;
    padding-left: 28px;
}
.avant-region-bd .item-hd a{
	display: block;
	width: 137px;
	height: 27px;
	background: #e90404;
	border-radius: 14px;
	line-height: 27px;
	text-align: center;
	color: #fff;
	font-size: 14px;
    margin: initial;
}
.avant-region-bd .item-bd{
	width: 600px;
}
.avant-region-bd .item-bd img{
	display: block;
	margin: 0 auto;
}



/**/
.case-region{
	height: 532px;
    padding-top: 40px;
	background: url(../image/casebg.jpg) no-repeat center;
}
.case-region .page-tit h2{
	color: #fff;
}
.case-region-bd{
	margin-top: 40px;
}
.case-bd-left{
	float: left;
	width: 276px;
	background: url(../image/casel.png) no-repeat right bottom;
	padding-bottom: 190px;
}
.case-bd-left li{
	float: left;
	width: 60px;
	margin-right: 10px;
	height: 187px;
	background: url(../image/caseicon.png) no-repeat center 15px #e90404;
}
.case-bd-left li:last-of-type{
	margin-right: 0;
}
.case-bd-left li a{
	display: block;
	color: #fff;
	height: 100%;
	font-size: 24px;
    padding: 39px 18px 0;
    line-height: 33px;
}
.case-bd-mid{
	width: 509px;
    height: 377px;
	border: 2px solid #fff;
	font-size: 0;
	float: left;
    margin-left: 15px;
}
.case-bd-mid img{
	width: 100%;
	height: 100%;
	display: block;
}
.case-bd-right{
	float: right;
	width: 383px;
	height: 377px;
    padding: 68px 16px;
    color: #fff;
	background: url(../image/caser.png) no-repeat center #e90404;
}
.case-bd-right h3{
	width: 98px;
	height: 27px;
	border: 1px solid #fff;
	line-height: 25px;
	text-align: center;
	font-size: 16px;
}
.case-right-desc{
	font-size: 12px;
	line-height: 21px;
	height: 168px;
	overflow: hidden;
    margin: 12px 0;
}
.case-bd-right .case-link{
	display: block;
	width: 98px;
	height: 24px;
	background: #ffff00;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
	color: #e90404;
	margin-left: 0;
	border-radius: 5px;
}

/**/
.news-region{
	padding: 40px 0;
}
.news-region-tit{
	height: 30px;
	border-bottom: 1px solid #a8a8a8;
	background: url(../image/newsicon.jpg) no-repeat left center;
	padding-left: 10px;
	line-height: 30px;
}
.news-region-tit a{
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.news-region-tit h3{
	font-size: 13px;
	color: #000;
	font-weight: bold;
}
.news-region-tit h3 span{
	text-transform: uppercase;
	color: #f42a40;
    margin-left: 20px;
}
.news-region-img{
	width: 100%;
	font-size: 0;
	margin: 6px 0;
}
.news-region-img img{
	width: 100%;
	display: block;
}
.news-region .w{
	margin-top: 30px;
	height: 410px;
	border: 1px solid #a0a0a0;
}
.news-region-item{
	width: 399px;
	height: 100%;
	float: left;
	padding: 12px 30px;
	margin-bottom: 6px;
	background: linear-gradient(to right, #ffffff 80%, #fff 80%, #dadada)
}
.news-region-left .news-list li h3{
	height: 32px;
	border-bottom: 1px dashed #e8e8e8;
	line-height: 31px;
	font-size: 14px;
	color: #000;
	opacity: 0.7;
}
.news-region-left .news-list li p{
	font-size: 12px;
	line-height: 16px;
	height: 48px;
	overflow: hidden;
	padding: 0 20px;
	opacity: .5;
    margin-top: 10px;
}
.news-region-left .news-list li:hover h3{
	color: #f42a40;
}

.news-region-right{
	float: right;
}
.news-contact{
	font-size: 14px;
	line-height: 24px;
	color: #000;
	opacity: 0.7;
}

/**/
.link-region{
	height: 42px;
	background: #e90404;
	line-height: 42px;
	font-size: 14px;
	color: #fff;
}

/**/
.footer-region{
	color: #fff;
	padding: 30px 0;
	background: #1f1f1f;
}
.footer-region-nav {
	padding-bottom: 10px;
	border-bottom: 1px dashed #4c4c4c;
}
.footer-region-nav li{
	display: inline-block;
	padding: 0 20px;
}
.footer-region-nav li a{
	font-size: 14px;
}
.footer-region-bd{
    margin-top: 40px;
    display: flex;
    align-items: center;
}
.footer-bd-code{
	width: 130px;
	font-size: 0;
}
.footer-bd-code img{
	width: 100%;
    display: block;
}
.footer-bd-keywords{
	font-size: 14px;
	line-height: 34px;
	width: 600px;
    margin-left: 90px;
}
.footer-bd-contact{
	text-align: right;
	font-size: 14px;
	line-height: 34px;
}
.footer-bd-contact span{
	color: #848383;
	display: block;
}
.footer-bd-contact p{
	font-size: 36px;
}



.top-box{ width:100%; height:32px; background:#f6f6f6;}
.top-tt{ width:1180px; height:32px;}
.top-w{ width:1180px; height:32px;}
.top-left{ width:auto; height:32px; line-height:28px; float:left;}
.top-r{ width:390px; height:32px; text-align:right; float:right;;}
.top-t_wb{ width:54px;margin-right:8px; margin-top:4px; float:right;}
.top-t_wb img{ margin-right:8px;}
.top-t_wz{ width:auto; line-height:32px; float:right;}
.top-t_wz_t{ width:auto; line-height:30px; float:right; display:inline;}
.weixin{ width:auto; height:30px; position:relative; text-align:center;float:right; padding-left:3px; display:inline;}
.weixin .weixin_nr{width:128px; height:128px; padding:5px; background:#ccc; text-align:center; position:absolute; left:-30px; top:30px; display:none;z-index:9999988; }
.weixin .weixin_nr img{  width:128px; height:128px;}
.weixin .weixin_nr .arrow{ width:0; height:0; border-bottom:10px solid #ccc;border-left:10px solid transparent;border-right:10px solid transparent; position:absolute; left:54px; top:-10px;}
.weixin.on .weixin_nr{ display:block;}


/** @group clearfix **/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
.c_list{ width:260px;background:#fff; float:left;}
.c_box{ width:280px; height:164px; float:right;}
.c_box img{ width:280px; height:130px;}
.c_box p{ width:280px; height:30px; line-height:30px; color:#333; font-size:14px; text-align:left; padding-top:4px;}
.left300{left: -300px;}
/*导航*/



/* 首页布局*/
.top{ width:1180px; height:120px; }
.ggy{ width:auto; height:63px; padding-top:44px; float:left; padding-left:18px;}
.ggy span{font-size:18px;font-weight:400;padding-top:0px;line-height:34px;color:#e90404;display: block;}
.ggy p{ font-size:29px; font-weight:bold; color:#f60;}
.phone-box{ width:245px; height:63px; margin-top:26px; float:right; background:url(../image/dianhua.gif);}
.phone-box span{font-size:28px;color:#E2140D;}
.phone-box p{ font-size:16px;padding-top:12px;line-height:34px;display: block;}

.banner01{ width:100%; height:320px; background-repeat:no-repeat; background-position:center top;}


.fontb{ font-weight:bold;}







/*底部*/
.bottom-box{ width:100%; height:auto; verflow:hidden; background:#e90404; padding-top:0px; padding-bottom:30px; }
.bottom_k{ width:1200px; height:auto; overflow:hidden;}
.bottom_left{ width:260px; height:203px; overflow:hidden; float:left; padding-top:110px; padding-left:6px;}
.bottom_right{ width:934px; height:auto; overflow:hidden; float:left; padding-top:40px; }

.xinxi{ height:24px; line-height:24px; color:#ccc; margin-top:24px; padding-left:64px; text-align: center;}
.xinxi a{color:#ccc;}

/* 合作伙伴 */
.hzhb_box{ width:1180px; height:auto; overflow:hidden; padding-top:46px; padding-bottom:52px;}
.hzhb_wz{ width:1180px; height:90px;}
.hzhb_wz span{text-align:center; font-size:30px; font-weight:bold; line-height:36px; color:#e90404; display:block;}
.hzhb_wz p{ text-align:center; font-size:14px; line-height:30px; color:#999; font-family:Arial, Helvetica, sans-serif;}

.maquee-box4{ width:1180px; height:132px; overflow:hidden;}
.gun_left4{width:28px; float:left; cursor:pointer; margin-top:36px }
.gun_left4 a{ display:block; cursor:pointer;}
.gun_right4{width:28px;float:right; cursor:pointer; margin-top:36px;}
.gun_right4 a{ display:block; cursor:pointer;}

.maquee4{width:1124px; height:132px;  overflow:hidden; float:left;  }
.maquee4 ul{ list-style:none;}
.maquee4 ul li{ width:212px; height:132px; margin-left:3px;  margin-right:10px; float:left; }  
.maquee4 ul li img{ width:206px; height:126px; border:#CCC solid 1px; padding:2px; cursor:pointer;}
.maquee4 ul li img:hover{filter:alpha(opacity=80);-moz-opacity:0.6;opacity:0.6;padding:2px; border:1px solid #336DD2;}










/* 展会-相册 */
.xc_bg{
	width:100%;
	height:878px;
	background-image: url(../image/xc_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
/* 展会 */
.cg_c{ height:360px; border:1px solid #dbdbdb; background:#ffffff; width:1178px; margin-top:36px;}
.cg_c h3{ float:left;}
.cg_c h3 a{ display:block; width:18px; height:320px; padding: 30px 21px 10px 21px; text-align:center; background:#e7e7e7; font-size:16px; font-weight:normal; color:#444444; line-height:18px; border-right:1px solid #ffffff; float:left; overflow:hidden;}
.cg_c .h3_two a{ height:204px; padding-top:115px;float:left;}
.cg_c .cur a,.cg_c h3 a:hover{ background:#f60; color:#ffffff; font-weight:bold; text-decoration:none;float:left;}

.zh_js{ width:800px; height:300px; margin-bottom:0px; text-align:left; float:right; padding:30px 24px 30px 0;}
.zh_js img{ width:400px; height:300px; float:right;}
.zh_js img:hover{ filter: Alpha(Opacity=80); opacity:0.8;}
.zh_js span{ width:360px; height:24px; overflow:hidden; padding-top:20px; line-height:24px; float:left; color:#333333;white-space:nowrap;text-overflow:ellipsis; font-size:16px; display:block; font-weight:bold;}
.zh_js span a{font-size:16px; color:#333333;}
.zh_js span a:hover{font-size:16px; color:#e90404;}
.zh_js p{ width:360px; height:180px; overflow:hidden; padding-top:8px; line-height:30px; float:left; color:#999; }
.zh_js strong{display:block; width:100px; height:30px; text-align:center; margin-top:25px; background:#444;float:left; line-height:30px; }
.zh_js strong a{ color:#fff;}
.zh_js strong a:hover{ text-decoration:underline;}
/* 展会 */
.xc_box{ width:1180px; height:432px; background:#fff; margin-top:30px;}
.xc_k{ width:1148px; height:346px; overflow:hidden; padding:24px 16px 0px 16px;}
.xc_kt{ width:1148px; height:330px; overflow:hidden;}

.xc_list{ width:1148px; height:336px;overflow:hidden;}
.xc_list ul{ width:1160px;}
.xc_list ul li{ width:376px; float:left; height:330px; overflow:hidden; margin-right:10px; }
.xc_list ul li p{ width:376px; text-align:center; margin-top:0px; height:36px; line-height:36px; padding-top:8px; overflow:hidden; float:left;}
.xc_list ul li a img{ width:376px; height:280px;float:left;}
.xc_list ul li a:hover img{filter:alpha(opacity=80);-moz-opacity:0.6;opacity:0.6;}

/* 新闻版块 */
.news_box{ width:1180px; height:auto; overflow:hidden;}
.news_by{ width:1180px;height:36px; line-height:36px; text-align:center;font-size:28px; font-weight:bold; padding-top:54px;}
.news_tab{ width:812px; height:36px; background:url(../image/news_bg.png); padding-left:368px; margin-top:18px;}

.n-t1{width:480px;height:36px;overflow:hidden; float:left;}
.n-t1 ul { list-style-image:none;}
.n-t1 ul li{ width:136px; height:36px; line-height:36px; text-align:center; float:left; display:inline;color:#666; font-weight:400; font-size:16px;cursor: pointer;background:url(../image/n02.png); margin-right:18px;}
.n-t1 ul li a{color:#666; font-weight:400; font-size:16px;}
.n-t1 ul li a:hover{color:#fff; font-weight:bold; font-size:16px;}
.n-t1 .on{ color:#fff;font-weight:bold; background:url(../image/n01.png); font-size:16px;}
.n-t1 .on a{ color:#fff;font-weight:bold;font-size:16px;}
.n-t1 . on a:hover {width:136px; background:url(../image/n01.png);float: left; height:36px; color: #fff; font-weight:bold; font-size:16px;}

.new_bk{ width:1180px; height:386px; margin-top:42px;}
.new_k{ width:1180px; height:386px;}
.new_k_l{ width:570px; height:386px; float:left;}

.new-max{ width:570px; height:386px; float:left;}
.new-max img{ width:570px; height:278px;float:left;}
.new-max img:hover{filter:alpha(opacity=80);-moz-opacity:.2;opacity:0.99; border:0;}
.new-max span{width:570px; height:34px; line-height:34px; padding-top:12px; font-size:16px; font-weight:bold;float:left;}
.new-max p{ width:570px; height:54px; overflow:hidden;line-height:25px; float:left; color:#666; font-size:14px; padding-top:0px;float:left;}

.news_list{ width:586px; height:110px; padding-bottom:20px; float:left; margin-left:24px;}
.news_list a{ text-decoration:none;}
.news_list_date{ width:110px; height:110px; text-align:center; float:left; }
.news_list_con{ width:446px; height:110px; padding:0 15px; float:left; background:#f6f6f6; }
.news_list_con a{color:#4E4E4e;font-size:18px; font-weight:bold; }
.news_list_con a:hover{color:#e90404;font-size:18px; font-weight:bold; text-decoration:underline;}
.news_list_date .day{ width:110px; height:85px; float:left; background-color:#ebebeb; line-height:85px; font-size:29px; color:#AAAAAA; }
.news_list_date .year{ width:110px; height:26px; float:left; background-color:#bbbbbb; line-height:26px; font-size:12px; color:#fff; }

.news_list_con h5{ display:block; font-size:18px; margin-bottom:0px; color:#4E4E4E; line-height:36px; font-weight:bold; padding-top:10px;}
.news_list_con p{ display:block; font-size:14px; line-height:25px; color:#777777; height:53px; overflow:hidden;}

.news_list:hover .news_list_date .day{  background-color:#e90404; color:#fff; }
.news_list:hover .news_list_date .year{  background-color:#e90404; }






/*主体*/
.yinying{ width:100%; height:6px; overflow:hidden; background:url(../image/footbt_11.jpg); }
.zhuti{ width:1180px; height:auto; overflow:hidden; padding-top:18px; padding-bottom:60px;}
.zhuti01{ width:1200px; height:auto; overflow:hidden; padding-top:70px; padding-bottom:0px;}
.zhuti_left{ width:910px; height:auto; overflow:hidden;}
.zhuti_right{ width:238px; height:auto; overflow:hidden;}

.poo-l-tt{width:910px;height:42px;line-height:42px; text-indent:17px; border-bottom:3px solid #e90404; background:url(../image/dian06.png) no-repeat left center; }
.poo-l-tta{width:100%;height:42px;line-height:42px; text-indent:4px; border-bottom:3px solid #C7C7C7; }
.neirong{width:910px; height:auto; overflow:hidden; padding-top:18px; line-height:34px;}
.neirong01{width:910px; height:auto; overflow:hidden; padding-top:18px; line-height:34px; padding-bottom:18px;}
.neirong img {max-width: 100%;
    height: auto;}
.neirong01 img {max-width: 100%;
    height: auto;}
/*新闻列表*/
.news-pic01{ width:910px; height:112px;  margin-top:4px; margin-bottom:20px;  text-align:left; background:#f9f9f9;}
.news-pic01 img{ width:166px; height:112px; float:left;}
.news-pic01 img:hover{ filter: Alpha(Opacity=80); opacity:0.8;}
.news-pic01 span{ width:720px; height:30px; overflow:hidden; padding-left:17px; line-height:30px; float:left; color:#333333;white-space:nowrap;text-overflow:ellipsis; font-size:16px; display:block; font-weight:bold; padding-top:10px;}
.news-pic01 span a{font-size:16px; display:block; font-weight:bold;}
.news-pic01 p{ width:710px; height:60px; overflow:hidden; padding-left:17px; line-height:30px; float:left; color:#999; font-size:14px;}


/*副导航*/
.prm{ width:238px; height:auto; overflow:hidden;}
.pro-tt{ width:246px; height:108px; background:#e90404; padding-left:22px; padding-top:30px;}
.pro-tt span{width:216px; height:40px; line-height:40px; color:#fff; font-size:28px; font-weight:400;}
.pro-tt p{width:216px; height:32px; line-height:32px; color:#e2aeac; font-size:28px; font-family:Georgia;}
.prm-c{ width:238px; height:auto; background:#f2f2f2; margin-top:2px; }
.about-manu{ width:238px; height:auto; overflow:auto;}
.about-manu ul{ list-style-image:none;}
.about-manu ul li{ width:238px;  height:48px; line-height:48px; overflow:hidden; float:left; border-bottom:1px solid #fff;}
.about-manu ul li a{width:238px; height:48px; line-height:48px; font-size:14px; display:inline; float:left; color:#333; text-decoration: none;overflow:hidden; text-indent:25px;}
.about-manu ul li a:hover{width:238px; height:48px; line-height:48px; font-size:14px; display:inline; float:left; color:#fff; text-decoration: none overflow:hidden;text-indent:25px; background:#e90404;}
.about-manu ul .on a{width:238px; height:48px; line-height:48px; font-size:14px; display:inline; float:left; color:#f30; text-decoration: none; overflow:hidden;font-weight:bold; text-indent:25px;}

.proo_nav{ width:238px; height:auto; background:#f2f2f2; border-top:none;}
.proo_nav ul{ list-style-image:none;}
.proo_nav ul li{ width:238px; border-bottom:1px dotted #fff; height:77px; line-height:77px; float:left; overflow:hidden; background:#f2f2f2; font-size:14px; font-weight:bold; display:inline;}
.proo_nav ul li a{width:238px; font-size:14px;height:77px; line-height:77px; font-weight:bold;float:left;}
.proo_nav ul li a:hover{width:238px;background:#e90404; color:#fff; text-decoration:none; font-size:14px; font-weight:bold;float:left;}
.proo_nav ul li img{ width:66px; height:56px; margin-right:24px; float:left; margin-top:10px; margin-left:14px;}
.proo_nav ul .on a{width:238px;background:#e90404; color:#fff; text-decoration:none; font-size:14px; font-weight:bold;float:left;}

/*商城*/
.sc_box{ width:238px; height:auto; overflow:hidden; padding-top:10px; padding-bottom:6px; margin-top:10px; padding-left:13px; padding-right:13px; background:#f2f2f2;}
.sc_box span{ width:212px; height:30px; line-height:30px; font-size:15px; font-weight:bold; padding-bottom:9px;}
.sc_box ul{ list-style-image:none;}
.sc_box ul li{ width:212px; height:64px; float:left; margin-bottom:11px; cursor:pointer;}
.sc_box img{width:212px; height:64px;}
.sc_box img:hover{filter:alpha(opacity=90);-moz-opacity:0.8;opacity:0.8;}
/*商城*/

/*推荐产品*/
.nn-k{ width:238px; height:auto; margin-top:10px; overflow:hidden;}
.nn-t{ width:224px; height:50px; background:#e90404; padding-left:14px; line-height:50px; font-weight:bold; color:#fff;}
.nn-t span{ padding-left:10px; font-family:Arial, Helvetica, sans-serif; color:#e2aeac; font-weight:normal; font-size:13px;}
.nn-c{ width:238px; height:auto; overflow:hidden; background:#f2f2f2; padding-top:14px; padding-bottom:16px;}

.tp-list{ width:214px; height:422px; overflow:hidden;}
.tp-list ul{ list-style-image:none; height:440px;}
.tp-list ul li{ width:214px; height:204px; float:left; margin-bottom:14px; background:#FFF;}
.tp-list img{ width:208px; height:160px; padding:3px;  float:left;}
.tp-list ul li span{ width:214px; height:36px; line-height:36px; text-align:center; float:left; overflow:hidden; border-top:1px dotted #ccc;}

/*推荐产品*/


/*内页联系方式*/

.ny_c{ width:216px; height:auto; overflow:hidden; background:#e90404; padding-top:18px; padding-bottom:24px; margin-top:10px; padding-left:14px; padding-right:8px; color:#fff; line-height:26px;}
.ny_c a{color:#fff;}

/* sub-nav */
.sub-nav {
  width: 238px;
}

/*新闻*/
.new_list{ width:924px;}
.new_list dl{ padding:10px 5px; margin:0px 0;}
.new_list dt{ border-bottom:1px dotted #666; padding:4px 0;}
.new_list dd{line-height:24px; font-size:12px; border-bottom:#CCC solid 1px; padding-bottom:14px; padding-top:8px;}
.new_list em{ display:block; float:left; background:#FD7E1D; width:18px; height:18px; line-height:18px; font-weight:bold; color:#fff; text-align:center; margin:8px 8px 0 0;}
.new_list .cl{ margin:6px 20px 0; padding-bottom:15px; border-bottom:1px dashed #ccc;}
.hfr{ float:right; font-size:14px; margin:0 10px; font-weight:normal; color:#999;}


/*分页代码*/
.fenye{ width:490px; height:30px; line-height:30px; text-align:center; margin-top:26px; margin-bottom:8px;}
DIV.pageb {
  PADDING-BOTTOM: 4px; DISPLAY: inline; FLOAT: left; HEIGHT: 20px; MARGIN-LEFT: 20px; PADDING-TOP: 1px; width:490px;
}
DIV.pageb A {
  BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; PADDING-BOTTOM: 2px; PADDING-LEFT: 3px; PADDING-RIGHT: 3px; BACKGROUND-POSITION: 50% bottom; COLOR: #000; BORDER-TOP: #ccc 1px solid; MARGIN-RIGHT: 3px; BORDER-RIGHT: #ccc 1px solid; PADDING-TOP: 3px
}
DIV.pageb SPAN.current {
  PADDING-BOTTOM: 2px; PADDING-LEFT: 6px; PADDING-RIGHT: 6px; COLOR: #000; FONT-WEIGHT: 700; MARGIN-RIGHT: 3px; PADDING-TOP: 2px
}
DIV.pageb SPAN.disabled {
  DISPLAY: none
}
DIV.pageb A.next {
  BORDER-BOTTOM: #ccdbe4 2px solid; BORDER-LEFT: #ccdbe4 2px solid; MARGIN: 0px 0px 0px 10px; BORDER-TOP: #ccdbe4 2px solid; BORDER-RIGHT: #ccdbe4 2px solid
}
DIV.pageb A.prev {
  BORDER-BOTTOM: #ccdbe4 2px solid; BORDER-LEFT: #ccdbe4 2px solid; MARGIN: 0px 1px 0px 0px; BORDER-TOP: #ccdbe4 2px solid; BORDER-RIGHT: #ccdbe4 2px solid
}
DIV.pageb A:hover {
  BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; BACKGROUND: #666; COLOR: #fff; BORDER-TOP: #ccc 1px solid; BORDER-RIGHT: #ccc 1px solid
}
DIV.pageb A:active {
  BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; BACKGROUND: #666; COLOR: #fff; BORDER-TOP: #ccc 1px solid; BORDER-RIGHT: #ccc 1px solid
}
DIV.pageb A.next:hover {
  BORDER-BOTTOM: #2b55af 2px solid; BORDER-LEFT: #2b55af 2px solid; BORDER-TOP: #2b55af 2px solid; BORDER-RIGHT: #2b55af 2px solid
}
DIV.pageb A.prev:hover {
  BORDER-BOTTOM: #ccc 2px solid; BORDER-LEFT: #ccc 2px solid; BORDER-TOP: #ccc 2px solid; BORDER-RIGHT: #ccc 2px solid
}
DIV.pageb A.pagedot {
  BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; PADDING-BOTTOM: 1px; PADDING-LEFT: 4px; PADDING-RIGHT: 4px; BORDER-TOP: #ccc 1px solid; BORDER-RIGHT: #ccc 1px solid; PADDING-TOP: 1px
}
DIV.pageInfo {
  TEXT-ALIGN: right; PADDING-RIGHT: 3px
}
/*分页代码 end*/


.biaoti01{width:910px; height:36px; line-height:36px;margin-top:8px;}
.biaoti01 h1{font-size:16px; color:#333;font-weight:bold; text-align:center; }
.riqi{width:100%; height:24px; line-height:24px; text-align:center;}
.zhaiyao{ width:890px; height:auto; overflow:hidden; padding:10px 10px 14px 10px; font-size:13px; color:#666; line-height:24px; background:#F3F3F3; margin-bottom:12px; margin-top:6px; }
.news-nr{width:910px; height:auto; padding-bottom:10px; overflow:hidden; font-size:14px; line-height:28px; color:#333;}
.news-nr img{ text-align:center; margin-top:8px; margin-bottom:10px; margin-left:auto; margin-right:auto;}
.news-nr p{ margin-bottom:20px;}
.back{ width:890px; height:auto; line-height:30px; text-align:left; padding-right:24px; border-top:1px solid #ccc; margin-top:8px; padding-top:10px; padding-bottom:10px; overflow:hidden;}
.wet{ width:200px; height:36px; background:#F30; line-height:36px; color:#fff; font-size:16px;}




/*
!*经典案例*!
.p_products{ width:1200px; height:auto; overflow:hidden; margin-top:14px;}
.p_products ul{ width:1250px;}
.p_products ul li{ width:364px; padding:10px;  border:1px solid #ccc; background:#fff; float:left; height:424px; overflow:hidden; margin-right:21px; margin-bottom:18px;}
.p_products ul li:hover{border:1px solid #FE9611;}
.p_products ul li p{ width:364px; text-align:left; padding:0px 5px;}
.p_products ul li .tit{width:364px;  font-size:15px;font-weight:bold; height:24px; line-height:24px; overflow:hidden; padding-top:6px; padding-bottom:4px;}
.i_products ul li .tit a{font-size:15px; font-weight:bold;}
.p_products ul li .cont{width:364px;  font-size:14px; color:#868686; line-height:24px; height:70px; overflow:hidden; margin-bottom:12px; overflow:hidden;}
.p_products ul li .look a{ width:364px; color:#FE9611; font-size:14px; }
.p_products ul li a img{ width:364px; height:271px;}
.p_products ul li a:hover img{filter:alpha(opacity=80);-moz-opacity:0.6;opacity:0.6;}
*/



/*客户见证*/
.products01{ width:924px; height:auto; overflow:hidden; padding-bottom:20px; border-bottom:1px dotted #ccc; margin-bottom:4px; padding-top:16px; text-align:left;}
.products01 img{float:left; width:288px; height:200px; padding:3px; border:1px solid #ccc;}
.products01 img:hover{ filter: Alpha(Opacity=80); opacity:0.8;padding:3px; border:1px solid #FE9611;}
.products01 h2{float:left; width:600px;height:auto;line-height:28px; font-size:15px; color:#333;overflow:hidden;text-overflow:ellipsis; padding-left:20px; font-weight:bold;}
.products01 p{float:left; width:600px;height:144px;line-height:24px; font-size:14px; color:#999999;overflow:hidden;text-overflow:ellipsis; padding-left:20px; overflow:hidden; text-align:left;}
.products01 span{float:left; width:600px;height:24px;line-height:24px; font-size:14px; color:#333;overflow:hidden;text-overflow:ellipsis; padding-left:20px; padding-top:6px; }
a.viewDetails{ color:#FE9611;}

/*精英团队*/
.interflowPic{width:924px; height:auto; overflow:hidden;}
.interflowPic ul{width:950px;}
.interflowPic ul li{ display:block; width:218px; margin:0px 16px 12px 0px; float:left; list-style:none; float:left;}
.interflowPic ul li img{ width:210px; height:260px; border:#CCC solid 1px; padding:3px;}
.interflowPic ul li img:hover{ filter: Alpha(Opacity=80); opacity:0.8; border:#FE9611 solid 1px;}
.interflowPic ul li span{ width:218px; display:block; text-align:center; padding-top:8px; height:24px; line-height:24px;}

/*合作伙伴*/
.interflowPic_h{width:910px; height:auto; overflow:hidden;}
.interflowPic_h ul{width:930px;}
.interflowPic_h ul li{ display:block; width:214px; margin:0px 16px 12px 0px; float:left; list-style:none; float:left;}
.interflowPic_h ul li img{ width:206px; height:126px; border:#CCC solid 1px; padding:3px; float:left;}
.interflowPic_h ul li img:hover{ filter: Alpha(Opacity=80); opacity:0.8; border:#e90404 solid 1px;}
.interflowPic_h ul li span{ width:214px; display:block; text-align:center; padding-top:8px; height:24px; line-height:24px; float:left;}

/*技术专利*/
.zhuanli{width:910px; height:auto; overflow:hidden;}
.zhuanli ul{width:930px;}
.zhuanli ul li{ display:block; width:214px; margin:0px 16px 12px 0px; float:left; list-style:none; float:left;}
.zhuanli ul li img{ width:206px; height:294px; border:#CCC solid 1px; padding:3px;}
.zhuanli ul li img:hover{ filter: Alpha(Opacity=80); opacity:0.8; border:#e90404 solid 1px;}
.zhuanli ul li span{ width:214px; display:block; text-align:center; padding-top:8px; height:24px; line-height:24px;}

/*荣誉*/
.honor_list{ width:910px; height:auto;overflow:hidden; margin-top:4px;}
.honor_list ul{ width:940px;}
.honor_list ul li{ width:286px; border:1px dotted #ccc; background:#fff; float:left; height:242px; overflow:hidden; margin-right:20px; margin-bottom:18px;}
.honor_list ul li:hover{border:1px dotted #e90404;}
.honor_list ul li p{ width:286px; text-align:center; margin-top:0px; height:32px; line-height:32px; padding-top:0px; overflow:hidden; float:left;}
.honor_list ul li a img{ width:274px; height:192px;padding:6px; float:left;}
.honor_list ul li a:hover img{filter:alpha(opacity=80);-moz-opacity:0.6;opacity:0.6;}

/*企业相册*/
.xc_list{ width:910px; height:auto;overflow:hidden; margin-top:4px;}
.xc_list ul{ width:940px;}
.xc_list ul li{ width:286px; border:1px dotted #ccc; background:#fff; float:left; height:254px; overflow:hidden; margin-right:20px; margin-bottom:18px;}
.xc_list ul li:hover{border:1px dotted #e90404;}
.xc_list ul li p{ width:286px; text-align:center; margin-top:0px; height:32px; line-height:32px; padding-top:0px; overflow:hidden; float:left;}
.xc_list ul li a img{ width:274px; height:204px;padding:6px; float:left;}
.xc_list ul li a:hover img{filter:alpha(opacity=80);-moz-opacity:0.6;opacity:0.6;}


/*新闻列表*/
.index_6_2_1_44{ width:910px; height:110px; padding-bottom:20px; float:left;}
.index_6_2_1_44 a{ text-decoration:none;}
.index_6_2_1_44_1{ width:110px; height:110px; text-align:center; float:left; }
.index_6_2_1_44_2{ width:770px; height:110px; padding:0 15px; float:left; background:#f6f6f6; }
.index_6_2_1_44_2 a{color:#4E4E4e;font-size:18px; font-weight:bold; }
.index_6_2_1_44_2 a:hover{color:#e90404;font-size:18px; font-weight:bold; text-decoration:underline;}
.index_6_2_1_44_1_1{ width:110px; height:85px; float:left; background-color:#ebebeb; line-height:85px; font-size:29px; color:#AAAAAA; }
.index_6_2_1_44_1_2{ width:110px; height:26px; float:left; background-color:#bbbbbb; line-height:26px; font-size:12px; color:#fff; }

.index_6_2_1_44_2 h5{ display:block; font-size:18px; margin-bottom:0px; color:#4E4E4E; line-height:36px; font-weight:bold; padding-top:10px;}
.index_6_2_1_44_2 p{ display:block; font-size:14px; line-height:25px; color:#777777; height:53px; overflow:hidden;}

.index_6_2_1_44:hover .index_6_2_1_44_1_1{  background-color:#e90404; color:#fff; }
.index_6_2_1_44:hover .index_6_2_1_44_1_2{  background-color:#e90404; }


/*文章排行*/
.nes-c{ width:238px; height:auto; overflow:hidden; background:#f2f2f2; padding-top:4px; padding-bottom:6px;}
.left_dh_list{ padding:0px 0 10px 0px; }

.left_dh_list ul li{ line-height:26px; height:26px; margin:0px 8px; padding:5px 0px 5px 12px; overflow:hidden; text-align:left; background:url(../image/footbt_11.jpg) no-repeat 0px 10px; border-bottom:1px dashed #dddddd;}
.aboutList ul li{ height:28px; line-height:28px; padding:5px 0; text-indent:20px; text-align:left; color:#333; font-size:14px; margin:0 5px; border-bottom:1px solid #dddddd;}
.left_dh_list ul .newli { background:none; padding-left:0px;}
.left_dh_list ul .newli .numRed,.left_dh_list ul .newli .numGrey{ float:left; display:block; background:none; width:18px; height:14px;  background:#e94914; text-align:center; line-height:14px; font-size:10px; font-family:Arial, Helvetica, sans-serif; color:#ffffff; margin:5px 5px 0 0 }
.left_dh_list ul .newli .numGrey{ background:#666;}


.left_dh_list ul .tag{ height:auto;background:none; padding-left:0px;}
.left_dh_list ul .tag .num{ float:left; display:block; background:none; width:18px; height:14px;  background:#ffffff; text-align:center; line-height:14px; font-size:10px; font-family:Arial, Helvetica, sans-serif; color:#e94914; margin:5px 5px 0 0;  }
.left_dh_list ul .tag .num.on{ height:14px;  background:#e94914;color:#ffffff; margin-top:0px;  }



.left_dh_list ul .tag .picImg img{ width:75px; height:55px; float:left; padding:1px; border:1px solid #cccccc;}
.left_dh_list ul .tag .picImg .tit{ width:90px; float:left; padding-left:8px; line-height:20px; height:60px; overflow:hidden;}


/*工程案例*/
.case_list{ width:910px; height:auto;overflow:hidden; margin-top:4px;}
.case_list ul{ width:940px;}
.case_list ul li{ width:286px; border:1px dotted #ccc; background:#fff; float:left; height:245px; overflow:hidden; margin-right:20px; margin-bottom:18px;}
.case_list ul li:hover{border:1px dotted #e90404;}
.case_list ul li p{ width:286px; text-align:center; margin-top:0px; height:32px; line-height:32px; padding-top:0px; overflow:hidden; float:left;}
.case_list ul li a img{ width:274px; height:195px;padding:6px;float:left;}
.case_list ul li a:hover img{filter:alpha(opacity=80);-moz-opacity:0.6;opacity:0.6;}


/*产品中心列表*/
.prot_list{ width:910px; height:auto;overflow:hidden; margin-top:4px;}
.prot_list ul{ width:940px;
  overflow: hidden;}
.prot_list ul li{ width:286px; border:1px dotted #ccc; background:#fff; float:left; height:260px; overflow:hidden; margin-right:20px; margin-bottom:18px;}
.prot_list ul li:hover{border:1px dotted #e90404;}
.prot_list ul li p{ width:286px; text-align:center; margin-top:0px; height:30px; line-height:30px; padding-top:2px; overflow:hidden;border-top:1px dotted #ccc; float:left;}
.prot_list ul li a img{ width:274px; height:210px;padding:6px; float:left;}
.prot_list ul li a:hover img{filter:alpha(opacity=80);-moz-opacity:0.6;opacity:0.6;}

/*产品热销排行*/
.left_dh_list{ padding:0px 0 10px 0px;}

.left_dh_list ul li{ line-height:28px; height:28px; margin:0px 8px; padding:6px 0px 6px 12px; overflow:hidden; text-align:left; background:url(../image/footbt_11.jpg) no-repeat 0px 10px; border-bottom:1px dotted #ccc;}
.aboutList ul li{ height:28px; line-height:28px; padding:5px 0; text-indent:20px; text-align:left; color:#333; font-size:14px; margin:0 5px; border-bottom:1px dotted #ccc; background:#fff;}
.left_dh_list ul .newli { background:none; padding-left:0px;}
.left_dh_list ul .newli .numRed,.left_dh_list ul .newli .numGrey{ float:left; display:block; background:none; width:18px; height:14px;  background:#e94914; text-align:center; line-height:14px; font-size:10px; font-family:Arial, Helvetica, sans-serif; color:#ffffff; margin:5px 5px 0 0 }
.left_dh_list ul .newli .numGrey{ background:#666;}


.left_dh_list ul .tag{ height:auto;background:none; padding-left:0px;}
.left_dh_list ul .tag .num{ float:left; display:block; background:none; width:18px; height:14px;  background:#f2f2f2; text-align:center; line-height:14px; font-size:10px; font-family:Arial, Helvetica, sans-serif; color:#e94914; margin:5px 5px 0 0;  }
.left_dh_list ul .tag .num.on{ height:14px;  background:#e94914;color:#ffffff; margin-top:0px;  }



.left_dh_list ul .tag .picImg img{ width:80px; height:61px; float:left; padding:1px; border:1px solid #e90404; background:#FFF;}
.left_dh_list ul .tag .picImg .tit{ width:90px; float:left; padding-left:8px; line-height:20px; height:60px; overflow:hidden;}


/*联系方式*/
.lxfs{ width:924px; height:auto; overflow:hidden;background:#C2332D;}
.lxfs_left{ width:70px; height:auto; float:left;}
.lxfs_right{ width:822px; height:auto; background:#fff;float:right; padding-bottom:20px; padding-left:30px; border:1px solid #ccc; padding-top:18px;}


.t1{ width:1200px; height:160px; background:#FC9;}
.t2{ width:1200px; height:60px; background:#F90;}


/*相关新闻*/
.pro-p2{ width:910px;*display:inline; padding:0px 0px 0px 0px; background:#ffffff; }
.pro-p2.mt20{ margin-top:20px;}
.pro-l-t{width:908px; height:49px; padding:0px 0px 0px 0px; border:1px solid #ccc; border-bottom:none; }
.pss-box{ width:878px; padding:10px 15px; border:1px solid #cccccc; border-top:none;  height:auto; overflow:hidden;}
.pageRightTop{ width:878px; height:47px; border-bottom:3px solid #ccc; padding:0 15px; }
.pageRightTop .tit{ height:47px; line-height:47px; border-bottom:3px solid #e90404; float:left; font-size:14px; color:#333; font-weight:bold; }
.news_more{ color:#999999; font-size:14px; font-weight:normal;  font-family: Arial, Helvetica, sans-serif; margin-right:10px; float:right;height:47px; line-height:47px;}
.news_list5{width:878px; padding:0px 0 8px 0px;padding-top:0px; overflow:hidden; }
.news_list5 ul{ width:940px;}
.news_list5 li{ width:400px;background-image: url(../image/dian09.gif);background-repeat: no-repeat;background-position: left; height:40px; line-height:40px; float:left; display:inline; margin-left:0px; padding-left:16px; margin-right:45px; border-bottom:1px dashed #CECECE;}
.news_list5 li .text_r{float:right; font-style: normal;font-weight: normal;color: #999; padding-right:6px; width:70px; text-align:right; font-size:12px;}
.news_list5 li .text_l{float:left;text-align:left; width:310px; height:40px; line-height:40px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}

/*推荐产品-列表*/
.ptj_products{ width:878px; height:auto; overflow:hidden; padding-top:10px;}
.ptj_products ul{ width:900px;}
.ptj_products ul li{ width:284px; border:1px solid #ccc; background:#fff; float:left; height:260px; overflow:hidden; margin-right:10px; margin-bottom:10px;}
.ptj_products ul li:hover{border:1px solid #e90404;}
.ptj_products ul li p{ width:284px; text-align:center; margin-top:0px; border-top:1px dotted #ccc; height:30px; line-height:30px; padding-top:4px; overflow:hidden; float:left;}
.ptj_products ul li a img{ width:276px; height:212px;padding:4px; float:left;}
.ptj_products ul li a:hover img{filter:alpha(opacity=80);-moz-opacity:0.6;opacity:0.6;}

.fa_list{ width:878px; height:auto; overflow:hidden; padding-top:10px;}
.fa_list ul{ width:900px;}
.fa_list ul li{ width:282px; border:1px dotted #ccc; background:#fff; float:left; height:188px; overflow:hidden; margin-right:12px; margin-bottom:12px;}
.fa_list ul li:hover{border:1px solid #e90404;}
.fa_list ul li p{ width:282px; text-align:center; margin-top:0px; border-top:1px dotted #ccc; height:24px; line-height:24px; padding-top:4px; overflow:hidden; float:left;}
.fa_list ul li a img{ width:274px; height:148px;padding:4px; float:left;}
.fa_list ul li a:hover img{filter:alpha(opacity=80);-moz-opacity:0.6;opacity:0.6;}

/*相关案例-列表*/
.pss-box01{ width:898px; padding:14px 5px; border:1px solid #cccccc; border-top:none;  height:auto; overflow:hidden;}
.pss-box01 .hd{
  position: relative;
}
.pss-box01 .hd a{
  width:28px;
  cursor:pointer;
  top:80px;
  position: absolute;
}
.pss-box01 .hd a.prev{
  left: 0;
}
.pss-box01 .hd a.next{
  right: 0;
}
.pcase_products{ width:842px;padding-top:2px; background:#fff;}
.pcase_products ul{ list-style-image:none;}
.pcase_products ul li{ width:268px; border:1px dotted #ccc; background:#fff; float:left; height:230px; overflow:hidden; margin-right:5px; margin-left:5px; margin-bottom:0px;}
.pcase_products ul li:hover{border:1px solid #e90404;}
.pcase_products ul li p{ width:268px; text-align:center; margin-top:0px; border-top:1px dotted #ccc; height:30px; line-height:30px; padding-top:4px; overflow:hidden; float:left;}
.pcase_products ul li a img{ width:260px; height:184px;padding:4px; float:left;}
.pcase_products ul li a:hover img{filter:alpha(opacity=80);-moz-opacity:0.6;opacity:0.6;}


/*视频中心*/
.shipin{ width:910px; height:auto;overflow:hidden; margin-top:4px;}
.shipin ul{ width:940px;}
.shipin ul li{ width:442px; border:1px solid #ccc; background:#fff; float:left; height:384px; overflow:hidden; margin-right:16px; margin-bottom:16px;}
.shipin ul li:hover{border:1px dotted #e90404;}
.shipin ul li p{ width:428px; text-align:center; margin-top:0px; border-top:1px dotted #ccc; height:35px; line-height:35px; padding-top:3px; overflow:hidden; float:left; }
.shipin ul li a img{ width:430px; height:332px; padding:6px; float:left;}
.shipin ul li a:hover img{filter:alpha(opacity=80);-moz-opacity:0.6;opacity:0.6;}

/*副导航荣誉证书*/
.nh-c{ width:220px; height:auto; overflow:hidden; background:#f2f2f2; padding:14px 9px 16px 9px;}
.tj_honor{ width:220px; height:190px; float:left; overflow:hidden; margin-left:auto; margin-right:auto;}
.tj_honor ul{ list-style-image:none;}
.tj_honor ul li{ width:218px; border:1px dotted #ccc; background:#fff; float:left; height:190px; overflow:hidden; }
.tj_honor ul li:hover{border:1px solid #e90404;}
.tj_honor ul li p{ width:218px; text-align:center; margin-top:0px; border-top:1px dotted #ccc; height:32px; line-height:32px; padding-top:2px; overflow:hidden; float:left;}
.tj_honor ul li a img{ width:210px; height:147px;padding:4px; float:left;}
.tj_honor ul li a:hover img{filter:alpha(opacity=80);-moz-opacity:0.6;opacity:0.6;}

/*感言*/
.products01{ width:910px; height:auto; overflow:hidden; padding-bottom:16px; border-bottom:1px dotted #ccc; margin-bottom:4px; padding-top:16px; text-align:left;}
.products01 img{float:left; width:288px; height:200px; padding:3px; border:1px solid #ccc;}
.products01 img:hover{ filter: Alpha(Opacity=80); opacity:0.8;padding:3px; border:1px solid #e90404;}
.products01 h2{float:left; width:590px;height:auto;line-height:28px; font-size:14px; color:#333;overflow:hidden;text-overflow:ellipsis; padding-left:20px;}
.products01 p{float:left; width:590px;height:144px;line-height:28px; font-size:13px; color:#999999;overflow:hidden;text-overflow:ellipsis; padding-left:20px; overflow:hidden; text-align:left;}
a.viewDetails{ color:#BE927F;}

/*表格*/
.table4{
  width:100%;
  margin:0px auto;
  font-size:14px;
  color:#333333;
  text-align:center;
  border-collapse:collapse;/*细线表格代码*/
}
.table4 td{
  border:1px solid #ccc;/*细线表格线条颜色*/
  height:42px;
  line-height:42px;
  font-size:14px;color:#333333;line-height:150%
}
.table4 tr {background-color:expression((this.sectionRowIndex%2==0)?"#f2f2f2":"#ffffff");height:42px; line-height:42px;}

.bg_bt{ width:910px; height:55px; line-height:55px; font-size:30px; font-weight:400; color:#f00; margin-top:44px;}

.table02{ width:100%; margin-top:30px;}
.table02 tr{ line-height:36px;}

/*产品详细页优势版块*/
.ys_btt{ width:910px; height:74px; background:url(../image/yyss.gif); padding-top:110px; text-align:center; line-height:38px; font-size:16px; margin-top:34px;}
.ys001_bk{ width:910px; height:260px; margin-bottom:8px; }
.ys001_left{ width:320px; height:260px; float:left; overflow:hidden;}
.ys001_right{ width:460px; height:220px; float:right; background:url(../image/ys001.gif); padding-left:130px; padding-top:40px;}
.ys002_right{ width:460px; height:220px; float:right; background:url(../image/ys002.gif); padding-left:130px; padding-top:40px;}
.ys003_right{ width:460px; height:220px; float:right; background:url(../image/ys003.gif); padding-left:130px; padding-top:40px;}
.ys004_right{ width:460px; height:220px; float:right; background:url(../image/ys004.gif); padding-left:130px; padding-top:40px;}
.ys005_right{ width:460px; height:220px; float:right; background:url(../image/ys005.gif); padding-left:130px; padding-top:40px;}
.ys001_bt{ width:450px; height:56px; float:left;}
.ys001_bt span{ width:450px; height:30px; line-height:30px; font-size:20px; font-weight:bold;}
.ys001_bt p{ width:450px; height:22px; line-height:22px; font-size:14px; font-family:Arial, Helvetica, sans-serif; color:#999;}
.ys_list{ width:440px; height:auto; float:left;margin-top:17px;}
.ys_list ul{ list-style-image:none;}
.ys_list ul li{ width:440px; height:22px; float:left; background:url(../image/ysdd_1.png) no-repeat left; text-indent:28px; margin-bottom:12px; }
.wzcd{ color:#f60;}





.flink {
  width: 1180px;
  margin: 30px auto 0;
}

.flink .flink_tit {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

.flink .flink_tit p {
  height: 12px;
  width: 100%;
  background: url(../image/dian.png);
  position: absolute;
  top: 15px;
}

.flink .flink_tit span {
  height: 42px;
  background: #fff;
  color: #e90404;
  font-size: 14px;
  border: 1px solid #e90404;
  position: relative;
  z-index: 2;
  display: block;
  width: 115px;
  text-align: center;
  line-height: 42px;
  margin-left: 40px;
}

.flink .flink_list {
  width: 100%;
  margin-top: 30px;
  margin-left: 40px;
}

.flink .flink_list .ul1 li {
  float: left;
  margin-right: 28px;
}

.flink .flink_list ul li a {
  font-size: 14px;
  line-height: 28px;
  color: #5a5a5a;
}

.flink .flink_list ul li a:hover {
  color: #e90404;
}

.flink .news_list ul li {
  width: 100%;
  line-height: 40px;
  border-bottom: 1px dashed #999;
}

.flink .news_list ul li span {
  float: right;
  font-size: 12px;
  color: #888;
}

.flink .news_list ul li a {
  display: inline-block;
  font-size: 14px;
  color: #333;
}

.flink .news_list ul li a:hover {
  color: #e90404;
}

.flink .pro_list ul li a:hover {
  color: #e90404;
}

.pro_list {
}

.flink .pro_list ul li {
  margin-right: 60px;
  float: left;
}

.flink .pro_list ul li:nth-child(4n) {
  margin-right: 0;
}

.flink .pro_list ul li .img {
  display: block;
  width: 250px;
  height: 250px;
}

.flink .pro_list ul li .pro_t {
  display: block;
  width: 210px;
  line-height: 26px;
  text-align: center;
  font-size: 14px;
  color: #5a5a5a;
}

.pagination{
  height:40px;
  padding:20px 0px;
  text-align: center;
}
.pagination a,.pagination span{
  display:inline-block;
  margin-right:10px;
  padding:2px 12px;
  height:24px;
  border:1px #cccccc solid;
  background:#fff;
  text-decoration:none;
  color:#808080;
  font-size:12px;
  line-height:24px;
}
.pagination a:hover{
  color:#077ee3;
  background: white;
  border:1px #077ee3 solid;
}
.pagination span{
  border:none;
  background:#e90404;
  color:#fff;
}

.table_form {margin:10px;width:95%;}
.table_form input{}
.table_form td{padding-left:12px}
.table_form th{font-weight:normal; text-align:right;padding-right:10px; color:#777}
.table_form td label{ vertical-align:middle}
.table_form td,.table_form th{padding:8px 0 5px 8px;line-height:22px;}
.table_form tbody td,.table_form tbody th{border-bottom:1px solid #eee;}
.colorpanel tbody td,.colorpanel tbody th{ padding:0;border-bottom: none;}
.table_form .button{width:60px;}