@charset "UTF-8";

/*basic css*/
@font-face {
    font-family: 'HarmonyOS';
    src: url('../fonts/HarmonyOS_Sans_Regular.ttf');
}

@font-face {
    font-family: 'HarmonyOS bold';
    font-weight: bold;
    src: url('../fonts/HarmonyOS_Sans_SC_Bold.ttf');
}


html,
body,
dl,
dd,
img,
form,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
button {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-size: 12px;
    font-family: 'HarmonyOS', "Microsoft YaHei", '微软雅黑', "Arial";
}

body::-webkit-scrollbar {
    width: 9px;
    transition: 1s all;
}

body::-webkit-scrollbar-thumb {
    transition: 1s all;
    border: solid 2px #fff;
    width: 5px;
    border-radius: 4px;
    background-color: rgb(39 162 221 / .35);
}

body::-webkit-scrollbar-corner {
    background-color: #fff;
}

body::-webkit-scrollbar:horizontal {
    height: 9px;
}

::-webkit-selection {
    background: #27a2dd;
    color: #fff;
}

::-moz-selection {
    background: #27a2dd;
    color: #fff;
}

::selection {
    background: #27a2dd;
    color: #fff;
}

/* *:hover::-webkit-scrollbar {background-color:#ffffff;} */
*:hover::-webkit-scrollbar-thumb {
    background-color: #27a2dd;
}

input,
textarea,
button {
    padding: 0;
    font-family: 'HarmonyOS', "Microsoft YaHei", '微软雅黑', "Arial";
    /*font-family: 'SourceHanSerifCN-Regular', "思源黑体", "Microsoft YaHei", '微软雅黑', "Arial";*/
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

input {
    outline: none;
    -webkit-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 {
    -webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size:inherit;
}

a {
    cursor: pointer;
}

ul,
ol,
li {
    list-style-type: none;
}

.slick-slide:focus,
input:focus,
a:focus {
    outline: none !important;
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}

select,
input,
textarea,
button {
    vertical-align: middle;
    outline: none;
    font-family: 'HarmonyOS', "Microsoft YaHei", '微软雅黑', "Arial";
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

tr {
    margin: 0;
    padding: 0;
}

td {
    margin: 0;
    padding: 0;
}

iframe {
    border: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-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: 0;
    padding: 0;
    width: 1150px;
    margin: 0 auto;
    *zoom: 1;
}

.wrap:after {
    clear: both;
    content: "";
    display: table;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: hidden;
}

.fix {
    *zoom: 1;
}

.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
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.picture {
    position: relative;
    overflow: hidden;
}

.picture img {
    transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.each-item:hover .picture img {
    transform: scale(1.15);
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    zoom: 1.15 \9;
}

/*//水平垂直居中(不换行)*/
.wrapper-flex-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*align-items: top;*/
}

/*//水平垂直居中(换行)*/
.wrapper-flex-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

/*//水平垂直居中(一列)*/
.wrapper-flex-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset !important;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}


input::placeholder {
    color: #999999
}

input::-webkit-input-placeholder {
    color: #999999
}

.box {
    width: 76%;
    margin: auto;
}

.iphone-media {
    display: none !important;
}

.pc-media {
    display: block !important;
}

/*edd  basic */

.pagetion {
    text-align: center;
    padding: 0 0 80px;
    display: block;
    margin: auto;
}

.pro-sum .pagetion {
    padding-top: 50px;
}

.pagetion .page-btns {
    vertical-align: top;
    text-align: center;
}

.pagetion .page-btns .icon {
    display: block;
    width: 8px;
    height: 8px;
    display: block;
    border-top: 1px solid #328b9b;
    border-left: 1px solid #328b9b;
    transform: rotate(-45deg);
    margin-top: 6px;
}

.pagetion a {
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
    line-height: 20px;
    font-size: 20px;
    color: #999999;
    height: 30px;
    margin: 0 20px;
    font-family: arial;
}

.pagetion a:hover, .pagetion a.on {
    color: #edac48;
}

.pagetion a.next .icon {
    transform: rotate(135deg);
}

.pagetion a.page-btns:hover .icon {
    border-color: #edac48;
}


.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* padding: 14px 0 12px; */
    z-index: 20;

    /* background: #ddebf7; */border-bottom: 1px solid rgba(255, 255, 255, .2);
    transition: all .1s;
}

.header.no-fixed {
    top: -100%;
}

.header .center-nav {
    position: absolute;
    left: 0;
    top: 104%;
    margin-top: -4px;
    background-color: #ffffff;
    width: 200%;
    min-width: 160px;
    transition: all .3s ease, transform 0s;
    z-index: -999;
    pointer-events: none;
    border-radius: 5px;
    overflow: hidden;
    max-height: 0;
    text-align: left;
}

.hang_nav_item {
    position: relative;
}

.hang_nav_item:hover .center-nav {
    /*     display:block; */
    max-height: 320px;
    z-index: 111;
    padding: 20px 0;
    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: 0;
}

.header .center-nav a {
    display: block;
    font-size: 16px;
    line-height: 2.5;
    color: #222222;
    padding: 0 20px;
    box-sizing: border-box;
    /* font-weight: lighter; */
}

.header .center-nav a:hover {
    color: #1689d2;
}

.header .box {
    width: 100%;
    position: relative;
    z-index: 10;
    padding: 0 2%;
    box-sizing: border-box;
}

.header:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #ffffff;
    z-index: 2;
    opacity: 0;
    transition: height .05s linear, opacity .2s linear;
}

.header_on:after, .header_on1:after, .header:hover:after {
    height: 100%;
    opacity: 1
}

.header_on {
    background: #fff;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0,0,0,.1);}


.header_on1, .header:hover {
    /*background: #fff!important;*/
    padding: 14px 0 12px !important;
    border-bottom: 1px solid rgba(0, 0, 0, .05) !important;
}

.header .logo {
    float: left;
    width: 190px;
    position: relative;
    z-index: 20;
    line-height: 60px;
    margin-top: 5px;
}

.header .right {
    float: right;
    padding-left: 2%;
}

.header .nav {
    transition: all 0s;
    -webkit-transition: all 0s;
    margin: auto;
    text-align: center;
    line-height: 70px;
    margin-right: 7vw;
    /* position: relative; */
}

.pro_nav_item {
    position: static;
}

.header .sub_nav {
    position: absolute;
    top: 102%;
    left: 0;
    width: 100%;
    background: #f5f7f9;
    display: none;
    z-index: 101;
    padding: 0 10vw;
    /* margin: 12px 0; */
    /* display: none; */
}

/*.header .pro_nav_item:hover .sub_nav {*/
/*    display: block;*/
/*}*/
.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;
    /* padding-top: 20px; */
}

.header .sub_nav .sub1-item .title-nav {
    font-size: 18px;
    line-height: 2;
    color: #222222;
    display: block;
    padding-left: 30px;
    background: 90% center no-repeat rgb(255 255 255 / 0%);
    /* transition: all .5s; */
}

.header .sub_nav .sub1-item .title-nav.on {
    color: #0a62ae;
    font-weight: bold;
}

.header .header_bottom.on .nav {
    transition: all .6s;
    -webkit-transition: all 0.6s;
}

.header .sub_nav .sub1-item dd {
    display: block;
}

.pro-status {
    display: none;
    opacity: 1;
    width: 78vw;
    text-align: left;
    background: #fff;
    min-height: 500px;
    padding: 30px 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: 0 20px; */
    padding-right: 3vw;
}

.pro-status > div.i1 {
    margin: 0 -20px;
    padding: 0 40px;
}

.pro-status .titles {
    font-size: 24px;
    font-family: 'HarmonyOS bold';
    color: #222222;
    line-height:2.1;
}

.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: #fff;
    line-height: 2.1;
}

.pro-status .i2 .list.on a.on {
    color: #1689d2;
}

.pro-status .details {
    position: absolute;
    width: 15vw;
    left: 100%;
    top: -5px;
    height: 100%;
    padding-top:6px;
    display: none;
}

.pro-status1 .details {
    width: 34vw

}

.pro-status1 .d1 {
    position: absolute;
    z-index: 4; /* font-size: 20px; */
    color: #fff;
    bottom: 20px;
    left: 20px;
}

.pro-status .d2 {
    color: #666666;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.pro-status .d2 span {
    color: #222222;
}

.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.1;
    color: #222222;
    display: block;
    padding-right: 0;
    background: #fff;
    /*word-break: break-all;*/
}

.pro-status .list a:hover, .pro-status .list a.on {
    color: #1689d2;
}

.nav li {
    display: inline-block;
    /* position: relative; */
    vertical-align: top;
    text-align: left;
    padding: 20px 0;
    margin: -20px 0;
}

.nav li .t1 {
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    letter-spacing: 1px;
    margin: 0 30px;
    font-weight: bold;
    position: relative;
}

.header_on .nav li .t1, .header_on .header_bottom .en {
    color: #222;
}

.header_on1 .nav li .t1, .header_on1 .header_bottom .en,
.header:hover .nav li .t1, .header:hover .header_bottom .en {
    color: #222 !important;
}

.nav li .t1:after, .nav li.on .t1:after {
    content: '';
    width: 0%;
    height: 3px;
    background: #f7ae0f;
    position: absolute;
    bottom: -13px;
    left: 50%;
    transition: all .4s;
}

.nav li.on .t1:after {
    background: #f7ae0f;
    width: 100%;
    left: 0
}

.header_on.on .nav li .t1:after, .header:hover .nav li.on .t1:after {
    background: #f7ae0f;
    width: 100%;
    left: 0
}

.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: 0;
    width: 100%;


}

.nav li:hover .t1 {
    /* color: #0062ff; */
}

.nav li.on .t1 {
    color: #f7ae0f;
    /* font-weight: bold; */
}

.nav li .t2 {
    display: none;
    position: absolute;
    top: 100%;
    padding: 12px 8px;
    left: 0;
    width: auto;
    min-width: 100%;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
}


.nav .t2 a {
    white-space: nowrap;
    display: block;
    font-size: 14px;
    line-height: 34px;
    color: #333;
    text-align: center;
    font-weight: normal;
}

.nav .t2 a:hover {
    color: #0062ff;
}

.header .header-form {
    position: absolute;
    float: right;
    display: inline-block;
    margin: 0px -100px 0 0;
    width: 0;
    overflow: hidden;
    transition: all 0s;
    -webkit-transition: all 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;
    /* border-radius: 8px; */
    border: 1px solid transparent;
    height: 45px;
    background: #ebecef;
    overflow: hidden;
    color: #222;
    border: 1px solid rgba(255, 255, 255, .05);
}

.header-form .header-sub {
    position: absolute;
    top: 26px;
    right: 9px;
    z-index: 10;
    width: 20px;
    height: 20px;
    border: 0;
    background-color: transparent;
    background: url('../images/ico_searh1.png') no-repeat;
    background-size: cover;
    opacity: .8;
}

.header_bottom .en {
    float: right;
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 65px;
    padding-right: 40px;
    text-align: center;
    cursor: pointer;
    z-index: 20;
    margin-left: 30px;
    font-weight: lighter;
}

.header_bottom .en:after {
    width: 20px;
    height: 7px;
    content: '';
    background: url("../images/icon-jiao.png");
    background-size: 100% 100%;
    display: block;
    position: absolute;
    top: 30px;
    right: 0;
}


.header_bottom .en .en_item {
    position: absolute;
    top: 100%;
    right: -10px;
    width: 100px;
    background: #fff;
    box-sizing: border-box;
    padding: 10px;
    line-height: 2;
    display: none;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.header_bottom .en .en_item a {
    display: block;
    color: #333333;
}

.header_bottom .en .en_item a:hover {
    color: #0062ff;
}

.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 0;
    margin-top: 15px;
    box-sizing: border-box;
    line-height: 1;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    border-radius: 30px;
}

.header_bottom.on .h_header {
    width: 210px;
}

.header_bottom.on .header-form {
    width: 210px;
    transition: all .6s;
    -webkit-transition: all .6s;
    z-index: 75;
}

.header_bottom.on .header-search {
    opacity: 0;
}

.header-search img:nth-child(2), .logo img:nth-child(1) {
    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;
}

.pro-sum {
    align-items: flex-start;
    padding: 20px 0;
}

.pro-sum .left {
    /* width: 18%; */
}

.pro-sum .left .item {
    border-top: 1px dashed rgb(17 148 209 / 37%);
    padding: 20px 0;
}

.pro-sum .left .tit {
    font-size: 23px;
    cursor: pointer;
    font-family: 'HarmonyOS bold';
    color: #222222;
    padding: 10px 20px 10px 0;
    background: url("../images/icon-arrows-black.png") 102% center no-repeat;
}

.pro-sum .left .tit.on {
    background: url("../images/icon-arrows-black1.png") 95% center no-repeat;

}

.pro-sum .left .item.show .tit.on {
    background: url("../images/icon-arrows-black1.png") 95% center no-repeat;
}

.pro-sum .left .content {
    display: none;
}

.pro-sum .left .item.show .content {
    display: block !important;
}

.pro-sum .left .content a {
    display: block;
    color: #222222;
    font-size: 16px;
    line-height: 2.5;
}

.pro-sum .left .content a:hover, .pro-sum .left .content a.on {
    color: #1689d2;
}

.pro-sum .right {
    width: 78%;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: calc(100% - 320px);
}

.pro-sum .right .picture {
    width: 100%;
    height: 370px;
    /* border-radius: 10px; */
    overflow: hidden;
    position: relative;
    background: #f5f6fa;
}

.pro-sum .right li, .pro-sum .right.first li:nth-child(3n - 2) {
    width: 30%;
    margin-bottom: 30px;
    margin-left: 5%;
}

.pro-sum .right li a {
    display: block;
}

.pro-sum .right li:nth-child(3n - 2), .pro-sum .right.first li:nth-child(3n) {
    margin-left: 0;
}

.pro-sum .right.first li:first-child {
    width: 65%;
    margin-left: 0;
}

.pro3-d .pro-sum a .picture {
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.pro3-d .pro-sum {
    margin: 0 auto;
    padding: 50px 0;
}

.pro3-d .right {
    width: 100%;
}

.pro-sum .right.first li:first-child .more {
    display: none;
}

.pro-sum .right.first li:first-child .picture {
    height: 470px;
}

.pro-sum .right .picture .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: center center no-repeat;
    transition: all .5s;
    background-size: cover;
}

.pro3-d .right li:first-child .more {
    display: block;
}

.pro-sum .right a:hover .bg {
    width: 120%;
    height10%;
    left: -10%;
}

.pro-sum .right .lans {
    font-size: 18px;
    line-height: 1.8;
    margin: 20px 0;
    color: #222222;
}

.pro-sum .right .l1 {
    font-weight: lighter;
    color: #f7ae0f;}

.pro-sum .right .l2 {
    font-size: 24px;
    margin: 2px 0;
    font-weight: bold;
}

.pro-sum .right .l3 {
    color: #666666;
    font-weight: lighter;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.pro-sum .right .more {
    width: 110px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    /* border-radius: 5px; */
    font-size: 14px;
    color: #222222;
    transition: all .4s;
}

.pro-sum .right a:hover .more {
    background: #f6ad10;
    color: #FFFFFF;
}

.fixed-nav {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 10;
}

.fixed-nav a {
    /*  overflow: hidden; */
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    /*background: #FFFFFF;*/
    margin: 7px auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    position: relative;
}

.fixed-nav .show {
    border-radius: 5px;
    position: absolute;
    background: #fff;
    line-height: 50px;
    width: 120px;
    color: #222;
    top: 0;
    left: -110px;
    font-size: 14px;
    display: none;
    text-align: center;
}

.fixed-nav a:hover .show {
    display: block;
    pointer-events: none;
}

.fixed-nav a:first-child {
    cursor: default;
}

.common-banner {

    overflow: hidden;
}

.common-banner-wrapper {
    position: relative;
}

.common-banner-wrapper .bg {
    padding-bottom: 78vh;
    background: center center no-repeat;
    background-size: cover;
}

.common-banner-wrapper .neiye-title {
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* padding-right: 37%; */box-sizing: border-box;}
.neiye-container11 .common-banner-wrapper .neiye-title{
    padding-right: 0;
    text-align: left;
    width: 76%;
    padding-right: 37%;
}
.pro-container .common-banner-wrapper .neiye-title{
    padding-right: 37%;
}
.neiye-title .tips {
    font-size: 24px;
    color: #328b9b;
    font-weight: bold;
}

.common-banner-wrapper .title {
    font-size: 56px;
    font-family: 'HarmonyOS bold';

    margin: 10px 0;
}

.common-banner-wrapper .desc {
    font-size: 20px;
    line-height: 1.5;
}

.common-banner-bottom {
    background: rgba(0, 0, 0, .8);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
}

.common-banner-bottom .re {
    position: relative;
}

.common-banner-bottom .box {
    position: relative;

}

.common-banner-bottom-bg {
    opacity: 0.6;
    background: center bottom no-repeat #000;
    filter: blur(6px);
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    z-index: 0;
}

.common-banner-bottom a {
    font-size: 18px;
    color: #FFFFFF;
    display: inline-block;
    padding: 20px 40px;
    transition: all .4s ease;
    line-height: 40px;
}

.common-banner-bottom img {
    margin-right: 5px;
}

.common-banner-bottom a:hover, .common-banner-bottom a.on {
    background: #fabc02;
}

.common-title-container {

}

.common-title-container .common-title {
    font-size: 44px;
    color: #222222;
    font-family: 'HarmonyOS bold';
    margin-bottom: 20px;
    margin-top: 3px;
}

.common-title-container .common-icon {
    width: 30px;
    height: 4px;
    background: #328b9b;
    margin-bottom: 20px;
}

.common-title-container .common-icon span {
    background: #328b9b;
    width: 50%;
    height: 4px;
    display: block;
}

.common-title-container .common-tips {
    font-size: 22px;
    line-height: 1.5;
    color: #333333;
    margin-bottom: 30px;
}

/*honor-section*/
.honor-section {
    padding: 100px 0;
}

.honor-section1 {
    background: url("../images/bg1.jpg") center center no-repeat;
    background-size: cover;
}

.honor-section1 .lans {
    width: 40%;
}

.honor-section1 .pic {
    width: 45%;
}

.about-section1 .pic {
    width: 41%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.about-section1 .icon-play {
    width: 76px;
    height: 76px;
    position: absolute;
    top: calc(50% - 38px);
    left: calc(50% - 38px);
}

.honor-section1 .tip {
    font-size: 20px;
    color: #005ca1;
    font-family: "HarmonyOS bold";
}

.date-sum {
    position: relative;
    width: 80%;
    max-width: 1100px;
}

.date-sum:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #eeeeee;
    position: absolute;
    bottom: 41px;
    left: 0;
    z-index: 1;
}

.index-process .ting .swiper-slide {
    margin: 10px 0;
    transition: all .5s;
    background: #fff;
}

.index-process .ting .swiper-slide:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.index-process .date-sum .swiper-container {
    background: transparent !important;
    width: 100%;
    text-align: center;
    /* padding-top: 10px; */
    z-index: 5;
}

.date-sum .swiper-slide {
    padding-bottom: 20px;
    position: relative;
    font-weight: 500;
}

.date-sum .swiper-slide:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 2px solid #dddddd;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    z-index: 10;
    background: #f4f6fb;
    left: calc(50% - 4px);
}

.index-process {
    background: #f4f6fb;
}

.index-process .swiper-container {
    margin: 30px auto;
    width: 99.5%;
}

.index-process .swiper-slide {
    /* background: #FFFFFF; */
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 20px;
}

.index-process .swiper-slide-active {
    color: #328b9b;
}

.index-process .swiper-slide-active:after {
    border-color: #328b9b;
}

.index-process .lans {
    padding: 0 30px 150px;
    position: relative;
    z-index: 2;
    margin-top: -27px;
    box-sizing: border-box;
    background: url('../images/icon-line1.png') 30px bottom no-repeat;
}

.index-process a:hover .lans {
    background: url('../images/icon-line.png') 30px bottom no-repeat;
}

.index-process .date {
    margin-top: -3px;
    line-height: 30px;
    display: inline-block;
    margin-left: -30px;
    background: #FFFFFF;
    border-radius: 10px 10px 0 0;
    font-size: 20px;
    color: #222222;
    padding: 2px 30px;
    font-weight: bold;
}

.index-process a:hover .date {
    color: #f7b21a;
}

.index-process .desc {
    font-size: 20px;
    line-height: 1.7;
    color: #444;
    padding-top: 20px;
    -webkit-line-clamp: 4;
}

.index-process .swiper-button-prev, .index-process .swiper-button-next {
    top: auto;
    background: url('../images/icon-prev1.png');
    background-size: cover;
    bottom: 20px;
    width: 50px;
    height: 50px;
}

.index-process .swiper-button-next {
    transform: rotate(180deg);
}

.index-process .swiper-button-prev:hover, .index-process .swiper-button-next:hover {
    background: url('../images/icon-prev2.png');
    background-size: cover;
}

/*.honor-section2*/
.honor-section2 {
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.honor-section2 .content, .honor-section3 .content {
    width: 100%;
    padding: 35px 0;
    position: relative;
}

.honor-section .swiper-pagination {
    text-align: center;
    width: 100%;
}

.honor-section2 .swiper-slide, .honor-section3 .swiper-slide {
    background: #FFFFFF;
    padding: 35px 60px;
    box-sizing: border-box;
    color: #333333 !important;
    font-size: 16px;
    text-align: center;
}

.honor-section2 .swiper-slide .desc, .honor-section3 .swiper-slide .desc {
    padding: 15px 0 0;
}

.honor-section2 * {
    color: #FFFFFF !important;
}

.honor-section2 .swiper-pagination {
    display: none;
}

.honor-section3 {
    background: #f4f6fb;
}

.honor-section3 .swiper-container {
    width: 100%;
}

.honor-section4 {
    background: #FFFFFF;
}

.honor-section4 .swiper-slide {
    background: #f9f9fa;
}

.honor-section5 {
    padding: 0;
}

.honor-section5 .box {
    padding: 100px 5%;
    box-sizing: border-box;
    background: center center no-repeat;
    background-size: cover;
}

.honor-section5 * {
    color: #FFFFFF !important;
}

.team-list {

}

.team-list li {
    width: calc(25% - 24px);
    display: inline-block;
    vertical-align: top;
    margin-left: 28px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.team-list li:nth-child(4n - 3) {
    margin-left: 0;
}

.team-list a {
    width: 100%;
}

.team-list .pic {
    padding-top: 50%;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.team-list .bg {
    position: absolute;
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
    background: center center no-repeat;
    background-size: cover;
    transition: all .4s;

}

.team-list a:hover .bg {
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;

}

.team-list .desc {
    font-size: 22px;
    color: #333333;
}

.icon-more {
    width: 150px;
    margin: 30px auto;
    text-align: center;
    display: block;
}

.icon-more .text {
    font-size: 20px;
    color: #333333;
}

.icon-more .icon {
    width: 16px;
    height: 3px;
    margin: 10px auto;
    background: #328b9b;
    transition: all .5s;
}

.icon-more:hover .icon {
    background: #328b9b;
}

/*contact-section*/
.contact-section .box {

    align-items: start;
    padding: 100px 0;
}

.contact-section .info {
    width: 45%;
}

.contact-section .form {
    width: 48%;
}

.contact-section .title {
    font-size: 56px;
    font-family: 'HarmonyOS bold';
    color: #222222;
}

.contact-section .form .liuyan-form {
    position: relative;
    border-top: 2px solid #1689d2;
    margin-top: 20px;
}

.contact-section .form .liuyan-form:after {
    content: '';
    position: absolute;
    background: url(../images/line.png);
    width: 200px;
    height: 15px;
    top: -15px;
    right: 0;
}

.liuyan-form li {
    justify-content: flex-start;
    margin: 20px 0 0;
}

.liuyan-form .tit {
    font-size: 16px;
    color: #222222;
    line-height: 20px;
    display: block;
    text-transform: capitalize;
}

.liuyan-form .tit span {
    color: #00459a;
}

.liuyan-form .content {

}


.liuyan-form .content.border {
    border: 1px solid #ddd;
    margin-top: 8px;

}

.liuyan-form .content.select {
    background: url("../images/icon-arrows.png") calc(100% - 10px) 15px no-repeat;
}

.liuyan-form .content select {
    cursor: pointer;
}

.liuyan-form .content input[type="radio"] {
    display: none;
}

.liuyan-form .content input,
.liuyan-form .content select,
.liuyan-form .content textarea {
    line-height: 55px;
    height: 55px;
    font-size: 18px;
    color: #222222;
    padding: 0 30px;
    box-sizing: border-box;
    width: 100%;
    display: block;
    border: 0;
    background: transparent;
}

.liuyan-form .content textarea {
    height: 120px;
    resize: none;
    line-height: 2;
    padding-top: 10px;
}

.radios-group {
    padding: 25px 0;
}

.radios-group .r-item {
    font-size: 16px;
    line-height: 20px;
    margin-right: 70px;
    margin-bottom: 10px;
}

.radios-group .r-item:last-child {
    margin: 0;
}

.radios-group .icon {
    background: url("../images/radio-white.png");
    width: 20px;
    height: 20px;
    background-size: cover;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.radios-group .r-item.checked .icon {
    background: url("../images/radio-yellow.png");
    background-size: cover;

}

.radios-group .r-item.checked {
    color: #328b9b;
}

.li-md-1 {
    width: 100%;
}

.li-md-2 {
    width: 48%;
}

.submit-btns {
    margin: 40px 0 0;
}

.submit-btns .button {
    width: 180px;
    line-height: 60px;
    font-size: 16px;
    text-align: center;
    margin-right: 50px;
    transition: all .3s;
    cursor: pointer;
}

.submit-btns .submit {
    color: #ffffff;
    background: #f6ad10;
}

.submit-btns .submit:hover {
    background: #edac48;
}

.submit-btns .reset {
    color: #222222;
    background: #f7f7f7;
}

.submit-btns .reset:hover {
    background: #dddddd;
}

.contact-list {
    align-items: start;
}

.contact-list .tit {
    font-family: 'HarmonyOS bold';
    color: #1689d2;
    text-transform: capitalize;
}

.contact-list .desc {
    color: #333333;
    font-size: 18px;
    padding: 10px 0;
}

.contact-list .desc a {
    width: 25px;
    margin: 5px 0 5px 5px;
}

.contact-list .desc a img:nth-child(1) {
    display: block;
}

.contact-list .desc a img:nth-child(2) {
    display: none;
}

.contact-list .desc a:hover img:nth-child(1) {
    display: none;
}

.contact-list .desc a:hover img:nth-child(2) {
    display: block;
}

.contact-list .li-md-1 {
    color: #444444;
}

.contact-list .li-md-1:nth-last-child(2) .tit {
    color: #222222;
    text-transform: inherit;
}

/*case-nav*/
.case-nav {
    padding: 27px 0;
}

.case-nav a {
    padding: 10px;
    box-sizing: border-box;
}

.case-nav .item {
    font-size: 16px;
    color: #333333;
    text-align: center;
    padding: 45px 10px;
    box-sizing: border-box;
    display: block;
    margin: auto;
    border-radius: 10px;
    transition: background-color .5s;
}

.case-nav .item:hover, .case-nav .on .item {
    color: #FFFFFF;
    box-shadow: 0 0 10px rgba(22, 137, 210, 0.15);
    background: #1689d2;
}

.case-nav .icon {
    width: 55px;
    margin: 0 auto 10px;
}

.case-nav a .icon img:nth-child(2) {
    display: block;
}

.case-nav a .icon img:nth-child(1) {
    display: none;
}

.case-nav a:hover .icon img:nth-child(2), .case-nav .on .icon img:nth-child(2) {
    display: none;
}

.case-nav a:hover .icon img:nth-child(1), .case-nav .on .icon img:nth-child(1) {
    display: block;
}

/*case*/
.case-list1 {

}

.case-list1 a {
    background: #f4f6fb;
    border-radius: 8px;
    overflow: hidden;
}

.case-list1 .picture {
    width: 52%;
    padding-top: 29%;
    position: relative;
}

.case-list1 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: center center no-repeat;
    background-size: cover;
    transition: all .4s;
}

.case-list1:hover .bg {
    width: 105%;
    height: 105%;
    left: -2.5%;
    right: -2.5%;
}

.case-list1 .lans {
    width: 44%;
    box-sizing: border-box;
    padding: 3vh;
}

.case-list1 .l1 {
    color: #333333;
    font-size: 40px;
    font-family: 'HarmonyOS bold';
}

.case-list1 .l2 {
    font-size: 20px;
    color: #666666;
    margin: 30px 0 100px;
}

.case-list2 {
    padding-bottom: 80px;
}

.case-list2 li {
    border-radius: 8px;
    overflow: hidden;
    background: #f4f6fb;
    width: calc(33.3% - 35px);
    margin-left: 48px;
    margin-top: 50px;
    display: inline-block;
    vertical-align: top;
    animation-delay: .3s;
}

.case-list2 a {
    display: block;
}

.case-list2 li:nth-child(3n - 2) {
    margin-left: 0;
    animation-delay: 0s;
}

.case-list2 li:nth-child(3n - 1) {
    animation-delay: .15s;
}

.case-list2 .picture {
    width: 100%;
    padding-top: 60%;
    position: relative;
}

.case-list2 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: center center no-repeat;
    background-size: cover;
    transition: all .4s;
}

.case-list2 li:hover .bg {
    width: 105%;
    height: 105%;
    left: -2.5%;
    right: -2.5%;
}

.case-list2 .lans {
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
}

.case-list2 .l1 {
    color: #333333;
    font-size: 30px;
    font-family: 'HarmonyOS bold';
}

.case-list2 .l2 {
    font-size: 20px;
    color: #666666;
    line-height: 1.4;
    margin: 16px 0 25px;
    -webkit-line-clamp: 2;
    min-height: 56px;
}

a:hover .more-icon {
    background: #f6ad10;
    color: #FFFFFF;
}

.more-icon {
    width: 140px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    background: #FFFFFF;
    transition: all .4s;
}

/*news*/
.neiye_title {
    float: left;
}

.new-d {
    /*padding: 140px 0;*/
    width: 74%;
    float: left;
}

.new-d .content {
    background-color: #ffffff;
    padding: 50px;
    box-sizing: border-box;
}

.new-d .title {
    font-size: 32px;
    color: #222222;
    line-height: 1.7;
}

.new-d .mess {
    /* font-weight: lighter; */
    padding: 15px 0 20px;
    font-size: 14px;
    border-bottom: 1px solid #dddddd;
    line-height: 1.8;
}

.new-d .mess li {
    color: #999999;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    margin-right: 70px;
}

.new-d .mess li:last-child {
    float: right;
    text-align: right;
    margin: 0;
}

.new-d .mess .fs {
    font-size: 16px;
    line-height: 28px;
    color: #222222;
}

.new-d .mess .fs_lagren {
    margin-right: 40px;
}

.new-d .mess .fs_diminish {
}

.new-d .editors {
    padding: 20px 0 30px;
    font-size: 20px;
    color: #444444;
    line-height: 1.8;
    /* font-weight: lighter; */
}

.new-d .case-bottom {

}

.new-d .case-bottom .tit {
    font-size: 24px;
    color: #222222;
    font-family: "HarmonyOS bold";
    padding: 30px 0 20px;
}

.new-d .case-bottom .list {
}

.new-d .case-bottom .list a {
    width: 48%;
    align-items: center;
}

.new-d .case-bottom .list .picture {
    width: 48%;
}

.new-d .case-bottom .list .info {
    width: 48%;
}

.new-d .case-bottom .list .title {
    font-size: 24px;
    color: #222222;
    font-family: "HarmonyOS bold";
}

.new-d .case-bottom .list .desc {
    font-size: 18px;
    color: #666666;
}

.news-left {
    width: 23%;
    float: right;
    box-sizing: border-box;
}

.news-left .tit {
    font-size: 18px;
    color: #222222;
    padding: 20px 0 0;
    font-weight: bold;
}

.news-left a {
    /* display: block; */
    color: #777777;
    position: relative;
    line-height: 1.8;
    margin: 20px 0;
    background: #fff;
    box-sizing: border-box;
    padding: 30px 30px;
}

.news-left .info {
    padding-top: 15px;
}

.news-left .date {
    font-size: 18px;
    color: #444444;
}

.news-left .title {
    font-size: 22px;
    color: #222222;
    font-weight: bold;
    margin: 0 0 10px;
}

.news-left .details {
    width: 110px;
    line-height: 40px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    transition: all .3s;
    color: #333333;
}

.news-left a:hover .details {
    background: #f6ad10;
    color: #FFFFFF;
    border: 0;
}

.new-details {
    padding: 35px 0 80px;
}

.editors img {
    margin-bottom: 10px;
}

.next-title {
    font-size: 24px;
    color: #222222;
    margin: 50px 0 10px;
}

.new_pagetion {
    text-align: center;
    /* padding-top: 30px; */
    background: #fff;
    padding: 0 50px;
    margin-top: 20px;
    align-items: self-start;
}

.link-list {

    margin-left: -2px;
}

.link-list a {
    width: 28px;
    margin-right: 10px;
}

.new_pagetion a {
    font-size: 14px;
    box-sizing: border-box;
    color: #222;
    /* font-weight: lighter; */
    line-height: 33px;
    width: 50%;
    box-sizing: border-box;
    text-align: left;
    padding: 20px 0;
}

.new_pagetion .date {
    font-size: 14px;
    color: #aeb1b5;
}

.new_pagetion a img {
    vertical-align: top;
}

.new_pagetion a:hover, .new_pagetion a:hover .ones {
    color: #004b9d;
}

.new_pagetion .ones {
    font-size: 18px;
    color: #222222;
}

.new_pagetion a:first-child {
    text-align: left;
    border-right: 1px solid #eee;
    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: #444444;
    font-family: 'arial'
}

.news_top .t1 {
    font-size: 26px;
    margin-top: 22px;
    color: #222222;
}

.news_top .t2 {
    font-size: 14px;
    /* font-weight: lighter; */
    color: #888;
    line-height: 2;
    margin: 15px 0 40px;
    -webkit-line-clamp: 2;
}

.news_top .t3 {
    font-size: 14px;
    color: #666666;
    font-family: Avenir-Book-woff-5_0;
}

.news_top .more img:nth-child(1) {
    opacity: .55;
    margin-left: -5px;
}

.news_top:hover .more {
    color: #27a2dd;
}

.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 #eeeeee;
    /* padding-top: 40px; */
}

.new_bottom a {
    position: relative;
    box-sizing: border-box;
    padding: 30px 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    display: block;
    border-top: 1px solid #eeeeee;
}

.new_bottom a:before {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all .15s;
    background: #27a2dd;
}

.new_bottom a:hover:before {
    left: 0;
    width: 100%;
}

.new_bottom .l_right {
    width: 150px;
    float: left;
    margin-top: 10px;
    font-family: arial;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    padding: 22px 2%;
    box-sizing: border-box;
    font-size: 26px;
    color: #444;
}

.new_bottom .lr1 {
    border-bottom: 1px dashed #666;
    padding-bottom: 13px;
    margin-bottom: 13px;
}

.new_bottom .lr2 {
    /* color: #999999; */
}

.new_bottom .r_right {
    line-height: 1.8;
    width: calc(100% - 200px);
    float: right;
    padding-top: 10px;
}

.new_bottom .rr1 {
    font-size: 22px;
    color: #222;
    transition: all .3s;
}

.new_bottom a:hover .rr1 {
    color: #27a2dd;
}

.new_bottom .rr2 {
    font-size: 16px;
    color: #888888;
    line-height: 1.8;
    /* font-weight: lighter; */
    -webkit-line-clamp: 2;
    margin-top: 8px;
}

.new_bottom .more {
    color: #888;
    font-size: 14px;
    margin-top: 16px;
    transition: all .3s;
}

.new_bottom a .more img:nth-child(1) {
    opacity: .55;
    margin-left: -5px;
}

.new_bottom a:hover .more {
    color: #27a2dd;
}

.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 .share_news {
    display: inline-block;
}

/*support*/
.support-content {

}

.video-list {
    padding: 40px 0 60px 0;
}

.video-list li {
    width: calc(33.3% - 33px);
    /* float: left; */
    margin: 21px -1px 21px 0;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.video-list a {
    font-size: 20px;
    color: #222222;
}

.video-list .t3 {
    font-size: 18px;
}

.video-list a:hover .t3 {
    color: #f6ad10;
}

.video-list .icon-down {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.video-list a .icon-down img:nth-child(2), .video-list a:hover .icon-down img:nth-child(1) {
    display: none;
}

.video-list a .icon-down img:nth-child(1), .video-list a:hover .icon-down img:nth-child(2) {
    display: block;
}

.video-list li:nth-child(3n - 1) {
    margin: 21px 47px;
}

.video-list .t1 {
    position: relative;
}

.video-list .t2 {
    font-size: 20px;

    padding: 20px 0 10px;
    color: #222222;
}

.video-list .play {
    width: 65px;
    position: absolute;
    top: calc(50% - 33px);
    left: calc(50% - 33px);
}

.video-list a {
    display: block;
}

.window_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .8);
    z-index: 20;
    display: none;
}

.window_video {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 25;
    width: 800px;
    background: #ffffff;
    display: none;
    height: 50%;
}

.videos_img {
    position: relative;
    width: calc(100% - 30px);
    margin: 15px;
    height: 93%;
}

.videos_img .close {
    position: absolute;
    top: -30px;
    right: -30px;
    z-index: 10;
    width: 30px;
}

.common-form {

    background: #f8fafb;
    padding: 40px 0 60px 0;
}

.common-form .box {

    align-items: start;
}

.common-form .info-desc {

    width: 35%;
    padding-top: 20px;
}

.common-form .info-desc .tit {
    font-size: 30px;
    font-family: 'HarmonyOS bold';
    color: #222222;
}

.common-form .info-desc .desc {
    font-size: 20px;
    color: #444444;
    margin: 20px 0 25px;
}

.common-form .info-desc .button {
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    background: #f6ad10;
    color: #FFFFFF;
    width: 150px;
}

.info-form {

    width: 60%;
}

.info-form li {
    position: relative;
}

.info-form li .content {
    margin: 0;
}

.info-form .tit {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #666666;
}

.info-form .liuyan-form .content {
    border: 0;
}

.info-form .liuyan-form .content input, .info-form .liuyan-form .content select, .info-form .liuyan-form .content textarea {
    line-height: 45px;
    padding: 0 15px;
    height: 45px;
    border: 0;
    background: #fff;
}

.info-form .li-md-3 {
    width: calc(100% - 150px);
}

.info-form .liuyan-form .li-md-3 .content textarea {
    height: 60px;

}

.info-form .li-md-4 {
    width: 130px;
}

.info-form .li-md-4 .submit {
    line-height: 60px;
    height: 60px;
    background: #f6ad10;
    font-size: 20px;
    color: #FFFFFF;
    display: block;
    text-align: center;

    margin: 5px 0 0;
    width: 100%;
}

.common-form .info-desc .button:hover, .info-form .li-md-4 .submit:hover {
    background: #edac48;
}

/*common-footer*/
.common-footer {
    position: relative;
    background: url("../images/bg-footer.png") center center no-repeat;
    background-size: cover;
    padding: 55px 0 0;
}

.common-footer .scroll-top {
    position: absolute;
    top: 35px;
    right: 6%;
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0 0;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(11, 69, 155, 0.34);
}

.common-footer .company-info {
    width: 300px;
}

.common-footer .company-info .logo {
    width: 200px;
}

.common-footer .company-info .info {
    padding: 25px 0 40px;
}

.common-footer .company-info .info a {
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    display: block;
}

.common-footer .link-list a img:nth-child(1) {
    display: block;
    /* opacity: .3; */
}

.common-footer .link-list a img:nth-child(2) {
    display: none;
}

.common-footer .link-list a:hover img:nth-child(1) {
    display: none;
}

.common-footer .link-list a:hover img:nth-child(2) {
    display: block;
}

.common-footer .list {
    width: calc(100% - 430px);
}

.common-footer .list li:nth-child(1) {

    width: 47%;
}

.common-footer .list .tit {
    font-size: 22px;
    color: #333333;
    font-family: "HarmonyOS bold";
    padding: 20px 0;
    text-transform: capitalize;
}

.common-footer .list .menu-link {

}

.common-footer .list .menu-link a {
    font-size: 16px;
    color: #666666;
    display: block;
    min-width: 100%;
    line-height: 40px;
}

.common-footer .list .menu-link a:hover {
    color: #f6ad10;
}

.common-footer .list li:first-child .menu-link a {
    /*min-width: 50%;*/
}

.common-footer-bottom {
    font-size: 16px;
    padding: 45px 0 25px;
    color: #999999;
    text-align: center;
    text-transform: capitalize;
}

.common-footer-bottom a {
    color: #999999;
}

/*pro*/

/*pro_D.html*/
.prod {
    padding: 100px 0 50px;
}

.prodetails .left {
    width: 41%;
    float: left;
    position: relative;
}

.prodetails .swiper-button-next {
    right: 0;
    background: url("../images/prev.png");
    width: 20px;
    height: 100%;
    border-radius: 0;
    background-size: 100% 100%;
    top: 0;
    margin-top: 0;
}

.prodetails .swiper-button-next:hover {
    background: url("../images/prev1.png");
}

.prodetails .swiper-button-prev {
    left: 0;
    background: url("../images/next.png");
    width: 20px;
    height: 100%;
    border-radius: 0;
    background-size: 100% 100%;
    top: 0;
    margin-top: 0;
}

.prodetails .swiper-button-prev:hover {
    background: url("../images/next11.png");
}

.prodetails .smallView {
    position: relative;
}

.prodetails .left #bigView {
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
}

.prodetails .left #smallView {
    width: calc(100% - 50px);
    margin: 20px auto 0;
}

.prodetails .left #smallView .swiper-slide {
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
}

.prodetails .left #smallView .swiper-slide.swiper-slide-active {
    border-color: #222222;
}

.prodetails .left a {
    display: block;
}

.contact_eng .left1 {
    float: left;
    width: 56%;
    border: 1px solid #e5e5e5;
}

.prodetails {
    padding-bottom: 80px;
    align-content: baseline;
}

.prodetails .right {
    width: 52%;
    float: right;
    /* margin-top: 8vh; */
}

.prodetails .right .title {
    font-size: 42px;
    font-weight: bold;
    color: #222222;
}

.preview {
    /* float:left; */
    width: 100%;
    margin-right: 50px;
    border: 1px solid rgba(215, 215, 215, .3);
    position: relative;
}

.pro-title {
    line-height: 100px;
    background: #f2f5f9;
    font-size: 26px;
    text-align: left;
    font-weight: bold;
    color: #222222;
}

.prodetails .pro-title {
    margin: 40px 0;
    text-align: center;
    line-height: 70px;
}

.prodetails .to-link {
    background: #f6ad10;
    display: block;
    color: #FFFFFF;
    font-family: "HarmonyOS bold";
}

/* smallImg */

.smallImg {
    position: relative;
    height: 90px;
    margin-top: 1px;
    padding: 15px 5px;
    width: 100%;
    overflow: hidden; /* float: left; */
}

.scrollbutton {
    width: 25px;
    height: 90px;
    overflow: hidden;
    position: relative;
    float: left;
    cursor: pointer;
}

.scrollbutton.smallImgUp, .scrollbutton.smallImgUp.disabled {
    background: url(../images/next.png) no-repeat left center;
}

.scrollbutton.smallImgDown, .scrollbutton.smallImgDown.disabled {
    background: url(../images/prev.png) no-repeat left center;
    position: absolute;
    top: 15px;
    right: 0;
}

.scrollbutton.smallImgDown:hover, .scrollbutton.smallImgDown.disabled:hover {
    background: url(../images/prev1.png) no-repeat left center;
}

.scrollbutton.smallImgUp:hover, .scrollbutton.smallImgUp.disabled:hover {
    background: url(../images/next11.png) no-repeat left center;
}

#imageMenu {
    height: 90px;
    width: calc(100% - 25px);
    overflow: hidden;
    margin-left: 0;
    float: left;
}

#imageMenu ul {
    margin-left: -5px;
}

#imageMenu li {
    height: 90px;
    width: 102px;
    overflow: hidden;
    float: left;
    text-align: center;
    position: relative;
}

#imageMenu li img {
    width: 90px;
    height: 90px;
    cursor: pointer;
    border: 1px solid #efefef;
    box-sizing: border-box;
    position: relative;
}

#imageMenu li .play {
    content: '';
    background: url("../images/icon-play.png");
    background-size: 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 {
    width: 90px;
    height: 90px;
    border: 2px solid #003292;
}

/* bigImg */

.bigImg {
    position: relative; /* float: left; */
    width: 100%;
    overflow: hidden; /* border:1px solid #ddd; */
    padding-top: 100%;
}

/*.bigImg #midimg {width:100%;padding-top: 100%;position: relative;}*/
.bigImg #midimg, .video_sum video {
    max-height: 100%;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 6;
}

.video_sum {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    line-height: 100%;
    background: #000;
    z-index: 6;
}

.pro-d-list {
    padding-bottom: 100px;
}

.pro-list {
    align-items: start;
}

.pro-list li {
    width: 48%;
    align-items: flex-start;
    margin-top: 20px;

}

.pro-list .icon {
    width: 60px;
    border: 2px solid #1689d2;
    border-radius: 50%;
    overflow: hidden;
    box-sizing: border-box;
    /* padding: 10px; */
}

.pro-list .lans {
    width: calc(100% - 80px);
    font-size: 20px;
    line-height: 1.2;
    color: #222222;
    text-align: left;
}

.pro-d-list, pro-d-list-down {
    align-items: flex-start;
}

.pro-d-list li {
    width: 48%;
    padding: 60px 0 0;
}

.pro-d-list .title {
    padding: 10px 35px;
    line-height: 70px;
    background: #f2f5f9;
    font-size: 26px;
    text-align: left;
    font-weight: bold;
    color: #222222;
}

.pro-d-list .content {
    font-size: 20px;
    color: #222222;
    margin: 20px 0 0;
}

.pro-d-list .content td:nth-child(1) {
    font-weight: bold;
    vertical-align: top;
}

.pro-d-list .content td {
    padding: 15px 20px;
    min-width: 130px;
    /* white-space: break-spaces; */
}

.pro-d-list-down {
    padding: 30px 0;
}

.pro-d-list-down a {
    width: 48%;
    margin: 30px 0;
    padding-left: 40px;
    background: url("../images/icon-down-black.png") 0 10px no-repeat;
    box-sizing: border-box;
}

.pro-d-list-down a:hover .title {
    color: #1689d2;
}

.pro-d-list-down .title {
    font-size: 20px;
    color: #222222;
    margin-bottom: 6px;
}

.pro-d-list-down .date {
    font-size: 16px;
    color: #666666;
}

.pro3-d, .pro4-d, .pro5-d, .pro6-d {
    padding: 60px 0;
}

.pro5-d .box {
    background: #f5f6fa;
    padding: 30px 60px;
    box-sizing: border-box;
}

.pro5-d input, .pro5-d textarea {
    background-color: #FFFFFF !important;
}

.pro5-d .liuyan-form .content.select {
    background-color: #FFFFFF !important;
}

.pro3-d .pro-sum a .picture {
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.pro3-d .pro-sum {
    margin: 0 auto;
    padding: 50px 0;
}

.pro3-d .right {
    width: 100%;
    max-width: 100%;
}

.pro3-d .right li:first-child, .pro3-d .right li, .pro3-d .pro-sum .right.first li:nth-child(3n) {
    width: 30%;
    /* margin-left: 2.6%; */
}
.pro3-d .right li{
    /* width:22% */
}
.pro3-d .right li:nth-child(4n-3) {
    margin-left: 0
}

.pro3-d .right li:first-child, .pro3-d .right li,.pro3-d .pro-sum .right li:nth-child(3n - 2), .pro3-d .pro-sum .right.first li:nth-child(3n) {
    width: 23%;
    margin-left: 2.6%;
}

.pro3-d .right li:nth-child(4n-3) {
    margin-left: 0!important;}

.pro4-d {
    background: #f5f6fa;
}

.video_sum video {
    width: 100%;
}

.pro-table {
    width: 100%;
}

.pro-table th {
    font-size: 20px;
    font-family: "HarmonyOS bold";
    color: #222222;
    background: #f2f5f9;
    padding: 15px 30px;
}

.pro-table tr td {
    padding: 15px 30px;
    font-size: 20px;
    line-height: 1.4;
    color: #222222;
    border: 1px solid #eeeeee;
    background: #FFFFFF;
    box-sizing: border-box;
}

.pro-table tr:nth-child(odd) td {
    background: #f8f9fb;
}

.pro-table tr td:first-child {
    /*background: #FFFFFF;*/
}

.bigImg #winSelector {
    width: 235px;
    height: 210px;
    z-index: 10;
}

#winSelector {
    position: absolute;
    cursor: crosshair;
    filter: alpha(opacity=15);
    -moz-opacity: 0.15;
    opacity: 0.15;
    background-color: #000;
    border: 1px solid #fff;
}

/* bigView */

#bigView {
    position: absolute;
    border: 1px solid #ddd;
    overflow: hidden;
    z-index: 29;
    background-color: #fff;
    width: 500px;
    height: 500px;
}

#bigView img {
    position: absolute;
    max-width: 300%; /* width: 240%; */
    width: 1170px;
}

.crumb {
    border-bottom: 1px solid #dddddd;
    font-weight: lighter;
    line-height: 80px;
    position: static;
    /*top: 0;*/
    /*left: 0;*/
    width: 100%;
}

.crumb.hide {
    display: none;
}

.crumb.show.hide {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background: #FFFFFF;
    display: block;
}

.crumb .box {

    flex-direction: row-reverse;
}

.crumb.fixed {
    position: fixed;
    z-index: 10;
}

.crumb .left {
    font-size: 16px;
    color: #999;
    font-weight: lighter;
    /* width: 100%; */}

.crumb .left a {
    color: #999;
    padding: 0 10px;
}

.crumb .left a.close {
    cursor: default;
    padding: 0 3px;
    width: 100%;height: auto;display: block;margin: 0 auto 10px;}

.crumb .left a.close span {
    display: block;
    color: #333333;
    cursor: default;
    background: rgb(245 246 250 / 47%);
    background-size: 12px;
    padding: 8px;
    line-height: 1;
    padding-top: 15px;border: 1px solid rgb(221 221 221 / 10%);
}

.crumb .left a.on span {
    display: inline-block;
    color: #333333;
    cursor: pointer;
    background: url("../images/icon-close.png") calc(100% - 5px) center no-repeat #f3ac13;
    background-size: 12px;
    padding: 8px 23px 8px 8px;
    line-height: 1;
    border: 1px solid #dddddd;
}

.crumb .left a.close i {
    font-style: normal;
    color: #999;
    margin-left: 10px;cursor: pointer;margin-bottom: 7px;display: inline-block;}

.crumb .left a.on i {
    font-style: normal;
    color: #999;
}

.crumb .left a.close span:hover {
    /* background-color: #eeeeee; */
}

.crumb .left a.on span:hover {
    background-color: #f3ac13;
}

.crumb .right {
    font-size: 18px;
    color: #222222;
}

.crumb .right a {
    width: 150px;
    display: inline-block;
    text-align: center;
    color: #222222;
}

.crumb .right a:hover, .crumb .right a.on {
    background: #1689d2;
    color: #FFFFFF;
}

.crumb .right a.on {
    width: 180px;
}

.pro-d .common-title-container .common-title {
    position: relative;
    padding-left: 20px;
}

.pro-d .common-icon {
    position: absolute;
    top: 28px;
    left: -13px;
    transform: rotate(90deg);

}

.pro-d .common-icon span {
    background: #1689d2;
}

.swiper {
    position: relative;
}

.pro4-d .swiper-slide {
    box-sizing: border-box;
    padding: 10px;
}

.pro4-d .item {
    background: #FFFFFF;
    transition: all .5s;
    align-items: inherit;
}

.pro4-d .item:hover {
    box-shadow: 0 5px 5px rgb(0, 0, 0, .1);
}

.pro4-d .picture {
    width: 50%;
    min-height: 460px;
    position: relative;
}

.pro4-d .picture .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: center center no-repeat;
    transition: all .5s;
    background-size: cover;

}

.pro4-d a:hover .bg {
    width: 106%;
    top: -3%;
    left: -3%;
    height: 106%;
}

.pro4-d .lans {
    width: 50%;
    padding: 40px;
    box-sizing: border-box;
}

.pro4-d .l1 {
    font-size: 18px;
    font-family: "HarmonyOS bold";
    color: #f6ad10;
}

.pro4-d .l2 {
    font-size: 26px;
    margin: 14px 0;
    color: #222222;
    font-family: "HarmonyOS bold";
}

.pro4-d .l3 {
    font-size: 20px;
    line-height: 1.3;
    color: #444444;
    margin-bottom: 20PX;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.pro4-d .more {
    width: 110px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    /* border-radius: 5px; */
    font-size: 14px;
    color: #222222;
    transition: all .4s;

}

.pro4-d a:hover .more {

    background: #f6ad10;
    color: #FFFFFF;
}

.index-section6 {

}

.index-section6 li {
    width: calc(25% - 15px);
    margin-bottom: 50px;
}

.index-section6 .icon-more {
    font-size: 16px;
    width: 150px;
    line-height: 50px;
}

.index-section6 a.icon-more:hover {
    background: #f6ad10;
    color: #FFFFFF;
}

.index-section6 a {
    display: block;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.index-section6 .lans {
    padding: 30px;
    box-sizing: border-box;
}

.index-section6 .time {
    font-size: 16px;
    color: #999999;
}

.index-section6 .time img {

    vertical-align: text-top;
    margin-top: 1px;
}

.index-section6 .title {
    font-size: 20px;
    color: #333333;
    line-height: 1.2;
    margin-top: 15px;

    -webkit-line-clamp: 4;
    margin-bottom: 40px;
    min-height: 96px;}

.index-section6 a:hover .title {
    color: #1689d2;
}

.index-section1 .swiper-slide {
    overflow: hidden;
    position: relative;
}

.index-section1 .bg {
    width: 100%;
    /*padding-top: 39vw;*/
   	padding-top: 100vh;
    background: center center no-repeat #ffffff;
    background-size: cover;
    transform: scale(1.1);
    overflow: hidden;
    transform-origin: 50% 50%;
    opacity: 1;
    transition: transform 1s cubic-bezier(.215, .61, .355, 1), opacity .5s cubic-bezier(.215, .61, .355, 1);
}

.index-section1 .iphone-bg {
    display: none;
}

.index-section1 .swiper-slide-active .bg {
    transform: scale(1);
}

.index-section1 .bg.on {
    transform: scale(1.15);
    opacity: .95;
}

.index-section1 .lans {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.index-title {
    font-size: 48px;
    font-family: "HarmonyOS bold";
    color: #222222;
}

.index-section1 .lans .index-title {
    color: #ffffff;
}

.index-section1 .lans-box {
    width: 50%;
}

.swiper-bg {
    z-index: 1;
}

.index-section1 .swiper-pagination {
    /*bottom: 1vh;*/
   	top: 94vh;
    left: 0;
    width: 100%;
}

/*index-section2*/
.index-section2 {
    background: center bottom no-repeat;
    background-size: cover;
    padding: 90px 0;
    text-align: center;
}

.index-section2 .editors {
    max-width: 860px;
    font-size: 20px;
    line-height: 1.7;
    color: #666666;
    display: block;
    margin: 20px auto 0;
}

/*index-section3*/
.index-section3 {
    background: linear-gradient(to bottom, rgba(244, 246, 251, 0), #f4f6fb);
    /*padding: 40px 0;*/
}

.index-section3 .box {
    align-items: start;
}

.index-section3 .left .index-title {
    padding-top: 60px;

}

.index-section3 .left .button-sum {
    margin: 90px 0;
}

.index-section3 .left .s-btn {
    width: 40px;
    display: inline-block;
    transition: all .5s;
    opacity: .4;
}

.index-section3 .left .s-btn:hover {
    opacity: 1;
}

.index-section3 .left .prev {
    margin-right: 7px;
}

.index-section3 .left .next {
    transform: rotate(180deg);
}

.index-section3 .right {

    width: calc(100% - 300px);
}

.index-section3 .right .icon {
    width: 140px;
    height: 0;
    opacity: 0;
    overflow: hidden;
    margin: auto;
    transition: opacity .4s ease;
}

.index-section3 .right .lans {
    box-sizing: border-box;
    padding: 0 60px;
}

.index-section3 .right .title {
    font-size: 26px;
    font-family: "HarmonyOS bold";
    color: #333333;
    margin: 35px 0 10px;
}

.index-section3 .right a {
    padding: 40px 0;
    box-sizing: border-box;
   /* height: 450px;*/
}

.index-section3 .right a:hover, .index-section3 .right .swiper-slide-active {
    background: #FFFFFF;
}

.index-section3 .right a:hover .desc {
    padding-bottom: 0;
}

.index-section3 .right .desc {
    font-size: 20px;
    line-height: 1.2;
    color: #666666;
    margin: 8px 0 50px;
}

.index-section3 .right .icon-line {
    width: 30px;
    height: 4px;
    background: #328b9b;
    margin: 0 auto 0;
    opacity: 0;
    /*transition: all .4s ease;*/
    position: absolute;
    bottom: 30px;
    left: calc(50% - 15px);
}

.index-section3 .right .icon-line span {
    background: #000;
    width: 50%;
    margin-left: 15px;
    height: 4px;
    display: block;
    transition: all .4s ease;
}

.index-section3 .right a:hover .icon, .index-section3 .right .swiper-slide-active .icon {
    height: 140px;
    opacity: 1;
}
/*20251204*/
.index-section3 .right .swiper-slide{
	background: #ffffff;
}
.index-section3 .right .swiper-slide .icon{
	height: 140px;
    opacity: 1;
}
.index-section3 .right .swiper-slide .icon-line{
	opacity: 1;
}
/*20251204e*/

.index-section3 .right a:hover .icon-line, .index-section3 .right .swiper-slide-active .icon-line {
    opacity: 1;
}

.index-section3 .right a:hover .icon-line span, .index-section3 .right .swiper-slide-active .icon-line span {
    margin-left: 0;
}

/*index-section4*/
.index-section4, .index-section5, .index-section6 {
    padding: 60px 0;
}

.index-section4 .index-title {
    text-align: center;
}

.index-section4 .list {
    padding: 30px 0 0;
}

.index-section4 li {
    width: 100%;
    margin-bottom: 20px;
}

.index-section4 li:nth-child(1), .index-section4 li:nth-child(4) {
    width: calc(66% - 20px);
}

.index-section4 li:nth-child(2), .index-section4 li:nth-child(3) {
    width: 34%;
}

.index-section4 a {
    display: block;
    position: relative;
}

.index-section4 .picture {
    height: 440px;

}

.index-section4 .picture .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: center center no-repeat;
    transition: all .5s;
    background-size: cover;
}

.index-section4 a:hover .picture .bg {
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
}

.index-section4 .lans {
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    padding: 20px;
    color: #FFFFFF;
    z-index: 3;
    box-sizing: border-box;
    width: 100%;
    background: linear-gradient(360deg, rgb(0 0 0/ 40%), transparent);
}

.index-section4 .title {
    font-size: 30px;
    font-family: "HarmonyOS bold";
    /* text-transform: capitalize; */
}

.index-section4 .desc {
    font-size: 20px;
    opacity: 1;
    text-transform: none;
    color: #fff;
    /* font-weight: bold; */}

.index-section5 .index-title, .index-section6 .index-title {
    text-align: center;
    padding-bottom: 40px;
}

.about5_sum {

    white-space: nowrap;
}

.about5_pc {
    padding-bottom: 100px;
}

.about5_pc .swiper-slide {
    overflow: hidden;
}

.about5_sum li {
    position: relative;
    width: calc(20% - 15px);
    display: inline-block;
    height: 600px;
    border-radius: 0;
    overflow: hidden;
    margin: 20px 20px 0 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    vertical-align: top;
}

.about5_sum li:nth-child(5n) {
    margin-right: 0;
}

.about5_sum a {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    width: 150%;
    background: center center no-repeat;
    height: 100%;
    /*background-size: cover;*/
}

.about5_sum li:hover a {
    width: 100%;
}

.about5_sum a .t2 {
    font-size: 13px;
}

.about5_sum li.on {
    width: calc(15.5% - 15px);
}

.about5_sum li:hover {
    width: 37%;
    margin-top: 0;
    /*     margin-bottom: 20px; */
    padding: 0 0 20px;
}

.about5_sum li:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: .1;
    z-index: 2;
    transition: all .3s;
}

.about5_sum li:hover:before {
    opacity: 0;
}

.about5_sum .lans {
    position: absolute;
    bottom: 40px;
    color: #ffffff;
    font-size: 20px;
    line-height: 2;
    text-align: left;
    left: 30px;
    width: 80%;
    z-index: 3;
    padding: 0;
    overflow: hidden;
    transition: all .6s;
    -webkit-transition: all .6s;
}

.about5_sum .lans .icon {
    width: 55px !important;
}

.about5_sum .lans .tit {
    font-size: 28px;
    color: #FFFFFF;
    padding: 20px 0;
    font-family: "HarmonyOS bold";
}

.about5_sum .lans .more {
    width: 140px;
    line-height: 40px;
    text-align: center;
    background: #dddddd;
    font-size: 16px;
    color: #333333;
    border: 1px solid #b0af87;
}

.about5_sum a:hover .more {
    border-color: #f6ad10;
    background: #f6ad10;
    color: #FFFFFF;
}

.about5_sum .lans .more i {
    width: 14px;
    margin-left: 3px;
    display: inline-block;
    vertical-align: middle;
}

.about5_sum .lans .more i img:nth-child(1) {
    display: block;
}

.about5_sum .lans .more i img:nth-child(2) {
    display: none;
}

.about5_sum a:hover .lans .more i img:nth-child(1) {
    display: none;
}

.about5_sum a:hover .lans .more i img:nth-child(2) {
    display: block;
}

/*about*/
.index-customers, .index-cul {
    background: #FFFFFF !important;
}

.index-customer-list {
    padding: 50px 0;
}

.index-customers li {
    width: 20%;
    float: left;
    position: relative;
}

.index-customers .top {
    border-top: 1px solid #e6e6e6;
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 1px;
}

.index-customers li:nth-child(1) .top, .index-customers li:nth-child(2) .top, .index-customers li:nth-child(3) .top, .index-customers li:nth-child(4) .top, .index-customers li:nth-child(5) .top {
    display: none;
}

.index-customers .right {
    border-right: 1px solid #e6e6e6;
    position: absolute;
    top: 15px;
    left: 0;
    height: calc(100% - 30px);
    width: 1px;
    z-index: 5;
}

.index-customers li:nth-child(5n - 4) .right {
    display: none;
}

.index-customers .dian1 {
    background: #e6e6e6;
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.index-customers li:nth-child(6n-5) .dian1, .index-customers li:nth-child(1) .dian1, .index-customers li:nth-child(2) .dian1, .index-customers li:nth-child(3) .dian1, .index-customers li:nth-child(5) .dian1, .index-customers li:nth-child(6) .dian1, .index-customers li:nth-child(4) .dian1 {
    display: none;
}

.index-customer-list li img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%);
    transition: all .5s linear 10ms;
    -webkit-transition: all .5s linear 10ms;
    width: 90%;
}

.index-customer-list li:hover img:last-child, .index-customer-list li img:first-child {
    opacity: 0;
    transform: translateY(-50%) translateX(-50%) rotateY(180deg);
}

.index-customer-list li img, .index-customer-list li:hover img:first-child {
    opacity: 1;
    transform: translateY(-50%) translateX(-50%) rotateY(0deg);
}


.index-customers .lans {
    text-align: center;
    box-sizing: border-box;
    position: relative;
    height: 130px;
}

.about-title {
    font-size: 56px;
    color: #333333;
    font-family: "HarmonyOS bold";
    text-align: center;
}

.about-section {
    padding: 60px 0;
    background: url(../images/bg3.png) top center no-repeat;
    background-size: cover;
}

.index-case {
    background: #f4f6fb;
}

.case-list {
    padding: 20px 0;
}

.case-list a {
    width: calc(25% - 11px);
    margin-bottom: 15px;
    position: relative;
}

.case-list .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 23px;
    color: #FFFFFF;
    max-width: 90%;
    text-align: center;
    font-family: "HarmonyOS bold";
}

.cul-list {

    padding: 30px 0;
}

.cul-list a {
    width: calc(33.3% - 20px);
    margin-bottom: 30px;
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    width: calc(33.3% - 10px);
}

.cul-list a:nth-child(3n - 1) {
    animation-delay: .15s;
}

.cul-list a:nth-child(3n) {
    animation-delay: .3s;

}

.cul-list .text {
    padding: 70px 30px 0;
    position: absolute;
    top: 61%;
    left: 0;
    width: 100%;
    box-sizing: border-box;
}

.cul-list .t1 {
    font-size: 30px;
    color: #FFFFFF;
}

.cul-list .t2 {
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 8px;
}

/*common-bottom-container*/
.common-bottom-container {
    background: #f4f6fb;
    margin-bottom: 12px;
}

.common-bottom-container .swiper-slide {
    padding: 20px 0 25px;
    box-sizing: border-box;
    transition: all .4s;
    border-bottom: 4px solid transparent;
}

.common-bottom-container .swiper-slide.on, .common-bottom-container .swiper-slide:hover {
    border-bottom: 4px solid #f6ad10;
    background: #eff0f5;
}

.common-bottom-container .icon {
    width: 40px;
    margin: 10px auto;
}

.common-bottom-container .lans {
    font-size: 20px;
    color: #333333;
    text-align: center;
}

.case-d-container {
    padding-top: 70px;
}

input[type=checkbox] {
    border: 1px solid #dddddd;
    width: 19px;
    height: 19px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;margin-top: -1px;}

input[checked=checked] {
    position: relative;
}

input[checked=checked]:after {
    content: '✔';
    color: #1689d2;
    padding: 0 0 0 3px;
    font-size: 12px;line-height: 1;}
.editors1{
    font-size: 22px;
    line-height: 2;
    padding: 10px 0 40px;
}
.pro-status .list{
    line-height: 2.1;
}
@media screen and (max-width: 1600px) {

.common-banner-wrapper .bg {
    padding-bottom: 58vh;
}
    .common-footer .list li:nth-child(1) {

        width: 72%;
    }

    .case-d-container {
        padding-top: 60px;
    }

    .common-bottom-container .icon {
        width: 35px;
        margin: 7px auto;
    }

    .common-bottom-container .lans {
        font-size: 18px;
    }

    .honor-section2 .swiper-slide, .honor-section3 .swiper-slide {

        padding: 25px 40px;
        font-size: 14px;
    }

    .honor-section2 .swiper-slide .desc, .honor-section3 .swiper-slide .desc {
        padding: 8px 0 0;
    }


    .team-list li {
        width: calc(25% - 16px);
        margin-left: 18px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .team-list .desc {
        font-size: 18px;
    }

    .icon-more {
        width: 120px;
        margin: 20px auto;
    }

    .icon-more .text {
        font-size: 17px;
    }

    .cul-list .text {
        padding: 20px 15px;
        top: 70%;
    }

    .cul-list .t1 {
        font-size: 24px;
    }

    .cul-list .t2 {
        font-size: 16px;
    }

    .index-process .lans, .index-process a:hover .lans {
        padding: 0 15px 45px;
        margin-top: -27px;
        box-sizing: border-box;
        background-position-x: 15px;
        background-size: 20px;
    }

    .index-process .date {
        /* margin-top: -50px; */
        line-height: 30px;
        display: inline-block;
        margin-left: -20px;
        background: #FFFFFF;
        border-radius: 5px 5px 0 0;
        font-size: 17px;
        padding: 5px 10px;
    }

    .index-process .desc {
        font-size: 17px;
    }

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

    .about-section {
        padding: 40px 0;
    }

    .case-list .text {
        font-size: 20px;
    }

    .index-section2 {
        padding: 70px 0;
    }

    .index-section2 .editors {
        max-width: 750px;
        font-size: 17px;
        line-height: 1.7;
        margin: 20px auto 0;
    }

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

    .index-section3 .right .lans {
        padding: 0 45px;
    }

    .index-section3 .right .title {
        font-size: 20px;
    }

    .index-section3 .right {

        width: calc(100% - 220px);
    }

    .index-section3 .right .icon {
        width: 100px;
    }

    .index-section3 .right a:hover .icon, .index-section3 .right .swiper-slide-active .icon {
        height: 110px;
    }

    .index-section3 .right .desc {
        font-size: 17px;
        margin: 8px 0 80px;
    }

    .index-section3 .right a {
        padding: 20px 0;
        box-sizing: border-box;
        height: 400px;
    }

    .index-section3 .left .button-sum {
        margin: 60px 0;
    }

    .index-section4 .title {
        font-size: 24px;
    }

    .index-section4 .desc {
        font-size: 16px;
    }

    .index-section4, .index-section5, .index-section6 {
        padding: 40px 0;
    }

    .about5_sum .lans {
        bottom: 20px;
        font-size: 17px;
        left: 15px;
        width: 80%;
    }

    .about5_sum .lans .icon {
        width: 42px !important;
    }

    .about5_sum .lans .tit {
        font-size: 21px;
        padding: 15px 0;
    }

    .about5_sum .lans .more {
        width: 120px;
        line-height: 36px;
        font-size: 14px;
    }

    .index-section6 .title {
        font-size: 17px;
        margin-top: 8px;

    }

    .index-section6 .lans {
        padding: 20px;
    }

    .index-section6 .time {
        font-size: 14px;
    }

    .index-section6 .icon-more {
        margin: 0 auto;
        font-size: 14px;
        width: 130px;
        line-height: 37px;
    }

    .about55_sj a {
        width: 100%;
        padding-top: 60%;
        position: relative;
        background-size: cover;
    }

    /*form*/
    .common-form .info-desc .tit {
        font-size: 25px;
    }

    .common-form .info-desc .desc {
        font-size: 17px;
        margin: 10px 0 15px;
    }

    .common-form .info-desc .button, .info-form .li-md-4 .submit {
        /* font-size: 16px; */
        /* line-height: 40px; */
        /* height: 40px; */
        /* width: 110px; */
        /* margin-top: 27px; */}

    /*footer*/
    .common-footer .company-info {
        width: 220px;
    }

    .common-footer .company-info .logo {
        width: 150px;
    }

    .common-footer .company-info .info {
        padding: 15px 0 22px;
    }

    .common-footer .company-info .info a {
        font-size: 14px;
        line-height: 28px;
    }

    .common-footer .list {
        width: calc(100% - 320px);
    }

    .common-footer {
        padding-top: 30px;
    }

    .common-footer-bottom {
        font-size: 14px;
        padding: 25px 0 8px;
    }

    .common-footer .list .tit {
        font-size: 18px;
        padding: 0 0 20px 0;
    }

    .common-footer .list .menu-link a {
        font-size: 14px;
        line-height: 2;
    }


    /*pro*/
    .pro5-d .box {
        padding: 20px 40px;
    }

    .prodetails .right .title {
        font-size: 35px;
    }

    /*news*/
    .new-d .case-bottom .tit {
        font-size: 20px;
        padding: 15px 0 10px;
    }

    .new-d .case-bottom .list .title {
        font-size: 20px;
    }

    .new-d .case-bottom .list .desc {
        font-size: 15px;
    }

    .news-left a {
        margin: 10px 0;
        padding: 22px;
    }

    .news-left .info {
        padding-top: 7px;
    }

    .news-left .date {
        font-size: 16px;
    }

    .news-left .title {
        font-size: 19px;
    }

    .news-left .details {
        width: 90px;
        line-height: 35px;
        font-size: 14px;
    }

    .new-d .content {
        padding: 30px;
    }

    .new-d .title {
        font-size: 25px;
    }

    .new-d .mess {
        font-size: 12px;
    }

    .new-d .mess li {
        font-size: 14px;
        margin-right: 50px;
    }

    .new-d .editors {
        padding: 10px 0 15px;
        font-size: 17px;
    }

    .video-list {
        padding: 30px 0;
    }

    .pagetion a {
        font-size: 17px;
        height: 25px;
        margin: 0 5px;
    }

    .case-list2 {
        padding-bottom: 40px;
    }

    .case-list1 .lans {
        width: 46%;
    }

    .more-icon {
        width: 120px;
        line-height: 40px;
        font-size: 14px;
    }

    .case-list1 .l1 {
        font-size: 28px;
    }

    .case-list2 .l1 {
        font-size: 24px;
    }

    .case-list1 .l2 {
        font-size: 17px;
        margin: 15px 0 50px;
    }

    .case-nav .item {
        font-size: 14px;
        padding: 30px 5px;
        border-radius: 7px;
    }

    .case-list2 .l2 {
        font-size: 17px;
        margin: 8px 0 15px;
    }

    .video-list .t2 {
        font-size: 17px;
        padding: 10px 0 5px;
    }

    .video-list .t3 {
        font-size: 15px;
    }

    .video-list .icon-down {
        margin-right: 5px;
        width: 16px;
    }

    .case-list2 .lans {
        padding: 18px;
    }

    .case-list2 li, .video-list li, .video-list li:nth-child(3n - 1) {
        width: calc(33.3% - 25px);
        margin-left: 34px;
        margin-top: 30px;
        margin-right: 0;
    }

    .video-list li:nth-child(3n - 2) {
        margin-left: 0;
    }

    .common-banner-wrapper .desc {
        font-size: 18px;
    }

    .submit-btns {
        margin: 20px 0 0;
    }

    .submit-btns .button {
        width: 150px;
        line-height: 50px;
        font-size: 14px;
        margin-right: 40px;
    }

    .common-banner-wrapper .title, .contact-section .title {
        font-size: 48px;
    }

    .contact-list .desc {
        font-size: 16px;
    }

    .liuyan-form .tit {
        font-size: 15px;
    }

    .liuyan-form .content input,
    .liuyan-form .content select,
    .liuyan-form .content textarea {
        line-height: 40px;
        height: 40px;
        font-size: 16px;
        padding: 0 40px 0 20px;
    }

    .liuyan-form .content textarea {
        height: 100px;
    }

    /*common*/
    .common-banner-bottom a {
        font-size: 16px;
        padding: 15px 20px;
        line-height: 30px;
    }

    /*pro*/
    .pro-sum .left .tit {
        font-size: 24px;
    }

    .pro-sum .right .l2 {
        font-size: 19px;
    }

    .pro-sum .left .content a {
        font-size: 17px;
    }

    .news-index-list .title {
        line-height: 30px;
        min-height: 120px;
    }

    .news-left .tit {
        font-size: 16px;
    }

    .news-left .date, .news-bottom .search1 {
        font-size: 12px;
    }


    .pro-sum .right .more {
        width: 90px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    .pro4-d .more {
        width: 90px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    .pro-sum .right.first li:first-child .picture {
        height: 330px;
    }

    .pro-sum .right li .picture {
        height: auto;
        padding-top: 100%;
    }

    .pro-sum .right.first li:first-child .picture {
        height: auto;
        padding-top: 60%;
    }

    .pro3-d .right li .picture {
        height: auto;
        padding-top: 100% !important;
    }

    .header {
        padding: 10px 0 5px
    }

    .nav li .t1 {
        margin: 0 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 0;
        margin: -10px 0;
    }

    .header .logo {
        width: 150px;
        line-height: 30px;
    }

    .common-title-container .common-title {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .pro3-d, .pro4-d, .pro2-d, .pro5-d, .pro6-d {
        padding: 40px 0;
    }


    .pro-table th, .pro-table tr td {
        padding: 10px 15px;
        font-size: 17px;
    }

    .pro4-d .l1 {
        font-size: 14px;
    }

    .pro4-d .l2 {
        font-size: 19px;
        margin: 10px 0;
    }

    .pro4-d .l3 {
        font-size: 17px;
        margin-bottom: 17px;
    }

    .pro5-d .liuyan-form li {
        margin: 0 0 10px;
    }

    .pro5-d .liuyan-form .content.select {
        background-position-y: 5px;
    }

    .index-section4 .picture {
        height: 320px;

    }

    .pro-status .titles {
        font-size: 20px;
    }

    .header .sub_nav .sub1-item .title-nav {
        font-size: 16px;
        line-height: 2.1;
    }

    .pro-status .list a {
        font-size: 14px;
    }

    .header .sub_nav .sub1-item, .pro-status {
        padding-top: 20px;
        padding-bottom: 20px;
        min-height: 50vh;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1440px) {
    .nav li .t1 {
        margin: 0 15px;
    }

    .common-banner-wrapper .neiye-title, .box {
        width: 82%;
    }

    .pro-sum .left .tit {
        font-size: 20px;
    }

    .pro-sum .left .content a {
        font-size: 15px;
    }

    .pro-sum {
        /* padding: 80px 0; */
    }

    .common-footer .scroll-top {
        right: 5%;
    }

    .common-title-container .common-tips {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .honor-section {
        padding: 60px 0;
    }
}
@media screen and (max-width: 1366px) {
    .nav li .t1 {
        font-size: 15px;
        margin: 0 12px;
    }
}
@media screen and (max-width: 1280px) {
    .nav li .t1 {
        font-size: 14px;
    }
}
@media screen and (max-width: 1100px) {
    .pro-iphone-nav-list{
        display: none;
    }
    .common-banner-bottom a div{
        display: inline-block;
    }
    .common-banner-bottom img{
        vertical-align: top;
    }
    .pro-d-list li{
        width:100%;
        padding: 30px 0 0;
    }
    .index-section1 .bg{
        display:none;
        /*padding-top: 172vw;*/
    }
    .index-section1 .iphone-bg{
        display:block;
    }

    .pro-d-list .content td {
        padding: 5px 10px;
    }

    .pro-d-list .title {
        padding: 8px 15px;
        line-height: 30px;
        font-size: 16px;
    }

    .pro-d-list .content {
        font-size: 14px;
        margin: 10px 0 0;
    }

    .editors1{
        font-size: 15px;
        line-height: 2;
        padding: 5px 0 20px;
    }
    .crumb .left a.close{
        margin:10px auto 0
    }
    #bigView, .bigImg #winSelector {
        display: none !important;
    }

    .case-d-container {
        padding-top: 0;
    }

    .common-bottom-container .icon {
        width: 27px;
        margin: 5px auto;
    }

    .common-bottom-container .lans {
        font-size: 16px;
    }


    .team-list li {
        width: calc(50% - 7px);
        margin-left: 10px;
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .team-list .desc {
        font-size: 14px;
    }

    .team-list li:nth-child(odd) {
        margin-left: 0;
    }

    .honor-section2 .swiper-slide, .honor-section3 .swiper-slide {

        padding: 15px;
        font-size: 12px;
    }

    .honor-section5 .box {
        padding: 40px 5%;
    }

    .cul-list .text {
        padding: 15px 10px;
    }

    .cul-list .t1 {
        font-size: 20px;
    }

    .cul-list .t2 {
        font-size: 14px;
    }

    .index-process .date-sum .swiper-container {
        margin: 10px 0;
    }

    .date-sum:after {
        bottom: 23px;
    }

    .honor-section {
        padding: 20px 0;
    }

    .honor-section2 {
        background-size: auto 60%;
    }

    .common-title-container .common-tips {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .honor-section1 .lans {
        width: 100%;
    }

    .honor-section1 .pic {
        width: 100%;
        margin-top: 10px;
    }

    .about-section {
        padding: 20px 0;
    }

    .about-title {
        font-size: 32px;
    }

    .case-list a {
        width: calc(50% - 8px);
        margin-bottom: 16px;
    }

    .case-list .text {
        font-size: 14px;
    }

    .index-section3 .right .lans {
        padding: 0 25px;
    }

    .index-section3 .left .button-sum {
        margin: 30px 0;
    }

    .index-section3 .right {
        background: #fff;
    }

    .index-section3 .right,
    .index-section3 .left {
        width: 100%
    }

    .index-section4 .list {
        padding: 12px 0 0;
    }

    .index-section4 .title {
        font-size: 20px;
    }

    .index-section4 .desc {
        font-size: 13px;
    }

    .index-section4 .picture {
        height: 260px;

    }

    .index-section4, .index-section5, .index-section6 {
        padding: 25px 0;
    }

    .index-title {
        font-size: 28px;
    }

    .index-section5 .index-title, .index-section6 .index-title {
        text-align: center;
        padding-bottom: 20px;
    }

    .index-section6 li {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }

    .index-customers li {
        width: 25%;
    }

    .index-customers li:nth-child(5n - 4) .right, .index-customers li:nth-child(5n - 4) .dian1, .index-customers li:nth-child(5) .top, .index-customers li:nth-child(4) .dian1, .index-customers li:nth-child(5) .dian1 {
        display: block;
    }

    .index-customers li:nth-child(4n - 3) .right, .index-customers li:nth-child(4n - 3) .dian1 {
        display: none;
    }

    .common-form .info-desc, .info-form {
        width: 100%;
        padding-top: 10px;
    }

    .liuyan-form li {
        margin: 7px 0 0;
    }

    .common-footer .list {
        display: none !important;
    }

    .common-footer .company-info {
        width: 100%;
    }

    .common-footer .scroll-top {
        position: absolute;
        top: 25px;
        right: 5%;
    }

    .liuyan-form .content textarea {
        font-size: 15px;
        line-height: 1.7;
    }

    .pro5-d .box {
        padding: 20px 25px;
    }

    .pro4-d .l3 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .pro4-d .picture {
        width: 100%;
        padding: 60% 0 0;
        min-height: 0;
    }

    .pro4-d .lans {
        width: 100%;
        padding: 20px;
    }

    .pro-d .common-title-container .common-title {
        /* padding-left: 0; */
    }

    .pro-table tr td {
        padding: 12px 7px;
        font-size: 12px;
        word-break: break-all;
    }

    .pro-table th {
        font-size: 17px;
    }

    .pro-table tr td:first-child {
        width: 28%;
    }

    .pro-table tr td:nth-child(2) {
        width: 22%;
    }

    .pro-table tr td:nth-child(3) {
        width: 50%;
    }

    .pro3-d, .pro2-d, .pro4-d, .pro5-d, .pro6-d {
        padding: 15px 0!important;
        margin: 0 auto!important;
    }

    .pro-d .common-icon {
        top: 14px;
        width: 25px;
        height: 4px;
    }

    .common-title-container .common-title {
        font-size: 23px;
        /* margin-bottom: 10px; */
    }

    .prodetails {
        padding-bottom: 0;
    }

    .prodetails .pro-title {
        margin: 20px 0;
        line-height: 50px;
    }

    .pro-sum .right, .pro-sum .left, .pro-list li {
        width: 100%;
        max-width: 100%;
    }

    .pro-sum .left {
        margin: 0 0 20px;
    }

    .prod {
        padding: 10px 0 30px;
    }

    .prodetails .left {
        width: 95%;
        float: none;
        max-width: 600px;
        margin: 0 auto 20px;
    }

    .prodetails .right {
        width: 100%;
        float: none;
        margin-top: 0;
    }

    /*news*/
    .new-d .case-bottom .tit {
        font-size: 17px;
        padding-top: 25px;
    }

    .new-d .case-bottom .list .title {
        font-size: 17px;
    }

    .new-d .case-bottom .list .desc {
        font-size: 13px;
    }

    .news-left, .new-d, .new-d .case-bottom .list a {
        width: 100%;
    }

    .new-d .case-bottom .list a {
        margin-bottom: 10px;
    }

    .news-left {
        display: none;
    }

    .new-d .content {
        padding: 20px;
    }

    .new-d .title {
        font-size: 18px;
    }

    .new-d .mess li {
        font-size: 12px;
        margin-right: 25px;
    }

    .new-d .editors {
        padding: 5px 0 10px;
        font-size: 14px;
    }

    .common-banner {
        margin-top: 50px;
    }

    .new-d .mess .fs_lagren {
        margin-right: 10px;
    }

    .common-banner-wrapper .neiye-title {
        top: 35%;
    }

    .pro-container .common-banner-wrapper .neiye-title {
        top: 52%;

        padding-right: 0;}

    .case-list1 {
        margin-bottom: 30px;
    }

    .case-nav .icon {
        width: 40px;
        margin: 0 auto 5px;
    }

    .case-nav .item {
        font-size: 13px;
        padding: 20px 5px;
    }

    .case-nav {
        padding: 10px 0;
    }

    .case-list1 .picture {
        width: 100%;
        padding-top: 56%;
    }

    .case-list1 .lans {
        width: 100%;
    }

    .video-list li, .video-list li:nth-child(3n - 2), .video-list li:nth-child(3n - 1), .case-list2 li, .case-list2 li:nth-child(3n - 2), .case-list2 li:nth-child(3n - 1) {
        animation-delay: 0s;
        width: 48%;
        margin: 0 calc(4% - 5px) 30px 0;
    }

    .case-list2 li:nth-child(even), .video-list li:nth-child(even) {
        margin-right: 0;
        animation-delay: .15s;
    }

    .video-list .play {
        width: 42px;
        top: calc(50% - 21px);
        left: calc(50% - 21px);
    }

    .case-list1 .l1 {
        font-size: 24px;
    }

    .case-list2 .l1 {
        font-size: 18px;
    }

    .case-list2 .l2, .case-list1 .l2 {
        font-size: 15px;
        margin: 8px 0 20px;
    }

    .common-banner-wrapper .neiye-title, .box {
        width: 91%;
    }
    .neiye-container11 .common-banner-wrapper .neiye-title{
        padding-right:0;
        top: 44%;
    }

    .new-details {
        padding: 20px 0;
    }

    .common-banner-bottom .box {
        width: 100%;
        white-space: nowrap;
        overflow: auto;
    }

    /*conrtact*/
    .common-banner-wrapper .desc {
        font-size: 16px;
        margin-top: 5px;
    }

    .contact-section .info, .contact-section .form {
        width: 100%;
        padding-bottom: 50px;
    }

    .common-banner-wrapper .title, .contact-section .title {
        font-size: 40px;
    }

    /*.honor-section2*/
    .honor-section2 .swiper-pagination {
        display: block;
    }

    .iphone-media {
        display: block !important;
    }

    .pc-media {
        display: none !important;
    }


    /*header*/
    .header {
        /*background: #fff;*/
       	background: rgba(255,255,255,0.6);
        /* padding: 5px 0; */
        padding: 0;
        border-bottom: 1px solid rgba(0, 0, 0, .03);
    }

    .header.bg0 {
        background: rgba(255, 255, 255, .98);
        height: calc(100vh + 85px);
        overflow: hidden;
        overflow-y: scroll;
    }

    .header.bg0 .header_bottom {
        /* background: #000000; */
        /* padding-top: 20px; */
    }

    .header.fix {
        position: fixed;
    }

    .header.fix.bg1 {
        height: calc(100vh + 85px);
        overflow: hidden;
        overflow-y: scroll;
    }

    .header_lans {
        line-height: 32px;
        position: relative;
        background: #222;
        z-index: 10;
    }

    .header_lans .ones {
        width: 85%;
        margin: 0 5% 0 5%;
        color: #ffffff;
        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;
        /* background: rgba(0, 0, 0, .75); */
        transition: all .4s;
        -webkit-transition: all .4s;
    }

    .header_top .en {
        font-size: 14px;
        color: #888;
        float: right;
        line-height: 50px;
    }

    .header_top .en a {
        color: #888;
    }

    .header_top .en a.on {
        color: #0062ff;
    }

    .header.bg0 .header_top {

        /* background: rgba(0, 0, 0, 1); */

    }

    .header_relative {
        position: relative;
        overflow: hidden;
        z-index: 10;
    }

    .header .header_gradess {
        position: absolute;
        width: 110%;
        top: -10px;
        left: -5%;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -webkit-filter: blur(20px);
        filter: blur(20px);
        height: 100px;
        filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=20, MakeShadow=false);
        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 .4s;
        -webkit-transition: all .4s;
    }

    .header_top .logo {
        position: absolute;
        bottom: 50%;
        left: 50%;
        transform: translate(-50%, 50%);
        width: 25%;
        max-width: 130px;
        line-height: 1;
    }

    .header_top .menu_icon {
        float: left;
        margin-top: 10px;
    }

    .menu_icon span {
        display: block;
        width: 20px;
        height: 1px;
        background: #333;
        margin: 6px 0;
        transition: all .4s;
        -webkit-transition: all .4s;
    }

    .menu_icon.on span:first-child {
        transform: rotate(45deg);
        -webkit-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);
        -webkit-transform: rotate(-45deg);
        margin-top: -7px;
    }

    .header_bottom {
        display: none;
        width: 100%;
        height: 690px;
        position: relative;
        z-index: 10;
        /* background: rgba(0, 0, 0, .65); */
        padding: 1px 0;
    }

    .seach_box {
        width: 100%;
        background: #e9e9e9;
        border-radius: 5px;
        height: 40px;
        padding: 4px 0 0 0;
        box-sizing: border-box;
        margin: 20px 0;
        transition: all .4s;
        -webkit-transition: all .4s;
    }

    .seach_box .submit {
        width: 20px;
        height: 20px;
        border: 0;
        background: url('../images/ico_searh1.png') center center no-repeat;
        display: block;
        background-size: 100% 100%;
        float: left;
        margin-left: 10px;
        margin-top: 7px;
    }

    .seach_box .text {
        float: right;
        display: block;
        width: calc(100% - 50px);
        border: 0;
        background: transparent;
        line-height: 20px;
        height: 20px;
        font-size: 16px;
        color: #222;
        padding: 5px 0;
    }

    .header_nav {
        border-bottom: 1px solid #e8e8e8;
        padding-bottom: 2px;
    }

    .header_nav li {
        border-top: 1px solid #e8e8e8;
        /* position: relative; */
    }

    .header_nav li > a, .header_nav li > h4 {
        display: block;
        position: relative;
        font-size: 15px !important;
        line-height: 22px;
        padding: 16px 0;
        color: #333;
        cursor: pointer;
    }

    .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 #666;
        border-right: 1px solid #666;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transition: all .4s;
        -webkit-transition: all .4s;
    }

    .header_nav li > a.arrow:after, .header_nav li > h4.arrow:after, .header_nav .center-nav .titles.show:after {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .header_nav .center-nav {
        display: none;
        margin-top: -5px;
        margin-left: 0px;
        padding-bottom: 10px;
        max-height: 100vh;
        position: static;
        background: #fff;
        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: #666;
    }

    .header_nav .center-nav .titles {

        line-height: 3;

        position: relative;

        padding-left: 6px;

        font-size: 14px;

    }

    .header_nav .center-nav .list {
        /* display:none; */
        padding: 0 5px;
        margin-bottom: 25px;
    }

    .header_nav .center-nav .list a {
        font-size: 12px;
        line-height: 2.4;
        padding: 0;
        width: 100%;
        display: inline-block;
    }

    .seach_box .cancal {
        color: #0062ff;
        font-size: 17px;
        display: none;
        margin-left: 3px;
    }

    .seach_box.focus {
        width: 85%;
        position: relative;
        /* margin-top: 40px; */
    }

    .seach_box.focus .cancal {
        position: absolute;
        left: 102%;
        width: 100px;
        display: block;
        top: 0;
        line-height: 40px;
    }

    .header_search {
        display: none;
    }

    .header_search h2 {
        font-size: 13px;
        line-height: 1;
        color: #888888;
    }

    .header_search1 {
        padding-top: 5px;
    }

    .header_search1 a {
        font-size: 15px;
        line-height: 50px;
        color: #555;
        border-top: 1px solid #e8e8e8;
    }

    .header_search1 a:first-child {
        border-top: 0;
    }

    .index-customer-list {
        padding: 20px 0;
    }

}

/*20241015*/
.common-footer .box{
	max-width: 1280px;
	/*gap: 14vw;*/
	gap: 5vw; /*20251204*/
}
.common-footer .company-info{
	width: auto;
}
.common-footer .list{
	flex: 1;
	/*20251204*/
	display: flex;
	align-self: flex-start;
	justify-content: space-between;
	gap: 2vw;
}
.common-footer .list li:nth-child(1){
	width: auto;
}
.common-footer .list .menu-link{
	display: block;
}
/*@media screen and (max-width: 1600px) {
	.common-footer .box{
		gap: 12vw;
	}
}*/
@media screen and (max-width: 1024px) {
    .minus-img-height img.iphone-media{
        /*margin: -100px 0 0;*/
    }
    .minus-img-height .common-banner-wrapper .neiye-title{
        top: 40%!important;
        text-shadow: 0 0 2px black;
    }
    .common-bottom-container .lans {
        font-size: 14px;
    }


    .cul-list .t1 {
        font-size: 16px;
    }

    .cul-list .t2 {
        font-size: 12px;
    }

    /*pro*/
    #imageMenu li {
        width: 90px;
        height: 80px;
    }

    #imageMenu li img, #imageMenu li#onlickImg img, #imageMenu li:hover img {
        width: 80px;
        height: 80px;
    }

    .crumb {
        line-height: 20px;
        border: 0;
    }

    .crumb .left {
        padding: 15px 0;
        font-size: 13px;
        margin: 0;
        width: 100%;
        border-bottom: 1px solid #eee;
        border-top: 1px solid #eee;
    }
    .crumb .left img{
        width:25px
    }

    .crumb .right a.on, .crumb .right a {
        width: auto;
        margin-right: 20px;
    }

    .crumb .right {
        line-height: 50px;
        width: 100%;
        font-size: 13px;
    }

    .crumb-fixed .left {
        display: none;
    }

    .pro-list .lans {
        width: Calc(100% - 80px);
    }

    /*new*!*/
    .pagetion a {
        margin: 0;
    }

    .pagetion {
        padding: 0px 0 40px;
    }

    .common-banner-wrapper .bg {
        padding-bottom: 400px;
        background-size: cover;
    }

    .pro-container .common-banner-wrapper .bg {
        padding-bottom: 450px;
    }

    /*contact*/
    .contact-section .box {
        padding: 50px 0;
    }

    .submit-btns {
        margin: 5px 0 0;
    }

    .submit-btns .button {
        width: 120px;
        line-height: 40px;
        font-size: 13px;
        margin-right: 20px;
    }

    .li-md-2 {
        width: 100%;
    }

    .common-banner-wrapper .title, .contact-section .title {
        font-size: 26px;
    }

    /*pro*/
    .pro-title, .pro-sum .right .l2, .pro-sum .left .tit {
        font-size: 15px;
    }

    .pro-list .lans {
        font-size: 15px;
    }

    .pro-sum .left .content a {
        font-size: 13px;
    }

    .pro-sum .right .lans {
        font-size: 14px;
        font-weight: normal;
    }

    .pro-sum {
        padding: 0;
    }

    .pro-sum .left .item {
        padding: 5px 0;
    }

    .pro-sum .right li .picture, .pro-sum .right.first li:first-child .picture {
        /* height: 150px; */
    }

    .pro-sum .right .lans {
        padding: 0;
    }

    .pro-sum .right li {
        width: 100% !important;
    }

    .pro-sum .right.first li:nth-child(odd), .pro-sum .right li, .pro-sum .right.first li:nth-child(3n), .pro-sum .right li:nth-child(3n - 2), .pro-sum .right.first li:nth-child(3n - 2) {
        width: 48% !important;
        margin-left: 4%;
    }

    .pro-sum .right.first li:first-child {
        margin-left: 0;
    }

    .pro-sum .right.first li:nth-child(2n) {
        margin-left: 0;
    }

    .pro-sum .right li:nth-child(2n - 1) {
        margin-left: 0;
    }

    .pro-sum .right.first li:first-child .more {
        display: block;
    }

    .pro-sum .right.first li:first-child {
        width: 100% !important;
    }

    .pro-sum .right li a {
        display: block;
    }

    .prodetails .right .title {
        font-size: 24px;
    }
}

@media screen and (max-width: 768px) {

    .index-customer-list {
        padding: 5px 0;
    }

    .about-title {
        font-size: 24px;
    }

    .case-list a {
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }

    .index-customers li:nth-child(4n - 3) .right, .index-customers li:nth-child(4n - 3) .dian1, .index-customers li:nth-child(4) .top, .index-customers li:nth-child(4) .dian1 {
        display: block;
    }

    .index-customers li {
        width: 33.33%;
    }

    .index-customers li:nth-child(3n-2) .right, .index-customers li:nth-child(3n-2) .dian1 {
        display: none;
    }

    .index-customer-list li img {
        width: auto;
        height: 60px;
    }

    .index-customers .lans {
        height: 70px;
    }


    .prodetails .right .title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .video-list .t2 {
        font-size: 15px;
        padding: 7px 0 3px;
    }

    .video-list .t3 {
        font-size: 12px;
    }

    .video-list .icon-down {
        margin-right: 2px;
        width: 13px;
    }

    .video-list {
        padding-bottom: 10px;
    }

    .case-nav .icon {
        width: 30px;
        margin: 0 auto 5px;
    }

    .case-nav .item {
        font-size: 12px;
        padding: 15px 5px;
    }

    .case-list2 li, .case-list2 li:nth-child(3n - 2), .case-list2 li:nth-child(3n - 1) {
        animation-delay: 0s;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .more-icon {
        width: 100px;
        font-size: 12px;
    }

    .case-list2 {
        padding: 0;
    }


    .common-banner-wrapper .bg {
        padding-bottom: 300px;
        background-size: cover;
    }

    .pro-container .common-banner-wrapper .bg {
        padding-bottom: 400px;
    }

    .common-banner-wrapper .desc {
        font-size: 14px;
        max-height: 150px;
        overflow: hidden;
    }

    .common-banner-bottom a {
        font-size: 12px;
        padding: 3px 10px 5px 10px;
        line-height: 3.2;
        vertical-align: top;
        margin-left: -2px;
    }

    .common-banner-bottom img {
        width: 12px;
        margin-right: 0;
        margin-top: 14px;
    }

    .contact-section .info, .contact-section .form {
        padding-bottom: 30px;
    }

    .case-nav a {
        padding: 5px;
    }

    .index-section6 li {
        width: 100%;
        margin-bottom: 20px;
    }

    .index-title {
        font-size: 23px;
    }

    .index-section4 li {
        width: 100% !important;
        margin: 0 0 10px
    }
    .index-section4 li:nth-child(4) .picture{
        height: 200px;
    }

    .index-section4 li:nth-child(5) .picture{
        height: 180px;
    }
}

/*搜索结果*/
.xsousuo {
    /* padding-top: 90px; */
    /* padding-bottom: 80px; */
    background: #fff;
}

.xsousuo .conwidth {
}

.xsousuo .xssbox {
    padding-top: 85px;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 80px;
    /* background-color: #FFFFFF; */
}

.xssbox .title {
    font-family: sy-Regular;
    color: #000000;
    font-size: 28px;
    padding-bottom: 35px;
    border-bottom: #e8e8e8 solid 1px;
}

.xssbox .title .t1 {
    color: #148fee;
}

.xsdiv {
}

.xsdiv ul li {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: #eae5e5 solid 1px;
}

.xsdiv ul li a {
    display: inline-block;
    width: 100%;
}

.xsousuo .l-wrap {
    float: left;
    width: 150px;
}

.xsousuo .l-wrap img {
    width: 100%;
}

.xsousuo .r-wrap {
    float: left;
    width: -moz-calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
    padding-left: 30px;
    box-sizing: border-box;
    margin-top: 4vh;
}

.xsdiv ul li a .xtop {
    margin-bottom: 10px;
    overflow: hidden;
    color: #222222;
    font-size: 20px;
    margin-right: 30px;
    margin-bottom: 5px;
}

.xsdiv ul li a:hover .xtop {
    color: #148fee;
}

.xsdiv ul li a .xmid {
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xsdiv ul li a .time {
    color: #444444;
    font-size: 16px;
}

@media screen and (max-width: 1440px) {
    .xssbox .title {
        font-size: 26px;
    }
}

@media screen and (max-width: 1024px) {
    .pro-list .icon{
        padding:14px;
    }
    .xsousuo {
        padding-bottom: 70px;
    }

    .xsousuo .xssbox {
        padding-top: 30px;
        padding-bottom: 50px;
        padding-left: 0;
        padding-right: 0;
    }

    .xssbox .title {
        font-size: 24px;
    }
}

@media screen and (max-width: 768px) {
    .xsousuo {
        padding-bottom: 60px;
    }

    .xsousuo .xssbox {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .xssbox .title {
        font-size: 20px;
        padding-bottom: 25px;
    }

    .xsdiv ul li {
        padding: 25px 0px;
    }
    .common-banner-bottom a:hover, .common-banner-bottom a.on{

        padding-right: 12px;

    }
}

@media screen and (max-width: 640px) {
    .xsousuo .xssbox {
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .xssbox .title {
        font-size: 18px;
        padding-bottom: 20px;
    }

    .xsdiv ul li {
        padding: 20px 0px;
    }

    .xsdiv ul li a .xtop {
        font-size: 18px;
    }

    .xsdiv ul li a .time {
        font-size: 15px;
    }
}

@media screen and (max-width: 576px) {
    .xsousuo .xssbox {
        padding-top: 0;
    }

    .xsousuo .l-wrap {
        width: 100px;
    }

    .xsousuo .r-wrap {
        padding-left: 20px;
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px);
    }

    .xsdiv ul li a .xtop {
        font-size: 17px;
    }

    .xsdiv ul li a .xmid {
        margin-bottom: 10px;
    }

    .xsdiv ul li a .time {
        font-size: 14px;
    }
}

* {
    touch-action: pan-y;
}

.news-bottom .title{min-height: 90px;}
@media (max-width: 1800px){
        .news-bottom .title{min-height: 90px;}
}
@media (max-width: 769px){
        .news-bottom .title{min-height: 60px;}
}

/**/
.logo img:nth-child(2){
	display: inline-block;
}
.applicationPage .common-banner-wrapper .title{
	line-height: 1.1;
}

.header .other_nav .sub_nav{
	/*background-color: #f5f5f5;
	box-sizing: border-box;*/
}
.header .other_nav .DropDown{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	/*max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
    padding: 60px 110px 60px 100px;
    box-sizing: border-box;*/
}
.header .other_nav .DropDown .left_w{
	/*width: 40.4%;*/
	width: 20vw;
	padding-top: 40px;
}
.header .other_nav .DropDown dd a{
	display: block;
    line-height: 42px;
    color: #232323;
    font-size: 16px;
    padding-left: 30px;
    /*background: url(../images/top_jt.png) no-repeat center right 65px;
    transition: all 0.3s;*/
}
.header .other_nav .DropDown dd a:hover{
	color: #fff;
   /* background: #f7ae0f url(../images/top_jt_a.png) no-repeat center right 35px;*/
}
.header .other_nav .DropDown .right_w{
	/*width: 44%;
	overflow: hidden;*/
	width: 78vw;
    text-align: left;
    background: #fff;
    padding: 30px 3vw;
    box-sizing: border-box;
}
.header .other_nav .DropDown .right_w img{
	display: block;
	width: 100%;
}
.header .other_nav .DropDown .right_w h3{
	font-family: 'HarmonyOS bold';
	color: #222222;
	font-size: 16px;
}
.header .other_nav .DropDown .right_w a{
	display: flex;
	align-items: center;
	justify-content: center;
    width: 170px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    padding-right: 40px;
    background: #f7ae0f;
    border-radius: 0px;
    padding: 0 10px;
    transition: all 0.3s;
}
.header .other_nav .DropDown .right_w a i{
	display: inline-block;
	width: 32px;
	height: 8px;
	margin-left: 10px;
	background: url(../images/top_jt.png) no-repeat center right 10px;
	background-size: 22px auto;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.header .other_nav .DropDown .right_w a:hover i{
	background: url(../images/top_jt.png) no-repeat center right;
	background-size: 22px auto;
}
.application-title{
	font-size: 46px;
    color: #222222;
    line-height: 1;
    font-family: 'HarmonyOS bold';
}
.applicationPage .solution .application-title{
	text-align: center;
}
.applicationPage .overview{
	padding-top: 75px;
	padding-bottom: 75px;
}
.applicationPage .overview .content{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.applicationPage .overview .content .left_w{
	width: 53.4%;
	overflow: hidden;
}
.applicationPage .overview .content .text{
	color: #222222;
	font-size: 16px;
	line-height: 1.7;
	margin-top: 3.9%;
}
.applicationPage .overview .content .right_w{
	width: 36.98630136986301%;
	padding: 2.74%;
	box-sizing: border-box;
	background: #f3f6f9;
}
.applicationPage .overview .content .imgBox{
	width: 100%;
	overflow: hidden;
}
.applicationPage .overview .content .imgBox img{
	width: 100%;
} 

.applicationPage .solution{
	padding-top: 75px;
	padding-bottom: 75px;
	background-color: #f3f6f9;
}
.applicationPage .solution ul{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-top: 0.78%;
}
.applicationPage .solution ul li{
	position: relative;
	width: 32%;
	margin-right: 2%;
	margin-top: 2%;
}
.applicationPage .solution ul li:nth-child(3n){
	margin-right: 0;
}
.applicationPage .solution ul li a{
	position: relative;
	display: block;
	width: 100%;
}
.applicationPage .solution ul li .imgBox{
	width: 100%;
	overflow: hidden;
}
.applicationPage .solution ul li .imgBox img{
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.applicationPage .solution ul li:hover .imgBox img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.applicationPage .solution ul li .textBox{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 87%;
	padding: 4.25% 3.5% 4.25% 6.38%;
	background: rgba(255,255,255,0.9);
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.applicationPage .solution ul li:hover .textBox{
	background: rgba(255,255,255,1);
}
.applicationPage .solution ul li .textBox .title{
	font-family: 'HarmonyOS bold';
	color: #222222;
	font-size: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.applicationPage .solution ul li .textBox .text{
	color: #222222;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.applicationPage .RelatedSolution{
	padding-top: 60px;
	padding-bottom: 75px;
}
.applicationPage .RelatedSolution .otherbox{
	position: relative;
	width: 83.3%;
	padding-left: 3.65%;
	padding-right: 3.65%;
	box-sizing: border-box;
	margin-top: 2.08%;
	margin-left: auto;
	margin-right: auto;
}
.applicationPage .RelatedSolution .swiper-slide a{
	position: relative;
	display: block;
	width: 100%;
}
.applicationPage .RelatedSolution .swiper-slide .img{
	width: 100%;
	overflow: hidden;
}
.applicationPage .RelatedSolution .swiper-slide .img img{
	display: block;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.applicationPage .RelatedSolution .swiper-slide:hover .img img{
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}
.applicationPage .RelatedSolution .swiper-slide .title{
	margin-top: 20px;
	font-family: 'HarmonyOS bold';
	color: #222222;
	font-size: 24px;
}
.applicationPage .RelatedSolution .swiper-button-next, 
.applicationPage .RelatedSolution .swiper-button-prev{
	position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
}
.applicationPage .RelatedSolution .swiper-button-prev, 
.applicationPage .RelatedSolution .swiper-container-rtl .swiper-button-next{
	background-image: url(../images/aimg10.png);
    left: 0;
    right: auto;
}
.applicationPage .RelatedSolution .swiper-button-next,
.applicationPage .RelatedSolution .swiper-container-rtl .swiper-button-prev{
    background-image: url(../images/aimg11.png);
    right: 0;
    left: auto;
    z-index: 5;
}
.applicationPage .RelatedSolution .swiper-button-next.swiper-button-disabled{
	opacity: 1;
    cursor: auto;
    pointer-events: none;
    z-index: 5;
    background-image: url(../images/aimg11a.png);
}
.applicationPage .RelatedSolution .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
    cursor: auto;
    pointer-events: none;
    z-index: 5;
    background-image: url(../images/aimg10a.png);
}

.applicationPage .RelatedDevices{
	padding-top: 75px;
	padding-bottom: 75px;
	background-color: #f3f6f9;
}
.applicationPage .RelatedDevices ul{
	margin-top: 0.78%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.applicationPage .RelatedDevices ul li{
	width: 32%;
	margin-right: 2%;
	margin-top: 2%;
	background-color: #FFFFFF;
}
.applicationPage .RelatedDevices ul li:nth-child(3n){
	margin-right: 0;
}
.applicationPage .RelatedDevices ul li a{
	display: block;
	width: 100%;
	overflow: hidden;
}
.applicationPage .RelatedDevices ul li .imgBox{
	width: 100%;
	overflow: hidden;
}
.applicationPage .RelatedDevices ul li .imgBox img{
	display: block;
	/*width: 100%;*/
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
    height: 16.4rem;
    margin: auto;
}
.applicationPage .RelatedDevices ul li:hover .imgBox img{
	transform: scale(1.1);
}
.applicationPage .RelatedDevices ul li .textBox{
	padding: 3% 6.4% 5%;
	box-sizing: border-box;
}
.applicationPage .RelatedDevices ul li .textBox .title{
	font-family: 'HarmonyOS bold';
	color: #222222;
	font-size: 20px;
	margin-bottom: 5px;
}
.applicationPage .RelatedDevices ul li .textBox .text{
	color: #222222;
	font-size: 16px;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.applicationPage .RelatedDevices ul li .textBox .btn{
	margin-top: 24px;
}
.applicationPage .RelatedDevices ul li .textBox .btn span{
	display: inline-block;
	border: #e7e7e7 solid 1px;
	border-radius: 5px;
	color: #222222;
	font-size: 14px;
	height: 43px;
	line-height: 43px;
	padding-left: 16px;
	padding-right: 16px;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.applicationPage .RelatedDevices ul li:hover .textBox .btn span{
	color: #FFFFFF;
	background-color: #f8b00f;
}
@media screen and (max-width: 1600px){
	.application-title{
		font-size: 36px;
	}
	.applicationPage .box{
		width: 82%;
	}
	.applicationPage .RelatedSolution .otherbox{
		width: calc(82% + 140px);
		padding-left: 70px;
		padding-right: 70px;
	}
	.applicationPage .solution ul li .textBox .title{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.applicationPage .overview .content .text,
	.applicationPage .solution ul li .textBox .text,
	.applicationPage .RelatedDevices ul li .textBox .text{
		font-size: 14px;
	}
	.applicationPage .RelatedSolution .swiper-slide .title{
	    font-size: 21px;
	}
	.applicationPage .RelatedSolution .swiper-button-next, .applicationPage .RelatedSolution .swiper-button-prev{
		width: 36px;
		height: 36px;
	}
	.applicationPage .RelatedDevices ul li .textBox .title{
		font-size: 18px;
	}
	.applicationPage .RelatedDevices ul li .textBox .btn{
		margin-top: 20px;
	}
	.applicationPage .RelatedDevices ul li .textBox .btn span{
		height: 32px;
		line-height: 32px;
	}
}
@media screen and (max-width: 1280px){
	.application-title{
		font-size: 32px;
	}
}
@media screen and (max-width: 1024px){
	.applicationPage .box{
		width: 90%;
	}
	.applicationPage .RelatedSolution .otherbox{
		width: 95%;
		padding-left: 50px;
		padding-right: 50px;
		margin-top: 45px;
	}
	.applicationPage .overview .content .left_w{
		width: 100%;
		margin-bottom: 5%;
	}
	.applicationPage .overview .content .text{
		margin-top: 30px;
	}
	.applicationPage .overview .content .right_w{
		width: 100%;
		padding: 5%;
	}
	.applicationPage .solution ul{
		padding-top: 10px;
	}
	.applicationPage .solution ul li{
		width: 48%;
		margin-right: 4%;
		margin-top: 4%;
	}
	.applicationPage .solution ul li:nth-child(3n){
		margin-right: 4%;
	}
	.applicationPage .solution ul li:nth-child(2n){
		margin-right: 0;
	}
	.applicationPage .RelatedDevices ul{
		margin-top: 10px;
	}
	.applicationPage .RelatedDevices ul li{
		width: 48%;
		margin-right: 4%;
		margin-top: 4%;
	}
	.applicationPage .RelatedDevices ul li:nth-child(3n){
		margin-right: 4%;
	}
	.applicationPage .RelatedDevices ul li:nth-child(2n){
		margin-right: 0;
	}
	.applicationPage .RelatedDevices ul li .textBox{
		padding: 15px 25px 25px;
	}
	.applicationPage .RelatedSolution .otherbox{
		margin-top: 40px;
	}
}
@media screen and (max-width: 992px){
	.application-title{
		font-size: 28px;
	}
	.applicationPage .overview,
	.applicationPage .solution,
	.applicationPage .RelatedDevices{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.applicationPage .overview .content .text{
		margin-top: 20px;
	}
	.applicationPage .RelatedSolution{
		padding-top: 50px;
		padding-bottom: 60px;
	}
}
@media screen and (max-width: 750px){
	.application-title{
		font-size: 24px;
	}
	.applicationPage .solution ul li,
	.applicationPage .RelatedDevices ul li{
		width: 100%;
		margin-right: 0 !important;
		margin-top: 30px;
	}
	.applicationPage .solution ul li .textBox{
		padding: 20px 15px 20px 25px;
	}
	.applicationPage .RelatedSolution .swiper-slide .title{
		font-size: 19px;
	}
	.applicationPage .RelatedSolution .swiper-button-next, .applicationPage .RelatedSolution .swiper-button-prev{
		width: 32px;
		height: 32px;
	}
}
@media screen and (max-width: 540px){
	.application-title{
		font-size: 22px;
	}
	.applicationPage .overview, .applicationPage .solution, .applicationPage .RelatedDevices{
		padding-top: 50px;
    	padding-bottom: 50px;
	}
	.applicationPage .RelatedSolution{
		padding-bottom: 50px;
	}
	.applicationPage .overview .content .right_w{
		padding: 25px;
	}
	.applicationPage .solution ul{
		padding-top: 0;
	}
	.applicationPage .RelatedSolution .otherbox{
		margin-top: 30px;
		padding-left: 45px;
    	padding-right: 45px;
	}
	.applicationPage .RelatedSolution .swiper-slide .title{
		margin-top: 15px;
		font-size: 18px;
	}
	.applicationPage .RelatedDevices ul{
		margin-top: 0px;
	}
}
@media screen and (max-width: 480px){
	.applicationPage .overview, .applicationPage .solution, .applicationPage .RelatedDevices{
		padding-top: 45px;
    	padding-bottom: 45px;
	}
	.applicationPage .RelatedSolution{
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.applicationPage .solution ul li, .applicationPage .RelatedDevices ul li{
		margin-top: 25px;
	}
	.applicationPage .solution ul{
		padding-top: 5px;
	}
	.applicationPage .RelatedDevices ul{
		margin-top: 5px;
	}
}
@media screen and (max-width: 414px){
	.applicationPage .solution ul li .textBox{
		padding: 20px 15px 20px 20px
	}
	.applicationPage .RelatedSolution .otherbox{
		padding-left: 40px;
		padding-right: 40px;
	}
	.applicationPage .RelatedDevices ul li .textBox{
		padding: 15px 20px 25px;
	}
	.applicationPage .RelatedSolution .swiper-button-next, .applicationPage .RelatedSolution .swiper-button-prev{
		width: 28px;
		height: 28px;
	}
}
/*@media screen and (max-width: 1600px) and (min-width: 1025px){
	.application-title{
		font-size: 2.38vw;
	}
	.applicationPage .box{
		width: 82%;
	}
	.applicationPage .RelatedSolution .otherbox{
		width: calc(82% + 8.75vw);
		padding-left: 4.375vw;
		padding-right: 4.375vw;
	}
	.applicationPage .overview,
	.applicationPage .solution{
		padding-top: 3.90625vw;
    	padding-bottom: 3.90625vw;
	}
	.applicationPage .solution ul li .textBox .title{
		font-size: 1.041666666666667vw;
		margin-bottom: 0.502vw;
	}
	.applicationPage .overview .content .text,
	.applicationPage .solution ul li .textBox .text,
	.applicationPage .RelatedDevices ul li .textBox .text{
		font-size: 0.83333333333333vw;
	}
	.applicationPage .RelatedSolution .swiper-slide .title{
	    font-size: 1.25vw;
	}
	.applicationPage .RelatedDevices ul li .textBox .title{
		font-size: 1.041666666666667vw;
	}
	.applicationPage .RelatedDevices ul li .textBox .btn{
		margin-top: 1.25vw;
	}
	.applicationPage .RelatedDevices ul li .textBox .btn span{
		height: 2.083333333333333vw;
		line-height: 2.083333333333333vw;
		border-radius: 0.26vw;
	    font-size: 0.7291666666666667vw;
	    padding-left: 0.8333333333333333vw;
	    padding-right: 0.8333333333333333vw;
	}
}*/

.header .other_nav .DropDown{
    /*padding: 50px 110px 50px 100px;*/
   	display: flex;
   	align-items: stretch;
    min-height: 500px;
    box-sizing: border-box;
}
.header .other_nav .DropDown dd a{
    font-size: 18px;
    line-height: 2;
    color: #222222;
}
.header .other_nav .DropDown dd a:hover{
    color: #0a62ae;
    font-weight: bold;
    /*background: #f7ae0f url(../images/top_jt_a.png) no-repeat center right 35px;*/
    background: none;
}
.header .other_nav .DropDown .right_w a{
    background: #0a62ae;
}
@media screen and (max-width: 1600px){
    .header .other_nav .DropDown{
            padding-top: 20px;
        padding-bottom: 20px;
            min-height: 50vh;
    }
}

.header .other_nav .DropDown dd.on a{
    color: #0a62ae;
    font-weight: bold;
    background: none;
}
.header .other_nav .DropDown .right_w{
	padding-left: calc(27vw + 40px);
}
.header .other_nav .DropDown .right_w .imgLi{
    display: none;
    max-width: 26vw;
    max-height: 350px;
    width: 100%;
    overflow: hidden;
}
.header .other_nav .DropDown .right_w .imgLi.on{
    display: block;
}
.header .other_nav .DropDown .right_w .imgLi img{
    display: block;
    width: 100%;
}

/*20240705*/
.header .sub_nav .sub1-item .subtit{
	font-weight: bold;
	color: #222222;
	font-size: 40px;
	line-height: 1;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: #dee0e2 solid 1px;
	margin-left: 30px;
	margin-right: 2.5vw;
	width: calc(100% - 30px - 2.5vw);
}
.header .nav li.other .pro-status{
	padding-left: 9.375vw;
	padding-top: 40px;
}
.header .sub_nav .itemUL{
	display: flex;
	flex-wrap: wrap;
	width: 39.0625vw;
}
.header .sub_nav .itemUL .itemLi{
	width: calc((100% - 23px) / 2);
	margin-right: 23px;
	margin-bottom: 23px;
}
.header .sub_nav .itemUL .itemLi:nth-child(2n){
	margin-right: 0;
}
.header .sub_nav .itemUL .itemLi a{
	position: relative;
	display: block;
	width: 100%;
}
.header .sub_nav .itemUL .itemLi .imgbox{
	display: block;
	width: 100%;
	overflow: hidden;
}
.header .sub_nav .itemUL .itemLi .imgbox img{
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.header .sub_nav .itemUL .itemLi:hover .imgbox img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.header .sub_nav .itemUL .itemLi .txt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.4);
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.7;
	padding: 10px 20px;
	box-sizing: border-box;
}
@media screen and (max-width: 1920px) and (min-width: 1025px){
	.header .sub_nav .sub1-item .subtit{
		font-size: 2.083333333333333vw;
		padding-bottom: 1.041666666666667vw;
		margin-bottom: 1.041666666666667vw;
	}
}
@media screen and (max-width: 1600px) {
	.header .nav li.other .pro-status{
		padding-top: 20px;
	}
	.header .sub_nav .itemUL .itemLi{
		width: calc((100% - 18px) / 2);
		margin-right: 18px;
		margin-bottom: 18px;
	}
	.header .sub_nav .itemUL .itemLi:nth-child(2n){
		margin-right: 0;
	}
}



/*20240819*/
.header .nav li.other .pro-status{
	padding-left: 3vw;
}
.pro-status .list.on, .pro-status .items2 .list.on a{
	line-height: 1.4;
	margin-top: 10px;
	margin-bottom: 15px;
}
.header .sub_nav .itemUL{
	display: inline-block;
	font-size: 0;
	width: 52vw;
}
.header .sub_nav .itemUL .itemLi{
	display: inline-block;
	vertical-align: top;
}
.header .sub_nav .itemUL.one .itemLi{
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
}
.header .sub_nav .itemUL.three .itemLi{
	width: 31.33333333333333%;
	margin-right: 3%;
	margin-bottom: 0;
}
.header .sub_nav .itemUL.three .itemLi:nth-child(2n){
	margin-right: 3%;
}
.header .sub_nav .itemUL.three .itemLi:nth-child(3n){
	margin-right: 0;
}
@media screen and (min-width: 1921px) {
	.header .sub_nav .itemUL.three .itemLi{
		width: auto;
		max-width: 31.33333333333333%;
	}
	.header .sub_nav .itemUL.one .itemLi a,
	.header .sub_nav .itemUL.three .itemLi a{
		display: inline-block;
		width: auto;
	}
	.header .sub_nav .itemUL.obe .itemLi img,
	.header .sub_nav .itemUL.three .itemLi img{
		width: auto;
		max-width: 100%;
		max-height: 390px;
	}
}

.pro-status1.pro-status > div{
	width: 21vw;
}
.pro-status > div{
	padding-left: 20px;
	padding-right: calc(3vw + 20px);
}


/*20250613*/
.index-section1 .bg img{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding-top: 0;
}
.case-list .pictures .bg img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index-section2 .icon-more,
.pro-sum .right .more,
.news-bottom .search1,
.about5-2 a.more,
.join_list .more_btns{
	position: relative;
	z-index: 1;
	color: #ffffff;
	border: none;
	background: linear-gradient(#a2c4c9, #40b4c5);
	overflow: hidden;
    transition: all 300ms ease-in-out;
    border-radius: 30px;
}
.index-section2 .icon-more:after{
	display: none;
}
.index-section2 .icon-more:before,
.pro-sum .right .more:before,
.news-bottom .search1:before,
.about5-2 a.more:before,
.join_list .more_btns:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    -ms-transform-origin: 50%;
    -o-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.index-section2 .icon-more:hover:before,
.pro-sum .right .more:hover:before,
.pro-sum .right a:hover .more:before,
.news-bottom .search1:hover:before,
.news-sum .news-bottom a:hover .search1:before,
.about5-2 a.more:hover:before,
.join_list .more_btns:hover:before{
	background-color: rgb(14, 163, 185);
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background: linear-gradient(#a2c4c9, #0ea3b9);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.news-sum .news-bottom a:hover .search1,
.pro-sum .right a:hover .more{
	background: linear-gradient(#a2c4c9, #40b4c5);
}
/*.case-list .btns-sum a{
	line-height: 43px;
	padding: 0 15px;
	border-top: 1px solid #ffffff;
    border-right: 1px solid #3099DD;
    border-bottom: 1px solid #3099DD;
    border-left: 1px solid #3099DD;
    border-radius: 30px;
}*/
.case-list .btns-sum a:hover{
	background: #328b9b;
	border: #328b9b solid 1px;
}
.index-section3 .lans .more {
    color: #328b9b;
}

.submit-btns .submit{
	background: #328b9b;
}
.submit-btns .submit:hover{
	background: #328b9b;
}

/*20250603*/
.about1-2 .bg img,
.pro-sum .right .picture .bg img,
.content-serives2 .bg img,
.join2 li .bg img,
.case7-details .bg img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.case1-details .left,
.case2-details .left,
.case3-details .editor .img,
.case3-details .editor .img1{
	position: relative;
}
.case1-details .left img,
.case2-details .left img,
.case3-details .editor .img img,
.case3-details .editor .img1 img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*20250618*/
.nav li.on .t1,
.header .sub_nav .sub1-item .title-nav.on,
.pro-status .list a:hover, .pro-status .list a.on,
.pro-status .i2 .list.on a.on,
.header_bottom .en .en_item a:hover{
	color: #328b9b;
}
.nav li.on .t1:after,
.header_on.on .nav li .t1:after, 
.header:hover .nav li.on .t1:after,
.nav li .t1:after, 
.nav li.on .t1:after{
	background: #328b9b;
}

.common-footer .scroll-top{
	box-shadow: 0 0 10px rgba(86, 163, 165, 0.34);
}
.common-footer .list .menu-link a:hover{
	color: #328b9b;
}

.liuyan-form .tit span{
	color: #328b9b;
}
.common-form .info-desc .button,
.info-form .li-md-4 .submit,
.index-section6 .icon-more,
.prodetails .to-link{
	position: relative;
    z-index: 1;
    color: #ffffff;
    border: none;
    background: linear-gradient(#a2c4c9, #40b4c5);
    overflow: hidden;
    transition: all 300ms ease-in-out;
    border-radius: 30px;
}
.info-form .li-md-4 .submit,
.prodetails .to-link{
	border-radius: 0px;
}
.common-form .info-desc .button:hover,
.info-form .li-md-4 .submit:hover,
.index-section6 a.icon-more:hover{
	background: linear-gradient(#a2c4c9, #40b4c5);
}
.common-form .info-desc .button:before,
.info-form .li-md-4 .submit:before,
.index-section6 .icon-more:before,
.prodetails .to-link:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    -ms-transform-origin: 50%;
    -o-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.common-form .info-desc .button:hover:before,
.info-form .li-md-4 .submit:hover:before,
.index-section6 .icon-more:hover:before,
.prodetails .to-link:hover:before{
	background-color: rgb(14, 163, 185);
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background: linear-gradient(#a2c4c9, #0ea3b9);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}


.about5_sum .lans .more,
.pro4-d .more{
	color: #328b9b;
	border: #328b9b solid 1px;
}
.about5_sum a:hover .more,
.pro4-d a:hover .more{
	border-color: #328b9b;
    background: #328b9b;
    color: #ffffff;
}
.swiper-pagination-bullet-active,
.case7-details .swiper-pagination .swiper-pagination-bullet-active{
	background: #328b9b;
}


.index-section6 a:hover .title{
	color: #328b9b;
}

.index-section3 .right .icon-line,
.common-title-container .common-icon{
	/*background: #328b9b;*/
}
.index-section3 .right .icon-line span,
.pro-d .common-icon span,
.common-title-container .common-icon span{
	background: #000;
}


.pro-sum .left .content a:hover, 
.pro-sum .left .content a.on,
.pro-sum .right .l1,
.pagetion a:hover, .pagetion a.on{
	color: #328b9b;
}


input[checked=checked]:after{
	color: #328b9b;
}

.crumb .right a:hover, .crumb .right a.on{
	background: #328b9b;
}

.pro4-d .l1{
	color: #328b9b;
}
.case2-details .editor li:before{
	border: 2px solid #328b9b;
}
.case7-details .lans{
	background: #328b9b;
}
.case-nav .item:hover, .case-nav .on .item{
	background: #328b9b;
}
a:hover .more-icon{
	background: #328b9b;
}
.common-bottom-container .swiper-slide.on, .common-bottom-container .swiper-slide:hover{
	border-bottom: 4px solid #328b9b;
}
.common-banner-bottom a:hover, .common-banner-bottom a.on{
	background: #328b9b;
}
.index-process a:hover .date{
	color: #328b9b;
}
.index-process .swiper-slide-active{
	color: #328b9b;
}
.index-process .swiper-slide-active:after{
	border-color: #328b9b;
}
.icon-more:hover .icon{
	background: #328b9b;
}
.servies3-nav .item.on{
	background-color: #328b9b;
}
.servies3-nav .content a:hover{
	color: #328b9b;
}
.servies3 .join_list a:hover{
	background: #328b9b;
}
.servies3 .join_list .title:before{
	background-color: #328b9b;
}
.ques-sum li.on .title{
	border-left: 4px solid #328b9b;
    color: #328b9b;
}
.ques-sum .hide-button{
	color: #328b9b;
}
.content-serives1 li:hover{
	background: #328b9b;
}
.contact-list .tit{
	color: #328b9b;
}
.contact-section .form .liuyan-form{
	border-top: 2px solid #328b9b;
}
.radios-group .r-item.checked{
	color: #328b9b;
}
.join_list li.show .title dd:nth-child(1), .join_list li:hover .title dd:nth-child(1){
	color: #328b9b;
}
.about5_sum a img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*20250904*/
.pro-sum .right .l2{
	white-space: normal;
}
.pro-sum .right .l3{
	display: block;
}
/*20250905*/
@media screen and (min-width: 1025px){
	.pro-sum .right .l1,
	.pro-sum .right .l3{
		font-size: 14px;;
	}
	.pro-sum .right .l2{
		font-size: 16px;
	}
}
/*20250917*/
.index-section1 .bg{
	padding-top: 0;
}
.index-section1 .bg img{
	position: static;
}

