@import url(layout.css);
/* ==========================================================================

common part

========================================================================== */
.banner {
    position: relative;
    width: 100vw;
    height: 60vh;
    overflow: hidden;
}

.banner .banner_box {
    display: flex;
    height: 100%;
    transition: transform 0.5s ease;
}

.banner .slide {
    min-width: 100vw;
    height: 100%;
    position: relative;
}

.banner .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .banner-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    /*padding: 0 20px;*/
}

.banner .banner-controls button {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.banner .banner-controls button:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: scale(1.1);
}

.banner .banner_p1_name {
    position: absolute;
    bottom: 50%;
    left: 15%;
    color: white;
    z-index: 5;
    max-width: 80%;
}

.banner .banner_title {
    font-size: 0.5rem;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.banner .banner_subtitle {
    font-size: 0.2rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    color:rgb(21, 75, 151);
}

.banner .rs-p-wp-fix {
    display: none;
}

.banner .dots-container {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.banner .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.banner .dot.active {
    background-color: white;
    transform: scale(1.2);
}

.banner .pic {
    overflow: hidden;
    position: relative;
    height: auto;
    cursor: pointer;
}

.banner .bgimg {
    width: 100%;
}

.banner .upimg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .5s;
}
.banner .prev-btn{margin-left:10%;}
.banner .next-btn{margin-right:10%;}
.banner .pic:hover .upimg {
    transform: scale(1.05);
}

#ascrail2000 {
    z-index: 99 !important;
}

.part01 {
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;
}

/* ==========================================================================

1.产品

========================================================================== */

.part01 {
    padding-left: 1.47rem;
}

.swiper_area {
    padding: 0.4rem 0 1.8rem;
    overflow: hidden;
    position: relative;
}

.swiper_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -9;
}

.swiper_area .swiper-container {
    width: 100%;
    height: 100%;
}

.swiper_area .swiper-slide {
    transition: 300ms;
    transform: scale(0.8);
}

.swiper_area .swiper-slide-active,

.swiper_area .swiper-slide-duplicate-active {
    transform: scale(1);
    z-index: 9;
}

.swiper_box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.swiper_pic {
    opacity: .3;
    transition: all .3s;
}

.p1_name {
    text-align: center;
    white-space: nowrap;
    margin-top: .3rem;
    opacity: .3;
    transition: all .3s;
}

.swiper_area .swiper-slide-duplicate-active .p1_name,

.swiper_area .swiper-slide-active .p1_name {
    opacity: 1;
}

.swiper_area .swiper-slide-duplicate-active .swiper_pic,

.swiper_area .swiper-slide-active .swiper_pic {
    opacity: 1;
}

.p1_en {
    color: rgb(51, 51, 51);
    font-size: .4rem;
    font-weight: 700;
    line-height: .7rem;
}

.p1_cn {
    color: rgb(51, 51, 51);
    font-size: .25rem;
    font-weight: 400;
    line-height: .43rem;
}

.part01 .swiper-button-next:after,

.part01 .swiper-button-prev:after {
    font-size: 0;
}

.part01 .swiper-button-next {
    background: url(../image/right2.png) no-repeat;
    background-size: contain;
    width: 1.7rem;
    right: 24%;
    top: 77%;
    margin-top: initial;
    animation: move 1s linear infinite alternate;
    outline: none;
}

.part01 .swiper-button-prev {
    background: url(../image/left2.png) no-repeat;
    background-size: contain;
    width: 1.7rem;
    left: 24%;
    top: 77%;
    margin-top: initial;
    animation: move2 1s linear infinite alternate;
    outline: none;
}

@keyframes move {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-18px);
    }
}

@keyframes move2 {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(18px);
    }
}

@media only screen and (max-width: 1024px) {

    .part01 {
        padding-left: 0;
    }
}

@media only screen and (max-width: 500px) {

    .swiper_area {
        padding: 20px;
    }
}

/* ==========================================================================

2.视频

========================================================================== */

.part02 .container {
    position: relative;
}

.video_main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(21, 75, 151, 0.85), rgb(23 71 169));
    padding-left: 1.47rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.video_main .wrapper {
    flex: 1;
}

.video_box {
    height: 6.05rem;
    width: 100%;
}

.video_box video {
    height: 6.05rem;
    width: 100%;
    object-fit: cover;
}

.video_list {
    display: flex;
    flex-wrap: wrap;
    /* margin-left: -0.77rem; */
}

.video_list li {
    width: calc(23% - .77rem);
    margin-left: .77rem;
}

.num_box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../image/circle.png) no-repeat left top;
    background-size: cover;
    height: 2.33rem;
    position: relative;
}

.timer {
    color: rgb(255, 255, 255);
    font-size: .6rem;
    font-weight: 700;
}

.unit {
    color: rgb(255, 255, 255);
    font-size: .19rem;
    font-weight: 400;
}

.video_area {
    position: absolute;
    right: 0;
    bottom: 0;
}

.video_info {
    color: rgb(255, 255, 255);
    font-size: .22rem;
    font-weight: 400;
    line-height: .35rem;
    text-align: right;
}

@media only screen and (max-width: 920px) {

    .video_list {
        justify-content: center;
    }

    .video_list li {
        width: calc(33.33% - 0.77rem);
        margin-bottom: 10px;
    }

    .num_box {
        background-position: center;
        background-size: contain;
    }
}

@media only screen and (max-width: 768px) {
    .video_list {
        margin-left: -0.2rem;
    }

    .video_list li {
        width: calc(33.33% - 0.2rem);
        margin-left: 0.2rem;
        margin-bottom: 10px;
    }

    .timer {
        font-size: .3rem;
    }
}

/* ==========================================================================

3.介绍

========================================================================== */

.part03 {
    background: url(../image/index01.png) no-repeat;
    background-position: 102% 0%;
    box-sizing: border-box;
    margin-top: 1.08rem;
    padding: .3rem 0 1.79rem 1.47rem;
    overflow: hidden;
}

.introduce {
    padding: 0 .74rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.intro_left {
    width: calc(50% - 1rem);
    position: relative;
}

.intro_right {
    width: 50%;
}

.intro_main {
    display: flex;
}

.intro1 {
    width: 83px;
    height: 2.61rem;
    background: rgb(221 222 221);
    margin-top: 1.29rem;
}

.intro2 {
    position: relative;
    margin-left: -0.53rem;
}

.blue {
    width: .76rem;
    height: .76rem;
    background: rgb(21, 75, 151);
    margin-top: .26rem;
}

.intro3 {
    position: absolute;
    right: -0.78rem;
    top: 2.61rem;
    width: 3.83rem;
    height: 2.58rem;
}

.intro_btn {
    width: 2.29rem;
    height: .57rem;
    box-sizing: border-box;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(21, 75, 151);
    border-radius: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(21, 75, 151);
    font-size: .18rem;
    position: relative;
    overflow: hidden;
}

.intro_btn:after {
    content: '';
    display: block;
    position: absolute;
    top: -36px;
    left: -100px;
    background: rgb(21, 75, 151);
    width: 50px;
    height: 125px;
    opacity: 20%;
    transform: rotate(-45deg);
}

.intro_btn:hover:after {
    left: 135%;
    transition: all 1500ms cubic-bezier(0.3, 1, 0.2, 1);
}

.intro_btn img {
    margin-right: .2rem;
}

.intro_vr {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: .57rem;
    height: .57rem;
    background: rgb(21, 75, 151);
    color: rgb(255, 255, 255);
    font-size: .18rem;
    cursor: pointer;
    margin-left: .21rem;
}

.intro_vr2 {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: .57rem;
    height: .57rem;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(21, 75, 151);
    color: rgb(21, 75, 151);
    font-size: .18rem;
    margin-left: .21rem;
}

.intro_box {
    display: flex;
}

.intro_title {
    color: rgb(21, 75, 151);
    font-size: .36rem;
    font-weight: 500;
    line-height: .59rem;
}

.intro_desc {
    color: rgb(51, 51, 51);
    font-size: .18rem;
    line-height: .44rem;
    margin: .44rem 0 .54rem;
}

@media only screen and (max-width: 1440px) {

    .introduce {
        padding: 0;
    }
}

@media only screen and (max-width: 768px) {

    .introduce {
        padding: 0 30px;
    }

    .intro2 {
        margin-left: -10px;
    }

    .intro3 {
        right: -20px;
    }

    .intro_left,

    .intro_right {
        width: 100%;
    }

    .intro_right {
        margin-top: 55px;
    }

    .part03 {
        padding-bottom: 50px;
        background-position: bottom;
        background-size: contain;
        margin-top: 0;
    }
}

/* ==========================================================================

4.新闻

========================================================================== */

.part04 {
    background: url(../image/index04.png) no-repeat center;
    background-size: cover;
    padding-left: 1.47rem;
    padding-top: 1.08rem;
    padding-bottom: .73rem;
}

.part04 .wrapper {
    position: relative;
    max-width: 1583px;
}

.music {
    position: absolute;
    display: flex;
    height: 45px;
    left: .38rem;
    top: -0.13rem;
    z-index: 999;
}

.music_item {
    display: block;
    background: linear-gradient(180.00deg, rgb(21, 75, 151), rgb(0, 163, 11) 100%);
    height: 40px;
    width: 5px;
    margin-left: 4px;
    border-radius: 41px;
}

.music_item:nth-child(2n+1) {
    animation: music .4s ease-in-out infinite alternate;
}

.music_item:nth-child(2n) {
    animation: music .4s ease-in-out infinite alternate-reverse;
}

@keyframes music {

    from {
        transform: translateY(5px);
    }

    to {
        transform: translateY(0);
    }
}

.in_box {
    position: relative;
    background: rgb(255, 255, 255);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    border-radius: 19px;
    padding: 10px;
    /* margin: .01rem .01rem .02rem; */
    margin: .18rem .01rem .02rem;
    transition: all .5s;
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
}

.in_box:hover {
    transform: translateY(-5px);
    box-shadow: 0px 11px 8px 0px rgba(0, 0, 0, 0.15);
}

.in_box:hover .in_title {
    color: rgb(21, 75, 151);
}

.in_box .pic {
    border-radius: 19px;
}

.in_area {
    text-align: center;
}

.in_date {
    color: rgb(119, 119, 119);
    font-size: .14rem;
    font-weight: 400;
    line-height: .35rem;
}

.in_title {
    color: rgb(51, 51, 51);
    font-size: .16rem;
    font-weight: 400;
    line-height: .28rem;
    height: calc(.28rem * 2);
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index_news.owl-theme .owl-dots {
    text-align: left;
    margin-top: .53rem;
    padding-left: .45rem;
}

.index_news.owl-theme .owl-dots .owl-dot span {
    background: rgb(194, 203, 215);
    width: .25rem;
    height: .25rem;
}

.index_news.owl-theme .owl-dots .owl-dot.active span,

.index_news.owl-theme .owl-dots .owl-dot:hover span {
    background: rgb(21, 75, 151);
}

.in_ckxw {
    position: absolute;
    right: 1.4rem;
    bottom: 0;
    display: inline-block;
    color: rgb(21, 75, 151);
    font-size: .18rem;
    line-height: .38rem;
    font-weight: 500;
    text-decoration-line: underline;
    z-index: 999;
}

@media only screen and (max-width: 768px) {

    .in_ckxw {
        line-height: 25px;
    }
}

@media only screen and (max-width: 500px) {

    .in_date {
        font-size: 12px;
    }

    .in_title {
        font-size: 14px;
        line-height: 1.5;
        height: calc(14px * 3);
    }

    .in_ckxw {
        font-size: 12px;
    }
}

/* ==========================================================================

footer

========================================================================== */

footer {
    font-size: 16px;
    padding: .92rem 0 0 0;
    color: #fff;
    background: rgb(10, 59, 126);
}

footer a {
    color: #cfcfd2;
}

footer a:hover {
    text-decoration: underline;
    color: #fff;
}

.footer {
    padding-left: 1.47rem;
}

.footer-nav {
    text-align: justify;
}

.fn-col {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
}

.footer-nav:after {
    content: "";
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.fn-col h3 {
    font-size: .18rem;
    line-height: .36rem;
    color: #fff;
    font-weight: 500;
}

.fn-col h3 a {
    color: #fff;
}

.fn-col h3 a:hover {
    text-decoration: underline;
    color: #fff;
}

.fn-col li {
    line-height: .36rem;
    font-size: .14rem;
    color: #fff;
}

.fn-col li a {
    color: #fff;
    font-weight: 300;
}

.fn-col li a:hover {
    text-decoration: underline;
    color: #fff;
}

.fn-contact {
    padding-right: 1rem;
}

.fn-contact img {
    width: 1.55rem;
}

.fn-ewm {
    padding-left: 1rem;
    width: 1.03rem;
}

.fn-ewm img {
    margin-bottom: 20px;
    max-width: 100%;
}

.foothd {
    text-transform: Uppercase;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    font-size: .16rem;
    line-height: .9rem;
    padding-bottom: .05rem;
}

.lr_foothd {
    display: flex;
    justify-content: space-between;
}

.space {
    margin-right: 20px;
}

@media only screen and (max-width: 1440px) {
    .fn-ewm {
        padding-left: 0.5rem;
    }

    .fn-contact {
        padding-right: 0.5rem;
    }
}

@media only screen and (max-width: 920px) {
    .fn-contact,
    .fn-ewm {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    footer {
        padding: 0;
    }

    .footer-nav {
        display: none;
    }

    .foothd {
        padding: 5px 20px;
        line-height: 2;
    }
}

@media only screen and (max-width: 1024px) {
    .part03,
    .footer,
    .part04,
    .video_main {
        padding-left: 0;
    }
}

.part04 .wrapper .owl-carousel .owl-stage-outer {
    overflow: visible !important;
}

ul.index_news {
    overflow: hidden;
    padding: 0 5px;
    margin-left: -5px;
}

@media only screen and (max-width: 500px) {
    .foothd {
        padding: 5px;
        text-align: center;
        font-size: 12px;
    }

    .lr_foothd {
        flex-direction: column;
    }

    .space:first-child {
        display: block;
    }
}

.foot_yqlj {
    padding-bottom: .3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    align-items: baseline;
}

.foot_yqlj h4 {
    margin-right: .2rem;
    font-size: .16rem;
    flex-shrink: 0;
}

.yqlj_list {
    flex-wrap: wrap;
}

.yqlj_list li:not(:last-of-type) {
    margin-right: .2rem;
}

.yqlj_item {
    font-size: .14rem;
}

@media only screen and (max-width: 768px) {

    .foot_yqlj {
        padding: 5px 20px;
    }
}

@media only screen and (max-width: 500px) {
    .foot_yqlj h4 {
        font-size: 14px;
    }

    .yqlj_item {
        font-size: 12px;
    }
}