@charset "UTF-8";

/*
*列表展示的项目
*param {
	$width: 百分比，一行展示4个用25%，以此类推，
	$marginRight：项目水平间距，单位px
}
*/
/*
*背景图片
*param {
	$url: string
}
*/
/*
*文本基本设置
*param {
	$fontSize: 
	$lineHeight: 
	$fontFamily: 
	$color: 
	$marginBottom: 
}
*/
/*
*a标签模拟按钮
*param {
	display: inline-block;
	$fontSize: 
	$lineHeight: 
	$fontFamily: 
	$color: 
	$padding: 
	text-decoration: none;
	$border: 
}
*/
/*
*力普产品列表项封装
*
*/
/*
	填满区域
*/
/*
	手机端一级标题
*/
/*
	手机端二级标题
*/
/*
	手机端正文
*/
/*
	手机端按钮
*/
/*
	手机端Section padding-top & padding-bottom
*/
/*
	手机端 item margin-bottom
*/
.pcShow2 {
    display: block !important;
}

.mobileShow2 {
    display: none !important;
}

.namespace-about .swiper-button-next,
.namespace-about .swiper-button-prev {
    z-index: 1;
}

.namespace-about .section {
    padding-top: 180px;
    padding-bottom: 125px;
}

.namespace-about {
    overflow: hidden;
}

sub,
sup {
    font-size: 60%;
}

.line {
    width: 100%;
    height: 1px;
    background: rgba(189, 189, 189, 1);
    margin-bottom: 8rem;
}

.namespace-about .section .list-wrap {
    margin-top: 5.5rem;
}

.namespace-about .section .title {
    font-size: 60px;
    line-height: 1;
    font-family: "Lato-Bold";
    color: #424242;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.namespace-about .section .des {
    font-size: 20px;
    line-height: 32px;
    font-family: "Lato-Regular";
    color: #6e7073;
    margin-bottom: 4rem;
}

.namespace-about .banner {
    background-image: url("/assets/img/alan/aboutUs/images/aboutUsBanner.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 234px;
    padding-bottom: 430px;
    text-align: center;
}

.namespace-about .banner .title {
    font-size: 60px;
    line-height: 1;
    font-family: "Lato-Black";
    color: #fff;
    margin-bottom: 15px;
}

.namespace-about .banner .des {
    font-size: 28px;
    line-height: 36px;
    font-family: "Lato-Regular";
    color: #fff;
    margin-bottom: 30px;
}

.namespace-about .banner .play-video {
    display: inline-block;
    cursor: pointer;
}

.namespace-about .banner .play-btn {
    display: inline-block;
    width: 66px;
    height: 66px;
    border: 1px solid #fff;
    border-radius: 3px;
}

.namespace-about .banner .play-text {
    display: inline-block;
    width: 66px;
    height: 66px;
    text-align: center;
    vertical-align: top;
    padding-top: 15px;
    color: #fff;
}

.namespace-about #generalInformation .sub-title {
    font-size: 24px;
    line-height: 1;
    font-family: "Lato-Bold";
    color: #424242;
    margin-bottom: 50px;
}

.namespace-about #generalInformation .width-box50 {
    width: calc(50% - 0px);
    display: inline-block;
    vertical-align: top;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-bottom: 0 !important;
    overflow: hidden;
}

.namespace-about #generalInformation .width-box50 .item {
    position: relative;
    background-color: #EBF0F5;
    height: 514px;
}

.namespace-about #generalInformation .width-box50 .item img {
    width: 100%;
}

.namespace-about #generalInformation .width-box50 .item .hvc {
    width: 80%;
}

.namespace-about #generalInformation .width-box50 .item .hvc {
    position: relative !important;
}

.namespace-about #generalInformation .width-box50 .item .hvc .title {
    font-size: 36px;
    line-height: 1;
    font-family: "Roboto-Bold";
    color: #424242;
    margin-bottom: 45px;
}

.namespace-about #generalInformation .width-box50 .item .hvc .title::before {
    position: absolute;
    content: "";
    width: 65px;
    height: 2px;
    /* background-color: #BDBDBD; */
    background: rgba(17, 137, 136, 1);
    margin-top: 55px;
}

.namespace-about #generalInformation .width-box50 .item .hvc .des {
    font-size: 24px;
    line-height: 36px;
    font-family: "Lato-Regular";
    color: #757575;
    margin-bottom: 45px;
    width: 97% !important;
}

.namespace-about #generalInformation .width-box50 .item .hvc .go-to-list-link {
    font-size: 20px;
    line-height: 1;
    font-family: "Lato-Regular";
    color: #0e8782;
    margin-bottom: 0px;
}

.namespace-about .full-screen-video {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 3;
}

.namespace-about .full-screen-video .close-video-btn {
    position: absolute;
    top: 20px;
    right: 40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 2;
}

.namespace-about .full-screen-video .close-video-btn::before {
    width: 2px;
    height: 40px;
}

.namespace-about .full-screen-video .close-video-btn::after {
    width: 40px;
    height: 2px;
}

.namespace-about .full-screen-video .close-video-btn:after,
.namespace-about .full-screen-video .close-video-btn:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    background: #fff;
    content: "";
}

.namespace-about .full-screen-video #index-full-video {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
}

#history {
    background-image: url("/assets/img/alan/aboutUs/images/historyBg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}

#history .title {
    color: #fff;
}

#history .des {
    color: #fff;
}

#swiper-history {
    width: 100%;
    margin: auto;
    max-width: 1300px;
    position: relative;
    margin-bottom: 105px;
}

#swiper-history .swiper-container {
    height: 552px;
    margin: 0 40px;
}

#swiper-history .short-line {
    height: 1px;
    border-bottom: 1px dashed #fff;
    width: 30px;
    position: absolute;
    top: 50%;
}

#swiper-history .long-line {
    height: 1px;
    border-bottom: 1px solid #fff;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
}

#swiper-history .swiper-slide span {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    transition: 700ms;
}

#swiper-history .swiper-slide .date {
    height: 20px;
    font-size: 120px;
    line-height: 20px;
    top: 130px;
    color: #fff;
    font-family: "Lato";
    opacity: 0;
}

#swiper-history .swiper-slide .detail {
    color: #fff;
    position: absolute;
    font-size: 24px;
    top: 300px;
    opacity: 0;
}

#swiper-history .swiper-slide .detail h2 {
    font-size: 32px;
    margin-bottom: 2rem;
}

#swiper-history .swiper-slide .detail p {
    font-size: 24px;
    font-family: "Lato-Regular";
}

#swiper-history .swiper-slide-active span {
    transition: 700ms 700ms;
}

#swiper-history .swiper-pagination-bullets {
    white-space: nowrap;
    top: calc(50% - 30px);
    line-height: 10px;
    transition: 700ms;
    white-space: nowrap;
    width: auto;
    height: 10px;
}

#swiper-history .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

#swiper-history .swiper-pagination-bullet {
    background-image: url("/assets/img/alan/aboutUs/images/normalHis.jpg");
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    opacity: 1;
    width: 27px;
    height: 34px;
    border-radius: 0;
    line-height: 10px;
}

#swiper-history .swiper-pagination-bullet span {
    position: absolute;
    color: #fff;
    width: 100px;
    text-align: center;
    margin-left: -54px;
    margin-top: -20px;
}

#swiper-history .swiper-pagination-bullet-active {
    background-image: url("/assets/img/alan/aboutUs/images/activeHis.png");
    background-repeat: no-repeat;
    background-color: transparent;
    top: calc(50% - 2px);
    width: 55px;
    position: relative;
    height: 57px;
}

#swiper-history .swiper-pagination-bullet-active span {
    display: none;
}

#swiper-history .swiper-button-next,
#swiper-history .swiper-button-prev {
    background-size: 20px auto;
}

#swiper-history .swiper-button-next {
    background-image: url("/assets/img/alan/aboutUs/images/rightIcon.jpg");
}

#swiper-history .swiper-button-prev {
    background-image: url("/assets/img/alan/aboutUs/images/leftICon.jpg");
}

#licensesAndCertificates {
    background-color: #f0f0f0;
}

.border-none {
    border: none !important;
}

#licensesAndCertificates .col-lg-3 {
    width: 20% !important;
    text-align: center;
    border: none;
    margin-bottom: 5px;
    /* margin-right: -1px; */
    position: relative;
    padding-right: 2.5px;
    padding-left: 2.5px;
}

#licensesAndCertificates .col-lg-3 .jia {
    position: absolute;
    right: -8px;
    bottom: -8px;
    z-index: 2;
    ;
}

/* .border-none {
    border: 1px dashed #bdbdbd !important;
} */

.mobileShow {
    display: none !important;
}

.pcShow {
    display: block;
}

.video-box {

    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999999
}

.video-box .vdobox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.video-box .vdobox .myg {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    text-align: center;
    right: -30px;
    top: -30px
}

.video-box .vdobox .myg .iconfont {
    font-size: 30px;
    color: #fff
}

/* #licensesAndCertificates .border-right {
    border-right: 1px solid #0E8782;
} */

/*
*列表展示的项目
*param {
	$width: 百分比，一行展示4个用25%，以此类推，
	$marginRight：项目水平间距，单位px
}
*/
/*
*背景图片
*param {
	$url: string
}
*/
/*
*文本基本设置
*param {
	$fontSize: 
	$lineHeight: 
	$fontFamily: 
	$color: 
	$marginBottom: 
}
*/
/*
*a标签模拟按钮
*param {
	display: inline-block;
	$fontSize: 
	$lineHeight: 
	$fontFamily: 
	$color: 
	$padding: 
	text-decoration: none;
	$border: 
}
*/
/*
*力普产品列表项封装
*
*/
/*
	填满区域
*/
/*
	手机端一级标题
*/
/*
	手机端二级标题
*/
/*
	手机端正文
*/
/*
	手机端按钮
*/
/*
	手机端Section padding-top & padding-bottom
*/
/*
	手机端 item margin-bottom
*/
/* 1440 */
@media (min-width: 0px) and (max-width: 1600px) {
    .namespace-about .section .title {
        font-size: 40px;
    }

    .namespace-about #generalInformation .width-box50 .item .hvc .title {
        font-size: 28px;
    }

    .namespace-about #generalInformation .width-box50 .item .hvc .des {
        font-size: 20px;
    }

    .namespace-about #generalInformation .width-box50 .item {
        height: 440px;
    }
}

/* 1024 */
@media (min-width: 0px) and (max-width: 1024px) {
    .namespace-about #generalInformation .width-box50 .item .hvc .des {
        font-size: 18px;
    }

    #swiper-history .swiper-slide .date {
        font-size: 90px;
    }

    #swiper-history .swiper-slide .detail p {
        font-size: 20px;
    }
}

/* 手机 */
@media (min-width: 0px) and (max-width: 769px) {
    .mobileShow {
        display: block !important;
    }

    .pcShow {
        display: none;
    }

    #swiper-history .swiper-slide .detail {
        bottom: 0;
        font-size: 14px;
        line-height: 1.5;
    }

    #swiper-history .swiper-slide .detail .history-title,
    #swiper-history .swiper-slide .detail .history-detail {
        font-size: 14px;
        line-height: 1.5;
    }


    .namespace-about .banner {
        height: 100vh;
        padding-top: 108px;
        padding-bottom: 74px;
    }

    .namespace-about .banner .title {
        font-size: 24px;
        line-height: 1.2;
    }

    .namespace-about .banner .des {
        font-size: 14px;
        line-height: 1.5;
    }

    .namespace-about .section {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .namespace-about .section .title {
        font-size: 24px;
        line-height: 1.2;
    }

    .namespace-about .section .des {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 30px;
    }

    .namespace-about #generalInformation .sub-title {
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 25px;
    }

    .namespace-about #generalInformation .width-box50 {
        width: calc(100% - 0px);
        display: inline-block;
        vertical-align: top;
        margin-right: 0px;
        margin-bottom: 15px;
        border-bottom: 1px solid #ccc;
    }

    .namespace-about #generalInformation .width-box50 .item {
        height: auto;
    }

    .namespace-about #generalInformation .width-box50 .item .hvc {
        position: static;
        transform: unset;
        width: 100%;
        padding: 15px;
        top: unset;
        left: unset;
        width: 100%;
    }

    .namespace-about #generalInformation .width-box50 .item .hvc .title {
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 25px;
    }

    .namespace-about #generalInformation .width-box50 .item .hvc .title::before {
        margin-top: 44px;
    }

    .namespace-about #generalInformation .width-box50 .item .hvc .des {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 25px;
    }

    .namespace-about #generalInformation .width-box50 .item .hvc .go-to-list-link {
        font-size: 14px;
        line-height: 1.5;
    }

    .line {
        margin-bottom: 3rem;
    }

    .namespace-about .section .list-wrap {
        margin-top: 2.5rem;
    }
}

@media (min-width: 444px) and (max-width: 768px) {
    .namespace-about .banner {
        height: 40vh;
    }
}

@media (min-width: 769px) and (max-width: 1025px) {
    .namespace-about .banner {
        height: 60vh;
    }

    .namespace-about .list-wrap {
        background-color: #EBF0F5;
    }

    .namespace-about #generalInformation .width-box50 .item {
        height: 279px;
    }

    .namespace-about #generalInformation .width-box50 .item .hvc .des {
        font-size: 14px;
        line-height: 1.5;
    }
}

@media (min-width: 0px) and (max-width: 500px) {
    .pcShow2 {
        display: none !important;
    }

    .mobileShow2 {
        display: block !important;
    }

    .namespace-about #generalInformation .width-box50 .item .hvc .title::before {
        margin-top: 31px;
    }

    #swiper-history .swiper-slide .date {
        font-size: 70px;
    }

    #licensesAndCertificates .col-lg-3 {
        width: 33.33% !important;
    }

    /* #swiper-history .swiper-container {
        height: 400px;
    }

    #swiper-history .swiper-slide .date {
        top: 100px;
    }

    #swiper-history .swiper-slide .detail {
        top: 210px
    } */

    #swiper-history .swiper-slide .date {
        font-size: 44px;
        top: 215px;
    }

    #licensesAndCertificates .col-lg-3 img {
        z-index: -4;
    }

    #swiper-history .swiper-container {
        margin-top: -140px;
    }

    #swiper-history .swiper-container {
        height: 612px;
    }

    #swiper-history .swiper-slide .detail h2 {
        margin-bottom: 1rem;
    }

    #swiper-history .swiper-slide .detail {
        top: 330px;
    }

    #swiper-history {
        margin-bottom: 40px;
    }

    #licensesAndCertificates .col-lg-3 .jia {
        right: -4px;
        height: 8px;
        bottom: -4px;
    }

    #swiper-history .swiper-slide .detail p {
        font-size: 14px;
        line-height: 1.4 !important;
    }

    #swiper-history .swiper-container {
        height: 650px;
    }
}



/*# sourceMappingURL=about.css.map */