.home-banner {
    width: 100%;
    min-height: 3rem;
}

.home-banner > div {
    width: 100%;
}

.home-banner .carousel-indicators {
    bottom: 0.37rem;
}

.home-banner .carousel-indicators li {
    margin-left: 0.17rem;
    margin-right: 0.23rem;
    width: 0.18rem;
    height: 0.18rem;
    border-radius: 50%;
    opacity: 1;
}

.home-banner .carousel-indicators li.active {
    width: 0.45rem;
    height: 0.18rem;
    border-radius: 0.085rem;
    border: none;
}

.home-banner .carousel-item {
    position: relative;
}
.home-banner .carousel-item>img{
    width: 100%;
}
/*------------------------*/
.home-oi {
    padding-left: 0.8rem;
}

.home-oi ul li {
    position: relative;
}

.home-oi ul li img {
    display: block;
}

.home-oi ul li > img {
    position: absolute;
    z-index: -1;

}

.home-oi ul li div img {
    transition: all .25s linear;
}

.home-oi ul li h6 {
    height: 0.37rem;
    font-size: 0.26rem;
    font-family: PingFang-SC-Medium-, PingFang-SC-Medium;
    font-weight: bold;
    color: #000000;
    margin-top: 0.5rem;
    padding-left: 0.07rem;
}

.home-oi ul li p {
    height: 0.26rem;
    font-size: 0.18rem;
    font-family: PingFang-SC-Medium-, PingFang-SC-Medium;
    font-weight: normal;
    color: #7A7A7A;
    padding-left: 0.07rem;
}

/*--------------*/
.home-aos {
    position: relative;
    width: 100%;
    height: 16.39rem;
    padding-top: 2.5rem;
    margin-top: -1.5rem;
}

.home-aos > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.home-aos > div > p {
    height: 0.33rem;
    font-size: 0.24rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #565656;
    text-align: center;
    margin-bottom: 1.1rem;
}

.home-aos ul {
}

.home-aos ul li {
    position: relative;
    width: 2.7rem;
    height: 3.46rem;
    margin-bottom: 0.26rem;
    margin-right: 0.26rem;
    text-align: center;
    padding-top: 0.3rem;
    transition: all 0.5s;
    overflow: hidden;
    padding-top: 1rem;
}
.home-aos ul li.active{
    transform: scale(1.2);
    z-index: 2;
}
.home-aos ul li:nth-of-type(5n) {
    margin-right: 0;
}
.home-aos ul li i{
    display: block;
    width: 0.3rem;
    height: 0.08rem;
    background: #fff;
    margin: 0.3rem auto 0;
}


.home-aos ul li > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    transition: all 0.5s linear;
}
.home-aos ul li div{
    height: 1.75rem;
}
.home-aos ul li div> img{
    width: 0.8rem;
}

.home-aos ul li h6 {
    height: 0.39rem;
    font-size: 0.39rem;
    font-family: Helvetica-Regular, Helvetica;
    font-weight: 400;
    color: #fff;
}

.home-aos ul li p {
    height: 0.5rem;
    font-size: 0.36rem;
    font-family: Helvetica-Regular, Helvetica;
    font-weight: 600;
    color: #fff;
    margin-top: 0.1rem;
}

/*-----------------------*/
.home-apply {
    height: 3.34rem;
    padding: 0 0.9rem;
    width: 100%;
    background: rgb(64, 76, 101);
}
.home-apply>div{
    height: 100%;
}
.home-apply-0 {
    width: 1.03rem;
    height: 1.1rem;
    margin-right: 0.87rem;
}

.home-apply-0 img {
    display: block;
    width: 1.03rem;
    height: 1.1rem;
}

.home-apply-1 {
    margin-right: 6.78rem;
}

.home-apply-1 h5 {
    height: 0.71rem;
    font-size: 0.5rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
}

.home-apply-1 p {
    height: 0.36rem;
    line-height: 0.5rem;
    font-size: 0.37rem;
    font-family: Helvetica-Regular, Helvetica;
    font-weight: 400;
    color: #fff;
}

.home-apply-2 {
    width: 0.68rem;
    height: 0.7rem;
    cursor: pointer;
}

.home-apply-2 img {
    display: block;
    width: 0.34rem;
    height: 0.7rem;
}

/*-----------------------*/
.home-cp {
    width: 100%;
    height: 10rem;
    background: rgb(240, 243, 248);
}

.home-cp > div {
    position: relative;
    padding-top: 0.01rem;
}

.home-cp > div > p {
    height: 0.33rem;
    line-height: 0.33rem;
    font-size: 0.24rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #565656;
    text-align: center;
    margin: 0.8rem 0 0.95rem;
}

.home-cp ul.home-cp-list {
    width: 100%;
    height: 5.6rem;
}

.home-cp ul.home-cp-list > li {
    position: relative;
    box-shadow: 0.07rem 0 0.16rem #00000030;
    overflow: hidden;
}

.home-cp ul.home-cp-list > li .home-cp-list-main {
    position: relative;
    width: 3rem;
    height: 5.6rem;
    background: #FFFFFF;
    text-align: center;
    box-shadow: 0.07rem 0 0.16rem #00000030;
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
}

.home-cp ul.home-cp-list > li .home-cp-list-main > img {
    display: block;
    width: 100%;
    min-width: 3rem;
}

/*.home-cp ul.home-cp-list > li .home-cp-list-main:hover > img {*/
/*    transform: scale(1.2);*/
/*}*/

/*.home-cp ul.home-cp-list > li .home-cp-list-main:hover p {*/
/*    color: #FFFFFF;*/
/*}*/

/*.home-cp ul.home-cp-list > li .home-cp-list-main:hover h6 {*/
/*    color: #FFFFFF;*/
/*}*/

.home-cp ul.home-cp-list > li.active {
    width: 13rem;
    transition: all 0.3s linear;
}

.home-cp ul.home-cp-list > li.active .home-cp-list-main {
    width: 3rem;
    background-size: cover !important;
}

/*.home-cp ul.home-cp-list > li.active:nth-of-type(1) .home-cp-list-main {*/
/*    background: url('/static/img/index/cp-list0.png') no-repeat;*/
/*}*/

/*.home-cp ul.home-cp-list > li.active:nth-of-type(2) .home-cp-list-main {*/
/*    background: url('/static/img/index/cp-list1.png') no-repeat;*/
/*}*/

/*.home-cp ul.home-cp-list > li.active:nth-of-type(3) .home-cp-list-main {*/
/*    background: url('/static/img/index/cp-list2.png') no-repeat;*/
/*}*/

/*.home-cp ul.home-cp-list > li.active:nth-of-type(4) .home-cp-list-main {*/
/*    background: url('/static/img/index/cp-list3.png') no-repeat;*/
/*}*/

/*.home-cp ul.home-cp-list > li.active:nth-of-type(5) .home-cp-list-main {*/
/*    background: url('/static/img/index/cp-list4.png') no-repeat;*/
/*}*/

.home-cp ul.home-cp-list > li.min {
    width: 0.5rem;
}

.home-cp ul.home-cp-list li .home-cp-list-main .home-cp-img {
    width: 0.7rem;
    height: 1.42rem;
}

.home-cp ul.home-cp-list li .home-cp-list-main .home-cp-img img {
    display: block;
    width: 0.7rem;
    height: 1.42rem;
}

.home-cp ul.home-cp-list li .home-cp-list-main .home-cp-text {
    width: 100%;
    text-align: center;
    padding-top: 0.5rem;
    word-break: keep-all;
}

.home-cp ul.home-cp-list li .home-cp-list-main p {
    height: 0.38rem;
    font-size: 0.27rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #4F4F4F;
}

.home-cp ul.home-cp-list li .home-cp-list-main h6 {
    height: 0.45rem;
    font-size: 0.42rem;
    font-family: Helvetica-Regular, Helvetica;
    font-weight: 400;
    color: #191919;
}

/*.home-cp ul.home-cp-list li.active .home-cp-list-main p, .home-cp ul li.active .home-cp-list-main h6 {*/
/*    color: #F5FAFF;*/
/*}*/

.home-cp-child {
    width: 0;
    height: 5.6rem;
    background: #ffffff;
    overflow: hidden;
    transition: all 0.3s linear;
}

.home-cp-child ul {
    width: 3.2rem;
    height: 100%;
    padding: 0.75rem 0 0;
}

.home-cp-child ul li {
    width: 3.19rem;
    height: 0.89rem;
}

.home-cp-child ul li img {
    width: 0.44rem;
    height: 0.89rem;
    display: none;
}

.home-cp-child ul li.active img {
    display: block;
}

.home-cp-child ul li p {
    width: 2.25rem;
    height: 0.62rem;
    line-height: 0.62rem;
    text-align: center;
    font-size: 0.24rem;
    font-family: PingFang-SC-Heavy-, PingFang-SC-Heavy;
    font-weight: normal;
    color: #000000;
    border: 0.01rem solid #066CFF;
    margin: 0 auto;
    cursor: pointer;
}

.home-cp-child ul li.active p {
    background: #3991CA;
}

.home-cp-child > div {
    width: 6.8rem;
    height: 5.42rem;
    margin: 0.08rem;
    border: 0.01rem solid #066CFF;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
}

.home-cp-child-item {
    padding: 0.6rem 0 0.4rem 0.8rem;
    display: none;
}

.home-cp-child-item > div {
    margin-bottom: 0.5rem;
}

.home-cp-child-item > div:last-of-type {
    margin-bottom: 0;
}

.home-cp-child-item > div h5 {
    position: relative;
    height: 0.29rem;
    line-height: 0.29rem;
    font-size: 0.21rem;
    font-family: PingFang-SC-Heavy-, PingFang-SC-Heavy;
    font-weight: normal;
    color: #3991CA;

}

.home-cp-child-item > div h5::before {
    content: '';
    position: absolute;
    top: 0.1rem;
    left: -0.5rem;
    width: 0.31rem;
    height: 0.16rem;
    background: url('/static/img/index/down.png') no-repeat;
    background-size: cover;
}

.home-cp-child-item > div h6 {
    width: 5.63rem;
    height: 0.21rem;
    line-height: 0.21rem;
    font-size: 0.21rem;
    font-family: PingFang-SC-Bold-, PingFang-SC-Bold;
    font-weight: normal;
    color: #3991CA;
    margin-top: 0.23rem;
}

.home-cp-child-item > div p {
    width: 5.63rem;
    line-height: 0.25rem;
    font-size: 0.16rem;
    font-family: PingFang-SC-Medium-, PingFang-SC-Medium;
    font-weight: normal;
    color: #000000;
    margin-top: 0.12rem;
}

.home-cp-child-item > div p span {
    color: #3991CA;
    font-family: PingFang-SC-Bold-, PingFang-SC-Bold;
    font-size: 0.18rem;
}

.home-cp-child-item > div p e {
    font-size: 0.12rem;
    color: #777D9E;
}

/*--------------*/
.home-ss .home-ss-main {
    width: 100%;
}

.home-ss .home-ss-main img {
    display: block;
    width: 6.1rem;
    height: 9.8rem;
    margin: 0 auto;
}

.home-ss {
    position: relative;
    padding-bottom: 1.55rem;
}
.home-ss>div>div{
    position: relative;
}
.home-ss-bg{
    width: 100%;
    height: 100%;
}
.home-ss-bg img{
    position: absolute;
    z-index: -1;
}
.home-ss-bg .home-ss-bg-1{
    height: 80%;
    left: 0;
    top: 0.2rem;
}
.home-ss-bg .home-ss-bg-2{
    width: 30%;
    bottom: 0;
    right: 0;
}
.home-ss-item {
    position: absolute;
    display: none;
}

.home-ss .home-ss-item i {
    position: absolute;
    bottom: 0.15rem;
    width: 1.61rem;
    height: 0.01rem;
    background: #3991CA;
    margin-left: 0.15rem;
}

.home-ss .home-ss-item i::before {
    content: '';
    position: absolute;
    top: -0.05rem;
    width: 0.1rem;
    height: 0.1rem;
    background: #3991CA;
    border-radius: 50%;
}

.home-ss .home-ss-item i::after {
    content: '';
    position: absolute;
    top: -0.08rem;
    width: 0.16rem;
    height: 0.16rem;
    background: #3991CA;
    border-radius: 50%;
    opacity: 0.39;
}

.home-ss .home-ss-item-left i::before {
    left: -0.13rem;
}

.home-ss .home-ss-item-left i::after {
    left: -0.16rem;
}

.home-ss .home-ss-item-right i::before {
    right: -0.13rem;
}

.home-ss .home-ss-item-right i::after {
    right: -0.16rem;
}

.home-ss-item h6 {
    position: relative;
    height: 0.34rem;
    font-size: 0.24rem;
    font-family: Alibaba PuHuiTi-Medium, Alibaba PuHuiTi;
    font-weight: bold;
    color: #3991CA;
    cursor: default;
}

.home-ss-item h6 span {
    display: block;
    transition: all .15s linear;
}

.home-ss-item h6 span:hover {
    transform: scale(1.2);
}

.home-ss .home-ss-item-left h6 i {
    left: 1.86rem;
}

.home-ss .home-ss-item-right h6 i {
    left: -2.2rem;
}

.home-ss-item p {
    height: 0.26rem;
    line-height: 0.26rem;
    font-size: 0.19rem;
    font-family: Alibaba PuHuiTi-Medium, Alibaba PuHuiTi;
    font-weight: 500;
    color: #777D9E;
}

/*-------*/
.home-gps {
    padding-top: 0.01rem;
    width: 100%;
    height: 9.8rem;
    background: url('/static/img/index/gps-bg.png') no-repeat;
    background-size: cover;
}

.home-gps .home-gps-title {
    margin: 0.71rem 0 0.53rem;
}

.home-gps .home-gps-title h4 {
    text-align: center;
    height: 0.75rem;
    font-size: 0.48rem;
    font-family: Helvetica-Regular, Helvetica;
    font-weight: 400;
    color: #fff;
}

.home-gps .home-gps-title i {
    display: block;
    width: 1.56rem;
    height: 0.08rem;
    background: #fff;
    margin: 0 auto;
    border-radius: 0.04rem;
}

.home-gps .home-gps-map {
    position: relative;
    width: 12.83rem;
    height: 7.08rem;
    margin: 0 auto;
    background: url('/static/img/index/gps-map.png') no-repeat;
    background-size: contain;
}

.home-gps .home-gps-map > div {
    position: absolute;
    transition: all .15s linear;
    cursor: default;
}

.home-gps .home-gps-map > div p {
    height: 0.28rem;
    font-size: 0.2rem;
    font-family: Helvetica-Regular, Helvetica;
    font-weight: 400;
    color: #000;
    margin: 0.05rem;
}

.home-gps .home-gps-map > div img {
    display: block;
    width: 0.25rem;
    height: 0.3rem;
    margin: 0 auto;

}
.home-gps .home-gps-map > div:hover{
    transform: scale(1.2);
}
/* -------------------------- */

.online-consult {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 9999;
    display: none;
}

.online-consult-main {
    position: absolute;
    top: calc(50% - 3rem);
    left: 25%;
    padding: 0.4rem 0.32rem;
    background: #FFFFFF;
    box-shadow: 0 0 0.12rem rgba(0, 0, 0, 0.16);
    border-radius: 0.08rem;
    display: flex;
    justify-content: space-between;
    z-index: 99999;
    opacity: 1;
}

.ocm-left {
    width: 3.38rem;
    opacity: 1;
    border-radius: 0.08rem;
    margin-right: 0.5rem;
}

.ocm-left>img{
    display: block;
    width: 100%;
}

.ocm-right {
    width: 4.47rem;
    min-width: 330px;
    padding-top: 0.14rem;
}

.ocm-right h6 {
    font-size: 0.14rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color:#3690CA;
    text-align: center;
    opacity: 1;
}

.ocm-right .table {
    margin-top: 0.2rem;
    margin-bottom: 0;
}

.ocm-right .table th,
.ocm-right .table td {
    height: 0.7rem;
    line-height: 0.5rem;
    font-size: 0.14rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    padding: 0;
}

.ocm-right .table input, .ocm-right .table button {
    height: 0.46rem;
    width: 100%;
    line-height: 0.46rem;
    border: 0.01rem solid #F2F3F5;
    padding: 0 0.16rem;
    background: #F2F3F5;
    border-radius: 0.06rem;
    outline: none;
}

.ocm-right .table button {
    background:#3690CA;
    font-size: 0.2rem;
    font-family: Source Han Sans CN;
    color: #FFFFFF;
    opacity: 1;
}

.ocm-right img {
    width: 0.24rem;
    height: 0.24rem;
}

.ocm-right .table textarea {
    width: 100%;
    height: 1.72rem;
    resize: none;
    border: 0.01rem solid #F2F3F5;
    padding: 0 0.2rem;
    background: #F2F3F5;
    outline: none;
}
