@charset "utf-8";
@import url(./layout.css);

/* ==========================================================================
   common part
========================================================================== */
.pic {
    overflow: hidden;
    position: relative;
    height: auto;
    /* cursor: pointer; */
}

.bgimg {
    width: 100%;
}

.upimg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.pic:hover .upimg {
    transform: scale(1.05);
}

/* 没有放大效果 */
.upimg2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* 居中对齐 */
.upimg3 {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all .5s;
}

.pic:hover .upimg3 {
    transform: translate(-50%, -50%) scale(1.05);
    -webkit-transform: translate(-50%, -50%) scale(1.05);
}

.container img {
    max-width: 100%;
}



/* ==========================================================================
   banner
========================================================================== */
.banner {
    padding: .35rem 0;
    background: url(../images/banner.svg) no-repeat;
    background-size: 31.5104vw auto;
    background-position: left top .8rem;
}

.banner_head {
    justify-content: space-between;
    align-items: center;
}

.banner_left {
    width: 8.5rem;
}

.banner_right {
    width: calc(100% - 9rem);
    position: relative;
}

.banner_title {
    color: rgb(0, 0, 0);
    font-size: .5rem;
    font-weight: 700;
    position: relative;
}

.banner_title::after {
    content: "";
    position: absolute;
    right: .1rem;
    bottom: -0.3rem;
    width: 3.29rem;
    height: .2rem;
    background: url(../images/home01.png) no-repeat center;
    z-index: -1;
    background-size: contain;
}

.banner_intro {
    color: rgb(51, 51, 51);
    font-size: .2rem;
    font-weight: 400;
    line-height: 2.1;
    margin: .6rem 0;
}

.banner_btn {
    align-items: center;
}

.tansuo {
    width: 2.5rem;
    height: .7rem;
    border-radius: .06rem;
    background: rgb(22, 93, 164);
    margin-right: .5rem;
    color: rgb(255, 255, 255);
    font-size: .28rem;
    font-weight: 400;
}

.tansuo:hover {
    color: #fff;
}

.video_box {
    align-items: center;
    cursor: pointer;
}

.video_en {
    color: rgb(0, 0, 0);
    font-size: .25rem;
    margin-left: .5rem;
}

.video_box img {
    transition: all .3s ease-in-out;
}

.videoImg {
    width: .54rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.video_box:hover .video_en {
    color: var(--primary);
}

.video_box:hover img {
    transform: scale(1.1);
}

.banner_right .pic {
    border-radius: .1rem 0 0 .1rem;
}

.logo_cover {
    position: absolute;
    right: -0.3rem;
    bottom: -0.5rem;
    width: 1.57rem;
}

.logo_cover img {
    max-height: 100%;
}

@media only screen and (max-width: 768px) {
    .banner_left {
        width: 100%;
    }

    .banner_right {
        width: 100%;
        margin-top: 20px;
    }

    .banner_title::after {
        right: auto;
        left: 0;
        bottom: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .banner_intro {
        font-size: 12px;
    }
}









/* ==========================================================================
   part01
========================================================================== */
.home_title {
    color: rgba(0, 0, 0, 0.93);
    font-size: .48rem;
    line-height: 1;
    font-weight: 700;
}

.part01 {
    padding: .35rem 0;
    background: url(../images/part01.png) no-repeat top;
}

.pro_service {
    margin-top: .7rem;
    margin-left: -0.3rem;
}

.proser_left {
    width: calc(50% - .3rem);
    margin-left: .3rem;
}

.proser_right {
    width: calc(50% - .3rem);
    margin-left: .3rem;
}

.proser_title {
    color: rgb(0, 0, 0);
    font-size: .24rem;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: .1rem 0;
}

.proser_info {
    color: rgb(82, 102, 122);
    font-size: .14rem;
    font-weight: 400;
    height: calc(.14rem * 3);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.proser_list {
    margin-left: -0.3rem;
    margin-top: -0.36rem;
}

.proser_list li {
    width: calc(50% - .3rem);
    margin-left: .3rem;
    margin-top: .36rem;
}

.proser_module:hover .proser_title,
.proser_box:hover .proser_title {
    color: var(--primary);
}

@media only screen and (max-width: 1536px) {
    .proser_list {
        margin-top: -26px;
    }

    .proser_list li {
        margin-top: 26px;
    }
}

@media only screen and (max-width: 1440px) {
    .proser_list {
        margin-top: -22px;
    }

    .proser_list li {
        margin-top: 22px;
    }
}

@media only screen and (max-width: 1280px) {
    .proser_info {
        font-size: 12px;
        height: calc(12px * 3);
    }

    .proser_list {
        margin-top: -16px;
    }

    .proser_list li {
        margin-top: 16px;
    }
}

@media only screen and (max-width: 1152px) {
    .proser_list {
        margin-top: -21px;
    }

    .proser_list li {
        margin-top: 21px;
    }
}

@media only screen and (max-width: 1024px) {
    .proser_list {
        margin-top: -13px;
    }

    .proser_list li {
        margin-top: 13px;
    }
}

@media only screen and (max-width: 920px) {
    .proser_list {
        margin-top: -6px;
    }

    .proser_list li {
        margin-top: 6px;
    }
}

@media only screen and (max-width: 768px) {
    .proser_left {
        width: 100%;
    }

    .proser_right {
        width: 100%;
    }

    .proser_list {
        margin-top: 0;
    }

    .proser_list li {
        margin-top: 10px;
    }
}










/* ==========================================================================
   part02
========================================================================== */
.part02 {
    padding: .35rem 0;
}

.ourCompanny {
    margin: .7rem 0 .35rem -0.46rem;
}

.ourCompanny li {
    width: calc(33.33% - .46rem);
    margin-left: .46rem;
}

.our_area {
    position: relative;
    box-sizing: border-box;
    width: 64%;
    padding: .2rem 0 .2rem .28rem;
    height: 1.42rem;
    margin-top: -0.71rem;
    margin-left: .48rem;
    border-radius: .1rem;
    background: rgb(0, 160, 170);
    color: rgb(255, 255, 255);
}

.our_en {
    font-size: .16rem;
    font-weight: 300;
    margin-bottom: .2rem;
}

.our_cn {
    color: rgb(255, 255, 255);
    font-size: .28rem;
    font-weight: 700;
}


@media only screen and (max-width: 500px) {
    .ourCompanny li {
        width: 100%;
        margin-bottom: 20px;
    }

    .our_en {
        font-size: 12px;
    }
}















/* ==========================================================================
   part03
========================================================================== */
.part03 {
    padding: .7rem 0;
}

.home_join {
    margin-left: -0.85rem;
}

.home_join li {
    width: calc(50% - .85rem);
    margin-left: .85rem;
}

.homeJoin_title {
    color: rgb(31, 31, 31);
    font-size: .36rem;
    font-weight: 700;
    text-align: right;
    margin-bottom: .4rem;
}

.homeJoin_box .pic {
    border-radius: .1rem;
}

.homeJoin_link {
    margin-top: .4rem;
    align-items: center;
    justify-content: flex-end;
}

.homeJoin_ckxq {
    color: rgb(102, 102, 102);
    font-size: .18rem;
    font-weight: 400;
}

.homeJoin_line {
    width: 60%;
    height: .02rem;
    background: rgb(0, 96, 181);
    margin: 0 .2rem 0 .4rem;
    transition: all .5s;
}

.homeJoin_link img {
    width: .33rem;
}

.homeJoin_link:hover .homeJoin_ckxq {
    color: var(--primary);
}

.homeJoin_link:hover .homeJoin_line {
    width: 0;
}

@media only screen and (max-width: 768px) {
    .homeJoin_ckxq {
        font-size: 12px;
    }
}

@media only screen and (max-width: 500px) {
    .part03 {
        padding: 0 0 .7rem;
    }

    .home_join li {
        width: 100%;
        margin-bottom: 20px;
    }

}








/* ==========================================================================
   footer
   ========================================================================== */
footer {
    position: relative;
    background: #2E3033;
}

.footer_main {
    padding: .8rem 0 .45rem;
    background: url(../images/footlogo.svg) no-repeat;
    background-size: 30.625vw auto;
    background-position: left top -4rem;
    border-bottom: 1px solid rgb(117, 119, 122);
}

.foot_module {
    justify-content: space-between;
}

.foot_item {
    color: rgba(255, 255, 255, .8);
    font-size: .16rem;
    margin-bottom: .2rem;
    align-items: center;
}

.foot_item img {
    width: .24rem;
    margin-right: .1rem;
}

.foot_right {
    flex-direction: column;
    align-items: flex-end;
}


.foot_nav li:not(:last-of-type) {
    margin-right: 1.5rem;
}

.foot_nav li a {
    color: rgb(138, 138, 138);
    font-size: .18rem;
    font-weight: 400;
}

.foot_nav li a:hover {
    text-decoration: underline;
    color: #fff;
}


.foot_search {
    width: 3.01rem;
    margin: .4rem 0 0;
    position: relative;
}

.foot_search::before {
    content: "搜索";
    position: absolute;
    left: -0.55rem;
    top: 50%;
    transform: translateY(-50%);
    color: rgb(207, 211, 214, .8);
    font-size: .16rem;
}

.foot_value {
    float: left;
    border: none;
}

.foot_submit {
    float: right;
    border: none;
}

.foot_value {
    width: calc(100% - .7rem);
    height: .45rem;
    padding: 0 .1rem;
    background: rgb(244, 245, 247);
    font-size: .14rem;
}

.foot_submit {
    width: .45rem;
    height: .45rem;
    padding: 0;
    margin: 0;
    cursor: pointer;
    background: rgb(22, 93, 164) url(../images/path02.svg) no-repeat center;
    background-size: .24rem auto;
}

.foothd {
    padding: .4rem 0;
    text-transform: Uppercase;
    color: rgba(255, 255, 255, .7);
    text-align: center;
    font-size: .16rem;
}

.foothd a {
    color: rgba(255, 255, 255, .8);
}

.space {
    display: inline-block;
    width: .8rem;
}


@media only screen and (max-width: 768px) {
    .footer_main {
        display: none;
    }

    .space {
        width: 20px;
    }
}

@media only screen and (max-width: 500px) {

    .space:nth-child(1) {
        display: block;
    }

    .foothd {
        font-size: 12px;
    }
}