.row {
    padding-bottom: 45px;
    position: relative;
    margin-bottom: 40px;
}

.title {
    margin-top: 58px;
    display: flex;
    justify-content: center;
    height: 255px;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin-bottom: 8px;
}

.title h2 {
    position: relative;
    font-size: 42px;
    line-height: 1em;
}

.p {
    position: relative;
    z-index: 2;
}

.title h2::after {
    position: absolute;
    content: '';
    height: 31px;
    width: 100%;
    left: 0;
    bottom: -20px;
    background-color: #fadaba;
    z-index: 1;
}

.time {
    font-size: 30px;
    margin-top: 45px;
    font-weight: bold;
}

.title img {
    z-index: 2;
    position: absolute;
    top: -44px;
    left: -63px;
    width: 126px;
}

.title.bot {
    margin-top: 88px;
}

.row::after {
    position: absolute;
    content: '';
    height: 23px;
    width: 970px;
    background-color: #fbeac4;
    left: -360px;
}

.row:nth-child(2n)::after {
    position: absolute;
    content: '';
    height: 23px;
    width: 970px;
    background-color: #fbeac4;
    right: -360px;
    left: auto;
}

.txt {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 590px;
    height: 340px;
    background-color: rgba(22, 112, 199, 0.9);
    padding: 45px 0 0px 23px;
    box-sizing: border-box;
    font-size: 30px;
    color: #fff;
    line-height: 60px;
    z-index: 2
}

.row:nth-child(2n) .pic {
    text-align: end;
}

.x {
    position: absolute;
    right: 50px;
    bottom: -50px;
}

/* .row:nth-child(2n) .txt {
    position: absolute;
    bottom: 0;
    right: auto;
    left: 0;
    width: 590px;
    height: 340px;
    background-color: rgba(22, 112, 199, 0.9);
    padding: 45px 0px 0px 23px;
    box-sizing: border-box;
    font-size: 30px;
    color: #fff;
    line-height: 50px;
} */

/* .row a:hover .btna {
    color: #f49100;
    transition: all 0.3s;
    background-color: #fbeac4;
} */

.a a:hover span {
    color: #f49100;
    transition: all 0.3s;
    background-color: #fbeac4;
}

.txt span {
    display: block;
}

.row:nth-child(4) .txt p:nth-child(2) {
    border-bottom: none;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
}

.row:nth-child(4) .txt {
    padding: 30px 0px 0px 23px;
}

.txt p:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    margin-bottom: 14px;
    padding-bottom: 14px;
}

.txt p:nth-child(4) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    margin-bottom: 14px;
    padding-bottom: 14px;
}

.txt::after {
    position: absolute;
    content: '';
    width: 100px;
    height: 1px;
    background-color: #fff;
    left: -16px;
    bottom: 35px;
    opacity: 0.6;
    transform: rotate(-47deg);
}

.txt .btna {
    display: flex;
    width: 258px;
    height: 80px;
    justify-content: center;
    align-items: center;
    color: rgba(22, 112, 199, 0.9);
    background-color: #fff;
    position: absolute;
    right: 23px;
    bottom: 45px;
    transition: all .3s;
}

dd {
    font-size: 30px;
    color: #fff;
}

.footer {
    position: relative;
    background-color: #415c94;
    width: 100%;
    padding: 53px 0 49px;
}

.footer .mainbox .left a {
    display: block;
    margin-bottom: 13px;
}

.footer .mainbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.footer .mainbox .right {
    float: right;
    width: 681px;
}

.a:nth-child(4) a {
    margin-top: 50px;
}

.a:nth-child(8) a {
    margin-bottom: 200px;
}

.a a {
    position: relative;
    display: flex;
    margin-bottom: 115px;
}

.a span {
    display: flex;
    width: 258px;
    height: 80px;
    justify-content: center;
    align-items: center;
    color: rgba(22, 112, 199, 0.9);
    background-color: #cadaf4;
    right: 23px;
    bottom: 45px;
    font-size: 30px;
    transition: all .3s;
    margin-left: 70px;
}

.aa {
    margin-left: auto;
    margin-right: 0;
    width: 1093px;
    border: 4px solid #ebc350;
    display: flex;
    font-size: 20px;
    line-height: 24px;
    align-items: center;
    padding: 36px 23px;
    box-sizing: border-box;
    justify-content: space-between;
    padding-left: 250px;
    position: relative;
}

body {
    min-width: 1200px;
}

.a dl {
    padding-left: 25px;
    padding-top: 25px;
    top: -80px;
    position: absolute;
    background-image: url(../images/a.png);
    width: 380px;
    height: 240px;
    background-repeat: no-repeat;
    background-size: 280px 200px;
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    z-index: 2;
}

.up {
    position: absolute;
    top: -62px;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
}

.txt a img {
    margin-left: 24px;
}

@media (max-width: 1024px) {
    body {
        min-width: 100%;
    }
    .txt {
        
        width: 6.05rem;
        height: 2.68rem; 
        line-height: 0.6rem;
        padding: 0.23rem 0 0.23rem 0.23rem;
        border: solid 4px #ebc350;
        background: none;
        color: #111;
        font-weight: 600;
        bottom: -.88rem;
    }
    .barBg{
        width: .33rem;
        height: .04rem;
        background: url(../images/bar.jpg) no-repeat;
        background-size: cover; 
    }
    .txt p:nth-child(1){
        font-size: .3rem; 
        margin-top: .2rem;
    }
    
    .txt p:nth-child(2) {
        font-size: .28rem; 
        display: inline-block;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .row::after {
        display: none;
    }
    .txt span {
        font-size: 0.28rem;
    }
    .row {
        padding-bottom: 1.4rem;
        margin-bottom: 0.4rem;
    }
    .txt .btna {
        display: flex;
        width: 2rem;
        height: 0.7rem;
        justify-content: center;
        align-items: center;
        color: #1670c7;
        background-color: #fff;
        background: #cadaf4;
        /* background-position: 90% .24rem;
        background-size: 8%; */
        position: absolute;
        right: 0.23rem;
        bottom: 0.3rem;
        font-size: .28rem;
    }
    .txt::after {
        position: absolute;
        content: '';
        width: 0.8rem;
        height: 1px;
        background-color: #fff;
        left: -0.16rem;
        bottom: 0.26rem;
        opacity: 0.6;
        transform: rotate(-47deg);
    }
    .pic{
        position: relative;
    }
    .wrap .icon1{
        position: absolute;
        right: 0;
        bottom: .16rem;
        width:1.64rem;
        height: 1.88rem;
        background-size: cover; 
    }
    .wrap .icon2{
        position: absolute;
        left: -.2rem;
        bottom: -1.6rem;
        width:1.43rem;
        height: 1.49rem;
        background-size: cover; 
    }
    .wrap .icon3{
        position: absolute;
        left: .1rem;
        bottom: 0rem;
        width:1.55rem;
        height: 1.65rem;
        background-size: cover;  
    }
    .wrap .icon4{
        position: absolute;
        right: -.2rem;
        bottom: -1.72rem;
        width:.42rem;
        height: 1.29rem;
        background-size: cover;  
    }
    .wrap .icon5{
        position: absolute;
        right: .2rem;
        bottom: .4rem;
        width:1.68rem;
        height: 1.55rem;
        background-size: cover;  
    }
    .wrap .icon6{
        position: absolute;
        left: -.4rem;
        bottom: 3rem;
        width:.42rem;
        height: .87rem;
        background-size: cover;  
    }
    .wrap .icon7{
        position: absolute;
        left: -.1rem;
        bottom: 0;
        width:1.77rem;
        height: 1.32rem;
        background-size: cover;  
    }
    .wrap .icon8{
        position: absolute;
        right: 0rem;
        bottom: 0;
        width:1.71rem;
        height: 1.84rem;
        background-size: cover;  
    }
    .wrap .icon9{
        position: absolute;
        left: 0rem;
        bottom: .06rem;
        width:1.69rem;
        height: 1.92rem;
        background-size: cover;  
    }
    .wrap .icon10{
        position: absolute;
        right: 0rem;
        bottom: .25rem;
        width:1.75rem;
        height: 1.96rem;
        background-size: cover;  
    }
    .wrap .icon11{
        position: absolute;
        left: .24rem;
        bottom: 0;
        width:1.26rem;
        height: 1.67rem;
        background-size: cover;  
    }
    .wrap .icon12{
        position: absolute;
        right: .1rem;
        bottom: -.1rem;
        width:1.69rem;
        height: 2.14rem;
        background-size: cover;  
    }
    .wrap .icon13{
        position: absolute;
        right: -.2rem;
        top: -.5rem;
        width:.42rem;
        height: .84rem;
        background-size: cover;  
        transform: rotate(-180deg);
    }
     
    .embellish1{
        position: absolute;
        right: -.35rem;
        top: -.8rem;
        width:.8rem;
        height: 1.52rem;
        background-size: cover; 
    }
    .dotBox{
        position: absolute;
        margin-top: 1.83rem;
        right: .56rem;
        width:.35rem;
        height: .35rem;
        background: #fbc824;
        border-radius: 50%;
    }
    .dotBox1{
        position: absolute; 
        top: .34rem;
        right: .13rem;
        width:.17rem;
        height: .17rem;
        background: #124a95;
        border-radius: 50%;
    }
    .embellish2{
        transform:rotate(180deg);
        -ms-transform:rotate(180deg);     /* IE 9 */
        -moz-transform:rotate(180deg);    /* Firefox */
        -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
        -o-transform:rotate(180deg);  /* Opera */
        position: absolute;
        left: -.2rem;
        top: -.8rem;
        width:.8rem;
        height: 1.52rem;
        background-size: cover; 
    }
    .txt p:nth-child(4) {
        margin-bottom: 0.14rem;
        padding-bottom: 0.14rem;
    }
   /*  .row:nth-child(2n) .txt {
       position: absolute;
       bottom: 0;
       right: auto;
       left: 0;
       width: 5.9rem;
       height: 2.9rem;
       background-color: rgba(22, 112, 199, 0.9);
       padding: 0.23rem 0 0.23rem 0.23rem;
       box-sizing: border-box;
       font-size: 0.28rem;
       color: #fff;
       line-height: 0.6rem;
   } */
    .footer .mainbox {
        flex-direction: column;
        padding: 0.5rem 0;
    }
    .footer .mainbox .right {
        width: 100%;
    }
    .title h2 {
        font-size: 0.36rem;
        padding: 0 0.1rem;
        /* margin-left: 0.6rem; */
    }
    .footer .mainbox .left a {
        display: none;
    }
    .footer .mainbox .left {
        width: 5.25rem;
        margin: 0 auto;
        margin-bottom: 0.45rem;
    }
    .title img {
        z-index: 2;
        position: absolute;
        top: -0.63rem;
        left: -0.8rem;
        width: 1.1rem;
    }
    .title h2::after {
        position: absolute;
        content: '';
        height: 0.28rem;
        width: 100%;
        left: 0;
        bottom: -0.16rem;
        background-color: #fadaba;
        z-index: 1;
    }
    .time {
        font-size: 0.3rem;
        margin-top: 0.2rem;
        font-weight: bold;
    }
    .title {
        height: auto;
        margin-top: 1.26rem;
        margin-bottom: 0.7rem;
    }
    .a dl {
        padding-left: 0.25rem;
        padding-top: 0.25rem;
        top: -0.5rem;
        left: 0rem;
        position: absolute;
        background-image: url(../images/a.png);
        width: 2rem;
        height: 2rem;
        background-repeat: no-repeat;
        background-size: 2rem 2rem;
        font-size: 0.3rem;
        line-height: 0.48rem;
        z-index: 2;
        color: #fff;
        box-sizing: border-box;
    }
    .a:nth-child(4) a {
        margin-top: 1.4rem;
    }
    .aa {
        margin-left: auto;
        margin-right: 0;
        width: 6rem;
        border: 0.04rem solid #ebc350;
        display: flex;
        font-size: 0.2rem;
        line-height: 0.24rem;
        align-items: center;
        padding: 0.26rem 0.23rem;
        box-sizing: border-box;
        justify-content: flex-end;
        align-items: flex-end;
        flex-direction: column;
        position: relative;
    }
    .aa p {
        width: 4.3rem;
        line-height: 0.4rem;
        font-size: 0.3rem;
        margin-bottom: 0.3rem;
    }
    .a span {
        display: flex;
        width: 2.58rem;
        height: 0.8rem;
        justify-content: center;
        align-items: center;
        color: rgba(22, 112, 199, 0.9);
        background-color: #cadaf4;
        right: 0.23rem;
        bottom: 0.45rem;
        margin-left: 0.7rem;
        font-size: 0.3rem;
    }
    .a:nth-child(8) a {
        margin-bottom: 2rem;
    }
    .a a {
        width: 100%;
        position: relative;
        display: flex;
        margin-bottom: 0.75rem;
    }
    .up {
        position: absolute;
        top: -0.62rem;
        left: 0;
        right: 0;
        margin: auto;
        cursor: pointer;
        width: 0.72rem;
    }
    .x {
        position: absolute;
        right: 0.5rem;
        bottom: -0.5rem;
        width: 0.69rem;
    }
    .txt a img {
        margin-left: 0.24rem;
    }
    dd {
        font-size: 0.3rem;
        color: #fff;
    }
}

.pcBox{
    position: relative;
    margin:0 auto;
    max-width: 1192px;
    height: 215px;
    border: solid 4px #ebc350;


}
.pc .pic img:nth-child(1){
    position: absolute;
    left: 49px;
    top: -235px;
    width:563px;
    height: 397px;
    z-index: 3；
}
.pc .txt1{
    margin-left: 648px;
    width:544px;
    text-align: left;
 
}
.pc .barBg{ 
    margin:10px 0 13px 0;
    width: 33px;
    height: 4px;
    background: url(../images/bar.jpg) no-repeat;
    background-size: cover; 
}
.pc .txt1 p:nth-child(1){
    margin-top:55px;
}
.pc .txt1 p:nth-child(1),
.pc .txt1 p:nth-child(3){
    font-size: 24px;
    font-weight: bolder;
}
.pc .txt1 span{
    margin-top:10px;
    font-size: 18px;
    font-weight: bolder;
}
.pc .txt1 .btna{
    font-size: 30px; 
    display: flex;
    width: 222px;
    height: 80px;
    justify-content: center;
    align-items: center;
    color: #1670c7;
    background-color: #fff;
    background: #cadaf4 url(../images/embellish2.jpg) right no-repeat;
    background-position: 86% 33px;
    background-size: 5%;
    position: absolute;
    right: 36px;
    bottom: 20px; 
}
.pc .row::after,
.pc .row:nth-child(2n)::after{
    background-color: rgba(255, 0, 0, 0);
}

.pc .icon13{

    position: absolute;
    left: auto !important;
    top: auto !important;
    right: 0;
    bottom: 0;
    width: 59px !important;
    height: auto !important;
    background-size: cover; 
}
.pc .icon1{
    position: absolute;
    right: -82px;
    top: -140px;
    width:164px;
    height: 188px;
}
.pc .icon2{
    position: absolute;
    left: 616px;
    top: -140px;
    width:143px;
    height: 149px;
}
.pc .icon3{
    position: absolute;
    left: -20px;
    top: -140px;
    width:155px;
    height: 165px;
}
.pc .icon5{
    position: absolute;
    right: 20px;
    top: -159px;
    width:168px;
    height: 155px;
}
.pc .icon6{
    position: absolute;
    left: -40px;
    top: -159px;
    width:168px;
    height: 155px;
}
.pc .icon7{
    position: absolute;
    left: -54px;
    top: -120px;
    width:205px;
    height: 163px;
}
.pc .icon8{
    position: absolute;
    right: -20px;
    top: -155px;
    width:179px;
    height: 185px;
}
.pc .icon9{
    position: absolute;
    left:-30px;
    top: -160px;
    width:169px;
    height: 192px;
}
.pc .icon10{
    position: absolute;
    right: 0;
    top: -190px;
    width:175px;
    height: 196px;
}
.pc .icon12{
    position: absolute;
    right: 0;
    top: -170px;
    width:169px;
    height: 204px;
}
.pc .icon14{
    position: absolute;
    left: -10px;
    top: -210px;
    width:223px;
    height: 241px;
}