<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@media screen and (min-width: 1200px){
    .container-fluid {
        padding-left:0 !important;
        padding-right:0 !important;
    }
    .container {
        max-width: 1200px !important;
		padding-left:0 !important;
		padding-right:0 !important;
    }
}
@media screen and (max-width: 1199px){
    body{ min-width: 320px;}
    .container{
        width: 100%;
        max-width: none;
    }
    .head_nav{
        width: 82%;
    }
    .indexg_list ul li{
        margin-bottom: 20px;
    }
    .swiper_banner_img{
        text-align: center;
        width: 100%;
    }


}
@media screen and (max-width: 1024px) {

    header{
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(255,255,255,0.5);
    }
    .header_top{
        position: absolute;
        top: 13px;
        right: 150px;
    }

    /*导航*/
    .top_butt{ display: block; float: right; margin-top: 6px;  width: 30px; height: 30px; z-index: 99999; }
    .top_butt .bar{ width: 30px; height: 2px; display: block; background: rgb(242, 38, 69); margin: 6px 0;
        border-radius: 25px;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    .cross .bar:nth-of-type(1) {
        -webkit-transform: translateY(13.5px) rotate(-40.5deg);
        -ms-transform: translateY(13.5px) rotate(-40.5deg);
        transform: translateY(8px) rotate(-40.5deg);
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    .cross .bar:nth-of-type(2) {
        opacity: 0;
    }
    .cross .bar:nth-of-type(3) {
        -webkit-transform: translateY(-15px) rotate(45deg);
        -ms-transform: translateY(-15px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

    .head_nav{
        width: 50%; height: 100%;  position:fixed; top: 0; left:-100%; opacity: 0; margin-top: auto;
        background: rgba(8,13,18,0.8);
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        z-index: 99998;
    }
    .head_nav ul{ width: 100%; height: 98%; overflow-x: hidden; overflow-y: auto;}
    .head_nav ul li{ width: 100%; height: auto; background: no-repeat; margin: 0; border-bottom: solid 1px rgba(255,255,255,0.2);}
    .head_nav ul li:hover{ background: none;}

    .head_nav ul li .navA{ float: left; width: 100%; height: auto; padding-top: 0;}
    .head_nav ul li:hover .navA:after{ content: none;}
    .head_nav ul li.on .navA:after{ content: none;}
    .head_nav ul li .navA span{ display: none;}

    .head_nav ul li .navA a{ float: left; margin-left: 20px; line-height: 50px;}
    .head_nav ul li .top_down{ display: block; width: 40%; line-height: 50px; text-align: right; color: #fff;  position: absolute; right: 10px; top: 0;}
    .head_nav ul li .navTwo{ display: none; width: 86%; float: left; margin-left: 5%; background: none; position: relative; left: auto; top: auto;
        box-shadow: none;
        opacity: 1;
        visibility: inherit;
        display: none;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transition: none;
        -o-transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
    }
    .head_nav ul li:hover .navTwo{
        opacity:1;
        visibility:inherit;
        transform:none;
        -webkit-transform:none;
        -moz-transform:none;
        -ms-transform:none;
        -o-transform:none;
    }
    .head_nav ul li .navTwo dd{ float: left; width: 100%; border-bottom: solid 1px rgba(255,255,255,0.3);}
    .head_nav ul li .navTwo dd a{ display: block; line-height: 46px !important; float: left; margin-left: 10px; color: #ffffff; font-size: 16px !important;}
    .head_nav ul li .navTwo dd:last-child{ border-bottom: none;}
    .head_nav ul li .navTwo dd:hover{ background: none;}
    .head_nav_on{ left: 0; opacity: 1;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        z-index: 99999;
    }

    .head_nav ul li:hover .navA{
        background: none;
    }
    .head_nav ul li.on .navA {
        background: none;
    }
    .head_nav ul li:hover .navA a{
        color: #ffffff;
    }
    .head_nav ul li.on .navA a{
        color: #ffffff;
    }
    .head_nav ul li .navA a{
        font-weight: 500;
    }

    .swiper_banner{
        height: 600px;
    }
    .indexa{
        height:auto;
        padding-top: 30px;
    }
    .indexa_bk{
        position: relative;
        top: auto;
        left: auto;
    }
    .indexa_bk{
        -moz-box-shadow: 0 0 6px rgba(102, 102, 102, 0.27);
        -webkit-box-shadow: 0 0 6px rgba(102, 102, 102, 0.27);
        -ms-box-shadow: 0 0 6px rgba(102, 102, 102, 0.27);
        -o-box-shadow: 0 0 6px rgba(102, 102, 102, 0.27);
        box-shadow: 0 0 6px rgba(102, 102, 102, 0.27);
    }
    .indexf_list_left{
        width: 80%;
    }
    .indexf_list_info{
        width: 69%;
    }
    .footer_top_left{
        width: 66%;
    }
    .banner_a_text span{
        font-size: 70px;
    }
    .banner_a_pa{
        font-size: 28px;
    }
    .banner_a_pb{
        font-size: 26px;
    }
    .ny_m_left{
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .header_top{
        margin-top: 0;
        width: auto;
    }
    .banner_a_text span{
        font-size: 60px;
        line-height: 70px;
    }
    .banner_a_pa{
        font-size: 24px;
    }
    .banner_a_pb{
        font-size: 22px;
    }
    .indexc_div ul{
        width: 100%;
    }
    .indexf_list_right{
        display: none;
    }
    .indexf_list ul li{
        width: 100%;
    }
    .indexf_list_left{
        width: 100%;
    }
    .indexf_list_info{
        width: 66%;
    }
    .footer_top_left{
        width: 100%;
    }
    .footer_top_right{
        width: 100%;
    }
    .header_logo{
        height: 60px;
    }
    .header_logo img{
        height: 100%;
    }
}
@media screen and (max-width: 576px) {
    header{
        position: absolute;
        background: none;
        height: 63px;
    }
    .header_top{
        right: 0;
        top: 14px;
        width: auto;
    }
    .top_butt{
        margin-top: 17px;
    }
    .header_search{
        margin-right: 10px;
        float: left;
    }
    .header_logo{
        height: 85px;
        width: 100%;
        position: absolute;
        top: 60px;
        text-align: center;
        left: 0;
    }
    .header_mr{
        float: right;
    }
    .banner_a_text span{
        font-size: 34px;
        line-height: 40px;
        margin: 0 10px;
    }
    .banner_a_pa{
        font-size: 20px;
        line-height: 26px;
    }
    .banner_a_pb{
        font-size: 20px;
        line-height: 26px;
        padding: 0 50px;
    }
    .swiper_banner_img img{
        width: 80%;
        height: auto;
    }
    .swiper_banner{
        height: 480px;
    }
    .banner_a_text{
        margin-top: 100px;
    }
    .indexa_bk{
        height: auto;
        padding: 20px 0;
    }
    .indexa_bk_ul{
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .indexa_bk_li{
        width: 50%;
        padding: 0 20px;
        margin-bottom: 30px;
    }
    .indexa_bk .indexa_bk_li:nth-child(3){
        width: 100%;
        margin-bottom: 10px;
    }
    .indexb{
        background: url(../images/10005.jpg) right center no-repeat;
    }
    .indexb_right{
        width: 100%;
        padding-left: 0;
    }
    .indexb_right_title{
        text-align: center;
    }
    .indexb_right_a a{
        width: 100%;
    }
    .indexc{
        padding-top: 30px;
    }
    .indexc_title p{
        font-size: 18px;
    }
    .indexc_div ul li{
        width: 50%;
    }
    .indexc_div ul li img{
        width: 100%;
    }
    .r_img {
        right: -166px;
        width: 300px;
        top: 236px;
    }
    .indexd_imglist_li{
        width: 100%;
        margin-bottom: 10px;
    }
    .indexd_link a{
        width: 100%;
    }
    .indexe_list ul{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .indexe{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .indexe_list ul li{
        width: 50%;
        padding: 0 5px;
    }
    .indexe_list ul li img{
        width: 130px;
    }
    .indexe_list ul li p{
        font-size: 13px;
    }
    .indexf_list_img{
        width: 100%;
        height: auto;
    }
    .indexf_list_img img{
        width: 100%;
        height: auto;
    }
    .indexf_list_info{
        width: 100%;
        margin-top: 20px;
    }
    .indexf_list ul li{
        margin: 30px 0;
    }
    .indexf_list_left{
        padding-bottom: 30px;
    }
    .logodb{
        width: 100%;
        text-align: center;
    }
    .footer_top_a{
        display: block;
    }
    .logomc span{
        font-size: 28px;
    }
    .logomc p{
        font-size: 16px;
    }
    .footer_top_b{
        padding-left: 0;
    }
    .footer_top_ewm dd:nth-child(1){
        display: none;
    }
    .footer_top_ewm{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .head_nav{
        width: 75%;
    }
    .top_butt .bar{
        background: #ffffff;
    }
    .ny_m_left{
        display: none;
    }
    .ny_m_right{
        width: 100%;
    }
    .ny_m_mbx{
        display: none;
    }
    .ny_m_bt{
        width: 100%;
        text-align: center;
    }
    .ny_m_img{
        position: relative;
        width: 100%;
        height: auto;
    }
    .ny_m_right{
        border-radius: 4px;
    }
    .ny_m_img img{
        height: auto;
        width: 100%;
    }
    .gsln_list ul{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .gsln_list ul li{
        width: 50%;
    }
    .gsln_list ul li img{
        width: 80%;
    }
    .head_nav{
        right: -100%;
        left: auto;
    }
    .head_nav_on{
        right: 0;
    }
    .ny_m_info .indexg_list .indexg_list_info p{
        font-size: 15px;
    }
    .ny_m_ryzz_title{
        background: #ffffff;
    }
    .news_list ul li a{
        width: 73%;
    }
    .news_show_qt span{
        margin: 0 10px;
    }
    .news_show_xq{
        padding: 0;
    }
    .lxwm_top_a{
        display: block;
    }
    .lxwm_top_a .logodb{
        width: 100%;
    }
    .lxwm_top_a .logomc{
        width: 100%;
        text-align: center;
    }
    .lxwm_right{
        width: 100%;
        margin-top: 30px;
    }
    .lxwm_map{
        height: 500px;
    }
    footer{
        padding-bottom: 60px;
    }
    .footer_bottom{
        display: none;
    }

    .wap_bot{
        z-index: 8;
        position: fixed;
        padding: 10px 0;
        left: 0;
        bottom: 0;
        display: block;
        width: 100%;
        background: rgb(0, 89, 129);
        border-top: 1px solid rgba(255,255,255,0.2);
    }
    .wap_bot ul{
        padding-left: 0;
        width: 100%;
        display: flex;
    }
    .wap_bot ul li{
        width: 25%;
        text-align: center;
        color: #ffffff;
    }
    .wap_bot ul li a{
        width: 100%;
        display: flex;
        justify-content:center;
        flex-direction:column;
        align-items:center;
        color: #ffffff;
        font-size: 14px;
    }
    .wap_bot ul li a i{
        font-size: 20px;
        margin-bottom: 5px;
    }

}

@media screen and (max-width: 414px) {

}





</pre></body></html>