        .section1 {
            padding-top: 40px;
            padding-bottom: 20px;
        }
               .section1  .px1336{
    display: flex;
    justify-content: space-between;
}
        @font-face {
            font-family: 'sySong';
            src: url('sySong.woff') format('woff');
            font-weight: normal;
            font-style: normal;
        }
        
        .title {
            position: relative;
            text-align: center;
        }
        
        .title h2 {
            position: relative;
            padding-top: 40px;
            display: inline-block;
            font-size: 32px;
            line-height: 32px;
            color: #333;
            padding-left: 20px;
            padding-right: 20px;
            font-family: 'sySong';
            background: #fff url(../images/jhbj2.png) no-repeat top center;
            z-index: 9;
        }
        
        .title::before {
            content: '';
            position: absolute;
            bottom: 20px;
            left: 0;
            right: 0;
            height: 1px;
            background-color: #c9c9c9;
        }
        
        .title::after {
            content: '';
            position: absolute;
            bottom: 10px;
            left: 0;
            right: 0;
            height: 1px;
            background-color: #c9c9c9;
        }
        
        .section1 .s1_item{
            margin-top: 25px;
            width: 48%;
            border: #ccc 1px solid;
            background: url(../images/md-bg.png) no-repeat center bottom #fff;
            background-size: 100% auto;
            box-sizing: border-box;
           padding: 30px 0;
            border-radius: 5px;
        }
.section1 .jj {
    overflow: auto;
     height: 600px;
            /* box-shadow: 0 0 10px #bdb6b6; */
             padding: 20px;
            
           }
                .section1  .tit_h1{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #000;
}
        .section1 .jj p {
            line-height: 36px !important;
            font-size: 18px !important;
            color: #333;
            text-indent: 2em;
            text-align: justify;
        }
                .section1 .jj p span{
            line-height: 36px !important;
            /* font-size: 18px !important; */
            }
        .more {
            width: 221px;
            height: 68px;
            background: url(../images/more.png) no-repeat center center;
            text-align: center;
            line-height: 68px;
            margin-left: auto;
            margin-right: auto;
            margin-top: 30px;
        }
        
        .more a {
            display: block;
            font-size: 16px;
            color: #333;
        }
        
        .more:hover a {
            color: #000;
        }
        
        .sect1 .md {
            margin-top: 50px;
        }
        
        .sect1 .md ul li {
            float: left;
            width: 48.5%;
            margin-left: 3%;
            height: 312px;
            border-radius: 5px;
            box-shadow: 0 0 5px #bdb6b6;
            background: url(../images/md-bg.png) no-repeat center bottom;
            background-size: 100% auto;
            box-sizing: border-box;
        }
        
        .sect1 .md ul li:first-child {
            margin-left: 0;
        }
        
        .sect1 .md ul li a {
            position: relative;
            padding: 40px 80px;
            display: block;
            height: 100%;
            width: 100%;
            box-sizing: border-box;
        }
        
        .sect1 .md ul li a .xs {
            position: absolute;
            top: 0;
            bottom: 0;
            width: 80px;
            line-height: 80px;
            left: 0;
            text-align: center;
            font-size: 22px;
            color: #000;
            font-weight: bold;
            background-color: #eee;
            writing-mode: vertical-lr;
            writing-mode: tb-lr;
        }
        
        .sect1 .md ul li a .name {
            position: relative;
            padding-left: 70px;
            margin-left: 30px;
        }
        
        .sect1 .md ul li a .name span {
            position: absolute;
            top: 0;
            left: 0;
            width: 80px;
            display: inline-block;
            font-size: 20px;
            color: #333;
            font-weight: bold;
            text-align: justify;
            text-align: distribute-all-lines;
            text-align-last: justify;
        }
        
        .sect1 .md ul li a .name i {
            display: inline-block;
            font-size: 20px;
            color: #333;
            margin-bottom: 20px;
            width: 25%;
            text-align: center;
        }
        
        .sect1 .md ul li h2 {
            font-size: 20px;
            color: #333333;
            margin-left: 30px;
        }
        
        .sect1 .md ul li p {
            font-size: 18px;
            color: #333;
            margin-left: 30px;
            margin-top: 15px;
        }
        
        .section2 {
            position: relative;
            padding-top: 35px;
           /* padding-bottom: 70px;*/
            background: url(../images/sect2-bg.png) no-repeat left center;
            z-index: 6;
            background-size: cover;
        }
        
        .sect2 {
            position: relative;
            z-index: 8;
        }
        
        .sect2 .title h2 {
            background-color: #f8f8f8;
        }
        
        .dn ul {
            margin-left: 50px;
            margin-right: 50px;
        }
        
        .dn ul li a {
            display: block;
            box-shadow: 0 0 15px #b3b3b3;
            margin: 50px 23px 10px;
        }
        
        .dn ul li a img {
            display: block;
            width: 100%;
        }
        
        .dn .slick-prev {
            left: -45px;
            width: 24px;
            height: 42px;
            background: url(../images/dn-l.png) no-repeat center center;
        }
        
        .dn .slick-next {
            right: -45px;
            width: 24px;
            height: 42px;
            background: url(../images/dn-r.png) no-repeat center center;
        }
        
        .section3 {
            padding-top: 60px;
            padding-bottom: 90px;
            background: url(../images/section3-bg.png) no-repeat center top;
            background-size: cover;
        }
        
        .sect3 .title h2 {
            background-color: #261d1e;
            color: #fff;
        }
        
        .yx ul {
            padding-top: 50px;
            padding-bottom: 40px;
            overflow: hidden;
            height: 390px;
        }
        
        .yx .slick-list {
            overflow: visible;
        }
        
        .yx ul li {
            transition: all .3s;
        }
        
        .yx ul li a {
            display: block;
        }
        
        .yx ul li a .pic {
            position: relative;
            overflow: hidden;
            padding-top: 80%;
        }
        
        .yx ul li a .pic img {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            height: 100%;
            z-index: 6;
            transition: all .3s;
        }
        
        .yx ul li:hover a {
            position: relative;
            margin-top: -50px;
            margin-bottom: -40px;
            margin-left: -75px;
            margin-right: -75px;
            z-index: 8;
            transition: all .3s;
        }
        
        .yx ul li:hover a img {
            transform: translate(-50%, -50%);
            transition: all .3s;
        }
        
        .yx {
            padding-top: 45px;
        }
        
        .sect3 .more {
            background: url(../images/more-other.png) no-repeat center center;
        }
        
        .sect3 .more a {
            color: #fff;
        }
        
        .sect3 .more a:hover {
            color: rgba(255, 255, 255, .8);
        }
        
        .section4 {
            position: relative;
            padding-top: 50px;
            padding-bottom: 110px;
            background: url(../images/sect4-bg.png.jpg) left bottom no-repeat;
        }
        /* .section4:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: 7;
     animation: 200s linear 0s infinite normal none running dashan; }



*/
        /* @-webkit-keyframes dashan {
    0% {
        left: 0px;
    }
    100% {
        left: -200%;
    }
}

@-ms-keyframes dashan {
    0% {
        left: 0px;
    }
    100% {
        left: -200%;
    }
}

@keyframes dashan {
    0% {
        left: 0px;
    }
    100% {
        left: -100%;
    }
} */
        
        .sect4 .dn-art {
            position: relative;
            margin-top: 45px;
            margin-bottom: 45px;
            background: url(../images/dc-art.jpg) no-repeat center center;
            background-size: 100% 100%;
            border-radius: 10px;
            padding: 35px 60px;
            z-index: 8;
        }
        
        .sect4 .dn-art .dn-art-l {
            float: left;
            width: 68.8%;
        }
        
        .sect4 .dn-art .dn-art-l ul li {
            margin-bottom: 30px;
        }
        
        .sect4 .dn-art .dn-art-l ul li:first-child {
            margin-top: 30px;
        }
        
        .sect4 .dn-art .dn-art-l ul li a {
            position: relative;
            line-height: 58px;
            display: inline-block;
            border: 1px solid #8e847e;
            border-radius: 30px;
            min-width: 40%;
            max-width: 100%;
            box-sizing: border-box;
            padding-right: 20px;
            overflow: hidden;
        }
        
        .sect4 .dn-art .dn-art-l ul li:hover a {
            background-color: #fff;
        }
        
        .sect4 .dn-art .dn-art-l ul li a .icon {
            float: left;
            width: 60px;
            height: 60px;
            border-radius: 50%;
        }
        
        .sect4 .dn-art .dn-art-l ul li:nth-child(2n) a .icon {
            background: #ccc0cb url(../images/hh.png) no-repeat center center;
        }
        
        .sect4 .dn-art .dn-art-l ul li:nth-child(2n-1) a .icon {
            background: #c6b4a3 url(../images/lz.png) no-repeat center center;
        }
        
        .sect4 .dn-art .dn-art-r {
            float: right;
            width: 32.2%;
        }
        
        .sect4 .dn-art .dn-art-r p {
            position: relative;
            bottom: -35px;
            right: -60px;
            line-height: 40px;
            background: rgba(255, 255, 255, .8);
            text-align: center;
            font-size: 20px;
            color: #333;
            font-family: 'sySong';
            cursor: pointer;
        }
        
        .sect4 .dn-art .dn-art-l ul li a .text {
            padding-left: 45px;
            overflow: hidden;
        }
        
        .sect4 .dn-art .dn-art-l ul li a .text p {
            font-size: 16px;
            color: #fff;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            cursor: pointer;
        }
        
        .sect4 .dn-art .dn-art-l ul li:hover a .text p {
            font-size: 16px;
            color: #333;
        }
        
        #dn-alert {
            position: fixed;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            background: rgba(0, 0, 0, .6);
            z-index: 999;
            display: none;
        }
        
        .dn-box {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translateX(-50%) translateY(-50%);
            width: 810px;
            border: 15px solid rgba(0, 0, 0, .6);
            background: #fff;
            padding: 20px 30px 40px 20px;
        }
        
        .dn-box h3 {
            color: #000;
            background: #f8f8f8;
            font-size: 18px;
            padding: 0 15px;
            line-height: 34px;
            border-bottom: 1px solid #eeeeee;
        }
        
        .dn-box h3 span {
            float: right;
            height: 100%;
            background: url(../images/dn-close.jpg) no-repeat;
            background-position: center center;
            width: 25px;
            height: 35px;
            cursor: pointer;
        }
        
        .dn-form {
            margin-top: 10px;
        }
        
        .ipt-group {
            margin-top: 20px;
            overflow: hidden;
            line-height: 32px;
        }
        
        .ipt-group span {
            float: left;
            font-size: 14px;
            color: #333;
            width: 80px;
            padding-left: 10px;
            line-height: 34px;
            height: 34px;
        }
        
        .ipt-group div {
            overflow: hidden;
            padding: 0 15px;
            border: 1px solid #e5e5e5;
        }
        .ipt-group div textarea{border:0 !important; border: 1px solid #e5e5e5;outline:none;}
        .ipt-group input {
            display: block;
            width: 100%;
            border: none;
            height: 32px;
        }
        
        .ipt-group input::placeholder {
            color: #999;
        }
        
        .ipt-group textarea {
            font-family: "å¾®è½¯é›…é»‘";
            display: block;
            width: 100%;
            border: none;
            line-height: 32px;
        }
        
        .ipt-group textarea::placeholder {
            color: #999;
        }
        
        .ipt-handle div {
            border: none;
            padding: 0;
        }
        
        .ipt-handle div .dn-sub {
            width: 85px;
            height: 36px;
            border-radius: 2px;
            background: #a8ab12;
            color: #fff;
            font-size: 16px;
            display: inline-block;
            vertical-align: middle;
            cursor: pointer;
            font-size: 14px;
        }
        
        .ipt-handle div .dn-reset {
            width: 60px;
            height: 36px;
            border: 1px solid #c9c9c9;
            margin-left: 15px;
            background: none;
            display: inline-block;
            vertical-align: middle;
            cursor: pointer;
            color: #555;
            font-size: 14px;
        }
        
        .sect4 .xgdj {
            margin-top: 50px;
            text-align: center;
        }
        
        .sect4 .xgdj button {
            display: inline-block;
            border: 1px solid #dcdcdc;
            border-radius: 5px;
            background-color: #fff;
            line-height: 66px;
            margin: 0 65px;
            padding-left: 120px;
            padding-right: 40px;
            font-size: 20px;
            color: #333;
            font-family: 'sySong';
            box-shadow: 0 0 10px #dad5d5;
        }
        
        .sect4 .xgdj button.lamp {
            background: url(../images/lz.png) no-repeat 30px 5px;
        }
        
        .sect4 .xgdj button.give {
            background: url(../images/jh.png) no-repeat 30px 10px;
        }
        
        .sect4 .xgdj button:hover {
            background-color: #eee;
        }
        
        @media screen and (max-width: 1336px) {
            .yx ul li:hover a {
                margin: 0;
            }
            .yx ul {
                height: auto;
                padding-top: 0;
                padding-bottom: 0;
            }
            .sect1 .md ul li a {
                padding-right: 20px;
            }
        }
        
        @media screen and (max-width: 1000px) {
            .sect1 .md ul li {
                float: none;
                width: auto;
                margin-left: 0;
                margin-top: 10px;
            }
            .sect4 .dn-art {
                padding: 20px;
            }
            .sect4 .dn-art .dn-art-l {
                float: none;
                width: auto;
            }
            .sect4 .dn-art .dn-art-r {
                float: none;
                width: auto;
            }
            .sect4 .dn-art .dn-art-l ul li {
                margin-bottom: 10px;
            }
            .dn-box {
                width: 80%;
            }
            .sect4 .dn-art .dn-art-l ul li:first-child {
                margin-top: 0;
            }
            .sect4 .dn-art .dn-art-r p {
                bottom: 0;
                right: 0;
            }
            .sect4 .xgdj button {
                margin: 0 15px;
            }
            .sect1 .md ul li {
                height: auto;
            }
        }
        
        @media screen and (max-width: 750px) {
            .section1 {
                padding-top: 15px;
                padding-bottom: 15px;
            }
            .title h2 {
                font-size: 20px;
                background-size: 35px auto;
                padding-top: 5px;
            }
            .section1 .jj p {
                line-height: 26px;
                font-size: 14px;
            }
            .section1 .jj {
                margin-top: 0;
            }
            .more {
                margin-top: 10px;
            }
            .sect1 .md {
                margin-top: 15px;
            }
            .sect1 .md ul li a {
                padding: 15px;
            }
            .sect1 .md ul li a .xs {
                position: static;
                width: 100%;
                writing-mode: initial
            }
            .sect1 .md ul li a .xs {
                line-height: 40px;
                font-size: 18px;
                margin-bottom: 15px;
            }
            .sect1 .md ul li a .name {
                margin-left: 0;
            }
            .sect1 .md ul li a .name span {
                width: 75px;
                font-size: 18px;
            }
            .sect1 .md ul li a .name i {
                font-size: 14px;
                margin-bottom: 10px;
            }
            .sect1 .md ul li p {
                font-size: 14px;
                color: #333;
                margin-top: 5px;
                margin-left: 0;
            }
            .sect1 .md ul li h2 {
                font-size: 16px;
                margin-left: 0;
            }
            .section2 {
                padding-top: 15px;
                padding-bottom: 15px;
            }
            .dn ul {
                margin-left: 20px;
                margin-right: 20px;
            }
            .dn .slick-prev {
                left: -15px;
            }
            .dn .slick-next {
                right: -15px;
            }
            .yx {
                padding-top: 20px;
            }
            .section3 {
                padding-top: 15px;
                padding-bottom: 15px;
            }
            .section4 {
                padding-top: 15px;
                padding-bottom: 15px;
            }
            .sect4 .dn-art .dn-art-l ul li a {
                line-height: 40px;
            }
            .sect4 .dn-art .dn-art-l ul li a .icon {
                width: 40px;
                height: 40px;
            }
            .sect4 .dn-art .dn-art-l ul li a .text {
                padding-left: 15px;
            }
            .sect4 .dn-art .dn-art-l ul li a .text p {
                font-size: 14px;
            }
            .sect4 .xgdj button {
                font-size: 12px;
                padding-left: 10px;
                padding-right: 10px;
                line-height: 36px;
            }
            .sect4 .xgdj button.lamp {
                background-size: 50px auto;
            }
            .sect4 .xgdj button.give {
                background-size: 50px auto;
            }
            .sect4 .dn-art {
                margin-top: 15px;
                margin-bottom: 15px;
            }
            .sect4 .xgdj {
                margin-top: 20px;
            }
        }