@charset "utf-8";
@font-face {
    font-family: 'SourceHanSerifCN-Bold';
    src: url("../font/SourceHanSerifCN-Bold.woff") format("woff");
    font-display: swap;
}
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pic { /*padding-top: 75%;*/position: relative;overflow: hidden;}
.pic:before {content: '';position: absolute;top: 0;left: -86%;z-index: 2;display: block;width: 50%;height: 100%;-webkit-transform: skewX(-25deg);transform: skewX(-25deg);background: -webkit-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.1));background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.1));}
.pic .a{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-position: 50%;background-repeat: no-repeat;background-size: cover;transition: all 0.3s ease-in;}
.bg-mask:hover .pic .a {-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.eclip {display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.l2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.wp{
    width: 1600px;
    max-width: 94%;
    margin: 0 auto;
}

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 110px;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    height: 35px;
    font-size: 12px;
    line-height:35px;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #1449AA;
    color: #fff;
    border: 1px solid #1449AA;
}

.pagination a:hover {
    background: #1449AA;
    color: #fff;
    border: 1px solid #1449AA;
}


.n_banner{
    position: relative;
}
.n_banner:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 50%;
    background: url("../images/n-mask.png") repeat-x top center/auto 99%;
}
.n_banner .img img{
    display: block;
    width: 100%;
}
.n_banner .top{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 5;
}
.posi{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.posi img{
    display: block;
    width: 22px;
    margin-right: 10px;
}
.posi *{
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    transition: .5s;
}
.posi span:not(:nth-child(2)){
    margin: 0 3px;
}
.posi a:hover,
.posi a.active{
    color: #1449AA;
}

.leftNav{
    width: 20.875%;
    align-self: flex-start;
}
.leftNav .tit{
    display: flex;
    align-items: center;
    padding: 40px 0;
}
.leftNav .tit img{
    display: block;
    width: 36px;
    margin-right: 10px;
}
.leftNav .tit h2{
    flex: 1;
    font-size: 40px;
    line-height: 58px;
    color: #333333;
}
.leftNav .block .box h2{
    position: relative;
    padding: 0 40px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}
.leftNav .block .box h2 a{

    display: block;
    font-size: 22px;
    line-height: 32px;
    color: #666666;
    flex: 1;
}
.leftNav .block .box h2 i{
    display: block;
    width: 17px;
    height: 6px;
    background: url("../images/n-img-2.png") no-repeat 50%/100%;
    cursor: pointer;
    margin-left: 10px;
    transition: .5s;
}
.leftNav .block .box h2:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(270deg, #2D80D4 0%, #1449AA 99%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: -1;
}
.leftNav .block .s-link a{
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #999;
    transition: .5s;
}
.leftNav .block .s-link a + a{
    margin-top: 10px;
}
.leftNav .block .s-link a:hover,
.leftNav .block .s-link a.active{
    color: #1449AA;
}
.leftNav .block .s-link{
    padding: 10px 40px;
    display: none;
}
.leftNav .block .box.active h2:after,
.leftNav .block .box.on h2:after,
.leftNav .block .box:hover h2:after{
    opacity: 1;
    visibility: visible;
}
.leftNav .block .box.active h2 a,
.leftNav .block .box.on h2 a,
.leftNav .block .box:hover h2 a{
    color: #fff;
}
.rightBox{
    width: 79.125%;
    padding: 46px 60px 110px;
    background: #fff;
    box-shadow: 0 2px 19px 0 rgba(20, 73, 170, 0.1136);
}

.n_tit h2{
    display: flex;
    font-size: 32px;
    line-height: 46px;
    color: #333333;
}
.n_tit h2 span{
    display: block;
    color: #1449AA;
}
/*inner_s1*/
.inner_s1 ul li a{
    position: relative;
    z-index: 2;
    padding: 44px 0 44px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.inner_s1 ul li .pic{
    width: 334px;
    height: 209px;
}
.inner_s1 ul li .txt{
    width: calc(100% - 364px);
}
.inner_s1 ul li time{
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #1449AA;
}
.inner_s1 ul li h3{
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    margin-top: 22px;
}
.inner_s1 ul li p{
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    height: 56px;
    margin-top: 14px;
}
.inner_s1 ul li h4 i{
    color: #1449AA;
    display: block;
    margin-left: 2px;
}
.inner_s1 ul li h4{
    margin-top: 23px;
    display: flex;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}
.inner_s1 ul li .txt *{
    transition: .5s;
}
.inner_s1 ul li:after{
    position: absolute;
    content: '';
    left: 0;
    right: -60px;
    top: 0;
    bottom: -1px;
    background: url("../images/n-img-4.png") no-repeat 50%/cover;
    box-shadow: 0 2px 17px 0 rgba(20, 73, 170, 0.6248);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s1 ul li{
    position: relative;
    border-bottom: 1px solid rgba(20, 73, 170, 0.17);
}
.inner_s1 ul li:hover time{
    color: #fff;
}
.inner_s1 ul li:hover h3{
    color: #fff;
}
.inner_s1 ul li:hover p{
    color: rgba(255, 255, 255, 0.9);
}
.inner_s1 ul li:hover h4,
.inner_s1 ul li:hover h4 i{
    color: #fff;
}
.inner_s1 ul li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner_s1{
    margin-top: 2px;
}

/*inner_s2*/

.inner_s2 li a{
    position: relative;
    z-index: 2;
    height: 109px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner_s2 li time{
    display: block;
    color: #1449AA;
    text-align: center;
    flex-shrink: 0;
    margin-right: 30px;
    font-family: Arial,sans-serif;
    transition: .5s;
}
.inner_s2 li time span{
    display: block;
    font-size: 28px;
    line-height: 1;
}
.inner_s2 li time em{
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-top: 5px;
}
.inner_s2 li h3{
    flex: 1;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    transition: .5s;
}
.inner_s2 li h4 i{
    display: block;
    color: #1449AA;
    margin-left: 3px;
    transition: .5s;
}
.inner_s2 li h4{
    display: flex;
    flex-shrink: 0;
    margin-left: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    transition: .5s;
}
.inner_s2 li .line{
    display: block;
    width: 1px;
    height: 50px;
    background: #979797;
    opacity: .2;
    margin-right: 29px;
    transition: .5s;
}

.inner_s2 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(20, 73, 170, 0.17);
}
.inner_s2 li:after{
    position: absolute;
    content: '';
    left:-30px;
    right: -30px;
    top: 0;
    bottom: 0;
    background:linear-gradient(270deg, #2D80D4 0%, #1449AA 99%);
    box-shadow: 0 2px 17px 0 rgba(20, 73, 170, 0.6248);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s2 li{
    position: relative;
}
.inner_s2 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner_s2 li:hover time{
    color: #fff;
}
.inner_s2 li:hover .line{
    background: #FFFFFF;
}
.inner_s2 li:hover h3{
    color: #fff;
}
.inner_s2 li:hover h4,
.inner_s2 li:hover h4 i{
    color: #fff;
}
.inner_s2{
    margin-top: 20px;
}

/*inner_s3*/
.inner_s3 .dtl_tit h2{
    font-size: 26px;
    line-height: 38px;
    color: #333333;
    text-align: center;
}
.inner_s3 .dtl_tit .cont{
    margin-top: 26px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.inner_s3 .dtl_tit .cont .li{
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin: 0 25px;
}
.inner_s3 .dtl_tit{
    padding-bottom: 27px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.4);
}
.inner_s3 .dtl_txt p{
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    text-indent: 2em;
}
.inner_s3 .dtl_txt p + p{
    margin-top: 29px;
}
.inner_s3 .dtl_txt p img{
    display: block;
    width: auto;
    height: auto !important;
    max-width: 100%;
    margin: 0 auto;
}
.inner_s3 .dtl_txt{
    margin-top: 26px;
}
.inner_s3 .dtl_page p{
    font-size: 20px;
    line-height: 32px;
    color: #666666;
    transition: .5s;
}
.inner_s3 .dtl_page p + p{
    margin-top: 20px;
}
.inner_s3 .dtl_page p:hover,
.inner_s3 .dtl_page p:hover a{
    color: #1449aa;
}
.inner_s3 .dtl_page {
    padding-top: 59px;
    margin-top: 60px;
    border-top: 2px solid rgba(20, 73, 170, 0.34);
}
.inner_s3 {
    margin-top: 48px;
}
.table-box{ overflow-x: auto;margin:10px auto;}
.table-box table{ margin:10px auto;}

/*inner_s4*/
.inner_s4 .item + .item{
    margin-top: 50px;
}
.inner_s4 .item_tit h4{
    font-size: 20px;
    line-height: 60px;
    color: #fff;
    font-weight: bold;
}
.inner_s4 .item_tit{
    padding: 0 20px;
    background: linear-gradient(270deg, #2D80D4 0%, #1449AA 99%);
}
.inner_s4 .item_ul{
    margin-top: 30px;
}
.inner_s4 .item_ul ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s4 .item_ul li{
    width: 32%;
    margin: 30px 0 0 2%;
}
.inner_s4 .item_ul li:nth-child(3n+1){
    margin-left: 0;
}
.inner_s4 .item_ul li:nth-child(-n+3){
    margin-top: 0;
}
.inner_s4 li a{
    position: relative;
    z-index: 2;
    padding: 0 20px 20px;
    display: block;
}
.inner_s4 li .pic{
    width: 176px;
    height: 228px;
    margin: 0 auto;
}
.inner_s4 li .txt{
    padding: 20px 0 0 ;
}
.inner_s4 li .name h2{
    font-size: 20px;
    line-height: 36px;
    color: #0F45A6;
}
.inner_s4 li .name h4{
    font-size: 12px;
    line-height: 16px;
    color: #666666;
    text-transform: uppercase;
}
.inner_s4 li .name:before{
    position: absolute;
    content: '';
    top: 6px;
    left: 0;
    bottom: 0;
    width: 2px;
    background: #0F45A6;
}
.inner_s4 li .name{
    margin-bottom: 15px;
    padding-left: 17px;
    position: relative;
}
.inner_s4 li h3 i{
    width: 16px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex-shrink: 0;
}
.inner_s4 li h3 i img{
    display: block;
    width: 100%;
}
.inner_s4 li h3{
    font-size: 16px;
    line-height: 23px;
    color: #666666;
    display: flex;
    align-items: flex-start;
}
.inner_s4 li h3 + h3{
    margin-top: 12px;
}
.inner_s4 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 75px;
    bottom: 0;
    background: rgba(15, 69, 166, 0.06);
    box-shadow: 0 2px 12px 0 rgba(15, 69, 166, 0.0958);
    transition: .5s;
}
.inner_s4 li{
    position: relative;
}
.inner_s4 li + li{
    margin-top: 62px;
}
.inner_s4 li:hover:after{
    box-shadow: 0 2px 17px 0 rgba(20, 73, 170, 0.6248);
}
.inner_s4{
    margin-top: 45px;
}

/*inner_s5*/

.inner_s5 .top{
    display: flex;
    align-items: center;
    padding: 0 20px;
    background:linear-gradient(270deg, #2D80D4 0%, #1449AA 99%);
    cursor: pointer;
}
.inner_s5 .top i{
    display: block;
    width: 8px;
    height: 10px;
    background: url("../images/n-img-11.png")no-repeat 50% /100%;
    margin-right: 14px;
    transition: .5s;
}
.inner_s5 .top h2{
    font-size: 24px;
    line-height: 64px;
    color: #FFFFFF;
}
.inner_s5 .bot li{
    width: 48.58%;
    margin: 32px 0 0 0;
}
.inner_s5 .bot li:nth-child(-n+2){
    margin-top: 0;
}
.inner_s5 .bot li a{
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    transition: .5s;
}
.inner_s5 .bot li span{
    font-size: 20px;
    line-height: 46px;
    color: #666666;
    flex: 1;
    transition: .5s;
}
.inner_s5 .bot li img{
    display: block;
    height: 8px;
    margin-left: 10px;
    flex-shrink: 0;
    opacity: 0;
    transition: .5s;
}
.inner_s5 .bot li:hover a{
    background: #1449AA;
}
.inner_s5 .bot li:hover a img{
    opacity: 1;
}
.inner_s5 .bot li:hover a span{
    color: #fff;
}
.inner_s5 .bot{
    display: none;
    padding: 32px 43px 43px;
    background: rgba(20, 73, 170, 0.04);
}
.inner_s5 .item + .item{
    margin-top: 48px;
}
.inner_s5 .item.active .top i{
    transform: rotate(90deg);
}
.inner_s5{
    margin-top: 39px;
}

/*inner_s6*/

.inner_s6 .item1 .li{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s6 .item1 .li + .li{
    margin-top: 18px;
}
.inner_s6 .item1 .li .ll{
    width: 135px;
}
.inner_s6 .item1 .li .ll span{
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #0F45A6;
    text-align: right;
}
.inner_s6 .item1 .li .rr{
    width: calc(100% - 161px);
}
.inner_s6 .item1 .li .item_box{
    display: flex;
    flex-wrap: wrap;
}
.inner_s6 .item1 .li .item_box span{
    margin-right: 7px;
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    padding: 0 12px;
    border-radius: 50vw;
    transition: .5s;
    cursor: pointer;
}
.inner_s6 .item1 .li .item_box span.active,.inner_s6 .item1 .li .item_box span.active a, .inner_s6 .item1 .li .item_box span:hover a, 
.inner_s6 .item1 .li .item_box span:hover{
    background: #0F45A6;
    color: #fff;
}
.inner_s6 .item1 {
    padding: 34px 38px 39px;
    background: rgba(20, 73, 170, 0.05);
    border-top: 5px solid #0F45A6;
}

.inner_s6 .item2 ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s6 .item2 li{
    width: 21.73%;
    margin: 51px 0 0 4.36%;
}
.inner_s6 .item2 li:nth-child(-n+4){
    margin-top: 0;
}
.inner_s6 .item2 li:nth-child(4n+1){
    margin-left: 0;
}
.inner_s6 .item2 li a{
    display: block;
}
.inner_s6 .item2 li .pic{
    padding-top: 332px;
}
.inner_s6 .item2 li .pic:after{
    position: absolute;
    content: '';
    left: -20px;
    right: 78px;
    bottom: -1px;
    height: 30px;
    background: #fff;
    transform: skewX(30deg);
    z-index: 2;
}
.inner_s6 .item2 li h2{
    font-size: 22px;
    line-height: 32px;
    color: #333333;
    transition: .5s;
}
.inner_s6 .item2 li i{
    display: block;
    height: 1px;
    background: linear-gradient(270deg, #2D80D4 0%, #1449AA 100%);
    margin: 13px 0 12px;
}
.inner_s6 .item2 li h4{
    display: flex;
    align-items: flex-start;
}
.inner_s6 .item2 li h4 + h4{
    margin-top: 5px;
}
.inner_s6 .item2 li h4 b{
    flex: 1;
    font-size: 16px;
    line-height: 23px;
    color: #666666;
}
.inner_s6 .item2 li h4 span img{
    display: block;
    width: 100%;
}
.inner_s6 .item2 li h4 span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 23px;
    margin-right: 7px;
    flex-shrink: 0;
}
.inner_s6 .item2 li .txt{
    position: relative;
    z-index: 2;
    margin-top: -13px;
}
.inner_s6 .item2 li:hover h2{
    color: #1449aa;
}
.inner_s6 .item2{
    margin-top: 56px;
}
.inner_s6{
    margin-top: 56px;
}
/*inner_s7*/

.inner_s7{
    width: 100vw;
    height: 100vh;
    position: relative;
}
.inner_s7 .con{
    width: 1520px;
    max-width: 94%;
    height: 100%;
    position: relative;
    margin: 0 auto;
    z-index: 3;
}

.inner_s7 li{
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    z-index: 3;
}
.inner_s7 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, #3E87E0 6%, #1654A5 102%, #087E7F 102%);
}
.inner_s7 li a{
    position: relative;
    z-index: 2;
    padding: 0 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.inner_s7 li a h3{
    display: flex;
    align-items: baseline;
    justify-content: center;
    color: #fff;
    line-height: 1;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
}
.inner_s7 li a h4{
    color: #fff;
    text-align: center;
    margin-top: 10px;
}
.inner_s7 li.i1{
    width: 200px;
    height: 200px;
    top: 39.0625%;
    left: 0;

}
.inner_s7 li.i1 h3{
    font-size: 50px;
}
.inner_s7 li.i1 h4{
    font-size: 24px;
    line-height: 30px;
}
.inner_s7 li.i2{
    width: 230px;
    height: 230px;
    top: 16.77%;
    left: 19.21%;
}
.inner_s7 li.i2 h3{
    font-size: 50px;
}
.inner_s7 li.i2 h4{
    font-size: 24px;
    line-height: 30px;
}
.inner_s7 li.i3{
    width: 328px;
    height: 328px;
    top: 29.58%;
    left: 33.09%;
}
.inner_s7 li.i3 h3{
    font-size: 54px;
}
.inner_s7 li.i3 h4{
    font-size: 30px;
    line-height: 38px;
}
.inner_s7 li.i3:after{
    opacity: .6;
}
.inner_s7 li.i4{
    width: 180px;
    height: 180px;
    top: 57.5%;
    left: 57%;
}
.inner_s7 li.i4 h3{
    font-size: 50px;
}
.inner_s7 li.i4 h4{
    font-size: 24px;
    line-height: 30px;
}
.inner_s7 li.i5{
    width: 182px;
    height: 182px;
    top: 21.77%;
    left: 79.08%;
}
.inner_s7 li.i5 h3{
    font-size: 50px;
}
.inner_s7 li.i5 h4{
    font-size: 24px;
    line-height: 30px;
}
.inner_s7 li.i6{
    width: 140px;
    height: 140px;
    top: 47.08%;
    right: 0.65%;
}
.inner_s7 li.i6 h3{
    font-size: 40px;
}
.inner_s7 li.i6 h4{
    font-size: 20px;
    line-height: 30px;
}
.inner_s7 li.i7{
    width: 200px;
    height: 200px;
    top: 62.5%;
    left: 72.03%;
}
.inner_s7 li.i7 h3{
    font-size: 50px;
}
.inner_s7 li.i7 h4{
    font-size: 24px;
    line-height: 30px;
}

.inner_s7 .con:after{
    position: absolute;
    content: '';
    bottom: 9.0625vh;
    left: 18.94%;
    width: 70.92%;
    height: 81.77%;
    background: url("../images/n-img-16.png") no-repeat 50%/100% 100%;
}

.inner_s7 .bg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/inner_s7.png") no-repeat 50%/cover;
}
.inner_s7 .con .back_home{
    position: absolute;
    top: 6.66%;
    left: -23px;
    z-index: 9;
}
.inner_s7 .con .back_home a{
    display: block;
    font-size: 32px;
    line-height: 46px;
    color: #fff;
}
.inner_s7 .con .back_home:before{
    position: absolute;
    content: '';
    top: 50%;
    right: calc(100% + 17px);
    height: 1px;
    width: 100vw;
    background: #fff;
    transform: translateY(-50%);
}
.inner_s7 .con .back_home:after{
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 98px;
    height: 108px;
    background: url("../images/n-img-17.png") no-repeat 50%/100% 100%;
    transform: translate(-50%,-50%);
    z-index: -1;
}
/*inner_s8*/
.inner_s8 li a{
    position: relative;
    z-index: 2;
    padding: 0 37px 41px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s8 li .pic{
    width: 176px;
    height: 228px;
}
.inner_s8 li .txt{
    width: calc(100% - 176px);
    margin-top: 32px;
    padding: 36px 9px  0  43px;
}
.inner_s8 li .name h2{
    font-size: 26px;
    line-height: 36px;
    color: #0F45A6;
}
.inner_s8 li .name h4{
    font-size: 12px;
    line-height: 16px;
    color: #666666;
    text-transform: uppercase;
}
.inner_s8 li .name:before{
    position: absolute;
    content: '';
    top: 6px;
    left: 0;
    bottom: 0;
    width: 2px;
    background: #0F45A6;
}
.inner_s8 li .name{
    margin-bottom: 29px;
    padding-left: 17px;
    position: relative;
}
.inner_s8 li h3 i{
    width: 16px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex-shrink: 0;
}
.inner_s8 li h3 i img{
    display: block;
    width: 100%;
}
.inner_s8 li h3{
    font-size: 16px;
    line-height: 23px;
    color: #666666;
    display: flex;
    align-items: flex-start;
}
.inner_s8 li h3 + h3{
    margin-top: 12px;
}
.inner_s8 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 32px;
    bottom: 0;
    background: rgba(15, 69, 166, 0.06);
    box-shadow: 0 2px 12px 0 rgba(15, 69, 166, 0.0958);
    transition: .5s;
}
.inner_s8 li{
    position: relative;
}
.inner_s8 li + li{
    margin-top: 62px;
}
.inner_s8 li:hover:after{
    box-shadow: 0 2px 17px 0 rgba(20, 73, 170, 0.6248);
}
.inner_s8{
    margin-top: 45px;
}
/*inner_s9*/


.inner_s9 .top h1 {
    font-size: 30px;
    line-height: 44px;
    color: #1449AA;
    margin-bottom: 28px;
    text-align: center
}


.inner_s9 .bot ul li {
    display: flex;
    margin-top: 28px
}

.inner_s9 .bot ul li:first-child {
    margin-top: 0
}

.inner_s9 .bot ul li .con {
    width: 50%;
    padding-right: 56px
}

.inner_s9 .bot ul li time {
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: row-reverse
}

.inner_s9 .bot ul li time span {
    display: block;
    font-size: 30px;
    line-height: 52px;
    color: #1449AA;
    margin-left: 5px;
    flex-shrink: 0;
    transition: .5s
}

.inner_s9 .bot ul li time i:before {
    position: absolute;
    content: '';
    left: 0;
    width: 32px;
    height: 1px;
    bottom: -10px;
    background: #1449AA;
    transition: .5s
}

.inner_s9 .bot ul li time i:after {
    position: absolute;
    content: '';
    left: 0;
    width: 23px;
    height: 1px;
    bottom: -20px;
    background: #1449AA;
    transition: .5s
}

.inner_s9 .bot ul li time i {
    flex: 1;
    height: 1px;
    background: #1449AA;
    position: relative;
    transition: .5s
}

.inner_s9 .bot ul li time:before {
    position: absolute;
    content: '';
    top: 50%;
    left: calc(100% + 8px);
    width: 71px;
    height: 42px;
    background: #fff url("../images/n-img-20.png") no-repeat 50%/100% 100%;
    transform: translateY(-50%);
    transition: .5s
}

.inner_s9 .bot ul li .para p {
    font-size: 20px;
    line-height:32px;
    color: #333333;
    transition: .5s
}

.inner_s9 .bot ul li .para {
    margin-top: 14px;
    text-align: right;
    min-height: 64px
}

.inner_s9 .bot ul li:nth-child(2n+1) {
    justify-content: flex-end
}

.inner_s9 .bot ul li:nth-child(2n+1) time i:before,.inner_s1 .bot ul li:nth-child(2n+1) time i:after {
    left: auto;
    right: 0
}

.inner_s9 .bot ul li:nth-child(2n+1) time:before {
    left: auto;
    right: calc(100% + 8px);
    background-image: url("../images/n-img-18.png")
}

.inner_s9 .bot ul li:nth-child(2n+1) time span {
    margin-left: 0;
    margin-right: 5px
}

.inner_s9 .bot ul li:nth-child(2n+1) time {
    flex-direction: row
}

.inner_s9 .bot ul li:nth-child(2n+1) .para {
    text-align: left
}

.inner_s9 .bot ul li:nth-child(2n+1) .con {
    padding-left: 56px;
    padding-right: 0
}

.inner_s9 .bot ul li:hover .para p {
    color: #1449AA
}

.v .bot ul li:hover time span {
    color: #1449AA
}

.inner_s9 .bot ul li:hover time i,.inner_s1 .bot ul li:hover time i:before,.inner_s1 .bot ul li:hover time i:after {
    background: #1449AA
}

.inner_s9 .bot ul li:hover time:before {
    background-image: url("../images/n-img-21.png")
}

.inner_s9 .bot ul li:nth-child(2n+1):hover time:before {
    background-image: url("../images/n-img-19.png")
}

.inner_s9 .bot ul:before {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #1449AA;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.inner_s9 .bot ul:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 39px;
    bottom: 0;
    border-left: 1px dashed #1449AA;
    transform: translateX(-50%);
    z-index: -1
}

.inner_s9 .bot ul {
    position: relative;
    padding: 141px 0 37px;
    margin-top: 16px;
    z-index: 3;
}

.inner_s9 {
    margin-top: 25px
}

/*inner_s10*/

.inner_s10 .block{
    position: relative;
}
.inner_s10 .img{
    width: 582px;
    height: 406px;
}
.inner_s10 .img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner_s10 .txt{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 662px;
    height: 318px;
    z-index: 3;
}
.inner_s10 .txt h3{
    font-size: 20px;
    line-height: 30px;
    color: #1449AA;
    font-weight: bold;
}
.inner_s10 .txt i{
    display: block;
    height: 1px;
    background: #1449AA;
    opacity: .3;
    margin: 20px 0 10px;
}
.inner_s10 .txt h4{
    margin-top: 19px;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    padding-left: 30px;
    background: no-repeat left center/20px auto;
}
.inner_s10 .txt h4.h41{
    background-image: url("../images/n-img-22.png");
}
.inner_s10 .txt h4.h42{
    background-image: url("../images/n-img-23.png");
}
.inner_s10 .txt h4.h43{
    background-image: url("../images/n-img-24.png");
}
.inner_s10 .txt .con{
    background: #fff;
    box-shadow: 0 2px 20px 0 rgba(204, 204, 204, 0.5);
    padding: 33px 58px 83px;
}
.inner_s10 .txt:after{
    position: absolute;
    content: '';
    right: -20px;
    top: -26px;
    width: 100px;
    height: 100px;
    background: #1449AA;
    z-index: -2;
}

.inner_s10{
    margin-top: 30px;
}

@media (min-width: 1025px) {
    .inner_s7 li.i1{
        animation: spin-reverse 8s infinite linear;
    }
    .inner_s7 li.i2{
        animation: spin-reverse2 8s infinite linear;
    }
    .inner_s7 li.i3{
        animation: spin-reverse3 8s infinite linear;
    }
    .inner_s7 li.i4{
        animation: spin-reverse 8s infinite linear;
    }
    .inner_s7 li.i5{
        animation: spin-reverse2 8s infinite linear;
    }
    .inner_s7 li.i6{
        animation: spin-reverse3 8s infinite linear;
    }
    .inner_s7 li.i7{
        animation: spin-reverse 8s infinite linear;
    }
    @keyframes spin-reverse {
        0% {
            transform: 0
        }

        50% {
            transform: translateX(-20px) translateY(-5px)
        }

        100% {
            transform: 0
        }
    }

    @keyframes spin-reverse2 {
        0% {
            transform: 0
        }

        50% {
            transform: translateX(10px) translateY(10px)
        }

        100% {
            transform: 0
        }
    }

    @keyframes spin-reverse3 {
        0% {
            transform: 0
        }

        50% {
            transform: translateX(20px) translateY(20px)
        }

        100% {
            transform: 0
        }
    }

}

/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #1449AA;
}

#bnt_back {
    position: absolute;
    left: 15px;
    top: 0px;
}

#bnt_back img {
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

#bnt_back svg {
    fill: rgb(255, 255, 255);
    height: 30px;
    vertical-align: middle;
    width: 26px;
}

#m_n_nav i {
}

#m_n_nav h1 {
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 0px;
    line-height: 50px;
}

#bnt_sub_nav {
    position: absolute;
    right: 15px;
    top: 0px;
    height: 50px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    font-size: 18px;
    display: flex;
    align-items: center;
}

#bnt_sub_nav svg {
    fill: rgb(255, 255, 255);
    height: 20px;
    vertical-align: middle;
    width: 20px;
}

#bnt_sub_nav img {
    display: block;
    height: 20px;
}

#bnt_sub_nav.on img {
    transform: rotate(-180deg);
}

#sub_nav_content {
    background: rgb(240, 243, 245);
    display: none;
    box-shadow: rgb(153, 153, 153) 0px 0px 5px;
    z-index: 9;
}

#sub_nav_content ul {
    display: none;
}
#sub_nav_content ul li {
    display: block;
    line-height: 28px;

}

#sub_nav_content ul li a {
    display: block;

    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding-left: 10px;
    color: rgb(83, 84, 85);
}

#sub_nav_content ul li.on a {
    color: #1449AA;
}

#sub_nav_content dl {
    font-size: 0px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    padding: 10px 0px;
}

#sub_nav_content dt {
    position: relative;
    background: rgb(255, 255, 255);
    z-index: 999;
    width: 100%;
    display: block;
    margin-bottom: 0px;
    /*float: left;*/
    line-height: 30px;
    padding: 0 20px;
}
#sub_nav_content dt i{
    float: right;
    font-family: simsun;
    font-style: normal;
    font-weight: bold;
    font-size: .16rem;
}
#sub_nav_content dt a {

    display: inline-block;
    width: 88%;
    color: rgb(91, 83, 73);
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: top;
}

#sub_nav_content dt a i {
    position: absolute;
    right: 15px;
    top: 0px;
    opacity: 0;
    display: none;
}

#sub_nav_content dt a {
}



#sub_nav_content dd {
    display: none;
}

#sub_nav_content dd .box {
    padding: 0px;
}

#sub_nav_content dd a {
    padding: 0px 25px;
    line-height: 30px;
    border-top: 1px solid rgb(231, 231, 231);
    font-size: 12px;
    color: rgb(91, 83, 73);
    display: block;
    height: 30px;
}

#sub_nav_content dd a.on {
    color: #1449AA;
}

@media (max-width: 1199px){
    .n_banner:before{
        display: none;
    }
    #m_n_nav{
        display: block;
    }
    .leftNav{
        display: none;
    }
    .rightBox{
        width: 100%;
        padding: 20px;
        box-shadow: none;
    }
    .posi img{
        width: 15px;
        margin-right: 5px;
    }
    .posi *{
        font-size: 14px;
        line-height: 24px;
    }
    .n_banner .top{
        bottom: 10px;
    }
    .n_tit h2{
        font-size: 20px;
        line-height: 30px;
    }
    .inner_s1 ul li a{
        padding: 15px 0;
    }
    .inner_s1 ul li .pic {
        width: 294px;
        height: 169px;
    }
    .inner_s1 ul li .txt {
        width: calc(100% - 314px);
    }
    .inner_s1 ul li time{
        font-size: 14px;
        line-height: 20px;
    }
    .inner_s1 ul li h3{
        font-size: 16px;
        line-height: 26px;
        margin-top: 10px;
    }
    .inner_s1 ul li p{
        font-size: 14px;
        line-height: 24px;
        height: 48px;
        margin-top: 10px;
    }
    .inner_s1 ul li h4{
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }
    .inner_s1 ul li:after{
        right: -20px;
    }
    .pagination{
        padding-top: 20px;
    }
    .inner_s2 li time span{
        font-size: 22px;
    }
    .inner_s2 li time em{
        font-size: 12px;
    }
    .inner_s2 li time{
        margin-right: 10px;
    }
    .inner_s2 li .line{
        height: 30px;
        margin-right: 10px;
    }
    .inner_s2 li h3{
        font-size: 16px;
        line-height: 24px;
    }
    .inner_s2 li h4{
        font-size: 12px;
        line-height: 20px;
        margin-left: 10px;
    }
    .inner_s2 li a{
        height: 77px;
    }
    .inner_s2 li:after{
        left: -20px;
        right: -20px;
    }
    .inner_s3 .dtl_tit h2{
        font-size: 20px;
        line-height: 1.5;
    }
    .inner_s3 .dtl_tit .cont .li{
        font-size: 14px;
        line-height: 20px;
        margin: 0 5px;
    }
    .inner_s3 .dtl_tit .cont{
        margin-top: 10px;
    }
    .inner_s3 .dtl_tit{
        padding-bottom: 15px;
    }
    .inner_s3 .dtl_txt p{
        font-size: 14px;
        line-height: 2;
    }
    .inner_s3 .dtl_txt p + p{
        margin-top: 1em;
    }
    .inner_s3 .dtl_page{
        padding-top: 15px;
        margin-top: 15px;
    }
    .inner_s3 .dtl_page p{
        font-size: 14px;
        line-height: 2;
    }
    .inner_s3 .dtl_page p + p{
        margin-top: 5px;
    }
    .inner_s3{
        margin-top: 20px;
    }
    .inner_s4 li a{
        padding: 0 10px 10px;
    }
    .inner_s4 li .name h2{
        font-size: 18px;
        line-height: 24px;
    }
    .inner_s4 li .name h4{
        margin-top: 5px;
    }
    .inner_s4 li .name:before{
        top: 4px;
    }
    .inner_s4 li .name{
        padding-left: 10px;
        margin-bottom: 10px;
    }
    .inner_s4 li h3{
        font-size: 14px;
        line-height: 20px;
    }
    .inner_s4 li h3 + h3{
        margin-top: 5px;
    }
    .inner_s4 li h3 i{
        width: 12px;
        height: 20px;
        margin-right: 5px;
    }
    .inner_s4 li .pic {
        width: 146px;
        height: 188px;
    }
    .inner_s4 li .txt {
        margin-top: 15px;
        padding-top: 0;
    }
    .inner_s4 li:after{
        top: 75px;
    }
    .inner_s4 .item_ul li{
        width: 32%;
        margin: 0;
    }
    .inner_s4 .item_ul ul{
        gap: 20px 2%;
    }
    .inner_s4 .item_tit h4{
        font-size: 16px;
        line-height: 44px;
    }
    .inner_s4 .item_tit{
        padding: 0 15px;
    }
    .inner_s4 .item + .item{
        margin-top: 30px;
    }
    .inner_s4{
        margin-top: 20px;
    }
    .inner_s5 .top h2{
        font-size: 18px;
        line-height: 48px;
    }
    .inner_s5 .top i{
        width: 7px;
        height: 7px;
        margin-right: 5px;
    }
    .inner_s5 .top{
        padding: 0 15px;
    }
    .inner_s5 .bot{
        padding: 20px 15px;
    }
    .inner_s5 .bot li a{
        padding: 0 10px;
    }
    .inner_s5 .bot li span{
        font-size: 14px;
        line-height: 38px;
    }
    .inner_s5 .bot li img{
        height: 5px;
        margin-left: 5px;
    }
    .inner_s5 .bot li{
        width: 49%;
        margin: 0;
    }
    .inner_s5 .bot ul{
        gap: 10px 2%;
    }
    .inner_s5 .item + .item{
        margin-top: 20px;
    }
    .inner_s5{
        margin-top: 20px;
    }
    .inner_s6 .item1{
        padding: 15px;
        border-top-width: 2px;
    }
    .inner_s6 .item1 .li .item_box{
        gap: 5px;
    }
    .inner_s6 .item1 .li .item_box span{
        font-size: 12px;
        line-height: 24px;
        padding: 0 10px;
        margin: 0;
    }
    .inner_s6 .item1 .li .rr{
        width: calc(100% - 110px);
    }
    .inner_s6 .item1 .li .ll span{
        font-size: 14px;
        line-height: 24px;
        text-align: left;
    }
    .inner_s6 .item1 .li .ll{
        width: 100px;
    }
    .inner_s6 .item1 .li + .li{
        margin-top: 10px;
    }
    .inner_s6 .item2 li .pic{
        padding-top: 133.33%;
    }
    .inner_s6 .item2 li .pic:after{
        right: 20%;
        height: 20px;
    }
    .inner_s6 .item2 li h2{
        font-size: 16px;
    }
    .inner_s6 .item2 li h4 b{
        font-size: 14px;
        line-height: 20px;
    }
    .inner_s6 .item2 li h4 span{
        width: 14px;
        height: 20px;
        margin-right: 5px;
    }
    .inner_s6 .item2 li i{
        margin: 5px 0;
    }
    .inner_s6 .item2 li{
        width: 23.5%;
        margin: 0;
    }
    .inner_s6 .item2 ul{
        gap: 20px 2%;
    }
    .inner_s6 .item2{
        margin-top: 20px;
    }
    .inner_s6{
        margin-top: 20px;
    }
    .inner_s7 li a h3{
        font-size: 24px !important;
    }
    .inner_s7 li a h4{
        font-size: 14px !important;
        line-height: 20px !important;
        text-align: center;
        margin-top: 10px;
    }
    .inner_s7 li a{
        padding: 0 10px;
    }
    .inner_s7 li{
        position: relative;
        inset: 0 !important;
        border-radius: 5px;
        width: 32% !important;
        height: 80px !important;
    }
    .inner_s7 ul{
        width: 100%;
        display: flex;
        gap: 15px 2%;
        flex-wrap: wrap;
        justify-content: center;
    }
    .inner_s7 .con:after{
        display: none;
    }
    .inner_s7 .con{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .inner_s7 .con .back_home{
        top: 50%;
        left: calc((100vw - 94vw) / -2);
        width: 20px;
        background: #fff;
        padding: 15px 5px 15px 5px;
        border-radius: 5px;
        transform: translateY(-50%);
        box-sizing: content-box;
    }
    .inner_s7 .con .back_home a{
        font-size: 20px;
        color: #1449aa;
        line-height: 1.4;
        text-align: center;
        padding: 0;
    }
    .inner_s7 .con .back_home:after{
        display: none;
    }

    .inner_s8 li a{
        padding: 0 10px 10px;
    }
    .inner_s8 li .name h2{
        font-size: 18px;
        line-height: 24px;
    }
    .inner_s8 li .name h4{
        margin-top: 5px;
    }
    .inner_s8 li .name:before{
        top: 4px;
    }
    .inner_s8 li .name{
        padding-left: 10px;
        margin-bottom: 10px;
    }
    .inner_s8 li h3{
        font-size: 14px;
        line-height: 20px;
    }
    .inner_s8 li h3 + h3{
        margin-top: 5px;
    }
    .inner_s8 li h3 i{
        width: 12px;
        height: 20px;
        margin-right: 5px;
    }
    .inner_s8 li .pic {
        width: 146px;
        height: 188px;
    }
    .inner_s8 li .txt {
        width: calc(100% - 146px);
        margin-top: 15px;
        padding: 15px 0px 0 15px;
    }
    .inner_s8 li:after{
        top: 15px;
    }
    .inner_s8 li + li{
        margin-top: 20px;
    }
    .inner_s8{
        margin-top: 20px;
    }

    .inner_s9 .bot ul li {
        display: block
    }

    .inner_s9 .bot ul li .con {
        width: 100%;
        padding: 0 0 0 20px !important
    }

    .inner_s9 .bot ul li time:before {
        width: 30px;
        height: 18px;
    }

    .inner_s9 .bot ul li time span {
        font-size: 20px;
        line-height: 24px;
        margin: 0 2px 0 0!important
    }

    .inner_s9 .bot ul li time {
        flex-direction: row
    }

    .inner_s9 .bot ul li time i:before, .inner_s1 .bot ul li time i:after {
        right: 0;
        left: auto
    }

    .inner_s9 .bot ul li time:before {
        left: auto;
        right: calc(100% + 8px);
        background-image: url('../images/n-img-18.png')
    }

    .inner_s9 .bot ul li:hover time:before {
        background-image: url('../images/n-img-19.png')
    }
    .inner_s9 .bot ul li time i:after{
        left: auto;
        right: 0;
    }
    .inner_s9 .bot ul li .para p {
        text-align: left;
        font-size: 14px;
        line-height: 24px
    }

    .inner_s9 .bot ul li .para {
        font-size: 14px;
        line-height: 24px
    }

    .inner_s9 .bot ul:before {
        left: -8px;
        width: 10px;
        height: 10px;
    }

    .inner_s9 .bot ul:after {
        left: -8px;
        top: 10px
    }
    .inner_s9 .bot ul{
        padding:30px 0;
    }
    .inner_s9 .top h1{
        font-size:20px;
        margin-bottom:10px
    }

    .inner_s10 .img{
        width: 100%;
        height: auto;
    }
    .inner_s10 .txt{
        position: static;
        width: 100%;
        height: auto;
        transform: none;

    }
    .inner_s10 .txt i{
        margin: 10px 0;
    }
    .inner_s10 .txt h4{
        font-size: 14px;
        line-height: 24px;
        background-size: 16px auto;
        padding-left: 25px;
        margin-top: 8px;
    }
    .inner_s10 .txt .con{
        padding: 20px;
    }
    .inner_s10 .txt:after{
        display: none;
    }

}

@media (max-width: 768px){
    .inner_s1 ul li .pic{
        width: 100%;
        height: auto;
        padding-top: 62.57%;
    }
    .inner_s1 ul li .txt{
        width: 100%;
        padding: 20px;
    }
    .inner_s1 ul li a{
        padding: 0;
    }
    .inner_s1 ul li:after{
        right: 0;
    }
    .inner_s1 ul li + li{
        margin-top: 20px;
    }
    .inner_s1{
        margin-top: 20px;
    }
    .inner_s4 li .pic {
        width: 116px;
        height: 148px;
    }
    .inner_s4 li .txt {
    }
    .inner_s4 .item_ul li{
        width: 100%;
    }
    .inner_s7 li{
        width: 49% !important;
    }


    .inner_s8 li .pic {
        width: 116px;
        height: 148px;
    }
    .inner_s8 li .txt {
        width: calc(100% - 116px);
    }
}
@media (max-width: 481px){
    .inner_s1 ul li .txt{
        padding: 10px;
    }
    .inner_s1 ul li h3{
        margin-top: 5px;
    }
    .inner_s1 ul li p{
        margin-top: 2px;
    }
    .inner_s2 li h3{
        font-size: 15px;
    }
    .inner_s2 li a{
        height: 66px;
    }
    .inner_s3 .dtl_tit h2 {
        font-size: 18px;
    }
    .inner_s4 li a{
        display: block;
    }
    .inner_s4 li .pic{
        margin: 0 auto;
    }
    .inner_s4 li .txt{
        width: 100%;
        padding: 15px 0 0;
        margin-top: 0;
    }
    .inner_s4 li:after{
        top: 75px;
    }
    .inner_s4 li:hover:after{
        box-shadow: none;
    }
    .inner_s5 .bot li{
        width: 100%;
    }
    .inner_s5 .top h2{
        font-size: 16px;
        line-height: 40px;
    }
    .inner_s5 .item + .item{
        margin-top: 10px;
    }
    .inner_s6 .item1 .li .ll{
        width: 100%;
        margin-bottom: 5px;
    }
    .inner_s6 .item1 .li .rr{
        width: 100%;
    }
    .inner_s6 .item2 li{
        width: 49%;
    }
    .inner_s6 .item2 li h4 b{
        font-size: 12px;
    }
    .inner_s7 li a h3{
        font-size: 22px !important;
    }
    .inner_s7 li a h4{
        font-size: 13px !important;
        margin-top: 5px;
    }


    .inner_s8 li a{
        display: block;
    }
    .inner_s8 li .pic{
        margin: 0 auto;
    }
    .inner_s8 li .txt{
        width: 100%;
        padding: 15px 0 0;
        margin-top: 0;
    }
    .inner_s8 li:after{
        top: 75px;
    }
    .inner_s8 li:hover:after{
        box-shadow: none;
    }
}


.inner_page{
    background: #fff url("../images/inner_page.png") no-repeat bottom left/100% auto;
}

.pb_sys_common{ line-height:30px !important;}


/*2025_07_24*/

.inner_s6 .item1 button{
    display: block;
    width: 130px;
    height: 42px;
    font-size: 16px;
    color: #333;
    background: #d4e1fa;
    border-radius: 50vw;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
    transition: .5s;
}
.inner_s6 .item1 button + button{
    margin-left: 20px;
}
.inner_s6 .item1 .li:last-child .rr{
    display: flex;
}
.inner_s6 .item1 button:hover,
.inner_s6 .item1 button:first-child{
    background: #0F45A6;
    color: #fff;
}
@media (max-width: 1025px) {
    .inner_s6 .item1 button{
        width: 90px;
        height: 28px;
        font-size: 12px;
        margin-left: 0;
    }
    .inner_s6 .item1 button + button{
        margin-left: 0;
    }
    .inner_s6 .item1 .li:last-child .ll{
        display: none;
    }
    .inner_s6 .item1 .li:last-child .rr{
        width: 100%;
        gap: 0 20px;
        justify-content: center;
    }
}
@media (max-width: 481px) {
    .inner_s6 .item1 .li:last-child .rr{
        gap: 0 10px;
    }
}

.yxrc{
    width:100% !important;
    text-align:center;
    min-width:768px;
}
.yxrc tr.firstRow td *{
    font-size: 20px !important;
    color:#fff;
}
.yxrc tr.firstRow td{
    height:50px;
    border-color:#fff!important;
}
.yxrc tr.firstRow{
    background:linear-gradient(270deg, #2D80D4 0%, #1449AA 99%)
}
.yxrc tr td{
    height:40px;
    border-color:#ccc!important;
}
.yxrc tr td  *{
    font-size: 16px !important;
}
@media (max-width: 1199px) {
    .yxrc tr.firstRow td *{
        font-size: 16px !important;
        color:#fff;
    }
    .yxrc tr.firstRow td{
        height:46px;
    }
    .yxrc tr td  *{
        font-size: 14px !important;
    }
    .yxrc tr td{
        height:38px;
    }
}