.index-en {
    background: url(../images/index-en_02.jpg) no-repeat center;
    background-size: 100% 100%;
    padding: 60px 0;
}

.index-aboutList {
    width: 94%;
    margin: 0 auto;
    border-bottom: 1px #dbdbdb solid;
}

.index02-en .item {
    width: 25%;
    border-right: 1px #dbdbdb solid;
    height: 250px;
    position: relative;
    margin-bottom: 40px;
    padding: 0 40px;
}

.index02-en .item:last-child {
    border-right: 0;
}

.index02-en .item img {
    position: absolute;
    left: 37px;
    top: 37px;
}

.index02-en .item .txt {
    position: absolute;
    right: 37px;
    bottom: 37px;
}

.index02-en .item .txt p {
    font-size: 12px;
    font-weight: bold;
    color: #939393;
    text-align: right;
}

.index02-en .item .txt .num {
    font-size: 60px;
    color: #005bac;
    font-weight: bold;
    margin-right: 15px;
}

.index02-en .item .txt .t {
    font-size: 30px;
}

.index-about-en {
    margin-top: 80px;
}

.index-about-en .left-font {
    width: 50%;
    padding-left: 100px;
}

.index-about-en .left-font h1 {
    font-size: 27px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.index-about-en .left-font h1 span {
    font-size: 45px;
    color: #1265cc;
}

.index-about-en .left-font h2 {
    font-size: 27px;
    margin-bottom: 30px;
    color: #1265cc;
}

.index-about-en .left-font p {
    font-size: 16px;
    line-height: 40px;
    color: #666666;
}

.index-about-en .left-font .more {
    float: right;
    display: block;
    width: 84px;
    height: 84px;
    border-radius: 20px;
    background: #1265cc;
    line-height: 84px;
    text-align: center;
    color: #ffffff;
    transition: all 0.5s ease-out;
}

.index-about-en .left-font .more:hover {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    background: #f58120;
}

.index-about-en .right-img {
    width: 40%;
}

.index-about-en .right-img img:hover {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
}

.index-about-en .right-img img {
    width: 100%;
    transition: all 0.5s ease-out;
}

.index03-en .pagination {
    width: 100%;
    position: relative;
    height: 110px;
}

.index03-en .pagination::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #aecaec;
    top: 50%;
}

.index03-en .pagination .swiper-button-next,
.index03-en .pagination .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.index03-en .pagination .swiper-button-prev {
    background: url(../images/index-en-prev.png) no-repeat 100%;
    left: auto;
    right: 280px;
}

.index03-en .pagination .swiper-button-next {
    background: url(../images/index-en-next.png) no-repeat 100%;
    right: 200px;
}
.index03-en .title_box{
    margin-bottom: 60px;
}