
@font-face {
    font-family: 'HarmonyOS_Sans_SC';
    src: url('../font/HarmonyOS_Sans_SC.woff2') format('woff2'),
        url('../font/HarmonyOS_Sans_SC.woff') format('woff'),
        url('../font/HarmonyOS_Sans_SC.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HarmonyOS_Sans_SC';
    src: url('../font/HarmonyOS_Sans_SC_Bold.woff2') format('woff2'),
        url('../font/HarmonyOS_Sans_SC_Bold.woff') format('woff'),
        url('../font/HarmonyOS_Sans_SC_Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HarmonyOS_Sans_SC';
    src: url('../font/HarmonyOS_Sans_SC_Light.woff2') format('woff2'),
        url('../font/HarmonyOS_Sans_SC_Light.woff') format('woff'),
        url('../font/HarmonyOS_Sans_SC_Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins Regular.otf') format('otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins Bold.otf') format('otf');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins Light.otf') format('otf');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Oswald';
    src: url('../font/OswaldM.ttf') format('ttf');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../font/OswaldB.ttf') format('ttf');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../font/Oswald-Light.ttf') format('ttf');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}





* {
    margin: 0;
    padding: 0;
    font-family: "HarmonyOS_Sans_SC";
    font-weight: normal;
    box-sizing: border-box;
    color: #000000;
}

ul {
    list-style-type: none;
}

/* ::-webkit-scrollbar {
    display: none;
} */


.clear {
    clear: both;
}

a {
    text-decoration: none;
    color: inherit;
    font-size: inherit;
    cursor: pointer;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}

span {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}

strong {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: bold;
    line-height: inherit;
}

input {
    background:none;
    outline:none;
    border:none;
}

textarea {
    resize: none;
    outline: none;
    border: none;
}

.content * {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-family: inherit;
}

.content img {
    max-width: 100% !important;
}

.content table {
    width: 100% !important;
    max-width: 100% !important;
    border: 1px solid #0f2341;
    border-collapse: collapse
}

.content table tr td {
    border: 1px solid #0f2341;
    padding: 0.4vw;
}



.indexBox {
    width: 100%;
    height: 100%;
    padding-top: 130px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.wh100 {
    width: 100%;
    height: 100%;
}


.p0_10 {
    padding-left: 10.9375%;
    padding-right: 10.9375%;
}

.lp10 {
    padding-left: 10.9375%;
}

.rp10 {
    padding-right: 10.9375%;
}


.p4_0 {
    padding-top: calc(3% + 20px);
    padding-bottom: calc(3% + 20px);
}

.w100 {
    width: 100%;
    overflow: hidden;
}

.imgZoom {
    overflow: hidden;
}

.imgZoom img {
    transition: .6s;
}


.imgZoom:hover img {
    scale: 1.2;
}

.search_mask {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index:999999;
    top: 0;
    left: 0;
}

.search_mask div {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 4vw;
    top: 6vw;
    border-radius: 50%;
    border: 1px solid #ffffff;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.search_mask div span {
    font-size: 20px;
    transition: .3s;
    color: #ffffff;
}

.search_mask div:hover {
    border-color: #d1ad90;
}

.search_mask div:hover span {
    color: #d1ad90;
}

.view_video {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index:999999;
    top: 0;
    left: 0;
}

.view_video iframe {
    display: none;
}

.view_video video, .view_video iframe {
    position: absolute;
    width: 60%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    height: 34vw;
    max-height: 90vh;
}

.view_video div {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 50px;
    top: 50px;
    border-radius: 50%;
    border: 1px solid #ffffff88;
    color: #ffffff88;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s;
}

.view_video div span {
    font-size: 20px;
    transition: .3s;
    color: #ffffff88;
}

.view_video div:hover {
    border-color: #fff;
}

.view_video div:hover span {
    color: #fff;
}

.search_mask form {
    width: 80%;
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 1% 30px;
    box-sizing: border-box;
    position: relative;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.search_mask form input {
    width: 95%;
}

.search_mask form button {
    width: 3%;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.search_mask form button svg {
    width: 100%;
    min-width: 30px;
    height: auto;
}

.top {
    display: flex;
    padding-top: calc(0.8vw + 4px);
    padding-bottom: calc(0.8vw + 4px);
    background-color: #F0F0F0;
    border-bottom: calc(0.12vw + 1px) solid #0754ae;
    justify-content: space-between;
    align-items: center;
}

.top_left p {
    color: #666666;
}

.top_right {
    display: flex;
}

.top_right>div {
    margin-left: calc(1.5vw);
    color: #0754ae;
    font-weight: bold;
    white-space: nowrap;
}


.top_right>div .iconfont {
    color: #333333;
    font-weight: normal;
}

.header {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 140px;
    overflow: visible;
    position: relative;
    z-index: 999999;
}

.header_logo {
    height: 60%;
}

.header_logo img {
    height: 100%;
}

.header_nav {
    margin: 0 calc(2.6vw + 13px);
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
}

.header_nav>li {
    position: relative;
}

.header_nav>li>a {
    padding: calc(0.6vw + 3px) 0;
    display: flex;
    align-items: center;
    line-height: 1;
}

.header_nav>li:hover>a {
    color: #0754ae;
}

.header_nav>li>a .iconfont {
    color: #b9b5b5;
    transition: .4s;
}

.header_nav>li:hover a .iconfont {
    transform: rotate(180deg);
    
}

.header_nav>li::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: calc(0.16vw + 1px);
    background-color: #0754AE;
    transition: .4s;
}


.header_nav>li:hover::after {
    width: 100%;
}

.header_nav>li.active::after {
    width: 100%;
}

.header_nav>li.active>a {
    color: #0754ae;
}

.header_nav>li ul {
    position: absolute;
    top: calc(100% - 0.16vw - 1px);
    left: 0;
    height: 0;
    width: 12em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #0005;
    overflow: hidden;
    transition: .4s;
}

.header_nav>li:hover ul {
     height: calc(var(--length) * 4em);
}

.header_nav>li ul::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: calc(0.16vw + 1px);
    background-color: #0754AE;
    transition: .4s;
}

.header_nav>li:hover ul::before {
    width: 100%;
}

.header_nav>li ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.header_nav>li ul li:hover {
    background-color: #0754AE;
}


.header_nav>li ul li a {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 100%;
    color: #fff;
}

.header_lang {
    background-color: #EEEEEE;
    display: flex;
    align-items: center;
    padding: calc(0.4vw + 2px) calc(0.6vw + 3px);
    color: #152aa9;
    position: relative;
    line-height: 1;
    border-radius: calc(1em + 0.4vw + 2px);
    cursor: pointer;
}

.header_lang .icon-arr-down {
    color: #b9b5b5;
    transition: .4s;
}

.header_lang.active .icon-arr-down {
    transform: rotate(180deg);
}

.header_lang span {
    margin: 0 calc(0.2vw + 1px);
}


.header_lang ul {
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #EEEEEE;
    display: flex;
    flex-direction: column;
    border-radius: calc(0.4vw + 2px);
    top: 100%;
    height: 0;
    overflow: hidden;
    transition: .4s;
    opacity: 0;
}

.header_lang.active ul {
    height: calc(100% * var(--length));
    top: calc(100% + 0.4vw + 2px);
    opacity: 1;
}

.header_lang ul li {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .swiper .swiper-slide {
    position: relative;
}

.banner .swiper .swiper-slide .sw-float {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 42%;
    left: 50%;
    width: 100%;
}

.banner .swiper .swiper-slide .sw-float h4 {
    font-size: 3.4vw;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: calc(0.8vw + 4px);
}

.banner .swiper .swiper-slide .sw-float p {
    font-size: 1.5625vw;
    font-weight: 300;
    color: #fff;
    text-align: center;
}

.banner .swiper-pagination {
    display: flex;
    justify-content: center;
}

.about {
    display: flex;
    align-items: center;
}

.about_left {
    width: 47.33%;
    margin-right: 5.33%;
}

.about_right {
    flex: 1;
    display: flex;
    flex-direction: column;
    border-radius: calc(0.8vw + 4px);
    overflow: hidden;
    border: 1px solid #cccccc;
}

.about_left span {
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.1);
    line-height: 1.2;
    margin-bottom: calc(0.4vw + 2px);
    display: block;
    font-family: "Poppins";
    font-weight: bold;
}

.about_left h4 {
    color: #000000;
    margin-bottom: calc(0.8vw + 4px);
    font-weight: bold;
}

.about_left .content {
    color: #666666;
    line-height: 1.8;
}

.about_right .aimg {
    flex: 1;
    align-self: stretch;
    font-size: 0;
}

.about_right .aimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_right .ainfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: calc(0.8vw + 4px) calc(1.2vw + 6px);
}

.about_right .ainfo_left {
    font-weight: bold;
    color: #000000;
    display: flex;
    align-items: center;
}

.about_right .ainfo_left .iconfont {
    font-weight: normal;
    background-color: #0754AE;
    border-radius: 50%;
    padding: calc(0.5vw + 2px);
    margin-right: calc(0.4vw + 2px);
    color: #fff;
    line-height: 1;
}

.about_right .ainfo_right {
    display: flex;
}

.about_right .ainfo_right>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    color: #0754ae;
    margin-left: calc(1.6vw + 8px);
}

.about_right .ainfo_right>div .iconfont {
    font-weight: normal;
    color: #464646;
    margin-bottom: calc(0.2vw + 2px);
}

.index_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: calc(1.6vw + 8px);
}

.index_title h4 {
    color: #000000;
    font-weight: bold;
    margin-bottom: calc(0.4vw + 2px);
    text-align: center;
}

.index_title span {
    font-weight: 300;
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    text-align: center;
}

.service {
    background-color: #F1F1F1;
    background-image: url(../images/sb.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
}

.service_factory {
    display: flex;
    justify-content: space-between;
    margin-bottom: calc(1vw + 5px);
}

.service_factory_box {
    width: 24.3%;
    border-radius: calc(0.4vw + 2px);
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    padding: calc(0.8vw + 4px);
    background-color: #fff;
    position: relative;
}

.service_factory_box::before {
    display: block;
    content: "";
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 0;
    width: calc(0.2vw + 1px);
    height: 70%;
    background-color: #0754AE;
}


.service_factory_box .ftext {
    display: flex;
    flex-direction: column;
    width: 56%;
    margin-right: 2%;
}

.service_factory_box .ftext h2 {
    color: #000000;
    font-weight: bold;
}

.service_factory_box .ftext p {
    color: #666666;
    flex: 1;
    margin-bottom: calc(0.4vw + 2px);
    text-transform: uppercase;
    font-family: "Oswald";
    font-weight: 300;
}

.service_factory_box .ftext>a {
    background-color: #1A2251;
    padding: calc(0.3vw + 2px) calc(0.8vw + 4px);
    color: #fff;
    border-radius: calc(1em + 0.2vw + 1px);
    width: max-content;
    transition: .4s;
}

.service_factory_box .fimg {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.service_factory_box .fimg>div {
    height: calc(3vw + 20px);
    display: flex;
    align-items: center;
    justify-content: right;
    width: 100%;
    margin-bottom: calc(0.6vw + 3px);
}

.service_factory_box .fimg>div img {
    max-width: 100%;
    max-height: 100%;
    mix-blend-mode: darken;
}

.service_factory_box .fimg span {
    color: #0754ae;
    font-weight: bold;
    padding-right: calc(1.2vw + 6px);
}

.service_factory_box:hover .ftext h2:hover {
    color: #0754ae;
}

.service_factory_box .ftext>a:hover {
    background-color: #0754AE;
}

.service_ {
    display: flex;
    justify-content: space-between;
}

.service_box {
    width: 49.533%;
    border-radius: calc(1.2vw + 6px);
    background-color: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.service_left {
    background-color: #0754ae;
    background-image: url(../images/slb.png);

}


.service_right {
    background-color: #00aacc;
    background-image: url(../images/srb.png);
}


.service_box_title {
    width: 100%;
    padding: calc(1.6vw + 8px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service_box_ {
    padding: calc(1.6vw + 8px);
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}

.service_box_>a {
    display: flex;
    align-items: baseline;
    width: 24.3%;
    margin-right: 0.933%;
    margin-bottom: calc(1vw + 5px);
    color: #fff;
    font-family: "Oswald";
    font-weight: 300;
}

.service_box_>a p {
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: inherit;
}

.service_box_>a span {
    transform: translateY(-0.15em);
    font-weight: normal;
    font-size: inherit;
}

.service_box_>a:nth-child(4n) {
    margin-right: 0;
}

.service_box_title {
    position: relative;
    transition: .4s;
}

.service_box_title::after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 95%;
    top: 100%;
    left: 50%;
    transform: translate(-50% ,-50%);
    background-color: rgba(255, 255, 255, 0.3);
}

.service_box_title h4 {
    color: #fff;
    transition: .4s;
}

.service_box_title p {
    color: #fff;
    transition: .4s;
}

.service_box:hover .service_box_title {
    background-color: #fff;
}

.service_box:hover .service_box_title h4 {
    color: #000;
}

.service_box:hover .service_box_title p {
    color: #000;
}

.partner>p {
    color: #666666;
    margin-bottom: calc(2.4vw + 12px);
    text-align: center;
}

.partner_ {
    display: flex;
    flex-wrap: wrap;
}

.partner_box {
    width: 10.4%;
    height: 4.66vw;
    margin-right: 0.8%;
    margin-bottom: 0.8%;
    padding: calc(0.4vw + 2px);
    background-color: #fff;
    border: 1px solid #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner_box:nth-child(9n) {
    margin-right: 0;
}

.partner_box img {
    max-width: 100%;
    max-height: 100%;
}

.adventage {
    background-color: #E9ECF2;
    position: relative;
    z-index: 1;
}

.adventage::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 76%;
    top: 0;
    left: 0;
    background-image: url(../images/advb.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.adventage_info {
    margin-bottom: calc(8vw + 40px);
    position: relative;
}

.adventage_info p {
    color: #fff;
    text-align: center;
    width: 100%;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%);
    top: 0;
    left: 50%;
    transition: .4s;
}

.adventage_info p.active {
    opacity: 1;
}


.adventage_ {
    display: flex;
    background-color: #fff;
    min-height: 12.5vw;
}

.adventage_box {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: calc(1vw + 5px);
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
}

.adventage_box .abox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: .4s;
}

.adventage_box .aimg {
    color: #0754AE;
    margin-bottom: calc(0.6vw + 3px);
    display: flex;
    justify-content: center;
    transition: .4s;
    align-items: flex-end;
}

.adventage_box .atext {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.adventage_box .atext h4 {
    margin-bottom: calc(0.2vw + 1px);
    text-align: center;
    transition: .4s;
}

.adventage_box .atext span {
    text-align: center;
    color: #999999;
    font-family: "Oswald";
    font-weight: 300;
    transition: .4s;
}

.adventage_box .aback {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: .4s;
    z-index: -1;
    background-color: #0754AE;
    background-image: url(../images/advbb.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    opacity: 0;
}

.adventage_box .aback .iconfont {
    position: absolute;
    color: #fff;
    left: 8%;
    bottom: 15%;
    transition: .4s;
    transition-delay: .1s;
}

.adventage_box:hover .abox {
    transform: translateY(calc(-0.5em - 0.3vw - 1px));
}

.adventage_box:hover .aimg {
    opacity: 0;
}

.adventage_box:hover .atext h4 {
    color: #fff;
}

.adventage_box:hover .atext span {
    color: #fff;
}

.adventage_box:hover .aback {
    opacity: 1;
}

.adventage_box:hover .aback .iconfont {
    transform: rotate(45deg);
}


.adventage_box.active .abox {
    transform: translateY(calc(-0.5em - 0.3vw - 1px));
}

.adventage_box.active .aimg {
    opacity: 0;
}

.adventage_box.active .atext h4 {
    color: #fff;
}

.adventage_box.active .atext span {
    color: #fff;
}

.adventage_box.active .aback {
    opacity: 1;
}

.adventage_box.active .aback .iconfont {
    transform: rotate(45deg);
}


.certificate_box {
    height: 20.625vw;
    background-image: url(../images/ctfb.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 2.2vw 1.8vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.certificate_box img {
    max-width: 100%;
    max-height: 100%;
}

.network {
    background-color: #fff;
    background-image: url(../images/networkb.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    min-height: 36.46vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.network .content {
    line-height: 1.8;
    margin-bottom: calc(4vw + 20px);
    width: 92%;
}

.network_info {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.network_info_left, .network_info_right {
    width: 33.33%;
    display: flex;
    justify-content: space-between;
}

.network_info_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.network_info_box .num {
    display: flex;
    color: #0754ae;
    font-weight: bold;
    margin-bottom: calc(0.2vw + 1px);
    line-height: 1;
    font-family: "Poppins";
}


.network_info_box .num>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: calc(0.2vw + 1px);
}

.network_info_box .num>div sup {
    color: #0754ae;
    font-weight: bold;
    font-family: "Poppins";
}

.network_info_box .num>div sub {
    font-weight: bold;
    color: #0754ae;
}

.network_info_box p {
    color: #333333;
    text-align: center;
}

.cooperation_top {
    padding-top: calc(2vw + 10px);
    padding-bottom: calc(2vw + 10px);
    background-color: #000;
    position: relative;
    z-index: 1;
}

.cooperation_top::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/emailb.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.2;
    z-index: -1;
}

.cooperation_top h4 {
    font-family: "Poppins";
    line-height: 1.05;
    margin-bottom: calc(2vw + 10px);
    color: #fff;
}

.cooperation_top form {
    width: calc(20vw + 227px);
    height: calc(1vw + 26px);
    max-width: 100%;
    display: flex;
    border-radius: 23px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: calc(1.6vw + 8px);
}

.cooperation_top form input {
    flex: 1;
    min-width: 0;
    padding: 0 calc(1vw + 5px);
}

.cooperation_top form button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #00BFE6;
    border: none;
    width: 24.6%;
    cursor: pointer;
}

.cooperation_top form button .iconfont {
    margin-left: calc(0.4vw + 2px);
}

.cooperation_top p {
    color: #fff;
}

.cooperation_bottom {
    background-image: url(../images/downloadbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: calc(1.2vw + 6px);
    padding-bottom: calc(1.2vw + 6px);
}

.cooperation_bottom h4 {
    line-height: 1;
    text-align: center;
}

.foot {
    background-color: #121212;
}

.foot_top {
    display: flex;
    justify-content: space-between;
    padding-top: calc(2.8vw + 14px);
    padding-bottom: calc(2.8vw + 14px);
}

.foot_top_left {
    width: 33.33%;
    margin-right: 5.33%;
}

.foot_top_left .addr {
    margin-bottom: calc(2vw + 10px);
}

.foot_top_left .addr span {
    color: #fff;
    display: block;
    margin-bottom: calc(0.2vw + 1px);
}

.foot_top_left .addr p {
    color: #fff;
}

.foot_top_left .email p {
    color: #666666;
    display: flex;
    align-items: baseline;
}

.foot_top_left .email p .iconfont {
    margin-right: calc(0.3vw + 2px);
    transform: translateY(0.12em);
}

.foot_top_right {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.foot_nav p {
    color: #fff;
}

.foot_nav ul li {
    margin-top: calc(0.6vw + 3px);
}

.foot_nav ul li a {
    color: #666666;
    
}


.foot_ewm {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.foot_ewm .ewmimg {
    width: calc(3.6vw + 20px);
    min-width: 60px;
    margin-bottom: calc(0.4vw + 2px);
}

.foot_ewm .ewmimg img {
    width: 100%;
}

.foot_ewm p {
    text-align: center;
    color: #666666;
}

.foot_bottom {
    padding-top: calc(1vw + 5px);
    padding-bottom: calc(1vw + 5px);
}

.foot_bottom p {
    text-align: center;
    color: #666666;
    margin: calc(0.2vw + 1px) 0;
}

.banner {
    position: relative;
}

.banner_float {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner_float .position {
    color: #fff;
    font-weight: 300;
    margin-bottom: calc(1vw + 5px);
}

.banner_float .position span {
    margin: 0 calc(0.4vw + 2px);
}

.banner_float h4 {
    color: #fff;
    font-weight: bold;
    margin-bottom: calc(0.6vw + 3px);
}

.banner_float>p {
    color: #fff;
    font-weight: 300;
}

.atitle {
    margin-bottom: calc(0.6vw + 3px);
}

.atitle span {
    opacity: 0.1;
    text-transform: uppercase;
    margin-bottom: calc(0.2vw + 1px);
    font-family: "Poppins";
    font-weight: bold;
    line-height: 1.2;
}

.atitle h4 {
    font-weight: bold;

}

.profile .atitle {
    margin-bottom: calc(3.6vw + 13px);
}

.profile>.content {
    line-height: 1.8;
    color: #666666;
    margin-bottom: calc(2.4vw + 12px);
}

.profile_info {
    display: flex;
    justify-content: space-between;
}

.profile_info_box {
    max-width: 32%;
    width: 420px;
    border: 1px solid #cccccc;
    border-radius: calc(0.8vw + 4px);
    padding: calc(0.8vw + 4px);
}

.profile_info_box .p_title {
    display: flex;
    align-items: baseline;
    padding-bottom: calc(0.8vw + 4px);
    margin-bottom: calc(0.8vw + 4px);
    border-bottom: 1px solid #cccccc;
}

.profile_info_box .p_title .iconfont {
    background-color: #0754AE;
    color: #fff;
    padding: calc(0.2vw + 2px);
    border-radius: 50%;
    margin-right: calc(0.4vw + 2px);
    transform: translateY(-0.05em);
    line-height: 1;
}

.profile_info_box .p_title h4 {
    font-weight: bold;
}

.profile_info_box .p_content {
    line-height: 2.5;
    padding: 0 6%;
}

.about_network {
    background-image: url(../images/snb.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: calc(1vw + 5px);
    padding-bottom: calc(1vw + 5px);
}

.about_network .content {
    color: #fff;
    line-height: 1.8;
}

.notice {
    display: flex;
    justify-content: space-between;
    background-color: #F7F7F7;
}

.notice_box {
    width: 49%;
    border-radius: calc(0.4vw + 2px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.notice_left .n_title {
    background-image: url(../images/notice1.jpg);
}

.notice_right .n_title {
    background-image: url(../images/notice2.jpg);
}

.notice_box .n_title {
    height: 10.42vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.notice_box .n_title h4 {
    color: #fff;
    text-align: center;
    margin-bottom: calc(0.2vw + 1px);

}

.notice_box .n_title p {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.notice_box .n_content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: calc(0.8vw + 4px) calc(1.2vw + 6px);
    width: 100%;
}

.notice_box .n_content .swiper-slide {
    overflow: hidden;
    width: 100%;
}

.notice_box .n_content .swiper-slide {
    border-bottom: 1px solid #f7f7f7;
}

.notice_box .n_content .swiper-slide p {
    padding: calc(0.6vw + 3px);
    /* display: flex; */
    align-items: baseline;
    text-transform: uppercase;
    align-items: baseline;
    line-height: 1.4;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

/* .notice_box .n_content .swiper-slide:last-child p {
    border-bottom: none;
} */

.notice_box .n_content .swiper-slide p .iconfont {
    margin-right: calc(0.2vw + 1px);
    transform: translateY(0.03em);
}

.notice_box .n_content .swiper {
    width: 100%;
    height: calc((1.2vw + 6px + (1em * 1.4)) * var(--length));
}

.fservice_ {
    display: flex;
    justify-content: space-between;
}

.fservice_left {
    color: #666666;
    width: 34.66%;
    margin-right: 1.33%;
}


.fservice_left ul li {
    list-style-type: square;
    margin-bottom: calc(0.2vw + 2px);
}

.fservice_left ul li::marker {
    color: #0754AE;
}

.fservice_right {
    display: flex;
    
}

.fservice_right_box {
    width: calc(7.2vw + 42px);
    height: calc(7.6vw + 44px);
    border-radius: calc(0.4vw + 2px);
    position: relative;
    overflow: hidden;
    transition: .6s;
    margin-left: calc(0.8vw + 4px);
}

.fservice_right_box .before {
    position: absolute;
    backface-visibility: hidden;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: calc(0.6vw + 3px);
    background-color: inherit;
    transform: rotateY(0deg);
    transition: .6s;
}


.fservice_right_box .before .fimg {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: calc(0.6vw + 3px);
    color: #fff;
}

.fservice_right_box .before p {
    color: #fff;
    margin-bottom: calc(0.2vw + 1px);
}

.fservice_right_box .before span {
    font-family: "Poppins";
    color: #fff;
}


.fservice_right_box .after {
    position: absolute;
    backface-visibility: hidden;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: calc(0.6vw + 3px);
    background-color: inherit;
    transform: rotateY(180deg);
    transition: .6s;
}

.fservice_right_box .after .fimg {
    border: 1px solid #fff;
    border-radius: 50%;
    width: calc(4.4vw + 12px);
    height: calc(4.4vw + 12px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: calc(0.8vw + 4px);
    color: #fff;
    position: relative;
}

.fservice_right_box .after .fimg::after {
    content: "";
    width: calc(0.4vw + 4px);
    height: calc(0.4vw + 4px);
    border-radius: 50%;
    background-color: #fff;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    top: calc(50% - 0.2vw - 2px);
    left: calc(50% - 0.2vw - 2px);
    animation: circularMotion 3s linear infinite;
    transform-origin: center;
}

@keyframes circularMotion {
    0% {
        transform: rotate(0deg) translateX(calc(2.2vw + 6px)) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translateX(calc(2.2vw + 6px)) rotate(-360deg);
    }
}

.fservice_right_box .after p {
    color: #fff;
}

.fservice_right_box:hover .before {
    transform: rotateY(180deg);
}

.fservice_right_box:hover .after {
    transform: rotateY(0deg);
}

.fservice_items {
    background-color: #F7F7F7;
}

.fservice_items .atitle {
    margin-bottom: calc(2.4vw + 12px);
}

.fservice_items_ {
    display: flex;
    flex-wrap: wrap;

}

.fservice_items_box {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 3%;
    border-radius: calc(1.2vw + 6px);
    display: flex;
    flex-direction: column;
    border: 1px solid #fff;
    transition: .4s;
    overflow: hidden;
}

.fservice_items_box:nth-child(3n) {
    margin-right: 0;
}

.fservice_items_box .fimg {
    height: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: calc(1.2vw + 6px);
}

.fservice_items_box .fimg img {
    max-width: 100%;
    max-height: 100%;
    mix-blend-mode: darken;
}

.fservice_items_box .ftext {
    flex: 1;
    padding: calc(1.2vw + 6px) calc(1.8vw + 9px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.fservice_items_box .ftext .icon-play {
    color: #fff;
    /* background-color: #005AA1; */
    border-radius: 50%;
    flex-shrink: 0;
    line-height: 1;
    width: calc(0.6vw + 14px);
    height: calc(0.6vw + 14px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: calc(1.8vw + 9px + 0.3vw + 7px);
    transition: .4s;
    z-index: 2;
}

.fservice_items_box .ftext .back {
    position: absolute;
    transition: .4s;
    width: calc(0.6vw + 14px);
    height: calc(0.6vw + 14px);
    background-color: #005AA1;
    transform: translate(-50%, -50%);
    top: 50%;
    /* left: calc(1.8vw + 9px + 0.3vw + 7px); */
    z-index: 1;
    border-radius: 50%;

}

.fservice_items_box .ftext h2 {
    font-weight: bold;
    margin: 0 calc(0.6vw + 14px + 0.4vw + 2px);
    flex: 1;
    text-align: center;
    z-index: 2;
    transition: .2s;
}

.fservice_items_box .ftext .icon-arr-right3 {
    font-weight: bold;
    color: #0754ae;
    opacity: 0;
    line-height: 1;
    transition: .4s;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: calc(1.8vw + 9px);
    z-index: 2;
}

.fservice_items_box:hover {
    background-color: #fff;
}

.fservice_items_box:hover .ftext .icon-arr-right3 {
    opacity: 1;
    color: #fff;
}


.fservice_items_box:hover .ftext .back {
    width: 100%;
    height: 100%;
    left: calc(1.8vw + 9px + 0.3vw + 7px) !important;
    border-radius: 0;
}


.fservice_items_box:hover .ftext h2 {
    color: #fff;
}

.fservice_process .atitle {
    margin-bottom: calc(3vw + 15px);
}

.fservice_process .atitle p {
    color: #666666;
    margin-top: calc(0.4vw + 2px);
}

.fservice_process_ {
    display: flex;
    flex-wrap: wrap;
}

.fservice_process_box {
    width: 19.75%;
    /* margin-right: 2%; */
    margin-bottom: calc(2.8vw + 14px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fservice_process_ .icon {
    width: 5%;
    /* height: auto; */
    align-self: center;
    margin: 0 1%;
    /* margin-bottom: calc(2.8vw + 14px + 1em + 1.6vw + 8px); */
    transform: translateY(calc(-1.4vw - 7px - 0.5em - 0.8vw - 4px));
    fill: #0754ae;
}

.fservice_process_ .icon:nth-child(n+8):nth-child(-n+16) {
    transform: translateY(calc(-1.4vw - 7px - 0.5em - 0.8vw - 4px)) rotate(180deg);
}

/* .fservice_process_box:nth-child(4n) {
    margin-right: 0;
} */

.fservice_process_box .fimg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(7vw + 36px);
    width: calc(7vw + 36px);
    max-width: 18vw;
    max-height: 18vw;
    border-radius: 50%;
    border: calc(0.1vw + 1px) solid #0754ae;
    position: relative;
    margin-bottom: calc(1.6vw + 8px);
}

.fservice_process_box .fimg::before {
    content: "";
    width: calc(0.5vw + 4px);
    height: calc(0.5vw + 4px);
    border-radius: 50%;
    background-color: #0754ae;
    display: block;
    position: absolute;
    top: calc(50% - 0.25vw - 2px);
    left: calc(50% - 0.25vw - 2px);
    transform: rotate(180deg) translateX(calc(3.5vw + 18px)) rotate(180deg);
    transform-origin: center;
    transition: .8s;
}

.fservice_process_box .fimg::after {
    content: "";
    width: calc(0.5vw + 4px);
    height: calc(0.5vw + 4px);
    border-radius: 50%;
    background-color: #0754ae;
    display: block;
    position: absolute;
    top: calc(50% - 0.25vw - 2px);
    right: calc(50% -0.25vw - 2px);
    transform-origin: center; 
    transition: .8s;
    transform: rotate(0deg) translateX(calc(3.5vw + 18px)) rotate(0deg);
}

.fservice_process_box:hover .fimg::before {
    transform: rotate(540deg) translateX(calc(3.5vw + 18px)) rotate(540deg);
}

.fservice_process_box:hover .fimg::after {
    transform: rotate(360deg) translateX(calc(3.5vw + 18px)) rotate(360deg);
}

/* @keyframes circularMotion {
    0% {
        transform: rotate(0deg) translateX(calc(3.5vw + 18px)) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translateX(calc(3.5vw + 18px)) rotate(-360deg);
    }
} */

.fservice_process_box .fimg>div {
    width: 80%;
    height: 80%;
    border-radius: 50%;
    box-shadow: 0 calc(0.1vw + 1px) calc(0.2vw + 1px) rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.fservice_process_box .fimg>div img {
    max-width: 70%;
    max-height: 70%;
}

.fservice_process_box h3 {
    text-align: center;
}

.fservice_detial {
    background-color: #F7F7F7;
}

.fservice_detial>img {
    max-width: 100%;
    max-height: 200px;
    margin-bottom: calc(2vw + 10px);
    mix-blend-mode: darken;
}

.serviceContent {
    line-height: 1.8;
}

.serviceContent img {
    mix-blend-mode: darken;
}


.serviceContent strong {
    font-weight: bold;
}

.serviceContent table {
    border: 1px solid #d9d9d9 !important;
    margin: calc(0.4vw + 2px) 0;
}

.content table tr td {
    border: 1px solid #d9d9d9 !important;
    text-align: center;
    vertical-align: middle;
    width: auto;
}

.serviceContent table tr:first-child td {
    background-color: #0754AE;
    color: #fff;
}

.serviceContent ul {
    list-style-type: none;
    color: inherit;
}

.serviceContent li {
    padding-left: 1em;
    list-style: none;
    position: relative;
}

.serviceContent li p {
    color: #000000 !important;
}

.serviceContent li::before {
    content: "-";
    color: #0754AE;
    font-weight: bold;
    position: absolute;
    left: 0.5em;
    top: 0.5em;
    transform: translate(-50%, calc(-50% + 0.3em));
}


.newslist_ {
    display: flex;
    flex-wrap: wrap;
}

.newslist_box {
    width: 47.33%;
    margin-right: 5.33%;
    margin-top: 2%;
}

.newslist_box .nt {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: calc(0.8vw + 4px);
}

.newslist_box .nt h2 {
    margin-right: calc(1vw + 5px);
}

.newslist_box p {
    line-height: 1.6;
    color: #999999;
}

.newslist_box:nth-child(2n) {
    margin-right: 0;
}

.fservice_tips {
    padding-top: 0 !important;
}

.fservice_tips_box {
    margin-bottom: calc(2vw + 10px);

}

.fservice_tips_box:last-child {
    margin-bottom: 0;
}

.fservice_tips_box h4 {
    color: #fff;
    background-color: #0754AE;
    line-height: 1;
    padding: calc(0.6vw + 3px) calc(1.2vw + 6px);
    width: max-content;
    border-radius: calc(1em + 0.6vw + 3px);
    display: block;
    margin-bottom: calc(0.8vw + 4px);
}

.fservice_tips_box .content {
    padding-left: calc(1.2vw + 6px);
    line-height: 1.6;
    color: #333333;
}

.cservicelist .atitle {
    margin-bottom: calc(2vw + 10px);
}

.cservicelist_ {
    display: flex;
    flex-wrap: wrap;
}

.cservicelist_box {
    width: 13.5%;
    margin-right: 0.9166%;
    margin-bottom: 0.9166%;
    border: 1px solid #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: calc(0.4vw + 2px);
    height: 8.9vw;
}

.cservicelist_box:nth-child(7n) {
    margin-right: 0;
}

.cservicelist_box img {
    max-width: 100%;
    max-height: 100%;
    mix-blend-mode: darken;
}

.tservicelist .atitle p, .tservice .atitle p {
    line-height: 1.8;
    margin-top: calc(0.4vw + 2px);
}

.tservicelist_ {
    display: flex;
    overflow: hidden;
    position: relative;
}

.tservicelist_box {
    /* flex-shrink: 0; */
    transition: .4s;
    z-index: 1;
    width: 33.33%;
    overflow: hidden;
    display: flex;
    background-color: #125DB3;
}

.tservicelist_box_left {
    width: 33.33vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 33.33vw;
    position: relative;
    overflow: hidden;
    transition: .4s;
    flex-shrink: 0;
    padding: calc(0.8vw + 4px);

    padding-top: calc(1vw + 10px + 1vw + 5px);
}

.tservicelist_box_right {
    flex: 1;
    overflow: hidden;
}

.tservicelist_box_left_ {
    display: flex;
    width: 50%;
    z-index: 2;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: .4s;
    align-items: center;
}

.tservicelist_box_left_box {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.tservicelist_box_left_box>span {
    width: calc(2.4vw + 15px);
    height: calc(0.1vw + 3px);
    position: relative;
    display: block;
    margin-top: calc(0.6vw + 3px);
    transition: .4s;
    overflow: hidden;
    opacity: 0;
}

.tservicelist_box_left_box>span::before {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    width: 0;
    height: 30%;
    background-color: #fff;
    transition: .4s;
}

.tservicelist_box_left_box>span::after {
    position: absolute;
    content: "";
    display: block;
    right: 100%;
    top: 0;
    height: 100%;
    width: calc(0.1vw + 3px);
    clip-path: polygon(0 0, 100% 70%, 0 100%);
    background-color: #fff;
     transition: .4s;
}

.tservicelist_box_left_box.active>span {
    opacity: 1;
}

.tservicelist_box_left_box.active>span::before {
    width: 100%;
}

.tservicelist_box_left_box.active>span::after {
    right: 0;
}

.tservicelist_box_left_box h4 {
    color: #fff;
    margin-bottom: calc(0.4vw + 2px);
    padding-bottom: calc(0.4vw + 2px);
    border-bottom: 1px solid #fff8;
    text-align: center;
    width: 100%;
}

.tservicelist_box_left_box p {
    color: #fff;
    text-transform: uppercase;
    font-family: "Oswald";
    font-weight: 300;
}

.tservicelist_box_left>img {
    margin-bottom: calc(1.6vw + 8px);
    width: calc(2vw + 55px);
    z-index: 2;
}

.tservicelist_box_left>h2 {
    color: #fff;
    margin-bottom: calc(0.2vw + 1px);
    z-index: 2;
    text-align: center;
}

.tservicelist_box_left>p {
    font-family: "Oswald";
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    z-index: 2;
}

.tservicelist_box_left>button {
    border: 1px solid #fff;
    height: calc(1vw + 10px);
    width: calc(calc(0.8vw + 4px + 1em));
    border-radius: calc(0.6vw + 3px);
    background-color: transparent;
    color: #fff;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    opacity: 0;
    transition: .4s;
    padding: 0 calc(0.4vw + 2px);
    margin-top: calc(1vw + 5px);
}

.tservicelist_box_left::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    background-color: #0754ae;
    transition: .4s;
}


.tservicelist_box:hover .tservicelist_box_left>button {
    opacity: 1;
    width: calc(4vw + 20px);
}

.tservicelist_box:hover .tservicelist_box_left {
    padding: calc(0.8vw + 4px);
}

.tservicelist_box:hover {
    width: 100%;
    flex: none;
    z-index: 2;
}

.tservicelist_box:hover .tservicelist_box_left::after {
    top: 0;
}


.tservicelist_box:hover .tservicelist_box_left_ {
    width: 100%;
    opacity: 1;
    height: calc(10vw + 50px);
}


.tservicelist_box_right {
    position: relative;
    overflow: hidden;
}

.tservicelist_box_right_box {
    position: absolute;
    opacity: 0;
    background-color: #125DB3;
    transition: .4s;
    padding: calc(2vw + 10px);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.tservicelist_box_right_box.active {
    opacity: 1;
    z-index: 2;
}

.tservicelist_box_right .atitle {
    margin-bottom: calc(1.2vw + 6px);
}

.tservicelist_box_right .atitle h4 {
    color: #fff;
}

.tservicelist_box_right .atitle span {
    color: #fff;
    opacity: 1;
}

.tservicelist_box_right_box .tcontent {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    flex: 1;
    overflow: auto;
    /* scrollbar-width: thin;
    scrollbar-color: white transparent; */
}



.tservicelist_box_right_box .tcontent::-webkit-scrollbar {
    width: calc(0.2vw + 1px);
    border-radius: calc(0.2vw + 1px);
}

.tservicelist_box_right_box .tcontent::-webkit-scrollbar-track {
    background: transparent;
    border-radius: calc(0.2vw + 1px);
}

.tservicelist_box_right_box .tcontent::-webkit-scrollbar-thumb {
    background: white;
    border-radius: calc(0.2vw + 1px);
}

.tservicelist_box_right_box .tcontent::-webkit-scrollbar-button {
    display: none;
    height: 0;
    width: 0;
}


.tservicelist_box_right_box1 .tcontent>div {
    padding: calc(0.4vw + 2px) calc(1vw + 5px);
    border-radius: calc(1vw + 5px + 1em);
    border: 1px solid #fff;
    margin-right: calc(0.4vw + 2px);
    margin-bottom: calc(0.4vw + 2px);
}

.tservicelist_box_right_box1 .tcontent>div h3 {
    color: #fff;
}


.tservicelist_box_right_box2 .tcontent>div {
    width: 25%;
    background-color: #719ED1;
    height: 50%;
    position: relative;
    transition: .4s;
}

.tservicelist_box_right_box2 .tcontent>div:nth-child(3n + 2) {
    background-color: #D0DFF0;
}

.tservicelist_box_right_box2 .tcontent>div:nth-child(3n + 3) {
    background-color: #417DC2;
}

.tservicelist_box_right_box2 .tcontent>div:nth-child(3n + 1) {
    background-color: #719ED1;
}

.tservicelist_box_right_box2 .tcontent>div>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.tservicelist_box_right_box2 .tcontent>div:nth-child(4n)>* {
    left: auto;
    right: 0;
}

.tservicelist_box_right_box2 .tcontent>div>h3 {
    color: #fff;
}

.tservicelist_box_right_box2 .tcontent>div:nth-child(3n + 2)>h3 {
    color: #000;
}


.tservicelist_box_right_box2 .tcontent>div>span {
    opacity: 0;
    transition: .6s;
}


.tservicelist_box_right_box2 .tcontent>div:hover>h3 {
    opacity: 0;

}

.tservicelist_box_right_box2 .tcontent>div:hover>span {
    opacity: 1;
    background-color: #fff;
    width: 200%;
    z-index: 2;
}

.success {
    background-color: #F7F7F7;
}

.success_sort {
    background-color: #fff;
    padding: calc(1.4vw + 7px) calc(2.4vw + 12px);
    margin-bottom: calc(3vw + 15px);
}

.success_sort h4 {
    font-weight: bold;
    width: max-content;
    padding-bottom: calc(0.6vw + 3px);
    margin-bottom: calc(0.8vw + 4px);
    border-bottom: calc(0.2vw + 1px) solid #0754ae;
}

.success_sort ul {
    display: flex;
    flex-wrap: wrap;
}

.success_sort ul li {
    width: 10%;
    margin: 1.5% 0;
    margin-right: 5%;
    font-size: inherit;
}

.success_sort ul li:nth-child(7n) {
    margin-right: 0;
}

.success_sort ul li span {
    cursor: pointer;
}

.success_sort ul li.active span {
    color: #0754AE;
    font-weight: bold;
}

.success_ {
    display: flex;
    flex-wrap: wrap;
}

.success_box {
    width: 30.66%;
    margin-right: 4%;
    margin-bottom: 3%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: calc(1.2vw + 6px) calc(1.6vw + 8px);
    border-radius: calc(1.2vw + 6px);
}

.success_box:nth-child(3n) {
    margin-right: 0;
}

.success_box .stag {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: calc(0.2vw + 1px);
}

.success_box .stag span {
    padding: calc(0.4vw + 2px) calc(0.8vw + 4px);
    background-color: #0754AE;
    color: #fff;
    margin-right: calc(0.2vw + 1px);
    margin-bottom: calc(0.4vw + 2px);
    display: block;
    line-height: 1;
}

.success_box .stag span:last-child {
    margin-right: 0;
}

.success_box:nth-child(3n + 1) .stag span:nth-child(2) {
    background-color: #0080FF;
}

.success_box:nth-child(3n + 2) .stag span:nth-child(2) {
    background-color: #2EC7E6;
}

.success_box:nth-child(3n + 3) .stag span:nth-child(2) {
    background-color: #1473CC;
}

.success_box h2 {
    font-weight: bold;
    margin-bottom: calc(0.8vw + 4px);
}

.page {
    display: flex;
    justify-content: center;
}

.page>a {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    padding: calc(0.4vw + 2px) calc(0.5vw + 3px);
    border: 1px solid #e0e0e0;
    transition: .2s;
    margin-left: calc(0.4vw + 2px);

}

.page>a:first-child {
    margin-left: 0;
}

.page>.page-num {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    padding-top: calc(0.4vw + 2px);
    padding-bottom: calc(0.4vw + 2px);
    transition: .2s;
    margin-left: calc(0.4vw + 2px);
}

.page>a:hover {
    background-color: #0754AE;
    border-color: #0754AE;
    color: #fff;
}


.page>.page-num-current {
    background-color: #0754AE;
    border-color: #0754AE;
    color: #fff;
}

#cityForm {
    height: 0;
}

.contact {
    background-color: #F7F7F7;
}

.contact_ {
    background-color: #fff;
    display: flex;
    padding: calc(1.6vw + 8px);
}

.contact_left {
    width: 50%;
    padding: 0 2vw;
    margin-right: calc(1.6vw + 8px);
    display: flex;
    flex-direction: column;
}

.contact_right {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.contact_left p {
    padding: calc(0.6vw + 3px) 0;
    border-bottom: 1px solid #f7f7f7;
}

.contact_right .map {
    width: 100%;
    position: relative;
    margin-bottom: calc(0.6vw + 3px);
    flex: 1;
}

.contact_right .map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.contact_right .map img.active {
    position: relative;
    z-index: 2;
}

.contact_right .btn {
    display: flex;
    align-items: center;
}

.contact_right .btn span {
    padding: calc(0.4vw + 2px) 0;
    border-bottom: 1px solid #000;
    line-height: 1;
    cursor: pointer;
    margin-right: calc(1vw + 5px);
}

.contact_right .btn span:last-child {
    margin-right: 0;
}

.contact_right .btn span.active {
    color: #ff0000;
    border-color: #ff0000;
}

.contacts {
    display: flex;
    justify-content: space-between;
    padding-top: calc(2% + 10px);
    padding-bottom: calc(2% + 10px);
}

.contacts_box {
    border: 1px solid #fbfbfb;
    border-radius: calc(1.2vw + 6px);
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 24%;
}

.contacts_box>h4 {
    font-weight: bold;
    padding: 0 calc(1vw + 5px);
    padding-top: calc(1vw + 5px);
    text-align: center;
    flex: 1;
}

.contacts_box>h3 {
    font-weight: bold;
    margin-bottom: calc(0.2vw + 2px);
    padding: 0 calc(1vw + 5px);
    text-align: center;
}

.contacts_box>a {
    display: block;
    text-align: center;
    margin-bottom: calc(0.6vw + 3px);
    padding: 0 calc(1vw + 5px);
    font-family: "Poppins";
    text-align: center;
}

.contacts_box>img {
    width: calc(5vw + 25px);
    margin-bottom: calc(0.6vw + 3px);
    padding: 0 calc(1vw + 5px);
    box-sizing: content-box;
}

.contacts_box>p {
    display: flex;
    align-items: center;
    padding: calc(0.7vw + 3px) calc(1vw + 5px);
    font-family: "Poppins";
    border-radius: calc(1em + 0.7vw + 3px);
    transition: .4s;
    text-align: center;
    
}

.contacts_box>p .iconfont {
    margin-right: calc(0.4vw + 2px);
}


.contacts_box:hover {
    border-color: transparent;
}

.contacts_box:hover>p {
    background-color: #1869C8;
    color: #fff;
}

.message {
    display: flex;
    background-image: url(../images/cmb.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.message_left {
    width: 61.33%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.message_right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.message_left h4 {
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    margin-bottom: calc(0.6vw + 3px);

}

.message_left p {
    font-weight: 300;
    color: #fff;   
}

.message_form {
    display: flex;
    flex-direction: column;
    height: 385px;
    width: 350px;
}

.message_form>div {
    height: 22%;
    background-color: #D31F28;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.message_form>div p {
    font-weight: bold;
    color: #fff;
}

.message_form>div span {
    font-weight: lighter;
    font-family: "Oswald";
    font-weight: 300;
    color: #fff;
}

.message_form form {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 20px 25px;
    background-color: #000;
}

.message_form form .line_area {
    flex: 1;
    background-image: url(../images/mfb.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.message_form form .line_area .line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 21%;
    flex-shrink: 0;
}

.message_form form .line_area .bk {
    flex: 1;
    background-color: #000;
}

.message_form form .line_area .line span {
    color: #fff;
    width: 21.66%;
    text-align: right;
    color: #b1b1b1;
    flex-shrink: 0;
}

.message_form form .line_area .line input {
    flex: 1;
    padding: 0 4%;
    color: #b1b1b1;
}


.message_form form>button {
    width: 50%;
    background-color: #D31F28;
    height: 40px;
    border: none;
    align-self: center;
    color: #fff;
    margin-top: 20px;
    cursor: pointer;
}

.message_form form .line_area .city {
    position: relative;
}

.message_form form .line_area .city>.iconfont {
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: .4s;
}

.message_form form .line_area .city>.iconfont.active {
    transform: rotate(180deg);
}

.message {
    overflow: visible;
}

.message_form form .line_area .city_list {
    position: absolute;
    top: 128%;
    width: 200%;
    right: 0;
    height: 0;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
    transition: .4s;
}

.message_form form .line_area .city_list .province-ul {
    width: 100%;
    height: 100%;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 3%;
}

.message_form form .line_area .city_list .province-ul>li {
    font-size: inherit;
    transition: .2s;
    cursor: pointer;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    border: 1px solid #ccc;

}

.message_form form .line_area .city_list .city_position {
    width: 100%;
    margin-bottom: 3%;
    color: #000000;
    display: flex;
    justify-content: space-between;
}

.message_form form .line_area .city_list .city_position .back {
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: #000000;
    width: auto;
}

.message_form form .line_area .city_list .city_position .back:hover {
    color: #D31F28;
}

.message_form form .line_area .city_list .province-ul>li:nth-child(4n + 1) {
    margin-right: 0;
}

.message_form form .line_area .city_list .province-ul>li .province-header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex: 1;
    text-align: center;
    padding: 10px;
}

.message_form form .line_area .city_list .province-ul>li:hover .province-header {
    background-color: #D31F28;
    color: #ffffff;
}

.message_form form .line_area .city_list .province-ul>.active .province-header {
    background-color: #D31F28;
    color: #ffffff;
}

.message_form form .line_area .city_list.active {
    height: calc(376% * 2);
}



.message_form form .line_area .city_list .province-ul>li .city-ul {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    left: 0;
    background-color: #fff;
    padding: 3%;
    align-content: flex-start;
    z-index: -1;
    opacity: 0;
    transform: .5s;
}

.message_form form .line_area .city_list .province-ul>li .city-ul li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    transition: .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.message_form form .line_area .city_list .province-ul>li .city-ul li:nth-child(4n + 1) {
    margin-right: 0;
}

.message_form form .line_area .city_list .province-ul>li .city-ul li:hover {
    background-color: #D31F28;
    color: #fff;
}


.message_form form .line_area .city_list .province-ul>li .city-ul.active {
    z-index: 1;
    opacity: 1;
}


.message_form form .line_area .city_list .province-ul>li .city-ul li.active {
    background-color: #D31F28;
    color: #fff;
}


/* .message_form form .line_area .city_list ul::-webkit-scrollbar {
    width: 10px;
    border-radius: 5px;
}

.message_form form .line_area .city_list ul::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 5px;
}

.message_form form .line_area .city_list ul::-webkit-scrollbar-thumb {
    background: #C1C1C1;
    border-radius: 5px;
}

.message_form form .line_area .city_list ul::-webkit-scrollbar-button {
    display: none;
    height: 0;
    width: 0;
} */


.cservice {
    display: flex;
}

.cservice_left {
    width: 24%;
}

.cservice_left ul {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.cservice_left ul li {
    margin-bottom: calc(1vw + 5px);
    display: flex;
    align-items: center;
    
}

.cservice_left ul li:last-child {
    margin-bottom: 0;
}

.cservice_left ul li a {
    width: 80%;
    padding: calc(0.4vw + 2px);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: calc(0.4vw + 2px + 1em);
    transition: .2s;
    text-align: center;
}

.cservice_left ul li::after {
    height: 1px;
    content: "";
    flex: 1;
    display: block;
    background-color: #ccc;
}

.cservice_right {
    flex: 1;
    border: calc(0.1vw + 1px) solid #0754AE;
}

.cservice_right h1 {
    border-bottom: calc(0.1vw + 1px) solid #0754AE;
    padding: calc(1vw + 5px);
    font-weight: bold;
}

.cservice_right .content {
    padding: calc(1vw + 5px);
}

.cservice_left ul li a:hover {
    border-color: #0754AE;
    background-color: #0754AE;
    color: #fff;
}

.cservice_left ul li.active a {
    border-color: #0754AE;
    background-color: #0754AE;
    color: #fff;
}

.cservice_left ul li.active::after {
    background-color: #0754AE;
    height: calc(0.1vw + 1px);
}

.header_more {
    margin-left: calc(1vw + 5px);
    cursor: pointer;
    display: none;
}



@media screen and (max-width: 1441px) {
    .header {
        height: 100px;
    }
    
    .about_left {
        margin-right: 2.33%;
    }
}

@media screen and (max-width: 1025px) {
    .header {
        height: 80px;
    }

    .header_nav {
        margin: 0 calc(1.6vw + 8px);
    }

    .header_nav>li>a {
        font-size: 12px;
    }

    .success_box {
        width: 31.33%;
        margin-right: 3%;
    }
}

@media screen and (max-width: 769px) {
    .top {
        display: none;
    }

    .header {
        height: 60px;
    }

    .header_more {
        display: block;
    }

    .header_nav {
        position: absolute;
        top: 100%;
        right: 0;
        flex-direction: column;
        margin: 0;
        background-color: #fff;
        height: calc(100vh - 60px);
        width: 0;
        overflow: hidden;
        max-width: 100vw;
        transition: .4s;
    }

    .header_nav.active {
        width: calc(60vw + 60px);
    }

    .header_nav>li {
        flex: 1;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .header_nav>li>a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        flex: 1;
        font-size: 20px;
        white-space: nowrap;
    }

    .header_nav>li ul {
        position: static;
        width: 100%;
        display: none;
    }

    .header_nav>li ul::before {
        display: none;
    }

    .header_nav>li::after {
        display: none;
    }

    .header_nav>li>a .iconfont {
        display: none;
    }

    .header_lang {
        flex-grow: 0;
    }

    .p0_10 {
        padding-left: calc(4%);
        padding-right: calc(4%);
    }

    .p4_0 {
        padding-top: calc(4%);
        padding-bottom: calc(4%);
    }

    .header_logo {
        flex: 1;
    }


    .banner .swiper-pagination {
        bottom: calc(2vw + 10px);
    }
    
    .banner .swiper-button-next, .banner .swiper-button-prev {
        display: none;
    }

    .about {
        flex-direction: column;
    }

    .about_left {
        margin-right: 0;
        margin-bottom: calc(1.6vw + 8px);
        width: 100%;
    }

    .service_factory {
        flex-wrap: wrap;
    }

    .service_factory_box {
        width: 49%;
        margin: 1% 0;
    }

    .service_ {
        flex-direction: column;
    }

    .service_box {
        width: 100%;
        margin-bottom: calc(3%);
    }

    .service_box:last-child {
        margin-bottom: 0;
    }

    .partner_box {
        margin-right: 2.5%;
        margin-bottom: 2.5%;
        width: 18%;
        height: 10vw;
    }

    .partner_box:nth-child(9n) {
        margin-right: 2.5%;
    }

    .partner_box:nth-child(5n) {
        margin-right: 0;
    }

    .adventage_ {
        flex-wrap: wrap;
        min-height: none;
    }

    .adventage_box {
        width: 50%;
        flex: none;
        min-height: 25vw;
    }

    .adventage_info {
        margin-bottom: calc(10vw + 50px);
    }

    .certificate_box {
        height: 40vw;
        padding: 5vw 4vw;
    }

    .network_info_left, .network_info_right {
        width: 46%;
    }

    .foot_top {
        display: none;
    }

    .banner {
        overflow: hidden;
    }

    .banner img {
        width: 150%;
    }

    .nbanner img {
        width: 200%;
    }

    .profile_info {
        flex-wrap: wrap;
    }

    .profile_info_box {
        width: 100%;
        margin-bottom: calc(1.6vw + 8px);
        max-width: none;
        flex: none;
    }

    .profile_info_box:last-child {
        margin-bottom: 0;
    }

    .notice {
        flex-direction: column;
    }

    .notice_box {
        width: 100%;
        margin-bottom: calc(1.6vw + 8px);
    }

    .notice_box:last-child {
        margin-bottom: 0;
    }

    .notice_box .n_title {
        height: 22vw;
    }

    .fservice_ {
        flex-direction: column;
    }

    .fservice_left {
        width: 100%;
        margin-right: 0;
        margin-bottom: calc(1.6vw + 8px);
    }

    .fservice_right {
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .fservice_right_box {
        margin: 0;
        width: 24%;
        height: 22vw;
    }

    .fservice_right_box .after .fimg {
        width: calc(5vw + 26px);
        height: calc(5vw + 26px);
    }

    .fservice_right_box .before {
        justify-content: center;
    }

    .fservice_left ul li {
        margin-left: 2em;
    }


    @keyframes circularMotion {
        0% {
            transform: rotate(0deg) translateX(calc(2.5vw + 13px)) rotate(0deg);
        }
        100% {
            transform: rotate(360deg) translateX(calc(2.5vw + 13px)) rotate(-360deg);
        }
    }


    .fservice_items_box {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }

    .fservice_items_box:nth-child(3n) {
        margin-right: 4%;
    }

    .fservice_items_box:nth-child(2n) {
        margin-right: 0;
    }

    .fservice_items_box .fimg {
        height: 20vw;
    }

    .cservicelist_box {
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 2%;
        height: 18vw;
    }

    .cservicelist_box:nth-child(7n) {
        margin-right: 2%;
    }

    .cservicelist_box:nth-child(4n) {
        margin-right: 0;
    }

    .tservicelist_ {
        flex-direction: column;
        height: 100vh;
    }

    .tservicelist_box {
        width: 100%;
        flex-direction: column;
        height: 33.33vh;
    }

    .tservicelist_box_left {
        height: 33.33vh;
        width: 100vw;
    }

    .tservicelist_box_right {
        transition: .4s;
    }

    .tservicelist_box:hover {
        height: 100%;
    }

    .tservicelist_box:hover .tservicelist_box_right {
        height: 66.66vh;
    }

    .tservicelist_box_right_box2 .tcontent>div {
        width: 50%;
        height: 33.33%;
    }

    .tservicelist_box_right_box2 .tcontent>div:nth-child(2n)>* {
        left: auto;
        right: 0;
    }

    .success_sort {
        margin-bottom: calc(4%);
    }

    .success_box {
        width: 48.5%;
    }

    .success_box:nth-child(3n) {
        margin-right: 3%;
    }

    .success_box:nth-child(2n) {
        margin-right: 0;
    }

    .success_sort ul li {
        width: 16%;
    }

    .success_sort ul li:nth-child(7n) {
        margin-right: 5%;
    }

    .success_sort ul li:nth-child(5n) {
        margin-right: 0;
    }

    .newslist_box {
        width: 100%;
        margin-right: 0 !important;
    }

    .cservice_left {
        display: none;
    }

    .contact_ {
        flex-direction: column;
    }

    .contact_left {
        margin-right: 0;
        width: 100%;
        margin-bottom: 4%;
    }

    .contacts {
        flex-wrap: wrap;
    }
    
    .contacts_box {
        max-width: none;
        width: 49%;
        margin: 1% 0;
        margin-right: 2%;
    }

    .contacts_box:nth-child(2n) {
        margin-right: 0;
    }

    .message {
        flex-direction: column;
    }

    .message_left {
        margin-right: 0;
        margin-bottom: 4%;
        width: 100%;
    }

    .message_left h4 {
        text-align: center;
    }

    .message_left p {
        text-align: center;
    }

    .message_form form .line_area .city_list {
        width: 120%;
        transform: translateX(-50%);
        left: 50%;
    }

    .message_form form .line_area .city_list.active {
        height: calc(376% + 40px + 25px);
    }
}

@media screen and (max-width: 426px) {
    .header {
        height: 40px;
    }

    .header_nav {
        height: calc(100vh - 40px);
    }

    .partner_box {
        margin-right: 2%;
        margin-bottom: 2%;
        width: 23.5%;
        height: 13vw;
    }

    .partner_box:nth-child(9n) {
        margin-right: 2%;
    }

    .partner_box:nth-child(5n) {
        margin-right: 2%;
    }

    .partner_box:nth-child(4n) {
        margin-right: 0;
    }

    .certificate_box {
        height: 62vw;
        padding: 7vw 6.4vw;
    }

    .fservice_right_box>div .iconfont {
        font-size: 20px;
    }

    .fservice_right_box>div p {
        font-size: 9px;
    }

    .fservice_right_box>div span {
        font-size: 10px;
    }

    .fservice_process_box {
        width: 40%;
    } 

    .fservice_process_ .icon {
        width: 12%;
        margin: 0 4%;
    }

    .fservice_process_ .icon:nth-child(7n + 4) {
        display: none;
    }

    .fservice_process_box .fimg {
        width: 34vw;
        height: 34vw;
        max-width: 34vw;
        max-height: 34vw;
    }

    .fservice_process_box .fimg::before {
        transform: rotate(0) translateX(17vw);
        width: calc(1vw + 5px);
        height: calc(1vw + 5px);

        left: calc(50% - 0.5vw - 2px);
    }

    .fservice_process_box .fimg::after {
        width: calc(1vw + 5px);
        height: calc(1vw + 5px);
        transform: rotate(0) translateX(-17vw);

        right: calc(50% - 0.5vw - 2px);
    }

    .fservice_process_box:hover .fimg::before {
        transform: rotate(360deg) translateX(17vw);
    }

    .fservice_process_box:hover .fimg::after {
        transform: rotate(360deg) translateX(-17vw);
    }


    .cservicelist_box {
        width: 32%;
        height: 24vw;
    }

    .cservicelist_box:nth-child(4n) {
        margin-right: 2%;
    }

    .cservicelist_box:nth-child(3n) {
        margin-right: 0;
    }

    .success_box {
        width: 100%;
        margin-right: 0 !important;
    }
}