.download {
    position: relative;
    z-index: 2;
    height: 800px
}

.download .wrap {
    width: 1700px;
    margin: 135px auto 0;
    text-align: center
}

.download .wrap .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 0 0 21px;
    margin: 0 0 207px
}

.download .wrap .top .l {
    display: flex;
    align-items: center
}

.download .wrap .top .l a {
    font-weight: 400;
    font-size: 16px;
    color: #fff
}

.download .wrap .top .l .iconfont {
    color: #fff;
    font-size: 14px;
    margin: 0 6px
}

.download .wrap .top .back {
    width: 57px;
    height: 30px;
    background: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    color: #333
}

.download .wrap .title {
    width: 671px;
    margin: auto
}

.download .wrap .title h1 {
    font-weight: bold;
    font-size: 42px;
    color: #fff;
    margin: 0 0 56px
}

.download .wrap .title .title_search {
    width: 649px;
    height: 64px;
    background: #fff;
    border-radius: 32px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 7px 0 0
}

.download .wrap .title .title_search input {
    width: 490px;
    height: 100%;
    padding: 0 0 0 47px;
    font-weight: 400;
    font-size: 14px;
    border: none;
    background: rgba(0, 0, 0, 0)
}

.download .wrap .title .title_search input::placeholder {
    color: #888
}

.download .wrap .title .title_search button {
    width: 149px;
    height: 53px;
    background: #00388b;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    color: #fff
}

.download2 {
    padding: 54px 0 75px 0
}

.download2 .wrap {
    width: 1480px;
    margin: auto
}

.download2 .wrap .cut {
    display: flex;
    align-items: center
}

.download2 .wrap .cut a {
    font-weight: 400;
    font-size: 16px;
    color: #333;
    position: relative;
    transition: .6s ease
}

.download2 .wrap .cut a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #00388b;
    bottom: -9px;
    left: 0;
    transform: scaleX(0);
    transition: .6s ease;
    transform-origin: left
}

.download2 .wrap .cut a:not(:last-child) {
    margin: 0 80px 0 0
}

.download2 .wrap .cut a.on, .download2 .wrap .cut a:hover {
    color: #00388b
}

.download2 .wrap .cut a.on:after, .download2 .wrap .cut a:hover:after {
    transform: scaleX(1)
}

.download2 .wrap .result {
    display: flex;
    align-items: center;
    padding: 0 0 18px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    font-weight: 400;
    font-size: 16px;
    color: #333
}

.download2 .wrap .result span {
    color: #00388b;
    margin: 0 5px
}

.download2 .wrap .content {
    margin: 70px 0 0 0;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 69px 53px;
    position: relative;
    padding: 0 0 100px
}

.download2 .wrap .content .item {
    width: 100%
}

.download2 .wrap .content .item:hover .img img {
    transform: scale(1.1)
}

.download2 .wrap .content .item:hover .text h1 {
    color: #00388b
}

.download2 .wrap .content .item .img {
    width: 100%;
    height: 208px;
    overflow: hidden
}

.download2 .wrap .content .item .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.download2 .wrap .content .item .text {
    margin: 21px 0 0 0
}

.download2 .wrap .content .item .text h1 {
    font-weight: 400;
    font-size: 16px;
    color: #1a1a1a;
    transition: .6s ease
}

.download2 .wrap .content .item .text .dis {
    margin: 15px 0 0 0;
    padding: 18px 0 0 0;
    border-top: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.download2 .wrap .content .item .text .dis p {
    font-size: 14px;
    color: #00388b
}

.download2 .wrap .content .item .text .dis .iconfont {
    font-size: 18px;
    color: #00388b
}

.download2 .wrap .more {
    width: 180px;
    height: 56px;
    background: #f6f6f6;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 80px auto 0;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    transition: .6s ease;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%)
}

.download2 .wrap .more:hover {
    background: #00388b;
    color: #fff
}

@media screen and (max-width: 1919px) {
    .download {
        position: relative;
        z-index: 2;
        height: 41.6666666667vw
    }

    .download .wrap {
        width: 88.5416666667vw;
        margin: 7.03125vw auto 0;
        text-align: center
    }

    .download .wrap .top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 0.0520833333vw solid rgba(255, 255, 255, .1);
        padding: 0 0 1.09375vw;
        margin: 0 0 10.78125vw
    }

    .download .wrap .top .l {
        display: flex;
        align-items: center
    }

    .download .wrap .top .l a {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #fff
    }

    .download .wrap .top .l .iconfont {
        color: #fff;
        font-size: 0.7291666667vw;
        margin: 0 0.3125vw
    }

    .download .wrap .top .back {
        width: 2.96875vw;
        height: 1.5625vw;
        background: #fff;
        border-radius: 0.78125vw;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #333
    }

    .download .wrap .title {
        width: 34.9479166667vw;
        margin: auto
    }

    .download .wrap .title h1 {
        font-weight: bold;
        font-size: 2.1875vw;
        color: #fff;
        margin: 0 0 2.9166666667vw
    }

    .download .wrap .title .title_search {
        width: 33.8020833333vw;
        height: 3.3333333333vw;
        background: #fff;
        border-radius: 1.6666666667vw;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 0.3645833333vw 0 0
    }

    .download .wrap .title .title_search input {
        width: 25.5208333333vw;
        height: 100%;
        padding: 0 0 0 2.4479166667vw;
        font-weight: 400;
        font-size: 0.7291666667vw;
        border: none;
        background: rgba(0, 0, 0, 0)
    }

    .download .wrap .title .title_search input::placeholder {
        color: #888
    }

    .download .wrap .title .title_search button {
        width: 7.7604166667vw;
        height: 2.7604166667vw;
        background: #00388b;
        border-radius: 1.3541666667vw;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #fff
    }

    .download2 {
        padding: 2.8125vw 0 3.90625vw 0
    }

    .download2 .wrap {
        width: 77.0833333333vw;
        margin: auto
    }

    .download2 .wrap .cut {
        display: flex;
        align-items: center
    }

    .download2 .wrap .cut a {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #333;
        position: relative;
        transition: .6s ease
    }

    .download2 .wrap .cut a:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 0.1041666667vw;
        background: #00388b;
        bottom: -0.46875vw;
        left: 0;
        transform: scaleX(0);
        transition: .6s ease;
        transform-origin: left
    }

    .download2 .wrap .cut a:not(:last-child) {
        margin: 0 4.1666666667vw 0 0
    }

    .download2 .wrap .cut a.on, .download2 .wrap .cut a:hover {
        color: #00388b
    }

    .download2 .wrap .cut a.on:after, .download2 .wrap .cut a:hover:after {
        transform: scaleX(1)
    }

    .download2 .wrap .result {
        display: flex;
        align-items: center;
        padding: 0 0 0.9375vw;
        border-bottom: 0.0520833333vw solid rgba(0, 0, 0, .1);
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #333
    }

    .download2 .wrap .result span {
        color: #00388b;
        margin: 0 0.2604166667vw
    }

    .download2 .wrap .content {
        margin: 3.6458333333vw 0 0 0;
        display: grid;
        grid-template-columns:repeat(4, 1fr);
        gap: 3.59375vw 2.7604166667vw;
        padding: 0 0 5.2083333333vw
    }

    .download2 .wrap .content .item {
        width: 100%
    }

    .download2 .wrap .content .item:hover .img img {
        transform: scale(1.1)
    }

    .download2 .wrap .content .item:hover .text h1 {
        color: #00388b
    }

    .download2 .wrap .content .item .img {
        width: 100%;
        height: 10.8333333333vw;
        overflow: hidden
    }

    .download2 .wrap .content .item .img img {
        width: 100%;
        height: 100%;
        transition: 1s
    }

    .download2 .wrap .content .item .text {
        margin: 1.09375vw 0 0 0
    }

    .download2 .wrap .content .item .text h1 {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #1a1a1a;
        transition: .6s ease
    }

    .download2 .wrap .content .item .text .dis {
        margin: 0.78125vw 0 0 0;
        padding: 0.9375vw 0 0 0;
        border-top: 0.0520833333vw solid #f0f0f0;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .download2 .wrap .content .item .text .dis p {
        font-size: 0.7291666667vw;
        color: #00388b
    }

    .download2 .wrap .content .item .text .dis .iconfont {
        font-size: 0.9375vw;
        color: #00388b
    }

    .download2 .wrap .more {
        width: 9.375vw;
        height: 2.9166666667vw;
        background: #f6f6f6;
        border-radius: 1.4583333333vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 4.1666666667vw auto 0;
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #333;
        transition: .6s ease
    }

    .download2 .wrap .more:hover {
        background: #00388b;
        color: #fff
    }
}

@media screen and (max-width: 1024px) {
    .download{
        height: 350px;
        margin: 60px 0 0 0;
    }
    .download .wrap .title h1{
        font-size: 20px;
        margin: 0 0 25px;
    }
    .download .wrap .title p{
        font-size: 13px;
        line-height: 25px;
    }
    .download .wrap .title p br{
        display: none;
    }
    .download .wrap{
        width: 90%;
        margin: 25px auto 0;
    }
    .download .wrap .title{
        width: 90%;
    }

    .download .wrap .top{
        padding: 0 0 10px;
        margin: 0 0 65px;
    }

    .download .wrap .top .l a{
        font-size: 12px;
    }

    .download .wrap .top .l .iconfont{
        font-size: 12px;
        margin: 0 5px;
    }

    .download .wrap .top .back{
        width: 57px;
        height: 30px;
        border-radius: 15px;
        font-size: 12px;
    }
    .download .wrap .title .title_search {
        width: 100%;
        height: 45px;
        border-radius: 32px;
        padding: 0 5px 0 0;
    }
    .download .wrap .title .title_search input {
        width: 80%;
        height: 100%;
        padding: 0 0 0 15px;
        font-size: 13px;
    }
    .download .wrap .title .title_search button{
        width: 100px;
        height: 38px;
        font-size: 12px;
        border-radius: 30px;
    }

    .download2{
        padding: 35px 0;
    }
    .download2 .wrap{
        width: 90%;
    }
    .download2 .wrap .cut a{
        font-size: 14px;
    }
    .download2 .wrap .cut a:not(:last-child) {
        margin: 0 30px 0 0;
    }
    .download2 .wrap .cut a:after{
        bottom: -3px;
    }

    .download2 .wrap .content{
        margin: 30px 0 0 0;
        gap: 30px 0;
        padding: 0 0 20px;
        grid-template-columns: repeat(1, 1fr);
    }
    .download2 .wrap .content .item .img{
        height: auto;
    }
    .download2 .wrap .content .item .text{
        margin: 25px 0 0 0;
    }
    .download2 .wrap .content .item .text h1{
        font-size: 16px;
    }
    .download2 .wrap .content .item .text .dis{
        margin: 15px 0 0 0;
        padding: 15px 0 0 0;
        border-top: 1px solid #f0f0f0;
    }
    .download2 .wrap .content .item .text .dis p {
        font-size: 14px;
        color: #00388b;
    }
    .download2 .wrap .content .item .text .dis .iconfont{
        font-size: 16px;
    }
}
