    body {
        margin: 0px;
        padding: 0px;
        font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei";
        font-size: 14px;
        color: #000;
    }
    
    a:hover {
        text-decoration: none;
        color: #53b753;
    }
    
    ul,
    ol {
        list-style: none;
    }
    
    .yb_header {
        width: 100%;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
        background-color: #fff;
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .navbar-light .navbar-nav .active>.nav-link {
        color: #53b753;
    }
    
    .yb_header .navbar-yb {
        margin-top: 15px;
    }
    
    .yb_header .navbar-yb img {
        width: 235px;
    }
    
    .yb_header .navbar-yb .collapse .navbar-nav li a {
        margin-right: 20px;
        font-size: 16px;
        position: relative;
    }
    
    .yb_header .navbar-yb .collapse .navbar-nav>li>a:hover {
        color: #53b753;
    }
    
    .yb_header .navbar-yb .collapse .navbar-nav>li>a:after {
        content: "";
        width: 0;
        height: 3px;
        background: #53b753;
        position: absolute;
        top: 100%;
        left: 50%;
        transition: all .8s;
    }
    
    .yb_header .navbar-yb .collapse .navbar-nav>li>a:hover:after {
        left: 0%;
        width: 100%;
        color: #53b753;
    }
    
    .yb_header .navbar-yb .collapse .ybmfch {
        top: 50%;
        width: 204px;
        height: 42px;
        border-radius: 42px;
        line-height: 42px;
        text-align: center;
        color: #fff;
        background-color: #53b753;
        font-size: 18px;
    }
    
    @media (max-width: 1200px) {
        legend {
            font-size: calc(1.275rem + 0.3vw);
        }
        h1,
        .h1 {
            font-size: calc(1.375rem + 1.5vw);
        }
        h2,
        .h2 {
            font-size: calc(1.325rem + 0.9vw);
        }
        h3,
        .h3 {
            font-size: calc(1.3rem + 0.6vw);
        }
        h4,
        .h4 {
            font-size: calc(1.275rem + 0.3vw);
        }
        .display-1 {
            font-size: calc(1.725rem + 5.7vw);
        }
        .display-2 {
            font-size: calc(1.675rem + 5.1vw);
        }
        .display-3 {
            font-size: calc(1.575rem + 3.9vw);
        }
        .display-4 {
            font-size: calc(1.475rem + 2.7vw);
        }
        .close {
            font-size: calc(1.275rem + 0.3vw);
        }
    }
    /** 联系我们**/
    
    .yb-lx {
        position: relative;
        z-index: 1;
        padding: 2.64583333% 1.74583333%;
    }
    
    .yb-lx .row img {
        margin-bottom: 18px;
    }
    
    .yb-lx .row p {
        color: #999999;
        font-size: 14px;
        margin-bottom: 5px;
    }
    
    .ybform {
        position: relative;
        z-index: 1;
        padding: 2.64583333% 1.74583333%;
        background-color: #53b753;
    }
    
    .ybform h3 {
        color: #fff;
    }
    
    .ybform p {
        color: #fff;
    }
    
    .footer {
        position: relative;
        z-index: 1;
        padding: 2.64583333% 1.74583333%;
        background-color: #141a24;
        line-height: 1.4;
    }
    
    .footer p {
        color: #797979;
    }
    
    .footer a {
        color: #797979;
    }
    
    .form-control {
        display: inline;
        width: 90%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }
    /** 关于我们**/
    
    .yb-gy {
        position: relative;
        z-index: 1;
        padding: 2.64583333% 1.74583333%;
    }
    
    .yb-gy .row h3 {
        font-size: 20px;
        font-weight: bold;
        color: #333;
    }
    
    .yb-gy .row h5 {
        font-size: 16px;
        font-weight: bold;
        margin: 20px 0;
    }
    
    .yb-gy .row p {
        line-height: 25px;
        font-size: 14px;
        color: #666;
    }
    /** 新闻列表页**/
    
    .news-list {
        position: relative;
        z-index: 1;
        padding: 2.64583333% 1.74583333%;
    }
    
    .news-list .art-nav a {
        display: inline-block;
        height: 38px;
        line-height: 38px;
        padding: 0 38px;
        background: #fff;
        border-radius: 20px;
        border: 1px solid #e4e4e4;
        font-size: 18px;
        font-weight: 700;
        color: #999;
        cursor: pointer;
        margin: 0px 15px;
    }
    
    .news-list .news-list-n {
        margin: 0 0 10px;
        width: 100%;
        padding: 15px;
    }
    
    .news-list .news-list-n:hover {
        box-shadow: 0 0 26px 2px rgba(192, 192, 192, .3)
    }
    
    .news-list .news-list-n .tpt-img-b {
        position: relative;
        overflow: hidden;
    }
    
    .news-list .news-list-n .tpt-img-b img {
        width: 100%;
    }
    
    .news-list .news-list-n .media .t-c-2 {
        padding: 5px 5px 5px 10px;
        box-sizing: border-box;
        width: 60px;
        height: 60px;
        background: #53b753;
        left: 0;
        top: 15px;
    }
    
    .news-list .news-list-n .media .t-c-2 span {
        font-size: 30px;
        font-weight: 400;
        color: #fff;
        line-height: 35px;
    }
    
    .news-list .news-list-n .media .t-c-2 div {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        line-height: 14px;
    }
    
    .news-list .news-list-n .media .media-body h5 a {
        color: #333;
        font-size: 16px;
        font-weight: 700;
        height: 30px;
        line-height: 30px;
        padding: 0;
    }
    
    .news-list .news-list-n .media .media-body h5 a:hover {
        color: #53b753;
        font-weight: 700;
    }
    
    .news-list .news-list-n .t-d {
        min-height: 90px;
        margin: 10px 0 0 0;
        color: #333;
        font-size: 14px;
        line-height: 24px;
        overflow: hidden;
        display: -webkit-box;
        word-break: break-all;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    
    .news-list .news-list-n .t-e {
        margin: 20px 0 0 0;
        padding-top: 15px;
        border-top: 1px solid #e2e2e2;
        color: #999;
        font-size: 15px;
    }
    
    .news-list .news-list-n .t-e .y {
        float: right;
    }
    
    .news-list .news-list-n .t-e .y a {
        color: #999;
        font-weight: 400;
    }
    
    .news-list .news-list-n .t-e .y a:hover {
        color: #53b753;
        font-weight: 700;
    }
    /** 案例列表页**/
    
    .list-al {
        position: relative;
        z-index: 1;
        padding: 2.64583333% 1.74583333%;
    }
    
    .list-al .row .al-a {
        margin: 0;
        padding: 0;
        box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
    }
    
    .list-al .row .al-a .al-img {
        border-radius: 8px 8px 0 0;
        overflow: hidden;
    }
    
    .list-al .row .al-a a img {
        border-radius: 8px 8px 0 0;
        width: 100%;
        transition: all 0.6s;
		height: 301px;
    }
    
    .list-al .row .al-a a img:hover {
        transform: scale(1.1);
    }
    
    .list-al .row .al-a .t-c {
        padding: 10px;
        margin: 0;
        text-align: center;
        background: #fff;
        border-radius: 0 0 8px 8px;
    }
    
    .list-al .row .al-a .t-c h5 a {
        color: #333;
        font-size: 16px;
        font-weight: 700;
        height: 30px;
        line-height: 30px;
        padding: 0;
        overflow: hidden;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    
    .list-al .row .al-a .t-c h5 a:hover {
        color: #53b753;
    }
    /** 新闻内容页**/
    
    .news-ct {
        margin: 0;
        padding: 0;
    }
    
    .news-ct .news-tb {
        width: 100%;
        padding: 15px;
        border: 1px solid #e2e2e2;
        margin: 0px 0 30px 0;
        box-sizing: border-box;
    }
    
    .news-ct .news-tb a {
        font-size: 16px;
        color: #333;
    }
    
    .news-ct .news-cm {
        width: 100%;
        padding: 25px;
        border: 1px solid #e2e2e2;
        margin: 20px 0 30px 0;
        box-sizing: border-box;
    }
    
    .news-ct .news-cm .news-dd {
        background: #F4F4F4;
        padding: 20px;
        color: #666;
        font-size: 16px;
        line-height: 30px;
        margin: 0 0 10px 0;
    }
    
    .t-art {
        border: 1px solid #e2e2e2;
        margin-bottom: 25px;
    }
    
    .t-art h5 {
        color: #333;
        font-size: 18px;
        font-weight: 700;
        padding: 0 20px;
        border-bottom: 1px solid #e2e2e2;
        line-height: 50px;
        height: 50px;
    }
    
    .t-art ul {
        padding: 20px 10px 10px 20px;
    }
    
    .t-art ul li {
        height: 32px;
        line-height: 32px;
        position: relative;
        margin-bottom: 10px;
    }
    
    .t-art ul li i {
        height: 18px;
        line-height: 18px;
        padding: 0 6px;
        font-style: normal;
        font-size: 12px;
        color: #fff;
        background: #999;
        position: absolute;
        left: 0;
        top: 5px;
    }
    
    .t-art ul li:nth-child(1) i {
        background: #53b753;
    }
    
    .t-art ul li:nth-child(2) i {
        background: #53b753;
    }
    
    .t-art ul li:nth-child(3) i {
        background: #53b753;
    }
    
    .t-art ul li a {
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 1;
        height: 32px;
        line-height: 32px;
        font-size: 16px;
        color: #666;
        padding: 0 0 0 28px;
    }
    /** 服务项目**/
    
    .fuw-item {
        border: 1px solid #ddd;
        text-align: center;
        padding: 10% 17%;
        height: 317px;
    }
    
    .fuw-item:hover {
        box-shadow: 0 17px 50px 0 rgba(0, 0, 0, .19);
        transform: translate3d(0, -2px, 0);
        transition: all .3s cubic-bezier(.55, 0, .1, 1)
    }
    
    .fuw-item .co {
        width: 180px;
        height: 100px;
        display: block;
        margin: 0 auto;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
    }
    
    .fuw-item:hover .co {
        background-position: -180px 0
    }
    
    .fuw-item h3 {
        font-size: 18px;
        color: #333;
        margin: 15px 0;
    }
    
    .fuw-item span {
        font-size: 13px;
        color: #666;
        display: block;
        line-height: 23px;
    }
    
    
     /** 小程序单页面**/
     
     .xcx-tit {
        position: relative;
        z-index: 1;
        padding: 2.64583333% 1.74583333%;
    }
    .xcx-tit p{
        line-height: 20px;
        color: #555555;
        font-size: 14px;
        margin-bottom: 5px;
    }
    .xcx-box{
        height: 178px;
        text-align: center;
        border: 1px solid #e9e9e9;
    }
    .xcx-box .icon{
        margin: 23px 0 0;
    }
    .xcx-box .title{
        line-height: 24px;
        margin: 12px 0 0;
        color: #838383;
    }
    .xcx-box .num {
    line-height: 44px;
    font-size: 36px;
    color: #21a7f1;
    }
    .xcx-bg{
        position: relative;
        z-index: 1;
        padding: 2.64583333% 1.74583333%;
        background-color: #f8f8f8;
    }
    
    .xcx-rk{
        text-align: center;
        margin: 10px 0px;
    }
    .xcx-rk .imgs{
        overflow: hidden;
        transition: all 0.6s;
        max-width: 125px;
        width: 60%;
        margin: 0 auto;
    }
    .xcx-rk .imgs img{
        display: block;
        width: 100%;
        transition: all 0.6s;
    }
    .xcx-rk .h2 {
    font-weight: normal;
    line-height: 56px;
    height: 56px;
    overflow: hidden;
    font-size: 20px;
    color: #222222;
    margin-top: 19px;
    }
    .xcx-rk .p {
    line-height: 24px;
    overflow: hidden;
    max-width: 136px;
    margin: 0 auto;
    color: #888888;
    font-size: 14px;
    }
    .xcx-rk:hover .imgs{transform:rotateY(180deg);-ms-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-webkit-transform:rotateY(180deg);-o-transform:rotateY(180deg);}
    .xcx-rk:hover .imgs img{transform:rotateY(-180deg);-ms-transform:rotateY(180deg);-moz-transform:rotateY(-180deg);-webkit-transform:rotateY(-180deg);-o-transform:rotateY(-180deg);}
    
    .xcx-gn{
        position: relative;
        z-index: 1;
        padding: 2.64583333% 1.74583333%;
       
    }
    .xcx-gn .gnbox{
        text-align: center;
        overflow: hidden;
        height: 300px;
        padding-top: 39px;
        padding-bottom: 20px;
        background-color: #f0f0f0;
        border-radius: 30px;
        margin-bottom: 20px;
        transition: all 0.3s ease-out 0s;
        
    }
    .xcx-gn .gnbox .imgs{
        overflow: hidden;
        transition: all 0.6s;
        width: 90px;
        margin: 0 auto;
    }
    .xcx-gn .gnbox .imgs img{
        display: block;
        width: 100%;
        transform: scale(1);
        transition: all 0.3s ease-out 0s;
    }
    .xcx-gn .gnbox .h2{
        font-weight: normal;
        line-height: 56px;
        height: 56px;
        overflow: hidden;
        font-size: 24px;
        color: #222222;
        margin-top: 8px;
    }
    .xcx-gn .gnbox .p{
        line-height: 24px;
        overflow: hidden;
        max-width: 288px;
        margin: 8px 13px;
        color: #888888;
        font-size: 14px;
        
    }
   .xcx-gn .gnbox:hover{ -webkit-box-shadow: 0 5px 25px rgba(0,0,0,0.07); box-shadow: 0 5px 25px rgba(0,0,0,0.07);-webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0);}
    .xcx-gn .gnbox:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
    