@charset "utf-8";


.head-page .item:nth-child(2)>a span {
    color: #009DE0;
}
.head-page .item:nth-child(2)>a::after {
    background: url(../img/head-hnext.png) no-repeat center/cover;
}

.about-page01 .item-l {
    width: 57.86%;
}
.about-page01 .item-r {
    width: 37%;
    height: 341px;
}


.about-page01 .page-tit {
    margin-top: 12px;
}
.about-page01 .page-ftit {
    margin-top: 0;
}
.about-page01 .tit {
    margin: 35px 0 20px;
}
.about-page01 .con {
    text-indent: 2em;
    /* max-height: 240px;
    overflow-y: auto; */
}
.about-page01 .con p {
    margin-bottom: 20px;
}
.about-page01 .con p:last-child {
    margin-bottom: 0;
}
.about-page02 {
    width: 100%;
    background: url(../img/about02-bg.png) no-repeat center/cover;
}
.about-page02 .list {
    transition: all .4s;
    width: 18.8%;
    height: 438px;
    flex-direction: column;
    text-align: center;
    padding: 0 35px;
    box-sizing: border-box;
}
.about-page02 .list.active {
    background: #009DE0;
}
.about-page02 .list .text {
    margin-top: 40px;
}
.about-page02 .list .icon {
    margin-top: 45px;
    width: 64%;
}
.about-page02 .list .desc {
    margin-top: 22px;
}
.about-page03 .width1400 {
    padding: 0 4.9%;
    box-sizing: border-box;
}
.about-page03 .video {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: -80px;
}
.about-page03 video {
    width: 100%;
}
.about-page03 .video-main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.about-page03 .video-main img {
    width: 75px;
    cursor: pointer;
}
.about-page03 .tit {
    margin: 16px 0;
}
.about-page03 .line {
    width: 1px;
    height: 81px;
    background: #EEEEEE;
    margin: 10px auto;

}


.honor-page01 .navs {
    position: relative;
}
.honor-page01 .navs::after {
    content: "";
    display: block;
    bottom: 25px;
    width: 100%;
    height: 1px;
    background: #EEEEEE;
    position: absolute;
    left: 0;
    z-index: -1;
}
.honor-page01 .item {
    width: 16.35%;
    transition: all .4s;
    flex-direction: column;
    padding: 75px 15px 65px;
    box-sizing: border-box;
}
.honor-page01 .item .icon {
    width: 100px;
    border: 1px solid #E5E5E5;
    border-radius: 50%;
    position: relative;
    transition: all .4s;
}
.honor-page01 .item .icon img {
    transition: all .4s;
}
.honor-page01 .item .h-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s;
    opacity: 0;
}
.honor-page01 .item .text {
    margin-top: 24px;
}
.honor-page01 .item.active {
    display: flex;
    background: url(../img/honor-list-bg.png) no-repeat center/cover;

}
.honor-page01 .item.active .icon {
    background: #009DE0;
}
.honor-page01 .item.active .icon .h-img {
    opacity: 1;
}
.honor-page01 .item.active .icon .p-img {
    opacity: 0;
}



.honor-page01 .list {
    cursor: pointer;
    width: 29%;
    margin-right: 6.5%;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 1px 2px 0px rgba(176, 176, 176, 0.4);
    padding: 25px;
    box-sizing: border-box;
}
.honor-page01 .lists .img {
    position: relative;
    overflow: hidden;
    margin: 40px auto 45px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.honor-page01 .lists .img img {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.honor-page01 .lists .text {
    border-top: 1px solid #DCDCDC;
    padding: 20px 0 10px;
}
.honor-page01 .text .time {
    color: #555555;
    width: calc(100% - 16px);
    padding-right: 10px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.honor-page01 .text .tit {
    margin-left: auto;
    width: 16px;
}
.honor-page01 .swiper-pagination {
    display: none;
}
.honor-page01 .but {
    margin-top: 40px;
    justify-content: center;
}
.honor-page01 .swiper-button-prev,
.honor-page01 .swiper-button-next {
    position: initial;
    width: 57px;
    height: 57px;
    border: 1px solid #D2D2D2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: initial;
    outline: none;
    transition: all .4s;
    opacity: 1;
}
.honor-page01 .swiper-button-prev::before,
.honor-page01 .swiper-button-next::before {
    content: "";
    width: 20px;
    height: 16px;
    transition: all .4s;
}
.honor-page01 .swiper-button-prev::before {
    background: url(../img/about01-prev.png) no-repeat center/cover;
}
.honor-page01 .swiper-button-prev {
    margin-right: 48px;
}
.honor-page01 .swiper-button-next::before {
    background: url(../img/about01-next.png)no-repeat center/cover;
}
.honor-page01 .swiper-button-prev:hover,
.honor-page01 .swiper-button-next:hover {
    border: 1px solid #009de0;
    background: #009de0;
}
.honor-page01 .swiper-button-prev:hover::before {
    background: url(../img/about01-hprev.png)no-repeat center/cover;
}
.honor-page01 .swiper-button-next:hover::before {
    background: url(../img/about01-hnext.png)no-repeat center/cover;
}
.honor-page01 .swiper-button-next:after,
.honor-page01 .swiper-button-prev:after {
    display: none;
}
.tech-tk {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .68);
    z-index: 999;
    display: none;
}
.tech-tk.active {
    display: block;
}
.tech-tk-box {
    display: inline-block;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    box-sizing: border-box;
    border-radius: 24px;
    width: 800px;
}
.tech-tk-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.techclose {
    margin-left: auto;
    display: block;
    width: 17px;
    margin-right: 10px;
    margin-top: 10px;
}
.techclose img {
    transition: all .4s;
}
.techclose img:hover {
    transform: rotate(360deg);
}
.history .page-content .lists {
    overflow: hidden;
    height: 640px;
    background: url(../img/history-lists-bg.png) no-repeat center/cover;
}
.history .scale {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.history .scale span {
    display: block;
    width: 1px;
    height: 30px;
    background: #009DE0;
    display: none;
}
.history .scale span:nth-child(3) {
    width: 1px;
    height: 60px;
    background: #e5e5e5;
    position: relative;
    top: 30px;
    display: block;
}
.history .lists .width1400 {
    padding: 0 44px;
    box-sizing: border-box;
    position: relative;
}
.history .swiper-container {
    position: initial;
}
.history .swiper-container::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #009DE0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.history .scale-box {
    width: 22px;
    height: 22px;
    background: #e3f3fb;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.history .scale-box::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: #009DE0;
    border-radius: 50%;

}
.history .time {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 87px;
}
.history .con {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
}
.history .swiper-slide {
    padding: 110px 0;
}
.history .swiper-slide:last-child .scale span:nth-child(3) {
    opacity: 0
}
.history .swiper-button-next,
.history .swiper-button-prev {
    width: 44px;
    height: 44px;
    border: 1px solid #009DE0;
    border-radius: 0%;
    background: #ffffff;
    opacity: 1;
    border-radius: 50%;
    transition: all .4s;
}
.history .swiper-button-next::after,
.history .swiper-button-prev::after {
    font-size: 20px;
    transition: all .4s;
}
.history .swiper-button-prev {
    left: 0;
}
.history .swiper-button-next {
    right: 0;
}


.history .swiper-slide:nth-child(2n) .time {
    top: 195px;
}
.history .swiper-slide:nth-child(2n) span:nth-child(3n) {
    top: -30px;
}
.history .swiper-slide:nth-child(2n) .con {
    bottom: inherit;
    top: 0;
}
.history .swiper-button-next:hover,
.history .swiper-button-prev:hover {
    background: #009DE0;
}
.history .swiper-button-next:hover:after,
.history .swiper-button-prev:hover:after {
    color: #ffffff;
}



/* 子公司开始 */
/* .company .lists .lists{
    padding: 0 11.5%;
    box-sizing: border-box;
}
.company .lists .list{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 40px;
}
.company .lists .list:nth-child(2n){
    margin-right: 0;
}
.company .lists .list .img{
    position: relative;
    overflow: hidden;
}
.company .lists .list img{
    transition: all .4s;
}
.company .lists .list .text {
    padding: 15px 0;
    transition: all .4s;
    text-align: center;
} */
.company .banner .advice {
    text-align: center;
}
.company .lists .list {
    margin-bottom: 60px;
}
.company .lists .list:last-child {
    margin-bottom: 0;
}
.company .lists .list .item-l {
    width: 57.86%;
}
.company .lists .list .item-r {
    width: 37%;
    height: 341px;
}


.company .lists .list .page-tit {
    margin-top: 12px;
}
.company .lists .list .page-ftit {
    margin-top: 0;
}
.company .lists .list .tit {
    margin-bottom: 20px;
}
.company .lists .list .con {
    text-indent: 2em;
    /* max-height: 240px;
    overflow-y: auto; */
}
.company .lists .list .con p {
    margin-bottom: 20px;
}
.company .lists .list .con p:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width:960px) {
    .about-page01 .item-r:hover img {
        height: 110%;
    }


    .company .lists .list .item-r:hover img {
        height: 110%;
    }

    /* .company .lists .list:hover img{
         transform: scale(1.08);
    }
    .company .lists .list:hover .text {
        color: #009DE0;
    } */
}

@media only screen and (max-width: 1440px) {
    .history .page-content .lists {
        height: 480px;
    }

    .about-page02 .list {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 1366px) {
    .about-page02 .list {
        padding: 0 25px;
    }
}

@media only screen and (max-width: 1280px) {
    .about-page02 .list {
        height: 350px;
        padding: 0 18px;
    }
}

@media only screen and (max-width: 1200px) {
    .about-page02 .list {
        width: 20%;
        padding: 0 20px;
    }

    .history .page-content .lists {
        height: 380px;
    }

    .honor-page01 .item {
        padding: 40px 15px 45px;
    }

    .honor-page01 .item .icon {
        width: 80px;
    }

    .honor-page01 .navs::after {
        bottom: 10px;
    }

    .honor-page01 .swiper-button-prev,
    .honor-page01 .swiper-button-next {
        width: 50px;
        height: 50px;
    }

    .honor-page01 .lists .img {
        margin-top: 20px;
    }


    .company .crumbs-nav .list a {
        width: 128px;
    }
}

@media only screen and (max-width: 1024px) {
    .about-page02 .list {
        width: 22%;
        height: 327px;
    }

    .about-page03 .video-main img {
        width: 60px;
    }

    .honor-page01 .navs::after {
        bottom: 18px;
    }

    .honor-page01 .item .icon {
        width: 70px;
    }
}

@media only screen and (max-width: 768px) {
    .about-page01 .page-texts {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .about-page01 .page-tit {
        margin-top: 0;
    }

    .about-page01 .page-ftit {
        margin-top: 10px;
    }

    .about-page01 .item-l {
        width: 100%;
    }

    .about-page01 .tit {
        margin: 18px 0 10px;
        text-align: center;
    }

    .about-page01 .item-r {
        width: 100%;
        height: auto;
    }

    .about-page01 .item-r .bg-img {
        position: initial;
        height: auto;
        max-width: 100%;
        transform: translate(0, 0);
        width: 100%;
    }

    .about-page01 .con p {
        margin-bottom: 0;
    }

    .about-page01 .con {
        max-height: initial;
    }

    .about-page02 .list {
        width: 50%;
        height: 245px;
    }

    .about-page02 .list .icon {
        margin-top: 25px;
        width: 65px;
    }

    .about-page02 .list .text {
        margin-top: 25px;
    }

    .about-page02 .list .desc {
        margin-top: 15px;
    }

    .about-page03 .video {
        margin-top: 30px;
    }

    .about-page03 .width1400 {
        padding: 0;
    }

    .about-page03 .line {
        display: none;
    }

    .about-page03 .desc {
        display: none;
    }

    .about-page03 .content {
        display: none;
    }

    .about-page03 .tit {
        margin-bottom: 0;
        margin-top: 10px;
        font-size: 16px;
    }

    .about-page03 .video-main img {
        width: 42px;
    }


    .history .con {
        padding: 0;
    }

    .history .swiper-slide {
        padding: 100px 0;
    }

    .history .scale span:nth-child(3) {
        height: 30px;
    }

    .history .time {
        top: 70px;
    }

    .history .swiper-slide:nth-child(2n) .time {
        top: 144px;
    }

    .history .page-content .lists {
        height: auto;
        padding-bottom: 30px;
    }

    .history .swiper-button-next,
    .history .swiper-button-prev {
        width: 38px;
        height: 38px;
    }

    .history .swiper-button-next::after,
    .history .swiper-button-prev::after {
        font-size: 16px;
    }

    .history .lists .width1400 {
        padding: 0 38px;
    }

    .honor-page01 .list {
        width: 75%;
    }

    .honor-page01 .lists .img {
        margin: 0 auto 20px;
    }

    .honor-page01 .lists .text {
        padding-bottom: 0;
    }

    .honor-page01 .item {
        padding: 15px 0;
    }

    .honor-page01 .item .icon {
        width: 45px;
    }

    .honor-page01 .item {
        width: 33.33%;
    }

    .honor-page01 .navs::after {
        display: none;
    }

    .honor-page01 .item .text {
        margin-top: 12px;
    }

    .honor-page01 .but {
        margin-top: 25px;
    }

    .honor-page01 .swiper-button-prev,
    .honor-page01 .swiper-button-next {
        width: 40px;
        height: 40px;
    }

    .honor-page01 .swiper-button-prev {
        margin-right: 20px;
    }


    .company .lists .list .item-l {
        width: 100%;
    }

    .company .lists .list .tit {
        margin-bottom: 10px;
        text-align: center;
    }

    .company .lists .list .con {
        max-height: initial;
    }

    .company .lists .list .con p {
        margin-bottom: 0;
    }

    .company .lists .list .item-r {
        width: 100%;
        height: auto;
        margin-top: 25px;
    }

    .company .lists .list .item-r .bg-img {
        position: initial;
        height: auto;
        max-width: 100%;
        transform: translate(0, 0);
        width: 100%;
    }

    .company .crumbs-nav .list a {
        width: 85px;
        padding: 0;
    }

}