﻿html, body, dl, dd, img, form, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, button {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

@font-face {
    font-family: Roboto;
    src: url("../fonts/Roboto-Black-1.ttf");
}

body {
    font-size: 12px;
    font-family: PingFangRegular, "Microsoft YaHei", 微软雅黑, Arial;
}

.select-table ::-webkit-scrollbar {
    width: 2px;
    transition: all 1s ease 0s;
}

.select-table ::-webkit-scrollbar-thumb {
    transition: all 1s ease 0s;
    border: 2px solid transparent;
    width: 2px;
    background-color: rgba(39, 162, 221, 0.35);
}

.select-table ::-webkit-scrollbar-corner {
    background-color: rgb(255, 255, 255);
}

.select-table ::-webkit-scrollbar:horizontal {
    height: 9px;
}

.select-table ::-webkit-selection {
    background: rgb(39, 162, 221);
    color: rgb(255, 255, 255);
}

.select-table ::selection {
    background: rgb(39, 162, 221);
    color: rgb(255, 255, 255);
}

.select-table :hover::-webkit-scrollbar-thumb {
    background-color: rgb(39, 162, 221);
}

input, textarea, button {
    padding: 0px;
    font-family: PingFangRegular, "Microsoft YaHei", 微软雅黑, Arial;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    appearance: none;
}

input {
    outline: none;
    appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-modify: read-write-plaintext-only;
}

textarea {
    appearance: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    cursor: pointer;
}

ul, ol, li {
    list-style-type: none;
}

.slick-slide:focus, input:focus, a:focus {
    outline: none !important;
}

img {
    border: 0px;
    vertical-align: middle;
    max-width: 100%;
}

select, input, textarea, button {
    vertical-align: middle;
    outline: none;
    font-family: PingFangRegular, "Microsoft YaHei", 微软雅黑, Arial;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

tr {
    margin: 0px;
    padding: 0px;
}

td {
    margin: 0px;
    padding: 0px;
}

iframe {
    border: none;
}

select {
    appearance: none;
    outline: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.hidden {
    display: none;
    visibility: hidden;
}

.wrap {
    border: 0px;
    padding: 0px;
    width: 1150px;
    margin: 0px auto;
}

.wrap::after {
    clear: both;
    content: "";
    display: table;
}

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0;
    height: 0px;
    visibility: hidden;
}

.fix {
}

.fix::after {
    clear: both;
    content: "";
    display: table;
}

input:focus, textarea:focus {
    outline: none;
}

a {
    display: inline-block;
    max-width: 100%;
}

.ones {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.twos {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.flex {
    display: flex;
}

.flex-hc {
    -webkit-box-pack: center;
    justify-content: center;
}

.flex-zBetween {
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.flex-zEnd {
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.flex-zStart {
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.flex-ac {
    -webkit-box-align: center;
    align-items: center;
}

.flex-cStart {
    -webkit-box-align: start;
    align-items: flex-start;
}

.flex-cEnd {
    -webkit-box-align: end;
    align-items: flex-end;
}

.flex-cBaseline {
    -webkit-box-align: baseline;
    align-items: baseline;
}

.flex-cStretch {
    -webkit-box-align: stretch;
    align-items: stretch;
}

.flex-zTopBottom {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
}

.flex-zBottomTop {
    -webkit-box-pack: end;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    flex-direction: column-reverse;
}

.flex-zLeftRight {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    flex-direction: row;
}

.flex-zRightLeft {
    -webkit-box-pack: end;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    flex-direction: row-reverse;
}

.flex-shrink {
    -webkit-box-flex: 0;
    flex-shrink: 0;
}

.flex-center {
    align-content: center;
}

.flex-start {
    align-content: flex-start;
}

.flex-end {
    align-content: flex-end;
}

.flex-between {
    align-content: space-between;
}

.flex-container {
    align-content: space-around;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.flex_bd {
    -webkit-box-flex: 1;
    flex: 1 1 0%;
}

.clearfix::after, .clearfix::before {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.picture {
    position: relative;
    overflow: hidden;
}

.picture img {
    transition: all 0.7s ease 0s;
}

.each-item:hover .picture img {
    transform: scale(1.05);
}

.wrapper-flex-row {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.wrapper-flex-wrap {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.wrapper-flex-column {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

input:-webkit-autofill {
    box-shadow: white 0px 0px 0px 1000px inset !important;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    appearance: none;
}

textarea {
    appearance: none;
}

input::placeholder {
    color: rgb(153, 153, 153);
}

input::-webkit-input-placeholder {
    color: rgb(153, 153, 153);
}

.box {
    width: 76%;
    margin: auto;
}

.iphone-media {
    display: none !important;
}

.pc-media {
    display: block !important;
}

.justify-content_flex-center {
    -webkit-box-pack: center;
    justify-content: center;
}

.justify-content_flex-end {
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.justify-content_flex-justify {
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.align-items_flex-start {
    -webkit-box-align: start;
    align-items: flex-start;
}

.align-items_flex-end {
    -webkit-box-align: end;
    align-items: flex-end;
}

.align-items_center {
    -webkit-box-align: center;
    align-items: center;
}

.align-items_baseline {
    -webkit-box-align: baseline;
    align-items: baseline;
}

.font100 {
    font-size: 94px;
}

.font48 {
    font-size: 48px;
}

.font44 {
    font-size: 44px;
}

.font40 {
    font-size: 40px;
}

.font38 {
    font-size: 38px;
}

.font30 {
    font-size: 30px;
}

.font24 {
    font-size: 24px;
}

.font20 {
    font-size: 20px;
}

.font18 {
    font-size: 18px;
}

.font16 {
    font-size: 16px;
}

.font14 {
    font-size: 14px;
}

.header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 10px 0px;
    z-index: 20;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.1s ease 0s;
}

.header.no-fixed {
    top: -100%;
}

.header .center-nav {
    position: absolute;
    left: 0px;
    top: 95%;
    margin-top: -2px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    transition: all 0.3s ease 0s, transform 0s ease 0s;
    z-index: -999;
    pointer-events: none;
    border-radius: 3px;
    overflow: hidden;
    max-height: 0px;
    text-align: center;
}

.hang_nav_item {
    position: relative;
}

.hang_nav_item:hover .center-nav {
    max-height: 300px;
    z-index: 111;
    padding: 15px 0px;
    pointer-events: auto;
    transform: rotateY(0deg);
}

.hang_nav_item .center-nav::before {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    z-index: -1;
    bottom: 100%;
    left: 0px;
}

.header .center-nav a {
    display: block;
    font-size: 16px;
    line-height: 2.5;
    color: rgb(34, 34, 34);
    padding: 0px 15px;
    box-sizing: border-box;
}

.header .center-nav a:hover {
    color: rgb(30, 33, 137);
}

.header .box {
    width: 100%;
    position: relative;
    z-index: 10;
    padding: 0px 5%;
    box-sizing: border-box;
}

.header::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 0px;
    background: rgb(255, 255, 255);
    z-index: 2;
    opacity: 0;
    transition: height 0.05s linear 0s, opacity 0.2s linear 0s;
}

.header_on::after, .header_on1::after, .header:hover::after {
    height: 100%;
    opacity: 1;
}

.header_on {
    padding: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.header_on1 {
    padding: 5px 0px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.header:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.header .logo {
    width: 185px;
    position: relative;
    z-index: 20;
    line-height: 60px;
}

.header .right {
    display: inline-block;
    vertical-align: top;
}

.header .nav {
    transition: all 0s ease 0s;
    margin: auto;
    line-height: 70px;
    display: inline-block;
    padding-right: 4vw;
}

.pro_nav_item {
    position: static;
}

.header .sub_nav {
    position: absolute;
    left: 0px;
    width: 100%;
    background: rgb(245, 247, 249);
    display: none;
    z-index: 101;
    padding: 0px 10vw;
    margin: 12px 0px;
}

.header .sub_nav .sub1-item {
    padding-top: 40px;
}

.header .sub_nav .sub1-item, .header .sub_nav .sub1-item dd {
    display: inline-block;
    text-align: left;
    position: relative;
    width: 20vw;
    vertical-align: top;
}

.header .sub_nav .sub1-item .title-nav {
    font-size: 18px;
    line-height: 50px;
    color: rgb(34, 34, 34);
    display: block;
    padding-left: 30px;
    background: 90% center no-repeat rgba(255, 255, 255, 0);
    transition: all 0.5s ease 0s;
}

.header .sub_nav .sub1-item .title-nav.on {
    background: url("../images/icon-a1.png") 95% center no-repeat rgb(11, 69, 155);
    color: rgb(255, 255, 255);
}

.header .header_bottom.on .nav {
    transition: all 0.6s ease 0s;
}

.header .bg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background: rgb(0, 0, 0);
    opacity: 0.5;
    z-index: 2;
    display: none;
}

.bg.flex-show {
    display: block;
}

.header .sub_nav .sub1-item dd {
    display: block;
}

.pro-status {
    display: none;
    opacity: 1;
    width: 78vw;
    text-align: left;
    background: rgb(255, 255, 255);
    min-height: 500px;
    padding: 40px 3vw;
    box-sizing: border-box;
}

.pro-status1.pro-status > div {
    width: 27vw;
}

.pro-status.on {
    display: inline-block;
}

.pro-status .items2 {
    display: none;
}

.pro-status .items2.on {
    display: block;
}

.pro-status > div {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 17vw;
    padding: 0px 20px;
}

.pro-status > div.i1 {
    margin: 0px -20px;
    padding: 0px 40px;
}

.pro-status .titles {
    font-size: 24px;
    font-family: PingFangBold;
    color: rgb(34, 34, 34);
}

.pro-status .i2 .list {
    display: none;
}

.pro-status .list a:hover .details, .pro-status .list a.on .details {
    display: block;
}

.pro-status .items2 .list a {
    display: none;
}

.pro-status .list.on, .pro-status .items2 .list.on a {
    display: block;
    background: rgb(255, 255, 255);
}

.pro-status .i2 .list.on a.on {
    color: rgb(30, 33, 137);
}

.pro-status .details {
    position: absolute;
    width: 15vw;
    left: 90%;
    top: 0px;
    height: 100%;
    display: none;
}

.pro-status1 .details {
    width: 34vw;
}

.pro-status1 .d1 {
    position: absolute;
    z-index: 4;
    color: rgb(255, 255, 255);
    bottom: 20px;
    left: 20px;
}

.pro-status .d2 {
    color: rgb(102, 102, 102);
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.pro-status .d2 span {
    color: rgb(34, 34, 34);
}

.pro-status .d3 {
    max-width: 280px;
}

.pro-status1 .d3 {
    max-width: 26vw;
    max-height: 350px;
}

.pro-status .list a {
    font-size: 16px;
    line-height: 2.5;
    color: rgb(34, 34, 34);
    display: block;
    padding-right: 50px;
    background: rgb(255, 255, 255);
}

.pro-status .list a:hover, .pro-status .list a.on {
    color: rgb(30, 33, 137);
}

.nav li {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 20px 0px;
    margin: -20px 0px;
}

.nav li .t1 {
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 50px;
    letter-spacing: 1px;
    margin: 0px 30px;
    position: relative;
}

.pro-nav-header .to {
}

.header_on1 .nav li .t1, .header_on1 .header_bottom .en, .header:hover .nav li .t1, .header:hover .header_bottom .en {
    color: rgb(0, 0, 0) !important;
}

.header_on .nav li.on .t1, .header_on .nav li:hover .t1 {
    color: rgb(0, 116, 186) !important;
}

.nav li .t1::after, .nav li.on .t1::after {
    content: "";
    width: 0%;
    height: 3px;
    background: rgb(16, 81, 160);
    position: absolute;
    bottom: -23px;
    left: 50%;
    transition: all 0.4s ease 0s;
}

.nav li.on .t1::after {
    background: rgb(255, 255, 255);
    width: 100%;
    left: 0px;
}

.header_on1 .nav li.on .t1::after, .header:hover .nav li.on .t1::after {
    background: rgb(0, 116, 186);
    width: 100%;
    left: 0px;
}

.header_on1 .nav li.on .t1, .header:hover .nav li.on .t1 {
    color: rgb(0, 116, 186);
}

.header_on .nav li .t1::after, .header_on .nav li.on .t1::after {
    bottom: -13px;
}

.header_on1 .nav li .t1::after, .header_on1 .nav li.on .t1::after, .header:hover .nav li .t1::after, .header:hover .nav li.on .t1::after {
    bottom: -13px !important;
}

.nav li:hover .t1::after {
    left: 0px;
    width: 100%;
}

.nav li:hover .t1 {
}

.nav li.on .t1 {
}

.nav li .t2 {
    display: none;
    position: absolute;
    top: 100%;
    padding: 12px 8px;
    left: 0px;
    width: auto;
    min-width: 100%;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 10px 0px;
}

.nav .t2 a {
    white-space: nowrap;
    display: block;
    font-size: 14px;
    line-height: 34px;
    color: rgb(51, 51, 51);
    text-align: center;
    font-weight: normal;
}

.nav .t2 a:hover {
    color: rgb(0, 98, 255);
}

.header .header-form {
    position: absolute;
    float: right;
    display: inline-block;
    margin: 0px -100px 0px 0px;
    width: 0px;
    overflow: hidden;
    transition: all 0s ease 0s;
    top: 0px;
    right: 91px;
    z-index: -1;
    background: transparent;
}

.header-form .header-text {
    box-sizing: border-box;
    width: 100%;
    padding: 5px 20px;
    line-height: 35px;
    height: 45px;
    background: rgb(235, 236, 239);
    overflow: hidden;
    color: rgb(34, 34, 34);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.header-form .header-sub {
    position: absolute;
    top: 16%;
    right: 9px;
    z-index: 10;
    width: 20px;
    height: 20px;
    border: 0px;
    background: url("../images/ico_searh1.png") 0% 0% / cover no-repeat;
    opacity: 0.8;
}

.header_bottom .en {
    float: right;
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 65px;
    padding-right: 20px;
    text-align: center;
    cursor: pointer;
    z-index: 20;
    margin-left: 30px;
    font-weight: lighter;
}

.header_bottom .en::after {
    width: 11px;
    height: 8px;
    content: "";
    background: url("../images/icon-jiao.png") 0% 0% / 100% 100%;
    display: block;
    position: absolute;
    top: 28px;
    right: 0px;
}

.header_bottom .en .en_item {
    position: absolute;
    top: 100%;
    right: -10px;
    width: 100px;
    background: rgb(255, 255, 255);
    box-sizing: border-box;
    padding: 10px;
    line-height: 2;
    display: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 0px;
}

.header_bottom .en .en_item a {
    display: block;
    color: rgb(51, 51, 51);
}

.header_bottom .en .en_item a:hover {
    color: rgb(0, 98, 255);
}

.header_bottom .h_header {
    float: right;
    position: relative;
    background: transparent;
    line-height: 65px;
    text-align: right;
    z-index: 20;
}

.header_bottom .header-btn {
    float: right;
    display: block;
    background: url("../images/icon-searh.png") center center repeat-y;
    width: 140px;
    height: 40px;
    padding: 12px 0px;
    margin-top: 15px;
    box-sizing: border-box;
    line-height: 1;
    font-size: 14px;
    text-align: center;
    color: rgb(255, 255, 255);
    border-radius: 30px;
}

.header_bottom.on .h_header {
    width: 210px;
}

.header_bottom.on .header-form {
    width: 210px;
    transition: all 0.6s ease 0s;
    z-index: 75;
}

.header_bottom.on .header-search {
    opacity: 0;
}

.header-search img:nth-child(2), .logo img:nth-child(2) {
    display: none;
}

.header_on .logo img:nth-child(2), .header_on .header-search img:nth-child(2) {
    display: inline-block;
}

.header_on .logo img:nth-child(1), .header_on .header-search img:nth-child(1) {
    display: none;
}

.header_on1 .logo img:nth-child(2), .header_on1 .header-search img:nth-child(2), .header:hover .logo img:nth-child(2), .header:hover .header-search img:nth-child(2) {
    display: inline-block !important;
}

.header_on1 .logo img:nth-child(1), .header_on1 .header-search img:nth-child(1), .header:hover .logo img:nth-child(1), .header:hover .header-search img:nth-child(1) {
    display: none !important;
}

.index-home-section {
    padding: 0px;
}

.index-home-section .bg {
    width: 100%;
    height: 100vh;
    background: center center / cover no-repeat;
}

.index-home-section .iphone-bg {
    display: none;
}

.index-section {
    background: center center / cover no-repeat;
    padding-top: 3vh;
}

.index-case-section {
    margin-top: -2vh;
}

.index-title {
    text-align: center;
}

.index-title .en {
    text-align: center;
    -webkit-text-stroke: 1px rgb(229, 233, 242);
    color: transparent;
    line-height: 1;
    font-family: "PingFang Heavy";
}

.index-hot-section .index-title .en {
    -webkit-text-stroke: 1px rgb(229, 233, 242);
    color: transparent;
    line-height: 1;
}

.index-pro-section .index-title .en {
    -webkit-text-stroke: 1px rgb(176, 207, 226);
}

.index-news-section .index-title .en {
    -webkit-text-stroke: 1px rgb(236, 238, 243);
}

.index-news-section .news_list {
    padding: 0px;
    margin: 0px;
}

.index-news-section .news_list a {
    width: 100%;
    margin: 0px !important;
}

.index-title .ch {
    text-align: center;
    color: rgb(34, 34, 34);
    line-height: 1;
    margin-top: -50px;
    font-weight: bolder;
}

.swiper-3 {
    position: relative;
}

.swiper-3 .more {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
}

.index-news-section .news_list a.each-item {
    height: 605px;
}

.index-list {
    height: 605px;
    overflow: auto;
    box-sizing: border-box;
    padding: 0px 10px 100px 0px;
}

.index-list a {
    padding: 2.7vh 0px;
    display: block;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.index-list a:hover .index-news-title {
    color: rgb(0, 116, 186);
}

.index-list a::after {
    display: none;
}

.index-list .types {
    color: rgb(0, 0, 0);
    padding: 0px 0px 1vh;
}

.index-list a:first-child {
    padding-top: 0px;
}

.index-list .types span {
    color: rgb(255, 1, 1);
}

.index-list .index-news-title {
    -webkit-line-clamp: 2;
    font-size: 22px;
    font-family: PingFangBold;
    transition: all 0.3s ease 0s;
    color: rgb(0, 0, 0);
}

.index-title .icon {
    width: 30px;
    margin: 25px auto;
}

.index-hot-section {
}

.index-hot-section .swiper-container {
    margin-top: 4vh;
}

.index-pro-nav {
    border-bottom: 1px solid rgb(209, 221, 231);
    margin-top: -1vh;
}

.index-pro-nav .list {
    justify-content: space-around;
}

.index-pro-nav li {
    vertical-align: top;
    cursor: pointer;
    padding: 10px 0px;
    box-sizing: border-box;
    margin-bottom: -1px;
}

.index-pro-nav li.on {
    border-bottom: 2px solid rgb(17, 118, 180);
}

.index-pro-nav .desc {
    color: rgb(0, 0, 0);
    margin-left: 5px;
}

.index-pro-list {
    padding: 3vh 0px 0px;
    margin-bottom: -3vh;
}

.index-pro-list > .item {
    display: none;
}

.index-pro-list > .item.on {
    display: block;
    position: relative;
}

.index-pro-more {
    text-align: center;
    padding-top: 4vh;
}

.index-pro-list .icon-more {
    display: inline-block;
    color: rgb(0, 116, 186);
}

.index-pro-list .icon-more img {
    display: inline-block;
    vertical-align: top;
    margin: 5px 10px 0px;
}

.index-pro-list .bg-video-list {
    width: 100%;
    height: 54vh;
    overflow: hidden;
    position: relative;
}

.index-pro-list .bg-item {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: center center / cover no-repeat;
    opacity: 0;
}

.bg-video-list .bg-item {
    height: 54vh;
}

.index-pro-list .bg-item.on {
    opacity: 1;
}

.index-pro1-list .text-list {
}

.index-pro1-list .text-list li {
    position: relative;
    width: 25%;
    height: 18vh;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
}

.index-pro1-list .text-list .content {
    padding: 30px;
    box-sizing: border-box;
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    z-index: -1;
    opacity: 0;
    transition: all 0.4s ease 0s;
}

.index-pro1-list .text-list .content.before {
    z-index: 2;
    opacity: 1;
}

.index-pro1-list .text-list .content.after {
    background: rgba(0, 116, 186, 0.8);
}

.index-pro1-list .text-list li.on .content.before {
    z-index: -1;
    opacity: 0;
}

.index-pro1-list .text-list li.on .content.after {
    z-index: 2;
    opacity: 1;
}

.index-pro1-list .text-list .no {
    color: rgb(193, 196, 202);
}

.index-pro1-list .text-list .t1 {
    color: rgb(255, 255, 255);
}

.index-pro1-list .text-list .content.before .t1 {
    margin-top: 3vh;
}

.index-pro1-list .text-list .t2 {
    color: rgb(255, 255, 255);
    opacity: 0.4;
    margin-top: 8px;
}

.index-pro1-list .text-list .t3 {
    color: rgba(255, 255, 255, 0.2);
    margin-top: 3vh;
}

.index-pro-list .text-list .t3 a {
    margin: 0px 15px;
    color: rgb(255, 255, 255);
}

.index-pro-list .text-list .t3 a:first-child {
    margin-left: 0px;
}

.index-pro-list .text-list .t3 a:last-child {
    margin-right: 0px;
}

.footer-container {
    background: url("../images/footer-bg.png") center center no-repeat rgb(18, 26, 37);
    position: relative;
    z-index: 105;
    animation: 4s linear 0s infinite alternate none running footer-container;
}

@keyframes footer-container {
    0% {
        background-size: 100% 100%;
    }
    100% {
        background-size: 200% 200%;
    }
}

.footer-top {
    padding: 65px 0px 35px;
}

.footer-top .logo {
}

.footer-top .footer-form {
}

.footer-top .text {
}

.footer-top .submit {
}

.footer-center {
    padding: 35px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-center li {
}

.footer-center h4, .footer-bottom .title {
    color: rgb(255, 255, 255);
}

.footer-bottom .left li {
    min-width: 20vw;
}

.footer-center .content {
    padding: 20px 0px;
}

.footer-center a, .footer-bottom .content {
    display: block;
    opacity: 1;
    color: rgba(255, 255, 255, .6);
    line-height: 2.3;
}

.footer-bottom .content {
    padding: 10px 50px 0px 0px;
}

.footer-bottom .content a {
    margin-right: 15px;
    position: relative;
    z-index: 2;
}

.footer-bottom .content .ewm {
    position: absolute;
    width: 150px;
    max-width: 1000%;
    bottom: 110%;
    left: -70px;
    z-index: 1;
    display: none;
}

.footer-bottom .content a:hover .ewm {
    display: block;
}

.footer-center a:hover {
    color: rgb(255, 255, 255);
    opacity: 1;
}

.footer-bottom {
    padding: 25px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-aright {
    color: rgb(255, 255, 255);
    padding: 40px 0px;
}

.footer-aright a {
    color: rgb(255, 255, 255);
    opacity: 0.6;
}

.footer-aright .right a {
    opacity: 1;
    margin-left: 30px;
}

.footer-form {
    width: 310px;
    height: 45px;
}

.footer-form .text {
    background: transparent;
    padding: 10px;
    box-sizing: border-box;
    height: 45px;
    line-height: 25px;
    color: rgb(255, 255, 255);
    border-width: 1px 0px 1px 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgba(255, 255, 255, 0.1);
    border-bottom-color: rgba(255, 255, 255, 0.1);
    border-left-color: rgba(255, 255, 255, 0.1);
    border-image: initial;
    border-right-style: initial;
    border-right-color: initial;
    width: calc(100% - 60px);
}

.footer-form .submit {
    width: 60px;
    line-height: 45px;
    height: 45px;
    border: 0px;
    position: relative;
    background: rgb(255, 1, 1);
}

.footer-form .submit::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    transition: transform 0.35s ease 0s;
    height: 100%;
    background: url("../images/icon-arrow.png") center center no-repeat;
}

.footer-form .submit:hover::after {
    transform: rotate(45deg);
}

.neiye_title {
    float: left;
}

.new_d {
    width: 69%;
    float: left;
    max-width: calc(100% - 400px);
}

.new_d .content {
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
}

.new_d .title {
    color: rgb(34, 34, 34);
    line-height: 1.7;
    font-family: PingFangBold;
}

.new_d .mess {
    padding: 15px 0px 20px;
    font-size: 14px;
    border-bottom: 1px solid rgb(221, 221, 221);
    line-height: 1.8;
}

.new_d .mess li {
    color: rgb(153, 153, 153);
    display: inline-block;
    vertical-align: top;
    margin-right: 70px;
}

.new_d .mess li:last-child {
    float: right;
    text-align: right;
    margin: 0px;
}

.new_d .mess .fs {
    font-size: 16px;
    line-height: 28px;
    color: rgb(34, 34, 34);
}

.new_d .mess .fs_lagren {
    margin-right: 40px;
}

.new_d .mess .fs_diminish {
}

.new_d .editors {
    padding: 20px 0px 30px;
    font-size: 16px;
    color: rgb(68, 68, 68);
    line-height: 1.8;
}

.news_left {
    width: 345px;
    float: right;
    background: rgb(246, 248, 250);
    padding: 30px;
    box-sizing: border-box;
}

.neiye-container-wrapper {
    position: relative;
    padding: 30px 0px 0px;
}

.news_left .tit {
    font-size: 18px;
    color: rgb(34, 34, 34);
    border-bottom: 1px solid rgb(221, 221, 221);
    padding: 20px 0px;
    font-family: PingFangBold;
}

.news_left .news_first {
}

.news_left a {
    color: rgb(119, 119, 119);
    position: relative;
    line-height: 1.8;
    margin: 20px 0px;
    align-items: baseline;
    -webkit-box-align: baseline;
}

.news_left .icon {
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background: rgb(204, 204, 204);
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    margin-top: 5px;
    color: rgb(255, 255, 255);
}

.news_left a:nth-child(1) .icon {
    background-color: rgb(248, 69, 33);
}

.news_left a:nth-child(2) .icon {
    background-color: rgb(255, 111, 36);
}

.news_left a:nth-child(3) .icon {
    background-color: rgb(255, 140, 37);
}

.news_left .lans {
    width: calc(100% - 30px);
}

.news_left .date {
    font-size: 14px;
    margin-top: 3px;
}

.news_left .title {
    color: rgb(34, 34, 34);
    -webkit-line-clamp: 2;
}

.news_left a:hover .title {
    color: rgb(11, 69, 155);
}

.new_details {
    padding: 65px 0px;
}

.editors img {
    margin-bottom: 10px;
}

.next-title {
    color: rgb(34, 34, 34);
    margin: 50px 0px 10px;
    font-family: PingFangBold;
}

.new_pagetion {
    text-align: center;
    background: rgb(246, 248, 250);
    margin-top: 20px;
    align-items: self-start;
}

.link-list1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.link-list a {
    width: 20px;
    margin-right: 30px;
}

.new_pagetion a {
    font-size: 14px;
    box-sizing: border-box;
    color: rgb(34, 34, 34);
    line-height: 33px;
    width: 50%;
    text-align: left;
    padding: 20px 35px;
    border-top: 3px solid transparent;
    transition: all 0.3s ease 0s;
}

.new_pagetion a:hover {
    border-color: rgb(0, 116, 186);
}

.new_pagetion .date {
    font-size: 14px;
    color: rgb(102, 102, 102);
}

.new_pagetion a img {
    vertical-align: top;
}

.new_pagetion a:hover .ones {
    color: rgb(0, 116, 186);
}

.new_pagetion .ones {
    font-size: 18px;
    color: rgb(34, 34, 34);
    font-family: PingFangBold;
}

.new_pagetion a:first-child {
    text-align: left;
    border-right: 1px solid rgb(238, 238, 238);
    padding-right: 2vw;
}

.new_pagetion a:nth-child(2) .tips {
    text-align: right;
}

.new_pagetion a:first-child img {
    transform: rotate(180deg);
}

.new_pagetion a:last-child {
    float: right;
    padding-left: 30px;
}

.news_top {
}

.news_top .picture {
    width: 420px;
    float: left;
}

.news_top .lans {
    float: right;
    width: calc(100% - 480px);
    padding-top: 26px;
}

.news_top .time {
    font-size: 18px;
    color: rgb(68, 68, 68);
}

.news_top .t1 {
    font-size: 26px;
    margin-top: 22px;
    color: rgb(34, 34, 34);
}

.news_top .t2 {
    font-size: 14px;
    color: rgb(136, 136, 136);
    line-height: 2;
    margin: 15px 0px 40px;
    -webkit-line-clamp: 2;
}

.news_top .t3 {
    font-size: 14px;
    color: rgb(102, 102, 102);
    font-family: Avenir-Book-woff-5_0;
}

.news_top .more img:nth-child(1) {
    opacity: 0.55;
    margin-left: -5px;
}

.news_top:hover .more {
    color: rgb(39, 162, 221);
}

.news_top .more img:nth-child(2) {
    display: none;
    margin-left: -5px;
}

.news_top:hover .more img:nth-child(1) {
    display: none;
}

.news_top:hover .more img:nth-child(2) {
    display: inline-block;
}

.new_bottom {
    border-bottom: 1px solid rgb(238, 238, 238);
}

.new_bottom a {
    position: relative;
    box-sizing: border-box;
    padding: 30px 0px;
    transition: all 0.4s ease 0s;
    display: block;
    border-top: 1px solid rgb(238, 238, 238);
}

.new_bottom a::before {
    content: "";
    width: 0px;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transition: all 0.15s ease 0s;
    background: rgb(39, 162, 221);
}

.new_bottom a:hover::before {
    left: 0px;
    width: 100%;
}

.new_bottom .l_right {
    width: 150px;
    float: left;
    margin-top: 10px;
    font-family: arial;
    text-align: center;
    border-right: 1px solid rgb(229, 229, 229);
    padding: 22px 2%;
    box-sizing: border-box;
    font-size: 26px;
    color: rgb(68, 68, 68);
}

.new_bottom .lr1 {
    border-bottom: 1px dashed rgb(102, 102, 102);
    padding-bottom: 13px;
    margin-bottom: 13px;
}

.new_bottom .lr2 {
}

.new_bottom .r_right {
    line-height: 1.8;
    width: calc(100% - 200px);
    float: right;
    padding-top: 10px;
}

.new_bottom .rr1 {
    font-size: 22px;
    color: rgb(34, 34, 34);
    transition: all 0.3s ease 0s;
}

.new_bottom a:hover .rr1 {
    color: rgb(39, 162, 221);
}

.new_bottom .rr2 {
    font-size: 16px;
    color: rgb(136, 136, 136);
    line-height: 1.8;
    -webkit-line-clamp: 2;
    margin-top: 8px;
}

.new_bottom .more {
    color: rgb(136, 136, 136);
    font-size: 14px;
    margin-top: 16px;
    transition: all 0.3s ease 0s;
}

.new_bottom a .more img:nth-child(1) {
    opacity: 0.55;
    margin-left: -5px;
}

.new_bottom a:hover .more {
    color: rgb(39, 162, 221);
}

.new_bottom .more img:nth-child(2) {
    display: none;
    margin-left: -5px;
}

.new_bottom a:hover .more img:nth-child(1) {
    display: none;
}

.new_bottom a:hover .more img:nth-child(2) {
    display: inline-block;
}

.share100 {
    position: relative;
    cursor: pointer;
}

.share100:hover .share_news {
    opacity: 1;
}

.share100 .share_news {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    padding-left: 50px;
    font-size: 16px;
    color: rgb(51, 51, 51);
    width: 200px;
}

.news-details-crumb .box {
    -webkit-box-pack: start;
    justify-content: left;
    align-items: baseline;
}

.news_left.fixed {
    position: fixed;
    top: 50px;
    z-index: 100;
}

.news_left.abs {
    position: absolute;
    bottom: 65px;
    top: auto;
}

.news-details-crumb .return {
    color: rgb(0, 116, 186);
    background: url("../images/icon-return.png") left center no-repeat;
    padding-left: 30px;
    padding-right: 20px;
    border-right: 1px solid rgb(221, 221, 221);
    transition: all 0.3s ease 0s;
}

.news-details-crumb .return:hover {
    background-position-x: 4px;
}

.news-details-crumb .crumb-nav {
    color: rgb(131, 137, 146);
    max-width: calc(100% - 100px);
}

.news-details-crumb .crumb-nav a {
    color: rgb(131, 137, 146);
    display: inline-block;
    vertical-align: top;
    margin: 0px 15px;
    line-height: 25px;
}

.news-details-crumb .crumb-nav span {
    margin: 0px 15px;
    display: inline-block;
    vertical-align: top;
    line-height: 25px;
}

.neiye_banner {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
}

.neiye_banner .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: url(".") center center / cover no-repeat;
}

.neiye_banner .bg.op::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    opacity: 0.1;
}

.neiye_banner .lans {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: rgb(255, 255, 255);
    text-align: center;
    max-width: 600px;
    width: 80%;
}

.neiye_banner .title {
    font-family: PingFangBold;
    margin-bottom: 5px;
}

.neiye_banner .content {
}

.navigation_list {
    position: relative;
    font-weight: bolder;
    border-bottom: 1px solid rgb(238, 238, 238);
    box-sizing: border-box;
    text-align: center;
    background: rgb(255, 255, 255);
}

.navigation_list.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
    line-height: 45px;
    background: rgba(255, 255, 255, 0.8);
}

.navigation_list a {
    display: inline-block;
    color: rgb(34, 34, 34);
    padding: 25px 0px;
    margin-left: 60px;
    position: relative;
    z-index: 5;
}

.navigation_list a:first-child {
    margin-left: 0px;
}

.navigation_list a:hover, .navigation_list a.on {
    color: rgb(0, 116, 186);
}

.navigation_list .boxs {
}

.navigation_list .wrapper {
    display: inline-block;
}

.navigation_list .line {
    width: 0px;
    height: 3px;
    background: rgb(0, 116, 186);
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0px;
    z-index: 2;
    transition: all 0.4s ease-in-out 0s;
}

.neiye-pagetion {
    padding: 70px 0px 80px;
    text-align: center;
}

.neiye-pagetion a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    color: rgb(0, 0, 0);
    line-height: 35px;
    vertical-align: top;
    transition: all 0.4s ease 0s;
    margin: 0px 10px;
}

.neiye-pagetion a.on, .neiye-pagetion a:hover {
    background: rgb(0, 116, 186);
    color: rgb(255, 255, 255);
}

.neiye-pagetion .icon {
    background: url("../images/icon3.png") 0% 0% / 100% 100%;
    width: 38px;
    height: 38px;
}

.neiye-pagetion .icon.prev {
    transform: rotate(180deg);
}

.neiye-pagetion .icon:hover {
    background: url("../images/icon2.png") 0% 0% / 100% 100%;
}

.newsd {
    padding-bottom: 1px;
}

.news_list {
    padding: 0px;
}

.news_list a {
    display: inline-block;
    vertical-align: top;
    width: calc(33.3% - 20.5px);
    margin-right: 27px;
    margin-top: 45px;
    background: rgb(255, 255, 255);
    transition: all 0.4s ease 0s;
    position: relative;
}

.news_list a.each-item::after {
    background: rgb(246, 248, 250);
    content: "";
    width: 100%;
    height: 68px;
    bottom: 0px;
    left: 0px;
    position: absolute;
    z-index: 3;
    transition: all 0.6s ease 0s;
    animation-delay: 0.15s;
}

.news_list a:nth-child(3n-1) {
    animation-delay: 0.3s;
}

.news_list a:nth-child(3n) {
    margin-right: 0px;
    animation-delay: 0.45s;
}

.news_list a.each-item:hover::after {
    height: 100%;
}

.news_list .picture {
    position: relative;
    z-index: 4;
}

.news_list .lans {
    padding: 45px 35px 90px;
    box-sizing: border-box;
    position: static;
    z-index: 4;
}

.news_list .type {
    color: rgb(0, 116, 186);
    position: relative;
    z-index: 4;
}

.news_list .title {
    color: rgb(0, 0, 0);
    -webkit-line-clamp: 2;
    line-height: 32px;
    height: 64px;
    margin: 22px 0px;
    font-family: PingFangBold;
    position: relative;
    z-index: 4;
}

.news_list .content {
    color: rgb(102, 102, 102);
    -webkit-line-clamp: 2;
    line-height: 24px;
    height: 48px;
    position: relative;
    z-index: 4;
}

.news_list .time {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1
    ；-webkit-box-orient: vertical;
    color: rgb(0, 0, 0);
    margin-right: 20px;
    height: 22px;
    overflow: hidden;
}

.news_list .time img {
    margin-right: 3px;
}

.news_list .more-left {
}

.news_list .more-left .time:first-child {
    display: none;
}

.news_list a:hover .more-left .time:first-child {
    display: block;
}

.news_list .more-right {
    width: 40px;
    height: 40px;
    background: url("../images/icon1.png") 0% 0% / 100% 100%;
    transform: rotate(-45deg);
    transition: transform 0.4s ease 0s;
}

.news_list a:hover .more-right {
    background: url("../images/prev1.png") 0% 0% / 100% 100%;
    transform: rotate(0deg);
}

.news_list .more {
    padding: 65px 0px 15px;
}

.news_list .more {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    top: auto;
    z-index: 4;
    padding: 15px 35px;
}


.news_list a.more {
    display: flex;
    padding: 15px 35px;
    box-sizing: border-box;
    background: rgb(246, 248, 250);
}

.news_list a.more:hover .time {
    padding: 0px;
    margin: 0px;
}

.news1 {
    padding-top: 55px;
}

.news1 a {
    background-color: rgb(246, 248, 250);
    display: block;
}

.news1 .type {
    color: rgb(0, 116, 186);
}

.news1 .picture {
    width: 60%;
    padding-top: 34%;
    float: left;
    position: relative;
}

.news1 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(".") center center / cover no-repeat;
    transition: all 0.4s ease-in-out 0s;
}

.news1 a:hover .bg {
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
}

.news1 .lans {
    width: 40%;
    box-sizing: border-box;
    padding: 4% 4% 0px;
    float: left;
}

.news1 .time {
    color: rgb(34, 34, 34);
    line-height: 2;
    margin-top: 20px;
}

.news1 .time img {
    margin-right: 5px;
}

.news1 .t1 {
    display: inline-block;
    vertical-align: bottom;
}

.news1 .t2 {
    display: inline-block;
    vertical-align: bottom;
    color: rgb(102, 102, 102);
    font-size: 16px;
    padding-top: 10px;
}

.news1 .title {
    color: rgb(34, 34, 34);
    line-height: 1.5;
    font-family: PingFangBold;
    margin: 25px 0px;
}

.news1 .content {
    line-height: 2;
    color: rgb(102, 102, 102);
    -webkit-line-clamp: 5;
    height: 160px;
}

.news1 .more {
    font-size: 14px;
    line-height: 30px;
    color: rgb(153, 153, 153);
    margin-top: 85px;
}

.news1 .more i {
    display: inline-block;
    vertical-align: middle;
    background: url("../images/ico_right.png");
    width: 20px;
    height: 20px;
    margin-left: 10px;
    transition: all 0.4s ease 0s;
}

.news1 a:hover .more i {
    animation: 1s ease-out 0s infinite normal none running myfirst1;
}

.index-news-section .swiper-pagination {
    display: none;
}

@keyframes myfirst1 {
    0% {
        margin-left: 6px;
        opacity: 1;
    }
    100% {
        margin-left: 14px;
        opacity: 0.05;
    }
}

.common-title-container {
    padding: 50px 0px;
    text-align: center;
    letter-spacing: 5px;
}

.common-title-container .common-title {
    font-weight: bolder;
    color: rgb(0, 0, 0);
}

.common-title-container .common-desc {
    color: rgb(34, 34, 34);
    padding: 15px 0px;
}

.contact-map {
    background: rgb(0, 116, 186);
}

.contact-map .picture {
    width: 50%;
    min-height: 550px;
    background: center center / cover no-repeat;
}

.contact-map .content {
    width: 50%;
    box-sizing: border-box;
    padding: 0px 5%;
    color: rgb(255, 255, 255);
}

.contact-map .name {
    font-weight: bolder;
}

.contact-map .info-list {
    padding: 25px 0px 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-map .info-list li {
    min-width: 50%;
    box-sizing: border-box;
    padding: 14px 10px 14px 50px;
    background: left center / 40px 40px no-repeat;
    font-family: "PingFang Heavy";
}

.contact-map .look {
    padding: 30px 0px 0px;
    width: 100%;
}

.contact-map .look .look-title {
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 30px;
}

.contact-map .look .look-content {
}

.contact-map .look .look-content a {
    width: 30px;
    margin: 0px 10px;
    position: relative
}

.contact-map .look .look-content .ewm {
    position: absolute;
    width: 150px;
    max-width: 1000%;
    bottom: 110%;
    left: -70px;
    z-index: 1;
    display: none;
}

.contact-map .look .look-content a:hover .ewm {
    display: block;
}

.store-list {
    justify-content: space-around;
    padding: 20px 0px;
}

.store-list a {
    width: 20%;
    max-width: 200px;
}

.section-contact2, .section-contact3 {
    padding: 50px 0px 110px;
    background: center center / cover no-repeat;
}

.join-list {
}

.join-list li {
    width: calc(50% - 20px);
}

.join-list li:nth-child(2) * {
    animation-delay: 0.3s;
}

.join-list .picture {
}

.join-list .content {
    padding: 45px 50px;
    background: rgb(255, 255, 255);
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    width: 90%;
    margin: -100px auto 0px;
    color: rgb(0, 0, 0);
    transition: all 0.35s ease 0s;
    box-shadow: rgba(10, 13, 20, 0.1) 0px 0px 20px;
}

.join-list .icon-join {
    width: 30%;
    position: absolute;
    right: 10px;
    bottom: 10px;
    transition: all 0.35s ease 0s;
    opacity: 0;
}

.join-list .desc {
    padding: 12px 0px 25px;
}

.join-list .more {
    width: 150px;
    height: 48px;
    text-align: center;
    display: block;
    background: rgb(0, 116, 186);
    color: rgb(255, 255, 255);
    transition: all 0.35s ease 0s;
    line-height: 48px;
}

.join-list li:hover .content {
    background: rgb(0, 116, 186);
    color: rgb(255, 255, 255);
}

.join-list li:hover .icon-join {
    opacity: 1;
}

.join-list li:hover .more {
    color: rgb(0, 116, 186);
    background: rgb(255, 255, 255);
}

.liuyan-container {
}

.liuyan-container .content {
    box-shadow: rgba(10, 13, 20, 0.1) 0px 0px 40px;
    padding: 45px;
    box-sizing: border-box;
}

.liuyan-container .text {
    background: rgb(245, 247, 250);
    border: 1px solid rgb(233, 233, 233);
    display: block;
    width: calc(25% - 18px);
    padding: 20px;
    line-height: 20px;
    box-sizing: border-box;
}

.liuyan-container .textarea {
    background: rgb(245, 247, 250);
    border: 1px solid rgb(233, 233, 233);
    resize: none;
    height: 120px;
    width: 100%;
    margin: 25px 0px;
    padding: 20px;
    line-height: 1.5;
    box-sizing: border-box;
}

.liuyan-container .desc {
    color: rgb(0, 0, 0);
    padding-bottom: 20px;
}

.liuyan-container .button-list {
}

.liuyan-container .button {
    background: rgb(245, 247, 250);
    border: 1px solid rgb(233, 233, 233);
    display: inline-block;
    width: 200px;
    line-height: 60px;
    text-align: center;
    margin-right: 20px;
    transition: all 0.35s ease 0s;
}

.liuyan-container .button:hover {
    opacity: 0.8;
}

.liuyan-container .submit {
    background: rgb(0, 116, 186);
    color: rgb(255, 255, 255);
}

.liuyan-container .nav-liuyan-list {
}

.liuyan-container .nav-liuyan-list a {
    width: 50%;
    line-height: 90px;
    position: relative;
    font-weight: bolder;
    color: rgb(0, 0, 0);
    background: rgb(235, 240, 244);
    text-align: center;
}

.liuyan-container .nav-liuyan-list a.on {
    background: rgb(0, 116, 186);
    color: rgb(255, 255, 255);
    position: relative;
}

.liuyan-container .nav-liuyan-list a.on::after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-width: 10px 8px 8px;
    border-style: solid;
    border-color: rgb(0, 116, 186) transparent transparent;
    border-image: initial;
    position: absolute;
    top: 100%;
    left: calc(50% - 4px);
}

.pro-components-section {
    padding: 30px 0px 20px;
}

.search-form {
    width: 500px;
    height: 50px;
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
}

.search-modul .text {
    width: 80%;
    background: rgb(245, 247, 250);
    padding: 10px;
    box-sizing: border-box;
    height: 50px;
    line-height: 30px;
    color: rgb(0, 0, 0);
    border-width: 1px 0px 1px 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgba(0, 0, 0, 0.1);
    border-bottom-color: rgba(0, 0, 0, 0.1);
    border-left-color: rgba(0, 0, 0, 0.1);
    border-image: initial;
    border-right-style: initial;
    border-right-color: initial;
}

.search-modul .submit {
    background: rgb(255, 1, 1);
    width: 20%;
    line-height: 50px;
    height: 50px;
    color: rgb(255, 255, 255);
    border: 0px;
    min-width: 80px;
}

.search-modul .submit:hover {
    background: rgb(220, 24, 24);
}

.search-modul .to {
    display: inline-block;
    vertical-align: top;
    font-weight: bolder;
    line-height: 30px;
    padding: 10px 20px 10px 50px;
    color: rgb(255, 255, 255);
    background: 20px center / 24px no-repeat rgb(0, 116, 186);
}

.search-modul .to:hover {
    background-color: rgb(11, 69, 155);
}

.pro-select-modul {
    margin: 30px 0px;
    box-sizing: border-box;
    background: rgb(249, 250, 252);
    border: 1px solid rgb(229, 229, 229);
}

.pro-select-modul li {
    border-top: 1px solid rgb(229, 229, 229);
    line-height: 2.2;
    -webkit-box-align: initial;
    align-items: initial;
}

.pro-select-modul li:first-child {
    border: 0px;
}

.pro-select-modul .title {
    width: 150px;
    color: rgb(0, 0, 0);
    font-weight: bolder;
    font-size: 15px;
    padding: 5px 0px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.03);
    text-align: center;
}

.pro-select-modul .content {
    width: calc(100% - 160px);
    padding: 3px 30px;
    box-sizing: border-box;
}

.pro-select-modul .content a {
    color: rgb(85, 85, 85);
    font-size: 14px;
    margin-right: 20px;
    line-height: 16px;
    font-weight: bold;
    min-width: 97px;
}

.pro-select-modul .content a.on, .pro-select-modul .content a:hover {
    color: rgb(0, 116, 186);
}

.pro-select-result {
    border-bottom: 1px solid rgb(229, 229, 229);
    padding-bottom: 20px;
    position: relative;
}

.pro-select-result .line {
    width: 200px;
    height: 1px;
    background: rgb(0, 116, 186);
    position: absolute;
    bottom: -1px;
    left: 0px;
    z-index: 2;
}

.pro-select-result .title {
    color: rgb(0, 116, 186);
    width: 100px;
    float: left;
}

.pro-select-result .content {
    width: calc(100% - 100px);
    float: left;
}

.pro-select-result .content a {
    background: url("../images/icon-close.png") calc(100% - 4px) center no-repeat;
    color: rgb(0, 0, 0);
    border: 1px solid rgb(216, 216, 216);
    opacity: 0.6;
    line-height: 1;
    padding: 4px 25px 4px 8px;
    transition: all 0.35s ease 0s;
    margin-right: 4px;
}

.pro-select-result .content a:hover {
    border-color: rgb(0, 116, 186);
    opacity: 1;
    color: rgb(0, 116, 186);
}

.pro-select-result .content a.reset {
    color: rgb(255, 0, 0);
    border-color: rgb(255, 0, 0);
    padding: 4px 8px;
    background: transparent !important;
}

.pro-select-result .content a.reset:hover {
    background: rgba(255, 1, 1, 0.1) !important;
}

.pro-list-section {
}

.pro-list-section li {
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
    margin-top: 20px;
    width: calc(25% - 15px);
    position: relative;
    background: rgb(246, 248, 250);
    transition: all 0.35s ease 0s;
}

.pro-list-section li .picture img {
    margin: -20px 0;
}

.pro-list-section li:hover {
    background: rgb(255, 255, 255);
    box-shadow: rgba(10, 13, 20, 0.1) 0px 5px 15px;
}

.pro-list-section li::after {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 5;
    content: "";
}

.pro-list-section li.icon-news::after {
    background: url("../images/icon-news.png") 0% 0% / 100%;
}

.pro-list-section li.icon-hot::after {
    background: url("../images/icon-hot.png") 0% 0% / 100%;
}

.pro-list-section li:nth-child(4n) {
    margin-right: 0px;
}

.pro-list-section a {
    display: block;
    transition: all 0.35s ease 0s;
}

.pro-list-section .content {
    color: rgb(0, 0, 0);
    box-sizing: border-box;
    position: relative;
    padding: 20px 80px 20px 30px;
}

.pro-list-section .type {
}

.pro-list-section .title {
    margin: 6px 0px;
    font-size: 18px;
}

.pro-list-section .icon {
    position: absolute;
    bottom: 24px;
    right: 30px;
    width: 30px;
    height: 30px;
    background: url("../images/icon1.png") 0% 0% / 100% 100%;
    transform: rotate(-45deg);
    transition: transform 0.4s ease 0s;
}

.pro-list-section a:hover .icon {
    background: url("../images/icon2.png") 0% 0% / 100% 100%;
    transform: rotate(0deg);
}

.nav-dropdown {
    z-index: 16;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 100px;
    visibility: hidden;
    opacity: 0;
    transition: all 0s ease 0s;
    background-color: rgb(243, 243, 243);
}

.flex-show {
    display: flex;
    top: 75px;
    transition: all 0.5s ease 0s;
    visibility: visible;
    opacity: 1;
}

.nav-dropdown .to {
    display: block;
    vertical-align: top;
    line-height: 3;
    font-size: 24px;
    padding: 10px 20px 10px 50px;
    color: rgb(255, 255, 255);
    background: 20px center no-repeat rgb(0, 116, 186);
    position: absolute;
    bottom: -80px;
    width: 100%;
    left: 0px;
    letter-spacing: 1px;
    box-sizing: border-box;
    text-align: center;
}

.nav-dropdown .to img:nth-child(2) {
    transition: all 0.4s ease 0s;
}

.nav-dropdown .to:hover img:nth-child(2) {
    margin-right: -10px;
    margin-left: 10px;
}

.nav-cat {
    background: url("../images/header2.png") right bottom / cover no-repeat;
}

.nav-cat ul {
    width: 290px;
    padding-top: 60px;
    margin-left: 180px;
    padding-bottom: 60px;
}

.nav-cat ul > li > a {
    position: relative;
    display: block;
    padding: 10px 30px 10px 50px;
    line-height: 20px;
    font-size: 16px;
    color: rgb(0, 0, 0);
    border-bottom: 3px solid transparent;
}

.nav-cat ul li.on a {
    color: rgb(3, 117, 187);
}

.nav-cat ul > li > a img:nth-child(1) {
    display: none;
}

.nav-cat ul > li > a img:nth-child(2) {
    display: inline-block;
}

.nav-cat ul > li.on > a img:nth-child(2) {
    display: none;
}

.nav-cat ul > li.on > a img:nth-child(1) {
    display: inline-block;
}

.nav-cat ul > li.on > a::after {
    position: absolute;
    right: 20px;
    top: calc(50% - 10px);
    line-height: 1;
    content: "";
    background: url("../images/icon-blue1.png") 0% 0% / 20px 20px no-repeat;
    width: 20px;
    height: 20px;
}

.flex-show a::after {
    animation: 0.5s ease 0s 1 normal none running myanimation;
}

.nav-cat ul > li {
    display: block;
    padding: 0px;
    margin: 0px;
}

.nav-cat ul > li > a * {
    display: inline-block;
    vertical-align: middle;
}

.nav-cat ul > li > a img {
    margin-right: 15px;
}

.nav-cat ul li.on {
    background-color: rgb(236, 237, 238);
}

.nav-sub-cat {
    height: 665px;
    display: none;
    background: rgb(255, 255, 255);
    position: relative;
}

.nav-sub-cat::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 30%;
    height: 100%;
    background: url("../images/pros.png") right top no-repeat;
}

.nav-sub-cat .wo_img {
    position: relative;
    z-index: 2;
}

.nav-sub-cat .hd {
    height: 665px;
    width: 260px;
    background-color: rgb(240, 240, 240);
}

.nav-sub-cat .hd li a {
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 16px;
    color: rgb(43, 43, 43);
    border-bottom: 3px solid transparent;
}

.nav-sub-cat .hd li.on a {
    color: rgb(51, 51, 51);
}

.nav-sub-cat .hd ul {
    padding-top: 60px;
}

.nav-sub-cat .hd ul li {
    display: block;
    padding: 0px;
    margin: 0px;
}

.nav-sub-cat .hd li.on a {
    background-color: rgb(254, 254, 254);
    color: rgb(0, 116, 186);
}

.nav-sub-cat .hd li.on a::after {
    position: absolute;
    right: 20px;
    top: calc(50% - 10px);
    line-height: 1;
    content: "";
    background: url("../images/icon-blue1.png") 0% 0% / 20px 20px no-repeat;
    width: 20px;
    height: 20px;
}

@keyframes myanimation {
    0% {
        right: 30px;
    }
    100% {
        right: 20px;
    }
}

.f_comp {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    overflow: hidden;
    height: 100%;
    display: none;
    z-index: 999;
}

.f_comp .bag {
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    opacity: 0.3;
}

.f_comp .basecont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 991px) {
    .f_comp .basecont {
        width: 100%;
    }
}

.f_comp .basecont .cont {
    width: 100%;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 30px;
    background-color: rgb(255, 255, 255);
}

.f_comp .basecont .tit {
    width: 100%;
    background-color: rgb(245, 245, 245);
    font-size: 18px;
    font-family: PingFangBold;
    color: rgb(51, 51, 51);
    display: flex;
    justify-content: space-between;
    padding: 25px 20px;
    line-height: 1;
}

.res-pic img {
    object-fit: contain;
}

.product-lg .pro-pic {
    padding: 0px;
    height: 396px;
    position: relative;
}

.product-lg .pro-pic img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    inset: 0px;
    margin: auto;
}

@media (max-width: 1440px) {
    .f_comp .basecont .tit {
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    .product-lg {
        height: 470px;
    }

    .f_comp .basecont .tit {
        padding: 18px 14px;
    }
}

.f_comp .basecont .tit a {
    display: block;
    height: 20px;
}

.f_comp .basecont .tit a img {
    height: 100%;
}

.f_comp .basecont .f_jut {
    width: 100%;
    padding: 30px 20px;
}

@media (max-width: 991px) {
    .f_comp .basecont .f_jut {
        padding: 20px 16px;
    }
}

.f_comp .basecont .f_jut .jut {
    width: 100%;
    overflow: initial;
    max-height: none;
}

@media (max-width: 1366px) {
    .f_comp .basecont .f_jut .jut {
        max-height: none;
    }
}

@media (max-width: 767px) {
    .product-lg .pro-pic {
        height: auto;
    }

    .product-lg .pro-pic img {
        height: auto;
        position: relative;
    }

    .product-lg {
        height: auto;
        padding-bottom: 30px;
    }

    .f_comp .basecont .f_jut .jut {
        max-height: none;
        overflow: auto;
    }
}

.f_comp .basecont .f_jut .jut table {
    width: 100%;
    border: none;
}

@media (max-width: 767px) {
    .f_comp .basecont .f_jut .jut table {
        width: 900px;
    }
}

.f_comp .basecont .f_jut .jut table thead {
    border-bottom: 1px solid rgb(221, 221, 221);
    display: table;
    width: 100%;
}

.f_comp .basecont .f_jut .jut table thead tr {
    background-color: rgb(245, 245, 245);
    display: table;
    width: 100%;
}

.f_comp .basecont .f_jut .jut table thead th {
    border: none;
    padding: 22px 0px;
    color: rgb(230, 0, 18);
    font-size: 16px;
    width: 16.666%;
}

@media (max-width: 1440px) {
    .f_comp .basecont .f_jut .jut table thead th {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .f_comp .basecont .f_jut .jut table thead th {
        padding: 11px 0px;
    }
}

.f_comp .basecont .f_jut .jut table thead th:first-child {
    color: rgb(51, 51, 51);
    font-family: PingFangBold;
}

.f_comp .basecont .f_jut .jut table tbody {
    max-height: 540px;
    width: 100%;
    display: block;
    height: auto;
    overflow: auto;
}

.f_comp .basecont .f_jut .jut table tbody tr {
    display: table;
    width: 100%;
}

.f_comp .basecont .f_jut .jut table tbody tr:hover {
    background-color: rgb(245, 245, 245);
}

.f_comp .basecont .f_jut .jut table tbody tr td {
    text-align: center;
    border-top: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px solid rgb(221, 221, 221);
    border-right: 1px solid rgb(221, 221, 221);
    padding: 16px 10px;
    width: 16.666%;
    font-size: 14px;
}

@media (max-width: 1199px) {
    .f_comp .basecont .f_jut .jut table tbody tr td {
        padding: 12px 10px;
    }

    .f_comp .basecont .f_jut .jut table tbody {
        max-height: 340px;
    }
}

.f_comp .basecont .f_jut .jut table tbody tr td:first-child {
    font-size: 16px;
    color: rgb(51, 51, 51);
    font-family: PingFangBold;
}

@media (max-width: 1440px) {
    .f_comp .basecont .f_jut .jut table tbody tr td:first-child {
        font-size: 14px;
    }
}

.f_comp .basecont .f_jut .jut table tbody tr td:last-child {
    border-right: none;
}

.f_comp .basecont .f_jut .but1 {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.f_comp .basecont .f_jut .but1 .but {
    border: 1px solid rgb(51, 51, 51);
    width: 135px;
    line-height: 48px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(51, 51, 51);
    background: transparent;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .f_comp .basecont .f_jut .but1 .but {
        margin-top: 20px;
    }
}

.f_bijiao {
    position: relative;
    display: block;
    z-index: 666;
    padding-top: 120px;
    padding-bottom: 120px;
}

@media (max-width: 1440px) {
    .f_bijiao {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 1199px) {
    .f_bijiao {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 991px) {
    .f_bijiao {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .f_bijiao {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .f_comp .basecont .f_jut .jut table tbody tr td:first-child, .f_comp .basecont .f_jut .jut table thead th:first-child {
        width: 12% !important;
    }

    .mdui-drawer {
        top: 60px;
    }
}

.f_bijiao .basecont {
    position: relative;
    transform: none;
    top: 0px;
    left: 0px;
}

.f_bijiao .basecont .tit a {
    display: block;
}

.f_banner1 {
    position: relative;
}

.f_banner1 .f_zhong {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    padding-bottom: 24px;
}

.f_banner1 .f_zhong .bread-cell {
    color: rgb(255, 255, 255);
}

.f_banner1 .f_zhong .bread-cell a {
    color: rgb(255, 255, 255);
}

.cust-sec1 {
    line-height: 62px;
    border-bottom: 2px solid rgb(233, 233, 233);
    background-color: rgb(255, 255, 255);
}

.cust-sec1 .container {
    display: flex;
    justify-content: center;
}

.cust-sec1 .item {
    display: block;
    margin: 0px 64px;
}

.cust-sec1 .item a {
    font-size: 16px;
    color: rgb(51, 51, 51);
    border-bottom: 3px solid transparent;
    display: block;
}

.cust-sec1 .item.on a {
    color: rgb(200, 22, 29);
    border-bottom-color: rgb(200, 22, 29);
}

.cust-sec2 {
    padding: 120px 0px;
    background-color: rgb(245, 245, 245);
}

.cust-sec2 .cont {
    background-color: rgb(255, 255, 255);
    padding: 60px 100px 60px 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.cust-sec2 .lt {
    width: 52%;
    padding-right: 160px;
}

.cust-sec2 .lt .font {
    width: 100%;
}

.cust-sec2 .lt .font .tit {
    font-size: 30px;
    line-height: 1;
    padding-bottom: 40px;
    border-bottom: 1px dotted rgb(214, 214, 214);
    margin-bottom: 24px;
}

.cust-sec2 .lt .font .text {
    font-size: 16px;
    line-height: 30px;
    color: rgb(51, 51, 51);
}

.cust-sec2 .lt .tish {
    font-size: 16px;
    line-height: 1.4;
    color: rgb(102, 102, 102);
    margin-top: 15px;
}

.cust-sec2 .lt .form {
    width: 100%;
    margin-top: 30px;
}

.cust-sec2 .lt .form input, .cust-sec2 .lt .form textarea, .cust-sec2 .lt .form select {
    padding: 8px 18px;
    border-radius: 3px;
    border: 1px solid rgb(208, 208, 208);
    margin-bottom: 12px;
    width: 100%;
    appearance: none;
    resize: none;
    outline: none;
    font-size: 16px;
    color: rgb(153, 153, 153);
}

.cust-sec2 .lt .form textarea {
    height: 104px;
}

.cust-sec2 .lt .form select {
    background: url("../images/fselectimg1.jpg") 100% 0px / 42px 100% no-repeat;
}

.cust-sec2 .lt .form .f_but {
    width: 100%;
    height: 46px;
    background-color: rgb(24, 57, 147);
    border-radius: 3px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    border: none;
}

.cust-sec2 .gt {
    width: 48%;
    position: relative;
    padding-bottom: 55%;
}

.cust-sec2 .gt img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.f_nav .f_cont {
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
    align-items: flex-start;
    box-sizing: border-box;
}

.f_nav .f_cont .lt {
    width: 24%;
    padding-right: 30px;
    box-sizing: border-box;
}

.f_nav .f_cont .gt {
    width: 20%;
}

.f_nav .f_cont .f_zhong {
    width: 43%;
    padding-right: 40px;
    box-sizing: border-box;
}

.f_nav .f_cont .f_zhong .f_list {
    display: none;
}

.f_nav .f_cont .f_zhong .f_list.on2 {
    display: block;
}

.f_nav .f_cont .f_zhong .f-t {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    height: 30px;
    -webkit-box-orient: vertical;
}

.f_nav .f_cont .f_zhong .img {
    width: 100%;
    position: relative;
    height: 255px;
    margin: 9px 0 0;
    border: 1px solid rgb(221, 221, 221);
    overflow: hidden;
}

.f_nav .f_cont .f_zhong .img img {
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    position: absolute;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.f_nav .f_cont .lt .f_tit {
    font-size: 20px;
    width: 100%;
    color: rgb(0, 0, 0);
    margin-bottom: 5px;
    font-family: PingFangBold;
    line-height: 30px;
}

.f_nav .f_cont .lt .list {
    width: 100%;
    padding: 8px 0 0;
}

.f_nav .f_cont .lt .list a {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 2.5;
    color: rgb(68, 68, 68);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.f_nav .f_cont .lt .list a.on {
    text-decoration: underline;
    color: rgb(185, 137, 144);
}

.f_nav .f_cont .lt .f_but {
    font-size: 14px;
    width: 90px;
    line-height: 34px;
    border: 1px solid rgb(0, 116, 186);
    color: rgb(0, 116, 186);
    text-align: center;
    margin-top: 2px;
}
.f_nav .f_cont .lt .f_but:hover{
    background: rgb(0, 116, 186);
    color:#fff;
}
.f_nav .f_cont .lt .list a:hover {
    text-decoration: underline;
    color: rgb(185, 137, 144);
}

.f_nav .f_cont .gt .f_list {
    display: none;
}

.f_nav .f_cont .gt .f_list.on3 {
    display: block;
}

.f_nav .f_cont .gt .item {
    width: 100%;
    height: 67px;
    background-color: rgb(217, 217, 221);
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 15px;
    line-height: 1.7;
    justify-content: center;
    margin-bottom: 10px;
    flex-direction: column;
    color: rgb(0, 0, 0);
}

.f_nav .f_cont .gt .item:last-child {
    margin-bottom: 0px;
}

.menu2 li ul.level2 li {
    padding-right: 12px;
}

.menu2 li ul.level2 li a {
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.nav-sub-cat.on {
    display: flex;
}

.nav-sub-cat .hd {
    overflow: auto;
}

.nav-cat ul {
    height: 100%;
    overflow: auto;
}

.nav-cat ul::-webkit-scrollbar {
    width: 1px;
    height: 1px;
}

.nav-cat ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px inset;
    background: rgb(216, 221, 225);
}

.nav-cat ul::-webkit-scrollbar-track {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px inset;
    border-radius: 10px;
    background: rgb(237, 237, 237);
}

.nav-sub-cat .hd::-webkit-scrollbar {
    width: 1px;
    height: 1px;
}

.nav-sub-cat .hd::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px inset;
    background: rgb(216, 221, 225);
}

.nav-sub-cat .hd::-webkit-scrollbar-track {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px inset;
    border-radius: 10px;
    background: rgb(237, 237, 237);
}

@media (max-width: 1900px) {
    .f_nav .f_cont .lt .list a {
        font-size: 15px;
        line-height: 2.7;
    }

    .f_nav .f_cont .f_zhong .f-t {
        font-size: 18px;
    }

    .f_nav .f_cont .f_zhong {
        padding-right: 3vw;
        width: 46%;
    }

    .f_nav .f_cont .lt {
        padding-right: 30px;
    }

    .f_nav .f_cont .gt .item {
        font-size: 14px;
        height: 67px;
    }
}

@media (max-width: 1440px) {
    .f_nav .f_cont {
        margin-top: 20px;
    }

    .f_nav .f_cont .f_zhong {
        padding-right: 30px;
    }

    .f_nav .f_cont .lt .f_tit {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .f_nav .f_cont .lt .list a {
        font-size: 14px;
    }

    .f_nav .f_cont .gt .item {
        height: 50px;
        font-size: 14px;
        line-height: 22px;
    }

    .cust-sec1 .item {
        margin: 0px 30px;
    }

    .cust-sec2 {
        padding: 80px 0px;
    }

    .cust-sec2 .cont {
        padding: 40px 60px 40px 30px;
    }

    .cust-sec2 .lt {
        padding-right: 100px;
    }

    .cust-sec2 .lt .font .tit {
        font-size: 26px;
        padding-bottom: 20px;
        margin-bottom: 16px;
    }

    .cust-sec2 .lt .font .text {
        font-size: 14px;
        line-height: 24px;
    }

    .cust-sec2 .lt .font {
        margin-top: 20px;
    }

    .cust-sec2 .lt .form input, .cust-sec2 .lt .form textarea, .cust-sec2 .lt .form select {
        font-size: 14px;
    }

    .cust-sec2 .lt .form textarea {
        height: 80px;
    }

    .cust-sec2 .lt .form .f_but {
        height: 40px;
        font-size: 14px;
    }

    .cust-sec2 .lt .tish {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .cust-sec1 .item {
        margin: 0px 20px;
    }

    .cust-sec2 .lt {
        padding-right: 30px;
    }

    .cust-sec2 {
        padding: 60px 0px;
    }

    .cust-sec2 .cont {
        padding: 30px 40px 30px 20px;
    }

    .cust-sec2 .gt {
        width: 100%;
    }

    .cust-sec2 .lt {
        padding-right: 0px;
        width: 100%;
        order: 1;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .cust-sec2 .cont {
        padding: 30px 20px;
    }

    .cust-sec2 .gt {
        padding-bottom: 86%;
    }

    .cust-sec1 .item {
        margin: 0px 10px;
    }

    .table-ht-scroll {
    }
}

.swiper-banner .swiper-wrapper {
    font-size: calc(5.20833vw);
}

.swiper-banner .swiper-slide {
    height: 6.6em;
}

@media (max-width: 767px) {
    .f_nei img {
        width: 100%;
    }

    .swiper-banner .swiper-slide {
        height: 45rem;
    }

    .course-card .time {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .course-card .title {
        font-size: 16px;
    }

    .course-card .body, .course-card .body span, .course-card .body p {
        font-size: 12px !important;
    }

    .appli-icon-box:hover .link {
        display: none;
    }
}

.f_comp .basecont .f_jut .jut table {
    width: auto;
}

.table-ht-scroll {
}

#form2 {
}

.table-body {
    display: block;
    min-width: 100%;
}

.table-ht-scroll {
    min-width: 100%;
}

.table-body tr {
}

.table-body tr td, .table-body tr th {
    width: 180px;
}

.table-body tbody, .table-body thead {
    display: block;
    width: 100%;
}

.table-body tr {
    width: 100%;
}

.table-body tr > td:nth-child(6) { /* max-width: 5%; *//* width: 100px; */
    word-break: break-all; /* min-width: 50px; */
}

.table-body tr > td:nth-child(7) {
    max-width: 5%;
    width: 300px;
}

.table-body tr > td { /* min-width: 0px; */
    vertical-align: top;
}

.table-body tr > td:nth-child(1) {
    width: 40px;
}

.table-body tr > td:nth-child(2) {
    width: 24%;
    vertical-align: top;
}

.table-body tr > td:nth-child(3) {
    width: 10%;
    vertical-align: top;
}

.table-body tr > td:nth-child(4), .table-body tr > td:nth-child(5), .table-body tr > td:nth-child(6) {
    width: 7%; /* vertical-align: top; */
}

.table-body tr > td:nth-child(8) {
    width: 8%;
}

.table-body tr > td:nth-child(12) {
    width: 315px;
}

.table-body tr > td:nth-child(10) {
    width: 7%;
}

.f_comp .basecont .f_jut .jut table thead th, .f_comp .basecont .f_jut .jut table tbody tr td {
    text-align: center;
    box-sizing: border-box;
    word-break: keep-all;
    overflow-wrap: break-word;
    width: 50vh !important;
}

.phs-section .phs-cells:last-child {
    margin-bottom: 0px;
}

.drop-show-body {
    padding: 30px 65px;
}

.drop-show-body .f_nav {
    display: none;
}

.drop-show-body .f_nav.on {
    display: block;
    width: 85%;
}

.wo_img a {
    display: block;
}

.wo_img a img {
    max-width: 300%;
    height: auto;
}

.dropdown-heading {
    height: 30px;
    line-height: 30px;
}

.dropdown-heading .title {
    float: left;
    font-size: 24px;
}

.dropdown-heading .d-more {
    float: right;
    display: inline-block;
    color: rgb(86, 86, 86);
}

.dropdown-heading .d-more span {
    text-decoration: underline;
}

.dropdown-heading .d-more .iconfont {
    font-size: 14px;
}

.drop-attr {
    white-space: nowrap;
}

.drop-attr {
    margin: 0px -2px;
}

.drop-attr > div {
    padding: 0px 2px;
}

.drop-attr .attr-box {
    background-color: rgb(239, 239, 239);
    color: rgb(86, 86, 86);
    font-size: 16px;
    line-height: 1;
    padding: 12px 0px;
}

.attr-box .text {
    margin-bottom: 10px;
    text-align: center;
}

.attr-box .val {
    font-family: PingFangBold;
    text-align: center;
}

.drop-photo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0px;
    text-align: center;
    height: 350px;
}

.drop-photo img {
    max-height: 350px;
}

.drop-flex-left {
    width: 120px;
    margin-right: 50px;
}

.drop-flex-left .third-hd {
    font-size: 20px;
    line-height: 1;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(93, 93, 93);
    margin-bottom: 15px;
}

.drop-third-nav li a {
    display: inline-block;
    padding: 10px 0px;
    font-size: 16px;
    color: rgb(51, 51, 51);
}

.drop-third-nav li.on a {
    text-decoration: underline;
    color: rgb(200, 22, 29);
}

.prod {
    padding: 100px 0px 50px;
}

.bigImg #winSelector {
    width: 235px;
    height: 210px;
    z-index: 10;
}

#winSelector {
    position: absolute;
    cursor: crosshair;
    opacity: 0.15;
    background-color: rgb(0, 0, 0);
    border: 1px solid rgb(255, 255, 255);
}

.prod {
    padding: 40px;
    box-sizing: border-box;
    background: rgb(255, 255, 255);
}

.prodetails .right {
    color: rgb(0, 0, 0);
    width: 47%;
}

.prodetails .right .type {
}

.prodetails .right .title {
    padding: 10px 0px 15px;
    border-bottom: 1px solid rgb(229, 229, 229);
    margin-bottom: 24px;
}

.prodetails .right .table {
    width: 100%;
    border: 1px solid rgb(229, 229, 229);
    border-collapse: collapse;
}

.prodetails .right .table td {
    border: 1px solid rgb(229, 229, 229);
    width: 20%;
    box-sizing: border-box;
    padding: 15px 5px;
    text-align: center;
}

.prodetails .right .title {
}

.prodetails .right .pro-link {
    margin: 0px 19px;
}

.prodetails .right .pro-link:first-child {
    margin-left: 0px;
}

.prodetails .right .right-list {
}

.prodetails .right .right-list li {
    padding-bottom: 37px;
}

.prodetails .right .right-list .small-title {
    padding-left: 15px;
    background: url("../images/link.jpg") left center / auto 100% no-repeat;
    line-height: 1;
    font-family: PingFangBold;
    color: rgb(0, 0, 0);
    margin-bottom: 22px;
}

.prodetails .right .right-list .autoplay {
    height: 170px;
    overflow: hidden;
}

.prodetails .right .right-list .autoplay a {
    border: 0px;
    padding: 10px;
    font-size: 14px;
    line-height: 2;
    color: rgb(51, 51, 51);
}

.prodetails .right .right-list .autoplay a:first-child {
    margin-left: 40px;
}

.prodetails .right .right-list .autoplay a img {
    border: 1px solid rgb(239, 239, 239);
    margin: 0px 0px 10px;
    height: auto;
}

.prodetails .right .right-list .desc {
    color: rgb(0, 0, 0);
}

.prodetails .right .right-list dd {
    width: 46%;
}

.prodetails .right .right-list .name {
    background: url("../images/pdf.png") left center no-repeat;
    line-height: 40px;
    padding-left: 30px;
    box-sizing: border-box;
}

.prodetails .right .right-list .doing-button {
}

.pro-store-list {
}

.pro-store-list a {
    width: calc(33.3% - 8px);
    line-height: 60px;
    text-align: center;
    color: rgb(255, 255, 255);
    display: block;
}

.pro-store-list a:hover {
    opacity: 0.8;
}

.pro-store-list a img {
    margin-right: 5px;
}

.prodetails .right .right-list .look {
    margin-right: 13px;
    color: rgb(0, 0, 0);
}

.prodetails .right .right-list .download {
    color: rgb(0, 116, 186);
}

.prodetails .left {
    width: 49%;
    float: left;
    position: relative;
}

.prodetails .swiper-button-next {
    right: 0px;
    background: url("../images/prev.png") 0% 0% / 100% 100%;
    width: 20px;
    height: 100%;
    border-radius: 0px;
    top: 0px;
    margin-top: 0px;
}

.prodetails .swiper-button-next:hover {
    background: url("../images/prev1.png");
}

.prodetails .swiper-button-prev {
    left: 0px;
    background: url("../images/next.png") 0% 0% / 100% 100%;
    width: 20px;
    height: 100%;
    border-radius: 0px;
    top: 0px;
    margin-top: 0px;
}

.prodetails .swiper-button-prev:hover {
    background: url("../images/next11.png");
}

.prodetails .smallView {
    position: relative;
}

#bigView {
    position: absolute;
    border: 1px solid rgb(221, 221, 221);
    overflow: hidden;
    z-index: 29;
    background-color: rgb(255, 255, 255);
    width: 500px;
    height: 500px;
}

#bigView img {
    position: absolute;
    max-width: 300%;
    width: 1170px;
}

.prodetails .left #bigView {
    border: 1px solid rgb(215, 215, 215);
    box-sizing: border-box;
}

.prodetails .left #smallView {
    width: calc(100% - 50px);
    margin: 20px auto 0px;
}

.prodetails .left #smallView .swiper-slide {
    border: 1px solid rgb(215, 215, 215);
    box-sizing: border-box;
}

.prodetails .left #smallView .swiper-slide.swiper-slide-active {
    border-color: rgb(34, 34, 34);
}

.prodetails .left a {
    display: block;
}

.contact_eng .left1 {
    float: left;
    width: 56%;
    border: 1px solid rgb(229, 229, 229);
}

.prodetails {
    align-content: baseline;
}

.prodetails .right {
    float: right;
}

.prodetails .right .title {
    font-size: 42px;
    font-family: PingFangBold;
    color: rgb(34, 34, 34);
}

.preview {
    width: 100%;
    margin-right: 50px;
    border: 1px solid rgb(215, 215, 215);
    position: relative;
}

.smallImg {
    position: relative;
    height: 100px;
    margin-top: 1px;
    padding: 8px 0px;
    width: 100%;
}

.scrollbutton, .slick-arrow {
    height: 45px;
    width: 45px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    left: -15px;
    z-index: 10;
    top: calc(50% - 22.5px);
}

.slick-arrow {
    left: 0px !important;
    top: calc(40% - 22.5px) !important;
}

.slick-next {
    left: auto !important;
    right: 0px !important;
}

.scrollbutton.smallImgUp, .slick-arrow, .scrollbutton.smallImgUp.disabled {
    background: url("../images/icon-pro-prev.png") left center no-repeat;
}

.scrollbutton.smallImgDown, .slick-next, .scrollbutton.smallImgDown.disabled {
    background: url("../images/icon-pro-prev.png") left center no-repeat;
    position: absolute;
    top: calc(50% - 22.5px);
    left: auto;
    right: -15px;
    transform: rotate(180deg);
}

.scrollbutton.smallImgDown:hover, .slick-next:hover, .scrollbutton.smallImgDown.disabled:hover {
    background: url("../images/icon-pro-prev-active.png") left center no-repeat;
}

.scrollbutton.smallImgUp:hover, .slick-prev:hover, .scrollbutton.smallImgUp.disabled:hover {
    background: url("../images/icon-pro-prev-active.png") left center no-repeat;
}

.pro1-d {
    margin: 30px 0px;
}

#imageMenu {
    height: 110px;
    width: 100%;
    overflow: hidden;
    margin-left: 0px;
}

#imageMenu ul {
    margin-left: -5px;
    white-space: nowrap;
}

#imageMenu li {
    height: 110px;
    width: 165px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    position: relative;
}

#imageMenu li:first-child {
    margin-left: 2px;
}

#imageMenu li img {
    width: 160px;
    height: 110px;
    cursor: pointer;
    border: 1px solid rgb(239, 239, 239);
    box-sizing: border-box;
    position: relative;
}

#imageMenu li .play {
    content: "";
    background: url("../images/icon-play.png") 0% 0% / 100% 100%;
    width: 25px;
    height: 25px;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 12.5px);
    z-index: 10;
}

#imageMenu li#onlickImg img, #imageMenu li:hover img {
    border: 1px solid rgb(0, 116, 186);
}

.bigImg {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 68%;
}

.bigImg #midimg, .video_sum video {
    max-height: 100%;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
}

.video_sum {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 100%;
    background: rgb(0, 0, 0);
    z-index: 6;
}

@media (max-width: 1500px) {
    .nav-cat ul {
        width: 260px;
        padding-top: 40px;
        margin-left: 100px;
    }

    .f_nav .f_cont .lt .list a {
        line-height: 2;
    }

    .nav-cat ul {
        margin-left: 100px;
    }

    .nav-dropdown .to {
        line-height: 20px;
        padding: 10px;
        bottom: -50px;
    }

    .f_nav .f_cont .f_zhong .f-t {
        font-size: 18px;
    }

    .nav-sub-cat .hd {
        width: 250px;
        height: 550px;
    }

    .nav-cat ul > li > a {
        padding: 8px 30px 8px 25px;
        font-size: 14px;
    }

    .nav-sub-cat .hd li a {
        position: relative;
        display: block;
        height: 35px;
        line-height: 35px;
        padding-left: 40px;
        padding-right: 40px;
        font-size: 14px;
    }

    .f_nav .f_cont {
        margin-top: 20px;
    }

    .f_nav .f_cont .gt .item {
        width: 130px;
        height: 55px;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .nav-sub-cat {
        height: 550px;
    }

    .drop-show-body {
        padding: 20px 40px;
    }
}

.pro-details {
    margin: 15px 0px;
}

.pro-details .details {
    width: calc(100% - 440px);
    background: rgb(255, 255, 255);
    position: relative;
    padding: 60px 25px;
    box-sizing: border-box;
}

.pro-details .details-nav {
    border-bottom: 1px solid rgb(229, 229, 229);
    line-height: 60px;
    position: absolute;
    top: 0px;
    left: 25px;
    background: rgb(255, 255, 255);
    width: calc(100% - 50px);
}

.pro-details .details-nav a {
    margin-right: 40px;
    border-bottom: 3px solid transparent;
    margin-bottom: -1px;
    box-sizing: border-box;
}

.pro-details .details-nav a:hover, .pro-details .details-nav a.on {
    border-bottom-color: rgb(0, 116, 186);
    color: rgb(0, 116, 186);
}

.details-pic-list .tit {
    color: rgb(0, 116, 186);
    padding: 20px 0px;
}

.pro-details .hot {
    width: 420px;
}

.pro-details .tuijian-modul {
    background: rgb(255, 255, 255);
}

.pro-details .tuijian-modul .tit {
    font-family: PingFangBold;
    color: rgb(0, 116, 186);
    padding: 10px 20px;
    line-height: 50px;
    box-sizing: border-box;
    position: relative;
    border-bottom: 3px solid rgb(0, 116, 186);
}

.pro-details .tuijian-modul .tit::after {
    content: "";
    width: 30%;
    height: 3px;
    position: absolute;
    bottom: -3px;
    right: 0px;
    background-color: rgb(231, 4, 4);
    z-index: 2;
}

.tuijian-modul .pro-list-section {
    box-sizing: border-box;
    padding: 30px 25px 0px;
}

.tuijian-modul .pro-list-section li {
    width: 100%;
    margin: 0px 0px 30px !important;
}

.contact-modul {
    background: rgb(255, 255, 255);
    margin-top: 20px;
}

.contact-modul-list {
    padding: 10px 0px 25px;
}

.contact-modul .content {
    padding: 25px 40px 40px;
    box-sizing: border-box;
}

.contact-modul .title {
    line-height: 1.5;
    font-family: PingFangBold;
}

.contact-modul-list li {
    background: left center / 20px 20px no-repeat;
    padding: 5px 0px 5px 30px;
    color: rgb(0, 0, 0);
}

.contact-modul .to {
    display: block;
    line-height: 55px;
    text-align: center;
    background: rgb(0, 116, 186);
    color: rgb(255, 255, 255);
}

.case-container {
    position: relative;
}

.case-container .bg {
    width: 100%;
}

.case-container .bg video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.case-container .bg .video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.case-container .bg .swiper-slide {
    height: 950px;
    text-align: center;
    color: rgb(255, 255, 255);
}

.case-container .bg .swiper-slide::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.case-container .bg .swiper-slide::after {
    content: "";
    background: url("../images/banner-case-radius.png") center top / 100% no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 6;
}

.case-container .bg .content {
    width: 31%;
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
}

.case-container .bg .cn {
}

.case-container .bg .en {
    padding: 10px 0px 25px;
    font-weight: lighter;
}

.case-container .bg .desc {
    text-align: left;
    line-height: 2;
}

.case-container .bg .button-sum {
    padding-top: 70px;
}

.case-container .bg .button-sum a {
    background: url("../images/icon-button.png") left center no-repeat;
    padding: 10px 0px 10px 50px;
    color: rgb(255, 255, 255);
    margin: 0px 35px;
}

.case-container .bg .button-sum a:hover {
    background-image: url("../images/icon-button-active.png");
}

.case-container .list {
    position: absolute;
    width: 100%;
    height: 140px;
    background: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    z-index: 10;
    bottom: 0px;
    left: 0px;
}

.case-container .list .swiper-slide {
    cursor: pointer;
}

.case-container .list .box {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0px);
}

.case-container .list .before {
    height: 140px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    text-align: center;
    padding: 15px 0px 0px;
    box-sizing: border-box;
}

.case-container .list .before .icon {
    width: 65px;
    margin: 0px auto 8px;
}

.case-container .list .before .name {
    font-size: 22px;
    color: rgb(255, 255, 255);
}

.case-container .list .after {
    position: relative;
    bottom: 0px;
    width: 100%;
    transform: scale(0.5);
    transform-origin: center bottom;
    transition: all 0s ease 0s;
    opacity: 0;
}

.case-container .list .after-wrapper {
}

.case-container .list .swiper-slide-active .after {
    transform: scale(1);
    opacity: 1;
    transition: all 0.8s ease 0s;
}

.case-container .list .after-lan {
    background: url("../images/case-active-bg.png") center center / cover no-repeat;
    color: rgb(255, 255, 255);
    text-align: center;
    padding-top: 72px;
    box-sizing: border-box;
    border-bottom: 4px solid rgb(255, 1, 1);
}

.case-container .list .after .icon {
    width: 90px;
    height: 90px;
    background: padding-box rgb(255, 255, 255);
    border-radius: 50%;
    box-sizing: border-box;
    padding: 13px;
    position: absolute;
    top: calc(50% - 45px);
    left: calc(50% - 45px);
    border: 5px solid rgba(255, 255, 255, 0.4);
}

.case-container .list .after .after-lan {
    height: 165px;
}

.case-container .list .after .cn {
    font-size: 22px;
}

.case-container .list .after .en {
    padding-top: 10px;
}

.about-section {
}

.about1-section {
}

@keyframes Tmouse {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-8px);
    }
}

.about1-section .left {
    width: 45%;
}

.about1-section .right {
    height: 700px;
    width: 45%;
    background: center center / cover no-repeat;
    position: relative;
}

.about1-section .arrow {
    position: absolute;
    background: rgb(0, 116, 186);
    width: 70px;
    height: 100%;
    top: 0px;
    right: 0px;
}

.about1-section .arrows-icon {
    width: 100%;
    display: inline-block;
    text-align: center;
    animation: 0.9s cubic-bezier(0.56, 0.01, 0.46, 1) 0s infinite alternate none running Tmouse;
}

.about1-section .common-title-container {
    text-align: left;
    padding: 0px;
}

.about1-section .year {
    color: rgb(78, 78, 78);
    font-family: PingFangBold;
    position: relative;
    text-align: right;
    margin: 15px 0px 20px;
}

.about1-section .year::before {
    content: "";
    position: absolute;
    width: 200%;
    right: 200px;
    top: 50%;
    height: 1px;
    background: rgb(229, 229, 229);
}

.about1-section .year span {
    color: rgb(255, 1, 1);
}

.about1-section .about-info {
    color: rgb(68, 68, 68);
    line-height: 1.7;
}

.about1-section {
    padding: 120px 0px 180px;
}

.about2-section {
    background: url("../images/about2.png") center top / 100% no-repeat;
}

.about2-section .common-title-container {
    padding: 130px 0px 140px;
}

.about2-section .common-title-container * {
    color: rgb(255, 255, 255);
    text-align: left;
}

.about2-section {
    overflow: hidden;
}

.about2-section .list {
    background: rgb(255, 255, 255);
    position: relative;
}

.about2-section .list::after {
    content: "";
    position: absolute;
    left: 100%;
    width: 30%;
    height: 100%;
    top: 0px;
    background: rgb(255, 255, 255);
}

.about2-section .list li {
    padding-bottom: 130px;
}

.about2-section .list li:first-child {
    align-items: start;
}

.about2-section .list li:nth-child(2n) {
    flex-direction: row-reverse;
}

.about2-section .list .picture {
    width: 51%;
}

.about2-section .list .content {
    width: 47%;
    padding: 0px 2.5%;
    position: relative;
    box-sizing: border-box;
}

.about2-section .list .icon {
    width: 30px;
    padding-top: 10px;
}

.about2-section .list .slogan {
    color: rgb(225, 17, 17);
    font-family: PingFangBold;
    padding: 15px 0px;
}

.about2-section .list .title {
    font-family: PingFangBold;
    padding-bottom: 30px;
}

.about2-section .list .desc {
    line-height: 1.8;
}

.about2-section .wrapper {
    background: url("../images/about7.jpg") left bottom / auto 75% no-repeat;
}

.about3-section {
    background: url("../images/about8.jpg") center center / cover no-repeat;
    padding: 90px 0px 120px;
}

.about3-section .list {
}

.about3-section .list li {
    display: inline-block;
    vertical-align: top;
    color: rgb(102, 102, 102);
    padding-left: 150px;
}

.about3-section .list span {
    font-size: 50px;
    font-family: "AvantGarde CE";
    color: rgb(225, 17, 17);
    display: inline-block;
    margin-right: 2px;
}

.about3-section .list div {
    color: rgb(51, 51, 51);
    margin-top: 10px;
}

.about4-section {
    padding: 10vh 0px 20vh;
    overflow: hidden;
    position: relative;
    text-align: left;
    background: center center / cover no-repeat;
}

.video-sum .video {
    display: none;
}

.video-sum .video.on {
    display: block;
}

.video-sum .video-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    background: center center / cover no-repeat;
}

.about4-section .box {
    align-items: initial;
}

.about4-container {
    border-radius: 10px;
    background: url("../images/icon-radius.png") left top no-repeat rgba(0, 116, 186, 0.95);
    box-sizing: border-box;
    padding: 80px 50px 50px;
    width: 500px;
    position: relative;
    color: rgb(255, 255, 255);
}

.about4-container .title {
    font-family: PingFangBold;
}

.about4-container .desc {
    line-height: 2;
    margin-top: 20px;
}

.about4-section .video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.about4-section .swiper-button {
    background: url("../images/prev1.png") 0% 0% / 100% 100%;
    width: 50px;
    height: 50px;
    top: auto;
    bottom: -25px;
    margin: 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
}

.about4-section .swiper-button:hover {
    background: url("../images/prev-active.png") 0% 0% / 100% 100% no-repeat;
}

.about4-section .swiper-button-prev:hover {
    transform: rotate(0deg);
}

.about4-section .swiper-button-next:hover {
    transform: rotate(180deg);
}

.about4-section .swiper-button-prev {
    left: 50px;
    transform: rotate(180deg);
}

.about4-section .swiper-button-next {
    left: 120px;
    transform: rotate(0deg);
}

.about4-section::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgb(0, 0, 0);
    opacity: 0.15;
    z-index: 1;
}

.about4-section .box {
    position: relative;
    z-index: 2;
}

.about4-section .common-title {
    color: rgb(255, 255, 255);
    text-align: left;
}

.about4-title {
    width: calc(100% - 500px);
    color: rgb(255, 255, 255);
}

.about-list .fancybox {
    padding: 20px;
    box-sizing: border-box;
}

.about4-section .list {
    padding: 0px;
    box-sizing: border-box;
}

.about4-section .list li {
    padding: 30px 0px;
    position: relative;
    font-family: PingFangBold;
    box-sizing: border-box;
}

.about4-section .list .icon {
    margin-right: 20px;
}

.about4-section .list li::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0px;
    height: 1px;
    background: rgb(255, 255, 255);
}

.about4-section .list li.on {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.about4-section .list li.on::after {
    animation: 9.3s linear 0s 1 alternate none running line;
}

.about4-section .list li > div {
    opacity: 0.5;
}

.about4-section .list li.on > div {
    opacity: 1;
}

@keyframes line {
    0% {
        width: 0px;
    }
    100% {
        width: 100%;
    }
}

.about-list {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding-top: 40px;
}

.about-list li {
    display: none;
}

.about-list li.on {
    display: block;
}

.about-list .fancybox img {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 20px;
}

.about-list .swiper-button {
    background-image: url("../images/prev.png");
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    border-radius: 50%;
}

.about-list .swiper-button:hover {
    background-image: url("../images/prev-active.png");
}

.about-list .swiper-button-prev {
    left: 0px;
}

.about-list .swiper-button-prev:hover {
    transform: rotate(0deg);
}

.about-list .swiper-button-next {
    right: 0px;
    transform: rotate(180deg);
}

.about2-nav {
    width: 300px;
    margin: 40px auto 0px;
}

.about2-nav a {
    width: 150px;
    font-family: PingFangBold;
    color: rgb(51, 51, 51);
    border-top: 3px solid rgb(232, 236, 243);
    text-align: center;
    padding: 12px 0px;
}

.about2-nav a.on {
    color: rgb(0, 116, 186);
    border-color: rgb(0, 116, 186);
}

.about2-section .no {
    text-align: center;
    -webkit-text-stroke: 1px rgb(232, 232, 232);
    color: transparent;
    line-height: 1;
    font-size: 150px;
    position: absolute;
    top: 0px;
    right: 2.5%;
    font-family: "PingFang Heavy";
}

.case1-section {
    padding: 100px 0px;
    background: rgb(243, 246, 252);
}

.case2-section {
    padding: 50px 0px 100px;
}

.case1-section .box {
    align-items: start;
}

.case1-section .left {
    width: 45%;
}

.case1-section .common-title-container {
    text-align: left;
    padding: 0px;
}

.case1-section .common-title {
    padding: 30px 0px;
}

.case1-section .type {
    color: rgb(0, 116, 186);
    font-family: PingFangBold;
}

.case1-section .case-info {
    color: rgb(68, 68, 68);
    line-height: 2;
}

.case1-section .right {
    height: 700px;
    width: 43%;
    background: center center / cover no-repeat;
}

.case3-section {
}

.case3-section .bg {
    background: center center / cover no-repeat;
    width: 100%;
    padding-top: 40%;
}

.case3-section .iphone-bg {
    display: none;
}

.case3-section .content {
    position: absolute;
    transform: translateY(-50%);
    left: 7%;
    top: 50%;
    z-index: 3;
}

.case3-section .icon-hot {
    width: 50px;
    height: 25px;
    line-height: 25px;
    background: rgb(0, 116, 186);
    border-radius: 5px;
    text-align: center;
    color: rgb(255, 255, 255);
}

.case3-section .swiper-slide {
    position: relative;
}

.case3-section .title {
    color: rgb(0, 0, 0);
    font-family: PingFangBold;
    padding: 20px 0px;
}

.case3-section .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.3);
}

.case3-section .desc-list {
    color: rgb(0, 0, 0);
}

.case3-section .desc-list li {
    padding: 5px 0px 5px 15px;
    background: url("../images/icon-case-radius.png") left center no-repeat;
}

.case3-section .more {
    position: relative;
    padding-left: 50px;
    margin-top: 40px;
    line-height: 33px;
}

.case3-section .icon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 33px;
    height: 33px;
    background: url("../images/icon1.png") 0% 0% / 100% 100%;
    transition: all 0.4s ease 0s;
    transform: rotate(-45deg) !important;
}

.case3-section a:hover .icon {
    background: url("../images/icon2.png") 0% 0% / 100% 100%;
    transform: rotate(0deg) !important;
}

.case4-section {
    padding: 100px;
    box-sizing: border-box;
}

.case4-section .content {
    width: 100%;
    background: rgb(255, 255, 255);
    border-top: 3px solid rgb(0, 116, 186);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
    box-sizing: border-box;
    padding: 53px;
    border-radius: 5px;
    align-items: initial;
}

.case4-section .left {
    width: 38%;
    background: url("../images/case1.png") center center / cover no-repeat;
    padding: 35px 70px 35px 35px;
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    position: relative;
}

.case4-section .icon {
    width: 50px;
    margin: 20px 0px;
}

.case4-section .title {
    font-size: 22px;
    font-family: PingFangBold;
    padding: 30px 0px 20px;
}

.case4-section .desc {
    color: rgb(68, 68, 68);
    line-height: 1.8;
}

.case4-section .info {
    position: absolute;
    left: 35px;
    bottom: 35px;
    font-family: PingFangBold;
}

.case4-section .right {
    width: 55%;
}

.case4-section .textarea {
    resize: none;
    background: rgb(255, 255, 255);
    line-height: 20px;
    padding: 20px;
    border: 1px solid rgb(238, 238, 238);
    border-radius: 5px;
    margin-bottom: 20px;
    display: block;
    height: 140px;
    width: 100%;
    box-sizing: border-box;
}

.case4-section .text {
    background: rgb(255, 255, 255);
    line-height: 20px;
    padding: 20px;
    border: 1px solid rgb(238, 238, 238);
    border-radius: 5px;
    margin-bottom: 12px;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.case4-section .submit {
    width: 100%;
    background: rgb(0, 116, 186);
    line-height: 20px;
    padding: 15px;
    border: 0px;
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 5px;
    display: block;
}

.index-pro2-list {
    align-items: initial;
}

.index-pro2-list li {
    background: rgb(255, 255, 255);
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    height: 54vh;
}

.index-pro2-list .a::before {
    content: "";
    display: block;
    position: absolute;
    background: url("../images/icon-blue.png") center top / 100% 100% no-repeat;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
    opacity: 0;
    transition: all 0.45s ease 0s;
}

@keyframes myanimation1 {
    0% {
        left: 0px;
    }
    100% {
        left: 10px;
    }
}

.index-pro2-list .content {
    color: rgb(0, 0, 0);
    text-align: center;
    padding-bottom: 1vh;
}

.index-pro-list .content1 {
    padding: 35px 30px 15px;
    position: relative;
    z-index: 3;
}

.index-pro-list .swiper-pagination {
    display: none;
}

.index-pro-list .a {
    display: block;
    position: relative;
    cursor: pointer;
}

.index-pro-list .picture {
    position: relative;
}

.index-pro2-list .text-list {
    display: block;
    position: absolute;
    top: 20px;
    left: 30px;
    width: calc(100% - 60px);
    z-index: 6;
    opacity: 0;
    transition: all 0.45s ease 0s;
}

.index-pro2-list li:hover .text-list {
    opacity: 1;
}

.index-pro2-list li:hover .a::before {
    opacity: 1;
}

.index-pro2-list a {
    width: 48%;
    color: rgb(255, 255, 255);
    line-height: 20px;
    margin: 10px 0px;
}

.index-pro2-list span {
    display: inline-block;
    border: 1px solid transparent;
}

.index-pro-list a:hover span {
    border-bottom: 1px solid rgb(255, 255, 255);
}

.index-pro-list li:hover .content {
    color: rgb(255, 255, 255);
}

.index-pro-list .title {
    font-family: PingFangBold;
}

.index-pro-list .desc {
    padding: 10px 0px;
}

.index-pro-list .picture {
}

.index-case-section .index-title {
    height: 30vh;
    padding-top: 80px;
    box-sizing: border-box;
}

.index-pro4-list {
    background: url("../images/pro8.png") 0% 0% / 100% no-repeat;
    padding: 6.8% 5.1% 7% 5.3%;
    box-sizing: border-box;
    height: 54vh;
}

.index-pro4-list li {
    width: 100%;
    position: relative;
    height: 13.6vw;
}

.index-pro4-list .before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: rgb(0, 0, 0);
    text-align: center;
}

.index-pro4-list .before p {
    margin-top: 10px;
}

.index-pro4-list img {
    max-width: 75px;
}

.index-pro4-list .after {
    width: 100%;
    padding-top: 100%;
    position: absolute;
    background: rgba(0, 116, 186, 0.85);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    z-index: 5;
    box-sizing: border-box;
    opacity: 0;
    transition: all 0.4s ease 0s;
    transform: translate(-50%, -50%);
}

.index-pro4-list .swiper-slide:hover .after {
    opacity: 1;
}

.index-pro4-list .after a {
    display: block;
    text-align: center;
    width: 100%;
    color: rgb(255, 255, 255);
    margin: 10px 0px;
}

.index-pro4-list .more {
    margin-top: 7%;
}

.index-pro3-list {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: left;
}

.index-pro3-list .a {
    position: relative;
    overflow: hidden;
    height: 54vh;
}

.index-pro3-list .a::after {
    content: attr(data-text);
    position: absolute;
    bottom: -10%;
    left: 0px;
    width: 100%;
    text-align: center;
    font-size: 250px;
    color: rgb(108, 174, 214);
    line-height: 1;
    opacity: 0.1;
    transition: all 0.45s ease 0s;
    font-family: Roboto;
}

.index-pro3-list .a.on .line {
    opacity: 0;
    transform: translateY(20px);
}

.index-pro3-list .a::before {
    content: "";
    display: block;
    position: absolute;
    background: 0% 0% / 100% 100% rgba(0, 116, 186, 0.4);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
    opacity: 0;
    transition: all 0.45s ease 0s;
}

.index-pro3-list .a.on::after {
    opacity: 0.2;
}

.index-pro3-list .line {
    width: 20px;
    height: 3px;
    background: rgb(0, 116, 186);
    display: block;
    margin-top: 2vh;
    transform: translateY(0px);
    transition: all 0.3s ease 0s;
}

.index-pro3-list .content {
    color: rgb(0, 0, 0);
    text-align: left;
    position: relative;
    z-index: 4;
    padding: 6vh 28px;
    height: 54vh;
    box-sizing: border-box;
}

.index-pro3-list .item-more {
    width: calc(100% - 52px);
    border-bottom: 1px solid rgb(255, 255, 255);
    padding: 12px 0px;
    transform: translateY(20px);
    transition: all 0.3s ease 0s;
    opacity: 0;
    position: absolute;
    bottom: 5%;
}

.index-pro3-list .content1 {
    padding: 0px;
    position: relative;
    z-index: 3;
    color: rgb(255, 255, 255);
}

.index-pro3-list .swiper-pagination {
    display: none;
}

.index-pro3-list-list .a {
    display: block;
    position: relative;
    cursor: pointer;
}

.index-pro3-list .text-list {
    display: block;
    position: static;
    text-align: left;
    width: 100%;
    opacity: 0;
    padding: 2.5vh 0px 7vh;
    transform: translateY(20px);
    transition: all 0.3s ease 0s;
}

.index-pro3-list .a.on .text-list, .index-pro3-list .a.on .item-more {
    transform: translateY(0px);
    opacity: 1;
}

.index-pro3-list .a.on::before {
    opacity: 1;
}

.index-pro3-list a {
    width: 48%;
    color: rgb(255, 255, 255);
    line-height: 20px;
    margin: 10px 0px;
}

.index-pro3-list span {
    display: inline-block;
    border: 1px solid transparent;
}

.index-pro3-list a:hover span {
    border-bottom: 1px solid rgb(255, 255, 255);
}

.index-pro3-list li:hover .content {
    color: rgb(255, 255, 255);
}

.tech_list {
    height: 75vh;
    width: 100%;
    overflow: hidden;
    margin-top: -5vh;
}

.tech_list .icon {
    width: 65px;
    margin: 0px auto 30px;
}

.tech_list li {
    overflow: hidden;
    display: inline-block;
    height: 80vh;
    background: url(".") center center / cover no-repeat;
    position: relative;
    margin-left: -4px;
    width: 18.5vw;
    transition: width 0.4s ease 0s, margin-left 0.3s ease 0s;
}

.tech_list.init li {
    width: 20%;
}

.tech_list li::after {
    content: "";
    background: rgb(0, 0, 0);
    opacity: 0.5;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.tech_list li.on::after {
    opacity: 1;
    transition: all 0.5s ease 0.2s;
    background: rgba(0, 116, 186, 0.9);
}

.tech_list {
    white-space: nowrap;
    width: calc(100% + 6px);
}

.tech_list li a {
    display: block;
    width: 42vw;
    cursor: default;
    color: rgb(255, 255, 255);
    transition: all 0.4s ease 0s;
}

.tech_list li.on {
    white-space: normal;
}

.tech_list.on li:nth-child(5), .tech_list li.on {
    width: 27.5%;
    transition: width 0.4s ease 0s, margin-left 0.3s ease 0.2s;
}

.tech_list li.on:nth-child(5) {
    position: relative;
    z-index: 5;
}

.tech_list li:nth-child(5) {
    width: 27vw;
}

.tech_list_wraperr {
    width: 100%;
    overflow: hidden;
    color: rgb(255, 255, 255);
}

.tech_list .content {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 90%;
}

.tech_list a {
    cursor: pointer;
}

.tech_list .t1 {
    font-family: PingFangBold;
}

.tech_list .t2 {
    font-family: PingFangBold;
    padding: 10px 0px 20px;
}

.tech_list .t3 {
    opacity: 0;
    height: 0px;
    overflow: hidden;
    transition: opacity 0s ease 0s;
    -webkit-box-orient: vertical;
    line-height: 30px;
    transform: translateY(40px);
}

.tech_list .t4 {
    opacity: 0;
    height: 0px;
    overflow: hidden;
    width: 35px;
    height:35px;
    margin: auto;
    margin-top: 8vh;
    transition: opacity 0s ease 0s;
    transform: translateY(-80px);
    cursor: pointer;
    overflow:hidden
}
.tech_list .t4 img{
    display:block;
    width:100%;
    border-radius:100%;
    overflow:hidden;
    height:100%;
    /* transition: all .45s .2s; */
    transform-origin: center center;
}
.tech_list .t4:hover img{
    transform:scale(1.8)
}
.tech_list li.on .t3 {
    height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
}

.tech_list li.on .t4, .tech_list li.on .t3 {
    /* height: auto; */
    opacity: 1;
    transition: opacity 0.3s ease 0.5s, transform 0.6s ease 0.4s;
    transform: translateY(0px);
}

.tech_list li.on .t4{
    /* height: 35px; */
}
.index-home-section {
    padding-top: 0px;
}

.index-home-section .swiper-slide {
    background: center center / cover no-repeat;
}

.loading {
    text-align: center;
}

.loading .cn {
    font-family: PingFangBold;
    font-size: 34px;
    display: inline-block;
}

.loading.hide {
    z-index: -100;
}

.loading.hide1 .text {
}

.loading.hide1 {
    background: center center / 204px no-repeat rgb(255, 255, 255);
    mix-blend-mode: screen;
}

.loading {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    position: fixed;
    top: 50%;
    left: -50px;
    z-index: 100;
    opacity: 1;
    overflow: hidden;
}

.loading .animate-logo {
    width: 90%;
    position: absolute;
    top: 38%;
    left: 50%;
    max-width: 204px;
    transform: translate(-50%, -50%);
    z-index: 5;
    transition-property: all, opacity;
    transition-duration: 2s, 0s;
}

.loading .a14.animate-logo-hide {
    display: none;
}

.loading .a11 {
    display: none;
}

.loading .a11.animate-logo-hide {
    display: block;
    margin-top: 55px;
}

.loading.hide1 .animate-logo {
    opacity: 0;
}

.loading.hide1 .animate-logo {
    opacity: 0;
}

.loading.hide1 .loading-logo1 {
    opacity: 1;
    top: 100%;
    left: 50%;
    max-width: 400%;
    width: 400%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
}

.loading.animate-loading {
    width: 250vh;
    max-width: 250vh;
    height: 250vh;
    top: 50%;
    left: 50%;
    margin-top: 0px;
    border-radius: 0px;
    transform: translate(-50%, -45%) rotate(720deg);
    animation: 2s ease-in-out 0s 1 alternate none running loading-start;
    transform-origin: center center;
}

@keyframes loading-start {
    0% {
        top: 50%;
        left: 0%;
        border-radius: 50%;
        width: 200px;
        height: 200px;
        margin-top: 0px;
        transform: translate(-50%, -50%) rotate(0deg);
    }
    55% {
        top: 50%;
        left: 50%;
        border-radius: 50%;
        width: 200px;
        height: 200px;
        transform: translate(-50%, -50%) rotate(720deg);
    }
    98% {
        width: 250vh;
        height: 250vh;
        top: 50%;
        left: 50%;
        margin-top: 0px;
        transform: translate(-50%, -45%) rotate(720deg);
        border-radius: 50%;
    }
    100% {
        width: 250vh;
        height: 250vh;
        top: 50%;
        left: 50%;
        margin-top: 0px;
        border-radius: 0px;
        transform: translate(-50%, -45%) rotate(720deg);
    }
}

.loading .content {
    position: absolute;
    top: 44.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    opacity: 0;
    transition: opacity 1s ease 0s;
}

.animate-loading1 .content {
    opacity: 1;
}

.loading-logo {
    opacity: 0;
    display: block;
    width: 90%;
    position: absolute;
    top: 32%;
    left: 50%;
    max-width: 204px;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.loading.animate-loading .loading-logo {
}

main {
    display: none;
}

.footer-container, header {
    display: none;
}

body.loadingEnd main, body.loadingEnd .footer-container, body.loadingEnd header {
    display: block;
}

body.show main, body.show .footer-container, body.show header {
    display: none;
}

body.show {
    height: 100vh;
    overflow: hidden;
}

.header, .navigation_list {
    transition: all 0.5s ease 0s;
}

.header.gobottom {
    margin-top: 0px;
}

.header.gotop {
    margin-top: -200px;
}

.body-container {
    position: relative;
    overflow: hidden;
    padding-top: 75px;
    z-index: 1;
}

.nav-section {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 6;
    width: 100%;
}

.navigation_list.fixed.gobottom {
    margin-top: 0px;
}

.navigation_list.fixed.gotop {
    margin-top: -200px;
}

body.ff0101 {
    background: rgb(0, 116, 186);
}

.loading .text {
    font-style: normal;
    background: linear-gradient(-55deg, rgb(0, 116, 186) 0%, rgb(255, 1, 1) 100%) text;
    color: transparent;
    display: inline-block;
    animation: example1 3s linear infinite;
    padding-top: 150px;
}

.loading .cn {
    letter-spacing: 1vw;
    opacity: 0;
    margin-left: 0px;
    transition: all 1s ease 0s;
}

.loading .en {
    opacity: 0;
    margin-left: 0px;
    letter-spacing: 2px;
    transition: all 1s ease 0s;
}

.loading.animate-loading .cn, .loading.animate-loading .en {
    opacity: 1;
    font-family: PingFangBold;
    font-weight: bold;
}

.loading-logo1 {
    opacity: 0;
}

@keyframes example1 {
    0% {
        background: linear-gradient(-55deg, #0074ba 0%, #ff0101 100%);
        -webkit-background-clip: text;
        color: transparent;
    }
    5% {
        background: linear-gradient(-55deg, #ff0101 0%, #0074ba 5%, #ff0101 55%, #0074ba 100%);
        -webkit-background-clip: text;
        color: transparent;
    }
    10% {
        background: linear-gradient(-55deg, #ff0101 0%, #0074ba 10%, #ff0101 60%, #0074ba 100%);
        -webkit-background-clip: text;
        color: transparent;
    }
    15% {
        background: linear-gradient(-55deg, #ff0101 0%, #0074ba 15%, #ff0101 65%, #0074ba 100%);
        -webkit-background-clip: text;
        color: transparent;
    }
    20% {
        background: linear-gradient(-55deg, #ff0101 0%, #0074ba 20%, #ff0101 70%, #0074ba 100%);
        -webkit-background-clip: text;
        color: transparent;
    }
    15% {
        background: linear-gradient(-55deg, #ff0101 0%, #0074ba 25%, #ff0101 75%, #0074ba 100%);
        -webkit-background-clip: text;
        color: transparent;
    }
    30% {
        background: linear-gradient(-55deg, #ff0101 0%, #0074ba 30%, #ff0101 80%, #0074ba 100%);
        -webkit-background-clip: text;
        color: transparent;
    }
    35% {
        background: linear-gradient(-55deg, #ff0101 0%, #0074ba 35%, #ff0101 85%, #0074ba 100%);
        -webkit-background-clip: text;
        color: transparent;
    }
    40% {
        background: linear-gradient(-55deg, #ff0101 0%, #0074ba 40%, #ff0101 90%, #0074ba 100%);
        -webkit-background-clip: text;
        color: transparent;
    }
    45% {
        background: linear-gradient(-55deg, #ff0101 0%, #0074ba 45%, #ff0101 95%, #0074ba 100%);
        -webkit-background-clip: text;
        color: transparent;
    }
    50% {
        background: linear-gradient(-55deg, #ff0101 0%, #0074ba 50%, #ff0101 100%);
        -webkit-background-clip: text;
        color: transparent;
    }
    55% {
        background: linear-gradient(-55deg, #0074ba 0%, #ff0101 5%, #0074ba 55%, #ff0101 100%);
        -webkit-background-clip: text;
        color: transparent;
    }
    60% {
        background: linear-gradient(-55deg, #0074ba 0%, #ff0101 10%, #0074ba 60%, #ff0101 100%);
        -webkit-background-clip: text;
        color: transparent;
    }
    65% {
        background: linear-gradient(-55deg, #0074ba 0%, #ff0101 15%, #0074ba 65%, #ff0101 100%);
        -webkit-background-clip: text;
        color: transparent;
    }
    70% {
        background: linear-gradient(-55deg, #0074ba 0%, #ff0101 20%, #0074ba 70%, #ff0101 100%);
        -webkit-background-clip: text;
        color: transparent;
    }
    75% {
        background: linear-gradient(-55deg, #0074ba 0%, #ff0101 25%, #0074ba 75%, #ff0101 100%);
        -webkit-background-clip: text;
        color: transparent;
    }
    80% {
        background: linear-gradient(-55deg, #0074ba 0%, #ff0101 30%, #0074ba 80%, #ff0101 100%);
        -webkit-background-clip: text;
        color: transparent;
    }
    85% {
        background: linear-gradient(-55deg, #0074ba 0%, #ff0101 36%, #0074ba 85%, #ff0101 100%);
        -webkit-background-clip: text;
        color: transparent;
    }
    90% {
        background: linear-gradient(-55deg, #0074ba 0%, #ff0101 40%, #0074ba 90%, #ff0101 100%);
        -webkit-background-clip: text;
        color: transparent;
    }
    95% {
        background: linear-gradient(-55deg, #0074ba 0%, #ff0101 45%, #0074ba 95%, #ff0101 100%);
        -webkit-background-clip: text;
        color: transparent;
    }
    100% {
        background: linear-gradient(-55deg, #0074ba 0%, #ff0101 50%, #0074ba 100%);
        -webkit-background-clip: text;
        color: transparent;
    }
}

.date-sum {
    position: relative;
}

.date-sum::after {
    content: "";
    width: 100%;
    height: 1px;
    background: rgb(238, 238, 238);
    position: absolute;
    bottom: 49px;
    left: 0px;
    z-index: 1;
}

.index-process {
    background: rgb(255, 255, 255);
}

.index-process .ting .swiper-slide {
    transition: box-shadow 0.5s ease 0s;
    background: url("../images/about8.png") center top no-repeat;
    padding: 30px 25px 25px;
    box-sizing: border-box;
    height: 400px;
}

.index-process .ting .swiper-slide.active {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
    background: rgb(255, 255, 255);
    padding: 25px;
    border-top: 5px solid rgb(0, 116, 186);
}

.index-process .date-sum .swiper-container {
    width: 100%;
    text-align: center;
    z-index: 5;
    background: transparent !important;
}

.date-sum .swiper-slide {
    padding-top: 54px;
    position: relative;
    font-family: PingFangBold;
    color: rgb(127, 139, 151);
}

.date-sum .swiper-slide::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../images/icon-radius2.png") 0% 0% / 100% 100%;
    border-radius: 50%;
    position: absolute;
    bottom: 29px;
    z-index: 10;
    left: calc(50% - 10px);
}

.date-sum .swiper-slide-active::after {
    background: url("../images/icon-radius1.png") 0% 0% / 100% 100%;
}

.date-sum .swiper-slide-active {
    color: rgb(0, 116, 186);
}

.index-process {
}

.index-process .swiper-container {
    margin: 80px auto;
    width: 99.5%;
    padding-bottom: 10px;
}

.index-process .swiper-slide {
    border-radius: 5px;
    overflow: hidden;
}

.index-process .lans {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}

.index-process .picture {
    display: none;
}

.index-process a:hover {
    cursor: default;
}

.index-process .ting .swiper-slide.active .picture {
    display: block;
    position: absolute;
    width: calc(100% - 50px);
    bottom: 25px;
}

.index-process .date {
    margin-top: -3px;
    line-height: 30px;
    color: rgb(127, 139, 151);
    font-family: PingFangBold;
}

.index-process .date.swiper-container {
    margin-top: -3px;
    line-height: 30px;
    color: rgb(127, 139, 151);
    font-family: PingFangBold;
}

.index-process .ting .swiper-slide.active .date {
    color: rgb(0, 116, 186);
}

.index-process .desc {
    color: rgb(68, 68, 68);
    margin: 160px 0px 30px;
    -webkit-line-clamp: 4;
    line-height: 1.5;
    position: relative;
}

.index-process .ting .swiper-slide.active .desc {
    font-size:16px;
}

.index-process .ting .date::before {
    content: "";
    position: absolute;
    top: 140px;
    background: url("../images/icon-dou.png") 0% 0% / 100% 100%;
    width: 28px;
    height: 22px;
}

.index-process .ting .swiper-slide.active .date::before {
    opacity: 0;
}

.index-process .common-title {
    text-align: left;
    padding-top: 100px;
}

.index-process .ting .swiper-slide.active .desc {
    margin: 10px 0 30px;
}

.index-process .swiper-button-prev, .index-process .swiper-button-next {
    top: auto;
    background: url("../images/prev1.png") 0% 0% / cover;
    bottom: 22px;
    width: 50px;
    height: 50px;
    right: 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
    border-radius: 50%;
}

.index-process .swiper-button-prev {
    transform: rotate(180deg);
    left: 0px;
}

.index-process .swiper-button-prev:hover, .index-process .swiper-button-next:hover {
    background: url("../images/icon2.png") 0% 0% / cover rgb(0, 116, 186);
}

.index-about-section .index-title {
    text-align: left;
}

.index-about-section .index-title .en {
    margin-left: -100px;
    opacity: 0.5;
    text-align: left;
}

.index-about-section .index-title .ch {
    text-align: left;
    position: relative;
    z-index: 3;
    color: rgb(255, 255, 255) !important;
}

.index-about-section .index-title .icon {
    margin-left: 0px;
}

.index-about-section .left {
    width: 50%;
    color: rgb(255, 255, 255);
}

.index-about-section .content {
}

.index-about-section .title {
    font-family: PingFangBold;
    line-height: 1.2;
}

.index-about-section .desc {
    line-height: 1.8;
    padding: 4vh 5% 6vh 0px;
    display: block;
    box-sizing: border-box;
}

.index-about-section .more {
    line-height: 35px;
}

.index-about-section .icons {
    width: 35px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    transform: rotate(-45deg);
    transition: all 0.3s ease 0s;
}

.index-about-section .more:hover .icons {
    transform: rotate(0deg);
}

.index-about-section .right {
    width: 40%;
}

.index-about-section .right li {
    width: 41%;
    border-top: 2px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    padding: 3vh 0px 8vh;
}

.index-about-section .number {
}

.index-about-section .number i {
    vertical-align: top;
    font-family: "AvantGarde CE";
    color: rgb(255, 255, 255);
    font-style: normal;
}

.index-about-section .number span {
    font-size: 70px;
    font-family: PingFangBold;
    color: rgb(255, 255, 255);
}

.serve1-list {
    padding: 70px 0px;
    background: rgb(234, 238, 243);
}

.serve1-list .swiper-slide {
    display: block;
    background: #FFFFFF;
}

.serve1-list .lans {
    padding: 25px;
    box-sizing: border-box;
}

.serve1-list .title {
    font-size: 26px;
    color: rgb(0, 0, 0);
    font-family: PingFangBold;
}

.serve1-list .content {
    margin: 15px 0px;
    line-height: 28px;
    height: 140px;
    color: rgb(68, 68, 68);
    -webkit-line-clamp: 5;
}

.serve1-list .more {
    position: relative;
    margin: 5vh auto 0;
    line-height: 50px;
    width: 170px;
}


.serve1-list .after {
    width: 100%;
    background: #0074ba;
    color: #FFFFFF;
    line-height: 55px;
    padding-left: 20px;
    box-sizing: border-box;
    text-align: center;
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* opacity: 0; */
    transition: all .35s;
    font-size: 16px;
}

.serve1-list a:hover .after {
    opacity: 1;
    padding-left: 30px;
}

.serve1-list .after img {
    vertical-align: top;
    transition: all .35s;
    margin-top: 6px;
}

.serve1-list a:hover .after img {
    margin-left: 10px;
}

.serve2-nav {
    text-align: center;
}

.serve2-nav a {
    color: rgb(102, 102, 102);
    margin: 0px 1.5vw;
    padding: 10px 0px;
    border-bottom: 2px solid transparent;
    font-weight: bold;
    font-size: 22px;
}

.serve2-nav a.on {
    color: rgb(0, 116, 186);
    font-family: PingFangBold;
    border-bottom: 2px solid rgb(0, 116, 186);
}

.serve2-list {
}

.serve2-list li {
    display: inline-block;
    vertical-align: top;
    width: calc(33.3% - 30px);
    margin-right: 27px;
    margin-top: 30px;
    transition: all 0.4s ease 0s;
    position: relative;
}

.serve2-list li:nth-child(3n) {
    margin-right: 0px;
}

.serve2-list a {
    display: block;
    padding: 15px;
    box-sizing: border-box;
    background: rgb(245, 247, 250);
}

.serve2-list .ones {
    color: rgb(0, 0, 0);
    font-family: PingFangBold;
    margin: 13px 0px;
}

.serve2-list .desc {
    color: rgb(102, 102, 102);
    padding: 5px 0px;
    line-height: 20px;
}

.serve2-list .desc img {
    margin-right: 5px;
    vertical-align: top;
    margin-top: 1px;
}

.section-serve1 .content1 {
    background: url("../images/serve1.png") center bottom / cover no-repeat rgb(245, 245, 245);
    padding: 30px 0px 400px;
    background-size: cover !important;
}

.desc-lan {
    text-align: center;
    color: rgb(0, 0, 0);
    font-family: PingFangBold;
}

.desc-lan .d1 {
    display: inline-block;
    background: linear-gradient(-55deg, rgb(0, 116, 186) 0%, rgb(255, 1, 1) 100%) text; /* color: transparent; */
}

.desc-lan .d2 {
    margin-top: 5px;
}

.section-serve3 {
    background: url("../images/s8.png") center center / cover no-repeat;
    padding-bottom: 60px;
}

.section-serve3 .common-title, .section-serve3 .common-desc {
    color: rgb(255, 255, 255);
}

.section-serve3 .common-desc {
    padding-bottom: 0px;
}

.section-serve3 .to {
    margin: auto;
    vertical-align: top;
    font-weight: bolder;
    line-height: 40px;
    padding: 10px 20px 10px 50px;
    color: rgb(255, 255, 255);
    animation: 0.7s linear 0s infinite normal none running myfirst !important;
    background: url("../images/icon-select.png") 18px center / 30px no-repeat rgb(255, 1, 1);
    transition: all 0.3s ease 0s;
    overflow: hidden;
    position: relative;
    min-width: 180px;
    box-shadow: 0 0 30px rgb(0 0 0 / 50%);
    padding-right: 15px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 18px;
}

/* .section-serve3 .to::after {content: "";top: 0px;left: 0px;width: 30%;height: 100%;background: rgba(255, 255, 255, .15);position: absolute;z-index: 3;animation: 0.7s linear 0s infinite normal none running myfirst;transform: skew(-15deg);} */
.section-serve3 .to:hover {
    background-color: rgb(0, 116, 186);
    box-shadow: rgba(228, 228, 228, 0.49) 0px 0px 10px;
}

/*@keyframes myfirst {*/
/*    0%{background-size:26px 26px;background-position-x:20px;}*/
/*    0%{background-size:34px 34px;background-position-x:16px}*/
/*}*/
.serve-modul .serve2-nav {
    color: rgb(221, 221, 221);
    padding: 0px 0px 10px;
    display: block;
}

.serve-modul .serve2-nav a {
    color: rgb(104, 108, 115);
}

.serve-modul .serve2-nav a.on {
    border: 0px;
    color: rgb(0, 116, 186);
}

.select-table {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgb(221, 221, 221);
}

.select-table th, .select-table td {
    box-sizing: border-box; /* border: 1px solid rgb(221, 221, 221); */
    background: #666;
    padding: 17px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

.select-table th {
    font-size: 17px;
    font-weight: bold;
    padding-left: 20px; /* border: 1px solid #fff; */
}

.select-table th:nth-child(1) {
    padding-left: 55px;
}

.select-table ul { /* max-height: 280px; *//* overflow: auto; */
    padding: 17px;
    vertical-align: top;
}

.select-table td {
    background: transparent;
    vertical-align: top;
    padding: 0px;
}

.select-table td:nth-child(1) {
    padding-left: 36px;
}

.select-table li {
    padding: 0px 0px 10px 23px;
    position: relative;
    color: rgb(68, 68, 68);
    cursor: pointer;
}

.select-table li input, .check-item input {
    border: 1px solid rgb(153, 153, 153);
    width: 14px;
    height: 14px;
    position: absolute;
    top: 1px;
    left: 0px;
}

.select-table li input:checked, .check-item input:checked {
    background: url("../images/icon-checkout.png") 0% 0% / 100% 100%;
    border: 0px;
}

.check-item input {
    position: static;
}

.section-serve .button-sum {
    text-align: center;
    padding: 12px 0px;
    border-bottom: 1px solid rgb(221 221 221);
}

.common-title-container1 {
    padding-bottom: 0px;
}

.section-serve {
    position: relative;
}

.common-title-container1 + div {
    padding: 15px 0px 30px;
}

.section-serve .hide-table {
    background: url("../images/icon-select.png") center 10px / 25px no-repeat rgb(230, 0, 18);
    padding: 40px 15px 20px;
    box-sizing: border-box;
    border-radius: 0px 5px 5px 0px;
    width: 50px;
    position: absolute;
    bottom: 5%;
    left: 0px;
    text-align: center;
    color: rgb(255, 255, 255);
    z-index: 5;
}

.table-sum {
    background: url("../images/bg-contact.png") center 10px / cover no-repeat rgba(245, 245, 245, 0.45);
    padding: 50px 0px;
}

.show-container, .table-sum {
    display: none;
}

.table-sum table {
    background: rgb(255, 255, 255);
}

.section-serve .bijiao {
    width: 135px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-sizing: border-box;
    background: rgb(230, 0, 18);
    color: rgb(255, 255, 255);
}

.section-serve .daochu {
    width: 135px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    border: 1px solid rgb(0, 0, 0);
}

.section-serve .button-sum a {
    display: inline-block;
    width: 100px;
    line-height: 45px;
}

.section-serve .button-sum .search {
    color: rgb(0, 0, 0);
}

.section-serve .button-sum .reset {
    background: rgb(237, 13, 13);
    color: rgb(255, 255, 255);
}

.section-serve .button-sum .reset:hover {
    background: rgb(255, 1, 1);
}

.table-ht-scroll {
    width: 100%;
    max-height: 500px;
    overflow: auto;
    font-size: 14px;
    border: 1px solid #ddd;
}

.table-ht-scroll table { /* width: 110%; */
    border-top: 1px solid rgb(221, 221, 221);
    border-right: 1px solid rgb(221, 221, 221);
    border-collapse: collapse;
    min-width: 900px;
}

.table-body td {
    border-collapse: collapse;
    padding: 10px 10px;
    box-sizing: border-box;
    border-width: 0px 0px 1px 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-image: initial;
    border-top-style: initial;
    border-top-color: initial;
    border-right-style: initial;
    border-right-color: initial;
    font-size: 14px;
}

.table-body td a {
    color: rgb(68, 68, 68);
}

.table-body tr:nth-child(1) td {
    background: #666 !important;
    padding: 10px 12px;
    text-align: center;
    font-family: PingFangBold;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    color: #fff;
}

.table-body tr td:nth-child(1) {
    width: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.table-body tr:nth-child(odd) td {
    background: #f4f4f4;
}

.serve-details {
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 15px;
    margin: 125px auto 85px;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
}

.details-table {
    height: 470px;
    overflow: auto;
    margin-bottom: 20px;
}

.details-table table {
    width: 100%;
    min-width: 600px;
}

.details-table td {
    border: 1px solid rgb(221, 221, 221);
    padding: 18px 15px;
    color: rgb(68, 68, 68);
}

.serve-details .details-title {
    line-height: 30px;
    padding: 20px;
    background: rgb(245, 245, 245);
    color: rgb(0, 0, 0);
    font-family: PingFangBold;
}

.details-content {
    box-sizing: border-box;
    padding: 20px;
}

.nav_hang {
    background: rgb(248, 248, 248);
    padding: 0px;
}

.nav_hang .left1 {
    min-height: 340px;
    width: 67%;
    float: left;
    padding-top: 30px;
    background: rgb(255, 255, 255);
    box-sizing: border-box;
}

.nav_hang .left1 .wrapper {
    float: right;
}

.nav_hang .left1 .navs {
    width: 310px;
    vertical-align: top;
    display: inline-block;
}

.nav_hang .left1 .navs a {
    display: block;
    font-size: 18px;
    color: rgb(102, 102, 102);
    line-height: 55px;
    padding-left: 25px;
    text-align: left;
    background: url("../images/icon_news_pagetion.png") 88% center no-repeat;
    margin-bottom: 1px;
}

.flex-show.nav_hang .left1 .navs a.on, .flex-show.nav_hang .left1 .navs a:hover {
    animation: 0.5s ease 0s 1 normal none running myanimation2;
}

.case_nav {
    width: 445px;
    margin: 0px 3vw;
    display: inline-block;
    vertical-align: top;
}

.case_nav dt {
    display: none;
}

.case_nav a.pic {
    margin: 10px 0px;
    display: block;
}

.case_nav a.s_more {
    padding-top: 5px;
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: rgb(0, 98, 255);
    text-align: left;
}

.case_nav a.s_more img {
    margin: 0px 5px;
    vertical-align: top;
    display: inline-block;
}

.nav_hang .left1 .titles {
    font-size: 18px;
    color: rgb(34, 34, 34);
    line-height: 44px;
    text-align: left;
}

.nav_hang .left1 .navs a.on, .nav_hang .left1 .navs a:hover {
    color: rgb(0, 116, 186);
    background: url("../images/icon_news_pagetion1.png") 88% center no-repeat rgb(236, 237, 238);
}

@keyframes myanimation2 {
    0% {
        background-position-x: 80%;
    }
    100% {
        background-position-x: 88%;
    }
}

.nav_hang .right1 {
    padding-top: 30px;
    text-align: left;
    width: 40.5%;
    float: right;
    line-height: 1.5;
    padding-left: 3%;
    box-sizing: border-box;
    background: url("../images/pros.png") right center / 100% no-repeat rgb(248, 249, 251);
}

.nav_hang .right1 .r1 {
    font-size: 26px;
    color: rgb(0, 0, 0);
    padding-bottom: 13px;
    font-family: PingFangBold;
    font-weight: bold;
}

.nav_hang .right1 .r1s {
    font-size: 18px;
    margin-bottom: 0px;
    padding: 20px 0px 15px;
}

.case_nav a {
    display: block;
}

.nav_hang .right1 .r2 {
    padding-top: 7px;
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: rgb(102, 102, 102);
    max-width: 400px;
    margin-bottom: 27px;
}

.nav_hang .right1 .r3 {
    width: 100px;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgb(0, 116, 186);
    font-size: 16px;
    text-align: center;
    color: rgb(0, 116, 186);
    margin-top: 5px;
}

.nav_hang .right1 .r3:hover {
    background: rgb(0, 116, 186);
    color: rgb(255, 255, 255);
}

.nav_hang .right1 .r4 {
    font-size: 18px;
    color: rgb(0, 116, 186);
    font-family: "AvantGarde CE", Arial;
    padding: 0px 0px 5px;
}

.nav_hang .right1 .r4 span {
    color: rgb(153, 153, 153);
    margin: 3px 10px;
    vertical-align: top;
    font-weight: lighter;
    font-family: "Microsoft Himalaya";
}

.faq-list {
    box-sizing: border-box;
    line-height: 1.8;
    align-items: normal;
}

.faq-list li {
    width: 48%;
    border-bottom: 1px solid rgb(238, 238, 238);
    align-items: self-start;
}

.faq-list li .ques::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    display: block;
    border-left: 1px solid rgb(153, 153, 153);
    border-bottom: 1px solid rgb(153, 153, 153);
    transform: rotate(-135deg);
    top: calc(50% - 2px);
    right: 0px;
    transition: all 0.4s ease 0s;
}

.faq-list li .ques.active::after {
    transform: rotate(-45deg);
    border-color: rgb(0, 116, 186);
}

.faq-list .ques {
    padding: 25px 0px;
    color: rgb(51, 51, 51);
    cursor: pointer;
    position: relative;
}

.faq-list li .ques.active {
    color: rgb(0, 116, 186);
}

.faq-list .title {
    box-sizing: border-box;
    padding-right: 40px;
}

.faq-list .an {
    padding: 15px 40px;
    background: rgb(245, 247, 250);
    color: rgb(102, 102, 102);
    display: none;
}

.cookie-container {
    padding: 100px 0px;
}

.cookie-container .title {
    color: rgb(51, 51, 51);
    font-family: PingFangBold;
    letter-spacing: 1px;
}

.cookie-container .date {
    color: rgb(153, 153, 153);
    padding: 3px 0px 20px;
}

.cookie-container .tips {
    font-size: 14px;
    color: rgb(51, 51, 51);
    padding-bottom: 40px;
    border-bottom: 1px solid rgb(221, 221, 221);
}

.cookie-container .cookie {
    padding: 50px 0px 0px;
}

.cookie-container .cookie li {
    line-height: 1.7;
    padding: 23px 0px 0px;
    border-top: 1px dashed rgb(221, 221, 221);
}

.cookie-container .cookie li:first-child {
    border: 0px;
}

.cookie-container .cookie .cookie-title {
    font-size: 18px;
    color: rgb(51, 51, 51);
    padding-bottom: 10px;
}

.cookie-container .cookie .cookie-desc {
    font-size: 14px;
    color: rgb(102, 102, 102);
    padding-bottom: 25px;
}

.cookie-container .cookie .cookie-tips {
}

.cookie-container .cookie .list {
    background: rgb(248, 248, 248);
    border-width: 1px 1px 0px;
    border-top-style: dashed;
    border-right-style: dashed;
    border-left-style: dashed;
    border-top-color: rgb(221, 221, 221);
    border-right-color: rgb(221, 221, 221);
    border-left-color: rgb(221, 221, 221);
    border-image: initial;
    padding: 25px 20px;
    box-sizing: border-box;
    font-size: 14px;
    color: rgb(102, 102, 102);
    border-bottom-style: initial;
    border-bottom-color: initial;
}

.cookie-container .cookie .list dd {
    margin-top: 30px;
}

.cookie-container .cookie .list dd:first-child {
    margin-top: 0px;
}

.cookie-container .cookie .no {
    width: 30px;
}

.cookie-container .cookie .list-desc {
    width: calc(100% - 30px);
}

.more-icon {
    margin-bottom: 20px;
    text-align: right;
    background: rgb(245, 247, 250);
    padding: 15px 30px;
    box-sizing: border-box;
}

.re {
    position: relative;
}

@media screen and (max-width: 1700px) {
    .index-news-section .news_list a.each-item, .index-list {
        height: 555px;
    }
}

@media screen and (max-width: 1600px) {
    .header-form .header-text {
        height: 35px;
        line-height: 35px;
    }

    .header-form .header-sub {
        width: 15px;
        height: 15px;
    }

    .nav-cat ul > li > a img {
        width: 27px;
    }

    .nav-sub-cat .hd li a {
        height: 40px;
        line-height: 40px;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 14px;
    }

    .nav-sub-cat .hd, .nav-sub-cat {
        height: 550px;
    }

    .nav-dropdown .to {
        padding: 10px 0;
        font-size: 18px;
        line-height: 30px;
        bottom: -50px;
    }

    .header_bottom .en::after {
        top: 15px;
        width: 8px;
        height: 6px;
    }

    .about2-section .no {
        font-size: 100px;
    }

    .index-news-section .news_list a.each-item {
        height: 410px;
    }

    .index-list {
        height: 410px;
        padding: 0px 10px 100px 0px;
    }

    .news_list a.each-item::after {
        height: 45px;
    }

    .news_list .picture {
        height: 208px;
    }

    .news_list a.more {
        padding: 10px 15px;
    }

    .font100 {
        font-size: 75px;
    }

    .font48 {
        font-size: 40px;
    }

    .font44, .loading .cn {
        font-size: 28px;
    }

    .font40 {
        font-size: 30px;
    }

    .font38 {
        font-size: 28px;
    }

    .font30 {
        font-size: 24px;
    }

    .font24 {
        font-size: 20px;
    }

    .font20 {
        font-size: 15px;
    }

    .font18 {
        font-size: 14px;
    }

    .font16 {
        font-size: 12px;
    }

    .font14 {
        font-size: 12px;
    }

    .index-pro4-list .before {
        transform: translate(-50%, -50%);
    }

    .index-pro4-list .after {
        transform: translate(-50%, -50%);
    }

    .about1-section .arrow {
        width: 40px;
    }

    .about1-section .arrows-icon img {
        width: 12px;
    }

    .nav_hang .left1 .navs {
        width: 250px;
    }

    .nav_hang .left1 .navs a {
        font-size: 15px;
        line-height: 40px;
        background-size: 15px !important;
    }

    .nav_hang .right1 .r1 {
        font-size: 15px;
    }

    .nav_hang .left1 {
        min-height: 270px;
    }

    .nav_hang .right1 .r2 {
        height: auto;
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 15px;
        max-width: 250px;
    }

    .nav_hang .right1 .r4 {
        font-size: 15px;
    }

    .nav_hang .right1 .r3 {
        width: 80px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .case_nav {
        width: 326px;
        margin: 0px 15px;
    }

    .index-about-section .number span {
        font-size: 52px;
    }

    .index-process .ting .date::before {
        top: 90px;
        background: url("../images/icon-dou.png") 0% 0% / 100% 100%;
        width: 20px;
        height: 17px;
    }

    .index-process .desc {
        margin: 90px 0px 30px;
    }
    .index-process .ting .swiper-slide.active .desc{
        font-size:13px;
    }

    .index-process .ting .swiper-slide {
        padding: 20px 15px 15px;
        height: 310px;
    }

    .about4-section .list li {
        padding: 22px 0px;
    }

    .about4-container {
        padding: 50px 30px 30px;
        background-size: 80px;
    }

    .about4-section .swiper-button {
        width: 42px;
        height: 42px;
        bottom: -21px;
    }

    .about4-section .list .icon {
        width: 32px;
        margin-right: 5px;
    }

    .header_on1, .header:hover {
        padding: 10px 0px !important;
    }

    .case-container .bg .button-sum {
        padding-top: 40px;
    }

    .case-container .bg .button-sum a {
        background-size: 35px 35px;
        padding: 9px 0px 9px 40px;
        color: rgb(255, 255, 255);
        margin: 0px 15px;
    }

    .navigation_list a {
        padding: 20px 0px;
    }

    .navigation_list.fixed {
        line-height: 1.3;
    }

    .index-case-section .index-title {
        padding-top: 40px;
    }

    .flex-show {
        top: 45px;
    }

    .tech_list li.on .t3 {
        font-size: 14px;
        line-height: 25px;
        height: 100px;
    }

    .tech_list .icon {
        width: 45px;
        margin-bottom: 20px;
    }

    .index-pro2-list li {
        padding: 10px;
    }

    .swiper-pagination-bullet {
        width: 40px;
    }

    .index-list .index-news-title, .news_list .title {
        font-size: 15px;
        line-height: 25px;
        height: 50px;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .news_list .more {
        padding: 0px 20px 7px;
    }

    .news_list .time {
        margin-right: 12px;
    }

    .news_list a::after {
        height: 45px;
    }

    .news_list .title {
        margin: 6px 0px 0;
    }

    .index-pro-list .content1 {
        padding: 15px 10px 5px;
    }

    .index-pro3-list .content1 {
        padding: 15px 0px 5px;
    }

    .index-pro3-list .line {
        margin-top: 0.5vh;
    }

    .index-pro3-list .text-list {
        padding: 1vh 0px 3vh;
    }

    .index-pro2-list .text-list {
        left: 10px;
        top: 0px;
        width: calc(100% - 20px);
    }

    .index-pro3-list .text-list a {
        margin: 4px 0px;
        zoom: 0.9;
    }

    .index-pro3-list .item-more {
        padding: 6px 0px;
        width: calc(100% - 35px);
    }

    .index-pro3-list .a::after {
        font-size: 180px;
    }

    .index-pro4-list {
        background-position: center center;
        padding: 2.5vh 5.3%;
    }

    .index-pro3-list .content {
        padding: 3vh 15px;
    }

    .index-pro2-list a {
        margin: 5px 0px;
    }

    .index-pro1-list .text-list .t3, .index-pro1-list .text-list .content.before .t1 {
        margin-top: 2vh;
    }

    .index-pro1-list .text-list .t2 {
        margin-top: 4px;
    }

    .index-pro1-list .text-list .content {
        padding: 15px;
    }

    .index-pro-nav li img {
        width: 20px;
    }

    .index-title .icon {
        width: 22px;
        margin: 15px auto;
    }

    .index-title .ch {
        margin-top: -35px;
    }

    .index-section {
        padding-top: 5vh;
    }

    .index-home-section {
        padding: 0px;
    }

    .nav li .t1 {
        margin: 0px 2vw;
        font-size: 13px;
        line-height: 30px;
    }

    .nav li {
        padding: 10px 0px;
        margin: -10px 0px;
    }

    .header {
        padding: 7px 0px 6px;
    }

    .header_bottom .en {
        font-size: 14px;
        line-height: 35px;
        padding-right: 10px;
        margin-left: 20px;
    }

    .header .nav {
        line-height: 35px;
    }

    .nav li .t1::after, .nav li.on .t1::after {
        bottom: -12px;
    }

    .header_bottom .h_header, .header .logo {
        font-size: 14px;
        line-height: 35px;
        width: 140px;
    }

    .header_bottom .h_header img {
        width: 15px;
        height: 15px;
    }

    .index-pro-list .text-list .t3 a {
        margin: 0px 8px;
    }

    .case1-section {
        padding: 55px 0px;
    }

    .case4-section {
        padding: 55px;
    }

    .about3-section {
        padding: 60px 0px 90px;
    }

    .about3-section .list li {
        padding-left: 120px;
    }

    .about3-section .list span {
        font-size: 43px;
    }

    .about2-section .common-title-container {
        padding: 90px 0px 100px;
    }

    .about2-section .list .title {
        padding-bottom: 12px;
    }

    .about2-section .list li {
        padding-bottom: 90px;
    }

    .about2-section .list .desc {
        line-height: 1.6;
        font-size: 14px;
    }

    .about1-section {
        padding: 90px 0px 120px;
    }

    .about1-section .left {
        width: 46%;
    }

    .about1-section .right {
        height: 600px;
    }

    .case-container .list .after .icon {
        width: 60px;
        height: 60px;
        padding: 8px;
        left: calc(50% - 30px);
    }

    .case-container .list .after .cn, .case-container .list .before .name {
        font-size: 18px;
    }

    .case-container .list .before .icon {
        width: 48px;
    }

    .prodetails .right .title {
        font-size: 34px;
    }

    .prodetails .right .right-list li {
        padding-bottom: 25px;
    }

    .prodetails .right .table td {
        padding: 10px 5px;
    }

    .prodetails .right .right-list .small-title {
        margin-bottom: 15px;
    }

    .pro-store-list a {
        line-height: 45px;
    }

    .pro-select-modul .content a {
        margin-right: 25px;
    }

    .pro-select-result .title {
        width: 80px;
    }

    .pro-select-result .content {
        width: calc(100% - 80px);
    }

    .pro-select-modul li {
    }

    .pro-select-modul .title {
        width: 120px;
    }

    .pro-select-modul .content {
        width: calc(100% - 120px);
    }

    .join-list .content {
        padding: 25px 20px;
    }

    .join-list .more {
        width: 110px;
        height: 35px;
        line-height: 35px;
    }

    .common-title-container {
        padding: 20px 0px;
    }

    .liuyan-container .text {
        padding: 15px;
    }

    .liuyan-container .textarea {
        height: 90px;
        margin: 15px 0px;
        padding: 15px;
    }

    .liuyan-container .nav-liuyan-list a {
        line-height: 60px;
    }

    .liuyan-container .content {
        padding: 30px;
    }

    .section-contact2, .section-contact3 {
        padding: 20px 0px 70px;
    }

    .neiye_banner {
        height: 480px;
    }

    .news_list .more-right {
        width: 25px;
        height: 25px;
    }

    .index-list a {
        padding: 2vh 0px;
    }

    .news_list .lans {
        padding: 25px 20px 70px;
    }

    .news1 .content {
        line-height: 25px;
        -webkit-line-clamp: 4;
        height: 100px;
    }

    .news1 .title {
        margin: 15px 0px;
    }

    .new_d {
        width: 65%;
    }

    .news_left {
        width: 32%;
        padding: 20px;
        max-width: 345px;
    }

    .footer-center {
        padding: 25px 0px;
    }

    .footer-top {
        padding: 45px 0px 25px;
    }

    .new_d .mess li {
        margin-right: 30px;
    }

    .new_d .content {
    }

    .news-bottom .title, .news-top .lans {
        margin: 10px 0px;
    }

    .new_details {
    }

    .news-bottom .search1 {
        width: 80px;
        height: 30px;
        line-height: 30px;
        margin: 10px 0px 0px;
    }

    .news-bottom a {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1279px) {
    .loading .text {
        padding-top: 50px;
    }

    .about2-section .no {
        font-size: 90px;
    }

    .prodetails .left, .prodetails .right, .pro-details .details {
        width: 100%;
        float: none;
    }

    .prodetails .right {
        margin-top: 30px;
    }

    .pro-details .hot {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .serve1-list .more {
        width: 140px
    }

    .serve1-list .after {
        line-height: 45px;
        padding-left: 10px;
        font-size: 14px;
    }

    .serve1-list .after img {
        margin-top: 5px;
        width: 35px;
    }

    .news_list .more {
        /* position: static; */
    }

    .loading.animate-loading {
        animation-name: none;
    }

    .about2-section .no {
        font-size: 80px;
    }

    .font100 {
        font-size: 72px;
    }

    .loading .cn {
        font-size: 24px;
    }

    .about4-section .list {
        padding: 0px 0px 5vh;
    }

    .about4-section .list li {
        padding: 10px 0px;
        font-size: 15px;
    }

    .about4-section .list .icon {
        width: 20px;
    }

    .neiye-container-wrapper {
        padding: 10px 0px 0px;
    }

    .pro1-d {
        margin: 15px 0px 0px;
    }

    .serve-details {
        margin: 25px auto 40px;
    }

    .loading .content {
        min-width: 300px;
    }

    .details-table {
        height: 350px;
    }

    .details-table td {
        padding: 10px 5px;
    }

    .faq-list li {
        width: 100%;
        border-bottom: 1px solid rgb(238, 238, 238);
    }

    .faq-list .ques {
        padding: 15px 0px;
    }

    .serve-details .details-title {
        line-height: 25px;
        padding: 12px;
    }

    .table-sum1 {
        width: 100%;
        overflow: auto;
    }

    .select-table {
        width: 1100px;
    }

    .section-serve .bijiao, .section-serve .daochu {
        width: 110px;
        height: 35px;
        line-height: 35px;
    }

    .serve2-list li, .serve2-list li a:nth-child(3n-1), .serve2-list li:nth-child(3n) {
        width: calc(50% - 16px);
        margin-right: 27px;
        margin-top: 15px;
        animation-delay: 0s;
    }

    .serve2-list li:nth-child(2n) {
        margin-right: 0px;
    }

    .index-news-section .swiper-pagination, .index-about-section .box {
        display: block;
    }

    .index-about-section .left, .index-about-section .right {
        width: 100%;
    }

    .index-about-section .right li {
        width: 45%;
        padding: 1vh 0px 3vh;
        margin-top: 1vh;
    }

    .index-about-section .number span {
        font-size: 42px;
    }

    .index-process .swiper-button-prev, .index-process .swiper-button-next {
        bottom: 33px;
        width: 35px;
        height: 35px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
    }

    .index-process .ting .date::before {
        top: 40px;
        width: 15px;
        height: 10px;
        background-size: 100% 100%;
    }

    .index-process .desc {
        margin: 60px 0px 15px;
    }

    .index-process a:hover .desc, .index-process .ting .swiper-slide.active .desc {
        margin: 10px 0px 15px;
    }

    .index-process .ting .swiper-slide {
        padding: 12px 7px 7px;
        height: 320px;
    }

    .index-process .common-title {
        padding-top: 20px;
    }

    .index-process .date.swiper-container {
        margin: 0px auto 25px;
    }

    .index-process .swiper-container {
        margin: 30px auto;
    }

    .index-process .ting .swiper-slide:hover, .index-process .ting .swiper-slide.active {
        padding: 7px;
    }

    .about4-title {
        width: 100%;
    }

    .about4-container {
        width: 100%;
        padding: 50px 25px;
        margin-top: 20px;
    }

    .about4-container {
        padding: 30px 25px 45px;
        margin-top: 0px;
    }

    .about4-section {
        padding: 20px 0px 80px;
    }

    .header_on1, .header:hover {
        padding: 0px !important;
    }

    .about4-section .list {
        padding: 0px;
    }

    .index-pro4-list {
        background: transparent;
    }

    .index-pro4-list .after {
        opacity: 1;
    }

    .index-pro4-list li {
        padding-top: 25%;
        height: auto;
    }

    .case-container .list .before .icon {
        width: 35px;
    }

    .index-pro3-list .a .text-list, .index-pro3-list .a .item-more {
        transform: translateY(0px);
        opacity: 1;
    }

    .index-pro3-list .a .line {
        opacity: 0;
        transform: translateY(20px);
    }

    .index-pro3-list .a::before {
        opacity: 1;
    }

    .swiper-pagination-bullet {
        width: 20px;
    }

    .about3-section .list span {
        font-size: 35px;
    }

    .font48 {
        font-size: 32px;
    }

    .font44 {
        font-size: 28px;
    }

    .font40 {
        font-size: 24px;
    }

    .font38 {
        font-size: 23px;
    }

    .font30 {
        font-size: 20px;
    }

    .font24 {
        font-size: 16px;
    }

    .font20 {
        font-size: 16px;
    }

    .font18 {
        font-size: 14px;
    }

    .font16 {
        font-size: 13px;
    }

    .pc-media {
        display: none !important;
    }

    .iphone-media {
        display: block !important;
    }

    .tech_list {
        margin: 0px;
    }

    .serve-modul .serve2-nav {
        padding: 20px 0px;
    }

    .section-serve .hide-table {
        width: 25px;
        padding: 35px 0px 20px;
    }

    .index-news-section .news_list .swiper-slide {
        padding-bottom: 10vh;
        margin-bottom: -5vh;
    }

    .index-news-section .news_list .swiper-pagination-bullet {
        opacity: 1;
    }

    .index-news-section .news_list .swiper-pagination-bullet-active::after {
        background: rgb(0, 116, 186);
    }

    .index-pro-more {
        padding-top: 2vh;
    }

    .index-title .icon {
        margin: 15px auto;
        width: 22px;
    }

    .index-pro-list .swiper-pagination {
        display: block;
    }

    .index-pro-list li .content {
        color: rgb(255, 255, 255);
    }

    .index-pro2-list li .text-list {
        opacity: 1;
    }

    .index-pro2-list li .a::before {
        opacity: 1;
    }

    .index-case-section .index-title {
        height: auto;
        padding-top: 35px;
        box-sizing: border-box;
    }

    .index-title .ch {
        margin-top: -20px;
    }

    .index-hot-section .case3-section .iphone-bg {
        padding-top: 65vh;
        background-size: cover;
    }

    .tech_list li.on {
        width: 100%;
    }

    .index-list .index-news-title {
        font-size: 16px;
    }

    .index-pro-nav li {
        padding: 5px 0px;
    }

    .index-pro-nav li img {
        width: 15px;
    }

    .index-pro-nav .list {
        width: 100%;
    }

    .index-pro-nav .desc {
        font-size: 12px;
    }

    .index-pro-list .text-list li {
        width: 50%;
    }

    .index-pro-list .text-list .content {
        padding: 20px 10px;
    }

    .index-pro-list .text-list li:nth-child(4n) {
        display: none;
    }

    .index-pro-list .text-list li:nth-child(4n-1) {
        display: none;
    }

    .case4-section {
        padding: 30px;
    }

    .case4-section .content {
        padding: 25px;
    }

    .case4-section .left {
        width: 100%;
        margin-bottom: 30px;
    }

    .case4-section .icon {
        width: 35px;
        padding: 0px;
        margin: 0px;
    }

    .case4-section .title {
        font-size: 16px;
        padding: 15px 0px;
    }

    .case4-section .info {
        position: static;
        margin-top: 30px;
    }

    .case4-section .right {
        width: 100%;
    }

    .case3-section .bg {
        display: none;
    }

    .case3-section .iphone-bg {
        display: block;
        padding-top: 60%;
        background-size: cover;
    }

    .case1-section {
        padding: 50px 0px;
    }

    .case1-section .left {
        padding: 30px 0px;
    }

    .case1-section .common-title {
        padding: 15px 0px;
    }

    .case1-section .left, .case1-section .right {
        width: 100%;
    }

    .about3-section .list li {
        padding-left: 80px;
    }

    .about2-section .list .picture, .about2-section .list .content {
        width: 100%;
    }

    .about2-section .list li:nth-child(2n) {
        flex-direction: column;
    }

    .about2-section .list li {
        padding-bottom: 45px;
    }

    .about2-section .list .icon {
        width: 20px;
    }

    .about2-section .common-title-container {
        padding: 30px 0px 40px;
    }

    .about1-section .box {
        display: block;
    }

    .about1-section .left {
        width: 100%;
    }

    .about1-section .right {
        width: 100%;
        padding-top: 120%;
        height: auto;
        margin: 20px auto 0px;
    }

    .about1-section .year::before {
        right: 130px;
    }

    .about1-section {
        padding: 40px 0px 60px;
    }

    .case-container .list, .case-container .list .before {
        height: 110px;
    }

    .case-container .bg .content {
        width: 90%;
        top: 40%;
    }

    .case-container .bg .video {
        display: none;
    }

    .case-container .bg .swiper-slide {
        height: 750px;
        max-height: 100vh;
        background-size: cover;
        min-height: 600px;
    }

    .case-container .list .after .after-lan {
        height: 100px;
        padding-top: 40px;
        border-width: 2px;
    }

    .case-container .list .after .cn, .case-container .list .before .name {
        font-size: 15px;
    }

    .case-container .list .after .en {
        padding-top: 3px;
        font-size: 12px;
    }

    .prod {
        padding: 25px;
    }

    .prodetails .right .title {
        font-size: 20px;
    }

    .prodetails .right .type {
        font-size: 14px;
    }

    .prodetails .right .right-list dd {
        width: 100%;
    }

    .pro-store-list a img {
        width: 15px;
        margin-right: 2px;
    }

    .pro-store-list a {
        line-height: 32px;
    }

    .pro-details .details-nav {
        line-height: 40px;
        width: 100%;
        left: 0px;
        padding-left: 10px;
        box-sizing: border-box;
    }

    .pro-details .details-nav a {
        margin-right: 10px;
        line-height: 40px;
        border-bottom: 2px solid transparent;
        font-size: 12px;
    }

    .details-pic-list .tit {
        padding: 8px 0px;
    }

    .pro-details .details {
        padding: 40px 10px;
    }

    .news-details-crumb .crumb-nav span, .news-details-crumb .crumb-nav a {
        margin: 0px 5px;
    }

    #imageMenu li, #imageMenu li img {
        width: 110px;
        height: 75px;
    }

    #imageMenu, .smallImg {
        height: 76px;
    }

    .scrollbutton, .scrollbutton.smallImgDown, .scrollbutton.smallImgDown.disabled {
        width: 30px;
        height: 30px;
        top: calc(50% - 15px);
    }

    .header {
        background: rgb(255, 255, 255);
        padding: 0px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    }

    .header.bg0 {
        background: rgba(255, 255, 255, 0.98);
        height: calc(100vh + 85px);
        overflow: hidden scroll;
    }

    .header.bg0 .header_bottom {
    }

    .header.fix {
        position: fixed;
    }

    .header.fix.bg1 {
        height: calc(100vh + 85px);
        overflow: hidden scroll;
    }

    .header_lans {
        line-height: 32px;
        position: relative;
        background: rgb(34, 34, 34);
        z-index: 10;
    }

    .header_lans .ones {
        width: 85%;
        margin: 0px 5%;
        color: rgb(255, 255, 255);
        font-size: 10px;
        text-align: center;
    }

    .header_lans .close {
        position: absolute;
        right: 5px;
        top: -2px;
        z-index: 3;
        width: 21px;
    }

    .header.on {
        top: -60px;
    }

    .header.on1 {
        top: -66px;
    }

    .header_top {
        height: 50px;
        position: relative;
        z-index: 10;
        transition: all 0.4s ease 0s;
    }

    .header_top .en {
        font-size: 12px;
        color: rgb(136, 136, 136);
        float: right;
        line-height: 50px;
        zoom: .9;
    }

    .header_top .en.on {
        color: rgb(0 116 186);
        font-weight: bold;
    }

    .header_top .en a {
        color: rgb(136, 136, 136);
    }

    .header_top .en a.on {
        color: rgb(0, 98, 255);
    }

    .header.bg0 .header_top {
    }

    .header_relative {
        position: relative;
        overflow: hidden;
        z-index: 10;
    }

    .header .header_gradess {
        position: absolute;
        width: 110%;
        top: -10px;
        left: -5%;
        transform: translateZ(0px);
        filter: blur(20px);
        height: 100px;
        overflow: hidden;
        min-height: 100vh;
    }

    .header .header_gradess.he {
        min-height: 110vh;
        height: 690px;
    }

    .header_top .login_header {
        float: right;
        margin-top: 23px;
        opacity: 1;
        transition: all 0.4s ease 0s;
    }

    .header_top .logo {
        position: absolute;
        bottom: 50%;
        left: 50%;
        transform: translate(-50%, 50%);
        width: 25%;
        max-width: 57px;
        line-height: 1;
    }

    .header_top .menu_icon {
        float: left;
        margin-top: 10px;
    }

    .menu_icon span {
        display: block;
        width: 20px;
        height: 1px;
        background: rgb(51, 51, 51);
        margin: 6px 0px;
        transition: all 0.4s ease 0s;
    }

    .menu_icon.on span:first-child {
        transform: rotate(45deg);
        margin-top: 10px;
    }

    .menu_icon.on span:nth-child(2) {
        display: none;
    }

    .menu_icon.on span:nth-child(3) {
        transform: rotate(-45deg);
        margin-top: -7px;
    }

    .header_bottom {
        display: none;
        width: 100%;
        height: 690px;
        position: relative;
        z-index: 10;
        padding: 1px 0px;
    }

    .seach_box {
        width: 100%;
        background: rgb(233, 233, 233);
        border-radius: 5px;
        height: 40px;
        padding: 4px 0px 0px;
        box-sizing: border-box;
        margin: 20px 0px;
        transition: all 0.4s ease 0s;
    }

    .seach_box .submit {
        width: 20px;
        height: 20px;
        border: 0px;
        background: url("../images/ico_searh1.png") center center / 100% 100% no-repeat;
        display: block;
        float: left;
        margin-left: 10px;
        margin-top: 7px;
    }

    .seach_box .text {
        float: right;
        display: block;
        width: calc(100% - 50px);
        border: 0px;
        background: transparent;
        line-height: 20px;
        height: 20px;
        font-size: 16px;
        color: rgb(34, 34, 34);
        padding: 5px 0px;
    }

    .header_nav {
        border-bottom: 1px solid rgb(0, 98, 255);
        padding-bottom: 2px;
    }

    .header_nav li {
        border-top: 1px solid rgb(232, 232, 232);
    }

    .header_nav li > a, .header_nav li > h4 {
        display: block;
        position: relative;
        line-height: 22px;
        padding: 16px 0px;
        color: rgb(51, 51, 51);
        cursor: pointer;
        font-size: 15px !important;
    }

    .header_nav li > a::after, .header_nav li > h4::after {
        content: "";
        display: block;
        position: absolute;
        top: 24px;
        right: 20px;
        width: 7px;
        height: 7px;
        border-bottom: 1px solid rgb(102, 102, 102);
        border-right: 1px solid rgb(102, 102, 102);
        transform: rotate(-45deg);
        transition: all 0.4s ease 0s;
    }

    .header_nav li > a.arrow::after, .header_nav li > h4.arrow::after, .header_nav .center-nav .titles.show::after {
        transform: rotate(45deg);
    }

    .header_nav .center-nav {
        display: none;
        margin-top: -5px;
        margin-left: 0px;
        padding-bottom: 10px;
        max-height: 100vh;
        position: static;
        background: rgb(255, 255, 255);
        text-align: left;
        z-index: 10;
        height: auto;
        overflow: auto;
        pointer-events: initial;
    }

    .header_nav .center-nav .titles, .header_nav .center-nav a, .header_search a {
        display: block;
        font-size: 14px;
        line-height: 35px;
        color: rgb(102, 102, 102);
    }

    .header_nav .center-nav .titles {
        line-height: 3;
        position: relative;
        padding-left: 6px;
        font-size: 14px;
    }

    .header_nav .center-nav .list {
        padding: 0px 5px;
        margin-bottom: 25px;
    }

    .header_nav .center-nav .list a {
        font-size: 12px;
        line-height: 2.4;
        padding: 0px;
        width: 48%;
        display: inline-block;
    }

    .seach_box .cancal {
        color: rgb(0, 98, 255);
        font-size: 17px;
        display: none;
        margin-left: 3px;
    }

    .seach_box.focus {
        width: 85%;
        position: relative;
    }

    .seach_box.focus .cancal {
        position: absolute;
        left: 102%;
        width: 100px;
        display: block;
        top: 0px;
        line-height: 40px;
    }

    .header_search {
        display: none;
    }

    .header_search h2 {
        font-size: 13px;
        line-height: 1;
        color: rgb(136, 136, 136);
    }

    .header_search1 {
        padding-top: 5px;
    }

    .header_search1 a {
        font-size: 15px;
        line-height: 50px;
        color: rgb(85, 85, 85);
        border-top: 1px solid rgb(232, 232, 232);
    }

    .header_search1 a:first-child {
        border-top: 0px;
    }

    .pro-list-section .icon {
        bottom: 30px;
        right: 20px;
        width: 30px;
        height: 30px;
    }

    .pro-select-modul .content a {
        margin-right: 20px;
    }

    .pro-list-section .content {
        padding: 20px 60px 15px 20px;
    }

    .pro-list-section li:nth-child(4n), .pro-list-section li {
        width: calc(33.33% - 15px);
        margin-right: 17px;
    }

    .pro-list-section li:nth-child(3n) {
        margin-right: 0px;
    }

    .pro-components-section {
        padding: 30px 0px 10px;
    }

    .search-form {
        width: 300px;
        height: 40px;
        margin-right: 15px;
    }

    .search-modul .text, .search-modul .submit {
        height: 40px;
        line-height: 40px;
    }

    .search-modul .to, .section-serve3 .to {
        padding: 5px 10px 5px 30px;
        background-position-x: 10px;
        background-size: 15px;
        margin-top: 11px;
    }

    .pro-select-modul {
        margin: 15px 0px;
        padding: 0px 20px;
    }

    .pro-select-modul li {
        padding: 15px 0px;
    }

    .pro-select-modul .title {
        width: 100px;
    }

    .pro-select-modul .content {
        width: calc(100% - 100px);
    }

    .join-list li {
        width: 100%;
        margin-top: 20px;
    }

    .join-list .content {
        width: 100%;
        margin: 0px;
    }

    .liuyan-container .text {
        width: 100%;
        margin-top: 10px;
    }

    .liuyan-container .button {
        width: 120px;
        line-height: 40px;
        margin-right: 10px;
    }

    .contact-map .info-list li {
        background-size: 28px 28px;
        padding: 8px 5px 8px 32px;
        width: 100%;
        font-size: 14px;
    }

    .store-list a {
        width: 50%;
        padding: 10px;
        box-sizing: border-box;
    }

    .contact-map .picture {
        width: 100%;
        min-height: 350px;
    }

    .contact-map .content {
        width: 100%;
        padding: 20px 6%;
    }

    .neiye_banner {
        height: 300px;
    }

    .navigation_list a {
        padding: 15px 0px;
        margin-left: 30px;
    }

    .news_list .lans {
        padding: 15px 15px 0px;
    }

    .news_list a, .news_list .index-list, .news_list a:nth-child(3n-1), .news_list a:nth-child(3n) {
        width: calc(50% - 16px);
        margin-right: 27px;
        margin-top: 30px;
        animation-delay: 0s;
    }

    .index-list {
        max-height: 320px;
    }

    .news_list a:nth-child(2n) {
        margin-right: 0px;
    }

    .news_list a::after {
        height: 60px;
    }

    .neiye-pagetion {
        padding: 40px 0px;
    }

    .news1 .picture, .news1 .lans {
        width: 100%;
    }

    .new_details {
        padding: 15px 0px 40px;
    }

    .header_bottom.pc {
        display: none;
    }

    .index-home-section .bg {
        display: none;
    }

    .index-home-section .iphone-bg {
        display: block;
    }

    .header {
        padding: 0px !important;
    }

    .nav li .t1 {
        margin: 0px 20px;
        line-height: 30px;
    }

    .header .nav {
        line-height: 40px;
    }

    .header_bottom .en, .header_bottom .h_header {
        line-height: 38px;
    }

    .header_bottom .en::after {
        top: 15px;
    }

    .nav li {
        padding: 10px 0px;
        margin: -10px 0px;
    }

    .header .logo {
        width: 110px;
        line-height: 30px;
        max-width: 100%;
    }

    .footer-center {
        display: none;
    }

    .footer-top {
        padding: 35px 0px 10px;
        display: block;
    }

    .footer-top .footer-form {
        margin-top: 25px;
    }

    .footer-aright {
        padding: 20px 0px;
        line-height: 2;
    }

    .footer-bottom .left li {
        min-width: 20vw;
        margin-bottom: 10px;
    }

    .footer-aright .left a {
        margin-left: 5px;
    }

    .footer-center .content {
        padding: 5px 0px;
    }

    .footer-aright .right a {
        margin-right: 5px;
        margin-left: 0px;
    }

    .footer-bottom {
        padding: 15px 0px 30px;
    }

    .box {
        width: 90%;
    }

    .news_left {
        display: none;
    }

    .new_d {
        width: 100%;
        max-width: 100%;
    }

    .new_d .mess {
        padding: 5px 0px 13px;
        font-size: 12px;
    }

    .contact-map .info-list {
        padding: 12px 0px 30px;
    }

    .contact-map .look {
        padding: 15px 0px 0px;
    }

    .store-list {
        padding-top: 0px;
    }

    .index-pro3-list .swiper-pagination {
        display: block;
        bottom: 15%;
    }

    .common-title-container1 + div {
        padding: 5px 0px 20px;
    }
}

@media screen and (max-width: 768px) {
    .about2-section .no {
        font-size: 65px;
        top: 20px;
    }

    .font100 {
        font-size: 35px;
    }

    .font48 {
        font-size: 24px;
    }

    .font44 {
        font-size: 20px;
    }

    .font40 {
        font-size: 18px;
    }

    .font38 {
        font-size: 17px;
    }

    .serve2-list li, .serve2-list li:nth-child(3n-1), .serve2-list li:nth-child(3n) {
        width: 100%;
        margin-right: 0px;
        margin-top: 15px;
    }

    .index-about-section .number span {
        font-size: 28px;
    }

    .index-about-section .index-title .en {
        margin-left: 0px;
    }

    .index-about-section .desc {
        display: none;
    }

    .index-about-section .right {
        margin-top: 5vh;
    }

    .index-about-section .more {
        margin-top: 2vh;
        line-height: 20px;
    }

    .index-about-section .title {
        line-height: 1.6;
    }

    .index-about-section .number i {
        margin: 0px 5px 0px 2px;
    }

    .index-about-section .number {
        font-size: 14px;
    }

    .index-about-section .icons {
        width: 25px;
        margin-right: 3px;
    }

    .about4-section .list {
        padding-bottom: 5vh;
    }

    .index-pro4-list .after a {
        font-size: 20px;
        padding: 5px 0px;
    }

    .about3-section .list span {
        font-size: 25px;
    }

    .index-pro4-list li {
        padding-top: 33.3%;
    }

    .about3-section .list li {
        padding-left: 40px;
    }

    .navigation_list .box {
        width: 100%;
    }

    .case4-section {
        padding: 25px 0px;
    }

    .case4-section .left {
        padding: 15px;
    }

    .case4-section .content {
        padding: 15px 10px;
    }

    .case3-section .iphone-bg {
        padding-top: 100%;
    }

    .case3-section .icon {
        width: 20px;
        height: 20px;
    }

    .case2-section, .case1-section {
        padding: 25px 0px 50px;
    }

    .case1-section .right {
        height: 300px;
    }

    .case3-section .more {
        padding-left: 30px;
        margin-top: 22px;
        line-height: 20px;
    }

    .about-list {
        width: 100%;
        margin-left: 0px;
        padding-top: 20px;
    }

    .about-list .fancybox {
        padding: 10px;
    }

    .about-list .swiper-button {
        width: 35px;
        height: 35px;
    }

    .about2-nav {
        width: 200px;
    }

    .about2-nav a {
        width: 100px;
        padding: 7px 0px;
    }

    .about3-section {
        padding: 30px 0px 50px;
    }

    .navigation_list a {
        padding: 10px 0px;
        margin-left: 16px;
    }

    .pro-list-section li:nth-child(4n), .pro-list-section li:nth-child(3n), .pro-list-section li {
        width: calc(50% - 5px);
        margin-right: 6px;
        margin-top: 10px;
    }

    .pro-list-section .content {
        padding: 10px 40px 5px 10px;
    }

    .pro-select-modul .content a {
        margin-right: 10px;
    }

    .pro-list-section .icon {
        bottom: 20px;
        right: 10px;
        width: 20px;
        height: 20px;
    }

    .pro-list-section li:nth-child(2n) {
        margin-right: 0px;
    }

    .pro-select-modul .title {
        width: 100%;
    }

    .pro-select-modul .content {
        width: 100%;
    }

    .next-title {
        margin-top: 25px;
    }

    .new_d .editors {
        padding: 10px 0px 15px;
        font-size: 14px;
    }

    .new_pagetion a, .new_pagetion a:first-child {
        width: 100%;
        border: 0px;
        padding: 10px 15px;
    }

    .new_pagetion a:nth-child(2) {
        border-top: 1px solid rgb(221, 221, 221);
        padding: 15px;
    }

    .new_pagetion a:nth-child(2) .tips {
        text-align: left;
    }

    .new_pagetion .ones {
        font-size: 16px;
    }

    .new_pagetion .date {
        font-size: 12px;
    }

    .news_list .index-list, .news_list a, .news_list a:nth-child(3n-1), .news_list a:nth-child(3n) {
        width: 100%;
        margin-right: 0px;
        margin-top: 25px;
    }

    .neiye-pagetion a {
        width: 25px;
        height: 25px;
        line-height: 25px;
        margin: 0px 5px;
    }

    .neiye-pagetion .icon {
        width: 27px;
        height: 27px;
        margin: 0px;
    }

    .section-serve1 .content1 {
        padding: 20px 0px 200px;
    }

    .serve1-list .title {
        font-size: 18px;
    }
}

@media screen and (max-width: 640px) {
    .index-pro4-list li {
        padding-top: 100%;
    }

    .neiye_banner {
        height: 220px;
    }

    .loading .animate-logo {
        max-width: 200px;
    }
}
