.container{
    width: 15.52rem;
    margin: 0 auto;
}
.header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.header-top{
    height: 0.5rem;
    line-height: 0.5rem;
    background-color: #f6f6f6;
}
.header-top ul {
    display: flex;
}
.header-top ul li{
    display: flex;
}
.header-top ul li a{
    font-size: 0.18rem;
    color: #909090;
}
.header-top_b {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top ul:nth-child(1)>li{margin-right: 0.3rem;}
.header-top ul:nth-child(2)>li{margin-left: 0.3rem;}
.header-nav {height: 1rem; line-height: 1rem; background: #fff;}
.header-nav .logo{display: inline-block;margin-right: 1.5rem;}
.header-nav_b {display: flex;align-items: center;justify-content: space-between;}
.header-nav .nav-right ul li a{font-size: 0.2rem;color: #585858;display: block;}
.header-nav .nav-right ul {display: flex;align-items: center;}

.header .menu_content>li:hover ul {
    visibility: visible;
    opacity: 1;
    z-index: 99;
}

.logo a img{display: block; width: 100%;height:auto;}
.header-nav .nav-right ul li{margin-right: .42rem;align-items: center;position: relative;}
.seach{display: flex; align-items: center; justify-content: space-around; position: relative;width: 2.2rem;height: 0.3rem;line-height: 0.3rem;border-radius: .2rem;border: 2px solid #e7e7e7;}
.seach input{border: none;outline:none;  background: none;    width: 1.4rem;
    text-align: left;font-size: 0.16rem;}
.seach_b{
    display: inline-block;
    width: 0.18rem;
    height: 0.19rem;
    background: url(../images/search_03.png) no-repeat center center;
    background-size: contain;
    border-right: 1px solid #e7e7e7;
    padding-right: 0.25rem;
    cursor: pointer;
}
.seach button{border: none;background: none;}
.seach input::placeholder{
    position:relative;
   
}

.footer{
    width: 100%;
    //background: url(../images/footer_bg_02.jpg) no-repeat;
   // background-size: cover;
    padding-bottom: 0.5rem;
    background: #f4f4f4;
}
.footer_con{
    padding: 0.74rem 0;
}



.header .menuMob{
    display: none;
    text-align: center;
    cursor: pointer;
}
.header .menuBar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 80%;
}
.index-newswiper_con .swiper-pagination{display: none;}
.footer-r dl{display: inline-block; width: 31%;vertical-align: top;}
.footer-r dl dt{font-size: 0.2rem;color: #666;margin-bottom: 0.3rem;}
.footer-r dl dd{font-size: 0.16rem;color: #666;line-height: 1.8;}

.footer-r dl:nth-child(1),.footer-r dl:nth-child(2){
    width: 18%;
}
.footer-r dl:last-child{width: 55%;}
.footer_logo img{display: block;width: 100%;}
.footer_logo{width: 30%;}
.footer-r{width: 60%;margin-left: 10%;} 
.footer_con{border-bottom: 1px solid #a7a7a7;}
.foot_b ul{width: 90%;margin: 0 auto;text-align: center;}
.foot_b ul li{display: inline-block;vertical-align: middle;}
.foot_b ul li a{color: #666;font-size: 0.16rem;display: block;}
.foot_b p{color: #59696c;font-size: 0.16rem;text-align: center;}
.foot_b .index_bq li a{border-right: 3px solid #666;padding-right: 0.2rem;}
.foot_b .index_bq li:last-child>a{
    border-right: none;
}
.wx_code{width: 2rem;height: 2rem;position: absolute;top: 0.4rem;z-index: 99999;display: none;}

.wx_code img{display: block;width: 100%;}

.foot_b ul:nth-child(2){
    margin-top: -0.4rem;
}
.bs_bg{background-size: cover;background-repeat: no-repeat;display: none;
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 background-color: #00376f;
}
.bg{
    width: 100%;
    height: 1000%;
    background-color: rgba(20, 58, 110, .5);
}
.index-business_con ul li .bg p{text-align: center;padding-top: 50%;color: #fff;}
.bg span{
    display: block;
    width: 0.9rem;
    height: 0.28rem;
    line-height: 0.28rem;
    padding: 0.2rem 0.5rem;
    background-color: #df3d22;
    color: #fff;
    margin: 0 auto;
    font-size: 0.2rem;
    border-radius: 10px;
}
.banner{margin-top: 1.2rem;}
.news_list .news-more{margin: 0 auto}
.header-nav .nav-right ul li a:hover{
    color: #df3d22;
}
.header .menu_content ul {
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s linear;
    z-index: 10;
    position: absolute;
    left: -75%;
    top: 1rem;
    background: #FFF;
    text-align: center;
    padding: 16px 0;
    min-width: 100%;
    width: 2rem;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 30%);
}
.header .header-nav .nav-child-list li{margin-right: 0;}
.header .header-nav .nav-child-list li a{
  display:block;
  height: 0.8rem;
  line-height: 0.8rem;
}


@media screen and (max-width: 768px){
    .header .menuMob{display: block;}
    .index-news_gg div:last-child{margin-left: 0;width: 70%;}
    .gg-time{display: none;}
    .header .menuMob .ico {
        display: block;
        width: 30px;
        height:30px;
        background: url(../images/ico_menu_mob.png) center no-repeat;
        background-size: 100%
    }
    .header-nav{
        height: auto;
        padding: 0.2rem 0;
    }
    .header .menuBar{
        display: none;
        width: 100%;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 1.2rem;
        padding: -1px 10%;
        border-top: 1px solid #000;
        padding-bottom: 20px;
    }
    .header-nav .nav-right ul{
        display: block;
    }
    .header-nav .nav-right ul li{display: block; text-align: center;margin: 0;height: 0.5rem;line-height: 0.5rem;position: relative;}
    .header-nav .nav-right ul li a{
        font-size: 20px;
      display: block;
      border-bottom: 1px solid #a7a7a7;
     
    }
    .header-nav .nav-right ul li:hover>a{color: #df3d22;}
    .seach{width: 100%;height: 0.5rem;margin-top: 0.3rem;}
    .seach_b{width: 0.2rem;
        height: 0.2rem;}
    .container{
        width: 90%;
        margin: 0 auto;
    }
    .index-sj_bg{
        width: 100%;
        height: 100%;
        background-size: cover;
        padding-bottom: 50px;
    }
    .index-sj{padding: 0;}
    .logo a img{width: 100%;height: auto;}
    .header-top ul li a{font-size: 12px;position: relative;}
    .banner{ margin-top: 1.2rem;}
    .banner-tit p{font-size: 0.2rem;}
    .banner-tit{top: 1.2rem;}
    .video-play{display: none;}
    .banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 1%;
    }
    .banner .swiper-pagination-bullet-active::before, .banner .swiper-pagination-bullet-active::after{
       display: none;
    }
    .banner .swiper-container-horizontal>.swiper-pagination-bullets, .banner .swiper-pagination-custom, .swiper-pagination-fraction{
        width: 100%;
        bottom: 0;
        left: 0;
    }
    .index-news_tit h1{font-size: 0.2rem;}
    .index-news_tit ul li{font-size: 12px;}
    .index-news_tit ul li.inews_active::after {
        content: '';
        width: 0.32rem;
        height: 0.02rem;
        background-color: #df3d22;
        position: absolute;
        left: 20%;
        top: 0.2rem;
    }
    .index-news_gg{width: 100%;transform:skew(0,0)}
    .index-news_gg::after{display: none;}
    .index-news_gg li:last-child{display: none;}
    .index-news_gg li span:last-child{display: none;}

    .news-more {
        width: 25%;
        padding: 0.1rem 0;
        margin-bottom: 0.3rem;
    }
    .index-news_swiper .swiper-container{
        width: 100%;
    }
    .index-newswiper_con .swiper-pagination{
        display: block;
        width: 100%;
        bottom: 0%;
    }
    .index-news_swiper .swiper-button-next, .index-news_swiper .swiper-button-prev{display: none;}
    .index-business_con ul{display: block;}
    .index-business_con ul li{width: 100%;}
    .index-sj_list ul li{font-size: 0.2rem;}
    .index-sj_num ul li h1{font-size: 0.3rem;}
    .index-sj_num{width: 100%;}
    .index-sj_num ul li{width: 45%;text-align: center;}
    .index-sj_num ul li p{font-size: 16px;margin-top: 0.2rem;}
    .cardwow ul li{margin-right: 0;height: 1rem;}
    .index-newswiper_item .focus-News li a p{font-size: 0.16rem;width: 65%;}
    .index-business_tit h1{font-size: 0.3rem;}
    .index-business_tit{height: 0.8rem;line-height: 0.8rem;}
    .index-sj_list ul li.inews_active::after{
        left: 25%;
    }
    .footer_logo,.footer-r{width: 100%;}
    .footer-r dl{width: 100% !important;display: block;text-align: left;padding: 0.25rem 0;border-bottom: 1px solid #a7a7a7;}
    
    .swiper-pagination-clickable .swiper-pagination-bullet {
        cursor: pointer;
        margin: 2px;
    }
    .wx_code{
        width: 80px;
        height: 80px;
        right: 0;
    }
    .footer_con{border: none;}
    .index-news_gg{padding: 5px;margin-top: 30px;}
    .index-news{height: auto;padding-bottom: 50px;}
}
@media screen and (max-width: 400px){
    .header-top ul:nth-child(1)>li{margin-right: 5px;}
    .banner-tit p{font-size: 14px;}
    .index-news_tit h1{font-size: 0.16rem;}

    .index-sj_num{margin-top: 15px;}
    .index-sj_num ul li{height: auto;}
    .cardwow .index-sj_num{width: 100%;}
    .foot_b .index_bq li a{border-right: none;padding-right: 2px;}
    
}



