<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


/****header****/

.header{
    height:210px;
}

.loginbar{
    height:30px;
    line-height:30px;
    font-size:12px;
    color: #999;
    background: #1f1f1d;
}
.loginbar_hd a{
    display: inline-block;
    color: #999;
    padding:0 5px;
}
.logobar{
    height:120px;
}
.logo{
    padding-top: 25px;
    max-height: 80px;
}
.header_tel{
    margin-top:36px;
}
.header_tel .tel{
    font-size: 26px;
    font-weight: bold;
    font-family: Arial;
    background: url("../image/ico1.jpg") no-repeat left 0;
    padding:0px 0 0 43px;
    color: #fa0000;
    line-height:1.2;
}
.header_tel .tel span{
    font-size: 14px;
    color: #333;
    display: block;
    font-family: Arial;
    font-weight: normal;
}
.navbar{
    height:60px;
    background: #23a95d;
}

.nav li{
    float: left;
    position: relative;
    width:131px;
    background: url("../image/line1.jpg") no-repeat right center;
}
.nav li a{
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height:55px;
    padding-bottom: 5px;
    display: block;
}
.nav li:last-child{
    background: none;
}
.nav li.on a,.nav li a:hover{
    background:#0c7e2f;
    position: relative;
    font-weight: bold;
}
.nav li.on a:after,.nav li a:hover:after{
    content: '';
    width:20px;
    height:3px;
    background: #fff;
    position: absolute;
    left:50%;
    margin-left: -10px;
    top:45px;
}

/*=====下拉菜单====*/
.nav li ul{position:absolute; left:0; top:30px; width:131px;background:#23a95d;display:none; overflow:hidden;}
.nav li ul li{ width:100%; height:40px; background:none; border:none;}
.nav li ul li a{ font-size:12px;color:#fff; line-height:40px;display:block; white-space: nowrap;text-align:center;padding:0 10px;overflow: hidden;text-overflow: ellipsis;font-weight:normal;}
.nav li ul li a:hover{ background:#0c7e2f;}
.nav li.on ul li a{ background:#23a95d; color:#fff;}
.nav li.on ul li a:hover{ background:#0c7e2f;}

.nav-icon a{
    display: block;
    background: url("../image/navicon.png") no-repeat center;
    width:195px;
    height:65px;
    text-align: center;
    line-height:65px;
    color: #23a95d;
    font-weight: bold;
    font-size: 18px;
    padding:0 0 0 30px;
}
.nav-icon a:hover{
    background: #23a95d;
    color: #000;
}

/*
* search
*/
.search-box{
    border-bottom: 1px solid #ededed;
    height:60px;
}
.search-hd{
    line-height:60px;
    font-size: 14px;
    width:800px;
    height:60px;
    overflow: hidden;
}
.search-hd span{
    font-weight: bold;
}
.search-bd{
    width:308px;
    height:36px;
    background: url("../image/search-bd.jpg") no-repeat;
    margin-top:12px;
}
.search-key{
    width:246px;
    height:36px;
    border: none;
    background: transparent;
    padding:0 10px;
}
.search-btn{
    width:62px;
    height:36px;
    text-indent: -9999px;
    border: none;
    background: transparent;
}


/*
*共享头部
*/
.um_tit1{
    height:80px;
}
.um_tit1 h4{
    font-size: 28px;
    font-weight: bold;
    line-height:1;
    color: #23a95d;
}
.um_tit1 p{
    font-family: Arial;
    font-size: 12px;
    margin-top:10px;
    color: #ccc;
    text-transform: uppercase;
    position: relative;
}
.um_tit1 p:after{
    content: '';
    background: #23a95d;
    width:64px;
    height:1px;
    display:block;
    position: absolute;
    left:50%;
    top:32px;
    margin-left:-37px;
}
.um_tit2 h4{
    color: #fff;
}
.um_tit2 p{
    color: #bcddc8;
}
.um_tit2 p:after{
    background: #bcddc8;
}
.um_tit3 p{
    color: #999;
    font-size: 16px;
}

/*
* bg1
*/
.bg1{
    background: url("../image/bg1.jpg") no-repeat center;
}
.bg1-con li{
    flex: 1;
    margin:0 12px;
    border: 1px solid #79c89d;
    height:260px;
}
.bg1-con li .img{
    background: url("../image/btn2.png") no-repeat center;
    width:74px;
    height:74px;
    margin:30px auto;
}
.bg1-con li .img.img1{
    background-position:0 0;
}
.bg1-con li .img.img2{
    background-position:-306px 0;
}
.bg1-con li .img.img3{
    background-position:-612px 0;
}
.bg1-con li .img.img4{
    background-position:-917px 0;
}
.bg1-con li .con{
    font-family: Arial;
    color: #fff;
    text-align: center;
    padding:0 20px;
}
.bg1-con li .con h4{
    font-size: 36px;
    line-height:1;
    font-weight: bold;
}
.bg1-con li .con p{
    font-size: 14px;
    height:30px;
    line-height:30px;
    position: relative;
}
.bg1-con li .con p:after{
    content: '';
    display: block;
    width:40px;
    height:1px;
    background: #fff;
    position: absolute;
    left:50%;
    margin-left:-20px;
    top:45px;
}


/*
* product
*/
.product-hd{
    width:280px;
}
.product-hd .tit{
    color: #fff;
    background: #23a95d;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    padding:10px 0 20px;
}
.product-hd .tit span{
    font-weight: normal;
    font-size: 16px;
    font-family: Arial;
    color: #5fba82;
    text-transform: uppercase;
    display: block;
    line-height:1;
}
.product-hd .con{
    height: 540px;
    overflow: hidden;
    margin-top:12px;
    background: #ddd;
}
.product-hd .con li{
    height:54px;
    background: url("../image/ico2.jpg") no-repeat 238px #ddd;
    border-bottom: 2px solid #fff;
}
.product-hd .con li a{
    display: block;
    line-height:54px;
    padding:0 50px 0 20px;
    font-size: 15px;
    color: #444;
    font-weight: bold;
}
.product-hd .con li:hover,.product-hd .con li:first-child{
    background:url("../image/ico3.jpg") no-repeat 238px #23a95d;
}
.product-hd .con li:hover a,.product-hd .con li:first-child a{
    color: #fff;
}
.product-hd .tel{
    background: url("../image/tel_2.jpg") no-repeat center;
    height:215px;
    font-size: 16px;
    color: #fff;
    padding-top: 115px;
    text-align: center;
}
.product-hd .tel span{
    display: block;
    font-size: 28px;
    font-weight: bold;
    font-family: Arial;
}
.product-bd{
    width:890px;
}
.product-bd .tit{
    display: flex;
    border-bottom: 3px solid #ccc;
    line-height:37px;
    padding-bottom: 5px;
}
.product-bd .tit h4{
    flex: 1;
    font-size: 20px;
    font-weight: bold;
    color: #23a95d;
}
.product-bd .tit a{
    font-size: 14px;
    color: #666;
}



/*
* case
*/
.case-tit{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #eee;
    padding:0 0 10px;
    position: relative;
}
.case-tit:after{
    position: absolute;
    bottom: -2px;
    left:0;
    content: '';
    width:60px;
    height:3px;
    background: #23a95d;
}
.case-con{
    position: relative;
}
.case-con .hd{
    position: absolute;
    right:0;
    padding:0 20px 0 0;
    top:-20px;
    background: #fff;
}
.case-con .hd a{
    background: url("../image/btn1.png") no-repeat;
    width:34px;
    height:34px;
    cursor: pointer;
    display: inline-block;
    margin-left:10px;
}
.case-con .hd a.prev{
    background-position: 0 0;
}
.case-con .hd a.next{
    background-position:-34px 0;
}
.case-con .bd{
    width: 1180px;
    overflow: hidden;
}


/*
* about
*/
.about-con{
    width:580px;
}
.about-con .tit{
    font-size: 24px;
    color: #1f1f1d;
    font-weight: bold;
}
.about-con .con{
    font-size: 14px;
    max-height: 200px;
    overflow: hidden;
    line-height:2;
    margin-top:10px;
}
.about-con .more a{
    color: #fff;
    background: #23a95d;
    font-size: 15px;
    font-weight: bold;
    width:146px;
    height:34px;
    line-height:34px;
    text-align: center;
    display: block;
    border-radius: 4px;
    margin-top:44px;
}


/*
* ban1
*/
.ban1{
    background: url("../image/ban1.jpg") no-repeat center;
    height:220px;
    color: #fff;
    padding-top: 95px;
}
.ban1-txt{
    font-size: 22px;
    padding-left: 40px;
}
.ban1-txt p span{
    padding-left: 220px;
}
.ban1-tel .tel{
    font-size: 14px;
    width:280px;
    text-align: center;
    padding-top: 5px;
}
.ban1-tel .tel span{
    font-weight: bold;
    font-family: Arial;
    font-size: 28px;
}
.ban1-tel a{
    display:block;
    width:145px;
    height:34px;
    background: #fff;
    color: #23a95d;
    text-align: center;
    line-height:34px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    margin:auto;
}
/*
* bg2
*/
.bg2{
    background: url("../image/bg2.jpg") no-repeat center;
    height:1916px;
}
.bg2-con li{
    overflow: hidden;
    height:448px;
    padding-top: 70px;
}
.ys-con{
    width:500px;
    margin-top:30px;
    display: flex;
}
.ys-con .tit{
    background: url("../image/ico3.png") no-repeat center;
    height:244px;
    width:103px;
    padding:110px 30px 0;
    font-size: 30px;
    color: #23a95d;
    text-align: center;
    margin-right:40px;
}
.ys-con .tit em{
    color: #cacaca;
    display: block;
    line-height:1.5;
}
.ys-con .tit h4{
    font-size: 30px;
    line-height:30px;
}
.ys-con .con  h4{
    padding-top: 24px;
    height: 98px;
    color: #333;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
}
.ys-con .con h4 span{
    display: block;
    font-size: 18px;
    font-weight: normal;
    line-height:1;
}
.ys-con .con p{
    background: url("../image/ico4.png") no-repeat left;
    padding:0 0 0 18px;
    line-height:32px;
    color: #555;
    font-size: 14px;
}
.ys-con .con b{
    color:#fa0000;
}

/*
* ban2
*/
.ban2{
    background: url("../image/ban2.jpg") no-repeat center;
    height:210px;
    padding-top: 80px;
}
.ban2-txt{
    font-size: 24px;
    font-weight: bold;
    padding:0 0 0 200px;
}

/*
* 新闻中心
*/
.news-box{
    background: url("../image/bg3.jpg") no-repeat center;
}

.news-tit .tit{
    flex: 1;
}
.news-tit .tit h4{
    display: inline-block;
    color: #252525;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial;
    line-height:1;
}
.news-tit .tit h4 span{
    font-weight: normal;
    font-size: 12px;
    color: #999;
    margin-left:5px;
}
.news-tit a{
    font-size: 14px;
    text-transform: uppercase;
}

.news-left{
    width:775px;
}

.news-right{
    width:385px;
}
.news-right_con li{
    padding:0 0 17px;
}
.news-right_con li a{
    display: block;
    background: url("../image/ico6.jpg") no-repeat left;
    padding:0 0 0 30px;
    font-size: 16px;
    color:#111;
}
.news-right_con li p{
    background: url("../image/ico7.jpg") no-repeat left top;
    text-indent: 30px;
    font-size: 14px;
    color: #999;
}

/*地区分站*/
.areasite{
    padding:8px 0 15px;
    background: #f4f4f4;
}
.areasite span{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding: 0 10px 0 0;
}
.areasite a{
    padding: 0 5px;
    font-size: 14px;
}

/****文章形式1****/


.um_cell_box li{
    font-size: 14px;
    line-height: 46px;
    border-bottom:1px dotted #b6b6b6;
    display: flex;
    height:46px;
    overflow: hidden;
}
.um_cell_box li a{
    display: block;
    flex: 1;
    padding:0 0 0 20px;
    font-size: 14px;
    color: #333;
    background: url("../image/ico5.png") no-repeat left;
}
.um_cell_box li span{
    font-size: 14px;
    color: #999;
}

/****文章形式2****/

.um_media_box{
    margin-bottom: 10px;
}

.um_media_box .con{
    flex: 1;
    padding:0 0 0 20px;
}
.um_media_box .con h4 a{
    color: #000;
    font-size: 18px;
    line-height:30px;
    overflow: hidden;
}
.um_media_box .con p{
    color: #666;
    font-size: 14px;
    margin:3px 0 0 0 ;
}
.um_media_box .con span a{
    background: #23a95d;
    color: #fff;
    width:100px;
    height:26px;
    font-size: 12px;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height:26px;
    margin-top:20px;
}
.um_media_box .img{
    width:205px;
}

/*图片滚动*/
.um_scroll_box{

}
.um_scroll_box .hd{
    position: relative;
}
.um_scroll_box .hd a{
    background: url("../image/btn1.png") no-repeat;
    width:34px;
    height:34px;
    position: absolute;
    top:100px;
    cursor: pointer;
}
.um_scroll_box .hd a.prev{
    background-position: 0 0;
    left:0;
}
.um_scroll_box .hd a.next{
    background-position:-34px 0;
    right:0;
}
.um_scroll_box .bd{
    width:1100px;
    margin:auto;
}
.um_scroll_box .bd li{
    float: left;
    width:255px;
    margin:0 10px;
    border: 1px solid #ededed;
}
.um_scroll_box .bd li img{
    display: block;
}
.um_scroll_box .bd li h4{
    background: #ededed;
    font-size: 14px;
    height:40px;
    line-height:40px;
    padding:0 10px;
}
.um_scroll_box .bd li:hover{
    border: 1px solid #23a95d;
}
.um_scroll_box .bd li:hover h4{
    background: #23a95d;
    color: #fff;
}

/****图片默认形式1****/

.um_default_box li{
    float: left;
    margin: 0 25px 10px 0;
    width: 280px;
}
.um_default_box li:nth-child(3n){
    margin-right:0;
}
.um_default_box li .img{
}
.um_default_box li img{
    display: block;
}
.um_default_box li h4{
    line-height:46px;
    height:46px;
    padding:0 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

/*
* 图片形式2 ***文字在图片上***
*/
.um_marker_box{

}
.um_marker_box li{
    float: left;
    margin:5px 20px 0 0;
    width:380px!important;
    background: #fff;
    border: 5px solid #fff;
    transition: .36s;
}

.um_marker_box li img{
    display: block;
}
.um_marker_box li h4{
    font-size: 16px;
    color: #000;
    text-align: center;
    height:40px;
    line-height:40px;
    padding:0 10px;
}
.um_marker_box li:hover{
    background: #23a95d;
    border: 5px solid #23a95d;
    transform: translateY(-5px);
}
.um_marker_box li:hover h4{
    color: #fff;
}



/****底部****/

.footer{
    background:#1f1f1d;
    padding:50px 0 30px;
    font-size: 14px;
}
.footer *{
    color: #999;
}
.footer a:hover{
    color:#fff;
}
.footer-left{
    width:800px;
}
.footer_nav a{
    margin-right:30px;
    font-size: 16px;
    display: inline-block;
    line-height:1;
}
.footer_hd{
    margin-top:20px;
}
.footer_bd a{
    font-size: 12px;
}
.footer-right{
    width:120px;
    margin-right:40px;
}
.footer-right p{
    font-size: 14px;
    text-align: center;
}

/****内页****/

.um_top_banner{
    height:300px;
    position: relative;
}

/****单页模型****/
.um_page{
    padding:30px 0 60px;
}

.um_page_sortname{
    font-size:26px;
    color:#000;
    font-weight: bold;
    line-height:1;
    padding:20px 0;
}
.um_page_hd ul{
    flex: 1;
    margin-top:23px;
    margin-left:30px;
}
.um_page_hd ul li{
    display: inline-block;
    height:26px;
    margin-bottom: 10px;
}
.um_page_hd ul li a{
    display: block;
    background: #24272e;
    line-height:26px;
    color: #fff;
    padding:0 10px;
    margin-right:10px;
}
.um_page_hd .pos{
    line-height:44px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 13px;
    color: #666;
}
.um_page_hd .pos a{
    color: #666;
}
.um_page_img img{
    display: block;
    margin:0 auto 20px;
}
.um_page_content{
    font-size: 16px;
    color: #333;
    line-height:1.8;
}

.um_page_width{
    width:870px;
    background: #fff;
}
.um_page_title h1{
    font-size: 30px;
    line-height:1.4;
}
.um_page_title_meta{
    margin-top:30px;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.um_page_title_meta p{
    display: inline-block;
    margin-right:20px;
}
.um_page_title_meta p em{
    color: #ff3434;
}
.um_page_title_meta p:first-child{
    margin-right:0;
}
.um_page_title_meta p span{
    color: #888;
}

/*单页相关标题*/
.page_rele_tit{
    height:40px;
    line-height:40px;
    font-size: 16px;
    position: relative;
    font-weight: bold;
    background: #f5f5f5;
    color: #333;
}
.page_rele_tit span{
    display: inline-block;
    padding:0 15px;
    color: #24272e;
    position: relative;
}
.page_rele_tit span:before{
    content: '';
    display: block;
    height: 16px;
    width:4px;
    background: #23a95d;
    position: absolute;
    left:0;
    top:12px;
}




/*单页留言*/
.um_page_guestbook_con {
    margin:12px 0;
    line-height:26px;
}
.um_page_guestbook_con dl {
    border:1px solid #E9E9EB;
    margin:8px auto;
    padding:15px;
}
.um_page_guestbook_con dl dt {
    border-bottom:1px dashed #E9E9EB;
    height:30px;
    line-height:30px;
    color:#314E8C;
    display: flex;
}
.um_page_guestbook_con dl dt p{
    flex: 1;
    color: #24272e;
    font-size: 14px;
}
.um_page_guestbook_con dl dt span {
    margin-left:20px;
}
.um_page_guestbook_con dl dd.con {
    padding:5px 0;
    line-height:26px;
}
.um_page_guestbook_input {
    border:1px solid #eee;
}
.um_page_guestbook_input h5 {
    line-height:35px;
    text-align:center;
    font-size:14px;
    border-bottom:1px solid #eee;
    height:35px;
    background:#f5f5f5;
}

.um_page_guestbook_input table{
    margin: 10px;
    width: 95%;
}
.um_page_guestbook_input table tbody td{
    border-bottom: 1px solid #eee;
}
.um_page_guestbook_input table td{
    padding: 8px 0 5px 8px;
    line-height: 22px;
}
.um_page_guestbook_input .btn{
    height:30px;
    line-height:30px;
    width:60px;
    color: #fff;
    cursor: pointer;
    border: none;
    margin-right:6px;
}
.um_pos_box{
    height:42px;
    background: #f7f7f7;
    border-bottom: 1px solid #eee;
}
.um_pos{
    line-height: 42px;
    padding:0 0 0 288px;
    background: url("../image/ico11.png") no-repeat 270px;
    font-size: 14px;
    color: #666;
}
.um_pos a{
    color: #666;
}
.um_show_pos{
    background: url("../image/ico11.png") no-repeat left;
    padding: 0 0 0 18px;
}
/****侧栏****/

.um_sidebar_box{
    width: 240px;
    float: left;
    position: relative;
    top:-85px;
    background: #eee;
}
.um_menu_hd{
    color: #fff;
    font-size:20px;
    background:url("../image/ico10.png") no-repeat 20px #23a95d;
    height:60px;
    line-height:60px;
    font-weight: bold;
    padding:0 0 0 52px;
}
.um_menu_bd{
    padding:0 20px;
    border-top: none;
}
.um_menu_bd h6{
    display: block;
    line-height: 37px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.um_menu_bd h6 a{
    color: #000;
    font-size: 14px;
    transition: .3s;
}
.um_menu_bd h6 a:hover{
    background: #23a95d;
    color: #fff;
    padding:0 0 0 10px;
}
.um_menu_bd ul{
    padding-bottom: 5px;
}
.um_menu_bd ul li{
    border-bottom: 1px solid rgba(255,255,255,.03);
    height: 36px;
    line-height: 36px;
}
.um_menu_bd ul li a{
    color: #666;
    padding:0 0 0 15px;
    font-size: 12px;
    background: url("../image/ico10.png") no-repeat left;
}
.um_sidebar_contact{
    padding:10px 10px 0;
}
.um_sidebar_contact_bd{
    font-size:14px;
    padding:10px;
}
.um_menu_box .um_menu_bd{
    background: #f5f5f5;
}
/****列表页****/
.um_listpage{
    padding: 25px 0 30px;
}
.um_list_box{
    width:930px;
}
.um_list_hd{
    height: 52px;
    line-height:52px;
    background:#f8f8f8;
    color: #24272e;
    font-weight: bold;
    border-bottom: 1px solid #e9e9e9;
    padding:0 0 0 15px;
    font-size: 16px;
}
.um_list_hd h4{
    font-size: 18px;
    color: #24272e;
    font-weight: bold;
    position: relative;
}
.um_list_hd h4:after{
    display: inline-block;
    content: '';
    height:1px;
    background: #24272e;
    width:100%;
    position: absolute;
    bottom: 0;
    left:0;
}

/*
*图片列表页
*/
.um_list_img_bd li{
    margin-right:15px;
    width:221px;
    float: left;
    margin-bottom: 15px;
}
.um_list_img_bd li .img{
    overflow: hidden;
}
.um_list_img_bd li .img img{
    display: block;
}
.um_list_img_bd li p{
    background: #eee;
    height:40px;
    padding:0 10px;
    line-height:40px;
    font-size: 14px;
    text-align: center;
    color: #24272e;
}
.um_list_img_bd li:hover p{
    background: #23a95d;
    color: #fff;
}

.um_list_img_bd li:nth-child(4n){
    margin-right:0;
}
/*
*新闻列表
*/
.um_list_news_bd li{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.um_list_news_bd .tit{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.um_list_news_bd .con{
    width:740px;
    font-size: 14px;
    color: #444;
}
.um_list_news_bd .con p{
    font-family: Arial;
    color: #999;
    margin-top:15px;
}


    /****页码****/
.um_pagination{
    text-align:center;
    padding:20px 0;
}
.um_pagination a{
    font-size:14px;
    margin:3px;
    padding: 3px 7px;
    border:1px solid #ccc;
}
.um_pagination a:hover{
    background:#666;
    border:1px solid #666;
    color:#fff;
}
.um_pagination span{
    background-color:#666;
    border:1px solid #666;
    color:#fff;
    padding:3px 7px;
    margin:3px;
    font-size:14px;
}

/*===== kefu ====*/
.kefu {width:99px;height:60px;position:absolute;top:0px; z-index:999}
.kefu .kftop{background:url(../images/kefu_top.gif) no-repeat;height:20px;}
.kefu .kfbottom{background:url(../images/kefu_bottom.gif) no-repeat;height:14px;}
.kefu .kfbox {border-left:1px solid #DDE6EC;border-right:1px solid  #DDE6EC;overflow:hidden;zoom:1;padding:1px;background:#FFF;color:#f00;line-height:26px;}
.kefu .kfbox ul {padding-left:6px;}
.kefu .kfbox ul li.tit {color:#800000;}
.kefu .kfbox ul li img {vertical-align:middle;}
.kefu .kfbox .tit{padding-left:0; font-size:12px;}




/*产品详情页*/


.um_products_hd{
    padding:0 0 50px;
    border-bottom: 10px solid #f7f7f7;
}
.um_products_box{
}
.um_products_page{
    width:870px;
    background: #fff;
}
.um_products_img_box{
    width:520px;
    height:400px;
    overflow: hidden;
    position: relative;
}
.um_products_img{
    background: #eee;
    width:400px;
    text-align: center;
    border: 1px solid #eee;
}
.um_products_img_box .sp-thumbnails{
    width:100px;
    float: left;
}
.um_products_img_box .sp-slides{
}


/*产品信息*/
.um_products_info_box{
    width:680px;
}

.um_products_info{
    padding:10px 0 0 0;
    min-height: 310px;
}
.um_products_info_title{
    line-height: 1.1;
    font-size: 20px;
    font-weight: 700;
    color: #222;
}
.um_products_info_desc{
    background: #f7f7f7;
    margin:10px 0 0 0;
    padding:5px 10px;
}
.um_products_info_desc li{
    line-height:1.8;
    padding:4px 0;
}
.um_products_info_desc li em{
    color: #777;
    display: inline-block;
    vertical-align: top;
}
.um_products_info_desc li p{
    display: inline-block;
    width:450px;

}
.um_products_info_desc li a,.um_products_info_desc li span{
    font-size: 13px;
    display: inline-block;
    padding:0 0 0 10px;
}
.um_products_info_desc li span b{
    color:#eb2e09;
    padding:0 3px;
}
.um_products_info_desc li div.bshare-custom{
    display: inline-block;
    margin:0;
    padding:0 0 0 10px;
}
.um_products_info_desc li .bshare-custom a{
    padding:0 0 0 19px;
}
.um_products_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;
}
.um_products_info_tel em{
    font-size: 28px;
    font-family: Arial;
    position: absolute;
    font-weight: 700;
    color:#f44900;
}
.um_products_info_btn{
    padding:30px 0 0 10px;
}
.um_products_info_btn 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;
}
.um_products_info_btn .btn-default{
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.um_products_info_btn .btn-danger{
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.um_products_info_news{
    margin-top:30px;
}
.um_products_info_news h4{
    width:100px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    background: #23a95d;
    color: #fff;
    padding:10px 0;
    line-height:1.4;
}
.um_products_info_news ul{
    display: flex;
    width:580px;
}
.um_products_info_news ul li{
    flex: 1;
    background: #e8f7ef;
    margin-right:10px;
    padding:10px;
}
.um_products_info_news ul li a{
    max-height: 40px;
    overflow: hidden;
    display: block;
    font-size: 12px;
}

/*产品介绍*/
.um_products_tit{
    height:38px;
    line-height:38px;
    font-size: 18px;
    position: relative;
    font-weight: bold;
    color: #000;
    padding:0 0 0 15px;
}
.um_products_tit:before{
    content: '';
    position: absolute;
    width:3px;
    height:14px;
    background: #666;
    left:0;
    top:13px;
}
.um_products_desc .con{
    font-size: 16px!important;
    line-height:28px;
}
.um_products_desc .con img{
    max-width:100%;
    height:auto;
}
.um_products_desc .con p{
    padding:10px 0 0 0;
}

.um_products_distribution{
    margin-bottom: 20px;
}
.um_products_distribution li{
    display: inline-block;
    margin:0 30px 0 0;
}
.um_products_distribution li a{
    font-size: 13px;
    display: block;
    line-height:30px;
}
/*——————————————————————————————*/


/*侧栏相关内容*/
.um_relevant_box{
    width:270px;
}
.um_relevant_title{
    height: 48px;
    line-height:48px;
    color: #000;
    font-size: 16px;
    position: relative;
    padding:0 0 0 16px;
}
.um_relevant_title:before{
    content: '';
    position: absolute;
    width:10px;
    height:2px;
    background: #999;
    left:0;
    top:25px;
}


/*相关文章*/
.um_relevant_article_box{
    background: #fff;
}
.um_relevant_article_con{
    padding:0;
}
.um_relevant_article_con .img{
    width:100%;
}
.um_relevant_article_con .img a{
    height:auto;
    background: transparent;
    margin:0;
}
.um_relevant_article_con .con{
    padding:5px 0 0;
}
.um_relevant_article_con .con a{
    font-size: 14px;
    line-height:1.5;
    padding:0 0 15px;
    display: block;
    color: #24272e;
    height:auto;
    margin:0;
    background: transparent;
}

.um_relevant_article_con .um_media_con{
    width:185px;
    margin:0 0 0 15px;
}
.um_relevant_article_con .um_media_con h4{
    height:40px;
    overflow: hidden;
    line-height:1.2;
}

.relevant__info_keyword{
    background: #24272e;
    padding:10px 15px 20px;
    margin:10px 0;
}
.relevant__info_keyword .tit{
    font-size: 16px;
    margin-bottom: 5px;
    color: #fff;
}
.relevant__info_keyword a{
    display: inline-block;
    border: 1px solid rgba(255,255,255,.2);
    padding:5px 10px;
    color: #fff;
    line-height:1;
    margin-top:5px;
    margin-right:10px;
}

.um_flip{
    padding:8px 0 15px;
    margin-top:14px;
    border-top: 1px solid #e5e5e5;
}
.um_flip p{
    font-size: 14px;
    margin-top:5px;
}
.um_flip p a {
    padding: 0 10px;
    font-size: 14px;
    display: inline-block;
    background: #f8fbff;
    border: 1px solid #ddd;
    color: #24272e;
    margin-right: 10px;
}
.h-menu ul{
    background: #24272e;
    margin-top:10px;
}
.h-menu ul li{
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.h-menu ul li a{
    height:36px;
    line-height:36px;
    font-size: 14px;
    color: #fff;
    padding:0 20px;
}

.h-img ul{
    display: flex;
    margin-top:15px;
}
.h-img li{
    flex: 1;
    padding:0 8px;
}
.h-img li p a {
    display: block;
    height:30px;
    line-height:30px;
    overflow: hidden;
    font-size: 14px;
}
.h-news ul{
    margin-top:10px;
}
.h-news li{
    display: flex;
    padding:16px 0;
    border-bottom: 1px solid #eee;
}
.h-news li .con{
    flex: 1;
    padding:0 0 0 20px;
}
.h-news li .con a{
    display: block;
    font-size:18px;
    font-weight: bold;
    color: #333;
}
.h-news li .con p{
    font-size: 14px;
    color: #666;
    margin-top:6px;
}
.h-news li .img img{
    display: block;
}

.h-keyword{
    margin-top:10px;
}
.h-keyword a{
    display: inline-block;
    font-size: 16px;
    padding:6px 14px;
    margin:0 10px 10px 0;
    background: #eee;
    line-height:1;
}

</pre></body></html>