body{
    /*overflow-x: hidden;*/
    background-color: #0986fb;
    min-width: 1140px;
}
.header{
    background-color: #fff;
    color: #0986fb;
}
.header .nav_item{ 
    color: #0986fb;
}
.header .nav_item.active:after, .header .nav_item:hover:after {
    background-color: #0986fb;
}
.header .sub_nav{
    border: 1px solid #0986fb;
}
.foot{
    background-color: #0986fb;
    height: 700px;
    padding-top: 262px;
}
.foot .footer:before {
    content: "";
    position: absolute;
    top: -312px;
    left: 0;
    width: 100%;
    height: 312px;
    background-image: url(../images/contact_bg.png);
    background-position: top center;
    background-size: auto 312px; 
    z-index: 9999;
}
.container{
    margin: -265px auto 0;
    width: 1140px;
    height: auto;
    background-color: #fbfbfb;
    border-radius: 24px;
    z-index: 9;
    overflow: hidden;
    padding-bottom: 70px;
}
.sub_banner{
    width: 100%;
    height: 705px;
}
.sub_banner:after{
    content: "";
    position: absolute;
    bottom:-2px;
    left: 0;
    width: 100%;
    height: 175px;
    background-image: url(../images/bg_1.png);
    background-position: top;
    background-size: auto 175px;
    background-repeat: no-repeat;
}
.title{
    height: 70px;
    margin: 80px auto 40px;
}
.sub_menu{
    width: 100%;
    height: 75px;
    line-height: 75px;
    background-color: #efefef;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-bottom: 20px;
}
.sun_menu_item{
    display: block;
    height: 100%;
    line-height: 75px;
    width: 170px;
    text-align: center;
    font-family: 'SourceHanSansCN-Medium';
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #343434;
}
.sun_menu_item:hover,.sun_menu_item.active{
    color: #f81111;
}
.news_list{
    width: 100%;
    height: auto;
    padding: 0 100px ;
}
.news_item{
    display: block;
    padding: 75px 0;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #d2d2d2;
}
.news_item:last-child{
    border: none;
}
.news_item .img{
    width: 300px;
    height: 230px;
    margin-right: 30px;
    background-color: #000000;
}
.news_item .caption{
    height: auto;
}
.news_item .caption .tit{
    height: 50px;
    line-height: 50px;
    font-family: 'SourceHanSansCN-Medium';
    font-size: 22px;
    letter-spacing: 1px;
    color: #000000;
}
.news_item .caption .content{
    height: 140px;
    width: 100%;
    overflow: hidden;
    font-family: 'SourceHanSansCN-Regular';
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #444444;
}
.news_item .other{
    height: 20px;
    line-height: 20px;
    font-family: 'SourceHanSansCN-Regular';
    font-size: 14px;
    letter-spacing: 0px;
    color: #707070;
    display: flex;
    align-items: center;
    flex-direction: row;
}
.news_item .other span{
    float: left;
    margin: 0 30px 0 10px;
}
.news_item .other img{
    width: 20px;
    float: left;
}
.news_item .eye{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    background-color: #0984f6;
    z-index: 99;
    background-image: url(../images/icon_19.png);
    background-size: 101px;
    background-position: center;
    background-repeat: no-repeat;
}
.news_item:hover .eye{
    display: block;
}

.detail_wrap{
    width: 1145px;
    margin: -245px auto 0;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0px 0px 40px 3px 
        rgba(123, 123, 123, 0.14);
    border-radius: 24px;
    padding: 80px 100px;
}
.detail_wrap .sub_tit{
    width: 100%;
    height: 100px;
    text-align: center;
    font-family: 'SourceHanSansCN-Medium';
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 2px;
    color: #343434;
    border-bottom: 1px solid #efefef;
    
}
.detail_wrap .content{
    margin-top: 75px;
    font-family: 'SourceHanSansCN-Regular';
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 37px;
    letter-spacing: 0px;
    color: #707070;
}
.detail_wrap .content img{
    display: block;
    width: auto;
    margin: 0 auto;
    max-width: 100%;
}
.detail_wrap .back{
    display: block;
    margin: 20px auto 0;
    width: 170px;
    height: 65px;
    background-color: #0986fb;
    border-radius: 33px;
    background-image: url(../images/icon_10.png);
    background-size: 44px;
}
.detail_wrap .other{
    width: 100%;
    height: 60px;
    background-color: #efefef;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    font-family: 'SourceHanSansCN-Regular';
    font-size: 14px;
    letter-spacing: 0px;
    color: #707070;
}
.detail_wrap .other img{
    width: 19px;
}
.detail_wrap .other span{
    margin: 0 55px 0 15px;
}
.detail_wrap .other span:last-child{
    margin: 0 0 0 15px;
}
@media only screen and (max-width: 750px){
    body{
        min-width: 100vw;
        background-color: #fff;
    }
    .header{
        background-color: #0986fb;
    }
    .foot {
        height: 5.8rem;
        padding-top: .8rem;
        background-color: #fff;
    }
    .foot .footer:before {
        background-image: none;
    }
    .sub_banner{
        height: 8rem;
    }
    .sub_banner:after{
        height: 1rem;
        background-size: auto 1rem;
        background-image: url(../images/bg_5_fff.png);
    }
    .title{
        height: .6rem;
        margin: 0 0 1rem;
        padding: 0 .3rem;
    }
    .title img{
        margin: 0;
    }
    .container{
        margin: 0 auto 0;
        width: 100%;
        height: auto;
        background-color: #fff;
        border-radius: 0;
        padding-bottom: .5rem;
    }
    .left_menu {
        float: none;
        margin-right: 0;
        width: 100%;
        height: 1.1rem;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        margin-bottom: .9rem;
        padding: 0 .3rem;
    }
    .left_menu_item {
        width: 3.35rem;
        height: 100%;
        background-color: #ffffff;
        box-shadow: 0rem 0.08rem 0.18rem 0rem rgba(71, 71, 71, 0.16);
        border-radius: 0.24rem;
        padding: 0 0 0 .1rem;
        font-size: 0.18rem;
        
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        font-family: 'SourceHanSansCN-Regular';
        letter-spacing: 1px;
        color: #0986fb;
    }
    .left_menu_item.active {
        color: #fff;
        background-image: linear-gradient(269deg, #5e32db 0%, #0986fb 100%), linear-gradient( #5e32db, #5e32db);
        background-blend-mode: normal, normal;
        justify-content: center;
        box-shadow: 0rem 0.13rem 0.21rem 0rem rgba(0, 0, 0, 0.24);
    }
    .left_menu_item img {
        width: 0.35rem;
        margin-left: .3rem;
    }
    .left_menu_item span{
        overflow: hidden;
    }
    .left_menu_item.active img.blue {
       filter: drop-shadow(0.6rem 0 #fff);
       position: relative;
       left: -0.7rem;
    }
    .left_menu_item img.blue {
       filter: drop-shadow(0.6rem 0 #0986fb);
       position: relative;
       left: -0.7rem;
    }
    .news_list{
        padding: 0;
        padding: 0 .3rem;
    }
    .news_item{
        border-bottom: none;
        float: none;
        display: block;
        width: 100%;
        height: 2.64rem;
        background-color: #ffffff;
        box-shadow: 0rem 0.03rem 0.27rem 0rem 
            rgba(80, 80, 80, 0.17);
        border-radius: 0.24rem;
        padding: .3rem .35rem;
        margin-bottom: .5rem;
    }
    .news_item .img{
        width: 2.08rem;
        height: 100%;
        background-color: #000000;
        border-radius: 0.08rem;
    }
    .news_item .caption{
        height: auto;
        padding-right: .15rem;
    }
    .news_item .caption .tit{
        height:.5rem;
        font-size: 0.24rem;
        line-height: 0.51rem;
    }
    .news_item .caption .content{
        height: 1rem;
        font-size: 0.2rem;
        line-height: 0.37rem;
        letter-spacing: 0.02rem;
        color: #999999;
    }
    .load_more{
        margin:.55rem auto 0;
        width: 0.57rem;
        height: .34rem;
        display: block;
        background-image: url(../images/icon_14.png);
    }
    
    .detail_wrap{
        width: calc(100% - .6rem);
        margin: 0 auto .5rem;
        height: auto;
        background-color: #ffffff;
        box-shadow: 0rem 0rem 0.4rem 0.03rem 
            rgba(123, 123, 123, 0.14);
        border-radius: 0.24rem;
        padding: .7rem .4rem .6rem;
    }
    .detail_wrap .sub_tit{
        width: 100%;
        height: 100px;
        text-align: left;
        font-family: 'SourceHanSansCN-Medium';
        font-size: 0.32rem;
        font-weight: normal;
        font-stretch: normal;
        line-height: 0.72rem;
        letter-spacing: 0.02rem;
        color: #000000;
        border-bottom: none;
        
    }
    .detail_wrap .content{
        margin-top: .3rem;
        font-family: 'SourceHanSansCN-Normal';
        font-size: 0.24rem;
        font-weight: normal;
        font-stretch: normal;
        line-height: 0.57rem;
        letter-spacing: 0.01rem;
        color: #999999;
        padding-bottom: .5rem;
    }
    .detail_wrap .back{
        display: block;
        margin: .2rem auto 0;
        width: 1.66rem;
        height: 0.64rem;
        background-color: #0986fb;
        border-radius: 0.32rem;
        background-image: url(../images/icon_10.png);
        background-size: 0.43rem;
    }
    .detail_wrap .other{
        display: none;
    }
    
}