@font-face {
    font-family: SourceHanSansCN-Regular;
    src: url('../fonts/SOURCEHANSANSCN/sourcehansans.eot');/* IE9 */
    src: url('../fonts/SOURCEHANSANSCN/sourcehansans.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/SOURCEHANSANSCN/sourcehansans.woff2') format('woff2'),
    url('../fonts/SOURCEHANSANSCN/sourcehansans.woff') format('woff'),
    url('../fonts/SOURCEHANSANSCN/sourcehansans.ttf') format('truetype');/* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: SourceHanSansCN-New-Regular;
    src:url('../fonts/SOURCEHANSANSCNNEW/SOURCEHANSANSCN-REGULAR.OTF') format('opentype'),
    url('../fonts/SOURCEHANSANSCNNEW/SOURCEHANSANSCN-EXTRALIGHT.OTF') format('opentype'),
    url('../fonts/SOURCEHANSANSCNNEW/SOURCEHANSANSCN-HEAVY.OTF') format('opentype'),
    url('../fonts/SOURCEHANSANSCNNEW/SOURCEHANSANSCN-LIGHT.OTF') format('opentype'),
    url('../fonts/SOURCEHANSANSCNNEW/SOURCEHANSANSCN-MEDIUM.OTF') format('opentype'),
    url('../fonts/SOURCEHANSANSCNNEW/SOURCEHANSANSCN-NORMAL.OTF') format('opentype'),
    url('../fonts/SOURCEHANSANSCNNEW/SOURCEHANSANSCN-EXTRALIGHT.OTF') format('opentype');
}

@font-face {
    font-family: Harmonyos-bold;
    src:url('../fonts/harmonyos/harmonyos_sans_sc_bold.ttf') format('woff');
}

@font-face {
    font-family: Harmonyos-light;
    src:url('../fonts/harmonyos/harmonyos_sans_sc_light.ttf') format('woff');
}

@font-face {
    font-family: Harmonyos-regular;
    src:url('../fonts/harmonyos/harmonyos_sans_sc_regular.ttf') format('woff');
}

@font-face {
    font-family: Harmonyos-medium;
    src:url('../fonts/harmonyos/harmonyos_sans_sc_medium.ttf') format('woff');
}

@font-face {
    font-family: Harmonyos-black;
    src:url('../fonts/harmonyos/harmonyos_sans_sc_regular.ttf') format('woff');
}

html {
    font-size: 16px;
}

@media (max-width: 1134px) {
    html {
        font-size: 10px;
    }
}

@media (min-width: 1230px) {
    .col-xl-3 {
        width: 25%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

ul li {
    list-style-type: none;
}

textarea {
    resize: none;
}

html, body, div, br, h1, h2, h3, h4, h5, h6, input, img, p, span, li, ul, table, textarea {
    font-family: SourceHanSansCN-Regular, sans-serif;
    /*font-family: SourceHanSansCN-New-Regular, sans-serif;*/
    /*color: #555555;*/

    border: 0;
    outline: none;
}

button {
    outline: none !important;
}

a, a:hover, a:focus {
    text-decoration: none;
    cursor: pointer;
}

.display-none {
    display: none;
}

/*通用*/
.has-error .form-control, .has-error .form-control:focus {
    border: 1px solid red;
}

/*BEGIN HEADER*/
.pre-header {
    min-height: 30px;
    color: #666666;
    padding-top: 5px;
    font-size: 16px;
    font-weight: 300;
    background: url("../img/homepage/pre-header-background.png") no-repeat;
    background-size: cover;
}

.pre-header i ,.pre-header span{
    color: #fff;
}

.pre-header .container {
    width: 80%;
    max-width: 1530px;
}

.pre-header ul li {
    margin-bottom: 0;
}

.pre-header .header-contact {
    margin-bottom: 5px;
}

.pre-header .header-contact li {
    padding-right: 30px;
}

.nav-top .active {
    border-bottom: 3px solid #4ad1cd;
}

.header {
    height: 70px;
    background-color: #fff;
    /*background-image: linear-gradient(to right,#01132A, #00788C);*/
    position: relative;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
}

.header .container {
    width: 72%;
    max-width: 1510px;
    padding-right: 0;
}

.header .logoV {
    width: 115px;
    height: 23px;
    margin-top: 20px;
}

ul.navbar-two {
    padding: 0;
}

.nav-down .col-md-6 {
    padding: 0;
}

.page-header-fixed .header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}

.header .nav > li > a:focus,
.header .nav > li > a:hover {
    background-color: #1e2b3400;
    text-decoration: none;
}

.header ul li {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
    margin-left: 5px;
}

.header ul li a {
    margin: 0 auto;
    cursor: pointer;
    color: #3b3c3b;
    font-weight: normal;
}

.header ul li a:hover {
    color: #4ad1cd;
    text-decoration: underline;
}

.header ul.nav li a{
    font-weight: bold;
}

.header #nav2 {
    width: 90%;
    margin-top: 27px;
    margin-left: -10px;
    background: #364150;
    max-height: 700px;
    overflow-y: auto;
}

.header #nav2 .mobile-panel-navThree a:hover,
.header #nav2 .mobile-panel-navThree a:active,
.header #nav2 .mobile-panel-navThree a:focus {
    background-color: #2e3744;
    color: #4ad1cd;
}

.header #nav2 ul {
    margin-bottom: 0;
    padding-left: 0;
}

.header #nav2 ul li {
    line-height: 35px;
    background: #29343B;
    margin: 0;
    /*margin-bottom: 1px;*/
}

.header #nav2 ul li a {
    padding-left: 10px;
}

.header #nav2 .navTwo {
    margin-bottom: 0;
    background-color: #364150;
}

.header #nav2 .navTwo li {
    border-radius: 0;
    background-color: #29343B;
}

.header #nav2 .navTwo li a {
    padding-left: 30px;
}

.header #nav2 .navTwo .navThree {
    background-color: #364150;
}

.header #nav2 .navTwo .navThree li {
    background-color: #29343B;
}

.header #nav2 .navTwo .navThree li a {
    padding-left: 60px;
}

.header #nav2 a {
    text-decoration: none;
    display: block;
    color: #FFF;
}

.header #nav2 i {
    float: right;
    padding-right: 20px;
    padding-top: 7px;
}

.langChange select {
    margin-top: 2px;
    background-color: #999999;
    color: #fff;
    width: 100px;
}

.langChange {
    text-align: right;
}

.langChange a {
    font-size: 16px;
    font-weigth: bold;
    color: #333333;
}

.langChange .dropdown-item {
    margin-top: 10px;
}

.langChange .dropdown-item a {
    margin-left: 20px;
    color: #fff;
}

.langChange .dropdown-menu {
    border: none;
    background: #1d6b75;
    margin-top: 5px;
    left: -80%;
    /*min-height: 100px;*/
    border-radius: 0;
    padding: 5px 0 15px;
}

.languageValue:hover,
.languageValue:active,
.languageValue:focus {
    text-decoration: none;
}

.languageValue span {
    position: relative;
    top: 2px;
    left: 4px;
}

.languageValue:hover span {
    color: #333333;
}

.langChange a:hover {
    color: #4ad1cd;
}

@media (max-width: 1366px) {
    .dropdown {
        margin-left: 0 !important;
    }
}

@media (min-width: 1100px) {
    .header #nav2 {
        display: none;
    }
}

@media (max-width: 1024px) {
    .header #pcNav {
        display: none;
    }

    .header #mobileNav {
        display: block !important;
    }

    .pre-header .langChange {
        display: none;
    }

    .pre-header .col-md-10 {
        width: 100%;
    }
}

@media (max-width: 1024px) and (min-width: 450px) {
    .pre-header .mail-right {
        float: right;
    }

    .pre-header .header-contact li {
        padding-right: 0;
    }

}

.navbar-header {
    float: right;
}

.header #mobileNav {
    margin-top: 15px;
}

.navbar-toggle {
    background-color: #4ad1cd;
}

.navbar-toggle .icon-bar {
    background: #ffffff;
}

.nav-down {
    padding-top: 20px;
    background-color: #173b47;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 27px;
    padding-bottom: 70px;
}

.nav-down ul li {
    width: 100px;
    height: 30px;
    font-size: 14px;
}

.nav-down ul li p {
    font-size: 16px;
    color: #CCCCCC;
}

.nav-down ul li a {
    text-decoration: none;
    color: #4ad1cd;
}

.nav-top a {
    margin-right: 40px;
    text-decoration: none;
    color: #fff;
}

.header .navbar-two li {
    min-width: 300px;
    color: #CCCCCC;
    width: 150px;
    margin-bottom: 10px;
}

.header ul li .free-trail:hover {
    color: #fff;
    opacity: 0.7;
}

.free-trail span {
    min-width: 98px;
    min-height: 30px;
    padding: 10px 30px;
    background: linear-gradient(to right, #2AD2D0, #09B9B7);
    border: none;
    border-radius: 20px;
    color:#fff;
    font-weight: normal;
}

.site-tip {
    background-image: url("../img/homepage/livebooking/background.png"), linear-gradient(to right, #027AB8 0, #4BD8E0 100%);
    background-repeat: no-repeat;
    background-size: cover;
}

.site-tip:hover{
    cursor: pointer;
}

.site-tip .tip-index {
    width: 90%;
    height: 105px;
    max-width: 1366px;

    position: relative;
    z-index: 10;

    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 20px 0;
}

.site-tip .tip-left {
    display: flex;
    align-items: center;
}

.site-tip .tip-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.site-tip .tip-info .info-product {
    line-height: 38px;
    font-size: 26px;
    font-weight: bolder;
    color: white;
}

.site-tip .tip-info .info-meeting {
    line-height: 22px;
    font-size: 16px;
    color: white;
}

.site-tip .tip-right{
    width: 30%;
    max-height: 105px;
}

.site-tip .tip-right .qr-code{
    width: 78px;
    height: 78px;
    border-radius: 2px;
    border: 2px solid #9FFFFF;
}

.site-tip .tip-right .reg-content {
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 40%;
    margin-left: 95px;
}

.site-tip .tip-right .reg-content img {
    height: 12px;
}

.site-tip .tip-right .reg-content span {
    position: relative;
    top: 1px;
    left: 10px;
}

.closed{
    max-height: 20px;
    position: absolute;
    right: 50px;
    top: 42px;
}

.closed:hover{
    cursor: pointer;
}
/*END HEADER*/

/* BEGIN Homepage*/
.homepage-bg {
    background: url(../img/homepage/bg-index-center.png) no-repeat;
}

/*BEGIN Carousel*/
.carousel-fade .carousel-inner .item {
    opacity: 1;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: #2d6277;
    opacity: 0.5;
    border: 0;
    border-radius: 50%;
    margin: 0 20px 0 0;
}

.carousel-indicators li.active {
    width: 14px;
    height: 14px;
    opacity: 1;
    background-color: #3ddae3;
    margin: 0 20px 0 0;
}

.carousel-indicators li:last-child {
    margin-right: 0;
}

.to-trial {
    position: absolute;
    top: 68%;
    left: 11%;
    background: #fff;
    padding: 5px 15px;
    font-size: 20px;
    color: #0650B9;
}

.to-trial i {
    font-size: 20px;
    color: #0650B9;
    margin-left: 5px;
}

.to-trial:hover {
    background: #4ad1cd;
    color: #fff;
}

.to-trial:hover i {
    color: #fff;
}

.contactkf {
    position: absolute !important;
    top: 69%;
    left: 22.5%;
}

.contactkf .award {
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 15px;
}

.contactkf div {
    position: absolute;
    z-index: 99;
    right: 0;
    top: -190px;
    width: 130px;
    height: 180px;
    transform: scale(0);
    transform-origin: bottom;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-align: center;
}

.contactkf img {
    width: 130px !important;
    height: 180px !important;
}

.contactkf:hover div {
    transform: scale(1);
    opacity: 1;
}

@media (max-width: 530px) {
    .carousel-indicators li,
    .carousel-indicators .active {
        width: 10px;
        height: 10px;
        border-radius: 5px;
        margin-left: 10px;
    }
}

@media (max-width: 1319px) {
    .to-trial {
        padding: 5px 10px;
        font-size: 14px;
    }

    .to-trial i {
        font-size: 14px;
    }

    .contactkf .award {
        font-size: 14px;
        padding: 5px 10px;
    }
}

@media (max-width: 1024px) {
    .to-trial {
        padding: 2px 5px;
        font-size: 12px;
        top: 20%;
        left: 70%;
    }

    .to-trial i {
        font-size: 12px;
    }

    .contactkf .award {
        font-size: 12px;
        padding: 2px 5px;
    }

    .contactkf {
        top: 40%;
        left: 70%;
    }
}

/*END Carousel*/

.content-title {
    text-align: center;
    margin: 75px 0;

}

.content-title span {
    font-size: 26px;
    color: #666666;
}

.content-tit span {
    font-size: 24px;
}

.content-tit {
    background: url(../img/homepage/bg-homepage.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    min-height: 230px;
    padding-top: 60px;
    text-align: center;
}

.content-tit p {
    margin-top: 50px;
    font-size: 24px;
}

.content-tit p a {
    font-size: 18px;
    text-decoration: none;
    color: #fff;
}

.content-tit p a span:hover {
    color: #475f77;
    border: 2px solid #475f77;
}

.content-tit p a span {
    padding: 5px 80px;
    border: 2px solid #fff;
    border-radius: 20px;
}

@media (max-width: 310px) {
    .content-tit p a span {
        padding: 5px 0;
        display: block;
        margin: 0 auto;
    }
}

.why-vinchin {
    margin: 100px auto 125px;
}

.advantage {
    margin: 0 auto;
    margin-bottom: 100px;
    max-width: 480px;
}

.advantage p {
    font-size: 20px;
    font-weight: bolder;
    color: #333333;
    border-left: 18px solid #4ad1cd;
    padding-left: 15px;
}

.advantage span {
    display: block;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    margin-left: 35px;
}

.more-Advan {
    margin-bottom: 165px;
}

.moreAdvan {
    margin-bottom: 60px;
    text-align: center;
}

.moreAdvan .col-md-4 {
    margin-top: 10px;
}

.moreAdvan a {
    text-decoration: none;
    cursor: default;
    color: #666666;
}

.moreAdvan a:hover {
    color: #4ad1cd;
}

.moreAdvan h3 {
    color: #333333;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bolder;
}

.moreAdvan a p {
    max-width: 220px;
    margin: 0 auto;
    font-size: 16px;
}

.hypervisor-sup {
    margin-bottom: 90px;
}

.manufacturer {
    margin-bottom: 30px;
}

.manufacturer ul {
    text-align: center;
}

.manufacturer ul li {
    width: 150px;
    height: 56px;
    margin: 0 30px;
    cursor: default;
}

@media (max-width: 768px) {
    .moreAdvan a p {
        max-width: 100%;
    }

    .manufacturer ul li {
        margin: 0;
    }
}

/*vmware*/
.manufacturer .logo-vmware {
    background: url(../img/homepage/logos.png) -0px -224px no-repeat;

}

.manufacturer .logo-vmware:hover {
    background: url(../img/homepage/logos.png) -0px -336px no-repeat;

}

/*citrix*/
.manufacturer .logo-citrix {
    background: url(../img/homepage/logos.png) -0px -0px no-repeat;
}

.manufacturer .logo-citrix:hover {
    background: url(../img/homepage/logos.png) -300px -56px no-repeat;
}

/*redhat*/
.manufacturer .logo-redhat {
    background: url(../img/homepage/logos.png) -0px -168px no-repeat;
}

.manufacturer .logo-redhat:hover {
    background: url(../img/homepage/logos.png) -150px -280px no-repeat;
}

/*certusnet*/
.manufacturer .logo-certusnet {
    background: url(../img/homepage/logos.png) -300px -0px no-repeat;
}

.manufacturer .logo-certusnet:hover {
    background: url(../img/homepage/logos.png) -0px -56px no-repeat;
}

/*h3c*/
.manufacturer .logo-h3c {
    background: url(../img/homepage/logos.png) -150px -0px no-repeat;
}

.manufacturer .logo-h3c:hover {
    background: url(../img/homepage/logos.png) -300px -112px no-repeat;
}

/*inspur*/
.manufacturer .logo-inspur {
    background: url(../img/homepage/logos.png) -0px -112px no-repeat;
}

.manufacturer .logo-inspur:hover {
    background: url(../img/homepage/logos.png) -300px -224px no-repeat;
}

/*halsign*/
.manufacturer .logo-halsign {
    background: url(../img/homepage/logos.png) -150px -56px no-repeat;
}

.manufacturer .logo-halsign:hover {
    background: url(../img/homepage/logos.png) -300px -168px no-repeat;
}

/*sangfor*/
.manufacturer .logo-sangfor {
    background: url(../img/homepage/logos.png) -150px -168px no-repeat;
}

.manufacturer .logo-sangfor:hover {
    background: url(../img/homepage/logos.png) -300px -280px no-repeat;
}

/*winhong*/
.manufacturer .logo-winhong {
    background: url(../img/homepage/logos.png) -150px -224px no-repeat;
}

.manufacturer .logo-winhong:hover {
    background: url(../img/homepage/logos.png) -150px -336px no-repeat;
}

/*kvm*/
.manufacturer .logo-kvm {
    background: url(../img/homepage/logos.png) -150px -112px no-repeat;
}

.manufacturer .logo-kvm:hover {
    background: url(../img/homepage/logos.png) -0px -280px no-repeat;
}

/*BEGIN MOREADVAN*/
.moreAdvan a .moreAdvans {
    width: 35px;
    height: 35px;
}

.moreAdvan1 {
    background: url(../img/homepage/moreAdvans.png) -35px -70px no-repeat;
}

.moreAdvan2 {
    background: url(../img/homepage/moreAdvans.png) -70px -70px no-repeat;
}

.moreAdvan3 {
    background: url(../img/homepage/moreAdvans.png) -0px -0px no-repeat;
}

.moreAdvan4 {
    background: url(../img/homepage/moreAdvans.png) -35px -0px no-repeat;
}

.moreAdvan5 {
    background: url(../img/homepage/moreAdvans.png) -0px -35px no-repeat;
}

.moreAdvan6 {
    background: url(../img/homepage/moreAdvans.png) -35px -35px no-repeat;
}

.moreAdvan7 {
    background: url(../img/homepage/moreAdvans.png) -70px -0px no-repeat;
}

.moreAdvan8 {
    background: url(../img/homepage/moreAdvans.png) -70px -35px no-repeat;
}

.moreAdvan9 {
    background: url(../img/homepage/moreAdvans.png) -0px -70px no-repeat;
}

/*END MOREADVAN*/

/*END Homepage*/

.title-product {
    background: url(../img/product/pagetitle-product.png) no-repeat;
    background-size: 100% 100%;
}

.title-support {
    background: url(../img/support/pagetitle-support.png) no-repeat;
    background-size: 100% 100%;
}

.title-software {
    background: url(../img/software/pagetitle-software.png) no-repeat;
    background-size: 100% 100%;
}

.title-software.new {
    background: url(../img/software/pagetitle-software1.png) no-repeat;
    background-size: 100% 100%;
    min-height: 260px;
    text-align: center;
}

.title-software.new h3 {
    font-size: 32px;
    padding-top: 50px;
    font-weight: 700;
}

.title-software.new span {
    font-size: 20px;
}

.title-partner {
    background: url(../img/partner/pagetitle-partner.png) no-repeat;
    background-size: 100% 100%;
}

.title-company {
    background: url(../img/company/pagetitle-company.png) no-repeat;
    background-size: 100% 100%;
}

.title-news {
    background: url(../img/company/pagetitle-news.png) no-repeat;
    background-size: 100% 100%;
}

/*BEGIN 备份恢复*/
.page-title {
    padding-top: 75px;
    min-height: 205px;
    position: relative;
    top: -70px;
}

.page-title h3 {
    font-size: 26px;
    color: #fff;
}

.page-title p {
    font-size: 18px;
    color: #fff;
    margin: 0;
}

.page-title span {
    color: #fff;
    opacity: 0.5;
}

.title {
    margin-top: 70px;
    margin-bottom: 100px;
    text-align: center;

}

.title h3 {
    font-size: 26px;
    color: #666666;
    margin-bottom: 20px;
}

.title span {
    font-size: 16px;
    display: block;
    max-width: 320px;
    margin: 0 auto;
    color: #999999;
}

.title .title-sub {
    width: 30px;
    height: 5px;
    background-color: #4ad1cd;
    margin: 0 auto;
    margin-top: 20px;
}

.backupAdvan {
    margin: 40px 0 60px;
    text-align: center;
}

.backupAdvan .backup-mode {
    margin-bottom: 40px;
    color: #999999;

}

.backup-mode .col-md-4:hover {
    color: #4ad1cd;
    cursor: default;
}

.backupAdvan .backup-mode h3 {
    padding-top: 10px;
    padding-bottom: 20px;
    color: #333333;
    font-size: 20px;
    font-weight: bolder;
}

.backupAdvan .backup-mode span {
    display: block;
    max-width: 270px;
    margin: 0 auto;
    font-size: 16px;
    padding-bottom: 50px;
}

.backup-mode .backups {
    width: 80px;
    height: 60px;
    margin: 0 auto;
}

.backup1 {
    background: url(../img/product/backups.png) -0px -0px no-repeat;
}

.backup2 {
    background: url(../img/product/backups.png) -0px -60px no-repeat;
}

.backup3 {
    background: url(../img/product/backups.png) -80px -0px no-repeat;
}

.recoverAdvan .recovers {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.recover1 {
    background: url(../img/product/recovers.png) -0px -0px no-repeat;
}

.recover2 {
    background: url(../img/product/recovers.png) -0px -80px no-repeat;
}

.recover3 {
    background: url(../img/product/recovers.png) -80px -0px no-repeat;
}

.more-Fun {
    width: 90%;
    margin: 0 auto;
    margin-top: 80px;
}

.moreFun {
    padding-bottom: 70px;
    text-align: left;
    color: #999999;
}

.moreFun:hover {
    color: #4ad1cd;
    cursor: default;
}

.moreFun .moreFun-text {
    padding-left: 60px;
}

.moreFun img {
    float: left;
    width: 30px;
    height: 34px;
}

.moreFun h3 {
    margin-top: 0;
    color: #666666;
    font-size: 18px;
    font-weight: bolder;
}

.moreFun span {
    font-size: 16px;
}

.recoverAdvan {
    text-align: center;
    margin-bottom: 60px;
    padding-bottom: 80px;
    color: #999999;

}

.recoverAdvan .col-md-4:hover {
    color: #4ad1cd;
    cursor: default;
}

.recoverAdvan h3 {
    color: #333333;
    font-size: 20px;
    font-weight: bolder;
    padding-top: 20px;
    padding-bottom: 10px;
}

.recoverAdvan span {
    font-size: 16px;
    display: block;
    max-width: 260px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.free-trial {
    color: #fff;
    background: url(../img/homepage/bg-homepage.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 60px;
    padding-bottom: 40px;
    text-align: center;
}

.free-trial span {
    font-size: 20px;
}

.free-trial h3 {
    margin-bottom: 30px;
    font-size: 24px;
}

.free-trial a:hover {
    color: #475f77;
    border: 1px solid #475f77;
}

.free-trial a {
    font-size: 16px;
    color: #fff;
    margin-right: 30px;
    padding: 10px 30px;
    border: 1px solid #fff;
    border-radius: 20px;
}

.about-copy {
    width: 88%;
    margin: 120px auto 50px;
}

.about-copy h3 {
    font-size: 30px;
    font-weight: bolder;
    color: #2f2f2f;
    margin-bottom: 46px;
}

.about-copy .copy-content p {
    display: inline-flex;
    font-size: 16px;
    color: #5d5d5d;
}

.about-copy .copy-content img {
    margin-right: 13px;
    margin-top: -2px;
}

.about-copy .copy-view {
    margin: 20px auto 0;
    text-align: center;
}

.copyFunction {
    padding: 50px 0 103px;
    background: #F1F1F1;
}

.copyFunction .copyfunDiv {
    padding: 44px 34px;
    background-color: #fff;
    text-align: center;
    max-width: 340px;
    margin: 0 auto 15px;
}

.copyFunction .copyfunDiv img {
    margin-bottom: 45px;
}

.copyFunction .copyfunDiv h3 {
    font-size: 20px;
    color: #2f2f2f;
    margin: 0;
    font-weight: bolder;
}

.copyFunction .copyfunDiv p {
    max-width: 272px;
    margin: 22px auto 0;
    font-size: 16px;
    color: #5d5d5d;
}

.copyFunction .title {
    font-size: 24px;
    color: #666666;
    margin: 0 0 90px;
}

.copySpecialty {
    margin: 53px auto 0;
}

.copySpecialty .title {
    margin: 0;
}

.copySpecialty .specialDiv {
    margin-bottom: 70px;
    text-align: center;
}

.copySpecialty .specialDiv .col-md-4 {
    margin-bottom: 20px;
}

.copySpecialty .specialDiv img {
    margin-bottom: 20px;
}

.copySpecialty .specialDiv h3 {
    font-size: 18px;
    color: #2f2f2f;
    margin: 0;
    font-weight: bolder;
}

.copySpecialty .specialDiv p {
    max-width: 300px;
    margin: 11px auto 0;
    font-size: 14px;
    color: #5d5d5d;
}

@media (max-width: 992px) {
    .moreFun {
        max-width: 450px;
        margin: 0 auto;
    }
}

@media (max-width: 378px) {
    .free-trial a {
        display: block;
        margin: 20px auto;
        width: 200px;
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .copySpecialty .container {
        width: 1240px;
        margin: 0 auto;
    }
}

/*END 备份恢复*/

/*BEGIN ORCHESTRATION*/
.drill-orchestration {
    background: url(../img/homepage/bg-orchestration.png) no-repeat;
}

.drill-vinchin {
    margin-bottom: 200px;
}

.drillDiv {
    margin-bottom: 80px;
}

.drillDiv p {
    margin: 20px 0;
    color: #333333;
    font-size: 18px;
    font-weight: bolder;
}

.drillDiv span {
    font-size: 16px;
    display: block;
    max-width: 450px;
    color: #666666;
}

.drillDiv h3 {
    color: #4ad1cd;
    font-size: 24px;
    font-weight: bolder;
}

@media (max-width: 992px) {
    .drillDiv .col-md-6 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/*END ORCHESTRATION*/

/*BEGIN VMWARE*/
.aboutVMware {
    width: 90%;
    max-width: 960px;
    margin: 60px auto 165px;
}

.aboutVMware h3 {
    color: #333333;
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: 30px;
}

.aboutVMware .abount-text span {
    display: block;
    max-width: 640px;
    color: #666666;
    font-size: 16px;
}

.aboutVMware .abount-text p {
    color: #666666;
    font-size: 16px;
}

.aboutVMware .abount-text i {
    font-size: 22px;
    color: #4ad1cd;
    margin-right: 10px;
}

.about-adv {
    margin: 30px 0;
}

.about-adv span {
    margin-bottom: 10px;
}

.about-adv span:hover {
    color: #4ad1cd;
}

.vmware-img {
    margin-top: 40px;
    text-align: center;
}

.vmwareSol {
    width: 90%;
    max-width: 920px;
    margin: 20px auto 50px;
    text-align: center;
}

.vmwareSol .col-md-4 {
    padding: 0;
}

.vmwareSol .sol-block {
    margin: 10px auto 0;
    padding-top: 30px;
    max-width: 300px;
    height: 320px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}

.vmwareSol .sol-block:hover {
    -webkit-box-shadow: 0 0 10px #999999;
    -moz-box-shadow: 0 0 10px #999999;
    box-shadow: 0 0 10px #999999;

}

.vmwareSol .sol-block h3 {
    color: #333333;
    font-size: 18px;
    font-weight: bolder;
    padding: 20px 0;
}

.vmwareSol .sol-block span {
    display: block;
    color: #666666;
    font-size: 14px;
    margin: 0 20px;
    padding: 0 5px;
    text-align: left;
}

.sol-text {
    width: 80%;
    margin: 0 auto;
    color: #666666;
    font-size: 14px;
    padding-bottom: 40px;
}

.sol-text span {
    display: block;
    margin-top: 10px;
}

.sol-text .vertion {
    margin-top: 20px;
}

.sol-text .vertion ul li {
    margin-bottom: 10px;
}

.backup-pro {
    margin: 60px 0 90px;
    text-align: center;
}

.backup-pro .img-responsive {
    display: inline;
}

.vmware-Advan {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 80px;
}

.vmware-Advan span {
    font-size: 14px;
    color: #666666;
}

.vmware-Advan span:hover {
    color: #4ad1cd;
}

.vmware-Advan i {
    font-size: 20px;
    color: #4ad1cd;
    margin-right: 10px;
}

@media (max-width: 992px) {
    .vmware-Advan {
        width: 100%;
    }

    .vmware-Advan ul {
        padding: 0;
    }

    .vmware-Advan ul li {
        max-width: 400px;
        margin: 20px auto;
    }

    .sol-text {
        width: 100%;
    }
}

/*END VMWARE*/

/*BEGIN HYPERVISOR*/
.about-Xen {
    width: 90%;
    margin: 0 auto;
    padding-top: 100px;
}

.about-Xen .about-text span {
    display: block;
    max-width: 560px;
    padding-top: 20px;
    font-size: 16px;
    color: #666666;
}

.about-Xen img {
    margin-top: 40px;
}

.Xen-advan {
    padding-top: 30px;
    padding-bottom: 80px;
}

.Xen-advan ul {
    padding-left: 0;
}

.Xen-advan ul li {
    border-left: 5px solid #475f77;
    padding-left: 20px;
}

.Xen-advan ul li h3 {
    font-size: 18px;
    font-weight: bolder;
}

.Xen-advan ul li span {
    color: #666666;
    font-size: 16px;
}

.citrix-ready {
    width: 90%;
    margin: 0 auto;
}

.citrix-ready p {
    color: #666666;
    font-size: 16px;
}

.citrix-ready h3,
.redhat-ready h3 {
    font-size: 20px;
    margin: 10px 0;
}

.citrix-ready ul {
    padding-left: 20px;
}

.citrix-ready ul li {
    margin-bottom: 10px;
    list-style-type: circle;
}

.Xen-sol {
    width: 80%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 100px;
    text-align: center;
}

.Xen-sol .Xen-fun {
    margin: 0 auto;
    margin-top: 20px;
    padding: 50px 0;
    max-width: 450px;
    min-height: 300px;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
}

.Xen-sol .Xen-fun:hover {
    -webkit-box-shadow: 0px 0px 10px #999999;
    -moz-box-shadow: 0 0 10px #999999;
    box-shadow: 0 0 10px #999999;
}

.Xen-sol .Xen-fun h3 {
    font-size: 16px;
    font-weight: bolder;
}

.Xen-sol .Xen-fun span {
    display: block;
    max-width: 380px;
    margin: 0 auto;
    color: #666666;
}

.sol-Hypervisor {
    margin: 60px auto;
}

.sol-Hypervisor p {
    margin-top: 65px;
    font-size: 16px;
    color: #666666;
    max-width: 500px;
}

.hypervisor-features {
    padding: 60px 0 20px;
    background: #F1F1F1;
    margin-bottom: 60px;
}

.hypervisor-feature .col-md-4 {
    text-align: center;
}

.hypervisor-feature .col-md-4 img {
    margin-top: 30px;
}

.hypervisor-features .col-md-8 {
    margin-bottom: 60px;
}

.hypervisor-features h3 {
    font-size: 18px;
    font-weight: bolder;
}

.hypervisor-features p {
    color: #666666;
    max-width: 600px;
}

.hypervisor-Advan {
    margin: 0 auto 80px;
    text-align: center;
}

.hypervisor-Advan h3 {
    color: #333333;
    font-size: 18px;
    font-weight: bolder;
}

.hypervisor-Advan a {
    color: #333333;
    cursor: default;
}

.hypervisor-Advan p {
    max-width: 240px;
    margin: 0 auto;
}

.hypervisor-Advan a:hover {
    color: #4ad1cd;
}

.hypervisor-Advan .col-md-4 {
    margin-top: 20px;
}

.openstack-hypervisor, .huawei-hypervisor, .sangfor-hypervisor, .winhong-hypervisor {
    margin: 60px auto;
    width: 92%;
}

.openstack-hypervisor p, .huawei-hypervisor p, .sangfor-hypervisor p, .winhong-hypervisor p, .hyperv-hypervisor p {
    font-size: 16px;
    color: #666666;
    max-width: 600px;
    text-align: justify;
}

.hyperv-hypervisor {
    background: #F1F1F1;
    padding: 100px 0 50px;
}

.hyperv-hypervisor p {
    margin-top: 40px;
}

.hyperv-hypervisor .row {
    margin-bottom: 96px;
}

.hyperv-hypervisor .hyperv-view {
    margin: 20px auto 0;
    text-align: center;
}

.openstack-hypervisor h3, .huawei-hypervisor h3, .sangfor-hypervisor h3, .winhong-hypervisor h3 {
    margin-bottom: 30px;
}

.openstack-features, .huawei-features, .winhong-features {
    padding: 60px 0 20px;
    background: #F1F1F1;
    margin-bottom: 100px;
}

.huawei-features {
    margin-bottom: 0;
}

.sangfor-features {
    padding: 60px 0;
    background: #F1F1F1;
    margin-bottom: 40px;
}

.sangfor-features .title {
    margin: 0;
}

.sangfor-video {
    width: 95%;
    margin: 60px auto;
}

.sangfor-video .row {
    margin: 100px 0;
}

.sangfor-video .sangfor-text {
    margin: 20px auto 0;
    max-width: 450px;
}

.sangfor-video a {
    display: block;
    position: relative;
    max-width: 450px;
    margin: 0 auto;
    border: 1px solid #d9d9d9;
}

.openstack-features .col-md-8, .openstack-features .col-md-4, .winhong-features .col-md-8, .winhong-features .col-md-4 {
    margin-bottom: 100px;
}

.openstack-features h3, .winhong-features h3 {
    font-size: 23px;
    margin-bottom: 30px;
}

.openstack-features p, .huawei-features p, .winhong-features p {
    font-size: 16px;
    max-width: 600px;
    color: #666;
    text-align: justify;
}

.huawei-features h3 {
    font-size: 23px;
    margin-bottom: 0;
}

.huawei-features .col-md-8, .huawei-features .col-md-4 {
    margin-bottom: 40px;
}

.huawei-Advan {
    width: 90%;
    margin: 60px auto;
}

.hyperv-advan {
    margin: 47px auto 105px;
    width: 93%;
}

.hyperv-recoveryAdvan {
    width: 79%;
    margin: 46px auto 60px;;
}

.huawei-Advan .col-md-8 {
    margin-bottom: 60px;
}

.hyperv-advan .col-md-9 {
    margin-bottom: 60px;
    max-width: 770px;
    font-size: 16px;
    color: #5d5d5d;
}

.hyperv-recoveryAdvan .col-md-9 {
    margin-bottom: 60px;
    max-width: 785px;
    font-size: 16px;
    color: #5d5d5d;
    padding-right: 0;
}

.hyperv-advan .col-md-9 h3,
.hyperv-recoveryAdvan .col-md-9 h3 {
    font-size: 20px;
    font-weight: bolder;
    color: #2f2f2f;
}

.huawei-Advan .col-md-4 {
    text-align: center;
}

.hyperv-advan .col-md-3 {
    text-align: center;
    padding-top: 5px;
}

.hyperv-recoveryAdvan .col-md-3 {
    text-align: right;
    padding-top: 5px;
}

.huawei-Advan img {
    width: 80px;
    margin-top: 10px;
}

.title-sub {
    width: 101px;
    height: 6px;
    background: #4ad1cd;
    margin-top: 5px;
    margin-bottom: 89px;
}

.hyperv-backuptitle {
    width: 83%;
    margin: 0 auto;
    font-size: 30px;
    font-weight: bolder;
}

.hyperv-recoverytitle {
    font-size: 30px;
    font-weight: bolder;
    float: right;
    position: relative;
    margin-bottom: 89px;
}

.hyperv-recovery {
    padding: 0 0 20px;
    background: #F1F1F1;
}

@media (max-width: 1134px) {
    .sangfor-video {
        width: 100%;
    }

    .sangfor-video .sangfor-text {
        margin-top: 0;
    }

    .sangfor-video .col-md-6 {
        padding: 0;
    }

    .sangfor-video .sangfor-text h3 {
        margin-top: 5px;
    }
}

@media (max-width: 768px) {
    .Xen-sol {
        width: 100%;
    }

    .Xen-sol .Xen-fun span {
        padding: 0 20px;
        text-align: left;
    }
}

/*END HYPERVISOR*/


/*BEGIN SUPPORT*/

.tech-help {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 140px;
    text-align: center;
    color: #999999;
}

.tech-help span {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: left;
    max-width: 215px;
}

.tech-help .supports {
    width: 200px;
    height: 176px;
    margin: 0 auto;
}

.support-one {
    background: url(../img/support/supports.png) -200px -176px no-repeat;
}

.support-two {
    background: url(../img/support/supports.png) -0px -176px no-repeat;
}

.support-three {
    background: url(../img/support/supports.png) -200px -0px no-repeat;
}

.support-four {
    background: url(../img/support/supports.png) -0px -0px no-repeat;
}

.tech-help .col-md-3:hover {
    color: #4ad1cd;
}

.tech-help h3 {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bolder;
    color: #333333;
}

.support-mode {
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 100px;
}

.support-mode .row {
    margin: 0;
}

.support-mode .col-md-9 {
    padding: 0;
}

.support-mode ul {
    padding-left: 0;
}

.support-mode ul li {
    text-align: center;
    min-height: 100px;
    margin-bottom: 10px;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    padding-right: 5px;
}

.support-mode ul li:hover {
    -webkit-box-shadow: 0px 0px 10px #999999;
    -moz-box-shadow: 0 0 10px #999999;
    box-shadow: 0 0 10px #999999;
}

.support-mode li i {
    padding: 15px;
    color: #4ad1cd;
    font-size: 30px;
    border: 2px solid #4ad1cd;
    border-radius: 40px;
    margin-top: 20px;
}

.support-mode ul li h3 {
    margin-top: 40px;
    font-size: 16px;
    font-weight: bolder;
    color: #333333;
}

.support-mode ul li span {
    text-align: left;
    display: block;
    margin-top: 40px;
    color: #999999;
    padding-bottom: 20px;
}

.more-support {
    width: 80%;
    margin: 0 auto;
    margin-top: 150px;
}

.hover-active {
    background-color: #2D373E;
    position: relative;
    bottom: 100px;
    height: 400px;
    margin-bottom: -120px !important;
}

@media (max-width: 992px) {
    .hover-active {
        margin-bottom: -100px !important;
    }

    .tech-help span {
        text-align: center;
        max-width: 300px;
    }

    .support-mode ul li {
        padding: 20px;
    }
}

.hover-h3 {
    color: #fff;
}

.more-sup {
    margin-bottom: 20px;
    padding-top: 40px;
    min-height: 280px;
    border: 1px solid #bcbcbc;
}

.more-sup h3 {
    text-align: center;
    font-size: 20px;
    font-weight: bolder;
    color: #333333;
    margin-bottom: 40px;
}

.more-sup span {
    max-width: 240px;
    margin: 0 auto;
    display: block;
    color: #666666;

}

.more-sup p {
    color: #00DFC8;
    font-size: 40px;
    text-align: center;
}

.more-sup .display-ellipsis {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.more-sup i {
    display: block;
    font-size: 50px;
    color: #4ad1cd;
    text-align: center;
    margin-top: 40px;
}

.more-sup i:hover {
    color: #666666;
}

.enter-KB {
    color: #fff;
    background: url(../img/support/bg-KB.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 140px;
    padding: 80px 0;
    text-align: center;
}

.enter-KB a:hover {
    color: #475f77;
    border: 2px solid #475f77;
}

.enter-KB a {
    color: #fff;
    font-size: 26px;
    padding: 10px 40px;
    border: 2px solid #fff;
    border-radius: 40px;

}

.enter-KB span {
    margin-top: 50px;
    display: block;
    font-size: 22px;
}

@media (max-width: 315px) {
    .enter-KB a {
        padding: 5px 0;
        display: block;
    }
}

/*END SUPPORT*/

/*BEGIN VIDEO*/
.video-play:hover {
    opacity: 0.7;
}

.vinchin-video p {
    color: #666666;
}

.vinchin-video .title {
    margin-bottom: 30px;
}

.video-install {
    width: 98%;
    margin: 0 auto 120px;
}

.video-install h3,
.video-install p {
    max-width: 600px;
    margin: 0;
}

.video-config {
    margin-bottom: 100px;
}

.video-config p {
    max-width: 365px;
}

.video-config h3 {
    margin-top: 40px;
}

.video-config a,
.video-backup a {
    display: block;
    position: relative;
}

.video-backup {
    width: 98%;
    margin: 0 auto;
}

.video-backup .row {

    margin-bottom: 60px;
}

.video-backup .col-md-8 {
    margin-top: 20px;
}

.video-play {
    max-width: 100px;
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.video-backup .video-play, .sangfor-video .video-play {
    width: 80px;
}

/*END VIDEO*/

/*BEGIN SUPPORT-KB*/
.page-KB .container {
    width: 100%;
    padding: 0;
}

.KB-system {
    position: relative;
    width: 100%;
    margin-bottom: 420px;
}

#page-details {
    margin-bottom: 20px;
}

.KB-system .search-KB input {
    background-color: transparent;
    border: 2px solid #666666;
    padding-left: 20px;
    color: #999999;
    font-size: 14px;
    font-weight: bolder;
    border-radius: 30px 0 0 30px;
    height: 50px;
}

.KB-system .search-KB button {
    height: 50px;
    font-size: 18px;
    background-color: #4ad1cd;
    color: #fff;
    padding-left: 30px;
    padding-right: 40px;
    border-radius: 0 30px 30px 0;
}

.KB-system .search-KB button:hover {
    background-color: #455F76;
}

.search-KB {
    width: 100%;
    height: 500px;
    background: url(../img/support/bg-FAQ.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 80px;
    padding-bottom: 200px;
    text-align: center;
    position: absolute;
    z-index: 1;
}

.search-KB h3 {
    color: #fff;
    font-weight: bolder;
    font-size: 28px;
}

.search-KB .span-text {
    font-size: 14px;
    display: block;
    color: #999999;
    margin-top: 20px;
    margin-bottom: 60px;
}

.search-KB #search {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 800px;
}

.search-result {
    margin-top: 100px;
    width: 40%;
    color: #999999;
    font-size: 16px;
}

.kb-list {
    background: #fff;
    width: 70%;
    margin: 0 auto;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    -webkit-box-shadow: #666 0px 0px 10px;
    -moz-box-shadow: #666 0px 0px 10px;
    box-shadow: #666 0px 0px 10px;
    position: relative;
    top: 405px;
    z-index: 999;
}

.kb-list ul {
    padding-left: 0;
    margin-top: 60px;
}

.kb-list ul .kb-num {
    font-size: 20px;
    width: 90px;
    height: 30px;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #E04E4B;
    color: #fff;
    text-align: center;
}

.kb-list ul span {
    margin-right: 10px;
    color: #999999;
}

.kb-list ul h3 {
    font-size: 18px;
    font-weight: bolder;
    margin-top: 5px;
    color: #333333;
}

.kb-list ul p {
    color: #666666;
}

.kb-list ul li {
    padding: 20px 120px;
    margin: 0;
    border-bottom: 1px solid #bcbcbc;
    background-color: #E8F7F9;
}

.kb-list ul li:hover {
    background-color: #FCF0C0;
}

.kb-list .bt-page {
    display: block;
    height: 40px;
    margin: 40px 0;
    padding-left: 120px;
}

.kb-list .bt-page li {
    padding: 0;
}

.kb-list .null-KB {
    margin: 100px 0;
    text-align: center;
}

.kb-list .null-KB h3 {
    color: #4ad;
    font-size: 16px;
    margin-bottom: 20px;
}

.kb-list .null-KB a {
    color: #4ad;
    border: 1px solid #4ad;
    padding: 5px;
}

.kb-list .null-KB a:hover {
    color: #4ad1cd;
}

.pagination > .active > a {
    background-color: #456077;
    border-radius: 40px;
    color: #fff;
}

.pagination > .active > a:hover {
    background-color: #456077;
    cursor: pointer;
}

.bt-page li a {
    padding: 0 10px;
    border: 0;
    text-align: center;
    line-height: 32px;
    height: 32px;
    color: #666666;
    font-size: 14px;
}

.bt-page li a:hover,
.bt-page li a:focus,
.bt-page li a:active {
    background-color: #456077;
    border-radius: 40px;
    color: #fff;
}

.bt-page i {
    font-size: 20px;
    color: #333333;
}

.bt-page i:hover {
    font-weight: bolder;
    color: #4ad1cd;
}

.bt-page .le-right {
    background-color: #fff;
}

.bt-page .le-right:hover,
.bt-page .le-right:focus {
    background-color: #fff;
}

@media (max-width: 1440px) {
    .kb-list ul li {
        padding: 20px 40px;
    }

    .kb-list .bt-page {
        padding-left: 40px;
    }
}

@media (max-width: 1085px) {
    .kb-list {
        margin-bottom: 400px;
    }
}

@media (max-width: 992px) {
    .kb-list {
        width: 95%;
    }

    .kb-list ul .kb-num {
        margin: 10px 0;
    }
}

@media (max-width: 1085px) and (min-width: 1127px) {
    .KB-system {
        min-width: 1450px;
    }
}

@media (max-width: 992px) and (min-width: 600px) {
    .search-result {
        width: 24%;
    }
}

@media (max-width: 768px) {
    .page-KB .contanier {
        padding: 0;
    }

    .kb-list ul li {
        padding: 20px 10px;
    }

    .kb-list .bt-page {
        padding-left: 10px;
    }

    .bt-page li a {
        font-size: 14px;
        padding: 4px 0;
        width: 25px;
        height: 25px;
        line-height: 17px;
    }
}

@media (max-width: 538px) {
    .search-result {
        margin-top: 80px;
    }
}

.sale-consult {
    text-align: center;
    background: url(../img/support/bg-KB.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 100px;
    padding: 40px 0;
}

.preafter-sale {
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    width: 160px;
    height: 160px;
    padding-top: 20px;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
}

.preafter-sale:hover {
    border: 2px solid #4ad1cd;
    color: #4ad1cd;
}

.preafter-sale span {
    display: block;
    font-size: 20px;
    margin-top: 20px;
}

.sale-consult .container {
    width: 40%;
}

.sale-consult .sale-vinchin {
    width: 50%;
    float: left;
}

@media (max-width: 992px) {
    .sale-consult .container {
        width: 80%;
    }
}

@media (max-width: 500px) {
    .sale-consult {
        display: none;
    }
}

.kb-detail {
    background: #fff;
    width: 70%;
    margin: 0 auto;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    -webkit-box-shadow: #666 0px 0px 10px;
    -moz-box-shadow: #666 0px 0px 10px;
    box-shadow: #666 0px 0px 10px;
    position: relative;
    top: 400px;
    z-index: 999;
    padding: 60px 40px 10px 40px;
}

.kb-detail .kb-num {
    font-size: 20px;
    width: 90px;
    height: 30px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #E04E4B;
    color: #fff;
    text-align: center;
}

.kb-detail hr {
    height: 1px;
    border-top: 1px solid #bcbcbc;
    margin-top: 30px;
    margin-bottom: 40px;
}

.kb-detail p {
    color: #666666;
    margin-bottom: 20px;
}

.kb-detail span {
    display: block;
    color: #666666;
    max-width: 940px;
    margin-bottom: 40px;
}

.kb-detail h3 {
    color: #333333;
    font-size: 18px;
    font-weight: bolder;
    margin-top: 20px;
    margin-bottom: 20px;
}

.detail-title {
    width: 70%;
    margin: 0 auto;
    margin-top: 95px;
    text-align: left;
}

.detail-title a /*, i*/
{
    color: #fff;
    font-size: 16px;
}

.detail-title span {
    color: #666666;
    font-size: 16px;
}

.detail-title a:hover {
    color: #4ad1cd;
}

.feedback {
    min-height: 400px;
    background: #fff;
    width: 70%;
    margin: 0 auto;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    -webkit-box-shadow: #666 0px 0px 10px;
    -moz-box-shadow: #666 0px 0px 10px;
    box-shadow: #666 0px 0px 10px;
    padding: 20px 20px 40px 20px;
    margin-top: 420px;
}

.feedback .kb-form button {
    float: right;
    color: #fff;
    background-color: #455F76;
    padding: 5px 30px;
    border-radius: 20px;
}

.feedback .kb-form button:hover {
    background-color: #4ad1cd;
}

.feedback .kb-success span {
    color: green;
    font-size: 16px;

}

.kb-error span {
    color: red;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: right;
}

.feedback .kb-form .col-md-5 {
    padding: 0;
}

#starScore {
    padding: 0;
    text-align: right;
    max-width: 940px;
}

#starScore i {
    color: #4ad1cd;
    font-size: 24px;
}

#starScore #input-star {
    display: none;
}

#starScore span {
    display: inline;
}

#starScore .clear-stars {
    border: 1px solid #455f76;
    color: #455f76;
    display: none;
}

@media (max-width: 768px) {
    .kb-detail {
        padding: 20px 10px;
        width: 90%;
    }

    .feedback {
        padding: 20px 10px 40px 10px;
        min-height: 440px;
        width: 90%;
    }

    .detail-title {
        width: 90%;
    }
}

.feedback h3 {
    font-size: 18px;
    color: #333333;
    font-weight: bolder;
    margin-bottom: 30px;
}

.feedback h3 span {
    margin-left: 10px;
    color: #999999;
    font-size: 14px
}

.feedback .kb-form span {
    color: #333333;
    display: block;
    margin-bottom: 10px;
}

.kb-detail .ques-title span {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
    color: #4ad;
    text-align: right;
}


/*END SUPPORT-KB*/

/*BEGIN DOWNLOAD*/
.download-list {
    width: 90%;
    margin: 0 auto;
}

.download-count {
    width: 90%;
    padding-top: 60px;
    margin-bottom: 30px;
}

.download-count span {
    float: right;
    color: #999999;
    font-size: 16px;
}

@media (max-width: 992px) {
    .download-list {
        width: 100%;
    }

    .download-count {
        width: 100%;
    }
}

.download-list ul {
    padding: 0;
}

.download-list ul li {
    padding-top: 10px;
    padding-bottom: 20px;
    border-left: 5px solid red;
    border-top: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
    border-right: 1px solid #bcbcbc;
    border-radius: 5px;
    margin-bottom: 10px;
}

.download-list ul li:hover {
    -webkit-box-shadow: #666 0px 0px 10px;
    -moz-box-shadow: #666 0px 0px 10px;
    box-shadow: #666 0px 0px 10px;
    background-color: #EAEAF0;
}

.bt-download a {
    color: #fff;
    padding: 10px 30px;
    border-radius: 40px;
    background-color: #E04E4B;
}

.bt-download a:hover {
    background-color: #4ad1cd;
}

.bt-download .no-download {
    position: relative;
    top: -15px;
    background-color: #009788;
}

.bt-download .no-download:hover {
    background-color: #4ad1cd;
}

.bt-download {
    margin-top: 40px;
    text-align: center;
}

.download-des {
    padding-left: 40px;
}

.download-des a:hover {
    color: #4ad1cd;
}

.download-des i {
    color: #E04E4B;
}

.download-des > .userdoc,
.download-des > .vm-deploydoc {
    margin-left: 30px;
}

.download-des h3 {
    color: #333333;
}

.download-des span {
}

.other-download a {
    margin-right: 15px;
}

/*END DOWNLOAD*/

/*BEGIN NEW DOWNLOAD*/
.download-header {
    padding: 112px 0 0;
    font-family: MicrosoftYaHei !important;
    background: url(../img/software/download-header.png) no-repeat;
    background-size: cover;
}

.download-header .container {
    width: 77%;
    color: white;
}

@media (min-width: 1921px) {
    .download-header .container {
        width: 1320px;
    }
}

.download-header .col-md-5{
    margin-top: 120px;
}

.download-header .software-img {
    max-width: 529px;
}

.download-header .software-img img {
    width: auto;
}

.download-header h3 {
    font-size: 50px;
    color: #1D1D1D;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: Harmonyos-medium;
}

.download-header .software5_0 {
    color: #4bd8e0;
    font-size: 72px;
}

.download-header p {
    font-size: 32px;
    margin: 0;
}

.download-header ul {
    padding: 0;
    margin: 50px 0 56px;
}

.download-header ul li {
    margin: 0 0 25px;
    position: relative;
}

.download-header ul li p {
    width: 9px;
    height: 9px;
    border-radius: 20px;
    background-color: #4bd8e0;
    position: absolute;
    top: 10px;
}

.download-header ul li span {
    line-height: 26px;
    font-size: 18px;
    color: #3F4954;
    margin-left: 20px;
}

.download-header .handbookdiv a {
    display: block;
    width: 200px;
    float: left;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    padding: 15px 20px;
    border-radius: 50px;
    margin: 0 25px 20px 0;
    background-color: #fff;
    line-height: 24px;
}

.download-header .handbookdiv .download-free,
.download-header .handbookdiv a:hover {
    color: #fff;
    background: linear-gradient( 90deg, #56E4E6 0%, #1CC7CD 100%);
}

.vinchin-search {
    background: url(../img/software/list-top.png) no-repeat;
    background-size: 100% 100%;
    font-family: MicrosoftYaHei !important;
    padding: 57px 0 153px;
}

.vinchin-search h3 {
    text-align: center;
    font-size: 36px;
    color: #ffffff;
    margin: 0 0 12px;
    font-weight: bolder;
}

.vinchin-search p {
    text-align: center;
    font-size: 26px;
    color: #ffffff;
    margin: 0;
}

.hypervisor-list {
    padding: 49px 0 0;
    font-family: MicrosoftYaHei !important;
}

.hypervisor-list ul {
    margin: 0;
    padding: 0;
}

.hypervisor-list ul li {
    border-bottom: solid 1px rgba(117, 201, 209, 0.5);
    background-color: #fff;
    margin: 0;
    min-height: 125px;
    padding: 48px 0 0;
}

.hypervisor-list ul li:hover {
    background-color: rgba(117, 201, 209, 0.15);
    border-bottom: 0;
}

.hypervisor-list ul li span {
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    border: solid 1px #43bcc4;
    color: #43bcc4;
    padding: 5px 23px 4px 28px;
    margin-left: 115px;
    position: relative;
    top: 5px;
}

.hypervisor-list ul li p {
    color: #626568;
    font-size: 20px;
    font-weight: bolder;
    line-height: 24px;
    margin: 0;
}

.download-sale-consult {
    text-align: center;
    background: url(../img/software/bg-sale.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 100px;
    padding: 40px 0;
}

.download-sale-consult .preafter-sale:hover {
    border: 2px solid #475f77;
    color: #475f77;
}

#hypervisor-more {
    margin: auto;
    text-align: center;
    color: #43bcc4;
    font-size: 20px;
    font-weight: bolder;
}

.download-header #successDiv {
    margin: 30px 0;
}

.download-header #successDiv p {
    font-size: 16px;
    margin: 0;
    color: #b0b0b0;
}

.vinchin-product {
    background-color: #fff;
    padding: 76px 0 136px;
}

.vinchin-product h3 {
    font-size: 36px;
    line-height: 54px;
    text-align: center;
    font-family: Harmonyos-medium;
}

.vinchin-product .product-page{
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(0,88,107,0.1);
    border-radius: 12px 12px 12px 12px;
    height: 200px;
    float: left;
    width: 48%;
    margin-top: 50px;
    padding: 30px 30px 30px 120px;
    position: relative;
}

.vinchin-product .product-page-left{
    margin-right: 2%;
}

.vinchin-product .product-page-right{
    margin-left: 2%;
}

.vinchin-product img{
    position: absolute;
    left: 40px;
}

.vinchin-product h4{
    font-size: 24px;
    font-weight: 500;
    color: #000000;
}

.vinchin-product p {
    margin: 0;
    font-size: 16px;
    color: #57606F;
    text-align: left;
}

.vinchin-product .new-des {
    font-size: 26px;
    width: 411px;
    margin: 19px auto;
    border-radius: 29px;
    border: solid 1px #4bd8e0;
    text-align: center;
}

.vinchin-product .product-introduce {
    margin: 60px 0 0;
}

.vinchin-product .product-introduce .col-md-4 {
    padding: 0;
    margin: 0 auto;
    height: 400px;
    position: relative;
    max-width: 446px;
}

.vinchin-used{
    background: #fafafa;
    padding: 76px 0 136px;
    text-align: center;
}

.vinchin-used h3 {
    font-size: 36px;
    line-height: 54px;
    margin-bottom: 50px;
    font-family: Harmonyos-medium;
}

.vinchin-used h4{
    margin-top: 50px;
    font-size: 28px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
}

.vinchin-used p {
    margin: 0;
    font-size: 16px;
    color: #57606F;
}

.vinchin-used .resources-link:hover img{
    transform: scale(1.1);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 1;
}

.vinchin-used .weixin-service{
    width: 200px;
    font-weight: 500;
    font-size: 20px;
    color:#fff;
    background: linear-gradient( 90deg, #56E4E6 0%, #1CC7CD 100%);
    border-radius: 50px 50px 50px 50px;
    display: block;
    padding: 15px 30px;
    margin: 50px auto 15px;
}

.vinchin-used .qrcode{
    position: absolute;
    z-index: 99;
    top: -125px;
    left: 43.5%;
    transform: scale(0);
    transform-origin: bottom;
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.vinchin-used .weixin-service:hover .qrcode{
    transform: scale(1);
    opacity: 1;
}

.vinchin-used .contact-us{
    margin: 0;
    font-size: 14px;
    color: rgba(69,69,69,0.7);
}

.vinchin-used .col-lg-4{
    text-align: center;
}

.file-download h3{
    font-size: 36px;
    line-height: 54px;
    text-align: center;
    margin-bottom: 50px;
    font-family: Harmonyos-medium;
}

.file-download a{
    color:#454545;
}

.file-download a:hover img{
    transform: scale(1.3);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 1;
}

.file-download a:hover span{
    font-size: 20px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.software-pro1 {
    background: url(../img/software/software-pro1.png) no-repeat;
    background-size: cover !important;
}

.software-pro2 {
    background: url(../img/software/software-pro2.png) no-repeat;
    background-size: cover !important;
}

.software-pro3 {
    background: url(../img/software/software-pro3.png) no-repeat;
    background-size: cover !important;
}

.software-pro4 {
    background: url(../img/software/software-pro4.png) no-repeat;
    background-size: cover !important;
}

.software-pro5 {
    background: url(../img/software/software-pro5.png) no-repeat;
    background-size: cover !important;
}

.software-pro6 {
    background: url(../img/software/software-pro6.png) no-repeat;
    background-size: cover !important;
}

.vinchin-product .product-introduce .product-hover {
    width: 100%;
    height: 0;
    padding: 0 50px;
    position: absolute;
    transition: all .3s ease-in-out;
    overflow: hidden;
}

.vinchin-product .product-introduce .product-hover-top {
    bottom: 0;
    left: 0;
}

.vinchin-product .product-introduce .product-hover-bottom {
    top: 0;
    left: 0;
    transition: all .3s ease-in-out;
}

.vinchin-product .product-introduce .col-md-4:hover .product-hover {
    height: 400px !important;
    padding: 50px;
}

.vinchin-product .product-introduce .product-title {
    font-size: 24px;
    font-weight: bolder;
    text-align: center;
    position: absolute;
    bottom: 45px;
    width: 100%;
}

.vinchin-product .product-introduce p {
    line-height: 24px;
    font-size: 16px;
    margin: 20px 8px 0;
    text-align: justify;
}

.vinchin-product .product-introduce .more {
    text-align: right;
    display: block;
    margin: 26px 8px 0;
    position: relative;
    z-index: 1;
}

.vinchin-product .product-introduce .more i {
    transition: all 0.25s;
}

.vinchin-product .product-introduce .name {
    width: 100%;
    font-size: 24px;
    font-weight: bolder;
    text-align: center;
    border-radius: 35px 0;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    bottom: 50px;
}

.vinchin-product .product-introduce .product-odd .name {
    color: #013f56;
}

.vinchin-product .product-introduce .product-odd .product-hover {
    background: #66dee5;
}

.vinchin-product .product-introduce .product-even .name {
    color: #ffffff;
}

.vinchin-product .product-introduce .product-even .product-hover {
    background: #00475d;
}

.vinchin-product .product-introduce .product-hover h3 {
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    font-weight: bolder;
    text-align: center;
    border-radius: 35px 0;
    margin-top: 0;
    margin-bottom: 0;
}

.vinchin-product .product-introduce .product-odd .product-hover .circle {
    border: 1px dashed white;
    border-radius: 50%;
    position: absolute;
    top: -14px;
    left: -14px;
    right: -14px;
    bottom: -14px;
    z-index: 0;
}

.vinchin-product .product-introduce .product-odd .product-hover h3 {
    background-image: linear-gradient(90deg, #015c71 0%, #11dfe5 80%, transparent 100%);
    color: #ffffff !important;
}

.vinchin-product .product-introduce .product-odd p {
    color: #013f56 !important;
}

.vinchin-product .product-introduce .product-odd .more, .vinchin-product .product-introduce .product-odd .more i {
    color: #013f56;
}

.vinchin-product .product-introduce .product-even .product-hover h3 {
    background-image: linear-gradient(90deg, #11dfe5 0%, #015c71 100%);
    color: #00475d !important;
}

.vinchin-product .product-introduce .product-even p {
    color: #ffffff !important;
}

.vinchin-product .product-introduce .product-even .more, .vinchin-product .product-introduce .product-even .more i {
    color: #09dfe6;
}

.vinchin-product .product-introduce .col-md-4:hover .product-title {
    display: none;
}

.vinchin-product .product-introduce .more:hover i {
    transform: translateX(5px);
}

@media (max-width: 1599px) {
    .download-header .container {
        width: 95%;
    }

    .download-header h3 {
        font-size: 36px;
    }

    .download-header .handbookdiv a {
        width: 142px;
        padding: 8px 0 6px;
        margin: 0 20px 20px 0;
        font-size: 16px;
    }

    .download-header .download-free {
        width: 245px;
        padding: 14px 0;
        font-size: 24px;
    }

    .download-header ul li span {
        font-size: 18px;
    }

    .download-header p {
        font-size: 27px;
    }
}

@media (max-width: 1250px) and (min-width: 992px) {
    .download-header .software5_0 {
        margin-top: 65px;
    }

    .download-header ul {
        margin: 76px 0 31px;
    }

    .download-header h3 {
        font-size: 32px;
    }

    .download-header p {
        font-size: 24px;
    }

    .download-header ul li span {
        font-size: 15px;
    }

    .download-header .container {
        width: 95%;
    }

    .vinchin-search h3 {
        font-size: 28px;
    }

    .vinchin-search p {
        font-size: 20px;
    }

    .vinchin-search {
        padding: 30px 0 113px;
    }

    .hypervisor-list ul li span {
        margin-left: 55px;
    }

    .hypervisor-list ul li p {
        font-size: 16px;
    }

    .vinchin-product .product-introduce p {
        font-size: 16px;
        width: 220px;
    }
}

@media (min-width: 1921px) {
    .vinchin-product .container {
        width: 1338px;
    }

    .vinchin-product .product-introduce .col-md-4:hover .product-even,
    .vinchin-product .product-introduce .col-md-4:hover .product-odd {
        height: 337px !important;
    }

    .vinchin-product .product-introduce .col-md-4 {
        height: 337px;
    }

    .vinchin-product .product-introduce .product-title,
    .vinchin-product .product-introduce .product-hover h3 {
        font-size: 26px;
    }

    .vinchin-product .product-introduce p {
        font-size: 18px;
    }

    .vinchin-product .product-introduce .product-odd .name {
        font-size: 18px;
        bottom: 20px;
    }

    .vinchin-product .product-introduce .product-even .name {
        font-size: 18px;
        bottom: 20px;
    }
}

@media (min-width: 1355px) {
    .vinchin-product .container {
        width: 1230px;
    }
}

@media (max-width: 991px) {
    .download-header .col-md-7 {
        display: none;
    }

    /*.download-header .software5_0 {*/
    /*    color: #4d4d4d;*/
    /*    margin-top: 30px;*/
    /*}*/

    .download-header h3 {
        font-size: 32px;
    }

    .download-header ul li span {
        font-size: 15px;
    }

    .download-header p {
        font-size: 24px;
    }

    .download-header .container {
        width: 95%;
    }

    .vinchin-search h3 {
        font-size: 26px;
    }

    .vinchin-search p {
        font-size: 20px;
    }

    .vinchin-search {
        padding: 25px 0 73px;
    }

    .hypervisor-list ul li span {
        margin-left: 25px;
    }

    .hypervisor-list ul li p {
        font-size: 16px;
        margin: 20px 0 0 25px;
    }

    .hypervisor-list ul li #vmware-vsan {
        margin: 0 0 0 25px;
    }

    .hypervisor-list ul li {
        padding: 25px 0 0;
    }

    .download-header ul {
        margin: 56px 0 31px;
    }

    /*.download-header ul li p {*/
    /*    background-color: #4d4d4d;*/
    /*}*/

    /*.download-header .handbookdiv a {*/
    /*    color: #4d4d4d;*/
    /*    border: solid 2px #4d4d4d;*/
    /*    width: 115px;*/
    /*}*/

    .download-header .handbookdiv .download-free {
        width: 125px;
    }

    /*.download-header .handbookdiv a:hover {*/
    /*    color: #fff;*/
    /*    background-color: #4d4d4d;*/
    /*}*/
}

/*END NEW DOWNLOAD*/

/*BEGIN SOFTWARE-TRIAL*/
.down-trial {
    margin: 10px auto 0;
    width: 95%;
}

@media (max-width: 577px) {
    .down-trial {
        width: 100%;
    }

    .app-trial .recommend {
        display: none;
    }

    .down-trial .col-md-6 {
        padding: 0;
    }

    .trial-page .container {
        width: 100%;
    }

    .authorize-adv .col-md-4 {
        text-align: left;
    }
}

.down-trial h3 {
    text-align: center;
    color: #1b464f;
    margin-bottom: 30px;
    font-weight: 700;
}

.down-trial span {
    color: #666666;
    display: block;
    max-width: 340px;
    margin: 20px auto;
}

.down-trial .app-trial {
    margin: 10px 25px;
    padding: 20px;
    min-height: 500px;
    background-color: #ffffff;
    box-shadow: 0px 3px 5px 0px rgba(198, 205, 205, 0.25);
    /* border-radius: 10px; */
    border: solid 1px rgba(34, 199, 214, 0);
}

/* .down-trial .app-trial:hover{
	-webkit-box-shadow: #666 0px 0px 10px;
	-moz-box-shadow: #666 0px 0px 10px;
	box-shadow: #666 0px 0px 10px;
} */
.app-trial .bt-software {
    margin-top: 40px;
    background-color: #E04E4B;
}

.app-trial .bt-apply {
    background-color: #455F76;
}

.app-trial a:hover {
    background-color: #4ad1cd;
}

.app-trial a {
    max-width: 340px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 10px 0;
    display: block;
    text-align: center;
    border-radius: 20px;
    color: #fff;
}

.app-trial.new .line.active {
    transition: width .5s ease-in-out;
    width: 300px !important;
}

.app-trial.new .right {
    display: inline-block;
    width: 8px;
    height: 14px;
    border-bottom: 3px solid #4bd8e0;
    border-right: 3px solid #4bd8e0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 15px;
}

.app-trial.new .line {
    width: 94px;
    margin: -4% 0 0 16%;
    height: 3px;
    background-color: #817be3;
}

.app-trial.new.n2 .right {
    border-bottom: 3px solid #817be3;
    border-right: 3px solid #817be3;
}

.app-trial.new h3 img {
    margin: 0 6px;
}

.app-trial.new span {
    color: #5e8b90;
}

.app-trial.new.active {
    border: solid 1px rgba(34, 199, 214, 0.84);
}

.app-trial.new.active2 {
    border: solid 1px #817be3;
}

.app-trial.new .bt-software {
    background-color: #4bd8e0;
}

.app-trial.new .bt-apply {
    background-color: #817be3;
}

.app-trial.new a {
    border-radius: 0;
}

.app-trial.new a:hover {
    opacity: 0.7;
}

.app-trial p {
    color: #b9b9b9;
    max-width: 300px;
    margin: 20px auto;
}

.app-trial .recommend {
    border: 30px solid rgb(255, 255, 255);
    border-color: transparent transparent #E04E4B transparent;
    height: 0;
    width: 90px;
    position: absolute;
    top: -29px;
    right: 6px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(45deg);
    z-index: 1;
}

.app-trial.new .recommend {
    border-color: transparent transparent #4bd8e0 transparent;
}

.app-trial .recommend span {
    color: #fff;
    position: absolute;
    top: -16px;
    z-index: 99;
}

@media (max-width: 992px) {
    .app-trial .recommend {
        top: -39px;
        right: 6px;
    }
}

/*END SOFTWARE-TRIAL*/

/*BEGIN SOFTWARE-TRIAL-BANNER*/
.trial-banner{
    position: relative;
}

.trial-banner img{
    width: 100%;
}

.trial-banner p{
    position: absolute;
    /*left: 20%;*/
}

.trial-banner .banner-title{
    top: 30%;
    font-weight: 300;
    font-size: 26px;
    color: #454545;
    line-height: 34px;
    font-family: Harmonyos-light;
}

.trial-banner .banner-content{
    top: 50%;
    font-weight: 500;
    font-size: 36px;
    color: #1D1D1D;
    line-height: 45px;
    font-family: Harmonyos-medium;
}
/*END SOFTWARE-TRIAL-BANNER*/

/*BEGIN SOFTWARE-TRIAL-FORM*/
.trial-form {
    background: url(../img/software/bg-form.png) no-repeat;
    background-size: 100%;
    /*color: #fff;*/
    /*padding: 60px 15px 0;*/
    position: relative;
    /*top: -70px;*/
    padding: 130px 0;
}

.backupDay-form {
    background: url(../img/software/bg-backup.jpg) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    padding: 60px 15px 64px;
}

.trial-form h3 {
    font-size: 30px;
    margin-bottom: 20px;
    font-family: Harmonyos-medium;
}

.trial-content p {
    margin-bottom: 20px;
}

.write-form .col-sm-2 {
    padding: 7px 0 0;

}

.write-form .col-sm-10 {
    padding: 0;
    margin-bottom: 20px;
}

.write-form .col-sm-5 {
    padding: 0;
    margin-bottom: 20px;
}

.write-form .form-group {
    margin-bottom: 30px;
}

.write-form button:hover,
.write-form button:focus {
    color: #fff;
    background-color: #4ad1cd;
}

.write-form button {
    color: #fff;
    font-size: 16px;
    display: block;
    /**margin-top: 30px;*/
    background: #455F76;
    /*padding: 5px 30px;*/
    border-radius: 20px;
    float: right;
}

.write-form .trial-success {
    color: #4ad1cd;
    text-align: center;
    margin-top: 10px;
}

.write-form .trial-success a {
    cursor: pointer;
    color: #58f75f;
    margin-left: 20px;
}

.write-form .trial-success a:hover {
    text-decoration: underline;
}

/*END SOFTWARE-TRIAL-FORM*/

/*BEGIN SOFTWARE-BUY*/
.contact-all {
    width: 80%;
    margin: 0 auto;
    margin-top: 140px;
    margin-bottom: 120px;

}

.contact {
    max-width: 430px;
    min-height: 170px;
    margin: 0 auto;
    border: 1px solid #bcbcbc;
    margin-bottom: 20px;
    border-radius: 5px;
}

.contact:hover {
    -webkit-box-shadow: #666 0px 0px 10px;
    -moz-box-shadow: #666 0px 0px 10px;
    box-shadow: #666 0px 0px 10px;

}

.contact i {
    font-size: 30px;
    color: #4ad1cd;
    border: 3px solid #4ad1cd;
    border-radius: 40px;
}

.contact-icon {
    text-align: center;
    margin-top: 40px;
}

.contact-text {
    padding-top: 30px;
}

@media (max-width: 992px) {
    .contact-text {
        text-align: center;
        padding: 0;
    }
}

.contact-text h3 {
    font-size: 16px;
    font-weight: bolder;
    color: #333333;
}

.contact-text span {
    color: #475f77;
    font-size: 18px;
    font-weight: bolder;
}

.sale-contact {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 160px;
}

.salesman {
    text-align: center;
}

.salesman h3 {
    font-size: 18px;
    font-weight: bolder;
    color: #333333;
    padding-bottom: 10px;
}

.salesman p {
    color: #666666;
    font-size: 16px;
}

.salesman span {
    color: #475f77;
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}

.authorization-img {
    margin: 0 auto;
    max-width: 440px;
    max-height: 220px;

}

.authorization-img img {
    width: 100%;
    height: 100%;
}

.authorize-adv {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 100px;
}

.authorize-adv .col-md-4 {
    text-align: center;
    margin-top: 10px;

}

.authorize-adv i {
    font-size: 18px;
    color: #4ad1cd;
    border: 2px solid #4ad1cd;
    border-radius: 20px;
}

.authorize-adv span {
    color: #999999;
    font-size: 16px;
}

.service {
    width: 80%;
    margin: 160px auto 120px;
}

.more-service {
    padding: 30px 20px 0;
    min-height: 280px;
    min-width: 250px;
    border: 1px solid #bcbcbc;
    margin-bottom: 20px;
}

.more-service i {
    display: block;
    font-size: 50px;
    color: #4ad1cd;
    text-align: center;
    margin-top: 40px;
}

.more-service i:hover {
    color: #666666;
}

.more-service h3 {
    text-align: center;
    font-size: 40px;
    font-weight: bolder;
    color: #666666;
    padding-bottom: 40px;
}

.more-service span {
    display: block;
    font-size: 16px;
    text-align: center;
    color: #999999;
}

@media (max-width: 577px) {
    .authorize-adv .col-md-4 {
        text-align: left;
    }
}

/*END DOWNLOAD-BUY*/

/*BEGIN PARTNER-PLAN*/
.partner-plan {
    width: 90%;
    margin: 140px auto;
}

.partner-text span {
    display: block;
    color: #333333;
    font-size: 16px;
    margin-bottom: 5px;
}

.partner-title {
    background: url(../img/partner/bg-Coop.png) no-repeat;
    background-size: 100% 100%;
    min-height: 590px;
    margin: 0 auto;
}

.partner-title .partner-home {
    width: 70%;
    padding-top: 100px;
    text-align: right;
}

.partner-title .partner-home h3 {
    color: #fff;
    max-width: 550px;
    float: right;
    margin: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bolder;
}

.partner-title .partner-home span {
    color: #999999;
    display: block;
    text-align: right;
    float: right;
    margin-top: 10px;
    font-size: 14px;
}

.partner-home .right-square {
    width: 30px;
    height: 5px;
    background-color: #4ad1cd;
    float: right;
}

.partner-sys {
    background-color: #E04E4B;
}

.partner-apply {
    background-color: #455F76;
}

.partner-title .partner-home a:hover {
    background-color: #4ad1cd;
}

.partner-title .partner-home a {
    color: #fff;
    margin-top: 20px;
    margin-right: 100px;
    padding: 10px 50px;
    border-radius: 40px;
    display: block;
    clear: both;
    float: right;
    text-align: center;
}

.partner-title .partner-form {
    text-align: left;
}

.partner-title .apply-partner p {
    margin: 0;
}

@media (max-width: 992px) {
    .partner-title .container {
        width: 100%;
        text-align: center;
        margin: 0;
    }
}

@media (max-width: 455px) {
    .partner-title a {
        margin: 20px auto;
    }
}

@media (max-width: 400px) {
    .partner-title .partner-home a {
        margin-right: 10px;
    }
}

.partner-title .partner-home p {
    width: 100%;
    color: #999999;
    font-size: 14px;
    margin-top: 40px;
    float: right;
    text-align: right;
}

.partner-enjoy {
    margin-top: 60px;
}

.partner-enjoy h3 {
    margin-top: 0;
    color: #333333;
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: 20px;
}

.partner-enjoy .col-md-4 {
    max-width: 355px;
    margin: 0 auto;
    border-left: 3px solid #4ad1cd;
    margin-top: 20px;
}

.partner-enjoy span {
    display: block;
    color: #999999;
    max-width: 260px;
}

.partner-level {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #666666;

}

.partner-level .level-icons {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.level-icon1 {
    background: url(../img/partner/level-icons.png) -0px -0px no-repeat;
}

.level-icon2 {
    background: url(../img/partner/level-icons.png) -50px -0px no-repeat;
}

.level-icon3 {
    background: url(../img/partner/level-icons.png) -0px -50px no-repeat;
}

.level-icon4 {
    background: url(../img/partner/level-icons.png) -50px -50px no-repeat;
}

.level-icon5 {
    background: url(../img/partner/level-icons.png) -100px -0px no-repeat;
}

.partner-level h3 {
    color: #4ad1cd;
    margin: 20px 0;
    margin-left: 30px;
    font-size: 18px;
}

.partner-level .level-last {
    margin-left: 0;
}

.partner-level h3 img {
    position: relative;
    left: 30px;
}

@media (max-width: 992px) {
    .partner-level h3 {
        margin-left: 0;
    }

    .partner-level h3 img {
        display: none;
    }

    .partner-enjoy span {
        max-width: 100%;
    }

    .partner-enjoy {
        margin-top: 10px;
    }
}

.partner-level .col-md-3 {
    margin-top: 10px;
    padding: 0;
    margin-bottom: 20px;
}

.partner-level .col-md-3:hover {
    cursor: default;
    color: #4ad1cd;
}

.partner-level span {
    display: block;
    margin: 0 auto;
    max-width: 180px;
    text-align: left;
}

@media (min-width: 992px) {
    .partner-level .col-md-3 {
        width: 20%;
    }

}

.apply-partner {
    width: 80%;
    min-height: 420px;
    margin: 0 auto;
    margin-top: 80px;
    padding: 20px 60px 10px 60px;
    background: #fff;
}

.apply-partner i {
    color: #4ad1cd;
    font-size: 18px;
}

.apply-partner h3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
}

.apply-partner p {
    color: #333333;
    font-size: 14px;
}

.apply-partner ul {
    padding: 0;
    margin-top: 20px;
}

.apply-partner ul li {
    margin-bottom: 20px;
}

.apply-partner ul span {
    color: #666666;

}

.apply-partner .partner-form .col-sm-2 {
    padding: 10px 0 0 20px;
}

.apply-partner .partner-form .col-sm-10 {
    padding: 0;
}

.apply-partner .partner-form input {
    max-width: 300px;
    height: 40px;
    margin-bottom: 10px;
}

.apply-partner .partner-form button {
    outline: none !important;
    padding: 5px 80px;
    border-radius: 20px;
    margin-top: 30px;
    margin-left: 120px;
    background-color: #475f77;
    color: #fff;
}

.apply-partner .partner-form button:hover {
    background-color: #4ad1cd;
}

.apply-partner .partner-form button a {
    color: #fff;
}

.partner-form .partner-mes {
    margin-top: 10px;
    text-align: center;
    color: green;
    font-size: 16px;
}

.partner-center {
    width: 80%;
    min-height: 420px;
    margin: 0 auto;
    margin-top: 80px;
    padding: 20px 0 10px 0;
    background: #fff;
}

.error span {
    display: block;
    margin-top: 30px;
    color: #E04E4B;
    text-align: center;
    margin-left: 80px;
}

.partner-center .login-img {
    max-width: 313px;
    max-height: 313px;
    margin: 0 auto;
}

.partner-center .login-img img {
    width: 100%;
    height: 100%;
}

.partner-center h3 {
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: 60px;
    margin-left: 80px;
}

.login-partner {
    width: 70%;
    margin: 0 auto;
}

.login-partner .col-sm-2 {
    text-align: right;
    margin-top: 5px;
    padding: 0;
}

.login-partner input {
    max-width: 300px;
    margin-bottom: 20px;
}

.login-partner button {
    margin-left: 80px;
    margin-top: 30px;
    text-align: center;
    padding: 5px 120px;
    border-radius: 20px;
    background-color: #E04E4B;
    color: #fff;
}

.login-partner a {
    color: #E04E4B;
}

.login-partner button:hover,
.login-partner button:active {
    background-color: #4ad1cd;
    color: #fff;
}

.login-partner button:focus {
    background-color: #E04E4B;
    color: #fff;
}

.rem-passwd input {
    width: 15px;
    height: 15px;
    position: relative;
    top: -1px;
}

.rem-passwd span {
    position: relative;
    top: -4px;
}

.forget-pas {
    float: right;
    margin-right: 20px;
}

@media (max-width: 1199px) {
    .login-partner button {
        margin-left: 50px;
    }

    .error span {
        margin-left: 50px;
    }
}

@media (max-width: 992px) {
    .partner-center .col-md-5 {
        display: none;
    }

    .partner-center h3 {
        margin-left: 0;
    }

    .partner-center .col-md-7 {
        width: 100%;
        margin: 0 auto;
    }

    .login-partner {
        width: 90%;
    }

    .partner-level span {
        max-width: 90%;
        text-align: center;
    }

    .login-partner input {
        max-width: 600px;
    }

    .rem-passwd {
        text-align: left;
    }

    .partner-form {
        width: 80%;
        margin: 0 auto;
    }

    .apply-info {
        display: none;
    }

    .apply-partner .partner-form button {
        margin-left: 100px;
    }
}

@media (max-width: 768px) {
    .login-partner button {
        margin-top: 0;
        padding: 5px 60px;
        margin-left: 10px;
    }

    .error span {
        margin-left: 10px;
    }

    .partner-form {
        width: 80%;
        margin: 0 auto;
    }

    .apply-partner .partner-form button {
        margin: 10px 0;
        margin: 10px 0;
        padding: 5px 20px;
    }

    .apply-partner {
        margin-top: 40px;
        margin-bottom: 20px;
    }
}

@media (max-width: 455px) {
    .partner-title .forget-pas {
        margin: 0;
    }

    .partner-center {
        width: 95%;
    }

    .apply-partner {
        padding: 10px;
    }
}

/*END PARTNER-PLAN*/

/*BEGIN ABOUT-US*/
/* .vinchin-intro{
	background: url(../img/company/bg-introduce.png) no-repeat;
	background-size: 100% 100%;
}
.about-vinchin{
	width: 85%;
	margin: 140px auto;
	border-radius: 10px;
	min-height: 300px;
	padding: 40px 0;
	background-color: rgba(255,255,255,.2);
}
@media (max-width:768px){
	.about-vinchin{
		width: 100%;
	}
}
.about-vinchin span{
	font-size: 14px;
	max-width: 900px;
	display: block;
	margin:20px auto;
	padding: 0 10px;
	color: #fff;
}
.our-team{
	width: 60%;
	margin: 0 auto;
	text-align: centet;
	margin-bottom: 100px;
}
.our-team span{
	display: block;
	color: #666666;
	margin-top: 20px;
}
.our-img{
	max-width: 620px;
	max-height: 345px;
}
.our-img img{
	width: 100%;
	height: 100%;
}
.our-copyright{
	margin: 0 auto;
	margin-bottom: 140px;
}
.our-copyright h3{
	color: #333333;
	font-size: 18px;
	font-weight: bolder;
	margin: 20px 0;
	text-align: center;
}
.our-copyright span{
	color: #999999;
	display: block;
	max-width: 300px;
    margin: 0 auto;
}
.copyright-img{
	max-width: 270px;
	max-height: 230px;
	margin: 10px auto;
}
.copyright-img img{
	width: 100%;
	height: 100%;
}
.our-culture{
	width:90%;
	margin: 0 auto;
}
.our-culture .row{
	width: 100%;
	margin: 0 auto;
}
.our-culture .col-md-4{
	text-align:center;
}
.our-culture h3{
	font-size: 22px;
	font-weight: bolder;
	margin-top: 30px;
	margin-bottom: 80px;
}
.our-culture span{
	color: #999999;
}
@media (max-width: 768px){
	.our-team{
		width: 100%;
	}
	.our-copyright span{
		max-width: 100%;
	}
} */
.aboutus-banner {
    background: url(../img/company/new-about-vinchin/banner.png) no-repeat;
    background-size: 100%;
    padding: 11% 0;
    text-align: center;
    color: white;
    position: relative;
    top: -70px;
}

.aboutus-banner h2 {
    margin-bottom: 24px;
    font-family: SourceHanSansCN-Bold;
    font-size: 34px;
}

.aboutus-banner p {
    font-size: 24px;
}

.aboutus-vinchin {
    height: 522px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: -70px;
}

.aboutus-vinchin .container, .aboutus-awards .container, .aboutus-professional .container, .aboutus-vision .container, .aboutus-partner .container, .aboutus-other .container {
    width: 72%;
}

.aboutus-vinchin h2, .aboutus-awards h3, .aboutus-professional h2, .aboutus-vision h3 {
    width: 151px;
    height: 41px;
    font-size: 18px;
    line-height: 41px;
    background-color: #e7f9fa;
    border-radius: 10px;
    color: #22c7d6;
    font-family: SourceHanSansCN-Bold;
    margin: 78px auto 23px;
    text-align: center;
}

.aboutus-vinchin h3, .aboutus-professional h3, .aboutus-vision h2 {
    font-size: 30px;
    color: #153c4a;
    font-weight: 700;
}

.aboutus-vinchin .row {
    text-align: left;
    width: 70.6%;
    height: 480px;
    background-color: #ffffff;
    box-shadow: 0px 1px 19px 1px rgba(57, 57, 57, 0.1);
    border-radius: 10px;
    color: #5b5b5b;
    font-size: 18px;
    position: absolute;
    bottom: -220px;
    z-index: 99;
}

.aboutus-vinchin .row .col-md-5 {
    background: url(../img/company/new-about-vinchin/about\ vinchin.png) no-repeat;
    background-size: cover;
    height: 100%;
}

.aboutus-vinchin .row .col-md-7 .text {
    margin: 6% 12% 6% 12%;
}

.aboutus-vinchin .row .col-md-7 p {
    margin-bottom: 6%;
    line-height: 26px;
    text-align: justify;
}

.aboutus-vinchin .row .col-md-7 .left, .aboutus-vinchin .row .col-md-7 .right {
    width: 34px;
    height: 34px;
    background-color: #cccccc;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 31px;
    position: absolute;
    top: 410px;
    left: 115px;
}

.aboutus-vinchin .row .col-md-7 .right {
    background-color: #4bd8e0;
    left: 170px;
}

.aboutus-awards {
    background: url(../img/company/new-about-vinchin/award-bg.png);
    background-size: 100%;
    padding: 228px 0 70px 0;
    text-align: center;
    color: #fff;
    position: relative;
}

.aboutus-awards h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.aboutus-awards h3 {
    width: 247px;
    margin-top: 23px;
    margin-bottom: 79px;
}

.aboutus-awards li .box {
    float: left;
    margin: 40px 70px;
}

.aboutus-awards li .littleCircle {
    width: 19px;
    height: 19px;
    background-color: #fff;
    border-radius: 50%;

}

.aboutus-awards li .bigCircle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #fff;
    padding: 7px;
    margin: 33px auto;
}

.aboutus-awards::after {
    position: absolute;
    content: "";
    border-bottom: 2px dashed #fff;
    width: 100%;
    left: 0;
    bottom: 313px;
}

.aboutus-awards .content {
    background-color: rgba(255, 255, 255, 0);
    padding: 15px 0;
    border-radius: 10px;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.aboutus-awards .content::before {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #fff;
    margin: 0 auto;
    top: -15px;
    left: 45%;
}

.aboutus-awards li.swiper-slide {
    max-width: 200px;
    margin-right: 70px;
}

.aboutus-awards ul li .bigCircle:hover .littleCircle {
    position: relative;
    background-color: #22c7d6;
    z-index: 2;
}

.aboutus-awards ul li .bigCircle:hover + .content {
    background-color: #fff;
    color: #22c7d6;
}

.aboutus-awards ul li .bigCircle:hover + .content::before {
    content: "";
}

.aboutus-awards li h4 {
    font-family: SourceHanSansCN-Bold;
    font-size: 24px;
    margin-bottom: 20px;
}

.aboutus-awards .swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
    width: 34px;
    height: 34px;
    background-color: #fff;
    border-radius: 50%;
    background-size: 37%;
    position: relative;
}

.aboutus-awards .swiper-button-prev.swiper-button-white {
    background-image: url(../img/company/new-about-vinchin/left01.png);
    left: -13%;
    top: 129px;
}

.aboutus-awards .swiper-button-next.swiper-button-white {
    background-image: url(../img/company/new-about-vinchin/right01.png);
    right: -109%;
    top: 118px;
}

.aboutus-awards .swiper-button-next {
    right: 7%;
}

.aboutus-awards .swiper-button-prev {
    left: 7%;
}


.aboutus-professional {
    padding: 110px 0;
    color: white;
}

.aboutus-professional .col-md-3 {
    margin-top: 10px;
}

.aboutus-professional .col-md-3 p {
    line-height: 26px;
    text-align: justify;
}

.aboutus-professional .row .col-md-3:first-child {
    margin-top: 60px;
}

.aboutus-professional .card {
    padding: 28px 44px 40px 34px;
    background-image: linear-gradient(-90deg, #4ad1cd 0%, #708bc6 100%), linear-gradient(#708bc6, #708bc6);
    background-blend-mode: normal, normal;
    border-radius: 10px;
    margin-bottom: 24px;
}

.aboutus-professional .card h4 {
    margin: 20px 0;
}

.aboutus-professional .col-md-3:first-child .card:nth-child(2) {
    background-image: linear-gradient(-90deg, #5ce2d8 0%, #1eb8cd 100%), linear-gradient(#1eb8cd, #1eb8cd);
}

.aboutus-professional .col-md-3:nth-child(2) .card:first-child {
    background-image: linear-gradient(-90deg, #4ad1cd 0%, #2ea677 100%), linear-gradient(#2ea677, #2ea677);
}

.aboutus-professional .col-md-3:nth-child(2) .card:nth-child(2) {
    padding-bottom: 60px;
    background-image: linear-gradient(-90deg, #4ad1cd 0%, #7263aa 100%), linear-gradient(#7263aa, #7263aa);
}

.aboutus-professional .col-md-6 {
    padding: 10px 49px;
}

.aboutus-professional h2 {
    margin: 0;
}

.aboutus-professional h3 {
    margin: 23px 0 30px 0;
}

.aboutus-professional .col-md-6 p {
    font-size: 18px;
    color: #5b5b5b;
    margin-bottom: 30px;
    text-align: justify;
}

.aboutus-professional .col-md-6 .barchart {
    margin-top: 88px;
}

.aboutus-professional .col-md-6 .barchart .title {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 10px 0;
}

.aboutus-professional .col-md-6 .barchart .title span {
    font-size: 18px;
    color: #6d71ae;
    margin: 0;
}

.aboutus-professional .col-md-6 .barchart .title:nth-child(3) span {
    color: #22c7d6;
}

.aboutus-professional .col-md-6 .barchart .title:nth-child(5) span {
    color: #32ab82;
}

.aboutus-professional .col-md-6 .barchart .chart {
    width: 100%;
    height: 17px;
    background-image: linear-gradient(-90deg, #4ad1cd 0%, #7263aa 100%), linear-gradient(#6c72af, #6c72af);
    background-blend-mode: normal, normal;
}

.aboutus-professional .col-md-6 .barchart .chart:nth-child(4) {
    background-image: linear-gradient(-90deg, #5ce2d8 0%, #1eb8cd 100%), linear-gradient(#1eb8cd, #1eb8cd);
}

.aboutus-professional .col-md-6 .barchart .chart:nth-child(6) {
    background-image: linear-gradient(-90deg, #4ad1cd 0%, #2ea677 100%), linear-gradient(#32ab82, #32ab82);
}

.aboutus-digital {
    margin-top: 100px;
    background: url(../img/company/new-about-vinchin/area-bg.png) no-repeat;
    background-size: 100%;
    padding: 173px 0 202px 0;
}

.aboutus-digital .row {
    width: 65%;
    background-color: #0421374d;
    border-radius: 10px;
    margin: 0 auto;
    text-align: center;
    padding: 47px 210px;
}

.aboutus-digital .row h3 {
    font-size: 30px;
    font-weight: 700;
    color: #00fffc;
    margin-bottom: 20px;
}

.aboutus-digital .row p {
    font-size: 24px;
    color: white;
}

.aboutus-vision .container {
    padding: 120px 0;
    border-bottom: 2px solid #e5e5e5;
}

.aboutus-vision h3 {
    width: 240px;
    margin: 23px 0 30px 0;
}

.aboutus-vision p {
    font-size: 18px;
    color: #5b5b5b;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 30px;
}

.aboutus-vision .row .col-md-6 {
    padding: 0;
}

.aboutus-vision .row .col-md-6:first-child img {
    width: 105%;
}

.aboutus-vision .qrcode-lab{
    width: 145px;
    height: 145px;
    margin-top: 50px;
    margin-bottom: 30px;
    background-color: #F8F8F8;
    border: 2px solid #EEECEC;
    border-radius: 10px;
}

.aboutus-vision .qrcode-lab img{
    width: 135px;
    height: 135px;
    background-color: #F8F8F8;
    border-radius: 10px;
    margin: 3px;
}

.aboutus-vision .row .col-md-6:nth-child(2) {
    padding-left: 85px;
}

.aboutus-partner .container {
    padding: 100px 0;
    overflow: hidden;
}

.aboutus-partner .row {
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    width: 200%;
    animation: moving 10s linear infinite; /*引用动画  linear 匀速动画*/
}

.aboutus-partner .row:first-child .col-md-3:first-child {
    height: 33px;
}

.aboutus-partner .row:first-child .col-md-3:nth-child(3) {
    height: 11px;
}

.aboutus-partner .row:first-child .col-md-3:nth-child(5) {
    height: 25px;
}

.aboutus-partner .row:first-child .col-md-3:nth-child(6) {
    height: 45px;
}

.aboutus-partner .row:nth-child(2) .col-md-3:nth-child(2) {
    height: 22px;
}

.aboutus-partner .row:nth-child(2) .col-md-3:nth-child(3) {
    height: 50px;
}

.aboutus-partner .row:nth-child(2) .col-md-3:nth-child(5) {
    height: 17px;
}

.aboutus-partner .row:nth-child(2) .col-md-3:nth-child(6) {
    height: 37px;
}

.aboutus-partner .row:nth-child(2) .col-md-3:nth-child(8) {
    height: 45px;
}

.aboutus-partner .container .row:first-child {
    margin-bottom: 90px;
}

.aboutus-partner .col-md-3 {
    float: left;
}

/*无缝滚动*/
@keyframes moving {
    form {
        transform: translateX(0);
    }
    to {
        transform: translateX(-1370px);
    }
}

.aboutus-partner:hover .row {
    animation-play-state: paused; /*鼠标经过暂停动画*/
}

.aboutus-other {
    position: relative;
    background: url(../img/company/new-about-vinchin/bg-other.png) no-repeat;
}

.aboutus-other .container {
    padding: 80px 0;
}

.aboutus-other .col-md-3 {
    background-color: rgba(0, 0, 0, 0.404);
    padding: 37px 0px 47px;
    margin: 0 42px;
    text-align: center;
    width: 19.5%;
    border-radius: 10px;
}

.aboutus-other .col-md-3 .bg-right {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #299da7;
    border-radius: 0px 10px 0px 10px;
    top: 0;
    right: 0;
    color: white;
    font-size: 30px;
    font-weight: 700;
    display: none;
}

.aboutus-other .col-md-3:last-child {
    margin-right: 0;
}

.aboutus-other .col-md-3:first-child {
    margin-left: 0;
}

.aboutus-other p {
    color: white;
    font-size: 22px;
    margin-top: 40px;
}

.aboutus-other .col-md-3:hover .bg-right {
    display: block;
}

.aboutus-other .col-md-3:hover .img1 {
    display: none;
}

.aboutus-other .col-md-3:hover .hide {
    display: block !important;
    margin: 0 auto !important;
}

.aboutus-other .col-md-3:hover p {
    color: #22c7d6;
}

@media (max-width: 1600px) {
    .aboutus-vinchin .row .col-md-7 p, .aboutus-professional .col-md-6 p, .aboutus-vision p {
        font-size: 15px;
        line-height: 22px;
    }

    .aboutus-vinchin .row {
        height: 400px;
    }

    .aboutus-vinchin .row .col-md-7 .left, .aboutus-vinchin .row .col-md-7 .right {
        top: 322px;
    }

    .aboutus-vinchin .row .col-md-7 .right {
        left: 115px;
    }

    .aboutus-vinchin .row .col-md-7 .left {
        left: 50px;
    }

    .aboutus-vinchin .row .col-md-7 .text {
        margin: 5% 4%;
    }

    .aboutus-vinchin {
        height: 422px;
    }

    .aboutus-awards li.swiper-slide {
        max-width: 230px;
    }

    .aboutus-professional .card {
        padding: 20px 30px 20px 30px;
    }

    .aboutus-professional .col-md-3:nth-child(2) .card:nth-child(2) {
        padding-bottom: 24px;
    }

    .aboutus-digital .row {
        padding: 47px 90px;
    }

    .aboutus-partner .row {
        width: 229%;
    }

    .aboutus-other .col-md-3 {
        margin: 0 36px;
    }
}

@media (max-width: 1440px) {
    .aboutus-awards li.swiper-slide {
        max-width: 200px;
        margin-right: 100px;
    }

    .aboutus-vinchin .row {
        height: 373px;
    }

    .aboutus-vinchin .row .col-md-7 .text {
        margin: 9% 4%;
    }

    .aboutus-vinchin .row .col-md-7 p {
        margin-bottom: 4%;
    }

    .aboutus-professional .col-md-6 .barchart {
        margin-top: 0;
    }

    .aboutus-professional .card {
        padding: 20px 15px;
    }

    .aboutus-professional .card img {
        width: 30%;
    }

    .aboutus-professional .card h4 {
        margin: 20px 0;
        font-size: 16px;
    }

    .aboutus-professional .col-md-3 p {
        line-height: 24px;
    }

    .aboutus-digital {
        padding: 110px 0;
    }

    .aboutus-other .col-md-3 {
        padding: 30px 0px 40px;
        margin: 0 30px;
        width: 19.5%;
    }
}

@media (max-width: 1366px) {
    .aboutus-professional .col-md-3 p {
        line-height: 22px;
        font-size: 12px;
    }

    .aboutus-professional .card h4 {
        margin: 15px 0;
        font-size: 14px;
    }

    .aboutus-awards li h4 {
        font-size: 14px;
    }

    .aboutus-awards li p {
        font-size: 12px;
    }

    .aboutus-awards::after {
        bottom: 296px;
    }

    .aboutus-awards li.swiper-slide {
        max-width: 190px;
    }

    .aboutus-vision p {
        margin-bottom: 15px;
    }

    .aboutus-partner img {
        width: 80%;
    }

    .aboutus-other img {
        width: 22%;
    }

    .aboutus-other p {
        font-size: 20px;
        margin-top: 25px;
    }

    .aboutus-other .col-md-3 .bg-right {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }

}

@media (max-width: 1200px) {
    .aboutus-vinchin .row .col-md-7 .text {
        margin: 6% 4%;
    }

    .aboutus-vinchin .container, .aboutus-awards .container, .aboutus-professional .container, .aboutus-vision .container, .aboutus-partner .container, .aboutus-other .container {
        width: 84%;
    }

    .aboutus-vinchin .row {
        width: 84%;
    }

    .aboutus-vinchin .row .col-md-7 p, .aboutus-professional .col-md-6 p, .aboutus-vision p, .aboutus-professional .col-md-6 p {
        font-size: 13px;
    }

    .aboutus-awards li.swiper-slide {
        max-width: 170px;
    }

    .aboutus-awards .swiper-button-next.swiper-button-white {
        right: -105%;
    }

    .aboutus-awards .swiper-button-prev.swiper-button-white {
        left: -9%;
    }

    .aboutus-professional .col-md-6 .barchart .title {
        margin-top: 20px;
    }

    .aboutus-professional .col-md-6 .barchart .title span {
        font-size: 16px;
    }

    .aboutus-digital .row {
        padding: 30px 20px;
    }

    .aboutus-partner .row {
        width: 260%;
    }

    .aboutus-other .col-md-3 {
        margin: 0 17px;
        width: 21.5%;
    }
}

@media (max-width: 991px) {
    .aboutus-banner {
        padding: 8% 0;
    }

    .aboutus-banner h2, .aboutus-vinchin h3, .aboutus-professional h3, .aboutus-vision h2, .aboutus-awards h2, .aboutus-digital .row h3 {
        font-size: 24px;
    }

    .aboutus-vinchin .row .col-md-7 .left, .aboutus-vinchin .row .col-md-7 .right {
        top: 270px;
    }

    .aboutus-banner p {
        font-size: 20px;
    }

    .aboutus-vinchin h2, .aboutus-awards h3, .aboutus-professional h2, .aboutus-vision h3, .aboutus-digital .row p, .aboutus-other p {
        font-size: 15px;
    }

    .aboutus-vinchin .row .col-md-5 {
        display: none;
    }

    .aboutus-vinchin {
        height: 350px;
    }

    .aboutus-digital {
        padding: 5px 0;
    }

    .aboutus-digital .row {
        background-color: rgba(255, 255, 255, 0);
    }

    .aboutus-digital .col-sm-6 {
        margin-bottom: 30px;
    }

    .aboutus-digital .row h3 {
        margin-bottom: 5px;
    }

    .aboutus-partner .row {
        width: 296%;
    }

    .aboutus-other .col-md-3 {
        margin: 0 20px;
        width: 19.5%;
        padding: 20px 0 30px;
    }

    .aboutus-other .col-md-3 .bg-right {
        width: 25px;
        height: 25px;
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .aboutus-vinchin {
        height: 400px;
    }

    .aboutus-vinchin .row .col-md-7 .left, .aboutus-vinchin .row .col-md-7 .right {
        top: 320px;
    }

    .aboutus-vinchin .row {
        height: 420px;
    }

    .aboutus-awards li.swiper-slide {
        max-width: 263px;
    }

    .aboutus-awards::after {
        bottom: 297px;
    }

    .aboutus-banner h2, .aboutus-vinchin h3, .aboutus-professional h3, .aboutus-vision h2, .aboutus-awards h2, .aboutus-digital .row h3 {
        font-size: 14px;
    }

    .aboutus-vinchin h2, .aboutus-awards h3, .aboutus-professional h2, .aboutus-vision h3, .aboutus-digital .row p, .aboutus-other p {
        font-size: 12px;
    }

    .aboutus-digital .col-md-3 {
        padding: 0;
    }

    .aboutus-vision .row .col-md-6:nth-child(2) {
        padding-left: 0;
    }

    .aboutus-partner .row {
        width: 340%;
    }

    .aboutus-other .col-md-3 {
        margin: 0 5px;
        width: 22.5%;
        padding: 10px 0 10px;
    }

    .aboutus-other .col-md-3 .bg-right {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }

    .aboutus-professional .col-md-6 {
        padding: 10px;
    }
}

@media (max-width: 540px) {
    .aboutus-vinchin .row {
        height: 527px;
    }

    .aboutus-vinchin .row .col-md-7 .left, .aboutus-vinchin .row .col-md-7 .right {
        top: 395px;
    }

    .aboutus-vinchin {
        height: 500px;
    }

    .aboutus-partner .row {
        width: 440%;
    }

    .aboutus-other .col-md-3 {
        margin: 0 4px;
    }

    .aboutus-other .col-md-3:hover .bg-right {
        display: none;
    }
}

/*END ABOUT-US*/

/*BEGIN CONTACT-US*/
.contact-nav {
    background: url(../img/company/new-contact-vinchin/bg-contact.png) no-repeat;
    background-size: 100%;
    position: relative;
    top: -70px;
    padding: 2% 0 0;
}

.contact-nav h3 {
    margin: 0;
    text-align: center;
    font-size: 32px;
    color: white;
    line-height: 160px;
    letter-spacing: 5px;
}

.contact-tel {
    text-align: center;
    background: url(../img/company/new-contact-vinchin/huawen.png) no-repeat;
    background-size: 100%;
}

.contact-tel .tel-title {
    padding: 13px 20px;
    font-size: 18px;
    font-weight: 700;
    color: #22c7d6;
    background-color: #e7f9fa;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 20px;
}

.contact-tel .tel-subTitle {
    font-size: 26px;
    color: #153c4a;
    font-weight: 700;

}

.contact-tel .tel-cards {
    padding: 60px 0;
}

.contact-tel .tel-cards .tel-card {
    padding: 50px 0;
    box-shadow: 0px 1px 17px 1px rgba(72, 210, 206, 0.25);
    border-radius: 5px;
    width: 80%;
    box-sizing: border-box;
    border: 2px solid #4ad1cd00;
    margin: 0 auto;
}

.contact-tel .tel-cards .tel-card:hover {
    border: 2px solid #4ad1cd;

}

.contact-tel .tel-cards .tel-card p {
    margin-top: 50px;
    font-size: 22px;
    color: #4ad1cd;
    margin-bottom: 10px;
    font-weight: 700;
}

.contact-tel .tel-cards .tel-card span {
    font-size: 16px;
}

.contact-online {
    position: relative;
    background: url(../img/company/new-contact-vinchin/contact-banner.png) no-repeat;
    background-size: 100%;
    color: white;
    text-align: center;
    padding-top: 60px;
    min-height: 370px;
}

.contact-online .online-title {
    font-size: 26px;
    letter-spacing: 5px;
}

.contact-online .subTitle {
    font-size: 18px;
    line-height: 58px;
}

.contact-online .ways {
    padding: 65px 0 50px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 15px #4ad1cd60;
    width: 78%;

}

.contact-online .ways .way {
    border-right: 1px solid #4ad1cd;
    padding: 10px 0;
    margin: 10px;
}

.contact-online .ways .way p span {
    color: #4ad1cd;
}

.contact-online .ways .col-md-3 {
    padding: 0;
}

.contact-online .ways .noborder {
    border: none;
}

.contact-online .ways p {
    color: #4ad1cd;
    font-size: 19px;
    margin-top: 40px;
    margin-bottom: 15px;
    font-weight: 700;
}

.contact-online .ways span {
    color: #153c4a;
    font-size: 18px;
}

.message {
    padding: 310px 0px 100px 0;
}

.message .all {
    display: flex;
    justify-content: space-between;
}

.message .msg-title {
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 700;
    color: #153c4a;
}

.message .content {
    margin-bottom: 32px;
    font-size: 18px;
    color: #153c4a;
}

.message .first {
    margin-top: 69px;

}

.message .all .col-md-4 {
    width: 37%;
}

.rows.msg-b {
    margin-top: 70px;
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 75.1%;
}

.message .img {
    padding: 0;
}

.message .sub {
    margin-top: 60px;
    padding: 0;
    margin-right: 20px;
}

.message .sub .subtitle {
    color: #4ad1cd;
    font-weight: 700;
    font-size: 22px;
}

.message .sub .subcontent {
    font-size: 18px;
    color: #153c4a;
}

.message .form label {
    font-weight: 700;
    margin-bottom: 12px;
    color: #153c4a;
    font-size: 20px;
}

@keyframes slideup {
    0% {
        opacity: 0;
        transform: translateY(120px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.message .form input {
    height: 40px;
    border: 1px solid #95d7dd;
    background-color: #f8ffff;
    border-radius: 5px;
    padding-left: 15px;
    margin-bottom: 25px;
}

.message .form textarea {
    border: 1px solid #95d7dd;
    background-color: #f8ffff;
    border-radius: 4px;
    padding-left: 15px;
    padding-top: 10px;
    height: 100px;
}

.message .form input::placeholder {
    color: #95d7dd;
}

.message .form textarea::placeholder {
    color: #95d7dd;
}

.message .form input[type="button"] {
    margin-top: 20px;
    width: 110px;
    height: 44px;
    background-color: #4ad1cd;
    color: white;
    padding: 5px 10px;
    font-size: 18px;
}

.message .form input[type="button"]:hover {
    opacity: 0.7;
}

.message .form-control:focus {
    box-shadow: 0 0 8px #4ad1cd7a;
}

.message .form .has-error {
    border-color: red;
}

.message .form .has-error:focus {
    box-shadow: 0 0 8px rgba(255, 0, 0, 0.418);
}

.message .form .has-success {
    border-color: rgba(80, 194, 4, 0.87);
}

.message .form .has-success:focus {
    box-shadow: 0 0 8px rgba(80, 194, 4, 0.253);
}

#contanct-msg .leave-message {
    color: rgba(80, 194, 4, 0.87);
}

/* 地图 */
#container .amap-marker-content div {
    background-color: #fff;
    box-shadow: 1px solid #ccc;
    width: 480px;
    border-radius: 5px;
    height: 48px;
    padding: 0 12px;
    box-shadow: 0 0 10px #ccc;
}

#container h3 {
    font-size: 14px;
    color: #1b464f;
    font-weight: 700;
    line-height: 48px;
}

#container p {
    font-weight: normal;
    font-size: 12px;
    color: #1b464f;
    margin-top: 10px;
    letter-spacing: 1px;
}

@media (max-width: 1600px) {
    .contact-nav h3 {
        font-size: 30px;
    }

    .contact-online .ways p {
        font-size: 17px;
    }
}

/* w<1440px */
@media (max-width: 1440px) {
    .contact-nav h3 {
        font-size: 28px;
    }

    .contact-tel .tel-cards .tel-card p {
        font-size: 18px;
    }

    .contact-tel .tel-cards .tel-card {
        padding: 30px 0px;
        width: 90%;
    }

    .contact-online .ways {
        width: 90%;
        padding: 0;
        top: 45%;
    }

    .contact-online .ways img {
        width: 90px;
    }

    .contact-online .ways p {
        font-size: 16px;
        margin-top: 30px;
    }

    .contact-online .ways span {
        font-size: 16px;
    }

    .contact-online .ways .way {
        border: none;
    }

    .message {
        padding: 170px 0px 100px 0;
    }

    .message .all .col-md-4 {
        width: 40%;
    }

    .message .sub .subcontent {
        font-size: 16px;
    }

    .rows.msg-b {
        width: 100%;
    }

    .message .msg-title {
        font-size: 24px;
    }

    .message .content {
        font-size: 15px;
    }

    .message .form label {
        font-size: 16px;
    }

    .contact-online {
        padding-top: 30px;
    }
}

/* w<1200 */
@media (max-width: 1200px) {
    .contact-nav h3 {
        font-size: 26px;
    }
}

/* w<992 */
@media (max-width: 991px) {
    .contact-nav h3 {
        line-height: 135px;
        font-size: 24px;
    }

    .contact-online .ways {
        box-shadow: none;
        background-color: #fff0;
        margin-top: 40px;
    }

    .container.tel-cards {
        width: 720PX;
    }

    .message {
        padding: 390px 0 0;
    }

    .message .sub .subcontent {
        font-size: 15px;
    }

    .message .msg-title {
        text-align: center;
    }

    .message .sub .subtitle {
        font-size: 20px;
    }

    .message .form input[type="button"] {
        margin: 10px 0 50px;
        width: 80px;
        height: 36px;
        font-size: 15px;
    }

    #container {
        height: 400px !important;
    }

    .message .all {
        display: block;
        width: 100%;
    }

    .message .all .col-md-4, .message .all .col-md-6 {
        width: 100%;
    }

    .message .form p:nth-child(2) {
        margin-top: 40px;
    }

    .rows.msg-b {
        margin-bottom: 65px;
        display: block;
        height: 150px;
    }

    .message .sub {
        position: absolute;
        left: 135px;
    }
}

/* w<768 */
@media (max-width: 768px) {
    .contact-nav h3 {
        line-height: 105px;
        font-size: 22px;
    }

    .contact-tel .tel-cards {
        padding: 80px 0 40px 0;
    }

    .contact-tel .tel-cards .tel-card {
        margin-bottom: 50px;
    }

    .container.tel-cards {
        width: 630PX;
    }

    .contact-online .ways {
        top: 150px;
    }

    .contact-online .online-title {
        font-size: 22px;
    }

    .contact-online .subTitle {
        font-size: 16px;
        line-height: 30px;
    }

    #container {
        height: 350px !important;
    }
}

/* w<679 */
@media (max-width: 679px) {
    .container.tel-cards {
        width: 490PX;
    }
}

/* w<540 */
@media (max-width: 540px) {
    .contact-nav h3 {
        line-height: 75px;
        font-size: 20px;
    }

    .contact-tel .tel-title {
        font-size: 16px;
    }

    .contact-tel .tel-cards {
        padding: 60px 0 40px 0;
    }

    .contact-tel .tel-cards .tel-card {
        box-shadow: none;
        margin-bottom: 0;
    }

    .container.tel-cards {
        width: 390PX;
    }

    .contact-online .subTitle {
        display: none;
    }

    .contact-online {
        padding: 30px 0;
    }

    #container {
        height: 250px !important;
    }
}

@media (max-width: 468px) {
    .contact-nav h3 {
        line-height: 55px;
        font-size: 18px;
    }
}

/*END CONTACT-US*/

/*BEGIN VINCHIN-NEWS*/
.news-page {
    font-family: MicrosoftYaHei !important;
}

.news-count {
    float: right;
    margin-top: 55px;
    font-size: 16px;
}

.news-list {
    margin-top: 80px;
    margin-bottom: 20px;
    padding: 40px 60px;
    border: 1px solid #bcbcbc;
    -webkit-box-shadow: #666 0px 0px 10px;
    -moz-box-shadow: #666 0px 0px 10px;
    box-shadow: #666 0px 0px 10px;
}

.news-list ul {
    padding: 0;
}

.news-list #newsList li {
    padding: 20px;
    border-bottom: 1px solid #bcbcbc;

}

.news-list .bt-page {
    display: block;
    height: 40px;
    margin: 40px 0;
    padding: 0;
}

.news-list .bt-page li {
    padding: 0;
}

.news-list #newsList li:hover {
    background-color: #DFE7EA;
}

.news-list ul li {
    margin-bottom: 0;
}

.news-list .news-img {
    text-align: center;
    padding: 0;
    margin-bottom: 5px;
}

.news-list .news-text h3 {
    margin: 0;
    margin-bottom: 15px;
    color: #333333;
    font-size: 18px;
    font-weight: bold
}

.news-list .news-text p {
    font-size: 14px;
    color: #666666;
}

.news-update {
    margin-top: 10px;
}

.news-list .news-text span {
    color: #999999;
    font-size: 12px;
    margin-right: 30px;
}

.news-list .news-text .news-icon {
    padding: 2px 10px;
    color: #475f77;
    border: 1px solid #475f77;
    border-radius: 20px;
}

@media (max-width: 440px) {
    .news-list .news-text .news-icon {
        display: block;
        text-align: center;
        margin-top: 10px;
        max-width: 100px;
    }
}

@media (max-width: 768px) {

    .news-page .container {
        padding: 0;
    }

    .news-list {
        padding: 0;
    }

    .news-list ul {
        padding: 0;
    }

    .news-list ul li {
        padding: 5px;
    }

    .news-list .bt-page {
        padding-left: 5px;
    }
}

/*NEW NEWS CSS*/
.news-container {
    padding-bottom: 70px;
    position: relative;
    margin: 95px auto 0;
}

#news-list {
    margin: 0 0 50px;
    padding: 0;
}

#news-list li {
    padding: 45px 0;
    margin: 0;
    border-bottom: 1px solid #e2e6f5;
}

#news-list li:first-child {
    padding: 0 0 45px;
}

#news-list li .col-md-4 {
    text-align: left;
}

#news-list li .news-img {
    width: 100%;
    height: 325px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

}

#news-list li h3 {
    margin: 25px 0 10px;
    font-size: 20px;
    color: #1c2631;
    font-weight: bolder;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 25px;
}

#news-list li p {
    font-size: 16px;
    color: #8089a5;
    margin: 0 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#news-list a:hover h3 {
    color: #44bcc4;
}

#news-list li .news-more {
    position: relative;
}

#news-list li .news-more p {
    text-align: center;
    width: 94px;
    font-size: 14px;
    color: #cbcfd9;
    border: 1px solid #cbcfd9;
    padding: 2px 0;
    border-radius: 5px;
    position: absolute;
    right: 10px;
}

#news-list li .news-more a {
    position: absolute;
    top: 3px;
    left: 0;
}

#news-list li .news-more span {
    font-size: 14px;
    color: #4a4a54;
}

#news-list li .news-more img {
    width: 16px;
    position: relative;
    top: -1px;
    margin-left: 5px;
}

#news-list li .news-more a:hover span {
    color: #44bcc4;
}

#news-list li .news-more a:hover img {
    content: url('../img/blog/arrows-hover.png');
}

#page-news li a {
    width: 40px;
    height: 40px;
    color: #5e8b90;
    font-size: 16px;
    line-height: 40px;
    border-radius: 5px;
    margin-right: 10px !important;
    background-color: #f4f4f4 !important;
    border-color: #f4f4f4;
}

#page-news .active > a {
    background-color: #63dde4 !important;
    cursor: pointer;
    color: #fff;
    border: 1px solid #63dde4;
}

#page-news a:hover,
#page-news a:focus,
#page-news a:active {
    background-color: #63dde4 !important;
    cursor: pointer;
    color: #fff;
    border: 1px solid #63dde4;
}

#page-news li img {
    width: 8px;
}

#news-list .no-news {
    padding: 0 0 20px !important;
    font-size: 28px;
    color: #43bcc4;
}

.news-searchDiv {
    margin: 0 0 40px;
    position: relative;

}

.news-searchDiv #news-search {
    width: 100%;
    padding-left: 32px;
}

.newstyle-news #news-search {
    position: relative;
    width: 100%;
    height: 46px;
    margin-left: 0;
    border-radius: 5px;
    border: solid 1px rgba(206, 225, 229, 0.84);
    margin-top: 20px;
}

.newstyle-news .news-searchDiv a {
    right: 0;
    top: 20px;
    position: absolute;
    display: inline-block;
    width: 54px;
    height: 46px;
    background-color: #4bd8e0;
    border-radius: 0px 5px 5px 0px;
}

.newstyle-news .news-searchDiv input::-webkit-input-placeholder {
    color: #adc1c4;
    font-size: 14px;
    font-weight: 500;
}

.news-searchDiv i {
    font-size: 16px;
    position: absolute;
    color: white;
    top: 16px;
    right: 19px;
}

.news-title {
    width: 100%;
    background-color: #f9faff;
    border-radius: 5px;
    padding: 30px 0;
    margin: 0 0 40px;
}

.news-title h3 {
    font-size: 20px;
    font-weight: bolder;
    color: #1c2631;
    margin: 0 0 20px 25px;
}

.news-title ul {
    margin: 0;
    padding: 0;
}

.news-title ul li {
    padding: 0;
    margin: 0;

}

.news-title ul li a {
    display: block;
    width: 100%;
    position: relative;
    padding: 5px 0 5px 25px;
}

.news-title ul li p {
    width: 8px;
    height: 8px;
    border-radius: 20px;
    background-color: #5e8b90;
    position: absolute;
    top: 11px;
}

.news-title ul li:hover p, .news-title ul li.active p {
    background-color: #4bd8e0;
}

.news-title ul li span {
    color: #5e8b90;
    font-size: 14px;
    margin: 0px 0 0 24px;
}

.news-title ul li a:hover span,
.news-title ul li a:focus span,
.news-title ul li a:active span,
.news-title ul li.active span {
    color: #4bd8e0;;
}

/* .news-title ul li a:hover p,
.news-title ul li a:focus p,
.news-title ul li a:active p,
.news-title ul li.active p{
	background-color: #4bd8e0;;
} */
.news-hot-article {
    margin: 0 0 40px;
    padding: 30px 0;
    background-color: #f9faff;
    border-radius: 5px;
}

.news-hot-article .col-md-8 {
    padding-left: 0;
}

.news-hot-article h3 {
    font-size: 20px;
    font-weight: bolder;
    color: #1c2631;
    margin: 0 0 35px 25px;
}

.news-hot-article ul {
    padding: 0;
    margin: 0;
}

.news-hot-article ul li {
    margin: 0 0 28px;
}

.news-hot-article ul li a {
    display: block;
    width: 100%;
    padding: 0 0 0 25px;
}

.news-hot-article ul li:hover h3 {
    color: #4bd8e0;
}

.news-hot-article ul li:hover p {
    color: #a5e4e8;
}

.news-hot-article ul li .hot-img {
    width: 86px;
    height: 86px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.news-hot-article ul li h3 {
    font-size: 16px;
    font-weight: normal;
    color: #5e8b90;
    margin: 21px 0 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-hot-article ul li p {
    font-size: 12px;
    color: #adc1c4;
}

.news-related-article {
    background-color: #f9faff;
    border-radius: 5px;
    padding: 30px 25px;
    margin: 0;
}

.news-related-article h3 {
    font-size: 20px;
    font-weight: bolder;
    color: #1c2631;
}

.news-related-article ul {
    padding: 0;
    margin: 0;
}

.news-related-article ul li {
    margin: 35px 0 0;
}

.news-related-article ul li a {
    display: block;
    width: 100%;
}

.news-related-article ul li h3 {
    font-size: 16px;
    font-weight: normal;
    color: #5e8b90;
    margin: 0 0 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-related-article ul li a:hover h3,
.news-related-article ul li a:focus h3 {
    color: #4bd8e0;
}

.news-related-article ul li a:hover p,
.news-related-article ul li a:focus p {
    color: #a5e4e8;
}

.news-related-article ul li p {
    font-size: 14px;
    color: #adc1c4;
    margin: 0;
}

.newstyle-news .contanct-us {
    text-align: center;
    margin-top: 40px;
    margin-left: 15%;
    padding: 30px;
    background-image: linear-gradient(-90deg, #4ad1cd 20%, #7592e6 100%), linear-gradient(#43bcc4, #43bcc4);
    background-blend-mode: normal, normal;
    border-radius: 5px;
}

.newstyle-news .contanct-us h5 {
    color: white;
    font-size: 18px;
}

.newstyle-news .contanct-us p {
    font-size: 14px;
    text-align: center;
    color: white;
    margin: 15px 0;
}

.newstyle-news .contanct-us a {
    display: inline-block;
    background-color: #ffffff;
    border-radius: 17px;
    color: #5abad6;
    font-size: 17px;
    padding: 4px 15px 5px;
}

.newstyle-news .contanct-us a:hover {
    background-color: #e6feff;
}

/*BEGIN NEWS-DETAILS*/

.news-jump {
    max-width: 600px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-jump a {
    font-size: 18px;
    font-weight: bolder;
    color: #1c2631;
}

.news-jump a:hover {
    color: #4ad1cd;
}

.news-jump i {
    color: #1c2631;
    font-size: 18px;
    margin-right: 5px;
}

.news-jump span {
    color: #8b91a4;
    font-size: 14px;
}

.news-top {
    margin-top: 40px;
}

.news-top .article-topimg {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}

.news-top h3 {
    margin: 30px 0 0;
    font-size: 28px;
    font-weight: bolder;
    color: #1c2631;
    position: relative;
}

.news-top p {
    width: 90px;
    text-align: center;
    font-size: 14px;
    color: #cbcfd9;
    padding: 2px 0;
    border-radius: 5px;
    border: solid 1px #cbcfd9;
    margin-top: 15px;
}

.news-content {
    margin: 40px 0 30px;
}

.news-content p, .news-content span {
    /* font-size: 16px; */
    text-align: justify;
    letter-spacing: 1px;
    font-family: SourceHanSansCN-Regular !important;
    word-break:normal;
}

.news-content img {
    width: 100% !important;
    height: unset !important;
}

.share-copyright p {
    margin: 80px 0 20px -5px;
    font-size: 14px;
    color: #c9cede;
}

.social-share {
    margin: 0;
    display: flex;
}

.social-share p {
    font-size: 16px;
    color: #8b91a4;
    padding-top: 8px;
}

.social-share ul li {
    font-size: 16px;
    color: #8b91a4;
    margin: 0;
}

.social-share ul li i {
    font-size: 18px;
    color: #8b91a4;
}

.social-share ul li a:hover i,
.social-share ul li a:focus i,
.social-share ul li a:active i {
    color: #4ad1cd;
}

.news-tag {
    margin: 20px 0 0;
    color: #515355;
}

.news-tag ul li {
    margin: 0 15px 0 0;
    font-size: 16px;
}

.news-tag ul li p {
    background-color: #f0f2f9;
    border-radius: 5px;
    width: 77px;
    text-align: center;
    font-size: 14px;
    color: #515355;
    padding: 4px 0;
}

.news-hobby {
    margin: 80px 0 0;
}

.news-hobby h3 {
    font-size: 24px;
    color: #1c2631;
    margin: 0 0 30px;

}

.news-hobby h3 a {
    text-decoration: none;
    display: inline;
}

.news-hobby h3 span {
    font-size: 16px;
    float: right;
    color: #8b91a4;
}

.news-hobby h3 i {
    float: right;
    color: #8b91a4;
    margin-left: 3px;
    font-size: 14px;
    margin-top: 3px;
}

.news-hobby h3 a:hover span,
.news-hobby h3 a:hover i {
    color: #4ad3db;
}

.news-hobby a {
    display: block;
    width: 100%;
}

.news-hobby .hobby-img {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 1px solid #fff;
}

.news-hobby .hobby-img div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news-hobby p {
    width: 100%;
    font-size: 16px;
    font-weight: bolder;
    color: #585e66;
    margin: 20px 0;
}

.news-hobby a:hover p {
    color: #4ad3db;
}

.news-hobby a:hover .hobby-img {
    border: 1px solid #E5E0E0;
}

@media (min-width: 992px) {
    .news-nav {
        width: 330px;
        margin-left: 30px;
    }
}

/*END VINCHIN-NEWS*/


/*BEGIN NEWS-DETAILS*/
.news-details {
    margin-top: 10px;
    padding: 60px 80px;
    margin-bottom: 20px;
    border: 1px solid #bcbcbc;
    -webkit-box-shadow: #666 0px 0px 10px;
    -moz-box-shadow: #666 0px 0px 10px;
    box-shadow: #666 0px 0px 10px;
}

.news-details h3 {
    font-size: 20px;
    font-weight: bolder;
    color: #333333;
}

.news-jump {
    margin-top: 20px;
    font-size: 16px;
}

.news-jump i {
    padding: 0 5px;
    font-size: 20px;
    color: #333333;
}

.news-jump a {
    color: #333333;
    font-weight: bolder;
}

.news-jump a:hover {
    color: #4ad1cd;
}

.news-jump span {
    color: #666666;
}

.news-details p {
    color: #666666;
    max-width: 860px;
    font-size: 14px;
}

.news-details .news-update {
    margin-top: 20px;
    margin-bottom: 20px;
}

.news-details .news-update span {
    color: #999999;
    font-size: 12px;
    margin-right: 30px;
}

.news-details .news-update .news-icon {
    padding: 2px 10px;
    color: #475f77;
    border: 1px solid #475f77;
    border-radius: 20px;

}

.details-img {
    max-width: 848px;
    max-height: 338px;
    margin-bottom: 30px;
}

.details-img img {
    width: 100%;
    height: 100%;
}

.news-details .news-update a {
    padding: 2px 10px;
    color: #475f77;
    border: 1px solid #475f77;
    border-radius: 20px;
}

.hobby-news {
    margin-top: 30px;
    margin-bottom: 80px;
    min-height: 200px;
    padding: 40px 60px 20px 60px;
    border: 1px solid #bcbcbc;
    -webkit-box-shadow: #666 0px 0px 10px;
    -moz-box-shadow: #666 0px 0px 10px;
    box-shadow: #666 0px 0px 10px;
}

.news-next {
    text-align: right;
}

.hobby-news {
    margin-bottom: 60px;
}

.hobby-news h3 {
    color: #333333;
    font-size: 20px;
    font-weight: bolder;
    margin-top: 0;
}

.hobby-news p {
    margin-top: 20px;
    color: #666666;
    font-size: 14px;
}

.news-next a {
    color: #475f77;
    font-size: 16px;
}

.news-next i {
    color: #333333;
}

.news-next a:hover,
.news-next i:hover {
    color: #4ad1cd;
}

.news-change {
    color: #475f77;
    font-size: 16px;
    margin-bottom: 10px;
}

.news-change img {
    margin-right: 10px;
}

.news-sum {
    max-width: 950px;
    margin: 0 auto;
    padding: 20px;
}

.news-sum:hover {
    background-color: #DFE7EA;
}

@media (max-width: 992px) {
    .news-details {
        padding: 10px;
    }

    .news-next {
        margin-top: 10px;
        float: left;
    }

    .hobby-news {
        padding: 10px;
    }
}

@media (max-width: 768px) {
    .detail-page .container {
        padding: 0;
    }
}

/*END NEWS-DETAILS*/

/*BEGIN TECHNIQUE-SHARE*/
.technique-page {
    font-family: MicrosoftYaHei !important;
}

.technique-container {
    padding-bottom: 70px;
    position: relative;
    margin: 95px auto 0;
}

#technique-list {
    margin: 0 0 50px;
    padding: 0;
}

#technique-list li {
    padding: 45px 0;
    margin: 0;
    border-bottom: 1px solid #e2e6f5;
}

#technique-list li:first-child {
    padding: 0 0 45px;
}

#technique-list li .col-md-4 {
    text-align: left;
}

#technique-list li .col-md-4 .technique-img {
    width: 100%;
    max-width: 256px;
    height: 150px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

}

#technique-list li h3 {
    margin: 5px 0 10px;
    font-size: 20px;
    color: #1c2631;
    font-weight: bolder;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#technique-list li p {
    font-size: 16px;
    color: #8089a5;
    margin: 0 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#technique-list a:hover h3 {
    color: #44bcc4;
}

#technique-list li .technique-more {
    position: relative;
}

#technique-list li .technique-more p {
    text-align: center;
    width: 94px;
    font-size: 14px;
    color: #cbcfd9;
    border: 1px solid #cbcfd9;
    padding: 2px 0;
    border-radius: 5px;
    position: absolute;
}

#technique-list li .technique-more a {
    position: absolute;
    top: 3px;
    right: 10px;
}

#technique-list li .technique-more span {
    font-size: 14px;
    color: #4a4a54;
}

#technique-list li .technique-more img {
    width: 16px;
    position: relative;
    top: -1px;
    margin-left: 5px;
}

#technique-list li .technique-more a:hover span {
    color: #44bcc4;
}

#technique-list li .technique-more a:hover img {
    content: url('../img/blog/arrows-hover.png');
}

#page-technique li a {
    max-width: 60px;
    height: 40px;
    color: #5e8b90;
    font-size: 16px;
    line-height: 40px;
    border-radius: 5px;
    margin-right: 10px !important;
    background-color: #f4f4f4 !important;
    border: 1px solid #f4f4f4;
}

#page-technique .active > a {
    cursor: pointer;
    color: #fff;
    border: 1px solid #63dde4;
    background-color: #63dde4 !important;
}

#page-technique a:hover,
#page-technique a:focus,
#page-technique a:active {
    cursor: pointer;
    color: #fff;
    border: 1px solid #63dde4;
    background-color: #63dde4 !important;
}

#page-technique li img {
    width: 8px;
    vertical-align: baseline;
}

#technique-list .no-technique {
    padding: 0 0 20px !important;
    font-size: 28px;
    color: #43bcc4;
}

.technique-searchDiv {
    margin: 0 0 40px;
    position: relative;

}

.technique-searchDiv #technique-search {
    position: relative;
    width: 100%;
    height: 46px;
    margin-left: 0;
    border-radius: 5px;
    border: solid 1px rgba(206, 225, 229, 0.84);
    margin-top: 20px;
    padding-left: 32px;
}

.newstyle-news .technique-searchDiv a {
    right: 0;
    top: 20px;
    position: absolute;
    display: inline-block;
    width: 54px;
    height: 46px;
    background-color: #4bd8e0;
    border-radius: 0px 5px 5px 0px;
}

.newstyle-news .technique-searchDiv input::-webkit-input-placeholder {
    color: #adc1c4;
    font-size: 14px;
    font-weight: 500;
}

.technique-searchDiv i {
    font-size: 16px;
    position: absolute;
    color: white;
    top: 16px;
    right: 19px;
}

.technique-title {
    width: 100%;
    background-color: #f9faff;
    border-radius: 5px;
    padding: 30px 0;
    margin: 0 0 40px;
}

.technique-title h3 {
    font-size: 20px;
    font-weight: bolder;
    color: #1c2631;
    margin: 0 0 20px 25px;
}

.technique-title ul {
    margin: 0;
    padding: 0;
}

.technique-title ul li {
    padding: 0;
    margin: 0;

}

.technique-title ul li a {
    display: block;
    width: 100%;
    position: relative;
    padding: 5px 0 5px 25px;
}

.technique-title ul li p {
    width: 8px;
    height: 8px;
    border-radius: 20px;
    background-color: #5e8b90;
    position: absolute;
    top: 11px;
}

.technique-title ul li a:hover,
.technique-title ul li a:focus,
.technique-title ul li a:active,
.technique-title ul li.active {
    background-color: #f0f2f9;
}

.technique-title ul li span {
    color: #5e8b90;
    font-size: 14px;
    margin: 0px 0 0 24px;
}

.technique-title ul li a:hover span,
.technique-title ul li a:focus span,
.technique-title ul li a:active span,
.technique-title ul li.active span {
    color: #4bd8e0;
}

.technique-title ul li a:hover p,
.technique-title ul li a:focus p,
.technique-title ul li a:active p,
.technique-title ul li.active p {
    background-color: #4bd8e0;
}

.hot-article {
    margin: 0 0 40px;
    padding: 30px 0;
    background-color: #f9faff;
    border-radius: 5px;
}

.hot-article .col-md-8 {
    padding-left: 0;
}

.hot-article h3 {
    font-size: 20px;
    font-weight: bolder;
    color: #1c2631;
    margin: 0 0 35px 25px;
}

.hot-article ul {
    padding: 0;
    margin: 0;
}

.hot-article ul li {
    margin: 0 0 28px;
}

.hot-article ul li a {
    display: block;
    width: 100%;
    padding: 0 0 0 25px;
}

.hot-article ul li a:hover h3 {
    color: #4bd8e0;
}

.hot-article ul li a:hover p {
    color: #a5e4e8;
}

.hot-article ul li .hot-img {
    width: 86px;
    height: 86px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hot-article ul li h3 {
    font-size: 16px;
    font-weight: normal;
    color: #5e8b90;
    margin: 21px 0 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hot-article ul li p {
    font-size: 12px;
    color: #adc1c4;
}

.related-article {
    background-color: #f9faff;
    border-radius: 5px;
    padding: 30px 25px;
    margin: 0;
}

.related-article h3 {
    font-size: 20px;
    font-weight: bolder;
    color: #1c2631;
}

.related-article ul {
    padding: 0;
    margin: 0;
}

.related-article ul li {
    margin: 35px 0 0;
}

.related-article ul li a {
    display: block;
    width: 100%;
}

.related-article ul li h3 {
    font-size: 16px;
    font-weight: normal;
    color: #5e8b90;
    margin: 0 0 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.related-article ul li a:hover h3,
.related-article ul li a:focus h3 {
    color: #4bd8e0;
}

.related-article ul li p {
    font-size: 14px;
    color: #adc1c4;
    margin: 0;
}

.related-article ul li a:hover p,
.related-article ul li a:focus p {
    color: #a5e4e8;
}

/*BEGIN TECHNIQUE-SHARE-DETAILS*/

.technique-jump {
    position: absolute;
    top: -40px;
    max-width: 600px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.technique-jump a {
    font-size: 18px;
    font-weight: bolder;
    color: #1c2631;
}

.technique-jump a:hover {
    color: #4ad1cd;
}

.technique-jump i {
    color: #1c2631;
    font-size: 18px;
    margin-right: 5px;
}

.technique-jump span {
    color: #8b91a4;
    font-size: 14px;
}

.technique-top {
    margin-top: 0;
}

.technique-top .article-topimg {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}

.technique-top h3 {
    margin: 30px 0 0;
    font-size: 28px;
    font-weight: bolder;
    color: #1c2631;
    position: relative;
}

.technique-top p {
    width: 90px;
    text-align: center;
    font-size: 14px;
    color: #cbcfd9;
    padding: 2px 0;
    border-radius: 5px;
    border: solid 1px #cbcfd9;
    margin-top: 15px;
}

.technique-content {
    margin: 40px 0 30px;
}

.technique-content p, .technique-content span {
    /* font-size: 16px; */
    text-align: justify;
    letter-spacing: 1px;
    font-family: SourceHanSansCN-Regular !important;
    text-wrap-mode: unset !important;
}

.technique-content img, .customercase_page .allContent img {
    width: 100% !important;
    height: auto !important;
}

.share-copyright p {
    margin: 80px 0 20px -5px;
    font-size: 14px;
    color: #c9cede;
}

.social-share {
    margin: 0;
    display: flex;
}

.social-share p {
    font-size: 16px;
    color: #8b91a4;
    padding-top: 8px;
}

.social-share ul li {
    font-size: 16px;
    color: #8b91a4;
    margin: 0;
}

.social-share ul li i {
    font-size: 18px;
    color: #8b91a4;
}

.social-share ul li a:hover i,
.social-share ul li a:focus i,
.social-share ul li a:active i {
    color: #4ad1cd;
}

.technique-tag {
    margin: 20px 0 0;
    color: #515355;
}

.technique-tag ul li {
    margin: 0 15px 0 0;
    font-size: 16px;
}

.technique-tag ul li p {
    background-color: #f0f2f9;
    border-radius: 5px;
    width: 77px;
    text-align: center;
    font-size: 14px;
    color: #515355;
    padding: 4px 0;
}

.technique-hobby {
    margin: 80px 0 0;
}

.technique-hobby h3 {
    font-size: 24px;
    color: #1c2631;
    margin: 0 0 30px;

}

.technique-hobby h3 a {
    text-decoration: none;
    display: inline;
}

.technique-hobby h3 span {
    font-size: 16px;
    float: right;
    color: #8b91a4;
}

.technique-hobby h3 i {
    float: right;
    color: #8b91a4;
    margin-left: 3px;
    font-size: 14px;
    margin-top: 3px;
}

.technique-hobby h3 a:hover span,
.technique-hobby h3 a:hover i {
    color: #4ad3db;
}

.technique-hobby a {
    display: block;
    width: 100%;
}

.technique-hobby .hobby-img {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.technique-hobby .hobby-img div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.technique-hobby p {
    width: 100%;
    font-size: 16px;
    font-weight: bolder;
    color: #585e66;
    margin: 20px 0;
}

.technique-hobby a:hover p {
    color: #4ad3db;
}

/*END TECHNIQUE-SHARE-DETAILS*/
@media (min-width: 992px) {
    .technique-nav {
        width: 330px;
        margin-left: 30px;
    }
}

/*END TECHNIQUE-SHARE*/

/*BEGING SUCCESS-CASE*/
.case-tab {
    width: 1080px;
    margin: 80px auto;
    padding: 0px 0 153px;
    background: #ffffff;
    -webkit-box-shadow: #dcd9d9 0px 0px 12px;
    -moz-box-shadow: #dcd9d9 0px 0px 12px;
    box-shadow: #dcd9d9 0px 0px 12px;
    border-radius: 20px;
}

.solution-type {
    padding: 0;
}

.solution-type li {
    float: left;
    position: relative;
    opacity: 0.6;
}

.solution-type li img {
    margin-bottom: 15px;
}

.solution-type li a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #4ad1cd;
    font-weight: bolder;
    padding: 10px 50px;
}

.solution-type li:hover,
.solution-type li.active {
    background: #fff;
    opacity: 1 !important;
    border-bottom: 4px solid #4ad1cd;
    padding: 10px 0;
    top: -12px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
}

.solution-type #case-all:hover,
.solution-type #case-all.active {
    border-radius: 20px 0 0 20px;
}

.solution-type #case-enterprise:hover,
.solution-type #case-enterprise.active {
    border-radius: 0 20px 20px 0;
}

.case-content {
    margin-bottom: 80px;
    padding: 0 20px 40px;
}

.case-box {
    background: #fff;
    margin: 30px auto;
    padding: 0;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, .12);
    box-shadow: 0 0 12px rgba(0, 0, 0, .12);
    height: 304px;
}

.case-box:hover {
    -webkit-box-shadow: 0 0 12px rgba(102, 102, 102, .4);
    -moz-box-shadow: 0 0 12px rgba(102, 102, 102, .3);
    box-shadow: 0 0 12px rgba(102, 102, 102, .3);
}

.case-box img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -ms-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
}

.case-box a {
    display: block;
    height: 100%;
    width: 100%;
}

.case-box h3 {
    font-size: 20px;
    font-weight: bolder;
    color: #333;
    margin: 10px 0;
    text-align: center;
}

.case-box p {
    color: #666;
    font-size: 14px;
    padding: 0 20px;
    text-align: center;
}

.case-background {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(97, 197, 204, .7), rgba(46, 187, 194, .7));
    z-index: 100;
    display: none;
}

.case-box .case-img-div {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 202px;
}

.case-box .case-img-div img {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    opacity: 0;
    transition: all .4s ease-in-out;
    z-index: 10;
}

.case-box .case-img-div .case-circle1 {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    top: 36%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    animation: case-circle-opacity1 1s infinite;
    z-index: 1;
}

.case-box .case-img-div .case-circle2 {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    top: 36%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    animation: case-circle-opacity2 1s infinite;
    z-index: 1;
}

.case-box a:hover img {
    left: calc(41%) !important;
    opacity: 1 !important;
}

.case-box a:hover .case-background {
    display: block !important;
}

.success-case-content {
    margin: 50px 0;
}

.success-case-content h3 {
    font-size: 24px;
    font-weight: bolder;
}

.success-case-content p {
    font-size: 16px;
    color: #666;
}

#case-page {
    margin: 20px 0;
    display: block;
}

#case-page > .active > a {
    background-color: #4ad1cd;
    border-radius: 0 !important;
    color: #fff;
    border: 0 !important;
}

#case-page > .active > a:hover {
    background-color: #4ad1cd;
    cursor: pointer;
    border: 0 !important;
}

#case-page > li:first-child > a,
#case-page > li:last-child > a {
    border-radius: 0 !important;
}

#case-page li a {
    padding: 4px 0;
    border: 0;
    width: 32px;
    height: 32px;
    line-height: 22px;
    text-align: center;
    color: #666;
    font-size: 14px;
    margin: 4px;
    background-color: #fff;
    border: 1px solid #dddddd;
}

#case-page li a:hover,
#case-page li a:focus,
#case-page li a:active {
    background-color: #4ad1cd;
    border-radius: 0 !important;
    color: #fff;
    border: 0 !important;
}

/*END SUCCESS-CASE*/

/*BEGIN EMPLOYMENT*/
/* .employ-req{
	width: 80%;
	margin: 0 auto;
}
.employ-req ul li{
	margin-right: 50px;
}
.employ-req span:hover{
	color:#4ad1cd;
}
.employ-req i{
	color: #4ad1cd;
	font-size: 18px;
}
.join-right{
	width: 80%;
	margin: 0 auto;
}
.join-right .col-md-3{
	margin-top: 10px;
}
.join-right .right-border{
	width: 185px;
	height: 185px;
	margin: 0 auto;
	border: 1px solid #bcbcbc;
	border-radius: 10px;
}
.vinchin-right{
	padding-top:20px;
	margin: 5px;
	width: 175px;
	height: 175px;
	border: 1px solid #4ad1cd;
	border-radius: 10px;
	text-align: center;
}
.vinchin-right span{
	display:block;
	margin-top: 10px;
	color: #333333;
}
.vinchin-right .welfares{
	width: 80px;
	height: 80px;
	margin: 0 auto;
}
.welfares-salary{
	background: url(../img/company/welfares.png) -0px -80px no-repeat;
}
.welfares-promotion{
	background: url(../img/company/welfares.png) -0px -0px no-repeat;
}
.welfares-reward{
	background: url(../img/company/welfares.png) -80px -0px no-repeat;
}
.welfares-talent{
	background: url(../img/company/welfares.png) -80px -80px no-repeat;
}
.apply-entry{
	width: 80%;
	margin: 0 auto;
	margin-bottom: 160px;
}
.entry-pro {
	text-align:center;
}
.entry-pro img{
	position: relative;
	left: 60px;
}
.entry-pro p{
	margin: 0 auto 30px;
	color: #fff;
	font-size: 18px;
	width: 140px;
	padding: 55px 0 55px 24px;
	border-radius: 80px;
	background-color: #475f77;
}
@media (max-width:992px){
	.entry-pro img{
		display:none;
	}
	.entry-pro p{
		margin-top: 10px;
		padding-left:0;

	}
}
.entry-pro .pos-last{
	padding-left: 0;
}
.entry-pro span{
	display:block;
	color: #666666;
}
.vinchin-position{
	margin: 0 auto;
}
.vinchin-position ul li{
	padding-bottom: 20px;
	border-bottom: 1px solid #bcbcbc;
}
.vinchin-position ul .pos-bottom{
	border-bottom: 0;
}
.vinchin-position .col-md-2,
.vinchin-position .col-md-10{
	padding: 0;
}
.vinchin-position .col-md-2 span{
	font-weight: bolder;
}
.vinchin-position .col-md-10{
	margin-bottom: 10px;
} */


/*BEGIN FOOTER*/
.footer-div {
    color: #fff;
    background-color: #FAFAFA;
    /*background-image: linear-gradient(to right,#01132A, #00788C);*/
    padding: 70px 0;
    /*border-bottom: 1px solid #666666;*/
}

@media (max-width: 767px){
    .footer-div {
        display: none;
    }

    .header .container{
        padding: 0;
        padding-left: 10px;
        margin: 0;
    }
}

.footer-div .container, .footer-copyright .container {
    width: 75%;
    padding: 0;
}

.footer-div .name {
    line-height: 18px;
    font-size: 24px;
    font-weight: bolder;
    color: #1d1d1d;
    margin-bottom: 30px;
}

.footer-div ul {
    padding-left: 0;
}

.footer-div ul li {
    font-size: 16px;
    margin-bottom: 20px;
}

.footer-div ul li:last-child {
    margin-bottom: 0;
}

.footer-div ul li span {
    letter-spacing: 1px;
}

.footer-div ul li a {
    text-decoration: none;
    color: #454545;
}

.footer-f0 ul li a ,.footer-f0 span{
    color: #454545 !important;
}

.footer-div ul li a:hover {
    color: #4ad1cd;
}

.copyright {
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #454545;
}

.foot-contact .row:first-child {
    margin-bottom: 45px;
}

.footer-div .contact-us {
    margin-bottom: 50px;
}

.footer-div .contact-us ul i {
    width: 16px;
    height: 14px;
    color: #999;
    text-align: center;
    display: inline-block;
}

.footer-div .contact-us p {
    font-size: 18px;
    color: #fefefe;
    opacity: 0.15;
}

.footer-div .contact-us ul {
    padding-left: 0;
    width: 100%;
}

.footer-div .community {
    margin-bottom: 50px;
}

.footer-div .community ul {
    width: 425px;
    display: flex;
    justify-content: space-between;
}

.footer-div .community ul li {
    height: 30px;
    font-size: 24px;
    margin: 0;
    padding: 0;
}

.footer-div .community ul li i {
    font-size: 30px;
    color: #999;
}

.footer-div .community ul li i:hover {
    color: #4ad1cd;
}

.footer-div .community ul li svg {
    width: 34px;
    fill: #999;
}

.footer-div .community ul li svg:hover {
    fill: #4ad1cd;
}

.footer-div .qr-code {
    max-width: 425px;
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    position: relative;
}

.footer-div .qr-code .y-bar {
    width: 2px;
    height: 70px;
    background-color: #D6D6D6;
    margin-top: calc(55px - 35px);
}

.footer-div .qr-code img {
    width: 110px;
    /*border: 1px solid #54dee6;*/
    margin-bottom: 10px;
}

.footer-div .qr-code p {
    text-align: center;
    margin-bottom: 0;
    color:#454545;
}

@media (max-width: 1199px) {
    .footer-div .community ul li {
        margin-right: 10px;
    }

    .footer-div .qr-code img {
        width: 90px;
    }

    .footer-div .qr-code .y-bar {
        display: none;
    }
}

@media (max-width: 992px) {
    .footer-div ul li {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

.footer-subscribe {
    padding: 40px 0 20px;
    background-color: #23313c;
    color: #999999;
}

.getMail {
    margin-bottom: 50px;
}

.getMail span {
    font-size: 16px;
    color:#454545;
}

.getMail #submitEmail span {
    color: #fff;
    opacity: 1;
    background: linear-gradient(to right, #4FE0E3, #24CBD1);
    border-radius: 0 30px 30px 0;
    width: 25%;
}

.getMail #submitEmail #bt-subscription{
    color:#fff;
    font-size: 18px;
    letter-spacing: 5px;
    width: 100%;
    height: 50px;
}

.getMail #submitEmail button:hover,
.getMail #submitEmail button:focus {
    color: #fff;
    background: linear-gradient(to right, #4FE0E3, #24CBD1);
}

.getMail #submitEmail button {
    outline: none;
    background: linear-gradient(to right, #4FE0E3, #24CBD1);
    border-radius: 0 30px 30px 0;
    color: #007286;
}

.getMail #submitEmail {
    max-width: 425px;
    height: 50px;
    padding-top: 20px;
    width: 100%;
}

.getMail #submitEmail input {
    background-color: #FAFAFA;
    /*background-image: linear-gradient(to right,#005469, #006C80);*/
    border-radius: 30px 0 0 30px;
    padding-left: 30px;
    color: #454545;
    height: 50px;
}

#sub-success {
    color: #0EC228;
    font-size: 14px;
    margin-top: 10px;
    margin-left: 20px;
}

.changshang img {
    margin-top: 5px;
    margin-right: 25px;
    width: 90px;
}

.footer-copyright {
    min-height: 30px;
    line-height: 30px;
    background-color: #FAFAFA;
    padding: 10px 0;
}

.footer-copyright a {
    text-decoration: none;
    color: #454545;
}

.footer-copyright a:hover {
    color: #4ad1cd;
}

.footer-copyright .container{
    border-top: 1px solid #999999;
}

.weixin {
    position: relative;
}

.weixin img {
    position: absolute;
    z-index: 99;
    top: -125px;
    right: -48px;
    width: 120px;
    height: 120px;
    transform: scale(0);
    transform-origin: bottom;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.weixin:hover img {
    transform: scale(1);
    opacity: 1;
}

/*LS employment*/
.employment-banner .item img {
    width: 100%;
    position: relative;
}

.employment-banner .content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 580px;
    height: 254px;
    color: white;
    text-align: center;
}

.employment-banner .content h3 {
    font-size: 34px;
    line-height: 50px;
}

.employment-banner .content p {
    font-size: 18px;
    line-height: 130px;
}

.employment-banner .content a {
    display: inline-block;
    width: 166px;
    height: 41px;
    background-color: #4bd8e0;
    border-radius: 10px;
    color: white;
    line-height: 40px;
    font-size: 18px;
}

.employment-banner .content a:hover {
    opacity: 0.8;
}

.employment-welfare {
    position: relative;
    padding: 191px 0 95px 0;
    color: #fafafa;
}

.employment-welfare .container {
    width: 1349px;
    margin: 0 auto;
}

.employment-welfare .top {
    position: absolute;
    top: -130px;
    margin: auto 7%;
}

.employment-welfare .top .col-lg-3 {
    padding: 35px 0 30px 0;
    text-align: center;
    width: 266px;
    height: 214px;
    background-color: #ffffff;
    box-shadow: 0px 3px 5px 0px rgba(198, 205, 205, 0.25);
    border-radius: 10px;
    margin-right: 22px;
}

.employment-welfare .top .col-lg-3 h3 {
    font-size: 18px;
    color: #1b464f;
    margin-top: 35px;
}

.employment-welfare h2 {
    width: 104px;
    height: 41px;
    background-color: #e7f9fa;
    border-radius: 10px;
    margin: 0px 560px 20px;
    color: #22c7d6;
    font-size: 18px;
    text-align: center;
    line-height: 41px;
    font-weight: 700;
}

.employment-welfare .col-lg-7 {
    color: #1b464f;
}

.employment-welfare .title {
    font-weight: 700;
    font-size: 30px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
}

.employment-welfare dl {
    float: left;
    margin-right: 52px;

}

.employment-welfare dl:last-child {
    margin-right: 0;
}

.employment-welfare dl dd {
    margin-top: 42px;
    width: 217px;
    height: 65px;
    line-height: 65px;
    padding-left: 15px;
    text-align: left;
    font-size: 20px;
    box-shadow: 0 0 10px rgba(204, 204, 204, 0.349);
}

.employment-welfare dl dd:hover {
    border: solid 1px rgba(75, 216, 224, 0.84);
}

.employment-welfare dl dd span {
    margin-left: 14px;
}

.employment-position .carousel-control.left, .carousel-control.right {
    background-image: none;
}

.employment-page {
    position: relative;
    top: -70px;
}

.employment-page .end-pic {
    position: relative;
    top: 70px;
}

.employment-page .end-pic .wangt-say h3, .employment-page .end-pic .wangt-say div {
    display: inline-block;
}

.employment-page .employment-position .carousel-indicators {
    display: none;
}

.employment-page .employment-position .p-card {
    height: 242px;
    background-color: #f4fbff;
    border-radius: 10px;
    text-align: center;
    padding: 25px 35px 45px;
}

.employment-page .employment-position .p-card h1 {
    font-family: SourceHanSansCN;
    font-size: 50px;
    font-weight: Bold;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #9ee7ee;
    margin-bottom: 30px;
}

.employment-page .employment-position .p-card .p-name {
    font-family: SourceHanSansCN;
    font-size: 24px;
    font-weight: Bold;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #153c4a;
    margin-bottom: 30px;
}

.employment-page .employment-position .p-card p {
    font-family: SourceHanSansCN;
    font-size: 18px;
    font-weight: Medium;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #5e8b90;
}

.employment-page .employment-position .col-lg-3 {
    margin-bottom: 41px;
}

.employment-page .employment-position .col-lg-3 .icon {
    display: display;
    opacity: 1;
    width: 45px;
    height: 45px;
    background: url(../img/company/new-employment-vinchin/position-more.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 43%;
    bottom: 40px;
    transition: all .4s ease-in-out;
    z-index: 100;
}

.industry-circle3 {
    width: 55px;
    height: 55px;
    background-color: #a9e2e6;
    border-radius: 100%;
    position: absolute;
    left: 41%;
    opacity: 0.2;
    bottom: 37px;
    animation: industry-circle-opacity1 1s infinite;
    z-index: 1;
}

.industry-circle4 {
    width: 55px;
    height: 55px;
    background-color: #a9e2e6;
    border-radius: 100%;
    position: absolute;
    left: 41%;
    opacity: 0.2;
    bottom: 37px;
    animation: industry-circle-opacity2 1s infinite;
    z-index: 1;
}

.employment-page .employment-position .p-link {
    display: none;
}

.employment-page .employment-position .p-card:hover {
    background-color: #20c3cc;
}

.employment-page .employment-position .p-card:hover .p-link {
    display: block;

}

.employment-page .employment-position .p-card:hover p {
    display: none;

}

.employment-page .employment-position .p-card:hover h1 {
    color: #a9e2e6;
}

.employment-page .employment-position .p-card:hover .p-name {
    color: #ffffff;
}

.employment-page .employment-position .title {
    font-size: 30px;
    line-height: 38px;
    color: #153c4a;
    text-align: left;
    font-weight: 700;
}

.employment-page .employment-position .carousel-control {
    width: 6%;
    color: #ec2626;
    height: 55px;
    left: unset;
    top: -145px;
    opacity: 1;
    text-shadow: unset;

}

.employment-page .employment-position .carousel-control.left {
    right: 127px;

}

.employment-page .employment-position .carousel-control.right {
    right: 56px;
}

.employment-page .employment-position .carousel-control .iconfont:hover {
    color: #4bd8e0;
}

.employment-page .employment-position .glyphicon-chevron-left {
    background-image: url(../img/company/new-employment-vinchin/position-more.png) no-repeat;
}

.employment-page .employment-position .carousel-control .iconfont {
    font-size: 53px;
    color: #e8e8e8;
}

.employment-page .join-us h2 {
    width: 104px;
    height: 41px;
    background-color: #e7f9fa;
    border-radius: 10px;
    margin: 0 auto 20px;
    color: #22c7d6;
    font-size: 18px;
    text-align: center;
    line-height: 41px;
    font-weight: 700;
}

.employment-page .join-us h3 {
    font-family: SourceHanSansCN;
    font-size: 30px;
    font-weight: Bold;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0px;
    color: #153c4a;
    text-align: center;
    margin-bottom: 60px;
}

.employment-page .join-us .join-box h3 {
    font-family: SourceHanSansCN;
    font-size: 22px;
    font-weight: Bold;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #1b464f;
    margin-bottom: 28px;
}

.employment-page .join-us .join-box {
    text-align: center;
    margin-bottom: 43px;
}

.employment-page .join-us .join-box p {
    font-family: SourceHanSansCN;
    font-size: 18px;
    font-weight: Medium;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #5e8b90;
    white-space: nowrap
}

.employment-page .join-us .join-box .join-line {
    position: absolute;
    bottom: 174px;
    right: -77px;
}

.employment-page .join-us .join-box img {
    margin: 42px 0;
}

.employment-page .end-pic .wangt-say h3 {
    font-family: SourceHanSansCN;
    font-size: 61px;
    font-weight: Bold;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #feffff;
    opacity: 0.3;
    position: absolute;
    top: 210px;
    left: 5px;
}

.employment-page .end-pic .wangt-say h2 {
    font-family: SourceHanSansCN;
    font-size: 30px;
    font-weight: Bold;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0px;
    color: #ffffff;
    top: 205px;
    left: 44%;
    position: absolute;
}

.employment-page .end-pic p {
    font-family: SourceHanSansCN;
    font-size: 20px;
    font-weight: Regular;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #feffff;
}

.employment-details-page .employment-content li {
    height: 65px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px rgba(236, 236, 236, 0.84);
    /* text-align: center; */
    /*     padding-left: 9%; */
    /*     padding-top: 15px; */
    font-family: SourceHanSansCN-Medium;
    font-size: 20px;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #5e8b90;
    position: relative;
    margin-bottom: 18px;

}

.employment-details-page .employment-content .right-arrow {
    position: absolute;
    right: 50px;
    top: 17px;
    font-size: 28px;
    color: #cccccc;
}

.employment-details-page .employment-content h3 {
    font-family: SourceHanSansCN;
    font-size: 34px;
    font-weight: Bold;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0px;
    color: #20c3cc;
    margin-bottom: 24px;
}

.employment-details-page .employment-content h2 {
    font-family: SourceHanSansCN;
    font-size: 26px;
    font-weight: Bold;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0px;
    color: #20c3cc;
    margin-top: 46px;
    margin-bottom: 24px;
}

.employment-details-page .employment-content p {
    font-family: SourceHanSansCN-Medium;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #5e8b90;
    margin-bottom: 8px;

}

.employment-details-page .employment-content .line-row p {
    display: inline;
    margin-left: 10px;
}

.employment-details-page .employment-content .share_em {
    font-family: SourceHanSansCN;
    font-size: 20px;
    font-weight: Bold;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #ffffff;
    width: 124px;
    height: 41px;
    background-color: #20c3cc;
    border-radius: 5px;
    display: block;
    padding: 7px;
    text-align: center;
    margin-top: 48px;
    border: solid 2px #20c3cc;
}

.employment-details-page .employment-content .share_em:hover {
    background-color: #ffffff;
    color: #20c3cc;
    border: solid 2px #20c3cc;
}

.employment-details-page .employment-content {
    margin: 96px auto;
}

.employment-details-page .employment-content .box-msg {
    background-color: #f2f9fa;
    border-radius: 5px;
    padding: 31px;
    margin-top: 40px;
}

.employment-details-page .employment-content .box-msg h2 {
    margin-top: 0px;
    margin-left: 35px;
}

.employment-details-page .employment-content .line-row {
    margin: 28px auto;
}

.employment-details-page .employment-content li:hover {
    background-image: linear-gradient(
            #20c3cc,
            #20c3cc),
    linear-gradient(
            #ffffff,
            #ffffff);
    background-blend-mode: normal,
    normal;
    border-radius: 5px;
    border: solid 1px rgba(236, 236, 236, 0.84);
    color: #ffffff;
}

.employment-details-page .employment-content li:hover .right-arrow {
    color: #ffffff;
}

.employment-details-page .employment-content ul {
    height: 318px;
    overflow: auto;
}

.employment-details-page .employment-content ul::-webkit-scrollbar {
    width: 5px;
}

.employment-details-page .employment-content ul::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 2px;
}

.employment-details-page .employment-content ul::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 5px;
}

.employment-details-page .employment-content ul::-webkit-scrollbar-thumb:hover {
    background: #c0c0c0;
}

.employment-details-page .employment-content ul::-webkit-scrollbar-corner {
    background: #179a16;
}

.employment-details-page .employment-content ul > li > a {
    display: block;
    height: 100%;
    padding-left: 9%;
    padding-top: 15px;
    color: #5e8b90;
}

.employment-details-page .employment-content ul > li > a:hover {
    color: #ffffff;
}

.employment-details-page .title_job i {
    color: #20c3cc;
    font-size: 18px;

}

.employment-details-page .title_job a {
    font-family: SourceHanSansCN;
    font-size: 20px;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0px;
    color: #20c3cc;
    font-weight: Bold;
    margin-left: 6px;
}

.employment-details-page .title_job {
    display: inline-block;
    border: solid 1px #20c3cc;
    padding: 0px 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.employment-page #carousel-example-generic1 .carousel-inner {
    height: 862px;
}

.employment-page .join-us {
    margin-top: 100px;
}

.employment-page .employment-banner .content {
    top: -144px;
}

.employment-details-page .employment-content .box-msg .line-row .other-box-msg {
    width: 90%;
    position: relative;
    top: -27px;
    left: 38px;
}

.employment-details-page .employment-content .box-msg .line-row .other-box-msg p {
    margin-left: 0px;
}

.employment-details-page .title_job:hover {
    background-color: #20c3cc;
}

.employment-details-page .title_job:hover a {
    color: #fff;
}

.employment-details-page .title_job:hover i {
    color: #fff;
}

.end-pic{
    background-image: url(../../res/img/company/new-employment-vinchin/want-to-say.jpg);
    background-size: 100%;
    padding: 270px 0 180px;
    text-align: center;
    color: white;
    line-height: 24px;
}

@media (min-width: 1601px) {
    .employment-page .container {
        width: 1349px;
    }
}

@media (max-width: 991px) {
    .employment-page .container {
        width: 100%;
    }

    .employment-page .employment-banner .content {
        display: none;
    }

    .employment-page .employment-welfare h2 {
        display: none;
    }

    .employment-page .employment-welfare img {
        display: none;
    }

    .employment-page .employment-welfare .top {
        top: -621px;
        margin: auto;
        width: 90%;
    }

    .employment-page .join-us .join-box .join-line {
        display: none;
    }

    .employment-page .employment-welfare .top .col-lg-3 {
        width: 100%;
        height: auto;
    }

    .employment-page .employment-welfare {
        padding: 0;
    }

    .employment-page .employment-welfare dl {
        margin: 0;
        width: 100%;
    }

    .employment-page .employment-welfare dl dd {
        text-align: center;
        padding: 0;
        width: 100%;
    }

    .employment-page .employment-welfare .title {
        text-align: center;
    }

}


@media (max-width: 1060px) and (min-width: 992px) {
    .weixin img {
        right: -75px;
    }
}

@media (max-width: 991px) {
    .community ul {
        width: 100%;
        text-align: center;
    }

    .getMail #submitEmail {
        margin: 0 auto;
    }

    .copyright, .getMail {
        text-align: center;
    }

}

@media (min-width: 992px) {
    .footer-subscribe .container {
        width: 90%;
    }
}

@media (max-width: 440px) {
    .weixin img {
        right: -70px;
    }
}

/*END FOOTER*/


/*BEGIN 404 500*/
.page-404 {
    height: 400px;
    text-align: center;
    padding-top: 100px;
}

.page-404 .number {
    position: relative;
    top: 35px;
    display: inline-block;
    letter-spacing: -10px;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 128px;
    font-size: 128px;
    font-weight: 300;
    color: #7bbbd6;
    text-align: right;
}

.page-404 .details {
    margin-left: 40px;
    display: inline-block;
    padding-top: 0px;
    text-align: left;
}

.page-404 .details a {
    position: relative;
    top: 20px;
}

.page-404 .details i, .page-500 .details i {
    color: #7bbbd6;
    margin-left: 20px;
    font-size: 20px;
}

.page-404 a {
    text-decoration: underline;
}

.page-500 {
    text-align: center;
    height: 400px;
    padding-top: 100px;
}

.page-500 .number {
    display: inline-block;
    letter-spacing: -10px;
    line-height: 128px;
    font-size: 128px;
    font-weight: 300;
    color: #ec8c8c;
    text-align: right;
}

.page-500 .details {
    margin-left: 40px;
    display: inline-block;
    text-align: left;
}

.page-500 a {
    text-decoration: underline;
}

/*END 404 500*/
@media (max-width: 768px) {
    .trialForm-page {
        padding: 0;
    }

    .write-form {
        width: 100%;
        margin-bottom: 120px;
    }
}

@media (min-width: 992px) and (max-width: 1134px) {
    .container {
        width: 750px;
    }

    .solution-case-page .container {
        width: 970px !important;
    }

    .support-mode .col-md-6 {
        padding: 0;
    }

    .write-form {
        padding: 20px 20px 60px;
    }

    .support-page, .trialForm-page, .down-trial, .buy-page, .employment-page, .about-page, .contact-page {
        width: 100%;
    }

    .partner-page .container, .partner-title .container {
        width: 100%;
    }

    .footer-enter .col-md-5 ul {
        padding-left: 40px;
    }

    .Xen-sol .col-md-6 {
        padding: 0 5px;
    }

    .vmwareSol .sol-block {
        height: 340px;
    }

    .vmware-page {
        width: 100%;
    }
}

@media (min-width: 1025px) and (max-width: 1134px) {
    .trial-page .container {
        padding: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1264px) {
    .container {
        width: 970px;
    }
}

#backup-activity a:hover {
    box-shadow: -5px 4px 5px 0px rgba(4, 0, 0, 0.27);
}

#trial-proDiv {
    position: absolute;
    top: 20rem;
    left: 6.5rem;
}

#backupDay {
    font-weight: bolder;
    font-size: 1.75rem;
    color: #fff;
    margin: 0 0 3.44rem 0;
}

.activity-mode .row {
    position: absolute;
    top: 6.19rem;
    left: 5.44rem;
    width: 100%;
}

.title-slide {
    width: 18.875rem;
    height: 4px;
    background-color: #ee2c34;
    margin-bottom: 2.81rem;
}

#zhuanfa-proDiv {
    position: absolute;
    top: 4.0625rem;
    left: 0.625rem;
}

#tuijian-proDiv {
    position: absolute;
    top: 18.625rem;
    left: 0;
}

#computeDiv a {
    display: block;
    float: left;
    width: 137px;
    height: 48px;
    font-size: 1.5rem;
    color: #ffffff;
    padding: 8px 19px 12px 22px;
    background-color: #ee2c34;
    border-radius: 10px;
}

.applyNum {
    color: #fff;
    font-size: 0.75rem;
    margin: 0;
    text-align: center;
}

.phoneNum {
    font-size: 20px;
    color: #595959;
    margin: 0;
}

#trial-mode ul {
    padding: 0;
    margin-bottom: 1.5rem;
}

#trial-mode ul li {
    margin: 0 0 0.525rem 0;
    font-size: 0.875rem;
}

#trial-mode .number {
    margin-right: 5px;
    border-radius: 10px;
    float: left;
    padding: 0 4px 3px 5px;
    background-color: #272727;
    width: 17px;
    height: 17px;
    font-size: 0.75rem;
    color: #ffffff;
}

#computeDiv .backup-title {
    font-weight: bolder;
    margin: 0;
    width: 18.125rem;
    font-size: 1.5rem;
    color: #4e4e4e;
}

#phoneDiv .backup-title {
    font-weight: bolder;
    font-size: 1.5rem;
    color: #4e4e4e;
}

#computeDiv .activity-title {
    font-weight: bolder;
    margin: 0;
    width: 19.06rem;
    font-size: 4.75rem;
    color: #ee2c34;
}

#phoneDiv .activity-title {
    font-weight: bolder;
    font-size: 4.75rem;
    color: #ee2c34;
}

#trial-operate {
    margin: 1.5rem auto;
    max-width: 420px;
}

#trial-operate p {
    font-weight: bolder;
    font-size: 0.875rem;
}

#computeDiv .activityEnd {
    position: absolute;
    top: 115px;
    left: 290px;
    width: 19.81rem;
}

#phoneDiv .activityEnd {
    position: absolute;
    top: 210px;
    width: 260px;
}

@media (min-width: 1135px) {
    #backup-activity .container {
        width: 1170px;
    }
}

@media (max-width: 1134px) {
    #computeDiv a {
        width: 102px;
        height: 36px;
    }

    .title-slide {
        width: 15.875rem;
    }
}

@media (min-width: 992px) and (max-width: 1134px) {
    #backupDay {
        margin: 0 0 2.44rem 0;
    }

    .activity-mode .row {
        top: 5.39rem;
    }

    #trial-mode .row {
        top: 4.39rem;
        left: 4.44rem;
    }

    #trial-mode #trial-proDiv {
        left: 7.5rem;
        top: 21rem;
    }

    #computeDiv .activityEnd {
        top: 60px;
        left: 210px;
    }
}

/*NEW HOMEPAGE*/
.new-homepage {
    font-family: "Microsoft YaHei" !important;
}

/** 多虚拟化平台 BEGIN **/
.hypervisor-module {
    width: 100%;
    background-image: url(../img/new-homepage/bg-map.png), url(../img/new-homepage/bg-hypervisor.png);
    background-size: 100% 100%, 100% 100%;
    background-position: center;
    margin: 0;
    padding: 125px 0;
    position: relative;
    overflow: hidden;
    transform-origin: left top 0;
}

.hypervisor-title {
    text-align: center;
    color: #fff;
    margin-bottom: 100px;
}

.hypervisor-content {
    width: 1389px;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto 110px;
}

.hypervisor-content .hypervisor-p {
    display: block;
    width: 237px;
    height: 205px;
    position: absolute;
}

.hypervisor-content .hypervisor-p span {
    position: absolute;
    font-size: 26px;
    font-weight: bolder;
    color: #fff;
    width: 151px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.hv-citrix {
    background: url(../img/new-homepage/citrix.png) 0 0 no-repeat;
    top: 0;
    left: 0;
}

.hv-citrix:hover {
    background: url(../img/new-homepage/citrix-6.png) 0 0 no-repeat;
}

.hv-huawei {
    background: url(../img/new-homepage/hypervisors.png) -711px -410px no-repeat;
    top: 114px;
    left: 187px;
}

.hv-huawei:hover {
    background: url(../img/new-homepage/hypervisors.png) -0px -0px no-repeat;
}

.hv-svm {
    background: url(../img/new-homepage/xcp-ng.png) no-repeat;
    top: 338px;
    left: 187px;
}

.hv-svm:hover {
    background: url(../img/new-homepage/hover-xcp-ng.png) no-repeat;
}

.hv-redhat {
    background: url(../img/new-homepage/hypervisors.png) -952px -615px no-repeat;
    top: 0;
    left: 379px;
}

.hv-redhat:hover {
    background: url(../img/new-homepage/hypervisors.png) -237px -205px no-repeat;
}

.hv-inspur {
    background: url(../img/new-homepage/hypervisors.png) -949px -410px no-repeat;
    top: 222px;
    left: 379px;
}

.hv-inspur:hover {
    background: url(../img/new-homepage/hypervisors.png) -474px -0px no-repeat;
}

.hv-vmware {
    background: url(../img/new-homepage/hypervisors.png) -238px -820px no-repeat;
    top: 114px;
    left: 578px;
}

.hv-vmware:hover {
    background: url(../img/new-homepage/hypervisors.png) -0px -205px no-repeat;
}

.hv-winhong {
    background: url(../img/new-homepage/hypervisors.png) -0px -615px no-repeat;
    top: 338px;
    left: 578px;
}

.hv-winhong:hover {
    background: url(../img/new-homepage/hypervisors.png) -948px -205px no-repeat;
}

.hv-hyperv {
    background: url(../img/new-homepage/hypervisors.png) -238px -615px no-repeat;
    top: 0;
    left: 767px;
}

.hv-hyperv:hover {
    background: url(../img/new-homepage/hypervisors.png) -237px -410px no-repeat;
}

.hv-ovirt {
    background: url(../img/new-homepage/hypervisors.png) -0px -820px no-repeat;
    top: 222px;
    left: 767px;
}

.hv-ovirt:hover {
    background: url(../img/new-homepage/hypervisors.png) -474px -205px no-repeat;
}

.hv-h3c {
    background: url(../img/new-homepage/hypervisors.png) -948px -0px no-repeat;
    top: 114px;
    left: 965px;
}

.hv-h3c:hover {
    background: url(../img/new-homepage/hypervisors.png) -1185px -205px no-repeat;
}

.hv-sangfor {
    background: url(../img/new-homepage/hypervisors.png) -237px -0px no-repeat;
    top: 338px;
    left: 965px;
}

.hv-sangfor:hover {
    background: url(../img/new-homepage/hypervisors.png) -1185px -0px no-repeat;
}

.hv-openstack {
    background: url(../img/new-homepage/hypervisors.png) -711px -205px no-repeat;
    top: 0;
    left: 1152px;
}

.hv-openstack:hover {
    background: url(../img/new-homepage/hypervisors.png) -0px -410px no-repeat;
}

/** 多虚拟化平台 END **/

@media (min-width: 1600px) {
    .new-homepage .partner-module .container {
        width: 75% !important;
        padding: 0;
    }
}

.data-module {
    padding: 60px 0;
    position: relative;
    box-shadow: 0 10px 20px 0 rgba(147, 146, 146, 0.5);
    z-index: 1;
}

.data-statistics-normal{
    width: 90%;
    margin: 0 auto;
}

.data-module .container {
    width: 85%;
    max-width: 1800px;
}

.data-module .icon {
    width: 105px;
    height: 105px;
    background-color: #F8FCFD;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center center;
    border-radius: 10px;
}

.data-module .text-content {
    margin-left: 35px;
}

.data-module .text-content h3{
    font-family: Harmonyos-bold;
}

.data-statistics-mobile{
    display: none;
}

.data-statistics {
    display: flex;
    position: relative;
    float: left;
    /*width: 14.2%;*/
    padding: 10px 0px 0 0;
}

.data-statistics .data-statistics-line{
    width: 2px;
    height: 60px;
    background-color: #c5c5c5;
    margin: 25px auto;
}

.data-statistics-space{
    width: 7.5%;
}

/*.data-module .data-statistics:nth-child(1) .text-content,.data-module .data-statistics:nth-child(2) .text-content{*/
/*    !*margin-left: 50px;*!*/
/*}*/

/*.data-module .data-statistics:nth-child(2),.data-module .data-statistics:nth-child(3){*/
/*    padding: 10px 30px;*/
/*}*/

/*.data-module .data-statistics:last-child .icon{*/
/*    margin-left: 30px;*/
/*}*/

/*.data-module .data-statistics:last-child{*/
/*    padding: 10px 0px 0 0;*/
/*}*/

.data-statistics:after {
    /*content: '';*/
    /*width: 2px;*/
    /*height: 60px;*/
    /*background-color: #c5c5c5;*/

    /*position: absolute;*/
    /*top: 50%;*/
    /*right: 0;*/
    /*margin-top: -30px;*/
}

.data-statistics:nth-child(2):after {
    right: 20px;
}

.data-statistics-mobile .data-statistics:after{
    background-color: #fff;
}

.data-statistics:last-child:after {
    display: none;
}

.data-module h3 {
    font-family: Harmonyos-bold;
    font-size: 40px;
    color: #013249;
    margin: 8px 0 10px;
    /*font-weight: bolder;*/
    /*text-shadow:*/
    /*        0.25px 0.25px 0 #013249,*/
    /*        -0.25px -0.25px 0 #013249,*/
    /*        0.25px -0.25px 0 #013249,*/
    /*        -0.25px 0.25px 0 #013249;*/
}

.data-module p {
    font-size: 18px;
    font-family: Harmonyos-regular;
    /*font-weight: bolder;*/
    /*color: #cfcfcf;*/
    margin: 0;
}

@media (max-width: 1762px) {
    .data-module h3 {
        font-size: 36px;
    }
    .data-module .text-content {
        margin-left: 30px;
    }
}

@media (max-width: 1600px) {
    .data-module h3 {
        font-size: 30px;
    }
    .data-module .text-content {
        margin-left: 20px;
    }
}

@media (max-width: 1500px) {
    .data-module h3 {
        font-size: 26px;
    }
    .data-module .icon{
        width: 90px;
        height: 90px;
    }

    .data-module .text-content {
        margin-left: auto;
    }

}

@media (max-width: 1366px) {
    .data-module h3 {
        font-size: 24px;
    }

    .data-module .icon{
        width: 75px;
        height: 75px;
    }

}

@media (max-width: 1229px) {
    .data-statistics {
        width: 300px;
        justify-content: unset;
    }

    .data-module .data-statistics{
        padding: 10px 30px;
    }

    .data-module .data-statistics:last-child .icon{
        margin-left: 0px;
    }

    .data-statistics:after {
        content: unset;
    }
}

.title-underline {
    display: block;
    position: absolute;
    height: 9px;
    background: rgba(80, 211, 218, 0.5);
    border-radius: 4px;
    bottom: 5px;
    width: 0;
    transition: width .5s ease-in-out;
    z-index: 1;
    top: 42px;
}

.backup-module:hover .backup-underline {
    width: 209px !important;
}

.backup-mode-hover {
    width: 195px !important;
}

.backup-module {
    background-color: #f8f8f8;
    padding: 80px 0;
    position: relative;
}

.backup-module .backup-title {
    width: 80%;
    text-align: center;
    margin: 100px auto 0;
}

.backup-module .backup-title h3 {
    width: 336px;
    font-size: 50px;
    color: #1d1d1d;
    margin: 0 auto;
    cursor: default;
    position: relative;
    font-weight: bolder;
}

.backup-module .backup-title span {
    font-size: 26px;
    color: #d0d4d4;
    display: block;
    margin-top: 10px;
    margin-bottom: 40px;
}

.backup-module .backup-title p {
    font-size: 22px;
    color: #4c4c4c;
    max-width: 880px;
    margin: 0 auto;
}

.backup-content {
    margin-top: 94px !important;
    position: relative;
}

#backup-swiper {
    padding-bottom: 100px;
}

.backup-content .backup-func {
    height: 450px !important;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e7e7e7;
    padding: 30px;
    transition: all 0.3s;
}

.backup-content .backup-func:hover {
    background-color: #01465c;
    border: 1px solid #01465c;
}

.backup-content .backup-func .func-img {
    width: 90px !important;
    height: 90px !important;
    background-size: 50%;
    background-color: #01465c;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    margin: 0 0 35px;
}

.backup-content .backup-func:hover .func-img {
    background-color: #3ddae3;
}

.backup-compact {
    background-image: url(../img/homepage/icon/backup-compact.png);
}

.backup-data {
    background-image: url(../img/homepage/icon/backup-data.png);
}

.backup-share {
    background-image: url(../img/homepage/icon/backup-share.png);
}

.backup-tool {
    background-image: url(../img/homepage/icon/backup-tool.png);
}

.backup-lan-free {
    background-image: url(../img/homepage/icon/backup-lan-free.png);
}

.backup-multi {
    background-image: url(../img/homepage/icon/backup-multi.png);
}

.backup-cdm {
    background-image: url(../img/homepage/icon/backup-cdm.png);
}

.backup-lock {
    background-image: url(../img/homepage/icon/backup-lock.png);
}

.backup-func h3 {
    font-size: 24px;
    font-weight: normal;
    color: #222222;
    margin-top: 0;
    margin-bottom: 28px;
}

.backup-func:hover h3 {
    color: white;
}

.swiper-div-hover {
    background: url(../img/new-homepage/bg-swiper.png) no-repeat 100% 100% !important;
}

.swiper-h3-hover {
    color: #f9f9f9 !important;
}

.swiper-p-hover {
    color: #c8fcf7 !important;
}

.swiper-button-hover::before,
.swiper-button-hover::after {
    background: #05949B !important;
}

.backup-func .func-p {
    line-height: 30px;
    color: #5b5b5b;
    font-size: 18px;
    text-align: justify;
}

.backup-func:hover .func-p {
    color: white;
}

.backup-func a {
    width: 150px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: white;
    text-align: center;
    background: #01465c;
    border-radius: 40px;
    padding: 0 !important;
    position: absolute;
    left: 30px;
    bottom: 30px;
    margin: unset;
    border: unset;
    transition: background-color 0.5s;
}

.backup-func:hover a {
    background-color: #4eebf4;
}

.backup-func:hover a, .backup-func:hover a i {
    color: #01465c;
}

.backup-func a:hover {
    background-color: #6ffff6;
}

.backup-content .swiper-slide-next,
.backup-content .swiper-slide-prev,
.backup-content .swiper-slide-active {
    opacity: 1 !important;
    pointer-events: auto !important;
}

.backup-content .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 80px;
    height: 4px;
    border-radius: unset;
    margin: unset;
    outline: none !important;
    transition: all .3s ease-in-out;
    opacity: 0.3;
}

.backup-content .swiper-pagination {
    width: 660px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 30px;
    z-index: 1 !important;
}

.backup-content .swiper-pagination-bullet-active, .backup-content .swiper-pagination-bullet:hover {
    background: #4ad1cd !important;
    opacity: 1 !important;
    height: 6px !important;
}

.backup-content .swiper-prev, .backup-content .swiper-next {
    top: 32%;
}

.backup-content .swiper-prev i, .backup-content .swiper-next i {
    font-size: 80px;
    color: #dcdcdc;
}

.backup-content .swiper-prev {
    outline-style: none;
    cursor: pointer;
    position: absolute;
    left: -40px;
}

.backup-content .swiper-next {
    outline-style: none;
    cursor: pointer;
    position: absolute;
    right: -40px;
}

@media (max-width: 767px) {
    .backup-content .swiper-prev, .backup-content .swiper-next {
        display: none;
    }
}

.copy-module {
    background: url(../img/new-homepage/bg-copy.png) no-repeat center center;
    background-size: 100% 100%;
    margin: 0;
    padding-top: 185px;
    color: #fff;
    position: relative;
}

.copy-module h3 {
    font-size: 50px;
    font-weight: bolder;
    margin: 0;
    width: 264px;
    position: relative;
}

.copy-module img {
    width: 1282px;
    position: absolute;
    right: 0;
    bottom: 50px;
}

.copy-underline {
    top: 42px;
    background: rgba(235, 255, 0, .5);
}

.copy-module:hover .copy-underline {
    width: 136px !important;
}

.copy-module p {
    font-size: 21px;
    margin: 64px 0 78px;
    width: 378px;
    text-align: justify;
    font-weight: bolder;
}

.copy-module a {
    display: block;
    width: 140px;
    height: 100%;
    text-decoration: none;
    color: #fff;
    padding: 5px 0;
    font-size: 22px;
    font-weight: bolder;
    border: 3px solid #fff;
    text-align: center;
    border-radius: 3px;
}

/* Shutter In Vertical 上下合拢效果*/
.hvr-shutter-in-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #ffffff;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-shutter-in-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #54d8de;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
    color: #54d8de;
}

.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.industry-module {
    padding: 100px 0 100px;
}

.industry-module .industry-title {
    text-align: center;
    margin: 0 0 88px;
}

.industry-title h3 {
    width: 526px;
    font-size: 50px;
    color: #1d1d1d;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    font-weight: bolder;
}

.industry-title span {
    font-size: 26px;
    color: #d0d4d4;
    display: block;
    margin: 10px auto 40px;
}

.industry-underline {
    top: 46px;
}

.industry-module:hover .industry-underline {
    width: 100% !important;
}

.industry-solution {
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-radius: 25px;
    /*box-shadow: 0 10px 10px 0 #d6d6d6;*/

    transition: all .3s ease-in-out;

}

.industry-solution .solution-title {
    height: 262px;
    text-align: center;
    position: relative;
    justify-content: center;
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.industry-solution:hover .solution-title {
    background-color: #013f56;
}

.top-title {
    background-color: rgba(30, 43, 51, .8);
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-size: cover !important;
}

.industry-solution .solution-title h3 {
    font-size: 22px;
    font-weight: bolder;
    color: #1d1d1d;
    margin: 0 0 10px;
    position: relative;
    z-index: 10;
}

.industry-solution:hover .solution-title h3 {
    color: #4decf5;
}

.industry-solution .solution-title p {
    font-size: 16px;
}

.industry-solution .solution-title p.en {
    color: #999999;
    margin: 0;
}

.industry-solution:hover .solution-title p.en {
    color: #4decf5;
}

.industry-solution .solution-title p.text {
    color: #1d1d1d;
}

.industry-solution:hover .solution-title p.text {
    color: #fafafa;
}

.industry-solution .solution-title .line {
    width: 130px;
    height: 1px;
    background-color: #4decf5;
    margin: 20px auto;
    visibility: hidden;
}

.industry-solution:hover .solution-title .line {
    visibility: visible;
}

.industry-solution .solution-content {
    height: 425px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    border-radius: 25px;
    color: #fff;
}

.swiper-slide .industry-solution .solution-content.education{
    background-image: url(../img/homepage/industry/education.png);
}
.swiper-slide-active .industry-solution .solution-content.education{
    background-image: url(../img/homepage/industry/education-active.png);
}
.swiper-slide .industry-solution .solution-content.medical{
    background-image: url(../img/homepage/industry/medical.png);
}
.swiper-slide-active .industry-solution .solution-content.medical{
    background-image: url(../img/homepage/industry/medical-active.png);
}
.swiper-slide .industry-solution .solution-content.enterprise{
    background-image: url(../img/homepage/industry/enterprise.png);
}
.swiper-slide-active .industry-solution .solution-content.enterprise{
    background-image: url(../img/homepage/industry/enterprise-active.png);
}
.swiper-slide .industry-solution .solution-content.government{
    background-image: url(../img/homepage/industry/government.png);
}
.swiper-slide-active .industry-solution .solution-content.government{
    background-image: url(../img/homepage/industry/government-active.png);
}

@media (min-width: 1921px) {
    .industry-solution .solution-content {
        height: 450px;
    }

    .data-statistics-space{
        width: 11.8%;
    }
}

@media (min-width: 2145px) {
    .industry-solution .solution-content {
        height: 500px;
    }
}

.industry-solution .solution-content .top-bar{
    width: 32px;
    height: 5px;
    background-color: #36D4D8;
    border-radius: 5px;
    position: relative;
    top: 80px;
    left: 10%;
    margin-bottom: 30px;
}

.industry-solution .solution-content h3{
    color:#fff;
    position: relative;
    top: 80px;
    left: 10%;
    font-size: 32px;
    margin-bottom: 10px;
}

.industry-solution .solution-content .en{
    position: relative;
    top: 80px;
    left: 10%;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: normal;
}

.industry-solution .solution-content .text{
    position: relative;
    top: 80px;
    left: 10%;
    margin-bottom: 30px;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: normal;
}

.industry-solution .solution-content .link{
    position: relative;
    color:#fff;
    top: 80px;
    left: 10%;
    margin-bottom: 30px;
    font-size: 16px;
    background: unset;
    border: 1px solid #fff;
    padding: 10px 40px !important;
}

.industry-solution .solution-content .link:hover{
    color:#fff;
    background-color: #36D4D8;
    border-color: #36D4D8;
}

.industry-solution .bottom-content-div {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.industry-solution .solution-content a.icon {
    width: 100px;
    height: 100px;
    background-image: url(../img/homepage/industry/more.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    z-index: 100;
    margin-bottom: 24px;
}

.industry-solution .solution-content .content{
    display: none;
}

.industry-content{
    position: relative;
}

.industry-module .swiper-prev{
    width: 70px;
    height: 70px;
    background-image: url(../img/homepage/industry/prev.png);
    position: absolute;
    top: 175px;
    left: 15%;
    z-index: 99;
    cursor: pointer;
}

.industry-module .swiper-next{
    width: 70px;
    height: 70px;
    background-image: url(../img/homepage/industry/next.png);
    position: absolute;
    top: 175px;
    right: 15%;
    z-index: 99;
    cursor: pointer;
}

#industry-swiper .swiper-pagination-bullet-active,#industry-swiper-mobile .swiper-pagination-bullet-active{
    background-color: #4ADEE1;
}

#industry-swiper .swiper-pagination-bullet,#industry-swiper-mobile .swiper-pagination-bullet{
    margin: 0 10px;
}


.solution-a-hover {
    left: calc(73%) !important;
    opacity: 1 !important;
}

.no-background {
    background: none !important;
}

.industry-circle1 {
    width: 55px;
    height: 55px;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    left: calc(72%) !important;
    opacity: 0.2;
    bottom: 55px;
    animation: industry-circle-opacity1 1s infinite;
    z-index: 1;
}

.industry-circle2 {
    width: 55px;
    height: 55px;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    left: calc(72%) !important;
    opacity: 0.2;
    bottom: 55px;
    animation: industry-circle-opacity2 1s infinite;
    z-index: 1;
}

.medical-bottom {
    background-image: url(../img/new-homepage/medical-bottom.png);
}

.medical-solution:hover .bottom-content {
    background-image: linear-gradient(to right, rgba(97, 197, 204, .8), rgba(46, 187, 194, .8));
}

.education-top {
    background-image: url(../img/new-homepage/education-top.png);
}

.education-solution:hover .bottom-content {
    background-image: linear-gradient(to right, rgba(97, 197, 204, .8), rgba(46, 187, 194, .8));
}

.enterprise-bottom {
    background-image: url(../img/new-homepage/enterprise-bottom.png);
}

.enterprise-solution:hover .bottom-content {
    background-image: linear-gradient(to right, rgba(97, 197, 204, .8), rgba(46, 187, 194, .8));
}

.gover-bottom,
.education-bottom {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out;
}

.enterprise-top,
.medical-top {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s ease-in-out;
}

.gover-bottom {
    background-image: url(../img/new-homepage/gover-bottom.png);
}

.enterprise-top {
    background-image: url(../img/new-homepage/enterprise-top.png);
}

.education-bottom {
    background-image: url(../img/new-homepage/education-bottom.png);
}

.medical-top {
    background-image: url(../img/new-homepage/medical-top.png);
}

.gover-top {
    background-image: url(../img/new-homepage/gover-top.png);
}

.government-solution:hover .gover-bottom,
.enterprise-solution:hover .enterprise-top,
.education-solution:hover .education-bottom,
.medical-solution:hover .medical-top {
    height: 262px;
}

.government-solution:hover .bottom-content {
    background-image: linear-gradient(to right, rgba(97, 197, 204, .8), rgba(46, 187, 194, .8));
}

.solution-p-hover {
    color: #c4c6c6 !important;
}

.solution-h3-hover {
    color: #fff !important;
}

@media (max-width: 1600px) {
    .industry-solution .solution-title {
        height: 218px;
    }

    .industry-solution .solution-content {
        height: 378px;
    }

    .government-solution:hover .gover-bottom,
    .enterprise-solution:hover .enterprise-top,
    .education-solution:hover .education-bottom,
    .medical-solution:hover .medical-top {
        height: 218px;
    }

    /*备份模块*/
    #backup-swiper {
        padding-bottom: 80px;
    }

    .backup-content .swiper-slide {
        height: 510px !important;
    }

    .backup-func .func-img {
        margin: 15px auto 40px;
    }

    .backup-func h3 {
        font-size: 22px;
    }

    .backup-func .func-p {
        font-size: 16px;
    }

    .backup-content {
        margin-top: 0;
    }

    .backup-module .backup-title {
        margin: 80px auto;
    }

    .copy-module p {
        font-size: 19px;
        width: 320px;
    }

    .copy-module img {
        top: 50%;
        transform: translateY(-50%);
        bottom: 50%;
        width: 60% !important;
    }
}


#partner-swiper {
    padding-left: 20px !important;
    max-width: 1345px;
    height: 100px;
}

.partner-module {
    padding: 100px 0;
    background-color: #FAFAFA;
}

.partner-module img{
    width: 100%;
    margin-bottom: 70px;
}

.partner-module .pn-title {
    text-align: center;
}

.partner-module .pn-title h3 {
    font-size: 36px;
    color: #1d1d1d;
    margin: 0;
    font-weight: bolder;
}

.partner-module .pn-title span {
    font-size: 26px;
    color: #d0d4d4;
    display: block;
    margin: 10px auto 40px;
}

.partner-underline {
    top: 46px;
}

.partner-module:hover .partner-underline {
    width: 100% !important;
}

.partner-module .swiper-slide {
    width: 220px !important;
}

.partner-module .swiper-container {
    margin-bottom: 80px;
}

#partner-slider .swiper-slide {
    margin: 0 20px;
}

#partner-slider .swiper-slide > div {
    width: 220px;
    height: 100px;
    background-image: url(../img/homepage/partner-logo.png);
    background-repeat: no-repeat;
}

.pn-openstack {
    background-position: -220px 0;
}

.pn-openstack:hover {
    background-position: 0 0;
}

.pn-ucloud {
    background-position: -220px -100px;
}

.pn-ucloud:hover {
    background-position: 0 -100px;
}

.pn-winhong {
    background-position: -220px -200px;
}

.pn-winhong:hover {
    background-position: 0 -200px;
}

.pn-inspur {
    background-position: -220px -300px;
}

.pn-inspur:hover {
    background-position: 0 -300px;
}

.pn-huawei {
    background-position: -220px -400px;
}

.pn-huawei:hover {
    background-position: 0 -400px;
}

.pn-tencent {
    background-position: -220px -500px;
}

.pn-tencent:hover {
    background-position: 0 -500px;
}

.pn-aws {
    background-position: -220px -600px;
}

.pn-aws:hover {
    background-position: 0 -600px;
}

.pn-h3c {
    background-position: -220px -700px;
}

.pn-h3c:hover {
    background-position: 0 -700px;
}

.pn-halsign {
    background-position: -220px -800px;
}

.pn-halsign:hover {
    background-position: 0 -800px;
}

.pn-redhat {
    background-position: -220px -900px;
}

.pn-redhat:hover {
    background-position: 0 -900px;
}

.pn-vmware {
    background-position: -220px -1000px;
}

.pn-vmware:hover {
    background-position: 0 -1000px;
}

.pn-aliyun {
    background-position: -220px -1100px;
}

.pn-aliyun:hover {
    background-position: 0 -1100px;
}

.pn-sangfor {
    background-position: -220px -1200px;
}

.pn-sangfor:hover {
    background-position: 0 -1200px;
}

.pn-svm {
    background-position: -220px -1300px;
}

.pn-svm:hover {
    background-position: 0 -1300px;
}

.pn-citrix {
    background-position: -220px -1400px;
}

.pn-citrix:hover {
    background-position: 0 -1400px;
}

.pn-oracle {
    background-position: -220px -1500px;
}

.pn-oracle:hover {
    background-position: 0 -1500px;
}

.pn-dameng {
    background-position: -220px -1600px;
}

.pn-dameng:hover {
    background-position: 0 -1600px;
}

.pn-sugon {
    background-position: -220px -1700px;
}

.pn-sugon:hover {
    background-position: 0 -1700px;
}

.pn-phytium {
    background-position: -220px -1800px;
}

.pn-phytium:hover {
    background-position: 0 -1800px;
}

.pn-kunpeng {
    background-position: -220px -1900px;
}

.pn-kunpeng:hover {
    background-position: 0 -1900px;
}

.button-container {
    text-align: center;
}

.button-container a {
    /*width: 175px;*/
    /*height: 60px;*/
    line-height: 20px;
    font-size: 16px;
    padding: 10px 30px;
    text-align: center;
    border-radius: 4px;
    border-width: 2px;
    border-style: solid;
    display: inline-block;
    margin: 0 5px;
    transition: background-color 0.3s, border-color 0.3s;

    color:#1d1d1d;
    border-color: #1d1d1d;
}

.button-container a:first-child{
    border-radius: 32px 10px 10px 32px;
    background: linear-gradient(to right, #4FE0E3, #24CBD1);
    color: white;
    border-color: #fff;
}

.button-container a:hover {
    background: linear-gradient(to right, #4FE0E3, #24CBD1);
    color: white;
    border-color: #fff;
}

.button-container a:last-child{
    border-radius: 10px 32px 32px 10px;
    padding: 8px 28px;
}

.button-container a:last-child:hover{
    line-height: 24px;
}

@media (max-width: 992px) {
    .button-container a {
        margin: 0 auto;
        display: block;
    }

    .button-container a:first-child {
        margin-bottom: 20px;
    }
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: none !important;
}

/*BEGIN INDUSTRY SOLUTION*/
.industry-solution-title {
    min-height: 520px;
    position: relative;
}

.solution-title-content {
    width: 350px;
    position: absolute;
    top: 33%;
    transform: translateY(-50%);
}

.solution-title-content h3 {
    font-size: 42px;
    font-weight: bolder;
    margin: 10px 0;
    color: #fff;
}

.solution-title-content p {
    font-size: 16px;
    color: #fff;
}

.solution-title-content a {
    display: block;
    width: 100px;
    padding: 10px 0;
    color: #fff;
    background: #4ad1cd;
    font-weight: bolder;
    margin-top: 20px;
    text-align: center;
}

.solution-title-content a:hover {
    background: #475f77;
}

.industry-summarize {
    padding: 60px 0;
}

.industry-summarize h3 {
    font-size: 36px;
    font-weight: bolder;
    text-align: center;
    margin: 0 0 40px;
}

.industry-summarize p {
    font-size: 16px;
    color: #666;
}

.solution-function {
    padding: 60px 0;
    background: #F1F1F1;
}

.solution-function h3 {
    font-size: 36px;
    font-weight: bolder;
    text-align: center;
    margin: 0 0 40px;
}

.solution-function-content {
    height: 220px;
    position: relative;
}

.solution-function-content,
.solution-advantage-content,
.solution-case-content {
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    margin: 10px auto;
    max-width: 420px;
    background: #fff;
}

.function-content {
    width: 100%;
    height: 100%;
    z-index: 100;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.solution-function-content h3 {
    font-size: 18px;
    margin: 20px 0 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
}

.solution-function-content p {
    font-size: 16px;
    text-align: center;
    padding: 0 20px;
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #333;
}

.solution-function-content:hover .function-content {
    background: rgba(255, 255, 255, .7) !important;
}

.solution-function-content:hover p {
    display: block;
}

.solution-function-content:hover h3 {
    display: none;
}

.function-img {
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

.solution-case-content .function-img {
    height: 180px;
}

.solution-function-content img,
.solution-case-content img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -ms-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
}

.solution-function-content .function-img:hover img,
.solution-case-content .function-img:hover img,
.case-box .function-img:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.solution-advantage {
    padding: 60px 0;
}

.solution-advantage h3 {
    font-size: 36px;
    font-weight: bolder;
    text-align: center;
    margin: 0 0 40px;
}

.solution-advantage-content {
    padding: 15px 0;
    text-align: center;
    height: 240px;
}

.solution-advantage-content h3 {
    font-size: 18px;
    font-weight: bolder;
    text-align: center;
    margin: 20px 0 10px;
}

.solution-advantage-content p {
    padding: 0 20px;
    font-size: 16px;
}

.solution-advantage-content img {
    width: 75px;
}

.solution-case {
    background: #F1F1F1;
    padding: 60px 0;
}

.solution-case h3 {
    font-size: 36px;
    font-weight: bolder;
    text-align: center;
    margin: 0 0 40px;
}

.solution-case-content a {
    color: #333;
    display: block;
    width: 100%;
    min-height: 310px;
}

.solution-case-content a:hover {
    background: rgba(18, 79, 128, .3);
}

.solution-case-content h3 {
    font-size: 18px;
    font-weight: bolder;
    text-align: center;
    margin: 20px 0 10px;
}

.solution-case-content p {
    font-size: 16px;
    padding: 0 20px;
    text-align: center;
}

.solution-case-content .case-more h3 {
    text-align: left;
    padding: 0 20px;
    color: #4ad1cd;
}

.solution-case-content .case-more img {
    object-fit: cover;
}

#medical-title {
    background: url(../img/solution/medical-title.jpg) no-repeat center;
    background-size: cover;
}

#medical-title h3,
#medical-title p {
    color: #333;
}

#education-title {
    background: url(../img/solution/education-title.jpg) no-repeat center;
    background-size: cover;
}

#enterprise-title {
    background: url(../img/solution/enterprise-title.jpg) no-repeat center;
    background-size: cover;
}

#government-title {
    background: url(../img/solution/government-title.png) no-repeat center;
    background-size: cover;
    position: relative;
    top: -70px;
}

/*END INDUSTRY SOLUTION*/
/* START HOW TO BUY */
.buy-banner {
    background: url(../img/software/bg-banner.png) no-repeat;
    background-size: 100%;
    color: #fff;
    padding: 7.5% 0;
    position: relative;
    top: -70px;
}

.buy-banner .row .col-md-7 {
    padding: 3% 0;
}

.buy-banner .row .col-md-7 h2 {
    font-size: 34px;
    margin: 5% 0;
    font-weight: 700;
}

.buy-banner .row .col-md-7 p {
    font-size: 22px;
    line-height: 34px;
}

.buy-banner .row .col-md-5 {
    text-align: right;
}

.Authorization-way h5 {
    color: #1b464f;
    font-size: 22px;
    font-weight: 700;
    padding: 10% 0 5%;
    margin: 0;
}

.Authorization-way .row p {
    width: 68%;
    font-size: 18px;
    color: #5e8b90;
    margin: 0 auto;
}

.Authorization-way.contact-tel {
    background: none;
}

.Authorization-service.contact-tel {
    background: #f8f8f9;
    padding: 4% 0 1.5%;
}

.Authorization-service.contact-tel .col-md-4 {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 3% 0;
    margin-right: 2%;
    width: 32%;
}

.Authorization-service.contact-tel .col-md-4 img {
    margin: 0 auto;
}

.Authorization-service.contact-tel .col-md-4:last-child {
    margin-right: 0;
}

.Authorization-service.contact-tel .col-md-4:hover {
    background-image: linear-gradient(-90deg, #4ad1cd 0%, #708bc6 100%), linear-gradient(#40bab9, #40bab9);
    background-blend-mode: normal, normal;
    box-shadow: 0px 0px 35px 3px rgb(99 120 121 / 25%);
    border-radius: 10px;
}

.Authorization-service.contact-tel .col-md-4:hover h5, .Authorization-service.contact-tel .col-md-4:hover p {
    color: #FFF;
}

.Authorization-service.contact-tel .col-md-4:hover .hide {
    display: block !important;
}

.Authorization-service.contact-tel .col-md-4:hover .show {
    display: none !important;
}

.buy-contact {
    padding: 5% 0;
}

.buy-contact .row .col-md-8 {
    background-size: 100%;
    color: white;
    text-align: center;
    font-size: 18px;
    height: 206px;
    line-height: 206px;
    border-radius: 10px;
}

.buy-contact .row:first-child .col-md-8 {
    background: url(../img/software/bg-tip.png) no-repeat;
    margin-right: 2%;
}

.buy-contact .row .col-md-8 span {
    display: none;
}

.buy-contact .row .col-md-8:hover, .buy-contact .row:last-child .col-md-8:hover {
    background-color: #2f9f9b4b;
    background-blend-mode: multiply;
}

.buy-contact .row .col-md-3:hover {
    background-color: #f3f3f3;
    border: solid 2px #f3f3f3;
}

.buy-contact .row .col-md-3 {
    background-color: #ffffff;
    border: solid 2px rgba(75, 216, 224, 0.84);
    text-align: center;
    padding: 2.4% 0;
    border-radius: 10px;
    width: 28%;
}

.buy-contact .row .col-md-8:hover span {
    display: block;
}

.buy-contact .col-md-3 p {
    font-size: 22px;
    color: #4bd8e0;
    padding: 5% 0;
    margin: 0;
}

.buy-contact .col-md-3 span {
    color: #1b464f;
    font-size: 18px;
}

.buy-contact .row:last-child .col-md-8 {
    background: url(../img/software/bg-right.png) no-repeat;
}

.buy-contact .row:last-child {
    margin-top: 1%;
}

.buy-contact .row:last-child .col-md-3 {
    margin-right: 2%;
    position: relative;
}

.buy-contact .row:last-child .col-md-3 .qrcode {
    position: absolute;
    z-index: 99;
    top: 13%;
    right: 31%;
    width: 120px;
    height: 120px;
    transform: scale(0);
    transform-origin: bottom;
    opacity: 0;
    transition: all .4s ease-in-out;
}

.buy-contact .row:last-child .col-md-3:hover .qrcode {
    transform: scale(1);
    opacity: 1;
}

@media (max-width: 1366px) {
    .buy-banner .row .col-md-7 h2 {
        font-size: 28px;
    }

    .buy-banner .row .col-md-7 p {
        font-size: 18px;
    }

    .buy-banner .row .col-md-5 img {
        width: 45%;
    }

    .Authorization-way, .buy-contact .col-md-3 span .row p, .buy-contact .row .col-md-8 span {
        font-size: 16px;
    }

    .buy-contact .row .col-md-3 img {
        width: 20%;
    }

    .buy-contact .col-md-3 p {
        font-size: 20px;
    }

    .Authorization-way.contact-tel .tel-subTitle {
        font-size: 22px;
    }

    .buy-contact .col-md-3 span {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .buy-contact .col-md-3 p {
        font-size: 16px;
    }

    .buy-contact .row .col-md-3 {
        padding: 4% 0;
    }

    .buy-contact .row .col-md-8 span {
        font-size: 13px;
    }
}

@media (max-width: 1134px) {
    .buy-contact .row .col-md-3 {
        padding: 7% 0;
    }
}

@media (max-width: 991px) {
    .buy-banner {
        padding: 0 5%;
    }

    .buy-banner .container {
        width: 100%;
    }

    .buy-banner .row .col-md-7 h2 {
        font-size: 18px;
        margin: 3% 0;
    }

    .buy-banner .row .col-md-7 p {
        font-size: 14px;
        line-height: 16px;
    }

    .buy-banner .row .col-md-5, .buy-contact .row:last-child .col-md-8 {
        display: none;
    }

    .Authorization-way .row p {
        width: 100%;
        margin: 20px auto;
    }

    .Authorization-service.contact-tel .col-md-4 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .buy-contact .row .col-md-3, .buy-contact .row:first-child .col-md-8 {
        width: 100%;
        border: none;
    }

    .buy-contact {
        padding: 0;
    }

    .buy-contact .row:last-child .col-md-3 .qrcode {
        top: 36%;
        right: 42%;
    }

    .buy-contact .row:last-child .col-md-3:hover .qrcode {
        transform: scale(1.7);
    }
}

@media (max-width: 768px) {
    .buy-banner .container {
        width: 90%;
    }

    .Authorization-way .row p {
        font-size: 14px;
    }
}

@media (max-width: 411px) {
    .Authorization-way .container.tel-cards {
        width: 80%;
    }
}

/* END HOW TO BUY */

/* START SUPERBACKUP */
.hyperbackup-banner {
    background: url(../img/product/superone-banner.png) no-repeat;
    background-size: 100%;
    padding: 3% 0 13.3%;
    color: white;
    position: relative;
    top: -70px;
}

.hyperbackup-banner img {
    animation: example 3s infinite;
    position: relative;
}

@keyframes example {
    0% {
        left: 0px;
        top: 0px;
    }
    50% {
        left: 0px;
        top: 25px;
    }
    100% {
        left: 0px;
        top: 0px;
    }
}

.hyperbackup-banner .col-md-7 {
    margin-top: 14%;
}

.hyperbackup-banner .col-md-7 h3, .hyperbackup-banner .col-md-7 h3:nth-child(2) {
    font-size: 36px;
    font-weight: 700;
}

.hyperbackup-banner .col-md-7 h3:nth-child(2) {
    margin-top: 13px;
}

.hyperbackup-banner .col-md-7 p {
    font-size: 24px;
    margin: 30px 0 40px;
}

.hyperbackup-banner .col-md-7 a {
    display: block;
    padding: 1% 0;
    border-radius: 14px;
    color: white;
    font-size: 22px;
    border: solid 2px #ffffff;
    text-align: center;
    width: 27%;
}

.hyperbackup-banner .col-md-7 a:hover {
    background-color: white;
    color: #4bd8e0;
}

.hyperbackup-why {
    background: url(../img/product/superone-why-choose.png) no-repeat;
    background-position: 18% 32%;
    padding: 50px 0 100px;
}

.hyperbackup-why .col-md-6 img {
    margin-left: -15%;
    margin-top: 41%;
    position: relative;
    animation: fromLeft 1.4s ease;
    animation-play-state: paused;
}

.hyperbackup-why .col-md-5 {
    padding: 0;
    animation: fromRight 1.4s ease;
    animation-play-state: paused;
}

@keyframes fromRight {
    from {
        opacity: 0;
        transform: translateX(100px)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fromLeft {
    from {
        opacity: 0;
        transform: translateX(-100px)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.hyperbackup-why .col-md-5 p {
    margin: 8% 0;
    color: #5e8b90;
    font-size: 16px;
    text-align: justify;
}

.hyperbackup-why .col-md-5 .row {
    margin-top: 10%;
}

.hyperbackup-why .col-md-5 .col-md-5 {
    padding: 2% 3%;
    box-shadow: 0px 1px 13px 0px rgba(99, 99, 99, 0.1);
    margin-left: 4%;
    margin-top: 7%;
    border: 1px solid #fff;
}

.hyperbackup-why .col-md-5 .col-md-5:hover {
    border: solid 1px rgba(75, 216, 224, 0.84);
}

.hyperbackup-why .col-md-5 .col-md-5 span {
    font-size: 18px;
    color: #1b464f;
    padding-left: 8%;
}

.hyperbackup-module {
    background: url(../img/product/huawen.png) no-repeat;
    padding: 90px 0 60px;
    background-color: #f8f8f9;
    text-align: center;
    background-position: 0 80%;
}

.hyperbackup-module .each-one {
    background-color: #ffffff;
    box-shadow: 0px 0px 35px 3px rgba(99, 120, 121, 0.1);
    border-radius: 10px;
    margin-bottom: 10%;
    padding: 10% 8%;
    border: solid 2px rgba(255, 255, 255, 0);
    opacity: 0;
    transform: scale(.3);
    animation: fromLT 1.4s forwards;
    animation-play-state: paused;
    transform-origin: left top;
}

.hyperbackup-module .col-md-4:nth-child(2) .each-one {
    animation-delay: .6s;
}

.hyperbackup-module .col-md-4:nth-child(3) .each-one {
    animation-delay: .8s;
}

@keyframes fromLT {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.hyperbackup-module .each-one:hover {
    border: solid 2px rgba(75, 216, 224, 0.84);
}

.hyperbackup-module .each-one:hover .show {
    display: none !important;
}

.hyperbackup-module .each-one:hover .hide {
    display: block !important;
}

.hyperbackup-module .each-one img {
    margin: 0 auto;
}

.hyperbackup-module .each-one h5 {
    font-size: 22px;
    color: #1b464f;
    line-height: 70px;
}

.hyperbackup-module .each-one p {
    font-size: 16px;
    color: #5e8b90;
    margin-bottom: 10%;
    line-height: 26px;
}

.hyperbackup-module .col-md-4 {
    margin-top: 15%;
}

.hyperbackup-module .col-md-4:nth-child(2) {
    margin-top: 8%;
}

.hyperbackup-Parameter {
    padding: 4.5% 0;
    text-align: center;
}

.hyperbackup-Parameter table {
    font-size: 18px;
    color: #02474f;
    margin-top: 25%;
    opacity: 0;
    position: relative;
    animation: fromBottom 1s forwards;
    animation-play-state: paused;
}

.hyperbackup-Parameter table tbody {
    height: 590px;
}

.hyperbackup-Parameter .col-md-4:nth-child(2) table {
    animation-delay: .6s;
}

.hyperbackup-Parameter .col-md-4:nth-child(3) table {
    animation-delay: 1s;
}

@keyframes fromBottom {
    from {
        transform: translateY(150px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.hyperbackup-Parameter table th {
    text-align: center;
    color: #26bdce;
    font-size: 32px;
    background-color: #def6f8;
    padding: 10% 0 5% !important;
    border-radius: 5px 5px 0 0;
}

.hyperbackup-Parameter caption {
    background-color: #59a2ab;
    border-radius: 5px;
    width: 30%;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    position: absolute;
    top: -3.5%;
    left: 35%;
}

.hyperbackup-Parameter table th, .hyperbackup-Parameter table td {
    border: none !important;
}

.hyperbackup-Parameter table tr:nth-child(odd) {
    background-color: #caeef2;
}

.hyperbackup-Parameter table tr:nth-child(even) {
    background-color: #def6f8;
}

.hyperbackup-Parameter table tr:last-child {
    background-color: #def6f8;
    padding: 5% 0 7%;
}

.hyperbackup-Parameter table tr:last-child td {
    padding: 5% 0 10%;
}

.hyperbackup-Parameter table tr:last-child a {
    border-radius: 10px;
    border: solid 1px #ff852f;
    font-size: 18px;
    color: #ff852f;
    padding: 1.5% 5%;
}

.hyperbackup-Parameter table tr:last-child a:hover {
    background-color: #ff852f;
    color: white;
}

.hyperbackup-Parameter table tr td {
    padding: 4% 0;
    font-size: 16px;
}

.hyperbackup-Parameter table tr td .icon-right {
    color: #ff852f;
    font-size: 20px;
    margin-right: 5px;
}

.hyperbackup-banner img {
    width: 134%;
}

.pub-title {
    padding: 13px 20px;
    font-size: 16px;
    font-weight: bolder;
    color: #22c7d6;
    background-color: #e7f9fa;
    border-radius: 10px;
    display: inline-block;
}

.pub-text {
    font-size: 26px;
    color: #222;
    font-weight: bolder;
    margin-top: 20px;
    margin-bottom: 0;
}

@media (max-width: 1600px) {
    .hyperbackup-Parameter table {
        font-size: 12px;
    }

    .hyperbackup-Parameter table th {
        font-size: 24px;
    }

    .pub-text {
        font-size: 22px;
    }

    .hyperbackup-why .col-md-6 img {
        width: 100%;
        margin-left: 16%;
    }

    .hyperbackup-Parameter caption {
        top: -3%;
    }
}

@media (max-width: 1440px) {
    .hyperbackup-banner .col-md-7 h3, .hyperbackup-banner .col-md-7 h3:nth-child(2) {
        font-size: 30px;
        line-height: 40px;
    }

    .hyperbackup-banner .col-md-7 p {
        font-size: 20px;
        margin: 20px 0;
    }

    .hyperbackup-banner .col-md-7 a {
        font-size: 16px;
    }

    .hyperbackup-why .col-md-5 .col-md-5 img {
        width: 20%;
    }

    .hyperbackup-why .col-md-5 .col-md-5 span, .hyperbackup-module .each-one h5 {
        font-size: 13px;
    }

    .pub-title, .hyperbackup-why .col-md-5 p, .hyperbackup-module .each-one p {
        font-size: 14px;
    }

    .hyperbackup-module img {
        width: 27%;
    }

    .hyperbackup-module .each-one img:last-child, .hyperbackup-module .each-one img:nth-child(5) {
        width: 15%;
    }

    .hyperbackup-why {
        background-size: 30%;
    }

}

@media (max-width: 1200px) {
    .hyperbackup-Parameter table th {
        font-size: 20px;
    }

    .hyperbackup-Parameter caption {
        width: 40%;
        left: 30%;
    }
}

@media (max-width: 991px) {
    .hyperbackup-Parameter caption {
        top: -2%;
    }

    .hyperbackup-why .col-md-6 img {
        margin-top: 45%;
    }

    .hyperbackup-Parameter table {
        margin-top: 10%;
    }

    .hyperbackup-why .col-md-6 img {
        width: 88%;
        margin-left: 34%;
    }

    .hyperbackup-why .container {
        width: 95%;
    }
}

@media (max-width: 768px) {
    .hyperbackup-why .container {
        width: 90%;
    }

    .hyperbackup-why .col-md-5 {
        text-align: center;
        animation: none;
    }

    .hyperbackup-banner .col-md-7 h3, .hyperbackup-banner .col-md-7 h3:nth-child(2) {
        font-size: 20px;
        line-height: 25px;
    }

    .hyperbackup-banner .col-md-7 p {
        font-size: 16px;
        margin: 7px 0;
    }

    .hyperbackup-banner .col-md-7 a {
        font-size: 12px;
    }

    .hyperbackup-Parameter caption {
        top: -3%;
    }
}

@media (max-width: 767px) {
    .hyperbackup-banner img, .hyperbackup-why .col-md-6 img {
        display: none;
    }

    .hyperbackup-why {
        background: none;
        padding: 0px 0 100px;
    }

    .hyperbackup-banner {
        padding: 7% 0;
    }

    .hyperbackup-banner .col-md-7 h3,  .hyperbackup-banner .col-md-7 h3:nth-child(2) {
        font-size: 16px;
        line-height: 25px;
    }

    .hyperbackup-banner .col-md-7 p {
        font-size: 20px;
        margin: 5px 0;
    }
}

@media (max-width: 499px) {
    .hyperbackup-banner .col-md-7 a {
        padding: 0;
        font-size: 12px;
    }

    .hyperbackup-banner .col-md-7 {
        margin-top: 19%;
    }

    .hyperbackup-banner .col-md-7 h3 {
        font-size: 12px;
        line-height: 18px;
    }

    .hyperbackup-banner .col-md-7 p {
        font-size: 12px;
        margin: -2px 0;
    }

    .pub-title, .hyperbackup-why .col-md-5 p, .hyperbackup-module .each-one p {
        font-size: 12px;
    }

    .pub-text {
        font-size: 18px;
    }
}

/* END SUPERBACKUP */
/* START PARTNER PROGRAM*/
.partnerPlan-banner {
    background: url(../img/partner/partner-plan-banner.png) no-repeat;
    background-size: 100%;
    text-align: center;
    color: white;
    padding: 13% 0 11.5%;
    position: relative;
    top: -70px;
}

.partnerPlan-banner h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 3%;
}

.partnerPlan-banner p {
    font-size: 20px;
    line-height: 32px;
}

.partnerPlan-banner a {
    font-size: 20px;
    display: inline-block;
    margin: 5% 2% 5% 0;
    padding: 0.8% 3%;
    color: #22c7d6;
    border-radius: 5px;
    border: solid 2px #22c7d6;
    background-color: #22c7d600;
}

.partnerPlan-banner a:hover {
    color: white;
    background-color: #22c7d6;
}

.partnerPlan-banner .container a:nth-child(4) {
    color: white;
    background-color: #22c7d6;
}

.partnerPlan-banner a:nth-child(4):hover {
    color: #22c7d6;
    background-color: #22c7d600;
}

.partnerPlan-patner {
    position: relative;
    top: -55px;
}

.partnerPlan-patner .container {
    width: 85%;
    overflow: hidden;
    height: 70px;
}

.partnerPlan-patner ul {
    height: 1px;
    width: 5000px;
    animation: moving2 25s linear infinite;
}

/*无缝滚动2*/
@keyframes moving2 {
    form {
        transform: translateX(0);
    }
    to {
        transform: translateX(-3300px);
    }
}

.partnerPlan-patner ul li {
    height: 70px;
    float: left;
    width: 200px;
    margin: 0 0.8%;
}

.partnerPlan-patner ul li span {
    display: block;
    height: 69px;
    margin-top: 13px;
    background: url(../img/partner/partner-logo.png) 0px 0px no-repeat;
}

.partnerPlan-support {
    text-align: center;
    background-color: #f8f8f8;
    padding: 5% 0;
}

.partnerPlan-support .container {
    width: 75%;
}

.partnerPlan-support .col-md-4 span {
    color: #4bd8e0;
    font-size: 41px;
    line-height: 90px;
}

.partnerPlan-support .col-md-4 {
    width: 31.3%;
    margin: 5% 1% 0;
    border: solid 1px rgba(236, 236, 236, 0.84);
    padding: 3% 2%;
    text-align: left;
    background-color: #fff;
    position: relative;
}

.partnerPlan-support .col-md-4:hover {
    border: solid 1px rgba(75, 216, 224, 0.84);
}

.partnerPlan-support .col-md-4 .col-md-10 h2 {
    color: #1b464f;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6%;
}

.partnerPlan-support .col-md-4 .col-md-10 p {
    color: #5e8b90;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    z-index: 1;
}

.partnerPlan-support .col-md-4 .col-md-10 .num {
    position: absolute;
    right: -47px;
    bottom: -73px;
    font-size: 100px;
    color: #f2f2f2;
    z-index: 0;
    transform: scale(0.7, 1);
}

.partnerPlan-support .col-md-4:hover .col-md-10 .num {
    color: #4bd8e044;
}

.partnerPlan-system {
    padding: 5% 0;
    text-align: center;
}

.partnerPlan-system .container {
    width: 75%;
}

.partnerPlan-system .col-md-3 {
    padding: 3% 5%;
    margin: 5% 2% 0;
    border-radius: 10px;
    width: 26%;
}

.partnerPlan-system .col-md-1 {
    width: 5%;
    height: 39px;
    background: url(../img/partner/partner-plan-arrow.png) no-repeat;
    margin-top: 11%;
    background-size: 100%;
    padding: 0;
}

.partnerPlan-system .col-md-1 .mask {
    width: 100%;
    animation: remove-width 1.2s ease infinite;
    height: 38px;
    background-color: rgb(255, 255, 255);
}

@keyframes remove-width {
    0% {
        width: 100%;
        transform: translateX(0px)
    }
    100% {
        width: 0%;
        transform: translateX(71.36px);
    }
}

.partnerPlan-system .col-md-3 p {
    font-size: 22px;
    color: white;
    margin: 5% 0;
}

.partnerPlan-system .img {
    margin: 0 auto;
    width: 73px;
    height: 73px;
    background: url(../img/partner/partner-plan-sprite.png) no-repeat;
}

.partnerPlan-join {
    padding: 9% 0 10%;
    background: url(../img/partner/partner-plan-footer.png) no-repeat;
    background-size: 100%;
}

.partnerPlan-join .col-md-9 {
    margin-left: 14%;
    text-align: center;
    color: white;
    line-height: 26px;
    font-size: 18px;
}

.partnerPlan-join .col-md-9 p {
    margin: 0 auto;
    width: 92%;
}

.partnerPlan-support .col-md-4 .col-md-10, .partnerPlan-support .col-md-4 .col-md-2 {
    padding: 0;
}

@media (max-width: 1600px) {
    .partnerPlan-support .col-md-4 .col-md-10 h2 {
        font-size: 18px;
    }

    .partnerPlan-support .col-md-4 .col-md-10 p {
        font-size: 14px;
    }

    .partnerPlan-support .col-md-4 span {
        font-size: 28px;
    }

    .partnerPlan-support .col-md-4 .col-md-10 .num {
        right: -34px;
        bottom: -56px;
        font-size: 75px;
    }

    .partnerPlan-support .col-md-4 .col-md-10 p {
        width: 105%;
    }
}

@media (max-width: 1440px) {
    .partnerPlan-patner {
        top: -44px;
    }

    .partnerPlan-banner {
        padding: 13% 0 7.9%;
    }

    .partnerPlan-banner h2 {
        font-size: 30px;
    }

    .partnerPlan-banner p {
        font-size: 16px;
    }

    .partnerPlan-banner a {
        font-size: 18px;
        margin: 3% 2% 3% 0;
        padding: 0.7% 2%;
    }

    .partnerPlan-system .img {
        background-size: 590%;
        width: 55px;
        height: 55px;
    }

    .partnerPlan-system .row .col-md-3:first-child .img {
        background-position: -270px 0 !important;
    }

    .partnerPlan-system .row .col-md-3:nth-child(3) .img {
        background-position: -216px 0 !important;
    }

    .partnerPlan-system .row .col-md-3:nth-child(5) .img {
        background-position: 1px 0 !important;
    }

    .partnerPlan-system .row .col-md-3:nth-child(6) .img {
        background-position: -54px 0 !important;
    }

    .partnerPlan-system .row .col-md-3:nth-child(8) .img {
        background-position: -108px 0 !important;
    }

    .partnerPlan-system .row .col-md-3:last-child .img {
        background-position: -162px 0 !important;
    }

    .partnerPlan-system .col-md-3 {
        padding: 2.5% 5%;
    }

    .partnerPlan-system .col-md-3 p {
        font-size: 16px;
    }

    .partnerPlan-join {
        padding: 7% 0 8.3%;
    }

    .partnerPlan-join .col-md-9 {
        font-size: 15px;
    }

    .partnerPlan-support .col-md-4 .col-md-10 p {
        width: 90%;
    }

    .partnerPlan-support .col-md-4 {
        padding: 1% 2%;
    }

    .partnerPlan-support .col-md-4 .col-md-10 .num {
        bottom: -31px;
        font-size: 65px;
    }

    .partnerPlan-support .col-md-4 .col-md-10, .partnerPlan-support .col-md-4 .col-md-2 {
        padding: 5%;
    }

}

@media (max-width: 1200px) {
    .partnerPlan-support .col-md-4 .col-md-10, .partnerPlan-support .col-md-4 .col-md-2 {
        padding: 0;
    }

    .partnerPlan-support .container {
        width: 90%;
    }

    .partnerPlan-system .container {
        width: 85%;
    }

    .partnerPlan-join .col-md-9 {
        font-size: 12px;
    }

    .partnerPlan-join .col-md-9 p {
        font-size: 12px;
        width: 100% !important;
        margin-bottom: 1% !important;
    }

    .partnerPlan-support .col-md-4 .col-md-10, .partnerPlan-support .col-md-4 .col-md-2 {
        padding: 5%;
    }

    .partnerPlan-join {
        padding: 8% 0;
    }
}

@media (max-width: 1024px) {
    .partnerPlan-support .col-md-4 .col-md-10, .partnerPlan-support .col-md-4 .col-md-2 {
        padding: 2%;
    }
}

@media (max-width: 991px) {
    .partnerPlan-banner h2 {
        font-size: 24px;
        margin-bottom: 1%;
    }

    .partnerPlan-banner p, .partnerPlan-banner span {
        font-size: 12px;
        line-height: 20px;
    }

    .partnerPlan-support .col-md-4 {
        width: 48%;
    }

    .partnerPlan-banner a {
        font-size: 14px;
    }

    .partnerPlan-support .col-md-4 {
        padding: 2% 4%;
    }

    .partnerPlan-system .col-md-1 {
        display: none;
    }

    .partnerPlan-system .col-md-3 {
        padding: 3.5% 0%;
        width: 29%;
    }

    .partnerPlan-join {
        padding: 6% 0;
    }
}

@media (max-width: 768px) {
    .partnerPlan-banner p, .partnerPlan-banner span {
        display: none;
    }

    .partnerPlan-banner {
        padding: 19% 0 4.9%;
    }

    .partnerPlan-support .col-md-4 {
        width: 100%;
        padding: 6% 4%;
    }

    .partnerPlan-system .col-md-3 {
        width: 100%;
    }

    .partnerPlan-join {
        padding: 7% 0;
    }

    .partnerPlan-join .col-md-9 p:last-child {
        display: none;
    }

    .partnerPlan-join .col-md-9 {
        margin-left: 0;
    }
}

@media (max-width: 540px) {
    .partnerPlan-banner a {
        font-size: 12px;
    }

    .partnerPlan-banner h2 {
        font-size: 18px;
    }

    .partnerPlan-banner h2 {
        font-size: 18px;
        margin-bottom: 1%;
    }

    .partnerPlan-support .col-md-4 .col-md-10 .num {
        font-size: 60px;
        right: -20px;
    }

    .partnerPlan-system .col-md-3 p {
        font-size: 14px;
    }

    .partnerPlan-join {
        padding: 7% 0 0;
    }
}

/* END PARTNER PROGRAM*/

/* BEGIN technical-support-plan */
.techSupport.partnerPlan-banner {
    background: url(../img/support/banner-tech-support.png) no-repeat;
    background-size: 100%;
    padding: 17% 0;
}

.techSupport-cards {
    position: relative;
    height: 211px;
    background-color: #f8f8f8;
    top: -70px;
}

.techSupport-cards .container {
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.techSupport-cards .row .col-md-3 {
    width: 23%;
    height: 210px;
    margin: 0 1%;
    padding: 3% 2%;
    text-align: center;
    box-shadow: 0px 3px 5px 0px rgba(198, 205, 205, 0.25);
    border-radius: 10px;
    background-color: #fff;
}

.techSupport-cards .row .col-md-3 h3 {
    /* padding: 14% 0 5%; */
    color: #1b464f;
    font-size: 18px;
    font-family: SourceHanSansCN-Medium;
}

.techSupport-cards .row .col-md-3:hover img {
    display: none;
}

.techSupport-cards .row .col-md-3:hover h3 {
    padding: 0 0 6%;
}

.techSupport-cards .row .col-md-3:hover p {
    color: #5e8b90;
    font-size: 16px;
    display: block !important;
}

.tech-channel {
    background: url(../img/support/logo-channel.png) no-repeat;
    background-size: 37%;
    background-position: 11% 73%;
    text-align: center;
    background-color: #f8f8f8;
    position: relative;
    top: -70px;
    padding-bottom: 2%;
}

.tech-channel .container {
    width: 83%;
}

.tech-channel h2 {
    color: #153c4a;
    font-size: 30px;
    font-weight: 700;
}

.tech-channel p {
    font-size: 20px;
    color: #5e8b90;
    margin: 20px 0 50px;
}

.tech-channel .parent-left {
    width: 47%;
}

.tech-channel .parent-right {
    width: 53%;
}

.tech-channel .col-md-5 .col-md-5 {
    height: 175px;
    background-color: #ffffff;
    box-shadow: 0px 3px 5px 0px rgba(198, 205, 205, 0.25);
    border: solid 1px rgba(236, 236, 236, 0.84);
    padding: 5% 0;
    margin: 3%;
    position: relative;
}

.tech-channel .col-md-5 .col-md-5:hover {
    background-image: linear-gradient(-90deg, #4ad1cd 20%, #7592e6 100%), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    padding: 4% 4%;
}

.tech-channel .col-md-5 .col-md-5:hover img, .tech-channel .col-md-5 .col-md-5:hover h3 {
    display: none;
}

.tech-channel .col-md-5 .col-md-5:hover p, .tech-channel .col-md-5 .col-md-5:hover span {
    display: block !important;
}

.tech-channel .col-md-5 .col-md-5 p {
    color: white;
    font-size: 18px;
}

.tech-channel .col-md-5 .col-md-5 span {
    position: absolute;
    font-size: 100px;
    color: white;
    right: -10px;
    bottom: -30px;
    transform: scale(0.8, 1);
    opacity: 0.3;
}

.tech-channel .col-md-5 .col-md-5 h3 {
    margin-top: 30px;
    font-size: 22px;
    color: #1b464f;
    font-weight: 700;
}

.tech-base {
    background: url(../img/support/bg-base.png) no-repeat;
    background-size: 100%;
    color: white;
    text-align: center;
    padding: 4.4% 0;
}

.tech-base h2 {
    font-size: 34px;
    font-weight: 700;
}

.tech-base p {
    font-size: 18px;
    line-height: 26px;
    padding: 4% 0 7% 0;
    width: 44%;
    margin: 0 auto;
}

.tech-base a {
    font-size: 18px;
    line-height: 26px;
    color: white;
    border-radius: 10px;
    border: solid 3px #ffffff;
    font-weight: 700;
    padding: 1% 3%;
}

.tech-base a:hover {
    background-color: #fff;
    color: #4bd8e0;
}

#grey {
    background-color: #f8f8f8;
}

@media (max-width: 1600px) {
    .tech-channel .parent-left {
        width: 42%;
    }

    .tech-channel .parent-right {
        width: 58%;
    }

    .tech-channel {
        background-size: 40%;
        background-position: 2% 73%;
    }

    .tech-channel .col-md-5 .col-md-5 h3 {
        font-size: 18px;
    }

    .tech-channel .col-md-5 .col-md-5 img {
        width: 20%;
    }

    .tech-channel .col-md-5 .col-md-5 {
        height: 160px;
        padding: 4% 0;
    }

    .tech-channel .col-md-5 .col-md-5:hover {
        padding: 3%;
    }

    .tech-channel .col-md-5 .col-md-5 p {
        font-size: 16px;
    }

    .tech-base {
        padding: 3.6% 0;
    }
}

@media (max-width: 1440px) {
    .tech-base {
        padding: 2.5% 0;
    }

}

@media (max-width: 1366px) {
    .tech-base h2 {
        font-size: 28px;
    }

    .tech-base p {
        font-size: 16px;
        width: 50%;
        padding: 2% 0 4% 0;
    }

    .tech-base a {
        font-size: 16px;
        padding: 1% 3%;
    }

    .partnerPlan-banner h2, .tech-channel h2 {
        font-size: 26px;
    }

    .partnerPlan-banner p {
        font-size: 14px;
        line-height: 28px;
    }

    .techSupport-cards .row .col-md-3 h3 {
        font-size: 16px;
    }

    .techSupport-cards .row .col-md-3:hover p {
        font-size: 14px;
    }

    .techSupport-cards .row .col-md-3:hover {
        padding: 2%;
    }

    .techSupport-cards .row .col-md-3 img {
        width: 30%;
    }

    .techSupport-cards .row .col-md-3 {
        width: 20%;
        height: 170px;
        margin: 0 2.5%;
    }

    .tech-channel p {
        font-size: 18px;
    }
}

@media (max-width: 1200px) {
    .techSupport-cards .row .col-md-3 {
        width: 22%;
        height: 160px;
        margin: 0 1.5%;
        padding: 2%;
    }

    .tech-base a, .techSupport-cards .row .col-md-3:hover p, .tech-channel .col-md-5 .col-md-5 p {
        font-size: 12px;
    }

    .tech-channel .col-md-5 .col-md-5 {
        height: 130px;
    }

    .tech-channel .col-md-5 .col-md-5:hover {
        padding: 3% 4%;
    }

    .tech-base h2 {
        font-size: 22px;
    }

    .tech-base p {
        font-size: 14px;
    }

    .tech-base {
        padding: 2.4% 0;
    }
}

@media (max-width: 767px) {
    .techSupport-cards {
        height: 1030px;
    }

    .techSupport-cards .row .col-md-3 {
        width: 100%;
        margin: 10% 0;
        height: 200px;
    }

    .techSupport-cards .container {
        width: 80%;
        top: 5%;
    }

    .techSupport-cards .row .col-md-3 h3 {
        padding: 7% 0 5%;
    }

    .tech-channel {
        padding-top: 5%;
        background: none;
    }

    .tech-channel .parent-right {
        width: 100%;
    }

    .tech-channel .col-md-5 .col-md-5 {
        height: 170px;
    }

    .tech-base p, .tech-base h2 {
        display: none;
    }

    .tech-base {
        padding: 6% 0;
    }

    .tech-base a {
        margin: 0 auto;
        width: 30%;
        display: block;
    }

    .techSupport-cards .row .col-md-3:hover p {
        font-size: 14px;
    }

    .tech-channel .col-md-5 .col-md-5:hover {
        padding: 8% 4%;
    }

    .tech-channel .col-md-5 .col-md-5 p {
        font-size: 16px;
    }

    .techSupport.partnerPlan-banner {
        padding: 24% 0 11%;
    }

    .partnerPlan-banner h2, .tech-channel h2 {
        font-size: 24px;
    }

    .tech-channel p {
        font-size: 15px;
    }
}

@media (max-width: 415px) {
    .techSupport-cards .row .col-md-3 {
        padding: 10% 2%;
    }
}

/* END technical-support-plan */
/* BEGIN PARTNER CENTER */
.partnercenter {
    background: url(../img/partner/bg-partnercenter.png) no-repeat;
    background-size: 100%;
    padding: 10% 0 20%;
    color: white;
    position: relative;
    top: -70px;
}

.partnercenter h1 {
    font-size: 40px;
    font-weight: 700;
}

.partnercenter h2 {
    font-size: 24px;
    margin-bottom: 10%;
}

.partnercenter .left .col-lg-6 {
    font-size: 20px;
    line-height: 40px;
    width: 40%;
    margin: 2% 0;
}

.partnercenter .row .row span {
    font-size: 31px;
    color: #4bd8e0;
    margin-right: 5%;
}

.partnercenter .right {
    background-color: #fff;
    width: 452px;
    height: 430px;
    border-radius: 5px;
    border: solid 1px rgba(236, 236, 236, 0.84);
    color: #22c7d6;
    position: absolute;
    right: 20%;
    top: 25%;
    padding: 2%;
}

.partnercenter h3 {
    font-weight: 700;
    margin: 0 0 30px 0;
}

.partnercenter .col-sm-10.login-email, .partnercenter .col-sm-10.login-password {
    padding: 0;
}

.partnercenter .login-partner input {
    max-width: 100%;
    margin-bottom: 20px;
    height: 50px;
    border-radius: 5px;
    border: solid 1px rgba(182, 192, 195, 0.84);
    font-size: 16px;
}

.partnercenter .login-partner {
    margin: 0;
    width: 100%;
    color: #b2bbc0;
}

.partnercenter .rem-passwd input {
    height: 15px !important;
}

.partnercenter input::-webkit-input-placeholder {
    color: #b2bbc0;
}

.partnercenter input::-moz-input-placeholder {
    color: #b2bbc0;
}

.partnercenter input::-ms-input-placeholder {
    color: #b2bbc0;
}

.partnercenter .login-partner a {
    color: #b2bbc0;
}

.partnercenter .login-partner a:hover {
    color: #22c7d6;
}

.partnercenter .login-partner button, .applypartner button {
    margin: 0;
    width: 100%;
    height: 50px;
    background-color: #22c7d6;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
    padding: 6px 0;
    color: white;
}

.partnercenter .login-partner button:hover, .applypartner button:hover {
    background-color: #19b9c7;
    border: 2px solid #19b9c7;
    color: white;
    font-weight: 700;
}

.partnercenter .form-group {
    margin-bottom: 25px;
}

.partnercenter .error span {
    margin-top: 25px;
    margin-left: 0px;
}

@media (max-width: 1600px) {
    .partnercenter {
        padding: 16% 0 11%;
    }

}

@media (max-width: 1440px) {
    .partnercenter h1 {
        font-size: 34px;
    }

    .partnercenter h2 {
        font-size: 20px;
        margin-bottom: 5%;
    }

    .partnercenter .left .col-lg-6 {
        font-size: 18px;
        line-height: 26px;
        width: 38%;
    }

    .partnercenter .row .row span {
        font-size: 24px;
    }

    .partnercenter h3 {
        font-size: 20px;
    }

    .partnercenter .right {
        width: 360px;
        height: 364px;
        right: 15%;
        top: 20%;
    }
}

@media (max-width: 1200px) {
    .partnercenter .left .col-lg-6 {
        font-size: 16px;
    }

    .partnercenter {
        padding: 9% 0 7%;
    }

    .partnercenter h1 {
        font-size: 30px;
    }

    .partnercenter .login-partner input {
        max-width: 95%;
        margin-bottom: 0;
        height: 36px;
        font-size: 14px;
    }

    .partnercenter .login-partner button, .applypartner button {
        margin: 0;
        width: 96%;
        height: 40px;
        font-size: 17px;
    }

    .partnercenter .right {
        height: 300px;
        right: 11%;
        top: 14%;
    }

    .partnercenter .left {
        width: 60%;
    }
}

@media (max-width: 991px) {
    .partnercenter h1 {
        font-size: 26px;
    }

    .partnercenter .right {
        width: 335px;
        right: 3%;
        top: 5%;
        height: 260px;
    }

    .partnercenter h2 {
        margin-bottom: 1%;
    }

    .partnercenter h2, .partnercenter .row .row span {
        font-size: 18px;
    }

    .partnercenter .left .col-lg-6 {
        font-size: 15px;
        margin: 1% 5%;
    }

    .partnercenter h3 {
        margin: 0 0 18px 0;
        font-size: 18px;
    }

    .partnercenter .form-group {
        margin-bottom: 17px;
    }
}

@media (max-width: 767px) {
    .partnercenter .left {
        width: 90%;
    }

    .partnercenter .right {
        position: static;
        margin: 180px auto 0;
        border: none;
        background-color: rgba(255, 255, 255, 0);
    }

    .partnercenter h1, .partnercenter h2, .partnercenter .left .col-lg-6 {
        text-align: center;
    }

    .partnercenter {
        padding: 5% 0 0%;
    }

    .partnercenter h2 {
        margin-bottom: 5%;
    }
}

@media (max-width: 540px) {
    .partnercenter .right {
        margin: 55px auto 0;
    }
}

@media (max-width: 415px) {
    .partnercenter .right {
        margin: 90px auto 0;
    }

    .partnercenter .left .col-lg-6 {
        display: none;
    }
}

/* END PARTNER CENTER */
/* START APPLY PARTNER */
.applypartner {
    background: url(../img/partner/bg-applypartner.png) no-repeat;
    background-size: 100%;
}

.applypartner .form-control {
    height: 50px;
}

.applypartner .form-group {
    margin-bottom: 20px;
}

.applypartner .right {
    height: 480px;
}

.applypartner .btn:hover, .applypartner .btn:focus, .applypartner .btn.focus {
    text-decoration: none;
}

@media (max-width: 1600px) {
    .applypartner .right {
        right: 16%;
        top: 17%;
    }
}

@media (max-width: 1440px) {
    .applypartner .right {
        height: 447px;
        width: 452px;
    }
}

@media (max-width: 1366px) {
    .applypartner .form-control {
        height: 40px;
    }

    .applypartner .right {
        height: 400px;
        top: 12%;
    }
}

@media (max-width: 1200px) {
    .applypartner .right {
        height: 335px;
        top: 10%;
        width: 408px;
    }

    .applypartner h3 {
        font-size: 18px;
        margin: 0 0 18px 0;
    }

    .applypartner .form-control {
        height: 35px;
    }

    .applypartner button {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .applypartner .right {
        top: 4%;
        right: 7%;
    }
}

@media (max-width: 991px) {
    .applypartner .right {
        position: static;
        margin: 0 auto;
        background: none;
        border: none;
        margin-top: 243px;
    }

    .applypartner .left {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .applypartner .right {
        margin-top: 143px;
    }


}

@media (max-width: 540px) {
    .applypartner .right {
        margin-top: 80px;
        width: 90%;
    }
}

/* END APPLY PARTNER */

/* BEGIN ENTERPRISE SOLUTION */
.banner-enterprise-level {
    background: url(../img/solution/banner-enterprise-level.png) no-repeat;
    background-size: 100%;
    position: relative;
    top: -70px;
    color: white;
    text-align: center;
    padding: 6.1% 0 8.5%;
}

.banner-enterprise-level h1 {
    font-size: 33px;
    font-weight: 700;
}

.banner-enterprise-level p {
    font-size: 18px;
    margin: 4.5% 0;
}

.banner-enterprise-level a {
    height: 40px;
    line-height: 36px;
    display: inline-block;
    font-size: 18px;
    border-radius: 5px;
    font-weight: bolder;
    padding: 0 4%;
    border: 2px solid #4bd8e0;
    margin-right: 25px;
    color: #4bd8e0;
}

.banner-enterprise-level a:nth-child(3),
.banner-enterprise-level a:hover {
    background-color: #3eaeb4;
    border: 2px solid #3eaeb4;
    color: white;
}

.contact-enterprise-level {
    background: url(../img/solution/bg-msg.png) no-repeat;
    background-size: 100%;
    padding: 38px 0;
    position: relative;
    color: white;
    font-size: 18px;
    text-align: center;
    top: -70px;
}

.contact-enterprise-level .col-md-6:first-child {
    line-height: 50px;
}

.contact-enterprise-level a {
    display: inline-block;
    color: #0b4649;
    padding: 10px 20px;
    margin-left: 160px;
    background-color: #fff;
}

.contact-enterprise-level a:hover {
    opacity: 0.7;
}

.info-enterprise-level {
    padding: 1.2% 0 5%;
}

.info-enterprise-level h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    color: #222;
}

.info-enterprise-level p {
    color: #555;
    font-size: 16px;
    margin-top: 42px;
    text-align: justify;
}

.info-enterprise-level.education p {
    margin-top: 49px;
}

.info-enterprise-level a {
    display: inline-block;
    font-size: 18px;
    color: white;
    background-color: #4bd8e0;
    padding: 1.6% 8%;
    font-weight: 700;
    margin-top: 35px;
    font-family: 'FontAwesome';
}

.info-enterprise-level a:hover {
    background-color: #3eaeb4;
}

.challenge-enterprise-level {
    padding: 5% 0 5%;
    text-align: center;
    background-color: #fafafa;
}

.challenge-enterprise-level .row.bott {
    margin-top: 100px;
}

.challenge-enterprise-level .col-md-4 {
    position: relative;
}

.challenge-enterprise-level .col-md-4 .solution-box {
    box-shadow: 0px 3px 29px 2px rgba(198, 205, 205, 0.25);
    padding: 60px 20px 30px;
    height: 300px;

}

.challenge-enterprise-level .col-md-4.active .solution-box {
    background-color: #4bd8e0;
    /* padding: 60px 20px 30px; */
}

.challenge-enterprise-level .col-md-4.active h3, .challenge-enterprise-level .col-md-4.active p {
    color: #fff;
}

.challenge-enterprise-level .col-md-4 .bg-img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    box-shadow: 0px 0px 5px rgba(198, 205, 205, 0.25) inset;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    background-color: #fafafa;
}

.challenge-enterprise-level .col-md-4 .img {
    position: absolute;
    margin: 0 auto;
    width: 110px;
    height: 110px;
    background: url(../img/solution/logo-enterprise-level.png) no-repeat;
}

.challenge-enterprise-level .container .row .col-md-4:first-child.active .img {
    background-position: -330px 0px;
}

.challenge-enterprise-level .container .row .col-md-4:first-child .img {
    background-position: -220px 0px;
}

.challenge-enterprise-level .container .row .col-md-4:nth-child(2).active .img {
    background-position: -440px 0px;
}

.challenge-enterprise-level .container .row .col-md-4:nth-child(2) .img {
    background-position: 0px 0px;
}

.challenge-enterprise-level .container .row .col-md-4:last-child.active .img {
    background-position: -550px 0px;
}

.challenge-enterprise-level .container .row .col-md-4:last-child .img {
    background-position: -110px 0px;
}

.challenge-enterprise-level h3, .protect-enterprise-level h3 {
    color: #222;
    font-size: 22px;
    font-weight: 700;
}

.challenge-enterprise-level p {
    color: #555;
    font-size: 16px;
    margin-top: 20px;
    text-align: justify;
}

.protect-enterprise-level {
    text-align: center;
    padding: 5% 0;
    background-color: #fff;
}

.protect-enterprise-level .pub-title{
    margin-top: 80px;
}

.protect-enterprise-level .row{
    padding:120px 0;
}

.protect-enterprise-level .container.fullpage {
    width: 100%;
}

.protect-enterprise-level span {
    font-size: 20px;
    color: #22c7d6;
    margin-right: 5px;
}

.protect-enterprise-level h3 {
    text-align: left;
    margin: 0 0 30px 0;
}

.protect-enterprise-level p.content {
    line-height: 24px;
    margin-bottom: 15px;
    text-align: justify;
}

.protect-enterprise-level p {
    font-size: 16px;
    color: #555;
    text-align: left;
}

.protect-enterprise-level .row {
    padding: 5% 0;
}

.protect-enterprise-level .row .col-md-4, .protect-enterprise-level .row:nth-child(6) .container, .protect-enterprise-level .row:nth-child(6) .col-md-6 {
    padding: 0;
}

.protect-enterprise-level .fullpage .row:nth-child(4) {
    background-color: #fafafa;
}

.protect-enterprise-level .fullpage .row:nth-child(6) {
    background-color: #fafafa;
}

.protect-enterprise-level .row:nth-child(6) p.content {
    margin-bottom: 10px;
}

.nas-pc-show{
    display: block;
}

.nas-mobile-show{
    display: none;
}

.judgment-enterprise-level {
    padding: 5% 0;
    background: url(../img/solution/bg-user-comment.png) no-repeat;
    background-size: 100%;
    text-align: center;
    position: relative;
    top: -95px;
}

.judgment-enterprise-level .swiper-container {
    height: 325px;
    padding: 3% 0;
    width: 750px;
}

.judgment-enterprise-level h2 {
    font-weight: 700;
    font-size: 30px;
    color: white
}

.judgment-enterprise-level .line {
    display: inline-block;
    text-align: center;
    width: 54px;
    height: 2px;
    background-color: #fbfef3;
}

.judgment-enterprise-level .swiper-button-next, .swiper-button-prev {
    top: 60%;
}

.judgment-enterprise-level .swiper-button-prev {
    left: 450px;
}

.judgment-enterprise-level .swiper-button-next {
    right: 450px;
}

.judgment-enterprise-level .swiper-button-prev span, .judgment-enterprise-level .swiper-button-next span {
    font-size: 40px;
    color: #ffffff8a;
}

.judgment-enterprise-level .swiper-button-prev span:hover, .judgment-enterprise-level .swiper-button-next span:hover {
    color: #ffffff;
}

.judgment-enterprise-level .swiper-button-next, .judgment-enterprise-level .swiper-button-prev {
    background-image: none;
}

.judgment-enterprise-level .swiper-container .each-company {
    position: relative;
    max-width: 150px;
    /* margin: 0 20px; */

}

/* 选中状态样式 */
.judgment-enterprise-level .swiper-slide-active .company, .judgment-enterprise-level .swiper-slide-duplicate-active .company {
    display: none;
}

.judgment-enterprise-level .swiper-slide-active .color-company, .judgment-enterprise-level .swiper-slide-duplicate-active .color-company {
    border: 1px solid #fff !important;
    border-radius: 50%;
}

.judgment-enterprise-level .swiper-slide-active .content, .judgment-enterprise-level .swiper-slide-duplicate-active .content {
    display: block !important;
    position: absolute;
    color: white;
    width: 600px;
    left: 50%;
    transform: translateX(-50%);
}

.judgment-enterprise-level .swiper-container .swiper-slide .color-company {
    width: 101px;
    height: 101px;
    margin: 0 auto;
}

.judgment-enterprise-level .swiper-container .swiper-slide .company {
    position: absolute;
    width: 101px;
    height: 101px;
    margin: 0 auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.judgment-enterprise-level .swiper-container .swiper-slide .color-company.c1 {
    background: url(../img/solution/color-cure-comment.png) -252px -10px no-repeat;
}

.judgment-enterprise-level .swiper-container .swiper-slide .company.c1 {
    background: url(../img/solution/cure-comment.png) -252px -10px no-repeat;
}

.judgment-enterprise-level .swiper-container .swiper-slide .color-company.c2 {
    background: url(../img/solution/color-cure-comment.png) -373px -10px no-repeat;
}

.judgment-enterprise-level .swiper-container .swiper-slide .company.c2 {
    background: url(../img/solution/cure-comment.png) -373px -10px no-repeat;
}

.judgment-enterprise-level .swiper-container .swiper-slide .color-company.c3 {
    background: url(../img/solution/color-cure-comment.png) -494px -10px no-repeat;
}

.judgment-enterprise-level .swiper-container .swiper-slide .company.c3 {
    background: url(../img/solution/cure-comment.png) -494px -10px no-repeat;
}

.judgment-enterprise-level .swiper-container .swiper-slide .color-company.c4 {
    background: url(../img/solution/color-cure-comment.png) -10px -10px no-repeat;
}

.judgment-enterprise-level .swiper-container .swiper-slide .company.c4 {
    background: url(../img/solution/cure-comment.png) -10px -10px no-repeat;
}

.judgment-enterprise-level .swiper-container .swiper-slide .color-company.c5 {
    background: url(../img/solution/color-cure-comment.png) -131px -10px no-repeat;
}

.judgment-enterprise-level .swiper-container .swiper-slide .company.c5 {
    background: url(../img/solution/cure-comment.png) -131px -10px no-repeat;
}

.judgment-enterprise-level .content h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 40px 0 30px 0;
}

.judgment-enterprise-level .content p {
    font-size: 16px;
    line-height: 24px;
}

.case-enterprise-level {
    text-align: center;
}

.case-enterprise-level .row {
    margin-top: 80px;
    text-align: left;
}

.case-enterprise-level a.all {
    display: block;
}

.case-enterprise-level .col-md-4 {
    width: 30.7%;
    background-color: #f6f6f6;
    padding: 0;
    /* margin-right: 2.4% !important; */
    position: relative;
}

.case-enterprise-level .row {
    display: flex;
    justify-content: space-between;
}

.case-enterprise-level .col-md-4:hover .content {
    border: solid 1px rgba(34, 199, 214, 0.84);
    background-color: #fff;
}

.case-enterprise-level .col-md-4:last-child, .case-enterprise-level .row .col-md-4:nth-child(3) {
    margin-right: 0;
}

.case-enterprise-level .col-md-4:hover h3 {
    color: #22c7d6;
}

.case-enterprise-level .col-md-4 .top {
    overflow: hidden;
    position: relative;
}

.case-enterprise-level .col-md-4 img {
    width: 100%;
    margin: 0 auto;
    transition: transform .3s linear;
}

.case-enterprise-level .col-md-4 :hover img {
    width: 100%;
    transform: scale(1.2);
    object-fit: cover;
}

.case-enterprise-level .col-md-4 .date {
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #3fcbd3;
    top: 25px;
    left: 25px;
    text-align: center;
    padding-top: 12px;
}

.case-enterprise-level .col-md-4 .date::before {
    display: block;
    content: "";
    position: absolute;
    width: 94px;
    height: 94px;
    border: solid 1px #3fcbd3;
    top: -7px;
    left: -7px;

}

.case-enterprise-level .col-md-4 .date h3, .case-enterprise-level .col-md-4 .date p {
    color: white;
    margin: 0;
    line-height: 29px;
}

.case-enterprise-level .col-md-4 a.detail {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 50px;
    background-color: #3fcbd3;
    text-align: center;
    color: white;
    bottom: 0;
    left: 0;
    z-index: 99;
    line-height: 50px;
    font-size: 18px;
}

.case-enterprise-level .col-md-4:hover a.detail {
    display: inline-block !important;
}

.case-enterprise-level .col-md-4 h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    margin-top: 36px;
    color: #222;
    font-size: 22px;
}

.case-enterprise-level .col-md-4 .content {
    padding: 0 25px 35px 25px;
    border: solid 1px rgba(34, 199, 214, 0);
    min-height: 220px;
}

.case-enterprise-level .col-md-4 p {
    /* 	white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #555;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.case-enterprise-level .col-md-4 .content p:nth-child(2) {
    font-size: 14px;
    margin: 17px 0 30px 0;
}

.case-enterprise-level a.more {
    display: inline-block;
    width: 166px;
    height: 41px;
    border: solid 1px #4bd8e0;
    color: #4bd8e0;
    font-size: 18px;
    font-weight: 700;
    line-height: 41px;
    margin: 80px 0;
}

.case-enterprise-level a.more:hover {
    background-color: #4bd8e0;
    color: white;
}

.trial-enterprise-level {
    background: url(../img/solution/bg-footer.png) no-repeat;
    background-size: cover;
    padding-top: 2%;
    padding-bottom: 2%;
    min-height: 200px;
    color: white;
}

.trial-enterprise-level h2 {
    font-size: 30px;
    font-weight: 700;
}

.trial-enterprise-level h3 {
    font-size: 22px;
    font-weight: normal;
}

.trial-enterprise-level a {
    font-size: 18px;
    font-weight: normal;
    display: inline-block;
    background-color: #fff;
    color: #9FAAB2;
    padding: 10px 30px;
    border: solid 2px #ffffff;
    margin-right: 10px;
    line-height: 20px;
    text-align: center;
    margin-top: 35px;
}

.trial-enterprise-level a:hover {
    background-color: #fff;
    color: #40D1E8;
}

.trial-enterprise-level a:first-child{
    border-radius: 35px 5px 5px 35px;
    color: #40D1E8;
}

.trial-enterprise-level a:last-child{
    border-radius: 5px 35px 35px 5px;
    color:#9faab2;
}

.trial-enterprise-level a:last-child:hover{
    color: #40D1E8;
}

.trial-enterprise-level .col-md-6:last-child {
    text-align: right;
}

.trial-enterprise-level .col-md-6:last-child a:last-child {
    margin-right: 0;
}

@media (max-width: 1840px) {
    .judgment-enterprise-level .swiper-button-prev {
        left: 330px;
    }

    .judgment-enterprise-level .swiper-button-next {
        right: 330px;
    }

    .trial-enterprise-level {
        padding: 2.5% 0;
    }

}

@media (max-width: 1600px) {
    .banner-enterprise-level {
        padding: 6% 0 7%;
    }

    .trial-enterprise-level {
        padding: 3% 0 1.5%;
    }
}

@media (max-width: 1440px) {
    .banner-enterprise-level {
        padding: 6% 0;
    }

    .judgment-enterprise-level .swiper-button-prev {
        left: 240px;
    }

    .judgment-enterprise-level .swiper-button-next {
        right: 240px;
    }

    .case-enterprise-level .col-md-4 p {
        font-size: 12px;
    }

    .challenge-enterprise-level .col-md-4 {
        height: 270px;
    }

    .challenge-enterprise-level .container {
        width: 92%;
    }
}

@media (max-width: 1366px) {
    .banner-enterprise-level {
        padding: 4.8% 0 6%;
    }

    .contact-enterprise-level {
        padding: 2% 0;
        font-size: 16px;
    }

    .contact-enterprise-level .col-md-6:first-child {
        line-height: 40px;
    }

    .info-enterprise-level img {
        width: 100%;
    }

    .info-enterprise-level p {
        font-size: 16px;
    }

    .info-enterprise-level h2 {
        font-size: 26px;
    }

    .challenge-enterprise-level h3, .protect-enterprise-level h3 {
        font-size: 20px;
    }

    .challenge-enterprise-level p {
        font-size: 14px;
    }

    .protect-enterprise-level .col-md-6 img {
        width: 100%;
    }

    .protect-enterprise-level h3 {
        margin-top: 0;
        font-size: 18px;
    }

    .protect-enterprise-level p.content {
        line-height: 20px;
        margin-bottom: 10px;
    }

    .protect-enterprise-level p {
        font-size: 14px;
    }

    .judgment-enterprise-level {
        top: -60px;
        padding: 2% 0 5%;
        background-size: cover;
    }

    .judgment-enterprise-level h2 {
        font-size: 26px;
    }

    .judgment-enterprise-level .swiper-button-next {
        right: 160px;
    }

    .judgment-enterprise-level .swiper-button-prev {
        left: 160px;
    }

    .judgment-enterprise-level .content h3 {
        font-size: 20px;
    }

    .judgment-enterprise-level .content p {
        font-size: 14px;
        line-height: 16px;
    }

    .case-enterprise-level {
        margin-top: 50px;
    }

    .trial-enterprise-level h2 {
        font-size: 24px;
    }

    .trial-enterprise-level h3 {
        font-size: 18px;
    }

    .trial-enterprise-level a {
        font-size: 16px;
    }

    .trial-enterprise-level {
        padding: 1.8% 0 2%;
    }
}

@media (max-width: 1200px) {
    .banner-enterprise-level {
        padding: 4.1% 0 6%;
    }

    .banner-enterprise-level h1 {
        font-size: 30px;
    }

    .banner-enterprise-level p {
        font-size: 16px;
        margin: 3.5% 0;
    }

    .banner-enterprise-level a {
        font-size: 16px;
    }

    .info-enterprise-level h2 {
        font-size: 20px;
    }

    .info-enterprise-level p, .info-enterprise-level a {
        font-size: 14px;
        margin-top: 20px;
    }

    .challenge-enterprise-level h3 {
        font-size: 18px;
        margin-top: 50px;
    }

    .challenge-enterprise-level .col-md-4 {
        height: 270px;
    }

    .challenge-enterprise-level p {
        font-size: 12px;
    }

    .judgment-enterprise-level .swiper-container {
        width: 480px;
    }

    .judgment-enterprise-level .content p {
        font-size: 12px;
    }

    .judgment-enterprise-level .content h3 {
        font-size: 18px;
        margin: 20px 0 15px 0;
    }

    .judgment-enterprise-level {
        top: -48px;
        padding: 2% 0 0%;
    }

    .swiper-slide-active .content, .swiper-slide-duplicate-active .content {
        width: 450px;
    }

    .judgment-enterprise-level .swiper-container {
        height: 350px;
    }

    .case-enterprise-level .row {
        margin-top: 50px;
    }

    .case-enterprise-level .col-md-4 h3 {
        margin-top: 30px;
        font-size: 16px;
    }

    .case-enterprise-level .col-md-4 .content p:nth-child(2) {
        font-size: 12px;
        margin: 15px 0 15px 0;
    }

    .case-enterprise-level .container {
        width: 80%;
    }

    .trial-enterprise-level h2 {
        font-size: 20px;
    }

    .trial-enterprise-level h3 {
        font-size: 16px;
        font-weight: 500;
    }

    .trial-enterprise-level a {
        font-size: 14px;
        font-weight: 500;
        width: 110px;
        height: 40px;
        border: solid 1px #ffffff;
        margin-right: 40px;
        line-height: 35px;
    }

    .trial-enterprise-level {
        padding: 1.1% 0 1.7%;
    }
}

@media (max-width: 991px) {
    .banner-enterprise-level h1 {
        font-size: 26px;
    }

    .banner-enterprise-level p {
        font-size: 14px;
        margin: 2.5% 0;
    }

    .banner-enterprise-level a {
        font-size: 14px;
    }

    .judgment-enterprise-level .swiper-button-next {
        right: 80px;
    }

    .judgment-enterprise-level .swiper-button-prev {
        left: 80px;
    }

    .judgment-enterprise-level .line {
        display: none;
    }

    .case-enterprise-level .row {
        display: block;
    }

    .case-enterprise-level .col-md-4 a.detail {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .trial-enterprise-level h2 {
        font-size: 16px;
        margin-top: 10px;
    }

    .trial-enterprise-level h3 {
        font-size: 12px;
        margin-top: 10px;
    }

    .trial-enterprise-level a {
        font-size: 12px;
        width: 85px;
        height: 37px;
    }
}

@media (max-width: 768px) {
    .banner-enterprise-level {
        padding: 2% 0 5%;
    }

    .banner-enterprise-level h1 {
        font-size: 18px;
    }

    .banner-enterprise-level p {
        font-size: 12px;
        margin: 2.5% 0;
    }

    .banner-enterprise-level a {
        font-size: 12px;
    }

    .contact-enterprise-level {
        font-size: 12px;
        padding: 1% 0;
    }

    .contact-enterprise-level a {
        padding: 1% 2%;
        border-radius: 4px;
    }

    .judgment-enterprise-level {
        top: -36px;
    }

    .judgment-enterprise-level h2 {
        font-size: 22px;
    }

    .judgment-enterprise-level .swiper-container {
        height: 360px;
    }
}

@media (max-width: 767px) {
    .info-enterprise-level h2 {
        margin: 20px 0 10px;
        text-align: center;
    }

    .challenge-enterprise-level .col-md-4 {
        height: 400px;
    }

    .challenge-enterprise-level p {
        font-size: 14px;
    }

    .protect-enterprise-level h3 {
        margin-top: 5px;
        text-align: center;
    }

    .protect-enterprise-level .col-md-6 img, .judgment-enterprise-level .swiper-button-prev, .judgment-enterprise-level .swiper-button-next {
        display: none;
    }

    .swiper-slide-active .content, .swiper-slide-duplicate-active .content {
        width: 400px;
    }

    .judgment-enterprise-level .swiper-container {
        width: 450px;
    }

    .case-enterprise-level .col-md-4 {
        width: 100%;
        margin: 30px 0 0 0;
    }

    .case-enterprise-level .col-md-4 a.detail {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }

    .trial-enterprise-level a {
        margin-top: 2%;
    }

    .trial-enterprise-level {
        padding: 1% 0 1%;
        background-size: cover;
        height: 90px;
    }

    .trial-enterprise-level a {
        margin-top: 25px;
        height: 30px;
        line-height: 26px;
    }
}

@media (max-width: 540px) {
    .judgment-enterprise-level .swiper-button-prev, .judgment-enterprise-level .swiper-button-next {
        display: none;
    }

    .judgment-enterprise-level {
        top: -22px;
    }
}

@media (max-width: 414px) {
    .banner-enterprise-level p {
        display: none;
    }

    .banner-enterprise-level a {
        margin-top: 8px;
    }

    .judgment-enterprise-level .swiper-container {
        width: 100%;
    }

    .judgment-enterprise-level {
        top: -15px;
    }

    .case-enterprise-level {
        margin-top: 50px;
    }
}

/* END ENTERPRISE SOLUTION  */

/* BEGIN MEDICAL SOLUTION */
.banner-cure.banner-enterprise-level {
    background: url(../img/solution/cure-bg-banner.png) no-repeat;
    background-size: 100%;
    position: relative;
    top: -70px;
}

.banner-cure.banner-enterprise-level .container a:last-child {
    border: solid 2px #4bd8e0;
    background-color: rgba(255, 255, 255, 0);
    color: #4bd8e0;
    margin-left: 0;
}

.banner-cure.banner-enterprise-level .container a:last-child:hover {
    background-color: #4bd8e0;
    color: white;
}

.info-cure.info-enterprise-level {
    position: relative;
}

.info-cure.info-enterprise-level .tab ul, .info-cure.info-enterprise-level .container .col-md-6:last-child {
    padding: 0;
}

.info-cure.info-enterprise-level .tab ul {
    margin-top: 3em;
    display: flex;
}

.info-cure.info-enterprise-level .tab .text {
    margin-top: -2.5em;
}

.info-cure.info-enterprise-level .container .col-md-6:last-child {
    height: 446px;
}

.info-cure.info-enterprise-level .container .col-md-6 a {
    position: absolute;
    bottom: 0px;
    left: 0;
}

.info-cure.info-enterprise-level .tab li {
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    text-align: left;
    color: #1b464f;
    border-bottom: 5px solid #f3f7fd;
    float: left;
    padding: 0px 1px 10px;
    cursor: pointer;
}

.info-cure.info-enterprise-level .tab li.active {
    color: #22c7d6;
    border-bottom: 5px solid #4bd8e0;
}

.info-cure.info-enterprise-level .tab p {
    font-size: 16px;
}

.info-cure.info-enterprise-level img, .info-cure.info-enterprise-level .tab p {
    display: none;
}

.info-cure.info-enterprise-level img.active, .info-cure.info-enterprise-level .tab li.active, .info-cure.info-enterprise-level .tab p.active {
    display: block;
}

.challenge-cure.challenge-enterprise-level h3 {
    font-size: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.challenge-cure.challenge-enterprise-level .col-md-4 {
    height: 350px;
}

.challenge-cure.challenge-enterprise-level .col-md-4 .img {
    background: url(../img/solution/cure-challenge.png) no-repeat;
}

.challenge-cure.challenge-enterprise-level .container .row.bott .col-md-4:first-child.active .img {
    background-position: 0px 0px;
}

.challenge-cure.challenge-enterprise-level .container .row.bott .col-md-4:first-child .img {
    background-position: -330px 0px;
}

.challenge-cure.challenge-enterprise-level .container .row.bott .col-md-4:nth-child(2).active .img {
    background-position: -110px 0px;
}

.challenge-cure.challenge-enterprise-level .container .row.bott .col-md-4:nth-child(2) .img {
    background-position: -440px 0px;
}

.challenge-cure.challenge-enterprise-level .col-md-4:last-child.active .img {
    background-position: -220px 0px;
}

.challenge-cure.challenge-enterprise-level .col-md-4:last-child .img {
    background-position: -550px 0px !important;
}

.protect-cure.protect-enterprise-level .fullpage .row:nth-child(3) .col-md-6 img {
    margin-top: 5%;
}

.protect-cure.protect-enterprise-level .row .container {
    padding: 0;
}

.judgment-cure.judgment-enterprise-level .swiper-container .swiper-slide .color-company.c1 {
    background: url(../img/solution/color-cure-comment.png) -252px -131px no-repeat;
}

.judgment-cure.judgment-enterprise-level .swiper-container .swiper-slide .company.c1 {
    background: url(../img/solution/cure-comment.png) -252px -131px no-repeat;
}

.judgment-cure.judgment-enterprise-level .swiper-container .swiper-slide .color-company.c2 {
    background: url(../img/solution/color-cure-comment.png) -373px -131px no-repeat;
}

.judgment-cure.judgment-enterprise-level .swiper-container .swiper-slide .company.c2 {
    background: url(../img/solution/cure-comment.png) -373px -131px no-repeat;
}

.judgment-cure.judgment-enterprise-level .swiper-container .swiper-slide .color-company.c3 {
    background: url(../img/solution/color-cure-comment.png) -494px -131px no-repeat;
}

.judgment-cure.judgment-enterprise-level .swiper-container .swiper-slide .company.c3 {
    background: url(../img/solution/cure-comment.png) -494px -131px no-repeat;
}

.judgment-cure.judgment-enterprise-level .swiper-container .swiper-slide .color-company.c4 {
    background: url(../img/solution/color-cure-comment.png) -10px -131px no-repeat;
}

.judgment-cure.judgment-enterprise-level .swiper-container .swiper-slide .company.c4 {
    background: url(../img/solution/cure-comment.png) -10px -131px no-repeat;
}

.judgment-cure.judgment-enterprise-level .swiper-container .swiper-slide .color-company.c5 {
    background: url(../img/solution/color-cure-comment.png) -131px -131px no-repeat;
}

.judgment-cure.judgment-enterprise-level .swiper-container .swiper-slide .company.c5 {
    background: url(../img/solution/cure-comment.png) -131px -131px no-repeat;
}

.judgment-cure.judgment-enterprise-level .swiper-slide-active .content, .judgment-cure.judgment-enterprise-level .swiper-slide-duplicate-active .content {
    width: 680px;
}

.protect-cure.protect-enterprise-level .col-md-1, .protect-cure.protect-enterprise-level .col-md-11 {
    padding: 0;
}

.protect-cure.protect-enterprise-level p {
    text-align: justify;
}

@media (max-width: 1514px) {
    .protect-cure.protect-enterprise-level .fullpage .row .col-md-6 img {
        width: 100%;
    }
}

@media (max-width: 1366px) {
    .info-cure.info-enterprise-level .allimg img {
        width: 90%;
    }

    .info-cure.info-enterprise-level .tab li.active {
        color: #22c7d6;
        border-bottom: 3px solid #4bd8e0;
    }

    .info-cure.info-enterprise-level .tab ul {
        margin-top: 1em;
    }

    .info-cure.info-enterprise-level .tab li {
        font-size: 12px;
        border-bottom: 3px solid #f3f7fd;
        padding: 0px 0px 10px;
        width: 100%;
    }

    .info-cure.info-enterprise-level .tab li.active {
        border-bottom: 3px solid #4bd8e0;
    }

    .info-cure.info-enterprise-level .tab p {
        font-size: 14px;
    }

    .info-cure.info-enterprise-level .container .col-md-6 a {
        bottom: 36px;
    }
}

@media (max-width: 1200px) {
    .challenge-cure.challenge-enterprise-level .col-md-4 {
        height: 320px;
    }

    .challenge-cure.challenge-enterprise-level h3 {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .protect-cure.protect-enterprise-level .col-md-1 {
        display: none;
    }
}

@media (max-width: 767px) {
    .challenge-cure.challenge-enterprise-level .col-md-4 {
        height: 400px;
    }

    .info-cure.info-enterprise-level .container .col-md-6 a {
        bottom: 75px;
    }

    .info-cure.info-enterprise-level .allimg img {
        width: 100%;
    }

    .info-cure.info-enterprise-level .tab ul {
        margin-top: 3em;
    }
}

/* END MEDICAL SOLUTION */
/* BEGIN DATA ARCHIVING */
.data-archiving.banner-cure.banner-enterprise-level {
    background: url(../img/solution/bg-data-archiving.png) no-repeat;
    background-size: 100%;
}

.data-archiving.banner-cure.banner-enterprise-level .container{
    margin-top: 40px;
}

.data-archiving.info-enterprise-level .tab ul {
    margin-top: 15px;
}

.data-archiving.info-enterprise-level .tab ul li {
    margin-bottom: 25px;
}

.data-archiving.info-enterprise-level .container .col-md-6:last-child {
    height: 405px;
}

.data-archiving.challenge-enterprise-level .row {
    margin-top: 60px;
}

.data-archiving.challenge-enterprise-level .row .row {
    margin-top: 0;
}

.data-archiving.challenge-enterprise-level .col-md-5 img {
    margin-top: 10px;
}

.data-archiving.judgment-enterprise-level .swiper-container .swiper-slide .color-company.c1 {
    background: url(../img/solution/color-comment-data.png) -252px -10px no-repeat;
}

.data-archiving.judgment-enterprise-level .swiper-container .swiper-slide .company.c1 {
    background: url(../img/solution/comment-data.png) -252px -10px no-repeat;
}

.data-archiving.judgment-enterprise-level .swiper-container .swiper-slide .color-company.c2 {
    background: url(../img/solution/color-comment-data.png) -373px -10px no-repeat;
}

.data-archiving.judgment-enterprise-level .swiper-container .swiper-slide .company.c2 {
    background: url(../img/solution/comment-data.png) -373px -10px no-repeat;
}

.data-archiving.judgment-enterprise-level .swiper-container .swiper-slide .color-company.c3 {
    background: url(../img/solution/color-comment-data.png) -494px -10px no-repeat;
}

.data-archiving.judgment-enterprise-level .swiper-container .swiper-slide .company.c3 {
    background: url(../img/solution/comment-data.png) -494px -10px no-repeat;
}

.data-archiving.judgment-enterprise-level .swiper-container .swiper-slide .color-company.c4 {
    background: url(../img/solution/color-comment-data.png) -10px -10px no-repeat;
}

.data-archiving.judgment-enterprise-level .swiper-container .swiper-slide .company.c4 {
    background: url(../img/solution/comment-data.png) -10px -10px no-repeat;
}

.data-archiving.judgment-enterprise-level .swiper-container .swiper-slide .color-company.c5 {
    background: url(../img/solution/color-comment-data.png) -131px -10px no-repeat;
}

.data-archiving.judgment-enterprise-level .swiper-container .swiper-slide .company.c5 {
    background: url(../img/solution/comment-data.png) -131px -10px no-repeat;
}

.data-archiving.case-enterprise-level .col-md-4 {
    text-align: center;
    /* height: 321px; */
    background-color: #ffffff;
    box-shadow: 0px 0px 40px 3px rgba(178, 178, 178, 0.2);
    border-radius: 5px;
    border: solid 2px rgba(110, 140, 217, 0);
    padding: 45px;
    margin-bottom: 30px;
}

.data-archiving.case-enterprise-level .col-md-4:hover {
    border: solid 2px rgba(110, 140, 217, 0.84);
}

.data-archiving.case-enterprise-level .col-md-4 .top {
    margin: 0 auto;
    width: 104px;
    height: 104px;
    background: url(../img/solution/advantages-data.png) -10px -10px no-repeat;
}

.data-archiving.case-enterprise-level .row .col-md-4:nth-child(2) .top {
    background-position: -134px -10px;
}

.data-archiving.case-enterprise-level .row .col-md-4:nth-child(3) .top {
    background-position: -258px -10px;
}

.data-archiving.case-enterprise-level .container .row:nth-child(4) .col-md-4:first-child .top {
    background-position: -382px -10px;
}

.data-archiving.case-enterprise-level .container .row:nth-child(4) .col-md-4:nth-child(2) .top {
    background-position: -506px -10px;
}

.data-archiving.case-enterprise-level .container .row:nth-child(4) .col-md-4:nth-child(3) .top {
    background-position: -630px -10px;

}

.data-archiving.case-enterprise-level .col-md-4 h3 {
    margin: 40px 0;
}

.data-archiving.case-enterprise-level .col-md-4:hover h3 {
    color: #1b464f;
}

.data-archiving.case-enterprise-level .col-md-4 p {
    white-space: inherit;
}

.data-archiving.case-enterprise-level a.more {
    margin: 50px auto 80px;
    text-align: center;
}

@media (max-width: 1600px) {
    .data-archiving.info-enterprise-level {
        background-size: 45%;
    }
}

@media (max-width: 1440px) {
    .data-archiving.challenge-enterprise-level .col-md-6 img {
        width: 100%;
    }
}

@media (max-width: 1366px) {
    .data-archiving.protect-cure img {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .data-archiving.challenge-enterprise-level .col-md-5 img {
        display: none;
    }

    .data-archiving.protect-cure img {
        display: none;
    }
}

@media (max-width: 767px) {
    .data-archiving.info-enterprise-level {
        background: none;
    }

    .data-archiving.info-cure.info-enterprise-level .container .col-md-6 a {
        left: 50%;
        transform: translateX(-60px);
    }
}

/* END DATA ARCHIVING */
/* BEGIN EDUCATION SOLUTION */
.education.banner-cure.banner-enterprise-level {
    background: url(../img/solution/education-banner.png) no-repeat;
    background-size: 100%;
    position: relative;
    top: -70px;
}

.ransomware.banner-cure .container{
    margin-top: 40px;
}

.education.info-enterprise-level a {
    margin-top: 65px;
    font-family: 'FontAwesome';
}

.education-vm-solution {
    background-color: #fafafa;
    padding: 90px 0;
    text-align: center;
}

.education-vm-solution .col-md-3 .box {
    padding: 30px;
    border-radius: 10px;
    margin-top: 70px;
    color: white;
    text-align: left;
    padding: 30px;
    background-blend-mode: normal, normal;
}

.education-vm-solution .col-md-3 .img {
    width: 74px;
    height: 74px;
    background: url(../img/solution/education-challenge.png) no-repeat;
}

.education-vm-solution .col-md-3 h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 20px 0;
}

.education-vm-solution .col-md-3 p {
    font-size: 15px;
    text-align: justify;
}

.education-vm-solution .row .col-md-3:first-child .box {
    background-image: linear-gradient(-90deg, #4ad1cd 0%, #708bc6 100%), linear-gradient(#708bc6, #708bc6);
}

.education-vm-solution .row .col-md-3:nth-child(2) .box {
    background-image: linear-gradient(#4ad1cd 0%, #2ea677 100%), linear-gradient(#2ea677, #2ea677);
}

.education-vm-solution .row .col-md-3:nth-child(3) .box {
    background-image: linear-gradient(-90deg, #5ce2d8 0%, #1eb8cd 100%), linear-gradient(#1eb8cd, #1eb8cd);
}

.education-vm-solution .row .col-md-3:last-child .box {
    background-image: linear-gradient(-90deg, #4ad1cd 0%, #7263aa 100%), linear-gradient(#7263aa, #7263aa);
}

.education-vm-advantage {
    background-color: #fafafa;
    padding: 90px 0 190px;
    text-align: center;
}

.education-vm-advantage .col-md-4 .box {
    margin-top: 70px;
    padding: 45px;
    background-color: #fff;
    box-shadow: 0px 0px 40px 3px rgba(178, 178, 178, 0.2);
    border-radius: 5px;
    border: solid 2px rgba(248, 248, 248, 0);
}

.education-vm-advantage .col-md-4 .box:hover {
    border: solid 2px rgba(110, 140, 217, 0.84);
}

.education-vm-advantage .col-md-4 .box .img {
    margin: 0 auto;
    width: 104px;
    height: 104px;
    background: url(../img/solution/education-advantage.png) no-repeat;
}

.education-vm-advantage .col-md-4 .box h3 {
    margin: 40px 0 25px;
    color: #1b464f;
    font-size: 22px;
    font-weight: 700;
}

.education-vm-advantage .col-md-4 .box p {
    color: #5e8b90;
    font-size: 16px;
}

.education.judgment-enterprise-level .swiper-container .swiper-slide .color-company.c1 {
    background: url(../img/solution/education-judge-color.png) -10px -10px no-repeat;
}

.education.judgment-enterprise-level .swiper-container .swiper-slide .company.c1 {
    background: url(../img/solution/education-judge.png) -10px -10px no-repeat;
}

.education.judgment-enterprise-level .swiper-container .swiper-slide .color-company.c2 {
    background: url(../img/solution/education-judge-color.png) -131px -10px no-repeat;
}

.education.judgment-enterprise-level .swiper-container .swiper-slide .company.c2 {
    background: url(../img/solution/education-judge.png) -131px -10px no-repeat;
}

.education.judgment-enterprise-level .swiper-container .swiper-slide .color-company.c3 {
    background: url(../img/solution/education-judge-color.png) -252px -10px no-repeat;
}

.education.judgment-enterprise-level .swiper-container .swiper-slide .company.c3 {
    background: url(../img/solution/education-judge.png) -252px -10px no-repeat;
}

.education.judgment-enterprise-level .swiper-container .swiper-slide .color-company.c4 {
    background: url(../img/solution/education-judge-color.png) -373px -10px no-repeat;
}

.education.judgment-enterprise-level .swiper-container .swiper-slide .company.c4 {
    background: url(../img/solution/education-judge.png) -373px -10px no-repeat;
}

.education.judgment-enterprise-level .swiper-container .swiper-slide .color-company.c5 {
    background: url(../img/solution/education-judge-color.png) -494px -10px no-repeat;
}

.education.judgment-enterprise-level .swiper-container .swiper-slide .company.c5 {
    background: url(../img/solution/education-judge.png) -494px -10px no-repeat;
}

/* END EDUCATION SOLUTION */

@media (max-width: 1600px) {
    .recovery-content p {
        font-size: 18px;
    }
}

@media (max-width: 1366px) {
    .education.protect-enterprise-level img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .protect-enterprise-level img {
        display: none;
    }
}

@media (max-width: 1134px) {
    .copy-module img {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .industry-title p {
        font-size: 40px !important;
        width: unset;
    }

    .industry-underline {
        top: 39px;
    }

    .partner-module .pn-title p {
        font-size: 38px !important;
        margin-bottom: 20px;
        width: unset;
        text-align: center;
    }

    .partner-underline {
        top: 39px;
    }

    .recovery-module .recovery-title h3 {
        font-size: 40px !important;
        width: unset;
    }

    .recovery-module:hover .recovery-underline {
        width: 320px !important;
    }

    .recovery-module .recovery-title p {
        font-size: 18px;
        width: unset;
    }

    .backup-module .backup-title h3 {
        margin-bottom: 25px;
        font-size: 40px !important;
        width: 270px;
    }

    .backup-module:hover .backup-underline {
        width: 167px !important;
    }

    .title-underline {
        top: 34px;
    }
}

@keyframes circle-opacity1 {
    from {
        opacity: 0.7;
        transform: scale(0);
    }
    to {
        opacity: 0;
        transform: scale(1.4);
    }
}

@keyframes circle-opacity2 {
    from {
        opacity: 1;
        transform: scale(0);
    }
    to {
        opacity: 0;
        transform: scale(1.1);
    }
}


@keyframes industry-circle-opacity1 {
    from {
        opacity: 0.7;
        transform: scale(0);
    }
    to {
        opacity: 0;
        transform: scale(1.6);
    }
}

@keyframes industry-circle-opacity2 {
    from {
        opacity: 1;
        transform: scale(0);
    }
    to {
        opacity: 0;
        transform: scale(1.4);
    }
}

@keyframes case-circle-opacity1 {
    from {
        opacity: 0.7;
        transform: scale(0);
    }
    to {
        opacity: 0;
        transform: scale(1.8);
    }
}

@keyframes case-circle-opacity2 {
    from {
        opacity: 1;
        transform: scale(0);
    }
    to {
        opacity: 0;
        transform: scale(1.4);
    }
}

.animateRun {
    animation-play-state: running !important;
}

.case-tab1 {
    margin: 80px auto 80px;
}

.solution-type1 li:hover, .solution-type1 li.active {
    background: #fff;
    border: 2px solid #4bd8e0;
    margin-left: 5px;
    border-radius: 5px;
}

.solution-type1 li a {
    font-size: 18px;
    color: #c4d7d9;
    font-weight: 500;
    padding: 8px;
}

.solution-type1 li {
    float: left;
    position: relative;
    border: 2px solid #c4d7d9;
    border-radius: 5px;
    margin-left: 5px;
    padding: 13px 4px;
    line-height: 4px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.solution-type1 li a:hover {
    color: #4bd8e0;
}

.solution-type1 li.active a {
    color: #4bd8e0;
}

.case-enterprise-level .col-md-4 .content .type_c {
    display: inline-block;
    background-color: #b9c8ca;
    color: #fff;
    border-radius: 3px;
    margin-left: 15px;
    padding: 2px 10px;
}

.case-enterprise-level .col-md-4:hover .content .type_c {
    background-color: #22c7d6;
}


/* begin vm-backup-software-trial-free-form */
.trial-form h3 {
    width: 100%;
    padding-bottom: 12px;
    margin-bottom: 60px;
    font-weight: 500;
    font-size: 42px;
    color: #1D1D1D;
    line-height: 42px;
    font-family: Harmonyos-medium;
}

.trial-form .form-content{
    position: absolute;
    left: 60px;
    top: 0;
}

.trial-form .form-title{
    font-weight: 500;
    font-size: 20px;
    color: #1D1D1D;
    line-height: 23px;
    margin:0 auto 10px;
    font-family: Harmonyos-medium;
}

.trial-form .form-describe{
    font-weight: 400;
    font-size: 16px;
    color: #57606F;
    line-height: 19px;
    margin:0;
}

.trial-form .col-lg-12 {
    font-size: 20px;
    margin-bottom: 50px;
    padding: 0;
    position: relative;
}

.trial-form .form-trial{
    font-weight: 500;
    font-size: 21px;
    color: #454545;
    line-height: 28px;
    font-family: Harmonyos-medium;
}

.trial-form .col-lg-12 span {
    font-size: 24px;
    color: #4bd8e0;
    margin-right: 15px;
    border-radius: 24px;
}

.trial-form .write-form {
    display: block;
}

.write-form button.btn1 {
    float: left;
    background-color: #4bd8e0;
    height: 44px;
    border-radius: 5px;
    width: 100%;
    border: #4bd8e0;
    margin-bottom: 30px;
}

.write-form button.btn1:hover {
    background-color: #19b9c7;
}

.write-form .col-sm-3 {
    display: flex;
    justify-content: flex-start;
}

.write-form button.btn-yz {
    height: 44px;
    background-color: #9faab2;
    font-size: 12px;
    border-radius: 22px;
    border: none;
    white-space: nowrap;
}

.write-form button.btn-yz:hover {
    background-color: #657987;
}

.trial-form .col-md-5 .box {
    margin: 0 auto;
    padding: 50px;
    border-radius: 12px;
    background: rgba(255,255,255,0.9);
    box-shadow: 0px 4px 20px 0px rgba(0,88,107,0.1);
    width: 540px;
}

.trial-form p.title {
    text-align: center;
    font-size: 27px;
    color: #1b464f;
    margin: 0;
    margin-bottom: 30px;
    font-weight: 400;
}

.trial-form #trial-name{
    background: url("/res/img/software/icon/trial-icon-1.png") no-repeat;
    background-color: #f2f7f8;
}

.trial-form #trial-email{
    background: url("/res/img/software/icon/trial-icon-2.png") no-repeat;
    background-color: #f2f7f8;
}

.trial-form #trial-telephone{
    background: url("/res/img/software/icon/trial-icon-3.png") no-repeat;
    background-color: #f2f7f8;
}

.trial-form input{
    background-position: 12px center !important;
}

.trial-form input, .trial-form select {
    height: 44px;
    padding-left: 44px;
}

.trial-form input::-webkit-input-placeholder, .trial-form select {
    font-size: 16px;
    color: #b2bbc0;
}

.trial-form div.bottom {
    font-size: 14px;
    color: rgba(45,55,72,0.8);
}

.trial-form .trial-content {
    margin-top: 0;
}

.trialForm-page {
    padding: 6% 0;
}

@media (max-width: 1866px) {
    .trial-form {
        padding: 0px 15px 26px;
    }
}

@media (max-width: 1600px) {
    .trialForm-page {
        padding: 4% 0;
    }

    .trial-form .col-md-5 .box {
        padding: 38px;
        margin: 20px 20px 0;
    }
}

@media (max-width: 1440px) {
    .trial-form {
        background-size: cover;
    }

    .trial-form div.bottom {
        font-size: 12px;
    }
}

@media (max-width: 1264px) {
    .trial-form {
        padding: 60px 15px 26px;
    }

    .trial-form h3 {
        margin-bottom: 40px;
        font-size: 25px;
    }

    .trial-form .col-lg-12 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .trial-form .col-lg-12 span {
        font-size: 18px;
    }

    .trial-form .trial-content img {
        margin-top: 25px !important;
        width: 90%;
    }

    .trial-form .col-md-5 .box {
        padding: 25px;
        margin: 50px 35px;
    }

    .trial-form input, .write-form button.btn-yz, .write-form button.btn1 {
        height: 35px;
    }

    .trial-form input::-webkit-input-placeholder {
        font-size: 12px;
    }

    .write-form .col-sm-3 {
        justify-content: normal;
    }
}

@media (max-width: 1200px) {
    .trial-form h3 {
        font-size: 22px;
    }

    .write-form {
        padding: 0;
    }

    .trial-form input, .write-form button.btn-yz, .write-form button.btn1 {
        height: 30px;
    }
}

@media (max-width: 991px) {
    .trial-form .row .col-md-6:nth-child(2) {
        margin-top: 85px;
    }

    .trial-form .col-md-5 .box {
        margin: 0;
        border: none;
    }

    .trialForm-page {
        width: 100%;
    }

    .trial-form input, .write-form button.btn-yz, .write-form button.btn1 {
        height: 40px;
    }

    .write-form {
        width: 100%;
        margin-bottom: 0;
    }

    .trial-form {
        background-size: 100% 42%;
    }
}

@media (max-width: 767px) {
    .trial-form .trial-content {
        margin-top: 10%;
    }

    .trial-form .row .col-md-6:nth-child(2) {
        margin-top: 75px;
    }

    .trial-form p.title {
        margin-bottom: 20px;
    }
}

@media (max-width: 414px) {

    .trial-form .trial-content {
        padding-left: 10%;
    }

    .trial-form h3 {
        font-size: 18px;
    }

    .trial-form .col-lg-12 {
        font-size: 12px;
    }

    .trial-form .col-lg-12 span {
        font-size: 14px;
    }

    .trial-form .col-lg-12 span {
        margin-right: 10px;
    }

    .trial-form p.title {
        font-size: 18px;
    }

    .trial-form .col-md-5 .box {
        padding: 25px 15px;
    }

    .trial-form .write-form.vm-backup-software-trial-free-form .col-sm-12{
        padding: 0 15px;
    }

    .write-form button.btn-yz {
        font-size: 12px;
    }

}

@media (max-width: 375px) {
    .trial-form h3 {
        font-size: 17px;
    }

    .trial-form {
        background-size: cover;
    }
}

/* end vm-backup-software-trial-free-form */
/* begin desktop-cloud-vm-backup-solution */
.desktop-cloud.data-archiving.banner-cure.banner-enterprise-level {
    background: url(../img/solution/banner-desktop-cloud.png) no-repeat;
    background-size: 100%;
}

.desktop-cloud.info-enterprise-level .col-md-6 p:nth-child(3) {
    margin: 10px 0 35px 0;
}

.desktop-cloud.info-enterprise-level div {
    text-align: left;
    color: #555;
    font-size: 16px;
    margin-bottom: 10px;
}

.desktop-cloud.info-enterprise-level span.circle {
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #4bd8e0;
    border-radius: 50%;
    margin-right: 10px;
}

.desktop-cloud.challenge-enterprise-level {
    padding: 5% 0 5%;
}

.desktop-cloud.challenge-enterprise-level .col-md-4 .solution-box {
    height: 250px;
}

.desktop-cloud.data-archiving.judgment-enterprise-level .swiper-container .swiper-slide .color-company.c1 {
    background: url(../img/solution/color-desktop-cloud-judge.png) -10px -10px no-repeat;
}

.desktop-cloud.data-archiving.judgment-enterprise-level .swiper-container .swiper-slide .company.c1 {
    background: url(../img/solution/desktop-cloud-judge.png) -10px -10px no-repeat;
}

.desktop-cloud.data-archiving.judgment-enterprise-level .swiper-container .swiper-slide .color-company.c2 {
    background: url(../img/solution/color-desktop-cloud-judge.png) -131px -10px no-repeat;
}

.desktop-cloud.data-archiving.judgment-enterprise-level .swiper-container .swiper-slide .company.c2 {
    background: url(../img/solution/desktop-cloud-judge.png) -131px -10px no-repeat;
}

.desktop-cloud.data-archiving.judgment-enterprise-level .swiper-container .swiper-slide .color-company.c3 {
    background: url(../img/solution/color-desktop-cloud-judge.png) -252px -10px no-repeat;
}

.desktop-cloud.data-archiving.judgment-enterprise-level .swiper-container .swiper-slide .company.c3 {
    background: url(../img/solution/desktop-cloud-judge.png) -252px -10px no-repeat;
}

.desktop-cloud.data-archiving.judgment-enterprise-level .swiper-container .swiper-slide .color-company.c4 {
    background: url(../img/solution/color-desktop-cloud-judge.png) -373px -10px no-repeat;
}

.desktop-cloud.data-archiving.judgment-enterprise-level .swiper-container .swiper-slide .company.c4 {
    background: url(../img/solution/desktop-cloud-judge.png) -373px -10px no-repeat;
}

.desktop-cloud.data-archiving.judgment-enterprise-level .swiper-container .swiper-slide .color-company.c5 {
    background: url(../img/solution/color-desktop-cloud-judge.png) -494px -10px no-repeat;
}

.desktop-cloud.data-archiving.judgment-enterprise-level .swiper-container .swiper-slide .company.c5 {
    background: url(../img/solution/desktop-cloud-judge.png) -494px -10px no-repeat;
}

.desktop-cloud.data-archiving.case-enterprise-level .row .col-md-4:nth-child(2) .top {
    background-position: -134px -10px;
}

.desktop-cloud.data-archiving.case-enterprise-level .row .col-md-4:nth-child(2) .top {
    background-position: -506px -10px;
}

.desktop-cloud.data-archiving.case-enterprise-level .row .col-md-4:nth-child(3) .top {
    background-position: -754px -10px;
}

.desktop-cloud.challenge-enterprise-level .container .row .col-md-4:last-child .img {
    background: url(../img/solution/desktop-cloud-challenge.png) no-repeat;
    background-position: 0px 0px;
}

.desktop-cloud.challenge-enterprise-level .container .row .col-md-4:last-child.active .img {
    background: url(../img/solution/desktop-cloud-challenge.png) no-repeat;
    background-position: -110px 0px;
}

@media (max-width: 1900px) {
    .desktop-cloud.data-archiving.info-enterprise-level {
        background-position: -115px 100px;
    }
}

@media (max-width: 1600px) {
    .desktop-cloud.data-archiving.info-enterprise-level {
        background-position: -235px 100px;
    }
}

@media (max-width: 1440px) {
    .desktop-cloud.data-archiving.info-enterprise-level {
        background-position: -165px 100px;
        background-size: 52%;
    }
}

@media (max-width: 767px) {
    .desktop-cloud.data-archiving.info-enterprise-level {
        background: none;
        height: 420px;
    }
}

@media (max-width: 414px) {
    .education.banner-cure.banner-enterprise-level, .banner-enterprise-level {
        margin-top: 70px;
    }

    .contact-enterprise-level {
        margin-top: -1px;
        background-size: cover;
        padding: 10px 0;
    }

    .contact-enterprise-level a {
        margin-left: 0;
        border-radius: 0;
        padding:0 10px;
    }

    .info-enterprise-level img {
        position: relative;
        top: -30px;
    }
}

/* end desktop-cloud-vm-backup-solution */
/* begin multi-tenant */
.banner-enterprise-level.tenant {
    background: url(../img/solution/bg-tenant-banner.webp) no-repeat;
    background-size: 100%;
}

.banner-enterprise-level.tenant .container{
    margin-top: 40px;
}

.info-enterprise-level.tenant a {
    margin-top: 70px;
}

.tenant-manage-solution {
    background: url(../img/solution/tenant-manage-bg.webp) no-repeat;
    text-align: center;
    padding: 80px 0 0;
    position: relative;
}

.tenant-manage-solution p {
    font-size: 16px;
    color: white;
    margin-top: 50px;
}

.tenant-manage-solution .card1 {
    background-color: #ffffff;
    box-shadow: 0px 1px 8px 0px rgba(143, 143, 143, 0.2);
    border-radius: 5px;
    padding: 110px 36px 45px 45px;
    text-align: left;
    position: relative;
    text-align: justify;

}

.tenant-manage-solution .card1 img {
    position: absolute;
    top: 45px;
}

.tenant-manage-solution .card1 .img1 img:first-child, .tenant-manage-solution .card1 .img2 img:first-child {
    left: 45px;
}

.tenant-manage-solution .card1 .img1 img:last-child, .tenant-manage-solution .card1 .img2 img:last-child {
    right: 12px;
    top: 15px;
}

.tenant-manage-solution .card1 h2 {
    font-size: 20px;
    color: #555;
    font-weight: 700;
}

.tenant-manage-solution .card1 p {
    color: #555;
    font-size: 16px;
    margin-top: 24px;
}

.tenant-manage-solution .card1.active {
    background-color: #6994d4;
}

.tenant-manage-solution .card1.active h2, .tenant-manage-solution .card1.active p {
    color: white;
}

.tenant-manage-solution .card1.active .img1 {
    display: none;
}

.tenant-manage-solution .card1.active .img2 {
    display: block !important;
}

.protect-enterprise-level.tenant img {
    margin-top: 50px;
}

.protect-enterprise-level.tenant {
    padding-bottom: 0;
}

.protect-enterprise-level.protect-enterprise-level2.tenant .fullpage {
    background-color: #fafafa;
}

.protect-enterprise-level.protect-enterprise-level2.tenant {
    padding-top: 0;
    padding-bottom: 80px;
}

.protect-enterprise-level.protect-enterprise-level2.tenant .fullpage .row:nth-child(even) {
    background-color: #fff;
}

.data-archiving.case-enterprise-level.tenant .col-md-4 .top {
    background: url(../img/solution/advantages-data-tenant.png) -10px -10px no-repeat;
}

.challenge-enterprise-level.tenant p {
    padding: 0 25px;
}

.challenge-enterprise-level.tenant .col-md-4 .img {
    background: url(../img/solution/challenge-tenant.png) no-repeat;
}

.challenge-enterprise-level.tenant .container .row .col-md-4:first-child.active .img {
    background-position: -330px 0px;
}

.challenge-enterprise-level.tenant .container .row .col-md-4:first-child .img {
    background-position: 0px 0px;
}

.challenge-enterprise-level.tenant .container .row .col-md-4:nth-child(2).active .img {
    background-position: -550px 0px;
}

.challenge-enterprise-level.tenant .container .row .col-md-4:nth-child(2) .img {
    background-position: -220px 0px;
}

.challenge-enterprise-level.tenant .container .row .col-md-4:last-child.active .img {
    background-position: -440px 0px;
}

.challenge-enterprise-level.tenant .container .row .col-md-4:last-child .img {
    background-position: -110px 0px;
}

.judgment-enterprise-level.tenant .swiper-container .swiper-slide .color-company.c1 {
    background: url(../img/solution/color-tenant-judge.png) -252px -10px no-repeat;
}

.judgment-enterprise-level.tenant .swiper-container .swiper-slide .company.c1 {
    background: url(../img/solution/tenant-judge.png) -252px -10px no-repeat;
}

.judgment-enterprise-level.tenant .swiper-container .swiper-slide .color-company.c2 {
    background: url(../img/solution/color-tenant-judge.png) -373px -10px no-repeat;
}

.judgment-enterprise-level.tenant .swiper-container .swiper-slide .company.c2 {
    background: url(../img/solution/tenant-judge.png) -373px -10px no-repeat;
}

.judgment-enterprise-level.tenant .swiper-container .swiper-slide .color-company.c3 {
    background: url(../img/solution/color-tenant-judge.png) -494px -10px no-repeat;
}

.judgment-enterprise-level.tenant .swiper-container .swiper-slide .company.c3 {
    background: url(../img/solution/tenant-judge.png) -494px -10px no-repeat;
}

.judgment-enterprise-level.tenant .swiper-container .swiper-slide .color-company.c4 {
    background: url(../img/solution/color-tenant-judge.png) -10px -10px no-repeat;
}

.judgment-enterprise-level.tenant .swiper-container .swiper-slide .company.c4 {
    background: url(../img/solution/tenant-judge.png) -10px -10px no-repeat;
}

.judgment-enterprise-level.tenant .swiper-container .swiper-slide .color-company.c5 {
    background: url(../img/solution/color-tenant-judge.png) -131px -10px no-repeat;
}

.judgment-enterprise-level.tenant .swiper-container .swiper-slide .company.c5 {
    background: url(../img/solution/tenant-judge.png) -131px -10px no-repeat;
}

.protect-enterprise-level.tenant .row:nth-child(6) p.content {
    margin-bottom: 25px;
}

@media (max-width: 1514px) {
    .header .container {
        width: 80%;
    }
}

@media (max-width: 1366px) {
    .info-enterprise-level.tenant img {
        width: 70%;
    }

    .header ul li a {
        padding: 15px 5px;
    }

    .header .container {
        width: 92%;
    }
}

@media (max-width: 1220px) {
    .tenant-manage-solution .card1 img {
        display: none;
    }

    .tenant-manage-solution .card1 h2 {
        font-size: 16px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .tenant-manage-solution .card1 p {
        font-size: 14px;
    }

    .tenant-manage-solution .card1 {
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .tenant-manage-solution .card1 {
        height: 260px;
        border-radius: 0;
    }
}

/* end multi-tenant */
/* begin cross-platform-solution */
.banner-cure.banner-enterprise-level.v2v {
    background: url(../img/solution/v2v-bg-banner.webp) no-repeat;
    background-size: 100%;
}

.banner-cure.banner-enterprise-level.v2v .container{
    margin-top: 40px;
}

.info-enterprise-level.v2v a {
    margin-top: 20px;
}

.info-enterprise-level.v2v p {
    margin-top: 25px;
}

.protect-enterprise-level.tenant.v2v {
    padding-bottom: 80px;
}

.data-archiving.case-enterprise-level.v2v .col-md-4 {
    padding: 40px;
}

.challenge-enterprise-level.tenant.v2v .col-md-4 .img {
    background: url(../img/solution/v2v-icon.png) no-repeat;
}

.challenge-enterprise-level.tenant.v2v .container .row .col-md-4:nth-child(2).active .img {
    background-position: -440px 0px;
}

.challenge-enterprise-level.tenant.v2v .container .row .col-md-4:nth-child(2) .img {
    background-position: -110px 0px;
}

.challenge-enterprise-level.tenant.v2v .container .row .col-md-4:last-child.active .img {
    background-position: -550px 0px;
}

.challenge-enterprise-level.tenant.v2v .container .row .col-md-4:last-child .img {
    background-position: -220px 0px;
}

.judgment-enterprise-level.v2v .swiper-container .swiper-slide .color-company.c1 {
    background: url(../img/solution/color-judge-v2v.png) -252px -10px no-repeat;
}

.judgment-enterprise-level.v2v .swiper-container .swiper-slide .company.c1 {
    background: url(../img/solution/judge-v2v.png) -252px -10px no-repeat;
}

.judgment-enterprise-level.v2v .swiper-container .swiper-slide .color-company.c2 {
    background: url(../img/solution/color-judge-v2v.png) -373px -10px no-repeat;
}

.judgment-enterprise-level.v2v .swiper-container .swiper-slide .company.c2 {
    background: url(../img/solution/judge-v2v.png) -373px -10px no-repeat;
}

.judgment-enterprise-level.v2v .swiper-container .swiper-slide .color-company.c3 {
    background: url(../img/solution/color-judge-v2v.png) -494px -10px no-repeat;
}

.judgment-enterprise-level.v2v .swiper-container .swiper-slide .company.c3 {
    background: url(../img/solution/judge-v2v.png) -494px -10px no-repeat;
}

.judgment-enterprise-level.v2v .swiper-container .swiper-slide .color-company.c4 {
    background: url(../img/solution/color-judge-v2v.png) -10px -10px no-repeat;
}

.judgment-enterprise-level.v2v .swiper-container .swiper-slide .company.c4 {
    background: url(../img/solution/judge-v2v.png) -10px -10px no-repeat;
}

.judgment-enterprise-level.v2v .swiper-container .swiper-slide .color-company.c5 {
    background: url(../img/solution/color-judge-v2v.png) -131px -10px no-repeat;
}

.judgment-enterprise-level.v2v .swiper-container .swiper-slide .company.c5 {
    background: url(../img/solution/judge-v2v.png) -131px -10px no-repeat;
}

.data-archiving.case-enterprise-level.v2v .col-md-4 .top {
    background: url(../img/solution/v2v-icon.png) -670px -10px no-repeat;
}

.data-archiving.case-enterprise-level.v2v .row .col-md-4:nth-child(2) .top {
    background-position: -10px -120px;
}

.data-archiving.case-enterprise-level.v2v .row .col-md-4:nth-child(3) .top {
    background-position: -134px -120px;
}

.data-archiving.case-enterprise-level.v2v .container .row:nth-child(4) .col-md-4:first-child .top {
    background-position: -258px -120px;
}

.data-archiving.case-enterprise-level.v2v .container .row:nth-child(4) .col-md-4:nth-child(2) .top {
    background-position: -382px -120px;
}

.data-archiving.case-enterprise-level.v2v .container .row:nth-child(4) .col-md-4:nth-child(3) .top {
    background-position: -506px -120px;
}

@media (max-width: 1265px) {
    .protect-enterprise-level.tenant img {
        width: 100%;
    }
}

/* end cross-platform-solution */

/* start massive-file-backup */

.banner-cure.banner-enterprise-level.massive-file-backup {
    background: url(../img/solution/massive-file-backup-bg-banner.png) no-repeat;
    background-size: cover;
    background-position: bottom;
}

.banner-cure.banner-enterprise-level.massive-file-backup .container{
    margin-top:40px;
}

.massive-file-backup.info-enterprise-level p{
    font-size: 16px;
}

.info-enterprise-level.massive-file-backup a {
    margin-top: 40px;
}

.info-enterprise-level.massive-file-backup p {
    margin-top: 25px;
}

.protect-enterprise-level.tenant.massive-file-backup {
    padding-bottom: 80px;
}

.data-archiving.case-enterprise-level.massive-file-backup .col-md-4 {
    padding: 40px;
}

.challenge-enterprise-level.tenant.massive-file-backup .col-md-4 .img1 {
    background: url(../img/solution/massive-file-backup-challenge1.png) no-repeat;
    background-position: center !important;
}

.challenge-enterprise-level.tenant.massive-file-backup .col-md-4.active .img1 {
    background: url(../img/solution/massive-file-backup-challenge1-active.png) no-repeat;
    background-position: center !important;
}

.challenge-enterprise-level.tenant.massive-file-backup .col-md-4 .img2 {
    background: url(../img/solution/massive-file-backup-challenge2.png) no-repeat;
    background-position: center !important;
}

.challenge-enterprise-level.tenant.massive-file-backup .col-md-4.active .img2 {
    background: url(../img/solution/massive-file-backup-challenge2-active.png) no-repeat;
    background-position: center !important;
}

.challenge-enterprise-level.tenant.massive-file-backup .col-md-4 .img3 {
    background: url(../img/solution/massive-file-backup-challenge3.png) no-repeat;
    background-position: center !important;
}

.challenge-enterprise-level.tenant.massive-file-backup .col-md-4.active .img3 {
    background: url(../img/solution/massive-file-backup-challenge3-active.png) no-repeat;
    background-position: center !important;
}

.challenge-enterprise-level.massive-file-backup {
    padding-bottom: 200px;
}

.massive-file-backup.protect-enterprise-level {
    text-align: center;
    background: #FAFAFA;
    margin-top: -70px;
    padding: 80px 0;
}

.massive-file-backup.protect-enterprise-level .pub-text{
    margin-bottom: 50px;
}

.massive-file-backup.protect-enterprise-level .row {
    margin-bottom: 30px;
    padding-top:5%;
    padding-bottom: 0;
    height: 180px;
}

.massive-file-backup.protect-enterprise-level .row:last-child{
    margin-bottom: 120px;
}

.massive-file-backup.protect-enterprise-level .card {
    text-align: left;
}

.massive-file-backup.protect-enterprise-level .card .img {
    width: 32px;
    height: 32px;
    background: url(../img/solution/massive-file-backup-icon-1.png) no-repeat;
    background-size: contain;
}

.massive-file-backup.protect-enterprise-level .card .img2 {
    background: url(../img/solution/massive-file-backup-icon-2.png) no-repeat;
    background-size: contain;
}

.massive-file-backup.protect-enterprise-level .card .img3 {
    background: url(../img/solution/massive-file-backup-icon-3.png) no-repeat;
    background-size: contain;
}

.massive-file-backup.protect-enterprise-level .card .img4 {
    background: url(../img/solution/massive-file-backup-icon-4.png) no-repeat;
    background-size: contain;
}

.massive-file-backup.protect-enterprise-level .card .img5 {
    background: url(../img/solution/massive-file-backup-icon-5.png) no-repeat;
    background-size: contain;
}

.massive-file-backup.protect-enterprise-level .card .img6 {
    background: url(../img/solution/massive-file-backup-icon-6.png) no-repeat;
    background-size: contain;
}

.massive-file-backup.protect-enterprise-level .card h2 {
    font-size: 22px;
    font-weight: bolder;
    color: #222222;
    margin: 0 0 24px 0;
    padding-left: 10px;
}

.massive-file-backup.protect-enterprise-level .card p {
    font-size: 16px;
    color: #555;
    text-align: justify;
    padding-left: 10px;
}

.case-enterprise-level.massive-file-backup .col-md-4 p{
    height: 70px;
    -webkit-box-orient: unset;
}

.case-enterprise-level.massive-file-backup .about_more{
    font-size: 18px;
    font-weight: bold;
    color:#4bd8e0;
    border: 1px solid #4bd8e0;
    padding:10px 40px;
    position: relative;
    top:75px;
}

.case-enterprise-level.massive-file-backup .about_more:hover{
    color:#fff;
    background-color: #4bd8e0;
}

.judgment-enterprise-level.massive-file-backup .swiper-container .swiper-slide .color-company.c1 {
    background: url(../img/solution/circular-color-cmc.png) no-repeat;
    background-position: center;
}

.judgment-enterprise-level.massive-file-backup .swiper-container .swiper-slide .company.c1 {
    background: url(../img/solution/circular-cmc.png) no-repeat;
    background-position: center;
}

.judgment-enterprise-level .swiper-container .swiper-slide .color-company.c2 {
    background: url(../img/solution/circular-color-num.png);
    background-position: center;
}

.judgment-enterprise-level .swiper-container .swiper-slide .company.c2 {
    background: url(../img/solution/circular-num.png);
    background-position: center;
}

.judgment-enterprise-level .swiper-container .swiper-slide .color-company.c3 {
    background: url(../img/solution/circular-color-lahore.png);
    background-position: center;
}

.judgment-enterprise-level .swiper-container .swiper-slide .company.c3 {
    background: url(../img/solution/circular-lahore.png);
    background-position: center;
}

.judgment-enterprise-level.massive-file-backup .swiper-container .swiper-slide .color-company.c4 {
    background: url(../img/solution/circular-color-faway-yfpo.png);
    background-position: center;
}

.judgment-enterprise-level.massive-file-backup .swiper-container .swiper-slide .company.c4 {
    background: url(../img/solution/circular-faway-yfpo.png);
    background-position: center;
}

.judgment-enterprise-level .swiper-container .swiper-slide .color-company.c5 {
    background: url(../img/solution/circular-color-mistine.png);
    background-position: center;
}

.judgment-enterprise-level .swiper-container .swiper-slide .company.c5 {
    background: url(../img/solution/circular-mistine.png);
    background-position: center;
}

.data-archiving.case-enterprise-level.massive-file-backup .col-md-4 .top {
    margin: 0 auto;
    width: 104px;
    height: 104px;
    background: url(../img/solution/advantages-image1.png) no-repeat;
    background-position: center;
}

.data-archiving.case-enterprise-level.massive-file-backup .row .col-md-4:nth-child(2) .top{
    background: url(../img/solution/advantages-image2.png) no-repeat;
    background-position: center;
}

.data-archiving.case-enterprise-level.massive-file-backup .row .col-md-4:nth-child(3) .top{
    background: url(../img/solution/advantages-image3.png) no-repeat;
    background-position: center;
}
/* end massive-file-backup */

/* begin massive-terminal-backup */

.banner-cure.banner-enterprise-level.massive-terminal-backup {
    background: url(../img/solution/massive-terminal-backup-bg-banner.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
}

.banner-cure.banner-enterprise-level.massive-terminal-backup .container{
    margin-top:40px;
}

.massive-terminal-backup .massive-terminal-backup-introduce-image img{
    width: 95%;
}

.challenge-enterprise-level.tenant.massive-terminal-backup .col-md-4 .img1 {
    background: url(../img/solution/massive-terminal-backup-challenge1.png) no-repeat;
    background-position: center !important;
}

.challenge-enterprise-level.tenant.massive-terminal-backup .col-md-4.active .img1 {
    background: url(../img/solution/massive-terminal-backup-challenge1-active.png) no-repeat;
    background-position: center !important;
}

.challenge-enterprise-level.tenant.massive-terminal-backup .col-md-4 .img2 {
    background: url(../img/solution/massive-terminal-backup-challenge2.png) no-repeat;
    background-position: center !important;
}

.challenge-enterprise-level.tenant.massive-terminal-backup .col-md-4.active .img2 {
    background: url(../img/solution/massive-terminal-backup-challenge2-active.png) no-repeat;
    background-position: center !important;
}

.challenge-enterprise-level.tenant.massive-terminal-backup .col-md-4 .img3 {
    background: url(../img/solution/massive-terminal-backup-challenge3.png) no-repeat;
    background-position: center !important;
}

.challenge-enterprise-level.tenant.massive-terminal-backup .col-md-4.active .img3 {
    background: url(../img/solution/massive-terminal-backup-challenge3-active.png) no-repeat;
    background-position: center !important;
}

/*.massive-terminal-backup.protect-enterprise-level .row{*/
/*    padding: 3% 0 1% 0;*/
/*}*/

.case-enterprise-level.massive-terminal-backup .col-md-4 p{
    height: 70px;
    -webkit-box-orient: unset;
}

.massive-terminal-backup.protect-enterprise-level .card .img {
    width: 32px;
    height: 32px;
    background: url(../img/solution/massive-terminal-backup-icon-1.png) no-repeat;
    background-size: contain;
}

.massive-terminal-backup.protect-enterprise-level .card .img2 {
    background: url(../img/solution/massive-terminal-backup-icon-2.png) no-repeat;
    background-size: contain;
}

.massive-terminal-backup.protect-enterprise-level .card .img3 {
    background: url(../img/solution/massive-terminal-backup-icon-3.png) no-repeat;
    background-size: contain;
}

.massive-terminal-backup.protect-enterprise-level .card .img4 {
    background: url(../img/solution/massive-terminal-backup-icon-4.png) no-repeat;
    background-size: contain;
}

.massive-terminal-backup.protect-enterprise-level .card .img5 {
    background: url(../img/solution/massive-terminal-backup-icon-5.png) no-repeat;
    background-size: contain;
}

.massive-terminal-backup.protect-enterprise-level .card .img6 {
    background: url(../img/solution/massive-terminal-backup-icon-6.png) no-repeat;
    background-size: contain;
}

.massive-terminal-backup.protect-enterprise-level .card {
    text-align: left;
}

.massive-terminal-backup.protect-enterprise-level .card h2 {
    font-size: 22px;
    font-weight: bolder;
    color: #222222;
    margin: 0 0 24px 0;
    padding-left: 10px;
}

.massive-terminal-backup.protect-enterprise-level .card p {
    font-size: 16px;
    color: #555;
    text-align: justify;
    padding-left: 10px;
}

.massive-terminal-backup.protect-enterprise-level .row {
    margin-bottom: 30px;
    padding-top:5%;
    padding-bottom: 0;
    height: 180px;
}

.massive-terminal-backup.protect-enterprise-level .row:last-child{
    margin-bottom: 210px;
}

.massive-terminal-backup.protect-enterprise-level .pub-text{
    margin-bottom: 50px;
}

.judgment-enterprise-level.massive-terminal-backup .swiper-container .swiper-slide .color-company.c1 {
    background: url(../img/solution/circular-color-kysec.png) no-repeat;
    background-position: center;
}

.judgment-enterprise-level.massive-terminal-backup .swiper-container .swiper-slide .company.c1 {
    background: url(../img/solution/circular-kysec.png) no-repeat;
    background-position: center;
}

.judgment-enterprise-level.massive-terminal-backup .swiper-container .swiper-slide .color-company.c2 {
    background: url(../img/solution/circular-color-huihe.png);
    background-position: center;
}

.judgment-enterprise-level.massive-terminal-backup .swiper-container .swiper-slide .company.c2 {
    background: url(../img/solution/circular-huihe.png);
    background-position: center;
}

.judgment-enterprise-level.massive-terminal-backup .swiper-container .swiper-slide .color-company.c3 {
    background: url(../img/solution/circular-color-unibankSA.png);
    background-position: center;
}

.judgment-enterprise-level.massive-terminal-backup .swiper-container .swiper-slide .company.c3 {
    background: url(../img/solution/circular-unibankSA.png);
    background-position: center;
}

.judgment-enterprise-level.massive-terminal-backup .swiper-container .swiper-slide .color-company.c4 {
    background: url(../img/solution/circular-color-Taokaenoi.png);
    background-position: center;
}

.judgment-enterprise-level.massive-terminal-backup .swiper-container .swiper-slide .company.c4 {
    background: url(../img/solution/circular-Taokaenoi.png);
    background-position: center;
}

.judgment-enterprise-level.massive-terminal-backup .swiper-container .swiper-slide .color-company.c5 {
    background: url(../img/solution/circular-color-TWC.png);
    background-position: center;
}

.judgment-enterprise-level.massive-terminal-backup .swiper-container .swiper-slide .company.c5 {
    background: url(../img/solution/circular-TWC.png);
    background-position: center;
}

.case-enterprise-level.massive-terminal-backup .about_more{
    font-size: 18px;
    font-weight: bold;
    color:#4bd8e0;
    border: 1px solid #4bd8e0;
    padding:10px 40px;
    position: relative;
    top:75px;
}

.case-enterprise-level.massive-terminal-backup .about_more:hover{
    color:#fff;
    background-color: #4bd8e0;
}

.data-archiving.case-enterprise-level.massive-terminal-backup .col-md-4 .top {
    margin: 0 auto;
    width: 104px;
    height: 104px;
    background: url(../img/solution/advantages-image4.png) no-repeat;
    background-position: center;
}

.data-archiving.case-enterprise-level.massive-terminal-backup .row .col-md-4:nth-child(2) .top{
    background: url(../img/solution/advantages-image5.png) no-repeat;
    background-position: center;
}

.data-archiving.case-enterprise-level.massive-terminal-backup .row .col-md-4:nth-child(3) .top{
    background: url(../img/solution/advantages-image6.png) no-repeat;
    background-position: center;
}

/* end massive-terminal-backup */

/* begin government-vm-backup-solution */
.banner-enterprise-level.government {
    background: url(../img/solution/banner-government.webp) no-repeat;
    background-size: 100%;
}

.info-enterprise-level.government .container .col-md-6 a {
    bottom: 15px;
}

.case-enterprise-level.government .col-md-4 img {
    height: 230px;
}

.challenge-enterprise-level.government .col-md-4 .img {
    background: url(../img/solution/government-challenge.png) no-repeat;
}

.judgment-enterprise-level.government .swiper-container .swiper-slide .color-company.c1 {
    background: url(../img/solution/color-government-judgement.png) -252px -10px no-repeat;
}

.judgment-enterprise-level.government .swiper-container .swiper-slide .company.c1 {
    background: url(../img/solution/government-judgement.png) -252px -10px no-repeat;
}

.judgment-enterprise-level.government .swiper-container .swiper-slide .color-company.c2 {
    background: url(../img/solution/color-government-judgement.png) -373px -10px no-repeat;
}

.judgment-enterprise-level.government .swiper-container .swiper-slide .company.c2 {
    background: url(../img/solution/government-judgement.png) -373px -10px no-repeat;
}

.judgment-enterprise-level.government .swiper-container .swiper-slide .color-company.c3 {
    background: url(../img/solution/color-government-judgement.png) -494px -10px no-repeat;
}

.judgment-enterprise-level.government .swiper-container .swiper-slide .company.c3 {
    background: url(../img/solution/government-judgement.png) -494px -10px no-repeat;
}

.judgment-enterprise-level.government .swiper-container .swiper-slide .color-company.c4 {
    background: url(../img/solution/color-government-judgement.png) -10px -10px no-repeat;
}

.judgment-enterprise-level.government .swiper-container .swiper-slide .company.c4 {
    background: url(../img/solution/government-judgement.png) -10px -10px no-repeat;
}

.judgment-enterprise-level.government .swiper-container .swiper-slide .color-company.c5 {
    background: url(../img/solution/color-government-judgement.png) -131px -10px no-repeat;
}

.judgment-enterprise-level.government .swiper-container .swiper-slide .company.c5 {
    background: url(../img/solution/government-judgement.png) -131px -10px no-repeat;
}

.data-archiving.case-enterprise-level.government .col-md-4 .top {
    background: url(../img/solution/advantages-data-government.png);
}

.protect-enterprise-level .row:nth-child(6) p.content {
    margin-bottom: 25px;
}

.data-archiving.info-enterprise-level.government .tab ul {
    margin-top: 30px;
}

.case-enterprise-level.government .col-md-4 p {
    -webkit-line-clamp: 3;
}

@media (max-width: 1366px) {
    .info-enterprise-level.government img {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .info-enterprise-level.government img {
        width: 100%;
    }
}

/* end government-vm-backup-solution */

/* begin vinchin-success-case-detail */
.customercase_page .education.case-enterprise-level .container .row:first-child {
    margin-top: 0;
}

.solution-type1.new li {
    margin-left: 11px;
}

.customercase_page .education.case-enterprise-level #case-page {
    display: inline-block;
    margin: 80px auto;
    width: auto;
}

.customercase_page .case-tab1 {
    margin: 15px auto 60px;
}

.customercase_page .case-tab1 .container {
    text-align: center;
}

.customercase_page .case-tab1 .container .solution-type1 {
    display: inline-block;
    padding: 0;
    margin-left: -11px;
}

.newDetailContent .caseTitle {
    color: #153c4a;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.newDetailContent p, .newDetailContent span {
    color: #5e8b90;
    font-size: 16px;
    text-align: justify;
    letter-spacing: 1px;
    font-family: SourceHanSansCN-Regular !important;
    text-wrap-mode: unset !important;
}

.newDetailContent span.iconfont {
    font-family: "iconfont" !important;
}

.newDetailContent .caseLogoImg {
    margin: 20px auto;
    width: 100%;
    height: 350px;
}

.newDetailContent .contentChallenge, .newDetailContent .contentSolution, .newDetailContent .contentJudge {
    color: #1b464f;
    font-size: 22px;
    font-weight: 700;
    margin: 50px 0;
    position: relative;
}

.newDetailContent .contentChallenge::after, .newDetailContent .contentSolution::after, .newDetailContent .contentJudge::after {
    position: absolute;
    content: "";
    width: 655px;
    height: 2px;
    background-color: #e4eff1;
    right: 0;
    top: 14px;
}

.newDetailContent .contentSolution::after {
    width: 610px;
}

/* 用于新闻、案例 */
.news-content .littleContentTitle, .newDetailContent .littleContentTitle {
    color: #4bd8e0;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
}

.allContent img {
    margin-top: 30px;
    width: 650px;
    /* width: 100%; */
}

.newDetailContent .contentbg {
    background-color: #f3f9fa;
    padding: 40px;
}

.newDetailContent .contentbg .row {
    margin-top: 30px;
}

.newDetailContent .contentbg .iconfont {
    font-size: 24px;
    color: #4bd8e0;
}

.newDetailContent .line {
    height: 1px;
    background-color: #e4eff1;
    width: 100%;
    margin: 30px 0;
}

.newDetailContent .right-box h5 {
    margin: 0 0 2px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #5e8b90;
    font-size: 16px;
}

.newDetailContent .right-box span {
    display: inline-block;
    color: #adc1c4;
    font-size: 12px;
    margin-bottom: 12px;
}

.newDetailContent .right-box .col-md-7 div {
    width: 40px;
    height: 18px;
    background-color: #b9c8ca;
    border-radius: 3px;
    color: white;
    line-height: 18px;
    font-size: 12px;
    text-align: center;
}

.newDetailContent .right-box li:hover h5 {
    color: #4bd8e0;
}

.newDetailContent .right-box li:hover span {
    color: #a5e4e8;
}

.newDetailContent .right-box li:hover .col-md-7 div {
    background-color: #4bd8e0;
}

.newDetailContent .slide-tip {
    margin-top: 40px;
    color: #153c4a;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4eff1;
}

.newDetailContent .slide-tip.last {
    margin: 0 0 50px 0;
}

#sameCase .education.case-enterprise-level {
    background-color: #fafafa;
    padding: 100px 0 0 0;
}

#sameCase .case-enterprise-level .col-md-4 {
    background-color: #fff;
}

#sameCase .case-enterprise-level h2 span {
    float: right;
    color: #5e8b90;
    font-size: 18px;
    font-weight: normal;
}

#sameCase .case-enterprise-level h2 span.iconfont {
    font-size: 20px;
    padding-left: 10px;
}

#sameCase .case-enterprise-level #refresh:hover span {
    color: #7adee9;
}

.newDetailContent .allClassify {
    margin-top: 20px;
    padding-left: 15px;
}

.newDetailContent .allClassify.bottom {
    margin-top: 10px;
}

.newDetailContent .allClassify.bottom.last {
    margin-top: 10px;
    margin-bottom: 15px;
}

.newDetailContent .allClassify .newDetailLabel {
    padding: 0;
}

.newDetailContent .allClassify .newDetailLabel a {
    font-size: 14px;
    padding: 0 12px;
    color: #c4d7d9;
    text-align: center;
    height: 35px;
    line-height: 33px;
    display: inline-block;
    border-radius: 5px;
    border: solid 1px #d6e5e7;
}

.newDetailContent .allClassify .newDetailLabel a:hover, .newDetailContent .allClassify .newDetailLabel a:hover {
    color: #4bd8e0;
    border: solid 1px #4bd8e0;
}

.newDetailContent .contanct-us {
    text-align: center;
    margin-top: 40px;
    padding: 30px;
    background-image: linear-gradient(-90deg, #4ad1cd 20%, #7592e6 100%), linear-gradient(#43bcc4, #43bcc4);
    background-blend-mode: normal, normal;
    border-radius: 5px;
}

.newDetailContent .contanct-us h5 {
    color: white;
    font-size: 18px;
}

.newDetailContent .contanct-us p {
    font-size: 14px;
    text-align: center;
    color: white;
    margin: 15px 0;
}

.newDetailContent .point {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #5e8b90;
    border-radius: 50%;
    margin: 7px 6px 3px 6px;
}

.newDetailContent .contanct-us a {
    display: inline-block;
    background-color: #ffffff;
    border-radius: 17px;
    color: #5abad6;
    font-size: 17px;
    padding: 4px 15px 5px;
}

.newDetailContent .contanct-us a:hover {
    background-color: #e6feff;
}

.newDetailContent .right-box .news-nav {
    position: relative;
    width: 100%;
    height: 46px;
    margin-left: 0;
    border-radius: 5px;
    border: solid 1px rgba(206, 225, 229, 0.84);
    margin-top: 20px;
}

.newDetailContent .news-searchDiv #technique-search {
    height: 44px;
    background-color: #ffffff;
    padding-left: 10px;
    border-radius: 5px;
}

.newDetailContent .news-searchDiv input::-webkit-input-placeholder {
    color: #adc1c4;
    font-size: 14px;
}

.newDetailContent .right-box .news-nav a {
    right: 0;
    position: absolute;
    display: inline-block;
    width: 54px;
    height: 44px;
    background-color: #4bd8e0;
    border-radius: 0px 5px 5px 0px;
}

.newDetailContent .right-box .news-searchDiv i {
    color: white;
    top: 13px;
    right: 19px;
}

.newDetailContent .social-share .col-md-1 {
    padding: 0;
}

#sameCase .col-md-4 a.detail.active {
    display: inline-block !important;
}

#sameCase .col-md-4 .content.active {
    border: solid 1px rgba(34, 199, 214, 0.84);
    background-color: #fff;
}

#sameCase .col-md-4 .content h3.active {
    color: #22c7d6;
}

#sameCase .col-md-4 img.active {
    width: 100%;
    transform: scale(1.2);
    object-fit: cover;
}

.case-title-menu{
    margin: 60px 0 30px;
    font-size: 16px;
    color: #5e8b90;
    box-shadow: 0px 1px 5px 0px rgba(66, 128, 136, 0.15);
    border-radius: 5px;
    width: 258px;
    height: 37px;
    line-height:37px;
    text-align:center;
}

.customercase_page .title-software.new {
    background: url(../img/company/bg-case-cn.png) no-repeat;
    background-size: cover;
    position: relative;
    top: -70px;
    height: 330px;
}

.customercase_page .title-software.new h3 {
    padding-top: 80px;
}

.customercase_page #case-page li a {
    width: 40px;
    height: 40px;
    color: #5e8b90;
    font-size: 16px;
    line-height: 30px;
    border-radius: 5px;
    margin-right: 10px !important;
    background-color: #f4f4f4 !important;
    border-color: #f4f4f4;
}

.customercase_page #case-page > li:first-child > a, #case-page > li:last-child > a {
    border-radius: 5px !important;
}

.customercase_page #case-page > .active > a {
    border-radius: 5px !important;
    background-color: #63dde4 !important;
    color: white !important;
}

.customercase_page #case-page li a:hover, #case-page li a:focus, #case-page li a:active {
    border-radius: 5px !important;
    background-color: #63dde4 !important;
    color: white !important;
}

.customercase_page .case-enterprise-level .col-md-4 h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.customercase_page .head-tip:hover {
    color: #5cbfca !important;
}

.newDetailContent .right-box .news-nav a:hover {
    background-color: #44c0c7 !important;
}

.newDetailContent .wechat-qrcode .help p {
    text-align: center;
    font-size: 12px;
}

.customercase_page .totop {
    width: 50px;
    height: 50px;
    background-color: #63dde4;
    border-radius: 5px;
    position: fixed;
    bottom: 100px;
    right: 2px;
    text-align: center;
    line-height: 38px;
    font-size: 30px;
    color: white;
}

.customercase_page .totop span {
    display: inline-block;
    transform: scale(1.3, 1.5);
}

.customercase_page .success-case .container {
    text-align: center;
}

.success-case .row {
    margin-bottom: 70px;
}

.success-case a.all {
    display: block;
}

.success-case .casebox {
    background-color: #f6f6f6;
    padding: 0;
    /* margin-right: 2.4% !important; */
    position: relative;
}

.case-enterprise-level .row {
    display: flex;
    justify-content: space-between;
}

.success-case .col-md-4:hover .content {
    border: solid 1px rgba(34, 199, 214, 0.84);
    background-color: #fff;
}

.success-case .col-md-4:hover h3 {
    color: #22c7d6;
}

.success-case .col-md-4 .top {
    overflow: hidden;
    position: relative;
}

.success-case .col-md-4 img {
    width: 100% !important;
    margin: 0 auto;
    transition: transform .3s linear;
}

.success-case .col-md-4 :hover img {
    width: 100%;
    transform: scale(1.2);
    object-fit: cover;
}

.success-case .col-md-4 .date {
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #3fcbd3;
    top: 25px;
    left: 25px;
    text-align: center;
    padding-top: 12px;
}

.success-case .col-md-4 .date::before {
    display: block;
    content: "";
    position: absolute;
    width: 94px;
    height: 94px;
    border: solid 1px #3fcbd3;
    top: -7px;
    left: -7px;

}

.success-case .col-md-4 .date h3, .success-case .col-md-4 .date p {
    color: white;
    margin: 0;
    line-height: 29px;
    text-align: center;
}

.success-case .col-md-4 a.detail {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 50px;
    background-color: #3fcbd3;
    text-align: center;
    color: white;
    bottom: 0;
    left: 0;
    z-index: 99;
    line-height: 50px;
    font-size: 18px;
}

.success-case .col-md-4:hover a.detail {
    display: inline-block !important;
}

.success-case .col-md-4 h3 {
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    margin-top: 36px;
    color: #1b464f;
    font-size: 22px;
}

.success-case .col-md-4 .content {
    padding: 0 25px 35px 25px;
    border: solid 1px rgba(34, 199, 214, 0);
    min-height: 220px;
}

.success-case .col-md-4 p {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #5e8b90;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.customercase_page .success-case #case-page {
    /* margin: 20px 380px; */
    display: inline-block;
}

.success-case .col-md-4:hover .content .type_c {
    background-color: #22c7d6;
}

.success-case .col-md-4 .content .type_c {
    display: inline-block;
    background-color: #b9c8ca;
    color: #fff;
    border-radius: 3px;
    margin-left: 15px;
    padding: 2px 10px;
    font-size: 14px;
}

.success-case .col-md-4 .content p:nth-child(2) {
    margin: 17px 0 30px;
}

@media (max-width: 1248px) {
    .solution-type1.new li {
        margin: 5px;
    }

    .newDetailContent .contentChallenge::after, .newDetailContent .contentSolution::after, .newDetailContent .contentJudge::after {
        width: 82%;
    }

    .newDetailContent .contentSolution::after {
        width: 75%;
    }

    .newDetailContent .allClassify .newDetailLabel a, .newDetailContent .allClassify .newDetailLabel a {
        font-size: 12px;
        padding: 0 7%;
        height: 28px;
        line-height: 25px;
    }

    .newDetailContent .contentbg .iconfont {
        font-size: 18px;
        color: #4bd8e0;
    }
}

@media (max-width: 1000px) {
    #sameCase #refreshContent {
        width: 100%;
    }

    #sameCase #refreshContent .col-md-4 :hover img, #sameCase #refreshContent .col-md-4 img {
        width: 100% !important;
    }
}

@media (max-width: 750px) {
    .success-case .casebox {
        margin: 0 10px 20px 10px;
    }

    .newDetailContent .right-box {
        display: none;
    }

    .case-enterprise-level .row {
        display: block;
    }

    .newDetailContent .contentChallenge::after, .newDetailContent .contentSolution::after, .newDetailContent .contentJudge::after {
        width: 77%;
    }

    .newDetailContent .contentSolution::after {
        width: 68%;
    }

    .allContent img {
        width: 100%;
    }
}

@media (max-width: 550px) {
    .success-case .casebox {
        margin: 0 10px 20px 10px;
    }
}

/* end vinchin-success-case-detail */
/* begin vmware-vsphere-vm-backup */
.vm-banner {
    background: url(../img/hypervisor/vmware/banner-bg.png) no-repeat 1343px 104px;
    background-color: #002633;
    color: white;
    padding: 10% 2.3% 6.2% 1.4%;
    position: relative;
    top: -70px;
}

.vm-banner .container {
    background: url(../img/hypervisor/vmware/banner-logo.png) no-repeat right 111px;
    padding: 0 0 5%;
    width: 1344px;
}

.vm-banner h1 {
    font-size: 36px;
    font-weight: 700;
}

.vm-banner p {
    font-size: 24px;
    margin: 24px 0 70px;
}

.vm-banner a {
    display: inline-block;
    width: 175px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 24px;
    color: white;
    background-image: linear-gradient(#50d2cf, #50d2cf), linear-gradient(#22c7d6, #22c7d6);
    background-blend-mode: normal, normal;
    border-radius: 3px;
}

.vm-banner a:hover {
    opacity: 0.7;
}

.vm-nav {
    position: relative;
}

.vm-nav .nav-tabs {
    position: absolute;
    left: 0;
    border-bottom: none;
    height: 60px;
    box-shadow: 0px 4px 24px 1px rgb(85 85 85 / 10%);
    width: 100%;
    background-color: #fff;
    top: -70px;
    z-index: 101;
    padding: 0 287px;
}

.vm-nav .container {
    padding: 0;
}

.get-vm .container {
    width: 1150px;
}

.vm-nav .nav-tabs a {
    color: #002431;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    height: 60px;
}

.vm-nav .nav-tabs > li {
    width: 20%;
}

.vm-nav .nav-tabs > li:hover a {
    color: #22c7d6;
}

.vm-nav .nav-tabs > li > a {
    border: none;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
}

.vm-nav .nav-tabs > li.active > a, .vm-nav .nav-tabs > li.active > a:hover, .vm-nav .nav-tabs > li.active > a:focus {
    border: none;
    color: #22c7d6;
    border-bottom: 6px solid #22c7d6;
    height: 60px;
    width: 100px;
    margin: 0 auto;
    line-height: 60px;
    padding: 0;
}

.vm-nav .tab-content {
    padding: 70px 0 0;
    text-align: center;
}

.vm-nav .nav > li > a:hover, .nav > li > a:focus {
    border: none;
    background: none;
}

.vm-nav .tab-content .tab-pane .col-md-7 {
    text-align: left;
    padding: 0;
}

#tab2 .container {
    padding-left: 30px;
    padding-right: 30px;
}

.vm-nav .tab-content .tab-pane#tab2 .row:nth-child(odd) .col-md-5 {
    text-align: right;
    padding: 0;
}

.vm-nav .tab-content .tab-pane#tab2 .row:nth-child(even) .col-md-5 {
    text-align: left;
    padding: 0;
}

.vm-nav .tab-content .tab-pane .col-md-7 h2 {
    font-size: 22px;
    color: #222;
    font-weight: 700;
    margin: 60px 0 30px;
}

.vm-nav p {
    font-size: 16px;
    color: #555;
    text-align: justify;
}

.vm-nav .tab-content .tab-pane#tab2 .row {
    margin-top: 50px;
}

.vm-nav .tab-content .tab-pane#tab2 .row:last-child img {
    margin-top: 20px;
}

.vm-nav .title {
    color: #222222;
    font-size: 20px;
    text-align: left;
    margin: 0 0 40px 0;
}

.vm-nav #tab1 .row .col-md-6:last-child {
    padding-left: 65px;
    text-align: left;
    padding-right: 25px;
}

.vm-nav #tab1 .row .col-md-6 a.freeload {
    border: solid 1px #22c7d6;
    padding: 12px 28px;
    font-size: 18px;
    color: #22c7d6;
    display: inline-block;
    margin-top: 40px;
    font-weight: 700;
    font-family: 'FontAwesome';
}

.vm-nav #tab1 .row .col-md-6 a.freeload:hover {
    color: white;
    background-color: #22c7d6;
}

.vm-nav .main-top {
    margin-bottom: 80px;
    padding-bottom: 80px;
}

.vm-nav .highlight {
    background-color: #f8f8f8;
    text-align: center;
    padding: 80px 0;
    position: relative;
    /*top: -80px;*/
}

.vm-nav .highlight .pub-text {
    margin-bottom: 30px;
}

.tab-content .pub-text {
    color: #222222;
    font-size: 28px;
}

.tab-content .pub-title {
    font-weight: 500;
    font-size: 16px;
}

.vm-nav .highlight .vm-card {
    height: 312px;
    position: relative;
    text-align: left;
    padding: 35px 48px;
    background-color: #ffffff;
    margin-top: 50px;
    box-shadow: 0px 10px 18px 2px rgba(198, 205, 205, 0.3);
}

.vm-nav .highlight .vm-card .vm-line {
    position: absolute;
    width: 95%;
    bottom: -13px;
    display: none;
    left: 14px;
    height: 16px;
    background-image: linear-gradient(90deg, #22c7d6 20%, #7592e6 100%), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    box-shadow: 0px 19px 36px 4px rgba(198, 205, 205, 0.25);
}

.vm-nav .highlight .vm-card:hover .vm-line {
    display: block;
}

.vm-nav .highlight .img {
    width: 88px;
    height: 88px;
}

.vm-nav .highlight .img.p1 {
    background: url(../img/hypervisor/vmware/highlight.png) no-repeat -10px -10px;
}

.vm-nav .highlight .vm-card:hover .img.p1 {
    background: url(../img/hypervisor/vmware/hover-highlight.png) no-repeat -10px -10px;
}

.vm-nav .highlight .img.p2 {
    background: url(../img/hypervisor/vmware/highlight.png) no-repeat -118px -10px;
}

.vm-nav .highlight .vm-card:hover .img.p2 {
    background: url(../img/hypervisor/vmware/hover-highlight.png) no-repeat -118px -10px;
}

.vm-nav .highlight .img.p3 {
    background: url(../img/hypervisor/vmware/highlight.png) no-repeat -226px -10px;
}

.vm-nav .highlight .vm-card:hover .img.p3 {
    background: url(../img/hypervisor/vmware/hover-highlight.png) no-repeat -226px -10px;
}

.vm-nav .highlight .img.p4 {
    background: url(../img/hypervisor/vmware/highlight.png) no-repeat -334px -10px;
}

.vm-nav .highlight .vm-card:hover .img.p4 {
    background: url(../img/hypervisor/vmware/hover-highlight.png) no-repeat -334px -10px;
}

.vm-nav .highlight .img.p5 {
    background: url(../img/hypervisor/vmware/highlight.png) no-repeat -442px -10px;
}

.vm-nav .highlight .vm-card:hover .img.p5 {
    background: url(../img/hypervisor/vmware/hover-highlight.png) no-repeat -442px -10px;
}

.vm-nav .highlight .img.p6 {
    background: url(../img/hypervisor/vmware/highlight.png) no-repeat -550px -10px;
}

.vm-nav .highlight .vm-card:hover .img.p6 {
    background: url(../img/hypervisor/vmware/hover-highlight.png) no-repeat -550px -10px;
}

.vm-nav .highlight .img.p7 {
    background: url(../img/hypervisor/vmware/highlight.png) no-repeat -658px -10px;
}

.vm-nav .highlight .vm-card:hover .img.p7 {
    background: url(../img/hypervisor/vmware/hover-highlight.png) no-repeat -658px -10px;
}

.vm-nav .highlight .img.p8 {
    background: url(../img/hypervisor/vmware/highlight.png) no-repeat -766px -10px;
}

.vm-nav .highlight .vm-card:hover .img.p8 {
    background: url(../img/hypervisor/vmware/hover-highlight.png) no-repeat -766px -10px;
}

.vm-nav .highlight h2 {
    font-size: 22px;
    color: #222;
    font-weight: 700;
}

.vm-nav .highlight span {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}

.vm-nav .highlight p {
    margin-top: 30px;
}

.vm-nav .version {
    padding: 0px 0 80px;
}

.vm-nav .version .container {
    width: 1260px;
}

.vm-nav .version span {
    color: #22c7d6;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 8px;
}

.vm-nav .version dt {
    color: #222222;
    font-size: 20px;
    margin: 80px 0 40px;
}

.vm-nav .version dd {
    color: #555;
    font-size: 18px;
    margin-bottom: 10px;
}

.vm-nav .cooperate {
    /*background-color: #f8f8f8;*/
    padding: 80px 0;
    /*padding-bottom:80px;*/
    width: 100%;
}

.vm-nav .cooperate .container {
    width: 1268px;
}

.vm-nav .cooperate img {
    margin: 80px 0 20px;
}

.vm-nav .cooperate h2, .vm-nav .vm-advantage h2 {
    color: #222222;
    font-size: 20px;
    font-weight: 700;
}

.vm-nav .vm-advantage .container {
    width: 1305px;
}

.vm-nav .vm-advantage h2 {
    margin: 40px 0 27px;
}

.vm-nav .cooperate p {
    text-align: center;
}

.vm-nav .vm-advantage {
    background: url(../../res/img/product/database-background-01.png) no-repeat;
    background-size: auto;
    padding: 80px 0;
    text-align: center;
    /*margin-bottom: 80px;*/
    background-color: #f8f8f8;
}

.vm-nav .get-message-img{
    height: 240px;
}

.vm-nav .vm-advantage .row {
    display: flex;
    justify-content: space-between;
    text-align: left;
}

/*.vm-nav .vm-advantage img {*/
/*    margin-top: 60px;*/

/*}*/

.vm-nav .vm-advantage .row .col-md-3:first-child img {
    margin-top: 120px;
}

.vm-nav .vm-advantage .row .col-md-3:last-child img {
    margin-top: 140px;
}

.vm-judge {
    color: white;
    text-align: center;
    overflow: hidden;
    position: relative;
    /*top: -80px;*/
}

.vm-judge .swiper-slide {
    height: 643px;
    padding-top: 80px;
}

.vm-judge .bg1 {
    background: url(../img/hypervisor/vmware/bg-judge01.webp) no-repeat;
    background-size: cover;
}

.vm-judge .bg2 {
    background: url(../img/hypervisor/vmware/bg-judge02.webp) no-repeat;
    background-size: cover;
}

.vm-judge .bg3 {
    background: url(../img/hypervisor/vmware/bg-judge03.webp) no-repeat;
    background-size: cover;
}

.vm-judge .bg4 {
    background: url(../img/hypervisor/vmware/bg-judge04.webp) no-repeat;
    background-size: cover;
}

.vm-judge .swiper-pagination {
    bottom: 40px;
}

.vm-judge .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.3;
}

.vm-judge .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
}

.vm-judge h1 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 0px;
}

.vm-judge h2 {
    font-size: 20px;
    margin-top: 0;
}

@media (max-width: 3000px) and (min-width: 2000px) {
    .vm-nav .nav-tabs {
        padding: 0 605px;
    }
}

.trial-form.vm .col-md-6 .box {
    margin: auto;
    margin-right: 0px;
    max-width: 460px;
    border: solid 3px #e7f0f1;
    padding: 40px 30px;
    background-color: #fff;
}

.trial-form.vm div.bottom {
    font-size: 12px;
}

.trial-form.vm h3 {
    font-size: 32px;
    margin-bottom: 50px;
}

.vm-judge .col-md-8 {
    text-align: left;
    padding: 0;
}

.vm-judge .col-md-8 b {
    font-size: 50px;
    opacity: 0.1;
    font-weight: 700;
}

.vm-judge .col-md-8 a {
    font-size: 16px;
    color: white;
}

.vm-judge .col-md-8 a i {
    display: inline-block;
    transition: transform 0.3s;
}

.vm-judge .col-md-8 a:hover i {
    transform: translateX(5px);
}

.vm-judge .judge-title {
    font-size: 26px;
    font-weight: 700;
    margin: 35px 0 30px;
}

.vm-judge .judge-text {
    margin: 15px 0 35px;
    font-size: 16px;
}

.trial-form.vm {
    background-image: unset;
    background-color: #f8f8f8;
    position: relative;
    top: 0;
    padding: 10px 0 30px;
}

@media (max-width: 767px) {
    .trial-form.vm .row{
        margin: 0;
        padding: 0;
    }
}

.trial-form.vm .trialForm-page {
    padding: 80px 0 60px;
    width: 75%;
    max-width: 1800px;
}

@media (max-width: 414px) {
    .trial-form.vm .trialForm-page {
        padding: 30px 0 60px;
    }
}

.trial-form.vm h3 {
    color: #222;
}

.trial-form.vm .col-lg-12 {
    color: #434343;
    margin-bottom: 17px;
}

.trial-form.vm .form-control {
    border: 1px solid #4bd8e000;
}

.trial-form.vm p.title {
    font-size: 24px;
    text-align: center;
    color: #22c7d6;
    margin-bottom: 10px;
}

.trial-form.vm .write-form input, .trial-form.vm select {
    background-color: #f2f7f8;
}

.trial-form.vm .write-form input:focus::-webkit-input-placeholder {
    color: #10515a;
}

.trial-form.vm.vm {
    height: auto;
}

.service-vm {
    padding-top: 80px;
    text-align: center;
    background-color: #fff;
}

.service-vm .service-title h3 {
    font-size: 45px;
    font-weight: normal;
    color: #1d1d1d;
    margin: 0 auto 70px;
    position: relative;
    z-index: 100;
    font-family: Harmonyos-medium;
}

.service-vm .service-title span {
    font-size: 27px;
    color: #d0d4d4;
    display: block;
    margin: 10px auto 30px;
}

@media (max-width: 414px) {
    .service-vm .service-title h3 {
        font-size: 21px;
    }

    .service-vm .service-title span {
        font-size: 21px;
    }
}

.service-vm .container{
    padding: 0;
    margin-bottom: 100px;
}

.service-vm .container .col-md-3{
    padding: 0;
    width: 23.5%;
}

.service-vm .col-md-3:first-child{
    margin-right: 2%;
}

.service-vm .col-md-3:last-child{
    margin-left: 2%;
}

.service-vm .col-md-3:nth-child(2){
    margin-right: 1%;
}

.service-vm .col-md-3:nth-child(3){
    margin-left: 1%;
}


.service-vm .trial-enterprise-level .container {

    padding-bottom: 80px;
}

.service-vm .service-card{
    padding-bottom: 30px;
    background-color: #FAFAFA;
    width: 100%;
    border-radius: 10px;
    margin: 0 auto;
}

.service-vm .service-card:hover{
    box-shadow: 0 0 2px 0 #a1a1a1;
}

.service-vm img {
    margin-top: 30px;
    width: 50%;
    max-width: 150px;
}

@media (max-width: 767px) {

    .service-vm{
        padding-top: 8%;
    }

    .service-vm .container .service-card{
        width: 50%;
        float: left;
        margin-bottom: 30px;
    }

    .service-vm .service-card{
        padding-bottom: 0px;
    }


    .service-vm img {
        margin-top: 5%;
    }

    .service-vm .container{
        padding-bottom: 0px;
    }
}

@media (max-width: 414px) {
    .service-vm{
        padding-top: 15%;
        padding-bottom: 5%;
    }
}

.service-vm h3 {
    margin-top: 30px;
    font-size: 27px;
    font-weight: 700;
}

.service-vm p{
    font-size: 18px;
}

.vm-nav #tab2 {
    padding-bottom: 80px;
    margin-bottom: 80px;
}

.vm-nav .advantage-vm.highlight .vm-card {
    height: 430px;
    text-align: center;
}

.vm-nav .advantage-vm.highlight .vm-card h2 {
    margin: 30px 0;
}

.vm-nav .advantage-vm.highlight .vm-card p {
    text-align: center;
}

.vm-nav .data-manage {
    padding: 80px 0;
    text-align: center;
    background-color: #f8f8f8;
    position: relative;
    top: -80px;
}

.vm-nav .data-manage .container {
    width: 1147px;
}

.vm-nav .data-manage h2 {
    color: #222222;
    font-size: 22px;
    font-weight: 700;
    margin: 7px 0 30px 0;
    text-align: left;
}

.vm-nav .data-manage .pub-text {
    margin-bottom: 30px;
}

.vm-nav .data-manage .col-md-5 {
    margin-top: 60px;
    position: relative;
    padding: 0;
}

.vm-nav .data-manage .col-md-5 .col-md-1 img {
    position: absolute;
    right: 5px;
    top: 8px;
}

.vm-nav .data-manage .col-md-11 {
    padding-right: 0;
}

.vm-nav .get-vm {
    padding: 0 0 80px;
    text-align: center;
    margin-bottom: 80px;
}

.carousel.vm {
    top: -80px;
}

.carousel.vm .item .container {
    padding: 0;
}

.vm-nav .get-vm .row {
    margin-top: 100px;
}

.vm-nav .get-vm .row img {
    width: 100%;
}

.vm-nav .get-vm .row h2 {
    font-size: 22px;
    color: #222222;
    text-align: left;
    font-weight: 700;
    margin: 0 0 29px 0;
}

.vm-nav .get-vm .col-md-1 {
    padding-left: 0;
    text-align: left;
    color: #22c7d6;
    font-size: 16px;
    font-weight: 700;
}

.vm-nav .get-vm .col-md-11 {
    padding-left: 0;
}

.vm-nav .get-vm .col-md-5 {
    text-align: left;
}

.vm-nav .get-vm .col-md-5 .content {
    margin-bottom: 40px;
}

.vm-nav .get-vm .col-md-5 a, .protect-enterprise-level.database a {
    color: #4BD8E0;
    font-size: 18px;
    display: inline-block;
    padding: 1% 5.5%;
    border: solid 1px #4BD8E0;
    margin-top: 40px;
}

.vm-nav .get-vm .col-md-5 a:hover, .protect-enterprise-level.database a:hover {
    color: white;
    background-color: #4BD8E0;
}
.fixed{
    width: 225px;
    height: 210px;
    border-radius: 5px;
    position: fixed;
    bottom: 55px;
    right: 0px;
    text-align: center;
    font-size: 30px;
    z-index: 999;
    cursor: pointer;
}


.fixed .totop {
    width: 70px;
    height: 70px;
    background-image: url("../img/homepage/totop.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 998;
    cursor: pointer;
}

.fixed .totop:hover{
    background-image: url("../img/homepage/totop-hover.png");
}

.fixed .wechat-service {
    width: 70px;
    height: 70px;
    background-image: url("../img/homepage/wechat-service.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    bottom: 130px;
    right: 30px;
    z-index: 998;
    cursor: pointer;
}

.fixed .wechat-service:hover{
    background-image: url("../img/homepage/wechat-service-hover.png");
}

.fixed .phone-service{
    bottom: 105px;
}

.fixed .wechat-service{
    bottom: 150px;
}

.fixed .phone-service {
    width: 70px;
    height: 70px;
    background-image: url("../img/homepage/phone-service.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 998;
    cursor: pointer;
}

.fixed .phone-service:hover{
    background-image: url("../img/homepage/phone-service-hover.png");
}

.fixed .service-info {
    width: 200px;
    height: 0px;
    background-color: #fff;
    border-radius: 5px;
    position: fixed;
    bottom: 60px;
    right: 100px;
    text-align: center;
    font-size: 30px;
    color: white;
    z-index: 999;
    cursor: pointer;
    box-shadow: 0 1px 5px -1px #ddd;
}

.fixed .service-info{
    display: none;
}

.fixed .service-info .wechat-service-info {
    display: none;
}

.fixed .service-info .wechat-service-info img{
    width: 145px;
    margin-top: 5px;
    margin-bottom: 2px;
    /*border: 1px solid #d0d0d0;*/
    /*padding: 5px;*/
}

.fixed .service-info .wechat-service-info p{
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin: 0 auto;
    text-align: left;
    padding: 15px 20px 5px;
}

.fixed .service-info .phone-service-info {
    display: none;
}

.fixed .service-info .phone-service-info p{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #3b3c3b;
    margin: 0 auto;
    margin-top: 20px;
}

.fixed .service-info .phone-service-info p:last-child{
    margin-top: 10px;
}

.fixed img{
    width: 100%;
}

@media (max-width: 1600px) {
    .vm-nav #tab1 .main-top .col-md-6 img {
        width: 100%;
    }

    .vm-nav .nav-tabs {
        padding: 0 7%;
    }

    .vm-nav .main-top {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1440px) {
    .vm-banner .container {
        background-size: 45%;
        width: 94%;
    }

    .get-vm .container, .vm-nav .data-manage .container, .service-vm .container, .vm-nav .version .container, .vm-nav .cooperate .container, .vm-nav .vm-advantage .container {
        width: 89%;
    }

    .trial-form.vm .trialForm-page {
        width: 80%;
    }
}

@media (max-width: 1250px) {
    .vm-nav .title {
        font-size: 16px;
        margin: 0 0 25px 0;
    }

    .trial-form.vm .col-md-6 .box {
        margin-left: auto;
        max-width: 426px;
    }

    .vm-nav .get-vm .row h2, .vm-nav .data-manage h2, .vm-nav .tab-content .tab-pane .col-md-7 h2, .vm-judge h2, .vm-nav .highlight h2, .vm-nav .cooperate h2, .vm-nav .vm-advantage h2 {
        font-size: 18px;
    }

    .vm-nav p, .vm-nav .version dd, .vm-judge .judge-text {
        font-size: 14px;
    }

    .vm-nav .highlight span {
        font-size: 12px;
    }

    .vm-nav .highlight .col-md-9 {
        padding-left: 40px;
    }

    .vm-nav #tab1 .row .col-md-6 a {
        padding: 8px 15px;
        font-size: 16px;
        margin-top: 15px;
    }

    .vm-nav .highlight .vm-card {
        padding: 20px 35px;
    }

    .vm-nav .version dt {
        font-size: 18px;
        margin: 65px 0 30px;
    }

    .vm-nav .cooperate h2, .vm-nav .vm-advantage h2, .vm-nav .version dt, .vm-nav .version dd, .vm-nav .highlight h2, .vm-nav .highlight span {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .vm-judge .judge-title {
        margin-bottom: 0;
    }

    .vm-judge h1 {
        font-size: 26px;
    }

    .vm-judge .judge-title {
        font-size: 22px;
    }

    .service-vm h3 {
        font-size: 16px;
    }

    .service-vm p {
        font-size: 14px;
    }

    .vm-nav .get-vm .col-md-1 {
        width: 5%;
    }
}

@media (max-width: 991px) {
    .vm-nav .main-top {
        width: 100%;
    }

    .vm-banner {
        padding: 11% 4% 7%;
    }

    .vm-banner h1 {
        font-size: 30px;
    }

    .vm-banner p, .vm-banner a {
        font-size: 18px;
    }

    .vm-banner a {
        width: 120px;
        height: 40px;
        line-height: 40px;
    }

    .vm-nav .title {
        margin: 50px 0 25px 0;
    }

    .vm-nav .highlight .col-md-9 {
        padding-left: 15px;
    }

    .vm-nav .vm-advantage .row img, .vm-nav #tab2 .col-md-5 img, .vm-nav .get-vm img {
        display: none;
    }

    .vm-nav .data-manage .col-md-5 .col-md-1 img {
        width: 43%;
    }

    .vm-nav .vm-advantage .row {
        display: block;
    }
}

@media (max-width: 767px) {
    .vm-nav .nav-tabs {
        display: contents;
    }

    .vm-nav #tab1 .row .col-md-6:last-child, .vm-nav #tab1 .row .col-md-6:first-child {
        padding-left: 15px;
        padding-right: 15px;
    }

    .vm-nav {
        top: -60px;
    }

    .vm-banner h1 {
        font-size: 20px;
    }

    .vm-banner p, .vm-banner a {
        font-size: 14px;
    }

    .vm-banner p {
        margin: 15px 0 40px;
    }

    .vm-nav .nav-tabs a {
        font-size: 14px;
    }

    .vm-nav .tab-content {
        padding: 60px 0 0;
    }

    .vm-nav .data-manage .col-md-5 img, .vm-nav .data-manage .col-md-5 .col-md-1 img {
        display: none;
    }

    .vm-nav #tab2 {
        padding: 0px 20px 70px;
    }

    .vm-nav .highlight .vm-card {
        height: 330px;
    }
}

@media (max-width: 414px) {
    .vm-banner .container {
        background: none;
    }

    .vm-banner p {
        margin: 15px 0 20px;
    }

    .vm-banner h1 {
        font-size: 17px;
    }

    .vm-banner a {
        width: 80px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
    }

    .vm-banner {
        padding: 19% 4% 7%;
    }

    .trial-form.vm .trialForm-page {
        width: 100%;
    }

    .trial-form.vm .write-form button.btn-yz {
        width: 80px;
        height: 35px;
        font-size: 12px;
        border-radius: 10px;
        padding: 5px 10px;
    }

    .vm-nav .nav-tabs > li > a, .vm-nav .nav-tabs > li > a:hover, .vm-nav .nav-tabs > li.active > a, .vm-nav .nav-tabs > li.active > a:hover, .vm-nav .nav-tabs > li.active > a:focus {
        height: 47px;
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .vm-nav .data-manage, .vm-nav .highlight {
        top: -59px;
    }

    .vm-nav .highlight .vm-card {
        height: 385px;
    }
}

/* end vmware-vsphere-vm-backup */

@media (max-width: 1920px) {
    .pre-header .container {
        max-width: 1387px;
        width: 90%;
    }

    .header .container {
        max-width: 1366px;
        width: 90%;
    }
}

@media (max-width: 1900px) {
    .pre-header .container {
        max-width: 1366px;
        width: 90%;
    }

    .service-vm .container{
        padding-bottom: 0px;
    }

    .service-vm .service-card-group{
        padding-bottom: 30px;
    }
}

@media (max-width: 1052px) {
    .header .container {
        width: 95%;
    }
}

/* 公司介绍 轮播修改 */
.swiper-slide-active .content {
    width: 100%;
}

.aboutus-awards li.swiper-slide img {
    height: 50px;
}

/* begin citrix-xenserver-vm-backup */
.vm-banner.citix {
    background: url(../img/hypervisor/citix/banner-bg.png) no-repeat 1343px 104px;
    background-color: #002633;
}

.vm-banner.citix .container {
    background: url(../img/hypervisor/citix/banner-logo.png) no-repeat right 111px;
}

.vm-nav .cooperate.citrix {
    background-color: white;
    padding: 80px 0;
}

.vm-nav .cooperate.citrix .container {
    width: 1220px;
}

.vm-nav .cooperate.citrix .box {
    background-color: #f4f4f4;
    width: 530px;
    height: 330px;
    text-align: left;
    padding: 35px 50px 50px;
    margin: 80px auto 0;
}

.vm-nav .cooperate.citrix img {
    margin: 0 0 20px;
}

.vm-nav .cooperate.citrix p {
    text-align: left;
}

.vm-nav .cooperate.citrix h2 {
    margin: 0 0 20px;
}

.vm-nav .cooperate.citrix .box:hover {
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.15);
}

.vm-nav .vm-advantage.citrix img {
    margin-top: 80px !important;
    height: 110px;
}

.vm-judge a {
    color: white;
}

.vm-judge.citrix .bg1 {
    background: url(../img/hypervisor/citix/bg-judge01.webp) no-repeat;
    background-size: cover;
}

.vm-judge.citrix .bg2 {
    background: url(../img/hypervisor/citix/bg-judge02.webp) no-repeat;
    background-size: cover;
}

.vm-judge.citrix .bg3 {
    background: url(../img/hypervisor/citix/bg-judge03.webp) no-repeat;
    background-size: cover;
}

.vm-judge.citrix .bg4 {
    background: url(../img/hypervisor/citix/bg-judge04.webp) no-repeat;
    background-size: cover;
}

.vm-nav .data-manage.citrix .col-md-5.hidden-sm {
    margin-top: 30px;
}

.vm-nav .highlight.citrix .img.p1 {
    background: url(../img/hypervisor/citix/highlight.png) no-repeat -10px -10px;
}

.vm-nav .highlight.citrix .vm-card:hover .img.p1 {
    background: url(../img/hypervisor/citix/hover-highlight.png) no-repeat -10px -10px;
}

.vm-nav .highlight.citrix .img.p2 {
    background: url(../img/hypervisor/citix/highlight.png) no-repeat -118px -10px;
}

.vm-nav .highlight.citrix .vm-card:hover .img.p2 {
    background: url(../img/hypervisor/citix/hover-highlight.png) no-repeat -118px -10px;
}

.vm-nav .highlight.citrix .img.p3 {
    background: url(../img/hypervisor/citix/highlight.png) no-repeat -226px -10px;
}

.vm-nav .highlight.citrix .vm-card:hover .img.p3 {
    background: url(../img/hypervisor/citix/hover-highlight.png) no-repeat -226px -10px;
}

.vm-nav .highlight.citrix .img.p4 {
    background: url(../img/hypervisor/citix/highlight.png) no-repeat -334px -10px;
}

.vm-nav .highlight.citrix .vm-card:hover .img.p4 {
    background: url(../img/hypervisor/citix/hover-highlight.png) no-repeat -334px -10px;
}

.vm-nav .highlight.citrix .img.p5 {
    background: url(../img/hypervisor/citix/highlight.png) no-repeat -442px -10px;
}

.vm-nav .highlight.citrix .vm-card:hover .img.p5 {
    background: url(../img/hypervisor/citix/hover-highlight.png) no-repeat -442px -10px;
}

.vm-nav .highlight.citrix .img.p6 {
    background: url(../img/hypervisor/citix/highlight.png) no-repeat -550px -10px;
}

.vm-nav .highlight.citrix .vm-card:hover .img.p6 {
    background: url(../img/hypervisor/citix/hover-highlight.png) no-repeat -550px -10px;
}

.vm-nav .highlight.citrix .img.p7 {
    background: url(../img/hypervisor/citix/highlight.png) no-repeat -658px -10px;
}

.vm-nav .highlight.citrix .vm-card:hover .img.p7 {
    background: url(../img/hypervisor/citix/hover-highlight.png) no-repeat -658px -10px;
}

.vm-nav .highlight.citrix .img.p8 {
    background: url(../img/hypervisor/citix/highlight.png) no-repeat -766px -10px;
}

.vm-nav .highlight.citrix .vm-card:hover .img.p8 {
    background: url(../img/hypervisor/citix/hover-highlight.png) no-repeat -766px -10px;
}

@media (max-width: 1600px) {
    .vm-nav .cooperate.citrix .container {
        width: 77%;
    }

    .vm-nav .cooperate.citrix .box {
        width: 100%;
    }

    .vm-nav .cooperate.citrix img {
        height: auto;
        width: 48%;
    }

    .vm-nav .cooperate .container .col-md-6:nth-child(3) img {
        width: 60%;
    }

    .vm-judge .swiper-slide {
        height: 580px;
    }
}

@media (max-width: 1440px) {
    .vm-banner.citix .container {
        background-size: 45%;
        width: 94%;
    }
}

@media (max-width: 1200px) {
    .trial-form h3 {
        width: 80%;
    }
}

@media (max-width: 991px) {
    .trial-form h3 {
        width: 60%;
    }

    .vm-nav .cooperate.citrix .container .col-md-6:nth-child(3) img {
        width: 60%;
    }
}

/* end citrix-xenserver-vm-backup */
/* begin sangfor-hci-vm-backup */
.vm-banner.sangfor .container {
    background: url(../img/hypervisor/sangfor/banner-logo.png) no-repeat right 111px;
}

.vm-banner.sangfor {
    background: url(../img/hypervisor/sangfor/banner-bg.png) no-repeat 1258px 104px;
    background-color: #002633;
}

.vm-nav .net-meeting {
    /*background-color: #f8f8f8;*/
    background-color: #fff;
    padding: 80px 0;
}

.vm-nav .net-meeting .container {
    max-width: 1142px;
}

.vm-nav .net-meeting .pub-text {
    margin-bottom: 20px;
}

.vm-nav .net-meeting p {
    text-align: center;
}

.vm-nav .net-meeting .content {
    margin-top: 80px;
}

.vm-nav .net-meeting .content h3 {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 35px;
}

.vm-nav .net-meeting .right {
    text-align: left;
}

.vm-nav .net-meeting .right .more {
    color: #22c7d6;
    font-size: 18px;
    display: inline-block;
    padding: 1% 5.5%;
    border: solid 1px #22c7d6;
    margin-top: 30px;
}

.vm-nav .net-meeting .right .more:hover {
    background-color: #22c7d6;
    color: white;
}

.vm-nav .net-meeting .content p {
    text-align: justify;
}

.vm-nav .net-meeting .webinar-right {
    position: relative;
}

.vm-nav .net-meeting .paly-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80px;
}

.vm-nav .net-meeting .webinar-right:hover .paly-logo {
    opacity: 0.7;
}

.vm-nav .cooperate.sangfor {
    background-color: #fff;
}

.vm-nav .vm-advantage.sangfor {
    background-color: #f8f8f8;
}

.vm-nav .cooperate.sangfor img {
    width: 60%;
}

.vm-nav .highlight.sangfor .img.p1 {
    background: url(../img/hypervisor/sangfor/highlight.png) no-repeat -10px -10px;
}

.vm-nav .highlight.sangfor .vm-card:hover .img.p1 {
    background: url(../img/hypervisor/sangfor/hover-highlight.png) no-repeat -10px -10px;
}

.vm-nav .highlight.sangfor .img.p2 {
    background: url(../img/hypervisor/sangfor/highlight.png) no-repeat -118px -10px;
}

.vm-nav .highlight.sangfor .vm-card:hover .img.p2 {
    background: url(../img/hypervisor/sangfor/hover-highlight.png) no-repeat -118px -10px;
}

.vm-nav .highlight.sangfor .img.p3 {
    background: url(../img/hypervisor/sangfor/highlight.png) no-repeat -226px -10px;
}

.vm-nav .highlight.sangfor .vm-card:hover .img.p3 {
    background: url(../img/hypervisor/sangfor/hover-highlight.png) no-repeat -226px -10px;
}

.vm-nav .highlight.sangfor .img.p4 {
    background: url(../img/hypervisor/sangfor/highlight.png) no-repeat -334px -10px;
}

.vm-nav .highlight.sangfor .vm-card:hover .img.p4 {
    background: url(../img/hypervisor/sangfor/hover-highlight.png) no-repeat -334px -10px;
}

.vm-nav .highlight.sangfor .img.p5 {
    background: url(../img/hypervisor/sangfor/highlight.png) no-repeat -442px -10px;
}

.vm-nav .highlight.sangfor .vm-card:hover .img.p5 {
    background: url(../img/hypervisor/sangfor/hover-highlight.png) no-repeat -442px -10px;
}

.vm-nav .highlight.sangfor .img.p6 {
    background: url(../img/hypervisor/sangfor/highlight.png) no-repeat -550px -10px;
}

.vm-nav .highlight.sangfor .vm-card:hover .img.p6 {
    background: url(../img/hypervisor/sangfor/hover-highlight.png) no-repeat -550px -10px;
}

.vm-nav .highlight.sangfor .img.p7 {
    background: url(../img/hypervisor/sangfor/highlight.png) no-repeat -658px -10px;
}

.vm-nav .highlight.sangfor .vm-card:hover .img.p7 {
    background: url(../img/hypervisor/sangfor/hover-highlight.png) no-repeat -658px -10px;
}

.vm-nav .highlight.sangfor .img.p8 {
    background: url(../img/hypervisor/sangfor/highlight.png) no-repeat -766px -10px;
}

.vm-nav .highlight.sangfor .vm-card:hover .img.p8 {
    background: url(../img/hypervisor/sangfor/hover-highlight.png) no-repeat -766px -10px;
}

.vm-judge.sangfor .bg1 {
    background: url(../img/hypervisor/sangfor/bg-judge01.webp) no-repeat;
    background-size: cover;
}

.vm-judge.sangfor .bg2 {
    background: url(../img/hypervisor/sangfor/bg-judge02.png) no-repeat;
    background-size: cover;
}

.vm-judge.sangfor .bg3 {
    background: url(../img/hypervisor/sangfor/bg-judge03.webp) no-repeat;
    background-size: cover;
}

.vm-judge.sangfor .bg4 {
    background: url(../img/hypervisor/sangfor/bg-judge04.webp) no-repeat;
    background-size: cover;
}

.vm-nav .version.sangfor .container {
    max-width: 1300px;
    width: 100%;
}

.vm-nav .highlight.sangfor .vm-card {
    padding: 47px 48px 35px;
}

@media (max-width: 1440px) {
    .vm-banner.sangfor .container {
        background-size: 45%;
    }

    .vm-nav .version.sangfor .center dl dd:nth-child(2), .vm-nav .version.sangfor .right dl dd:first-child {
        padding-left: 24px !important;
    }
}

@media (max-width: 1024px) {
    .vm-nav .net-meeting .content .left img {
        width: 100%;
    }

    .vm-nav .net-meeting .container {
        width: 90%;
    }
}

@media (max-width: 991px) {
    .vm-nav .net-meeting .content .left {
        padding: 0 15px !important;
    }
}

@media (max-width: 515px) {
    .vm-nav .highlight, .vm-nav .data-manage {
        top: -60px;
    }
}

/* end sangfor-hci-vm-backup */
/* begin ovirt-vm-backup */
.vm-banner.ovirt {
    background: url(../img/hypervisor/ovirt/banner-bg.png) no-repeat 1000px 150px;
    background-color: #002633;
}

.vm-banner.ovirt .container {
    background: url(../img/hypervisor/ovirt/banner-logo.png) no-repeat right 111px;
}

.vm-nav .ovirt-provider {
    background: url(../img/hypervisor/ovirt/bg-provider.png) no-repeat;
    padding: 89px 0 72px;
    background-size: cover;
}

.vm-nav .ovirt-provider h3 {
    margin: 45px 0 15px;
    color: white;
    font-size: 28px;
    text-align: center;
}

.vm-nav .ovirt-provider a {
    color: white;
    font-size: 28px;
    padding: 14px 65px;
    border-radius: 10px;
    border: solid 2px #ffffff;
    display: inline-block;
}

.vm-nav .ovirt-provider a:hover {
    background-color: #22c7d6;
    border: solid 2px #22c7d6;
}

.vm-nav .highlight.ovirt .vm-card {
    padding: 48px;
    height: 470px;
}

.vm-judge.ovirt .bg1 {
    background: url(../img/hypervisor/vmware/bg-judge03.webp) no-repeat;
    background-size: cover;
}

.vm-judge.ovirt .bg2 {
    background: url(../img/hypervisor/citix/bg-judge04.webp) no-repeat;
    background-size: cover;
}

.vm-judge.ovirt .bg3 {
    background: url(../img/hypervisor/citix/bg-judge03.webp) no-repeat;
    background-size: cover;
}

.vm-judge.ovirt .bg4 {
    background: url(../img/hypervisor/vmware/bg-judge04.webp) no-repeat;
    background-size: cover;
}

.vm-nav .highlight.ovirt1 .img.p1 {
    background: url(../img/hypervisor/ovirt/highlight.png) no-repeat -10px -10px;
}

.vm-nav .highlight.ovirt1 .vm-card:hover .img.p1 {
    background: url(../img/hypervisor/ovirt/hover-highlight.png) no-repeat -10px -10px;
}

.vm-nav .highlight.ovirt1 .img.p2 {
    background: url(../img/hypervisor/ovirt/highlight.png) no-repeat -118px -10px;
}

.vm-nav .highlight.ovirt1 .vm-card:hover .img.p2 {
    background: url(../img/hypervisor/ovirt/hover-highlight.png) no-repeat -118px -10px;
}

.vm-nav .highlight.ovirt1 .img.p3 {
    background: url(../img/hypervisor/ovirt/highlight.png) no-repeat -226px -10px;
}

.vm-nav .highlight.ovirt1 .vm-card:hover .img.p3 {
    background: url(../img/hypervisor/ovirt/hover-highlight.png) no-repeat -226px -10px;
}

.vm-nav .highlight.ovirt1 .img.p4 {
    background: url(../img/hypervisor/ovirt/highlight.png) no-repeat -334px -10px;
}

.vm-nav .highlight.ovirt1 .vm-card:hover .img.p4 {
    background: url(../img/hypervisor/ovirt/hover-highlight.png) no-repeat -334px -10px;
}

.vm-nav .highlight.ovirt1 .img.p5 {
    background: url(../img/hypervisor/ovirt/highlight.png) no-repeat -442px -10px;
}

.vm-nav .highlight.ovirt1 .vm-card:hover .img.p5 {
    background: url(../img/hypervisor/ovirt/hover-highlight.png) no-repeat -442px -10px;
}

.vm-nav .highlight.ovirt1 .img.p6 {
    background: url(../img/hypervisor/ovirt/highlight.png) no-repeat -550px -10px;
}

.vm-nav .highlight.ovirt1 .vm-card:hover .img.p6 {
    background: url(../img/hypervisor/ovirt/hover-highlight.png) no-repeat -550px -10px;
}

.vm-nav .highlight.ovirt1 .img.p7 {
    background: url(../img/hypervisor/ovirt/highlight.png) no-repeat -658px -10px;
}

.vm-nav .highlight.ovirt1 .vm-card:hover .img.p7 {
    background: url(../img/hypervisor/ovirt/hover-highlight.png) no-repeat -658px -10px;
}

.vm-nav .highlight.ovirt1 .img.p8 {
    background: url(../img/hypervisor/ovirt/highlight.png) no-repeat -766px -10px;
}

.vm-nav .highlight.ovirt1 .vm-card:hover .img.p8 {
    background: url(../img/hypervisor/ovirt/hover-highlight.png) no-repeat -766px -10px;
}

@media (max-width: 1440px) {
    .vm-banner.ovirt .container {
        background-size: 45%;
    }

    .vm-nav .ovirt-provider h3 {
        font-size: 26px;
    }

    .vm-nav .ovirt-provider a {
        font-size: 24px;
        padding: 10px 55px;
    }

    .vm-nav .ovirt-provider {
        text-align: center;
    }
}

@media (max-width: 1200px) {
    .vm-nav .ovirt-provider img {
        width: 100%;
    }

    .vm-nav .ovirt-provider h3 {
        font-size: 22px;
    }

    .vm-nav .ovirt-provider a {
        font-size: 22px;
        padding: 8px 20px;
    }
}

@media (max-width: 991px) {
    .vm-nav .net-meeting .content .left img {
        margin-top: 20px;
    }

    .vm-nav .ovirt-provider img {
        display: none;
    }

    .vm-nav .ovirt-provider {
        padding: 20px 0 70px;
    }

    .vm-nav .cooperate.citrix .box {
        height: 380px;
    }
}

@media (max-width: 767px) {
    .vm-nav .ovirt-provider h3 {
        font-size: 18px;
    }

    .vm-nav .ovirt-provider a {
        font-size: 16px;
    }
}

@media (max-width: 414px) {
    .vm-nav .ovirt-provider h3 {
        font-size: 14px;
    }

    .vm-nav .ovirt-provider a {
        font-size: 12px;
    }
}

/* end ovirt-vm-backup */
/* begin incloud-sphere-vm-backup */
.vm-banner.inspur {
    background: url(../img/hypervisor/inspur/banner-bg.webp) no-repeat 1080px 105px;
    background-color: #002633;
}

.vm-banner.inspur .container {
    background: url(../img/hypervisor/inspur/banner-logo.png) no-repeat right 111px;
}

.vm-nav .join-inspur {
    background: url(../img/hypervisor/inspur/bg-join-inspur.webp);
    background-size: cover;
    padding: 100px 0 95px;
}

.vm-nav .join-inspur p {
    color: white;
    margin: 38px 0;
    text-align: center;
}

.vm-nav .join-inspur a {
    font-size: 18px;
    color: white;
    border: solid 1px #ffffff;
    padding: 12px 20px;
}

.vm-nav .join-inspur a:hover {
    border: solid 1px #22c7d6;
    background-color: #22c7d6;
}

.vm-nav .cooperate.inspur img {
    margin-bottom: 37px;
}

.vm-judge.inspur .bg1 {
    background: url(../img/hypervisor/citix/bg-judge02.webp) no-repeat;
    background-size: cover;
}

.vm-judge.inspur .bg2 {
    background: url(../img/hypervisor/sangfor/bg-judge02.png) no-repeat;
    background-size: cover;
}

.vm-judge.inspur .bg3 {
    background: url(../img/hypervisor/vmware/bg-judge04.webp) no-repeat;
    background-size: cover;
}

.vm-judge.inspur .bg4 {
    background: url(../img/hypervisor/citix/bg-judge03.webp) no-repeat;
    background-size: cover;
}

.vm-nav .highlight.inspur1 .img.p1 {
    background: url(../img/hypervisor/inspur/highlight.png) no-repeat -10px -10px;
}

.vm-nav .highlight.inspur1 .vm-card:hover .img.p1 {
    background: url(../img/hypervisor/inspur/hover-highlight.png) no-repeat -10px -10px;
}

.vm-nav .highlight.inspur1 .img.p2 {
    background: url(../img/hypervisor/inspur/highlight.png) no-repeat -118px -10px;
}

.vm-nav .highlight.inspur1 .vm-card:hover .img.p2 {
    background: url(../img/hypervisor/inspur/hover-highlight.png) no-repeat -118px -10px;
}

.vm-nav .highlight.inspur1 .img.p3 {
    background: url(../img/hypervisor/inspur/highlight.png) no-repeat -226px -10px;
}

.vm-nav .highlight.inspur1 .vm-card:hover .img.p3 {
    background: url(../img/hypervisor/inspur/hover-highlight.png) no-repeat -226px -10px;
}

.vm-nav .highlight.inspur1 .img.p4 {
    background: url(../img/hypervisor/inspur/highlight.png) no-repeat -334px -10px;
}

.vm-nav .highlight.inspur1 .vm-card:hover .img.p4 {
    background: url(../img/hypervisor/inspur/hover-highlight.png) no-repeat -334px -10px;
}

.vm-nav .highlight.inspur1 .img.p5 {
    background: url(../img/hypervisor/inspur/highlight.png) no-repeat -442px -10px;
}

.vm-nav .highlight.inspur1 .vm-card:hover .img.p5 {
    background: url(../img/hypervisor/inspur/hover-highlight.png) no-repeat -442px -10px;
}

.vm-nav .highlight.inspur1 .img.p6 {
    background: url(../img/hypervisor/inspur/highlight.png) no-repeat -550px -10px;
}

.vm-nav .highlight.inspur1 .vm-card:hover .img.p6 {
    background: url(../img/hypervisor/inspur/hover-highlight.png) no-repeat -550px -10px;
}

.vm-nav .highlight.inspur1 .img.p7 {
    background: url(../img/hypervisor/inspur/highlight.png) no-repeat -658px -10px;
}

.vm-nav .highlight.inspur1 .vm-card:hover .img.p7 {
    background: url(../img/hypervisor/inspur/hover-highlight.png) no-repeat -658px -10px;
}

.vm-nav .highlight.inspur1 .img.p8 {
    background: url(../img/hypervisor/inspur/highlight.png) no-repeat -766px -10px;
}

.vm-nav .highlight.inspur1 .vm-card:hover .img.p8 {
    background: url(../img/hypervisor/inspur/hover-highlight.png) no-repeat -766px -10px;
}

@media (max-width: 1440px) {
    .vm-banner.inspur .container {
        background-size: 45%;
    }

    .vm-banner.inspur {
        background: url(../img/hypervisor/inspur/banner-bg.webp) no-repeat 845px 150px;
        background-color: #002633;
        background-size: 40%;
    }
}

@media (max-width: 991px) {
    .vm-nav .version.inspur dl {
        padding-left: 0 !important;
    }
}

@media (max-width: 767px) {
    .vm-nav .version.inspur dl {
        text-align: center !important;
    }
}

/* end incloud-sphere-vm-backup */
/* begin hyperv-vm-backup */
.vm-banner.hyperv {
    background: url(../img/hypervisor/hyperv/banner-bg.png) no-repeat 1080px 105px;
    background-color: #002633;
}

.vm-banner.hyperv .container {
    background: url(../img/hypervisor/hyperv/banner-logo.png) no-repeat right 111px;
}

.vm-nav .version.hyperv {
    padding: 0;
}

.vm-nav .advantage-vm.highlight.hyperv .vm-card {
    height: 450px;
}

.vm-nav .highlight.hyperv .vm-card {
    padding: 57px 48px;
}

.vm-judge.hyperv .bg1 {
    background: url(../img/hypervisor/citix/bg-judge01.webp) no-repeat;
    background-size: cover;
}

.vm-judge.hyperv .bg2 {
    background: url(../img/hypervisor/sangfor/bg-judge03.webp) no-repeat;
    background-size: cover;
}

.vm-judge.hyperv .bg3 {
    background: url(../img/hypervisor/vmware/bg-judge03.webp) no-repeat;
    background-size: cover;
}

.vm-judge.hyperv .bg4 {
    background: url(../img/hypervisor/citix/bg-judge04.webp) no-repeat;
    background-size: cover;
}

.vm-nav .highlight.hyperv1 .img.p1 {
    background: url(../img/hypervisor/hyperv/highlight.png) no-repeat -10px -10px;
}

.vm-nav .highlight.hyperv1 .vm-card:hover .img.p1 {
    background: url(../img/hypervisor/hyperv/hover-highlight.png) no-repeat -10px -10px;
}

.vm-nav .highlight.hyperv1 .img.p2 {
    background: url(../img/hypervisor/hyperv/highlight.png) no-repeat -118px -10px;
}

.vm-nav .highlight.hyperv1 .vm-card:hover .img.p2 {
    background: url(../img/hypervisor/hyperv/hover-highlight.png) no-repeat -118px -10px;
}

.vm-nav .highlight.hyperv1 .img.p3 {
    background: url(../img/hypervisor/hyperv/highlight.png) no-repeat -226px -10px;
}

.vm-nav .highlight.hyperv1 .vm-card:hover .img.p3 {
    background: url(../img/hypervisor/hyperv/hover-highlight.png) no-repeat -226px -10px;
}

.vm-nav .highlight.hyperv1 .img.p4 {
    background: url(../img/hypervisor/hyperv/highlight.png) no-repeat -334px -10px;
}

.vm-nav .highlight.hyperv1 .vm-card:hover .img.p4 {
    background: url(../img/hypervisor/hyperv/hover-highlight.png) no-repeat -334px -10px;
}

.vm-nav .highlight.hyperv1 .img.p5 {
    background: url(../img/hypervisor/hyperv/highlight.png) no-repeat -442px -10px;
}

.vm-nav .highlight.hyperv1 .vm-card:hover .img.p5 {
    background: url(../img/hypervisor/hyperv/hover-highlight.png) no-repeat -442px -10px;
}

.vm-nav .highlight.hyperv1 .img.p6 {
    background: url(../img/hypervisor/hyperv/highlight.png) no-repeat -550px -10px;
}

.vm-nav .highlight.hyperv1 .vm-card:hover .img.p6 {
    background: url(../img/hypervisor/hyperv/hover-highlight.png) no-repeat -550px -10px;
}

.vm-nav .highlight.hyperv1 .img.p7 {
    background: url(../img/hypervisor/hyperv/highlight.png) no-repeat -658px -10px;
}

.vm-nav .highlight.hyperv1 .vm-card:hover .img.p7 {
    background: url(../img/hypervisor/hyperv/hover-highlight.png) no-repeat -658px -10px;
}

.vm-nav .highlight.hyperv1 .img.p8 {
    background: url(../img/hypervisor/hyperv/highlight.png) no-repeat -766px -10px;
}

.vm-nav .highlight.hyperv1 .vm-card:hover .img.p8 {
    background: url(../img/hypervisor/hyperv/hover-highlight.png) no-repeat -766px -10px;
}

@media (max-width: 1440px) {
    .vm-banner.hyperv .container {
        background-size: 45%;
    }

    .vm-banner.hyperv {
        background: url(../img/hypervisor/hyperv/banner-bg.png) no-repeat 850px 190px;
        background-color: #002633;
        background-size: 40%;
    }
}

/* end hyperv-vm-backup */
/* begin redhat-rhv-vm-backup */
.vm-banner.redhat .container {
    background: url(../img/hypervisor/ovirt/banner-logo-redhat.png) no-repeat right 111px;
}

.vm-banner.redhat {
    background: url(../img/hypervisor/ovirt/banner-bg-redhat.webp) no-repeat 900px 210px;
    background-color: #002633;
}

@media (max-width: 1440px) {
    .vm-banner.redhat .container {
        background-size: 45%;
    }

    .vm-banner.redhat {
        background: url(../img/hypervisor/ovirt/banner-bg-redhat.webp) no-repeat 770px 270px;
        background-color: #002633;
        background-size: 45%;
    }
}

/* end redhat-rhv-vm-backup */
/* begin h3c-cas-vm-backup */
.vm-banner.h3c .container {
    background: url(../img/hypervisor/h3c/banner-logo.webp) no-repeat right 111px;
}

.vm-banner.h3c {
    background: url(../img/hypervisor/h3c/banner-bg.webp) no-repeat 1170px 140px;
    background-color: #002633;
}

.vm-nav .cooperate.h3c h2 {
    margin: 30px 0 25px;
}

.vm-nav .cooperate.h3c h2, .vm-nav .cooperate.h3c p {
    text-align: left;
}

.vm-nav .cooperate.h3c img {
    margin: 0;
    padding-left: 105px;
}

.vm-nav .highlight.h3c1 .img.p2 {
    background: url(../img/hypervisor/citix/highlight.png) no-repeat -10px -10px;
}

.vm-nav .highlight.h3c1 .vm-card:hover .img.p2 {
    background: url(../img/hypervisor/citix/hover-highlight.png) no-repeat -10px -10px
}

@media (max-width: 1440px) {
    .vm-banner.h3c .container {
        background-size: 45%;
    }

    .vm-banner.h3c {
        background: url(../img/hypervisor/h3c/banner-bg.webp) no-repeat 795px 150px;
        background-color: #002633;
        background-size: 45%;
    }
}

@media (max-width: 991px) {
    .vm-nav .cooperate.h3c h2, .vm-nav .cooperate.h3c p {
        text-align: center;
    }

    .vm-nav .cooperate.h3c img {
        padding: 0;
    }

    .vm-nav .cooperate .row .col-md-6 {
        margin-left: 0 !important;
    }
}

/* end h3c-cas-vm-backup */
/* begin openstack-vm-backup */
.vm-banner.openstack .container {
    background: url(../img/hypervisor/openstack/banner-logo.webp) no-repeat right 111px;
}

.vm-banner.openstack {
    background: url(../img/hypervisor/openstack/banner-bg.webp) no-repeat 742px 191px;
    background-color: #002633;
}

.vm-nav .ovirt-provider.openstack {
    position: relative;
}

.vm-nav .ovirt-provider.openstack a {
    padding: 14px 25px;
    margin-top: 70px;
}

.vm-nav .ovirt-provider.openstack {
    background: url(../img/hypervisor/openstack/bg-provider.webp) no-repeat;
    padding: 89px 0 72px;
    background-size: cover;
}

.vm-nav .ovirt-provider.openstack .provider-text {
    text-align: right;
}

.version.openstack .all-version {
    display: flex;
    justify-content: space-around;
}

.version.openstack .all-version .version-item {
    text-align: left;
}

.vm-nav .vm-advantage.openstack {
    background-color: #f8f8f8;
}

.vm-nav .vm-advantage.openstack .row .col-md-3:last-child img {
    margin-top: 88px;
}

.vm-nav .advantage-vm.highlight.openstack .vm-card {
    height: 435px;
}

@media (max-width: 1440px) {
    .vm-banner.openstack .container {
        background-size: 45%;
    }

    .vm-banner.openstack {
        background: url(../img/hypervisor/openstack/banner-bg.webp) no-repeat 768px 260px;
        background-color: #002633;
        background-size: 45%;
    }
}

@media (max-width: 991px) {
    .vm-nav .ovirt-provider.openstack .provider-text {
        text-align: center;
    }

    .vm-nav .ovirt-provider.openstack a {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .version.openstack .all-version {
        display: inline-block;
    }

    .vm-nav .ovirt-provider.openstack a {
        font-size: 14px;
        padding: 5px 15px;
    }
}

/* end openstack-vm-backup */
/* begin huawei-vm-backup */
.vm-banner.huawei .container {
    background: url(../img/hypervisor/huawei/banner-logo.webp) no-repeat right 111px;
}

.vm-banner.huawei {
    background: url(../img/hypervisor/huawei/banner-bg.webp) no-repeat 1060px 145px;
    background-color: #002633;
}

.vm-nav .ovirt-provider.huawei {
    position: relative;
    top: 0;
}

.vm-nav .cooperate.huawei .container {
    max-width: 1050px;
}

.vm-nav .vm-advantage.huawei .row .col-md-3:first-child img {
    margin-top: 110px;
}

.vm-nav .advantage-vm.highlight.huawei .vm-card {
    height: 450px;
}

@media (max-width: 1600px) {
    .vm-nav .cooperate.huawei .container .col-md-6:nth-child(3) img {
        width: auto;
    }
}

@media (max-width: 1440px) {
    .vm-banner.huawei .container {
        background-size: 45%;
    }

    .vm-banner.huawei {
        background: url(../img/hypervisor/huawei/banner-bg.webp) no-repeat 750px 170px;
        background-color: #002633;
        background-size: 45%;
    }
}

/* end huawei-vm-backup */
/* begin winhong-vm-backup */
.vm-banner.winhong .container {
    background: url(../img/hypervisor/winhong/banner-logo.webp) no-repeat right 111px;
}

.vm-banner.winhong {
    background: url(../img/hypervisor/winhong/banner-bg.webp) no-repeat 1037px 110px;
    background-color: #002633;
}

.vm-nav .version.winhong .container {
    max-width: 1217px;
}

.vm-nav .highlight.huawei1 .img.p1 {
    background: url(../img/hypervisor/huawei/highlight.png) no-repeat -10px -10px;
}

.vm-nav .highlight.huawei1 .vm-card:hover .img.p1 {
    background: url(../img/hypervisor/huawei/hover-highlight.png) no-repeat -10px -10px;
}

.vm-nav .highlight.huawei1 .img.p2 {
    background: url(../img/hypervisor/huawei/highlight.png) no-repeat -118px -10px;
}

.vm-nav .highlight.huawei1 .vm-card:hover .img.p2 {
    background: url(../img/hypervisor/huawei/hover-highlight.png) no-repeat -118px -10px;
}

.vm-nav .highlight.huawei1 .img.p3 {
    background: url(../img/hypervisor/huawei/highlight.png) no-repeat -226px -10px;
}

.vm-nav .highlight.huawei1 .vm-card:hover .img.p3 {
    background: url(../img/hypervisor/huawei/hover-highlight.png) no-repeat -226px -10px;
}

.vm-nav .highlight.huawei1 .img.p4 {
    background: url(../img/hypervisor/huawei/highlight.png) no-repeat -334px -10px;
}

.vm-nav .highlight.huawei1 .vm-card:hover .img.p4 {
    background: url(../img/hypervisor/huawei/hover-highlight.png) no-repeat -334px -10px;
}

.vm-nav .highlight.huawei1 .img.p5 {
    background: url(../img/hypervisor/huawei/highlight.png) no-repeat -442px -10px;
}

.vm-nav .highlight.huawei1 .vm-card:hover .img.p5 {
    background: url(../img/hypervisor/huawei/hover-highlight.png) no-repeat -442px -10px;
}

.vm-nav .highlight.huawei1 .img.p6 {
    background: url(../img/hypervisor/huawei/highlight.png) no-repeat -550px -10px;
}

.vm-nav .highlight.huawei1 .vm-card:hover .img.p6 {
    background: url(../img/hypervisor/huawei/hover-highlight.png) no-repeat -550px -10px;
}

.vm-nav .highlight.huawei1 .img.p7 {
    background: url(../img/hypervisor/huawei/highlight.png) no-repeat -658px -10px;
}

.vm-nav .highlight.huawei1 .vm-card:hover .img.p7 {
    background: url(../img/hypervisor/huawei/hover-highlight.png) no-repeat -658px -10px;
}

.vm-nav .highlight.huawei1 .img.p8 {
    background: url(../img/hypervisor/huawei/highlight.png) no-repeat -766px -10px;
}

.vm-nav .highlight.huawei1 .vm-card:hover .img.p8 {
    background: url(../img/hypervisor/huawei/hover-highlight.png) no-repeat -766px -10px;
}

@media (max-width: 1440px) {
    .vm-banner.winhong .container {
        background-size: 45%;
    }

    .vm-banner.winhong {
        background: url(../img/hypervisor/winhong/banner-bg.webp) no-repeat 750px 170px;
        background-color: #002633;
        background-size: 45%;
    }
}

/* end winhong-vm-backup */
/* begin oracle-vm-backup */
.vm-banner.oracle .container {
    background: url(../img/hypervisor/oracle/banner-logo.webp) no-repeat right 111px;
}

.vm-banner.oracle {
    background: url(../img/hypervisor/oracle/banner-bg.webp) no-repeat 1045px 137px;
    background-color: #002633;
}

.vm-nav .version.openstack.oracle .container {
    max-width: 970px;
    width: 100%;
}

.vm-nav .ovirt-provider.oracle {
    background: url(../img/hypervisor/oracle/bg-provider.webp) no-repeat;
}

.vm-nav .ovirt-provider.oracle a {
    font-size: 24px;
    padding: 10px 35px;
    margin-top: 55px;
}

.vm-nav .cooperate.oracle a {
    margin-top: 30px;
    display: inline-block;
    font-size: 22px;
    color: #22c7d6;
    border: solid 2px #22c7d6;
    padding: 15px 100px;
}

.vm-nav .cooperate.oracle a:hover {
    background-color: #22c7d6;
    color: white;
}

.vm-nav .advantage-vm.highlight.oracle .vm-card {
    height: 470px;
}

.vm-nav .highlight.oracle1 .img.p1 {
    background: url(../img/hypervisor/oracle/highlight.png) no-repeat -10px -10px;
}

.vm-nav .highlight.oracle1 .vm-card:hover .img.p1 {
    background: url(../img/hypervisor/oracle/hover-highlight.png) no-repeat -10px -10px;
}

.vm-nav .highlight.oracle1 .img.p2 {
    background: url(../img/hypervisor/oracle/highlight.png) no-repeat -118px -10px;
}

.vm-nav .highlight.oracle1 .vm-card:hover .img.p2 {
    background: url(../img/hypervisor/oracle/hover-highlight.png) no-repeat -118px -10px;
}

.vm-nav .highlight.oracle1 .img.p3 {
    background: url(../img/hypervisor/oracle/highlight.png) no-repeat -226px -10px;
}

.vm-nav .highlight.oracle1 .vm-card:hover .img.p3 {
    background: url(../img/hypervisor/oracle/hover-highlight.png) no-repeat -226px -10px;
}

.vm-nav .highlight.oracle1 .img.p4 {
    background: url(../img/hypervisor/oracle/highlight.png) no-repeat -334px -10px;
}

.vm-nav .highlight.oracle1 .vm-card:hover .img.p4 {
    background: url(../img/hypervisor/oracle/hover-highlight.png) no-repeat -334px -10px;
}

.vm-nav .highlight.oracle1 .img.p5 {
    background: url(../img/hypervisor/oracle/highlight.png) no-repeat -442px -10px;
}

.vm-nav .highlight.oracle1 .vm-card:hover .img.p5 {
    background: url(../img/hypervisor/oracle/hover-highlight.png) no-repeat -442px -10px;
}

.vm-nav .highlight.oracle1 .img.p6 {
    background: url(../img/hypervisor/oracle/highlight.png) no-repeat -550px -10px;
}

.vm-nav .highlight.oracle1 .vm-card:hover .img.p6 {
    background: url(../img/hypervisor/oracle/hover-highlight.png) no-repeat -550px -10px;
}

.vm-nav .highlight.oracle1 .img.p7 {
    background: url(../img/hypervisor/oracle/highlight.png) no-repeat -658px -10px;
}

.vm-nav .highlight.oracle1 .vm-card:hover .img.p7 {
    background: url(../img/hypervisor/oracle/hover-highlight.png) no-repeat -658px -10px;
}

.vm-nav .highlight.oracle1 .img.p8 {
    background: url(../img/hypervisor/oracle/highlight.png) no-repeat -766px -10px;
}

.vm-nav .highlight.oracle1 .vm-card:hover .img.p8 {
    background: url(../img/hypervisor/oracle/hover-highlight.png) no-repeat -766px -10px;
}

@media (max-width: 1440px) {
    .vm-banner.oracle .container {
        background-size: 45%;
    }

    .vm-banner.oracle {
        background: url(../img/hypervisor/oracle/banner-bg.webp) no-repeat 750px 170px;
        background-color: #002633;
        background-size: 45%;
    }
}

@media (max-width: 1366px) {
    .vm-nav .ovirt-provider.oracle a {
        font-size: 18px;
    }
}

@media (max-width: 1200px) {
    .vm-nav .ovirt-provider.oracle a {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .vm-nav .ovirt-provider.oracle .col-md-9 {
        text-align: center !important;
    }
}

/* end oracle-vm-backup */
/* 云祺数据库备份方案开始 */
.db-banner {
    background-image: linear-gradient(to right,#007E91, #01132A);
    color: white;
    position: relative;
    top: -70px;
    height: 670px;

}

.db-banner img {
    margin-top: 112px;
    animation: example 3s infinite;
    position: relative;
}

.db-banner h1 {
    font-size: 36px;
    font-weight: 700;
    margin-top: 212px;
}

.db-banner p {
    font-size: 24px;
    margin: 33px auto 70px;
}

.db-banner a {
    font-size: 24px;
    width: 175px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: white;
    border-radius: 3px;
    background: #22C7D6;
    display: inline-block;
}

.db-logo {

    height: 120px;
    position: relative;
    top: -70px;
    box-shadow: 0px 4px 24px 1px rgba(85, 85, 85, 0.1);
    z-index: 99;
}

.db-logo .container {
    overflow: hidden;
}

.db-logo .all-logo {
    padding: 26px 0;
    width: 5500px;
    animation: moving3 15s linear infinite;
}

.db-logo .all-logo:hover {
    animation-play-state: paused;
    -webkit-animation-play-state: paused; /* Safari 和 Chrome */
}

.db-logo .all-logo .each-logo {
    display: inline-block;
    margin-right: 100px;
}

/*无缝滚动3*/
@keyframes moving3 {
    form {
        transform: translateX(0);
    }
    to {
        transform: translateX(-1712px);
    }
}

.db-logo .all-logo .each-logo:nth-child(2) {
    text-align: center;
    position: relative;
    top: -8px;
}

.protect-enterprise-level.database {
    padding: 0;
    position: relative;
    top: -70px;
    text-align: left;
}

.protect-enterprise-level.database span {
    font-size: 14px;
    color: white;
    margin-right: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: #4BD8E0;
}

.application-scenario {
    text-align: center;
    background: #FAFAFA;
    margin-top: -70px;
    padding: 80px 0;
    text-align: center;
}

.application-scenario .content .col-md-6{
    background-color: #fff;
    box-shadow: 0px 10px 15px rgba(200, 200, 200, .5);
    -moz-box-shadow: 0px 10px 15px rgba(200, 200, 200, .5);
    -webkit-box-shadow: 0px 10px 15px rgba(200, 200, 200, .5);
    width: 420px;
    margin: 0 7%;
    padding:0;
    height: 500px;
    margin-bottom: 150px;
}

.application-scenario .content .top-banner-left{
    background: url("/res/img/solution/application-scenario-left.png") no-repeat;
    background-size: 100%;
    background-position: bottom;
}

.application-scenario .content .top-banner-right{
    background: url("/res/img/solution/application-scenario-right.png") no-repeat;
    background-size: 100%;
    background-position: bottom;
}

.application-scenario .content .top-banner{
    width: 100%;
    height: 160px;
}

.application-scenario .content .top-banner img{
    width: 180px;
    margin-top: 50px;
}

.application-scenario .content .col-md-6 h2{
    font-weight: bold;
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.application-scenario .content .col-md-6 p{
    margin:0 auto;
    margin-top: 20px;
    text-align: center;
    color: #656565;
    width: 320px;
    font-size: 16px;
    letter-spacing: 1px;
}

.application-scenario .content .col-md-6 a{
    font-size: 16px;
    position: relative;
    top: 30px;
    left: 105px;
}

.application-scenario .pub-text-content{
    margin-bottom: 80px;
    font-size: 16px;
    font-weight: normal;
}

.db-scheme {
    text-align: center;
    background: #FAFAFA;
    margin-top: -70px;
    padding: 80px 0;
}

.db-scheme .row {
    margin-bottom: 60px;
}

.db-scheme .pub-text{
    margin-bottom: 80px;
}

.db-scheme .card {
    text-align: left;
}

.db-scheme .card .img {
    width: 32px;
    height: 32px;
    background: url(../img/solution/db_scheme.png) no-repeat;
}

.db-scheme .card .img2 {
    background-position: -32px 0;
}

.db-scheme .card .img3 {
    background-position: -64px 0;
}

.db-scheme .card .img4 {
    background-position: -95px 0;
}

.db-scheme .card .img5 {
    background-position: -127px 0;
}

.db-scheme .card .img6 {
    background-position: -159px 0;
}

.db-scheme .card h2 {
    font-size: 22px;
    font-weight: bolder;
    color: #222222;
    margin: 0 0 24px 0;
    padding-left: 10px;
}

.db-scheme .card p {
    font-size: 16px;
    color: #555;
    text-align: justify;
    padding-left: 10px;
}

.data-archiving.protect-cure.protect-enterprise-level.db img {
    width: 100%;
}

.db-compatibility {
    text-align: center;
    background-color: #fafafa;
    margin-top: -70px;
    padding: 80px 0;
}

.db-compatibility table {
    border: 1px solid #1C4B97;
    color: white;
    background-color: #77AAE2;
    width: 100%;
    height: 407px;
    font-family: "Microsoft YaHei" !important;
}

.db-compatibility table th {
    padding: 15px 0;
}

.db-compatibility table tbody td {
    padding: 7px 0;
}

.db-compatibility table td, .db-compatibility table th {
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    text-align: center;
}

.db-compatibility table thead:hover, .db-compatibility table tbody tr:hover {
    opacity: 0.7;
}

.db-compatibility table tbody tr:nth-child(odd) {
    background-color: #92BBE8;
}

.db-compatibility table tbody tr:last-child td {
    border-bottom: 1px solid #1C4B97;
}

.db-compatibility table thead th:last-child, .db-compatibility table tbody tr td:last-child {
    border-right: 1px solid #1C4B97;
}

.db-compatibility h3 {
    font-size: 18px;
    color: #555;
    margin-top: 27px;
}

.db-advantage {
    background: url(../../res/img/product/database-background-01.png) no-repeat;
    background-size: 100% 100%;
    padding: 150px 0;
    text-align: center;
}

.db-advantage .row {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.db-advantage .pub-text{
    margin-bottom: 80px;
}

.db-advantage h2 {
    font-size: 22px;
    color: #222222;
    font-weight: 700;
    margin: 35px 0 28px 0;
}

.db-advantage p {
    font-size: 16px;
    color: #555;
    text-align: justify;
}

@media (max-width: 991px) {
    .db-scheme .card .img, .db-advantage img, .db-advantage .col-md-1 {
        display: none;
    }

    .trial-form.vm h3 {
        font-size: 18px;
    }

    .db-advantage .col-md-3 {
        height: 225px;
    }
}

@media (max-width: 400px) {
    .trial-form h3 {
        width: 80%;
    }
}

/* 云祺数据库备份方案结束 */

/* 文件备份方案开始 */
.db-scheme.fs .card .img {
    width: 32px;
    height: 32px;
    /*background: url(../img/solution/fs_scheme.png) no-repeat;*/
    background: url(../img/solution/fs_scheme_1.png) no-repeat;
    background-size: contain;
}

.db-scheme.fs .card .img2 {
    background: url(../img/solution/fs_scheme_2.png) no-repeat;
    background-size: contain;
    /*background-position: -35px 0;*/
}

.db-scheme.fs .card .img3 {
    background: url(../img/solution/fs_scheme_3.png) no-repeat;
    background-size: contain;
    /*background-position: -66px 0;*/
}

.db-scheme.fs .card .img4 {
    background: url(../img/solution/fs_scheme_4.png) no-repeat;
    background-size: contain;
    /*background-position: -101px 0;*/
}

.db-scheme.fs .card .img5 {
    background: url(../img/solution/fs_scheme_5.png) no-repeat;
    background-size: contain;
    /*background-position: -133px 0;*/
}

.db-scheme.fs .card .img6 {
    background: url(../img/solution/fs_scheme_6.png) no-repeat;
    background-size: contain;
    /*background-position: -168px 0;*/
}

.db-scheme.fs .card .img7 {
    background: url(../img/solution/fs_scheme_7.png) no-repeat;
    background-size: contain;
}

.db-scheme.fs .card .img8 {
    background: url(../img/solution/fs_scheme_8.png) no-repeat;
    background-size: contain;
}

.db-scheme.fs .card .img9 {
    background: url(../img/solution/fs_scheme_9.png) no-repeat;
    background-size: contain;
}

.db-scheme.fs .card .img10 {
    background: url(../img/solution/fs_scheme_10.png) no-repeat;
    background-size: contain;
}

.db-scheme.fs .card .img11 {
    background: url(../img/solution/fs_scheme_11.png) no-repeat;
    background-size: contain;
}

.db-scheme.fs .card .img12 {
    background: url(../img/solution/fs_scheme_12.png) no-repeat;
    background-size: contain;
}

.db-scheme.fs .card .img13 {
    background: url(../img/solution/fs_scheme_13.png) no-repeat;
    background-size: contain;
}

.db-scheme.fs .card .img14 {
    background: url(../img/solution/fs_scheme_14.png) no-repeat;
    background-size: contain;
}

.db-scheme.fs .card .img15 {
    background: url(../img/solution/fs_scheme_15.png) no-repeat;
    background-size: contain;
}

.db-scheme.fs .card .img16 {
    background: url(../img/solution/fs_scheme_16.png) no-repeat;
    background-size: contain;
}

.db-scheme.fs .card .img17 {
    background: url(../img/solution/fs_scheme_17.png) no-repeat;
    background-size: contain;
}

.db-scheme.fs .card .img18 {
    background: url(../img/solution/fs_scheme_18.png) no-repeat;
    background-size: contain;
}

.db-scheme.fs .card .img19 {
    background: url(../img/solution/fs_scheme_19.png) no-repeat;
    background-size: contain;
}

.db-scheme.fs .card .img20 {
    background: url(../img/solution/fs_scheme_20.png) no-repeat;
    background-size: contain;
}

.db-scheme.fs .card .img21 {
    background: url(../img/solution/fs_scheme_21.png) no-repeat;
    background-size: contain;
}

.db-scheme.fs .card .img22 {
    background: url(../img/solution/fs_scheme_22.png) no-repeat;
    background-size: contain;
}

.db-scheme.fs .card .img23 {
    background: url(../img/solution/fs_scheme_23.png) no-repeat;
    background-size: contain;
}

.db-scheme.fs .card .img24 {
    background: url(../img/solution/fs_scheme_24.png) no-repeat;
    background-size: contain;
}
/* 文件备份方案结束 */

/* 副本开始 */
.db-banner.copy img {
    margin-top: 175px;
    margin-left: 8%;
}

.db-scheme.copy .card .img {
    width: 31px;
    height: 30px;
    background: url(../img/product/copy_scheme.png) no-repeat;
}

.db-scheme.copy .card .img2 {
    width: 33px;
    height: 32px;
    background-position: -31px 0;
}

.db-scheme.copy .card .img3 {
    width: 29px;
    height: 27px;
    background-position: -64px 0;
}

.db-scheme.copy .card .img4 {
    width: 32px;
    height: 32px;
    background-position: -93px 0;
}

.db-scheme.copy .card .img5 {
    width: 28px;
    height: 31px;
    background-position: -125px 0;
}

.db-scheme.copy .card .img6 {
    width: 28px;
    height: 30px;
    background-position: -153px 0;
}

.typical-application{
    text-align: center;
    background: #FAFAFA;
    margin-top: -70px;
    padding: 80px 0;
}

.typical-application .row .container{
    text-align: left;
    margin: 50px auto;
}

.typical-application h2{
    font-size:24px;
    margin-bottom: 50px;
}

.typical-application p{
    color:#555555;
    margin-bottom: 20px;
    font-size: 16px;
}

.typical-application .iconfont{
    font-size: 14px;
    color: white;
    margin-right: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: #4BD8E0;
}

.protect-enterprise-level.copy {
    padding-top: 80px;
    text-align: center;
}

.protect-enterprise-level.copy p {
    margin-bottom: 30px;
}

.protect-enterprise-level.copy .row {
    padding-bottom: 0;
}

.hyperbackup-Parameter.copy table {
    width: 95%;
    margin: auto;
    margin-top: 25%;
    box-shadow: 0px 0px 35px 3px rgba(99, 120, 121, 0.1);
}

.hyperbackup-Parameter.copy table tr:last-child {
    background-color: #caeef2;
}

.hyperbackup-Parameter.copy table tr:last-child td {
    border-radius: 0 0 5px 5px;
}

.hyperbackup-Parameter.copy table tr td {
    padding: 6% 0;
}

.hyperbackup-Parameter.copy caption {
    width: 45%;
    left: 28%;
}

.hyperbackup-Parameter.copy table th {
    font-size: 22px;
    border-radius: 5px 5px 0 0;
}

.hyperbackup-Parameter.copy table tr td .icon-right {
    font-size: 16px;
}

@media (max-width: 1366px) {
    .protect-enterprise-level.copy img, .protect-enterprise-level.copy1 img {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .protect-enterprise-level.copy .col-md-1, .db-scheme.copy .img {
        display: none;
    }

    .protect-enterprise-level.copy .copy-steps-img {
        display: none;
    }

    .copy-steps-text {
        width: 100%;
    }

    .hyperbackup-Parameter.copy table th {
        font-size: 16px;
    }

    .hyperbackup-Parameter.copy table tr td {
        padding: 10% 0;
        font-size: 14px;
    }
}

/* 副本结束 */

/* 视频演示开始 */
.video-demo {
    max-width: 1500px;
    margin: 0 auto;
    padding-bottom: 8%;
}

.video-demo-banner {
    background: url(../img/support/video-demo/banner.png) no-repeat;
    background-size: 100%;
    padding: 11% 0;
    text-align: center;
    color: white;
    position: relative;
    top: -70px;
    margin-bottom: -70px;
    height: 600px;
}

.video-demo-banner h2 {
    font-size: 45px;
    font-weight: 800;
    letter-spacing: 5px;
}

.video-demo-banner p {
    font-size: 16px;
    letter-spacing: 2px;
    color: #31BEC9;
}

.video-demo-lab {
    margin: 0 auto;
    padding-top: 70px;
}

.video-demo-lab .lab {
    background: url(../img/support/video-demo/lab-not-activation-negative.png) no-repeat;
    background-size: 100%;
    width: 370px;
    height: 313px;
}

.video-demo-lab a {
    color: #013F56;
}

.video-demo-lab .lab .show-more {
    float: left;
}

.video-demo-lab .content {
    font-size: 14px;
    margin: 18% 0 12% 12%;
}

.video-demo-lab h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 8% 0 2% 0;
}

.video-demo-title {
    max-width: 24%;
}

.video-demo-soild {
    width: 80%;
}

.video-demo-lab p {
    margin: 4% 0 16% 0;
}

.video-demo-lab a {
    line-height: 14px;
}

.video-demo-lab a img {
    padding-bottom: 3px;
    margin-left: 2px;
}

@media (max-width: 995px) {

    .video-demo-lab .lab {
        min-height: 560px;
    }

    .video-demo-lab h3 {
        font-size: 36px;
        margin: 12% 0 8% 0;
    }

    .video-demo-lab p {
        margin: 6% 0 30% 0;
    }

    .video-demo-soild {
        width: 160%;
    }

    .video-demo-lab .content {
        float: left;
        font-size: 24px;
        margin: 18% 0 12% 12%;
    }
}

.video-demo-image {
    width: 100%;
}

.video-demo-image img {
    width: 100%;
}

.video-demo-list-div {
    background-color: #fff;
}

.video-demo-content-div {
    width: 80%;
    padding-top: 45px;
    margin: 0 auto;
    min-height: 950px;
    background-color: #fff;
}

.video-demo-content-div-4 {
    width: 60%;
    padding-top: 30px;
}

.video-demo-content-div-6 {
    width: 75%;
    padding-top: 30px;
}

.video-demo-list-left .video-demo-list-header {
    width: 96%;
    margin: 0 auto;
    min-height: 40px;
    border-bottom: 1px solid #80A8B4;
}

.video-demo-list-left .video-demo-list-header ul {
    padding: 0;
}

.video-demo-list-left .video-demo-list-header li {
    float: left;
    font-size: 16px;
    margin-right: 15px;
    font-weight: 600;
    color: #4ADCE4;
}

.video-demo-list-left .video-demo-list-header a {
    color: #01405A;
}

.video-demo-list-left .video-demo-list-title {
    margin: 60px 0 80px 0;
}

.video-demo-list-left .video-demo-list-title-4 {
    margin: 45px 0 40px 0;
}

.video-demo-list-left .video-demo-list-title-6 {
    margin: 45px 0 40px 0;
}

.video-demo-list-left .video-demo-list-title h3, h6 {
    text-align: center;
}

.video-demo-list-left .video-demo-list-title h3 {
    font-weight: 600;
    color: #01405A;
}

.video-demo-list-left .video-demo-list-title h6 {
    color: #D6D9D9;
}

.video-demo-list-left .video-demo-content {
    margin-bottom: 10px;
    height: 200px;
}

.video-demo-list-left .list-content-title {
    color: #09455E;
    line-height: 10px;
    font-size: 15px;
}

.video-demo-list-left .video-demo-list-data {
    min-height: 425px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.video-demo-list-left .video-demo-list-data-4 {
    min-height: 420px;
    width: 75%;
}

.video-demo-list-left .list-content-title img {
    margin-left: 10px;
    margin-right: 10px;
}

.video-demo-list-right {
    margin-top: 50px;
}

.video-demo-list-right .select-input {
    width: 95%;
    margin: 0 auto;
}

.video-demo-list-right input {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.video-demo-list-right .select-button {
    background-color: #017E91;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.video-demo-list-right .select-button i {
    color: #fff;
}

.video-demo-list-right .select-button:hover {
    background-color: #014C64;
}

.video-demo-list-right .select-lab {
    margin: 0 auto;
    border-bottom: 1px solid #CECFD0;
    border-radius: 5px;
    width: 95%;
}

.video-demo-list-right .select-lab ul {
    width: 100%;
    margin: 0 0 0 0;
    padding-left: 0%;
}

.video-demo-list-right .select-lab li {
    padding-left: 10%;
    font-weight: 500;
    background-size: 100%;
    height: 100%;
    color: #8C9D9F;
    font-size: 16px;
    line-height: 40px;
    min-height: 40px;
    min-width: 212px;
}

@media (max-width: 1440px){
    .video-demo-list-right .select-lab li {
        font-size: 14px;
    }
}

.video-demo-list-right .select-lab .lab-li-1 {
    background: url(../img/support/video-demo/select-lab-not-activation-negative-1.png) no-repeat;
    background-size: 100%;
    height: 100%;
}

.video-demo-list-right .select-lab .lab-li-2 {
    background: url(../img/support/video-demo/select-lab-not-activation-negative-2.png) no-repeat;
    background-size: 100%;
    height: 100%;
}

.video-demo-list-right .select-lab .lab-active {
    background: url(../img/support/video-demo/select-lab-activation-negative.png) no-repeat;
    background-size: 100%;
    height: 100%;
    color: #fff;
}

.video-demo-list-right .select-lab .lab-active-img {
    width: 27px;
    margin: 10px 13px 0 0;
}

.video-demo-list-right .lab-icon {
    float: right;
    margin: 13px 25px 0 0;
    width: 7px;
}

.video-demo-list-right .support-ad {
    background: url(../img/support/video-demo/contact-us.png) no-repeat;
    background-size: 100%;
    color: #fff;
    margin: 30px auto;
    min-height: 215px;
    min-width: 315px;
}

.video-demo-list-right .support-ad p {
    text-align: center;
    line-height: 20px;
    padding: 0;
    margin-bottom: 2%;
    font-size: 21px;
}

.video-demo-list-right .support-ad .support-ad-total {
    padding-top: 14%;
    padding-bottom: 2%;
}

.video-demo-list-right .support-ad .support-ad-content {
    font-size: 15px;
}

.video-demo-list-right .support-ad .support-ad-last-content {
    margin-bottom: 6.5%;
}

.video-demo-list-right .support-ad .contact-us {
    padding: 0;
    background: url(../img/support/video-demo/contact-us-l.png) no-repeat;
    background-size: 50%;
    background-position: center;
    min-height: 38px;
    line-height: 38px;
    color: #fff;
    font-size: 21px;
}

.video-demo-pc-show{
    display: block;
}

.video-demo-mobile-show{
    display: none;
}

.video-embed {
    top: 50px;
}

.video-embed .modal-dialog {
    width: 1000px;
}

.video-embed .close {
    margin-top: -10px;
}

.video-embed iframe {
    width: 100%;
    height: 620px;
}

@media (min-width: 2000px) {
    .video-demo-content-div {
        min-height: 900px;
    }

    .video-demo-list-left .video-demo-list-data-4 {
        min-height: 500px;
    }

    .video-demo-list-left .video-demo-list-data-6 {
        min-height: 500px;
    }
}

@media (min-width: 2200px) {
    .video-demo-content-div {
        min-height: 950px;
    }
}

@media (min-width: 2500px) {
    .video-demo-content-div {
        min-height: 1500px;
    }

    .video-demo-content-div-4 {
        min-height: 1000px;
    }

    .video-demo-list-left .video-demo-list-data-4 {
        min-height: 700px;
    }

    .video-demo-list-left .video-demo-list-data-6 {
        min-height: 700px;
    }
}

@media (min-width: 3140px) {
    .video-demo-content-div-4 {
        min-height: 1300px;
    }

    .video-demo-list-left .video-demo-list-data-4 {
        min-height: 800px;
    }

    .video-demo-list-left .video-demo-list-data-6 {
        min-height: 800px;
    }
}

@media (min-width: 4500px) {
    .video-demo-content-div-4 {
        min-height: 1700px;
    }

    .video-demo-list-left .video-demo-list-data-4 {
        min-height: 1100px;
    }

    .video-demo-list-left .video-demo-list-data-6 {
        min-height: 1100px;
    }
}

@media (max-width: 1740px) {
    .video-demo-list-left .video-demo-list-data-6 h5 {
        font-size: 10px;
    }

}

@media (max-width: 1440px) {
    .video-demo-list-left .video-demo-list-data-6 h5 {
        font-size: 8px;
    }
}

@media (max-width: 960px) {
    .video-demo-list-left .video-demo-list-data-6 h5 {
        font-size: 14px;
    }
}
/* 视频演示结束 */


/* 资料库开始 */

.resource-formcontent{
    margin-bottom: 20px !important;
}

.resource-library {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 5%;
    padding-top: 70px;
}

.resource-library-banner {
    background: url(../img/support/resource-library/banner.png) no-repeat;
    background-size: 100%;
    padding: 11% 0;
    text-align: center;
    color: white;
    position: relative;
    top: -70px;
    margin-bottom: -70px;
    height: 600px;
}

.resource-library-banner h2 {
    font-size: 45px;
    font-weight: 800;
    letter-spacing: 5px;
}

.resource-library-banner p {
    font-size: 16px;
    letter-spacing: 2px;
    color: #31BEC9;
}

.resource-library-lab {
    margin: 0 auto;
}

.resource-library-lab .lab {
    background: url(../img/support/resource-library/lab-not-activation-negative.png) no-repeat;
    background-size: 100%;
    width: 370px;
    height: 313px;
}

.resource-library-lab a {
    color: #013F56;
}

.resource-library-lab .lab .show-more {
    float: left;
}

.resource-library-lab .content {
    font-size: 14px;
    margin: 18% 0 12% 12%;
}

.resource-library-lab h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 8% 0 2% 0;
}

.resource-library-lab .empty-content{
    text-align: center;
    height: 270px;
    line-height: 270px;
    color: #bbb;
    font-size: 30px;
}

.resource-library-title {
    background: url(../img/support/resource-library/lab-activation-title.png) no-repeat;
    background-size: cover;
    width: 132px;
    height: 28px;
    text-align: center;
}

.resource-library-title span{
    color: #fff;
    line-height: 28px;
}

.resource-library-soild {
    width: 80%;
}

.resource-library-lab p {
    margin: 4% 0 16% 0;
}

.resource-library-lab a {
    line-height: 14px;
}

.resource-library-lab a img {
    padding-bottom: 3px;
    margin-left: 2px;
}

@media (max-width: 995px) {

    .resource-library-lab .lab {
        min-height: 560px;
    }

    .resource-library-lab h3 {
        font-size: 36px;
        margin: 12% 0 8% 0;
    }

    .resource-library-lab p {
        margin: 6% 0 30% 0;
    }

    .resource-library-soild {
        width: 160%;
    }

    .resource-library-lab .content {
        float: left;
        font-size: 24px;
        margin: 18% 0 12% 12%;
    }
}

.resource-library-image {
    width: 100%;
}

.resource-library-image img {
    width: 100%;
}

.resource-library-list-div {
    background-color: #fff;
}

.resource-library-content-div {
    width: 80%;
    padding-top: 45px;
    margin: 0 auto;
    min-height: 800px;
    background-color: #fff;
}

.resource-library-content-div-4 {
    width: 60%;
    padding-top: 30px;
}

.resource-library-content-div-6 {
    width: 75%;
    padding-top: 30px;
}

.resource-library-list-left .resource-library-list-header {
    width: 96%;
    margin: 0 auto;
    min-height: 40px;
    border-bottom: 1px solid #80A8B4;
}

.resource-library-list-left .resource-library-list-header ul {
    padding: 0;
}

.resource-library-list-left .resource-library-list-header li {
    float: left;
    font-size: 16px;
    margin-right: 15px;
    font-weight: 600;
    color: #4ADCE4;
}

.resource-library-list-left .resource-library-list-header a {
    color: #01405A;
}

.resource-library-list-left .resource-library-list-title {
    margin: 60px 0 80px 0;
}

.resource-library-list-left .resource-library-list-title-4 {
    margin: 45px 0 40px 0;
}

.resource-library-list-left .resource-library-list-title-6 {
    margin: 45px 0 40px 0;
}

.resource-library-list-left .resource-library-list-title h3, h6 {
    text-align: center;
}

.resource-library-list-left .resource-library-list-title h3 {
    font-weight: 600;
    color: #01405A;
}

.resource-library-list-left .resource-library-list-title h6 {
    color: #D6D9D9;
}

.resource-library-list-left .resource-library-content {
    margin-bottom: 10px;
}

.resource-library-list-left .list-content-title {
    color: #09455E;
    line-height: 10px;
    font-size: 15px;
}

.resource-library-list-left .resource-library-list-data {
    min-height: 425px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.resource-library-list-left .resource-library-list-data-4 {
    min-height: 420px;
    width: 75%;
}

.resource-library-list-left .list-content-title img {
    margin-left: 10px;
    margin-right: 10px;
}

.resource-library-list-right {
    margin-top: 50px;
}

.resource-library-list-right .select-input {
    width: 95%;
    margin: 0 auto;
}

.resource-library-list-right input {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.resource-library-list-right .select-button {
    background-color: #017E91;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.resource-library-list-right .select-button i {
    color: #fff;
}

.resource-library-list-right .select-button:hover {
    background-color: #014C64;
}

.resource-library-list-right .select-lab {
    margin: 0 auto;
    border-bottom: 1px solid #CECFD0;
    border-radius: 5px;
    width: 95%;
}

.resource-library-list-right .select-lab ul {
    width: 100%;
    margin: 0 0 0 0;
    padding-left: 0%;
}

.resource-library-list-right .select-lab li {
    padding-left: 10%;
    font-weight: 500;
    background-size: 100%;
    height: 100%;
    color: #8C9D9F;
    font-size: 16px;
    line-height: 40px;
    min-height: 40px;
    min-width: 212px;
}

.resource-library-list-right .select-lab .lab-li-1 {
    background: url(../img/support/resource-library/select-lab-not-activation-negative-1.png) no-repeat;
    background-size: 100%;
    height: 100%;
}

.resource-library-list-right .select-lab .lab-li-2 {
    background: url(../img/support/resource-library/select-lab-not-activation-negative-2.png) no-repeat;
    background-size: 100%;
    height: 100%;
}

.resource-library-list-right .select-lab .lab-active {
    background: url(../img/support/resource-library/select-lab-activation-negative.png) no-repeat;
    background-size: 100%;
    height: 100%;
    color: #fff;
}

.resource-library-list-right .select-lab .lab-active-img {
    width: 27px;
    margin: 10px 13px 0 0;
}

.resource-library-list-right .lab-icon {
    float: right;
    margin: 13px 25px 0 0;
    width: 7px;
}

.resource-library-list-right .support-ad {
    background: url(../img/support/resource-library/contact-us.png) no-repeat;
    background-size: 100%;
    color: #fff;
    margin: 30px auto;
    min-height: 215px;
    min-width: 315px;
}

.resource-library-list-right .support-ad p {
    text-align: center;
    line-height: 20px;
    padding: 0;
    margin-bottom: 2%;
    font-size: 21px;
}

.resource-library-list-right .support-ad .support-ad-total {
    padding-top: 14%;
    padding-bottom: 2%;
}

.resource-library-list-right .support-ad .support-ad-content {
    font-size: 15px;
}

.resource-library-list-right .support-ad .support-ad-last-content {
    margin-bottom: 6.5%;
}

.resource-library-list-right .support-ad .contact-us {
    padding: 0;
    background: url(../img/support/resource-library/contact-us-l.png) no-repeat;
    background-size: 50%;
    background-position: center;
    min-height: 38px;
    line-height: 38px;
    color: #fff;
    font-size: 21px;
}

@media (min-width: 2000px) {
    .resource-library-content-div {
        min-height: 900px;
    }

    .resource-library-list-left .resource-library-list-data-4 {
        min-height: 500px;
    }

    .resource-library-list-left .resource-library-list-data-6 {
        min-height: 500px;
    }

    .industry-module .swiper-prev,.industry-module .swiper-next{
        top: 40%;
    }
}

@media (min-width: 2200px) {
    .resource-library-content-div {
        min-height: 950px;
    }
}

@media (min-width: 2500px) {
    .resource-library-content-div {
        min-height: 1500px;
    }

    .resource-library-content-div-4 {
        min-height: 1000px;
    }

    .resource-library-list-left .resource-library-list-data-4 {
        min-height: 700px;
    }

    .resource-library-list-left .resource-library-list-data-6 {
        min-height: 700px;
    }
}

@media (min-width: 3140px) {
    .resource-library-content-div-4 {
        min-height: 1300px;
    }

    .resource-library-list-left .resource-library-list-data-4 {
        min-height: 800px;
    }

    .resource-library-list-left .resource-library-list-data-6 {
        min-height: 800px;
    }
}

@media (min-width: 4500px) {
    .resource-library-content-div-4 {
        min-height: 1700px;
    }

    .resource-library-list-left .resource-library-list-data-4 {
        min-height: 1100px;
    }

    .resource-library-list-left .resource-library-list-data-6 {
        min-height: 1100px;
    }
}

@media (max-width: 1740px) {
    .resource-library-list-left {
        width: 70%;
    }

    .resource-library-list-right {
        width: 30%;
    }

    .resource-library-list-left .resource-library-list-data-6 h5 {
        font-size: 10px;
    }

}

@media (max-width: 1440px) {
    .resource-library-list-left {
        width: 60%;
    }

    .resource-library-list-right {
        width: 40%;
    }

    .resource-library-list-left .resource-library-list-data-6 h5 {
        font-size: 8px;
    }
}

@media (max-width: 960px) {
    .resource-library-list-left .resource-library-list-data-6 h5 {
        font-size: 14px;
    }
}

.resource-library-select{
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
}

.resource-library-select .input-group{
    float: right;
    width: 350px;
    margin-right: 4.5%;
}

.resource-library-select .resource-library-type{
    float: left;
    background: url(../img/support/resource-library/select-type-background.png) no-repeat;
    background-size: cover;
    background-position: center;
    height: 60px;
    width: 260px;
    text-align: center;
    cursor: pointer;
    margin-left: 1.5%;
}

.resource-library-select .resource-library-type .resource-library-type-icon{
    margin-top: -6px;
    margin-left: 10px;
}


.resource-library-select .resource-library-type span{
    font-size: 20px;
    color: #01405A;
    line-height: 60px;
}

.resource-library-select .resource-library-select-active span:not(.resource-library-type-list span){
    color: #09CED9;
}

.resource-library-select .resource-library-type .resource-library-type-list{
    display: none;
    position: relative;
    background-color: #E9E9E9;
    top: -5px;
    z-index: 1;
    width: 75%;
    margin: 0 auto;
    text-align: left;
}

.resource-library-select .resource-library-type .resource-library-type-list .list-label{
    padding-left: 18%;
}

.resource-library-select .resource-library-type .resource-library-type-list .list-label span{
    font-size: 16px;
    line-height: 45px;
}

.resource-library-select .resource-library-type .resource-library-type-list img{
    margin-top: -4px;
    height: 16px;
    margin-right: 20px;
}

.resource-library-select .input-group #select-input{
    border-radius:  30px 0 0 30px;
    padding-left: 20px;
    height: 45px;
}

.resource-library-select .input-group #select{
    color:#fff;
    background-color: #015A73;
    border-radius: 0 30px 30px 0;
    height: 45px;
    width: 50px;
}
.resource-library-select .input-group #clean{
    color: #fff;
    background-color: #00778B;
    height: 45px;
    width: 80px;
    line-height: 31px;
}

.resource-download-apply-box{
    width: 42%;
}

.resource-download-apply{
    background: url(/res/img/support/resource-library/resource-download-apply-banner.png) no-repeat;
    background-size: 100% 100% !important;
    background-position: 0 0 !important;
    height: 100%;
    position: relative;
    top: -70px;
    margin-bottom: -70px;
    padding: 20px 0;
}


.resource-download-apply .col-md-6 .box {
    margin-left: 123px;
    max-width: 460px;
    border: solid 3px #e7f0f1;
    padding: 40px 30px;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 20%;
}

.resource-download-book{
    background: url(/res/img/support/resource-library/book-img.png) no-repeat;
    background-size: 120% 80%;
    background-position: 0% 80%;
    height: 530px;
}

.resource-text-content{
    position: relative;
    top: 48%;
    padding-left: 17%;
}

.resource-title{
    font-size: 17px;
    font-weight: bold;
    color: #49D3D5;
    margin-bottom: 0;
}

.resource-subtitle{
    font-size: 14px;
    color: #555657;
    letter-spacing: 2px;
}


#resource-back{
    float: left;
    background-color: #419641;
    height: 44px;
    border-radius: 5px;
    width: 100%;
    border: #419641;
    margin-bottom: 30px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 44px;
    display: none;
}

#resource-downlod-mobile{
    float: left;
    background-color: #4BD8E0;
    height: 44px;
    border-radius: 5px;
    width: 100%;
    border: #4BD8E0;
    margin-bottom: 30px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 44px;
    display: none;
}

#resource-getauthcode:hover{
    background-color: gray !important;
}

@media (max-width: 1264px){

    .resource-download-apply-box{
        width: 50%;
    }

    .resource-download-book{
        height: 400px;
        background-size: contain;
    }

    .resource-text-content{
        padding-left: 15%;
    }
}

@media (max-width: 1134px){

    .resource-download-book{
        height: 350px;
    }

    .resource-text-content{
        padding-left: 13%;
        top: 52%;
    }

    .resource-text-content .resource-title{
        font-size: 13px !important;
    }

    .resource-text-content .resource-subtitle{
        font-size: 12px !important;
    }

    .resource-download-apply .col-md-6 .box{
        margin-left: 20px;
    }
}

@media (max-width: 991px){

    .resource-text-content{
        padding-left: 15%;
        top: 48%;
    }

    .resource-text-content .resource-title{
        font-size: 17px !important;
    }

    .resource-text-content .resource-subtitle{
        font-size: 14px !important;
    }

    .resource-download-book{
        height: 530px;
    }

    .resource-download-apply-box{
        width: 100%;
    }

    .resource-download-apply .col-md-6 .box{
        margin: 30px auto;
    }
}

@media (max-width: 679px){
    .resource-text-content{
        top: 50%;
    }

    .resource-download-apply .col-md-6 .box{
        margin: 30px auto;
    }
}

@media (max-width: 577px){
    .resource-text-content{
        top: 54%;
    }

    .resource-download-apply .col-md-6 .box{
        max-width: 80%;
    }
}

@media (max-width: 500px){
    .resource-download-book{
        height: 400px;
    }

    .resource-text-content .resource-title{
        font-size: 13px !important;
    }

    .resource-text-content .resource-subtitle{
        font-size: 12px !important;
    }
}

@media (max-width: 450px){
    .resource-text-content{
        padding-left: 14%;
    }
}

@media (max-width: 414px){

    .resource-download-book{
        height: 350px;
    }

    .resource-download-apply .col-md-6 .box{
        max-width: 90%;
    }

    .resource-text-content .resource-title{
        font-size: 13px !important;
        width: 45%;
        line-height: 14px;
    }

    .resource-text-content .resource-subtitle{
        margin-top:2px;
        font-size: 9px !important;
        letter-spacing: 0px;
    }

    .resource-getauthcode-box{
        padding-left: 0px;
    }

    .getauthcode-box{
        padding: 0px;
    }

    #trial-telephone,#trial-email,#trial-name{
        font-size: 11px;
    }

    .resource-download-apply{
        background: none;
    }

    .resource-download-apply .container{
        width: 100%;
    }

    .resource-download-book{
        background: url(/res/img/support/resource-library/book-img-mobile.jpg) no-repeat;
        background-size: 100%;
        background-position: bottom;
    }

    .resource-text-content{
        padding-left: 27%;
        top: 46%;
    }

    .resource-subtitle{
        letter-spacing: 1px;
    }

    .resource-download-apply-box{
        background: url(/res/img/support/resource-library/resource-download-apply-banner-mobile.jpg) no-repeat;
        background-size: cover;
        background-position: top;
        padding: 30px 0;
    }

    .resource-download-apply .col-md-6 .box{
        margin-top: 0;
        margin-bottom: 0;
    }

    .trial-form .write-form .col-sm-12{
        padding: 0;
    }

    .trial-form .write-form .trial-telephone-box{
        padding-left: 0;
    }

    .video-demo-lab{
        padding-top: 0;
    }
}

@media (max-width: 386px){
    .resource-text-content{
        padding-left: 27%;
        top: 50%;
    }
}

@media (max-width: 370px){
    .resource-text-content{
        padding-left: 27%;
        top: 52%;
    }
}

@media (max-width: 991px) {
    .video-demo-banner,.resource-library-banner{
        height: 420px;
        background-position: bottom;
        background-size: cover;
    }

    .video-demo-list-left .video-demo-list-data-6 h5 {
        font-size: 16px;
    }

    .video-demo-list-left .video-demo-content{
        margin-bottom: 30px;
    }

    .video-demo-lab .lab,.resource-library-lab .lab{
        width: 50%;
        float:left;
        min-height: 380px;
    }

    .video-demo-lab h3,.resource-library-lab h3{
        font-size: 24px;
    }

    .video-demo-lab p,.resource-library-lab p{
        font-size: 18px;
        margin: 6% 0 25% 0;
    }

    .video-demo-lab .lab .show-more,.resource-library-lab .lab .show-more{
        font-size: 18px;
    }

    .video-demo-soild,.resource-library-soild{
        width: 120%;
    }

    .video-demo-list-left .video-demo-list-data{
        min-height: 0;
    }

    .resource-library-lab h3{
        font-size: 24px;
    }

    .resource-library-title span{
        font-size: 18px;
    }

    .resource-library-lab p{
        font-size: 18px;
    }

}

@media (max-width: 900px) {
    .resource-library-lab h3{
        margin: 8% 0 6% 0;
    }

    .resource-library-lab p{
        margin: 6% 0 18% 0;
    }

    .resource-library-soild{
        width: 100%;
    }

    .resource-library-lab .lab{
        min-height: 315px;
    }

    .resource-library-select .resource-library-type{
        width: 30%;
        background-size: contain;
    }

    .resource-library-select .input-group{
        width: 50%;
    }

    .resource-library-select .resource-library-type span{
        font-size: 18px;
    }

    .resource-library-select .resource-library-type .resource-library-type-list .list-label{
        padding-left: 12%;
    }

    .resource-library-select .resource-library-type .resource-library-type-list .list-label span{
        font-size: 14px;
        line-height: 40px;
    }
}

@media (max-width: 800px) {
    .video-demo-lab .lab,.resource-library-lab .lab{
        min-height: 300px;
    }

    .video-demo-soild ,.resource-library-soild{
        width: 100%;
    }

    .video-demo-lab h3,.resource-library-lab h3{
        font-size: 21px;
        margin: 10% 0 6% 0;
    }

    .video-demo-lab p,.resource-library-lab p{
        font-size: 16px;
        margin: 6% 0 18% 0;
    }

    .video-demo-lab .lab .show-more,.resource-library-lab .lab .show-more{
        font-size: 16px;
    }

    .resource-library-lab h3{
        margin: 5% 0 5% 0;
    }

    .resource-library-lab p{
        margin: 5% 0 15% 0;
    }

    .resource-library-soild{
        width: 80%;
    }

    .resource-library-lab .lab{
        min-height: 315px;
    }

    .resource-library-select .resource-library-type span{
        font-size: 14px;
    }

    .resource-library-select .resource-library-type .resource-library-type-list .list-label{
        padding-left: 9%;
    }

    .resource-library-select .resource-library-type .resource-library-type-list .list-label span{
        font-size: 12px;
        line-height: 30px;
    }
}

@media (max-width: 750px) {
    .video-demo-banner,.resource-library-banner{
        padding-bottom: 0;
        height: 315px;
    }
}


@media (max-width: 679px) {
    .video-demo-lab .lab{
        width: 100%;
        min-height: 500px;
    }

    .video-demo-lab h3 ,.resource-library-lab h3{
        font-size: 30px;
        margin: 18% 0 12% 0;
    }

    .video-demo-lab p ,.resource-library-lab p{
        margin: 12% 0 30% 0;
        font-size: 24px;
    }

    .video-demo-lab .lab .show-more,.resource-library-lab .lab .show-more{
        font-size: 24px;
    }

    .video-demo-soild ,.resource-library-soild{
        width: 160%;
    }

    .resource-library{
        padding-top: 0;
        padding-bottom: 80px;
    }

    .resource-library-lab .lab{
        width: 100%;
        min-height: 415px;
    }

    .resource-library-select .resource-library-type{
        width: 100%;
        margin: 0 auto;
    }

    .resource-library-select .input-group{
        width: 80%;
        margin: 0 auto;
        float: none;
    }

    .resource-library-select .resource-library-type .resource-library-type-list{
        width: 180px;
        z-index: 99;
    }

    .resource-library-select .resource-library-type .resource-library-type-list img{
        margin-right: 10px;
    }
}

@media (max-width: 600px) {

    .video-demo-banner,.resource-library-banner{
        height: 255px;
    }

    .video-demo-banner h2,.resource-library-banner h2{
        font-size: 36px;
    }

    .video-demo-lab h3 ,.resource-library-lab h3{
        margin: 12% 0 8% 0;
    }

    .video-demo-lab p ,.resource-library-lab p{
        margin: 12% 0 24% 0;
    }

    .video-demo-soild ,.resource-library-soild{
        width: 120%;
    }
}

@media (max-width: 500px) {

    .video-demo-banner,.resource-library-banner{
        height: 215px;
    }

    .video-demo-banner h2,.resource-library-banner h2{
        font-size: 32px;
    }

    .video-demo-lab h3,.resource-library-lab h3{
        font-size: 21px;
        margin: 12% 0 8% 0;
    }

    .video-demo-lab p,.resource-library-lab p{
        font-size: 16px !important;
        margin: 6% 0 30% 0;
    }

    .video-demo-lab .lab .show-more,.resource-library-lab .lab .show-more{
        font-size: 16px;
    }

    .video-demo-lab .lab,.resource-library-lab .lab{
        min-height: 400px;
    }

    .video-demo-list-right .support-ad{
        min-width: 100%;
    }

    .video-demo-list-right .support-ad .support-ad-total{
        padding-top: 10%;
    }

    .video-demo-list-right .support-ad .support-ad-last-content{
        margin-bottom: 3%;
    }

}

@media (max-width: 414px) {

    .resource-library-lab{
        width: 97%;
    }

    .resource-library{
        width: 100%;
        margin-top: 40px;
    }

    .video-demo-list-right{
        margin-top: 0;
    }

    .video-demo-banner,.resource-library-banner{
        height: 250px;
    }

    .video-demo-banner .container,.resource-library-banner .container{
        margin-top: 65px;
    }

    .video-demo-banner h2,.resource-library-banner h2{
        font-size: 27px;
    }

    .video-demo-lab .lab,.resource-library-lab .lab{
        min-height: 275px;
    }

    .video-demo-lab h3,.resource-library-lab h3{
        margin: 10% 0 6% 0;
    }

    .video-demo-lab p,.resource-library-lab p{
        margin: 6% 0 21% 0;
    }

    .video-demo-soild ,.resource-library-soild{
        width: 100%;
    }

    .video-demo-content-div-6{
        width:91.5%;
    }

    .video-demo-lab .lab{
        background: url(../img/support/video-demo/lab-not-activation-negative-mobile.png) no-repeat;
        height: auto;
        min-height: auto;
        width: 46%;
        background-size: 100%;
        margin: 2% 2%;
    }

    .video-demo-lab .video-demo-title{
        max-width: 100%;
        width: auto;
        height: 22px;
    }

    .video-demo-lab h3{
        font-size: 13px;
        width: 100%;
        line-height: 13px;
        height: 26px;
        display: table-cell;
        vertical-align: middle;
    }

    .video-demo-soild{
        width: 75%;
        margin-top: -8px;
    }

    .video-demo-lab p{
        font-size: 10px !important;
        margin: 0% 0 9% 0;
        display: table-cell;
        vertical-align: middle;
        height: 28px;
    }

    .video-demo-lab .lab .show-more{
        font-size: 10px;
        margin-bottom: 0%;
        margin-top: 1% !important;
    }

    .video-demo-lab .content{
        width: 100%;
        margin: 16% 0 14% 6%;
    }

    .video-demo-list-right{
        display: none;
    }

    .resource-library-lab .lab{
        height: auto;
        min-height: auto;
        width: 50%;
        background: url(../img/support/resource-library/lab-not-activation-negative-mobile.png) no-repeat;
        background-size: 100%;
    }

    .resource-library-lab h3{
        font-size: 14px;
        width: 100%;
        line-height: 16px;
        height: 32px;
        display: table-cell;
        vertical-align: middle;
    }

    .resource-library-lab .content{
        margin: 12% 0% 0% 6%;
    }

    .resource-library-title span{
        font-size: 10px;
    }

    .resource-library-lab p{
        font-size: 10px !important;
        margin: 0% 0 9% 0;
    }

    .resource-library-lab .lab .show-more{
        font-size: 10px;
        margin-bottom: 20%;
    }

    .resource-library-soild{
        width: 80%;
    }

    .resource-library-select{
        width: 95.5%;
    }

    .resource-library-select .resource-library-type{
        background: url(../img/support/resource-library/select-type-background-mobile.png) no-repeat;
        width: 34%;
        background-size: 100% 55px;
        margin-bottom: 10px;
    }

    .resource-library-select .resource-library-type .resource-library-type-list img{
        margin-right: 5px;
    }

    .resource-library-select .resource-library-type span{
        font-size: 18px;
        line-height: 55px;
    }

    .resource-library-select .resource-library-type .resource-library-type-list{
        width: 90%;
    }
    .resource-library-select .input-group #select-input{
        height:42px;
    }

    .resource-library-select .input-group #select{
        height: 42px;
    }

    .resource-library-title{
        width: 55%;
        background-color: #09CED9;
        border-radius: 5px;
        height: 22px;
        margin-bottom: 10px;
    }

    .resource-library-title span{
        line-height: 20px;
    }


    .resource-library-select .input-group{
        width: 64%;
        top: 5px;
        left: 2%;
        margin-top: 10px;
        margin-right: 2%;
    }

    .resource-library-select .resource-library-type .resource-library-type-icon{
        height: 15px;
    }

    .video-demo-image img{
        width: 140%;
        margin-left: -20%;
    }

    .video-demo-list-left .video-demo-content{
        width: 50%;
        float: left;
    }

    .video-demo-list-left .video-demo-content{
        height: 100px;
    }

    .video-demo-list-left .list-content-title img{
        display: none;
    }

    .video-demo-list-left .video-demo-list-data-6 h5{
        font-size:12px;
        display: table-cell;
        vertical-align: middle;
        line-height: 16px;
        height: 32px;
    }

    .video-demo-content-div{
        min-height: auto;
        padding-bottom: 20px;
    }

    .resource-library-select .input-group #clean{
        height: 42px;
    }
}
/* 资料库结束 */

/* 网络安全灾备工程师开始 */

.cise-certification-banner{
    background: url(../img/support/cise-certification-banner.png) no-repeat;
    padding: 11% 0;
    text-align: center;
    color: white;
    position: relative;
    top: -70px;
    margin-bottom: -70px;
    height: 600px;
    background-size: cover;
}
.cise-certification-banner .container h2{
    font-weight: bold;
    font-size: 36px;
}

.cise-certification-banner .container p{
    margin-top:20px;
    font-size: 18px;
    color:#3BD6DF;
}

.cise-certification-content .row{
    padding: 120px 0;
}

.cise-certification-content .video-group{
    width: 100%;
    text-align: center;
}

.cise-certification-content .video-background{
    background: url(../img/support/video-background.png) no-repeat;
    background-size: 100%;
    background-position: bottom;
    height: 335px;
}

.cise-certification-content .video-background .cise-background-image{
    width: 100%;
    height: 275px;
}

.cise-certification-content .video-play{
    top: -10px;
}

@media (max-width: 1240px){
    .cise-certification-content .video-background{
        background-position: 100% 75%;
    }
}

@media (max-width: 1180px){
    .cise-certification-content .video-background{
        background: none;
    }
}

.cise-certification-background {
    text-align: center;
    background: #FAFAFA;
    margin-top: -70px;
    padding: 80px 0;
    padding-bottom: 150px;
}

.cise-certification-background .cise-certification-background-images{
    background: url(../img/support/cise-certification-background.png) no-repeat;
    background-size: 100%;
    background-position: bottom;
    min-height: 400px;
}

.cise-certification-background .cise-certification-background-images img{
    max-width: 80%;
    height: 350px;
    margin: 0 10px;
    box-shadow: 0px 10px 20px rgba(150, 150, 150, .8);
    -moz-box-shadow: 0px 10px 20px rgba(150, 150, 150, .8);
    -webkit-box-shadow: 0px 10px 20px rgba(150, 150, 150, .8);
}

.cise-certification-background p{
    text-align: justify;
    margin-top: 20px;
    line-height: 30px;
}

.cise-certification-background .cise-certification-background-content{
    margin-top: 50px;
}

.cise-certification-courses{
    text-align: center;
    background: #FFF;
    margin-top: -70px;
    padding: 80px 0;
}

.cise-certification-courses .pub-text{
    margin-bottom: 0px;
}

.cise-certification-courses .class-introduce{
    background: url(../img/support/cise-certification-tablet.png) no-repeat;
    background-size: 80% 95%;
    background-position: 50% 50%;
    min-height: 375px;
}

.cise-certification-courses .class-introduce p{
    color:#fff;
    position: relative;
    top:110px;
    width: 60%;
    margin: 0 auto;
    text-align: justify;
    line-height: 30px;

}

.cise-certification-courses .class-content .content{
    width: 90%;
    margin: 0 auto;
}

.cise-certification-courses .class-content h3{
    color:#153c4a;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    margin-bottom: 50px;
}

.cise-certification-courses .class-content p{
    margin-bottom: 30px;
}

.cise-certification-courses .class-content .massive-line{
    position: relative;
    min-height: 150px;
    margin-top: 20px;
}

.cise-certification-courses .class-content .massive-line .col-md-6{
    box-shadow: 0px 1px 5px rgba(220, 220, 220, .9);
    -moz-box-shadow: 0px 1px 5px rgba(220, 220, 220, .9);
    -webkit-box-shadow: 0px 1px 5px rgba(220, 220, 220, .9);
    width: 200px;
    padding: 10px 20px;
    text-align: justify;
    position: absolute;
    background: #fff;
}

.cise-certification-courses .class-content .massive-line .massive-top-left{
    border-radius: 15px 15px 0px 15px;
    bottom: 0;
    transform: translateY(0);
    animation: surge 3s linear infinite;
}

.cise-certification-courses .class-content .massive-line .massive-top-right{
    border-radius: 15px 15px 15px 0px;
    bottom: 0;
    left: 220px;
    transform: translateY(0);
    animation: surge 3s linear infinite;
}

.cise-certification-courses .class-content .massive-line .massive-bottom-left{
    border-radius: 15px 0px 15px 15px;
    left: 20px;
    transform: translateY(0);
    animation: surge 3s linear infinite;
}

.cise-certification-courses .class-content .massive-line .massive-bottom-right{
    border-radius: 0px 15px 15px 15px;
    left: 240px;
    transform: translateY(0);
    animation: surge 3s linear infinite;
}

/*@keyframes surge {*/
/*    0% {top: 0;bottom: 0}*/
/*    50% {top: calc(100% - 105%);bottom: calc(-100% - -105%);}*/
/*    100% {top: 0;bottom: 0}*/
/*}*/

.cise-certification-courses .class-content .massive-line .massive-top-left h4{
    color: #7096e7;
    font-weight: bold;
    text-align: left;
}

.cise-certification-courses .class-content .massive-line .massive-top-right h4{
    color: #2acee4;
    font-weight: bold;
    text-align: left;
}

.cise-certification-courses .class-content .massive-line .massive-bottom-left h4{
    color: #4db38b;
    font-weight: bold;
    text-align: left;
}

.cise-certification-courses .class-content .massive-line .massive-bottom-right h4{
    color: #877ab7;
    font-weight: bold;
    text-align: left;
}

.cise-certification-process{
    background: url(../img/support/cise-certification-wave.png) no-repeat;
    background-size: 100% 100%;
    background-position: top;
    margin-top: -210px;
}

.cise-certification-process .pub-title{
    margin-top: 150px;
}

.cise-certification-process .symbol-child{
    float: left;
    width: 33.3333%;
}

.cise-certification-process .number-child,.cise-certification-process .card-child{
    float: left;
    width: 25%;
}

.cise-certification-process .flow-chart{
    background: url(../img/support/cise-certification-flow-chart.png) no-repeat;
    background-size: 90% 90%;
    background-position: 50% 35%;
    height: 270px;
    position: relative;
    top: 150px;
    width: 68%;
    margin: 0 auto;
}

.cise-certification-process .symbol{
    width: 60%;
    margin: 0 auto;
    position: relative;
    top: 5px;
}

.cise-certification-process .number{
    width: 80%;
    margin: 0 auto;
    position: relative;
    top: -105px;
}

.cise-certification-process .number p{
    color:#70dee4;
    font-size: 20px;
}

.cise-certification-process .card{
    width: 80%;
    margin: 0 auto;
    position: relative;
    top: -95px;
}

.cise-certification-process .card .card-background{
    background-color:#fff;
    border: 2px solid #7592E6;
    border-radius: 50px;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    cursor: pointer;
}

.cise-certification-process .card .card-background:hover{
    transform: scale(1.2);
    transition:transform 0.25s;
}

.cise-certification-process .card p{
    margin-top: 40px;
    font-size: 20px;
    color: #fff;
}

.cise-certification-process .card img{
    width: 45px;
    height: 45px;
    position: relative;
    top: 25px;
}

.cise-certification-certificates{
    text-align: center;
    background: #FAFAFA;
    margin-top: -70px;
    padding: 80px 0;
}

.cise-certification-certificates img{
    width: 100%;
    padding: 2px;
    border-radius: 5px;
    background: linear-gradient(to top, #B3E9EF, #D6DFFC);
}

.cise-certification-certificates p{
    margin-top: 20%;
    text-align: justify;
    width:100%;
    line-height: 30px;
}

.cise-certification-registration{
    text-align: center;
    background: #FFF;
    padding-top: 160px;
    padding-bottom: 80px;
}

.cise-certification-registration .row{
    padding-bottom: 120px;
}
.cise-certification-registration .flow{
    width: 45.3%;
    margin-left: 4.7%;
}


.cise-certification-registration .right-img{
    width: 100%;
}

.cise-certification-registration .registration-step {

}

.cise-certification-registration .registration-step p{
    text-align: left;
    font-size: 15px;
    line-height: 25px;
}

.cise-certification-registration .registration-step h4{
    font-weight: bold;
    text-align: left;
}

.cise-certification-registration .registration-qrcode{
    position: absolute;
    left: 15px;
    top: 180px;
}

.cise-certification-registration .registration-step .registration-step-image-background{
    background-color: #A5B9F9;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    position: relative;
    z-index: 9;
    cursor: pointer;
}

.cise-certification-registration .registration-step .registration-step-image-background:hover{
    transform: scale(1.2);
    transition:transform 0.25s;
}

.cise-certification-registration .registration-step .registration-step-image-background.active{
    background-color: #6FE0E6;
}

.cise-certification-registration .registration-step .registration-step-card{
    float:left;
    width: 33.3333%;
}

.cise-certification-registration .registration-step .left .registration-step-image-background{
    margin-left: 35%;
}

.cise-certification-registration .registration-step .left p,.cise-certification-registration .registration-step .left h4{
    padding-left: 50px;
}

.registration-step-card-2{
    margin-top: 80px;
}

.registration-step-card-3{
    margin-top: 120px;
}

.cise-certification-registration .registration-step .registration-step-image-background img{
    width: 25px;
    height: 25px;
    margin-top: 12px;
}

.cise-certification-registration .registration-step .transverse-gray-bar{
    background-color: #F7F7F9;
    height: 5px;
}

.cise-certification-registration .registration-step .bar1{
    width: 75%;
    margin: 0 0px 0 4%;
    position: absolute;
    top: 20px;
}

.cise-certification-registration .registration-step .direction-gray-bar{
    background-color: #F7F7F9;
    width: 5px;
}

.cise-certification-registration .registration-step .bar2{
    height: 80px;
    position: absolute;
    left: 49.5%;
    top: 4.5%;
}

.cise-certification-registration .registration-step .bar3{
    height: 140px;
    position: absolute;
    left: 81.3%;
    top: 4.5%;
}

.cise-certification-registration .registration-step .blue-point{
    background-color: #DBF3F3;
}

.cise-certification-registration .registration-step .point1{
    position: absolute;
    height: 18px;
    width: 18px;
    border-radius: 9px;
    left: 48.5%;
    top: 4.5%;
    border: 2px solid #fff;
}

.cise-certification-registration .registration-step .point2{
    position: absolute;
    height: 18px;
    width: 18px;
    border-radius: 9px;
    left: 80%;
    top: 4.5%;
    border: 2px solid #fff;
}

.cise-certification-authorization{
    /*position: absolute;*/
    text-align: center;
    background: #FFF;
    margin-top: -70px;
    padding: 80px 0;
    padding-bottom: 120px;
    overflow: hidden;

}

.cise-certification-authorization .left{
    background: url(../img/support/cise-certification-authorization-left.png) no-repeat;
    background-size: 100% 100%;
    background-position: top;
    position: absolute;
    height: 400px;
    width: 50%;
    z-index: 1;
    margin-top: 150px;
}

.cise-certification-authorization .right{
    background: url(../img/support/cise-certification-authorization-right.png) no-repeat;
    background-size: 100% 100%;
    background-position: top;
    position: absolute;
    height: 380px;
    width: 70%;
    z-index: 2;
    margin-top: 375px;
    right: 0;
}

.cise-certification-authorization img{
    z-index: 999;
    position: relative;
}

@media (min-width: 850px){
    #cise-scroll-character-1{
        transition: transform, opacity 2s, 1s;
        transform: translateX(-90px);
        opacity: 0;
    }

    .cise-certification-content .video-group{
        transition: transform, opacity 2s, 1s;
        transform: translateX(90px);
        opacity: 0;
    }

    .cise-certification-background-images #cise-certification-background-images-1{
        transition: transform, opacity 2s, 1s;
        transform: translateX(-90px);
        opacity: 0;
    }

    .cise-certification-background-images #cise-certification-background-images-2{
        transition: transform, opacity 2s, 1s;
        transform: translateY(-90px);
        opacity: 0;
    }

    .cise-certification-background-images #cise-certification-background-images-3{
        transition: transform, opacity 2s, 1s;
        transform: translateX(90px);
        opacity: 0;
    }

    .cise-certification-background .cise-certification-background-content{
        transition: transform, opacity 2s, 1s;
        transform: translateX(-90px);
        opacity: 0;
    }

    .class-introduce p{
        transition: transform, opacity 2s, 1s;
        transform: translateY(-90px);
        opacity: 0;
    }

    #cise-certification-courses-card{
        transition: transform, opacity 2s, 1s;
        transform: translateY(90px);
        opacity: 0;
    }

    .cise-certification-process .flow-chart{
        transition: transform, opacity 2s, 1s;
        transform: translateY(-90px);
        opacity: 0;
    }

    #cise-certification-registration-flow{
        transition: transform, opacity 2s, 1s;
        transform: translateX(-90px);
        opacity: 0;
    }

    #cise-certification-registration-image{
        transition: transform, opacity 2s, 1s;
        transform: translateX(90px);
        opacity: 0;
    }

    #cise-certification-certificates-content{
        transition: transform, opacity 2s, 1s;
        transform: translateX(-90px);
        opacity: 0;
    }

    #cise-certification-certificates-image{
        transition: transform, opacity 2s, 1s;
        transform: translateX(90px);
        opacity: 0;
    }

    #cise-certification-authorization-left{
        transition: transform, opacity 2s, 2s;
        transform: translateX(-90px);
        opacity: 1;
    }

    #cise-certification-authorization-right{
        transition: transform, opacity 2s, 2s;
        transform: translateX(90px);
        opacity: 1;
    }

    #cise-certification-authorization-image{
        transition: transform, opacity 2s, 1s;
        transform: translateY(-90px);
        opacity: 1;
    }
}

@media (max-width: 1700px){
    .cise-certification-banner{
        height: 500px;
    }
}

@media (max-width: 1440px){
    .cise-certification-banner{
        height: 400px;
    }
}

@media (max-width: 1264px){
    .cise-certification-registration .registration-step .left .registration-step-image-background{
        margin-left: 50px;
    }

}

@media (max-width: 1134px){
    .cise-certification-certificates p{
        /*font-size: 14px;*/
        /*line-height: 20px;*/
        margin-top: -2%;
    }

    .registration-step-card-2 .registration-step-image-background{
        margin-left: 32px !important;
    }

    .registration-step-card-3 .registration-step-image-background{
        margin-left: 35px !important;
    }

    .cise-certification-registration .registration-step h4{
        font-size: 17px;
    }

    .cise-certification-registration .registration-step p{
        font-size: 15px;
    }

    .cise-certification-registration .registration-step .left p, .cise-certification-registration .registration-step .left h4{
        padding-left: 32px;
    }

    .cise-certification-registration .registration-step .point1{
        left: 47.5%;
        top: 5.5%;
    }

    .cise-certification-registration .registration-step .point2{
        left: 79.5%;
        top: 5.5%;
    }

    .cise-certification-registration .registration-qrcode{
        width: 100px;
        height: 100px;
        left: 20px;
    }

    .cise-certification-registration .flow{
        width: 50%;
        margin-left:0%;
    }
}

@media (max-width: 991px){

    .cise-certification-banner{
        background-size: cover;
        padding-top:15%;
    }

    .cise-certification-background .cise-certification-background-images{
        min-height: 150px;
    }

    .cise-certification-background .cise-certification-background-images img{
        width: 30%;
        height: 100%;
        margin: 0 1%;
        margin-bottom: 30px;
    }

    .cise-certification-courses .class-content h3{
        text-align: center;
        margin-bottom: 80px;
    }

    .cise-certification-courses .class-content .massive-line .col-md-6{
        width: 50%;
        padding: 1% 7%;
    }

    .cise-certification-courses .class-content .massive-line .massive-top-right{
        left: 55%;
    }

    .cise-certification-courses .class-content .massive-line .massive-bottom-left {
        left:5%;
    }

    .cise-certification-courses .class-content .massive-line .massive-bottom-right{
        left:60%;
    }

    .cise-certification-process .pub-title{
        margin-top: 35%;
    }
}

@media (max-width: 850px){

    .cise-certification-courses .pub-text{
        margin-bottom: 0px;
    }

    .cise-certification-courses .class-introduce{
        background-size: contain;
    }

    /*.cise-certification-courses .class-introduce p{*/
    /*    font-size: 14px;*/
    /*    line-height: 20px;*/
    /*}*/

    .cise-certification-courses .class-content .massive-line .col-md-6{
        width: 50%;
        padding: 1% 7%;
    }

    .cise-certification-courses .class-content .massive-line .massive-top-right{
        left: 55%;
    }

    .cise-certification-courses .class-content .massive-line .massive-bottom-left {
        left:5%;
    }

    .cise-certification-courses .class-content .massive-line .massive-bottom-right{
        left:60%;
    }

    .cise-certification-process .pub-title{
        margin-top: 15%;
    }

    .cise-certification-courses .class-content h3{
        text-align: center;
        margin-bottom: 80px;
    }

    .cise-certification-process{
        margin-top: -30px;
    }

    .cise-certification-authorization img{
        width: 60%;
    }

    .cise-certification-authorization .left{
        background-size: contain;
        background-position: top;
    }

    .cise-certification-authorization .right{
        margin-top: 45%;
        background-size: contain;
        background-position: bottom;
    }
}

@media (max-width: 767px){

    .cise-certification-certificates p{
        margin-top: 50px;
    }

    .cise-certification-content .row{
        padding: 10px;
    }

    .cise-certification-registration .right-img{
        display: none;
    }

    .cise-certification-process .flow-chart{
        background-size: contain;
        top: 40px;
    }

    .cise-certification-process{
        height: 380px;
        margin-top: -30px;
    }

    .cise-certification-process .card{
        top:-15%;
    }

    .cise-certification-process .symbol{
        top:12%;
    }

    .cise-certification-process .number {
        top: -15%;
    }

    .cise-certification-process .card .card-background{
        height: 60px;
        width: 60px;
    }

    .cise-certification-process .card img{
        top:12.5px;
        width: 30px;
        height: 30px;
    }

    .cise-certification-process .card p{
        margin-top: 10%;
        font-size: 16px;
    }

    .cise-certification-process .number p{
        font-size: 16px;
    }

    .cise-certification-process .symbol img{
        width: 20px;
        height: 20px;
    }

    .cise-certification-registration .registration-step h4{
        font-size: 18px;
    }

    .cise-certification-registration .registration-step p{
        font-size: 16px;
    }

    .registration-step-card-2 .registration-step-image-background{
        margin-left: 38% !important;
    }

    .registration-step-card-3 .registration-step-image-background{
        margin-left: 38% !important;
    }

    .cise-certification-registration .registration-step .left p, .cise-certification-registration .registration-step .left h4{
        padding-left: 40%;
    }

    .cise-certification-registration .registration-step .point1{
        left: 48.6%;
        top: 12px;
    }

    .cise-certification-registration .registration-step .point2{
        left: 80.5%;
        top: 12px;
    }

    .cise-certification-registration .registration-step .bar2{
        top: 12px;
    }

    .cise-certification-registration .registration-step .bar3{
        top: 12px;
    }

    .cise-certification-registration .registration-qrcode{
        width: 125px;
        height: 125px;
        left: 20px;
    }

    .cise-certification-registration .flow{
        width: 100%;
    }

    .cise-certification-content .container p{
        margin: 50px 0;
    }

    .cise-certification-background p:first-child{
        margin-top: 50px;
    }

    .cise-certification-background p:last-child{
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .cise-certification-content .content{
        width: 107%;
        margin-left: -7%;
    }

    .cise-certification-background .pub-text,.cise-certification-registration .pub-text,.cise-certification-certificates .pub-text,.cise-certification-authorization .pub-text{
        margin-bottom: 50px !important;
    }

    .cise-certification-courses .class-content h3{
        margin-top: 30px;
        margin-bottom: 50px;
    }
}

@media (max-width: 500px) {

    .cise-certification-banner{
        height: 350px;
    }

    .service-vm .service-card-group{
        padding-bottom: 0px;
    }

    .cise-certification-banner .container{
        margin-top: 15%;
    }

    .cise-certification-banner .container h2{
        font-size: 24px;
    }

    p{
        font-size: 14px !important;
    }

    .cise-certification-banner .container p{
        font-size: 16px !important;
    }

    .cise-certification-courses .class-introduce p{
        width: 90%;
    }

    .cise-certification-banner{
        background-size: cover;
        padding-top:20%;
    }

    .cise-certification-banner h2{
        font-size: 24px;
    }

    .cise-certification-banner p{
        font-size: 16px;
    }

    .cise-certification-process .card{
        top:-9%;
    }

    .cise-certification-process .symbol{
        top:18%;
    }

    .cise-certification-process .number {
        top: -9%;
    }

    .cise-certification-registration{
        padding-top: 80px;
    }

    .cise-certification-registration .registration-step .point2{
        left: 80%;
    }

    .registration-step-card-2 .registration-step-image-background{
        margin-left: 34% !important;
    }

    .registration-step-card-3 .registration-step-image-background{
        margin-left: 35% !important;
    }

    .cise-certification-registration .registration-step .left p, .cise-certification-registration .registration-step .left h4{
        padding-left: 35%;
    }

    .cise-certification-process .pub-title{
        margin-top: 140px;
    }

    .cise-certification-content .video-background{
        height: 236px;
        margin-bottom: 30px;
    }

    .cise-certification-content .video-background .cise-background-image{
        width: 306px;
        height: 171px;
    }
}

@media (max-width: 414px) {
    .cise-certification-authorization .left{
        width: 75%;
        height: 20%;
    }

    .cise-certification-authorization .right{
        width: 90%;
        height: 35%;
    }

    .cise-certification-process .card{
        top:-3%;
    }

    .cise-certification-process .symbol{
        top:19%;
    }

    .cise-certification-process .number {
        top: -3%;
    }

    .cise-certification-process .card .card-background{
        height: 40px;
        width: 40px;
    }

    .cise-certification-process .card img{
        top:7px;
        width: 20px;
        height: 20px;
    }

    .cise-certification-process .symbol img{
        width: 15px;
        height: 15px;
    }

    .cise-certification-process .flow-chart{
        top: 0px;
        width: 100%;
        background-size: 105%;
        background-position: 40% 35%;
    }

    .cise-certification-process{
        height: 340px;
        margin-top: -30px;
    }

    .cise-certification-background{
        padding-top: 30px;
        padding-bottom: 90px;
    }

    .cise-certification-courses{
        padding-top: 30px;
        padding-bottom: 70px;
    }

    .cise-certification-registration{
        padding-top: 0px;
    }

    .cise-certification-certificates{
        padding-top: 30px;
        padding-bottom: 0px;
    }

    .cise-certification-authorization{
        padding-top: 30px;
        padding-bottom: 60px;
    }

}

@media (max-width: 410px) {
    .cise-certification-courses .class-content h3{
        margin-bottom: 80px;
    }
}

@media (max-width: 396px) {
    .cise-certification-registration .registration-qrcode{
        width: 100px;
        height: 100px;
        left: 20px;
    }

    .cise-certification-registration .registration-step h4{
        font-size: 16px;
    }

    .cise-certification-registration .registration-step p{
        font-size: 14px;
    }
}


/* 网络安全灾备工程师结束 */

/* 云祺直播开始 */

.vinchin-live-banner{
    background: url(../img/live/banner.png) no-repeat;
    background-size: 100%;
    background-position: 0px 50%;
    padding: 11% 0;
    text-align: center;
    color: white;
    position: relative;
    top: -70px;
    margin-bottom: -70px;
}

.vinchin-live-banner .container {
    position: relative;
    top: 20px;
}

.vinchin-live-banner .container h1{
    font-size: 40px;
    font-weight: bold;
}

.vinchin-live-banner .container p{
    font-size: 20px;
    color: #40DFE8;
}

.vinchin-live .vinchin-live-lab{
    min-height: 60px;
    text-align: center;
    line-height: 60px;
    background-color: #E5E5EA;
    font-weight: bold;
}

.vinchin-live .vinchin-live-lab-mobile{
    min-height: 60px;
    text-align: center;
    line-height: 60px;
    background-color: #E5E5EA;
    font-weight: bold;
    display: none;
}

.vinchin-live .vinchin-live-lab a,.vinchin-live .vinchin-live-lab-mobile a{
    color: #999999;
    font-size: 18px;
    cursor: pointer;
}

.vinchin-live .vinchin-live-lab .active,.vinchin-live .vinchin-live-lab-mobile .active div{
    background-color: #42CED6;
    color: #F4FBFC;
}

.vinchin-live-content .vinchin-live-category{
    display:none;
}

.vinchin-live-content .active{
    display: block;
}

.vinchin-live-content .vinchin-live-reservation-no-data{
    background: url(../img/live/no-reservation-background.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    height: 600px;
}
.vinchin-live-content .vinchin-live-reservation-no-data .vinchin-live-reservation-no-data-img{
    background: url(../img/live/no-reservation.png) no-repeat;
    background-position: center 0px;
    height: 500px;
    text-align: center;
    background-size: 1130px;
    position: relative;
    top: 100px;
}

.vinchin-live-content .vinchin-live-reservation-no-data .vinchin-live-reservation-no-data-img span{
    font-size: 30px;
    font-weight: bolder;
    position: relative;
    top: 100px;
    background-image:-webkit-linear-gradient(top,#6F95DC,#4E6190);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.vinchin-live-content .vinchin-live-reservation-no-data .vinchin-live-reservation-no-data-img .vinchin-live-reservation-no-data-button{
    font-size: 27px;
    font-weight: bold;
    position: relative;
    top: 125px;
    color: #fff;
    background: url(../img/live/no-reservation-button.png) no-repeat;
    background-position: center;
    background-size: contain;
    padding: 5px;
}

.vinchin-live-content .vinchin-live-reservation-data {
    margin: 0 auto;
    width: 80%;
    margin-top: 100px;
    min-height: 600px;
}

.vinchin-live-content .vinchin-live-reservation-data .vinchin-live-reservation-banner{
    text-align: center;
}

.vinchin-live-content .vinchin-live-reservation-data .vinchin-live-reservation-banner img{
    width: 500px;
    margin: 0 auto;
    box-shadow: 10px 10px 5px rgba(220, 220, 220, .5);
    -moz-box-shadow: 10px 10px 5px rgba(220, 220, 220, .5);
    -webkit-box-shadow: 10px 10px 5px rgba(220, 220, 220, .5);
}

.vinchin-live-content .vinchin-live-reservation-data .vinchin-live-reservation-content{

}

.vinchin-live-content .vinchin-live-reservation-data .vinchin-live-reservation-content h3{
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: bold;
}

.vinchin-live-content .vinchin-live-reservation-data .vinchin-live-reservation-content div{
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
    font-weight: bold;
}

.vinchin-live-content .vinchin-live-reservation-data .vinchin-live-reservation-content img{
    margin-right: 20px;
    width: 25px;
}

.vinchin-live-content .vinchin-live-reservation-data .vinchin-live-reservation-content .synopsis{
    font-size: 15px;
    color: #747477;
    line-height: 25px;
    text-align: justify;
}

.vinchin-live-content .vinchin-live-reservation-data .vinchin-live-reservation-content .qrcode-lab{
    width: 135px;
    height: 135px;
    margin-top: 50px;
    margin-bottom: 20px;
    background-color: #F8F8F8;
    border: 2px solid #EEECEC;
    border-radius: 10px;
}

.vinchin-live-content .vinchin-live-reservation-data .vinchin-live-reservation-content .qrcode-lab img{
    width: 120px;
    position: relative;
    top: 5px;
    left: 5px;
}

.vinchin-live-replay-lab {
    width: 1250px;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    margin-top: 100px;
    margin-bottom: 100px;
    color: #747478;
}

.vinchin-live-replay-div{
    height: 600px;
    padding: 0;
    width: 500px;
    margin:0 5% 100px 5%;
    border-radius: 10px;
    box-shadow: 0px 10px 15px rgba(200, 200, 200, .5);
    -moz-box-shadow: 0px 10px 15px rgba(200, 200, 200, .5);
    -webkit-box-shadow: 0px 10px 15px rgba(200, 200, 200, .5);
}

.vinchin-live-replay-div .vinchin-live-replay-video{
    width: 100%;
    height: 270px;
    background-color: #747478;
    border-radius:10px 10px 0 0;
}

.vinchin-live-replay-div .video_play{
    max-width: 100%;
    height: 270px;
    display: inline-block;
}

.vinchin-live-replay-div .video-play{
    width: 20%;
    top: -320px;
}

.vinchin-live-replay-div .vinchin-live-replay-content{
    width: 90%;
    margin: 0 auto;
    text-align: left;
}

.vinchin-live-replay-div .vinchin-live-replay-content h3{
    color: #42CED6;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.vinchin-live-replay-div .vinchin-live-replay-content .host{
    font-size: 14px;
}

.vinchin-live-replay-div .vinchin-live-replay-content .host .host_button{
    background-color: #B5B5BC;
    color:#fff;
    padding: 2px 10px;
    border-radius: 5px;
    float: left;
    margin-right: 10px;
}

.vinchin-live-replay-div .vinchin-live-replay-content .host .host_introduce{
    float: left;
    color: #222;
    line-height: 26px;
    font-size: 16px;
    font-weight: bold
}

.vinchin-live-replay-div .vinchin-live-replay-content .host .host_time
{
    line-height: 26px;
    position: absolute;
    right: 10px;
}

.vinchin-live-replay-div .vinchin-live-replay-content .host .host_time_mobile{
    display: none;
}

.vinchin-live-replay-div .vinchin-live-replay-content .synopsis{
    font-size: 14px;
    color: #292929;
    margin-top: 20px;
    min-height: 150px;
    text-align: justify;
}

.vinchin-live-replay-div .vinchin-live-replay-content .support-section{
    width: 90%;
    font-size: 14px;
    text-align: center;
    position: absolute;
    bottom:30px;
}

.vinchin-live-replay-div .vinchin-live-replay-content .support-section .col-lg-4:first-child{
    text-align: left;
}

.vinchin-live-replay-div .vinchin-live-replay-content .support-section .col-lg-4:last-child{
    text-align: right;
}

.vinchin-live-replay-div .vinchin-live-replay-content .support-section div{
    padding: 0;
}

.vinchin-live-replay-div .vinchin-live-replay-content .support-section a{
    border: 1px solid #494949;
    border-radius: 30px;
    color: #494949;
    padding: 10px 10px;
    margin: 0;
}

.vinchin-live-replay-div .vinchin-live-replay-content .support-section img{
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.vinchin-live-replay-div .vinchin-live-replay-content .support-section .move-on{
    background-color: #42CED6;
    color: #fff;
    border: 1px solid #42CED6;
}

@media (max-width: 850px) {
    .vinchin-live-top-div{
        display: none;
    }

    .closed{
        display: none;
    }
}
/* 云祺直播结束 */

/* 移动端导航栏开始 */
.panel-select{
    margin: 20px 10%;
}

#panel-search-input{
    background-color: #364651;
    color: #8ba6b8;
    border: none;
    border-radius: 20px 0 0 20px;
    padding-left: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#panel-search-input::placeholder{
    color: #8ba6b8;
}

#panel-search{
    background-color: #364651;
    margin-top: -1px;
    margin-left: 0px;
    border-radius: 0 20px 20px 0;
}

#panel-search img{
    width: 14px;
    height: 14px;
    margin-right: 5px;
    margin-bottom: 2px;
}

#search-not-found{
    color: red;
    padding-left: 20px;
    margin: 0;
    display: none;
}

.header #nav2 ul li a {
    padding-left: 10%;
}

.mobile-panel-title{
    background-color: #16222A;
    color:#fff;
    height: 40px;
    line-height: 10px;
    font-weight: bold;
}

.header #nav2 .mobile-panel-navPro li{

}

.header #nav2 .mobile-panel-navPro a{
    padding: 10px 0 0 15%;
    color:#8ba6b8;
}

.header #nav2 .mobile-panel-navThree li{
    height: 30px;
    line-height: 30px;
}

.header #nav2 .mobile-panel-navThree li a {
    padding: 0 0 0 20%;
}

/* 移动端导航栏结束 */

/* 可视化大屏结束 */
.datav-banner {
    /*background-image: linear-gradient(to right,#007E91, #01132A);*/
    background: url("../img/product/datav/banner.png") no-repeat;
    background-size: cover;
    position: relative;
    height: 650px;
    text-align: center;
}

.datav-banner h1{
    letter-spacing: 5px;
    font-size: 66px;
    color: #1D1D1D;
    line-height: 64px;
    text-align: center;
    margin:50px auto;
    font-family: Harmonyos-medium;
}

.datav-banner .title-text{
    font-weight: 300;
    font-size: 18px;
    color: #454545;
    line-height: 28px;
    text-align: center;
    width: 40%;
    margin: 0 auto;
}

.datav-banner .title-describe{
    font-weight: 500;
    font-size: 28px;
    color: #1DC8CE;
    line-height: 28px;
    text-align: center;
    margin-top: 130px;
}

.datav-banner .row{
    margin: 0;
}

.datav-banner .button-div p,.datav-banner .button-div div{
    float: left;
}

.datav-banner .button-div div{
    margin-right: 10px;
}

.datav-banner .button-div p{
    margin-right: 40px;
}

.datav-banner img {
    margin-top: 112px;
    width: auto;
    animation: example 3s infinite;
    position: relative;
}

.datav-banner p {
    font-size: 20px;
    margin-top: 50px;
}

.datav-banner a{
    margin-top: 70px;
    font-size: 20px;
    width: 200px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: white;
    border-radius: 50px;
    background: #22C7D6;
    display: inline-block;
}

.datav-banner .trial-link{
    background: linear-gradient( 90deg, #56E4E6 0%, #1CC7CD 100%);
    margin-right: 10px;
}

.datav-banner .know-link{
    background: #FFFFFF;
    margin-left: 10px;
    color: #1D1D1D;
}

.datav-banner .know-link:hover{
    background: linear-gradient( 90deg, #56E4E6 0%, #1CC7CD 100%);
    color: #fff;
}

.datav-banner .banner-button{
    height: 33px;
    width: 33px;
    padding: 0;
    margin-top:50px;
}

.datav-banner .banner-button-1{
    background-image: url("../img/product/datav/banner-button-1.png");
    background-repeat: no-repeat;
    background-position: center;
}

.datav-banner .banner-button-2{
    background-image: url("../img/product/datav/banner-button-2.png");
    background-repeat: no-repeat;
    background-position: center;
}

.datav-banner .banner-button-3{
    background-image: url("../img/product/datav/banner-button-3.png");
    background-repeat: no-repeat;
    background-position: center;
}

.datav-content{
    margin-top: -20px;
}

.datav-content .row .container{
    padding-top: 70px;
    padding-bottom: 125px;
    width: 1300px;
}

.datav-content img{
    width: 400px;
    height: 400px;
    margin-top: 100px;
}

.datav-content p:first-child{
    margin-top: 85px;
    margin-bottom: 30px;
}

.datav-content h3{
    font-weight: 500;
    font-size: 45px;
    color: #1D1D1D;
    line-height: 60px;
    margin-bottom: 50px;
    margin-top: 100px;
    font-family: Harmonyos-medium;
}

.datav-content p{
    color: #454545;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: justify;
}

.datav-content a{
    width: 180px;
    border-radius: 0px 0px 0px 0px;
    color: #4BD8E0;
    border: 1px solid #4BD8E0;
    padding: 10px 40px;
    font-size: 16px;
}

.datav-value h3{
    font-weight: 500;
    font-size: 45px;
    color: #1D1D1D;
    line-height: 59px;
    text-align: center;
    margin-top: 125px;
    font-family: Harmonyos-medium;
}

.datav-value-div{
    float: left;
    margin-top: 50px;
}

.datav-value .container{
    width: 1400px;
    padding-bottom: 70px;
}

.datav-value .datav-value-text{
    width: 25%;
}

.datav-value .datav-value-midden{
    width: 50%;
    margin: 50px auto 0;
    text-align: center;
}

.datav-value .datav-value-midden img{
    width: 80%;
}

.datav-value .datav-value-content{
    position: relative;
    margin-bottom: 50px;
}

.datav-value .datav-value-content h4{
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 26px;
    position: absolute;
    top: 10px;
    left: 15%;
}

.datav-value .datav-value-content p{
    font-weight: 400;
    font-size: 14px;
    color: #57606F;
    line-height: 30px;
    position: absolute;
    top: 80px;
    left: 15%;
    width: 75%;
}

.datav-value .datav-value-content-1{
    background: url("../img/product/datav/datav-value-background-1.png") no-repeat;
    background-size: contain;
    height: 200px;
}

.datav-value .datav-value-content-2{
    background: url("../img/product/datav/datav-value-background-2.png") no-repeat;
    background-size: contain;
    height: 200px;
}

.datav-value .datav-value-content-3{
    background: url("../img/product/datav/datav-value-background-3.png") no-repeat;
    background-size: contain;
    height: 200px;
}

.datav-value .datav-value-content-4{
    background: url("../img/product/datav/datav-value-background-4.png") no-repeat;
    background-size: contain;
    height: 200px;
}

.datav-demonstration{
    text-align: center;
    margin-bottom: -250px;
}

.datav-demonstration .pub-title{
    margin-top:120px;
}

.datav-demonstration .pub-text{
    margin-top: 30px;
    font-size: 32px;
    font-weight: bold;
}

.datav-demonstration .video-background{
    margin-top:120px;
}

#datav-demonstration-video .datav-demonstration-background-image{
    width: 900px;
    height: 500px;
}

#datav-demonstration-video .video-play{
    top: 0;
}

.datav-demonstration-video-mobile{
    display: none;
}

.datav-demonstration .container .row{
    position: relative;
    z-index: 99;
}

.datav-demonstration .video-protect-feature{
    background-image: linear-gradient(to left,#64DDE4,#007E91);
    position: relative;
    top: -250px;
    z-index: 0;
    overflow: hidden;
}

.datav-demonstration .video-protect-feature .row{
    margin: 0 auto;
}

.datav-demonstration .video-protect-feature #video-protect-feature-group-mobile{
    display: none;
}

.datav-demonstration .video-protect-feature .row .col-md-6{
    margin-bottom: 40px;
}

.datav-demonstration .video-protect-feature .top-image{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.datav-demonstration .video-protect-feature .pub-title{
    margin-top: 400px;
}

.datav-demonstration .video-protect-feature .pub-text{
    color:#fff;
}

.datav-demonstration .video-protect-feature .video-protect-feature-group-left{
    width: 40%;
    margin: 30px auto;
    float: left;
    text-align: left;
}

.datav-demonstration .video-protect-feature .video-protect-feature-group-right{
    width: 40%;
    margin: 30px auto;
    float: right;
    text-align: left;
}

.datav-demonstration .video-protect-feature .row p{
    color: #fff;
    text-align: left;
}

.datav-demonstration .video-protect-feature .row .video-protect-feature-img-left{
    max-width: 20%;
    height: auto;
    float: left;
}

.datav-demonstration .video-protect-feature .row .video-protect-feature-img-right{
    max-width: 20%;
    height: auto;
    float: right;
}

.datav-demonstration .video-protect-feature .row .content-group-left{
    float: left;
    margin-left: 5%;
    width: 75%;
}

.datav-demonstration .video-protect-feature .video-protect-feature-group-right .content-group-left{
    float:right;
}

.datav-demonstration .video-protect-feature .row .content-group-right{
    float: right;
    margin-left: 30px;
}

.datav-demonstration .video-protect-feature .row{
    margin-top: 80px;
    margin-bottom: 100px;
}

.datav-demonstration .video-protect-feature .row .video-protect-fknow-linkeature-title{
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
}

.datav-demonstration .video-protect-feature .row .video-protect-feature-content{
    font-size: 16px;
    font-weight: 400;
}

.datav-advantage{
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.datav-advantage h3{
    font-weight: 500;
    font-size: 45px;
    color: #1D1D1D;
    line-height: 59px;
    font-family: Harmonyos-medium;
}

.datav-advantage .datav-advantage-button{
    width: 100%;
    text-align: center;
    height: 48px;
    margin: 50px auto 70px;
}

.datav-advantage .advantage-link{
    display: inline-block;
    font-size: 20px;
    width: 200px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: linear-gradient( 90deg, #56E4E6 0%, #1CC7CD 100%);
    border-radius: 50px 50px 50px 50px;
    color: #fff;
    margin: 0 15px;
}

.datav-advantage .advantage-link:last-child{
    background: #fff;
    color: #1D1D1D;
    border:1px solid #3f3f3f;
}

.datav-advantage .advantage-link:last-child:hover{
    background: linear-gradient( 90deg, #56E4E6 0%, #1CC7CD 100%);
    color: #fff;
    border: 1px solid transparent;
    background-clip: padding-box;
}

@media (min-width: 1200px) {
    .datav-advantage .container {
        width: 1300px;
    }
}

.datav-advantage .row{
    width: 100%;
    margin: 0 auto;
    margin-top: 70px;
}

.datav-advantage #datav-advantage-group-mobile{
    display: none;
}

.datav-advantage .datav-advantage-group{
    height: 250px;
    background-size: 60%;
    background-position: center 50%;
    background-repeat: no-repeat;
}

.datav-advantage .group-body{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.datav-advantage .datav-advantage-group-1{
    background-image: url("../img/product/datav/datav-advantage-background-1.png");
}

.datav-advantage .datav-advantage-group-1 .group-body{
    text-shadow: 1px 1px 3px #23BDEE;
}

.datav-advantage .datav-advantage-group-2{
    background-image: url("../img/product/datav/datav-advantage-background-2.png");
}

.datav-advantage .datav-advantage-group-2 .group-body{
    text-shadow: 1px 1px 3px #1CCCD7;
}

.datav-advantage .datav-advantage-group-3{
    background-image: url("../img/product/datav/datav-advantage-background-3.png");
}

.datav-advantage .datav-advantage-group-3 .group-body{
    text-shadow: 1px 1px 3px #4C7CEA;
}

.datav-advantage .group-head img{
    width: 40%;
    margin: 0 auto;
}

@media (min-width: 850px){
    #datav-content-character-1{
        transition: transform, opacity 2s, 1s;
        transform: translateX(-90px);
        opacity: 0;
    }

    #datav-content-character-2{
        transition: transform, opacity 2s, 1s;
        transform: translateX(90px);
        opacity: 0;
    }

    #datav-demonstration-video{
        transition: transform, opacity 2s, 1s;
        transform: translateY(-90px);
        opacity: 0;
    }

    .video-protect-feature-group-left{
        transition: transform, opacity 2s, 1s;
        transform: translateX(-90px);
        opacity: 0;
    }

    .video-protect-feature-group-right{
        transition: transform, opacity 2s, 1s;
        transform: translateX(90px);
        opacity: 0;
    }

    .datav-advantage-group-1{
        transition: transform, opacity 2s, 1s;
        transform: translateY(-90px);
        opacity: 0;
    }

    .datav-advantage-group-2{
        transition: transform, opacity 2s, 1.5s;
        transform: translateY(-90px);
        opacity: 0;
    }

    .datav-advantage-group-3{
        transition: transform, opacity 2s, 2s;
        transform: translateY(-90px);
        opacity: 0;
    }
}

/* 可视化大屏结束 */

/* 移动端适配调整开始（414-360） */
.display-mobile{
    display: none !important;
}

@media (max-width: 414px) {

    .display-website{
        display: none !important;
    }

    .display-mobile{
        display: block !important;
        text-align: center;
    }

    .header #mobileNav{
        margin-top: -25px;
    }

    /*公司介绍*/
    .aboutus-banner{
        height: 270px;
        background-size: cover;
        background-position: center;
    }

    .aboutus-banner h2{
        margin-top:100px;
        font-size: 18px;
    }

    .aboutus-vinchin .row .col-md-7 .left, .aboutus-vinchin .row .col-md-7 .right{
        top: 420px;
    }

    .aboutus-professional{
        padding:50px 0;
        padding-bottom: 0;
    }

    .aboutus-professional .row .col-md-3:first-child{
        margin-top:0;
    }

    .aboutus-digital{
        margin-top:30px;
        padding: 20px 0;
    }

    .aboutus-digital{
        background-size: cover;
        background-position: center;
    }

    .aboutus-digital .row{
        width: 80%;
        background-color: #0421374d;
    }

    .aboutus-digital .row .col-xs-3{
        padding:0;
    }

    .aboutus-vision .container{
        padding: 30px 0;
    }

    .end-pic{
        padding: 150px 20px 150px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 63% bottom;
        background-position-x: 63%;
        background-position-y: bottom;
        height: 285px;
    }

    .contact-online .ways{
        margin-top:0;
    }

    .message {
        padding: 300px 0 0;
    }

    .news-container{
        margin-top: 0;
    }

    .news-container .row{
        width:90%;
        margin:0 auto;
    }

    .news-title{
        display: none;
    }

    .newstyle-news .contanct-us{
        margin-bottom: 40px;
        margin-left: 0;
    }

    .news-jump{
        width: 81%;
        margin:0 auto;
    }

    .technique-container{
        width: 90%;
        margin-top: 0;
    }

    #technique-list{
        margin-bottom: 0;
    }

    .technique-title{
        display: none;
    }

    .success-case .row{
        margin-bottom: 0;
    }

    .case-title-menu{
        width: 81%;
        margin:0 auto;
    }

    .newDetailContent{
        width: 90%;
        margin:0 auto;
    }

    .newDetailContent .contentChallenge::after, .newDetailContent .contentSolution::after, .newDetailContent .contentJudge::after {
        display: none;
    }

    #sameCase .education.case-enterprise-level{
        padding-top:30px;
    }

    .case-enterprise-level .container{
        margin: 0;
        padding: 0;
        width: 90%;
        margin: 0 auto;
    }

    .case-enterprise-level .row{
        margin-top: 20px;
    }

    .data-archiving.case-enterprise-level .col-md-4{
        width: 46%;
        padding:30px 10px;
        margin: 10px 2% !important;
        float: left;
    }

    .data-archiving.case-enterprise-level .col-md-4 h3{
        margin: 15px 0;
    }

    .data-archiving.case-enterprise-level .col-md-4 p{
        text-overflow: unset;
        overflow: unset;
        display: block;
    }

    .data-archiving.case-enterprise-level a.more{
        font-size: 14px;
        margin: 30px auto 50px;
    }

    .techSupport.partnerPlan-banner{
        height: 250px;
        background-size: cover;
    }
    .tech-channel .col-md-5 .col-md-5{
        padding-top:8%;
    }
    .partnerPlan-banner{
        background-size: cover;
    }

    .applypartner{
        background-position: top;
        background-size: 110%;
    }

    .applypartner .left{
        margin-top: 60px;
    }

    .partnercenter{
        background-position: top;
        background-size: 110%;
    }

    .partnercenter .left{
        margin-top: 60px;
    }

    .vinchin-live .vinchin-live-lab{
        display: none;
    }

    .vinchin-live .vinchin-live-lab-mobile{
        display: block;
    }

    .vinchin-live .vinchin-live-lab-mobile div{
        float: left;
        width: 50%;
    }

    .vinchin-live-replay-lab{
        width: 100%;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .vinchin-live-replay-div{
        width: 48%;
        margin:0;
        float: left;
        height: auto;
        margin: 0 1% 20px;
    }

    .embed_video_play{
        height: 115px !important;
    }

    .vinchin-live-replay-div .video-play{
        top:-370px;
    }

    .video-play{
        top:0;
    }

    .vinchin-live-replay-div .vinchin-live-replay-content h3{
        font-size:14px;
        display: table-cell;
        vertical-align: middle;
        height: 50px;
    }

    .vinchin-live-replay-div .vinchin-live-replay-content .host .host_button{
        font-size: 10px;
    }

    .vinchin-live-replay-div .vinchin-live-replay-content .host .host_introduce{
        font-size: 12px;
    }

    .vinchin-live-replay-div .vinchin-live-replay-content .host .host_time{
        display: none;
    }

    .vinchin-live-replay-div .vinchin-live-replay-content .host .host_time_mobile{
        font-size: 10px;
        margin-right: 7%;
        float: right;
        display: block;
    }

    .vinchin-live-replay-div .vinchin-live-replay-content .synopsis{
        font-size: 12px !important;
    }

    .vinchin-live-replay-div .vinchin-live-replay-content .support-section a{
        padding: 5px 5px;
    }

    .vinchin-live-replay-div .vinchin-live-replay-content .support-section .col-lg-4:first-child,.vinchin-live-replay-div .vinchin-live-replay-content .support-section .col-lg-4:last-child{
        text-align: center;
    }

    .vinchin-live-replay-div .vinchin-live-replay-content .support-section div{
        text-align: center;
        width:100%;
        height: 30px;
    }

    .education.banner-cure.banner-enterprise-level, .banner-enterprise-level{
        background-size: cover;
    }

    .banner-enterprise-level a{
        padding:0 2%;
        height: 30px;
        line-height: 24px;
        margin-right: 10px;
    }

    .info-cure.info-enterprise-level .tab ul{
        margin-bottom: 3em;
    }

    .info-cure.info-enterprise-level .container .col-md-6 a{
        bottom: 40px;
    }

    .protect-cure.protect-enterprise-level .row .container{
        width: 90%;
    }

    .banner-cure.banner-enterprise-level.v2v {
        background-size: cover;
    }

    .banner-enterprise-level.tenant{
        background-size: cover;
        padding:30px 0;
    }

    .banner-enterprise-level.tenant .container{
        margin-top: 0;
    }

    .info-enterprise-level{
        margin-top: -50px;
        padding-bottom:50px;
    }

    .info-enterprise-level.tenant a{
        margin-top: 20px;
    }

    .challenge-enterprise-level .col-md-4{
        width: 32%;
        float: left;
        padding: 0 1%;
        height: auto;
        margin-bottom: 40px;
    }

    .challenge-enterprise-level .col-md-4 .solution-box{
        height: auto;
        min-height: 225px;
    }

    .challenge-enterprise-level .col-md-4 .bg-img{
        height: 75px;
        width: 75px;
    }

    .challenge-enterprise-level.tenant .container .row .col-md-4 .img{
        height: 75px;
        width: 75px;
        background-size: 450px;
    }

    .challenge-enterprise-level.tenant .container .row .col-md-4:first-child .img{
        background-position: 5px 5px;
    }

    .challenge-enterprise-level.tenant .container .row .col-md-4:first-child.active .img{
        background-position: -193px 5px;
    }

    .challenge-enterprise-level.tenant .container .row .col-md-4:nth-child(2) .img{
        background-position: -61px 5px;
    }

    .challenge-enterprise-level.tenant .container .row .col-md-4:nth-child(2).active .img{
        background-position: -259px 5px;
    }

    .challenge-enterprise-level.tenant .container .row .col-md-4:last-child .img{
        background-position: -127px 5px;
    }

    .challenge-enterprise-level.tenant .container .row .col-md-4:last-child.active .img{
        background-position: -325px 5px;
    }

    .challenge-enterprise-level h3{
        font-size: 14px;
        padding-top: 50px;
        margin-top: 0px;
    }

    .challenge-enterprise-level.tenant p{
        font-size: 12px !important;
        padding: 0px 5%;
    }


    .challenge-enterprise-level .col-md-4 .solution-box{
        padding: 0;
    }

    .tenant-manage-solution{
        padding: 50px 0 0;
    }

    .tenant-manage-solution p{
        margin-top: 30px;
    }

    .tenant-manage-solution .card1 p{
        margin-top: 10px;
    }

    .tenant-manage-solution .row .col-md-5{
        width: 50%;
    }

    .tenant-manage-solution .card1 h2{
        line-height: 18px;
        height: 36px;
        white-space: unset;
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

    .protect-enterprise-level.tenant{
        padding-top:50px;
    }

    .data-archiving.banner-cure.banner-enterprise-level{
        background-size: cover;
    }

    .info-enterprise-level img{
        display: none !important;
    }

    .db-scheme .row{
        margin-bottom: 0;
    }

    .db-scheme .card{
        margin-bottom: 30px;
    }

    .desktop-cloud.data-archiving.banner-cure.banner-enterprise-level{
        background-size: cover;
    }

    .data-archiving.info-enterprise-level .container .col-md-6:last-child{
        margin-bottom: 30px;
    }

    .data-archiving.protect-cure .display-mobile img{
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }

    .protect-cure.protect-enterprise-level .col-md-1{
        display: block;
        position: absolute;
    }

    .protect-cure.protect-enterprise-level .col-md-11 p{
        padding-left:25px;
        line-height: 25px;
    }

    .desktop-cloud.info-enterprise-level div{
        margin-bottom: 5px;
    }

    .ransomware.banner-cure{
        background-size: cover;
    }

    .half-module .row > div:last-child ,.half-module .row > div:first-child{
        padding: 0 !important;
    }

    .align-center {
        width: 95%;
        margin: 0 auto;
    }

    .half-module .name{
        margin-top: 30px;
    }

    .half-module .title-content{
        background-image: none;
        padding: 100px 0;
    }

    .half-module .title-content .padding-rt.display-mobile{
        background-image: linear-gradient(90deg, #38d3d5 0%, #ffffff 40%);
        padding: 5%;
    }

    .banner-cure.banner-enterprise-level.massive-file-backup .container{
        margin-top: 0;
    }

    .challenge-enterprise-level .container{
        margin-top:20px;
    }

    .challenge-enterprise-level.massive-file-backup{
        padding-bottom: 0;
    }

    .massive-file-backup.protect-enterprise-level .card .img{
        display: none;
    }

    .massive-file-backup.protect-enterprise-level .row{
        height: auto;
        margin-bottom: 0;
    }

    .massive-file-backup.protect-enterprise-level .row:last-child{
        margin-bottom: 0px;
    }

    .massive-terminal-backup.protect-enterprise-level .card .img{
        display: none;
    }

    .massive-terminal-backup.protect-enterprise-level .row{
        height: auto;
        margin-bottom: 0;
    }

    .massive-terminal-backup.protect-enterprise-level .row:last-child{
        margin-bottom: 30px;
    }

    .buy-banner{
        background-size: cover;
        height: 215px;
    }

    .container.tel-cards {
        width: 360px;
    }

    .buy-banner .row .col-md-7{
        margin-top:75px;
    }

    .buy-contact .row:last-child .col-md-3 .qrcode{
        top: 15%;
        right: 35.5%;
    }

    .buy-contact .row:last-child .col-md-3:hover .qrcode{
        transform: scale(1.2);
    }

    .app-trial.new .line{
        margin: -4% 0 0 3%;
    }

    .download-header .handbookdiv .download-free{
        width: 30%;
        margin-right: 3%;
    }

    .download-header .handbookdiv a{
        width: 30%;
        margin-right: 3%;
        font-size: 14px;
    }

    .file-download{
        padding:30px 0 !important;
    }

    .file-download li{
        padding:0 0 0 10px !important;
        font-size: 14px !important;
    }

    .file-download li .name{
        width: 64%;
    }

    .file-download li .more{
        padding-left: 10px !important;
        position: absolute;
        right: 30px;
        top: 20px;
    }

    .file-download a:hover img{
        transform: scale(1.2);
    }

    .title-main{
        margin-bottom: 30px !important;
    }

    .half-module .title-content{
        padding: 20px 0;
    }

    .vinchin-product h3{
        font-size: 24px;
    }

    .vinchin-product{
        padding: 30px 0 0px;
    }

    .top .col-md-6.product-V5{
        width: 95%;
        margin:0 auto;
    }

    .hyperbackup-banner{
        background-size: cover;
        background-position: 50% bottom;
        height: 456px;
        text-align: center;
    }

    .hyperbackup-banner .col-md-7 h3{
        font-size: 28px;
        padding-top: 35px;
    }

    .hyperbackup-banner .col-md-7 h4{
        font-size: 28px;
        line-height: 30px;
        font-weight: bolder;
        letter-spacing: 0;
        color: #ffffff;
        padding: 15px 0 23px 0;
    }

    .hyperbackup-banner .col-md-7 p{
        margin-bottom: 10px;
        font-size: 21px !important;
        line-height: 30px;
        letter-spacing: 0;
        color: #ffffff;
        padding-bottom: 70px;
    }

    .hyperbackup-banner .col-md-7 a{
        font-size: 16px;
        margin: 0 auto;
        border-radius: 15px;
        padding: 3px 10px;
    }

    .hyperbackup-why .col-md-5 p{
        line-height: 30px;
    }

    .pub-title, .hyperbackup-why .col-md-5 p, .hyperbackup-module .each-one p{
        text-align: justify;
    }

    .db-banner{
        height: auto;
    }

    .db-banner .container{
        width: 85%;
        padding: 0;
    }

    .db-banner .container .display-mobile .banner-image{
        height: 215px;
    }

    .db-banner .container .display-mobile img{

    }

    .db-banner .container .display-mobile img{
        display: block;
        max-width: 70%;
        margin: 0 auto;
        margin-top: 30px;
        width: 200px;
    }

    .db-banner .container .display-mobile .database-vm-backup-solution img{
        padding-top: 20px;
    }

    .db-banner .container .display-mobile .nas-protection img{
        padding-top: 30px;
    }

    .db-banner h1{
        font-size:24px;
        margin-top:120px;
        text-align: center;
    }

    .db-banner p{
        margin-top:50px;
        margin-bottom: 20px;
        line-height: 30px;
        text-align: center;
        height: 90px;
    }

    .db-banner a{
        width: 120px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 50px;
    }

    .protect-enterprise-level .row{
        padding: 30px 0;
    }

    .protect-enterprise-level p.content{
        line-height: 30px;
    }

    .protect-enterprise-level .display-mobile h2{
        font-size: 18px;
    }


    .protect-enterprise-level .display-mobile .introduce{
        line-height: 24px;
    }

    .protect-enterprise-level .display-mobile .introduce img{
        display: block;
        float: left;
    }

    .typical-application h2{
        font-size: 16px;
        margin-bottom: 30px;
        text-align: center;
    }

    .vm-nav .get-vm .col-md-5 a, .protect-enterprise-level.database a{
        font-size: 14px;
        margin-top: 20px;
    }

    .application-scenario{
        padding: 50px 0;
    }

    .application-scenario .container{
        padding: 0;
        width: 85%;
    }

    .application-scenario .content .col-md-6{
        width: 100%;
        margin: 20px 0%;
        height: auto;
        float: left;
        padding:0;
        padding-bottom: 30px;
    }

    .application-scenario .content .top-banner{
        background-size: 100% 80%;
        background-position: top;
        height: 150px;
        text-align: left;
    }

    .application-scenario .content .col-md-6 a{
        position: unset;
        font-size: 15px;
        margin: 0 auto;
        width: 100px;
        display: block;
        text-align: center;
        margin-top: 20px;
    }

    .application-scenario .pub-text-content{
        margin-bottom: 30px;
    }

    .application-scenario .content .top-banner img{
        width: 50%;
        margin: 10% 25% 0%;
    }

    .application-scenario .content .top-banner .top-img{
        width: 100%;
    }

    .application-scenario .content .top-banner .top-content{
        width: 80%;
        margin: 0 10%;
        float: left;
    }

    .application-scenario .content .col-md-6 h2{
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 10px;
        text-align: center;
    }

    .application-scenario .content .col-md-6 p{
        font-size: 14px !important;
        width: 100%;
        line-height: 20px;
        text-align: justify;
        /*min-height: 250px;*/
    }

    .db-advantage{
        padding: 120px 0;
    }

    .db-scheme{
        padding:50px 0 30px 0;
    }

    .db-scheme .pub-text{
        margin-bottom: 30px;
    }

    .db-scheme .card{
        width: 50%;
        float: left;
    }

    .db-scheme .card .col-md-6{
        padding: 0 5%;
    }

    .db-scheme .card .col-md-6 .col-md-10{
        padding: 0;
    }

    .db-scheme .card h2{
        font-size: 16px;
        line-height: 32px;
        height: 32px;
        margin-left: 0;
        padding: 0;
        text-align: center;
        margin: 10px 0 10px 0;
    }

    .db-scheme .card p{
        margin-bottom: 0;
        font-size: 12px !important;
    }

    .db-scheme.fs .card .img{
        height: 30px;
    }

    .db-scheme .card .img, .db-advantage img{
        display: block;
        height: 70px;
        margin: 0 auto;
    }

    .db-advantage .row{
        display: block;
    }

    .db-advantage .pub-text{
        margin-bottom: 30px;
    }

    .db-advantage .col-md-1{
        padding: 0;
    }

    .db-advantage .col-md-3{
        height: 120px;
    }

    .db-advantage .db-advantage-content{
        width: 60%;
        float: right;
    }

    .db-advantage h2{
        font-size:14px;
        display: block;
        line-height: 16px;
        height: auto;
        text-align: justify;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .db-advantage p{
        font-size: 12px !important;
    }

    .db-advantage .db-advantage-img{
        width: 40%;
        height: 120px;
        display: table-cell;
        vertical-align: middle;
        overflow: hidden;
    }

    .db-advantage.continuous-data-protection .db-advantage-img{
        height: 180px;
    }

    .db-advantage .database-vm-backup-solution-advantage img{
        position: relative;
        top: -50px;
    }

    .db-advantage img{
        width: 70px;
        height: auto;
    }

    .db-advantage .col-md-3{
        padding-right: 5%;
        padding-left: 5%;
    }

    .db-logo{
        height: 80px;
    }

    .db-logo .all-logo{
        padding: 0;
        margin-top: 10px;
    }

    .protect-enterprise-level .display-mobile img{
        width: 100%;
        display:block;
        margin:30px auto;
    }

    .protect-enterprise-level .pub-title{
        margin-top: 50px;
    }

    .protect-enterprise-level .container .row{
        padding:50px 0 !important;
    }

    .protect-enterprise-level h3{
        font-size: 16px;
    }

    .protect-enterprise-level.protect-enterprise-level2.tenant{
        padding-bottom: 50px;
    }

    .judgment-enterprise-level .swiper-container{
        height: 270px;
    }

    .typical-application{
        padding: 50px 0;
    }

    .typical-application .display-mobile{
        text-align: justify;
    }

    .typical-application .display-mobile .content{
        padding:0 5%;
    }

    .typical-application .row .container{
        margin: 0px auto;
    }

    .typical-application-image{
        display: none;
    }

    .display-mobile .typical-application-image{
        display: block;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .typical-application p{
        line-height: 27px;
    }

    .typical-application .iconfont{
        font-size: 14px;
        color: white;
        margin-right: 10px;
        display: inline-block;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        border-radius: 50%;
        background-color: #4BD8E0;
    }

    .nas-pc-show{
        display: none;
    }

    .nas-mobile-show{
        display: block;
    }

    .nas-advantage .col-md-3{
        width: 100%;
    }

    .db-advantage{
        padding:30px 0 30px 0 !important;
    }

    .db-advantage.continuous-data-protection h2{
        height: 28px;
    }

    .db-advantage.continuous-data-protection p{
        min-height: auto;
    }

    .vm-nav .main-top{
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .vm-nav .tab-content .tab-pane#tab2 .row{
        margin-top:0;
    }

    .vm-nav .vm-advantage{
        margin-bottom: -60px;
    }

    .vm-nav #tab2{
        margin-bottom: 0;
    }

    .vm-nav .highlight, .vm-nav .data-manage{
        margin-bottom: -120px;
    }

    .vm-nav .get-vm{
        margin-bottom: 0;
        padding: 0;
    }

    .vm-nav .get-message-img{
        display: none;
    }

    .vm-nav .net-meeting{
        padding:0;
    }

    .vm-nav .net-meeting .content .left img{
        float: left;
        margin:20px auto;
        top: 100px;
    }

    .vm-nav .data-manage .col-md-11{
        padding: 0;
    }

    .video-demo-lab .video-demo-pc-show{
        display: none;
    }

    .video-demo-lab .video-demo-mobile-show{
        display: table-cell;
    }

    .video-demo{
        margin:38px 0;
        padding:0;
    }

    .video-demo-image{
        overflow: hidden;
    }

    #technique-list li .col-md-4 .technique-img{
        max-width: 230px;
    }

    .technique-top .article-topimg{
        height:auto;
    }

    .technique-jump{
        max-width: 91%;
    }

    .partner-module .swiper-slide{
        width: 150px !important;
    }

    #resource-back{
        width: 48%;
        margin: 0 1%;
    }

    #resource-downlod-mobile{
        width: 48%;
        margin: 0 1%;
    }

    .backup-content .backup-func{
        height: auto !important;
    }

    .industry-solution{
        width:100%;
        float: left;
        box-shadow: none;

        transition: none;
    }

    .industry-solution:hover {
        transform: none;
        z-index: 10;
    }

    .industry-solution .solution-content{
        height: 189px;
    }

    .industry-solution .solution-title{
        height: 109px;
    }

    .industry-solution .solution-content a.icon{
        height: 75px;
        width: 75px;
    }

    .industry-solution .solution-content a.link{
        font-size: 16px;
    }

    .industry-solution .solution-title .line{
        margin: 5px auto;
    }

    .industry-solution:hover .solution-title p.text,.industry-solution .solution-title p.text{
        margin:0;
        font-size: 12px !important;
    }

    .industry-solution .solution-title h3{
        font-size: 16px;
    }

    .industry-solution:hover .solution-title p.en{
        font-size: 12px !important;
    }

    .customercase_page .case-tab1 .container .solution-type1 {
        margin-left: 5px;
    }

    .hyperbackup-why{
        margin-top: -30px;
        padding-top: 0;
        padding-bottom: 70px;
    }

    .hyperbackup-module{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .hyperbackup-module .each-one h5{
        line-height: 30px;
    }

    .hyperbackup-module .each-one{
        width: 40%;
        float: left;
        padding-left: 5%;
        padding-right: 5%;
        height: 270px;
        animation:none;
        opacity: 1;
        transform: none;
    }

    .hyperbackup-module img{
        width: 50px;
    }

    .hyperbackup-module .each-one h3{
        font-size: 16px;
    }

    .hyperbackup-module .each-one p{
        font-size: 12px !important;
        line-height: 22px;
    }

    .hyperbackup-module .pub-text{
        margin-bottom: 30px;
    }

    .hyperbackup-module .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 15%;
        height: 4px;
        border-radius: unset;
        margin: unset;
        outline: none !important;
        transition: all .3s ease-in-out;
        opacity: 0.3;
    }

    .hyperbackup-module .swiper-pagination-bullet-active, .backup-content .swiper-pagination-bullet:hover {
        background: #4ad1cd !important;
        opacity: 1 !important;
        height: 6px !important;
    }

    .hyperbackup-module .swiper-wrapper{
        margin-bottom: 45px;
        height: 275px;
    }

    .hyperbackup-why .col-md-5 .row{
        margin-top: 30px;
    }

    .hyperbackup-why .col-md-5 .col-md-5{
        height: 40px;
    }

    .hyperbackup-why .col-md-5 .col-md-5 img{
        width: 15px;
        float: left;
        margin-top: 3px;
    }

    .hyperbackup-why .col-md-5 .col-md-5 span, .hyperbackup-module .each-one h5{
        font-size: 12px;
        line-height: 15px;
    }

    .datav-content p{
        line-height: 30px;
        margin-bottom: 10px;
    }

    .datav-banner a{
        width: 120px;
        height: 30px;
        font-size: 14px;
        margin-top: 30px;
        line-height: 30px;
    }

    .datav-banner .button-div{
        height: 40px;
    }

    .datav-banner p{
        margin-top: 30px;
    }

    .datav-banner .banner-button{
        width: 25px;
        height:25px;
        margin-left: 2px;
        background-size: 100%;
        margin-top: 27px;
    }

    .datav-banner .banner-button-1{
        width: 30px;
        height:30px;
        margin-left: 0px;
    }

    .datav-banner .button-div{
        float: left;
        width: 80%;
    }

    .datav-content img{
        display: none;
    }

    .datav-content .row .container{
        padding-top:0;
        padding-bottom: 55px;
    }

    .datav-content p:first-child{
        margin-top: 0;
    }

    .datav-content a{
        font-size: 14px;
    }

    .datav-demonstration .pub-title{
        margin-top:50px;
    }

    .datav-demonstration .pub-text{
        font-size: 20px;
    }

    #datav-demonstration-video{
        margin-top:-90px;
    }

    #datav-demonstration-video .datav-demonstration-background-image{
        width: 90%;
        height: auto;
    }

    .datav-demonstration-video{
        display: none;
    }

    .datav-demonstration-video-mobile{
        display: block;
    }

    .datav-demonstration .video-protect-feature{
        top: -100px;
    }

    .datav-demonstration .video-protect-feature .pub-title{
        margin-top: 140px;
    }

    .datav-demonstration .video-protect-feature .row{
        margin-top: 0px;
        margin-bottom: 50px;
        width: 90%;
    }

    .datav-demonstration .video-protect-feature #video-protect-feature-group{
        display: none;
    }

    .datav-demonstration .video-protect-feature #video-protect-feature-group-mobile{
        display: block;
    }

    .datav-advantage{
        padding-top: 0px;
        padding-bottom: 50px;
    }

    .datav-advantage .row{
        margin-top: 30px;
    }

    .datav-advantage #datav-advantage-group{
        display: none;
    }

    .datav-advantage #datav-advantage-group-mobile{
        display: block;
    }

    .datav-demonstration .video-protect-feature .video-protect-feature-group-right,.datav-demonstration .video-protect-feature .video-protect-feature-group-left{
        margin-top:30px;
        margin-bottom:0;
    }

    .datav-demonstration .video-protect-feature .row .video-protect-feature-title{
        line-height: 27px;
    }

    .datav-demonstration .video-protect-feature .video-protect-feature-group-right .content-group-left{
        float:left;
    }

    .datav-advantage .group-head img{
        width: 50%;
    }

    .datav-advantage .datav-advantage-group{
        width: 48%;
        margin: 0 1%;
        float: left;
        background-size: 80%;
        height: 145px;
    }

    .datav-advantage .group-body{
        font-size: 13px;
    }

    .data-module .data-statistics:nth-child(2), .data-module .data-statistics:nth-child(3) {
        padding: 10px 0px;
    }

    .data-module .data-statistics{
        padding: 10px 0px;
    }

    .industry-module .swiper-prev,.industry-module .swiper-next{
        width: 30px;
        height: 30px;
        background-size: contain;
        top: 75px;
        display:none;
    }

    .industry-module .swiper-prev{
        left: 3%;
    }

    .industry-module .swiper-next{
        right:3%;
    }

    #industry-swiper-mobile .swiper-pagination-bullet{
        margin: 0 4px;
        width: 6px;
        height: 6px;
    }

    .industry-solution .solution-content .top-bar{
        left: 15%;
        top: 30px;
    }

    .industry-solution .solution-content h3{
        position: absolute;
        top: 50px;
        font-size: 24px;
        left: 15%;
    }

    .industry-solution .solution-content .en{
        position: absolute;
        top: 80px;
        font-size: 16px;
        left: 15%;
    }

    .industry-solution .solution-content .text{
        position: absolute;
        top: 100px;
        font-size: 14px;
        left: 15%;
    }

    .industry-solution .solution-content a.link{
        position: absolute;
        top: 140px;
        font-size: 12px;
        left: 15%;
        padding: 5px 20px !important;
        line-height: 12px;
        width: auto;
        height: 25px;
    }

    .trial-enterprise-level h2{
        margin-top: 50px;
    }

    .trial-enterprise-level .col-md-6:last-child{
        text-align: left;
    }

    .trial-enterprise-level a{
        margin-top: 10px;
        margin-right: 10px;
        padding: 0;
    }

    .service-vm .container .col-md-3{
        width: 100%;
    }

    .fixed{
        width: auto;
    }

    .fixed .wechat-service,.fixed .phone-service,.fixed .totop{
        width: 45px;
        height: 45px;
    }

    .fixed .phone-service{
        bottom: 105px;
    }

    .fixed .wechat-service{
        bottom: 150px;
    }

    .fixed .service-info{
        right: 75px;
    }

    .trial-banner{
        overflow: hidden;
    }

    .trial-banner img{
        width: auto;
        height: 100px;
        position: relative;
        right: 78%;
    }

    .trial-banner .banner-title{
        top: 20%;
    }

    .trial-banner .banner-content{
        top: 40%;
    }

    .trial-form{
        background: unset;
    }

    .trial-form .col-md-5 .box{
        width: 95%;
        margin: 0 auto;
    }

    .trial-form .col-md-7{

    }

    .trial-form p.title {
        font-size: 18px !important;
    }

    .write-form button.btn-yz{
        width: 100px !important;
    }

    .trial-form {
        padding: 30px 10px 30px;
    }

    .trial-content.display-mobile{
        background: url(../img/software/bg-form.png) no-repeat;
        background-size: cover;
        background-position: 50% 50%;
        overflow: hidden;
    }

    .trial-content.display-mobile .col-lg-12{
        text-align: left;
        position: relative;
    }

    .trial-content.display-mobile img{
        margin-bottom: 50px;
    }

    .trial-content h3{
        margin-top: 50px;
        margin-bottom: 30px;
        font-weight: 500;
        color: #1D1D1D;
        font-family: Harmonyos-medium;
    }

    .trial-content.display-mobile .form-content{
        position: absolute;
        left: 70px;
        top: 0;
    }

    .trial-content p{
        margin-bottom: 10px;

    }

    .trial-content .form-title{
        font-weight: 500;
        color: #1D1D1D;
        line-height: 23px;
        font-family: Harmonyos-medium;
    }

    .trial-content .form-describe {
        font-weight: 400;
        color: #57606F;
        margin: 0;
    }

    .trial-content.display-mobile .form-trial {
        font-weight: 500;
        color: #454545;
        font-family: Harmonyos-medium;
        text-align: center;
        margin-bottom: 50px;
    }

    .trial-enterprise-level{
        min-height: unset;
    }

    .trial-enterprise-level .col-md-6:last-child {
        text-align: center;
        margin: 15px auto;
    }

    .download-header{
        padding: 70px 0;
    }

    .download-header .col-md-5{
        margin: 0;
    }

    .vinchin-product h3{
        line-height: 36px;
        margin-bottom: 30px;
    }

    .vinchin-product .product-page{
        width: 90%;
        margin: 0 5%;
        padding: 25px;
        margin-bottom: 30px;
    }

    .vinchin-product h4{
        font-size:17px;
        padding-left: 50px;
        line-height: 48px;
        margin-top: 0;
        margin-bottom: 10px;
        font-family: Harmonyos-regular, sans-serif;
    }

    .vinchin-product img{
        left: 30px;
        width: 36px;
        top: 36px;
    }

    .vinchin-used{
        padding: 70px 0 70px;
    }

    .vinchin-used h3{
        margin-top: 0;
        font-size: 18px;
        margin: 0 auto 30px;
        line-height: 27px;
    }

    .vinchin-used .col-lg-4{
        margin-bottom: 50px;
    }

    .vinchin-used h4{
        margin: 10px auto;
        font-size:16px;
        line-height: 24px;
    }

    .vinchin-used .weixin-service{
        margin: 30px auto 20px;
        font-size: 12px;
        width: 110px;
        height:25px;
        padding: 5px 10px;
    }

    .vinchin-used .qrcode{
        top: -180px;
        left: 28%;
    }

    .vinchin-used img{
        width: 45%;
    }

    .datav-banner{
        height:360px;
    }

    .datav-banner .container{
        padding:0 7%;
    }

    .datav-advantage h3{
        font-size:18px;
        line-height: 24px;
    }

    .datav-advantage .datav-advantage-button{
        margin: 30px auto 10px;
    }

    .datav-advantage .advantage-link{
        margin-bottom: 10px;
        width: 110px;
        font-size: 12px;
        padding: 5px 10px;
        height: 25px;
        line-height: 15px;
    }

    .datav-banner h1{
        font-size: 24px;
        margin: 0px auto 30px;
        line-height: 36px;
    }

    .datav-banner .title-describe{
        margin-top: 50px;
    }

    .datav-banner .title-text{
        width: 90%;
        font-size:12px !important;
        line-height: 18px;
    }

    .datav-content{
        margin-top: 50px;
    }

    .datav-content h3{
        font-size: 18px;
        margin: 0px auto 10px;
        line-height: 24px;
    }

    .datav-value .container{
        width: 100%;
        padding-bottom: 0;
    }

    .datav-content .row .container{
        width:100%;
    }

    .datav-value h3{
        font-size: 18px;
        margin: 50px auto 30px;
        line-height: 24px;
    }

    .datav-value .datav-value-text{
        width: 100%;
        margin: 0 auto;
    }

    .datav-value .datav-value-content{
        background-position: 50%;
    }

    .datav-value .datav-value-content p,.datav-value .datav-value-content h4{
        left:13.5%;
    }

    .datav-value .datav-value-content h4{
        font-size:16px;
    }

    .vinchin-product p{
        text-align: justify;
        font-size: 13px !important;
    }

    .file-download h3{
        font-size: 18px;
        margin: 0 auto 30px;
        line-height: 27px;
    }

    .datav-advantage img{
        width:90%;
    }
}
/* 移动端适配调整结束（414-360） */
