/* about盒子的CSS样式 */

/* 从style.css抽离的样式 */
#about .top1 {
    margin-top: 50px;
}

#about .about-box {
    padding: 0 40px 50px;
    background-color: #fff;
    margin-bottom: 50px;
    box-shadow: 0px 8px 36.8px 3.2px rgba(0, 0, 7, 0.08);
}

#about .about-box .about-title {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    padding: 40px 0 30px;
    border-bottom: 1px solid #f1f2f3;
}

#about .about-box .desc-box {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}


#about .about-box .desc-box .info-box {
    width: 36%;
}

#about .about-box .desc-box .info-box .info-title {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    display: flex;
    color: #333;
    margin-bottom: 20px;
    justify-content: space-between;
}

#about .about-box .desc-box .info-box .info-title .info-title-item {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #333;
    display: flex;
    align-items: flex-end;
}

#about .about-box .desc-box .info-box .info-title .info-title-num {
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #409eff;
}

#about .about-box .desc-box .info-box .info {
    height: 280px;
    overflow-y: auto;
    font-size: 16px;
    line-height: 28px;
    color: #666;
    padding-right: 10px;
}

#about .about-box .desc-box .info-box .info::-webkit-scrollbar {
    width: 5px;
    height: 10px;
    background-color: #f3f4f5;
}

#about .about-box .desc-box .info-box .info::-webkit-scrollbar-track {
    background-color: #f3f4f5;
}

#about .about-box .desc-box .info-box .info::-webkit-scrollbar-thumb {
    background-color: #143375;
}

#about .about-box .desc-box .info-box .more {
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ddd;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
    transition: all 0.6s;
}

#about .about-box .desc-box .info-box .more i {
    font-size: 16px;
    color: #bbb;
}

#about .about-box .desc-box .info-box .more:hover {
    background-color: #143375;
    color: #fff;
}

#about .about-box .desc-box .info-box .more:hover i {
    color: #fff;
}

#about .about-box .desc-box .video-box {
    width: 55.5%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/20200911150108.jpg");
    position: relative;
}

#about .about-box .desc-box .video-box img {
    width: 100%;
}

#about .about-box .culture-box {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

#about .about-box .culture-box .items {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    transition: all 0.6s;
}

#about .about-box .culture-box .items img {
    width: 100%;
    opacity: 0;
}

#about .about-box .culture-box .items .text-box {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
}

#about .about-box .culture-box .items .text-box i {
    width: 50px;
    height: 50px;
    margin: auto;
    display: inline-block;
}

#about .about-box .culture-box .items .text-box .title {
    margin-top: 20px;
}

#about .about-box .culture-box .items .text-box .title .cn {
    font-size: 22px;
    line-height: 22px;
}

#about .about-box .culture-box .items .text-box .title .en {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 5px;
}

#about .about-box .culture-box .items .text-box .txt {
    margin-top: 20px;
    font-size: 22px;
}

#about .about-box .culture-box .items.left {
    width: 32.5%;
}

#about .about-box .culture-box .items:hover {
    box-shadow: 0px 15px 20px 0px rgba(0, 89, 156, 0.2);
}

#about .about-box .culture-box .culture {
    width: 66%;
    display: flex;
    flex-wrap: wrap;
}

#about .about-box .culture-box .culture .items {
    width: 48.8%;
    margin-right: 2.4%;
    margin-bottom: 2.4%;
}

#about .about-box .culture-box .culture .items:nth-of-type(2n) {
    margin-right: 0;
}

#about .about-box .culture-box .culture .items:nth-of-type(3) {
    margin-bottom: 0;
}

#about .about-box .culture-box .culture .items:nth-of-type(4) {
    margin-bottom: 0;
}

#about .about-box .develop-banner {
    width: 100%;
    position: relative;
    margin-top: 30px;
}

#about .about-box .develop-banner .swiper-develop {
    height: 100%;
}

#about .about-box .develop-banner .swiper-wrapper {
    height: 100%;
}

#about .about-box .develop-banner .swiper-slide {
    width: 30% !important;
    padding-right: 3%;
    border-right: 1px solid #f1f2f3;
}

#about .about-box .develop-banner .swiper-slide .year {
    font-size: 14px;
    font-weight: bold;
}

#about .about-box .develop-banner .swiper-slide .year span {
    font-size: 22px;
    line-height: 22px;
    margin-right: 10px;
}

#about .about-box .develop-banner .swiper-slide .desc {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    margin-top: 20px;
    margin-bottom: 20px;
}

#about .about-box .develop-banner .swiper-slide img {
    max-width: 100%;
}

#about .develop-box {
    position: relative;
    overflow: hidden;
}

#about .develop-box .prevNext-box {
    width: 87.5%;
    max-width: 1680px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

#about .develop-box .prevNext-box .prev,
#about .develop-box .prevNext-box .next {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: rgba(0, 104, 182, 0.8);
}

#about .develop-box .prevNext-box .prev i,
#about .develop-box .prevNext-box .next i {
    font-size: 16px;
    color: #fff;
}

#about .develop-box .prevNext-box .prev.swiper-button-disabled,
#about .develop-box .prevNext-box .next.swiper-button-disabled {
    background-color: rgba(0, 0, 0, 0.2);
}

#about .develop-box .prevNext-box .prev {
    left: 0;
    background-image: url(../images/prev.png);
}

#about .develop-box .prevNext-box .next {
    right: 0;
    background-image: url(../images/next.png);
}

/* 从media.css抽离的样式 */
@media screen and (max-width: 1680px) {

    #about .develop-box .prevNext-box .prev,
    #about .develop-box .prevNext-box .next {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    #about .develop-box .prevNext-box .prev {
        left: 0;
        background-image: url(../images/ml.png);
    }

    #about .develop-box .prevNext-box .next {
        right: 0;
        background-image: url(../images/mr.png);
    }

    #about .develop-box .prevNext-box {
        width: 92.5%;
    }
}

@media screen and (max-width: 1366px) {
    #about .about-box .about-title {
        font-size: 24px;
        line-height: 24px;
        padding: 30px 0;
    }

    #about .about-box .desc-box .video-box {
        width: 46.5%;
    }

    #about .about-box .desc-box .info-box {
        width: 50%;
    }

    #about .about-box {
        padding: 0 30px 30px;
    }

    #about .about-box .desc-box .info-box .info {
        font-size: 14px;
    }

    #about .about-box .desc-box .info-box .more {
        margin-top: 20px;
    }

    #about .about-box .culture-box .items .text-box .title .cn {
        font-size: 14px;
        line-height: 20px;
    }

    #about .about-box .culture-box .items .text-box i {
        font-size: 40px;
    }

    #about .about-box .culture-box .items .text-box .title {
        margin-top: 10px;
    }

    #about .about-box .culture-box .items .text-box .txt {
        font-size: 16px;
        margin-top: 10px;
    }

    #about .about-box .develop-banner .swiper-slide .year span {
        font-size: 24px;
        line-height: 24px;
    }

    #about .about-box .develop-banner .swiper-slide .desc {
        margin: 10px 0;
    }
}

@media screen and (max-width: 1024px) {
    #about .top1 {
        margin-top: 30px;
    }

    #about .about-box {
        padding: 0 0.8rem 0.8rem;
        margin-bottom: 30px;
    }

    #about .about-box .about-title {
        padding: 0.8rem 0;
        font-size: 16px;
    }

    #about .about-box .desc-box {
        flex-wrap: wrap;
    }

    #about .about-box .desc-box .info-box {
        width: 100%;
        padding-top: 0;
    }

    #about .about-box .desc-box .video-box {
        width: 100%;
        margin-top: 0.9rem;
    }

    #about .about-box .culture-box {
        margin-top: 0.4rem;
    }

    #about .about-box .culture-box {
        flex-wrap: wrap;
    }

    #about .about-box .culture-box .items.left {
        width: 100%;
        margin-bottom: 5px;
    }

    #about .about-box .culture-box .culture {
        width: 100%;
    }

    #about .about-box .culture-box .culture .items {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px !important;
    }

    #about .develop-box .prevNext-box .prev,
    #about .develop-box .prevNext-box .next {
        width: 1.5rem;
        height: 1.5rem;
        line-height: 1.5rem;
        background-size: 100%;
    }

    #about .about-box .develop-banner .swiper-slide {
        width: 48% !important;
    }

    #about .about-box .develop-banner .swiper-slide .year span {
        font-size: 16px;
        line-height: 20px;
    }

    #about .about-box .develop-banner .swiper-slide .desc {
        font-size: 12px;
        line-height: 20px;
        margin-top: 0.2rem;
        margin-bottom: 5px;
    }

    #about .about-box .desc-box .video-box .play-box {
        text-align: center;
    }

    #about .about-box .desc-box .video-box .play-box i {
        font-size: 32px;
    }

    #about .about-box .desc-box .video-box .play-box .text {
        margin-top: 5px;
        font-size: 14px;
    }
}


/* 荣誉证书 */
/* 荣誉资质 CSS样式 */

/* 电脑端样式 */

#honor .about-box {
    padding: 0 40px 30px;
    background-color: #fff;
    margin-bottom: 50px;
    box-shadow: 0px 8px 36.8px 3.2px rgba(0, 0, 7, 0.08);
}

#honor .about-box .about-title {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    padding: 40px 0 30px;
    border-bottom: 1px solid #f1f2f3;
}

#honor .honor-box {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

#honor .honor-box .item {
    width: 23.4%;
    margin-right: 2.13%;
    margin-bottom: 2.13%;
    transition: all 0.6s;
    padding: 20px;
    background-color: #fff;
    cursor: pointer;
    /* box-shadow: 0px 8px 36.8px 3.2px rgba(0, 0, 7, 0.08); */
}

#honor .honor-box .item .pic {
    width: 100%;
    overflow: hidden;
}

#honor .honor-box .item .pic img {
    width: 100%;
    transition: transform .5s ease-out;
    -webkit-transition: transform .5s ease-out;
    -moz-transition: transform .5s ease-out;
}

#honor .honor-box .item .info {
    font-size: 16px;
    color: #333;
    padding-top: 20px;
}

#honor .honor-box .item:hover {
    box-shadow: 0px 15px 20px 0px rgba(0, 89, 156, 0.2);
}

#honor .honor-box .item:hover .pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

#honor .honor-box .item:hover .info {
    color: #143375;
}

#honor .honor-box .item:nth-of-type(4n) {
    margin-right: 0;
}

/* 荣誉证书 Swiper 样式 */
#honor .honor-swiper-container {
    position: relative;
    margin-top: 40px;
    margin-bottom: 50px;
    overflow: hidden;
    height: auto;
}

#honor .honor-swiper-container .honor-box {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 0;
    margin-bottom: 0;
    transition-property: transform;
}

#honor .honor-swiper-container .honor-box .item {
    flex-shrink: 0;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    box-sizing: border-box;
}

#honor .honor-swiper-button-next,
#honor .honor-swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    margin-top: 0;
    background-color: rgba(20, 51, 117, 0.8);
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    z-index: 10;
    transition: background-color 0.3s ease;
}

#honor .honor-swiper-button-next:hover,
#honor .honor-swiper-button-prev:hover {
    background-color: rgba(20, 51, 117, 1);
}

#honor .honor-swiper-button-next {
    right: -25px;
}

#honor .honor-swiper-button-prev {
    left: -25px;
}

#honor .honor-swiper-button-next:after {
    content: '→';
}

#honor .honor-swiper-button-prev:after {
    content: '←';
}

#honor .honor-swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 10px;
    z-index: 10;
}

#honor .honor-swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#honor .honor-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #143375;
}

#honor .honor-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 64, 104, 0.8);
    z-index: 1000;
    display: none;
}

#honor .honor-cover .pic-box {
    width: 700px;
    padding: 30px 40px 20px;
    background-color: #fff;
    position: absolute;
    top: 80px;
    left: calc(50% - 350px);
}

#honor .honor-cover .pic-box .pic {
    width: 100%;
}

#honor .honor-cover .pic-box .pic img {
    width: 100%;
}

#honor .honor-cover .pic-box .info {
    font-size: 16px;
    color: #333;
    padding-top: 20px;
    text-align: center;
}

#honor .honor-cover .pic-box .close-box {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    right: -15px;
    top: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#honor .honor-cover .pic-box .close-box i {
    width: 22px;
    height: 22px;
    margin: auto;
    display: inline-block;
}

/* 平板端样式 */
@media screen and (max-width: 1366px) {
    #honor .honor-box .item {
        padding: 15px;
    }

    #honor .honor-box .item .info {
        padding-top: 15px;
    }

    #honor .honor-cover .pic-box {
        width: 300px;
        padding: 20px;
        left: calc(50% - 150px);
    }
}

/* 移动端样式 */
@media screen and (max-width: 1024px) {
    #honor .honor-box .item {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
        padding: 0.6rem;
    }

    #honor .honor-box .item .info {
        padding-top: 0.2rem;
        font-size: 14px;
    }

    #honor .honor-box .item:nth-of-type(2n) {
        margin-right: 0;
    }

    #honor .honor-box {
        margin-top: 30px;
        margin-bottom: 0;
    }

    /* 移动端 Swiper 样式适配 */
    #honor .honor-swiper-container {
        margin-top: 30px;
        margin-bottom: 30px;
        height: auto;
    }

    #honor .honor-swiper-container .honor-box {
        margin-bottom: 0;
        height: auto;
    }

    #honor .honor-swiper-container .honor-box .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        height: auto;
    }

    #honor .honor-swiper-button-next,
    #honor .honor-swiper-button-prev {
        width: 1.5rem;
        height: 1.5rem;
        font-size: 14px;
    }

    #honor .honor-swiper-button-next {
        right: -0.75rem;
    }

    #honor .honor-swiper-button-prev {
        left: -0.75rem;
    }

    #honor .honor-swiper-pagination {
        bottom: 0.3rem;
    }

    #honor .honor-cover .pic-box .close-box {
        width: 1.8rem;
        height: 1.8rem;
        bottom: -3rem;
    }

    #honor .honor-cover .pic-box .close-box i {
        font-size: 18px;
    }
}

/* 联系我们*/
/* 联系我们 CSS样式 */

/* 电脑端样式 */
#contact .about-box {
    padding: 0 40px 30px;
    background-color: #fff;
    margin-bottom: 50px;
    box-shadow: 0px 8px 36.8px 3.2px rgba(0, 0, 7, 0.08);
}

#contact .about-box .about-title {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    padding: 40px 0 30px;
    border-bottom: 1px solid #f1f2f3;
}

#contact .contact-box {
    background-color: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
    /* box-shadow: 0px 8px 36.8px 3.2px rgba(0, 0, 7, 0.08); */
}

#contact .contact-box .map-box {
    padding: 40px;
}

#contact .contact-box .map-box #map {
    width: 100%;
    height: 480px;
}

#contact .contact-box .address-items {
    display: flex;
}

#contact .contact-box .address-items .item {
    border-right: 1px solid #f1f2f3;
    cursor: pointer;
    text-align: center;
    width: 20%;
    padding: 0 3%;
    margin-top: 3%;
}

#contact .contact-box .address-items .item .img {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    margin: auto;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#contact .contact-box .address-items .item:hover .img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

#contact .contact-box .address-items .item .img img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

#contact .contact-box .address-items .item:hover .img img:nth-child(2) {
    opacity: 1;
}

#contact .contact-box .address-items .item .t1 {
    font-size: 16px;
    color: #999;
    margin: 20px 0;
}

#contact .contact-box .address-items .item .desc {
    font-size: 16px;
    color: #333;
    padding-bottom: 1px;
}

#contact .contact-box .address-items .item:last-of-type {
    border-right: 0;
}

#contact .contact-box .address-items .item:hover .desc {
    display: inline-block;
    color: #143375;
}

#contact .message-box {
    padding: 40px 40px 70px;
    background-color: #fff;
    margin-bottom: 60px;
}

#contact .message-box .title {
    font-size: 16px;
    color: #999;
}

#contact .message-box .title span {
    font-weight: bold;
    color: #333;
    font-size: 24px;
    line-height: 24px;
    margin-right: 15px;
}

#contact .message-box .advise-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

#contact .message-box .advise-nav .item {
    width: 140px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #666;
    border: 1px solid #eee;
    transition: all 0.6s;
    margin-right: 20px;
    cursor: pointer;
}

#contact .message-box .advise-nav .item.active,
#contact .message-box .advise-nav .item:hover {
    background-color: #0068b6;
    color: #fff;
}

#contact .message-box .txt {
    text-align: center;
    color: #666;
    font-size: 16px;
    margin-top: 20px;
}

#contact .message-box .form-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

#contact .message-box .form-box .line {
    width: 49%;
    margin-bottom: 2%;
    height: 70px;
    position: relative;
}

#contact .message-box .form-box .line input {
    width: 100%;
    height: 100%;
    border: 1px solid #eee;
    transition: all 0.6s;
    padding-left: 30px;
}

#contact .message-box .form-box .line input:focus {
    box-shadow: 0px 0px 10px 0px rgba(0, 66, 120, 0.2);
    border: solid 1px #0068b6;
}

#contact .message-box .form-box .line.has-star:before {
    content: '*';
    position: absolute;
    color: #f00000;
    font-size: 16px;
    left: 22px;
    top: 22px;
}

#contact .message-box .form-box .line.has-text {
    width: 100%;
    height: 160px;
    resize: none;
}

#contact .message-box .form-box .line.has-text textarea {
    width: 100%;
    height: 100%;
    border: 1px solid #eee;
    padding: 20px 30px;
    transition: all 0.6s;
    resize: none;
}

#contact .message-box .form-box .line.has-text textarea:focus {
    box-shadow: 0px 0px 10px 0px rgba(0, 66, 120, 0.2);
    border: solid 1px #0068b6;
}

#contact .message-box .form-box .code-box {
    height: 70px;
    display: flex;
    align-items: center;
}

#contact .message-box .form-box .code-box .line {
    width: 190px;
    height: 100%;
    margin-bottom: 0;
}

#contact .message-box .form-box .code-box .img-box {
    overflow: hidden;
    width: 160px;
    height: 100%;
    line-height: 70px;
}

#contact .message-box .form-box .code-box .img-box img {
    height: 100%;
}

#contact .message-box .form-box .msg-btn {
    width: 190px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border: 0;
    background-color: #0068b6;
}

/* 移动端样式 */
@media screen and (max-width: 1024px) {
    #contact .contact-box {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #contact .contact-box .map-box {
        padding: 0.6rem;
    }

    #contact .contact-box .map-box #map {
        height: 18rem;
    }

    #contact .contact-box .address-items {
        flex-wrap: wrap;
    }

    #contact .contact-box .address-items .item {
        width: 50%;
        margin-bottom: 1.2rem;
    }

    #contact .contact-box .address-items .item i {
        font-size: 24px;
    }

    #contact .message-box {
        padding: 0.6rem 0.6rem 1.2rem;
        margin-top: 0.8rem;
        margin-bottom: 0.8rem;
    }

    #contact .message-box .advise-nav .item {
        width: 2rem;
        height: 0.8rem;
        line-height: 0.8rem;
        font-size: 14px;
        margin-right: 0.2rem;
    }

    #contact .message-box .txt {
        font-size: 14px;
    }

    #contact .message-box .form-box {
        margin-top: 0.9rem;
    }

    #contact .message-box .form-box .line {
        width: 100%;
        height: 2.3rem;
    }

    #contact .message-box .form-box .line input {
        padding-left: 1.0rem;
    }

    #contact .message-box .form-box .line.has-text {
        height: 6.6rem;
    }

    #contact .message-box .form-box .line.has-text textarea {
        padding: 0.5rem 1.0rem;
    }

    #contact .message-box .form-box .line.has-star:before {
        left: 0.2rem;
        top: 0.2rem;
    }

    #contact .message-box .form-box .code-box {
        height: 2.3rem;
        width: 100%;
    }

    #contact .message-box .form-box .code-box .line {
        width: 50%;
    }

    #contact .message-box .form-box .code-box .img-box {
        line-height: 2.3rem;
        width: 35%;
    }

    #contact .message-box .form-box .msg-btn {
        width: 7rem;
        height: 2.0rem;
        line-height: 2.0rem;
        font-size: 14px;
        margin: 0 auto;
        margin-top: 1.2rem;
    }

    #contact .message-box .title {
        font-size: 14px;
    }

    #contact .message-box .title span {
        font-size: 18px;
        line-height: 24px;
    }
}