/*common**/
html {
    height: 100%;
    --red: #d32b2b;
    --blue: #407fea;
    --blue2: #01104b;
    --blue3: #006de7;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 1.4rem;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.ht100 {
    height: 100%;
}

.mwd100 {
    max-width: 100%;
}

.mht100 {
    max-height: 100%;
}


.tcfe {
    color: #fefefe;
}

.jm0 {
    margin-left: 0;
    margin-right: 0;
}

.jm0>[class*=col] {
    padding: 0;
}

.jm13 {
    margin-left: -13px;
    margin-right: -13px;
}

.jm13>[class*=col] {
    padding: 0 13px;
}

.jm20 {
    margin-left: -20px;
    margin-right: -20px;
}

.jm20>[class*=col] {
    padding: 0 20px;
}

.jm25 {
    margin-left: -25px;
    margin-right: -25px;
}

.jm25>[class*=col] {
    padding: 0 25px;
}

.jm10 {
    margin-left: -10px;
    margin-right: -10px;
}

.jm10>[class*=col] {
    padding: 0 10px;
}

.jm5 {
    margin-left: -5px;
    margin-right: -5px;
}

.jm5>[class*=col] {
    padding: 0 5px;
}


.htmldiv {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 100%;
    width: 1200px;
}

.tc-blue {
    color: #407fea;
}

.tc-gray {
    color: #dedbdb;
}

.bg-blue {
    background: #f3f8fc;
}

.bg-blue2 {
    background: #407fea;
}

.bg-gray {
    background: #eeefef;
}

.bg-gray2 {
    background: #f7f8fb;
}

.bg-gray3 {
    background: #f0f2f5;
}

.bborder {
    border-bottom: 1px solid #ddd;
}

.zbtn-bblue {
    border: 1px solid #407fea;
    border-radius: 5px;
    color: #407fea;
}

.zbtn-blue,
.topdiv.nfix .zbtn-bblue:hover,
.zbtn-bblue:hover {
    border-color: #407fea;
    background: #407fea;
    color: #fff;
}

.st {
    padding-top: 55px;
    padding-bottom: 75px;
}

.st h4,
.st h2 {
    line-height: 1.4;
}

.st.pb40 {
    padding-bottom: 40px;
}

.st.pb50 {
    padding-bottom: 50px;
}

.st h4 {
    margin-top: 8px;
}

.st h4.mt10 {
    margin-top: 10px;
}

.vbg {
    height: 325px;
}

.vbg .txt {
    flex: 6;
}

.vbg .pimg {
    flex: 4;
}

.atab {
    transition: all .5s ease-in-out;
    background: #2d2c34;
}

.atab .htmldiv {
    display: flex;
}

.atab a {
    margin-right: 10px;
    width: 180px;
    line-height: 64px;
    color: #fff;
}

.atab a.active {
    background: #407fea;
}

.atab.fixed {
    /* border-color:transparent; */
    border: none;
    z-index: 999;
    position: fixed;
    top: 65px;
    left: 0;
    right: 0;
}

.aname {
    height: 0;
    position: absolute;
    top: -130px;
}

.aname.t300 {
    top: -450px;
}

.stabs a {
    padding: 7px 18px;
}

.stabs a.active,
.stabs a:hover {
    background: #407fea;
    color: #fff;
}

.atop {
    padding-top: 35px;
    position: fixed;
    z-index: 1024;
    right: 10px;
    bottom: 60px;
    width: 64px;
    margin-top: 15px;
    background: #fff;
    box-shadow: 0 4px 12px 0 rgba(14, 21, 42, .1);
    border-radius: 5px;
    background: #fff url(../images/top1.png) no-repeat center 12px;
    transition: all .5s;
    animation: 2s my_ani infinite alternate;
}


.atop:hover {
    margin-top: 20px;
    color: #007aff;
    background: url(../images/top2.png) no-repeat center 10px;
    animation-play-state: paused;
}
@keyframes my_ani {
    0%{
        transform: translateY(0);
        opacity: 1;
    }
    100%{
        transform: translateY(-50px);
        opacity: .8;
    }
}



.relative_main .atab.fixed {
    margin-top: 0;
}

.relative_main .atab.fixed .htmldiv {
    background: none;
    box-shadow: none;
}



.relative_main .aname.t300 {
    top: -300px;
}

.navbar-toggle .icon-bar {
    background: #407fea;
}

.navbar-toggle {
    margin-top: 30px;
    padding: 3px 6px 8px;
    border: 1px solid var(--blue);
    box-shadow: 0 0 2px var(--blue);
}

.topdiv {
    /* position: absolute; */
    left: 0;
    right: 0;
    top: 0;
    height: 65px;
    z-index: 1000;
}

.topdiv .htmldiv {
    padding: 0;
}
.topdiv .zbtn {
    padding: 0;
    width: 72px;
    height: 32px;
    line-height: 30px;
}

.topdiv.nfix {
    /* position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000; */
    box-shadow: 0 1px 3px #ccc;
    /*background: rgba(0, 0, 0, .6);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);*/
}

/*.nfix .nav a{color: #fff;box-shadow: none;}

.topdiv.nfix .navdiv ul li>a{color: #fff;}
.topdiv.nfix .navdiv ul .ali:hover>a{color: #407fea;}
.topdiv.nfix .zbtn-bblue{border-color: #fff;color: #fff;}*/

.navbar-toggle .icon-bar+.icon-bar{
    margin-top: 6px;
}
.navdiv{
    position: static !important;
}
.navdiv ul li.ali {
    float: left;
    margin-left: 5px;
}

.navdiv ul>li>a {
    display: block;
    /* width: 110px; */
    padding: 0 15px;
    line-height: 65px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #000d54;
    /* cursor: default; */
}

.navdiv ul li ul a {
    color: #fff;
}

.navdiv ul li a.ap {
    cursor: pointer;
}

.navdiv ul li.one a {
    cursor: pointer;
}

.navdiv ul .ali>a {
    font-size: 16px;
}

.navdiv ul .ali:hover>a {
    color: #407fea;
}

.navdiv ul li:hover li {
    height: 40px;
}

.navdiv li:hover ul {
    left: auto
}

.navdiv .jt.xia {
    border-color: #407fea;
    -webkit-transform: translateY(6px) rotate(135deg);
    /*兼容-webkit-引擎浏览器*/
}

.navdiv .jt {
    display: inline-block;
    margin-left: 15px;
    content: '';
    width: 12px;
    height: 12px;
    border-left: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    -webkit-transform: rotate(-45deg);
    transition: transform .2s;
}

.panel {
    position: absolute;
    z-index: -1;
    /* top: 65px; */
    left: 0;
    right: 0;
    transition: all .2s ease-in-out;
    transform: rotate3d(1, 0, 0, -90deg);
    transform-origin: 50% 0%;
    background-color: #fff;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    justify-content: center;
    background: #fff;
    padding: 50px 0 0 0;
    border-radius: 0;
}

.panel a {
    padding: 10px;
    color: #333;
}

.panel a:hover {
    /* background: #95b7f2; */
    color: var(--blue);
    text-decoration: none;
}

.panel a:hover .stt,
.panel a:hover .int {
    color: var(--blue);
}
/*.navdiv .panel3{display:flex;transform:rotate3d(0, 0, 0, 0deg);}*/


.panel .tt {
    border-bottom: 1px solid #ddd;
}

.panel .stt {
    background: url(../images/cn5.png) no-repeat;
}

.panel .scont {
    padding: 30px 0 0;
}

.panel .ldv {
    width: 750px;
}

.panel .sdv {
    margin-bottom: 50px;
    width: 360px;
}

.panel1 .stt {
    background-position: -35px -15px;
}

.panel1 a {
    width: 250px;
}

.panel1 .sdv2 .stt {
    background-position: -35px -65px;
}

.panel1 .sdv3 .stt {
    background-position: -35px -170px;
}

.panel1 .sdv4 .stt {
    background-position: -35px -220px;
}

.panel1 .sdv5 .stt {
    background-position: -35px -278px;
}

.panel1 .sdv6 .stt {
    background-position: -35px -324px;
}

.panel1 .sdv7 .stt {
    background-position: -35px -115px;
}


.panel2 .sdv {
    width: 280px;
}

.panel2 a {
    width: 210px;
}

.panel2 .scont {
    padding-top: 0;
}

.panel2 .sdv1 .stt {
    background-position: -32px -375px;
}

.panel2 .sdv2 .stt {
    background-position: -32px -430px;
}

.panel2 .sdv3 .stt {
    background-position: -32px -482px;
}

.panel2 .sdv4 .stt {
    background-position: -32px -533px;
}

.panel3 .sdv {
    width: 360px;
}

.panel3 .sdv1 .stt {
    background-position: -32px -590px;
}

.panel3 .sdv2 .stt {
    background-position: -32px -640px;
}

.panel3 .sdv3 .stt {
    background-position: -32px -740px;
}

.panel3 .sdv4 .stt {
    background-position: -32px -790px;
}

.panel3 .sdv5 .stt {
    background-position: -32px -690px;
}


.swiper-container {
    min-width: 1200px;
}

.swiper-container img {
    width: 100%;
}

.index_bg {
    height: 4133px;
    background: url(../images/index_02.jpg) no-repeat center top;
}

.share_bg {
    height: 2083px;
    background: url(../images/index_02_share.jpg) no-repeat center top;
}

.service_bg {
    height: 6033px;
    background: url(../images/index_02_service.jpg) no-repeat center top;
}

.resolve_bg {
    height: 7740px;
    background: url(../images/index_02_resolve.jpg) no-repeat center top;
}

.relative_bg {
    height: 5753px;
    background: url(../images/index_02_relative.jpg) no-repeat center top;
}

.product_bg {
    height: 2934px;
    background: url(../images/index_02_product.jpg) no-repeat center top;
}

.lms_bg {
    height: 2800px;
    background: url(../images/index_02_lms.jpg) no-repeat center top;
}

.teach_bg {
    height: 10110px;
    background: url(../images/index_02_teach.jpg) no-repeat center top;
}


.main {
    margin-top: 65px;
}

.zbtn-wborder {
    border: 1px solid #fff;
    color: #fff;
}

.zbtn-wborder:hover {
    background: var(--red);
    border-color: var(--red);
    color: #fff;
}

.swiper-container {
    height: 678px;
}

.tc-red {
    color: var(--red);
}

.zrvdiv {
    padding-top: 65px;
    height: 100%;
    background: #323037;
}
.zrvdiv .htmldiv {
    height: 100%;
    padding: 0;
}
.zrvdiv .txt {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.zrvdiv .fs30 {
    padding: 3rem 0 12rem;
}

.zrvdiv .fs30>span {
    margin: 0 1.3rem;
}

.zrvdiv .zbtn-wborder {
    margin-top: 6rem;
    padding: 1.2rem 2.5rem;
    border-radius: 2.5rem;
}

.smdv {
    margin-top: -50px;
    height: 100px;
}

.smdv .p100 {
    z-index: 999;
}

.smdv .sdv {
    padding-left: 95px;
    width: 285px;
    height: 100%;
    border: 1px solid #e5e8ed;
    box-shadow: 2px 2px 8px 1px #c1cce3;
    background: #fff url(../images/cn.png) no-repeat;
    transition: all .3s ease-in-out;
}

.smdv .sdv:hover {
    box-shadow: 0px 0px 12px 0px #c1cce3;
}

.smdv .sdv1 {
    background-position: 9px -25px;
}

.smdv .sdv2 {
    background-position: 9px -140px;
}

.smdv .sdv3 {
    background-position: 5px -265px;
}

.smdv .sdv4 {
    background-position: 0 -392px;
}

.cpdv {
    background: #f7f8fa;
}

.cpdv .bd {
    border: 1px solid #333;
}

.cpdv .borders .bd:hover {
    color: #407fea;
    border-color: #407fea;
    box-shadow: 1px 1px 8px #c1cce3;
}

.cpdv .borders {
    margin-top: 40px;
}

.cpdv .borders .bd {
    padding-left: 50px;
    padding: 9px 20px 9px 50px;
    background: url(../images/cn2.png) no-repeat;
}

.cpdv .borders1 .bd:first-child {
    background-position: -55px -580px;
}

.cpdv .borders1 .bd:nth-child(2) {
    background-position: -320px -580px;
}

.cpdv .borders1 .bd:nth-child(3) {
    background-position: -50px -720px;
}

.cpdv .borders1 .bd:nth-child(4) {
    background-position: -325px -720px;
}

.cpdv .borders1 .bd:nth-child(5) {
    background-position: -50px -818px;
}

.cpdv .ig {
    margin-top: 80px;
}

.cpdv .item:first-child .ig {
    margin-top: 0;
}

.cpdv .borders2 .bd:first-child {
    background-position: -320px -720px;
}

.cpdv .borders2 .bd:nth-child(2) {
    background-position: -50px -912px;
}

.cpdv .borders2 .bd:nth-child(3) {
    background-position: -328px -912px;
}

.cpdv .borders2 .bd:nth-child(4) {
    background-position: -55px -998px
}

.cpdv .borders2 .bd:nth-child(5) {
    background-position: -330px -992px;
}

.cpdv .borders3 .bd {
    margin: 0 40px 20px;
    padding-left: 0;
    padding-top: 70px;
    padding-right: 0;
    width: 100px;
    height: 100px;
    background: url(../images/cn3.png) no-repeat;
    border: none;
}

.cpdv .borders3 .bd:first-child {
    background-position: -5px -20px;
    ;
}

.cpdv .borders3 .bd:nth-child(2) {
    background-position: -195px -20px;
}

.cpdv .borders3 .bd:nth-child(3) {
    background-position: -370px -20px;
}

.cpdv .borders3 .bd:nth-child(4) {
    background-position: -550px -20px
}

.cpdv .borders3 .bd:nth-child(5) {
    background-position: -5px -160px;
    ;
}

.cpdv .borders3 .bd:nth-child(6) {
    background-position: -195px -160px;
}

.cpdv .borders3 .bd:nth-child(7) {
    background-position: -370px -160px;
}

.cpdv .borders3 .bd:nth-child(8) {
    background-position: -550px -160px
}

.cpdv .borders3 .bd:nth-child(9) {
    background-position: -5px -300px;
    ;
}

.cpdv .borders3 .bd:nth-child(10) {
    background-position: -195px -300px;
}


.cpdv .borders4 .bd {
    padding-right: 15px;
}

.cpdv .borders4 .bd:first-child {
    background-position: -55px -1120px;
}

.cpdv .borders4 .bd:nth-child(2) {
    background-position: -330px -1119px;
}

.cpdv .borders4 .bd:nth-child(3) {
    background-position: -52px -1241px;
}

.cpdv .borders4 .bd:nth-child(4) {
    background-position: -330px -1241px;
}

.cpdv .borders4 .bd:nth-child(5) {
    background-position: -52px -1340px;
}

.cpdv .borders5 .bd {
    margin: 0 3px 20px;
    padding: 110px 0 0 0;
    width: 140px;
    height: 170px;
    background: url(../images/cn4.png) no-repeat;
    border: none;
    color: #000;
    border: 1px solid #333;
}

.cpdv .borders5 .bd:first-child {
    background-position: 30px 15px;
}

.cpdv .borders5 .bd:nth-child(2) {
    background-position: -125px 15px;
}

.cpdv .borders5 .bd:nth-child(3) {
    background-position: -280px 15px;
}

.cpdv .borders5 .bd:nth-child(4) {
    background-position: -440px 15px;
}

.cpdv .borders5 .bd:nth-child(5) {
    background-position: -605px 15px;
}

.ctdv .cont {
    padding: 65px 0 10px;
}

.ctdv .sdv {
    margin: 0 35px 50px;
    width: 325px;
}

.ctdv .sdv:hover {
    color: #407fea;
}

.ctdv .sdv:hover img {
    animation: mysc 1.5s ease-in-out infinite;
}

/* 

@keyframes mysc {
    0,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    40% {
        transform: scale(1.1);
        opacity: 1;
    }

    80% {
        transform: scale(.5);
        opacity: .5;
    }

} */


.ftdv {
    background: #212121;
    color: #adadad;
}

.ftdv .htmldiv {
    padding: 30px 20px 0;
}

.ftdv a:hover {
    color: #fff;
}

.ftdv .tt {
    padding-bottom: 30px;
    color: #fff;
}

.ftdv .tt::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    height: 1px;
    background: #5a5b5c;
}

.ftdv .sn,
.ftdv a {
    margin-bottom: 12px;
    line-height: 1.3;
    color: #adadad;
}

/* .ftdv .wx {
    width: 165px;
} */

.ftdv .bmdv {
    padding-top: 10px;
    line-height: 1.6;
    border-top: 1px solid #5a5b5c;
}

.ftdv .bmdv a:hover img {
    box-shadow: 0 0 5px #fff;
}


/* #region index **/
.index_main {
    margin-top: 0;
}

.index_main .mddv .tbs {
    /* height: 295px; */
    border-bottom: 1px solid #e1e0e0;
}

.index_main .mddv.htmldiv {
    padding-left: 10px;
}

.index_main .mddv .ptb {
    margin: 0 3%;
    width: 25%;
    position: relative;
}

.index_main .mddv .ptb:nth-of-type(2) {
    /*width: 48%;*/
}

.index_main .mddv .tb {
    max-width: 100%;
    width: 168px;
    height: 295px;
    bottom: -6px;
}

.index_main .mddv .tb:hover .up,
.index_main .mddv .tb.active .up {
    top: -15px;
}

.index_main .mddv .tb:hover .down,
.index_main .mddv .tb.active .down {
    transform: scale(1);
    opacity: .6;
}

.index_main .mddv .tb:hover .txt,
.index_main .mddv .tb.active .txt {
    border-color: #407fea;
    color: #407fea;
}

.index_main .mddv .tb .igs {
    height: 8px;
}

.index_main .mddv .tb .up,
.index_main .mddv .tb .down {
    transition: all .3s ease-in-out;
}

.index_main .mddv .tb .up {
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}

.index_main .mddv .tb .down {
    left: 0;
    right: 0;
    margin: auto;
    top: 150px;
    transform: scale(1.25);
    opacity: .5;
}

.index_main .mddv .tb .txt {
    left: 50%;
    bottom: 0;
    margin-left: -72px;
    padding-bottom: 12px;
    width: 150px;
    border-bottom: 2px solid transparent;
}

.index_main .mddv .scont {
    padding-top: 35px;
    /* height: 330px;*/
}

.index_main .mddv .scont .zbtn {
    padding: 8px 20px;
    border-radius: 30px;
    transition: all .5s ease-in-out;
}

.index_main .mddv .scont .sdv:hover .zbtn {
    background: #407fea;
    color: #fff;
}

.index_main .mddv .scont0 .tt {
    padding-left: 45px;
    background: url(../images/cn.png) no-repeat -32px -545px;
    color: #374567;
}

.index_main .mddv .scont0 .ot {
    overflow: hidden;
    color: #7f8baa;
    height: 90px;
}

.index_main .mddv .scont0 .sdv {
    padding: 25px 25px 80px 25px;
    /*width: 340px;
    height: 250px;
    max-width: 100%;*/
    height: 100%;
    border: 1px solid #e1e6f0;
}

.index_main .mddv .scont0 .sdv:hover {
    box-shadow: 0 0 15px #c1cce3;
}

.index_main .mddv .scont0 .zbtn {
    border-radius: 5px;
}

.index_main .mddv .scont0 .btns {
    bottom: 20px;
    top: auto;
}

.index_main .mddv .simg {
    border-radius: 5px;
    max-height: 200px;
}

.index_main .mddv .simg:hover .tbg {
    opacity: 0;
}

.index_main .mddv .simg .nm {
    top: 50px;
    left: 30px;
}

.index_main .mddv .simg .tbg {
    background: rgba(0, 0, 0, .3);
}

.index_main .mddv .simg .zbtn {
    padding: 0;
    bottom: 30px;
    right: 0;
    width: 115px;
    text-align: left;
}

.index_main .mddv .simg .zbtn::after {
    right: 0;
    top: 50%;
    width: 43px;
    height: 1px;
    background: #fff;
}

.index_main .mddv .scont1 .sdv:hover .cur {
    border: 1px dashed #407fea;
    transform: scale(1.3);
}

.index_main .mddv .scont1 .cur {
    width: 100px;
    height: 100px;
    border: 1px solid #000;
    transition: all .5s ease-in-out;
    background: url(../images/cn.png) no-repeat;
}

.index_main .mddv .scont1 .sdv {
    margin: 0 55px;
}

.index_main .mddv .scont1 .sdv2 {
    margin-left: 70px;
    margin-right: 60px;
}

.index_main .mddv .scont1 .sdv1 .cur {
    background-position: 10px -630px;
}

.index_main .mddv .scont1 .sdv2 .cur {
    background-position: 10px -745px;
}

.index_main .mddv .scont1 .sdv3 .cur {
    background-position: 10px -860px;
}

.index_main .mddv .scont1 .sdv4 .cur {
    background-position: 10px -980px;
}

.index_main .mddv .scont2 .sdv {
    margin: 0 60px;
}

.index_main .mddv .scont2 .ig {
    height: 120px;
    width: 135px;
    background: url(../images/cn.png) no-repeat;
}

.index_main .mddv .scont2 .sdv1 .ig {
    background-position: -200px -640px;
}

.index_main .mddv .scont2 .sdv2 .ig {
    background-position: -200px -840px;
}

.index_main .mddv .scont2 .sdv3 .ig {
    background-position: -200px -1025px;
}

.index_main .mddv .scont2 .sdv4 .ig {
    background-position: -214px -1240px;
}


.index_main .nodv .sdiv {
    padding: 25px 0 0 25px;
    height: 110px;
    border: 1px solid #deecf3;
}

.index_main .nodv .sdiv:hover {
    color: var(--blue);
}

.index_main .nodv .sdiv:hover .ig {
    margin-top: -2px;
}

.index_main .nodv .sdiv::before {
    top: calc(50% - 14px);
    right: -30px;
    width: 28px;
    height: 24px;
    background: url(../images/22cn_01.png) no-repeat -23px -413px;

}

.index_main .nodv .col-md-3:nth-child(2n+2) .sdiv::before {
    background: url(../images/22cn_01.png) no-repeat -106px -413px;
}

.index_main .nodv .col-md-3:nth-child(2n+4) .sdiv::before {
    display: none;
}

.index_main .nodv .sst {
    padding: 5px 10px;
    background: #404555;
}

.index_main .nodv .ig {
    width: 62px;
    height: 62px;
    background: url(../images/22cn_01.png) no-repeat -8px -35px;
}

.index_main .nodv .sdiv2 .ig {
    background-position: -130px -35px;
}

.index_main .nodv .sdiv3 .ig {
    background-position: -252px -35px;
}

.index_main .nodv .sdiv4 .ig {
    background-position: -374px -35px;
}

.index_main .nodv .row2 .sdiv .ig {
    background-position: -8px -166px;
}

.index_main .nodv .row2 .sdiv2 .ig {
    background-position: -130px -166px;
}

.index_main .nodv .row2 .sdiv3 .ig {
    background-position: -252px -166px;
}

.index_main .nodv .row2 .sdiv4 .ig {
    background-position: -374px -166px;
}

.index_main .nodv .row3 .sdiv .ig {
    background-position: -8px -287px;
}

.index_main .nodv .row3 .sdiv2 .ig {
    background-position: -130px -287px;
}

.index_main .nodv .row3 .sdiv3 .ig {
    background-position: -252px -287px;
}

.index_main .nodv .row3 .sdiv4 .ig {
    background-position: -374px -287px;
}

.index_main .sudv .sdv {
    margin-bottom: 18px;
}

.index_main .sudv .sdv:nth-child(5n + 2) {
    margin: 0 20px 0 20px;
}

.index_main .sudv .sdv:nth-child(5n + 3) {
    margin: 0 15px 0 15px;
}

.index_main .sudv .sdv:nth-child(5n + 4) {
    margin: 0 10px 0 20px;
}

.sysdv .st .fs16 {
    margin-top: 0;
}

.sysdv,
.index_main .cedv {
    background: #f7f8fa;
}

.sysdv {
    /* padding: 0 30px 60px 65px; */
}

.sysdv .htmldiv {
    padding-left: 50px;
    padding-bottom: 60px;
}

.sysdv .pzbtn .zbtn-bblue {
    cursor: pointer;
}

.sysdv .zbtn-bblue {
    cursor: default;
}

.sysdv .zbtn-bblue:hover {
    background: #fff;
    color: #407fea;
}

.sysdv .zbtn {
    padding: 0;
    width: 92px;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
}

.sysdv .sdv {
    padding-left: 55px;
}

.sysdv .zbtn-blue {
    left: -46px;
    top: 50%;
    margin-top: -18px;
}

.sysdv .zbtn-blue.tcir::before,
.sysdv .zbtn-blue::after {
    content: '';
    left: 50%;
    margin-left: -3px;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #999;
}

.sysdv .zbtn-blue::before {
    top: -16px;
}

.sysdv .zbtn-blue::after {
    top: 45px;
}

.sysdv .lbr {
    border-left: 1px solid #999;
}

.sysdv .ht40 {
    height: 45px;
}

.sysdv .listdv {
    padding-bottom: 40px;
    background: url(../images/22resolve_03.png) no-repeat center 20px;
}

.sysdv .pty {
    margin: 0 20px;
}

.sysdv .tydv {
    padding-top: 70px;
    width: 114px;
    height: 114px;
    background: #036adc;
}

.sysdv .stt {
    margin-bottom: 4px;
    line-height: 36px;
}

.sysdv .bg {
    background: #efeff2;
    border-radius: 5px;
}

.sysdv .sdetail {
    margin-right: 11px;
    /* width: 165px; */
    width: 142px;
}

.sysdv .bg,
.sysdv .sdt>div {
    text-align: left;
    color: #666;
}

.sysdv .bg,
.sysdv .sdt>div:hover {
    color: var(--blue);
}

.sysdv .stt {
    text-align: center;
    color: #333;
}

.sysdv .pzbtn .zbtn {
    max-width: 90%;
    width: 110px;
    height: 34px;
    line-height: 32px;
    font-size: 15px;
}

.sysdv .pzbtn .zbtn:hover {
    background-color: var(--blue);
    color: #fff;
}

.sysdv .sdetail:last-child {
    margin-right: 0;
}

.sysdv .sdt {
    padding-top: 15px;
    height: 320px;
}

.sysdv .sdt div::before {
    content: '';
    margin-right: 8px;
    margin-left: 18px;
    background: #407fea;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.sysdv .cir {
    background-image: url(../images/cn6.png);
    background-repeat: no-repeat;
}

.sysdv .tydv {
    margin: 30px 2px 5px;
    width: 70px;
    height: 70px;
    background-size: 120%;
    background-position: 2px 20px;
}

.sysdv .tcir2 {
    background-position: 3px -70px;
    background-color: #25a0ef;
}

.sysdv .tcir3 {
    background-position: 5px -155px;
    background-color: #6ed3ff;
}

.sysdv .czbtn {
    width: 90px;
    height: 30px;
    line-height: 30px;
    background: #036adc;
    color: #fff;
}

.sysdv .pty:nth-child(2) .czbtn {
    background: #25a0ef;
}

.sysdv .pty:nth-child(3) .czbtn {
    background: #6ed3ff;
}

.sysdv .border {
    line-height: 55px;
    border: 1px solid #407fea;
}

.sysdv .border .cir {
    margin-right: 43px;
    padding-left: 40px;
}

.sysdv .border .cir:hover {
    color: #407fea;
}

.sysdv .border .cir:nth-last-of-type(2) {
    margin-right: 0;
}

.sysdv .cir1 {
    background-position: -30px -295px;
}

.sysdv .cir2 {
    background-position: -30px -365px;
}

.sysdv .cir3 {
    background-position: -30px -435px;
}

.sysdv .cir4 {
    background-position: -30px -505px;
}

.sysdv .cir5 {
    background-position: -30px -575px;
}

.sysdv .cir6 {
    background-position: -30px -646px;
}

.sysdv .cir7 {
    background-position: -30px -722px;
}

.sysdv .cir8 {
    background-position: -30px -790px;
}

.sysdv .cir9 {
    background-position: -30px -860px;
}

.sysdv .cir10 {
    background-position: -30px -932px;
}

.sysdv .cir11 {
    background-position: -30px -1004px;
}

.sysdv .cir12 {
    background-position: -30px -1078px;
}

.sysdv .border2 .cir {
    margin-right: 26px;
}

.sysdv .border2 .zbtn-blue::after {
    display: none;
}

.index_main .cedv .line {
    z-index: 1;
    top: 0;
    left: 12%;
    right: 18%;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .8) 2px, #fff 6px);
    background-size: 8px 1px;
    background-repeat: repeat-x;

}

.index_main .cedv .pflex {
    padding-top: 30px;
    width: 100%;
}

.index_main .cedv .flex1 {
    flex: auto;
}

.index_main .cedv .cur {
    z-index: 2;
    left: 50%;
    margin-left: -9px;
    top: -39px;
    width: 18px;
    height: 18px;
    border: 1px solid transparent;
    background: #fff;
}

.index_main .cedv .active .cur {
    border-color: var(--blue);
}

.index_main .cedv .active .cur::before {
    background: var(--blue);
}

.index_main .cedv .cur::before {
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    background: #404555;
    border-radius: 50%;
}

.index_main .cedv .ps-st {
    line-height: 2.4;
    background: #404555;
}

.index_main .cedv .ps-ot {
    margin-bottom: 8px;
    line-height: 2;
    background: #e8e9eb;
    color: #404555;
}

.index_main .cedv .ig-st {
    margin-top: -10px;
}

/* #endregion index */

/* #region online */
.online_main .vbg {
    background: #01104b;
}

.online_main .sysdv {
    padding-top: 60px;
    background: none;
}

.online_main .cfadv .sdv:hover {
    box-shadow: 2px 2px 15px #c7ddee;
    background: #fff;
    color: var(--blue);
}

.online_main .cfadv .sdv:hover:before {
    top: 0;
}

.online_main .cfadv .sdv {
    margin: 0 25px 35px;
    padding: 150px 25px 0;
    height: 235px;
    border: 1px solid #c7ddee;

}

.online_main .cfadv .sdv:before {
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    width: 130px;
    height: 130px;
    background: url(../images/cn8.png) no-repeat -32px 0;
    transition: all .3s;
}

.online_main .cfadv .sdv2::before {
    background-position: -323px 0;
}

.online_main .cfadv .sdv3::before {
    background-position: -32px -310px;
}

.online_main .cfadv .sdv4::before {
    background-position: -322px -302px;
}

.online_main .cfadv .sdv5::before {
    background-position: -32px -586px;
}

.online_main .cfadv .sdv6::before {
    background-position: -323px -595px;
}

.online_main .ctsdv .cont {
    height: 280px;
    background: url(../images/resolve_04.png) no-repeat center 0;
}

.online_main .ctsdv .sdv:hover {
    color: var(--blue);
}

.online_main .ctsdv .sdv {
    top: 150px;
    left: 16px;
}

.online_main .ctsdv .sdv2 {
    left: 180px;
    top: 120px;
}

.online_main .ctsdv .sdv3 {
    left: 542px;
    top: 145px;
}

.online_main .ctsdv .sdv4 {
    left: 825px;
    top: 128px;
}

.online_main .ctsdv .sdv5 {
    left: 1050px;
    top: 160px;
}

.online_main .ctsdv .sdv::before {
    top: 50px;
    left: 50%;
    transform: translateX(-50%) scale(0);
    width: 55px;
    height: 55px;
    background: url(../images/resolve_04.png) no-repeat -15px -45px;
    transition: all .2s;
}

.online_main .ctsdv .sdv2::before {
    background-position: -195px -5px;
}

.online_main .ctsdv .sdv3::before {
    background-position: -553px -32px;
}

.online_main .ctsdv .sdv4::before {
    background-position: -870px 2px;
}

.online_main .ctsdv .sdv5::before {
    background-position: -1090px -37px;
}


.online_main .zfadv .cont {
    padding-left: 40px;
    padding-right: 40px;
}

.online_main .zfadv .sdv:hover {
    padding-top: 0;
    background: #f3f8fc;
    box-shadow: 2px 2px 15px #c7ddee;
    color: var(--blue);
}

.online_main .zfadv .sdv:hover .ig {
    margin-top: 20px;
    transform: rotateY(360deg);
}

.online_main .zfadv .sdv:hover .fs14 {
    margin-top: 20px;
}

.online_main .zfadv .sdv {
    margin: 0 15px 35px;
    padding: 0 25px 0;
    height: 235px;
    border: 1px solid #c7ddee;
}

.online_main .zfadv .ig {
    margin-top: 25px;
    width: 120px;
    height: 90px;
    background: url(../images/cn9.png) no-repeat -65px -40px;
}

.online_main .zfadv .ig,
.online_main .ptsdv .ig {
    transition: all .3s ease .1s;
}

.online_main .zfadv .sdv2 .ig {
    background-position: -310px -50px;
}

.online_main .zfadv .sdv3 .ig {
    background-position: -65px -425px;
}

.online_main .zfadv .sdv .fs14 {
    margin-top: 20px;
}

.online_main .zfadv .sdv .fs14,
.online_main .ptsdv .fs14 {
    transition: all .1s ease 0.2s;
}

.online_main .ztsdv .sdv:hover {
    color: var(--blue);
}

.online_main .ztsdv .sdv:hover .ig {
    transform: scale(1.1) rotate3d(0, 0, 1, 360deg);
}

.online_main .ztsdv .sdv {
    display: flex;
    margin-bottom: 60px;
    width: 100%;
}

.online_main .ztsdv .ig {
    flex-shrink: 0;
    width: 125px;
    height: 100px;
    background: url(../images/cn9.png) no-repeat -78px -550px;
}

.online_main .ztsdv .sdv2 .ig {
    background-position: -78px -688px;
}

.online_main .ztsdv .sdv3 .ig {
    background-position: -78px -824px;
}

.online_main .ztsdv .sdv4 .ig {
    background-position: -78px -961px;
}

.online_main .pfadv .cont {
    padding-bottom: 80px;
}

.online_main .pfadv .sdv:hover {
    background: #fff;
    box-shadow: 2px 2px 15px #c7ddee;
}

.online_main .ptsdv .sdv:hover .fs30 {
    color: var(--blue);
}

.online_main .ptsdv .sdv:hover .fs14 {
    /* margin-top: 15px; */
}

.online_main .ptsdv .sdv:hover .ig {
    position: relative;
    top: -5px;
    transition: all .3s;
    /*
    transform: rotate3d(1, 1, 0, 360deg); */
}

.online_main .pfadv .sdv {
    margin: 20px 20px 0;
    padding: 60px 20px 60px 35%;
    height: 190px;
    border: 1px solid #c7ddee;
}

.online_main .pfadv .ig {
    left: -5%;
    top: -20%;
    height: 140%;
    z-index: 1;
}

.online_main .pfadv .txt {
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}

.online_main .ptsdv .sdv1::after,
.online_main .ptsdv .sdv2::after {
    content: '';
    position: absolute;
    top: 60px;
    bottom: 10px;
    right: -15px;
    width: 1px;
    background: #e5e5e6;
}

.online_main .ptsdv .ig {
    width: 120px;
    height: 120px;
    background: url(../images/cn9.png) no-repeat -335px -550px;
}

.online_main .ptsdv .sdv2 .ig {
    background-position: -335px -725px;
}

.online_main .ptsdv .sdv3 .ig {
    background-position: -335px -900px;
}

/* #endregion online */

/* #region product ***/
.product_main .vbg {
    background: #01104b url(../images/vbg02.jpg) repeat-x center bottom;
}

.product_main .sinfodv {
    background: linear-gradient(to right, #fff 20%, #fafafa 80%, #fff 100%);
}

.product_main .sinfodv .sdv {
    padding-left: 50px;
}

.product_main .sinfodv .sdv:hover .ig {
    top: -7px;
}

.product_main .sinfodv .sdv:hover .tc9 {
    color: var(--blue);
}

.product_main .sinfodv .ig {
    top: -5px;
    left: 0;
    width: 40px;
    height: 40px;
    background: url(../images/cn10.png) no-repeat -215px -22px;
}

.product_main .sinfodv .ig2 {
    background-position: -215px -150px;
}

.product_main .sinfodv .ig3 {
    background-position: -215px -283px;
}

.product_main .sinfodv .ig4 {
    background-position: -215px -410px
}

.product_main .sinfodv .ig5 {
    background-position: -215px -540px;
}

.product_main .sptdv .cont {
    padding-bottom: 100px;
}

.product_main .sptdv .sdv:hover .ig {
    transform: rotate3d(1, 1, 1, 360deg);
}

.product_main .sptdv .sdv:hover .fs20 {
    transform: scale(1.2);
}

.product_main .sptdv .sdv {
    flex: 1;
}

.product_main .sptdv .line {
    left: 10%;
    right: 10%;
    bottom: -42px;
    height: 1px;
}

.product_main .sptdv .num {
    padding: 8px;
    bottom: -64px;
    left: 50%;
    margin-left: -22px;
}

.product_main .sptdv .num span {
    width: 28px;
    height: 28px;
    line-height: 28px;
}

.product_main .sptdv .ig {
    width: 95px;
    height: 95px;
    background: url(../images/cn10.png) no-repeat -10px 0;
}

.product_main .sptdv .sdv:nth-child(3) .ig {
    background-position: -10px -182px;
}

.product_main .sptdv .sdv:nth-child(4) .ig {
    background-position: -10px -365px;
}

.product_main .sptdv .sdv:nth-child(5) .ig {
    background-position: -10px -541px;
}

.product_main .sptdv .sdv:nth-child(6) .ig {
    background-position: -10px -722px;
}


.product_main .svaldv .sdv:hover {
    /* box-shadow: 0 0 15px #ddd; */
    /* color: #fff; */
}

.product_main .svaldv .sdv:hover .fs24 {
    color: var(--blue);
}

.product_main .svaldv .sdv:hover .ig {
    transform: scale(1.1);
}

.product_main .svaldv .sdv {
    padding: 30px 40px 0;
    height: 285px;
}

.product_main .svaldv .igs {
    height: 100px;
}

.product_main .svaldv .br50 {
    width: 88px;
    height: 88px;
    border: 2px solid #a3c2f4;
}

.product_main .svaldv .ig {
    height: 86px;
    background: url(../images/cn10.png) no-repeat -193px -665px;
}

.product_main .svaldv .sdv2 .ig {
    background-position: -193px -794px;
}

.product_main .svaldv .sdv3 .ig {
    background-position: -193px -923px;
}



.product_main .sendv .wd {
    top: 15%;
    left: 50%;
    margin-left: -15px;
    width: 30px;
}

.product_main .sendv .sdv:hover {
    color: #407fea;
    font-weight: bold;
}

.product_main .sendv .sdv:hover::before {
    transition: all .5s ease;
    transform: scale(0);
}

.product_main .sendv .sdv {
    padding: 0 2px;
    width: 20%;
    /* height: 340px; */
}

.product_main .sendv .sdv::before {
    left: 2px;
    right: 2px;
    top: 0;
    bottom: 0;
    background: rgb(0, 0, 0, .4);
}

.product_main .einfodv .sdv:hover .fs20 {
    color: var(--blue);
}

.product_main .einfodv .sdv {
    padding-right: 130px;
    padding-left: 80px;
    height: 150px;
}

.product_main .einfodv .ig {
    left: 0;
    width: 80px;
    height: 104px;
    background: url(../images/cn12.png) no-repeat -30px -25px;
}

.product_main .einfodv .sdv2 .ig {
    background-position: -195px -25px;
}

.product_main .einfodv .sdv3 .ig {
    background-position: -30px -200px;
}

.product_main .einfodv .sdv4 .ig {
    background-position: -195px -200px;
}

.product_main .einfodv .sdv5 .ig {
    background-position: -30px -380px;
}

.product_main .einfodv .sdv6 .ig {
    background-position: -195px -380px;
}

.product_main .einfodv .sdv7 .ig {
    background-position: -30px -550px;
}

.product_main .einfodv .sdv8 .ig {
    background-position: -195px -550px;
}

.product_main .einfodv .sdv9 .ig {
    background-position: -30px -720px;
}

.product_main .einfodv .sdv10 .ig {
    background-position: -195px -720px;
}

.product_main .tsysdv {
    background: #eeefef;
}

.product_main .tinfodv .sdv:hover {
    background: var(--blue);
}

.product_main .tinfodv .sdv:hover,
.product_main .tinfodv .sdv:hover .tc-blue {
    color: #fff;
}

.product_main .tinfodv .sdv {
    height: 265px;
}

.product_main .tinfodv .ig {
    left: 0;
    width: 80px;
    height: 80px;
    background: var(--blue);
    background: var(--blue) url(../images/22product_03.png) no-repeat -25px 10px;
}

.product_main .tinfodv .sdv2 .ig {
    background-position: -238px 10px;
}

.product_main .tinfodv .sdv3 .ig {
    background-position: -447px 10px;
}

.product_main .tinfodv .sdv4 .ig {
    background-position: -658px 10px;
}

.product_main .tinfodv .sdv5 .ig {
    background-position: -868px 10px;
}

.product_main .tinfodv .sdv6 .ig {
    background-position: -1080px 10px;
}



.product_main .linfodv .cont {
    padding-bottom: 70px;
    /* padding-top: 70px; */
    /* height: 600px; */
}

.product_main .linfodv .sdv {
    top: 100px;
}

.product_main .linfodv .sdv1 {
    left: 80px;
}

.product_main .linfodv .sdv2 {
    left: 0;
    top: 250px;
}

.product_main .linfodv .sdv3 {
    left: 80px;
    top: 420px;
}

.product_main .linfodv .sdv4 {
    right: 50px;
    top: 120px;
}

.product_main .linfodv .sdv5 {
    right: 20px;
    top: 380px;
}

.product_main .linfodv .ig {
    width: 104px;
    height: 104px;
    background: #6ed3ff;
    background-image: url(../images/cn10.png);
    background-position: -8px -822px;
}

.product_main .linfodv .sdv1 .ig,
.product_main .linfodv .sdv5 .ig {
    background-color: #407fea;
}

.product_main .linfodv .sdv2 .ig {
    background-position: -12px -935px;
}

.product_main .linfodv .sdv3 .ig {
    background-position: -12px -1035px;
}

.product_main .linfodv .sdv4 .ig {
    background-position: -13px -1150px;
}

.product_main .linfodv .sdv5 .ig {
    background-position: -13px -1259px;
}

.product_main .lptdv .sdv {
    margin: 0 10px 20px;
    padding: 0 24px;
    max-width: 90%;
    width: 272px;
    height: 200px;
    box-shadow: 1px 2px 4px #aaa;
}

.product_main .lptdv .sdv:hover .ig {
    transform: scale(1.1) rotate3d(0, 1, 0, 360deg);
}

.product_main .lptdv .ig {
    height: 95px;
    width: 120px;
    background: url(../images/cn10.png) -345px 0;
}

.product_main .lptdv .sdv:nth-child(2) .ig {
    background-position: -345px -115px;
}

.product_main .lptdv .sdv:nth-child(3) .ig {
    background-position: -345px -225px;
}

.product_main .lptdv .sdv:nth-child(4) .ig {
    background-position: -345px -330px;
}

.product_main .lptdv .sdv:nth-child(5) .ig {
    background-position: -345px -440px;
}

.product_main .lptdv .sdv:nth-child(6) .ig {
    background-position: -345px -550px;
}

.product_main .lptdv .sdv:nth-child(7) .ig {
    background-position: -345px -660px;
}

.product_main .lptdv .sdv:nth-child(8) .ig {
    background-position: -345px -765px;
}

.product_main .lendv .st {
    padding-top: 30px;

}

.product_main .lendv .sdv:hover {
    color: #407fea;
}

.product_main .lendv .sdv:hover img {
    transform: scale(1.2);
    ;
}

.product_main .lendv .sdv:hover::before {
    opacity: 0;
}

.product_main .lendv .sdv {
    /* margin: 0 10px 20px;
    max-width: 85%;
    width: 360px; */
    overflow: hidden;
}

.product_main .lendv img {
    width: 100%;
}

.product_main .lendv .sdv::before {
    transition: all .5s;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.product_main .lendv .txt {
    left: 15px;
    top: 30px;
}

.product_main .xinfodv .sdv:hover .fs16 {
    font-weight: bold;
}

.product_main .xinfodv .sdv:hover .ig {
    top: -3px;
}

.product_main .xinfodv .sdv {
    padding-left: 40px;
}

.product_main .xinfodv .ig {
    top: -2px;
    left: 0;
    width: 40px;
    height: 60px;
    background: url(../images/cn12.png) no-repeat -40px -865px;
}

.product_main .xinfodv .sdv2 .ig {
    background-position: -160px -865px;
}

.product_main .xinfodv .sdv3 .ig {
    background-position: -40px -965px;
}

.product_main .xinfodv .sdv4 .ig {
    background-position: -160px -965px
}

.product_main .xinfodv .sdv5 .ig {
    background-position: -40px -1060px;
}

.product_main .xinfodv .sdv6 .ig {
    background-position: -38px -1146px;
}

.product_main .xptdv .sdv:hover .fs20 {
    color: var(--blue);
}

.product_main .xptdv .ig {
    width: 230px;
    height: 180px;
    background: url(../images/product_07.jpg) no-repeat -25px -10px;
}

.product_main .xptdv .sdv2 .ig {
    background-position: -410px -10px;
}

.product_main .xptdv .sdv3 .ig {
    background-position: -840px -10px;
}

.product_main .xptdv .stp {
    background: url(../images/cn12.png) no-repeat -175px -1090px;
}

/*.product_main .xptdv .sdv:hover .ig{background-position: -410px -10px;}
.product_main .xptdv .sdv:nth-child(2):hover .ig{background-position: -840px -10px;}
.product_main .xptdv .sdv:nth-child(3):hover .ig{background-position: -5px -10px;}*/


/* .product_main .xvaldv .cont {
    padding: 70px 0 60px;
} */

.product_main .xvaldv .sdv {
    margin: 0 30px;
    /* width: 330px; */
}

.product_main .xvaldv .sdv:hover .ig {
    transform: rotate3d(0, 1, 0, 360deg);
}

.product_main .xvaldv .ig {
    width: 100px;
    height: 100px;
    background: #407fea url(../images/cn13.png) no-repeat -5px 25px;
}

.product_main .xvaldv .sdv2 .ig {
    background-position: -8px -100px;
}

.product_main .xvaldv .sdv3 .ig {
    background-position: -8px -220px;
}

/* 
.product_main .xendv .cont {
    padding: 30px 0 50px;
} */

.product_main .xendv .wd {
    width: 30px;
}

.product_main .xendv .sdv:hover {
    color: #407fea;
}

.product_main .xendv .sdv:hover::before {
    transition: all 1s;
    background: rgba(0, 0, 0, .8);
}

.product_main .xendv .sdv::before {
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

.product_main .xendv .wd {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 30px;
}

.product_main .xendv img {
    width: 100%;
}

.product_main .vinfodv .sdv:hover {
    z-index: 2;
    border: 1px solid #407fea;
    box-shadow: 0 0 5px #407fea;
}

.product_main .vinfodv .sdv {
    width: 200px;
    height: 240px;
    border: 1px solid #ddd;
    box-shadow: 0 0 15px #ddd;
}

.product_main .vinfodv .sdv:nth-child(n+1) {
    margin-left: -10px;
}

.product_main .vinfodv .sdv2,
.product_main .vinfodv .sdv4 {
    width: 210px;
    height: 260px;
}

.product_main .vinfodv .sdv3 {
    width: 260px;
    height: 280px;
}

.product_main .vinfodv .ig {
    width: 100px;
    height: 85px;
    background: url(../images/cn14.png) no-repeat -10px -125px;
}

.product_main .vinfodv .sdv2 .ig {
    background-position: -235px -125px;
}

.product_main .vinfodv .sdv3 .ig {
    background-position: -430px -125px;
}

.product_main .vinfodv .sdv4 .ig {
    background-position: -695px -125px;
}

.product_main .vinfodv .sdv5 .ig {
    background-position: -910px -125px;
}

.product_main .vptdv .sdv:hover .ig {
    transform: rotate3d(1, 1, 1, 360deg);
}

.product_main .vptdv .sdv:hover .num span {
    border: 1px solid #fff;
    background-color: var(--blue);
    color: #fff;
}

.product_main .vptdv .sdv:hover .fs16 {
    font-weight: bold;
}

.product_main .vptdv .line {
    left: 7%;
    right: 7%;
    bottom: 60px;
    height: 1px;
}

.product_main .vptdv .sdv {
    flex: 1;
    height: 120px;
}

.product_main .vptdv .sdv:nth-last-child(2) {
    margin-right: 0;
}

.product_main .vptdv .num {
    z-index: 2;
    padding: 0px;
    bottom: -36px;
    left: 50%;
    margin-left: -16px;
}

.product_main .vptdv .num span {
    width: 32px;
    height: 32px;
    line-height: 32px;
}

.product_main .vptdv .ig {
    width: 70px;
    height: 50px;
    background: url(../images/cn15.png) no-repeat -3px 0;
}

.product_main .vptdv .sdv:nth-child(2) .ig {
    background-position: -175px 0;
}

.product_main .vptdv .sdv:nth-child(3) .ig {
    background-position: -355px 0;
}

.product_main .vptdv .sdv:nth-child(4) .ig {
    background-position: -525px 0;
}

.product_main .vptdv .sdv:nth-child(5) .ig {
    background-position: -710px 0;
}

.product_main .vptdv .sdv:nth-child(6) .ig {
    background-position: -875px 0;
}

.product_main .vptdv .sdv:nth-child(7) .ig {
    background-position: -1060px 0;
}

.product_main .evinfodv .nt {
    padding: 5px 10px;
}

/* #endregion product */

/* #region xservice */
/* .xservice_main .aname{
    top: -200px;
} */
.xservice_main .vbg {
    background: var(--blue2);
}

.xservice_main .zzsdiv img,
.xservice_main .zjwdiv img,
.xservice_main .zjxdiv img,
.xservice_main .zhydiv img {
    width: 100%;
}

.xservice_main .zzsdiv .adiv:hover img,
.xservice_main .zjwdiv .adiv:hover img,
.xservice_main .zjxdiv .adiv:hover img,
.xservice_main .zhydiv .adiv:hover img,
.xservice_main .ezsdiv .adiv:hover img {
    transform: scale(1.1);
}

.xservice_main .zzsdiv .adiv:hover .tc6 {
    font-weight: bold;
    color: var(--blue);
}

.xservice_main .zjwdiv .igs {
    border: 10px solid #dbdcdd;
    box-shadow: -5px 5px 10px #666;
}

.xservice_main .cirdiv:hover {
    color: var(--blue);
}

.xservice_main .cirdiv:hover .zcir {
    transform: scale(1.3);
}

.xservice_main .cirdiv {
    padding-left: 35px;
}

.xservice_main .cirdiv.dashed {
    border-left: 1px dashed var(--blue);
}

.xservice_main .st-blue {
    width: 72px;
    height: 72px;
    background: var(--blue) url(../images/22cn_02.png) no-repeat -131px -25px;
}

.xservice_main .st-blue.edu {
    background-position: -15px -510px;
}

.xservice_main .st-blue.exam {
    background-position: -15px -630px;
}

.xservice_main .st-blue.leave {
    background-position: -18px -760px;
}

.zcir {
    z-index: 2;
    left: -9px;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid var(--blue);
    background: #fff;

}

.zcir::before {
    width: 9px;
    height: 9px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: var(--blue);
    border-radius: 50%;
}

.xservice_main .pcir {
    padding: 12px 15px 12px 70px;
}

.xservice_main .pcir.pl20 {
    padding-left: 20px;
}

.xservice_main .pcir::before {
    left: 10px;
    width: 50px;
    height: 50px;
    background: url(../images/22cn_02.png) no-repeat -25px -135px
}

.xservice_main .pcir2::before {
    background-position: -25px -235px;
}

.xservice_main .pcir3::before {
    background-position: -25px -335px;
}

.xservice_main .pcir4::before {
    background-position: -28px -435px;
}

.xservice_main .ezsdiv .border {
    border: 1px solid #d9e0e6;
}

.xservice_main .ezsdiv .border:hover {
    color: var(--blue);
}

.xservice_main .ezsdiv .border:hover .st-blue {
    transform: rotateY(180deg);
}

.xservice_main .ezsdiv .bg-blue {
    margin: 30px auto 20px;
    padding: 8px 0;
    width: 25%;
    background: var(--blue);
    color: #fff;
    border-radius: 40px;
}

.xservice_main .ptydiv .sdiv:hover .bg {
    padding-top: 30px;
    background: rgba(51, 102, 187, .7);
}

.xservice_main .ptydiv .sdiv:hover .intro {
    transition: all .3s ease .5s;
    bottom: 5px;
    opacity: 1;
}

.xservice_main .ptydiv .sdiv {
    overflow: hidden;
    max-height: 400px;
}

.xservice_main .ptydiv img {
    width: 100%;
}

.xservice_main .ptydiv .intro {
    opacity: 0;
    bottom: -50px;

}

.xservice_main .ptydiv .stt {
    transition: all .3s ease .2s;
}


.xservice_main .ptydiv .bg {
    padding: 130px 0 0 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

.xservice_main .ptydiv .ig {
    width: 60px;
    height: 65px;
    background: url(../images/22cn_02.png) no-repeat -150px -514px;
}

.xservice_main .ptydiv .ig2 {
    background-position: -150px -620px;
}

.xservice_main .ptydiv .ig3 {
    background-position: -150px -745px;
}

.xservice_main .ptydiv .ig4 {
    background-position: -150px -840px;
}

.xservice_main .pgldiv .stype {
    max-width: 40%;
    padding: 10px 0;
    width: 200px;
}

.xservice_main .pgldiv .border {
    border: 1px solid #333;
}

.xservice_main .pgldiv .stype.active {
    background: #006de7;
    border-color: #006de7;
    color: #fff;
}

.xservice_main .pgldiv .bg-blue {
    background: #f2f8fe;
}

.xservice_main .pgldiv .tt {
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 185px;
    justify-content: space-evenly;
    align-items: center;
}

.xservice_main .pgldiv .tt .border {
    padding: 5px 0;
    width: 80%;
}

.xservice_main .pgldiv .pborder {
    margin-left: 135px;
    margin-right: 195px;
}

.xservice_main .pgldiv .pborder:last-child .nt {
    height: 100%;
}

.xservice_main .pgldiv .sct2 .pborder {
    margin-right: 0;
}

.xservice_main .pgldiv .nt {
    top: 0;
    left: -135px;
    padding: 5px 0;
    background: #fff;

}

.xservice_main .pgldiv .snt {
    padding: 4px 0;
    width: 100px;
    background: #445061;
}

.xservice_main .pgldiv .line {
    top: 0;
    bottom: 0;
    left: 50px;
    width: 1px;
    background: #445061;
}

.xservice_main .phzdiv .st {
    padding: 40px 0 30px;
}

.xservice_main .phzdiv .sdiv:hover {
    margin-top: -5px;
    transition: all .3s;
}

.xservice_main .phzdiv .ig {
    width: 95px;
    height: 95px;
    background: url(../images/22nonline_08.png) no-repeat -33px 0;
}

.xservice_main .phzdiv .ig2 {
    background-position: -277px 0;
}

.xservice_main .phzdiv .ig3 {
    background-position: -523px 0;
}

/* #endregion xservice */
/* #region course **/

/* #regionend course **/


/* 教育产品 教学研发与教学 ***/
.cproduct_main .vbg {
    background: #25a0ee;
}

.cproduct_main .vbg .txt {
    width: 450px;
    margin-right: 280px;
}

.cproduct_main .atab a {
    margin: 0 60px;
    padding: 0 40px;
}


.cproduct_main .ddv .br5 {
    padding: 5px;
    border: 1px solid #ddd;
}

.cproduct_main .igs {
    width: 580px;
}

.cproduct_main .txts {
    padding: 10px 0 0 45px;
    width: 520px;
    background: url(../images/cproduct_02_03.png) no-repeat;
}


/* 课程资源 课程建设服务 ***/
.service_main .vbg {
    background: var(--blue2) url(../images/resource_01.png) repeat-x center top;
}

.service_main .st .sst {
    padding: 0 100px;
    line-height: 1;
}

.service_main .tc-gray3 {
    color: #dedbdb;
}

.service_main .fmg {
    font-family: 'regular';
}

.service_main .tdv .txt::before {
    width: 35px;
    height: 35px;
    left: 0;
    top: -10px;
    background: url(../images/22course_02_05.png) no-repeat;
}

.service_main .tdv .row {
    display: flex;
}

.service_main .tdv .tc-blue {
    position: relative;
    top: -3px;
}


.scir {
    top: 9px;
    width: 18px;
    height: 18px;
    border: 1px solid #333;
}

.lcir {
    left: 50px;
}

.rcir {
    right: 50px;
}

.lcir.scir::before,
.rcir.scir::after {
    content: '';
    position: absolute;
    top: 8px;
    height: 1px;
    width: 50px;
    background: #000;
}

.lcir.scir::before {
    left: -43px;
}

.rcir.scir::after {
    right: -43px;
}

.service_main .sinfodv .sdv {
    /* margin: 0 20px 20px; */
    margin-bottom: 20px;
    padding: 0 20px;
    /* width: 185px; */
    width: 19%;
}

.service_main .sinfodv .sdv:hover .fs18 {
    color: var(--blue);
}

.service_main .sinfodv .sdv:hover .ig {
    margin-top: -5px;
}

.service_main .sinfodv .sdv:hover .fs14 {
    margin-top: -5px;
    transition: all .2s .1s;
    color: var(--blue);
}

.service_main .sinfodv .ig {
    height: 100px;
}

.service_main .sinfodv .ig::before {
    position: relative;
    height: 100%;
    width: 100px;
    display: inline-block;
    background: url(../images/cn16.png) no-repeat 3px -10px;
}

.service_main .sinfodv .sdv:nth-child(2) .ig::before {
    background-position: -212px -10px;
}

.service_main .sinfodv .sdv:nth-child(3) .ig::before {
    background-position: -480px -10px;
}

.service_main .sinfodv .sdv:nth-child(4) .ig::before {
    background-position: -732px -10px;
}

.service_main .sinfodv .sdv:nth-child(5) .ig::before {
    background-position: -987px -10px;
}



.service_main .svaldv .cont {
    height: 470px;
    background: url(../images/resource_02.png) no-repeat center;
}

.service_main .svaldv .sdv {
    width: 160px;
    height: 160px;
    border: 2px solid #407fea;
}

.service_main .svaldv .sdv {
    left: 80px;
    top: 70px;
}

.service_main .svaldv .sdv:nth-child(2) {
    left: 350px;
    top: 70px;
}

.service_main .svaldv .sdv:nth-child(3) {
    left: 620px;
    top: 70px;
}

.service_main .svaldv .sdv:nth-child(4) {
    left: 890px;
    top: 70px;
}

.service_main .svaldv .sdv:nth-child(5) {
    left: 220px;
    top: 240px;
}

.service_main .svaldv .sdv:nth-child(6) {
    left: 490px;
    top: 240px;
}

.service_main .svaldv .sdv:nth-child(7) {
    left: 760px;
    top: 240px;
}

.service_main .svaldv .sdv:nth-child(8) {
    left: 1030px;
    top: 240px;
}

.service_main .svaldv .ig {
    height: 70px;
    background: url(../images/cn17.png) no-repeat -130px 0;
}

.service_main .svaldv .sdv:nth-child(2) .ig {
    background-position: -130px -150px;
}

.service_main .svaldv .sdv:nth-child(3) .ig {
    background-position: -130px -300px;
}

.service_main .svaldv .sdv:nth-child(4) .ig {
    background-position: -130px -450px;
}

.service_main .svaldv .sdv:nth-child(5) .ig {
    background-position: -130px -600px;
}

.service_main .svaldv .sdv:nth-child(6) .ig {
    background-position: -130px -750px;
}

.service_main .svaldv .sdv:nth-child(7) .ig {
    background-position: -130px -900px;
}

.service_main .svaldv .sdv:nth-child(8) .ig {
    background-position: -130px -1050px;
}

.service_main .svaldv .sdv:hover {
    background: #4988fd;
    color: #fff;
}

.service_main .svaldv .sdv:first-child:hover .ig {
    background-position: 47px 0;
}

.service_main .svaldv .sdv:nth-child(2):hover .ig {
    background-position: 47px -150px;
}

.service_main .svaldv .sdv:nth-child(3):hover .ig {
    background-position: 47px -300px;
}

.service_main .svaldv .sdv:nth-child(4):hover .ig {
    background-position: 47px -450px;
}

.service_main .svaldv .sdv:nth-child(5):hover .ig {
    background-position: 47px -600px;
}

.service_main .svaldv .sdv:nth-child(6):hover .ig {
    background-position: 47px -750px;
}

.service_main .svaldv .sdv:nth-child(7):hover .ig {
    background-position: 47px -900px;
}

.service_main .svaldv .sdv:nth-child(8):hover .ig {
    background-position: 47px -1050px;
}

.service_main .svdv .cont {
    margin-top: -20px;
}

.service_main .svdv .pnum {
    width: 150px;
    /* height: 585px; */
    background: #f0f0f0;
}

.service_main .svdv .pnum a {
    width: 150px;
    height: 40px;
    line-height: 40px;
}

.service_main .svdv .pnum a:hover {
    color: #333;
}

.service_main .svdv .pnum a.active {
    position: relative;
    transition: all .5s;
    background: #407fea;
    color: #fff;
}
.service_main .svdv .pnum a.active::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    background: url(../images/cn18.png) no-repeat -238px -32px;
}

.service_main .svdv .pnum {
    position: absolute;
}

.service_main .svdv .psdv {
    /* width: 1040px; */
    /* width: 1020px;
    max-width: calc(100% - 140px);
    padding: 90px 0 0 140px; */

    /* width: 100%; */

    /* width: calc(100% - 160px); */
    /* padding-left: 90px; */
    /* height: 587px; */
    margin-left: 150px;

}

.service_main .svdv .control {
    /* position: relative; */

    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    width: 33px;
    height: 90px;
    border-radius: 30px;
    background: #f0f0f0; 
    transition: all .3s;
    /* background: #f0f0f0 url(../images/cn20.png) no-repeat; */
}
.service_main .svdv .control:hover {
    transform: translateY(-50%) scale(1.1);
}
.service_main .svdv .control:hover::before{
    border-color: #fff;
}
.service_main .svdv .control::before{
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 22px;
    height: 22px;
    border-left: 3px solid #c8c8c8;
    border-bottom: 3px solid #c8c8c8;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 2px;
    -webkit-transform: translate(-23%,-50%) rotate(45deg)  ;
}



.service_main .svdv .aleft {
    left: 80px;
    /* background-position: -68px 25px; */
}

.service_main .svdv .aleft:hover {
    background-position: -5px 25px;
}

.service_main .svdv .aright {
    right: 80px;
    /* background-position: -176px 25px; */
    
}
.service_main .svdv .aright::before{
    -webkit-transform: translate(-77%,-50%) rotate(-135deg);
}

.service_main .svdv .aright:hover {
    background-position: -125px 25px;
}

.service_main .svdv .vdlist {
    /* width: 754px; */
    max-width: 754px;
    /* height: 455px; */
}

.service_main .svdv .plist {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 558px;
    height: 368px;
    cursor: pointer;
}

.service_main .svdv .pig {
    display: none;
    width: 100%;
    height: 100%;
}



.service_main .svdv .pig.active {
    display: block;
    z-index: 2;
}

.service_main .svdv img {
    border: none;
}

.service_main .svdv .plist:hover img {
    transform: scale(1.2);
}


.service_main .ppdv .cont {
    padding: 65px 0;
}

.service_main .pp1 .sdv {
    width: 19%;
}

.service_main .pp1 .sdv:hover .ig {
    transform: scale(1.15);
}

.service_main .pp1 .ig {
    width: 100px;
}

.service_main .pp1 .ig,
.service_main .pp1 .sig {
    height: 120px;
    background: url(../images/cn18.png) no-repeat -74px -10px;
}

.service_main .pp1 .sig {
    width: 88px;
    background-position: -12px -120px;
}

.service_main .pp1 .sdv:nth-child(2) .sig {
    background-position: -115px -120px;
}

.service_main .pp1 .sdv:nth-child(3) .sig {
    background-position: -218px -125px;
}

.service_main .pp1 .sdv:nth-child(4) .sig {
    background-position: -12px -225px;
}

.service_main .pp1 .sdv:nth-child(5) .sig {
    background-position: -115px -225px;
}

.service_main .pp2 .cont {
    padding-top: 30px;
    /* height: 320px; */
}

.service_main .pp2 .sdv {
    margin-left: -1px;
    border: 1px solid #ddd;
    width: 19%;
    height: 200px;
    background: #fff;
}

/* .service_main .pp2 .sdv:hover {
    top: -20px;
    padding-top: 20px;
    height: 240px;
    border-radius: 2px;
    z-index: 2;
} */
.service_main .pp2 .sdv:hover .fs18,
.service_main .pp2 .sdv:hover .tc9 {
    color: var(--blue);
}
.service_main .pp2 .sdv:hover .ig{
    transform: rotateY(360deg);
}

.service_main .pp2 .ig {
    transition: all .5s;
    height: 130px;
    width: 120px;
    background: url(../images/cn18.png) no-repeat -20px -330px;
}

.service_main .pp2 .sdv:nth-child(2) .ig {
    background-position: -18px -515px;
}

.service_main .pp2 .sdv:nth-child(3) .ig {
    background-position: -20px -660px;
}

.service_main .pp2 .sdv:nth-child(4) .ig {
    background-position: -20px -830px;
}

.service_main .pp2 .sdv:nth-child(5) .ig {
    background-position: -20px -1000px;
}

.service_main .pp3 .sdv:hover .ig {
    transform: rotate3d(0, 1, 0, 180deg);
}

.service_main .pp3 .sdv {
    padding: 0 20px;
    /* width: 230px;
    height: 255px; */
    width: 19%;
    height: 240px;
}

.service_main .pp3 .sdv::after {
    content: '';
    position: absolute;
    top: 20px;
    bottom: 20px;
    right: 0;
    width: 1px;
    background: #ddd;
}

.service_main .pp3 .sdv:last-child::after {
    width: 0;
}

.service_main .pp3 .ig {
    height: 70px;
    width: 70px;
    background: url(../images/cn18.png) no-repeat -220px -350px;
}

.service_main .pp3 .sdv:nth-child(2) .ig {
    background-position: -220px -520px;
}

.service_main .pp3 .sdv:nth-child(3) .ig {
    background-position: -220px -690px;
}

.service_main .pp3 .sdv:nth-child(4) .ig {
    background-position: -220px -860px;
}

.service_main .pp3 .sdv:nth-child(5) .ig {
    background-position: -220px -1030px;
}

.service_main .winfodv .ig {
    /* width: 355px;
    height: 200px; */
}
.service_main .winfodv .stabs a{
    padding: 6px 18px;
}

.service_main .winfodv .ig img {
    width: 100%;
}

.service_main .winfodv .sdv:hover img {
    transform: scale(1.1);
}

.service_main .svdv .pbtn,
.service_main .winfodv .sdv:hover .pbtn {
    transform: translate(-50%, -65%) scale(.85);
    transition: all .5s;
}

.service_main .svdv .plist:hover .pbtn {
    transform: translate(-50%, -65%) scale(1) rotate(180deg);
}

.service_main .svdv .pbtn,
.service_main .winfodv .pbtn {
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    background: url(../images/playn.png) no-repeat;
}

.service_main .winfodv .pbtn {
    transform: translate(-50%, -60%) scale(0);
}

.service_main .wpdv {
    background: #f5f6f7;
}

.service_main .ddv .sdv {
    /* width: 360px;
    height: 205px; */
}

.service_main .ddv .sdv img {
    width: 100%;
}

.service_main .ddv .sdv:hover img {
    transform: scale(1.1);
}

.videoConatiner {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1031;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
}

.videoConatiner>.close {
    padding: 10px;
    position: fixed;
    top: 10px;
    left: 95%;
    z-index: 1;
    border-radius: 50%;

}

.videoConatiner>.close::before {
    position: static;
    display: block;
    left: 5px;
    top: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(../images/closed.png) no-repeat -5px -5px;
}

.videoConatiner>.close:hover {
    background-color: rgba(0, 0, 0, .8);
    transition: all 1s;
}

.videoConatiner>.close:hover::before {
    transform: rotate(360deg);
    transition: all 1s;
}

.videoConatiner .videobox {
    position: absolute;
    width: 90%;
    height: 80%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}



.share_main .vbg {
    background: #407fea;
}

.share_main .vbg .txt {
    width: 450px;
    margin-right: 240px;
}


.share_main .tbs {
    padding-bottom: 100px;
    width: calc(70*2px + 500*2px);
}

.share_main .tbs .num,
.share_main .tbs .nm {
    margin-left: -1px;
    margin-top: -1px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #efefef;
}

.share_main .hds .num,
.share_main .hds .nm {
    height: 45px;
    line-height: 42px;
    background: #f8f8f8;
}

.share_main .tbs .num {
    width: 70px;
}

.share_main .tbs .nm {
    width: 500px;
}

.share_main .tbdvs .nm {
    height: 36px;
}

/* #region relative **/
.relative_main .vbg {
    background: var(--blue2)
}

.relative_main .en {
    color: #eaeaea;
}

.relative_main .ch {
    margin-top: -22px;
    color: #000;
}


.relative_main .st {
    padding: 70px 0;
}

/* .relative_main .introdv .psdv {
    width: 640px;
} */
.relative_main .introdv .sdv:hover {
    box-shadow: 0 0 15px #ccc;
    color: var(--blue);
}

.relative_main .introdv .sdv:hover .ig {
    transform: rotate3d(0, 1, 0, 360deg);
    transition: all .3s;
}

.relative_main .introdv .sdv {
    /* width: 140px; */
    height: 130px;
    border: 1px solid #ddd;
}

.relative_main .introdv .ig {
    height: 50px;
    width: 60px;
    background: url(../images/cn19.png) no-repeat -60px -10px;
}

.relative_main .introdv .ig2 {
    background-position: -228px -10px;
}

.relative_main .introdv .ig3 {
    background-position: -408px -10px;
}

.relative_main .introdv .ig4 {
    background-position: -580px -10px;
}

.relative_main .introdv .ig5 {
    background-position: -60px -165px;
}

.relative_main .introdv .ig6 {
    background-position: -228px -165px;
}

.relative_main .introdv .ig7 {
    background-position: -408px -165px;
}

.relative_main .introdv .ig8 {
    background-position: -580px -165px;
}

.relative_main .prodv .sdv {
    padding: 72px 0;
}

.relative_main .prodv .sdv1 .line {
    top: 95px;
}

.relative_main .prodv .sdv:last-child {
    padding-bottom: 0;
}

.relative_main .prodv .line {
    z-index: 1;
    top: 0;
    bottom: 0;
    /* left: 599px; */
    left: 50%;
    margin-left: 1px;
    width: 2px;
    background: #f1f1f1;
}

.relative_main .prodv .ldiv {
    padding: 20px 0 5px 15px;
    /* width: 520px; */
    width: calc(50% - 60px);
    background: #f6f8fb;
}

.relative_main .prodv .ldiv .sd::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 20px;
    background: url(../images/22relative_01.png) no-repeat 0 5px;
}

.relative_main .prodv .ldiv .txt {
    /* width: 470px; */
    margin-left: 16px;
    margin-right: 15px;
}

.relative_main .prodv .rdiv {
    /* margin-left: 120px; */
    margin-left: 60px;
    width: 48%;
}

.relative_main .prodv .rdiv .sd {
    box-shadow: 0 0 10px #bbb;
    border: 1px solid #ccc;
    margin-left: 40px;
}

.relative_main .prodv .rdiv .txt {
    width: calc(100% - 100px);
    word-break: break-all;
}

.relative_main .prodv .year {
    width: 95px;
}

.relative_main .prodv .jt {
    left: -10px;
    top: 10px;
    transform: rotate(10deg);
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.relative_main .prodv .pcir {
    z-index: 2;
    left: -62px;
    top: 18px;
    /* margin-top: -11px; */
    padding: 4px;
    background: #fafafa;
    border: 1px solid #fafafa;
}

.relative_main .prodv .cir {
    width: 14px;
    height: 14px;
    background: #ebebeb;
}

.relative_main .prodv .rdiv .sd:last-child {
    margin-bottom: 0;
}

.relative_main .prodv .sd.active .cir {
    background: #407fea;
}

.relative_main .prodv .sd.active .pcir {
    border-color: #ebebeb;
}

.relative_main .prodv .sst {
    z-index: 3;
    padding: 0;
    left: 50%;
    margin-left: -128px;
    top: -12px;
    width: 256px;
    height: 50px;
    line-height: 50px;
    background: #f6f8fb;
    border-radius: 80px;
}

.relative_main .prodv .cst {
    z-index: 2;
    padding: 0;
    top: -12px;
    width: 277px;
    height: 50px;
    line-height: 48px;
    background: url(../images/relative_05.jpg) no-repeat;
}

.relative_main .prodv .cst1 {
    /* left: 135px; */
    left: 25%;
    transform: translateX(-50%);
    background: url(../images/relative_05.jpg) no-repeat;
}

.relative_main .prodv .cst2 {
    right: 25%;
    transform: translateX(50%);
}

.relative_main .hodv .cont {
    padding-left: 100px;
}

.relative_main .hodv .sdv {
    /* width: 450px; */
    background: url(../images/cn19.png) no-repeat -175px -255px;
}

.relative_main .mapdv {
    /* margin: 60px auto; */
}

.relative_main .vddv .sdv:hover img {
    transform: scale(1.1);
}

.relative_main .vddv .sdv:hover .cur {
    background: rgba(0, 0, 0, .3);
    transition: all .3s;
}

.relative_main .vddv .ig {
    max-height: 215px;
}

.relative_main .vddv .sdv img {
    width: 100%;
    height: 100%;
}

.relative_main .vddv .cur {
    z-index: 1;
    width: 52px;
    height: 52px;
    left: 15px;
    bottom: 15px;
    background: rgba(255, 255, 255, .5);
}

.relative_main .vddv .cur::before {
    top: 50%;
    left: 50%;
    transform: translate3d(-40%, -50%, 0);
    width: 22px;
    height: 22px;
    background: url('../images/22relative_03.png') no-repeat;
}

/* #regionend relative **/

/*#region lms **/
.lms_main .vbg {
    background: var(--blue2);
}

.lms_main .lmss .st {
    padding-top: 20px;
}

.lms_main .lmss .sdv:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.lms_main .lmss .sdv:hover .zbtn {
    display: inline-block;

}

.lms_main .lmss .sdv:hover img {
    transform: scale(1.05);
}

.lms_main .lmss .sdv {
    display: block;
    padding: 0 10px;
    /* margin: 0 5px 20px; */
    /* width: 290px; */
    height: 150px;
    color: #666;
    transition: .5s ease-in-out;
}

.lms_main .lmss .ig {
    height: 80px;
    line-height: 80px;
}

.lms_main .lmss .ig:before {
    content: '';
    vertical-align: middle;
    display: inline-block;
}

.lms_main .lmss img {
    /* width: 250px; */
    max-width: 90%;
    max-height: 80px;

}

.lms_main .lmss .zbtn {
    display: none;
    padding: 0;
    /* width: 195px; */
    min-width: 65%;
    height: 34px;
    line-height: 32px;
    border: 1px solid #ddd;
    background: linear-gradient(#fff, #f1f1f1);
    ;
}

.lms_main .lmss .zbtn:hover {
    box-shadow: 0 0 5px #ccc;
    transition: all .2s;
}

.lms_main .appdv {
    max-height: 530px;
}

.lms_main .appdv .pig {
    margin-top: 140px;
    padding: 12px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.lms_main .demodv .st {
    padding-top: 240px;
}

.lms_main .demodv .cont {
    padding: 70px 0 20px;
}

.lms_main .demodv .sdv {
    margin: 0 5px 30px;
}

.searchdv .pinput {
    height: 38px;

}

.searchdv input:visited {
    color: #000;
}

.searchdv input:focus {
    border: 1px solid var(--blue);
    box-shadow: 0 0 10px var(--blue);
}

.searchdv input {
    padding: 0 65px 0 12px;
    max-width: 100%;
    width: 310px;
    height: 38px;
    line-height: 34px;
    border: 1px solid #ddd;
    outline: none;
}

.searchdv input::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}

.searchdv input::-ms-input-placeholder {
    color: #999;
    font-size: 14px;
}

.searchdv input::-moz-placeholder {
    color: #999;
    font-size: 14px;
}

.searchdv .zbtn-blue {
    padding: 0;
    right: 0;
    top: 1px;
    height: 36px;
    line-height: 36px;
    width: 65px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.searchdv .zbtn-blue:hover {
    line-height: 34px;
    color: #fff;
    font-weight: bold;
}

/* @keyframes uk-fade-bottom-medium {
    0% {
        opacity: 0;
        transform: translateY(50px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }

    @keyframes mysc {

        0,
        100% {
            transform: scale(1);
            opacity: 1;
        }

        40% {
            transform: scale(1.1);
            opacity: 1;
        }

        80% {
            transform: scale(.5);
            opacity: .5;
        }

    } */
@media (min-width: 556px) {
    /* .index_main .mddv .tb {
        zoom: .7;
    } */


}

@media (min-width: 768px) {
    /* .index_main .mddv .tb {
        zoom: .8;
    } */

}

@media (min-width: 992px) {
    /* .index_main .mddv .tb {
        zoom: .9;
    } */

}

@media(min-width: 1200px) {
    .sudv .col-lg-2{
        width: 20%;
    }
    .lg-fs40 {
        font-size: 40px;
    }

    .lg-fs36 {
        font-size: 36px;
    }

    .lg-fs34 {
        font-size: 34px;
    }

    .lg-fs32 {
        font-size: 32px;
    }

    .lg-fs30 {
        font-size: 30px;
    }

    .lg-fs28 {
        font-size: 28px;
    }

    .lg-fs26 {
        font-size: 26px;
    }

    .lg-fs24 {
        font-size: 24px;
    }

    .lg-fs22 {
        font-size: 22px;
    }

    .lg-fs21 {
        font-size: 21px;
    }

    .lg-fs20 {
        font-size: 20px;
    }

    .lg-fs19 {
        font-size: 19px;
    }

    .lg-fs18 {
        font-size: 18px;
    }

    .lg-fs17 {
        font-size: 17px;
    }

    .lg-fs16 {
        font-size: 16px;
    }

    .lg-fs15 {
        font-size: 15px;
    }

    .lg-fs14 {
        font-size: 14px;
    }

    .lg-fs13 {
        font-size: 13px;
    }

    .lg-fs12 {
        font-size: 12px;
    }

    .lg-pt0 {
        padding-top: 0 !important;
    }

    .lg-pt15 {
        padding-top: 15px !important;
    }

    .lg-pt20 {
        padding-top: 20px !important;
    }

    .lg-pt25 {
        padding-top: 25px !important;
    }

    .lg-pt30 {
        padding-top: 30px !important;
    }

    .lg-pr0 {
        padding-right: 0 !important;
    }

    .lg-pr15 {
        padding-right: 15px !important;
    }

    .lg-pr20 {
        padding-right: 20px !important;
    }

    .lg-pr25 {
        padding-right: 25px !important;
    }

    .lg-pr30 {
        padding-right: 30px !important;
    }

    .lg-pb0 {
        padding-bottom: 0 !important;
    }

    .lg-pb15 {
        padding-bottom: 15px !important;
    }

    .lg-pb20 {
        padding-bottom: 20px !important;
    }

    .lg-pb25 {
        padding-bottom: 25px !important;
    }

    .lg-pb30 {
        padding-bottom: 30px !important;
    }

    .lg-pl0 {
        padding-left: 0 !important;
    }

    .lg-pl15 {
        padding-left: 15px !important;
    }

    .lg-pl20 {
        padding-left: 20px !important;
    }

    .lg-pl25 {
        padding-left: 25px !important;
    }

    .lg-pl30 {
        padding-left: 30px !important;
    }
}

@media(max-width: 1200px) {

    .st {
        padding: 40px 0 50px;
    }

    .sysdv .sdetail {
        width: 13%;
    }

    .sysdv .stt,
    .sysdv .sdt>div {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    /* .sysdv .sdt>div {
        display: inline-block;
        padding-right: 5px;
    } */

    /* .sysdv .sdt {
        height: 360px;
    } */

    .online_main .ctsdv .cont {
        background: none;
        display: flex;
    }

    .online_main .ctsdv .sdv {
        flex: 1;
        position: relative;
        padding-top: 150px;
    }

    .online_main .ctsdv .sdv,
    .online_main .ctsdv .sdv:hover {

        top: 0 !important;
        left: 0 !important;
    }

    .online_main .ctsdv .sdv::before {
        transform: translateX(-50%) scale(1);
    }

    .online_main .ctsdv .sdv:hover::before {
        transform: translateX(-50%) scale(1.2);
    }

    .online_main .zfadv .cont {
        padding-left: 0;
        padding-right: 0;
    }

    .online_main .zfadv .sdv {
        margin-left: 10px;
        margin-right: 10px;
    }

    .online_main .pfadv .sdv {
        padding-top: 40px;
        padding-bottom: 40px;
        height: 150px;

    }

    .product_main .xptdv .sdv {
        text-align: center;
    }

    .product_main .xptdv .ig {
        margin: 0 auto;
        display: block;
    }

    .product_main .vinfodv .sdv {
        height: 280px;
        width: 30%;
        position: static;
    }

    .product_main .vinfodv .sdv,
    .product_main .vinfodv .sdv:nth-child(n+1) {
        margin: 0 10px 20px;
    }

    .service_main .sinfodv .sdv {
        width: 30%;
    }

    .service_main .svdv .pnum {
        width: auto;
        height: auto;
        position: relative;
    }

    .service_main .svdv .pnum a {
        display: inline-block;
    }

    .service_main .svdv .psdv {
        margin-left: 0;
        padding-left: 0;
        height: auto;
    }

    .videoConatiner>.close {
        left: auto;
        right: 20px;
    }
}

@media (max-width: 992px) {

    .st {
        padding: 30px 0 40px;
    }

    .ftdv .wx {
        margin: 0 auto;
    }

    .sysdv .sdetail {
        width: 100%;
    }

    .sysdv .stt,
    .sysdv .sdt>div {
        /* overflow: hidden; */
        white-space: normal;
        /* text-overflow:ellipsis; */
    }

    .sysdv .sdt>div {
        display: inline-block;
        padding-right: 5px;
    }

    .sysdv .sdt {
        height: auto;
    }

    .index_main .mddv .scont0 .ot {
        height: 140px;
    }

    .index_main .mddv .tb {
        height: 240px;
    }

    .online_main .sysdv {
        padding-top: 30px;
    }

    .online_main .cfadv .sdv {
        margin-left: 0;
        margin-right: 0;
        height: 260px;
    }

    .online_main .zfadv .sdv {
        height: 255px;
        padding: 0 10px;
    }

    .online_main .pfadv .sdv {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .online_main .pfadv .sdv {
        height: 150px;
    }

    .xservice_main .ezsdiv .img {
        margin-top: -100px;
    }
    .service_main .pp2 .sdv{
        width: 28%;
    }
    .service_main .pp3 .sdv {
        width: 25%;
    }

    .service_main .pp3 .sdv:nth-child(3)::after {
        width: 0;
    }

    

    .service_main .svdv .aleft {
        left: 20px;
    }

    .service_main .svdv .aright {
        right: 20px;
    }

    .relative_main .prodv .cst {
        background: none;
    }

    .relative_main .prodv .year {
        width: 80px;
    }

    .relative_main .prodv .rdiv .txt {
        width: calc(100% - 85px);
    }

    .service_main .svdv .pbtn,
    .service_main .winfodv .sdv:hover .pbtn {
        transform: translate(-50%, -65%) scale(.8);
    }

    .service_main .svdv .plist:hover .pbtn {
        transform: translate(-50%, -65%) scale(.8) rotate(180deg);
    }
}

@media(max-width: 768px) {
    .topdiv>.htmldiv{
        min-height: 65px;
        box-shadow: 0 0 15px #ccc;
        padding: 0;
    }
    .topdiv .wow{
        animation: none !important;
        visibility: visible !important;
    }
    .topdiv .navdiv{
        border-top: 1px solid #ccc;
    }
    .main .htmldiv{
        overflow: hidden;
    }
    .zrvdiv .fs30 {
        padding: 35px 0 50px;
    }
    .hidden900 .navbar-collapse.in {
        margin-top: 0;
    }

    .ftdv .htmldiv {
        padding-left: 0;
        padding-right: 0;
    }

    .ftdv .tpdv {
        padding: 0 20px 5px;
    }

    .ftdv .bmdv {
        padding: 5px 15px 0;
        line-height: 1.8;
    }

    .ftdv .tt {
        padding-bottom: 15px;
    }

    .ftdv .slist {
        margin-bottom: 5px;
    }

    .ftdv .sn {
        margin-bottom: 8px;
    }

    .ftdv .wx {
        width: 100px;
    }

    .st {
        padding: 25px 0 35px;
    }

    .st .fs16 {
        margin-top: 10px;
    }

    .atab a {
        line-height: 50px;
    }

    /* .aname{
        top: 190px;
    } */

    .vbg {
        padding: 20px 0;
        height: auto;
    }

    .vbg .pimg {
        flex: 3;
    }

    .vbg .txt {
        padding-left: 10px;
        padding-right: 10px;
        flex: 7;
    }

    .index_main .mddv .scont0 .ot {
        height: auto;
    }

    .index_main .mddv .scont0 .tt {
        zoom: .7;
    }

    .index_main .mddv .scont1,
    .index_main .mddv .scont2 {
        padding-top: 30px;
    }

    .index_main .mddv .simg {
        height: 150px;
    }

    .sysdv .htmldiv {
        padding-left: 30px;
        padding-bottom: 40px;
    }

    .sysdv .cir {
        transform: scale(.95);
        zoom: .95;
    }

    .sysdv .zbtn {
        width: 60px;
        height: 30px;
        line-height: 28px;
        font-size: 13px;
    }

    .sysdv .sdv {
        padding-left: 50px;
        padding-right: 10px;
        /* border-left: 1px solid #999; */
    }

    .sysdv .listdv {
        padding-bottom: 10px;
    }

    .sysdv .ht40 {
        height: 30px;
    }

    .sysdv .border {
        padding-bottom: 10px;
        line-height: 45px;
    }

    .sysdv .pty {
        margin: 0;
        max-width: 30%;
    }

    .sysdv .listdv {
        background: none;
    }

    .sysdv .czbtn {
        width: 100%;
    }

    .sysdv .zbtn-blue {
        left: -20px;
        top: 18px;
    }

    .sysdv .zbtn-blue.tcir::before,
    .sysdv .zbtn-blue::after {
        left: 20px;
    }

    .sysdv .zbtn-blue::after {
        top: 40px;
    }

    .sysdv .zbtn-blue::before {
        top: -12px;
    }

    .sysdv .sdt div::before {
        margin-left: 8px;
    }

    .sysdv .pzbtn .zbtn {
        width: 95px;
        height: 30px;
        line-height: 28px;
        font-size: 14px;

    }

    .index_main .nodv .ig {
        transform: scale(.9);
        zoom: .9;
    }

    .index_main .nodv .sdiv {
        padding: 10px 0 10px 25px;
        height: auto;
    }

    .index_main .cedv .ps-st {
        line-height: 2;
    }

    .index_main .sudv .cont {
        padding: 10px 0;
    }

    .index_main .mddv .simg {
        display: block;
        margin: 0 auto;
        width: 80%;
    }

    .index_main .mddv .simg img {
        width: 100%;
    }

    .index_main .nodv .sdiv::before {
        top: auto;
        right: auto;
        left: calc(50% - 14px);
        bottom: -25px;
        transform: rotate(90deg);
    }

    .online_main .datadv .tdent {
        padding: 25px 10px;
    }

    .online_main .datadv .fs18 {
        margin-top: 10px;
    }

    .online_main .cfadv .sdv::before {
        zoom: .7;
    }

    .online_main .cfadv .sdv {
        margin: 0 10px 25px;
        padding-top: 100px;
        padding-bottom: 20px;
        height: auto;
    }

    .online_main .ctsdv .cont {
        display: block;
        height: auto;
    }

    .online_main .ctsdv .sdv {
        flex: 1;
        padding-top: 0;
        height: 100px;
        padding-left: 40%;
        text-align: left;
    }

    .online_main .ctsdv .sdv::before {
        top: 0;
        left: 10%;
        transform: none;
    }

    .online_main .ctsdv .sdv:hover::before {
        transform: scale(1.2);
    }

    .online_main .zfadv .ig {
        zoom: .8;
    }

    .online_main .zfadv .sdv {
        height: auto;
        margin: 0 15px 25px;
        padding: 0 15px 20px;
    }

    .online_main .pfadv .cont {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .online_main .pfadv .st {
        padding-bottom: 0;
    }

    .online_main .pfadv .sdv {
        margin: 0 10px 30px;
        height: 150px;
    }

    .online_main .pfadv .ig {
        left: -2%;
        top: -5%;
        height: 110%;
        width: auto;
    }

    .online_main .ptsdv .row {
        margin: 0;
    }

    .online_main .ptsdv .ig {
        zoom: .7;
    }

    .online_main .ptsdv .sdv {
        border: 1px solid #c7ddee;
        border-radius: 8px;
    }

    .online_main .ptsdv .sdv::after {
        display: none;
    }

    .online_main .ptsdv .sdv::after {
        display: none;
    }

    .product_main .sinfodv .intro {
        padding-left: 10px;
        padding-right: 10px;
    }

    .product_main .einfodv .sdv {
        padding-bottom: 30px;
        height: auto;
    }

    .product_main .einfodv .ig {
        top: -5px;
        left: 15px;
    }

    .product_main .tinfodv .sdv {
        height: 220px;
    }

    .product_main .linfodv .sdv {
        margin-bottom: 25px;
        clear: both;
        position: relative;
        left: 0;
        top: 0;
        right: 0;
    }

    .product_main .linfodv .img-responsive {
        max-width: 70%;

    }

    .product_main .linfodv .ig {
        position: absolute;
        left: 50px;
    }

    .product_main .linfodv .txt {
        margin: 0;
        padding-left: 120px;
        display: block;
        text-align: left;
    }

    /* .product_main .xptdv .sdv{
        text-align: left;
    }
    .product_main .xptdv .ig{
        zoom: .6;
        display: inline-block;
    } */
    .product_main .vinfodv .ig {
        margin-top: -10px;
    }

    .product_main .vinfodv .sdv {
        padding-bottom: 20px;
        display: block;
        width: auto;
        height: auto;
    }

    .xservice_main .ezsdiv .bg-blue {
        width: 40%;
    }

    .xservice_main .pgldiv .sct1 {
        margin-top: 120px;
    }

    .xservice_main .pgldiv .sct2 {
        display: none;
    }

    .xservice_main .pgldiv .tt {
        padding: 10px 0;
        top: -90px;
        display: block !important;
        right: 0;
        left: 0;
        bottom: auto;
        width: 100%;
        height: auto;
    }

    .xservice_main .pgldiv .pborder {
        margin-left: 100px;
        margin-right: 0;
    }

    .xservice_main .pgldiv .snt {
        width: 80px;
    }

    .xservice_main .pgldiv .line {
        left: 40px;
    }

    .xservice_main .pgldiv .nt {
        left: -100px;
    }

    .xservice_main .pgldiv .tt .border {
        padding: 5px 0;
        width: 25%;
        display: inline-block;
    }

    .service_main .sinfodv .sdv {
        display: block;
        width: auto;
    }

    .service_main .pp2 .sdv {
        height: 180px;
    }

    .service_main .pp3 .sdv {
        display: block;
        width: auto;
        height: auto;
        border-right: none;
    }

    .service_main .pp3 .sdv::after {
        width: 0;
    }

    .service_main .svdv .aleft {
        left: 10px;
    }

    .service_main .svdv .aright {
        right: 10px;
    }

    .service_main .svdv .pbtn,
    .service_main .winfodv .sdv:hover .pbtn {
        transform: translate(-50%, -65%) scale(.7);
    }

    .service_main .svdv .plist:hover .pbtn {
        transform: translate(-50%, -65%) scale(.7) rotate(180deg);
    }

    .relative_main .prodv .cp {
        display: block;
    }

    .relative_main .prodv .ldiv,
    .relative_main .prodv .rdiv {
        display: block;
        margin: 0 10px;
        width: auto;
    }

    .relative_main .prodv .sd,
    .relative_main .prodv .rdiv .sd {
        margin: 0 0 10px 0;
    }

    .relative_main .prodv .pcir,
    .relative_main .prodv .jt,
    .relative_main .prodv .line {
        display: none;
    }

    .relative_main .prodv .sdv {
        padding: 50px 0 40px;
    }

    .relative_main .prodv .sst {
        color: var(--blue);
        height: 40px;
        line-height: 40px;
    }
}

@media (max-width: 556px) {
    .zrvdiv {
        height: auto;
    }

    .zrvdiv .txt {
        position: static;
        padding: 30px 10px;
        transform: none;
    }

    .index_main .mddv .tb {
        height: 180px;
        /* zoom: .6; */
    }

    .index_main .mddv .tb .down {
        bottom: 60px;
        top: auto;
    }
    .index_main .mddv .scont0 .sdv,
    .index_main .mddv .simg {
        margin: 0 10px;
        width: auto;
    }

    .online_main .ztsdv .sdv {
        margin-bottom: 25px;
    }

    .online_main .ztsdv .ig {
        width: 110px;
        zoom: .8;
    }

    .online_main .pfadv .col-xs-6 {
        width: 100%;
    }

    .product_main .sendv .htmldiv {
        padding: 0;
    }

    .product_main .sendv .sdv {
        padding: 0;
    }

    .product_main .sendv .sdv::before {
        left: 0;
        right: 0;
    }

    .product_main .lendv .col-xs-6 {
        float: none;
        width: 100%;
    }

    .product_main .xptdv .sdv {
        margin-bottom: 20px;
        text-align: left;
    }

    .product_main .xptdv .col-xs-4 {
        width: 100%;
    }

    .product_main .xptdv .ig {
        margin-right: 20px;
        zoom: .6 !important;
        display: inline-block;
    }

    .product_main .vptdv .sdv {
        height: 90px;
    }

    .product_main .vptdv .num {
        bottom: -10px;
    }

    .product_main .vptdv .num span {
        width: 20px;
        height: 20px;
        line-height: 18px;
        font-size: 12px;
    }

    .product_main .vptdv .line {
        bottom: 30px;
    }

    .xservice_main .ptydiv .col-xs-6 {
        width: 100%;
    }

    .xservice_main .ptydiv .sdiv {
        height: 280px;
    }

    .xservice_main .ptydiv .bg {
        padding-top: 50px;
    }

    .xservice_main .ezsdiv .bg-blue {
        margin: 10px auto 20px;
        width: 80%;
    }

    .xservice_main .ezsdiv .col-xs-4 {
        width: 100%;
    }

    .xservice_main .ezsdiv .col-xs-4 img {
        width: 100%;
    }

    .xservice_main .pgldiv .stype {
        width: 120px;
    }

    .service_main .tdv .row {
        display: block !important;
    }

    .service_main .tdv .col-sm-6 {
        width: 100%;
    }

    .service_main .tdv .st h4 {
        text-align: left;
    }

    .service_main .st .sst {
        padding-left: 0;
        padding-right: 0;
    }

    .service_main .scir {
        width: 14px;
        height: 14px;
        top: 5px;
    }

    .lcir {
        left: -50px;
    }

    .rcir {
        right: -50px;
    }

    .lcir.scir::before,
    .rcir.scir::after {
        top: 6px;
    }

    .service_main .pp1 .sdv {
        width: 45%;
    }

    .service_main .pp2 .cont {
        height: auto;
    }

    .service_main .pp2 .sdv {
        width: 33%;
        height: 160px;
    }

    .service_main .pp3 .sdv {
        display: block;
        width: auto;
    }

    .service_main .winfodv .col-xs-6,
    .service_main .dpdv .ddv .col-xs-4 {
        width: 90%;
        margin: 0 auto;
        float: none;
    }

    .stabs a {
        padding: 5px 12px;
    }
    /* .service_main .svdv .control{
        background-color: transparent;
        transform: translateY(-50%) scale(1.2);

    }
    .service_main .svdv .control:hover{
        transform: translateY(-50%) scale(1.4);
    } */
    .service_main .svdv .control{
        background: none;
    }
    .service_main .svdv .control:hover::before{
        border-color: var(--blue);
    }
    .service_main .svdv .aleft {
        left: 10px;
    }

    .service_main .svdv .aright {
        right: 10px;
    }

    .service_main .svdv .pc {
        display: none;
    }
    .service_main .svdv .vdlist {
       padding: 20px 0 20px;
    }
    .service_main .svdv .plist {
        position: relative;
        transform: none;
        left: 0;
        height: auto;
    }

    .relative_main .introdv .eimg {
        right: 9%;
        width: 80%;
    }

    .relative_main .vddv .col-xs-4 {
        width: 50%;
    }

}

@media (max-height: 200px) {
    .zrvdiv .fs70 {
        font-size: 40px;
    }

    /* .index_main .mddv .tb {
        zoom: .7;
    } */


}