*{
    box-sizing: border-box;
}
.header-hd{
    height: 40px;
    background: #f5f5f5;
    line-height: 40px;
    font-size: 14px;
    color: #333;
}
.header-hd span a{
    display: inline-block;
    padding-left: 20px;
    line-height: 22px;
    margin: 0 8px;
}

.header-hd span a:nth-child(1){
    background: url(../image/icon2.png) no-repeat left center;
}
.header-hd span a:nth-child(2){
    background: url(../image/icon3.png) no-repeat left center;
}
.header-bd{
    height: 100px;
    padding-top: 20px;
}
.header-bd .call{
    font-size: 30px;
    color: #ff3434;
    background: url(../image/call.png) no-repeat left center;
    padding-left: 60px;
    line-height: 60px;
}
.navbar{
    height: 55px;
    background: #212121;
}
.navbar li{
    float: left;
    position: relative;
}
.navbar li a{
    font-size: 16px;
    color: #fff;
    background: url(../image/line.png) no-repeat right center;
    line-height: 55px;
    padding: 0 34px;
    display: block;
}
.navbar li:last-child a{
    background: none;
}
.navbar li.on a,
.navbar li a:hover{
    background: #ff3434;
}
.nav li ul{position:absolute; left:0; top:45px; width:144px; background-color:#ff3434;display:none; overflow:hidden;}
.nav li ul li{ width:100%; height:40px;}
.nav li ul li a{ font-size:14px;color:#fff; line-height:40px; display:block; white-space: nowrap; background: none;padding: 0 10px;text-align: center;}
.nav li ul li a:hover{ color:#fff;background-color:#dc2e26;}
.nav .on ul li a{background-color:#ff3434;color:#fff;}
.nav .on ul li a:hover{background-color:#dc2e26;}

#pages { padding:10px 0 10px;text-align:center;font-size:14px;}
#pages a { display:inline-block; padding:0 10px; height:30px;font-size:14px;line-height:30px; background:#fff;text-align:center; color:#333;margin-right:5px;}
#pages a.a1 {padding:0px 12px; height:30px; line-height:30px;}
#pages a:hover { background:#e0453e; color:#fff; text-decoration:none; }
#pages span { display:inline-block;  padding:0px 10px; height:30px; line-height:30px; background:#e0453e;color:#fff; text-align:center;margin-right:5px;}
.page .noPage { display:inline-block;  padding:0px 12px; height:22px; line-height:22px;border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }

/* product */
.i-product{
    height: 1030px;
    background: url(../image/probg.png) repeat-x center;
    padding-top: 40px;
}
.i-product-hd{
    width: 100%;
    height: 80px;
    background: url(../image/prohdbg.png) no-repeat center #ff3434;
    font-size: 38px;
    line-height: 80px;
    color: #fff;
}
.i-product-bd{
    padding:10px 0;
    text-align: center;
}
.i-product-bd li{
    display: inline-block;
    margin: 10px 10px 0 0;
}
.i-product-bd li a{
    display: block;
    border: 1px solid #ff3434;
    font-size: 18px;
    color: #ff3434;
    padding:10px 20px;
}
.i-product-bd li:nth-child(5n) a{
    margin-right: 0;
}
.i-product-bd li a:hover,.i-product-bd li:last-child a{
    background: #ff3434;
    color: #fff;
}
.i-product-ft{
    width: 1260px;
    margin: 30px auto 0;
    height: 728px;
    background: #fefefe;
    box-shadow: 0 0 6px rgba(0,0,0,.6);
}
.i-product-ft li{
    width: 380px;
    height: 300px;
    margin: 36px 0 21px 30px;
}
/* 产品通用 */
.item-img li{
    position: relative;
}
.item-img li img{
    width: 100%;
    height: 100%;
}
.item-img li p{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 10px;
    background: rgba(0, 0, 0, .7);
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
}
.item-img li:hover p{
    background-color: #ff3434;
}
/* 标题 */
.i-box-hd i{
    font-size: 38px;
    color: #ff3434;
    line-height: 53px;
}
.i-box-hd span{
    font-family: 'arial';
    font-size: 48px;
    color: #4f4f4f;
    line-height: 53px;
}
/* advantage */
.i-advantage{
    height: 600px;
    padding-top: 85px;
}
.i-advantage-bd{
    height: 385px;
    background: url(../image/adv.png) no-repeat center;
    margin-top: 50px;
}
.i-advantage-bd ul li{
    width:230px;
    margin:30px 125px;
}
.i-advantage-bd ul li h4{
    font-size: 28px;
    color: #333;
}
.i-advantage-bd ul li p{
    font-size: 14px;
    margin-top:6px;
    color: #555;
    height:42px;
    overflow: hidden;
}
.i-advantage-bd ul li:nth-child(2n){
    text-align: right;
}
.i-advantage-bd ul li:nth-child(-n+2){
    padding-bottom: 85px;
}

/* case */
.i-case{
    height: 520px;
    padding-top: 60px;
}
.i-case-bd{
    width: 1250px;
    height: 320px;
    margin: 0 auto;
    background: url(../image/casebg.png) no-repeat center;
    padding: 40px 30px 0;
}
.i-case-bd li{
    margin:0 12px;
    width: 272px;
}
.i-case-bd li img{
    border: 1px solid #cdcdcd;
    width: 100%;
}
.i-case-bd li p{
    font-size: 14px;
    color: #666;
}
.i-case-bd li:hover p{
    color: #ff3434;
}
/* about */
.i-about{
    height: 524px;
    padding-top: 60px;
    background: url(../image/aboutbg.png) no-repeat center;
}
.i-about-hd{
    margin-bottom: 45px;
}
.i-about-bd .item-hd{
    width: 400px;
    height: 296px;
    border: 8px solid #ff3434;
    border-right: none;
    margin-top: 45px;
}
.i-about-bd .item-bd{
    width: 799px;
    height: 367px;
    background: url(../image/abbd.png) no-repeat center;
    position: relative;
}
.i-about-bd .item-bd .con{
    width: 580px;
    height: 353px;
    padding-top: 20px;
}
.i-about-bd .item-bd .con h2{
    background: url(../image/tit.png) no-repeat center;
    text-align: center;
    height: 54px;
    line-height: 54px;
    color: #4f4f4f;
}
.i-about-bd .item-bd .con>div{
    margin-top: 20px;
    height: 180px;
    font-size: 15px;
    line-height:1.7;
    overflow: hidden;
    padding: 0 30px 0 30px;
}
.i-about-bd .item-bd .slogan{
    position: absolute;
    width:175px;
    height:155px;
    color: #fff;
    right:22px;
    bottom: 95px;
    font-size: 26px;
    text-align: center;
}
.i-about-bd .item-bd .slogan span{
    font-size: 30px;
}
.i-about-bd .item-bd .link{
    width: 119px;
    height: 33px;
    display: block;
    margin: 20px auto 0;
    background: #ff3434;
    color: #fff;
    line-height: 33px;
    text-align: center;
    font-size: 15px;
}
/* news */
.i-news{
    height: 540px;
    padding-top:70px;
}
.i-news .hd{
    height: 50px;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 35px;
}
.i-news .hd li{
    font-size: 22px;
    color: #1e1b17;
    cursor: pointer;
    margin-right: 15px;
    line-height: 49px;
}
.i-news .hd li img{
    vertical-align: middle;
}
.i-news .hd span a{
    line-height: 49px;
    font-weight: 700;
    font-size: 14px;
}
.i-news-hd .hd li.on,
.i-news .hd li:hover{
    border-bottom: 1px solid #ff3434;
    color: #ff3434;
}
.i-news-hd{
    width: 820px;
}
.i-news-hd .bd li img{
    float: left;
    margin-right: 20px;
}
.i-news-hd .bd li .con{
    width: 560px;
    float: left;
}
.i-news-hd .bd li .con>p{
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    font-size: 14px;
    color: #5d5d5d;
}
.i-news-hd .bd li h3{
    font-size: 16px;
    color: #272727;
    line-height: 40px;
    margin-top:7px;
}
.i-news-hd .bd li h3 span{
    font-size: 14px;
    color: #666;
    font-weight: normal;
    font-family: Arial;
}
.i-news-hd .bd li{
    width: 100%;
    height: 110px;
    margin-bottom: 12px;
    background: #f5f5f5;
}
.i-news-bd{
    width: 334px;
}
.i-news-bd .bd li{
    height: 132px;
    border-bottom: 1px dashed #cfcfcf;
    padding-top: 28px;
}
.i-news-bd .bd li:first-child{
    height: 104px;
    padding-top: 0;
}
.i-news-bd .bd li h3{
    font-size: 16px;
    color: #272727;
    background: url(../image/wen.jpg) no-repeat left center;
    padding-left: 40px;
    margin-bottom: 15px;
}
.i-news .bd li:hover h3{
    color: #ff3434;
}
.i-news-bd .bd li p{
    font-size: 14px;
    color: #5d5d5d;
    overflow: hidden;
    line-height: 25px;
    height: 50px;
    background: url(../image/da.jpg) no-repeat left top;
    padding-left: 40px;
}
/* friendlink */
.i-friendlink-hd,
.i-friendlink-bd{
	padding: 15px 0 ;
	font-family: '微软雅黑';
}
.i-friendlink-bd{
	padding: 0 0 15px 0;
}
.i-friendlink span{
	font-size: 16px;
	color: #333;
	padding: 0 10px 0 0 ;
}
.i-friendlink a{
	padding: 0 5px;
    font-size: 12px;
    display: inline-block;
    background: #fff5f5;
    border: 1px solid #ff3434;
    color: #ff3434;
    margin-right:10px;
	margin-bottom:5px;
}
/* footer */
.footer{
    background: #212121;
    padding-top: 50px;
}
.footer *{
    color: #fff !important;
}
.footer-hd{
    width: 400px;
    background: url(../image/ftline.png) no-repeat right center;
}
.footer-hd .con{
    font-size: 14px;
    line-height: 2;
}
.footer-bd {
    width: 398px;
    height: 140px;
    padding-left: 40px;
    background: url(../image/ftline.png) no-repeat right center;
}
.footer-bd ul li a{
    font-size: 14px;
    padding: 5px 25px;
    display: inline-block;
}
.footer-ft img{
    width: 150px;
    height: 150px;
}
.footer-map{
  background: #212121;
  padding: 10px 0;
}
.footer-map *{
	color:#fff !important;
  	line-height: 25px;
}
.um-main{
    margin:0 auto;
    background-color:#f4f4f4;
    padding-top: 30px;
}
.um-box-hd{
    background: url(../image/mub01address_icon01.png) no-repeat 16px center #999;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding-left: 40px;
    font-size: 14px;
}
.um-box-bd{
    margin-top: 20px;
}
.um-side-bd .intro{
    padding: 20px 25px 20px;
    background: #fff;
}
.um-side-bd .intro h4 a{
    display: block;
    font-size: 16px;
}
.um-side-bd .intro .btn{
    width: 226px;
    height: 32px;
    border-radius: 20px;
    border: 1px solid #eaeaea;
    margin-top:16px;
}
.um-side-bd .intro .btn a {
    display: block;
    width: 112px;
    line-height:32px;
    text-align: center;
    float: left;
    color: #e0453e;
    font-size: 13px;
}
.um-side-bd .intro .btn a:first-child{
    border-right: 1px solid #eaeaea;
}
.um-side-bd .intro:hover{
    background: #e0453e;
}
.um-side-bd .intro:hover a{
    color: #fff;
}
.um-side-bd .intro:hover .btn{
    border: 1px solid rgba(255,255,255,.4);
}
.um-side-bd .intro:hover .btn a:first-child{
    border-right: 1px solid rgba(255,255,255,.4);
}
.um-side-bd .intro:hover .btn a{
    color: #fff;
}
.um-side-bd .intro .btn a:hover{
    background: #fff;
    color: #e0453e;
}

.um-side-bd {
    margin-bottom: 20px;
    width: 850px;
}
.um-side-bd li{
    width: 276px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.um-side-bd li:nth-child(3n){
    margin-right:0;
}
.um-side-bd li .item-img{
    display: block;
    overflow: hidden;
}
.um-side-bd li .item-img img{
    display: block;
}
.um-side-bd .intro h3{
    width: 256px;
}
.um-side-bd .intro .con{
    line-height: 22px;
    color: #666;
    margin-top: 14px;
    height: 70px;
    font-size: 13px;
    overflow: hidden;
}

.pic-list-index{
    width:100%;
}
.pic-list-index li{
    width:292px;
}
.pic-list-index li:nth-child(3n){
    margin-right:10px;
}
.pic-list-index li:nth-child(4n){
    margin-right:0;
}

.um-side-hd{
    width: 320px;
}
.um-side-hd_hd h2{
    height: 70px;
    line-height:70px;
    padding:0 0 0 26px;
    font-size: 24px;
    font-weight: normal;
    background: url(../image/proListClassify_icon01.png) no-repeat 267px center #de4b42;
    color: #fff;
}
.um-side-hd_hd h2 span{
    font-size: 12px;
    color: #fff;
    font-family: "Arial";
    margin-left: 6px;
    position: relative;
    top: 2px;
}
.um-side-hd .item-text{
    padding: 10px 25px;
    background-color: #fff;
}
.um-side-hd_hd .item-text li{
    border-bottom: solid 1px #ddd;
    padding-bottom: 5px;
}
.um-side-hd_hd .item-text li p{
    height:32px;
    line-height:32px;
    margin: 10px 0 ;
}
.um-side-hd_hd .item-text li p a{
	line-height:32px;
    font-size: 16px;
    height:32px;
    color: #333;
    overflow: hidden;
  	display:inline-block;
}
.um-side-hd_hd .item-text li p i{
    display: inline-block;
    line-height:36px;
    width:14px;
    height:14px;
    cursor: pointer;
    vertical-align: 8px;
    margin-right:8px;
}
.um-side-hd_hd .item-text li p i.m {
    background: url("../image/ico5.png") no-repeat;
    background-size: 12px;
}
.um-side-hd_hd .item-text li p i.p{
    background: url("../image/ico4.png") no-repeat;
    background-size: 12px;
}
.um-side-hd_hd .item-text li dt{
    height:34px;
}
.um-side-hd_hd .item-text li dt span{
    background: url(../image/ico1.png) no-repeat 0 0;
    background-size: 6px;
    display: inline-block;
    width:14px;
    height:14px;
    vertical-align: top;
    margin: 6px 0 0 0;
}
.um-side-hd_hd .item-text li dt a{
    font-size: 14px;
    color: #888;
    padding:0 0 0 4px;
    display: inline-block;

}


.h-img-list ul{
    display: flex;
}
.h-img-list ul li{
    flex: 1;
    padding:0 6px;
}
.h-img-list ul li span a{
    font-size: 14px;
    line-height:30px;
    height:30px;
    overflow: hidden;
    display: block;
}





/* 新闻 */
.um-news{
    clear: both;
    padding: 40px;
    background-color: #fff;
    margin-bottom: 20px;
    overflow: hidden;
}
.um-news-hd{
    height: 38px;
    font-size: 20px;
    line-height: 38px;
}
.um-news li{
    width: 474px;
    float: left;
    margin: 0 40px;
    height: 40px;
    line-height: 40px;
}
.um-news li a{
    display: block;
    width: 320px;
}
.um-news li span{
    margin-right: 10px;
    color: #999;
}
.um-productshow{
    background: #eaeaea;
    padding-top: 30px;
}
.um-productshow .link{
    display: block;
    height: 60px;
    line-height: 60px;
    background: #8c8c8c;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-top: 29px;
}
.um-productshow .link:hover{
    background-color: #dc2e26;
}
.um-productshow-hd img{
    width: 600px;
    height: 480px;
    display: block;
}
.um-productshow-bd{
    width: 599px;
}
.um-productshow-bd h2{
    color: #333;
    font-weight: normal;
    padding-left: 30px;
}
.um-productshow-bd h5{
    font-weight: normal;
    font-size: 14px;
    color: #666;
    line-height: 22px;
    height: 364px;
    padding-left: 30px;
    margin-top: 20px;
}
.um-productshow-bd .call{
    height: 60px;
    padding-left: 30px;
}
.um-productshow-bd .call a{
    display: block;
    width: 197px;
    height: 60px;
    background: url(../image/proDetailsIntro_icon02.png) no-repeat 146px center;
    background-color: #de4b42;
    border-radius: 30px;
    line-height: 60px;
    color: #fff;
    font-size: 22px;
    text-indent: 35px;
}
.um-productshow-bd .call .phone{
    padding-left: 68px;
    background: url(../image/icall.png) no-repeat left center;
    margin-left: 50px;
    font-size: 16px;
    color: #333;
}
.um-productshow-bd .call .phone p{
    font-size: 24px;
    color: #de4b42;
    font-family: "Arial";
}
.um-productshow .um-content-hd{
    font-size: 16px;
    line-height: 2;
    padding: 20px 0;
    text-indent: 2rem;
}
.um-content{
    clear: both;
}
.um-areasales{
    clear: both;
}
.um-picturelist-bd li{
    height: 464px;
    width: 370px;
    margin: 0 8px;
    float: left;
    margin-bottom: 20px;
}
.um-picturelist-bd li .items-img{
    display: block;
    width: 370px;
    height: 285px;
    overflow: hidden;
}
.um-picturelist-bd .um-side-bd{
    width: 100%;
    padding: 20px 0;
}
.um-picturelist-bd .um-side-bd li:nth-child(2n){
    margin-right: 10px;
}
.um-picturelist-bd .um-side-bd li:nth-child(3n){
    margin-right: 0;
}
.um-picturelist-bd .um-side-bd li img{
    width: 370px;
    height: 285px;
}
.um-picturelist-bd .intro{
    padding: 28px 32px 0;
    height: 177px;
    background: #fff;
}
.um-picturelist-bd .intro p{
    line-height: 22px;
    color: #666;
    font-size: 13px;
    margin-top: 14px;
    height: 66px;
}
/* 相关产品 */
.um-relatedproducts{
    margin: 20px auto;
}
.um-relatedproducts-hd{
    height: 42px;
    border-bottom: 1px solid #eaeaea;
    font-size: 20px;
}
.um-relatedproducts-bd li{
    width: 290px;
    background: #fff;
    margin: 0 5px;
}
.um-relatedproducts-bd li img{
    display: block;
    width: 290px;
    height: 302px;
}
.um-relatedproducts-bd li p{
    font-size: 14px;
    width: 290px;
    margin-top: 15px;
}

/* pagelist */
.um-pagelist{
    min-height: 600px;
    padding-top: 30px;
}
.um-pagelist-hd h2{
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 20px;
}
.um-pagelist-bd .con{
    font-size: 14px;
    margin-top: 10px;
    line-height: 2;
    text-indent: 2rem;
}
.um-pagelist-ft .con p{
    margin-bottom: 10px;
}

/* pagenav */
.pagenav{
    clear: both;
}

/* .pictureshow */
.um-pictureshow-bd{
    padding: 30px 30px 0;
  	width:880px;
}
.um-pictureshow-bd .item-hd h1{
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 16px;
}
.um-pictureshow-bd .item-hd p{
    height: 24px;
    font-size: 14px;
    color: #666;
}
.um-pictureshow-bd .item-bd{
    margin: 20px 0;
    font-size: 14px;
    line-height: 1.75;
    color: #333;
    min-height: 600px;
}
.um-pictureshow-bd .item-bd p{
    text-indent: 0;
    width: 100%;
    margin:0 auto;
    white-space:normal;
    word-spacing: 10px;
}
.um-side-hd_bd{
    padding: 20px 28px 18px;
    background: #fff;
    margin-top: 10px;
}
.um-side-hd_bd .call{
    background: url(../image/icall.png) no-repeat 9px center;
    background-color: rgba(0, 0, 0, 0);
    padding: 25px 0 20px 75px;
    border-bottom: 1px solid #eaeaea;
    font-size: 14px;
    color: #333;
    background-color: #fff;
}
.um-side-hd_bd .call p{
    font-size: 24px;
    color: #de4b42;
    font-family: "Arial";
}
.um-side-hd_bd .um-news-hd{
    height: 40px;
    border-bottom: 1px solid #e7e7e7;
    font-size: 18px;
    font-weight: normal;
}
.um-side-hd_bd .um-news-bd{
    padding-top: 18px;
}
.um-side-hd_bd .um-news-bd li{
    font-size: 14px;
    margin-bottom: 16px;
}
.um-side-hd_bd .um-news-bd li a{
    font-size: 14px;
}

.guestbook_list {margin:12px 0;line-height:26px;}
.guestbook_list dl {border:1px solid #E9E9EB;margin:8px auto;padding:15px;background: #fff;}
.guestbook_list dl dt {border-bottom:1px dashed #E9E9EB;height:26px;line-height:26px;color:#314E8C}
.guestbook_list dl dt span {float:right;line-height:26px;}
.guestbook_list dl dd.g_content {padding:5px;line-height:26px;}
.post_box {border:1px solid #eee; background: #fff;margin-bottom: 20px;}
.post_box h5 {line-height:35px;text-align:center;font-size:14px;border-bottom:1px solid #eee;height:35px;background:#f5f5f5;}

.table_form {margin:10px;width:95%;}
.table_form input.button{
    height:32px;
    width:100px;
    cursor: pointer;
    background: #ff3434;
    border: none;
    color: #fff;
    margin-right:10px;
}
.table_form input.button1{
    background: #999;
}
.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 10px 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;}

.input-text,.measure-input,textarea,input.date,input.endDate,.input-focus{line-height:22px;height:22px;margin:0 5px 0 0;padding:1px 0 1px 5px;border: 1px solid #d0d0d0;background: #FFF url(../Images/admin_img/input.png) repeat-x; font-family: Verdana, Geneva, sans-serif,"宋体";font-size:12px;}
.input-focus{background: #FFF; border-color:#afcee6;font-size:12px;}
input.date,input.endDate{background: #fff url(../Images/admin_img/input_date.png) no-repeat right 3px; padding-right:18px;font-size:12px;}
textarea,textarea.input-text,textarea.input-focus{font-size:12px;height:auto; padding:5px; margin:0;}
select{ vertical-align:middle;background:none repeat scroll 0 0 #F9F9F9;border-color:#666666 #CCCCCC #CCCCCC #666666;border-style:solid;border-width:1px;color:#333;padding:2px;}
.search-form{ margin-bottom:10px}

/* articlelist */
.um-articlelist-bd{
    margin: 20px auto 0;
}
.um-articlelist-bd{
    border-bottom: 1px solid #dfdfdf;
}
.um-articlelist-bd li{
    padding-top: 39px;
    height: 250px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    border-bottom: none;
}
.um-articlelist-bd .item-img{
    width: 220px;
    height: 170px;
    margin-left: 40px;
    overflow: hidden;
}
.um-articlelist-bd .item-img img{
    width: 220px;
    height: 169px;
}
.um-articlelist-bd .item-text{
    width:910px;
    height: 170px;
    margin-left: 28px;
    padding-right: 40px;
}
.um-articlelist-bd .item-text .hd{
    height: 25px;
}
.um-articlelist-bd .item-text .hd h3{
    font-size: 20px;
    font-weight: normal;
    color: #000;
}
.um-articlelist-bd .item-text .hd p{
    font-size: 13px;
    font-family: "Arial";
    color: #666;
}
.um-articlelist-bd .item-text .bd{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 14px;
    height:108px;
}
.um-articlelist-bd .item-text .bd a{
    color: #dc2e26;
}
.um-articlelist-bd .item-text .ft{



}
.um-articlelist-bd .item-text .ft a,.um-articlelist-bd .item-text .ft span{
    display: inline-block;
    border: 1px solid #ff9e9a;
    color: #dc2e26;
    background: #fff7f7;
    margin-right:10px;
    padding:1px 6px;
}
.um-articlelist-bd .item-text .ft span,.um-articlelist-bd .item-text .ft a.a1{
    background: #f7f7f7;
    border: 1px solid #ccc;
    color: #666;
    background: url("../image/ico6.png") no-repeat 6px;
    background-size: 12px;
    padding:1px 6px 1px 22px;
}
.um-articlelist-bd .item-text .ft a.a1{
    background: none;
    padding:1px 6px;
    
}

.um-newsShow{
    width:900px;
    background: #fff;
    padding:30px;
}
.um-newsDetail .tit h3{
    font-size: 24px;
    line-height:1.2;
}
.um-newsDetail .meta{
    margin-top:15px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.um-newsDetail .meta p{
    display: inline-block;
    margin-right:20px;
}
.um-newsDetail .meta p em{
    color: #ff3434;
}
.um-newsDetail .meta p:first-child{
    margin-right:0;
}

.um-newsDetail .meta p span{
    color: #888;
}
.um-newsDetail .cont{
    font-size: 14px;
    line-height:1.8;
}
.um-newsDetail .cont p{
    margin:0 0 15px 0;
}
.um-newsDetail .cont a{
    display: inline-block;
    color: #ff3434;
   font-weight: bold;
}

/*产品详情页*/

.inner-img-show{
    padding:20px 0 0 0;
}
.inner-img-show-header .item-hd{
    width:300px;
}
.inner-img-show-header .item-bd{
    width:535px;
}
.inner-img-show_left{
    width:900px;
    padding:20px;
    background: #fff;
}


#zoom_box{
    background: #eee;
    text-align: center;
    height:300px;
    border: 1px solid #eee;
}
#zoom_box img{
    max-width: 100%;
    cursor: pointer;
}
#zoom_list{
    width:300px;
    height: 60px;
    background: #eee;
}
#zoom_list>a{
    width: 14px;
    height: 54px;
    margin-top: 2px;
    text-align: center;
    overflow: hidden;
    background: #b3b3b3;
    color: #fff;
    text-align: center;
}

#zoom_list .next {
    float: right;
    background: url(../images/next.gif) no-repeat -3px 18px;
}
#zoom_list .pre{
    float: left;
    background: url(../images/pre.gif) no-repeat -3px 18px;
}
#zoom_list #zoom_list_box{
    float: left;
    width:90%;
    overflow: hidden;
    height: 56px;
    position: relative;
}

#thumblist li{
    float: left;
    overflow: hidden;
    text-align: center;
    margin: 5px 4px;
}
#thumblist li.on {}
#thumblist li span{
    height: 52px;
    width: 220px;
    line-height: 30px;
}
#thumblist li span a{
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
}
#thumblist li.on span a:before{
    display: block;
    content: '';
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom: 0;
    background: rgba(0,0,0,.25);
}
.img__info{
    padding:10px 0 0 0;
}
.img__info .tit{
    line-height: 1.1;
    font-size: 20px;
    font-weight: 700;
    color: #333;
}
.img__info .list{
    background: #f7f7f7;
    margin:10px 0 0 0;
    padding:5px 10px;
}
.img__info .list li{
    height:30px;
    line-height:30px;
}
.img__info .list li em{
    color: #777;
    display: inline-block;
}
.img__info .list li a,.img__info .list li span{
    font-size: 13px;
    padding:0 0 0 10px;
}
.img__info .list li span b{
    color:#eb2e09;
    padding:0 3px;
}
.img__info .list li div.bshare-custom{
    display: inline-block;
    margin:0;
    padding:0 0 0 10px;
}
.img__info .list li div.bshare-custom a{
    padding:0 0 0 19px;
}
.img__info .tel{
    font-size:16px;
    top:10px;
    left:10px;
    height:40px;
    line-height:40px;
    position: relative;
    background: url("../image/ico-tel.png") no-repeat left;
    background-size: 20px;
    padding:0 0 0 26px;
}

.img__info .tel em{
    font-size: 24px;
    font-family: Arial;
    position: absolute;
    font-weight: 700;
    color:#f44900;
}
.img__info .ico{
    padding:50px 0 0 10px;
}
.img__info .ico a{
    border-radius: 0;
    width:100px;
    display: inline-block;
    margin:0 10px 0 0;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}
.img__info .ico .btn-default{
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.img__info .ico .btn-danger{
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.inner-img-show-body{

}
.iisb-tit{
    height:40px;
    line-height:40px;
    font-size: 16px;
    position: relative;
    padding:0 0 0 16px;
    font-weight: bold;
    background: #f5f5f5;
    color: #333;
}
.iisb-tit:before{
    display: block;
    content: '';
    height:16px;
    width:5px;
    background: #ff3434;
    position: absolute;
    left:0;
    top:12px;
}
.iisb-box-js .con{
    font-size: 14px!important;
    line-height:26px;
    min-height: 200px;
}
.iisb-box-js .con img{
    max-width:100%;
    height:auto;
}
.iisb-box-js .con p{
    padding:10px 0 0 0;
}
.iisb-box-fx{
    margin-bottom: 20px;
}
.iisb-box-fx li{
    float: left;
    margin:0 30px 0 0;
}
.iisb-box-fx li a{
    font-size: 13px;
    display: block;
    line-height:30px;
}
.iisb-box-tj .con{

}
.iisb-box-tj .con li{
    margin:0 0 10px 0;
}

.iisb-box-tj .con li img{
    max-width: 100%;
}

.iisb-box-tj .con li span a{
    display: block;
    height:40px;
    line-height:40px;
    text-align: center;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.relevant__info{
    width:280px;
}

.relevant__info_img{
    background: #fff;
    padding:10px 20px;
}
.relevant__info_img .con{
    padding-top: 10px;
}
.relevant__info_img .con li{
    padding:10px 0 0;
}

.relevant__info .con li img{
    max-width: 100%;
    display: block;
}
.relevant__info_img .con li span a{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    height:24px;
    line-height:24px;
    text-align: center;
    font-size: 14px;
}

.relevant__info .tit{
    height: 36px;
    line-height:36px;
    color: #333;
    font-size: 15px;
    border-bottom: 1px solid #eee;
    position: relative;
    font-weight: bold;
}
.relevant__info .tit:after{
    display: inline-block;
    content: '';
    width:60px;
    position: absolute;
    background: #ff3434;
    opacity:.5;
    height:1px;
    left:0;
    bottom: -1px;
}

.relevant__info_article{
    margin:10px 0;
    background: #fff;
    padding:10px 20px;
}
.relevant__info_article li{
    padding:12px 0;
    border-bottom: 1px solid #f5f5f5;
}
.relevant__info_article li .img{
    width:70px;
}
.relevant__info_article li .con{
    width:160px;
    margin-top:3px;
}
.relevant__info_article li .con a{
    font-size: 14px;
    line-height: 1.3;
    color: #333;
    display: block;
    height:38px;
    overflow: hidden;
}
.relevant__info_article li .con a i{
    display: inline-block;
    width:15px;
    height:15px;
    background: #999;
    font-size: 12px;
    text-align: center;
    line-height:15px;
    margin-right:4px;
    font-family: Arial;
    color: #fff;
    border-radius: 2px;
}
.relevant__info_article li:nth-child(-n+3) .con a i{
    background: #ff3434;
}
.relevant__info_article li .con p{
    font-family: Arial;
    color: #999;
    line-height:1;
    margin-top:6px;
    height:auto;
}
.relevant__info_article p{
    display: flex;
    height:28px;
    line-height:28px;
    overflow: hidden;
}
.relevant__info_article p a{
    flex: 1;
    font-size: 14px;
}
.relevant__info_article p a em{
    display: inline-block;
    height:3px;
    width:3px;
    margin-right:6px;
    background: #075cbc;
    vertical-align: middle;
}
.relevant__info_article p span{
    color: #999;
    font-family: Arial;
}

.relevant__info_keyword{
    background: #ff3434;
    padding:10px 15px 20px;
}
.relevant__info_keyword .tit{
    font-size: 16px;
    margin-bottom: 5px;
    color: #fff;
}
.relevant__info_keyword a{
    display: inline-block;
    border: 1px solid #fff;
    padding:5px 10px;
    color: #fff;
    line-height:1;
    margin-top:5px;
    margin-right:10px;
}

.flip{
    padding-top: 20px;
}
.flip p{
    font-size: 14px;
    margin-top:10px;
}
.flip p a{
    padding: 0 5px;
    font-size: 12px;
    display: inline-block;
    background: #fff7f7;
    border: 1px solid #ff3434;
    color: #ff3434;
    margin-right: 10px;
}

.h-menu{
    padding:10px 20px;
}
.h-menu ul{
    padding:10px 0 0 0;
}
.h-menu li{
    height:35px;
    border-bottom: 1px solid #f5f5f5;
}
.h-menu li a{
    display: block;
    line-height:35px;
    font-size: 14px;
    background: url("../images/ico_7.gif") no-repeat 5px;
    padding:0 0 0 18px;
}
.h-news li{
    display: flex;
    padding:12px 0;
    border-bottom: 1px solid #f5f5f5;
}
.h-news li .con{
    flex: 1;
    margin:0 0 0 20px;
}
.h-news li .con a{
    font-size: 18px;
    font-weight: bold;
}
.h-news li .con p{
    font-size: 14px;
    color: #666;
    margin-top:6px;
}