
/*----------右上角联系QR---------------------------------------------------------------------------------------------------------------------*/

@media (max-width:768px){
    .hrz-social{
        position: absolute;
        top: 16%;
        right: 6%;
    }
    }
    
    @media (min-width:768px){
    .hrz-social{
        position: absolute;
        top: 22%;
        right: 3%;
    }
    }
    
    
    
    .qr-contact {
    /*
        position: relative;
        float: left;
    
    */
        position: absolute;
        top: 50%;
        left: 7%;
        width: 86%;
    
    }
    .qr-icon-box-outer{
        width: 80%;
        margin: 1em 0 1em 0.5em;
    }
    .qr-icon-box{
        width: 100%;
        height: auto;
        margin: 3px 0 5px 0;
        /*border:1px solid red;*/
        /*background-color: #b3b3b3;*/
       /* border-radius: 5px;*/
       /* text-align: center;*/
       padding:  5px 0 0px 3px;
       border-bottom: 1px solid #666;
    }
    
    
    
    .qr-icon{
        display: block;
        width: 1em;
        height: auto;
       /* text-align: center;*/
       margin: 0 0 -7px 2px;
    }
    
    .qr-text{
        display: block;
        width: 100%;
        height: auto;
    }
    
    .qr-tip{
    
        margin: 12px 0 0 0;
    }
    
    /*微信图标*/
    
    .qr-code{
        width:35px;

        height:35px;
        margin: 10px 0 -150px 0 ;
        /*border: 1px dotted red;*/
       /* outline: 1px dotted red;*/
    
    }
    /*
    .qr-icon{
        float: left;
        width: 10PX;
        height: 10PX;
        margin: 0 0 3px 5px ;
        border: 1px dotted rgb(0, 0, 0);
    }
    */
    .qr-code p{
        
            margin: -3px 0 4px 0px ;
            font-size: 1em;
    
    }
    .qr-mouse {
    
        border: 1px dotted black;
        margin-top: 100px;
    
        height: 560px;
        width: 220px;
        border: 8px solid #cccccc;
        border-radius: 10px;
        position: absolute;
        transition: 400ms;
        margin-top: -550px;
        overflow: hidden;
        opacity: 0;
        margin-left: -165px;
        background-color: #4db2b3;
    
    }.qr-mouse-img {
        position: absolute;
        top: 14%;
        left: 7%;
        height: auto;
        width: 86%;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 1.5em;
    
    }
    
    
    .qr-code:hover .qr-mouse {
        display: block;
        opacity: 1;
        overflow: hidden;
        margin-top: -58px;
    }
    
    
    
    
/*--------------------------------------------------------------------------------------------------------------------------------*/









/*----------主页八个产品部分--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

section {
    display: block;
}

h2 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

a {
    color: #044886;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #02203c;
    text-decoration: underline;
}

img {
    vertical-align: middle;
    border-style: none;
}

h2 {
    margin-bottom: .5rem;
    font-family: "Muli", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    line-height: 1.2;
}

h2 {
    font-size: 2rem;
}

.product-img-fluid {
    margin-top: 2em;
    max-width: 35%;
    height: auto;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1440px;
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.row-cols-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

@media (min-width: 1280px) {
    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

@media (min-width: 1280px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-block {
        display: block !important;
    }
}

.h-100 {
    height: 100% !important;
}

.mx-0 {
    margin-right: 0 !important;
}

.mx-0 {
    margin-left: 0 !important;
}

.mt-2 {
    margin-top: .5rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.px-0 {
    padding-right: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pr-4 {
    padding-right: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
}

.py-5 {
    padding-bottom: 3rem !important;
}

@media (min-width: 768px) {
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .py-md-5 {
        padding-top: 3rem !important;
    }

    .py-md-5 {
        padding-bottom: 3rem !important;
    }
}

.text-center {
    text-align: center !important;
}

@media (min-width: 1280px) {
    .text-xl-left {
        text-align: left !important;
    }
}

.font-weight-bold {
    font-weight: 700 !important;
}

@media print {

    *,
    *::before,
    *::after {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    img {
        page-break-inside: avoid;
    }

    p,
    h2 {
        orphans: 3;
        widows: 3;
    }

    h2 {
        page-break-after: avoid;
    }

    .container {
        min-width: 992px !important;
    }
}

*[data-sys="win"] .sys-mac {
    display: none !important;
    margin: 0 !important;
}

a {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    a {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

a::before,
a::after {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

    a::before,
    a::after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.font-weight-semi-bold {
    font-weight: 600;
}

.font-size-normal {
    font-size: 1rem;
}

.font-size-large {
    font-size: 1.125rem;
}

.font-size-small {
    font-size: .875rem;
}

.font-size-tiny {
    font-size: .75rem;
}

/*! CSS Used from: Embedded */
h2 {
    font-family: "Montserrat", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a {
    color: #000;
}

a:hover {
    color: #0080FF;
}

/*! CSS Used from: Embedded */
.wsc-main h2 {
    font-family: "Montserrat", sans-serif, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.wsc-main div,
.wsc-main a,
.wsc-main p {
    font-family: "Nunito Sans", sans-serif, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-size-40 {
    font-size: 40px;
}

.part-solutions {
    background: linear-gradient(0deg, #ffffff 0%
            /*4.24%*/
            , #F5F5F5 0%
            /*92.81%*/
        );
}

.part-solutions a {
    text-decoration: underline;
}

.icon-down {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(/images/sitemain/home/arrow-right.svg);
    background-size: 100% 100%;
}

.icon-down:hover {
    background-image: url(/images/sitemain/home/arrow-right-active.svg);
}

.solutions-box:hover {
    position: relative;
    z-index: 1;
}

.solutions-box-background {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform-origin: 50% 100%;
    box-shadow: none;
    transform: scale(1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-property: transform, box-shadow;
    overflow: hidden;
}

.solutions-box-background-hover {
    display: block;
    width: 230%;
    height: 230%;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%) scale(0);
    opacity: 1;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.solutions-box-content {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 40px 12px 12px;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.solutions-box:hover .solutions-box-background {
    transform: scale(1.05);
    box-shadow: 6px 6px 32px 0px #c4daef;
}

.solutions-box:hover .solutions-box-background-hover {
    opacity: 0;
    background-color: #f3f9ff;
    transform: translate(-50%, 50%) scale(1);
}

.solutions-box:hover .solutions-box-content {
    transform: translateY(-10px);
}

.part-solutions .col-3\/5 {
    width: calc(60%);
}

.part-solutions .col-2\/5 {
    width: calc(40%);
}

.solutions-box-1 .solutions-box-background {
    border-radius: 24px 0px 0px 0px;
}

.solutions-box-3 .solutions-box-background {
    border-radius: 0px 24px 0px 0px;
}

.solutions-box-4 .solutions-box-background {
    border-radius: 24px 0px 0px 24px;
}

.solutions-box-8 .solutions-box-background {
    border-radius: 0px 0px 24px 0px;
}

.solutions-box-2 .solutions-box-background,
.solutions-box-4 .solutions-box-background,
.solutions-box-6 .solutions-box-background,
.solutions-box-8 .solutions-box-background {
    background-color: #e9f3ff;
}

.solutions-box-2:hover .solutions-box-background-hover,
.solutions-box-4:hover .solutions-box-background-hover,
.solutions-box-6:hover .solutions-box-background-hover,
.solutions-box-8:hover .solutions-box-background-hover {
    opacity: 1;
    background-color: #fff;
}

@media (max-width: 1279.98px) {
    .part-solutions .col-3\/5 {
        width: calc(100%);
    }

    .part-solutions .col-2\/5 {
        width: calc(100%);
    }

    .solutions-box-2 .solutions-box-background {
        border-radius: 0px 24px 0px 0px;
    }

    .solutions-box-3 .solutions-box-background,
    .solutions-box-4 .solutions-box-background {
        border-radius: 0;
    }

    .solutions-box-7 .solutions-box-background {
        border-radius: 0 0px 24px 0;
    }

    .solutions-box-8 .solutions-box-background {
        border-radius: 0 0px 0px 24px;
    }

    .solutions-box-3 .solutions-box-background,
    .solutions-box-7 .solutions-box-background {
        background-color: #fff;
    }

    .font-size-40 {
        font-size: 32px;
    }

    .solutions-box-content {
        padding: 40px 12px 12px;
    }
}

@media (max-width: 768px) {
    .solutions-box-content {
        padding: 20px 12px 12px;
    }

    .icon-down {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 767.98px) {
    .font-size-40 {
        font-size: 24px;
    }
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/




/*---------------------------------------------------------/*FOOTER-Done*/-------------------------------------------------------------------------------------------------------------------------------*/
/*FOOTER-Done*/

.ecpc-footer ul,
li,
p,
img {
    margin: 0;
    padding: 0;
}

.ecpc-footer img {
    border: 0;
    display: block;
}

.ecpc-footer {
    /*position: absolute;
    bottom: 0;*/
    width: 100%;
    /*min-width: 1000px;*/
    /*height: 105px; */
    text-align: left;
    color: #D6D6D6;

    /*   color: #6C6C6C;*/
    font-size: 13px;
    /*border-top: 1px solid #fff;*/
    padding: 3px 0 3px 7px;
    /*margin: 105px 0px 0px 0px;*/
}

.ecpc-footer p {
    /*outline: 1px dotted red;*/
    line-height: 15px;
}

.ecpc-footer p a:link,
.ecpc-footer p a:visited {
    color: #D6D6D6;
    /*color: #6C6C6C;*/
    text-decoration: none;
}

.ecpc-footer p a:hover,
.ecpc-footer p a:active {
    color: #ff0000;
    text-decoration: none;
}

ul {
    list-style: none;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/



/*---------------------大图加轮播加swiper部分------------------------工业解决方案部分-------------------------------------------------------------------------------------------------------------------------------------------*/



/*! CSS Used from: https://neveragain.allstatics.com/2019/assets/style/bootstrap-wondershare.min.css */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

section {
    display: block;
}

h2 {
    margin-top: 0;
    margin-bottom: .5rem;
}

a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

[role="button"] {
    cursor: pointer;
}

h2 {
    margin-bottom: .5rem;
    font-family: "MessinaModernWeb", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    line-height: 1.2;
}

h2 {
    font-size: 2rem;
}

.display-4 {
    font-size: 2.25rem;
    font-weight: 300;
    line-height: 1.2;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1440px;
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-11,
.col-md-10,
.col-xl-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

@media (min-width: 768px) {
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
}

@media (min-width: 1280px) {
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
}

/*.d-none{display:none!important;}*/
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

@media (min-width: 768px) {
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.position-relative {
    position: relative !important;
}

.h-auto {
    height: auto !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-1 {
    margin-top: .25rem !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mx-3 {
    margin-left: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.py-3 {
    padding-top: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
}

.px-4 {
    padding-left: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
}

.px-5 {
    padding-right: 3rem !important;
}

.py-5 {
    padding-bottom: 3rem !important;
}

.px-5 {
    padding-left: 3rem !important;
}

.mx-n4 {
    margin-right: -1.5rem !important;
}

.mx-n4 {
    margin-left: -1.5rem !important;
}

.my-n5 {
    margin-top: -3rem !important;
}

.my-n5 {
    margin-bottom: -3rem !important;
}

@media (min-width: 768px) {
    .pb-md-2 {
        padding-bottom: .5rem !important;
    }

    .py-md-5 {
        padding-top: 3rem !important;
    }

    .py-md-5 {
        padding-bottom: 3rem !important;
    }
}

@media (min-width: 1600px) {
    .px-xxl-5 {
        padding-right: 3rem !important;
    }

    .px-xxl-5 {
        padding-left: 3rem !important;
    }
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.text-action {
    color: #006dff !important;
}

a.text-action:hover,
a.text-action:focus {
    color: #004cb3 !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

@media print {

    *,
    *::before,
    *::after {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    img {
        page-break-inside: avoid;
    }

    h2 {
        orphans: 3;
        widows: 3;
    }

    h2 {
        page-break-after: avoid;
    }

    .container {
        min-width: 992px !important;
    }
}

a {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    a {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

a::before,
a::after {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

    a::before,
    a::after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.wsc-icon {
    display: inline-block;
    vertical-align: bottom;
}

.bg-cover {
    background-repeat: no-repeat;
    background-position: center;
}

.bg-cover {
    background-size: cover;
}

.font-size-large {
    font-size: 1.125rem;
}

.font-size-super {
    font-size: 1.5rem;
}

.font-size-small {
    font-size: .875rem;
}

.wsc-icon {
    position: relative;
    height: 1.5rem;
    line-height: 1;
    vertical-align: inherit;
}

.wsc-icon.wsc-icon-lg {
    height: 3rem;
}

/*! CSS Used from: https://www.wondershare.com/assets/global.min.css */
.font-size-small {
    font-size: 14px;
}

h2 {
    letter-spacing: -.03em;
}

.multi-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

a:hover {
    text-decoration: none;
}

@media (max-width:991.98px) {
    .font-size-large {
        font-size: 16px;
    }
}

/*! CSS Used from: https://neveragain.allstatics.com/2019/assets/vendor/swiper.min.css */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

/*! CSS Used from: Embedded */
h2 {
    font-family: inherit;
}

.rounded-16 {
    border-radius: 1rem;
}

.letter-n3 {
    letter-spacing: -0.03em;
}

.swiper-cases .swiper-slide {
    display: block;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .625rem;
    transition: all .2s ease-in-out;
}

.swiper-cases .swiper-slide .slide-poster {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 56.25%;
    margin: -1px;
    border-radius: .625rem .625rem 0 0;
}

.swiper-cases .swiper-slide label {
    border-radius: 0.25rem;
    background-color: rgba(0, 109, 255, 0.04);
    border: 1px solid #006DFF;
    padding: .5rem .5625rem;
    line-height: 1;
}

.swiper-cases .swiper-slide:hover {
    transform: translateY(-16px);
    box-shadow: 2px 2px 24px 0px rgba(0, 0, 0, 0.12);
}

.swiper-cases .swiper-slide:hover span {
    text-decoration: underline;
}

.swiper-cases~.swiper-button-prev {
    left: -7rem;
}

.swiper-cases~.swiper-button-next {
    right: -7rem;
}

.swiper-cases~.swiper-pagination {
    width: 100%;
    left: 50%;
    bottom: 0;
    font-size: 10px;
    line-height: 1;
    transform: translateX(-50%);
}

.swiper-cases~.swiper-pagination .swiper-pagination-bullet {
    width: .625rem;
    height: .625rem;
    margin: 0 .5rem;
}

@media (max-width: 1599.98px) {
    .swiper-cases~.swiper-button-prev {
        left: -3rem;
    }

    .swiper-cases~.swiper-button-next {
        right: -3rem;
    }
}

@media (max-width: 1279.98px) {
    .swiper-cases~.swiper-button-prev {
        left: -2rem;
    }

    .swiper-cases~.swiper-button-next {
        right: -2rem;
    }
}

@media (max-width: 991.98px) {
    .wsc-main h2 {
        font-size: 20px;
    }
}

/*! CSS Used from: Embedded */
.multi-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*! CSS Used fontfaces */
@font-face {
    font-family: MessinaModernWeb;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    src: url(https://neveragain.allstatics.com/2019/assets/style/font/MessinaModernWeb-Regular.eot);
    src: url(https://neveragain.allstatics.com/2019/assets/style/font/MessinaModernWeb-Regular.eot?#iefix) format("embedded-opentype"), url(https://neveragain.allstatics.com/2019/assets/style/font/MessinaModernWeb-Regular.woff2) format("woff2"), url(https://neveragain.allstatics.com/2019/assets/style/font/MessinaModernWeb-Regular.woff) format("woff");
    unicode-range: U+000D-FB04;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


























/*-------------三分左右部分---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*! CSS Used from: https://neveragain.allstatics.com/2019/assets/style/bootstrap-wondershare.min.css */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

nav,
section {
    display: block;
}

h4,
h5 {
    margin-top: 0;
    margin-bottom: .5rem;
}

a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

img {
    vertical-align: middle;
    border-style: none;
}

h4,
h5 {
    margin-bottom: .5rem;
    font-family: "MessinaModernWeb", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    line-height: 1.2;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1440px;
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-md-10,
.col-lg-6,
.col-xl-5,
.col-xl-7 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

@media (min-width: 768px) {
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
}

@media (min-width: 992px) {
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (min-width: 1280px) {
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.pb-1 {
    padding-bottom: .25rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.py-5 {
    padding-top: 3rem !important;
}

.py-5 {
    padding-bottom: 3rem !important;
}

@media (min-width: 992px) {
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

@media print {

    *,
    *::before,
    *::after {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    img {
        page-break-inside: avoid;
    }

    .container {
        min-width: 992px !important;
    }
}

a {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    a {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

a::before,
a::after {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

    a::before,
    a::after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.bg-cover {
    background-repeat: no-repeat;
    background-position: center;
}

.bg-cover {
    background-size: cover;
}

/*! CSS Used from: https://www.wondershare.com/assets/global.min.css */
h4,
h5 {
    letter-spacing: -.03em;
}

a:hover {
    text-decoration: none;
}

/*! CSS Used from: https://neveragain.allstatics.com/2019/assets/vendor/swiper.min.css */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide-active {
    pointer-events: auto;
}

/*! CSS Used from: Embedded */
h4,
h5 {
    font-family: inherit;
}

.rounded-16 {
    border-radius: 1rem;
}

.nav-tabs {
    padding-left: 0.875rem;
    border: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.nav-tabs .nav-item {
    margin: 0 0 5px 0;
    border: 0;
    padding: 1.25rem;
    border: 1px solid transparent;
    border-radius: 0.625rem;
    position: relative;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.nav-tabs .nav-item h5 {
    transition: all .4s ease-in-out;
}

.nav-tabs .nav-item::before {
    content: '';
    height: 0;
    width: 4px;
    position: absolute;
    top: 50%;
    left: -16px;
    border-radius: 0.875rem;
    background: transparent;
    transform: translate(-50%, -50%);
    transition: all .5s ease-in-out;
}

.nav-tabs .nav-item.active {
    border-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0.5rem 0.5rem 0.8125rem rgba(0, 0, 0, 0.05);
}

.nav-tabs .nav-item.active h5 {
    color: #006DFF;
}

.nav-tabs .nav-item.active::before {
    background: #006DFF;
    height: 100%;
}

@media (max-width: 991.98px) {
    .nav-tabs {
        border-left: 0;
        padding-left: 0;
    }

    .nav-tabs .nav-item::before {
        content: none;
    }
}

@media (max-width: 767.98px) {
    .nav-tabs .nav-item:not(:last-child)::after {
        width: 100%;
        height: 1px;
        right: 0;
        top: auto;
        bottom: 0;
        transform: none;
    }
}

/*! CSS Used fontfaces */
@font-face {
    font-family: MessinaModernWeb;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    src: url(https://neveragain.allstatics.com/2019/assets/style/font/MessinaModernWeb-Regular.eot);
    src: url(https://neveragain.allstatics.com/2019/assets/style/font/MessinaModernWeb-Regular.eot?#iefix) format("embedded-opentype"), url(https://neveragain.allstatics.com/2019/assets/style/font/MessinaModernWeb-Regular.woff2) format("woff2"), url(https://neveragain.allstatics.com/2019/assets/style/font/MessinaModernWeb-Regular.woff) format("woff");
    unicode-range: U+000D-FB04;
}






/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/








/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/