.swiper {
    width: 100%;
    height: 640px;
}

.swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper .swiper-wrapper .swiper-slide .main {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.swiper .swiper-wrapper .swiper-slide .main .btn_box {
    height: 44px;
    position: absolute;
    left: 4px;
    top: 398px;
    display: flex;
    align-items: center;
}

.swiper .swiper-wrapper .swiper-slide .main .btn_box .btn {
    position: relative;
    height: 44px;
    min-width: 160px;
    margin-right: 24px;
    background: #FFFFFF;
    border-radius: 22px;
    display: flex;
    font-family: SegoeUI;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* padding: 0 16px; */
    font-size: 18px;
    color: #0079FF;
    transition: all .3s;
}

.swiper .swiper-wrapper .swiper-slide .main .btn_box .btn .tag_new {
    position: absolute;
    top: -12px;
    right: -8px;
    z-index: 2;
    display: block;
    width: 38px;
    height: 23px;
    background: url(../imgs/index/tag_new.png) no-repeat center/cover;
}

.swiper .swiper-wrapper .swiper-slide .main .btn_box .btn:hover {
    /* opacity: 0.85; */
    background: rgba(255, 255, 255, 0.85);
}

.swiper .swiper-wrapper .swiper-slide .main .btn_box .btn.type_1 {
    background: #0079FF;
    color: #FFFFFF;
}

.swiper .swiper-wrapper .swiper-slide .main .btn_box .btn.type_1:hover {
    background: rgba(0, 121, 255, 0.85);
}

.swiper .swiper-wrapper .swiper-slide .main .btn_box .btn.type_1 img {
    margin-right: 6px;
}

.swiper .swiper-wrapper .swiper-slide .main .babben {
    height: 19px;
    font-size: 14px;
    font-family: SegoeUI;
    color: #95A0AB;
    line-height: 19px;
    position: absolute;
    left: 4px;
    top: 458px;
}

.swiper .swiper-pagination {
    position: absolute;
    width: 1200px !important;
    bottom: 110px !important;
    left: 0;
    right: 0;
    margin: auto;
    height: 4px;
    display: flex;
    align-items: center;
}


.swiper .swiper-pagination .swiper-pagination-bullet {
    width: 32px;
    height: 4px;
    background: #FFFFFF !important;
    border-radius: 2px;
    opacity: 1;
}


.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0079FF !important;
}

.download_wrap {
    width: 100%;
    /* height: 838px; */
    background: #fff;
    padding-bottom: 96px;
}

.download_wrap .download_box {
    width: 1200px;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.download_wrap .download_box .title {
    margin-top: 112px;
    width: 100%;
    height: 48px;
    font-size: 36px;
    font-family: SegoeUI-Bold, SegoeUI;
    font-weight: bold;
    color: #1A1A1A;
    line-height: 49px;
    text-align: center;
}

.download_wrap .download_box .type_box {
    width: 100%;
    margin-top: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.download_wrap .download_box .type_box .item {
    width: 580px;
    height: 461px;
    background: #ECF7FF;
    overflow: hidden;
    border-radius: 16px;
}

.download_wrap .download_box .type_box .item:nth-of-type(2) {
    background: #EEFCF8;
}

.download_wrap .download_box .type_box .item .t_img {
    margin: 72px auto 0;
    width: 120px;
    height: 120px;
}

.download_wrap .download_box .type_box .item .name {
    margin: 48px auto 0;
    width: 100%;
    text-align: center;
    height: 33px;
    font-size: 24px;
    font-family: SegoeUI-Bold, SegoeUI;
    font-weight: bold;
    color: #333333;
    line-height: 33px;
}

.download_wrap .download_box .type_box .item .banben {
    width: 100%;
    text-align: center;
    margin: 24px auto 0;
    height: 24px;
    font-size: 18px;
    font-family: SegoeUI;
    color: rgba(51, 51, 51, 0.6);
    line-height: 24px;
}

.download_wrap .download_box .type_box .item .btn_box {
    width: 100%;
    box-sizing: border-box;
    padding: 0 62px;
    margin-top: 76px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.download_wrap .download_box .type_box .item .btn_box .btn {
    height: 36px;
    min-width: 136px;
    /* margin-right: 24px; */
    margin: 0 12px;
    background: #FFFFFF;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: SegoeUI;
    cursor: pointer;
    font-size: 14px;
    color: #0079FF;
    transition: all .3s;
}

.download_wrap .download_box .type_box .item .btn_box .btn:hover {
    opacity: 0.85;
}

.download_wrap .download_box .type_box .item .btn_box .btn.type_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0079FF;
    color: #FFFFFF;
}

.download_wrap .download_box .type_box .item .btn_box .btn.type_1 img {
    margin-right: 6px;
}


.new_wrap {
    width: 100%;
    background: #F4FAFE;
}

.new_wrap .new_box {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.new_wrap .new_box .title {
    margin-top: 96px;
    width: 100%;
    height: 49px;
    font-size: 36px;
    font-family: SegoeUI-Bold, SegoeUI;
    font-weight: bold;
    color: #1A1A1A;
    line-height: 49px;
    text-align: center;
}

.new_wrap .new_box .news {
    width: 100%;
    margin-top: 56px;
    overflow: hidden;
}

.new_wrap .new_box .news .item {
    float: left;
    width: 288px;
    height: 380px;
    background: #FFFFFF;
    border-radius: 12px;
    margin-right: 16px;
    margin-bottom: 16px;
    box-sizing: border-box;
    padding: 20px 20px 0;
    position: relative;
    cursor: pointer;
    transition: all .3s;
}

.new_wrap .new_box .news .item:hover {
    box-shadow: 0px 4px 16px 0px rgba(194, 208, 226, 0.25);
}

.new_wrap .new_box .news .item:hover .news_title {
    color: #0079FF;
}

.new_wrap .new_box .news .item:nth-of-type(4n) {
    margin-right: 0;
}

.new_wrap .new_box .news .item .img {
    width: 100%;
    height: 190px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.new_wrap .new_box .news .item .news_title {
    margin-top: 20px;
    width: 100%;
    max-height: 42px;
    font-size: 16px;
    font-family: SegoeUI;
    color: #333333;
    line-height: 21px;
}

.new_wrap .new_box .news .item .info {
    margin-top: 10px;
    width: 100%;
    max-height: 38px;
    font-size: 14px;
    font-family: SegoeUI;
    color: #999999;
    line-height: 19px;
}

.new_wrap .new_box .news .item .bottom {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 20px;
}

.new_wrap .new_box .news .item .bottom .b_item {
    height: 20px;
    font-size: 14px;
    font-family: SegoeUI;
    color: #BBBBBB;
    display: flex;
    align-items: center;
}

.new_wrap .new_box .news .item .bottom .b_item .b_img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.new_wrap .new_box .more_btn {
    width: 160px;
    height: 44px;
    background: #0079FF;
    border-radius: 22px;
    font-size: 18px;
    font-family: SegoeUI;
    color: #FFFFFF;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    margin: 40px auto 96px;
    transition: all .3s;
}

.new_wrap .new_box .more_btn:hover {
    opacity: 0.85;
}