
.banner,.swiper img{
    height: auto !important;
}


.cdh > a:nth-child(2) {
    margin: 0 0 0 120px;
}

.position .one {
    margin-bottom: 34px;
}

.position{
    padding-bottom: 70px;
}

.position .one:nth-last-child(1) {
    margin-bottom: 0;
}
.text{
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
}
.pql{
    position: absolute;
    transform: translate(-50%,-56%);
    top: 50%;
    left: 86%;
    width: 19%;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #666666;
}

.position .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    padding-left: 43px;
}

.position .one .active-top {
    background: linear-gradient(-90deg, #2FA8E1, #0668A9, #0373BC, #2FA8E1);
    border: 1px solid #0672BB;
}
.position .pql .active-top{
    color: white!important;
}

.position .top .icon {
    width: 80px;
    height: 80px;
    border-left: 1px solid #EAEAEA;
    display: flex;
    align-items: center;
    justify-content: center;
}

.position .one .active-top .icon {
    color: #FFFFFF;
    border-left: 1px solid #fff;
}

.position .top .text .iconfont {
    font-size: 27px;

    background: linear-gradient(90deg, #2FA8E1, #0668A9, #0373BC, #2FA8E1);
    margin-right: 10px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.position .one .active-top .text .iconfont {
  background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.position .one .active-top .text .pql{
    color: white!important;
}
.position .top .text span {
    font-size: 20px;
    font-family: SourceHanSansCN-Regular;
    color: #222222;
}

.position .one .active-top .text span {
    color: #FFFFFF;
}

.position .top .icon .iconfont {
    font-size: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.position .top .icon .icon-jiahao1-copy {
    font-size: 23px;
    display: none;
}

.position .one .active-top .icon-jiahao1 {
    display: none;
}

.position .one .active-top .icon-jiahao1-copy {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.position .bottom {
    width: 100%;
    /* background: #FFFFFF; */
    border: 1px solid #0672BB;
    box-shadow: 0px 0px 70px 0px rgba(21, 89, 147, 0.1);
    padding: 44px;
    box-sizing: border-box;
    display: none;
    position: relative;
    overflow: hidden;
}

.position .bottom img{
    width: auto;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.position .bottom .major span,
.position .bottom .post span{
    font-size: 18px;
    font-family: 'SYHT-M';
    color: #111111;
    line-height: 1.78;
    margin-bottom: 10px;
    display: inline-block;
}

.position .bottom .major li,
.position .bottom .post li,
.position .bottom .contact-infor li{
    font-size: 14px;
    line-height: 1.85;
}

.position .bottom .post{
    margin: 25px 0 25px;
}

.position .bottom .contact-infor li span{
    font-size: 18px;
    color: #0672BB ;
    font-family: 'DIN';
    font-weight: bold;
}


@media (max-width: 1680px) {

}


@media (max-width: 1490px) {
    .position .top .text span{
        font-size: 18px;
    }
    .position .top .text .iconfont{
        font-size: 25px;
    }
    .position{
        padding-bottom: 56px;
    }
    .position .one {
        margin-bottom: 25px;
    }
    .position .bottom{
        padding: 35px;
    }
    .position .bottom .major span, .position .bottom .post span{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .position .bottom .post {
        margin: 20px 0 20px;
    }
    .position .top{
        padding-left: 35px;
    }
    .page a{
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
}

@media (max-width: 1440px){

}

    @media (max-width: 1200px) {
    .position .top{
        height: 70px;
    }
    .position .top .icon{
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 1024px) {
    .page a {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    .pql{
        display: none;
    }
    .position .one {
        margin-bottom: 20px;
    }
    .position .top {
        padding-left: 25px;
    }
    .position .bottom {
        padding: 25px;
    }
}

@media (max-width: 768px) {
    .position .top {
        height: 60px;
    }
    .position .top .icon{
        width: 60px;
        height: 60px;
    }
    .cdh > a:nth-child(2) {
        margin: 0 0 0 50px;
    }
    .position .top {
        padding-left: 20px;
    }
    .position .bottom {
        padding: 20px;
    }
}

@media (max-width: 414px) {
    .page a {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    .position .top .text span {
        font-size: 16px;
    }
    .position .top .text .iconfont {
        font-size: 20px;
        margin-right: 5px;
    }
    .position .top {
        height: 50px;
    }
    .position .top .icon{
        width: 50px;
        height: 50px;
    }
    .position .top .icon .iconfont{
        font-size: 18px;
    }
}