/* 首页 */

.inBanBox {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.inBanSwiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.inBanImg {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    /* background: #f7f8f9; */
    overflow: hidden;
    transition: all 0.8s;
}

.inBanImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: transform 6s linear;
}

.inBanImg::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: rgba(0, 0, 0, .2);
}

.inBanTit {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 82%;
    margin: 0 auto;
    max-width: 1024px;
}

.inBanTit p {
    font-size: 52px;
    color: #fff;
    line-height: 1.1;
    text-transform: capitalize;
    transform: translateY(30px);
    opacity: 0;
    transition: transform 0.8s .6s, opacity 0.8s .6s;
}

.inBanTit p:nth-child(1) {
    transition: transform 0.8s .6s, opacity 0.8s .6s;
}

.inBanTit p:nth-child(2) {
    transition: transform 0.8s .8s, opacity 0.8s .8s;
}

.inBanTit p:nth-child(3) {
    transition: transform 0.8s 1s, opacity 0.8s 1s;
}

.inBanItem.swiper-slide-active .inBanTit p {
    transform: translateY(0);
    opacity: 1;
}

.innBSwiperBtn {
    width: 45px;
    height: 45px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 6;
    top: 50%;
    /* background: rgba(255, 255, 255, .4); */
    border-radius: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 0.48s;
}

.innBSwiperBtn svg {
    width: 16px;
    height: 16px;
}

.innBSwiperBtn svg path {
    fill: #ddd;
}

.innBSwiper_next {
    right: 0;
}

.innBSwiper_prev {
    left: 0;
}

/* .innBSwiperBtn:hover{
                    background: #005297;
                 } */
.innBSwiperBtn:hover svg path {
    fill: #FFF;
}

.inMedBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding-top: 80px;
}

.inMedBg {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* opacity: .2; */
}

.inMedBg::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    /* background: ; */
    background: rgb(0, 82, 151, .7);
}

.inMedBg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inMedBox .inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 80px;
}


.inMedText {
    position: relative;
    margin: 10px 0 50px;
    width: 100%;
}

.inMedText p {
    font-size: 20px;
    margin-bottom: 15px;
    color: #fff;
}

.inMedList {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 120px;
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.8s;
}

.inMedBox.inMedBoxAct .inMedList {
    transform: translateY(0);
    opacity: 1;
}

.inMedItem {
    position: relative;
    padding: 20px 0;
    /* width: 100%; */
}

.inMedNum {
    display: flex;
    align-items: center;
    padding: 12px 0;
}

.inMedItem p {
    font-size: 18px;
    color: #fff;
    line-height: 1;
    opacity: .8;
}

.inMedNum b {
    font-size: 52px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #fff;
}

.inMedNum i {
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    font-style: normal;
}

.inMedTop {
    display: flex;
    justify-content: space-between;

}

.inMedLeft {
    width: 45%;
    transform: translateX(-100px);
    opacity: 0;
    transition: all 0.8s;
}

.inMedRig {
    width: 55%;
    transform: translateX(100px);
    opacity: 0;
    transition: all 1s .2s;
}

.inMedBox.inMedBoxAct .inMedLeft {
    transform: translateX(0);
    opacity: 1;
}

.inMedBox.inMedBoxAct .inMedRig {
    transform: translateX(0);
    opacity: 1;
}













.inMapBox {
    position: relative;
    height: 100%;
    background: #fff;
}

.inMapBox .inner {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0;
}

.inMapTit {
    position: relative;
    z-index: 2;
    transform: translateX(-100px);
    opacity: 0;
    transition: all 0.8s;
}

.inMapBox.inMapBoxAct .inMapTit {
    transform: translateX(0);
    opacity: 1;
}

.inMedMap {
    width: 100%;
    background: linear-gradient(90deg, #ccc, rgb(140, 159, 209, .4), #ddd, rgb(140, 159, 209, .6));
    background-size: 300% 100%;
    animation: gradient 5s ease-out infinite;
    transform: scale(.8);
    transition: opacity 0.8s ease-out .1s, transform 0.8s;
    opacity: 0;
    /* overflow: hidden; */
}

.inMedMapAct {
    opacity: 1;
    transform: scale(1);
}

@keyframes gradient {
    0% {
        background-position-X: 100%;
    }

    100% {
        background-position-X: 0%;
    }
}

.inMedMap img {
    width: 100%;
}

.inMedMap svg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.inMedMap svg path {
    stroke: #005297;
    stroke-dasharray: 7500;
    stroke-dashoffset: -7500;
    -webkit-animation: circle-draw 6s cubic-bezier(.215, .61, .355, 1) infinite forwards;
    animation: circle-draw 6s cubic-bezier(.215, .61, .355, 1) infinite forwards;
}

@keyframes circle-draw {
    0% {
        stroke-dashoffset: -7500;
    }

    40% {
        stroke-dashoffset: 0;
    }

    70% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 7500;
    }
}

.inMedMapDian {
    width: 10px;
    height: 10px;
    background: #005297;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
}

.inMedMapDian::before,
.inMedMapDian::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    /* border: 1px solid rgb(172, 45, 39, .6); */
    background: rgb(0, 82, 151, .6);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: inMedMapBg 1.5s linear infinite;
    opacity: 0;
}

.inMedMapDian::before {
    animation-delay: .6s;
}

@keyframes inMedMapBg {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(.8);
    }

    5% {
        opacity: 1;
        transform: translate(-50%, -50%);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(3);
    }
}



.inMedMapDian p {
    font-size: 14px;
    line-height: 1;
    min-width: 200px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 25px;
    color: #ac2d27;
    font-weight: 600;
    opacity: .6;
    transform: translateX(-50%);
}

.inMedMapIcon {
    position: absolute;
    top: 42%;
    left: 37.4%;
    width: 50px;
    z-index: 20;
}

.inMedMapIcon img {
    width: 100%;
    z-index: 6;
}

.inMedMapYuan {
    position: absolute;
    left: 50%;
    top: 87%;
    transform: translate(-50%, -50%);
    animation: inMedMapYuan 1.5s linear infinite;
}

@keyframes inMedMapYuan {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.3);
    }
}


.inMedMapXian::before {
    animation-delay: .6s;
}

.inMedMapTbox {
    position: absolute;
    padding: 20px;
    border-radius: 8px;
    background: #fff;
    width: 410px;
    left: 30px;
    top: -100px;
    transition: all 0.48s;
    display: none;
}

.inMedMapNum {
    display: flex;
    align-items: flex-start;
}

.inMedMapNum b {
    font-size: 36px;
    line-height: 1;
    font-weight: 600;
    color: #005297;
}

.inMedMapNum i {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    color: #005297;
    font-style: normal;
    margin-left: 5px;
}

.inMedMapNum p {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    color: #005297;
    font-style: normal;
    margin-left: 5px;
}

.inMedMapList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.inMedMapText {
    font-size: 15px;
    line-height: 1;
    margin: 0 10px 12px 0;
    opacity: 0;
    transform: translateX(15px);
    transition: all 0.48s;
    width: calc(50% - 10px);
    padding-left: 10px;
    color: #005297;
}

.inMedMapText::before {
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    background: #005297;
    transform: translateY(-50%);
    content: '';
    transition: all 0.48s;
}

.inMedMapText:nth-child(2n) {
    transition: all 0.48s .2s;
}

.inMedMapItem.inMedMapItemAct {
    z-index: 22;
}

.inMedMapItemAct .inMedMapText {
    opacity: 1;
    transform: translateX(0px);
}

.inMedMapTbox::before {
    width: 1px;
    height: 60px;
    position: absolute;
    left: -22px;
    top: 50px;
    content: '';
    background: rgb(0, 82, 151, .5);
}

.inMedMapTbox::after {
    width: 22px;
    height: 1px;
    position: absolute;
    left: -22px;
    top: 50px;
    content: '';
    background: rgb(0, 82, 151, .5);
}
.inMedMapItem {
    z-index: 9;
}
.inMedMapItem1 {
  
        position: absolute;
    left: 75%;
    top: 37%;
}

.inMedMapItem2 {
   position: absolute;
    left: 87.5%;
    top: 74.5%;
}

.inMedMapItem3 {
     position: absolute;
    left: 12%;
    top: 35%;
}

.inMedMapItem4 {
    position: absolute;
    left: 12%;
    top: 65%;
}

.inMedMapItem5 {
   
    position: absolute;
    left: 33%;
    top: 24%;

}

.inMedMapItem6 {
       position: absolute;
    left: 43%;
    top: 80%;
}


.inMedMapItemAct .inMedMapTbox {
   display: block;
}

.inMedTop {
    display: flex;
    justify-content: space-between;

}

.inMedLeft {
    width: 45%;
    transform: translateX(-100px);
    opacity: 0;
    transition: all 0.8s;
}

.inMedRig {
    width: 55%;
    transform: translateX(100px);
    opacity: 0;
    transition: all 1s .2s;
}

.inMedBox.inMedBoxAct .inMedLeft {
    transform: translateX(0);
    opacity: 1;
}

.inMedBox.inMedBoxAct .inMedRig {
    transform: translateX(0);
    opacity: 1;
}

.inMedMapTit {
    font-size: 16px;
    line-height: 1;
    min-width: 200px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 25px;
    color: #005297;
    font-weight: 600;
    opacity: .8;
    transform: translateX(-50%);
}

.inMedMapDt {
    position: absolute;
    z-index: 6;
}



.inMedMapDt img {
    opacity: 0;
    transition: all 0.48s;
}

.inMedMapDt:hover img {
    opacity: 1;
}

.inMedMapDt1 {

    top: -1.5%;
    right: -1%;
    width: 45.4%;

}

.inMedMapDt2 {
    right: 6%;
    bottom: -1.5%;
    width: 14.5%;
}

.inMedMapDt3 {
    top: 3.9%;
    left: 0%;
    width: 24.8%;
    z-index: 8;
}

.inMedMapDt4 {
    bottom: 12%;
    left: 0.5%;
    width: 20.5%;
    z-index: 9;
}

.inMedMapDt5 {
    left: 13.2%;
    top: 4%;
    width: 44.3%;
}

.inMedMapDt6 {
    left: 36.5%;
    bottom: 4%;
    width: 18.8%;
}

.inMedMBox {
    background: #f7f8f9;
    border-radius: 20px;
    padding: 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: none;
}

.inMedMAct {
    display: block;
}

.inMedMap2 {
    display: none;
}

.inMedMBon {
    display: none;
}

.inMedMBon {
    transition: all 0.48s;
    margin-top: 30px;
    position: relative;
    transform: translateY(50px);
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}

.inMapBoxAct .inMedMBon {
    transform: translateY(0);
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.inMedMList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px
}

.inMedMText {
    position: relative;
    font-size: 14px;
    color: #005297;
    padding-left: 10px;
    min-width: 23%;
    margin-right: 2%;
}

.inMedMTit {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #005297;
    margin-top: 10px;

}

.inMedMText::before {
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    background: #005297;
    transform: translateY(-50%);
    content: '';
    transition: all 0.48s;
}














.inProLSwiper {
    width: 100%;
    height: 580px;
    position: relative;
}

.inProBox {
    position: relative;
    height: 100vh;
    width: 100%;
    padding-top: 80px;
}

.inProBox .inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.inProLeft {
    width: 320px;
    position: relative;
    transform: translateX(-100px);
    opacity: 0;
    transition: all 0.8s;
}

.inProBox.inProBoxAct .inProLeft {
    transform: translateX(0);
    opacity: 1;
}

.inProList {
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, .1);
}

.inProTit {
    padding: 15px 15px 15px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.inProTit::after {
    width: 2px;
    height: 0%;
    content: '';
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    transition: all 0.48s;
}

.inProTit.inProTitAct::after {
    height: 80%;
}

.inProTit img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    /* display: none; */
}

.inProTit .img1 {
    display: block;
}

.inProTit .img2 {
    display: none;
}

.inProTit p {
    font-size: 15px;
    line-height: 1.4;
    color: #fff;
}

.inProRig {
    width: calc(100% - 370px);
    position: relative;
    transform: translateX(100px);
    opacity: 0;
    transition: all 1s .2s;
    height: 450px;
}

.inProBox.inProBoxAct .inProRig {
    transform: translateX(0);
    opacity: 1;
}

.inProTbox {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
}

.inProRTit {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    color: #005297;
}

.inProRText {
    font-size: 18px;
    margin: 20px 0 50px;
    color: #005297;
}

.inProCon {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}


.inProImg {
    width: 48%;
    height: 100%;
    position: relative;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
}

.inProImg::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: linear-gradient(to right, rgb(255, 255, 255, 1) 0, rgb(255, 255, 255, 1) 10%, rgb(255, 255, 255, 0) 100%);
}

.inProImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.inProItem {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(200px);
    opacity: 0;
    z-index: 9;
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    transition: all 0.8s;
    /* display: none; */
}

.inProItem.inProItemAct {
    /* display: flex; */
    transform: translateX(0);
    opacity: 10;
}

/* .inProItem::before{
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    left: 0;
                    top: 0;
                    content: '';
                    background-image: linear-gradient(to right,rgb(0, 82, 151,1) 0%,rgb(0, 82, 151,1) 40%, rgb(0, 82, 151,0));
                } */

.inProBg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.inProBg::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: rgb(0, 82, 151, .9);
}

.inProBg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inProRSwiper {
    width: 100%;
    height: 580px;
}

.inProTop {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.8s;
}

.inProBox.inProBoxAct .inProTop {
    transform: translateY(0);
    opacity: 1;
}


.inProCon2 {
    width: 100%;
    display: none;
    transform: translateX(50px);
    opacity: 0;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.inProBoxAct .inProCon2 {
    transform: translateX(0);
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.inProTSwiper {
    width: 100%;
    margin-top: 30px;
}

.inProBImg {
    width: 100%;
    padding-top: 56%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.inProBImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.inProBItem {
    padding: 20px;
    background: #fff;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.inProBSwiper {
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
}

.inProBRig {
    margin-top: 30px;
}

.inProTItem {
    position: relative;
    background: rgb(255, 255, 255, .1);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.inProTItem.swiper-slide-thumb-active {
    background: #fff;
}

.inProTItem .inProTit {
    height: 80px;

}

.inProTItem.swiper-slide-thumb-active .inProTit p {
    color: #005297;
}

.inProTItem.swiper-slide-thumb-active .inProTit .img2 {
    display: block;
}

.inProTItem.swiper-slide-thumb-active .inProTit .img1 {
    display: none;
}














.inVidBox {
    position: relative;
    height: 100%;
    overflow: hidden;
    padding-top: 80px;
}

.inVidBox .inner {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inVidLeft {
    width: 60%;
    position: relative;
    transform: translateX(-100px);
    opacity: 0;
    transition: all .8s;
}

.inVidBox.inVidBoxAct .inVidLeft {
    transform: translateX(0);
    opacity: 1;
}

.inVidImg {
    width: 100%;
    padding-top: 70%;
    position: relative;
    border-radius: 20px;
    /* border-radius: 0 600px 600px 0; */
    overflow: hidden;

    transition: all 0.8s;
}


.inVidImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.inVidImg::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: rgb(0, 82, 151, .5);
}


.inVidRig {
    width: 35%;
    position: relative;
}

.inVidBox.inVidBoxAct .inVidItem {
    transform: translateX(0);
    opacity: 1;
}

.inVidItem {
    position: relative;
    padding: 20px 0;
    border-top: 2px solid rgb(0, 82, 151, .1);
    cursor: pointer;
    transform: translateX(100px);
    opacity: 0;
}

.inVidItem:nth-child(2) {
    transition: all 0.8s .2S;
}

.inVidItem:nth-child(3) {
    transition: all 0.8s .3S;
}

.inVidItem:nth-child(4) {
    transition: all 0.8s .4S;
}

.inVidItem:nth-child(5) {
    transition: all 0.8s .5S;
}

.inVidItem:nth-child(6) {
    transition: all 0.8s .6S;
}

.inVidItem:last-child {
    border-bottom: 2px solid rgb(0, 82, 151, .1);
}

.inVidTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inVidTop img {
    width: 25px;
}

.inVidTop p {
    font-size: 24px;
    font-weight: 600;
    color: #005297;
}

.inVidText {
    padding-top: 15px;
    position: relative;
    display: none;
}

.inVidText p {
    font-size: 18px;
    line-height: 1.4;
    position: relative;
    margin-bottom: 10px;
    padding-left: 15px;
}

.inVidText p::after {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 22px;
    content: '';
    /* transform: translateY(-50%); */
    background: #005297;
}

.inVidTit {
    margin-bottom: 30px;
    transform: translateX(100px);
    opacity: 0;
    transition: all 0.8s;
}

.inVidBox.inVidBoxAct .inVidTit {
    transform: translateX(0);
    opacity: 1;
}

.inVidLogo {
    width: 150px;
    margin-bottom: 20px;
}

.inVidLogo img {
    width: 100%;
    height: 100%;
}

.inVidCon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.inVidBf {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0 15px rgb(0, 82, 151);
}

.inVidBf svg {
    width: 20px;
    height: 20px;
    position: relative;
}

.inVidBf svg path {
    fill: #005297;
}

.inNewBox {
    background: #f7f8f9;
    position: relative;
    overflow: hidden;
    height: 100%;
    padding-top: 80px;
}

.inNewBox .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.inNewBg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .2;
    object-fit: cover;
}

.inNewTop {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.8s;
}

.inNewBox.inNewBoxAct .inNewTop {
    transform: translateY(0);
    opacity: 1;
}

.inNewList {
    width: 100%;
    position: relative;
    margin-top: 50px;
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.8s;
}

.inNewBox.inNewBoxAct .inNewList {
    transform: translateY(0);
    opacity: 1;
}

.inNewItem {

    position: relative;

}

.inNewItem a {
    display: block;
    position: relative;
    flex-shrink: 0;
    background: #fff;
    padding: 20px;
    display: block;
    transition: all 0.48s;
    border-radius: 16px;
}

.inNewImg {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all 0.48s;
    border-radius: 16px;
}

.inNewImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inNewTbox {
    position: relative;
    padding: 20px 0;
}

.inNewTime {
    font-size: 18px;
    color: #005297;
    opacity: .8;
    text-transform: capitalize;
}

.inNewTit {
    font-size: 24px;
    line-height: 1.2;
    margin-top: 15px;
    color: #005297;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    transition: all 0.8s;
}

.inNewSwiper {
    width: 100%;
}

.inNewSwiper .swiper-wrapper {
    transition-timing-function: linear;
}

.inNewItem a:hover .inNewImg {
    transform: scale(1.05);
}

.inNewItem a:hover {
    background: #005297;
}

.inNewItem a:hover .inNewTime {
    color: #fff;
}

.inNewItem a:hover .inNewTit {
    color: #fff;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.inNewSwiper {
    animation: marquee 40s linear infinite;
}

.inNewBom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}




















.newsNBox {
    overflow: hidden;
}

.newsRList {

    margin-top: 70px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.newsSwiper {
    width: 100%;
}

.newsRItem {
    position: relative;
    width: calc(33.3% - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
}

.newsRItem:nth-child(3n) {
    margin-right: 0;
}

.newsRImg {
    width: 100%;
    padding-top: 75%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.newsRImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all 0.48s;
}

.newsRTbox {
    margin-top: 18px;
    position: relative;
}

.inNewTime {
    font-size: 16px;
}

.newsRTit {
    font-size: 20px;
    font-weight: 600;
    color: #005297;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px 0;
}

.newsRBtn {
    opacity: 0;
    margin-top: 20px;
    transform: translateY(20px);
    transition: all 0.48s;
}

.newsRItem:hover .newsRBtn {
    opacity: 1;
    transform: translateY(0);
}

.newsRItem:hover .newsRImg img {
    transform: scale(1.1);
}


.newsRItem .inBtn a{
    padding: 10px 22px;
}





/* search */
.newsRInput {
    width: 320px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 50px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.newsRInput img {
    width: 20px;
    position: relative;
    opacity: .8;
}

.newsRInput input {
    width: calc(100% - 50px);
    height: 50px;
    position: relative;
    font-size: 16px;
}

.newsRSs {
    width: 90px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #005297;
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    cursor: pointer;
}
.newsRList  .swiper-wrapper{
    transition-timing-function: 
linear;
}










/* 联系我们 */
.conBox {
    position: relative;
    z-index: 9;
}

.conText {
    font-size: 18px;
    margin-top: 20px;
}

.conFrom {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.conItem {
    width: calc(50% - 10px);
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
}

.conItemAct {
    z-index: 10;
}

.conItem:nth-child(2n) {
    margin-right: 0;
}

.conItem p {
    font-size: 18px;
    font-weight: 600;
    color: #005297;
}

.conInp {
    width: 100%;
    height: 60px;
    /* border: 1px solid rgb(0, 82, 151, .2); */
    background: #f7f8f9;
    border-radius: 8px;
    margin-top: 10px;

    position: relative;
}

.conInp input {
    width: 100%;
    height: 100%;
    font-size: 20px;
    color: #005297;
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 20px;
}

.conXl {
    width: 100%;
    position: absolute;
    left: 0;
    top: 59px;
    background: #fff;
    border: 1px solid rgb(0, 82, 151, .2);
    border-radius: 8px;
    padding: 20px 0;
    max-height: 300px;
    z-index: 9;
    display: none;
    overflow-y: auto;
}

.conXl span {
    display: block;
    font-size: 18px;
    line-height: 1;
    position: relative;
    padding: 10px 20px;
    cursor: pointer;
}

.conXl span:hover {
    background: #005297;
    color: #fff;
}

.conItem2 {
    width: 100%;
    margin-right: 0;
}

.conTextarea {
    position: relative;
    width: 100%;
    height: 150px;
    /* border: 1px solid rgb(0, 82, 151, .2); */
    border-radius: 8px;
    margin-top: 10px;
    padding: 20px;
    position: relative;
    background: #f7f8f9;
}

.conTextarea textarea {
    width: 100%;
    height: 100%;
    font-size: 20px;
    background: transparent;
    color: #005297;
}

.conBtn {
    width: 320px;
    height: 60px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    background: #005297;
    margin: 30px auto 0;
    cursor: pointer;
}
.conAggXz {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(0, 82, 151, .2);
}
.conAggXzAct{
    background: #005297;
}

.conAggXz svg{
    width: 80%;
    height: 80%;
    opacity: 0;
}
.conAggXzAct svg{
    opacity: 1;
}
.conAggXz svg path{
    fill: #fff;
}
.conAgg {
    display: flex;
     margin-bottom: 20px;

}

.conAgg p {
    width: calc(100% - 30px);
    margin-left: 10px;
    font-size: 16px;
}

.conAgg p a {
    font-size: 16px;
    color: #005297;
}





.conInpJt {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.conInpJt path {
    fill: #005297;
}

.conQh {
    width: 100px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: 20px;

}

.conQh p {
    font-size: 18px;
}

.conNum input {
    width: calc(100% - 110px);
    left: 110px;
}

.conQhXl {
    width: 100%;
    position: absolute;
    left: 0;
    top: 59px;
    background: #fff;
    border: 1px solid rgb(0, 82, 151, .2);
    border-radius: 8px;
    padding: 20px 0;
    max-height: 300px;
    z-index: 9;
    display: none;
    overflow-y: auto;
}

.conQhXl span {
    display: block;
    font-size: 18px;
    line-height: 1;
    position: relative;
    padding: 10px 20px;
    cursor: pointer;
}

.conQhXl span:hover {
    background: #005297;
    color: #fff;
}

















/* 下载 */
.downBox {
    position: relative;

}

.downTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.downList {
    margin-top: 50px;
    position: relative;
}

.downList table {
    width: 100%;
}

.downList table tr {
    height: 75px;

}

.downList table tr:first-child td {
    font-size: 16px;
    font-weight: 600;
    color: #005297;
    border-bottom: 1px solid #005297;
}

.downList table td:first-child {
    width: 15%;
}

.downList table td:nth-child(2) {
    width: 25%;
}

.downList table td:nth-child(3) {
    width: 20%;
}

.downList table td:nth-child(4) {
    width: 25%;
}

.downList table td:last-child {
    width: 15%;
}

.downList table tr td {
    font-size: 16px;
    padding: 9px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.downList table tr:hover {
    background: #f7f8f9;
}

.downList table tr:first-child {
    background: #fff;
}

.downBtn a {
    /*width: 100%;*/
}

.downCon {
    position: relative;
    margin-top: 30px;
    display: none;
}

.downItem {
    cursor: pointer;
    border: 1px solid rgb(0, 0, 0, .1);
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-bottom: 20px;
}

.downTit {
    background: transparent;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.downTit p {
    font-size: 18px;
    color: #285194;
    width: calc(100% - 40px);
}

.downTit svg {
    width: 18px;
    height: 18px;
}

.downTit svg path {
    fill: #285194;
}

.downItemAct .downTit {
    background: #005297;
}

.downItemAct .downTit p {
    color: #fff;
}

.downItemAct svg path {
    fill: #fff;
}

.downText {
    position: relative;
    padding: 30px;
    display: none;
}

.downText p {
    font-size: 16px;
    padding: 5px 0;
}

.downXz {
    margin-top: 30px;
}











/* 产品 */
.proFBox {
    position: relative;
}

.proFCom {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.proFsidebar {
    width: 320px;
    position: relative;

}

.proFsideList {
    position: sticky;
    top: 120px;
    background: #f7f8f9;
    padding: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.proFsideItem {
    padding: 18px 0;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.proFsideItem:last-child {
    border-bottom: none;
}

.proFsideItem>a::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #333;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.proFsideItem>a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-left: 15px;
    transition: all 0.48S;
    line-height: 1.4;
}

.proFsidTbox {
    position: relative;
    margin-top: 15px;
    padding-left: 20px;
    display: none;
}

.proFsidXl {
    margin: 18px 0;
    line-height: 1;
    position: relative;
}

.proFsidXl>a {
    font-size: 16px;
      line-height: 1;
    transition: all 0.48S;
}

.proFsideItemAct>a,
.proFsideItem:hover>a {
    color: #005297;
}

.proFsideItemAct>a::after,
.proFsideItem:hover>a::after {
    border-left: 5px solid #005297;
}

.proFsidXl>a:hover,
.proFsidXlAct a {
    color: #8892c4;
}

.proFRig {
    width: calc(100% - 350px);
    position: relative;
}

.proFList {
    position: relative;
    margin-bottom: 30px;
}

.proFList:last-child {
    margin-bottom: 0;
}

.proFTop {
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
}

.proFTop {
    background: #8892c4;
    padding: 20px;
}

.proFTop p {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.proFTpye {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.proFItem {
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
     width: calc(33.3% - 10px);
    margin-right: 15px;
}

.proFItem:nth-child(3n) {
    margin-right: 0;
}

.proFTit {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
}

.proFImg {
    width: 100%;
    padding-top: 60%;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
    overflow: hidden;
}

.proFImg img {
    width: 90%;
    height: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
}

.proFItem:hover .proFTit {
    color: #005297;
}

.proFImg2 img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}

.proFRCon {
    display: none;
}

.proFRConAct {
    display: block;
}

.proFsideItemAct .proFsidTbox {
    display: block;
}







/* 产品详情 */
.proFBg {
    padding: 30px;
    border-radius: 20px;
    background: #f7f8f9;
}

.proIABox {
    position: relative;
    margin-bottom: 50px;
}

.proIALeft {
    width: 420px;
    /* height: 450px; */
    position: relative;
}

.proImgSwiper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #f7f8f9;
    border-radius: 20px;
    padding: 20px;

}

.proImg {
    width: 100%;
    /* height: 100%; */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
     overflow: hidden;
    border-radius: 20px;
}

.proImg img {
    width: 100%;
    /* height: 100%; */
    object-fit: contain;
}
.proImgSwiperBtn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.proImgSwiperBtn svg{
    width: 22px;
    height: 22px;
}
.proImgSwiperBtn svg path{
    fill: #666;
}
.proImgSwiperBtn.proImgSwiper_disabled{
    opacity: 0;
}

.proImgSwiperBtn:hover svg path{
    fill: #005297;
}
.proImgSwiper_prev{
    left: 0;
}
.proImgSwiper_next{
    right: 0;
}
.proIARig {
    width: calc(100% - 500px);
    position: relative;
}

.proIATit {
    font-size: 24px;
    font-weight: 600;
    color: #005297;
}

.proIAText {
    margin: 20px 0;
    position: relative;
}

.proIAText p {
    font-size: 16px;
    margin-top: 5px;
}

.proIATypeList {
    display: flex;
    flex-wrap: wrap;

}

.proIAType {
    width: 48%;
    margin-right: 2%;
    position: relative;
    font-size: 14px;
    line-height: 1;
    padding: 6px 0;
    opacity: .8;
}

.proIACol {
    /*width: 280px;*/
    position: relative;
    margin-top: 30px;
}

.proIACol img {
    
    height: 60px;
}

.proIACBtn {
    margin-top: 30px;
}

.proIACon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.proISCon {
    position: relative;
    border-radius: 20px;
    margin-top: 70px;
    background: #f7f8f9;
    padding: 50px;
}

.proISImg {
    position: relative;
    /* padding: 5%; */
    border-radius: 0 20px 20px 20px;
    /* background: #F7F8F9; */
}

.proISImg img {
    width: 100%;
}

.proISType {
    font-size: 24px;
    font-weight: 600;
    background: #F7F8F9;
    border-radius: 20px 20px 0 0;
    display: inline-flex;
    padding: 30px 40px 20px;
    color: #005297;
}




.proIDBox {
    position: relative;
    padding: 50px;
    background: #f7f8f9;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin: 50px 0;
}

.proIDBox .downList {
    margin: 20px 0;
}

.proIDBox .downList table tr:first-child {
    background: transparent;
}

.proIXBox {
    position: relative;
    overflow: hidden;
    padding: 30px;
    background: #f7f8f9;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.proIXTop {
    font-size: 24px;
    font-weight: 600;
    color: #005297;
}

.proIXList {
    display: flex;
    margin-top: 30px;
}

.proICom {
    margin-top: 0;
    position: relative;
}

.proIXList .AcaRSwiperBtn {
    top: 50%;
}




.proIDVidBox{
    position: relative;
}
.proIDVid{
    margin-top: 30px;
     width: 100%;
     padding-top: 65%;
     position: relative;
     border-radius: 20px;
     -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
     -ms-border-radius: 20px;
     -o-border-radius: 20px;
     background: #FFF;
}
/* .inVidBf {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0 15px rgb(0, 82, 151);
} */










.inVidPBox {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    display: none;
}

.inVidPCon {
    width: 80%;
    height: 74%;
    margin-top: 6%;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.8s .2s;
    position: relative;
    z-index: 3;
}

.inVidPCon iframe {
    width: 100%;
    height: 100%;
}

.inVidPBoxAct {
    display: flex;
    justify-content: center;
    align-items: center;
}

.inVidPBg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0, 0, 0, .5);
}

.inVidPBoxAct .inVidPCon {
    transform: scale(1.1);
}


 @media(max-width:1024px) {
    .inVidPCon{
        padding-top: 50%;
        height: auto;
    }
    .inVidPCon iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

}











/* 关于 */
.AboABox {
    position: relative;
    background: #f7f8f9;
}

.AboAText {
    position: relative;
    margin: 10px 0 50px;
    width: 100%;
}

.AboAText p {
    font-size: 20px;
    margin-bottom: 15px;
}

.AboAList {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    transition: all 0.8s;
}

.AboAItem {
    position: relative;
    padding: 20px 0;
    /* width: 100%; */
}

.AboANum {
    display: flex;
    align-items: center;
    padding: 12px 0;
}

.AboAItem p {
    font-size: 18px;
    line-height: 1;
    opacity: .8;
}

.AboANum b {
    font-size: 42px;
    line-height: 1;
    font-weight: 600;
    color: #005297;
    letter-spacing: 1.5px;
}

.AboANum i {
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
    font-style: normal;
    color: #005297;
}

.AboATop {
    display: flex;
    justify-content: space-between;

}

.AboALeft {
    width: 45%;
    transition: all 0.8s;
}

.AboARig {
    width: 55%;
    transition: all 1s .2s;
}


.AboCBox {
    position: relative;

}

.AboCBon {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 50px;
    border: 1px solid rgba(0, 0, 0, .1);
}

.AboCImg {
    width: 45%;
    padding-top: 35%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.AboCImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.AboCRig {
    width: 55%;
    position: relative;
    padding: 30px;
}

.AboCFrom {
    margin-top: 0;
}

.AboCFrom .conInp {
    height: 55px;
}

.AboBBox {
    position: relative;
    background: #005297;
    overflow: hidden;
}

.AboBTop {
    display: flex;
    align-items: center;
    justify-content: center;
}

.AboBList {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.AboBSwiper {
    width: 100%;
}

.AboBItem {
    /* width: calc(33.3% - 20px); */
    position: relative;
}

.AboBImg {
    width: 100%;
    padding-top: 75%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.AboBImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.AboBTbox {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.AboBTit {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding: 20px 0;
    line-height: 35px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    min-height: 110px;
}

.AboBText {
    margin: 20px 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.AboBLogo {
    height: 50px;
    margin-top: 10px;
}

.AboBLogo img {
    height: 100%;
}

.AboHBox {
    position: relative;
}

.AboHTop {
    display: flex;
    align-items: center;
    justify-content: center;
}

.AboHList {
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}

.AboHList .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.AboHImg {
    width: 100%;
    height: 60px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.AboHImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}




/* 视频 */
.AcaABox {
    position: relative;
    background: #f7f8f9;
    overflow: hidden;
}

.AcaABox .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.AcaAImg {
    width: 55%;
    padding-top: 32%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.AcaAImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.AcaARig {
    width: 40%;
    position: relative;
}

.AcaATit {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
    color: #005297;
}

.AcaAText {
    margin: 20px 0 30px;
    position: relative;
}

.AcaAText span {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

.AcaRBox {
    position: relative;

}

.AcaRBoxBG {
    background: #f7f8f9;
}

.AcaRText {
    position: relative;
    width: 80%;
    margin-top: 30px;
}

.AcaRText p {
    font-size: 18px;
}

.AcaRList {
    margin-top: 50px;
    position: relative;
}

.AcaRSwiper {
    overflow: hidden;
}

.AcaRItem {
    position: relative;
}

.AcaRImg {
    width: 100%;
    padding-top: 65%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.AcaRImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.AcaRTbox {
    margin-top: 20px;
    position: relative;
}

.AcaRTit {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    color: #005297;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.AcaRMs {
    margin: 20px 0 0;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.AcaRSwiperBtn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 100px;
    z-index: 6;
    cursor: pointer;
}

.AcaRSwiperBtn svg {
    width: 45%;
    height: 45%;
    position: relative;
}

.AcaRSwiperBtn svg path {
    fill: #005297;
}

.AcaRSwiper_prev {
    left: -30px;
}

.AcaRSwiper_next {
    right: -30px;
}

.AcaRTime {
    font-size: 12px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #fff;
    padding: 5px 15px;
    border-radius: 8px;

}

.AcaRMs img {
    width: 20px;
    margin-right: 8px;
}










.AcaFBox {
    position: relative;
    overflow: hidden;
}

.AcaFBox .inner {
    display: flex;
    justify-content: space-between;
}

.AcaFLeft {
    width: calc(100% - 430px);
    position: relative;
}

.AcaFImg {
    width: 100%;
    padding-top: 65%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.AcaFImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.AcaFImg iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.AcaFTbox {
    margin-top: 30px;
    position: relative;
}

.AcaFTit {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
    color: #005297;
    margin: 20px 0 20px;
}

.AcaFText {

    position: relative;
    font-size: 18px;
}

.AcaFTime {

    font-size: 16px;
    opacity: .6;
    display: flex;
    align-items: center;
}

.AcaFTime img {
    width: 28px;
    margin-right: 5px;
}

.AcaFRig {
    width: 400px;
    position: relative;
}

.AcaNItem {
    position: relative;


}

.AcaNItem a {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.AcaNItem:last-child {
    border-bottom: none;
}

.AcaNFImg {
    width: 150px;
    height: 100px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.AcaNFImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.AcaNTbox {
    width: 230px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.AcaNTit {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
}

.AcaNNum {
    font-size: 14px;
    line-height: 1.2;
    opacity: .8;
    display: flex;
    align-items: center;
}

.AcaNNum img {
    width: 20px;
    margin-right: 5px;
}

.AcaNBox {
    position: relative;
    background: #f7f8f9;
    overflow: hidden;
}

.AcaNList {
    width: 100%;
    margin-top: 50px;
    display: flex;
    position: relative;
}

.AcaNSwiper {
    width: 100%;
    position: relative;
}

.AcaNList .AcaRSwiperBtn {
    top: 50%;
}

.AcaNSwiper_prev {
    left: -20px;
}

.AcaNSwiper_next {
    right: -20px;
}






/* ca */
.carABox {
    position: relative;
    background: #f7f8f9;
    overflow: hidden;
}

.carABox .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.carALeft {
    width: 35%;
}

.carATit {
    font-size: 32px;
    font-weight: 600;
    color: #005297;
    margin: 10px 0 20px;
}

.carAImgBox {
    width: 60%;
    position: relative;
}

.carAImgSwiper {
    width: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.carAImg {
    width: 100%;
    padding-top: 60%;
    position: relative;
}

.carAImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.carAText {
    font-size: 20px;
}

.carAIcon {
    width: 50px;
}








.carRBox {
    position: relative;
}

.carRCon {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.carRLeft {
    width: 400px;
    position: relative;
}

.carRList {
    position: sticky;
    top: 120px;
}

.carRItem {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.carRXz {
    width: 20px;
    height: 20px;
    position: relative;
    border: 1px solid rgb(0, 82, 151, .2);
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carRXz img {
    width: 100%;
    height: 100%;
    opacity: 0;
    object-fit: contain;
}

.carRItem p {
    font-size: 20px;
}

.carRItemAct .carRXz {
    background: #005297;
}

.carRItemAct .carRXz img {
    opacity: 1;
}

.carRItemAct p {
    color: #005297;
}

.carRRig {
    position: relative;
    width: calc(100% - 450px);
}

.carRGw {
    padding: 30px 0;
    position: relative;
    border-bottom: 1px solid rgb(0, 0, 0, .1);
    cursor: pointer;
}

.carRGwTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.carRGwLeft {
    width: calc(100% - 150px);
    position: relative;
}

.carRGwTit {
    font-size: 24px;
    font-weight: 600;
    color: #005297;
    line-height: 1;
    margin-bottom: 20px;
}

.carRGwMs {
    display: flex;
    align-items: center;
}

.carRGwMs span {
    font-size: 18px;
    margin-right: 30px;
    position: relative;
    opacity: .8;
}

.carRGwBtn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #005297;
}

.carRGwBtn svg {
    width: 35%;
    height: 35%;
    position: relative;
}

.carRGwBtn svg path {
    fill: #005297;
}

.carRGwBtn .icon1 {
    display: block;
}

.carRGwBtn .icon2 {
    display: none;
}

.carRGwCon {
    padding: 30px;
    position: relative;
    background: #f7f8f9;
    margin-top: 30px;
    border-radius: 20px;
    display: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.carRGwCTit {
    font-size: 22px;
    font-weight: 600;
    color: #005297;
}

.carRGwCText {
    font-size: 18px;
    line-height: 1.6;
    color: #666;
    margin-top: 12px;
}

.carRGwCText p {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #666;
}

.carRGwCText a {
    font-size: 18px;
    color: #005297;
    text-decoration: underline;
}

.carRGwItem {
    margin-bottom: 20px;
}

.carRGwTd {
    margin-top: 30px;
}

.carRGw.carRGwAct .carRGwBtn .icon1 {
    display: none;
}

.carRGw.carRGwAct .carRGwBtn .icon2 {
    display: block;
}

.carRGwList {
    position: relative;
}










/* 下载弹框 */
.downBull {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.downBuCon {
    max-width: 800px;
    width: 90%;
    border-radius: 20px;
    padding: 50px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.downBullBg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
}

.downBuFrom {
    position: relative;
    margin-top: 0;
}

.downBuFrom .conItem {
    width: calc(50% - 10px);
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
}

.downBuFrom .conItem:nth-child(2n) {
    margin-right: 0;
}

.conGb {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

.conGb svg {
    width: 100%;
    height: 100%;
}

.conGb svg path {
    fill: #005297;
}










/* 新闻 */
.newABox {
    position: relative;
    background: #f7f8f9;
}

.newACon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newAImg {
    width: 55%;
    padding-top: 41%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.newAImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.newARig {
    width: 40%;
    position: relative;
}

.newATit {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
    color: #005297;
    margin: 20px 0 50px;
}

.newATime {
    font-size: 16px;
    position: relative;
}

.newAText {
    margin: 30px 0 50px;
    position: relative;
}

.newAText span {
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}

.newsRBox {
    position: relative;
}

.newsRTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsRLeft {
    display: flex;
    align-items: center;
}

.newsRType {
    font-size: 16px;

    line-height: 1;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 50px;
    padding: 12px 30px;
    margin-right: 20px;
}

.newsRTypeAct {
    background: #005297;
    color: #fff;
}






.newsIBox {
    position: relative;
}

.newsITop {
    position: relative;
}

.newsIBt {
    padding-left: 20px;
    font-size: 18px;
    color: #8892c4;
    position: relative;
}

.newsIBt::after {
    width: 8px;
    height: 8px;
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    background: #8892c4;
}

.newsITit {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    color: #005297;
    margin: 20px 0 30px;
}

.newsIText {
    font-size: 18px;
    opacity: .8;
}

.newsIText a {
    font-size: 18px;
    color: #005297;
    text-decoration: underline;
}

.newsICon {
    margin-top: 50px;
}

.newsICon P {
    font-size: 20px;
    padding: 8px 0;
}

.newsNBox {
    position: relative;
    background: #f7f8f9;
}

.newsNTop {
    display: flex;
    align-items: center;
    justify-content: center;
}











/* 产品详情 */







.proIFList {
    display: flex;
    align-items: center;
}

.proIFBq {
    font-size: 20px;
    line-height: 1;
    padding: 20px 50px;
    border-radius: 20px 20px 0 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
    color: #333;
    margin-right: 10px;
    cursor: pointer;
}

.proIFBqAct {
    color: #005297;
    background: #f7f8f9;
    border: 1px solid #f7f8f9;
}

.proIFCom {
    position: relative;
    display: none;
}

.proIFComAct {
    display: block;
}

.proIFType {
    background: #f7f8f9;
    padding: 50px;
    border-radius: 0 20px 20px 20px;
}

.proIFType .proImgSwiper {
    background: #fff;
}




.proIRBox {
    position: relative;
    margin-top: 70px;
    overflow: hidden;
}

.proIRSwiper {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.proIRSwiper .proFImg {
    background: #f7f8f9;
    border: none;
}

.proIBSwiper {
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
    background: #f7f8f9;
    border-radius: 20px;
}

.proIBItem {
    width: 100%;
    padding: 0 30px 30px 30px;
    background: #f7f8f9;

}

.proIBImg {
    width: 100%;
    margin-top: 20px;
}

.proIBImg img {
    width: 100%;
}

.proIRItem {
    position: relative;
    transform: scale(0.9);
    transition: all 0.48s;
}

.proIRItem.swiper-slide-thumb-active {
    transform: scale(1);
}

.proIRItem.swiper-slide-thumb-active .proIRTit {
    color: #005297;
}

.proIRItem.swiper-slide-thumb-active .proFImg img {
    transform:  translate(-50%, -50%) scale(1.1);
    -webkit-transform:  translate(-50%, -50%) scale(1.1);
    -moz-transform:  translate(-50%, -50%) scale(1.1);
    -ms-transform:  translate(-50%, -50%) scale(1.1);
    -o-transform:  translate(-50%, -50%) scale(1.1);
}

.proIBtn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 200px;
    z-index: 6;
    cursor: pointer;
}

.proIBtn svg {
    width: 40%;
    height: 40%;
}

.proIBtn svg path {
    fill: #005297;
}

.proIBSwiper_prev {
    left: 10px;
}

.proIBSwiper_next {
    right: 10px;
}

.proIBtn:hover {
    background: #005297;
}

.proIBtn:hover svg path {
    fill: #fff;
}

.proIRTbox {
    margin-top: 20px;
    position: relative;
}

.proIRTit {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.proIRText {
    margin-top: 20px;
}

.proIRText p {
    font-size: 16px;
    text-align: left;
}













/* 产品 */
.ProRLSwiper {
    width: 100%;
    height: 580px;
    position: relative;
}

.ProRBox {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.ProRBox .inner {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.ProRLeft {
    width: 400px;
    position: relative;
    transition: all 0.8s;
}

.ProRList {
    position: relative;
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, .1);
}

.ProRTit {
    padding: 0 15px 0 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 16.6%;
}

.ProRTit::after {
    width: 2px;
    height: 0%;
    content: '';
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    background: #005297;
    transition: all 0.48s;
}

.ProRTit.ProRTitAct::after {
    height: 80%;
}

.ProRTit img {
    width: 26px;
    height: 26px;
    margin-right: 15px;
    /* display: none; */
}

.ProRTit .img1 {
    display: block;
}

.ProRTit .img2 {
    display: none;
}

.ProRTit p {
    font-size: 20px;
    line-height: 1.4;
}

.ProRRig {
    width: calc(100% - 450px);
    position: relative;
    transition: all 1s .2s;
    height: 550px;
}

.ProRTbox {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
}

.ProRRTit {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
    color: #005297;
}

.ProRRText {
    font-size: 20px;
    margin: 30px 0 70px;
    color: #005297;
}

.ProRCon {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ProRImg {
    width: 48%;
    height: 100%;
    position: relative;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
}

.ProRImg::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: linear-gradient(to right, rgb(247, 248, 249, 1) 0, rgb(247, 248, 249, 1) 10%, rgb(247, 248, 249, 0) 100%);
}

.ProRImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.ProRItem {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(100px);
    opacity: 0;

    padding: 30px;
    background: #f7f8f9;
    border-radius: 20px;
    transition: all 0.8s;
    /* display: none; */
}

.ProRItem.ProRItemAct {
    transform: translateX(0);
    opacity: 1;
    z-index: 9;
}

.ProRBg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.ProRBg::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: rgb(0, 82, 151, .9);
}

.ProRBg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ProRRSwiper {
    width: 100%;
    height: 580px;
}

.ProRTop {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.8s;
}

.ProRBox.ProRBoxAct .ProRTop {
    transform: translateY(0);
    opacity: 1;
}

.ProRTit.ProRTitAct .img1 {
    display: none;
}

.ProRTit.ProRTitAct .img2 {
    display: block;
}

.ProRTit.ProRTitAct p {
    color: #005297;
}





.ProTSwiper {
    width: 100%;
    margin-top: 30px;
}

.ProBImg {
    width: 100%;
    padding-top: 65%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.ProBImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.ProBItem {
    padding: 20px;
    background: #f7f8f9;
    border-radius: 20px;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.ProBSwiper {
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
}

.ProBRig {
    margin-top: 30px;
}

.ProRTitem {
    position: relative;
    background: rgb(255, 255, 255, .1);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.ProRTitem.swiper-slide-thumb-active {
    background: #f7f8f9;
}

.ProRTitem .ProRTit {
    height: 80px;

}

.ProRTitem.swiper-slide-thumb-active .ProRTit p {
    color: #005297;
}

.ProRTitem.swiper-slide-thumb-active .ProRTit .img2 {
    display: block;
}

.ProRTitem.swiper-slide-thumb-active .ProRTit .img1 {
    display: none;
}

.ProRCon2 {
    position: relative;
    width: 100%;
    display: none;
}











/* 搜索 */
.seaBox{
    position: relative;
}
.seaTit{
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    color: #005297;
}