@charset "utf-8";
@media screen and (max-width: 1580px){
    .header_m{
        width: 1200px;
    }
    header{
        height: 100px;
    }
    .logo{
        margin-top: 35px;
    }
    .logo img{
        height: 30px;
    }
    .head_nav{
        margin-left: 30px;
    }
    .head_nav ul li{
        margin: 0 30px;
    }
    .head_nav ul li .navA{
        height: 100px;
        padding-top: 0;
    }
    .head_nav ul li .navA a{
        line-height: 100px;
        font-size: 20px;
    }
    .search_but{
        margin-top: 42px;
    }
}
@media screen and (min-width: 1200px){
    .container-fluid {
        padding-left:0 !important;
        padding-right:0 !important;
    }
    .bot_bj .container {
        max-width: 1200px;
		padding-left:0 !important;
		padding-right:0 !important;
    }
}
@media screen and (max-width: 1440px){
    .swiper_banner{
        height: 600px;
    }
    .banner_text{
        padding-left: 100px;
    }
    .banner_text span{
        font-size: 50px;
    }
    .banner_text p{
        font-size: 50px;
    }
}
@media screen and (max-width: 1360px){
    .header_m{
        width: 1100px;
    }
    .logo img{
        height: 26px;
    }
    .search_but{
        margin-top: 38px;
    }
    .head_nav ul li{
        margin: 0 20px;
    }
    .indexa_list{
        width: 1100px;
        margin: auto;
        margin-top: 85px;
    }
    .indexb_qhk{
        width: 1100px;
        margin: auto;
    }
    .indexc_title{
        width: 1100px;
        margin: auto;
    }
    .indexc_p{
        width: 1100px;
        margin: auto;
        margin-top: 35px;
    }
    .indexc_share{
        width: 1100px;
        margin: auto;
        margin-top: 50px;
    }
    .footer_top{
        width: 1100px;
        margin: auto;
    }
}
@media screen and (max-width: 1199px){
    body{ min-width: 320px;}
    .indexa_list{
        width: 100%;
    }
    .indexb_qhk{
        width: 100%;
    }
    .indexb_but dd{
        margin: 0 18px;
        width: 160px;
        height: 50px;
        line-height: 50px;
        font-size: 24px;
    }
    .indexb_cp_div{
        padding: 60px 30px 60px;
    }
    .indexc_title{
        width: 100%;
    }
    .indexc_p{
        width: 100%;
    }
    .indexc_share{
        width: 100%;
    }
    .footer_top{
        width: 100%;
    }
    .logo2{
        margin-top: 15px;
    }
    .logo2 img{
        height: 26px;
    }
    .ny_contact_info{
        margin-top: 25px;
    }
    .ny_contact_info dd span{
        font-size: 16px;
    }
    .ny_contact_info dd img{
        width: 26px;
    }
}
@media screen and (max-width: 1150px){
    .header_m{
        width: 1000px;
    }
}
@media screen and (max-width: 1024px) {
    header{
        height: 80px;
    }
    .logo{
        margin-top: 25px;
    }
    .search_but{
        margin-top: 28px;
    }
    .search_but{
        margin-right: 20px;
    }
    .header_m{
        width: 100%;
    }
    /*导航*/
    .top_butt{ display: block; float: right; margin-top: 25px;  width: 30px; height: 30px; z-index: 99999; position: relative;}
    .top_butt .bar{ width: 30px; height: 2px; display: block; background: #0545A1; 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: #ffffff;
        -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;
        margin-left: 0;
        box-shadow: 0 0 5px #cccccc;
    }
    .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 #efefef;}
    .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: #000000; font-weight: bold; position: absolute; right: 0; padding-right: 20px; 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{ border-bottom: solid 1px rgba(255,255,255,0.3);}
    .head_nav ul li .navTwo dd a{ display: block; float: left; margin-left: 10px; color: #000000;}
    .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;
    }
    .swiper_banner{
        height: 500px;
    }
    .banner_text{
        padding-left: 50px;
    }
    .banner_text span{
        font-size: 40px;
        line-height: 40px;
    }
    .banner_text p{
        font-size: 40px;
        line-height: 40px;
    }
    .index_title span{
        font-size: 30px;
    }
    .indexa_list{
        margin-top: 30px;
    }
    .indexb_but dd{
        font-size: 20px;
    }
    .indexb_cp_info span{
        font-size: 28px;
    }
    .indexc_title span{
        font-size: 30px;
    }
    .bot_nav ul{
        margin-top: 15px;
    }
    .bot_nav ul li{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .search_div{
        width: 80%;
    }
    .ny_title h1{
        font-size: 40px;
    }
    .ny_contact{
        margin-top: 50px;
    }
    .cp_plate{
        padding: 50px 0;
    }
    .cp_plate .cp_plate_m{
        display: block;
    }
    .cp_plate_left{
        width: 100%;
        display: flex;
        margin-bottom: 30px;
    }
    .cp_plate_left dd{
        width: 25%;
        line-height: 46px;
        font-size: 18px;
    }
    .cp_plate_right{
        width: 100%;
    }
    .news_right{
        padding: 0;
    }

    .cp_plate_left{
        position: relative;
        z-index: 10;
    }
    .cp_plate_left dd{
        border-top: solid 1px #EAEAEA !important;
    }
    .cp_plate_b{
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 9;
        background: #ffffff;
    }
}
@media screen and (max-width: 768px) {
    .swiper_banner{
        height: 400px;
    }
    .indexa{
        padding: 45px 0 45px;
    }
    .indexa_list li{
        margin-bottom: 30px;
    }
    .indexb_but dd{
        width: 140px;
        font-size: 18px;
        margin: 0 10px;
    }
    .indexb_cp_div{
        padding: 30px;
    }
    .indexc{
        padding: 60px 0;
    }
    .indexc_title span:after{
        height: 6px;
        margin-bottom: 15px;
    }
    .logo2{
        margin-top: 0;
    }
    .ny_contact_info dd{
        margin: 10px 0;
    }
    .cp_plate_show{
        width: 100%;
    }
    .Photoalbum{
        width: 100%;
    }
    .cpSwiper2{
        width: 100%;
        height: 100%;
    }
    .cpSwiper2 .swiper-slide img{
        width: 100%;
    }
    .cpSwiper{
        width: 71%;
    }
    .cpSwiper_div{
        width: 100%;
    }
    .cpSwiper .swiper-slide{
        height: auto;
    }


}
@media screen and (max-width: 576px) {
    .search_but{
        margin-top: 18px;
    }
    .top_butt{
        margin-top: 16px;
    }
    header{
        height: 60px;
    }
    .logo{
        margin-top: 18px;
    }
    .logo img{
        height: 22px;
    }
    .head_nav{
        margin-right: 0;
        width: 75%;
    }
    .head_nav ul li .navA a{
        font-size: 16px;
    }
    .swiper_banner{
        height: 280px;
    }
    .banner_text{
        padding-left: 0;
        width: 100%;
        text-align: center;
    }
    .banner_text span{
        font-size: 30px;
        line-height: 28px;
    }
    .banner_text p{
        font-size: 30px;
        line-height: 28px;
    }
    .indexb{
        padding: 45px 0 45px;
    }
    .indexb_but{
        margin-top: 30px;
    }
    .indexb_but dd{
        width: 40%;
        margin-bottom: 15px;
    }
    .indexb_cp_list li{
        margin-bottom: 30px;
    }
    .indexc_title{
        width: 100%;
        text-align: center;
    }
    .indexc_title span:after{
        width: 100%;
    }
    .indexc_p{
        font-size: 16px;
        line-height: 26px;
    }
    .indexc_share{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .indexc_share dd{
        width: 50px;
        height: 50px;
        margin-right: 0;
        margin: 0 10px;
        line-height: 50px;
    }
    .indexc_share dd i{
        font-size: 18px!important;
    }
    .footer_top{
        display: block;
    }
    .bot_nav{
        width: 100%;
        margin-top: 15px;
    }
    .bot_nav ul{
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .bot_nav ul li{
        width: 48%;
        padding: 5px 0;
        text-align: center;
        border: solid 1px #efefef;
        background: rgba(255,255,255,0.5);
    }
    .footer_bot{
        padding: 10px 0;
        font-size: 14px;
        line-height: 24px;
    }
    .ny_title h1{
        font-size: 26px;
    }
    .ny_mm{
        font-size: 16px;
    }
    .ny_contact{
        display: block;
    }
    .ny_contact_left{
        width: 100%;
    }
    .logo2{
        padding-left: 0;
    }
    .ny_contact_right{
        width: 100%;
    }
    .ny_msg_div button{
        width: 100%;
    }
    .cp_plate_left{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .cp_plate_left dd{
        width: 50%;
        font-size: 16px;
        line-height: 40px;
    }
    footer{
        padding-top: 30px;
    }
    .cp_plate_info{
        margin-top: 30px;
    }
    .cp_show_title{
        font-size: 18px;
        line-height: 24px;
    }
    .news_right ul li a{
        font-size: 16px;
        line-height: 24px;
    }
    .news_show_right{
        padding: 20px;
    }
    .news_show_title{
        font-size: 18px;
    }
    .news_show_nr{
        font-size: 14px;
        line-height: 26px;
    }
}

@media screen and (max-width: 414px) {

}





