html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button,
img {
    padding: 0;
    margin: 0;
    font-weight: 400;
}
p {margin: 0px; padding: 0px;}
body,
button,
input,
select,
textarea {
    font: 14px/1.5 'gilroymedium', 'Microsoft YaHei', 'Hiragino Sans GB', sans-serif, Arial;
    color: #333;
}
img {border: 0px;vertical-align: middle;}
table {border-collapse: collapse;border-spacing: 0;}
table th,
table td {
    border: 1px solid #ccc;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    color: #333;
    outline: none;
    cursor: pointer;
}
a:hover {
    background-repeat: no-repeat;
    text-decoration: none;
}
a,
input[type="button"],
button,
label,
input[type="submit"],
input[type="reset"] {
    cursor: pointer;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input,
textarea,
select {
    outline: none;
}
input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
input[type="reset"],
select,
textarea {
    outline-style: none;
    -webkit-appearance: none;
    resize: none;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
input:-webkit-autofill {
    /* 选择历史信息的样式 */
    -webkit-box-shadow: 0 0 0px rgba(255, 255, 255, 0) inset !important;
    -webkit-box-flex-color: #333;
}
* { outline: none; margin: 0; padding: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
a{text-decoration: unset;}
.auto_1600{margin: auto; width: 83.33333333333333vw;}
.auto_1400{margin: auto; width: 72.91666666666667vw;}
.auto_1000{margin: auto; width: 52.08333333333333vw;}
@media(max-width:992px){
    .auto_1600,.auto_1400,.auto_1000{width: 90%;}
}
.columns{display: flex;}
.move{display: none !important;}
.exceed{overflow: hidden;}
@media(max-width:992px){
    .pc{display: none !important;}
    .move{display: block !important;}
}
.image{overflow: hidden;}
.image img{transition: 1s;}

/*强制去除表单自带的样式*/
select,input,textarea {border-radius: 0;-webkit-border-radius: 0;color: #878787;font-family: Arial;}
input:focus {outline: none;}
input,button,select,textarea {outline: none;
/*-webkit-appearance:none; */}
input:-webkit-autofill{
    box-shadow: 0 0 0 1000px white inset !important;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #999 !important;
    -webkit-transition: background-color 99999999s ease-in-out 0s !important;
    -o-transition: background-color 99999999s ease-in-out 0s !important;
    transition: background-color 99999999s ease-in-out 0s !important
}
textarea {resize: none;/*-webkit-appearance:none; */}
textarea,input,select {background: none;border: none;margin: 0;padding: 0;}
img {display: block;max-width: 100%;/*width: 100%*/}
li {list-style: none;}
/* 分页 */
.layui-box {
    margin-bottom: 6.25vw;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.layui-box em {
    font-style: normal
}
.layui-box a,
.layui-box .layui-laypage-curr {
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: rgba(102, 102, 102, 1);
    margin: 0 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-weight: bold;
    /* background-color: #ebebeb */
}
.layui-box a:hover,
.layui-box .layui-laypage-curr:hover {
    color: #fff !important;
    background-color: rgba(0, 114, 188, 1);
    border: solid 1px rgba(0, 114, 188, 1)
}
.layui-box .layui-laypage-curr {
    color: #fff;
    border: solid 1px rgba(0, 114, 188, 1);
    background-color: rgba(0, 114, 188, 1)
}
.layui-box .layui-laypage-prev,
.layui-box .layui-laypage-next,
.layui-box .layui-laypage-last,
.layui-box .layui-laypage-first {
    line-height: 40px;
    margin: 0 10px
}
.layui-box .layui-laypage-next {
    margin-left: 17px
}
.layui-box .layui-laypage-prev {
    margin-right: 17px
}
.module_HL1GBCD1 .pageMain{padding: xsPaddingTop; overflow: hidden; position: relative; background: mainBgColor;}
.module_HL1GBCD1 .pageMain .commonMain{ max-width: var(--content-Wdith); margin: 0px auto; padding:0px 20px;}
.module_HL1GBCD1 .pageMain #pagination{text-align: center; display: none;}
.module_HL1GBCD1 .pageMain #pagination a{ 
    height: 30px; line-height: 30px; width: 30px;  padding: 0px; margin: 0px 4px; position: relative; border: none; font-size: 14px;
    border: 1px solid rgba(0, 0, 0, .2);
}
.module_HL1GBCD1 .pageMain #pagination a:hover{color: #fff;}
.module_HL1GBCD1 .pageMain #pagination a:hover .icon-zuojiantou,
.module_HL1GBCD1 .pageMain #pagination a:hover .icon-youjiantou{color: #fff;}
.module_HL1GBCD1 .pageMain #pagination a .icon-zuojiantou,
.module_HL1GBCD1 .pageMain #pagination a .icon-youjiantou{color: rgba(102, 102, 102, 1);}
.module_HL1GBCD1 .pageMain #pagination a.layui-laypage-prev{font-size: 16px;}
.module_HL1GBCD1 .pageMain #pagination a.layui-laypage-next{font-size: 16px;}
.module_HL1GBCD1 .pageMain #pagination .layui-laypage .layui-laypage-curr{height: 30px; line-height: 30px; width: 30px;font-size: 14px; border: none; padding: 0px; margin: 0px 4px;  font-weight: 600;}
.module_HL1GBCD1 .pageMain #pagination .layui-laypage .layui-laypage-curr em{ color: #fff;}

.module_HL1GBCD1 .pageMain .loadMore{ display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.module_HL1GBCD1 .pageMain .loadMore a{display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: .8s ease; -o-transition: .8s ease; -moz-transition: .8s ease; transition: .8s ease; font-size: 12px; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; color: rgba(102, 102, 102, 1); width: 110px; border-radius: 45px; height: 30px; border: 2px solid #0d5e9e;}
.module_HL1GBCD1 .pageMain .loadMore a .icon{margin-left: 10px; width: 12px; height: 13px; -webkit-transition: .6s ease; -o-transition: .6s ease; -moz-transition: .6s ease; transition: .6s ease; background-position: 0px -14px; background-repeat: no-repeat; background-image: url(xsloadmoreIcon); display: block;}

.module_HL1GBCD1 .pageMain .loadMore a:hover{background:#0d5e9e; color: #fff;}
.module_HL1GBCD1 .pageMain .loadMore a:hover .icon{background-position: 0px 0px;}
.module_HL1GBCD1 .pageMain .loadMore a {
    margin: 30px 0;
}
@media (min-width:768px) {
    .module_HL1GBCD1 .pageMain{padding: mdPaddingTop;}
    .module_HL1GBCD1 .pageMain .commonMain{ max-width: mdContentWidth;}
    .module_HL1GBCD1 .pageMain #pagination{display: block;}
    .module_HL1GBCD1 .pageMain #pagination a{ height: 48px; line-height: 48px; width: 48px;  margin: 0px 4px;font-size: 14px;}
    .module_HL1GBCD1 .pageMain #pagination .layui-laypage .layui-laypage-curr{height: 48px; line-height: 48px; width: 48px;font-size: 18px;}
    /* .module_HL1GBCD1 .pageMain #pagination .layui-laypage .layui-laypage-curr em{border-radius: 8px;} */
    .module_HL1GBCD1 .pageMain #pagination a.layui-laypage-prev{font-size: 16px;}
    .module_HL1GBCD1 .pageMain #pagination a.layui-laypage-next{font-size: 16px;}
    .module_HL1GBCD1 .pageMain .loadMore{display: none;}
}
@media (min-width:1200px) {
    .module_HL1GBCD1 .pageMain{padding: lgPaddingTop;}
    .module_HL1GBCD1 .pageMain .commonMain{ max-width: lgContentWidth;}
    .module_HL1GBCD1 .pageMain #pagination a{ height: 48px; line-height: 48px; width: 48px; margin: 0px 4px;font-size: 14px;}
    .module_HL1GBCD1 .pageMain #pagination .layui-laypage .layui-laypage-curr{height: 48px; line-height: 48px; width: 48px;font-size: 18px;}
    /* .module_HL1GBCD1 .pageMain #pagination .layui-laypage .layui-laypage-curr em{border-radius: 8px;} */
    .module_HL1GBCD1 .pageMain #pagination a.layui-laypage-prev{font-size: 16px;}
    .module_HL1GBCD1 .pageMain #pagination a.layui-laypage-next{font-size: 16px;}
}
/* 分页 */
/* 按钮 */
.SeeMore a {
    width: 8.333333333333333vw;
    margin: 3.125vw auto 0 ;
    text-align: center;
    background: #0072BC;
    border-radius: 50px;
    padding: 0.5729166666666667vw 0;
    color: #FFFFFF;
    font-size: var(--font-size16);
    display: block;
}
.SeeMore a:hover{
    background: #1b82c7;
}
@media (max-width:992px) {
    .SeeMore a {
        width: 100px;
        padding: 2px 0px;
    }
}
/* 按钮 */
/* 触摸放大 */
.amplify:hover .image img{
    transform: scale(1.05);
}
/* 触摸放大 */
/* 轮播图圆点 */
.slick-dots {
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
}
.slick-dots li button {
    background: #0071bc3f;
    display: block;
    font-size: 0;
    padding: 4px;
    border: 0;
    border-radius: 50px;
}
li.slick-active button {
    background: #0071bc;
}
/* 轮播图圆点 */
/* 弹窗 */
.tanchuang{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 30%);
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}
.tanchuang.on{
    visibility: unset;
    opacity: 1;
    transition: .5s;
}
/* 弹窗 */
.title{
    /* font-size: var(--font-size38); */
    /* font-weight: 600; */
    line-height: 1;
    color: #333333;
}
html{
    --font-size12:.625vw;
    --font-size13:.677083vw;
    --font-size14:0.7291666666666667vw;
    --font-size15:.78125vw;
    --font-size16:0.8333333333333333vw;
    --font-size17:0.8854166666666667vw;
    --font-size18:0.9375vw;
    --font-size20:1.041666666666667vw;
    --font-size22:1.145833333333333vw;
    --font-size24:1.25vw;
    --font-size26:1.354166666666667vw;
    --font-size28:1.458333333333333vw;
    --font-size30:1.5625vw;
    --font-size32:1.666666666666667vw;
    --font-size36:1.875vw;
    --font-size38:1.979167vw;
    --font-size40:2.083333333333333vw;
    --font-size46:2.395833333333333vw;
    --font-size48:2.5vw;
    --font-size54:2.8125vw;
    --font-size56:2.916666666666667vw;
    --font-size90:4.6875vw;
}
@media(max-width:992px){ 
    html{
        --font-size12:12px;
        --font-size13:12px;
        --font-size14:12px;
        --font-size15:12px;
        --font-size16:13px;
        --font-size17:14px;
        --font-size18:16px;
        --font-size20:16px;
        --font-size22:16px;
        --font-size24:18px;
        --font-size26:18px;
        --font-size28:18px;
        --font-size30:18px;
        --font-size32:18px;
        --font-size36:18px;
        --font-size38:18px;
        --font-size40:18px;
        --font-size46:20px;
        --font-size48:20px;
        --font-size54:20px;
        --font-size56:20px;
        --font-size90:22px;
    }
}



.bgimage img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.auto_1600{margin: auto; width: 83.333333vw;}
.auto_1200{margin: auto; width: 62.5vw;}
@media(max-width:992px){
    .auto_1200,
    .auto_1200{width: 90%;}
}
.HonorTOP {
    padding: 0 0 2.291667vw;
    text-align: center;
}
.HonorTOP dl{
    align-items: center;
    display: flex;
    justify-content: center;
    border: 1px solid #E5E5E5;
}
.HonorTOP dl dd{
    width: calc(100% / 7);
}
.HonorTOP dl dd a{
    display: block;
    font-size: var(--font-size16);
    color: #666666;
    line-height: 1.3;
    text-align: center;
    padding: .78125vw 0;
}
.HonorTOP dl dd.on a{
    background: #E9A13D;
    box-shadow: 0px 10px 20px -10px #E9A13D;
    color: #FFFFFF;
}
.HonorTOP dl dd a:hover{
    background: #E9A13D;
    box-shadow: 0px 10px 20px -10px #E9A13D;
    color: #FFFFFF;
}
.HonorTOP dl dd:not(:last-child) a{
    border-right: 1px solid #E5E5E5;
}


.BrandHonors {
    padding: 2.864583vw 0 7.291667vw;
    position: relative;
}


.BrandHonors ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -1.041667vw;
}
.BrandHonors ul li{
    margin:  0 0 1.041667vw;
    width: 16.5625vw;
    overflow: hidden;
}
.BrandHonors ul li:nth-child(3n + 1){
    width: 27.291667vw;
}
.BrandHonors ul li .image{
    background: url('../assets/5.jpg') no-repeat center;
    background-size: cover;
    padding: 0 0 3.90625vw;
}
.BrandHonors ul li:nth-child(3n + 1) .image{
    background: url('../assets/4.jpg') no-repeat center;
    background-size: cover;
    padding: 0 0 3.125vw;
}
.BrandHonors ul li:not(:nth-child(3n)){
    margin-right:  1.041667vw;
}
.BrandHonors ul li .image {
    height: 16.458333vw;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.BrandHonors ul li .image img{
    width: auto;
    /* max-width: 15.625vw; */
    box-shadow: 5px 7px 20px -12px #000;
}
.BrandHonors ul li .title{
    background: #FFFFFF;
    font-size: var(--font-size18);
    color: #282828;
    padding: 1.197917vw 0;
    text-align: center;
}
.BrandHonors ul li .image img{
    width: 7.291667vw;
    max-height: 10.9375vw;
    object-fit: cover;
}
.BrandHonors ul li:nth-child(3n + 1) .image img{
    width: 8.177083vw;
}
@media(max-width:768px){
    .BrandHonors {
        margin: 0;
        padding: 40px 0;
    }
    .BrandHonors .HonorTOP {
        padding:  0;
        position: relative;
        z-index: 1;
    }
    .BrandHonors ul{
        padding:  0 0;
        margin: 0 0 -20px;
    }
    .BrandHonors ul li {
        width: 100% !important;
        margin: 0 0 20px !important;
    }
    .BrandHonors ul li .title {
        padding: 25px;
    }
    .BrandHonors ul li .image img{
        max-width: unset;
        max-height: 168px;
        width: unset !important;
    }
    .BrandHonors ul li .image{
        height: 250px;
        padding: 30px 0 !important;
    }
    .BrandHonors ul li:nth-child(3n + 1) .image {
        background: url('../assets/5.jpg') no-repeat center;
        background-size: cover;
    }

    .HonorTOP {
        padding: 0 !important;
    }
    .HonorTOP dl{
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 9999;
        background: #ffffff;
        border: 0px solid #E5E5E5;
    }
    .HonorTOP dl dd {
        width: 100%;
    }
    .HonorTOP dl dd a{
        padding: 15px;
        font-size: 14px;
    }
    .BrandHonors .HonorTOP dl dd:not(:last-child) a{
        border-right: 0px solid #E5E5E5;
    }
    .HonorTOP dl dd{
        border-bottom: 1px solid #E5E5E5;
    }
    .HonorTOP{    position: relative;
        z-index: 9;
    margin: 0 0 30px;}
    .HonorTOP .title{
        position: relative;
        background-color: #E9A13D;
        color: #fff;
        line-height: 35px;
        text-align: center;
        display: block;
        cursor: pointer;
        font-weight: bold;
        font-size: 16px;
    }
    .HonorTOP .title:after {
        content: "";
        margin: 4px 0 0 10px;
        vertical-align: middle;
        display: inline-block;
        width: 0;
        height: 0;
        border-width: 8px;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
    }
}

.bonding{
    padding: 2.864583vw 0 9.270833vw;
}
.bonding .HonorTOP{
    padding: 0 0 4.166667vw;
}
.bonding ul {
    display: flex;
    flex-wrap: wrap;
}
.bonding ul li {
   width: 19.791667vw;
   margin:  0 0 1.5625vw ;
}
.bonding ul li:not(:nth-child(3n)){
    margin-right: 1.5625vw ;
}
.bonding ul li .image img{
    height: 17.1875vw;
    object-fit: cover;
    cursor: auto;
}
.bonding ul li a{
    display: flex;
    flex-direction: column;
    height: 100%;
    cursor: initial;
}
.bonding ul li a>div:nth-child(2){
    padding: 1.5625vw;
    background: #F5F5F5;
    flex: 1;
}
.bonding ul li .title{
    font-size: var(--font-size20);
    font-weight: bold;
    color: #282828;
    line-height: 1;
    padding: 0 0 1.25vw;
    margin: 0 0 1.041667vw;
    border-bottom: 1px solid #E6E6E6;
}
.bonding ul li .intro{
    font-size: var(--font-size16);
    font-weight: 300;
    color: #3C3C3C;
    line-height: 1.5;
    opacity: 0.8;

    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; */
    margin: 0 0 .677083vw;
}
/* .bonding ul li a:hover>div:nth-child(2){
    background: #E9A13D;
} */
/* .bonding ul li a:hover .intro{
    color: #FFFFFF;
}
.bonding ul li a:hover .title{
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    color: #FFFFFF;
} */
.bonding ul li a:hover {
    box-shadow: 0px 20px 20px 0px #00000014;
    /* display: block; */
}
@media(max-width:992px){ 
    .bonding {
        padding: 40px 0;
    }
    .bonding ul li{
        width: 100%;
        margin: 0 0 20px !important; 
    }
    .bonding ul li a>div:nth-child(2){
        padding: 20px ;
    }
    .bonding ul li .title{
        padding: 0 0 15px;
        margin: 0 0 10px;
    }
    .bonding ul li .intro{
        padding: 0 0 10px;
    }
    .bonding ul li .image img{
        height: unset;
    }
}

.ExpertTeam {
    padding: 5.208333vw 0 6.770833vw;
}
.ExpertTeam ul{
    display: flex;
    flex-wrap: wrap;
}
.ExpertTeam ul li{
    width: 19.627083vw;
    margin:  0 0 1.5625vw ;
}
.ExpertTeam ul li:not(:nth-child(4n)){
    margin-right: 1.5625vw ;
}
.ExpertTeam ul li .title{
    font-size: var(--font-size24);
    color: #333333;
    line-height: 1;
    display: flex;
    align-items: flex-end;
    padding: 1.302083vw 0 1.041667vw;
}
.ExpertTeam ul li .title span{
    font-size: var(--font-size14);
    color: #818181;
    padding: 0 0 0 .416667vw;
}
.ExpertTeam ul li .intro{
    font-size: var(--font-size14);
    color: #3C3C3C;
    line-height: 1.5;
    opacity: 0.8;
}
@media(max-width:1024px){ 
    .ExpertTeam {
        padding: 40px;
    }
    .ExpertTeam ul{
        justify-content: space-between;
    }
    .ExpertTeam ul li{
        width: 47%;
        margin: 0 0 25px !important;
    }
    .ExpertTeam ul li .title{
        padding: 20px 0 10px;
    }
    .ExpertTeam ul li .intro {
        line-height: 2;
    }
}
@media(max-width:992px){ 
    .ExpertTeam ul li{
        width: 100%;
        margin: 0 0 25px !important;
    }
    .ExpertTeam ul li .title{
        padding: 20px 0 10px;
    }
    .ExpertTeam ul li .intro {
        line-height: 2;
    }
}

.newsflash {
    padding: 4.166667vw 0  8.333333vw;
}
.newsflash .image{
   width: 18.75vw;
   margin: 0 1.041667vw 0 0 ;
}
.newsflash ul li {
    padding: 1.5625vw 0;
}
.newsflash ul li:not(:last-child) {
    border-bottom: 1px solid #E6E6E6;
}
.newsflash ul li a>div:nth-child(2) {
    flex: 1;
}
.newsflash ul li a{
    display: flex;
    align-items: center;
}
.newsflash ul li a .title{
    font-size: var(--font-size18);
    color: #484848;
    line-height: 1;
    padding: .520833vw 0 .9375vw;
}
.newsflash ul li a .time{
    font-size: var(--font-size12);
    color: #E6A03E;
    line-height: 1;
}
.newsflash ul li a .intro{
    font-size: var(--font-size14);
    color: #9B9B9B;
    line-height: 24px;
    margin: 1.041667vw 0 1.822917vw;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.newsflash .view {
    width: 5.104167vw;
    background: #FFFFFF;
    border: 1px solid #CFCFCF;

    font-size: var(--font-size12);
    color: #888888;
    line-height: 1;
    padding: .572917vw 0 ;
    text-align: center;
}
.newsflash .view:hover{
    background: #E6A03E;
    color: #fff;
    border: 1px solid #cfcfcf00;
}
@media(max-width:992px){ 
    .newsflash{
        padding: 40px 0;
    }
    .newsflash ul li a{
        display: block;
    }
    .newsflash .image {
        width: 100%;
        margin: 0 0 20px;
    }
    .newsflash ul li a .title {
        padding: 0 0 15px;
        line-height: unset;
    }
    .newsflash .view {
        width: 110px;
        padding: 8px 0;
    }
    .newsflash ul li {
        padding: 20px 0;
    }
}

.develop {
    padding: 5.208333vw 0 7.291667vw;
    position: relative;
}
.develop .swiper1 {
    overflow: hidden;
}
.develop .swiper1 .title{
    font-size: 7.083333vw;
    font-weight: bold;
    color: #E9A13D;
    line-height: 1;
    padding: 0 0 3.125vw;
}
.develop .swiper1 .imagebg{
    background: url('../assets/20.jpg') no-repeat bottom right;
}
.develop .swiper1 .image{
    width: 29.6875vw;
    margin: 0 2.083333vw 2.083333vw 0;
}
.develop .swiper1 .columns{
    justify-content: space-between;
}
.develop .swiper1 .columns .intro{
    font-size: var(--font-size18);
    color: #494A4A;
    line-height: 1.7;
}
.develop .swiper1 .columns .intro p{
    position: relative;
    display: flex;
    align-items: center;
}
.develop .swiper1 .columns .intro p::before{
    content: '';
    display: block;
    width: .3125vw;
    height: .3125vw;
    background: #E9A13D;
    border-radius: 50%;
    margin: 0 .520833vw 0 0; 
}
.develop .swiper1 .swiper-slide{
    opacity: 0 !important;
}
.develop .swiper1 .swiper-slide.swiper-slide-active{
    opacity: 1 !important;
}




.develop .swiper2 {
    overflow: hidden;
    flex: 1;
}
.develop .list {
    display: flex;
    align-items: center;
    margin: 6.25vw -3.645833vw 0;
    position: relative;
}
.develop .list::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #E9A13D00, #E9A13D, #E9A13D00);
    margin: 0 0 1.5625vw;
}
.develop .list .prev a,
.develop .list .next a{
    width: 3.125vw;
    height: 3.125vw;
    background: #E9A13D;
    border-radius: 50%;
    text-align: center;
    line-height: 3.125vw;
    display: block;
    font-size: var(--font-size24);
    color: #fff;

    margin: -1.5625vw 0 0;
        z-index: 1;
    position: relative;
}
.develop .swiper2{
    padding: 1.5625vw 0 0;
    margin: -1.5625vw 0 0;
}
.develop .swiper2 .year {
    text-align: center;
    font-size: var(--font-size20);
    color: #888888;
    line-height: 1;
    padding: 1.979167vw 0 0;
    position: relative;
}
.develop .swiper2 .year::before{
    /* content: '' ; */
    /* display: block;
    width: 1.145833vw;
    height: 1.145833vw;
    background: #E9A13D;
    border-radius: 50%;
    margin: 0 auto .625vw;
    border: .3125vw solid #EEDBC0; */

    content: '';
    background: #E9A13D;
    width: .520833vw;
    height: .520833vw;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
    z-index: 1;
}
.develop .swiper2 .year::after{
    /* content: '' ; */
    /* display: block;
    width: 1.145833vw;
    height: 1.145833vw;
    background: #E9A13D;
    border-radius: 50%;
    margin: 0 auto .625vw;
    border: .3125vw solid #EEDBC0; */

    content: '';
    background: #EEDBC0;
    width: 1.979167vw;
    height: 1.979167vw;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%) scale(.5);
    border-radius: 50px;
    z-index: 0;

    opacity: 1;
}
.develop .swiper2 .swiper-slide-active .year::after{
    animation: amplify 4s  infinite;
    -webkit-animation: amplify 4s infinite;
    animation-timing-function:linear;
    -webkit-animation-timing-function:linear;
}
.develop .swiper-wrapper{
    align-items: center;
}
.develop .swiper2 .swiper-slide-active .year{
    font-size: var(--font-size22);
    font-weight: bold;
    color: #E9A13D;
}
/* .develop .swiper2 .swiper-slide-active .year::before{
    content: '' ;
    display: block;
    width: 1.979167vw;
    height: 1.979167vw;
    background: #E9A13D;
    border-radius: 50%;
    margin: 0 auto .520833vw;
    border: .729167vw solid #EEDBC0;

    animation: amplify 5s  infinite;
    -webkit-animation: amplify 5s infinite;
} */
@-webkit-keyframes amplify {
    0% {
        opacity: 1;
        transform: translateX(-50%) scale(.5);
    }
    100% {
        opacity: 0;
        transform: translateX(-50%) scale(1);
    }
}
@keyframes amplify {
    0% {
        opacity: 1;
        transform: translateX(-50%) scale(.5);
    }
    100% {
        opacity: 0;
        transform: translateX(-50%) scale(1);
    }
}
@media(max-width:992px){ 
    .develop {
        padding: 40px 0;
    }
     
    .develop .swiper1 .columns {
        flex-direction: column-reverse;
    }
    .develop .swiper1 .image {
        width: 100%;
        margin: 0 0 20px;
    }
    .develop .swiper1 .imagebg{
        background: unset;
    }
    .develop .swiper1 .columns .intro p::before {
        width: 4px;
        height: 4px;
        margin: 0 10px 0 0;
    }

    .develop .swiper2 .year{
        padding: 7.979167vw 0 0;
    }
    .develop .swiper2 .year::before {
        width: 12px;
        height: 12px;
        /* border: 4px solid #EEDBC0; */
    }
    .develop .swiper2 .year::after{
        width: 38px;
        height: 38px;
    }
    /* .develop .swiper2 .swiper-slide-active .year::before {
        width: 18px;
        height: 18px;
        border: 6px solid #EEDBC0;
    } */
    .develop .list::after {
        margin: 0 0 17px;
    }
}

.flowpath {
    padding: 4.166667vw 0 5.208333vw ;
}
.flowpath .title{
    font-size: var(--font-size36);
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 1;
    margin: 0 0 1.25vw;
    position: relative;
}
.flowpath ul{
    display: flex;
    padding: 14.583333vw 0 0;
    position: relative;
}
.flowpath ul::after{
    position: absolute;
    content: '';
    width: 84%;
    left: 8%;
    height: 1px;
    background: rgba(229, 244, 255, .8);
    margin: 1.5625vw 0 0;
    z-index: -2;
}
.flowpath ul li:nth-child(3){
    width: 18.333333vw;
    flex: unset;
    position: relative;
}
.flowpath ul li:nth-child(3) .image{
    position: absolute;
    bottom: -455%;
    z-index: -1;
    padding: 0;
    max-width: unset;
}
.flowpath ul li{
    text-align: center;
    flex: 1;
}
.flowpath ul li .image {
    padding: 0 0 2.604167vw;
    max-width: 3.072917vw;
    margin: auto;
}
.flowpath ul li img{
    width: auto;
    margin: auto;
    background: #fff;
}
.flowpath ul li dl dt{
    font-size: var(--font-size20);
    font-weight: 500;
    color: #333333;
    line-height: 1;
    margin: 0 0 .9375vw;
}
.flowpath ul li dl dd{
    font-size: var(--font-size18);
    font-weight: 400;
    color: #898F9B;
    margin: 0 auto .520833vw;
    cursor: pointer;
    border-bottom: .104167vw solid #00000000;
    max-width: max-content;
}
.flowpath ul li dl dd:hover{
    font-size: var(--font-size18);
    font-weight: 600;
    color: #E9A13D;
    border-bottom: .104167vw solid ;
}
@media(max-width:992px){ 
    .flowpath{
        padding: 40px 0;
    }
    .flowpath ul{
        flex-wrap: wrap;
        padding: 30px 0 0;
    }
    .flowpath ul li{
        width: 50%;
        margin: 0 0 20px;
    }
    .flowpath ul li:nth-child(3){
        width: 100%;
    }
    .flowpath ul li dl dt {
        margin: 0 0 10px;
    }
    .flowpath ul li .image {
        max-width: 40px;
    }
    .flowpath ul li:nth-child(3) .image,
    .flowpath ul::after{
        display: none;
    }
    .flowpath .title{
        margin: 0;
    }
}

.create {
    padding: 5.208333vw 0 ;
    position: relative;
}
.create .title {
    font-size: var(--font-size36);
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 1;
    margin: 0 0 4.010417vw;
}
.create ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.create ul li{
    width: 19.791667vw;
    padding: 3.541667vw 1.822917vw 4.6875vw;
    position: relative;
    text-align: center;
    border-radius: .625vw;
    /* overflow: hidden; */
}
.create ul li:hover{
    background: #fff;
}
.create .bgimage img{
    z-index: -2;
}
.create ul li:hover::after{
    content: '';
    width: 90%;
    height: 100%;
    background: url('../assets/33.jpg') no-repeat center;
    background-size: cover;
    left: 5%;
    bottom: -0.78125vw;
    position: absolute;
    z-index: -1;
    border-radius: 0.78125vw;
}
.create ul li .image{
    width: 3.828125vw ;
    margin: 0 auto 1.5625vw;
}
.create ul li .Htitle{
    font-size: var(--font-size28);
    font-weight: 400;
    color: #333333;
    line-height: 1;
    text-align: center;
    margin: 0 0 1.041667vw;
} 
.create ul li .intro{
    font-size: var(--font-size18);
    color: #333333;
    line-height: 1.6;
    opacity: 0.6;
} 
@media(max-width:992px){ 
    .create {
        padding: 45px 0;
    }
    .create .title{
        margin: 0 0 30px;
    }
    .create ul li{
        width: 100%;
        margin: 0 0 20px;
        padding: 30px 0;
    }
    .create ul li .image {
        width: 35px;
        margin: 0 auto 10px;
    }
    .create ul li .Htitle{
        margin: 0 0 10px;
    }
}


.platform {
    padding: 5.729167vw 0  8.854167vw;
    position: relative;
}
.platform .title {
    font-size: var(--font-size36);
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 1;
    margin: 0 0 3.75vw;
}
.platform ul{
    display: flex;
    justify-content: space-between;
}
.platform ul li{
    width: 11.25vw;
    /* background: rgba(242, 238, 232, .5); */
    /* border-radius: 30px; */

    padding: 1.354167vw .572917vw 2.604167vw;
    text-align: center;
    position: relative;
    /* box-shadow: 0 10px 20px 0 #e0e0e0; */

    background: url('../assets/41.png') no-repeat center;
    background-size: 100% 100%;
}
.platform ul li .Htitle{
    font-size: var(--font-size17);
    color: #010101;
    font-weight: 600;
    line-height: 1;
}
.platform ul li .index{
    font-size: var(--font-size24);
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
}
.platform ul li .image{
    margin: 1.145833vw auto 1.770833vw;
    max-width: 1.875vw;
}
.platform ul li .image img{
    width: auto;
    margin: auto;
}

.platform ul li:hover:before{
    content: '';
    position: absolute;
    border-radius: 30px;
    width: 90%;
    height: 9.84375vw;
    box-shadow: 0px 0px 1.041667vw 5px #e0e0e0;
    background: #F2EEE8;
    bottom: -0.520833vw;
    left: 5%;
    z-index: -1;
}
.platform ul li::after{
    content: '';
    position: absolute;
    border-radius: 30px;
    width: 100%;
    height: 9.84375vw;
    box-shadow: 0px 0px 20px 5px #e0e0e0;
    bottom: 0;
    left: 0;
    z-index: -1;
}


@media(max-width:992px){ 
    .platform {
        padding: 40px 0;
    }
    .platform ul {
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .platform ul li {
        width: 48%;
        padding: 20px;
        margin: 0 0 20px;
    }
    .platform ul li .image {
        max-width: 30px;
        margin: 10px auto 15px;
    }
    .platform ul li .index {
        margin: 0 0 20px;
    }
    .platform .title{
        margin:  0 0 30px;
    }
    .platform ul li::after {
        height: 85%;
    }
    .platform ul li:hover:before{
        width: 80%;
        left: 10%;
        bottom: -5px;
    }
}



.batch {
    padding: 4.166667vw 0 7.291667vw;
}
.batch .title {
    font-size: var(--font-size36);
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 1;
    margin: 0 0 1.302083vw;
}
.batch .intro{
    font-size: var(--font-size16);
    font-weight: 300;
    color: #616060;
    line-height: 1.5;
    opacity: 0.9;
    text-align: center;
    padding: 0 0 6.041667vw;
}
.batch .image{
    width: 19.166667vw ;
    margin: auto;
    position: relative;
    overflow: unset;
}
.batch .image .image_ img{
    width: auto ;
    margin: 0 auto .520833vw;
}
.batch .image2{
    width: 35.572917vw ;
    margin: -9.708333vw auto 0;
}


.batch ul {
    display: flex;
}

@media(min-width:992px){
    .batch ul li {
        position: absolute;
    }
    
    .batch ul li:nth-child(1){
        top: 9.575vw;
        left: -12.2667vw;
    }
    .batch ul li:nth-child(1)>div:nth-child(2)::before {
        right: -1.614583vw;
        top: -2.604167vw;
    }
    .batch ul li:nth-child(2){
        top: 17.927083vw;
        left: -9.910417vw;
    }
    .batch ul li:nth-child(2)>div:nth-child(2)::before {
        right: -2.447917vw;
        top: -1.71875vw;
    }
    .batch ul li:nth-child(3){
        top: 25.920833vw;
        left: -1.34375vw;
    }
    .batch ul li:nth-child(3)>div:nth-child(2)::before {
        right: -0.260417vw;
        top: -4.375vw;
    }
    
    .batch ul li:nth-child(6){
        top: 9.575vw;
        right: -12.2667vw;
    }
    .batch ul li:nth-child(6)>div:nth-child(2)::before {
        left: -1.614583vw;
        top: -2.604167vw;
    }
    .batch ul li:nth-child(5){
        top: 17.927083vw;
        right: -9.910417vw;
    }
    .batch ul li:nth-child(5)>div:nth-child(2)::before {
        left: -2.447917vw;
        top: -1.71875vw;
    }
    .batch ul li:nth-child(4){
        top: 25.920833vw;
        right: -1.34375vw;
    }
    .batch ul li:nth-child(4)>div:nth-child(2)::before {
        left: -0.260417vw;
        top: -4.479167vw;
    }
    
    .batch ul li:nth-child(3):hover >div:nth-child(2):before,
    .batch ul li:nth-child(4):hover >div:nth-child(2):before {
        transform: translate(-0%, -20%);
    }
    .batch ul li:nth-child(5):hover >div:nth-child(2):before,
    .batch ul li:nth-child(6):hover >div:nth-child(2):before {
        transform: translate(-20%, -0%);
    }
    .batch ul li:nth-child(1):hover >div:nth-child(2):before,
    .batch ul li:nth-child(2):hover >div:nth-child(2):before{
        transform: translate(20%, -0%);
    }

    .batch ul li>div:nth-child(2)::before {
        content: '';
        display: block;
        width: 1.041667vw;
        height: 1.041667vw;
        background: rgba(233, 161, 61, .55);
        border-radius: 50%;
        margin: 0 auto 0.625vw;
        border: .260417vw solid #FFFFFF;

        position: absolute;
    }
    .batch ul li:hover>div:nth-child(2):before {
        width: 1.458333vw;
        height: 1.458333vw;
        background: #ffffff;
        border-radius: 50%;
        margin: 0 auto 0.625vw;
        border: .572917vw solid #E9A13D;
    }
}

.batch ul li>div:nth-child(2){
    position: relative;
    font-size: var(--font-size18);
    color: #272727;
    line-height: 1;
}

@media(max-width:1280px){ 
    .batch .image2 {
        margin: -8.808333vw auto 0;
    }
}
@media(max-width:992px){ 
    .batch {
        padding: 40px 0;
    }
    .batch .title{
        margin: 0 0 20px;
    }
    .batch ul {
        flex-wrap: wrap;
    }
    .batch ul li{
        width: 33.33%;
        text-align: center;
        margin: 20px 0 0 ;
    }
    .batch .image {
        width: 100%;
    }
    .batch .image .image_ img{
        margin: 0 auto 10px;
    }
    .batch .image2{
        display: none;
    }
}
.flowpath_ {
    padding: 4.166667vw 3.125vw 7.291667vw;
    background: #fff;
    border-radius: .625vw;
    position: relative;
}
.flowpath_ .title{
    font-size: var(--font-size36);
    font-weight: bold;
    color: #333333;
    line-height: 1;
    text-align: center;
    padding: 0 0 2.96875vw;
}
.flowpath_ ul{
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    height: 18.229167vw;
    overflow: auto;
}
.flowpath_ ul::-webkit-scrollbar {
    width: 2px;
    height: 16px;
    background-color: #DFDFDF;
}

.flowpath_ ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    background-color: #DFDFDF;
}
.flowpath_ ul::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
    background: linear-gradient(0deg, #E9A13D 0%, #E9A13D 100%);
}
.flowpath_ ul a{
    width: 17.708333vw;
    margin: 0 .46875vw 1.5625vw;
}
.flowpath_ ul a .Htitle{
    font-size: var(--font-size20);
    font-weight: bold;
    color: #282828;
    line-height: 1;
    padding: 1.5625vw 0 .520833vw;
}
.flowpath_ ul a .intro{
    font-size: var(--font-size16);
    font-weight: 300;
    color: #3C3C3C;
    line-height: 1.5;
    opacity: 0.8;
}
.flowpath_ .guanbi {
    text-align: end;
    font-weight: 600;
    font-size: 40px;
    transform: rotate(314deg);
    max-width: max-content;
    position: absolute;
    top: 1.822917vw;
    right: 1.822917vw;
}
.flowpath_ .image{
    border-radius: 8px;
}

@media(max-width:992px){ 
    .flowpath_ {
        padding: 30px;
        max-height: 80%;
        overflow: auto;
    }
    .flowpath_ ul {
        flex-wrap: wrap;
        height: 350px;
        padding: 0 10px;
    }
    .flowpath_ ul a {
        width: 100%;
        margin: 0 0 20px;
    }
    .flowpath_ ul a .Htitle{
        padding: 15px 0 10px;
    }
    .flowpath_ .guanbi {
        top: 0px;
        right: 20px;
        font-size: 30px;
    }
    .flowpath_ .title{
        padding: 0 0 20px;
    }
}
@media(max-width:992px){ 
}
@media(max-width:992px){ 
}
@media(max-width:992px){ 
}
@media(max-width:992px){ 
}
@media(max-width:992px){ 
}
@media(max-width:992px){ 
}
@media(max-width:992px){ 
}
@media(max-width:992px){ 
}
@media(max-width:992px){ 
}
@media(max-width:992px){ 
}
@media(max-width:992px){ 
}
@media(max-width:992px){ 
}
@media(max-width:992px){ 
}

.header-right.Mallentrance a{
    width: 5.520833vw;
    height: 2.083333vw;
    background-color: rgb(255 255 255 / .5);
    border: 1px solid #E5E5E5;
    border-radius: 50px;
    display: block;
    text-align: center;
    line-height: 2.083333vw;
    font-size: var(--font-size14);
    font-weight: 400;
    color: #333333;
}


.header-right.langBox.switch {position: relative;}
.header-right.langBox.switch .Lhide{
    position: absolute;
    top: 100%;
    width: 100%;
    text-align: center;
    display: none;
    background: #fff;
    border-radius: 10px;
    padding: 10px 0;
    box-shadow: 0 0px 20px -10px #737373;
    margin: 10px 0 0;
}
.header-right.langBox.switch .Lhide a{
    display: block;
    line-height: 2;
}
.header-right.switch .search-wrap a{
    width: 4.270833vw;
    height: 2.083333vw;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: var(--font-size18);
    font-weight: 400;
    color: #333333;
}
.header-right.switch .search-wrap a::after{
    content: '';
    display: block;
    border-top: 4px solid #999999;
    border-right: 4px solid #99999900;
    border-left: 4px solid #99999900;
    margin: 2px 0 0 0.416667vw;
}
@media(max-width:992px){ 
}


@media (min-width: 1320px){
    /* .tab .menu li {
        width: unset !important;
        min-width: 150px;
    } */
    .header-right.Mallentrance{
        margin-left: 5.208333vw !important;
    }
}
@media (min-width: 1024px){
    header nav li .nav-item {
        padding: 0px 5px !important;
    }
    header .header-right {
        margin-left: 12px !important;
    }
}
@media (max-width: 1320px){
    .header-right.switch ,
    .header-right.Mallentrance{
        padding: 8px 0;
    }
}



.newsflash .layui-inline{
    display: flex;
    padding: 0 0 .260417vw;
    border-bottom: 2px solid #F9B552;
}
.newsflash .layui-input-inline{
    flex: 1;
    position: relative;
    z-index: 1;
    background: url('../assets/57.png') no-repeat 100% 45% / .78125vw;
    padding: 0px 1.770833vw 0 0;
}
.newsflash .layui-input-inline input{
    width: 100%;
    text-align: end;

    font-size: var(--font-size16);
    font-weight: 400;
    color: #676767;
}
.newsflash .layui-form-label{
    font-size: var(--font-size16);
    font-weight: 400;
    color: #7E7E7E;
    position: absolute;
    padding: 0 0 0 1.458333vw;
    background: url('../assets/56.png') no-repeat left / .9375vw;
}
.layui-laydate .layui-this, .layui-laydate .layui-this>div{
    background-color: #F9B552 !important;
}
.newsflash .BrowseMore{
    width: 100%;
    height: 2.604167vw;
    background: #E9A13D;
    margin: 1.5625vw 0 0;
    font-size: var(--font-size14);
    text-align: center;
    color: #FFFFFF;
    line-height: 2.604167vw;
    cursor: pointer;
}
@media(max-width:992px){ 
    .newsflash .BrowseMore{
        height: 35px;
        line-height: 35px;
    }
    .newsflash .layui-form-label{
        padding: 0 0 0 20px;
        background: url('../assets/56.png') no-repeat left / 13px;
    }
    .newsflash .layui-input-inline {
        background: url('../assets/57.png') no-repeat 100% 45% / 10px;
        padding: 0px 20px 0 0;
    }

    .header-right.Mallentrance a {
        width: auto;
        height: auto;
    }
    .header-right.langBox.switch{
        float: left;
        margin: 0 0 0 30px;
    }
    .header-right.switch .search-wrap a{
        margin: auto;
        width: 60px;
        height: 26px;
    }
    .header-right.switch .search-wrap a::after{
        margin: 2px 0 0 5px;
    }
}


.analyzer-container .analzer-top .analzer-photo .photo-right-wrapper .photo-prev,
.analyzer-container .analzer-top .analzer-photo .photo-right-wrapper .photo-next{
    display: none;
}