/* 首页banner样式 */
.banner .owl-carousel {
    position: relative;
}

.banner .owl-carousel .banner-item a {
    display: block;
}

.banner .owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.banner .owl-carousel .owl-nav .owl-next {
    right: 2%;
}

.banner .owl-carousel .owl-nav button.owl-prev{
    display: none;
}
.banner .owl-carousel .owl-nav button.owl-next {
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    width: 3.75rem;
    height: 3.75rem;
    background: rgba(255, 255, 255, .1) url(../images/icon-jiantou.png) no-repeat center center;
    border-radius: 50%;
    transform: translateY(-50%);
}



.banner .owl-carousel .owl-nav .icon-font {
    display: block;
    width: 100%;
    height: 100%;
    display: none;
}

.banner .owl-carousel .owl-nav .icon-left-arrow:after {
    background-position: -34px -180px;
}

.banner .owl-carousel .owl-nav .icon-right-arrow:after {
    background-position: -26px -480px;
}

@media (max-width: 990px) {
    .banner .owl-carousel .owl-nav button.owl-prev, .banner .owl-carousel .owl-nav button.owl-next {
        height: 40px;
        width: 30px;
        margin-top: -20px;
    }

    .banner .owl-carousel .owl-nav .iconfont {
        font-size: 20px;
    }
}

.banner .owl-carousel .owl-dots {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: 5%;
}

.banner .owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 .5em;
    outline: none;
    background: #fff;
    border-radius: 50%;
    width: 1em;
    height: 1em;
    opacity: .2;
}

.banner .owl-carousel .owl-dots button.owl-dot:hover {
    opacity: .5;
}

.banner .owl-carousel .owl-dots button.owl-dot.active {
    opacity: 1;
}

@media (max-width: 990px) {
    .banner{
        padding-top:60px;
    }
    .banner .owl-carousel .owl-dots button.owl-dot {
        font-size: 12px;
    }
}




.culture {
    position: relative;
    z-index: 999;
    transform: translateY(-50%);
}

.culturea li {
    width: 31.2%;
    background: #fff;
    box-shadow: 0px 2px 8px 0px rgba(17, 18, 19, 0.06);
}

.culturea li a {
    padding: 1.65rem 1.55rem;
    justify-content: flex-start;
}

.culturea li a .cont {
    width: 73.17%;
}

.culturea li a .cont h3 {
    font-size: 1.2rem;
    font-weight: normal;
    color: #041d38;
    margin-bottom: 0.8rem;
}

.culturea li a .cont p {
    font-size: 0.8rem;
    font-weight: normal;
    color: #041d38;
}

.culturea li a .img {
    width: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.culturea li a .img img {
    max-width: 100%;
}


@media(max-width: 768px) {
    .culture {
        transform: initial;
        margin-top: 4%;
    }

    .culturea li {
        width: 100%;
        margin-bottom: 2%;
    }

    .culturea li a {
        padding: 1.65rem 15px;
    }

    .culturea li a .cont h3 {
        font-size: 1rem;
    }

}

@media(max-width: 767px) {
    .culturea li a .cont h3 {
        font-size: 18px;
    }

    .culturea li a .cont p {
        font-size: 14px;
    }

    .culturea li a .img img {
        max-width: 72%;
    }
}




.index-title {
    text-align: center;
}

.index-title h3 {
    font-size: 16px;
    font-weight: normal;
    color: #154290;
    text-align: center;
    margin-bottom: 5px;
}

.index-title p {
    font-size: 2.4rem;
    color: #041d38;
}



.indexprobox {
    padding-top: 2.4rem;
}

.indexproboxa {
    margin-top: 4.6rem;
}

.indexproboxa li {
    width: 30.73%;
    border: solid 1px #eeeeee;
    transition: all ease .3s;
}

.indexproboxa li a {
    display: block;
    padding-bottom: 1rem;
}

.indexproboxa li a div.img {
    overflow: hidden;
}

.indexproboxa li a div.img img {
    width: 100%;
    transition: all ease .3s;
}

.indexproboxa li:hover a div.img img {
    transform: scale(1.1);
}

.indexproboxa li a h3 {
    font-size: 1.3rem;
    font-weight: normal;
    color: #041d38;
    padding: 0 2%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 3;
}


.indexproboxa li:hover {
    box-shadow: 0rem 0.05rem 0.6rem 0rem rgba(4, 29, 56, 0.1);
}


.indexprobox a.more {
    display: block;
    width: 185px;
    line-height: 61px;
    background-color: #154290;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    position: relative;
    margin: 3.1rem auto 0;
}

.indexprobox a.more::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    right: 12px;
    top: 12px;
}


@media(max-width: 768px) {
    .indexproboxa {
        margin-top: 3rem;
    }

    .indexproboxa li {
        width: 32%;
    }

    .indexproboxa li a {
        padding-bottom: 0;
    }
}

@media(max-width: 767px) {
    .indexproboxa li {
        width: 100%;
        margin-bottom: 2%;
    }

    .indexproboxa li a h3 {
        font-size: 16px;
    }

    .indexprobox a.more {
        width: 140px;
        line-height: 49px;
    }

}


.indexaboutbox {
    margin-top: 7.9rem;
}

.indexaboutboxa {
    width: 50%;
    overflow: hidden;
}

.indexaboutboxa img {
    width: 100%;
    transition: all ease .3s;
}

.indexaboutboxa:hover img {
    transform: scale(1.1);
}



.indexaboutboxb {
    width: 50%;
    background-color: #d3e4f5;
    padding: 4.1rem 17.5% 5.5rem 4.65rem;
    position: relative;
    box-sizing: border-box;
}


.indexaboutboxb .indexaboutboxb1 {
    font-size: 0.8rem;
    font-weight: normal;
    color: #4f5154;
    padding-left: 2.5rem;
    position: relative;
    margin-bottom: 1.5rem;

}

.indexaboutboxb .indexaboutboxb1::before {
    content: "";
    width: 1.5rem;
    height: 2px;
    background-color: #154290;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


.indexaboutboxb .indexaboutboxb2 h3 {
    font-size: 2.4rem;
    line-height: 1.3;
    color: #154290;
}

.indexaboutboxb .indexaboutboxb3 {
    font-size: 15px;
    line-height: 1.733;
    color: #4f5154;
    margin-top: 2.35rem;
}


.indexaboutboxb4 a {
    display: block;
}

.indexaboutboxb4 a img {
    width: 6.5rem;
    height: 6.5rem;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.indexaboutbox a.more {
    display: block;
    width: 185px;
    line-height: 48px;
    background-color: #154290;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    position: relative;
    margin: 3.1rem 0 0;
}

.indexaboutbox a.more::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    right: 12px;
    top: 12px;
}



@media(max-width: 1440px) {
    .indexaboutboxb {
        padding: 4.1rem 6% 5.5rem 4.6rem;
    }
}


@media(max-width: 768px) {

    .indexaboutboxa {
        width: 100%;
        background: initial;
    }

    .indexaboutboxb {
        width: 100%;
        padding: 5rem 15px;
    }

    .indexaboutboxb4 a img {
        top: 0;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .indexaboutboxb .indexaboutboxb2 h3{
        font-size:1.8rem;
    }
}



@media(max-width: 767px) {
    .indexaboutboxb .indexaboutboxb1 {
        font-size: 14px;
    }

    .indexaboutboxb .indexaboutboxb3 {
        font-size: 14px;
    }

}



.appbox {
    padding: 6rem 0 7rem;
}


.appboxa {
    margin-top: 2.9rem;
}

.appboxa li {
    width: 31.2%;
}

.appboxa li a {
    display: block;
}



.appboxa li a .img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 1.65rem;
}

.appboxa li a .img img {
    width: 100%;
    transition: all ease .3s;
}

.appboxa li:hover a .img img {
    transform: scale(1.1);
}

.appboxa li a .cont {
    text-align: center;
}

.appboxa li a .cont h3 {
    font-size: 1.2rem;
    color: #041d38;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.appboxa li a .cont p {
    font-size: 0.8rem;
    font-weight: normal;
    color: #041d38;
    margin: 1rem auto;
}

.appboxa li a .cont span.more {
    font-size: 0.8rem;
    font-weight: normal;
    color: #041d38;
}

.appboxa li:hover a .cont span.more {
    color: #53b4b3;
}



@media(max-width: 768px) {
    .appboxa li {
        width: 32%;
    }

    .appboxa li a .img {
        margin-bottom: 1rem;
    }

    .appboxa li a .cont h3 {
        font-size: 18px;
    }

    .appboxa li a .cont p {
        font-size: 14px;
    }

}

@media(max-width: 767px) {
    .appboxa li {
        width: 100%;
        margin-bottom: 4%;
    }

    .appboxa li a .time {
        padding-left: 5rem;
    }
    .appboxa li a .cont span.more{
        font-size: 14px;
    }
}
