:root {
    --main-base-color: #014b92;
}
@media screen and (min-width: 1200px) {
    .w1170 {
        width: 1170px;
    }
    .w1100 {
        width: 1100px;
    }
    .w1220 {
        width: 1220px;
    }
}
@media (min-width: 576px) {
    .row-cols-sm-8 > * {
        flex: 0 0 auto;
        width: 12.5%;
    }
}

.wlogo {
    display: none;
}
.headerFixed .wlogo {
    display: block;
}
.container {
    padding: 0;
}
.swiper-container .swiper-slide img {
    width: 100%;
}
.t-logo img {
    width:200px /*140px*/;
}
.t-fix-l img {
    margin-top: 15px !important;
    width: 140px !important;
    filter: grayscale(100%) brightness(500%);
}

.cepinglist li span{
    width: 100px;
    height: 100px;
    /*background-image: linear-gradient(0deg, rgba(0, 150, 255, 1) 0%, rgba(123, 201, 255, 1) 100%),*/
    /*linear-gradient(rgba(0, 150, 255, 1), rgba(0, 150, 255, 1));*/
    background: -webkit-linear-gradient(#4A78C2, #113564);
    background: -o-linear-gradient(#4A78C2, #113564);
    background: -moz-linear-gradient(#4A78C2, #113564);
    background: linear-gradient(#4A78C2, #113564);
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cepinglist li span img {
    width: 60px;
}
.cepinglist li{
    width:100px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.cepinglist li img{
    display: inline-block;
    /* padding-top: 20px; */

}
.cepinglist li p{
    font-size: 18px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .cepinglist li span {
        width: 60px;
        height: 60px;
    }
    .cepinglist li span img {
        width: 30px;
        height: 30px;
    }
}

.panoramalist-pc {
    margin: 0 auto;
    height: 485px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.panoramalist-pc > div {
    width: 150px;
    height: 485px;
    border-radius: 16px;
    border: 1px solid #DCEAFF;
    background-color: #fff;
    text-align: center;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.panoramalist-pc .small .icon {
    width: 40px;
    margin-bottom: 1em;
}
.panoramalist-pc .small .t1 {
    height: 22px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 22px;
    margin-bottom: 8px;
    padding: 0 20px;
}
.panoramalist-pc .small .t2 {
    font-size: 12px;
    font-weight: 400;
    color: #333;
    line-height: 18px;
    padding: 0 1em;
    display: none;
}
.panoramalist-pc .small .img {
    width: 150px;
    margin: 76px auto 0;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.panoramalist-pc .small .img img {
    width: 100%;
}
.panoramalist-pc .big {
    display: block;
    background: #fff;
    width: 250px;
    height: 485px;
    position: absolute;
    z-index: 3;
    opacity: 0;
    left: 0;
    top: 0;
    border: 1px solid #1472FF;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s;

    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-content: stretch;
}
.panoramalist-pc .big .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* padding-left: 53px; */
    height: 60px;
    background: url(../images/background-top.png) center/cover;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* width: 400px; */
    position: relative;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0 10px 16px 0 #f5f9ff;
    box-shadow: 0 10px 16px 0 #f5f9ff;
    width: 100%;
}
.panoramalist-pc .big .top p {
    margin: 0;
    margin-left: 20px;
    height: 22px;
    font-size: 20px;
    font-weight: 500;
    color: #FFFEFE;
    line-height: 22px;
}
.panoramalist-pc .big .mid {
    text-align: left;
    height: 48px;
    /* margin: 1em auto; */
    padding: 0 1em;
}
.panoramalist-pc .big .bot {
    /* width: 306px; */
    width: 100%;
    height: auto;
    margin: 12px auto;
}
.panoramalist-pc .big .bot img {
    width: 150px;
}
.panoramalist-pc .big a.btn {
    width: 110px;
    background: #1472FF;
    border-radius: 21px;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    padding: 0.5em 0;
}
.panoramalist-pc > div.active {
    width: 250px;
}
.panoramalist-pc > div.active .big {
    /* display: block; */
    opacity: 1;
}


.panoramalist-wap {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.panoramalist-wap > div {
    /* border-radius: 16px;
    border: 1px solid #DCEAFF;
    background-color: #fff; */
    text-align: center;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.panoramalist-wap .big {
    display: block;
    background: #fff;
    z-index: 3;
    border: 1px solid #1472FF;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s;
}
.panoramalist-wap .big .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* padding-left: 53px; */
    height: 60px;
    background: url(../images/background-top.png) center/cover;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* width: 400px; */
    position: relative;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0 10px 16px 0 #f5f9ff;
    box-shadow: 0 10px 16px 0 #f5f9ff;
}
.panoramalist-wap .big .top p {
    margin: 0;
    margin-left: 20px;
    height: 22px;
    font-size: 20px;
    font-weight: 500;
    color: #FFFEFE;
    line-height: 22px;
}
.panoramalist-wap .big .mid {
    text-align: left;
    margin: 17px 0 0 52px;
}
.panoramalist-wap .big .bot {
    /* width: 306px; */
    height: auto;
    margin: 12px auto;
}
.panoramalist-wap .big .bot img {
    width: 100%;
}
.panoramalist-wap .big a.btn {
    width: 100px;
    background: #1472FF;
    border-radius: 21px;
    display: block;
    margin: 1em auto;
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    padding: 0.5em 0;
}

.functions-wrap .t {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    color: var(--main-base-color);
    margin: 1.5em 0;
}
.functions-wrap .title {
    font-size: 24px;
    color: var(--main-base-color);
    margin-bottom: 1em;
}
.functions-wrap .item {
    padding: 80px 0 70px;
}
.functions-wrap .item.active {
    background: #f5f5f5;
}
.functions-wrap .item .img {
    width: 100%;
}

thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

.versions-wrap {
    margin: 5em 0;
}
.versions-wrap .box {
    border: 1px solid #DBDBDB;
    position: relative;
    overflow: hidden;
    height: auto;
    border-radius: 8px;
    background: #fff;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}
.versions-wrap .box:hover {
    -webkit-box-shadow: 0 18px 36px 0 rgb(8 66 186 / 18%);
    box-shadow: 0 18px 36px 0 rgb(8 66 186 / 18%);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
    cursor: pointer;
}
.versions-wrap .box .top {
    background-image: url(../images/version.png);
    background-size: 100%;
    padding: 27px 3px;
    font-size: 1.9em;
    color: #fff;
    line-height: 45px;
    font-weight: 100;
    text-align: center;
}
.versions-wrap .box .mid {
    padding: 1em;
    min-height: 150px;
}
.versions-wrap .box .bot {
    padding: 1em 0;
    text-align: center;
}
.versions-wrap .box .bot p {
    text-align: left;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 0.5em;
}
.versions-wrap .box .bot p span:nth-child(1) {
    font-weight: bold;
    color: #333;
    font-size: 1em;
}
.versions-wrap .box .bot p span:nth-child(2) {
    text-align: left;
    font-size: 1em;
    color: #666;
}
.versions-wrap .box .bot a {
    color: #fff;
    border-radius: 20px;
    padding: 7px 45px;
    display: inline-block;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 1em;
    background: -webkit-gradient(linear,left top, right top,color-stop(0, #79A2FA),to(#105CFB));
}

.article-wrap {
    background: #f4f9ff;
    padding: 2em 0;
}
.article-wrap .left {
    border: 1px solid #f7f7f7;
    background: #fff;
    padding: 0px;
    /* margin-right: 3%; */
    border-radius: 4px;
}
.article-wrap .left h2 {
    background: #0195ff;
    color: #fff;
    padding: 14px;
    text-align: left;
    font-size: 1.4em;
    border-radius: 4px 4px 0px 0px;
    /* padding-left: 10%; */
}
.article-wrap .left li {
    text-align: left;
    padding: 5px 10px;
    margin: 10px 0px;
    font-size: 1.2em;
}
.article-wrap .left li.on a {
    color: #0195ff;
}
.article-wrap .box {
    border: 1px solid #f7f7f7;
    background: #fff;
    margin-bottom: 3%;
    padding: 4% 5%;
    min-height: 400px;
}
.article-wrap .box h3 {
    font-size: 1.6em;
    margin-bottom: 20px;
    border-radius: 4px;
    font-weight: bold;
    text-align: left;
    position: relative;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 20px;
}

.article-wrap .left.fixed {
    position: fixed;
    top: 90px;
    width: 250px;
}

.kehu-wrap .top {
    background-image: url('../images/kehu.png');
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 60px 0;
}
.kehu-wrap .top h3 {
    /* height: 66px; */
    font-size: 2.5em;
    font-weight: 600;
    color: #FFF;
    line-height: 66px;
}
.kehu-wrap .top p {
    margin-top: 4px;
    font-size: 1.2em;
    color: #FFF;
    line-height: 36px;
}
.kehu-wrap .top2 {
    background: url(../images/kehu2.png) center/cover;
    margin-top: -55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 0;
    border-radius: 16px;
}
.kehu-wrap .top2 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.kehu-wrap .top2 .item .t1 {
    
    font-size: 22px;
    color: #284DE7;
    margin-bottom: 6px;
}
.kehu-wrap .top2 .item .t2 {
    font-size: 1.4em;
    font-weight: 600;
    color: #284DE7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.kehu-wrap .top2 .item .t2 span {
    margin-right: 8px;
    font-size: 1.6em;
    font-family: SourceHanSansSC-Bold,SourceHanSansSC;
    font-weight: 700;
    color: #284DE7;
}
.n-zhzizhi > div > div img {
    width: 100%;
}
.ottab .tabbtns > div {
    flex: 1 0 0%;
}
.hlkls li .imgbox {
    height: 255px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width:768px) {
    .kehu-wrap .top h3 {
        font-size: 2em;
    }
    .kehu-wrap .top p {
        font-size: 1.2em;
    }
    .kehu-wrap .top2 {
        padding: 1em 0;
    }
    .kehu-wrap .top2 .item .t1 {
        font-size: 0.8em;
    }
    .kehu-wrap .top2 .item .t2 {
        font-size: 0.6em;
    }
    .kehu-wrap .top2 .item .t2 span {
        font-size: 1rem;
    }
    .functions-wrap .item .img {
        width: 100%;
    }
    .functions-wrap .item {
        padding: 2em 0;
    }
    .t-logo img {
        width: 150px;
    }
    
    .cepinglist li {
        width: auto;
    }
    .n-zhzizhi > div > div {
        width: 100%;
    }
    .ottab .tabbtns > div {
        flex: 0 0 auto;
        width: 50%;
    }

    .hlkls li .imgbox {
        height: auto;
    }
}

/* .n-sandawe {
    display: flex;
    flex-wrap: wrap;
} */
.cepinglist li a:hover p {
    color: var(--main-base-color);
}
.z_logo_before {
    margin: 0 !important;
    padding-left: 20px/*10px*/;
}
.t-logo {
    display: flex;
    align-items: center;
}
.hlkls li .imgbox {
    padding: 0 !important;
    background-color: unset !important;
}
