header>div {
    width: 100%;    /*1540px*/
    padding: 35px 10%;
    margin: auto;
    height: 160px;
    background: linear-gradient( 180deg, #901C1C 0%, rgba(144,28,28,0) 100%);
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    z-index: 10;
}
header .logo {
    width: 35.2%;
}
header .column {
    margin-left: 77px;
    justify-content: space-between;
    align-items: center;
}
header .column>li{
    margin-right: 20px;
    position: relative;
    padding: 5px 20px;
    border-radius: 5%;
}
header .column li a{
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 26px;
    text-align: center;
    font-style: normal;
}
header .column li .child{
    position: absolute;
    top: 36px;
    left: -5px;
    width: 110%;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5%;
    padding: 5px;
    background: linear-gradient(180deg, #901C1C 0%, rgba(144, 28, 28, 0) 100%);
    backdrop-filter: blur(20px);
    /* opacity: 0; */
    /* transition: all 0.5s ease; */
    display: none;
}
header .column li:hover{
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(20px);
}
header .column li .child li{
    width: 100%;
    padding: 10px 0;
    text-align: center;
}
header .column li .child li a{
    /* text-align: center; */
}
header .search img{
    width: 37px;
}
header .navBtnm{ display: none;}
.bigbanner{
    max-height: 100vh;
}
.bigbanner ul li img{
    width: 100%;
    height: 960px;
}
.bigbanner .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    opacity: 1;
    transition: all 0.5s ease;
}
.bigbanner .swiper-pagination-bullet-active{
    width: 40px;
    height: 15px;
    background: linear-gradient( 270deg, #D61318 0%, #004087 100%);
    border-radius: 8px;
    border: 1px solid #FFFFFF;
}
.news>div,.sys>div,.xshd>div,.kycg>div,.ggfw>div,.yjtd>div{
    width: 80%;
    margin: auto;
}
.news>.flex{
    justify-content: space-between;
}
.news{
    background: url(../picture/newsbg.png) no-repeat center center;
    background-size: cover;
    padding-top: 115px;
}
.news .columntitle,.sys .columntitle,.kycg .columntitle,.xzgd .columntitle,.ggfw .columntitle,.yjtd .columntitle{
    justify-content: space-between;
    align-items: center;
}
.news .columntitle p,
.sys .columntitle p,
.xshd .xshdtext .columntitle>p,
.kycg .columntitle p,
.xzgd .columntitle p,
.ggfw .columntitle p,
.yjtd .columntitle p{
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 32px;
    color: #333333;
    line-height: 42px;
    text-align: center;
    font-style: normal;
    background: linear-gradient(180deg, #D61318 0%, #004087 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
.news .columntitle p:after,
.sys .columntitle p:after,
.xshd .xshdtext .columntitle>p:after,
.kycg .columntitle p:after,
.xzgd .columntitle p:after,
.ggfw .columntitle p:after,
.yjtd .columntitle p:after{
    content: "";
    position: absolute;
    width: 94px;
    height: 73px;
    bottom: -20%;
    left: 25%;
    background: url(../image/columntltle.png) no-repeat center center;
    background-size: contain;
}
.news .columntitle a,
.sys .columntitle a,
.xshd .xshdpic .info .more,
.kycg .columntitle a,
.xzgd .columntitle a,
.ggfw .columntitle a,
.yjtd .columntitle a{
    width: 45px;
    height: 45px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #00448E;
    line-height: 45px;
    text-align: center;
    font-style: normal;
    position: relative;
}
.news .columntitle a:after,
.sys .columntitle a:after,
.xshd .xshdpic .info .more:after,
.kycg .columntitle a:after,
.xzgd .columntitle a:after,
.ggfw .columntitle a:after,
.yjtd .columntitle a:after{
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    bottom: 0%;
    left: -25%;
    background: url(../image/more.png) no-repeat center center;
    background-size: cover;
}
.news .dynamic>.flex:nth-child(2){
    margin-top: 47px;
}
.news .dynamic .picnews {
    width: 640px;
}
.news .dynamic .picnews .swiper-pagination{
    position: absolute;
    bottom: 30px;
}
.news .dynamic .picnews .pic{
    width: 640px;
    height: 328px;
}
.news .dynamic .picnews .info{
    width: 100%;
    min-height: 176px;
    background: #FFFFFF;
    padding: 18px 30px;
}
.news .dynamic .picnews .info .title{
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #333333;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    margin-bottom: 8px;
}
.news .dynamic .picnews .info .summary{
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #999999;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    margin-bottom: 26px;
}
.news .dynamic .picnews .info .time span:nth-child(1){
    font-family: STSongti-SC, STSongti-SC;
    font-weight: 900;
    font-size: 30px;
    color: #00448E;
    line-height: 42px;
    text-align: left;
    font-style: normal;
    margin-right: 10px;
}
.news .dynamic .picnews .info .time span:nth-child(2){
    font-family: STSongti-SC, STSongti-SC;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    line-height: 25px;
    text-align: left;
    font-style: normal;
}
.news .dynamic .picnews .info .more{
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #999999;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    align-items: center;
}
.news .dynamic .picnews .info .flex{
    justify-content: space-between;
}
.news .dynamic .picnews .info .more img{
    width: 17px;
    margin-left: 12px;
}
.news .dynamic .list{
    width: 360px;
    margin-left: 30px;
}
.news .dynamic .list li{
    width: 360px;
    margin-bottom: 20px;
    padding: 26px 33px;
    background: #fff;
    transition: all 0.5s ease;
}
.news .dynamic .list li .flex{
    align-items: center;
}
.news .dynamic .list li p{
    transition: all 0.5s ease;
}
.news .dynamic .list li .time p:nth-child(1){
    font-family: STSongti-SC, STSongti-SC;
    font-weight: 900;
    font-size: 30px;
    color: #00448E;
    line-height: 42px;
    text-align: center;
    font-style: normal;
}
.news .dynamic .list li .time p:nth-child(2){
    font-family: STSongti-SC, STSongti-SC;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    line-height: 25px;
    text-align: center;
    font-style: normal;
}
.news .dynamic .list li .text{
    width: 70%;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #333333;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 1.5em;       /* 单行高度 */
    max-height: 3em;        /* 1.5em × 3 = 精确限制3行 */
    word-break: break-word;   /* 处理长单词 */
    margin-bottom: -15px;
    margin-left: 20px;
}
.news .dynamic .list li:hover{
    background: #00448E;
}
.news .dynamic .list li:hover p{
    color: #fff !important;
}
.news .Announcement .list{
    margin-top: 55px;
}
.news .Announcement .list li{
    width: 460px;
    padding-bottom: 17px;
    margin-bottom: 17px;
    position: relative;
    transition: all 0.5s ease;
    border-bottom: 1px solid rgba(0, 68, 142,0.1);
}
.news .Announcement .list li::after{
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #00448E;
    transition: all 0.5s ease;
}
.news .Announcement .list li:hover::after{
    content: "";
    width: 460px;
}
.news .Announcement .list li .time{
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    background: linear-gradient(180deg, #D61318 0%, #004087 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    margin-bottom: 5px;
    padding-left: 20px;
    padding-bottom: 5px;
}
.news .Announcement .list li .time::after{
    content: "";
    position: absolute;
    width: 130px;
    height: 40px;
    bottom: 0;
    left: 0;
    background: url(../image/tzggtimebg.png) no-repeat center center;
    background-size: contain;
}
.news .Announcement .list li .text{
    width: 100%;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #333333;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sys {
    padding-top: 30px;
}
.sys .columntitle{
    margin-bottom: 25px;
}
.sys .columntitle::before,.kycg .columntitle::before,.ggfw .columntitle::before{
    content: "";
}
.sys .columntitle p::after{
    left: 35%;
}
.sys .sysbanner{
    overflow-x: hidden;
}
.sys .sysbanner .flex{
    height: 35px;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.sys .sysbanner ul li img{
    width: 480px;
    height: 145px;
}
.sys .sysbanner .swiper-button-prev{
    margin-right: 20px;
}
.sys .sysbanner .swiper-button-prev,
.sys .sysbanner .swiper-button-next,
.kycg .kycgbanner .swiper-button-prev,
.kycg .kycgbanner .swiper-button-next{
    position: sticky;
    color: transparent;
}
.xshd{
    background: url(../picture/xshdbg.png) no-repeat center center;
    background-size: cover;
    margin-top: 45px;
    padding-top: 90px;
    position: relative;
    padding-bottom: 110px;
}
.xshd .xshdtext{
    position: absolute;
    /* right: 35px;
    bottom: -50px; */
}
.xshd .xshdtext .columntitle{
    align-items: center;
}
.xshd .xshdtext .columntitle .column{
    margin-left: 66px;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.xshd .xshdtext .columntitle .column p{
    font-family: MicrosoftYaHei;
    font-size: 24px;
    color: #666666;
    line-height: 31px;
    text-align: left;
    font-style: normal;
}
.xshd .xshdtext .columntitle .column li{
    margin-right: 20px;
}
.xshd .xshdtext .columntitle .column li.on p,.xshd .xshdtext .columntitle .column li:hover p{
    color: #00448E;
    font-weight: 600;
}
.xshd .xshdpic .bannerbox{
    width: 100%;
    justify-content: space-between;
}
.xshd .xshdpic .info{
    padding-top: 155px;
    width: 580px;
    position: relative;
}
.xshd .xshdpic .info .title{
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #333333;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    margin-bottom: 25px;
}
.xshd .xshdpic .info .time{
    align-items: center;
    margin-bottom: 40px;
}
.xshd .xshdpic .info .time em{
    width: 36px;
    height: 3px;
    background: linear-gradient( 270deg, #D61318 0%, #004087 100%);
    margin-right: 10px;
}
.xshd .xshdpic .info .time span{
    font-family: STSongti-SC, STSongti-SC;
    font-weight: 400;
    font-size: 20px;
    color: #999999;
    line-height: 28px;
    text-align: left;
    font-style: normal;
}
.xshd .xshdpic .info .summary{
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #999999;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    margin-bottom: 60px;
}
.xshd .xshdpic .info .xq{
    align-items: center;
}
.xshd .xshdpic .info .xq em{
    width: 71px;
    height: 1px;
    background: #00448E;
}
.xshd .xshdpic .info .xq span{
    margin-left: 18px;
    margin-right: 7px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #999999;
    line-height: 21px;
    text-align: left;
    font-style: normal;
}
.xshd .xshdpic .info .xq img{
    width: 15px;
}
.xshd .xshdpic .info .more{
    position: absolute;
    bottom: -40px;
    right: 0;
}
.xshd .xshdpic .pic {
    width: 850px;
}
.xshd .xshdpic .pic img{
    width: 100%;
    height: 500px;
}
.xshd .switch{
    position: absolute;
    right: 25px;
    bottom: -30px;
}
.xshd .switch li{
    margin: 0 15px;
    width: 130px;
    height: 130px;
}
.xshd .switch img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.xshd .switch li:nth-child(1) img,.xshd .switch li:nth-child(5) img{
    scale: calc(.6);
}
.xshd .switch li:nth-child(2) img,.xshd .switch li:nth-child(4) img{
    scale: calc(.8);
}
.xshd .prev img,.xshd .next img{
    width: 35px;
    height: 35px;
}
.xshd .prev img{
    margin-right: 20px;
}
.kycg {
    margin-top: 120px;
    background: url(../picture/kycgbg.png) no-repeat bottom center;
    background-size: contain;
    padding-bottom: 130px;
}
.kycg .columntitle{
    margin-bottom: 50px;
}
.kycg .kycgbanner{
    display: flex;
}
.kycg .kycgbanner .kycgpic{
    width: 600px;
    height: 580px;
    position: relative;
}
.kycg .kycgbanner .kycgpic img {
    width: 600px;
    height: 580px;
    position: inherit;
    z-index: 10;
} 
.kycg .kycgbanner .kycgpic::before{
    content: "";
    position: absolute;
    width: 451px;
    height: 465px;
    bottom: 40px;
    right: -32px;
    background: url(../image/kycgpicbg1.png) no-repeat center center;
}
.kycg .kycgbanner .kycgpic::after{
    content: "";
    position: absolute;
    width: 451px;
    height: 391px;
    bottom: 80px;
    right: -66px;
    background: url(../image/kycgpicbg2.png) no-repeat center center;
}
.kycg .kycglist{
    width: 620px;
    padding-left: 200px;
    padding-top: 55px;
    position: relative;

}
.kycg .kycglist::before{
    content: "";
    position: absolute;
    width: 148px;
    height: 152px;
    bottom: 35%;
    left: 0;
    background: url(../image/kycgpicbg3.png) no-repeat center center;
    background-size: contain;
}
.kycg .kycglist li{
    margin-bottom: 50px;
}
.kycg .kycglist li .title{
    width: 520px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 30px;
    text-align: justify;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.kycg .kycglist li.on .title{
    font-weight: 800;
    font-size: 22px;
}
.kycg .kycglist li .summary{
    font-family: MicrosoftYaHei;
    font-size: 15px;
    color: #000000;
    line-height: 34px;
    text-align: left;
    font-style: normal;
    margin-top: 15px;
    margin-bottom: 30px;
}
.kycg .kycglist li .time img{
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.kycg .kycglist li .time{
    font-family: MicrosoftYaHei;
    font-size: 15px;
    color: #000000;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    align-items: center;
}
.kycg .other img,.kycg .switch>img{
    width: 305px;
    height: 242px;
}
.kycg .switch{
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left: 105px;
}
.kycg .switch>a{
    /* position: absolute; */
    margin-right: -80px;
    width: 43px;
    height: 128px;
}
.kycg .switch .prev{
    top: 20px;
}
.kycg .switch .next{
    bottom: 20px;
}
.kycg .switch a img{
    position: absolute;
    transition: all 0.5s ease;
}
.kycg .switch a img:nth-child(2){
    opacity: 0;
}
.kycg .switch a.on img:nth-child(1){
    opacity: 0;
}
.kycg .switch a.on img:nth-child(2){
    opacity: 1;
}
.xzgd{
    background: #EAF1FC;
    margin-bottom: 70px;
}
.xzgd>img{
    width: 400px;
    height: 366px;
}
.xzgd>div{
    width: 75%;
    padding-top: 60px;
    padding-left: 60px;
}
.xzgd .columntitle{
    margin-bottom: 40px;
    padding-right: 8%;
}
.xzgd .xzgdlist ul{
    flex-wrap: wrap;
}
.xzgd .xzgdlist li{
    width: 605px;
    padding-bottom: 5px;
    border-bottom: rgba(153, 153, 153,.2) 1px solid;
    margin-right: 45px;
    margin-bottom: 25px;
    position: relative;
}
.xzgd .xzgdlist li::after{
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #00448E;
    transition: all 0.5s ease;
}
.xzgd .xzgdlist li:hover::after{
    width: 100%;
}
.xzgd .xzgdlist li a{
    justify-content: space-between;
}
.xzgd .xzgdlist li .title{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: justify;
    font-style: normal;
}
.xzgd .xzgdlist li .time{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    text-align: justify;
    font-style: normal;
}
/*.ggfw {*/
/*    padding: 30px 0;*/
/*}*/
.ggfw .columntitle{
    margin-bottom: 40px;
}
.ggfw .ggfwinfo ul{
    justify-content: space-between;
}
.ggfw .ggfwinfo li {
    width: 350px;
}
.ggfw .ggfwinfo li img{
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
}
.ggfw .ggfwinfo li .title{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ggfw .ggfwinfo li .time{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    text-align: left;
    font-style: normal;
}
.yjtd{
    margin-top: 120px;
    background: url(../picture/yjtdbg.png) no-repeat center center;
    background-size: cover;
}
.yjtd .columntitle{
    margin-bottom: 70px;
}
.yjtd .bigpic{
    width: 490px;
    height: 490px;
    position: relative;
}
.yjtd .bigpic a{
    position: absolute;
    right: -10%;
    top: 40%;
    width: 100px;
    height: 100px;
}
.yjtd .bigpic::after{
    content: "";
    position: absolute;
    width: 442px;
    height: 442px;
    border-radius: 50%;
    top: -1px;
    left: -1px;
    background: linear-gradient(180deg, rgba(0, 68, 142, 1), rgba(214, 19, 24, 1));
    box-sizing: border-box; 
    z-index: 0;
}
.yjtd .bigpic>div{
    width: 440px;
    height: 440px;
    border-radius: 50%;
    background: #EAF1FC;
    /* border: 1px solid black;  */
    /* border-image: linear-gradient(180deg, rgba(0, 68, 142, 1), rgba(214, 19, 24, 1)) 1 1; */
    padding: 15px;
    position: inherit;
    z-index: 1;
    
}
.yjtd .bigpic>div::before{
    content: "";
    position: absolute;
    top: -2%;
    left: -13%;
    width: 135%;
    height: 105%;
    background: url(../picture/yjtdbigpicbg1.png) no-repeat center center;
    background-size: contain;
    z-index: 1;
    pointer-events: none;
}
@keyframes rotateAroundCenter {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.yjtd .bigpic>div::after{
    content: "";
    position: absolute;
    top: -7%;
    left: -7%;
    width: 115%;
    height: 115%;
    background: url(../picture/yjtdbigpicbg2.png) no-repeat center center;
    background-size: cover;
    animation: rotateAroundCenter 10s linear infinite;
    z-index: 0;
    pointer-events: none;
}
.yjtd .bigpic img{
    width: 230px;
    height: 320px;
    position: absolute;
    right: 27%;
    bottom: 15%;
}
.yjtd .yjtdbanner{
    margin-left: 30px;
}
.yjtd .yjtdbanner .info{
    padding-top: 25px;
    margin-bottom: 55px;
}
.yjtd .yjtdbanner .info p:nth-child(1){
    width: 473px;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 24px;
    color: #00448E;
    line-height: 31px;
    text-align: left;
    font-style: normal;
    padding-bottom: 14px;
    margin-bottom: 18px;
    border-bottom: 1px solid #00448E;
}
.yjtd .yjtdbanner .info p:nth-child(2){
    font-family: MicrosoftYaHei;
    font-size: 15px;
    color: #333333;
    line-height: 28px;
    text-align: left;
    font-style: normal;
}
.yjtd .yjtdbanner .bannerbox{
    position: relative;
    left: -20px;
}
.yjtd .yjtdbanner .bannerbox::after{
    content: "";
    position: absolute;
    bottom: 32px;
    left: 20px;
    width: 97%;
    height: 1px;
    background: #999999;
    opacity: 0.2;
}
.yjtd .yjtdbanner .bannerbox ul{
    justify-content: space-between;
    padding-top: 30px !important;
    padding-left: 20px !important;
}
.yjtd .yjtdbanner .bannerbox li{
    width: 220px;
    text-align: center;
}
.yjtd .yjtdbanner .bannerbox li.on{
    background: url(../picture/yjtdpicbg.png) no-repeat top center;
    background-position: 0% -17%;
    background-size: contain;
}
.yjtd .yjtdbanner .bannerbox li img{
    width: 152px;
    margin: auto;
    transition: all 0.5s ease;
}
.yjtd .yjtdbanner .bannerbox li>img{
    height: 215px;
}
.yjtd .yjtdbanner .bannerbox li.on>img{
    transform: translateY(-20px);
}
.yjtd .yjtdbanner .bannerbox li p{
    font-family: MicrosoftYaHei;
    font-size: 15px;
    color: #333333;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    margin: 25px 0 10px 0;
    transition: all 0.5s ease;
    opacity: 0;
}
.yjtd .yjtdbanner .bannerbox li p.zc{
    display: none;
}
.yjtd .yjtdbanner .bannerbox li .more{
    transition: all 0.5s ease;
    opacity: 0;
}
.yjtd .yjtdbanner .bannerbox li.on p,
.yjtd .yjtdbanner .bannerbox li.on .more{
    opacity: 1;
}
.yjtd .yjtdbanner .bannerbox li .more::after{
    content: "";
    display: inline-block;
    width: 152px;
    height: 2px;
    background: #00448E;
    transform: translateY(-29px);
    z-index: 0;
}
.yjtd .yjtdbanner .bannerbox li .more img{
    width: 35px;
    text-align: center;
    position: sticky;
    z-index: 1;
}
.yjtd .yjtdbanner::after{
    display: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(153, 153, 153, 0.2); */
}
.yjtd .yjtdbanner .swiper-button-prev,
.yjtd .yjtdbanner .swiper-button-next{
    color: transparent;
    position: absolute;
    top: 40%;
}
.yjtd .yjtdbanner .swiper-button-prev{
    left: 20px;
}
.yjtd .yjtdbanner .swiper-button-next{
    right: -10px;
}
footer{
    width: 100%;
    height: 300px;
    background: url(../picture/footerbg.png) no-repeat center center;
    background-size: contain;
    padding-top: 40px;
}
footer .footerbox>div{
    width: 80%;
    margin: auto;
    align-items: center;
}
footer .footerbox>div .logo{
    width: 540px;
    margin-right: 50px;
}
footer .footerbox>div .info{
    padding: 20px 170px 25px 15px;
    /* border-left: 1px solid rgba(255,255,255);
    border-right: 1px solid rgba(255,255,255); */
    position: relative;
}
footer .footerbox>div .info::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, #FFFFFF 52.37%, rgba(216,216,216,0) 100%);
}
footer .footerbox>div .info::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, #FFFFFF 52.37%, rgba(216,216,216,0) 100%);
}
footer .footerbox>div .info p:nth-child(1){
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    margin-bottom: 14px;
}
footer .footerbox>div .info p:nth-child(2),
footer .footerbox>div .info p:nth-child(3){
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    align-items: center;
    margin-bottom: 10px;
}
footer .footerbox>div .info img{
    width: 20px;
    margin-right: 15px;
}
footer .footerbox>div .links select{
    margin-left: 35px;
    width: 350px;
    height: 45px;
    padding-left: 20px;
    align-items: center;
    background: #fff;
    border-radius: 4px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
}
footer .footerbox>p{
    margin-top: 10px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
    text-align: center;
    font-style: normal;
}