
@media screen and (max-width: 1920px) {
    html{
        background-color: #f2f2f2;
    }
    .container{
        width: 66%;
        background-color: #f2f2f2;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

    }
    .container .wx_hint{
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 600;
        padding: 0 20px;
        box-sizing: border-box;
      }
      .wx_hint img{width: 100%}

      
    .container .downPub{
        width: 48%;
        height: 780px;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 8px 0 50px 0;
    }
    .container .downPub li{
        width:100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .container .downPub li:nth-child(1){
        font-size:24px;
        font-family:SegoeUI;
        font-weight:500;
        color:rgba(0,0,0,.9);
        text-align: center;
        margin: 27px 0 10px 0;
    }
    .container .downPub li:nth-child(2){
        font-size: 18px;
        font-family:SegoeUI;
        font-weight:500;
        color:rgba(0,0,0,1);
        line-height:40px;
        text-align: center;
    }
    .container .downPub li:nth-child(2) p{
        line-height:20px;
    }
    .container .downPub li:nth-child(3){
        font-size: 18px;
        font-family:SegoeUI;
        width: 280px;
        height: 426px;
      }
    .container .downPub li:nth-child(3) img{
        width: 280px;
        height: 406px;
        margin-top: 20px;
      }
    .container .downPub li:nth-child(4){
        line-height:70px;
        height:70px;
        box-shadow: 0px -3px 0px #fff;
    }
    .container .downPub li:nth-child(4) a{
        background:rgba(1,107,214,1);
        border-radius:20px;
        color:#fff;
        display: flex;
        width:200px;
        height:40px;
        line-height:40px;
        font-size: 18px;
    }
    .container .downPub li:nth-child(4) a i{
        margin: 0 10px 0 45px;
        font-size: 24px;
    }


    .container .downPub li:nth-child(5) img{
        width:140px;
        height:140px;
    }
    .container .downPub li:nth-child(6){
        font-size: 18px;
        font-family: SegoeUI;
        font-weight:500;
        height:50px;
    }

    .container .web{
        width:100%;
        height:440px;
        margin-bottom: 50px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        background: #fff;
    }
    .container .web img{
        width: 580px;
        height:318px;
    }
    .container .web .webLink{
       
        height:230px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .container .web .en_webLink{
      width: 32%;
    }
    .container .web .webLink p:nth-child(1){
        height:50px;
        font-size:24px;
        font-family:SegoeUI;
        font-weight:500;
        color:rgba(0,0,0,.9);
        line-height:50px;
        text-align: center;
       }
    .container .web .webLink p:nth-child(2),.container .web .webLink p:nth-child(3){
        height:30px;
        font-size:18px;
        font-family:SegoeUI;
        font-weight:400;
        color:rgba(0,0,0,1);
        line-height:30px;
        text-align: center;
       }
       p:nth-child(2)>a,p:nth-child(3)>a{
        color:#016BD6;
       }

    .link{
        margin-top: 60px;
        width:200px;
        height:40px;
        line-height:40px;
        background:rgba(1,107,214,1);
        border-radius:20px;
        color:#fff;
        font-size: 18px;
        font-family:SegoeUI;
        display: inline-block;
        text-align: center;
    }
    .link i{
        font-size: 22px;
        vertical-align: middle;
        margin-left: -25px;
    }
}
@media screen and (max-width: 1600px) {
    .container{
        width: 100%;
        background-color: #fff;
        padding-top: 0px;
    }
    .container .downPub{
        width: 100%!important;
        height: 100%!important;
    }
    .container .downPub li:nth-child(4){
        width: 50%;
    }
    .container .web{
        width:100%;
        height:640px;
        margin-bottom: 50px;
        display: flex;
        flex-direction: column;
    }
    .container .web .en_webLink{
        width: 38%;
      }
}
@media screen and (max-width: 1024px) {
.home header{
        height:60px!important;
    }
}
@media screen and (max-width: 768px) {
    .container .web .en_webLink{
        width: 95%;
      }
}
@media screen and (max-width: 420px) {
    .container .downPub li:nth-child(4){
        width: 100%;
    }
    .container .downPub li:nth-child(3){
        width: 280px;
        height: 390px;
    }
    .container .downPub li:nth-child(3) img{
            width: 250px;
            height: 367px;
    }
    .container .web{
        height:530px;
    }
    .container .web img{
        width: 400px;
        height:220px;
    }
    .container .web .en_webLink p:nth-child(3){
        width: 100%!important;
    }
}
@media screen and (max-width: 375px) {
    .container .web .webLink{
        width: 90%;
    }
    .container .web .en_webLink{
        width: 93%!important;
      }
    .container .web .webLink p:nth-child(3){
        width: 70%;
    }
    .container .web img{
        width:310px;
        height:162px;
    }
}
@media screen and (max-width: 360px) {
    .container .web .webLink{
        margin: 0 auto!important;
    }
    .container .web .webLink p:nth-child(3){
        width: 75%;
    }
}
@media screen and (max-width: 320px) {
    .container .web .webLink{
        width: 100%;
    }
    .container .web .en_webLink p:nth-child(2){
        width: 100%;
        font-size: 16px!important;
    }
    .container .web .en_webLink p:nth-child(3){
        width: 100%;
        font-size: 16px!important;
    }
}



