/*标签样式初始化*/
    
    div,
    ul,
    li,
    span,
    p,
    img,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    dl,
    dt,
    dd {
        margin: 0px;
        padding: 0px;
        list-style: none;
        border: 0px;
    }
    /*公共样式部分*/
    
    body {
        color: #666;
        margin: 0 auto;
        background-color: #fff;
        font-family: "Microsoft YaHei";
        overflow-x: hidden;
    }
    
    input,
    button,
    select,
    textarea {
        outline: none;
    }
    
    * {
        box-sizing: border-box;
        font-size: 14px;
    }
    
    #copy {
        display: none;
    }
    
    a {
        color: #666;
        text-decoration: none;
    }
    
    a:hover {
        color: #4ba447;
        text-decoration: none;
        border-bottom-style:
    }
    
    .page {
        margin: 0 auto;
        width: 1300px;
    }
    
    .bg {
        width: 100%;
        min-width: 1400px;
    }
    
    .box {
        margin: 0 auto;
        width: 1400px;
    }
    
    .w1300 {
        margin: 0 auto;
        width: 1400px;
    }
    
    .w1400 {
        margin: 0 auto;
        width: 1400px;
    }
    
    em,
    i {
        font-style: normal;
    }
    
    .fl {
        float: left;
    }
    
    .fr {
        float: right;
    }
    /*左右浮动清除*/
    
    .clear {
        clear: both;
        height: 0px;
        overflow: hidden;
    }
    /*间隙*/
    
    .top10 {
        padding-top: 10px;
    }
    
    .top20 {
        padding-top: 20px;
    }
    
    .top30 {
        padding-top: 30px;
    }
    
    .top40 {
        padding-top: 40px;
    }
    
    .top50 {
        padding-top: 50px;
    }
    
    .top60 {
        padding-top: 60px;
    }
    
    .top70 {
        padding-top: 70px;
    }
    
    .top80 {
        padding-top: 80px;
    }
    
    .top90 {
        padding-top: 90px;
    }
    
    .top100 {
        padding-top: 100px;
    }
    /*英文样式*/
    
    .font_en {
        font-family: Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }
    /*标题*/
    
    .t {
        text-align: center;
    }
    
    .t b {
        font-size: 40px;
        color: #333;
        line-height: 34px;
    }
    
    .t t {
        font-size: 40px;
        color: #4ba447;
    }
    
    .t p {
        margin-top: 16px;
        font-size: 18px;
        color: #666;
        margin-bottom: 20px;
    }
    /*最上*/
    
    .top_bg {
        height: 46px;
        line-height: 46px;
        background: #4ba447;
    }
    
    .top_fl {
        color: #fff;
    }
    
    .top_fr * {
        display: block;
    }
    
    .top_fr a {
        float: left;
        margin-right: 1.5vw;
        padding-left: 2vw;
        color: #fff;
        position: relative;
    }
    
    .top_fr a:hover {
        color: #f2bc00;
    }
    
    .top_fr a:last-child {
        margin-right: 0px;
    }
    
    .top_fr a:before {
        content: "";
        display: block;
        width: 20px;
        height: 18px;
        background: url(https://memberpic.114my.com.cn/dgfangyao/uploadfile/image/20241225/20241225100712_516855381.png)no-repeat;
        position: absolute;
        top: 14px;
        left: 0;
    }
    
    .top_fr a:nth-child(1):before {
        background-position: -40px 0;
    }
    
    .top_fr a:nth-child(2):before {
        background-position: -20px 0;
    }
    
    .top_fr a:nth-child(3):before {
        background-position: -40px 0;
    }
    
    .top_fr a:hover:nth-child(1):before {
        background-position: -40px -18px;
    }
    
    .top_fr a:hover:nth-child(2):before {
        background-position: -20px -18px;
    }
    
    .top_fr a:hover:nth-child(3):before {
        background-position: -40px -18px;
    }
    
    .top_fr a:nth-child(2):after {
        content: "";
        display: block;
        width: 120px;
        height: 0px;
        background: url()no-repeat 0/100%;
        position: absolute;
        left: 0;
        z-index: 50;
        box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
        transition: all 0.3s;
    }
    
    .top_fr a:hover:nth-child(2):after {
        height: 120px;
    }
    
    .top_fr a b {
        float: right;
        font-size: 22px;
        color: #f2bc00;
    }
    /*抬头*/
    
    .head_bg {
        height: 120px;
    }
    
    #head_bg {
        width: 100%;
        z-index: 9999;
        transition: 0.2s all ease-in-out;
        background: #fff;
        box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    }
    
    .yinyin {
        z-index: 9999;
        transition: all 0.3s ease-out;
    }
    
    .logo {
        margin: 24px 18px 0 0;
    }
    
    .logo img {
        width: 95px;
    }
    
    .men {
        padding-top: 21px;
    }
    
    .men b {
        font-size: 36px;
        color: #333;
    }
    
    .men p {
        font-size: 18px;
        color: #666;
        letter-spacing: 2.2px;
    }
    
    .NavCeshi li {
        float: left;
        position: relative;
        top: 0px;
        transition: 0.2s all ease-in-out;
        margin-left: 2vw;
    }
    
    .NavCeshi li>a {
        display: block;
        position: relative;
        text-align: center;
    }
    
    .NavCeshi li i {
        line-height: 120px;
        font-style: normal;
        font-size: 0.9vw;
        color: #333;
    }
    
    .NavCeshi li.navcurrent i,
    .NavCeshi>li:hover>a i {
        color: #4ba447;
    }
    
    .NavCeshi>li.navcurrent>a:before,
    .NavCeshi>li:hover>a:before {
        left: 12px !important
    }
    
    .NavCeshi>li.navcurrent>a:after,
    .NavCeshi>li:hover>a:after {
        width: 100%
    }
    
    .nav>ul>li>a:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        height: 3px;
        background: #4ba447;
        width: 0;
        left: 0;
        transition: all .3s ease;
    }
    /*下拉*/
    
    .NavCeshi .nav2 {
        width: 190px;
        border-top: 4px #4ba447 solid;
        position: absolute;
        left: 50%;
        top: 100px;
        transform: translate(-50%);
        z-index: 9;
        transition: all 0.3s ease-out 0s;
        opacity: 0;
    }
    
    .NavCeshi li:hover .nav2 {
        opacity: 1;
        top: 120px;
        z-index: 9999;
    }
    
    .NavCeshi .nav2 a {
        display: block;
        height: 50px;
        line-height: 50px;
        background: #4ba447;
        color: #fff;
        text-align: center;
        transition: ease-out .3s;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        font-size: 15px;
    }
    
    .NavCeshi .nav2 a:hover {
        background: #fff;
        text-indent: 10px;
        color: #4ba447;
    }
    
    .nav2 table {
        width: 100%;
    }
    /*其他屏幕样式*/
    
    @media (max-width: 1850px) and (min-width: 1781px) {}
    
    @media (max-width: 1780px) and (min-width: 1681px) {}
    
    @media (max-width: 1680px) and (min-width: 1600px) {
        .NavCeshi li i {
            font-size: 15px;
        }
    }
    
    @media (max-width: 1599px) and (min-width: 1500px) {
        .NavCeshi li i {
            font-size: 14px;
        }
    }
    
    @media (max-width: 1499px) and (min-width: 1400px) {
        .NavCeshi li i {
            font-size: 14px;
        }
    }
    /*banner*/
    
 /*幻灯片*/
.banner-box,
.banner-box .bd li {
    height: 600px;
}
.banner-box .banner-btn a.prev,
.banner-box .banner-btn a.next {
    top: 300px;
    background-image: url(https://memberpic.114my.com.cn/huimai98/uploadfile/image/20250103/20250103091708_1688115922.png);
}
.banner-box .hd ul li.on {
    background: #f2bc00;
}
.banner-box {
    min-width: 1400px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.banner-box .bd {
    width: 100% !important;
}
.banner-b {
    position: absolute;
    bottom: 0;
}
.banner-box .bd li {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.banner-box .bd li a {
    display: block;
    background-size: auto;
    width: 100% !important;
    height: 100% !important;
}
.banner-btn a {
    display: block;
    width: 49px;
    height: 104px;
    position: absolute;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out
}
.banner-btn a.prev {
    left: -54px;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.banner-btn a.next {
    right: -54px;
    background-repeat: no-repeat;
    background-position: -49px 0;
}
.banner-box:hover .banner-btn a.prev {
    left: 54px;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
}
.banner-box:hover .banner-btn a.next {
    right: 54px;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
}
.banner-box .banner-btn a.prev:hover,
.banner-box:hover .banner-btn a.next:hover {
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8;
}
.banner-box .hd {
    position: absolute;
    bottom: 60px;
    width: 100%;
    display: block;
}
.banner-box .hd ul {
    text-align: center
}
.banner-box .hd ul li {
    width: 20px;
    border-radius: 20px;
    text-indent: -9999px;
    background: #ccc;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out
}
.banner-box .hd ul li.on {
    width: 32px;
}
    /*搜索*/
    
    .search_bg {
        height: 98px;
        background: #f5f5f5;
    }
    
    .search_nbg {
        position: absolute;
        z-index: 999;
        top: 516px;
        border: 1px solid #eee;
        background: #fff;
    }
    
    .search_nbg .search {
        margin: 0 auto;
        background: #fff;
    }
    
    .search-bg {
        width: 300px;
        height: 46px;
        overflow: hidden;
        margin-top: 26px;
    }
    
    .search {
        height: 98px;
    }
    
    .search_l {
        line-height: 100px;
        color: #c0c0c0;
    }
    
    .search_l dd {
        font-size: 16px;
        color: #333;
        display: inline-block;
        font-weight: normal;
    }
    
    .search_l a {
        font-size: 16px;
        color: #c0c0c0;
    }
    
    .search_l a:hover {
        color: #4ba447;
    }
    
    .search-bg #infoname {
        width: 300px;
        background: #e6e6e6;
        outline: none;
        color: #999999;
        border: none;
        height: 46px;
        line-height: 6;
        font-size: 14px;
        padding-left: 20px;
        font-weight: lighter;
        border: 1px solid #eee;
        border-top: none;
        border-bottom: none;
        border-radius: 23px;
    }
    
    .search_nbg #infoname {
        width: 278px;
        height: 44px;
    }
    
    .search-bg {
        position: relative;
    }
    
    .search-i {
        position: absolute;
        right: 0px;
        top: 0px;
        height: 46px;
    }
    /*服务项目*/
    
    .service_bg {
        height: 765px;
        padding-top: 60px;
        position: relative;
    }
    
    .service:after {
        content: "";
        display: block;
        width: 320px;
        height: 240px;
        background: url(https://memberpic.114my.com.cn/dgfangyao/uploadfile/image/20241223/20241223153433_303063647.png)no-repeat;
        position: absolute;
        right: -310px;
        bottom: -100px;
    }
    
    .service {
        position: relative;
    }
    
    .service_img1>div {
        padding-bottom: 20px;
    }
    
    .service_img1 {
        margin-left: 0px;
        width: 1300px !important;
    }
    
    .service_img1 ul {
        height: 510px;
    }
    
    .service_img1 li {
        float: left;
        width: 413px;
        height: 500px;
        border-radius: 20px;
        background: #fff;
        margin: 0 10px;
        -webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, .08);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, .08);
    }
    
    .service_w {
        padding: 0px 34px 0 40px;
    }
    
    .service_w p {
        font-size: 22px;
        color: #333;
        font-weight: bold;
        padding-top: 35px;
        margin-bottom: 10px;
    }
    
    .service_w span t {
        color: #f2bc00;
    }
    
    .service_w span {
        display: block;
        font-size: 14px;
        line-height: 28px;
        color: #666666;
    }
    
    .service_w span a {
        color: #f2bc00;
        font-size: 14px;
    }
    
    #company_img_btn_r {
        background: url(https://memberpic.114my.com.cn/dgfangyao/uploadfile/image/20241223/20241223152333_1219645790.png) center no-repeat;
        width: 65px;
        height: 500px;
        right: -82px;
        top: 140px;
        cursor: pointer;
        position: absolute;
    }
    
    #company_img_btn_l {
        background: url(https://memberpic.114my.com.cn/dgfangyao/uploadfile/image/20241223/20241223152333_482731154.png) center no-repeat;
        width: 65px;
        height: 500px;
        right: 1314px;
        top: 140px;
        cursor: pointer;
        position: absolute;
    }
    
    .service_w1 img {
        border-radius: 20px 20px 0px 0px;
    }
    
    .service_img {}
    
    .service_w2 {
        font-size: 15px;
        margin-top: 34px;
        color: #333;
    }
    
    .service_tel {
        background: url(https://memberpic.114my.com.cn/dgfangyao/uploadfile/image/20241225/20241225100621_15034818.png)no-repeat center left;
        font-size: 15px;
        padding-left: 22px;
        margin-top: 20px;
    }
    
    .service_tel span {
        color: #0c3090;
        font-weight: bold;
        font-size: 24px;
    }
    /*路线*/
    
    .route_bg {
        margin-top: -60px;
        background: url(https://memberpic.114my.com.cn/dgfangyao/uploadfile/image/20241223/20241223154847_339018347.jpg) no-repeat center;
        height: 1069px;
    }
    
    .route_t {
        padding-top: 190px;
    }
    
    .route_wt {
        position: relative;
    }
    
    .route_l {
        background: #fff;
        width: 965px;
        height: 470px;
        padding: 0px 40px;
        padding-top: 50px;
        border-radius: 25px;
    }
    
    .route_w1 {
        font-size: 20px;
        color: #fff;
        margin-left: 96px;
        margin-top: 40px;
    }
    
    .route_w {
        color: #d4ddfd;
        font-size: 15px;
        line-height: 28px;
        margin-left: 96px;
        margin-top: 14px;
    }
    
    .route_a a {
        display: block;
        margin-left: 96px;
        width: 135px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        color: #fff;
        background: #fb0103;
        font-size: 14px;
        margin-top: 20px;
    }
    
    .route_r li {
        font-size: 20px;
        color: #fff;
        background: url(https://memberpic.114my.com.cn/dgfangyao/uploadfile/image/20241225/20241225100538_2105300835.png) no-repeat center;
        width: 304px;
        height: 137px;
    }
    
    .route_r li:nth-child(2) {
        font-size: 20px;
        color: #fff;
        background: url(https://memberpic.114my.com.cn/dgfangyao/uploadfile/image/20241225/20241225100539_275707213.png) no-repeat center;
        width: 304px;
        height: 137px;
    }
    
    .route_r li:nth-child(3) {
        font-size: 20px;
        color: #fff;
        background: #000000;
        width: 304px;
        height: 137px;
        border-radius: 10px;
    }
    
    .route_r li img {
        display: block;
        float: left;
        margin-top: -3px;
    }
    
    .route_r {
        width: 305px;
    }
    
    .route_ll {
        margin-top: 50px;
    }
    
    .route_ll li {
        float: left;
        font-size: 16px;
        width: 178px;
        text-align: center;
    }
    
    .route_ll li+li {
        margin-left: 0px;
    }
    
    .route_ll li i {
        background-color: #4ba447;
        background-image: url(https://memberpic.114my.com.cn/dgfangyao/uploadfile/image/20241225/20241225093116_596828726.png);
        background-position: center;
        background-repeat: no-repeat;
        width: 60px;
        height: 60px;
        display: block;
        border-radius: 50%;
        margin: 0 auto;
    }
    
    .route_ll li p {
        margin-top: 8px;
        font-size: 16px;
        color: #666666;
    }
    
    .route_ll li:hover i {
        background-color: #4ba447;
    }
    
    .route_r span {
        display: block;
        margin-top: 12px;
        font-size: 30px;
        font-weight: bold;
    }
    
    .juli {
        font-size: 20px;
        padding: 30px 19px 30px 22px;
        margin-top: 30px;
    }
    
    .juli i {
        font-size: 34px;
        color: #f2bc00;
    }
    /*服务优点*/
    
    .fwyd {
        margin-top: -80px;
        height: 700px;
    }
    
    .fwyou {
        margin-top: 60px;
    }
    
    .fwyd_a {
        width: 500px;
    }
    
    .fwyd_b {
        width: 800px;
    }
    
    .fwyd_a b {
        font-size: 18px;
        text-transform: uppercase;
    }
    
    .fwyd_a i {
        display: block;
        font-size: 31px;
        color: #4ba447;
        font-weight: bold;
        letter-spacing: 0.25px;
        margin-top: 6px;
        margin-bottom: 80px;
    }
    
    .fwyd_a span {
        color: #666666;
        font-size: 24px;
        font-weight: normal;
    }
    
    .fwyd_a span:after {
        width: 214px;
        height: 1px;
        background: #cccccc;
        display: block;
        content: '';
        margin: -14px 0 0px 285px;
    }
    
    .fwyd_a p {
        color: #a9a9a9;
        font-size: 18px;
        margin-top: 50px;
        letter-spacing: -0.2px;
    }
    
    .fwyd_b ul {
        padding-left: 35px;
    }
    
    .fwyd_b li {
        padding-left: 46px;
        float: left;
        width: 247px;
    }
    
    .fwyd_b span:after {
        width: 40px;
        height: 2px;
        background: #cccccc;
        display: block;
        content: '';
        margin: 20px 0 17px 72px;
    }
    
    .fwyd_b span {
        font-size: 24px;
        color: #333333;
        font-weight: normal;
        padding-left: 45px;
    }
    
    .fwyd_b p {
        color: #666666;
        line-height: 30px;
        font-size: 16px;
        text-align: center;
    }
    
    .fwyd_b li:nth-child(4) {
        margin-top: 60px;
    }
    
    .fwyd_b li:nth-child(5) {
        margin-top: 60px;
    }
    
    .fwyd_b li:nth-child(6) {
        margin-top: 60px;
    }
    /*留言*/
    
    .gb_ri {
        width: 1400px;
        border-radius: 12px;
        float: right;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 200px;
    }
    
    .from_tab {
        width: 100%;
        margin-top: 71px;
    }
    
    .from_tab>div {
        width: 320px;
        border: 1px solid #eee;
        border-radius: 50px;
        display: inline-block;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 60px;
        margin-right: 26px;
    }
    
    .col4 {
        width: 16.7vw;
        height: 50px;
        background: #fff;
        font-size: 0;
    }
    
    .ggt_bg .col4.tel1 {
        margin-left: 17px;
    }
    
    .ggt_bg .col4 {
        margin-left: 0px;
    }
    
    .ggt_bg .col4.name1,
    .ggt_bg .col4.tel1 {
        margin-bottom: 0px;
    }
    
    .col4 span {
        display: inline-block;
        font-size: 30px;
        color: #d2d2d2;
        line-height: 50px;
        margin-left: 14px;
        vertical-align: top;
    }
    
    .col4 input {
        display: inline-block;
        height: 100%;
        width: calc(100% - 54px);
        margin-left: 10px;
        font-size: 14px;
        color: #cccccc;
        vertical-align: top;
        border: none;
    }
    
    #tianxiethree {
        width: 100%;
        height: 50px;
        border-radius: 50px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    #tianxiethree span {
        display: inline-block;
        font-size: 30px;
        color: #d2d2d2;
        margin-top: 2px;
        margin-left: 24px;
    }
    
    #tianxiethree>input {
        height: 100%;
        width: 58px;
        margin-left: 6px;
        font-size: 14px;
        color: #cccccc;
        line-height: 60px;
        border: none;
    }
    
    #tianxiethree #authcode {
        width: calc(100% - 225px);
        margin-top: 8px;
    }
    
    .feedback_btn {
        float: right;
        width: 120px;
        height: 60px;
        text-align: center;
    }
    
    .feedback_btn .btns {
        line-height: 64px;
        width: 100%;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        background: #4ba447;
        color: #fff;
        font-size: 16px;
        border: none;
    }
    
    .f_wz {
        color: #cccccc;
        font-size: 16px;
    }
    
    .ntfont img {
        float: left;
        margin-top: 15px;
        margin-left: 8px;
    }
    /*四大优势*/
    
    .adv {
        height: 740px;
        background: url(https://memberpic.114my.com.cn/dgfangyao/uploadfile/image/20241224/20241224142631_1392241969.jpg) no-repeat center;
        padding-top: 60px;
    }
    
    .news_t i {
        color: #f2bc00;
        font-size: 40px;
        font-weight: bold;
    }
    
    .news_t span {
        color: #fff;
        font-size: 18px;
    }
    
    .news_t em {
        display: block;
        margin-top: 15px;
    }
    
    .ys li {
        width: 23%;
        height: 470px;
        background: #fff;
        border-radius: 10px;
        float: left;
        margin-right: 30px;
    }
    
    .ys_a {
        padding: 48px 20px;
    }
    
    .ys_a p {
        color: #333;
        font-size: 30px;
        margin-top: -8px;
    }
    
    .ys_a em {
        font-size: 60px;
        color: #999999;
        margin-top: -14px;
        float: right;
        font-family: Arial;
    }
    
    .ys_a img {
        margin-top: 15px;
    }
    
    .ys_b i {
        font-size: 24px;
        font-weight: bold;
        color: #4ba447;
        text-align: center;
        margin: 0 47px;
    }
    
    .ys_b p {
        text-align: center;
        font-size: 16px;
        color: #666666;
        font-weight: normal;
        line-height: 30px;
        margin-top: 20px;
    }
    
    .ys_b {
        margin-top: 25px;
    }
    
    .ys {
        margin-top: 40px;
    }
    
    .ys li:nth-child(4) {
        margin-right: 0px;
    }
    /*简介*/
    
    .com_bg {
        background: radial-gradient(circle at 17% 38%, #fff, #ccc);
        margin-bottom: 160px;
    }
    
    .com_t p {
        color: #4ba447 !important;
    }
    
    .com_t span {
        color: rgba(0, 0, 0, 0.6);
    }
    
    .com_w {
        color: #555;
        font-size: 16px;
        line-height: 40px;
        padding-bottom: 3vw;
    }
    
    .com_w a {
        font-size: 15px;
        color: #333;
    }
    
    .com_w a:hover {
        color: #E60012;
    }
    
    .com_b {
        background: #fff;
        padding: 3vw;
        box-shadow: 0 0 100px rgba(0, 0, 0, 0.1);
        width: 100%;
        margin: 0 auto -80px;
    }
    
    .com_a {
        width: 40%;
        margin: 0 auto;
    }
    
    .com_a a {
        display: block;
        float: left;
        width: 38%;
        height: 60px;
        line-height: 60px;
        text-align: center;
        background: #444;
        color: #fff;
        font-size: 18px;
        transition: 0.3s all ease;
        margin-bottom: 40px;
    }
    
    .com_a a+a {
        margin-left: 2%;
    }
    
    .com_a a.on {
        width: 60%;
        background: #4ba447;
    }
    
    .com_cont ul li {
        display: inline-block;
        width: 23.5%;
        text-align: center;
        position: relative;
margin-right: 1%;
    margin-bottom: 1%;

    }
    
    .com_cont ul li+li {

    }
    
    .com_cont ul li a {
        display: block;
        overflow: hidden;
    }
    
    .com_cont ul li img {
        width: 100%;
        height: auto;
        transition: 0.3s all ease;
    }
    
    .com_cont ul li:hover img {
        transform: scale(1.1);
    }
    
    .com_cont ul li p {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    
    .com_cont ul li p a {
        line-height: 44px;
        width: 100%;
        background: rgba(0, 0, 0, 0.4);
        color: #fff;
        font-size: 16px;
        transition: 0.3s all ease;
    }
    
    .com_cont ul li:hover p a {
        background: rgba(75, 164, 71, 0.8);
    }
    /*新闻*/
    
    .news_bg {
        overflow: hidden;
        background: url(https://memberpic.114my.com.cn/dgfangyao/uploadfile/image/20241225/20241225093033_1960920595.jpg) center bottom no-repeat;
        padding-bottom: 110px;
    }
    
    .news {
        width: 80%;
        min-width: 1400px;
        margin: auto;
    }
    
    .news_fl {
        width: 19%;
        padding-top: 30px;
    }
    
    .news_fl .t {
        text-align: left;
        padding: 0 0 0px 0;
        align-items: baseline;
    }
    
    .news_fl .t h3 span {
        left: -4px;
    }
    
    .news_fl_title span {
        font-size: 40px;
        color: #ccc;
        line-height: 50px;
        text-transform: uppercase;
    }
    
    .news_fl_title p {
        font-size: 40px;
        color: #222;
    }
    
    .news_fl_a a {
        display: block;
        width: 150px;
        height: 44px;
        line-height: 40px;
        margin-bottom: 30px;
        /*border:1px solid #a7a7a7;*/
        background: #fff;
        border-radius: 27px;
        font-size: 18px;
        color: #333;
        text-align: center;
        transition: all 0.3s ease-in-out;
    }
    
    .news_fl_a a:first-child {
        margin-top: 82px;
    }
    
    .news_fl_a a.on {
        background: #4ba447;
        /*border:1px #4ba447 solid;*/
        color: #fff;
    }
    
    .news_fr {
        width: 81% !important;
    }
    
    .news_fr .news_div_item {
        position: relative;
    }
    
    .hTitle {
        margin-bottom: 40px;
        position: relative;
        color: #111;
        margin-bottom: 40px;
        position: relative;
        font-weight: normal;
        font-size: 1.6vw;
    }
    
    .hTitle span {
        display: block;
        color: #4ba447;
        font-size: 30px;
        font-weight: bold;
    }
    
    .hTitle a {
        font-size: 16px;
        position: absolute;
        right: 0;
        bottom: 10px;
        background: url('') no-repeat left center;
        padding-left: 20px;
    }
    /*第一条新闻*/
    
    .news_ul_fl {
        width: 52%;
    }
    
    .news_ul_fl .news_div_item {
        float: left;
        width: 100%;
    }
    
    .news_ul_fl .news_div_item .news_div_item_pic {
        position: absolute;
        top: 0;
        width: 100%;
        height: 400px;
        overflow: hidden;
        border-radius: 18px;
    }
    
    .news_ul_fl .news_div_item .news_div_item_image {
        width: 100%;
        /*border: 1px #eee solid;*/
        position: absolute;
        bottom: 0px;
    }
    
    .news_ul_fl .news_div_item .news_div_item_date {
        position: absolute;
        top: 470px;
        left: 15px;
    }
    
    .news_ul_fl .news_div_item .news_div_item_year,
    .news_ul_fl .news_div_item .news_div_item_month,
    .news_ul_fl .news_div_item .news_div_item_day {
        float: left;
        color: #333;
        font-family: hs_l;
    }
    
    .news_ul_fl .news_div_item .news_div_item_content {
        height: 245px;
        margin: 30px 35px 0 15px;
        position: absolute;
        top: 400px;
    }
    
    .news_ul_fl .news_div_item .news_div_item_a {
        font-size: 22px;
        color: #000;
        position: relative;
    }
    
    .news_ul_fl .news_div_item .news_div_item_a:after {
        display: block;
        content: "了解详细";
        width: 175px;
        height: 42px;
        line-height: 42px;
        background: #f8f8f8;
        font-size: 15px;
        color: #333;
        text-align: center;
        position: absolute;
        top: 220px;
        transition: all 0.3s ease-in-out;
        /* border-radius: 5px;*/
    }
    
    .news_div_item_content:hover .news_div_item_a:after {
        background: #4ba447;
        color: #fff;
        border-radius: 5px;
    }
    
    .news_ul_fl .news_div_item .news_div_item_body {
        margin-top: 45px;
        font-size: 14px;
        color: #888;
        line-height: 26px;
    }
    /*第二到第四条新闻*/
    
    .news .swiper-container {
        /*width: 1250px !important;margin-right: -30px;*/
    }
    
    .news .swiper-slide {
        padding: 30px 0 0 0;
        box-sizing: border-box;
    }
    
    .news_ul_fr {
        width: 49%;
        padding: 0 45px;
        box-sizing: border-box;
    }
    
    .news_ul_fr .news_div_item:first-child,
    .news_ul_fr .news_div_item .news_div_item_image {
        display: none;
    }
    
    .news_ul_fr .news_div_item_body {
        position: absolute;
        top: 105px;
        line-height: 30px;
        font-size: 14px;
        opacity: 0;
        width: 90%;
    }
    
    .news_ul_fr .news_div_item {
        height: 120px;
        margin-bottom: 25px;
        padding: 0 33px;
        box-shadow: 0 0 30px rgba(0, 0, 0, .08);
        overflow: hidden;
        transition: all 0.3s ease-in-out;
        box-sizing: border-box;
    }
    
    .news_ul_fr .news_div_item_date {
        position: absolute;
        top: 70px;
        left: 33px;
    }
    
    .news_ul_fr .news_div_item_year,
    .news_ul_fr .news_div_item_month,
    .news_ul_fr .news_div_item_day {
        float: left;
        font-family: hs_l;
        color: #333
    }
    
    .news_ul_fr .news_div_item_a {
        font-size: 19px;
        color: #000;
        position: absolute;
        top: 38px;
        display: block;
        height: 230px;
        width: 100%;
        position: relative;
        z-index: 9;
    }
    
    .news_ul_fr .news_div_item.on {
        height: 270px;
    }
    
    .news_ul_fr .news_div_item.on .news_div_item_body {
        opacity: 1;
        color: #888;
    }
    
    .news_ul_fr .news_div_item_body:after {
        content: "了解详细";
        width: 175px;
        height: 40px;
        display: block;
        background: #f8f8f8;
        line-height: 40px;
        text-align: center;
        font-size: 15px;
        color: #333;
        margin-top: 30px;
        transition: all 0.3s ease-in-out;
        border-radius: 5px;
    }
    
    .news_div_item_content:hover .news_div_item_body:after {
        background: #4ba447;
        color: #fff;
        border-radius: 5px;
    }
    
    .new_column {
        display: none;
    }
    /*版权*/
    
    .footWrap {
        background: #222;
        color: #fff;
        position: relative;
        z-index: 951;
        line-height: 25px;
        font-size: 14px;
        margin-top: 0px;
    }
    
    .footWrap>.gy {
        border-top: 10px solid #4ba447;
        transform: translateY(-10px);
    }
    
    .footWrap>.page {
        border-top: 10px solid #4ba447;
        transform: translateY(-10px);
    }
    
    .footWrap .f_shouy a {
        color: #fff;
        font-size: 16px;
        padding-top: 20px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    
    .hh {
        font-size: 18px;
        position: relative;
        color: #fff;
        font-weight: normal;
        border-bottom: 1px solid rgba(255, 255, 255, 0.19);
        line-height: 62px;
        background: url(https://memberpic.114my.com.cn/dgfangyao/uploadfile/image/20241225/20241225092703_2005992231.png) no-repeat right center;
    }
    
    .f_con {
        border-bottom: 1px solid rgba(255, 255, 255, 0.19);
        padding: 20px 0 0;
        display: flex;
        justify-content: space-between;
    }
    
    .f_code {
        min-width: 150px;
    }
    
    .f_code p {
        text-align: center;
        float: left;
    }
    
    .f_code p:nth-child(3) {
        margin-left: 12px;
    }
    
    .f_code p img {
        display: block;
        height: 120px;
        background: #fff;
        padding: 7px;
        width: 120px;
        margin-bottom: 8px;
    }
    
    .f_text {
        width: 67%;
        min-width: 954px;
    }
    
    .f_text li {
        float: left;
        font-size: 18px;
        color: #fff;
        width: 38%;
    }
    
    .f_text li:nth-child(3n) {
        width: 226px;
    }
    
    .f_text li span {
        display: block;
        font-size: 17px;
        color: #fff;
        margin-top: 10px;
    }
    
    .f_text li em {
        display: block;
        font-size: 15px;
        color: rgba(255, 255, 255, 0.5);
        margin-bottom: 0px;
    }
    
    .f_wz {
        height: 57px;
        line-height: 47px;
        color: rgba(255, 255, 255, 0.5);
    }
    
    .f_nav {
        height: 64px;
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .f_nav a {
        color: #fff;
        font-size: 16px
    }
    
    .f_text li span a {
        font-size: 17px;
        text-align: left;
        padding-top: 0;
        color: #fff;
    }
    
    .f_text>ul {
        display: flex;
        flex-wrap: wrap;
        padding: 20px 0 20px;
    }
    
    .f_text li:nth-child(4),
    .f_text li:nth-child(5),
    .f_text li:nth-child(6) {
        margin-top: 28px;
    }
    
    .ewm {
        display: flex;
        justify-content: space-between;
        margin-top: 25px;
    }
    
    .linkTagcs li a {
        font-size: 14px;
    }
    
    .links_r a {
        font-family: "hji" !important;
        font-size: 42px;
        font-style: normal;
        color: rgba(255, 255, 255, 0.3);
        display: inline;
        height: 80px;
        display: block;
        line-height: 80px;
        padding-left: 32px;
    }
    
    .links_l {
        display: flex;
        align-items: center;
        width: 7.5%;
        min-width: 86px;
    }
    
    .l_wz {
        position: relative;
    }
    
    .l_wz b {
        font-size: 25px;
        color: #fff;
        line-height: 21px;
    }
    
    .l_wz p {
        color: rgba(255, 255, 255, 0.5);
        letter-spacing: 5px;
    }
    
    .links {
        display: flex;
        align-items: center;
        /*justify-content: space-between;*/
        height: 100%;
        position: relative;
    }
    
    .links>div {
        display: flex;
        align-items: center;
        color: rgba(255, 255, 255, 0.5);
    }
    
    .links_m {
        width: 97%;
    }
    
    .linkTagcs li a {
        color: rgba(255, 255, 255, 0.38)!important;
    }
    
    .link_bc {
        height: 56px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    }
    
    .lin_ic {
        width: 30px;
        height: 30px;
        border-radius: 100%;
        border: 1px solid #fff;
        text-align: center;
        line-height: 30px;
        color: #fff;
        font-size: 14px;
        position: absolute;
        right: 0;
        top: 25px;
    }
    
    .linkTagcs li {
        line-height: 18px!important;
        padding-right: 10px!important;
    }
    
    .linkTagcs li a {
        font-size: 13px!important;
    }
    
    .links>div:nth-child(1) {
        width: calc(100% - 34px);
    }
    
    .links>div:nth-child(2) {}
    
    .linkTagcs {
        width: 100%!important;
    }
    
    .food_wbg {
        background: #4ba447;
    }
    
    .foot_to {
        color: rgba(255, 255, 255, 0.5);
        font-size: 14px;
    }
    
    .foot_to>a {
        color: rgba(255, 255, 255, 0.5);
    }
    
    .copy_b {
        display: flex;
        justify-content: space-between;
        height: 66px;
    }
    
    .copy_b>div {
        line-height: 66px;
        color: rgba(255, 255, 255, 0.6);
    }
    
    .copy_b>div a {
        color: rgba(255, 255, 255, 0.6);
    }
    
    .copy_b>div a:hover {
        color: rgba(255, 255, 255, 0.8);
    }
    
    .bt_t {
        font-size: 40px;
        font-weight: bold;
        margin-top: 8%;
        color: #333;
    }
    
    .bt_tw {
        font-size: 18px;
        line-height: 50px;
        margin-bottom: 3%;
        color: #888;
    }
    
    .bt_t b {
        font-size: 40px;
        font-weight: bold;
        color: #4ba447;
    }
    /*幻灯*/
    
    .boyh .txt {
        width: 90%;
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        text-align: center;
        z-index: 999;
    }
    
    .boyh .txt h2 {
        font-size: 3.8vw;
        color: #fff;
        text-transform: uppercase;
        line-height: 90px;
        padding: 17% 0 1% 0;
        text-shadow: 5px 0 10px rgba(0, 0, 0, .3);
        font-family: hs_l;
    }
    
    .boyh .txt p {
        font-size: 27px;
        color: #fff;
        line-height: 38px;
        font-family: hs_l;
        letter-spacing: 2.4px;
    }
    
    .boyh .txt .morelink {
        margin-top: 25px;
        min-width: 180px;
        margin-left: 10px;
        margin-right: 10px;
        color: #fff;
        font-size: 18px;
    }
    
    .boyh .txt .morelink i {
        font-size: 20px;
        line-height: 30px;
        margin-right: 8px;
        display: inline-block;
        vertical-align: top;
    }
    
    .boyh .txt .morelink:hover {
        color: #fff;
    }
    
    .btn-3 {
        position: relative;
        z-index: 1;
        overflow: hidden;
    }
    
    .morelink {
        display: inline-block;
        position: relative;
        font-size: 18px;
        line-height: 30px;
        color: #fff;
        padding: 9px 24px;
        background-color: #4ba447;
        /*border: 1px solid #4ba447;*/
        border-radius: 6px;
        text-transform: capitalize;
        transition: all 0.3s;
    }
    
    .bannersldtxt_p .links .item {
        margin-right: 1vw;
        padding: 15px 0 15px 15px;
        height: 78px;
        border-radius: 5px;
        background: rgba(128, 142, 162, .2);
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center
    }
    
    .bannersldtxt_p .links .item .icon {
        font-size: 0;
        margin-right: 16px;
    }
    
    .bannersldtxt_p .links .item .txt {
        font-size: 16px;
        line-height: 24px;
        color: #fff;
    }
    
    @media (max-width:1280px) {
        .bannersldtxt_p .links .item .txt {
            font-size: 14px
        }
    }
    
    @media (max-width:1024px) {
        .bannersldtxt_p .links .item {
            padding: 15px 10px
        }
        .bannersldtxt_p .links .item .txt {
            font-size: 12px
        }
    }
    
    .bannersldtxt_p .links .item:last-child {
        margin-right: 0
    }
    
    .idx_banner ul li .center .info .img {
        width: 50%;
        font-size: 0;
        text-align: center
    }