@media (max-width:1024px){
    .hd{
        width: 100%;
        min-width: 100%;
        height: auto;
        position: relative;
    }
    .hd_t1{
        width: 100%;
        height: 39px;
        border-bottom: 5px solid #009edb;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .hd_t1a{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        cursor: default;
    }
    .hd_t1a i{
        font-size: 14px;
        color: #000;
        margin-right: 5px;
    }
    .hd_t1a span{
        font-size: 12px;
        color: #000;
    }
    .hd_t1b{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .hd_t1b span{
        font-size: 12px;
        color: #000;
        margin-left: 10px;
        cursor: pointer;
    }
    .hd_t1b .cur{
        font-weight: bold;
    }
    .hd_t2{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        margin:  0 auto;
    }
    .hd_t3{
        display: none;
    }
    .m_hd_t3{
        width:  auto;
        height: auto;
        display: block;
        margin-left: 0;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
    }
    .hd_t4 {
        width: calc(100% - 20px);
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .hd_t4 .layui-input {
        width: 100%;
    }
    .hd_logo{
        height: auto;
    }
    .hd_menu{
        width: 770px;
        height: 35px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        margin:  0 auto;
        overflow: visible;
        background-color: #4d4d4d;
        position: relative;
        display: none;
    }
    .hdm{
        display: flex;
        flex-direction: column;
    }
    .hdm_title{
        width: 100px;
        height: 35px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        z-index: 1;
        cursor: pointer;
    }
    .hdm_title span{
        font-size: 13px;
        color: #fff;
    }
    .hdm_title i{
        font-size: 7px;
        color: #fff;
        margin-left: 7px;
        margin-top: 2px;
    }
    .hdm_title:hover{
        background-color:  #f2f2f2;
    }
    .hdm_title:hover span{
        color: #000;
    }
    .hdm_title:hover i{
        color: #000;
    }
    .hdm_name{
        width: 770px;
        height: 35px;
        position: absolute;
        top: 35px;
        left: 0;
        background-color: #f2f2f2;
        display: none;
    }
    .hdm_name ul{
        width: 770px;
        height: 35px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        background-color: #f2f2f2;
    }
    .hdm_name li{
        font-size: 13px;
        color: #000;
        line-height: 25px;
        padding: 0 20px;
        cursor: pointer;
    }
    .hdm_name li:hover{
        font-weight: bold;
        text-decoration: underline;
    }
    .hdm_name ul .cur{
        color: #009edb;
    }
    .hd .layui-nav {
        width: 100%;
        font-size: 13px; 
        margin-bottom: 30px;
    }
    .pos_menu_btn{
        display: block;
        position: absolute;
        right: 10px;
        top: 55px;
        z-index: 10;
        cursor: pointer;
    }
    .ft{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        background-color: #f0f4f7;
    }
    .ft1{
        width: 100%;
        height: 60px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-color: #009edb;
    }
    .ft1 a{
        font-size: 13px;
        color: #fff!important;
    }
    .ft1 a:hover{
        text-decoration: underline;
    }
    .ft1 i{
        font-size: 16px;
        color: #fff;
        margin-left: 10px;
    }
    .ft2 {
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 10px 0 30px 0;
    }
    .ft2a{
        display: flex;
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
    }
    .ft2a:last-child{
        padding-right: 0;
    }
    .ft2a_title{
        font-size: 13px;
        color: #000;
        font-weight: bold;
        margin-top: 20px;
        text-align: left;
    }
    .ft2a_con{
        display: flex;
        flex-direction: column;
    }
    .ft2a_con span{
        font-size: 12px;
        color: #000;
        margin-top: 5px;
        cursor: default;
        text-align: left;
    }
    .ft2a_ewm{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        margin-top: 20px;
    }
    .ft2a_ewm span{
        font-size: 12px;
        color: #000;
        cursor: default;
        text-align: center;
    }
    .ft2a_ewm img{
        width: 90px;
        height: 90px;
    }
    .ft3{
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding:  20px 5px 30px 5px;
        border-top: 1px solid #d6dadd;
    }
    .ft3 span{
        font-size: 12px;
        color: #fff;
        cursor: default;
        word-break: break-all;
        line-height: 20px;
        letter-spacing: 1px;
        text-align: center;
        /*padding: 0 40px;*/
    }
    .ft3 a{
        text-decoration: underline;
        font-size: 12px;
        color: #ddd;
    }
    .ft3 a:hover{
            font-size: 12px;
    }
    .ft4{
        justify-content: flex-start;
        padding: 20px 0 10px 0;
    }
    .btm_logo{
        width: auto;
        height: 60px;
        margin-left: 5%;
    }
    .ft5{
        width: 66.666%;
        height: auto;
        display: flex;
        flex-direction: column;
        padding-left: 7%;
        box-sizing: border-box;
    }
    .bd{
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .lb{
        width: 100%;
/*        height: 375px;*/
        margin-top: 0;
    }
    .lb_title{
        width: 100%;
        height: 60px;
        line-height: 60px;
        font-size: 30px;
        color: #000;
        text-overflow: ellipsis;
        overflow: hidden;
        box-sizing: border-box;
        padding-right: 50px;
    }
    .layui-carousel-ind {
        box-sizing: border-box;
        text-align: right;
        padding-right: 20px;
    }
    .layui-carousel-ind li {
        width: 12px;
        height: 12px;
        margin: 0 5px;
    }
    .news{
        width: 100%;
        height: auto;
        margin-top: 0;
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: center;
    }
    .ns1{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column-reverse;
        margin-top: 10px;
        box-sizing: border-box;
        padding: 10px;
    }
    .ns1_play_btn{
        position: absolute;
        font-size: 40px;
        color: #fff;
        font-weight: bold;
        cursor: pointer;
        border-radius: 15em;
        box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    }
    .ns1_video{
        width: 100%;
        height: auto;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .ns1_title{
        width: 100%;
        height: 45px;
        font-size: 18px;
        color: #000;
        font-weight: bold;
        line-height: 45px;
        text-overflow: ellipsis;
        overflow: hidden;
        box-sizing: border-box;
        padding: 0;
        margin-top: 0;
    }
    .ns1_line{
        width: 85px;
        height: 3px;
        background-color: #009edb;
        margin-left: 0;
    }
    .ns1_con{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }
    .ns1_cc{
        width: 100%;
        height: auto;
        max-height: 70px;
        font-size: 15px;
        color: #000;
        text-align: justify;
        line-height: 25px;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        box-sizing: border-box;
        padding: 0;
        margin-top: 10px;
    }
    #videoPlayer1{
        width: 100%;
        height: auto;
    }
    #videoPlayer2{
        width: 100%;
        height: auto;
    }
    .ns2{
        width: 100%;
        height: auto;
        box-sizing: border-box;
        padding: 0;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        margin-bottom: 30px;
        display: none;
    }
    .ns2_play_btn{
        position: absolute;
        font-size: 40px;
        color: #fff;
        font-weight: bold;
        cursor: pointer;
        border-radius: 15em;
        box-shadow: 0 0 12px rgba(0, 0, 0, .5);
    }
    .ns2_video{
        width: 100%;
        height: auto;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-top: 40px;
    }
    .ns2_title{
        width: auto;
        height: 45px;
        font-size: 38px;
        color: #000;
        line-height: 45px;
        text-overflow: ellipsis;
        overflow: hidden;
        box-sizing: border-box;
    }
    .ns2_line{
        width: 85px;
        height: 3px;
        background-color: #009edb;
        margin-top: 10px;
    }
    .ns2_line2{
        width: 85px;
        height: 3px;
        background-color: #009edb;
    }
    .ns2_tit{
        width: 100%;
        height: 45px;
        font-size: 18px;
        color: #000;
        font-weight: bold;
        line-height: 45px;
        text-overflow: ellipsis;
        overflow: hidden;
        box-sizing: border-box;
        margin-top: 5px;
        padding: 0 20px;
    }
    .ns2_con{
        width: 100%;
        height: auto;
        max-height: 180px;
        font-size: 15px;
        color: #000;
        text-align: justify;
        line-height: 25px;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        box-sizing: border-box;
        margin-top: 0;
        padding: 0 20px;
    }
    .ns3_btn{
        width: 100px;
        height: 35px;
        border: 1px solid #009edb;
        border-radius: 3px;
        font-size: 13px;
        color: #333;
        line-height: 33px;
        text-align: center;
        cursor: pointer;
        position: relative;
        bottom: 5px;
        margin-top: 20px;
        display: none;
    }
    .ns3_btn:hover{
        border: 1px solid #009edb;
        background-color: #009edb;
        color: #fff;
    }
    .act{
        width: 100%;
        height: auto;
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ac_title{
        width: auto;
        height: 35px;
        font-size: 22px;
        color: #000;
        line-height: 35px;
        text-align: center;
        box-sizing: border-box;
    }
    .ac_line{
        width: 100px;
        height: 3px;
        background-color: #009edb;
        margin-top: 0;
    }
    .ac_tit{
        width: 100%;
        height: auto;
        font-size: 15px;
        color: #000;
        line-height: 20px;
        text-align: center;
        word-break: break-all;
        box-sizing: border-box;
        margin-top: 10px;
        padding: 0 20px;
        display: none;
    }
    .ac_con{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 0;
    }
    .acc{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
    } 
    .acc_img{
        width: 100%;
        height: auto;
    }
    .acc_tit{
        width: 100%;
        height: 35px;
        font-size: 16px;
        color: #000;
        line-height: 35px;
        font-weight: normal;
        text-overflow: ellipsis;
        overflow: hidden;
        box-sizing: border-box;
        margin-top: 0;
    }
    .acc_tit:hover{
        color: #000;
    }
    .acc_tit2{
        width: 100%;
        height: auto;
        max-height: 130px;
        font-size: 16px;
        color: #000;
        line-height: 25px;
        text-align: justify;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        box-sizing: border-box;
        margin-top: 10px;
        display: block;
    }
    .acc_tit2:hover{
        color: #000;
    }
    .acc_line{
        width: 70px;
        height: 3px;
        background-color: #009edb;
        margin-top: 2px;
    }
    .acc:first-child{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }
    .acc:first-child .acc_img{
        width: 100%;
        height: auto;
    }
    .acc:nth-child(3), .acc:nth-child(4), .acc:nth-child(5){
        margin-top: 0;
        display: none;
    }
    .bg_gray{
        width: 100%;
        height: auto;
        background-color: #f2f2f2;
    }
    .wy_con{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        margin-top: 20px;
    }
    .wy{
        width: 280px;
        height: auto;
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }
    /*.wy:nth-child(3), .wy:nth-child(4){
        display:none;
    }*/
    .wy_img{
        width: 280px;
        height: 350px
    }
    .wy_tit{
        width: 100%;
        height: 40px;
        font-size: 22px;
        color: #000;
        line-height: 40px;
        text-overflow: ellipsis;
        overflow: hidden;
        box-sizing: border-box;
        margin-top: 10px;
        padding-right: 30px;
    }
    .wy_tit:hover{
        color: #009edb;
    }
    .wy_line{
        width: 70px;
        height: 3px;
        background-color: #009edb;
        margin-top: 5px;
    }
    .wy_tit2{
        width: 100%;
        height: auto;
        max-height: 100px;
        font-size: 16px;
        color: #000;
        line-height: 25px;
        text-align: justify;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        box-sizing: border-box;
        margin-top: 10px;
    }
    .wy_tit2:hover{
        color: #000;
    }

    .wy2_con{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        margin-top: 15px;
    }
    .wy2{
        width: 100%;
        height: auto;
    }
    .wy2_img{
        width: 100%;
        height: auto;
    }
    .wy2_img img{
        width: 100%;
        height: auto;
    }
    .wy2_tit{
       width: 100%;
        height: 35px;
        font-size: 20px;
        color: #000;
        line-height: 35px;
        text-overflow: ellipsis;
        overflow: hidden;
        box-sizing: border-box;
        margin-top: 10px;
        padding-right: 0;
        text-align: left;
    }
    .wy2_tit:hover{
        color: #009edb;
    }
    .wy2_line{
        width: 70px;
        height: 3px;
        background-color: #009edb;
        margin-top: 5px;
    }
    .wy2_tit2{
        width: 100%;
        height: auto;
        max-height: 60px;
        font-size: 14px;
        color: #000;
        line-height: 20px;
        text-align: justify;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        box-sizing: border-box;
        /*margin-top: 10px;*/
        margin-bottom: 10px;
    }
    .wy2_tit2:hover{
        color: #000;
    }
    .wy2 .swiper-slide{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        padding: 0 10px;
        background: none;
    }
    .mo_con{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
        margin-top: 0;
    }
    .mo{
        width: 50%;
        height: 220px;
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .mo_img{
        width: 100%;
        height: 220px;
    }
    .mo_over{
        width: 100%;
        height: 0;
        background-color: rgba(0, 0, 0, .4);
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        transition: all .5s;
        -ms-transition: all .5s;
    }
    .mo_tit{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        padding: 5px 10px 5px 10px;
        box-sizing: border-box;
    }
    .mo_tit strong{
        width: 100%;
        height: auto;
        font-size: 14px;
        color: #fff;
        text-align: left;
        line-height: 25px;
        word-break: break-all;
        font-weight: normal;
        margin-top: 3px;
    }
    .mo_tit span{
        width: 100%;
        height: auto;
        max-height: 40px;
        font-size: 12px;
        color: #fff;
        line-height: 20px;
        text-align: justify;
        word-break: break-all;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 3px;
    }
    .mo:hover .mo_over{
        height: 90px;
        bottom: 0;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
    }
    .gd2{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .mo2{
        width: 100%;
        height: 220px;
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .mo2_img{
        width: 100%;
        height: 220px;
    }
    .mo2_over{
        width: 100%;
        height: 90px;
        background-color: rgba(0, 0, 0, .4);
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        transition: all .5s;
        -ms-transition: all .5s;
    }
    .mo2_tit{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        padding: 5px 10px 5px 10px;
        box-sizing: border-box;
    }
    .mo2_tit strong{
        width: 100%;
        height: auto;
        font-size: 14px;
        color: #fff;
        text-align: left;
        line-height: 25px;
        word-break: break-all;
        font-weight: normal;
        margin-top: 3px;
    }
    .mo2_tit span{
        width: 100%;
        height: auto;
        max-height: 40px;
        font-size: 12px;
        color: #fff;
        line-height: 20px;
        text-align: justify;
        word-break: break-all;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 3px;
    }
    .mo2:hover .mo2_over{
        height: 90px;
        bottom: 0;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
    }
    .map{
        width: 100%;
        height: auto;
        background-color: rgba(0, 0, 0, .05);
        text-align: center;
    }
    .list_bd{
        width: 100%;
        height: auto;
        padding: 10px 20px 75px 20px;
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .list_left{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .list_tj{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .list_tj:nth-child(2){
        margin-top: 20px;
    }
    .list_tj_img{
        width: 100%;
        height: auto;
        margin-top: 15px;
    }
    .list_tj_tit{
        width: 100%;
        height: auto;
        font-size: 18px;
        color: #000;
        font-weight: bold;
        text-align: center;
        line-height: 40px;
        text-overflow: ellipsis;
        overflow: hidden;
        box-sizing: border-box;
    }
    .list_tj_tit:hover{
        color: #000;
    }
    .list_tj_line{
        width: 100px;
        height: 3px;
        background-color: #009edb;
        margin-top: 7px;
    }
    .list_tj_con {
        width: 100%;
        height: auto;
        font-size: 13px;
        color: #000;
        text-align: justify;
        text-indent:  25px;
        line-height: 25px;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        box-sizing: border-box;
        margin-top: 12px;
    }
    .list_tj_con:hover{
        color: #000;
    }
    .list_tj_con2 {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 5px;
    }
    .list_tj_con2 a {
        width: auto;
        height: auto;
        font-size: 13px;
        color: #000;
        line-height: 28px;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .list_tj_con2 a:hover {
        color: #009edb;
        text-decoration: underline;
    }
    .list_right{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .list_con{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 30px;
    }
    .list {
        width: 49%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin-left: 0;
        margin-bottom: 25px;
    }
    .list_tit{
        width: 100%;
        height: 30px;
        font-size:  22px;
        color: #000;
        line-height: 25px;
        text-overflow: ellipsis;
        overflow: hidden;
        box-sizing: border-box;
    }
    .list_tit:hover{
        color: #000;
        font-weight: bold;
    }
    .list_line{
        width: 100px;
        height: 3px;
        background-color: #009edb;
        margin-top: 5px;
    }
    .list_img{
        width: 100%;
        height: auto;
        margin-top: 10px;
    }
    .list_cc {
        width: 100%;
        height: 50px;
        font-size: 16px;
        color: #000;
        line-height: 25px;
        text-overflow: ellipsis;
        overflow: hidden;
        box-sizing: border-box;
        padding-right: 20px;
        margin-top: 10px;
    }
    .list_cc:hover {
        color: #009edb;
    }
    .pages{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }
    .list_search {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        box-sizing: border-box;
        padding: 0;
        background: #f2f2f2;
        margin-left: 0;
        position: relative;
    }
    .list_search_left{
        display: flex;
        flex-direction: row;
        justify-self: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }
    .list_sel{
        width: 80px;
    }
    .list_sel .layui-input{
        border: none;
    }
    .list_in{
        width: 95%;
        display: flex;
        flex-direction: row;
        margin-top: 10px;
    }
    .list_in_btn{
        width:  70px;
        height: 38px;
        background-color: #fff;
        border:  1px solid #009edb;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    .list_in_btn i{
        font-size: 20px;
        color: #999;
    }
    .layui-input, .layui-select, .layui-textarea{
        background-color: #f2f2f2;
    }
    .list_zm_con {
        position: relative;
        width: 95%;
        height: auto;
        top: 0;
        left: 0;
        box-shadow:  0 5px 5px rgba(0, 0, 0, 0.2);
    }
    .list_zm{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 15px;
        background-color: #fff;
    }
    .list_zm span{
        width: 32px;
        height: 32px;
        font-size: 13px;
        color: #999;
        line-height: 30px;
        text-align: center;
        cursor: pointer;
    }
    .list_zm span:hover{
        font-size: 18px;
        color: #000;
        font-weight: bold;
    }
    .list_zm .cur{
        font-size: 18px;
        color: #000;
        font-weight: bold;
    }
    .layui-form-checked[lay-skin=primary] i {
        border-color: #009edb !important;
        background-color: #009edb;
        color: #fff;
    }
    .layui-form-select dl dd.layui-this{
        background-color: #009edb;
    }
    .dd_bd{
        width: 100%;
        height: auto;
        padding: 10px 10px 35px 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }
    .dd_left{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .dd{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }
    .dd2{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        border-bottom: 1px dashed #e7e7e7;
        margin: 20px 0 0 0;
        padding-bottom: 15px;
    }
    .dd_tit{
        width: 100%;
        height: auto;
        font-size:  20px;
        color: #444;
        line-height: 35px;
        text-align: left;
        font-weight: bold;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .dd_tit2{
        width: 100%;
        height: auto;
        font-size:  20px;
        color: #444;
        line-height: 30px;
        font-weight: bold;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    /*.dd_tit2:hover{
        color: #009edb;
    }*/
    .dd_tit2_line {
        width: 160px;
        height: 3px;
        background-color: #009edb;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .dd_img{
        width: 100%;
        height: auto;
        max-width: 100%;
        min-width: auto;
        margin:  0 auto;
    }
    .dd p img{
        width: 100%;
        height: auto;
        max-width: 100%;
        min-width: auto;
        margin:  0 auto;
    }
    .dd_cc {
        width: 100%;
        height: auto;
        font-size: 16px;
        color: #000;
        text-align: justify;
        line-height: 32px;
        text-indent:  35px;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        box-sizing: border-box;
        padding:  0;
        margin:  20px auto 20px auto;
    }
    .dd p {
        width: 100%;
        height: auto;
        font-size: 16px;
        color: #000;
        text-align: justify;
        line-height: 28px;
        text-indent:  0;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        box-sizing: border-box;
        padding:  0 ;
        margin:  10px auto 20px auto;
    }
    .dd_cc2 {
        width: 100%;
        height: auto;
        font-size: 16px;
        color: #444;
        text-align: justify;
        line-height: 32px;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        box-sizing: border-box;
        padding-right: 0;
        max-height: 100px;
    }
    .dd_cc2:hover{
        color: #000;
        text-decoration: underline;
    }
    .dd_right{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .dd_bottom{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        border-top: 1px dashed #ddd;
        margin-top: 0;
        margin-bottom: 20px;
        padding: 5px 0;
    }
    .dd_bottom a{
        width: 100%;
        height: auto;
        font-size: 14px;
        color: #333;
        line-height: 25px;
        margin: 10px 0;
        word-break: break-all;
    }
    .dd_bottom a:hover{
        color: #009edb;
        text-decoration: underline;
    }
    .dd_bottom span{
        font-size: 14px;
        color: #999;
        line-height: 40px;
    }
    .layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this a, .layui-nav-tree .layui-this, .layui-nav-tree .layui-this>a, .layui-nav-tree .layui-this>a:hover{
        background-color: #078fd5;
    }
    .layui-nav-tree .layui-nav-bar{
        background-color: #078fd5;
    }
    /*关于我们*/
    .abd{
        width: 100%;
        min-width: auto;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        margin-top: 0;
        box-sizing: border-box;
        padding: 0 15px;
    }
    .ab1{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        padding: 0;
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .ab1_pic{
        width: 200px;
        height: 260px;
    }
    .ab1_con{
        width: 570px;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 0;
        margin-top: 10px;
    }
    .ab1_title{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-end;
    }
    .ab1_title strong{
        font-size: 24px;
        color: #666;
        line-height: 26px;
        font-weight: normal;
    }
    .ab1_title span{
        font-size: 18px;
        color: #000;
        line-height: 20px;
        margin-left: 10px;
    }
    .ab1_line{
        width: 160px;
        height: 3px;
        background-color: #009edb;
        margin-top: 15px;
    }
    .ab1_cc{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin-top: 15px;
        box-sizing: border-box;
        padding: 0;
    }
    .ab1_cc p{
        font-size: 16px;
        color: #000;
        line-height: 30px;
        word-break: break-all;
        text-indent: 32px;
        text-align: justify;
        margin-bottom: 10px;
        width: 100%;
        height: auto;
        max-height: 90px;
        overflow: hidden;
    }
    .abd2{
        width: 100%;
        min-width: auto;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 20px;
        margin-bottom: 0;
        box-sizing: border-box;
    }
    .ab2{
        width: 49.5%;
        height: auto;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        box-sizing: border-box;
        padding: 10px 0;
        margin-bottom: 20px;
        background-color: #f7f7f7;
    }
    .ab2_pic{
        width: 135px;
        height: 190px;
    }
    .ab2_con{
        width:100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 30px;
        box-sizing: border-box;
        margin-top: 20px;
    }
    .ab2_con a{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .ab2_title{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ab2_title strong{
        font-size: 18px;
        color: #666;
        font-weight: normal;
    }
    .ab2_title span{
        font-size: 14px;
        color: #000;
        margin-top: 5px;
    }
    .ab2_line{
        width: 100px;
        height: 3px;
        background-color: #009edb;
        margin-top: 5px;
    }
    .ab2_cc{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin-top: 15px;
    }
    .ab2_cc p{
        font-size: 14px;
        color: #999;
        line-height: 25px;
        text-align: center;
        word-break: break-all;
        max-height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    /*联系我们*/
    .ct{
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 0px 0 50px 0;
    }
    .ctc{
        margin-top: 0;
    }
    .ct_con{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
    .cta{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        box-sizing: border-box;
    }
    .cta:nth-child(1){
        align-items: center;
        padding-right: 0;
    }
    .cta:nth-child(2){
        align-items: center;
        padding-left: 0;
        margin-top: 20px;
    }
    .cta:nth-child(1) .cta_cc{
        width: 100%;
        align-items: center;
    }
    .cta:nth-child(2) .cta_cc{
        width: 100%;
        align-items: center;
    }
    .cta_title{
        width: 100%;
        font-size: 16px;
        color: #000;
        font-weight: bold;
        margin-top: 0;
    }
    .cta_cc{
        display: flex;
        flex-direction: column;
    }
    .cta_cc span{
        width: 100%;
        font-size: 14px;
        color: #000;
        text-align: left;
        margin-top: 6px;
        cursor: default;
    }
    .ctb{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }
    .cta_ewm{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 60px;
    }
    .cta_ewm span{
        font-size: 15px;
        color: #000;
        cursor: default;
        margin-top: 5px;
    }
    .cta_ewm img{
        width: 150px;
        height: 150px;
    }
    .dd_h1{
        width: 100%;
        height: auto;
        font-size:  26px;
        color: #444;
        line-height: 35px;
        text-align: center;
        font-weight: bold;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-bottom: 20px;
        box-sizing: border-box;
        padding:  0 3%;
    }
    .dd_h2{
        width: 100%;
        height: auto;
        font-size:  20px;
        color: #444;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-top:  10px;
        box-sizing: border-box;
        padding:  0 3%;
    }
    .dd_h3{
        width: 100%;
        height: auto;
        font-size:  16px;
        color: #444;
        line-height: 26px;
        font-weight: bold;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-top: 10px;
        margin-bottom:  5px;
        box-sizing: border-box;
        padding:  0 6%;;
    }
    .dd_zc{
        width: 100%;
        height: auto;
        font-size: 12px;
        color: #000;
        text-align: justify;
        line-height: 20px;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        box-sizing: border-box;
        padding:  0 5%;
        margin:  0 auto 5px auto;
    }
    .dd_zc2{
        width: 100%;
        height: auto;
        font-size: 14px;
        color: #000;
        text-align: justify;
        line-height: 20px;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        box-sizing: border-box;
        padding:  0 5%;
        margin:  10px auto;
    }
    .list_tj_oth2 {
        width: auto;
    }
    .wy_bd{
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .wy_top_right {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin-left: 0;
    }
    .wy_bd2{
        width: 96%;
        margin-bottom: 30px;
    }
    .wy_dd_bd{
        padding: 20px;
        flex-direction: column;
    }
    .wy_dd_left{
        width: 100%;
    }
    .wyd{
        width: 100%;
        max-width: 710px;
    }
    .wyc{
        max-width: 850px;
        height: 110px;
    }
    .dd_left3{
        width: 100%;
        justify-content: center;
    }
    .list3_tj:nth-child(3n) {
         margin-right: 25px; 
    }
    .dd_tit_oth0{
        padding-right: 0;
        justify-content: space-between;
        border-bottom: 1px dotted #ddd;
    }
    .dd_tit_oth0 span{
        margin: 0 5px;
        padding-bottom: 5px;
        border: none;
    }
    .dd_zc_img{
        width: 100%;
    }
    .wy_top_pic {
        width: 400px;
        height: auto
     }
     .zd .swiper-slide{
        height: auto;
        margin-top: 15px;
     }
     .zd .swiper-button-next, .zd .swiper-button-prev{
        display: none;
     }
     .form_title{
        margin-top: 10px;
        margin-bottom: 10px;
     }
     .form_title span{
        font-size: 22px;
        margin-top: 20px;
     }
     .form_title small{
        width: 120px;
     }
     .layui-form-item{
        margin-bottom: 0;
     }
     .ctc .layui-btn{
        margin-top: 15px;
     }
    .tj_cc:nth-child(6)
    ,.tj_cc:nth-child(7)
    ,.tj_cc:nth-child(8)
    ,.tj_cc:nth-child(9)
    ,.tj_cc:nth-child(10){
        display: none;
    }
    .bcs_page {
        width: 100%;
        height: auto;
        border: none;
        background-color: #fff;
        border-top: none;
        padding: 15px 10px;
    }
    .pagination {
        display: inline-block;
        padding-left: 0;
        margin: 0;
        border-radius: 3px;
    }
    .list3_tj{
        width: 100%;
        height: auto;
        margin-right: 0;
    }
    .list3_tj_img{
        width: 100%;
        height: auto;
    }
    .wy_top_bd{
        margin-top: 10px;
    }
    .wy_bd{
        padding: 20px 30px 170px 30px;
    }
    .wy_top_tit {
        font-size: 28px;
        margin-top: 25px;
    }
    .abd .layui-colla-title {
        height: 35px;
        line-height: 35px;
        padding: 0 10px 0 30px;
    }
    .abd .layui-colla-icon{
        font-size:  15px;
    }
    .layui-elem-quote{
        font-size: 16px;
    }
}