.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;
   
}

.banner .swiper-wrapper .swiper-slide img{width: 100%;}
.banner .swiper-pagination-bullet{
  background-color: #fff;
  width: 0.1rem;
  height: 0.1rem;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 0.3rem;
}
.banner .swiper-pagination-bullet-active{
    position: relative;
    background-color: #fff;
}
.bg_container {
    background: no-repeat center center;
    background-size: cover;
    /* position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; */
    transition: transform .5s linear;
}
.bg_container img{opacity: 0;}
.banner .swiper-pagination-bullet-active::before, .banner .swiper-pagination-bullet-active::after {
    -webkit-animation: pulse 2s linear infinite;
    animation: pulse 2s linear infinite;
    border: #fff solid 1px;
    border-radius: 0.2rem;
    box-sizing: border-box;
    content: ' ';
    height: 0.4rem;
    left: -150%;
    opacity: 1;
    position: absolute;
    top: -150%;  
    transform: scale(0);
    width: 0.4rem;
    z-index: 1;
}
.swiper-slide .bg_container{
    width: 100%;
    height: 250px;
}
@-webkit-keyframes pulse {
    to {
        opacity:1;
        transform:scale(1)
    }
}
@keyframes pulse {
    to {
        opacity:1;
        transform:scale(1)
    }
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-custom, .swiper-pagination-fraction{
    width: 50%;
    left: 25%;
    bottom: 0.5rem;
}
.banner-tit{
    width: 100%;
    position: absolute;
    top: 4.5rem;
    transform: translateY(-50%);
}
.banner-tit p{color: #fff;font-size: 0.54rem;margin-bottom: 0.24rem;text-shadow: 0 0 10px #000;}
.video-play{
    width: 100%;
    position: absolute;
    bottom: -0.2rem;
    transform: translateY(-50%);
}
.video-play span{
    display: inline-block;
    width: 0.49rem;
    height: 0.5rem;
    background: url(../images/play_03.png) no-repeat top center;
    background-size: contain;
    cursor: pointer;
}
.video{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    z-index: 9999999999;
}
/* news */
.index-news{
    width: 100%;
    height: 10.8rem;
    background: url(../images/index-news_07.png) no-repeat;
    background-size: cover;
}
.index-news_tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.26rem;
}
.index-news_tit h1{font-size: 0.48rem;}
.index-news_tit ul{display: flex;align-items: center;}
.index-news_tit ul li{font-size: 0.24rem;cursor: pointer;font-weight: bold;}
.index-news_tit ul li:nth-child(2){margin: 0 0.6rem;}
.index-news_tit ul li.inews_active{
    color: #df3d22;
    position: relative;
}
.index-news_tit ul li.inews_active::after{
    content: '';
    width: 0.32rem;
    height: 0.02rem;
    background-color: #df3d22;
    position: absolute;
    left: 40%;
    top: 0.5rem;
}
.index-news_g p{font-size: 0.2rem;display: inline-block;vertical-align: middle;}

.index-news_gg{
    margin-top: 0.9rem;
    padding: 0.22rem ;
    display: flex;
    align-items: center;
    border: 1px solid #cdcdcd;
    width: 50%;
    border-radius: 10px 10px 10px 10px ;
    position: relative;
    box-sizing: border-box;
    transform: skew(-10deg,0);
}

.index-news_gg  div{font-size: 0.16rem;color: #a7a7a7;display: inline-block;}
.index-news_gg div span{color: #df3d22;font-size: 0.16rem;font-weight: bold;vertical-align: middle;}
.index-news_gg div span:nth-child(2){
    margin-right:0.2rem;
}
.index-news_gg div:last-child{
    width: 80%;
    margin-left: 0.5rem;
}
.news_icon{
    display: inline-block;
    width: 0.22rem;
    height: 0.22rem;
    background: url(../images/index-news_icon.png) no-repeat;
    background-size: contain;
    margin:0  0.08rem;
    vertical-align: middle;
}
.news-more {border: 1px solid #cdcdcd; border-radius: 0.2rem 0.14rem 0.5rem 0px / 0.2rem 0px 0.25rem 0.6rem;transform: skew(-15deg,0); width: 2.14rem;padding: 0.24rem 0;}
.news-more p{font-size: 0.16rem;text-align: center;color: #909090;}
.news_list .news-more {
    border: 1px solid #666666;
    color: #000;
}
.news-more:hover{
    background-color: #df3d22;
    border: none;
}
.news-more:hover>p{color: #fff;}
.index-news_swiper{position: relative;}
.index-news_swiper .swiper-container{width: 12.08rem;}

.newsSwiper_right,.newsSwiper_left{
    display: inline-block;
    width: 9px;
    height: 14px;
}
.newsSwiper_right{
    background: url(../images/btn-right.png) no-repeat;
    background-size: cover;
}
.newsSwiper_left{
    background: url(../images/btn-left.png) no-repeat;
    background-size: cover;
}


.index-news_swiper .swiper-container .swiper-slide img{display: block; width: 100%;object-fit: cover;}
.index-news_st {padding: 0.34rem 0.3rem;background-color: #fff;}
.index-news_st h3{font-size: 0.24rem;margin-bottom: 0.28rem;line-height: 1.5;}
.index-news_st p{font-size: 0.16rem;line-height: 1.5; overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.index-news_st i{font-size: 0.16rem;color: #a7a7a7;display: block;margin-top: 0.26rem;font-style: normal;}
.index-news_swiper .swiper-button-next,.index-news_swiper .swiper-button-prev{

    color: #000;
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.56rem;
    background-image: none;
    left: 0;
    top: auto;
    bottom: 0rem;
}

.index-news_swiper .swiper-button-next{
    background: url(../images/btn-right.png) no-repeat;
    background-size: contain;
}
.index-news_swiper .swiper-button-next:hover{
    background: url(../images/btn-right_ac.png) no-repeat;
    background-size: contain;
}
.index-news_swiper .swiper-button-prev:hover{
    background: url(../images/btn-left_ac.png) no-repeat;
    background-size: contain;
}
.index-news_swiper .swiper-button-prev{
    background: url(../images/btn-left.png) no-repeat;
    background-size: contain;
}
.index-news_swiper .swiper-button-prev{
    bottom: 0.7rem;
}
.index-newswiper_item {display: none;margin-top: 0.42rem;}


.newswiper_item{display: block;}

.index-newswiper_item .focus-News h2{font-size: 0.25rem;}
.index-newswiper_item .focus-News li{padding: 0 1%;}
.index-newswiper_item .focus-News li a{
    display: block;
    height: 1rem;
    line-height: 1rem;
}
.index-newswiper_item .focus-News li a p{
    font-size: 0.25rem;
    display: inline-block;
    width: 85%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.index-newswiper_item .focus-News li a span{color: #909090;font-size: 0.18rem;display: inline-block;vertical-align: top;width: 12%;text-align: right;}
.index-newswiper_item .focus-News li:hover>a>P,.index-newswiper_item .focus-News li:hover>a>span{
    color: #df3d22;
}
/* 业务板块 */
.index-business{width: 100%;}
.index-business_tit{
   height: 2.18rem;
   line-height: 2.18rem;
}
.index-business_tit h1{
    font-size: 0.48rem;
    text-align: center;
}

.index-business_con ul{display: flex;}
.index-business_con ul li{display: inline-block;width: 50%;position: relative;background-size: cover;overflow: hidden;}
.index-business_con ul li img{display: block; width: 100%;}
.index-business_con ul li p{font-size: 0.26rem;padding: 0.4rem 0;text-align: center;}

.index-sj{
    padding: 0.86rem 1.14rem;
}
.index-sj_bg{
    width: 16.8rem;
    height: 6rem;
    background: url(../images/index-sj_bg.png) no-repeat;
    background-size: contain;
}


.index-sj_list ul li{font-size: .24rem;display: inline-block;cursor: pointer;margin-right: 0.7rem;font-weight: bold;}
.index-sj_list ul  li.inews_active{
    color: #df3d22;
    position: relative;
}
.index-sj_list ul li.inews_active::after{
    content: '';
    width: 0.32rem;
    height: 0.02rem;
    background-color: #df3d22;
    position: absolute;
    left: 32%;
    top: 0.5rem;
}
.index-sj_num {width: 50%;margin-top: 0.6rem;}
.index-sj_num ul li{display: inline-block;width: 27%;height: 2rem;vertical-align: middle;}
.index-sj_num ul li p{font-size: 0.26rem;color: #666666;}
.index-sj_num ul li h1{font-size: 1rem;color: #00376f;margin-bottom: 0.2rem;}
.index-sj_item{display: none;}
.index-sj_block{display: block;}
.cardwow .index-sj_num {width: 94%;}

.cardwow ul li{width: 20%;margin-right: 0.2rem;}

.cardwow ul li h1{margin-bottom: 0.2rem;}

.footer{
    width: 100%;
    //background: url(../images/footer_bg_02.jpg) no-repeat;
    //background-size: cover;
    background: #f4f4f4;
    padding-bottom: 0.5rem;
}
.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 a{
    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: 1380px){
    .swiper-slide .bg_container{
        height: 200px;
    }
}
@media screen and (max-width: 1280px){
    .swiper-slide .bg_container{
        height: 150px;
    }
}
@media screen and (max-width: 960px){
    .swiper-slide .bg_container{
        height: 100px;
    }
}
@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%
    }
    .swiper-slide .bg_container{
        height: 250px;
    }
    .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;}
    
}






