﻿.header_mobile{
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 60px;
    z-index: 9999;
}
.header_mobile .biao{
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_mobile .biao .mobileLogo{
    width: 40%;
    height: auto;
}
.header_mobile .biao .mobileLogo a img{
    width: 80%;
}
.header_mobile .biao .biaoRight{
    position: relative;
    width: 35px;
    height: 25px;
    cursor: pointer;
} 

.header_mobile .biao .biaoRight span{
    display: block;
    margin-top: 12px;
    width: 35px;
    height: 2px;
    background-color: #fff;
}
.header_mobile .biao .biaoRight span::before{
    content: '';
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: #fff;
    top: 0;
    left: 0;
}
.header_mobile .biao .biaoRight span::after{
    content: '';
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: #fff;
    bottom: 0;
    left: 0;
}
.mobileNav{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    right: -100%;
    z-index: 999999999999;
    background: #ddf3ff;
    transition: all 0.35s;
    box-sizing: border-box;
    padding: 20px;
}
.mobileNav ul{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.mobileNav ul li{
    position: relative;
    display: flex;
    flex-direction: column;   
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ccc;
}
.mobileNav ul li .liTop{
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
    justify-content: space-between;

}
.mobileNav ul li a{
    line-height: 45px;
    font-size: 15px;
    display: block;
    width: 50%;
    height: 45px;
    color: #6a6a6a;
}
.mobileNav ul li span{
    font-size: 25px;
    color: #ccc;
    width: 30%;
    text-align: center;
}

.mobileNav ul li .subnav{
    position: relative;
    height: auto;
    display: none;
    width: 100%;
}
.mobileNav ul li .subnav li{
    padding-left: 10%;
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}
.mobileNav ul li .subnav li a{
    line-height: 35px;
    font-size: 15px;
}


.mobileNav .search {
    width: 95%;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .mobileNav .search .search_con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
    width: 80%;
    height: 35px;
    border-radius: 25px;
    background-color: #fff;
    border: 1px solid #3877bc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  .mobileNav .search .search_con input {
    width: 80%;
    height: 35px;
    background: none;
    border: none;
    outline: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  .mobileNav .search .search_con img {
    margin-left: 15px;
    width: 20px;
    height: 20px;
  }
  
  .navnav{
    display: none;
    margin-bottom: 15px;
    width: 100%;
}
.mobileNav_top{
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.mobileNav_top img{
    width: 40px;
    height: 40px;
}
.mobileNav.active{
    right: 0;
}
@media (max-width:1700px) and (min-width:1200px){
    .idcCon,.dingzhiCon,.dingzhiCon,.fazhan,.news,.jicheng,.aboutHuanjing{
        zoom:0.8;
    }

    .idcCon .idcCon_1 .idcCon_left p {		margin-bottom: 0.5rem;	}
}

@media (max-width:1550px){

    .header .header_c .header_right ul li a{
        font-size: 16px;
    }
    .header .header_c .tel p{
        font-size: 18px;
    }
    .banner .wenzi .wenziTop h2{
        font-size: 140px;
    }
    .banner .wenzi .wenziTop p{
        font-size: 40px;
    }
    .banner .wenzi .wenziBottom p{
        font-size: 40px;
    }
    .banner .wenzi .wenziBottom span{
        font-size: 18px;
    }
    .index_fazhan .fazhan .fazhan_con ul li .left h3{
        font-size: 25px;
        margin-bottom: 15px;
    }
    .index_fazhan .fazhan .fazhan_con ul li .left p{
        font-size: 15px;
    }
    .index_fazhan .fazhan .fazhan_con ul li{
        height: 250px;
        padding: 25px 15px;
    }
    .index_fazhan .fazhan{
        padding-top: 50px;
    }
    .index_fazhan .fazhan h2{
        margin-bottom: 30px;
        font-size: 35px;
    }
    .index_dongtai h2{
        font-size: 35px;
    }
    .index_fuwu h2{
        font-size: 35px;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        margin-top: 80px !important;
        left:80px !important;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
        margin-top: 130px !important;
        left:80px !important;
    }
    .index_fazhan{
        height: 550px;
    }

    .index_dongtai{
        margin: 20px auto;
        width: 95%;
        padding: 15px;
    }
    
    .index_fuwu{
        width: 95%;
        margin: 20px auto;
        height: auto;
    }
    .index_fuwu h2{
        margin-bottom: 20px;
    }
    .index_fuwu ul{
        flex-direction: column;
    }
    .index_fuwu ul li{
        margin-bottom: 20px;
        width: 100%;
    }
    

    .aboutNav{
        height: auto;
    }
    .aboutNav ul{
        height: auto;
        flex-wrap: wrap;
    }
    /* .aboutNav ul li{
        width: 50%;
    } */

    .aboutMid{
        justify-content: space-around;
    }
    .lianxi{
        width: 90%;
    }

    .aboutHuanjing .aboutHuanjing_con{
        width: 95%;
        flex-direction: column;

    }
    

    .lianxi .lianxi_con{
        flex-direction: column;
    }
    .lianxi .lianxi_con .lianxi1{
        margin-bottom: 20px;
        width: 100%;
    }
    .lianxi .lianxi_con .lianxi1 .lianxi_des .top i{
        right: -20px;
    }







}



@media (max-width:995px){
    .header{
        display: none;
    }
    .header_mobile{
        display: block;
    }
    .banner .wenzi{
        display: none;
    }
    .banner .wenzi2{
        display: none;
    }
    .index_wenhua .index_wenhua1{
        width: 100%;
        margin-top: 30px;
        height: auto;
    }
    .index_wenhua .index_wenhua1 ul{
        flex-wrap: wrap;
    }
    .index_wenhua .index_wenhua1 ul li{
        margin: 1%;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 48%;
        margin-bottom: 20px;
        margin-top: 20px;
        height: auto;
        justify-content: center;
    }
    .index_wenhua .index_wenhua1 ul li:nth-child(2)::after{
        display: none;
    }
    .index_wenhua .index_wenhua1 ul li .left{
        margin-bottom: 10px;
        width: 100%;
        align-items: center;
    }
    .index_wenhua .index_wenhua1 ul li .left p{
        font-size: 16px;
    }

    .index_wenhua .index_wenhua2{
        width: 95%;
        flex-direction: column;
        height: auto;
    }

    .index_wenhua .index_wenhua2 .left{
        margin-bottom: 50px;
        width: 100%;
    }
    .index_wenhua .index_wenhua2 .right{
        width: 100%;
    }
	video{
		width: 100%;
		height: auto;
	}
    .index_wenhua .index_wenhua3{
        width: 95%;
    }

   
    .index_fazhan .fazhan{
        width:95%;
    }
    .index_fazhan .fazhan .fazhan_con ul{
        flex-direction: column !important;
		transform: translate(0) !important;
    }
    .index_fazhan .fazhan .fazhan_con ul li{
        width: 100% !important;
        margin: 0 !important;
        margin-bottom: 20px !important;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        display: none;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
        display: none;
    }
    .index_fazhan .fazhan .fazhan_con{
        height: auto;
    }

    .index_fazhan{
        height: auto;
    }

    .footer .footer_con{
        width: 95%;
    }
    .footer .footer_con .bottom{
        flex-direction: column;
    }

    .footer .footer_con .bottom .botLeft{
        margin-bottom: 30px;
        width: 100%;
        flex-wrap: wrap;
    }
    .footer .footer_con .bottom .botLeft .botLeft_1{
        margin-bottom: 20px;
        width: 100%;
        align-items: center;
    }
    .footer .footer_con .bottom .botRight{
        width: 100%;
    }
    .footer .footer_con .bottom .botLeft .botLeft_1 h3{
        margin-bottom: 10px;
    }
    .footer .footer_con .banquan p{
        flex-direction: column;
    }
    .footer .footer_con .bottom .botLeft .botLeft_1 ul li{
        display: flex;
        flex-wrap: wrap;
    }
    .footer .footer_con .bottom .botLeft .botLeft_1 ul li a{
        margin: 0 10px;
        margin-bottom: 10px;
    }
    


    .aboutNav ul li{
        margin: 15px 0;
        width: 50%;
        box-sizing: border-box;
    }
    .aboutCon{
        margin: 20px auto;
        width: 90%;
    }
    .aboutCon .aboutCon_1{
        flex-direction: column;
        
    }
    .aboutCon .aboutCon_1 .aboutCon_left{
        margin-bottom: 20px;
        width: 100%;
    }

    .aboutCon .aboutCon_1 .aboutCon_right{
        width: 100%;
    }
    .aboutCon .aboutCon_1 .aboutCon_right{
        font-size: 17px;
    }
    .aboutMid .aboutMid_1 p{
        font-size: 15px;
    }

    .aboutHuanjing .aboutHuanjing_con .aboutHuanjing_con_left{
        margin-bottom: 20px;
        width: 100%;
        height: 100%;


    }
    .aboutHuanjing .aboutHuanjing_con .aboutHuanjing_con_left img{
        width: 100%;
        height: 100%;
    }
    .aboutHuanjing .aboutHuanjing_con .aboutHuanjing_con_right{
        width: 100%;
        height: auto;
    }
    .aboutHuanjing .aboutHuanjing_con .aboutHuanjing_con_right .right_1{
        width: 49%;
    }

    .aboutHuanjing .aboutHuanjing_con .aboutHuanjing_con_right .right_1 img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    .contact{
        margin: auto;
        width: 90%;
    }
    .contact_c_1{
        flex-direction: column;
    }

    .contact .contact_c_1 .contact_c_1_left{
        width: 100%;
        margin-bottom: 20px;
    }
    .contact .contact_c_1 .contact_c_1_right{
        width: 100%;
        padding: 0;
        border: none;
    }
    .contact_c_liuyan{
        width: 95%;
    }
    .contact_c_liuyan .liuyan_top .liuyan_1{
        padding: 10px;
        height: 45px;
        width: 100%;
        box-sizing: border-box;
    }
    .contact_c_2{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .contact_c_liuyan .liuyan_top .liuyan_1 p{
        font-size: 14px;
    }
    .contact_c_liuyan .liuyan_top{
        flex-direction: column;
    }
    .contact_c_liuyan .liuyan_top .liuyan_1 input{
        width: 80%;
    }

    .dingzhiCon{
        height: auto;
    }
    .dingzhiCon .dingzhiCon_bot{
        width: 95%;
        flex-direction: column;
    }
    .dingzhiCon .dingzhiCon_bot .dingzhi_left{
        margin-bottom: 30px;
        width: 100%;
        height: auto;
    }
    .dingzhiCon .dingzhiCon_bot .dingzhi_right img{
        width: 100%;
    }
    .dingzhiCon .dingzhiCon_bot .dingzhi_right{
        width: 100%;
    }
    .fazhan{
        padding-top: 50px;
    }

    .fazhan .fazhan_c .fazhan_c_2 .fazhan_cc{
        width: 95%;
    }
    .fazhan .fazhan_c .fazhan_c_2 .fazhan_cc .cc_right img{
        width: 100%;
        height: auto;
    }

    .hezuo .hezuo_con img{
        width: 100%;
    }
    .idcCon{
        width: 95%;
    }
    .idcCon .idcCon_1{
        height: auto;
        flex-direction: column;

    }
    .idcCon .idcCon_1 .idcCon_left{
        width: 100%;
        margin-bottom: 30px;
        padding:20px 30px;
    }

    .idcCon .idcCon_1 .idcCon_right{
        width: 100%;
    }
    .idcCon .idcCon_1 .idcCon_right img{
        width: 100%;
        height: auto;
    }
    .jicheng{
        width: 95%;
    }
    .jicheng .jicheng_top{
        margin: 25px 0;
    }
    .jicheng .jicheng_con ul{
        flex-direction: column;
    }
    .jicheng .jicheng_con ul li{
        width: 100%;
    }
    .jicheng_bot .jicheng_bot_t{
        margin: 30px 0;
    }
    .jicheng_bot .jicheng_bot_c ul{
        flex-direction: column;
    }

    .jicheng_bot .jicheng_bot_c ul li{
        width: 100%;
    }
    .news{
        width: 95%;
    }
    .news ul{
        flex-direction: column;
    }

    .news ul li{
        width: 100%;
    }
    .news ul li a img{
        width: 100%;
    }
    .news ul li a p{
        display: block;
        margin-bottom: 20px;
        height: 45px;
    }
    .news .newpages a.shu{
        font-size: 12px;
        padding: 6px 10px;
    }
    .news .newpages a.zi{
        padding: 6px;
    }
    .show .show_top{
        width: 95%;
    }
    .show{
        width: 100%;
    }
    .show .show_con{
        margin: auto;
        width: 95%;
    }
    .show .show_top h2{
        font-size: 25px;
    }
    .show .show_con img{
        width: 100%;
    }
    .show .show_pages{
        margin: auto;
        width: 95%;
    }
    .zizhi{
        margin: auto;
        width: 95%;
    }
    .zizhi .zizhi_top{
        margin: 30px 0;
    }
    .zizhi .zizhi_con .zizhi_con_top ul li{
        width: 49%;
        height: auto;
    }
    .zizhi .zizhi_con .zizhi_con_bot ul li{
        width: 49%;
    }
    .zizhi .zizhi_con .zizhi_con_bot ul{
        flex-wrap: wrap;
    }
    .header_mobile .biao .mobileLogo{
        width: 65%;
    }
    /* .header_mobile .biao .mobileLogo a img{
        width: 100%;
    } */
}


@media(max-width:765px){
    .index_dongtai ul{
        flex-direction: column;
    }
    .index_dongtai ul li{
        width: 100%;
        margin-bottom: 20px;
    }
    .header_mobile .biao .mobileLogo a img{
        width: 100%;
    }
    .index_wenhua .index_wenhua3 ul{
        flex-direction: column;
    }
    .index_wenhua .index_wenhua3 li{
        width: 100%;
        margin-bottom: 20px;
        height: auto;
    }
}
