.newpages {
    width: 100%;
    overflow: hidden;
    min-width: 1330px;
}

.new-section .wrap {
    width: 1330px;
    min-width: 1330px;
    margin: 0 auto;
}

.new-section {
    position: relative;
    padding: 110px 0;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .1);
}

.section1 {
    background: #fff url(../images/nbg1.png) no-repeat center bottom;
    padding: 0px 0 0px;
}

.section1 .img {
    text-align: center;
}

.bg-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    max-height: 90%;
}

.new-section .timg {
    text-align: center;
    margin-bottom: 100px;
}

.applybtn {
    display: inline-block;
    width: 200px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 28px;
    background-color: #257eda;
    font-size: 22px;
    color: #fff;
    transition: all .3s ease;
}

.applybtn img {
    margin-top: -3px;
    margin-left: 4px;
}

.applybtn:hover {
    opacity: .9;
    color: #fff;
}

.picture-swiper {
    overflow: hidden;
    width: 100%;
}

.picture-swiper li {
    width: 100%;
    height: 408px;
}

.picture-swiper li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.picture-swiper .swiper-pagination {
    position: relative;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.new-content {
    display: flex;
}

.new-content .text {
    width: 50%;
}

.picture-wrap {
    max-width: 50%;
    width: 650px;
}

.icon-title {
    display: flex;
    align-items: center;
    margin-bottom: 34px;
}

.icon-title .icon {
    flex-shrink: 0;
    width: 106px;
}

.icon-title .title {
    flex: 1;
    overflow: hidden;
    color: #101010;
    font-size: 28px;
    line-height: 1.7;
}

.new-content .brief {
    color: #676767;
    font-size: 22px;
    line-height: 2;
    margin-bottom: 40px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #a9d4f4;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #257eda;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}

.new-content .txt1 {
    padding: 0 70px;
}

.new-content .txt2 {
    padding-left: 120px;
    padding-right: 30px;
}

.applymask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2999;
    background-color: rgba(0, 0, 0, .5);
    display: none;
}

.applymask .content {
    position: relative;
    background-color: #fff;
    width: 600px;
    padding: 40px;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);

}

.applymask .tybox {
    display: flex;
    align-items: center;
}

.applymask .title {
    text-align: center;
    color: #333;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 50px;
}

.applymask .tips {
    color: #333;
    width: 50%;
    font-size: 16px;
}

.applymask .tips a {
    color: #257eda;
    font-weight: bold;
    font-size: 24px;
    display: block;
    margin-top: 5px;
}

.applymask .code {
    width: 50%;
    text-align: center;
    border-left: 1px solid #eee;
}

.applymask .tt {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}

.applymask .code .img {
    background-color: #f2f2f2;
    width: 120px;
    margin: 0 auto;
    height: 120px;
}

.applymask .code .img img {
    width: 100%;
    height: 100%;
}

.applymask .closebtn {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
}

.applymask .closebtn img {
    width: 24px;
    height: 24px;
}
