.container {
    background-color: #f6f6f6;
}
#head {
    background-color: transparent;
    position: absolute;
}

#head .right ul li a {
    color: #fff;
}

#head.head-fix {
    position: fixed;
    background-color: #fff;
}

#head.head-fix .right ul li a {
    color: #36332E;
}

#head.head-fix ul li a.active {
    color: #36332E;
    font-weight: 400;
}

#head.head-fix ul li a.active::before {
    background-color: #fff;
}

#head .left .max {
  display: none;
}
#head .left .min {
    display: block;
}
#head.head-fix .left .max  {
    display: block;
}
#head.head-fix .left .min  {
    display: none;
}
img {
    width: 100%;
    height: auto;
}
.mySwiperBanner {
    position: relative;
}
.mySwiperBanner .swiper-title {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    top: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    bottom: 0;
}
.mySwiperBanner .swiper-title .item-name {
    color: white;
    font-size: 4.6vw;
    font-weight: bold;
    letter-spacing: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.mySwiperBanner .swiper-title .item-name .name-item {
    transform: translateY(100%);
    transition: transform 1s ease;
}
.mySwiperBanner .swiper-title .item-name .name-line {
    width: 50px;
}
.mySwiperBanner .swiper-title .item-name .name-item.active {
    transform: translateY(0);
}
.mySwiperBanner .swiper-slide {
    width: 100%;
}

.mySwiperBanner .video {
    height: 100vh;
    object-fit: cover;
    object-position: right center;
    pointer-events: none;
    width: 100vw;
}

.mySwiperBanner .swiper-slide .video:hover {
    transform: scale(1.06, 1.06);
}

.mySwiperBanner .swiper-slide .video {
    width: 100%;
    height: 100vh;
    transition: all 3s ease 0s;
}

.position-indicator {
    position: absolute;
    width: 100vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.position-img img {
    object-fit: fill!important;
    max-height: 200px;
}

@keyframes arrow{0%{opacity:0;}
    40%{opacity:1;}
    80%{opacity:0;}
    100%{opacity:0;}
}
.scroll-indicator{position:absolute;z-index:50;left:50%;bottom:.2rem;text-align:center;transform: translateX(-50%);}

.scroll-arrows{width:30px;height:42px;margin-top:10px;}
.scroll-arrows path{stroke:#fff;fill:transparent;stroke-width:2px;animation:arrow 2s infinite;-webkit-animation:arrow 2s infinite;}
.scroll-arrows path.a1{animation-delay:-1s;-webkit-animation-delay:-1s;}
.scroll-arrows path.a2{animation-delay:-.5s;-webkit-animation-delay:-.5s;}
.scroll-arrows path.a3{animation-delay:0s;-webkit-animation-delay:0s;}

.mySwiperBanner .swiper-slide img {
    width: 100%;
    height: 100vh;
    transition: all 3s ease 0s;
}
.mySwiperBanner .swiper-slide img:hover {
    transform: scale(1.06, 1.06);
}
.mySwiperBanner .swiper-pagination {
    bottom: 10%;
    left: 0;
    right: 0;
    width: 100%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pd10 {
    padding: 0 10% !important;
}
.comTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    padding-top: 2.5vw;
    padding-bottom: 4vw;
    position: relative;
}
.comTitle .lo {
    width: 80px;
    height: 80px;
}
.comTitle .zh {
    font-size: 2.23vw;
    color: #36332E;
    line-height: 1.5em;
    font-weight: bold;
}
.comTitle .en {
    font-size: 18px;
    color: #00427C;
    font-family: OPPOSans-Medium, OPPOSans;
    line-height: 21px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.comTitle .en .desc {
    min-width: 170px;
    max-width: 170px;
    text-align: center;
}
.comTitle .en .line {
    height: 1px;
    background-color: #00427C;
    width: 66px;
    margin: 0px 30px;
}
.comTitle .lang-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.comTitle .zh.zh-w {
    color: white;
}

.comTitle .en.en-w {
    color: white;
}
.comTitle .all-link {
    position: absolute;
    right: 10px;
    top: 60px;
}
.comTitle .all-link-btn {
    font-size: 15px;
    color: #677280;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #fff;
    border: 1px solid #DDDDDD;
    border-radius: 25px;
    padding: 5px 20px;
    cursor:pointer;
}
.comTitle .all-link-btn:hover {
    background-color: #00427C;
    color: #fff;
}
.comTitle .all-link-btn img {
    width: 14px;
    height: 14px;
    margin-left: 7px;
}
.bgBox {
    position: relative;
    overflow: hidden;
    min-height: 100px;
}
.bgBox .bg {
    position: absolute;
    max-width: 100%;
    min-height: 100%;
    z-index: 0;
}
.bgBox .con {
    position: relative;
    z-index: 1;
}

.abort-us {
    display: flex;
    flex-direction: row;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 6vw;
}
.abort-us .abort-body {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding:3vw 2vw;
    background-image:url("/images/index/abort-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.abort-us .abort-ar-img {
    width: 320px;
    height: auto;
    border-radius: 5px;
    margin-right: 50px;
}
.abort-us .abort-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.abort-us .abort-title {
    font-size: 24px;
    color: white;
    font-weight: bold;
}
.abort-us .abort-line {
    width: 50px;
    height: 5px;
    background-color: #E9AE65;
    margin: 6px 0;
}
.abort-us .abort-desc {
    font-size: 18px;
    color: #FFFFFF;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.abort-pos {
    display: none;
}
.abort-us .abort-report {
    width: 280px;
    height: 370px;
    margin-left: 30px;
    background-image:url("/images/bg/report-in.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px;
}
.abort-us .abort-report .report-title {
    font-size: 26px;
    color: white;
    letter-spacing: 4px;
    text-align: center;
}
.abort-us .abort-report .report-title span {
    color: #F9DEAB;
}

.abort-us .abort-report  .report-btn {
    text-align: center;
    color: #00427C;
    font-size: 16px;
    padding: 2px 30px;
    margin-top: 10px;
    border-radius: 30px;
    background: linear-gradient(to right,  #FDFAD5, #F8E1AE, #FFFFFf);
}

.project-cases {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 2vw;
}
.project-cases .project-item {
    width: calc((100% - 100px) / 6);
    display: flex;
}

.news-us {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 2vw;
    gap: 20px;
}
.news-us .news-item {
    width: calc((100% - 40px) / 3);
    display: flex;
    flex-direction: column;
    background-color: #fff;
    cursor:pointer;
    overflow: hidden;
}
.news-us .news-item .aspect-ratio-16-9 {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 9 / 16 = 0.5625 */
 }
.news-us .news-item .cover-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: transform 1s ease;
    width: 100%;
    height: 100%;
}
.news-us .news-item:hover .cover-img {
    transform: scale(1.06); /* 放大10% */
}
.news-us .news-item .article-title {
    color: #36332E;
    font-size: 18px;
    font-weight: bold;
    flex-grow: 1;
    padding: 5px 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-us .news-item .article-time {
    color: #9A9A9A;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 0 10px 10px;
    flex-direction: row;
}
.news-us .news-item .article-time img {
    width: 16px;
    height: 16px;
    padding-right: 5px;
}
.box-shadow {
    box-shadow: 0 0 13px 2px #dbdbdb;
}
.box-shadow:hover {
    box-shadow: 0 0 13px 2px #999;
}

.leftFixedMenu {
    position: fixed;
    right: -5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 200;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.leftFixedMenu .wapp-item  {
    width: 42px;
    padding: 20px 0;
    background: #BB0D0E;
    border-radius: 20px 0px 0px 20px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    transform: scale(.8);
    cursor: pointer;
}
.leftFixedMenu .wapp-item img {
    width: 26px;
    height: 26px;
    margin-bottom: 10px;
}
.leftFixedMenu .wapp-item span {
    font-size: 16px;
    word-wrap: break-word;
    writing-mode: vertical-rl;
    color: white;
    line-height: 16px;
    letter-spacing: 4px;
    display: inline-block;
}

.overlay{
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 210;
    left: 0;
    top: 0;
    background: rgba(0, 0,0, .5);
}
.overlay-content{
    position: fixed;
    z-index: 220;
    border-radius: 2px;
    width: 100%;
    left: 0;
    top: 0;
}
.overlay-all{
    background: #fff;
    border-radius: 3px;
    border:1px solid #f1f1f1;
    position: relative;
    width: 1000px;
    margin: 0 auto;
    margin-top: 10vh;
    height: 600px;
    overflow: hidden;
}
.overlay-title{
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    text-align: center;
    z-index: 5;
    width: 100%;
    border-bottom: 1px solid #005187;
}
.overlay-title h2{
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    line-height: 70px;
    color: #313131;
}
.overlay-msg{
    box-sizing: content-box;
    overflow-y: scroll;
    position: absolute;
    z-index: 1;
    padding: 90px 30px 100px 30px;
    width: 95.5%;
    left: 0;
    top: 0;
    bottom: 0;
}
.overlay-msg p{
    line-height: 25px;
    font-size: 14px;
    color: #555;
}
.overlay-msg p:last-child{
    text-align: right;
}
.overlay-msg p strong{
    color: #313131;
}

.overlay-bottom{
    position: absolute;
    width: 101%;
    background: #fff;
    left: 0;
    bottom: 0;
    display: flex;
    z-index: 5;
    text-align: center;
    border-top: 1px solid #005187;
    display: flex;
    align-items: center;
    justify-content: center;
}
.overlay-bottom a{
    display: inline-block;
    margin: 20px 10px;
    background: #f1f1f1;
    line-height: 40px;
    padding: 0 40px;
    color: #333;
    border-radius: 2px;
}
.overlay-bottom a.yes{
    color: #fff;
    background: #005187;
}

@media (max-width: 1300px) {
    .abort-us .abort-body {
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 370px;
    }
    .abort-us .abort-ar-img {
        width: 45%;
        margin-bottom: 10px;
        margin-right: 20px;
    }
    .abort-us .abort-desc {
        font-size: 16px;
    }
}
@media (max-width: 1000px) {
    .abort-us .abort-desc {
        font-size: 14px;
    }
    .pd10 {
        padding: 0 4% !important;
    }
    .comTitle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 2.5vw;
        padding-bottom: 4vw;
    }
    .comTitle .lo {
        width: 60px;
        height: 60px;
    }
    .comTitle .zh {
        font-size: 18px;
        color: #111111;
        line-height: 20px;
        margin-top: 5px;
        text-align: center;
    }
    .comTitle .en {
        line-height: 16px;
        font-size: 14px;
        font-family: OPPOSans-Medium, OPPOSans;
        font-weight: 500;
        color: #CBD7DE;
        letter-spacing: 3px;
    }
    .comTitle .en .line {
        width: 50px;
        margin: 0px 20px;
    }
     .mySwiperBanner .bgMd.swiper-pagination-bullet-active {
        width: 20px;
        height: 30px;
    }
    .mySwiperBanner .bgMd {
        width: 18px;
        height: 18px;
        margin-right: 15px!important;
    }
    .mySwiperBanner .bgMd::after {
        width: 16px;
        right: -18px;
    }


    .mySwiperNews {
        padding-bottom: 40px;
    }
    .mySwiperNews .swiper-pagination {
        bottom: 0;
        height: 40px;
        line-height: 40px;
    }
    .mySwiperNews .swiper-btn {
        height: 40px;
    }
    .mySwiperNews .swiper-btn img {
        width: 20px;
    }
   .titleLine {
        left: 4%;
    }
   .titleLine .zh {
        font-size: 18px;
    }
    .titleLine .en {
        letter-spacing: 1px;
        height: 14px;
    }
    .comTitle .all-link {
        position: absolute;
        right: 10px;
        top: 20px;
    }
    .comTitle .all-link-btn {
        font-size: 13px;
        padding: 5px 15px;
    }
    .news-us .news-item .article-title {
        font-size: 15px;
    }

    .project-cases .project-item {
        width: calc((100% - 80px) / 5);
    }
    .link-list a {
        font-size: 14px;
    }
    .abort-us .abort-title {
        font-size: 18px;
    }
    .abort-us .abort-desc {
        font-size: 14px;
    }


}
@media (max-width: 700px) {
    .overlay-all, .overlay-msg {
        width: auto;
    }
    .overlay-bottom a {
        padding: 0 20px;
    }
    .comTitle .lo {
        height: 35px;
        width: 35px;
    }
    .mySwiperBanner {
        margin-top: 65px;
    }
    .btBtn a, .btBtn .a {
        font-size: 13px;
    }

    .btBtn a, .btBtn .a {
        font-size: 13px;
    }
    .mySwiperBanner .swiper-pagination {
        right: 10px;
    }


    .project-cases .project-item {
        width: calc((100% - 40px) / 3);
    }

    .comTitle .all-link {
        position: absolute;
        right: 10px;
        top: 10px;
    }
    .comTitle .all-link-btn {
        font-size: 12px;
        padding: 2px 10px;
    }
    .comTitle .all-link-btn img {
        width: 12px;
        height: 12px;
    }
    .news-us .news-item {
        width: calc((100% - 20px) / 2);
    }
    .news-us .news-item .article-title {
        font-size: 13px;
    }
    .news-us .news-item .article-time {
        font-size: 12px;
    }
    .abort-us {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .abort-us .abort-report {
        margin-top: 20px;
        margin-left: 0;
    }
    .abort-us .abort-body {
        display: flex;
        flex-direction: column;
        padding: 30px;
        align-items: center;
    }
    .abort-us .abort-ar-img {
        width: 80%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .comTitle .en .line {
        width: 36px;
        margin: 0px 20px;
    }
}

