﻿.inde-tit {
    font-size: 60px;
    padding: 20px 100px;
}

.inde-comp {
    width: 100%;
    padding: 10px 0;
}

.inde-comp img {
   /* width: 100%;*/
    height: auto;
}

.inde-comp p {
    text-align: center;
    font-size: 36px;
    padding: 20px 0 30px;
}





.indect-tit {
    font-size: 48px;
    text-align: center;
    padding: 40px 0;
}

.about-bjle {
    background: linear-gradient(to left, #f5f5f5, #ffffff);
}

.about-bjri {
    background: linear-gradient(to left, #ffffff, #f5f5f5);
}

.about-cnt {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.about-ctimg {
    width: 51%;
}

.about-ctimg img {
    width: 100%;
    height: auto;
}

.about-cttxt {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.cttxt-bx {
    display: flex;
    justify-content: space-between;
}

.about-cttxt p {
    width: 46%;
    font-size: 18px;
    line-height: 38px;
    display: flex;
    flex-direction: column;
}








.vision-box {
    padding-top: 90px;
}

.vision-bimg {
    width: 100%;
    position: relative;
}

.vision-bimg img {
    width: 100%;
    height: auto;
}

.vision-bitit {
    height: 40%;
    position: absolute;
    bottom: 0;
    left: 80px;
    background: linear-gradient(to top, rgba(255, 255, 255, .9), transparent);
    display: flex;
    align-items: flex-end;
}

.vision-bitit h3 {
    padding: 0 35px;
    font-size: 48px;
}

.vision-btxt {
    font-size: 18px;
    padding: 30px 100px;
    line-height: 38px;
}










.history-box {
    background-color: #f5f5f5;
    padding: 0px 0 40px;
}

.history-swiper {
    position: relative;
    overflow: hidden;
}


.slide-yea {
    width: 100%;
    font-size: 24px;
    color: #7e091e;
    text-align: center;
    padding: 25px 0;
    cursor: pointer;
}

.mySwiperind {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 70px;
}

.mySwiperind .swiper-slide {
    width: auto !important;
    position: relative;
    opacity: .1;
}
.mySwiperind .swiper-slide-thumb-active{
   opacity: 1;
}

/* .mySwiperind::before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -15px;
    right: -5px;
    background-image: url("../images/pic13.png");
    background-size: 100% 100%;
} 

.mySwiperind::after {
    content: "";
    width: 100%;
    height: 15px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 50px;
    background-color: #cccccc;
}*/



/* .mySwiperind .swiper-slide::after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    border-radius: 50px;
    background-color: #cccccc;
}


.swiper-slide-thumb-active::after {
    content: "";
    width: 100px !important;
    height: 15px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    border-radius: 50px;
    background-color: #7e091e !important;
} */

.history-nian{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}
.history-nian h4{
    font-size: 26px;
    font-weight: 600;
    color: #7e091e;
}

/* .swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
    height: 10px;
    top: 80px;
    border-radius: 50px;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    border-radius: 50px;
    background: #7e091e;
} */

.swiper-container-horizontal>.swiper-scrollbar{
    bottom: auto;
    top: 80px;
    height: 10px;
}
.swiper-scrollbar-drag{
    background: #7e091e;
}




.slide-cnt {
    padding: 50px 0;
}

.slide-ctul {
    display: flex;
    justify-content: space-between;
}

.slide-ctul>li {
    width: 100%;
    padding: 30px 35px;
    /* background-color: #ffffff; */

}

.slide-ctul>li h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}
.slide-ctul>li h3:nth-child(1){
    color: #7e091e;
}
/*.slide-ctli {
    display: flex;
    justify-content: space-between;
}*/

.slide-ctli i {
    font-size: 26px;
    color: #7e091e;
}

.slide-ctli p {
    width: 93%;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
}











.areas-box {
    background-image: url("../images/picbj01.png");
    background-size: 100% 100%;
    padding: 70px 0;
}

.areas-bcnt {
    display: flex;
    justify-content: space-between;
}

.areas-bctli {
    width: 26%;
    padding: 15px;
    border-radius: 20px;
    background-color: #ffffff;
}

.areas-bctli>a {
    width: 100%;
}

.areas-bctli>a img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.areas-bctli>a p {
    font-size: 26px;
    text-align: center;
    padding: 15px 0;
    color: #222222;
}

.areas-bctlbtm{
    display: flex;
    justify-content: center;
    align-items: center;
}
.areas-bctlbtm > a{
    font-size: 16px;
    padding: 5px 8px;
    border-radius: 5px;
}
.areas-bctlbtm > a:hover{
    background-color: #f5f5f5;
}






.footprint-box {
    width: 100%;
}

.footprint-box img {
    width: 100%;
    height: auto;
}








.glance-box {
    background-image: url("../images/picbj02.png");
    background-size: 100% 100%;
    padding: 90px 0;
}

.glance-bul {
    display: flex;
    flex-wrap: wrap;
}

.glance-bul>li {
    width: calc((100% - 120px)/4);
    background-color: rgba(15, 76, 112, .8);
    padding: 40px 0;
    border-radius: 10px;
    margin: 15px;
}

.glance-bul>li a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.glance-bul>li a img {
    width: 110px;
    height: 110px;
}

.glance-bul>li a p {
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    margin-top: 30px;
}

.margin-tpp {
    margin-top: 10px !important;
}











@media only screen and (max-width: 1400px) {

    .inde-tit {
        font-size: 46px;
        padding: 10px 60px;
    }

    .inde-comp p {
        /*font-size: 26px;
        padding: 10px 0 20px;*/
        font-size: 16px;
        padding: 20px 80px;
        line-height: 30px;
    }



    .indect-tit {
        font-size: 38px;
        padding: 30px 0;
    }

    .about-cnt {
        padding: 10px 0;
    }

    .about-cttxt p {
        font-size: 16px;
        line-height: 30px;
    }




    .vision-box {
        padding-top: 60px;
    }

    .vision-bitit h3 {
        padding: 0 25px;
        font-size: 38px;
    }

    .vision-bitit {
        left: 60px;
    }

    .vision-btxt {
        font-size: 16px;
        padding: 20px 80px;
        line-height: 30px;
    }






    .history-box {
        padding: 0px 0 30px;
    }

    .slide-yea {
        font-size: 20px;
        padding: 30px 0;
    }

    .mySwiperind .swiper-slide::after {
        width: 10px;
        height: 10px;
    }

    .mySwiperind::before {
        width: 40px;
        height: 40px;
        position: absolute;
        bottom: -15px;
        right: -3px;
    }

    .mySwiperind::after {
        height: 2px;
        position: absolute;
        bottom: 4px;
    }

    .slide-cnt {
        padding: 50px 0;
    }

    .slide-ctul>li {
        padding: 20px 25px;
    }

    .slide-ctul>li h3 {
        margin-bottom: 5px;
        font-size: 18px;
    }

    .slide-ctli i {
        font-size: 24px;
    }

    .slide-ctli p {
        font-size: 16px;
        line-height: 24px;
    }



    .areas-box {
        padding: 50px 0;
    }

    .areas-bctli>a p {
        font-size: 20px;
        padding: 10px 0;
    }

    .areas-bctlbtm > a{
        font-size: 14px;
        padding: 3px 6px;
    }




    .glance-box {
        padding: 60px 0;
    }

    .glance-bul>li {
        width: calc((100% - 80px) / 4);
        padding: 30px 0;
        margin: 10px;
    }

    .glance-bul>li a img {
        width: 90px;
        height: 90px;
    }

    .glance-bul>li a p {
        font-size: 18px;
        margin-top: 20px;
    }

}



@media only screen and (max-width: 769px) {

    .inde-tit {
        font-size: 30px;
        padding: .1rem .6rem;
    }

    .inde-comp p {
        font-size: 18px;
        padding: .1rem 0 .2rem;
    }

    .about-cnt {
        padding: .1rem 0;
        flex-direction: column;
    }

    .about-ctimg {
        width: 100%;
    }

    .cttxt-bx {
        flex-direction: column;
        padding: 0 .1rem;
    }

    .about-cttxt p {
        width: 100%;
        font-size: 14px;
        line-height: 26px;
    }

    .about-bjle {
        height: 40vh;
    }

    .about-bjle .about-cttxt {
        top: 75%;
    }

    .about-bjri {
        height: 50vh;
    }

    .about-bjri .about-cttxt {
        top: 30%;
    }





    .vision-box {
        padding-top: .6rem;
    }

    .vision-bitit {
        left: .2rem;
    }

    .vision-bitit h3 {
        padding: 0 .25rem;
        font-size: 30px;
    }

    .vision-btxt {
        font-size: 14px;
        padding: .2rem .1rem;
        line-height: 26px;
    }






    .indect-tit {
        font-size: 30px;
        padding: .3rem 0;
    }



    .history-box {
        padding: 0px 0 .3rem;
    }

    .slide-yea {
        font-size: 20px;
        padding: .3rem 0;
    }

    .swiper-slide-thumb-active::after {
        width: 60px !important;
    }

    .mySwiperind::before {
        width: .4rem;
        height: .4rem;
        position: absolute;
        bottom: -7px;
        right: -1px;
    }


    .slide-cnt {
        padding: .3rem .1rem;
    }

    .slide-ctul {
        flex-direction: column;
    }

    .slide-ctul>li {
        width: 100%;
        padding: .2rem .25rem;
        margin-bottom: .2rem;
    }

    .slide-ctul>li h3 {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .slide-ctli p {
        font-size: 14px;
        line-height: 26px;
    }






    .areas-box {
        padding: .5rem .1rem;
    }

    .areas-bcnt {
        flex-wrap: wrap;
    }

    .areas-bctli {
        width: 49%;
        padding: .1rem;
        border-radius: 15px;
        margin: .2rem 0;
    }

    .areas-bctli>a img {
        border-radius: 15px;
    }

    .areas-bctli>a p {
        font-size: 16px;
        padding: .1rem 0;
    }






    .glance-box {
        padding: .6rem 0;
    }

    .glance-bul>li {
        width: calc((100% - .4rem) / 2);
        padding: .3rem 0;
        margin: .1rem;
    }
    .glance-bul>li a img {
        width: .9rem;
        height: .9rem;
    }

    .glance-bul>li a p {
        font-size: 14px;
        margin-top: .2rem;
    }


}