﻿.inBan {
    width: 100%;
    height: 100vh;
    position: relative;
}

.inBSwiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.inBItem {
    position: relative;
}

.inBItem .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inBItem .TBox {
    width: 80%;
    position: absolute;
    left: 10%;
    top: 65%;
    transform: translateY(-50%);
    z-index: 6;
    opacity: 0;
    transition: all 1s .3s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transition: all 1s .3s;
    -moz-transition: all 1s .3s;
    -ms-transition: all 1s .3s;
    -o-transition: all 1s .3s;
}

.inBItem.swiper-slide-active .TBox {
    opacity: 1;
    top: 55%;
}

.inBItem .nun {
    font-size: 36px;
    color: #fff;
    line-height: 1;
    margin-top: 5px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "baidu";
}

.inBItem .tit {
    font-size: 72px;
    color: #fff;
    line-height: 1.2;
    margin-top: 5px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-top: 20px;
}

.inBItem .text {
    font-size: 36px;
    color: #fff;
    line-height: 1.2;
    margin-top: 5px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-top: 70px;
}

.inBSwiper .inBSwiper_pagination {
    position: absolute;
    left: 50%;
    bottom: 8%;
    width: 84%;
    transform: translateX(-50%);
    z-index: 6;
    top: auto;
    height: 1px;
    background: rgb(255, 255, 255, .2);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.inBSwiper .swiper-pagination-progressbar-fill {
    background: rgb(255, 255, 255, .8);
    height: 100%;
}

.inBS {
    width: 50px;
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 6;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.inBItem::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(14, 66, 149, .2);
}

.inBNw {
    width: auto !important;
    margin: 0;
}

.inBSItem {
    font-size: 24px;
    color: #fff;
    font-family: "baidu";
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0 !important;
}

.inBSItem.swiper-slide-thumb-active {
    opacity: 1 !important;
}

.inBSItem span {
    display: block;
    width: 50px;
    height: 1px;
    background: #fff;
    opacity: .5;
    margin: 10px 0;
}

.scroll {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.scroll span {
    font-size: 24px;
    color: #333;
    font-family: "baidu";
    transform: rotate(90deg);
    opacity: .8;
}

.scroll p {
    display: block;
    width: 1px;
    height: 150px;
    background: #333;
    opacity: .5;
    margin: 30px 0;
}

.inBbtn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /*border: 1px solid rgb(14, 66, 149,.5);
    */background: #fff;
    position: absolute;
    top: 50%;
    z-index: 6;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.inBbtn img {
    width: 40%
}

.inBSwiper_prev {
    left: 30px;
}

.inBSwiper_prev img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.inBSwiper_next {
    right: 30px;
}

/* .inBItem.white .nun{
    color: #fff;
}	 */
@media (max-width:1600px) {
    .inBItem .tit {
        font-size: 60px;
    }

    .inBItem .nun {
        font-size: 32px;
    }

    .inBItem .text {
        font-size: 32px;
    }

    .inBbtn {
        width: 50px;
        height: 50px;
    }

    .inBSwiper_prev {
        left: 20px;
    }

    .inBSwiper_next {
        right: 20px;
    }
}

@media (max-width:1468px) {
    .inBItem .tit {
        font-size: 52px;
    }
}

@media (max-width:1368px) {
    .inBItem .tit {
        font-size: 48px;
    }

    .inBItem .nun {
        font-size: 28px;
    }

    .inBItem .text {
        font-size: 28px;
    }
}








.inABox {
    position: relative;
    overflow: hidden;
    background: url(../images/inAimg.jpg) center no-repeat;
    background-attachment: fixed;
    background-size: cover;
   height: 100%;
}

.inABox .bg {
    width: 85%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.inABox .Tbox {
    width: 50%;
    
}

.inABox .Tbox.act .inA_t{
    opacity: 1;
    transform: translate(0px);
    -webkit-transform: translate(0px);
    -moz-transform: translate(0px);
    -ms-transform: translate(0px);
    -o-transform: translate(0px);
}

.inA_t {
    margin: 50px 0 30px;
    color: #333;
    position: relative;
    transition: all 1s 0.2s;
    opacity: 0;
    transform: translate(-500px);
    -webkit-transform: translate(-500px);
    -moz-transform: translate(-500px);
    -ms-transform: translate(-500px);
    -o-transform: translate(-500px);
    -webkit-transition: all 1s 0.2s;
    -moz-transition: all 1s 0.2s;
    -ms-transition: all 1s 0.2s;
    -o-transition: all 1s 0.2s;
}

.inA_t,
.inA_t span {
    font-size: 36px;
    line-height: 1.4;
    /* font-weight: 600; */
}

.inA_t span {
    color: #0e4295;
}
.inABox .Tit  {
    opacity: 0;
    transform: translate(-500px);
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
.inABox .Tbox.act .Tit{
    opacity: 1;
    transform: translate(0px);
    -webkit-transform: translate(0px);
    -moz-transform: translate(0px);
    -ms-transform: translate(0px);
    -o-transform: translate(0px);
}
.inABox .text {
    font-size: 15px;
    line-height: 30px;
    color: #333;
    opacity: 0;
    transform: translate(-500px);
    transition: all 1s .4s;
    -webkit-transition: all 1s .4s;
    -moz-transition: all 1s .4s;
    -ms-transition: all 1s .4s;
    -o-transition: all 1s .4s;
    -webkit-transform: translate(-500px);
    -moz-transform: translate(-500px);
    -ms-transform: translate(-500px);
    -o-transform: translate(-500px);
    overflow: hidden;

text-overflow: ellipsis;

display: -webkit-box;

-webkit-line-clamp: 4;

-webkit-box-orient: vertical
}
.inABox .Tbox.act .text{
    opacity: .8;
    transform: translate(0px);
    -webkit-transform: translate(0px);
    -moz-transform: translate(0px);
    -ms-transform: translate(0px);
    -o-transform: translate(0px);
}
.inABox .inBtn{
    opacity: 0;
    transform: translate(-500px);
    -webkit-transform: translate(-500px);
    -moz-transform: translate(-500px);
    -ms-transform: translate(-500px);
    -o-transform: translate(-500px);
    transition: all 1s .6s;
    -webkit-transition: all 1s .6s;
    -moz-transition: all 1s .6s;
    -ms-transition: all 1s .6s;
    -o-transition: all 1s .6s;
}
.inABox .Tbox.act .inBtn{
    opacity: 1;
    transform: translate(0px);
    -webkit-transform: translate(0px);
    -moz-transform: translate(0px);
    -ms-transform: translate(0px);
    -o-transform: translate(0px);
}
.inABox .inAImg{
    width: 100%;
    position: relative;
    padding-top: 50%;
    display: none;
}
.inABox .inAImg img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.abGList {
    display: flex;
    align-items: center;
}

.abGList .item {
    padding: 0 50px;
    position: relative;
}

.abGList .item:first-child {
    padding-left: 0;
}

.abGList .item::after {
    width: 1px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    content: '';
    background: rgb(14, 66, 149, .1);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.abGList .item:last-child:after {
    width: 0;
}

.abGList .item b {
    font-size: 52px;
    display: block;
    color: #0e4295;
    line-height: 1;
    margin-top: 5px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "baidu";
    /* text-align: center; */
}

.abGList .item span {
    font-size: 14px;
    color: #333;
    display: block;
    /* text-align: center; */
}

@media (max-width:1600px) {

    .inA_t,
    .inA_t span {
        font-size: 32px;
    }

    .abGList .item b {
        font-size: 48px;
    }
}

@media (max-width:1368px) {
    .inABox .text {
        font-size: 14px;
    }

    .inA_t,
    .inA_t span {
        font-size: 28px;
    }

    .abGList .item {
        padding: 0 30px;
    }
}






.inPBox {
    width: 100%;
    height: calc(100% - 88px);
    position: relative;
    overflow: hidden;
    margin-top: 88px;
    background: #f7f8f9;
}
.inPBox2{
    display: none;
    /* background: rgb(14, 66, 149,.3); */
}

.inPBox .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.inPBox .bg::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: rgb(0, 0, 0, .3);
    z-index: 6;
}

.inPBox .bg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all 0.48s;
    opacity: 0;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}

.inPList {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 9;
}

.inPItem {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, .3);
    padding: 6% 30px;
    position: relative;
}

.inPItem::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: #f7f8f9;
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.inPItem .TBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.inPItem .icon {
    width: 40px;
}

.inPItem.act::before {
    opacity: 1;

}

.inPItem .tit {
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    margin: 30px 0 50px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.inPItem .text {
    font-size: 15px;
    color: #fff;
    text-align: center;
}

.inPItem .num {
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.inPItem .num span {
    font-size: 42px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    font-family: "baidu";
    opacity: 1;
    height: auto;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.inPItem.act .num span {
    color: #0e4295;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.inPItem .img {
    width: 60%;
    margin-top: 10px;
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.inPItem.act .img {
    opacity: 1;
    width: 90%;
}

.inPBox .bg img.act {
    opacity: 1;
    animation: fd 2s;
    /*transform: scale(1.1) */;
    -webkit-animation: fd 2s;
}



.inPItem .inBtn {
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.inPItem.act .inBtn {
    opacity: 1;

}

.inPItem .TBox {
    transform: translateY(50px);
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}

.inPItem.act .TBox {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.inPItem .icon1 {
    display: block;
}

.inPItem .icon2 {
    display: none;
}

.inPItem.act .icon1 {
    display: none;
}

.inPItem.act .icon2 {
    display: block;
}

.inPItem.act .tit {
    color: #0e4295;
}


.inPTList{
    position: relative;
}
.inPTItem{
    position: relative;
   
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.inPTImg{
    width: 100%;
    padding-top: 100%;
    position: relative;
}
.inPTImg img{
    width: 100%;
    height: 80%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
}
.inPTItem p{
    width: 100%;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin-top: 15px;
    position: absolute;
    bottom: 20px;
    left: 0;
}

@media (max-width:1600px) {
    .inPItem .num span {
        font-size: 32px;
    }

    .inPItem .tit {
        font-size: 24px;
    }

    .inPItem .icon {
        width: 30px;
    }

    .inPItem.act .img {
        width: 100%;
    }

    .inPItem {
        padding: 5% 20px;
    }
}


@media (max-width:1368px) {

    .inPItem .tit {
        font-size: 20px;
        margin: 15px 0 20px;
    }

    .inPItem .num span {
        font-size: 28px;
    }

}




.inCBox .inner,.inABox .inner,.inHBox .inner{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 50px;
}


.inCBox {
    position: relative;
    overflow: hidden;
    background: url(../images/inSbg.png) center no-repeat;
    background-size: cover;
    height: 100%;
    display: flex;
    justify-content: center;
}

.inCT {
    padding: 0 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.inCBox.act .inCT {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
.inCBox.act .inCList{
    opacity: 1;
    transform: translateY(0);
}
.inCList{
    opacity: 0;
    transform: translateY(300px);
    -webkit-transform: translateY(300px);
    -moz-transform: translateY(300px);
    -ms-transform: translateY(300px);
    -o-transform: translateY(300px);
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.inCItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-right: 1px solid rgba(0, 0, 0, .1);
    transition: all 0.48s;
    padding-bottom: 30px;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}

.inCItem.swiper-slide-active {
    border-left: none;
}

.inCItem .imgBox {
    width: 60%;
    position: relative;
    padding-top: 32%;
    overflow: hidden;
}

.inCItem .imgBox img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    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;
}

.inCItem.swiper-slide-active .imgBox img {
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.inCItem:hover .imgBox img {
    animation: fd 2s;
}

/* .inCItem:hover .tit{
    transform: scale(1.1);
} */
.inCItem .Tbox {
    padding: 30px;
    width: 40%;
}

.inCItem .tit {
    font-size: 28px;
    line-height: 1.5;
    font-weight: 600;
    color: #0e4295;
    margin: 10px 0 30px;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.inCItem .text {
    font-size: 15px;
    color: #666;
    margin-bottom: 30px;
    overflow: hidden;

text-overflow: ellipsis;

display: -webkit-box;

-webkit-line-clamp: 2;

-webkit-box-orient: vertical
}

.inCF {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.inCF .left{
    display: flex;
    align-items: center;
}

.inCF .inCSwiper_pagination {
    position: relative;
    width: 300px;
    height: 1px;
}

.inCF .swiper-pagination-progressbar-fill {
    background: #0e4295;
}

.inCBox .btnList {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    /* margin-left: 30px; */
}

.inCBox .btnList .btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #0e4295;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px 0 0;
    cursor: pointer;
}

.inCBox .btnList .btn img {
    width: 50%;
}

/* .inCF .btnList .btn .img1{
    display: none;
}
.inCF .btnList .btn .img2{
    display: block;
} */
.inCSwiper_prev img {
    transform: rotate(180deg);
}

.inCSwiper_next {
    background: #0e4295;
}

.inNSwiper {
    width: 100px;
    margin: 0;
}

.inNSwiper span {
    font-family: "baidu";
    color: #0e4295;
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
}

.inNSwiper .swiper-slide {
    font-family: "baidu";
    color: #3c4853;
    font-weight: 600;
    font-size: 20px;
    opacity: 0 !important;
}

.inNSwiper .swiper-slide-thumb-active {
    opacity: 1 !important;
}









.inFBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    justify-content: center;
    /* background: #f7f8f9; */
}

.inFBox .imgBox {
    width: 55%;
    position: relative;
    opacity: 0;
    transition: all 0.8s;
    transform: translateX(-500px);
    -webkit-transform: translateX(-500px);
    -moz-transform: translateX(-500px);
    -ms-transform: translateX(-500px);
    -o-transform: translateX(-500px);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.inFBox .imgBox img{
    width: 100%;
    display: none;
}
.inFBox.act .imgBox{
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
}
.map {
    width: 100%;
    height: 600px;
    margin: 0 auto;
}

.inFBox .imgBox img {
    width: 100%;
}

.inFBox .inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inFT {
    /* display: flex;
    flex-direction: column;
    justify-content: space-between; */
    width: 40%;
}

.inFList {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.inFItem {
    padding: 30px 0px;
    width: 50%;
    /* background: linear-gradient(to bottom, #40A7F6, #0678CF); */
}

.inFItem:nth-child(1),
.inFItem:nth-child(2) {
    border-bottom: 1px dashed rgb(14, 66, 149, .1);
}

.inFItem span {
    font-size: 16px;
    color: #333;
}

.inFItem b {
    font-size: 52px;
    display: block;
    color: #0e4295;
    line-height: 1;
    margin-top: 5px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "baidu";
}

.inFItem i {
    font-size: 20px;
    color: #0e4295;
    margin-left: 10px;
}

.inFBox .TBox {
    width: 80px;
    height: 80px;
    background: #0e4295;
    position: absolute;
    right: 14%;
    bottom: 10%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inFBox .TBox img {
    width: 65%;
}

.inFBox .TBox .wg {
    width: 150px;
    height: 150px;
    animation: scale 3s infinite;
    background: rgb(14, 66, 149, .2);
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
}

@keyframes scale {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        -moz-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        -o-transform: translate(-50%, -50%) scale(1);
}

    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}


.inHBox {
    position: relative;
    overflow: hidden;
    background: #f7f8f9;
    height: 100%;
    display: flex;
    justify-content: center;
    /* background: rgb(14, 66, 149,.1); */
}

.inHBox .bg {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    object-fit: cover;
}

.inHT {
    width: 100%;
    position: relative;
}
.abHSBox{
    /*background: #fff;
    *//*padding: 50px;
    *//*position:absolute;
    left: 0;
    bottom: 0;
    */width: 100%;
    transform: translateY(500px);
    opacity: 0;
    -webkit-transform: translateY(500px);
    -moz-transform: translateY(500px);
    -ms-transform: translateY(500px);
    -o-transform: translateY(500px);
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
}
.abHSBox.act{
    transform: translateY(0px);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}
.abHItem{
    /* padding: 20px; */
    /* border: 1px solid rgba(0, 0, 0, .1); */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* border-radius: 50%; */
    background: #fff;
    /* box-shadow:  0 0 20px rgba(0, 0, 0, .05); */
}
.abHItem img{
    width:  100%;
    height: 120px;
    /* border-radius: 50%; */
    object-fit: contain;
}
.abHSBox .swiper-pagination{
    position: relative;
    bottom: auto;
    left: 0% !important;
    margin:  50px auto  0;
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
}
.swiper-pagination-bullet{
    background: #0e4295;
}
.abHSwiper{
    padding: 20px;
}



.abRBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
}
.abRlist{
    opacity: 0;
    transform: translateX(600px);
    -webkit-transform: translateX(600px);
    -moz-transform: translateX(600px);
    -ms-transform: translateX(600px);
    -o-transform: translateX(600px);
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
.abRBox.act .abRlist{
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.abRBtn {
    display: flex;
    align-items: center;
}

.abRT {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.abRBtn .btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgb(14, 66, 149, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    cursor: pointer;
}

.abRBtn .btn:hover {
    background: #0e4295;
}

.abRBtn .btn img {
    width: 40%;
}

.abRBtn .btn .img1 {
    display: block;
}

.abRBtn .btn .img2 {
    display: none;
}

.abRBtn .btn:hover .img1 {
    display: none;
}

.abRBtn .btn:hover .img2 {
    display: block;
}

.abRSwiper_prev img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.abRItem {
    position: relative;
    /* padding: 30px; */

    /* border: 1px solid rgb(14, 66, 149, .1); */
}

.abRItem .imgBox {
    width: 100%;
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    background: #f7f8f9;
}

.abRItem .imgBox img {
    width: 80%;
    height: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    transition: all 0.48s;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.abRItem:hover .imgBox 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);
}

.abRItem .tit {
    font-size: 18px;
    padding: 10px 10px;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
}

.abRItem:hover .tit {
    color: #0e4295;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span{
    background: #0e4295;
}
#fp-nav{
    display: none;
}






@media (max-width:1600px) {
    .inCItem .tit {
        font-size: 28px;
    }
    .inCItem .imgBox{
        height: 300px;
        padding-top: 0;
    }
    .inCF{
        margin-top: 0;
    }
    .inFItem b {
        font-size: 42px;
    }
    .abHItem img{
        height: 100px;
    }
    .inFItem{
        padding: 25px 0;
    }
    .map {
        width: 100%;
        height: 550px;
    }
    .inBItem .text{
        margin-top: 50px;
    }
}

@media (max-width:1441px) {
    .map {
        width: 100%;
        height: 500px;
    }
    .inCItem .text {
        font-size: 14px;
    }
    .abHItem img{
        height: 90px;
    }
    .abHSBox .swiper-pagination{
        margin-top: 10px;
    }
    .abRItem .imgBox{
        height: 250px;
        padding-top: 0;
    }
    .inCT{
        padding-top: 20px;
    }
    .Margin_T{
        margin-top: 30px;
    }
    .inFItem b {
        font-size: 40px;
        }
        .inFItem span{
            font-size: 14px
        }
        .inCItem .imgBox {
            height: 250px;
        }
        
}

@media (max-width:1281px){
    .inCItem .tit {
        font-size: 24px;
    }
    .inBItem .tit {
        font-size: 42px;
    }
    .inBItem .text{
        margin-top: 30px;
    }
    .inBItem .text {
        font-size: 24px;
    }
    .inBItem .nun {
        font-size: 24px;
    }
    .inA_t, .inA_t span {
        font-size: 24px;
        margin: 30px 0 20px;
    }
    .inABox .text {
        -webkit-line-clamp: 3;
    }
    .inFT {
        margin-top: 20px;
    }
    .inFItem b {
        font-size: 36px;
    }
    .inFItem {
        padding: 15px 0;
    }
    .inCItem .imgBox {
        height: 220px;
    }
    .inCItem .Tbox {
        padding: 0 30px;
    }
    .abHItem img {
        height: 70px;
    }
    .abRT{
        margin-top: 30px;
    }
    .abRItem .tit{
        padding: 0;
        font-size: 16px;
    }
}
@media (max-width:1024px){
    .inABox .Tit,.inA_t,.inABox .text,.inABox .inBtn{
        transform: translateX(0);
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
}
    .map{
        display: none;
    }
    .inFBox .imgBox{
        width: 100%;
        transform: translateX(0);
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
    .inCT,.abRlist{
        transform: translateX(0);
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
    .inCList{
        transform: translateY(0);
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
}
    .inFBox .imgBox img {
        width: 80%;
        margin: 0 auto;
        display: block;
    }
    .inBItem .tit{
        font-size: 36px;
    }
    .inABox .bg {
        width: 100%;
    }
    .inA_t, .inA_t span {
        font-size: 20px;
        margin: 30px 0 20px;
    }
    .inFItem b {
        font-size: 32px;
    }
    .inFItem span {
        font-size: 12px;
    }
    .inBan{
        height: 600px;
    }
    .inCBox .inner, .inABox .inner, .inHBox .inner{
        padding-top: 0;
    }
    .inPBox{
        margin-top: 0;
    }
    .inCT {
        padding-top: 0;
    }
    .inPBox{
        display: none;
    }
    .inPBox2{
        display: block;
    }
    .inFBox .inner{
        flex-wrap: wrap;
    }
    .inFBox.act .imgBox{
        width: 100%;
    }
    .inFT{
        width: 100%;
    }
    .map {
        width: 100%;
    }
}
@media (max-width:900px){
    .inCItem .Tbox{
        width: 100%;
        padding: 30px 0 0;
    }
    .inCItem .imgBox {
        width: 100%;
        height: auto;
        padding-top: 50%;
    }
    .inCItem{
        flex-wrap: wrap;
        border: none;
    }
    .inBItem .TBox {
        width: 70%;
        position: absolute;
        left: 15%;
    }
    .inABox .Tbox {
        width: 60%;
    }
    .inBItem .tit {
        font-size: 32px;
    }
    .inBItem .text {
        font-size: 21px;
    }
    .inBItem .nun {
        font-size: 20px;
    }
    .inBItem .tit {
        font-size: 28px;
    }
    .inABox .Tbox {
        width: 100%;
    }
    .inABox .bg{
        opacity: 0;
    }
    .inABox{
        background: none!important;
    }
    .inABox .inner{
        flex-wrap: wrap;
    }
    .inABox .inAImg{
        display: block;
    }
    .inCItem .tit {
        font-size: 20px;
        margin: 10px 0 20px;
    }
    .inABox .inAImg {
        padding-top: 65%;
    }
}
@media (max-width:680px){
    .inBItem .nun {
        font-size: 16px;
    }
    .inBItem .tit {
        font-size: 24px;
    }
    .inBbtn {
        width: 40px;
        height: 40px;
    }
    .inBSwiper_prev {
        left: 10px;
    }
    .inBSwiper_next {
        right: 10px;
    }
    .inBan {
        height: 500px;
    }
    .inBItem .text{
        font-size: 16px;
    }
    .inCF .inCSwiper_pagination{
        width: 200px;
    }
    .inA_t, .inA_t span {
        font-size: 18px;
        margin: 20px 0 20px;
    }
    .inFBox .imgBox img {
        width: 100%;
    }
    .inCBox .inBtn{
        display: none;
    }
}
@media (max-width:500px){
    .inCItem .tit {
        font-size: 18px;
        margin: 0px 0 20px;
    }
    .inA_t, .inA_t span {
        font-size: 16px;
        margin: 20px 0 20px;
    }
    .ByBan img{
        height: 350px;
    }
    .abGList .item b {
        font-size: 28px;
    }
    .abGList .item {
        padding: 0px 18px;
    }
    .abFTbox p {
        font-size: 14px;
    }
    .abRBtn .btn {
        width: 40px;
        height: 40px;
        margin-left: 10px;
    }
    .proLBox a {
        width: 100%;
        padding: 13px 0 13px 50px;
    }
    .proLImg {
        width: 20px;
        height: 20px;
    }
}
@media (max-width:400px){
    .inCF .inCSwiper_pagination {
        width: 120px;
    }
}
