@charset "utf-8";

@media screen and (min-width: 1200px){
    .container-fluid {
        padding-left:0 !important;
        padding-right:0 !important;
    }
}
@media screen and (max-width: 1680px){
    .swiper_banner{
        /*height: 920px;*/
    }

}
@media screen and (max-width: 1580px){
    .swiper_banner{
        /*height:860px;*/
    }

}
@media screen and (max-width: 1480px){
    .swiper_banner{
        /*height:760px;*/
    }

}
@media screen and (max-width: 1400px){
    .head_nav ul li{
        margin: 0 10px;
    }
    .logo a{
        font-size: 26px;
    }
}
@media screen and (max-width: 1380px){
    .head_nav ul li:after{
        top:15px;
    }
}
@media screen and (max-width: 1280px){
    .banner{
        margin-top: 0;
    }
    .head_nav ul li .navA a{
        padding-top:10px;
    }
    .head_nav ul li:after{
        top:0;
    }
    .logo{
        height: 80px;
        line-height: 80px;
    }
    .head_nav ul li .navA a{
        line-height: 80px;
    }
    .index_tel{
        height: 80px;
    }
    .swiper_banner {
        /*height: 700px;*/
    }
    .indexd_div span{
        font-size: 26px;
        line-height: 30px;
    }
    .indexd_div p{
        font-size: 14px;
        line-height: 22px;
    }
    .indexd_div img{
        height: 22px;
    }
    .zp_list ul li .zp_div a{
        font-size: 28px;
    }
    .hx_h{
        /*height: 80px;*/
    }
}
@media screen and (max-width: 1199px){
    .head_nav ul li:after{
        top:15px;
    }
    body{ min-width: 320px;}
    header{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .head_nav ul li{
        padding: 0 8px;
        margin: 0 8px;
    }
    .head_nav ul li .navA a{
        font-size: 15px;
        padding-top:40px;
        line-height: initial;
        padding-bottom: 10px;
    }

    .logo a{
        font-size: 22px;
    }
    .index_tel span{
        font-size: 16px;
    }
    .banner{
        margin-top: 0;
    }
    .swiper_banner{
        height: 500px;
    }
    .indexa_div{
        height: auto;
    }
    .indexa_div span{
        font-size: 60px;
        line-height: 60px;
    }
    .indexc{
        padding: 100px 0;
    }
    .about_img{
        padding: 100px 0;
    }
    .about_title span{
        font-size: 30px;
    }
    .about_info{
        font-size: 18px;
    }
    .index_title span{
        font-size: 28px;
        line-height: 30px;
    }
    .lx_a_bt{
        height: 90px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        font-size: 26px;
    }
    .nybanner_title span{
        font-size: 36px;
        background-size: 100px;
    }
    .nybanner{
        height: 450px;
    }
    .dt_list_title a{
        font-size: 16px;
    }
    .zp_list{
        padding: 100px 0;
    }
    .zp_list ul li .zp_div a{
        font-size: 24px;
    }
    .nybanner_s{
        padding-top: 80px;
    }

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

    /*导航*/
    .top_butt{ display: block; float: right; margin-top: 24px;  width: 30px; height: 30px; z-index: 99999; }
    .top_butt .bar{ width: 30px; height: 2px; display: block; background: rgba(7, 63, 154, 1); 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{
        box-shadow: 0 0 10px #efefef;
        width: 75%;
        height: 100%;
        position:fixed; top: 0; left:-100%; opacity: 0; margin-top: auto;
        background: rgba(255,255,255,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: 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: 40px; padding-top: 0; padding-bottom: 0;}
    .head_nav ul li .top_down{ display: block; width: 40%; line-height: 40px; text-align: right; color: #000000;  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{ border-bottom: solid 1px rgba(255,255,255,0.3); overflow: hidden; height: auto;}
    .head_nav ul li .navTwo dd a{ display: block; float: left; margin-left: 15px; 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;
    }

    .indexa{
        padding: 80px 0;
    }
    .indexa_div span {
        font-size: 50px;
        line-height: 50px;
    }
    .indexa_div p {
        font-size: 26px;
        line-height: 26px;
    }
    .indexd_div{
        padding: 80px 15px;
        /*padding-top: 130px;*/
        /*padding-bottom: 80px;*/
    }
    .nybanner{
        height: 400px;
    }
    .indexd{
        padding: 80px 0;
    }
    main .indexd_list{
        margin-top: 0;
    }
    .news_list_right a{
        font-size: 22px;
    }
    .news_list_right{
        padding-top: 10px;
    }
    .news_list_right p{
        font-size: 14px;
    }
    .news_list_time{
        margin-top: 15px;
    }
    .news_list{
        padding-top: 100px;
    }
}
@media screen and (max-width: 768px) {
    .banner{
        margin-top:0;
    }
    .swiper_banner{
        height: 330px;
    }
    .indexd_list li{
        margin-bottom: 30px;
    }

    .lx_a_bt {
        top: -30px;
        height: 70px;
        border-top-left-radius: 16px;
        border-bottom-left-radius: 16px;
        font-size: 20px;
    }
    .lx_a_left span{
        font-size: 16px;
    }
    .lx_a_left p{
        font-size: 16px;
    }
    .lx_a_div span{
        font-size: 16px;
    }
    .lx_a_div p{
        font-size: 16px;
    }
    .lxwm_msg{
        width: 100%;
    }
    .dt_list{
        padding: 80px 0;
    }
    .cp_list{
        padding: 80px 0;
    }
    .zp_list{
        padding: 80px 0;
    }
    .nybanner_s{
        padding-top: 0;
    }
    .nybanner_s form{
        width: 360px;
        margin-left: 120px;
    }
    .nybanner_s form button{
        width: 15%;
    }
    .nybanner_s form input{
        width: 85%;
    }
    .news_list_img img{
        height: 100%;
    }
    .job_list{
        margin-top: 100px;
    }
}
@media screen and (max-width: 576px) {
    .top_butt{
        margin-top: 10px;
    }
    header{
        background: #ffffff !important;
        box-shadow: 0 0 10px #efefef !important;
        padding-bottom: 10px;
    }
    .logo{
        margin-top: 8px;
        height: auto;
        line-height: normal;
    }
    .logo img{
        height: 28px;
    }
    .banner{
        margin-top: 80px;
    }
    .swiper_banner{
        height: 200px;
    }
    .swiper_banner .swiper-pagination span{
        width: 10px;
        height: 10px;
    }
    .indexa{
        padding: 50px 0;
    }
    .indexa_div{
        background-size: cover !important;
        height: 240px;
    }
    .indexa_div span {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .indexa_div p {
        font-size: 22px;
        line-height: 22px;
    }
    .indexb{
        padding: 50px 0;
    }
    .indexb_list{
        margin-top: 40px;
    }
    .indexc{
        padding: 50px 0;
    }
    .indexc_list{
        margin-top: 30px;
    }
    .indexd{
        padding: 50px 0;
    }
    .indexd_list{
        margin-top: 30px;
        padding: 0 30px;
    }
    .indexd_div{
        padding:50px 30px;
    }
    .indexd_div a{
        margin-top: 40px;
    }
    .indexd_div span {
        font-size: 26px;
        line-height: 26px;
    }
    .footer_top_right{
        width: 100%;
    }
    .footer_ewm{
        width: 100%;
        margin-top: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer_ewm dd{
        margin-left: 0;
        margin: 0 15px;
    }
    .footer_tel{
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .about_img{
        padding: 30px 0;
    }
    .about_title span{
        font-size: 22px;
    }
    .about_title{
        padding-bottom: 20px;
    }
    .about_info{
        font-size: 16px;
        line-height: 28px;
    }
    .nybanner{
        height:300px;
    }
    .nybanner_title span{
        height: 70px;
        font-size: 30px;
        background-size: 80px;
        line-height: 60px;
    }
    .lx_a_bt {
        width: 120px;
        top: -30px;
        height: 50px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        font-size: 16px;
    }
    .lx_b{
        padding-bottom: 30px;
    }
    .lx_b .lx_a_div{
        width: 50%;
        margin-bottom: 15px;
    }
    .lxwm_ly{
        height: auto;
        padding: 50px 0;
    }
    .lxwm_msg_m{
        margin-top: 30px;
    }
    .nybanner_s{
        position: relative;
    }
    .nybanner_s form{
        margin-left: 0;
    }

    .footer_c{
        width: 100%;
        padding: 0 15px;
    }
    .footer_a{
        font-size: 14px;
        margin-top: 20px;
    }
    .footer_a a{
        display: inline-block;
        line-height: 26px;
    }
    .index_news_but dd{
        margin: 0 15px;
    }
    .cp_banner{
        /*margin-top: 80px;*/
    }
    .indexh{
        padding: 30px 0;
    }
    .cp_list{
        padding: 50px 0 30px 0;
    }
    .showdiv{
        padding: 30px 0;
    }
    .location{
        font-size: 14px;
    }
    .show_banner{
        height: 0;
        margin-top: 80px;
    }
    .cp_show_left{
        width: 100%;
    }
    .cp_show_right{
        width: 100%;
        margin-top: 30px;
    }
    .news_list{
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .news_list_img{
        width: 100%;
    }
    .news_list_img img{
        height: auto;
    }
    .news_list_right{
        width: 100%;
    }
    .news_list_right a{
        font-size: 18px;
    }
    .job_list{
        margin-top: 50px;
    }
    .job_list_left{
        width: 100%;
        margin-bottom: 15px;
    }
    .job_list_gsm{
        font-size: 16px;
    }
}

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

}





