.scale_img {
    overflow: hidden;
  }
  .scale_img img {
    width: 100%;
    display: block;
    transition: all .3s;
  }
  .scale_img img:hover {
    transform: scale(1.1);
  }
  
  .um-main .w{
      width: 1200px;
  }
  

    .pager{
        text-align: center;
        font-size: 0;
        margin-top: 50px;
    }
    .pager a {
        display: inline-block;
        padding: 10px 20px;
        background: #f1f1f1;
        font-size: 13px;
        font-family: arial;
        color: #666;
        margin: 0 3px;
    }
    .pager a:hover,
    .pager .page-num-current {
        background: #44b753;
        color: #fff;
    }
  
  .um-bread {
    height: 57px;
    line-height: 57px;
    background: #44b753;
    box-shadow: 0 5px 10px #f6f6f6;
  }
  .um-bread .w {
    width: 1200px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-content: center;
  }
  .um-bread .um-bread-pos {
    font-size: 14px;
    color: #fff;
    background: url(../image/posicon.png) no-repeat left center;
    padding-left: 18px;
  }
  .um-bread ul {
    font-size: 0;
  }
  .um-bread ul li {
    display: inline-block;
    vertical-align: top;
  }
  .um-bread ul li a {
    display: block;
    height: 57px;
    line-height: 57px;
    font-size: 16px;
    color: #fff;
    padding: 0 25px;
  }
  .um-bread ul li.on a,
  .um-bread ul li:hover a {
    background: #fff;
    color: #242222;
  }
  .um-main {
    padding: 60px 0 100px;
	overflow: hidden;
  }
  
  

  .um-lside {
    width: 240px;
    float: left;
  }
  .um-lside .tit {
    height: 74px;
    background: #44b753;
    line-height: 74px;
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 1px;
  }
  .um-lside ul li h3 {
    height: 55px;
    background: #004366;
    line-height: 55px;
    padding: 0 20px 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1px;
  }
  .um-lside ul li h3 a {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
  }
  .um-lside ul li h3 i {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    font-family: '宋体';
    cursor: pointer;
  }
  .um-lside ul li .lside-subnav a {
    display: block;
    background: #ddd;
    line-height: 55px;
    font-sizE: 18px;
    color: #3d3d3d;
    margin-bottom: 1px;
    padding: 0 20px 0 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 0;
    transition: all .3s;
  }
  .um-lside ul li.on .lside-subnav a {
    height: 55px;
    margin-bottom: 1px;
  }
  .um-lside ul li .lside-subnav a:hover{
      color: #44b753;
      padding-left: 33px;
  }
  
  .um-lside .um-lside-contact {
    background: #44b753;
    text-align: center;
    color: #fff;
  }
  .um-lside .um-lside-contact img {
    width: 100%;
  }
  .um-lside .um-lside-contact .tel {
    font-size: 15px;
    padding: 20px 0 15px;
  }
  .um-lside .um-lside-contact .tel img {
    width: 27px;
    vertical-align: -9px;
    margin-right: 20px;
  }
  .um-lside .um-lside-contact p {
    font-sizE: 26px;
    font-family: arial;
    margin-top: 7px;
  }
  
  
  
.um-right {
	float: right;
	width: 1000px;
}
  
  
.um-right-tit {
	height: 72px;
	line-height: 71px;
	border-bottom: 1px solid #d3d3d3;
	margin-bottom: 20px;
	font-sizE: 15px;
	color:#666;
}
.um-right-tit .pro-bread{
    background: url(../images/probread.png) no-repeat left center;
    padding-left: 20px;
}

.um-right-tit h2 {
	border-bottom: 2px solid #074cbe;
	line-height: 70px;
	padding: 0 13px;
	font-size: 25px;
	color: #282828;
	font-weight: normal;
	display: inline-block;
}
  
  
  
  

.picshow-tit{
    text-align: center;
    border-bottom: 1px dashed #d8d8d8;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.picshow-tit h3{
    font-size: 30px;
    color: #333;
}

.picshow-tit p{
    font-size: 13px;
    color: #999;
    font-family: arial;
    margin-top: 4px;
}



.picshow-desc{
    font-size: 16px;
    color: #333;
    line-height: 2;
    padding-bottom: 30px;
}
.picshow-slide{
    width: 361px;
    float: left;
}
.picshow-slide-img img{
    width: 100%;
    display: block;
}
.picshow-slide ul{
    overflow: hidden;
    background: #dcdcdc;
}
.picshow-slide li{
    float: left;
    width: 33.3%;
    padding: 1%;
}
.picshow-slide li.on{
    background: #074cbe;
}
.picshow-slide li img{
    width: 100%;
    display: block;
}

.picshow-info{
    margin-left: 400px;
}
.picshow-info h3{
    font-sizE:25px;
    color:#333;
    margin-bottom: 10px;
}
.picshow-info p{
    font-size: 15px;
    color: #333;
}
.picshow-info .tel{
    height: 85px;
    margin-top: 20px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    padding:0 20px;
    font-sizE:15px;
    color:#333;
    background: url(../images/protel.png) no-repeat 10px center;
    padding-left: 68px;
    line-height: 1.3;
    padding-top: 17px;
}
.picshow-info .tel b{
    display: block;
    font-sizE:25px;
    color:#f20b0b;
}
.picshow-slide-tit{
    height: 55px;
    background: #f2f2f2;
    padding-top: 15px;
    margin-top: 26px;
    margin-bottom: 30px;
}
.picshow-slide-tit h2{
    line-height: 26px;
    border-left: 5px solid #006dcc;
    padding-left: 15px;
    color: #006dcc;
    font-weight: normal;
    font-size: 18px;
}

  
  
  
  
  
  
  
  
  
  
  .um-page {
    font-sizE: 15px;
    line-height: 39px;
    color: #595959;
  }
  .um-case li {
    float: left;
    width: 388px;
    margin: 0 18px 18px 0;
    position: relative;
  }
  .um-case li p {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background: rgba(0,0,0,.5);
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
  }
  .um-case li:nth-of-type(3n) {
    margin-right: 0;
  }
  .um-honor li {
    width: 255px;
    float: left;
    margin-right: 60px;
    margin-bottom: 50px;
    transition: all .3s;
  }
  .um-honor li .img{
    background: url(../image/honorbor.png) no-repeat center;
    padding: 8px;
  }
  .um-honor li .img img{
      width: 100%;
      display: block;
  }
  .um-honor li:hover{
      transform: translateY(-5px);
  }
  .um-honor li:nth-of-type(4n) {
    margin-right: 0;
  }
  .um-product-tit {
    font-size: 30px;
    color: #333333;
    text-align: center;
  }
  .um-product-desc {
    font-size: 15px;
    line-height: 31px;
    padding: 10px 30px;
    margin: 20px 0 50px;
    color: #333;
    border-top: 1px dashed #b8b8b8;
    border-bottom: 1px dashed #b8b8b8;
  }
  .um-product-list li {
    width: 302px;
    float: left;
    padding-bottom: 20px;
    margin-bottom: 36px;
    margin-right: 17px;
    border-bottom: 1px solid #cccccc;
  }
  .um-product-list li .img {
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 8px;
  }
  .um-product-list li:nth-of-type(4n) {
    margin-right: 0;
  }
  .um-product-list li p {
    font-size: 15px;
    line-height: 30px;
  }
  .um-product-list li:hover {
    border-bottom-color: #4bb258;
  }
  
  .um-prolist .product-special {
    padding: 27px 19px;
    margin-bottom: 60px;
    border: 1px solid #cee8a9;
  }
  .um-prolist .product-special a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  .um-prolist .product-special .img {
    width: 352px;
  }
  .um-prolist .product-special .img img {
    width: 100%;
    display: block;
  }
  .um-prolist .product-special .special-content {
    width: 60%;
  }
  .um-prolist .product-special .special-content h3 {
    font-size: 30px;
    color: #1f1f1f;
    font-weight: normal;
  }
  .um-prolist .product-special .special-content h3::after {
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    background: #004366;
    margin: 20px 0;
  }
  .um-prolist .product-special .special-content .desc {
    font-size: 15px;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
  }
  
  
  
  
  
  
  
  .um-prolist li {
    width: 315px;
    float: left;
    margin-bottom: 20px;
    margin-right: 27px;
  }
    .um-prolist li:nth-of-type(3n){
        margin-right: 0;
    }
  .um-prolist li img {
    width: 100%;
    display: block;
  }
  .um-prolist li .tit {
    height: 66px;
    background: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 7%;
  }
  .um-prolist li .tit i {
    display: block;
    width: 32px;
    height: 32px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
    font-family: "宋体";
    font-size: 26px;
    color: #ccc;
    margin-left: 7%;
  }
  .um-prolist li .tit p {
    border-right: 1px solid #ccc;
    line-height: 45px;
    height: 45px;
    overflow: hidden;
    font-size: 18px;
    color: #585858;
    flex: 1;
  }
  .um-prolist li:hover .tit{
    background: #44b753;
  }
  .um-prolist li:hover .tit i,
  .um-prolist li:hover .tit p{
      border-color: #fff;
      color:#fff;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  .um-inner-newslist {
    padding: 3% 1% 0 2%;
  }
  .um-inner-newslist li {
    border-bottom: 1px solid #eee;
    padding-bottom: 21px;
    margin-bottom: 21px;
    overflow: hidden;
  }
  .um-inner-newslist li .img {
    width: 236px;
    float: right;
    margin-left: 2%;
  }
  .um-inner-newslist li h3 {
    font-size: 18px;
    color: #383838;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 21px;
  }
  .um-inner-newslist li h3 span {
    font-size: 26px;
    color: #584a4a;
    vertical-align: -4px;
  }
  .um-inner-newslist li h3 i {
    display: inline-block;
    width: 52px;
    height: 1px;
    background: #c3c3c3;
    margin: 0 10px;
    vertical-align: middle;
  }
  .um-inner-newslist li p {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    color: #989898;
    padding-left: 146px;
    background: url(../image/newsl.jpg) no-repeat left 5px;
    background-size: 0 39px;
    transition: all 0.3s;
    overflow: hidden;
  }
  .um-inner-newslist li:hover p {
    background-size: 39px 39px;
  }
  .um-inner-newslist li:hover h3 i {
    background: #6dab2f;
  }
  .um-inner-newslist li:last-of-type {
    border: none;
  }
  
  
        .point {
            font-size: 14px;
            padding: 15px 0;
            overflow: hidden;
            color: #444;
            border-top: 1px solid #e4e4e4;
        }

        .point_prev {
            float: left;
        }

        .point_next {
            float: right;
        }
  
  .um-show-tit {
    font-size: 30px;
    color: #333333;
    text-align: center;
  }
  .um-show-desc {
    font-size: 15px;
    line-height: 31px;
    padding: 50px 30px;
    margin: 20px 0 50px;
    color: #333;
    border-top: 1px dashed #b8b8b8;
    /*border-bottom: 1px dashed #b8b8b8;*/
  }
  .um-recommend {
    background: #f7f7f7;
    margin-top: 40px;
  }
  .um-recommend .recomm-tit {
    font-size: 20px;
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 20px 10px;
  }
  .um-recommend .recomm-tit h3 {
    border-left: 3px solid #18469b;
    font-size: 16px;
    color: #333;
    padding-left: 12px;
    line-height: 20px;
  }
  .um-recommend .commend-pro {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .um-recommend .commend-pro li {
    padding: 1%;
  }
  .um-recommend .commend-pro li h5 {
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    color: #333;
  }
  .um-recommend .commend-news {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .um-recommend .commend-news li {
    width: 48%;
    margin-bottom: 5px;
  }
  .um-recommend .commend-news li a {
    display: block;
    border-bottom: 1px dashed #d6d6d6;
    line-height: 42px;
    color: #333;
    font-size: 14px;
  }
  .um-recommend .commend-news li a span {
    color: #999;
  }
  .um-recommend .commend-news li a:hover {
    color: #18469b;
  }
  