@font-face {
    font-family: 'BEBAS';
    src: url(../fonts/BEBAS.woff2);
}

@font-face {
    font-family: "Lobster";
    src: url(../fonts/Lobster.woff2);
}

@font-face {
    font-family: 'GOTHIC';
    src: url(../fonts/GOTHIC.woff2);
}

@font-face {
    font-family: 'CENTURYGOTHIC';
    src: url(../fonts/CENTURYGOTHIC-BOLD.woff2);
}

@font-face {
    font-family: 'PingFang';
    src: url(../fonts/PingFang.woff2);
}

@font-face {
  font-family:'robota-vrg';
  src:url("../fonts/robota.woff2") format("woff2");
  font-weight:normal;
  font-style:normal;
}
@font-face {
  font-family:'avenir-regular';
  src:url("../fonts/avenir-regular.woff2") format("woff2");
  font-weight:normal;
  font-style:normal;
}
@font-face {
  font-family:'avenir-heavy';
  src:url("../fonts/avenir-heavy.woff2") format("woff2");
  font-weight:normal;
  font-style:normal;
}

*,
body,
html {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
	font-size:14px;
	line-height: 1.5;
	font-family:"avenir-regular", sans-serif;
	margin: 0 auto;
	color: #333;
	background-color: #fff;
	box-sizing: border-box;
}

ol,
ul {
    list-style: none;
}

input {
    outline: none;
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}


.lxDw {
    position: absolute;
    top: -89px;
}

.inner {
    position: relative;
    max-width: 1700px;
    width: 80%;
    margin: 0 auto;
}

.inner5 {
    position: relative;
    max-width: 1200px;
    width: 80%;
    margin: 0 auto;
}


.lxSec {
    position: relative;
    background: #fff;
}

.lxTit {
    position: relative;
    margin-bottom: 30px;
}

.lxTit_cn {
    font-size: 52px;
    line-height: 1.2;
    font-family: "avenir-heavy", sans-serif;
}

.lxTit_en {
    font-family: "avenir-heavy", sans-serif;
    font-size: 48px;
    line-height: 1;
}

.lxTit_en span {
    color: #B89B58;
}

.lxTit_en2 {
    font-family: "avenir-heavy", sans-serif;
    font-size: 32px;
    line-height: 1;
}

.lxTit_en2 span {
    color: #B89B58;
}

.lxTit_en5 {
    font-family: "avenir-heavy", sans-serif;
    font-size: 46px;
    line-height: 1;
    text-align: center;
}

.lxTit_en6 {
    font-family: "avenir-heavy", sans-serif;
    font-size: 40px;
    line-height: 1;
    text-align: center;
}

.lxTit_en5 span {
    color: #B89B58;
}


.lxTit_line {
    display: none;
    margin-top: 16px;
    overflow: hidden;
}

.lxTit_line span {
    display: block;
    float: left;
    height: 4px;
    background-color: #d0121b;
    line-height: 1;
}

.lxTit_span1 {
    width: 50px;
}

.lxTit_span2 {
    width: 16px;
    margin-left: 3px;
}

.lxTit.white .lxTit_line span {
    background-color: #fff;
}

.lxTit.white .lxTit_en span,
.lxTit.white .lxTit_en,
.lxTit.white .lxTit_cn {
    color: #fff;
}

.lxTit.center {
    text-align: center;
}

.center2 {
    text-align: center;
}


.lxMore {
    position: relative;
}

.lxMore {
    margin-top: 48px;
}

.lxMore .more {
    display: block;
    width: 189px;
    height: 54px;
    line-height: 54px;
    border-radius: 58px;
    text-align: center;
    transition: all .2s;
    background: #B89B58;
    color: #fff;
}

.lxMore span {
    padding-right: 44px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../images/arr.png);
    background-size: 21px;
}

.lxMore.sm .more {
    width: 128px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
}

.lxMore.sm span {
    padding-right: 24px;
    background-size: 14px;
}

.lxMore.center .more {
    margin: 0 auto;
}


.indMore {
    margin-top: 40px;
}

.indMore .more {
    background: #B89B58;
    color: #fff;
    line-height: 1;
    display: inline-block;
    box-shadow: 0 5px 20px rgb(205 160 16 / 20%);
}

.indMore span {
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 48px 0 28px;
}

.indMore_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.indMore_flex div {
    border-left: 1px solid rgb(255 255 255 / 0.18);
    padding: 12px 14px;
}

.indMore_flex svg {
    width: 20px;
    height: 20px;
}

.indMore_flex path {
    fill: #fff;
}


/* page */
.lxPage {
    margin: 3% 0;
}

.lxPage_box {










































    width: 100%;
    max-width: 75em;
    padding-left: 16px;
    padding-right: 16px;
    margin: auto;
    position: relative;
    text-align: center;
}

.lxPage_box a,
.lxPage_box span {
    padding: 7px 16px;
    margin: 0 10px;
    border-radius: 5px;
    color: #636973;
    font-size: 16px;
    display: inline-block;
}

.lxPage_item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.lxPage_link {

    text-decoration: none;
    border: 1px solid #999;
}

.lxPage_link.active {
    color: #fff;
    background: #B89B58;
    border: 1px solid #B89B58;

}

.lxPage_link:hover {
    border: 1px solid #B89B58;
}

/* banner */


.lxBan img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*  */
.lxBan {
    position: relative;
    width: 100%;
    height: 50vh;
}

.lxBan img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lxBan_txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12%;
    width: 76%;
    z-index: 11;
}

.lxBan_txt p {
    color: #fff;
    opacity: 0.12 !important;
    position: absolute;
    top: -48px;
    font-size: 128px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    left: 0;
    width: 100%;
    font-weight: bold;
    font-family: 'CENTURYGOTHIC';
}

.lxBan_txt span {
    font-size: 50px;
    font-family: "avenir-heavy", sans-serif;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    display: block;
}

.lxBan_txt i {
    display: block;
    width: 38px;
    height: 4px;
    background: #fff;
}

.lxBan_txt.center {
    text-align: center;
}

.lxBan_txt.center i {
    margin: 0 auto;
	margin-top:10px;
}

.second-nav-box {
    padding-left: 5%;
    height: 100px;
    border-bottom: 1px solid #e6e6e6;
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 80;
}

.second-nav-box .nav-box {
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-size: 16px;
    padding: 0 10% 0 5%;
}

.second-nav-box .center {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.second-nav-box .left {
    padding-left: 20px;
    height: 100%;
    line-height: 98px;
    display: inline-block;
    background-image: url(../images/25.png);
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: left center;
    color: #333;
    font-weight: bold;
}

.second-nav-box .right {
    height: 100%;
}

.second-nav-box .items {
    display: inline-block;
    height: 100%;
    line-height: 100px;
    margin-left: 40px;
    position: relative;
    text-align: center;
}

.second-nav-box .items span {
    position: relative;
    z-index: 10;
    transition: all 0.6s;
    color: #333;
    padding-bottom: 20px;
}

.second-nav-box .items span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #B89B58;
    border-radius: 2px;
    left: 0;
    top: calc(50% + 4px);
    z-index: -1;
    transform-origin: left center;
    transform: scalex(0);
    transition: all 0.48s;
}

.second-nav-box .items.active span,
.second-nav-box .items:hover span {
    font-size: 20px;
    font-weight: bold;
}

.second-nav-box .items:hover span::after,
.second-nav-box .items.active span::after {
    transform: scalex(1);
}



/*  */
.abAbout {
    position: relative;
}

.lxAbout {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    padding: 90px 0 70px 0;
}

.lxAbout_box {
    position: relative;
}







.lxAbout_info {

padding: 3% 0;
}

.lxAbout_txt {
    max-width: 55%;
}


.lxAbou_p {
    max-width: 80%;
}

.lxAbou_p span {
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    color: #B89B58;
    display: block;
    margin-bottom: 14px;
}

.lxAbou_p p {
    font-size: 18px;
    line-height: 1.61;
    color: #666;
    margin-bottom: 10px;
}

.lxAbout_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    line-height: 0;
    overflow: hidden;
}



.lxAbout_img video,
.lxAbout_img img {
    width: 100%;
}

.indAb_num {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 52px;
    box-sizing: border-box;
    margin-left: -7%;
}

.indAb_div {
    position: relative;
    text-align: center;
    width: 100%;
}



.indAb_div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #eee;
    transform: rotate(15deg);
}

.indAb_div:first-child:before {
    content: none;
}

.indAb_div>div {
    position: relative;
    display: inline-block;
}

.indAb_div img {
    display: block;
    margin-bottom: 14px;
}

.indAb_num span {
    color: #B89B58;
    font-size: 50px;
    letter-spacing: 0;
    line-height: 1;
    font-family: 'BEBAS';
    min-width: 66px;
    display: inline-block;
}

.indAb_num i {
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 122%;
    /* right: -54px; */
    color: #B89B58;
    line-height: 1;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
    transform-origin: top left;
    transform: rotate(90deg);
    font-style: inherit;
}

.indAb_num p {
    font-size: 16px;
    color: #999;
    margin-top: 6px;
}

/* solu */
.lxSolu {
    position: relative;
}

.lxSolu_top {
    position: absolute;
    top: 12%;
    width: 100%;
    left: 0;
    z-index: 11;
    padding-left: 10%;
}

.indSolu_list {
    opacity: 0.8;
    position: relative;
    margin-top: 28px;
}

.indSolu_list::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    border-bottom: 2px solid rgba(255, 255, 255, 0.38);
}

.indSolu_list li {
    position: relative;
    display: inline-block;
    margin-right: 48px;
    padding-bottom: 14px;
}

.indSolu_list li:last-of-type {
    margin-right: 0;
}

.indSolu_list li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    z-index: 3;
    background: #B89B58;
    transition: all 0.48s;
}

.indSolu_list li.on::after {
    width: 100%;
}

.indSolu_a {
    display: flex;
    align-items: flex-end;
}

.indSolu_a i {
    line-height: 1;
    font-style: inherit;
    font-family: 'BEBAS';
    font-family: 'CENTURYGOTHIC';
    color: #fff;
    font-size: 40px;
    margin-right: 8px;
    text-transform: uppercase;
}

.indSolu_a div {
    vertical-align: bottom;
    padding-bottom: 3px;
}

.indSolu_a span {
    color: #fff;
    font-size: 16px;
}

.indSolu_a p {
    letter-spacing: 0;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

/*  */
.lxSolu_img {
    position: relative;
    height: 100vh;
}

.lxSolu_img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0028aa;
    opacity: 0.58;
    z-index: 1;
}

.lxSolu_img .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lxSolu_img .swiper-container,
.lxSolu_img .swiper-wrapper,
.lxSolu_img .swiper-slide {
    height: 100%;
}

.lxSolu_img .swiper-pagination {
    width: auto;
    background: #fff;
    bottom: 0;
    right: 0;
    left: auto;
    padding: 38px;
}

.lxSolu_img .swiper-pagination-bullet {
    position: relative;
    width: auto;
    height: auto;
    font-size: 12px;
    text-decoration: underline;
    background: transparent;
}

.lxSolu_img .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: #B89B58;
    opacity: 0;
}

.lxSolu_img .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 18px;
}

.lxSolu_img .swiper-pagination-bullet-active {
    text-decoration: none;
    font-size: 18px;

}

.lxSolu_img .swiper-pagination-bullet-active::after {
    opacity: 1;
}

.lxSolu_btm .swiper-button-next,
.lxSolu_btm .swiper-button-prev {
    position: absolute;
    left: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.5);
    border: 0;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

.lxSolu_btm .swiper-button-next img,
.lxSolu_btm .swiper-button-prev img {
    width: 18%;
}

.lxSolu_btm .swiper-button-prev {
    top: 6px;
}

.lxSolu_btm .swiper-button-next {
    top: 32%;
}

.lxSolu_btm .swiper-slide {
    opacity: 0 !important;
}

.lxSolu_btm .swiper-slide-active {
    opacity: 1 !important;
}

.lxSolu_btm {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 7;
}

.lxSolu_btm>.inner {
    position: relative;
    z-index: 5;
}

.lxSolu_btm::after {

    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(rgb(177 1 14 / 0%), rgb(177 1 14 / 10%));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgb(177 1 14 / 0%), rgb(177 1 14 / 10%));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgb(177 1 14 / 0%), rgb(177 1 14 / 10%));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(rgb(177 1 14 / 0%), rgb(177 1 14 / 10%));
  
}

.lxSolu_btm>img {
    position: absolute;
    bottom: 89px;
    left: 0;
    width: 100%;
}

.lxSolu_txt {
    padding-bottom: 8%;
    padding-left: 10%;
}

.lxSolu_btm .indSolu_a i {
    font-size: 80px;
    margin-right: 12px;
}

.lxSolu_btm .indSolu_a div {
    padding-bottom: 14px;
}

.lxSolu_btm .indSolu_a span {
    font-size: 28px;
    line-height: 1.1;

}

.lxSolu_btm .indSolu_a p {
    font-size: 15px;
    display: none;
}

.lxSolu_p {
    margin: 38px 0;
}

.lxSolu_p p {
    color: #fff;
    font-size: 17px;
    max-width: 50%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 70px;
    line-height: 2.1;
}

/* news */
.lxNew {
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 118px;
    padding-left: 10%;
    background-color: #f5f5f5;
    background-image: url(../images/bg1.gif);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.lxNew_box {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.lxNew_l {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 389px;
    padding: 10px 0 0;
}

.lxNew_l li {
    margin: 15px 0;
    min-height: 42px;
}

.lxNew_l li a {
    position: relative;
    font-size: 16px;
    color: #999;

    padding-left: 30px;
    display: block;
}

.lxNew_l li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 18px;
    background: #999;
    transition: all 0.68s;
}

.lxNew_l li.on a {
    font-weight: bold;
    font-size: 20px;
    color: #B89B58;
    transition: all 0.68s;
}

.lxNew_l li.on a::before {
    background: #B89B58;
    height: 3px;
    margin-top: -1.5px;
}

.lxNew_r {
    width: calc(100% - 438px);
}

.lxNew_a {
    position: relative;
    display: block;

}

.lxNew_img {
    position: relative;
    overflow: hidden;
}

.lxNew_img img {
    width: 100%;
    transition: all 0.8s;
}

.lxNew_img .lxNew_time {
    position: absolute;
    right: 21px;
    top: 21px;
    padding: 8px 16px;
    background: #fff;
    text-align: center;
    color: #B89B58;
    display: none !important;
}

.lxNew_img .lxNew_time span {
    font-weight: bold;
    font-family: 'BEBAS';
    line-height: 1;
    font-size: 32px;
}

.lxNew_img .lxNew_time p {
    letter-spacing: 0;
    line-height: 1;
    font-size: 10px;
    opacity: 0.5;
}


.lxNew_time {
    line-height: 1;
    letter-spacing: 0;
    display: block;
    color: #666;
    margin: 28px 0 14px;
    font-size: 14px;
}

.lxNew_tit {
    color: #333;
    font-size: 20px;
    line-height: 1.3;
    transition: all 0.48s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}





.lxNew_p {
    margin-top: 15px;
    color: #999;
    font-size: 14px;
    line-height: 1.5;
}

.lxNew_p img {
    margin: 0 3px;
}

.lxNew .swiper-container-horizontal>.swiper-scrollbar {
    position: relative;
    margin-top: 48px;
    width: 100%;
    left: 0;
    bottom: 0;
}

.lxNew .swiper-scrollbar-drag {
    background: #B89B58;
}

/* ===============================
    solution
================================================================================= */
.solTit {
    margin-top: 138px;
}

.solBox {
    overflow: hidden;
    position: relative;
    z-index: 11;
}

.solBox::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    background: #f8f8f8;
    z-index: -1;
}

.soluItem {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 68px 0;
}

.soluImg {
    position: relative;
    width: 60%;
    padding-top: 38%;
    overflow: hidden;
}

.soluImg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0028aa;
    opacity: 0.58;
    z-index: 1;
    transition: all 0.48s;
}

.soluImg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.48s;
}

.soluImg:hover::after {
    opacity: 0.18;
}

.soluImg:hover img {
    transform: scale(1.1);
}

.soluItem:nth-child(2n) .soluTxt {
    order: -1;
}

.soluTxt {
    width: 40%;
    padding: 0 5%;
    padding-right: 10%;
    text-align: left;
    display: flex;
    align-items: center;
    position: relative;
}

.soluTxt_ico {
    position: absolute;
    width: 27%;
    bottom: 0;
    right: 10%;
    opacity: 0.05;
    animation: icoanimate 2s infinite alternate;
}

@keyframes icoanimate {
    0% {
        right: 10%;
    }

    100% {
        right: 12%;
    }
}

.soluTit {
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 24px;
    display: flex;
    align-items: flex-end;
}

.soluTit i {
    line-height: 1;
    font-style: inherit;
    font-family: 'CENTURYGOTHIC';
    color: #B89B58;
    font-size: 80px;
    margin-right: 8px;
    text-transform: uppercase;
}

.soluTit div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px;
}

.soluTit span {
    color: #333;
    font-size: 32px;
    line-height: 1.1;

}

.soluTit p {
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
}

.soluTxt_p p {
    font-size: 16px;
    color: #666;
    line-height: 2.1;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}

.soluTxt .indMore {
    margin-top: 89px;
}

/* ===============================
    soluList
================================================================================= */
.soluList {
    margin-top: 89px;
    background: #f2f2f2;
}

.soluList_top {
    height: 68vh;
    position: relative;
    background: #ffffff;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.soluList_top>img {
    display: none;
    width: 100%;
}

.soluList_top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0028aa;
    opacity: 0.58;
}

.soluList_tit {
    position: relative;
    z-index: 11;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.soluList_tit span {
    display: block;
    position: relative;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}

.soluList_tit i {
    position: absolute;
    bottom: -38px;
    left: 6%;
    width: 100%;
    text-align: center;
    font-size: 248px;
    line-height: 1;
    font-family: 'CENTURYGOTHIC';
    text-transform: uppercase;
    opacity: 0.12;
    font-style: inherit;
}

.soluList_tit p {
    font-size: 17px;
    line-height: 2.1;
    color: #fff;
    margin-top: 18px;
    opacity: .8;
    text-transform: capitalize;
}

.soluList_row {
    background: #f2f2f2;
}

.soluList_row:nth-child(2n) {
    background: #ffffff;
}

.soluList_row:nth-child(2n) .soluList_img {
    order: -1;
}

.soluList_row:nth-child(2n) .soluList_txt {
    background-color: #f9f9f9;
}

.soluList_item {
    height: 70vh;

    padding: 48px 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.soluList_img {
    position: relative;
    width: 66%;
    height: 100%;
    overflow: hidden;
}

.soluList_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.48s;
}


.soluList_img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.18;
}

.soluList_img:hover::after {
    opacity: 0;
}

.soluList_img:hover img {
    transform: scale(1.1);
}

.soluList_txt {
    position: relative;
    background-position: center;
    background-size: cover;
    background-color: #ffffff;
    background-repeat: no-repeat;
    width: 31%;
    height: 100%;
    padding: 5%;
    text-align: center;
    display: flex;
    align-items: center;
}

.soluList_txt::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 24px;
    width: calc(100% - 48px);
    height: calc(100% - 48px);
    border: 1px dashed #B89B58;
    opacity: 0.18;
}

.soluList_txt>div {
    display: inline-block;
    text-align: left;
}

.soluList_span {
    position: relative;
    color: #B89B58;
    font-size: 24px;
}

.soluList_span::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 21px;
    height: 3px;
    background: #B89B58;
}

.soluList_p {
    color: #666;
    margin-top: 34px;
    margin-bottom: 68px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 2.1;
}

/* ===============================
    soluDet
================================================================================= */
.soluDet {
    padding: 108px 0 0;
    position: relative;
}

.soluDet_span {
    display: block;
    color: #000;
    font-size: 22px;
    font-weight: bold;
    text-transform: capitalize;
}

.soluDet_box {
    overflow: hidden;
    padding: 68px 0 89px;
    position: relative;
    z-index: 3;
}

.soluDet_box::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;

    left: 0;
    width: 100%;
    height: 80%;
    background: #f6f6f6;
}









.soluDet_box .inner {
    position: relative;
    display: flex;

    align-items: stretch;
    justify-content: space-between;
}

.soluDet_box .inner>div {
    width: 50%;
}

.soluDet_img {
    position: relative;
    padding-top: 28%;
    box-shadow: 10px 28px 24px rgb(51 51 51 / 0.18);
}

.soluDet_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.soluDet_tit {
    position: relative;
}


.soluDet_tit p {
    font-weight: bold;
    font-size: 38px;
    color: #B89B58;
    border-left: 10px solid #B89B58;
    padding-left: 18px;
    line-height: 1;
}

.soluDet_pad {
    padding: 34px 34px 0;
}

.soluDet_p {
    position: relative;
}

.soluDet_p p {
    margin-top: 14px;
    font-size: 16px;
    line-height: 2.1;
    color: #666;
    text-transform: capitalize;
}

.soluDet_adv {
    position: relative;
    padding: 48px 0 68px;
    background-image: url(../images/bg6.png);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
}

.soluDet_ul {
    padding: 34px;
}

.soluDet_ul ul {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.soluDet_ul li {
    width: 49%;
    background: rgb(255 255 255 / 0.68);
    padding: 12px;
    position: relative;

    margin-top: 24px;
    display: flex;
    align-items: flex-start;
    min-height: 82px;
    box-shadow: 0 0 10px 1px #f8f8f8;
}

.soluDet_ul li::before {
    content: "";
    position: absolute;
    top: 18px;
    width: 3px;
    left: -1px;
    height: 14px;
    background: #B89B58;
}

.soluDet_ul i {
    font-weight: bold;
    color: #B89B58;
    font-style: inherit;
    font-size: 18px;
    font-family: 'CENTURYGOTHIC';
    margin-left: -8px;
    width: 60px;
    text-align: center;
}

.soluDet_ul p {
    display: inline-block;
    width: calc(100% - 80px);
    vertical-align: top;
    line-height: 2.1;
    color: #666;
    font-size: 15px;
    text-transform: capitalize;
}

/* ===============================
    product
================================================================================= */
.product {
    background: #999;
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.proA {
    position: relative;
    flex: 1;
    display: block;
    transition: all 0.48s;
    overflow: hidden;
}



.proImg {
    position: relative;
    width: 100%;
    height: 100%;
    background: #0028aa;
}

.proImg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.28;
    transition: all 0.68s;
}


.proImg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
    transition: all 0.68s;
}

.proTxt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.proTxt svg {
    width: 78px;
    height: 78px;
    margin: 0 auto;
}

.proTxt path {
    fill: #ffffff;
}

.proTxt p {
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    display: block;
    margin-top: 24px;
    letter-spacing: 2px;
}

.proTxt i {
    display: inline-block;
    width: 28px;
    height: 3px;
    background: #fff;
}

.proMore {
    opacity: 0;
    margin: 30px auto 0;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    width: 48px;
    height: 48px;
    line-height: 41px;
    font-size: 28px;
    transition: all 0.68s;
}

@media(min-width:1025px) {
    .proA:hover {
        flex: 2;
    }

    .proA:hover .proImg::after {
        background: #0028aa;
        opacity: 0.18;
    }

    .proA:hover .proImg img {
        opacity: 1;

    }

    .proA:hover .proMore {
        opacity: 1;
        margin-top: 80px;
    }
}

/* 2 or 3 */
.detPro {
    margin-top: 108px;
}

.detPro_a {
    display: block;
    position: relative;

    overflow: hidden;
}

.detPro_a:nth-child(2n) {
    background: #f8f8f8 url(../images/bg8.jpg) no-repeat center;
    background-size: cover;
}

.detPro_a:nth-child(2n) .detPro_img {
    order: -1;
}

.detPro_a:nth-child(2n-1) .detPro_txt {
    order: -1;
}

.detPro_a:nth-child(2n) .detPro_num {
    left: auto;
    right: -28px;
}

.detPro_num {
    position: absolute;
    bottom: -32%;
    left: -28px;
    font-size: 18vw;
    color: rgb(2 140 214 / 0.05);
    font-family: 'CENTURYGOTHIC';
    line-height: 1;
}

.detPro_a:nth-child(2n) .detPro_num {
    color: rgb(255 255 255 / 0.1);
    ;
}

.detPro_box {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.detPro_box>div {
    flex: 1;
}

.detPro_img {
    display: block;
    position: relative;
}

.detPro_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.detPro_txt {
    text-align: center;
    min-height: 568px;
    padding: 138px 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detPro_txt>div {
    display: inline-block;
    text-align: left;
    max-width: 78%;
}

.detPro_name {
    color: #B89B58;
    font-weight: bold;
    font-size: 32px;
    display: block;
    margin-bottom: 14px;
    text-transform: capitalize;
}

.detPro_txt li {
    font-size: 16px;
    line-height: 2.1;
    color: #666;
    position: relative;
    /* list-style-type: circle; 
    margin-left: 20px;*/
}

/* ===============================
    devices
================================================================================= */
.devices.detPro {
    background: #f8f8f8;
    margin: 0;
    padding: 108px 0;
}

.devices .detPro_box {
    flex-wrap: wrap;
    justify-content: inherit;
}

.devices .detPro_a {
    width: calc(25% - 20px);
    float: left;
    margin: 10px;
    border: 1px solid #eee;
    flex: inherit;
    background: #fff;
    padding: 3% 2%;
}

.devices .detPro_img {
    padding-top: 100%;
    width: 100%;
    overflow: hidden;
}

.devices .detPro_img img {
    transition: all .48s;
}

.devices .detPro_a:hover .detPro_img img {
    transform: scale(1.1);
}

.devices .detPro_p {
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1.4;
    margin-top: 38px;
    min-height: 45px;
}

@media(max-width:1368px) {
    .devices .detPro_a {
        width: calc(33.33% - 30px);
        margin: 15px;
    }
}

@media(max-width:1024px) {
    .devices.detPro {
        padding: 108px 0 80px;
    }

    .devices .detPro_a {
        width: calc(33.33% - 20px);
        margin: 10px;
    }

    .devices .detPro_p {
        font-size: 15px;
    }
}

@media(max-width:768px) {
    .devices .detPro_a {
        width: calc(50% - 20px);
        margin: 10px;
        padding: 3%;
    }

    .devices .detPro_p {
        margin-top: 21px;
    }
}

@media(max-width:480px) {
    .devices .detPro_a {
        width: 100%;
        margin: 0 0 24px;
        padding: 3% 6% 10%;
    }

    .devices .detPro_p {
        min-height: 10px;
    }

}

/* ===============================
    det1
================================================================================= */
.det1 {
    padding: 138px 0 89px;
}

.det1Tip {
    margin-top: 28px;
    text-align: right;
    color: #B89B58;
}

.det1Tip br {
    display: none;
}

.det1Tip svg {
    margin-top: -2px;
    vertical-align: middle;
    width: 28px;
    height: 28px;
}

.det1Tip a {
    margin: 0 5px;
    text-decoration: underline;
}

.det1_tab {

    margin: 68px 0;
}



.det1 table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #eee;
}


.det1 thead td {
    padding: 1%;
    color: #fff;
}

.det1 tr:nth-child(2n-1) {
    background: #f8f8f8;
}

.det1 thead tr:nth-child(1) {
    background: #B89B58
}

.det1 tr {
    position: relative;
    transition: all 0.48s;
}

.det1 tr:hover {
    z-index: 11;
    background: rgb(0 40 170 / 0.1);
}

.det1 thead td {

    border-left: 1px solid rgb(238 238 238 / 0.5)
}

.det1_td5 {
    width: 28%;
    padding: 12px;
}

.det1 td {
    text-align: center;
}


.det1 tbody td {
    cursor: pointer;
    border-left: 1px solid #eee;
    border-top: 1px solid #f8f8f8;

}

.det1 .det1_td1 {
    width: 24%;
}

.det1 .det1_td6 {
    width: 10%;
}

.det1 .det1_img {
    position: relative;
    width: 100%;
    padding: 14%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.det1 .det1_img img {
    transform: scale(0.68);
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    object-fit: contain;
}

.det1 td svg {
    width: 38px;
    height: 38px;
}

/*  */
.det1Mbl {
    display: none;
    padding: 0 5%;
    position: relative;
}

.det1Mbl_row {
    margin-top: 24px;
    border: 1px solid #eee;
}

.det1Mbl_img {
    position: relative;
    padding-top: 32%;
    /* background: #f8f8f8; */
}

.det1Mbl_img svg {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 28px;
    height: 28px;
    z-index: 11;

}

.det1Mbl_img img {
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    height: 100%;
    object-fit: contain;
}

.det1Mbl_tab {

    border-top: 0;
}

.det1Mbl_col {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.det1Mbl_col>div {
    padding: 6px 10px;
    font-size: 12px;
    color: #666;
    letter-spacing: 0;
}

.det1Mbl_l {
    width: 60px;
    border-top: 1px solid #eee;
}

.det1Mbl_r {
    width: calc(100% - 60px);
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;

}

.det1Mbl_r br {
    display: none;
}

/* ===============================
    det2
================================================================================= */

/* ===============================
    detDet
================================================================================= */

.detDet {
    margin-top: 89px;
    text-align: right;
    position: relative;
} 

.detDet_box {
    position: relative; 
}

.detDetImg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    text-align: center;
}

.detDetImg img {
    width: 80%;
    height: 90%;
    object-fit: contain; 
}

.detDetImg.last {
    position: absolute;
}

.detDetImg .swiper-container {
    height: 83%;
}

.detDetImg .swiper-pagination {
    bottom: 2%;
    left: 0;
    width: 100% !important;
    text-align: center;
}

.detDetImg .swiper-pagination-bullet {
    margin: 15px;
    position: relative;
}

.detDetImg .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: -7px;
    left: -7px;
    width: 20px;
    height: 20px;
    border: 1px dotted #bd1622;
    transform: scale(1.2);
    transform-origin: center;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.48s;

}

.detDetImg .swiper-pagination-bullet-active {
    background: #bd1622;
}

.detDetImg .swiper-pagination-bullet-active::before {
    opacity: 1;
}

.detDetTxt {
    width: 55%;
    height: 100%;
    max-height: calc(100vh - 90px);
    overflow: auto;
    text-align: center;
    display: inline-block;
    box-shadow: 0 0 10px 1px #eee;
    position: relative;
    z-index: 11;

}

.detDetTxt::-webkit-scrollbar {
    width: 0;
    height: 100%;
}


.detDetTit {


    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 14px;

}

.detDetTit span {
    background: #bd1622;
    color: #fff;
    font-weight: bold;
    padding: 4px 16px;
    display: inline-block;
    margin-bottom: 3px;
    text-transform: uppercase;
}


.detDetTit p {
    font-size: 32px;
    font-weight: bold;
    text-transform: capitalize;
}

.detDetTxt_top {
    padding: 5% 10%;
}

.detDetTxt_back {
    cursor: pointer;
    position: absolute;
    bottom: 24px;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 6px;

    color: #fff;
    z-index: 11;
    transition: all 0.48s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detDetTxt_back svg {
    width: 38px;
    height: 38px;
}

.detDetTxt_back path {
    fill: #999;
}

.detDetTxt_back:hover {
    background: #bd1622;
}

.detDetTxt_back:hover path {
    fill: #fffF;
}

.detDetTxt_p {
    margin-top: 30px;
}

.detDetTxt_p p {
    color: #666;
    margin-top: 10px;
}

.detDetTxt_btm {
    background: #f8f8f8;
    padding: 1px 10% 10%;
}

.detDetTxt>div {
    text-align: left;
}

.detDetName {
    position: relative;
}

.detDetName em {
    position: relative;
    display: inline-block;
    width: 5px;
    height: 18px;
    background-color: #bd1622;
    margin-right: 18px;
    border-radius: 50px;
}

.detDetName span {
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
}

.detDetDate {
    margin-top: 4vw;
}

.detDetDate ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
}

.detDetDate li {
    width: 46%;
    border-bottom: 1px solid #e2e2e2;
    padding: 14px 0;
    font-size: 13px;
    color: #4b4d51;
}

.detDetDate li span {
    font-weight: bold;
    color: #333;
    text-transform: capitalize;
}

.detDetDate_list {
    padding-top: 14px;
}

.detDetDate_list p {
    font-size: 14px;
    line-height: 2.1;
    color: #666;

    margin-top: 10px;
    background: rgb(255 255 255 / 0.68);
    padding: 14px 28px;
}

.detDetDate_list i {
    font-weight: bold;
    color: #333;
    margin-right: 6px;
}

/* ===============================
    service
================================================================================= */

.service {
    padding: 108px 0 68px;
    background: #f8f8f8;
}

.serBox {
    overflow: hidden;
    margin-top: 58px;
}

.serRow {
    cursor: pointer;
    display: flex;
    align-items: stretch;
    text-align: center;
    justify-content: space-between;
    font-family: 'GOTHIC';
}

.serRow>div {
    border: 2px solid #f8f8f8;
    background: #fff;
    padding: 10px;
    transition: all 0.48s;
}

.serRow .serName {
    width: 45%;
    text-align: left;
    padding: 10px 28px;
    display: flex;
    align-items: center;

}

.serRow .serTime,
.serRow .serCom {
    width: 20%;
}

.serRow .serLoad {
    width: 15%;
}

.serRow:first-child {
    font-weight: bold;

}

.serRow:first-child {
    color: #Fff;
    text-transform: uppercase;
}

.serRow:first-child .serName {
    background: #B89B58;

}

.serRow:first-of-type .serTime {
    background: #b3b3b3
}

.serRow:first-of-type .serCom {
    background: #808080
}


.serRow:first-of-type .serLoad {
    background: #343434;
}

.serRow>div:not(:first-of-type) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.serRow:not(:first-of-type) .serName {
    font-size: 17px;
    background: rgb(177 1 14 / 0.05);
}

.serRow:not(:first-of-type) .serLoad {
    font-size: 12px;
    color: #999;
}



.serLoad svg {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto 5px;
}

.serRow:not(:first-of-type):hover>div {
    background: rgb(0 40 170 / 0.1);
}

.serRow:not(:first-of-type):hover .serName {
    color: #B89B58;

}


/* ===============================
    news
================================================================================= */
.news {
    padding: 100px 0 80px 0;
}

.news-lang-switch {
    display: flex;
    gap: 10px;
    margin: 0 1% 24px;
    flex-wrap: wrap;
}
.news-lang-switch a {
    display: inline-block;
    padding: 8px 16px;
    border-bottom: 2px solid transparent;
    color: #666;
    font-size: 14px;
    letter-spacing: .04em;
    text-decoration: none;
}
.news-lang-switch a.on,
.news-lang-switch a:hover {
    color: #B89B58;
    border-bottom-color: #B89B58;
}
.lxNew_lang {
    display: inline-block;
    margin: 0 0 6px;
    font-size: 12px;
    letter-spacing: .08em;
    color: #B89B58;
    text-transform: uppercase;
}

.news .newsBox {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px 20px;
    overflow: hidden;
}

.news .lxNew_a {
    display: flex;
    flex-direction: column;
    float: none;
    width: auto;
    margin: 0;
    min-width: 0;
}

.news .lxNew_img {
    aspect-ratio: 1 / 1;
    background: #f4f4f4;
}

.news .lxNew_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news .lxNew_time {
    margin: 16px 0 8px;
    font-size: 13px;
}

.news .lxNew_tit {
    font-size: 16px;
    -webkit-line-clamp: 3;
    min-height: 0;
}

.news .lxNew_p {
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13px;
}

.lxNew_a:hover .lxNew_img img {
    transform: scale(1.1);

}

.lxNew_a:hover .lxNew_tit {
    color: #B89B58;
}

@media all and (max-width: 1200px) {
    .news .newsBox {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media all and (max-width: 900px) {
    .news .newsBox {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 14px;
    }
}

@media all and (max-width: 560px) {
    .news .newsBox {
        grid-template-columns: 1fr;
    }
}

/* ===============================
    newsDet
================================================================================= */
.newsDet {
    position: relative;
}

.newsDet_box {
    margin: 130px auto 70px;
}

.newsTop {
    padding-bottom: 25px;
    border-bottom: 1px dashed #dbdbdb;
}

.newsTop em {
    background: #B89B58;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 2;
    padding: 0px 14px;
    display: inline-block;
    margin-bottom: 14px;
}

.newsTop h4 {

font-size: 34px;

line-height: 1.4;

font-family: "avenir-heavy", sans-serif;

font-weight: 400;
}

.newsTop span {
    color: #666;
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px;
}

.newsTop img {
    margin-right: 8px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.newsBody {
    line-height: 1.7;
    color: #444;
    margin-top: 38px;
}

.newsBody img {
    max-width: 100%;
}

.newsBody p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
}

.newsBody p.color {
    color: #B89B58;
}

.newsBody5 {
    line-height: 1.7;
    color: #444;
    margin-top: 28px;
	margin-bottom:30px;
}

.newsBody5 p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
}

.innerBack {
    font-weight: bold;
    text-transform: capitalize;
}

.innerBack {
    padding-top: 40px;
}

.innerBack a {
    display: inline-block;
    transition: all 0.48s;
    color: #333;
    font-size: 16px;
}

.innerBack svg {
    width: 28px;
    height: 28px;
    vertical-align: middle;
}

.innerBack path {
    fill: #B89B58;
}

.innerBack a:hover {
    padding-left: 40px;
    color: #B89B58;
}

/* ===============================
    join
================================================================================= */
.joinLc {
    position: relative;
    padding: 138px 0 108px;
    background: #f2f2f2;
}

.list-supplier {
    margin-right: -1.45833vw;
    margin-left: -1.45833vw;
    position: relative;
    overflow: hidden;
}

.list-supplier>li,
.list-supplier>div {
    width: 20%;
    margin-bottom: 0;
    float: left;
    vertical-align: top;
}

.job-process__wrap .list-supplier>div,
.supplier-top .list-supplier>div {
    width: 20%;
}

.supplier-item {
    position: relative;
    margin: 0 28px;
    padding: 38px 0 28px;
    text-align: center;
    background-color: #fff;
    margin-right: 1.45833vw;
    margin-left: 1.45833vw;
}

.job-process__wrap .supplier-item {
    background-color: #F7F7F7;
}

.list-supplier>div img {
    display: block;
    width: 68px;
    margin: 0 auto 28px;
}

.list-supplier>div svg {
    display: block;
    width: 68px;
    height: 68px;
    margin: 0 auto 14px;
}

.list-supplier>div path {
    fill: #ccc;
}

.supplier-item::after {
    font-size: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -.8em;
    margin-right: -1.3em;
    content: url(../images/a.png);
}

.list-supplier>div:last-child .supplier-item:after {
    opacity: 0;
}

.supplier-item__num {
    position: relative;
}

.supplier-item__num>span {
    opacity: .05;
    color: #B89B58;
    font-size: 6.25vw;
    line-height: 1;
    font-family: 'CENTURYGOTHIC';
    font-weight: bold;
    letter-spacing: 5px;
}

.supplier-item__txt {
    font-size: 24px;
    line-height: 1.65;
    position: absolute;
    top: 26%;
    right: 0;
    left: 0;
}

/*  */
.joinFl {
    padding: 108px 0 0;
    position: relative;
}

.joinFl_p {
    position: relative;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}



.joinFl_p::after {

    content: "";
    margin-top: 15px;
    display: inline-block;
    width: 0;

    height: 0;

    border-left-width: 4px;
    border-right-width: 4px;
    border-top-width: 6px;
    border-style: solid;
    border-color: rgb(177 1 14 / 0.5) transparent transparent transparent;
}

.joinFl_p p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.idealists-life {
    overflow: hidden;
}

.joinFl_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 54%;
    background-image: url(../images/j2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.idealists-life .bg {
    margin-top: 55px;
    padding-bottom: 145px;
}

.idealists-life ul {
    background: #FFFFFF;
    padding: 0 80px 85px;
    border-top: 4px solid #B89B58;
    overflow: hidden;
    -webkit-box-shadow: 0 0 100px rgb(178 1 13 / 0.1);
    box-shadow: 0 0 100px rgb(178 1 13 / 0.1);
}

.idealists-life li {
    margin-top: 75px;
    float: left;
    width: 25%;
    padding: 0 20px;
}

.idealists-life li:nth-child(4n+1) {
    clear: both;
}

.idealists-life li .item {
    position: relative;
    padding-left: 68px;
}

.idealists-life li .item i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 46px;
    height: 46px;
    line-height: 42px;
    text-align: center;
    border: 2px solid #eaeaea;
    font-style: normal;
    color: #111111;
}

.idealists-life li .item img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.idealists-life li .item svg {
    float: left;
    width: 48px;
    height: 48px;

}

.idealists-life li .item path {
    fill: #B89B58;
}

.idealists-life li .item img {
    float: left;
}

.idealists-life li .item div {
    margin-left: 58px;
}

.idealists-life li .item div span {
    display: block;
    color: #111111;
    font-size: 18px;
}

.idealists-life li .item div p {
    line-height: 1;
    color: #d9d9d9;
    font-size: 12px;
    font-family: 'GOTHIC';
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.idealists-life li:hover i {
    color: #fff;
    background: #2d2d2d;
    border: 2px solid #2d2d2d;
}

/*  */
.joinDeve {
    position: relative;
    padding: 108px 0 80px;
}

.joinDeve_p {
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin: 0 auto;
    max-width: 90%;
}

.joinDeve_box {
    margin-top: 58px;
}

.joinDeve_img {
    position: relative;
    padding-top: 52%;
}

.joinDeve_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.joinDeve .swiper-pagination {
    position: relative;
    margin-top: 34px;
}

.joinDeve .swiper-pagination-bullet {
    width: 68px;
    height: 4px;
    border-radius: 6px;
    background: #B89B58;
}

.joinJob {
    position: relative;
    padding: 108px 0;
    background: #f8f8f8;
}

.recJob {
    color: #666;
}

.recJob_box {
    margin: 20px 0 0;
}

/* job-tit */
.recJob_tit {
    line-height: 20px;
    background: #1c1d21;






    padding: 10px 2%;
    overflow: hidden;
}

.recJob_tit span {
    float: left;
    width: 24%;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    padding: 5px 10px;
}

.recJob_tit span:nth-child(1) {
    width: calc(28% - 68px);
}

.recJob_tit span:nth-child(5) {
    width: 68px;
}

/* job-list  */
.recJob_list {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 75px;
    padding: 0 2% 30px;
    background: #fff;
}

.recruit li {
    border-bottom: 1px solid #e5e5e5;
    background: #fdfdfd;
}

.recJob_name {
    display: block;
    font-size: 0;
    padding: 25px 0;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #eee;

}

.recJob_list li:last-child .recJob_name {
    border-bottom: 0;

}



.recJob_name span {
    position: relative;
    float: left;
    width: 24%;

    line-height: 20px;

    font-size: 15px;
    padding: 5px 10px;
    color: #666;
}

.recJob_name span:nth-child(1) {
    width: calc(28% - 68px);
}

.recJob_name span:nth-child(5) {
    width: 68px;
}

.recJob_name span:nth-child(5)::after {
    content: "";
    position: absolute;
    right: 54%;
    top: 50%;
    width: 12px;
    height: 8px;
    background-image: url(../images/recruit-down.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.recJob_info {
    display: none;
    position: relative;
    border-top: 1px solid #efefef;
    padding: 0 30px;
    background: #f5f5f5;
}

.recJob_top {
    padding: 20px 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #dcdcdc;
}

.recJob_top span {
    display: inline-block;
    width: 24%;
    font-size: 14px;
    line-height: 36px;
    color: #666;
    letter-spacing: 0;
}

.recJob_btm {
    overflow: hidden;
    padding: 40px 10px;
    border-bottom: 1px solid #dcdcdc;
}

.recJob_btm h4 {
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    margin-bottom: 12px;
}

.recJob_btm p {
    line-height: 2;
    color: #666;
}

.recJob_btm .recJob_l {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 80px;
    margin-bottom: 15px;
}

.recJob_btm .recJob_r {
    width: 50%;
    float: right;
    box-sizing: border-box;
    padding-left: 60px;
}

.recJob_info .tips {
    padding: 20px 0 40px;
    color: #c31f2c;
    line-height: 1.8;
    font-size: 16px;
}

.recJob_info .tips a {
    display: inline-block;
    color: #c31f2c;
}

.recJob_list li.cur {
    border-color: transparent;
    background: #fff;
}

.recJob_list li.cur .recJob_name::after {
    background-image: url(../images/recruit-up.png);
}

@media(max-width:1024px) {
    .recJob_tit span {
        float: left;
        width: 20%;
        color: #fff;
        line-height: 20px;
        font-size: 14px;
        padding: 5px 10px;
    }

    .recJob_tit span:nth-child(1) {
        width: calc(40% - 68px);
    }

    .recJob_tit span:nth-child(5) {
        width: 68px;
    }

    .recJob_name span {
        width: 20%;
        font-size: 14px;
    }

    .recJob_name span:nth-child(1) {
        width: calc(40% - 68px);
    }

    .recJob_name span:nth-child(5) {
        width: 68px;
    }

    .joinJob {
        padding: 89px 0;
    }
}

@media (max-width: 768px) {
    .joinJob {
        padding: 48px 0;
    }

    .recJob_name {
        padding: 20px 0;
    }

    .recJob_info {
        padding: 0 28px 10px;
    }

    .recJob_top {
        padding: 16px 0;
    }

    .recJob_top span {
        width: auto;
        margin-right: 24px;
        font-size: 13px;
        line-height: 2.4;
    }

    .recJob_tit {
        padding: 10px 28px;
    }

    .recJob_list {
        padding: 0 28px 24px;
    }

    .recJob_btm {
        padding: 28px 10px;
    }

    .recJob_btm .recJob_r,
    .recJob_btm .recJob_l {
        width: 100%;
        padding: 0;
    }

    .recJob_btm h4 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .recJob_info .tips {
        font-size: 15px;
    }



    .recJob_info .tips br {
        display: none;
    }
}

@media (max-width: 680px) {
    .recJob_info .tips {
        padding: 0 14px;
    }

    .recJob_list {
        padding: 0 14px 20px;
    }

    .recJob_btm {
        padding: 20px 10px;
    }

    .recJob_btm .recJob_l {
        padding: 0;
        float: none;
        width: 100%;
    }

    .recJob_btm .recJob_r {
        float: none;
        padding: 0;
        width: 100%;
    }

    .recJob_btm h4 {
        font-size: 16px;
    }

    .recJob_btm p {
        font-size: 13px;
    }

    .recJob_info {

        padding: 0 22px 6px;


    }

    .recJob_info .tips {
        padding: 14px 0;
    }

    .recJob_tit {
        padding: 10px 14px;

    }

    .recJob_tit span {
        width: 28%;
        font-size: 12px;
        padding: 0 10px;
    }

    .recJob_tit span:nth-child(1) {
        width: 44%;
    }

    .recJob_tit span:nth-child(5),
    .recJob_tit span:nth-child(4) {
        display: none;
    }

    .recJob_name {
        padding: 10px 0;
    }

    .recJob_name span {
        width: 28%;
        font-size: 13px;
    }

    .recJob_name span:nth-child(1) {
        width: 44%;
    }

    .recJob_name span:nth-child(5),
    .recJob_name span:nth-child(4) {
        display: none;
    }


}

@media (max-width: 680px) {

    .recJob_tit {
        padding: 10px;
    }



    .recJob_list {
        padding: 0 10px 12px;
    }

    .recJob_info {
        padding: 0 14px 6px;
    }

    .recJob_top {
        padding: 12px 0;
    }

    .recJob_top span {
        margin-right: 18px;
        line-height: 2;
        font-size: 12px;
        margin: 2px 6px;
    }

    .recJob_btm {
        padding: 12px 6px;
    }

    .recJob_btm h4 {
        font-size: 15px;
        margin-bottom: 0;
    }

    .recJob_btm p {
        line-height: 24px;
    }

    .recJob_info .tips {
        font-size: 13px;
    }
}

/* ===============================
    about
================================================================================= */
.about {
    overflow: hidden;
    position: relative;
    margin-top: 68px;
}

.about .lxAbou_p {
    max-width: 90%;
}

.abCul {
    margin: 38px 0 0;
    height: 50vh;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    z-index: 3;
}

.abCul_item {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    box-shadow: 10px 28px 24px rgb(51 51 51 / 0.18);
    overflow: hidden;
}

.abCul_bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0028aa;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.48s;
}

.abCul_r .abCul_bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .68;
    background-color: #8a000a;
}

.abCul_item:hover .abCul_bg {
    transform: scale(1.1);
}

.abCul_div {
    position: relative;
    z-index: 3;
    padding: 0 10%;
}

.abCul_l {
    width: calc(50% + 24px);
    position: relative;
    z-index: 11;
}

.abCul_r {
    position: absolute;
    top: -18px;
    right: 0;
    width: 50%;
}

.abCul_r::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 18px solid #273040;
    border-right: 24px solid transparent;
    z-index: 21;
}


.abCul svg {
    width: 51px;
    height: 51px;
    margin-bottom: 14px;
}

.abCul span {
    display: block;
    font-weight: bold;
    font-size: 28px;
    color: #fff;
    margin-bottom: 28px;
    text-transform: uppercase;
}

.abCul p {
    opacity: .8;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    max-width: 80%;
    margin: 0 auto;
}

/*  */
.abTeam {
    position: relative;
    padding: 108px 0;
    overflow: hidden;
    background: url(../images/bg11.png);
    margin-top: -20px;
}

.abTeam_box {
    max-width: 1280px;
    margin: 0 auto;
}

.abTeam_a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 38px;
}


.abTeam_add {
    display: none;
}

.abTeam_img {
    overflow: hidden;
    position: relative;
    width: 110px;
    /* background: #f8f8f8 url(../images/analyst_bg.jpg) no-repeat center;
    background-size: cover; */

}

.abTeam_img img {
    display: block;
    width: 100%;
}

.abTeam_img .abTeam_img_mbl {
    display: none;
}

.abTeam_img_add {
    display: none;
}

.abTeam_txt {
    width: calc(100% - 160px);
}

.abTeam_name {
    font-size: 24px;
    color: #333;
}

.abTeam_name span {
    color: #B89B58;
    font-size: 14px;
}

.abTeam_p span {
    color: #B89B58;
    font-size: 20px;
    display: block;
    margin: 0 0 14px;

}

.abTeam_p p {
    font-size: 15px;
    line-height: 2.1;
    color: #666;
}

/*  */
.abPart {
    overflow: hidden;
    position: relative;
    padding: 108px 0 80px;
}

.abPart .swiper-container {
    padding: 20px 0;
}

.abPart_img {
    cursor: pointer;
    background: #fff;
    position: relative;
    padding-top: 52%;
    border: 1px solid #f8f8f8;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.abPart_img::after {
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2c79fb;
    z-index: 1;
    content: "";
    display: none;
}

.abPart_img:hover {
    z-index: 11;
    box-shadow: 0px 12px 80px -12px #e3e7f0;
    transform: scale(1.1);
}

.abPart_img:hover::after {

    display: block;
}

.abPart_img img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 58%;
    height: 100%;
    object-fit: contain;
    transition: all 0.68s;

}

.abPart .swiper-pagination {
    position: relative;
    margin-top: 34px;
}

.abPart .swiper-pagination-bullet {
    width: 68px;
    height: 4px;
    border-radius: 6px;
    background: #B89B58;
}

/* ===============================
    contact
================================================================================= */
.contact {
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}

.conTop {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.conTop_l {
    width: 50%;

}



.conMap {
    position: relative;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
}

.mapBox {
    width: 100%;
    height: 100%;
}

.conTop_r {
    width: 100%;
}

.conTop_div {
    max-width: 100%;
    margin: 0 auto;
}

.conTop_span {
    position: relative;
    font-size: 24px;
    color: #B89B58;
    padding-bottom: 20px;
}

.conTop_span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 3px;
    background: #B89B58;
}

.conTop_r ul {display: flex;}

.conTop_r li {
    padding: 60px 40px;
    border-right: 1px solid #e1e1e1;
    width: 33.333333333333333333%;
    float: left;
}

.conTop_r li:last-of-type {
    border-right: 0;
}

.conTop_r li.one {
    display: block;
}

.conTop_r li div {
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left 6px;
    min-width: 40%;
}

.conTop_r li span {
    font-size: 22px;
    font-family: "avenir-heavy", sans-serif;
    color: #333;
    line-height: 1.6;
    display: inline-block;
    margin-bottom: 5px;
}

.conTop_r li p {
    font-size: 16px;
    line-height: 1.6;
    color: #626262;
}

.conTop_r li p img {
    display: block;
    width: 80px;
}















.conBtm {
    position: relative;
    background: #f8f8f8;
}

.conBtm::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #ddba69;
}

.conBtm::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, 0.38)
}

.conBtm .inner {
    position: relative;
    z-index: 11;
}

.conBtm {
    position: relative;
    padding: 108px 0;
}

.conBtm .inner {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.conInline {
    display: inline-block;
    width: 70%;
    padding: 6%;
    background: #fff;
    box-shadow: 10px 28px 24px rgb(51 51 51 / 0.18);

}

.conInline form div {

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.conInline form input {
    width: 48%;
    background: #f5f5f5;
    height: 48px;
    line-height: 48px;
    padding: 0 14px;
    border: 0;
    margin-bottom: 10px;
}

.conInline form textarea {
    background: #f8f8f8;
    height: 148px;
    width: 100%;
    margin-top: 10px;
    border: 0;
    padding: 14px;
}

.conInline form button {
    background: #B89B58;
    color: #fff;
    width: 189px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 17px;
    border: 0;
    margin-top: 38px;
    margin-right: 0;
    cursor: pointer;
}


.conInline5 {
    display: inline-block;
    width: 100%;
    padding: 3%;
    background: #fff;
    margin-bottom: 20px;
    margin-top: 30px;
    box-shadow: 20px 20px 24px rgb(51 51 51 / 8%);
}

.conInline5 form div {

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.conInline5 form input {
    width: 48%;
    background: #f5f5f5;
    height: 48px;
    line-height: 48px;
    padding: 0 14px;
    border: 0;
    margin-bottom: 12px;
}

.conInline5 form textarea {
    background: #f8f8f8;
    height: 148px;
    width: 100%;
    margin-top: 10px;
    border: 0;
    padding: 14px;
}

.conInline5 form button {
    background: #B89B58;
    color: #fff;
    width: 189px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 17px;
    border: 0;
    margin-top: 38px;
    margin-right: 0;
    cursor: pointer;
}


.conInline7 {
    display: inline-block;
    width: 100%;
    padding: 4% 6%;
    background: #fff;
    box-shadow: 20px 20px 24px rgb(51 51 51 / 8%);
}

.conInline7 form div {

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.conInline7 form input {
    width: 48%;
    background: #f5f5f5;
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    padding: 0 14px;
    border: 0;
    margin-bottom: 20px;
}

.conInline7 form textarea {
    background: #f5f5f5;
    height: 148px;
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
    border: 0;
    padding: 14px;
}

.conInline7 form button {
    background: #B89B58;
    color: #fff;
    width: 240px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
    border: 0;
    margin-top: 38px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    cursor: pointer;
}

.conP {
    display: flex;
    align-items: center;
    width: 24%;
}

.conP p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #fff;
}

.conP_ewm {
    display: inline-block;
    text-align: center;
    margin-bottom: 48px;
}

.conP_ewm div {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding-left: 18px;
}

.conP_ewm svg {
    width: 28px;
    height: 28px;
    margin-bottom: 10px;
}

.conP_ewm path {
    fill: #fff;
}

.conP_ewm img {

    vertical-align: middle;
    display: inline-block;
    width: 102px;
    padding: 3px;
    background: #fff;
}



.conP_ewm span {
    display: block;
    color: #fff;
    opacity: 0.8;
}

.conP_svg {
    max-width: 100%;
    margin-top: 89px;
    transform: scale(0.9);
    transform-origin: left center;
}

.line2 {
  display: inline-block;
  width: 38px;
  height: 2px;
  margin-left: 3px;
  background-color: #fff;
  margin-top: 8px;
  margin-bottom:15px;
}

.index-2-more{float: left;margin-right: 15px;}
.index-2-more a{display: inline-block;padding: 18px 45px;font-size: 16px;line-height: 1.2;text-align: center;border: 1px solid #B89B58;background: #B89B58;color: #ffffff;border-radius: 2px;}
.index-2-more a:hover{border-color: #B89B58;color: #fff;background: #B89B58;}

.index-2-more3{margin-top: 25px;display: block;}
.index-2-more3 a{display: inline-block;padding: 14px 48px;font-size: 15px;line-height: 1.2;text-align: center;border: 1px solid #B89B58;background: #B89B58;color: #ffffff;border-radius: 2px;}
.index-2-more3 a:hover{border-color: #B89B58;color: #fff;background: #B89B58;}

.index-2-more4{margin-top: 15px;display: block;}
.index-2-more4 a{display: inline-block;padding: 14px 48px;font-size: 15px;line-height: 1.2;text-align: center;border: 1px solid #B89B58;background: #B89B58;color: #ffffff;border-radius: 2px;}
.index-2-more4 a:hover{border-color: #B89B58;color: #fff;background: #B89B58;}

.index-2-more2{float: left;}
.index-2-more2 a{display: inline-block;padding: 18px 45px;font-size: 15px;line-height: 1.2;text-align: center;border: 1px solid #ffffff;color: #ffffff;border-radius: 2px;}
.index-2-more2 a:hover{border-color: #B89B58;color: #fff;background: #B89B58;}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.home-block1 {
	padding: 80px 0;
}


.home-block3 {
	padding: 60px 0;
}

.home-block5 {
	padding: 30px 0;
}

.home-block7 {
	padding: 45px 0;
}

.home-block8 {
	padding: 80px 0 60px 0;
}

.home-block9 {
	padding: 120px 0 60px 0;
}


.bg4{ background:#f5f5f5;}

.cpn-culture6{
    margin-top: 50px;
    text-align: center;
}
.cpn-culture6 ul{display: flex;align-items: stretch;flex-wrap: wrap;}
.cpn-culture6 ul li{width: 20%;padding: 35px 0;font-size:14px;color: #7b7b7b;line-height: 1.7;float: left;transition: 0.5s;}
.cpn-culture6 ul li .note{padding: 0 20px;text-align: left;}
.cpn-culture6 ul li h4{font-size: 18px;font-weight: 600;color: #4c4c4c;line-height: 1.2;position: relative;text-align: center;word-break: break-all;}
.cpn-culture6 ul li h4:after{position: absolute;left:50%;bottom:0px;width:30px;height: 3px;background: #B89B58;margin-left:-15px;transition: all 0.3s ease;}
.cpn-culture6 ul li p{color: #8a8a8a;line-height: 23px;margin-bottom:0;text-align: left;overflow: hidden;}
.cpn-culture6 ul li s {max-width: 90px;display: block;margin: 0 auto 25px auto;text-align: center;}
.cpn-culture6 ul li:hover h4:after{width:40px;margin-left:-20px;}

.cpn-culture6 ul li:hover{box-shadow: 0 0 30px rgba(0,0,0,.2);transform: translateY(-10px);}



.ysCase {
    position: relative;
    height: 80vh;
    background-color: #B89B58;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.ysCase_tit {
    position: relative;
    z-index: 11;
    left: 0;
    width: 100%;
}

.ysCase_wid {
    max-width: 40%;
}

.ysCase_p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 70px;
    line-height: 1.7;
}

.ysCase_bg {
    position: absolute;
    top: -60%;
    left: -51%;
    width: 100%;
    height: 160%;
    background-color: #B89B58;
    opacity: 0.38;
    transform: rotate(18deg);
}

.ysCase_ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    width: 50%;
    text-align: center;
    z-index: 21;
}

.ysCase_ul ul {

    display: inline-block;
}

.ysCase_ul li {
    cursor: pointer;
    position: relative;
    text-align: left;
    background: rgba(255, 255, 255, 0.28);
    margin-bottom: 1px;
    padding: 28px 58px;
}

.ysCase_ul li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #B89B58;
    transition: all 0.8s;
}

.ysCase_ul li:hover::before {
    height: 100%;
}

.ysCase_ul a {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ysCase_ul img {
    display: block;
    width: 42px;
    margin-right: 34px;
    margin-top: 3px;
}

.ysCase_ul div:last-child {
    width: calc(100% - 76px);
}

.ysCase_ul span {
    color: #fff;
    font-size: 22px;
    line-height: 48px;
}

.ysCase_ul p {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    letter-spacing: .5px;
    opacity: .8;
}
.ysZl {
    padding: 108px 0;
    position: relative;
    background-image: url(../images/bg_zl.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ysZl_img {
    position: relative;
    padding-top: 38%;
    width: 80%;
    margin: 0 auto;
    border-radius: 6px;
}

.ysZl_img::after {
    width: 90%;
    content: "";
    height: 90%;
    position: absolute;
    background: #aad1f1;
    border-radius: 6px;
    left: 0;
    right: 0;
    bottom: -11px;
    margin: auto;
}

.ysZl_img::before {
    width: 80%;
    content: "";
    height: 80%;
    position: absolute;
    background: #d8eaf8;
    border-radius: 6px;
    left: 0;
    right: 0;
    bottom: -21px;
    margin: auto;
}

.ysZl_img div {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0028aa;
    opacity: .28;
    z-index: 11;
    border-radius: 6px;
}

.ysZl_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 7;
    border-radius: 6px;
}
.ysZl {
    padding: 108px 0;
    position: relative;
    background-image: url(../images/bg_zl.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ysZl_img {
    position: relative;
    padding-top: 38%;
    width: 80%;
    margin: 0 auto;
    border-radius: 6px;
}

.ysZl_img::after {
    width: 90%;
    content: "";
    height: 90%;
    position: absolute;
    background: #aad1f1;
    border-radius: 6px;
    left: 0;
    right: 0;
    bottom: -11px;
    margin: auto;
}

.ysZl_img::before {
    width: 80%;
    content: "";
    height: 80%;
    position: absolute;
    background: #d8eaf8;
    border-radius: 6px;
    left: 0;
    right: 0;
    bottom: -21px;
    margin: auto;
}


.ysZl_img div {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0028aa;
    opacity: .28;
    z-index: 11;
    border-radius: 6px;
}

.ysZl_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 7;
    border-radius: 6px;
}

.footer{background-color: #383838;color:#fff;padding: 72px 0 20px 0;width: 100%;}
.footer .footer-main{display:flex;align-items:flex-start;justify-content:space-between;gap:48px;width:100%;}
.footer .footer-menu{flex:1 1 auto;display:flex;align-items:flex-start;gap:40px 32px;width:auto;float:none;min-width:0;}
.footer .footer-menu .item{display:block;vertical-align:top;float:none;flex:1 1 0;min-width:140px;max-width:260px;width:auto;padding-right:0;}
.footer .footer-menu .item .title{font-size:18px;font-family: "avenir-heavy", sans-serif;line-height:1.2;letter-spacing: 0.5px;margin-bottom: 18px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.12);}
.footer .footer-menu .item .title.title-social{margin-top:28px;margin-bottom:14px;}
.footer .footer-menu .item a{display:block;font-size: 15px;font-weight: 400;line-height:1.5;color: rgba(255,255,255,.88);}
.footer .footer-menu .item a:hover{color: #B89B58;}
.footer .footer-menu .item a+a{margin-top:12px}
.footer .footer-telephone{flex:0 0 300px;width:auto;float:none;border-left:1px solid rgba(255,255,255,.12);padding: 0 0 0 40px;}
.footer .footer-telephone .title{font-size: 18px;line-height: 1.2;font-family: "avenir-heavy", sans-serif;position:relative;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.12);}
.footer .footer-telephone .phone-number{font-size: 26px;font-weight: 700;margin-bottom: 14px;padding-top: 5px;line-height:1;}
.footer .footer-telephone .address{font-size: 14px;line-height: 1.7;color:rgba(255,255,255,.75);margin-bottom: 22px;max-width:280px;}
.footer .wx{padding-left:40px;width: 160px;text-align: center;float: right;}
.footer .wx .img-box1{overflow:hidden;margin: 0 auto;}
.footer .wx p{text-align:center;margin-top: 10px;font-size: 15px;color: rgba(255,255,255,.7);}
.footer .web-info{width:100%;line-height:1.7;border-top:1px solid rgba(255,255,255,.12);display: block;justify-content:space-between;font-size: 13px;color: rgba(255,255,255,.7);float: none;clear:both;margin-top: 48px;padding-top:18px;}

.footer .web-info span{margin-right:20px;}
.footer .web-info a{display:inline-block;color:rgba(255,255,255,.85);margin-left: 5px;margin-right: 5px;}
.footer .web-info a:hover{color: #B89B58;}
.footer .m3_list{margin-top:4px;margin-bottom: 0;}
.footer .m3_list li{margin-bottom: 14px;}
.footer .m3_list li:last-child{margin-bottom: 0;}
.footer .m3_list li h4{font-size: 15px;color: rgba(255,255,255,.88);}

.m3_list{margin-top:35px;margin-bottom: 30px;}
.m3_list li{
  padding-left: 32px;
  margin-bottom: 20px;
  position: relative;
}
.m3_list li h4{font-weight: 400;color: #fff;font-size: 16px;line-height: 1.4;transition: .3s ease-in-out;}

.m3_list li:hover h4{color: #B89B58;}
.m3_list li p{
  font-size: 14px;
  line-height: 1.7;
  color: #737373;
  margin-bottom: 24px;
}
.m3_list li img{
  position: absolute;
  left: 0;
  top: 2px;
}

.r2{width: 20px;}

.footer_flex li .img-n {width: 28px;display:block;opacity:.9;transition:opacity .25s ease, transform .25s ease;}
.footer_flex {float: none;display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:0;margin-left: 0;padding-left: 0;}
.footer_flex li {margin: 0;text-align: center;cursor: pointer;position: relative;z-index: 10;display:inline-block;}
.footer_flex li:hover .img-n{opacity:1;transform:translateY(-2px);}

.cpn-culture7{
    margin-top: 40px;
    text-align: center;
}
.cpn-culture7 ul{display: flex;align-items: stretch;flex-wrap: wrap;margin-left: -1%;margin-right: -1%;margin-bottom: -20px;}
.cpn-culture7 ul li{
	width: 31.33333333333%;
	margin-left:1%;
	margin-right:1%;
	margin-bottom: 2%;
	float: left;
	transition: 0.5s;
	background: #ffffff;
	box-shadow: 4px 2px 18px rgb(0 0 0 / 10%);
	}
.cpn-culture7 ul li:hover{transform: translateY(-10px);}

.advantage-list {
	width: 100%;
	float: left;
	transition: 0.5s;
}




.advantage-list .pro {

width: 100%;

line-height: 0;

position: relative;

overflow: hidden;
}




.advantage-list .pro img {
	transition: transform 1s;
}

.advantage-list:hover .pro img {
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

.advantage-list .desc {
	padding: 40px 35px;
	
}

.advantage-list:hover .desc strong {
		color: #B89B58;
	}


.advantage-list .desc strong {
	display: block;
	color: #333;
	font-size: 20px;
	font-family: "avenir-heavy", sans-serif;
	line-height: 1.3;
	text-align: left;
	margin-bottom: 13px;
}

.advantage-list .desc p {
	font-size: 16px;
	color: #777777;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 0;
	overflow: hidden;
}
.section-ul2 li >a {
    width: 100%;
    display: block;
    position: relative;
    padding: calc(36% / 2) 0;
}
 .section-ul2 li >a> img {
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    object-fit: contain;
}

.at23{ width:100%;}

.mg10 {margin: 0 1% 0 -1%; display: flex; align-items: stretch;flex-wrap: wrap;}

.mr_frbox {}
.mr_frUl {float: left;width: 100%;text-align: center;}
.mr_frUl ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.mr_frUl ul li { display: inline; width: 16.5%;overflow: hidden; text-align:center;padding: 0 5px; }
.mr_frUl ul li img {
    width: 100%;
    height: 85px;
    /*background-color: #fff;*/
    border: 1px solid #e8e8e8;
    object-fit: contain;
}

.mr_frbox1 { }
.mr_frUl1 {width: 100%;}
.mr_frUl1 ul{display: flex;align-items: stretch;flex-wrap: wrap;}
.mr_frUl1 ul li {display: inline;float: left;width: 32.5%;margin-right: 25px;   background: #f5f5f5; transition: 0.5s;}
.mr_frUl1 ul li:hover{
	transform: translateY(-10px);
}
.mr_frUl1 ul li img {}

.mr_frbox2 { }
.mr_frUl2 {width: 100%;}
.mr_frUl2 ul{display: flex;align-items: stretch;flex-wrap: wrap;}
.mr_frUl2 ul li {display: inline;float: left;width: 23.7%;margin-right: 25px;   background: #f5f5f5; transition: 0.5s;}
.mr_frUl2 ul li:hover{
	transform: translateY(-10px);
}
.mr_frUl2 ul li img {}

.bann2{bottom: 25%;position: absolute;left: 8%;right: 8%;z-index: 2;color:#fff;font-size:16px;}

.rr3{border-right: none;color: #666;width: 225px;font-family: "avenir-regular", sans-serif;font-size: 18px;padding: 0 10px;height: 40px;line-height: 40px;background: #fff;border-radius: 5px 0 0 5px;display: block;float: left;}
.rr4{border-left: none;height: 40px;font-family: "avenir-heavy", sans-serif;color: #fff;background: #B89B58;font-size: 18px;line-height: 42px;padding: 0 15px;border-radius: 0 5px 5px 0;display: block;float: left;cursor: pointer;}

.rr2{font-weight: 600;display: block;float: left;line-height: 38px;font-size: 18px;margin-right: 15px;}

.vtt7{background:#B89B58;display: block;padding: 10px 20px;border-radius: 40px;color:#fff;font-size: 16px;margin-top: 20px;float: left;}
.vtt8{background: url(../images/tel8.png)left no-repeat;background-size: 24px;padding-left: 30px;color:#fff;font-size: 18px;line-height: 24px;margin-top: 32px;margin-left: 25px;font-family: "avenir-heavy", sans-serif;letter-spacing: -0.5px;float: right;}

.vtt12{
    border: 1px solid #B89B58;
    display: block;
    width: 80%;
    padding: 8px 8px;
    border-radius: 10px;
    color: #B89B58;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    }
.vtt12:hover{border: 1px solid #B89B58;color: #fff; background:#B89B58;}

.header.index.scroll2 .nav-search .vtt8 {
    background: url(../images/tel8_h.png)left no-repeat;
    background-size: 24px;
    color: #2a2a2a;
}

.vtt9{background: url(../images/tel8_h.png)left no-repeat;background-size: 24px;padding-left: 30px;color: #2a2a2a;font-size: 16px;line-height: 24px;margin-top: 32px;margin-left: 25px;font-family: "avenir-heavy", sans-serif;letter-spacing: -0.5px;float: right;}

.vtt10{background: #000000;display: inline-block;font-family: "avenir-heavy", sans-serif;padding: 10px 20px;border-radius: 40px;color:#fff;font-size: 18px;margin-right: 10px;}
.vtt11{background: #fff;display: inline-block;font-family: "avenir-heavy", sans-serif;padding: 10px 20px;border-radius: 40px;color: #B89B58;font-size: 18px;}


.box{position: absolute;padding: 0;top: 0;opacity:0.5;z-index:4;opacity:1;z-index: 99999999;}
.box_bg{}
.box22{width:100%;height:100%;margin:0 auto;display:none;z-index: 999;position:fixed;top: 0;left: 0;background-color: rgba(31,31,31,0.8);opacity:1;padding-top: 120px;}
.login5{width: 100%;height: 70px;text-align:center;position:relative;margin: 0 auto;}
.login5 h2{ font-size:30px; line-height:65px; color:#ffffff;}
.close{position:absolute;width: 47px;height: 47px;background: #B89B58;right: 0;top: 0;}
.login51{width: 100%;padding: 0;margin:0 auto;height: 100%;overflow: auto;display: block;-webkit-overflow-scrolling: touch;}

.at22{max-width: 1000px;}

.vr1{ width:80px;}

.one{cursor:pointer;display: inline-block;}

#loginalert {
	width: 1100px;
	max-width: 94%;
	background: #fff;
	border-radius: 4px;
	margin:0 auto;
	padding-bottom: 40px;
	box-sizing: border-box;
}

.v44{font-size:22px; color:#333333; margin-bottom:20px;}

.fixfdback{}
.fixfdback span.fdclose{position:absolute;right:0px;top:0px;width:50px;height:50px;text-align:center;line-height:50px;background:#cdcdcd;font-size:40px;cursor:pointer;color:#666;}
.fixfdback span.fdclose:hover{color:#333;}
.fixfdback .ffback{width:1200px;height:700px;position:absolute;left:50%;top:50%;margin-left:-600px;margin-top:-350px;background:#fff;padding:60px;}
.fixfdback h2{text-align:center;font-size:24px;line-height: 1.2;color:#393939;}
.fixfdback h3{text-align:center;font-size: 18px;letter-spacing: 0.5px;font-weight: 300;color: #7b7b7b;margin: 8px auto 30px;}
.fixfdback p{color: #a3a3a3;}
.fixfdback p span{color:#ff0000;}
.fixfdback .tit{text-align:center;}
.fixfdback .tit a{display:inline-block;width:146px;height:48px;text-align:center;line-height:48px;background:#ebebeb;border-radius:25px;-webkit-border-radius:25px;-moz-border-radius:25px;margin:0px 5px;color:#666;font-size:18px;}
.fixfdback .tit a:hover,.fixfdback .tit a.on{background:#0063b0;color:#fff;}
.fixfdback .note p{margin-bottom:20px;}
.fixfdback .note ul{overflow:hidden;margin-left: -1%;margin-right: -1%;width: 102%;}
.fixfdback .note ul li{width: 48%;float:left;margin-bottom:20px;margin-left: 1%;margin-right: 1%;}
.fixfdback .note ul li:first-child{}
.fixfdback .note ul li select{width:100%;height: 44px;font-size: 15px;padding: 0px 12px;border-radius: 2px;font-family: "avenir-regular", sans-serif;background: #F1F0EF;color: #A5A5A5;border: 1px solid #e7e7e7;}
.fixfdback .note ul li input{width:100%;height: 44px;border: 1px solid #e7e7e7;background: #F1F0EF;font-size: 15px;font-family: "avenir-regular", sans-serif;border-radius: 2px;padding: 0px 15px; transition: 0.5s;}
.fixfdback .note p textarea{width: 100%;height:200px;padding: 15px;border:1px solid #dadada;}
.fixfdback .inp_sub{width:200px;font-size: 16px;cursor:pointer;background: #525252;color:#fff;vertical-align:middle;border-radius: 3px;height: 48px;display: block;line-height: 46px;transition: 0.5s;}


.fixfdback .inp_sub:hover{background:#B89B58; color:#fff;} 
.fixfdback .note ul li input:hover{border: 1px solid #B89B58;}
.fixfdback .note ul li select:hover{border: 1px solid #B89B58;}

.w25{width: 35%;float:left;}
.w75{width: 65%;float:left;border-left: 1px solid #e1e1e1;padding-left: 50px;padding-top: 10px;}

.w60{width: 67%;float:left;}
.w40{width: 33%;float:left;text-align: right;padding-right: 30px;padding-top: 15px;}

.a563 {
	font-size: 28px;
	color: #404040;
	line-height: 1.2;
	margin-bottom: 20px;
	text-transform: capitalize;
}

.a569 {
	font-size: 36px;
	color: #404040;
	line-height: 1.2;
	margin-bottom: 20px;
	font-family: "avenir-heavy", sans-serif;
}

.x12{padding: 20px 50px 0 0;}
.x12 p{line-height: 1.4;color: #6a6a6a;font-size: 16px;margin-bottom:10px;}

.a565 {
	font-size: 28px;
	font-family: "avenir-heavy", sans-serif;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.x15{padding: 0 50px 0 2px;}
.x15 p{line-height: 1.4;color: #ffffff;font-size: 20px;margin-bottom: 0;}

.pink-line{
        width: 50px;
        height: 3px;
        background: #B89B58;
        margin-bottom: 25px;
        margin-left: 1px;
    }
	
.v66{font-size: 13px;color: #a3a3a3;line-height:1.3;}

::-webkit-input-placeholder {
  color: #A5A5A5;
}

::-moz-placeholder { 
  color: #A5A5A5;
}

:-ms-input-placeholder {
  color: #A5A5A5;
} 

.ae1{font-size:26px !important;color: #2e2e2e;line-height: 1.4 !important;font-weight: 700;margin-bottom: 15px  !important;margin-top: 15px;}

.products-main-nav{width: 22%;float: left;}
.products-main-nav .title{height: 100px;background: #B89B58;color: #FFF;display: flex;align-items: center;padding-left: 30px;}
.products-main-nav .title h2{font-family: "avenir-heavy", sans-serif;font-size: 32px;}
.products-main-nav .title p{ font-size: 13px;}
.products-main-nav ul{background-color: #ffffff;padding-top: 10px;}
.products-main-nav ul li{margin: 0 30px;}
.products-main-nav ul li.active ol{display: block;}
.products-main-nav ul li h3 a{display: block;line-height: 1.5;border-bottom: dashed 1px #dfdfdf;position: relative;font-size: 16px;padding: 18px 0;font-weight: normal; color:#222;padding-right: 10px;}
.products-main-nav ul li h3 a:after{ content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%); background: url(../images/icon49.png) no-repeat; width: 7px; height: 13px; transition: all 0.5s;}
.products-main-nav ul li:last-child h3 a{ border-bottom: none;}
.products-main-nav ul li.active h3 a{color: #B89B58;}
.products-main-nav ul li.active h3 a:after{ transform: rotate(90deg); margin-top: -7px;}
.products-main-nav ul li.active ol li.active a{ color: #15599F;}
.products-main-nav ul li ol{ display: none;}
.products-main-nav ul li ol li{margin: 0;font-size: 14px;border-bottom: dashed 1px #dfdfdf;}
.products-main-nav ul li ol li a{display: block;line-height: 1.6;padding: 10px 0;color: #4c4c4c;font-size: 14px;}
.products-main-nav ul li ol li a:hover{color:#B89B58;}
.products-main-nav ul li ol li a:before{display: inline-block;vertical-align: middle;width: 4px;height: 4px;background-color: #AAA;margin: -2px 10px 0 0;border-radius: 50%;}
.products-main-nav ul li.active ol li.active a:before{ background-color: #15599F;}

.products-main-nav ul li:hover h3 a{color:#B89B58;}

.w70{width: 75%;float:right;}

.parameter5 table{font-size: 14px;text-align: left;color: #1b1b1b;border-collapse: collapse;table-layout: fixed;}
.parameter5 table tbody th{text-align: center;border: solid 1px #e7e7e7;background-color: #B89B58;color: #FFF;padding: 18px 10px;font-size: 16px;font-family: "avenir-heavy", sans-serif;word-break: break-word;word-wrap:break-word;}

.parameter5 table tbody td{border: solid 1px #e7e7e7;padding: 14px 20px;background: #fff;line-height: 1.5;word-break: break-word;word-wrap:break-word;}

.parameter8 table{font-size: 14px;text-align: left;color: #1b1b1b;border-collapse: collapse;table-layout: fixed;}
.parameter8 table tbody th{text-align: center;border: solid 1px #e7e7e7;background-color: #B89B58;color: #FFF;padding: 18px 10px;font-size: 16px;font-family: "avenir-heavy", sans-serif;word-break: break-word;word-wrap:break-word;}

.parameter8 table tbody td{border: solid 1px #e7e7e7;padding: 14px 20px;background: #fff;line-height: 1.5;word-break: break-word;word-wrap:break-word;text-align: center;}

.t6{
	font-family: "avenir-heavy", sans-serif;
    font-size: 32px;
    line-height: 1.2;
	margin-bottom:15px;}
	
.section-ul2 {margin: 0 -0.5% 10px -0.5%;box-sizing: border-box;}
.section-ul2 li {float: left;width: 15.66666666666666%;text-align: center; box-shadow:10px 8px 20px rgb(51 51 51 / 6%); margin: 0 0.5% 1% 0.5%;overflow: hidden;line-height: 0;box-sizing: border-box;border-radius: 1px;}
.curPartner{transition: ease .6s;}

.curPartner:hover{ transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    }
	
.c8{ line-height:1.5; margin-bottom:5px;}
.c8 p{ margin-bottom:0;}

.v8{ width:12px; margin-right:5px; margin-bottom:3px;}

.w50{width: 50%;float:left;}
.fl{ text-align:left; padding-right:15px;}
.fr{ text-align:right; padding-left:15px;}

.w300{width: 32%;}
.w255{ width:20%;}
.w200{width: 17%;}

.z5{ color:#B89B58;}
.z5:hover{ color:#B89B58;}

.z6{ color:#333;}
.z6:hover{ color:#B89B58;}

.a5{margin-top: 20px;}

.inline_box {
            max-width: 1480px;
            margin: 68px auto 0;
            position: relative;
            background: #fff;
            background-image: url(./inline.png);
            background-position: top center;
            background-repeat: repeat-x;
            background-size: 100% auto;
            padding: 4% 8%;
            box-shadow: 10px 28px 24px rgb(51 51 51 / 18%);
        }

        .inline_row {
            margin-top: 34px;
            display: flex;
            align-items: stretch;
            justify-content: space-between;
        }

        .inline_col {
            width: 48%;
        }

        .inline_row span {
            display: block;
            font-size: 15px;
            line-height: 2;
            padding-left: 5px;
        }

        .inline_row input {
            border: 0;
            height: 54px;
            line-height: 54px;
            width: 100%;
            background: #f8f8f8;
            outline: none;
			padding: 10px 15px;
        }

        .inline_row textarea {
            outline: none;
            height: 208px;
            border: 0;
            width: 100%;
            background: #f8f8f8;
            resize: none;
			padding: 10px 15px;
        }

        .inline_row.one {
            display: block;
        }

        .inline_row.one .inline_col {
            width: 100%;
        }

        .inline_btn {
            display: block;
            margin: 48px auto 18px;
            width: 100%;
            height: 60px;
            line-height: 60px;
            background: #b1010e;
            color: #fff;
            text-align: center;
            font-size: 17px;
            max-width: 289px;
        }
		
.a6{width: 80%;margin-left:auto;margin-right:auto;font-size:16px;line-height:1.6;margin-top: 20px;color: #484848;}

.a561 {
	font-family: "avenir-heavy", sans-serif;
    font-size: 40px;
	color: #000;
	line-height: 1.1;
	margin-bottom: 20px;
}


.a562 {
	font-family: "avenir-heavy", sans-serif;
	font-size: 26px;
	color: #303030;
	line-height: 1.1;
	margin-bottom: 22px;
}

.ct66{line-height: 1.6;font-size: 16px;color: #464646;}
.ct66 p{line-height: 1.6;font-size: 16px;margin-bottom:10px;color: #464646;}

.solution-content{}
.solution .solution-content .solution-content-tab{ max-width: 900px; margin: 0 auto; box-shadow: 0 0 40px rgba(0,0,0,.1); margin-top: -60px; position: relative; background-color: #FFF;}
.solution .solution-content .solution-content-tab ul{ display: flex; align-items: center; }
.solution .solution-content .solution-content-tab ul li { flex: 1; height: 120px; }

.solution .solution-content .solution-content-tab ul li a{ display: block; height: 120px; position: relative;}
.solution .solution-content .solution-content-tab ul li a:after{ content: ''; position: absolute; right: 35px; top: 50%; transform: translateY(-50%); width: 12px; height: 13px; background: url(../images/icon34.png) center center no-repeat;}
.solution .solution-content .solution-content-tab ul li.active a:after{ background: url(../images/icon35.png)  center center no-repeat;}
.solution .solution-content .solution-content-tab ul li a dl{ display: flex; height: 120px; align-items: center; padding: 0 50px;}
.solution .solution-content .solution-content-tab ul li a dl dd{ flex: 1; min-width: 0; margin-left: 35px;}
.solution .solution-content .solution-content-tab ul li a dl dd h2{ font-size: 20px; font-weight: normal;}
.solution .solution-content .solution-content-tab ul li a dl dd p{ font-size: 13px;}
.solution .solution-content .solution-content-tab ul li a:hover,.solution .solution-content .solution-content-tab ul li.active a{ color: #FFF; background: linear-gradient(300deg,rgba(112,50,221,1) 0%,rgba(30,176,232,1) 100%);}
.solution .solution-content .solution-content-tab ul li:first-child{ border-right: solid 1px #EEE;}
.solution .solution-content .solution-content-tab ul li:first-child dl dt{ background: url(../images/icon37.png) no-repeat; width: 53px; height: 49px;}
.solution .solution-content .solution-content-tab ul li:first-child:hover dl dt,.solution .solution-content .solution-content-tab ul li:first-child.active dl dt{ border: none; background: url(../images/icon37_01.png) no-repeat;}
.solution .solution-content .solution-content-tab ul li:last-child dl dt{ background: url(../images/icon36.png) no-repeat; width: 50px; height: 49px;}
.solution .solution-content .solution-content-tab ul li:last-child:hover dl dt,.solution .solution-content .solution-content-tab ul li:last-child.active dl dt{ background: url(../images/icon36_01.png) no-repeat;}
.solution .solution-content .solution-content-top{ margin-top: 80px;}
.solution .solution-content .solution-content-top dl{ background-color: #FFF; display: flex; align-items: center;}
.solution .solution-content .solution-content-top dl dt{ position: relative; width: 50%;}
.solution .solution-content .solution-content-top dl dt a{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; display: flex; align-items: center; justify-content: center;}
.solution .solution-content .solution-content-top dl dt img{ max-width: 775px; max-height: 450px; width: 100%;}
.solution .solution-content .solution-content-top dl dt a img{ width: auto; height: auto;}
.solution .solution-content .solution-content-top dl dd{ flex: 1; padding: 0 60px; max-height: 300px;}
.solution .solution-content .solution-content-top dl dd h2{ font-weight: normal; font-size: 30px;}
.solution .solution-content .solution-content-top dl dd p span.line{ display: block; width: 12px; height: 2px; background-color: #f08200; margin: 20px 0;}
.solution .solution-content .solution-content-top dl dd .text{ color: rgba(40,40,40,.8); font-size: 15px; line-height: 22px;}
.solution .solution-content .solution-content-top dl dd .text img{ margin-top: 20px;}
.solution .solution-content .solution-content-tabs{ margin-top: 60px;}
.solution .solution-content .solution-content-tabs .solution-content-tabs-hd ul{ display: flex; align-items: center; border-bottom: solid 2px #fb5941;}
.solution .solution-content .solution-content-tabs .solution-content-tabs-hd ul li{ flex: 1; text-align: center; font-size: 19px; padding-bottom: 55px; position: relative;}
.solution .solution-content .solution-content-tabs .solution-content-tabs-hd ul li a { display: inline-block;}
.solution .solution-content .solution-content-tabs .solution-content-tabs-hd ul li a:hover img{ -webkit-animation: down 0.6s linear infinite alternate; animation: down 0.6s linear infinite alternate; -moz-animation: down 0.6s linear infinite alternate; }
.solution .solution-content .solution-content-tabs .solution-content-tabs-hd ul li a p{ margin-top: 15px;}
.solution .solution-content .solution-content-tabs .solution-content-tabs-hd ul li.active a p{ color: #fd5d36;}


.solution .solution-content .solution-content-tabs .solution-content-tabs-hd ul li.active:after{ content: ''; position: absolute; width: 21px; height: 10px; background: url(../images/icon44.png) no-repeat; bottom: 0; left: 50%; transform: translateX(-50%);}
.solution .solution-content .solution-content-tabs .solution-content-tabs-bd{ background-color: #FFF; padding: 50px;}
.solution .solution-content .solution-content-tabs .solution-content-tabs-bd .solution-content-tabs-bd-con{ font-size: 15px; line-height: 24px; color: rgba(51,51,51,.8); display: none; }
.solution .solution-content .solution-content-tabs .solution-content-tabs-bd .solution-content-tabs-bd-con img{ max-width: 100%;}
.solution .solution-content .solution-content-tabs .solution-content-tabs-bd .solution-content-tabs-bd-con .con-text{ margin-bottom: 50px; }
.solution .solution-content .industry-item{
    margin-bottom: -15px;
}
.solution .solution-content .industry-item dl{background-color: #FFF;display: flex;align-items: center;}
.solution .solution-content .industry-item dl:nth-child(2n) dd{order: 1;}
.solution .solution-content .industry-item dl dt{width: 50%;line-height: 0; overflow:hidden;}
.solution .solution-content .industry-item dl dt img{ max-width: 775px; max-height: 450px; width: 100%; -moz-transition: -moz-transform 1.2s;-o-transition: -o-transform 1.2s;-webkit-transition: -webkit-transform 1.2s;transition: transform 1.2s;}
.solution .solution-content .industry-item dl dt:hover img {
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
.solution .solution-content .industry-item dl dd{flex: 1;padding: 0 60px;}
.solution .solution-content .industry-item dl dd h2{
    font-family: "avenir-heavy", sans-serif;
    font-size: 30px;
    color: #222;
    line-height: 1.2;
    margin-bottom: 20px;
}
.solution .solution-content .industry-item dl dd p span.line{display: block;width: 20px;height: 2px;background-color: #B89B58;margin: 20px 0;}
.solution .solution-content .industry-item dl dd .text{color: #444444;font-size: 16px;line-height: 1.6;}
.solution .solution-content .industry-item dl dd .text p{ margin-bottom:10px;}

.page22{width:100%;height:auto;margin-top: 30px;text-align:center;position:relative;overflow:hidden;}
.page22 a{display:inline-block;width: 40px;height: 40px;line-height: 38px;text-align:center;font-size: 14px;color:#888888;border:1px solid #cccccc;margin:0 4px;}
.page22 a.on, .page22 a:hover{background-color: #B89B58;color:#ffffff;border-color: #B89B58;}
.page22 a:first-child,
.page22 a:last-child{font-weight: 700;}

.news-pagecontent {
	float: left;
	width: 75%;
	margin-bottom: 0;
}

.news-pagecontent .page {
		padding: 40px;
		background: #fff;
	}
	
.news-pagecontent .page .title {
	text-align: center;
	font-size: 12px;
	border-bottom: 1px solid #dadada;
}

.news-pagecontent .page .title h6 {
		font-size: 26px;
		font-family: "avenir-heavy", sans-serif;
		line-height: 1.3;
		color:#262626;
	}
.news-pagecontent .page .title .artInfo {
	line-height: 2;
	padding: 10px 0;
	color: #999
}
.news-pagecontent .page .title .artInfo time {
	padding: 0 10px
}
.news-pagecontent .page .title .artInfo span {
}

.news-pagecontent .page .title .artInfo span a {
	margin-left: 10px;
	color: #999
}

.news-pagecontent .page .title .artInfo span a:hover,.news-pagecontent .page .title .artInfo span a:active {
	color: #262626
}

.news-pagecontent .page .title .article {
	padding: 15px;
	background: #f2f2f2;

	margin: 15px 0;
	color: #999
}

.news-pagecontent .page .content {
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	padding-top: 25px;
	line-height: 1.65;
}

.news-pagecontent .page .content:after {

	content: " ";
	clear: both;
	display: table

}

.news-pagecontent .page .content p,.news-pagecontent .page .content ul,.news-pagecontent .page .content ol {
	margin-bottom: 10px;
	font-size: 16px;
}

.news-pagecontent .page .content h2 {
	margin-bottom: 10px;
	padding: 10px 0;

	font-size: 16px;
	border-bottom: 1px solid #f2f2f2
}

.news-pagecontent .page .content h3 {
	padding-top: 10px;
	font-size: 16px
}

.news-pagecontent .page .content a {
	color: #3d6dcc
}

.news-pagecontent .page .content a:hover,.news-pagecontent .page .content a:active {
	text-decoration: underline
}

.news-pagecontent .page .content img {
	max-width: 100%;
	height: auto
}

.news-pagecontent .page .content table {
	max-width: 100%;
	background-color: #f7f7f7
}

.news-pagecontent .page .content table th,.news-pagecontent .page .content table td {
	font-size: 12px;
	padding: 5px 10px;
	border: 1px solid #ccc;

	background-color: #fff
}

.news-pagecontent .page .content table th {
	background-color: #f7f7f7
}

.news-pagecontent .page .content table img {
	max-width: inherit
}

.news-pagecontent .page .content .table_wrap {
	position: relative;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #ededed
}

.news-pagecontent .page .content .table_wrap_box {
	*zoom: 1
}

.news-pagecontent .page .content .table_wrap_box:after {

	content: " ";

	clear: both;
	display: table

}

.news-pagecontent .page .content ul li {
	margin-left: 2em;
	list-style: disc
}

.news-pagecontent .page .content ol li {
	margin-left: 2em;
	list-style: decimal
}




.news-pagecontent .page .section {
	background: #f5f5f5;
	padding: 15px;
	margin-top: 20px;
	/* border-top: 1px solid #dedede; */
}

.news-pagecontent .page .section li a {
	font-size: 15px;
	display: block;
	padding: 3px 0;
	color: #666;
}

.news-pagecontent .page .section li a:hover,.news-pagecontent .page .section li a:active {
	color: #B89B58;
}

.news-pagelist {
		float: right;
		width: 23%;
	}
.news-pagelist ul li {
		float: none;
		width: 100%;
		border-bottom: 1px solid #f2f2f2;
		background: #fff;
	}
	.news-pagelist ul li:first-child a {
		padding: 0;
		color: #262626;
		font-size: 13px;
	}
	.news-pagelist ul li:first-child a small {
		display: block;
		overflow: hidden;
		position: relative;
		line-height: 0;
	}

	.news-pagelist ul li:first-child a small img {

		width: 100%;
	}
	.news-pagelist ul li:first-child a time {
		display: none;
	}
	.news-pagelist ul li:first-child a em {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		padding: 10px 12px;
		color: #fff;
		background-color: rgba(0,0,0,0.7);
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.news-pagelist ul li a {
		font-size: 13px;
	}
	.news-pagelist ul li a time {
		top: 15px
	}
	.news-pagelist ul li a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 100%;
	padding: 15px 90px 15px 10px;
	color: #666;
	line-height: 20px;
	overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
}

	.news-pagelist ul li a:hover {
	color: #B89B58;
}



.news-pagelist ul li a time {
	position: absolute;
	right: 10px;
	top: 16px;
	width: 70px;
	text-align: right;
	color: #999;
	font-size: 12px
}

.news-pagelist ul li:first-child small {
	display: none
}

em,i{
	font-style:normal;
	}
	
.pubTitle{width: 100%;text-align: center;margin-bottom: 30px;}
.pubTitle h6{font-size: 36px;font-family: "avenir-heavy", sans-serif;line-height: 1.2;font-weight: 700;color: #202020;}
.pubTitle i{display: block;width: 20px;height: 3px;background: #B89B58;margin: 15px auto 0 auto;}
.pubTitle h7{width: 80%;margin-left:auto;margin-right:auto;display: block;font-size:16px;line-height:1.6;margin-top: 20px;color: #484848;}

.abojs{width: 100%;padding: 100px 0 70px;}

.bt22 {font-size: 16px;color: #464646;line-height: 1.6;}
.bt22 p{margin-bottom: 15px;text-align: left;font-size: 16px;color: #464646;line-height: 1.6;}

.cpn-culture{}
.cpn-culture ul{overflow: hidden;margin-left: -1%;margin-right: -1%;display: flex;align-items: stretch;flex-wrap: wrap;}
.cpn-culture ul li{width: 31.333333333%;float:left;margin: 0 1%;font-size:14px;color: #7b7b7b;line-height: 1.7;}
.cpn-culture ul li .note{padding: 40px;}
.cpn-culture ul li h4{font-size: 22px;line-height: 1.3;font-family: "avenir-heavy", sans-serif;color: #000000;margin-bottom: 18px;padding-bottom: 12px;position: relative;text-align: center;}
.cpn-culture ul li h4:after{content:"";position: absolute;left:50%;bottom:0px;width:30px;height: 3px;background: #B89B58;margin-left:-15px;transition: all 0.3s ease;}
.cpn-culture ul li s {max-width: 80px;display: block;margin: 0 auto 15px auto;text-align: center;}
.cpn-culture ul li:hover h4:after{width:40px;margin-left:-20px;}

.categories{ width:100%; margin-top:10px; display: flex;align-items: stretch;flex-wrap: wrap;}
.w20{width: 25%;float:left;margin-bottom: 15px;transition: 0.5s;}
.categories-item-left{padding-right:10px;float:left;}
.categories-item-left img{ width:35px;}
.categories-item-right{width:70%;float:left;padding: 3px 0;}
.categories-item-right h3{font-size: 15px;color: #000;line-height:1.1;margin-bottom: 3px;font-family: "avenir-heavy", sans-serif;}
.categories-item-right p{font-size: 12px;line-height:1.1;margin-bottom:0;}
.w20:hover{transform: translateX(10px);}
.link_categories{ margin-bottom:10px;}

.categories-item-left1{padding-right: 20px;float:left;}
.categories-item-left1 img{ width:80px;}
.categories-item-right1{width:80%;float:left;padding: 3px 0;}

.categories-item-left2{width: 15%;padding-right: 20px;float:left;}
.categories-item-left2 img{}
.categories-item-right2{width: 85%;float:left;padding: 3px 0;}
.categories-item-right2 h3{font-size: 22px;color: #000;line-height: 1.2;margin-bottom: 10px;font-family: "avenir-heavy", sans-serif;}
.categories-item-right2 p{font-size: 16px;line-height: 1.6;color: #606060;margin-bottom:0;}

.h20{ height:20px;}

.products-main-list{width: 100%;}
.products-main-list .products-main-list-item ul{
    margin-left: -1%;
    margin-right: -1%;
}
.products-main-list .products-main-list-item ul li{margin: 0 1% 2% 1%;width: 23%;float: left;}
.products-main-list .products-main-list-item ul li a{ display: block; background-color: #FFF;}
.products-main-list .products-main-list-item ul li a p{
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	line-height: 1.4;
	font-size: 14px;
	text-align: center;
	border-top: solid 1px #EEE;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	}
.products-main-list .products-main-list-item ul li a p i{ background: url(../images/icon8.png) no-repeat; width: 14px; height: 9px;}
.products-main-list .products-main-list-item ul li a img{width: 100%;}
.products-main-list .products-main-list-item ul li a:hover{box-shadow: 0 0 30px rgba(0,0,0,.1);transform: translateY(-10px); color:#B89B58;}
.products-main-list .products-main-list-pages{ text-align: center; padding-bottom: 70px;}
.products-main-list .products-main-list-pages ul{ font-size: 0;}
.products-main-list .products-main-list-pages ul li{ display: inline-block; font-size: 14px; margin: 0 5px;}
.products-main-list .products-main-list-pages ul li a{ display: block; width: 40px; height: 40px; border: solid 1px #e7e7e7; line-height: 38px; text-align: center; background-color: #FFF;}
.products-main-list .products-main-list-pages ul li a:hover{ border-color: #B89B58;}

.products-main-list .products-main-list-pages ul li.active a{ background-color: #B89B58; color: #FFF;}
.products-main-list .products-main-list-pages ul li.prev a,.products-main-list .products-main-list-pages ul li.next a{ min-width: 40px; width: auto; padding: 0 20px;}

.distop{background-color:#fff;box-shadow:0px 1px 20px rgba(0,0,0,0.1);display: flex;flex-wrap: wrap;align-items: center;}
.distop .pic{float:left;width: 40%;margin-bottom: 0;}
.distop .pic img{
    width:100%;
    object-fit: contain;
}

.caption{float:left;padding-top: 40px;width: 60%;box-sizing:border-box;padding-left: 30px;padding-right: 40px;padding-bottom: 40px;}
.caption h3{font-size: 28px;line-height: 1.5;color: #272727;font-weight:normal;padding-bottom: 15px;border-bottom: 1px solid #dcdcdc;}
.caption p{font-size: 15px;line-height: 1.7;color: #3c3c3c;margin-bottom: 8px;}
.caption p span{display:block;font-size:20px;color:#aaa;margin-top:20px;}

.desc1{line-height: 1.7;overflow: auto;}

.products-info-bottom{margin-top: 40px;margin-bottom: 10px;}
.products-info-bottom-tabs ul{display: flex;height: 60px;line-height: 60px;background: #fff;border: solid 1px #EEE;border-bottom: solid 2px #B89B58;}
.products-info-bottom-tabs ul li{margin-right: 5px;margin-left: -1px;margin-top: -1px;}
.products-info-bottom-tabs ul li a{display: block;font-size: 16px;font-family: "avenir-heavy", sans-serif;text-align: center;padding: 0 50px;}
.products-info-bottom-tabs ul li a:hover,.products-info-bottom-tabs ul li.active a{background: #B89B58;}
.products-info-bottom-tabs ul li a i{ display: inline-block; vertical-align: middle; margin: -2px 5px 0 0;}
.products-info-bottom-tabs ul li a i.i1{ background: url(../images/icon52.png) no-repeat; width: 18px; height: 18px;}
.products-info-bottom-tabs ul li a i.i2{ background: url(../images/icon53.png) no-repeat; width: 22px; height: 19px;}
.products-info-bottom-tabs ul li a:hover,.products-info-bottom-tabs ul li.active a{ color: #FFF;}
.products-info-bottom-tabs ul li a:hover i.i1,.products-info-bottom-tabs ul li.active a i.i1{ background: url(../images/icon52_01.png) no-repeat;}
.products-info-bottom-tabs ul li a:hover i.i2,.products-info-bottom-tabs ul li.active a i.i2{ background: url(../images/icon53_01.png) no-repeat;}
.products-info-bottom-con{background-color: #FFF;padding: 40px 40px;}
.products-info-text{font-size: 15px;line-height: 1.7;}
.products-info-text img{ vertical-align: -1px;}
.products-info-bottom-con .con{}
.products-info-bottom-con .con .parameter table{width: 100%;font-size: 15px;border-collapse: collapse;}
.products-info-bottom-con .con .parameter table thead th{ text-align: left; border: solid 1px #EEE; background-color: #999; color: #FFF; padding: 10px;}
.products-info-bottom-con .con .parameter table tbody td{border: solid 1px #ffffff;padding: 12px 20px;line-height: 1.7;word-break: break-word;word-wrap:break-word;text-align: center;}

.ss33{padding: 15px 40px;display:inline-block;color:#fff;background-color: #B89B58;font-size: 14px;margin-top: 28px;}
.ss33 span{padding-left:20px;display:inline-block;background-position:left center;background-repeat:no-repeat;background-image:url(../images/img66.png);}
.ss33:hover{padding: 15px 40px;display:inline-block;color:#fff;background-color: #B89B58;}

.parameter{margin-bottom: 35px;}	
.parameter table{width: 100%;font-size: 14px;border-collapse: collapse;border-top: solid 1px #d6d6d6;}
.parameter table tbody td{border-bottom: solid 1px #d6d6d6;padding: 13px 30px 13px 0;line-height: 1.7;text-align: left;}

.ass1{width:30%;font-family: "avenir-heavy", sans-serif;background: #f5f5f5 !important;}
.ass2{ width:70%;}

.z8{width: 100px;margin: 0 auto;display: block;}

.siteBox {
  padding-top: 10px;
}
.siteBox .siteMap {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.siteBox .siteMap dl{width: 25%;float: left;padding-right: 15px;}
.siteBox .siteMap dl dt {
  line-height: 1.2;
  font-size: 22px;
  padding: 40px 0 20px 0;
  color: #000;
  font-family: "avenir-heavy", sans-serif;
}
.siteBox .siteMap dl dt a{
  line-height: 1.2;
  font-size: 22px;
  font-family: "avenir-heavy", sans-serif;
  padding:20px 0;
  color: #000000;
}
.siteBox .siteMap dl dd a {
  font-size: 14px;
  line-height: 1.3;
  margin-right: 15px;
  padding-bottom: 10px;
  display: block;
  color: #6e6e6e;
}
.siteBox .siteMap dl dd a:hover {
  text-decoration: underline;
  color: #B89B58;
}
.siteBox .siteMap dl dt a:hover {
  text-decoration: underline;
  color: #B89B58;
}


.list4 {
	width:100%;
	}
	
.list4>li {
	vertical-align: top;
	float: left;
}

.list4 figure {
	overflow: hidden;
	position: relative;
	margin:0;
	line-height: 0;
}

.list4 .article-title {
	-moz-transition: color .4s;
	-o-transition: color .4s;
	-webkit-transition: color .4s;
	transition: color .4s;
	font-size: 18px;
	font-family: "avenir-heavy", sans-serif;
	color: #131313;
	line-height: 1.5;
	margin-bottom: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list4 .article-title2 {
	-moz-transition: color .4s;
	-o-transition: color .4s;
	-webkit-transition: color .4s;
	transition: color .4s;
	font-size: 14px;
	color: #888;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list4 .article-title2 a{
	color: #888;
}



.list4 img {
	-moz-transition: -moz-transform 1.2s;
	-o-transition: -o-transform 1.2s;
	-webkit-transition: -webkit-transform 1.2s;
	transition: transform 1.2s;
	width: 100%
}


.list-4>li {
	width: 25%;
}

.bgg{
     background: #ffffff!important;
     height: auto;
     padding: 20px 25px;

     }

.list4 a:hover img {
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	.list4 a:hover .article-title {
		color: #B89B58;
	}
	
ul,dl,li,dt,dd{list-style:none;}

.txt66 {

font-size: 14px;

line-height: 1.8;

color: #888;

overflow: hidden;

text-overflow: ellipsis;

white-space: nowrap;

margin-bottom: 2px;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
	float: left
}
.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}
.swiper-wrapper {
	position: relative;
	width: 50%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-button-next, .swiper-button-prev {
	position: relative;
	display: inline-block;
	font-family: "avenir-heavy", sans-serif;
	top: 50%;
	width: 40px;
	height: 40px;
	line-height: 39px;
	margin-top: -20px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	font-size: 18px;
	margin: 0 12px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
   right: 10px;
	left: auto
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
	display:none;
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2;
	margin: 0 5px;
	cursor: pointer;
}

.banner-box {
	/* width: 100%; */
	margin-left: -20px;
	margin-right: -20px;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.swiper-container {
	width: 100%;
	margin: 12px 0;
}



.swiper-pagination {
	position: relative;
	margin-bottom: 30px;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: rgba(0,0,0,.8);
}

.banner-arrow div:hover {
}
.swiper-button-prev {
	background: #B89B58;
	color: #fff;
	left: 10px;
}
.swiper-button-next {
	background: #B89B58;
	color: #fff;
}
.banner-top {
	padding-top: 3.730928444707274%;
}
.banner-title {
	padding: 5px 0;
}
.banner-title h1 {
	text-align: center;
	letter-spacing: 5px;
	font-size: 45px;
	font-weight: normal;
	color: rgb(68, 68, 68);
	padding-bottom: 14px;
}
.banner-text {
	text-align: center;
}

.banner-top-one {
	padding-top: 3.311649911295092%;
}
.banner-button {
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
.banner-button a {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	height: auto;
	width: auto;
	line-height: 100%;
	padding: 15px 32px;
	position: relative;
}
.banner-button-btn {
	color: #fff;
	font-weight: 400;
	margin: 0;
	line-height: 1.8em;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	background-color: #69ca72!important;
	border-radius: 100px;
}
.banner-button-btn {
	background: #cedad0;
	display: inline-block;
	-webkit-transition: border-color .4s, color .4s;
	-moz-transition: border-color .4s, color .4s;
	transition: border-color .4s, color .4s;
	border: 0;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	color: #fff;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.banner-button-btn, .banner-button-btn::before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
	-moz-transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
}
.banner-button-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 25px;
	background: #1a7c29;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	-moz-transform: scale3d(0.7, 1, 1);
	-ms-transform: scale3d(0.7, 1, 1);
	-o-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform .4s, opacity .4s;
	-moz-transition: -moz-transform .4s, opacity .4s;
	transition: transform .4s, opacity .4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
	-moz-transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
}
.banner-button-btn:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.banner-arrow{ text-align:center;}

.pd20{ padding-left:20px; padding-right:20px;}

.testmonials-style5 {
	position: relative;
	background: #fff;
	padding: 30px;
	text-align: initial;
	border: 1px solid rgba(0,0,0,0.1);
	margin: 0 0 40px 0;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}

.testmonials-style5:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	height: 5px;
	background: rgba(0,0,0,0.1);
	width: 100%
}

.testmonials-style5 img {border-radius: 100%;}

.owl-carousel .testmonials-style5 img {
	width: auto;
	max-height: 120px;
	display: inline-block
}

.testmonials-style5 h5 {
	font-size: 16px;
	font-weight: 400;
	position: relative;
	margin-top: 15px;
	margin-bottom: 4px;
	text-transform: none;
	letter-spacing: 0;
}

.testmonials-style5 span {
	font-size: 14px;
	color: #B89B58;
	display: inline-block;
}

.testmonials-style5 span:before {
	background: rgba(0,0,0,0.2);
	height: 1px;
	width: 20px;
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px
}

.testmonials-style5 p {
	margin-top: 10px;
	line-height: 25px;
	font-size: 15px;
	height: 125px;
	overflow: hidden;
}

.testmonials-style5 .data {
	position: relative
}

.testmonials-style5 .data i {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
}

.mt20{ margin-top:20px;}

.x16{padding-top: 10px;padding-left: 25px;}

.n112 {
	font-size: 30px;
	line-height: 1.2;
	font-family: "avenir-heavy", sans-serif;
	margin-bottom: 0;
	padding-bottom: 10px;
	color: #28262b;
}

.n113{font-size: 18px;font-weight: 400;line-height: 1.7;color: #000000;margin-bottom: 5px;}

.n114{font-size: 18px;font-weight: 400;line-height: 1.7;color: #000000;margin-bottom: 20px;}
.n114 a{color: #000000;}

.n13 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d0d0d0;
}
.b56 {
	font-size: 16px;
	line-height: 1.7;
	color: #3e3e3e;
}

.b56 p{
	margin-bottom: 10px;
}

.box8{box-shadow:none;}

.x16{padding: 50px 30px 0 20px;line-height:1.7;color: #484848;font-size: 16px;}
.x16 p{line-height:1.8;color: #181818;font-size: 16px;margin-bottom:10px;}

.x17{padding: 40px 30px 0 0;line-height:1.7;color: #484848;font-size: 16px;}
.x17 p{line-height:1.7;color: #181818;font-size: 16px;margin-bottom:10px;}




@media all and (max-width:1780px) {

.lxAbout_info {

padding: 1% 0;
}


}

@media all and (max-width:1700px) {

.lxAbout_info {

padding: 0;
}

.indAb_num {
    margin-top: 45px;
}

.lxTit_en5 {
    font-size: 40px;
}

.lxTit_en6 {
    font-size: 34px;
}

.lxBan_txt span {
    font-size: 42px;
}


}

@media all and (max-width:1500px) {
.box22{padding-top: 70px;}


.inner {
    max-width: 1300px;
    width: 90%;
}

.inner5 {
    max-width: 1100px;
    width: 90%;
}

.lxNew {
    padding-left: 6%;
}

.lxNew_l {
    width: 349px;
}

.lxTit {
    margin-bottom: 25px;
}

.indMore {
    margin-top: 30px;
}



}


@media all and (max-width:1400px) {
.bann2{bottom: 23%;}

.lxTit {
    margin-bottom: 20px;
}

.indMore {
    margin-top: 25px;
}



}



@media all and (max-width:1200px) {
.bann2{bottom: 15%;}
.footer .footer-main{gap:32px;}
.footer .footer-menu{gap:28px 20px;}
.footer .footer-telephone{flex-basis:260px;padding-left:28px;}
.footer .footer-menu .item{min-width:120px;}

}

@media all and (max-width:1024px) {
.index-2-more a{padding: 13px 26px;font-size: 14px;}

.index-2-more2 a{padding: 13px 26px;font-size: 14px;}

.cpn-culture6{
    margin-top: 30px;
}
.home-block1 {
	padding: 40px 0;
}

.home-block8 {
	padding: 80px 0 40px 0;
}

.cpn-culture6 ul li h4{font-size: 16px;}

.ysCase_wid {
    max-width: 100%;
}
.ysCase_ul {
	display:none;
}

.ysCase {
    height: 60vh;
}

.ysCase_p {
    font-size: 14px;
    margin-bottom: 50px;
}

	.footer{padding: 40px 0 16px 0;}
.footer .footer-main{flex-direction:column;gap:32px;}
.footer .footer-menu{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 24px;}
.footer .footer-menu .item{padding-right:0;margin-bottom:0;width:auto;min-width:0;max-width:none;flex:none;}
.footer .footer-menu .item a{font-size: 14px;}
.footer .footer-telephone{padding:28px 0 0 0;width:100%;flex:none;border-left:none;border-top:1px solid rgba(255,255,255,.12);}
.footer .footer-telephone .title{font-size: 18px;}
.footer .footer-telephone .phone-number{font-size: 22px;margin-bottom: 12px;}
.footer .footer-telephone .address{font-size:13px;margin-bottom: 16px;max-width:none;}
.footer .wx{padding-left:15px;width: 110px;}
.footer .wx .img-box1{height:auto}
.footer .wx p{margin-top:10px;font-size:12px}
.footer .web-info{line-height:1.6;font-size:12px;display:block;padding-top:14px;margin-top: 28px;}
.footer .web-info span{display:block;margin-right: 0;}
.m3_list{margin-top:20px;margin-bottom: 20px;}

.advantage-list {
	width: 100%;
}


.advantage-list .desc p {
	min-height: 1px;
	height: auto;
	font-size: 15px;
}

.cpn-culture7 ul li{width: 98%; margin-bottom:20px;}

.cpn-culture6 ul li{width: 50%;padding: 20px 0;}
.cpn-culture6 ul li s {max-width: 60px;}

.advantage-list .desc {
	padding: 30px 20px;
	
}

.advantage-list .desc strong {
	font-size: 18px;
}

.advantage-list .desc p {
	font-size: 14px;
}

.cpn-culture7{
    margin-top: 20px;
}

.mr_frbox { }
.mr_frUl { float: left; width: 100%; }
.mr_frUl ul li {display: inline;float: left;width: 49%;}

.home-block5 {
	padding: 25px 0;
}

.box22{padding-top: 40px;}

.login5{height: 65px;}

.at22{ max-width:700px;}

#loginalert {
	width: 90%;
	background: #fff;
	margin:0 auto;
	padding-bottom: 25px;
	}
	
.w25{width: 100%;float:left;}
.w75{width: 100%;float:left;border-top: 1px solid #e1e1e1;border-left: none;padding-left: 0;padding-top: 20px;}

.a563 {
	font-size: 20px;
	margin-bottom: 15px;
}

.a569 {
	font-size: 20px;
	margin-bottom: 15px;
}

.x12{padding: 0 0 0 0;}

.x12 p{font-size: 14px;}

.fixfdback .note ul li input{height: 40px;font-size: 14px;}
.fixfdback .note ul li select{height: 40px;font-size: 14px;}
.fixfdback .note ul li{margin-bottom:10px;}

.w60{width: 100%;}
.w40{width: 100%;padding-top: 15px;text-align: left;}


.home-block7 {
	padding: 40px 0;
}

.a565 {
	font-size: 20px;
	margin-bottom:10px;
}
.x15 p{font-size: 16px;}

.vtt10{font-size: 14px;float:left;}
.vtt11{float:left; font-size: 14px;}
.lxBan_txt span {
    font-size: 30px;
}
.lxBan_txt i {
    width: 30px;
    height: 2px;
}

.ae1{font-size:20px !important; margin-bottom: 10px  !important;}

.products-main-nav{width: 100%; margin-bottom:25px;}

.w70{width: 100%;float:left;}

.products-main-nav .title{height: 70px;padding-left: 30px;}

.products-main-nav .title h2{font-size: 24px;}

.home-block3 {
	padding: 40px 0;
}

.t6{
    font-size: 24px;
}

.section-ul2 li {width: 49%;}

.parameter5 table tbody th{padding: 12px 2px;font-size: 14px;line-height:1.4;}

.parameter5 table tbody td{padding: 10px 6px;line-height: 1.5;}
.parameter5 table{font-size: 12px;}

.parameter8 table tbody th{padding: 12px 2px;font-size: 14px;line-height:1.4;}

.parameter8 table tbody td{padding: 10px 6px;line-height: 1.5;}
.parameter8 table{font-size: 12px;}

.w300{width: 20%;}
.w255{ width:20%;}
.w200{width: 20%;}

.vtt12{
    width: 94%;
    padding: 6px 6px;
    border-radius: 8px;
    font-size: 12px;
    }
	
.w50{width: 100%;float:left;}
.fl{ text-align:left; padding-right:0; margin-bottom:3px;}
.fr{ text-align:left; padding-left:0;}

.lxTit_en2 {
    font-size: 24px;
}

.conInline5 {
    padding: 6% 5%;
    margin-bottom: 10px;
}

.newsBody5 {
    margin-top: 0;
	margin-bottom:20px;
}

.newsBody5 p {
    font-size: 14px;
}

    .conInline5 form div {
        flex-wrap: wrap;
    }

    .conInline5 form input {
        width: 100%;
        margin-bottom: 10px;
        height: 40px;
        line-height: 40px;
    }

    .conInline5 form textarea {
        margin: 0;
    }

    .conInline5 form button {
        width: 118px;
        height: 38px;
        line-height: 38px;
        margin-top: 14px;
        font-size: 14px;
    }
	
	  .conInline7 form div {
        flex-wrap: wrap;
    }

    .conInline7 form input {
        width: 100%;
        margin-bottom: 10px;
        height: 40px;
        line-height: 40px;
		font-size:14px;
    }

    .conInline7 form textarea {
        margin: 0;
		font-size:14px;
    }

    .conInline7 form button {
        width: 118px;
        height: 38px;
        line-height: 38px;
        margin-top: 14px;
        font-size: 14px;
    }
	
	.conInline7 {
    padding: 6% 5%;
}

.lxTit_en5 {
    font-size: 24px;
}

.lxTit_en6 {
    font-size: 24px;
}


.a6{width: 100%;font-size:14px;margin-top: 15px;}

.solution .solution-content .industry-item dl{ background-color: #FFF; display:block; align-items: center; margin-bottom: 20px;}
.solution .solution-content .industry-item dl dt{width: 100%;line-height: 0;}
.solution .solution-content .industry-item dl dd{flex: 1;padding: 30px;max-height: 100%;}
.solution .solution-content .industry-item dl dd h2{font-size: 22px;margin-bottom: 15px;}
.solution .solution-content .industry-item dl dd p span.line{display: block;width: 20px;height: 2px;margin: 12px 0;}
.solution .solution-content .industry-item dl dd p a{margin-top: 20px;}
.solution-content{}

.a561 {
    font-size: 24px;
	margin-bottom: 15px;
}

.a562 {
	font-size: 18px;
	margin-bottom: 15px;
}

.ct66{font-size: 14px;}
.ct66 p{font-size: 14px;}

.solution .solution-content .industry-item dl dd .text{font-size: 14px;}
.solution .solution-content .industry-item dl dd .text p{ margin-bottom:10px;}


.news-pagecontent {
	width: 100%;
}

.news-pagelist {
		float: left;
		width: 100%;

		margin-top:20px;
	}
.news-pagecontent .page .title h6 {
		font-size: 20px;
		font-weight: normal;
		color:#262626;
	}
.news-pagecontent .page {


		padding: 20px 20px 15px;
	}
	
.news-pagecontent .page .content p,.news-pagecontent .page .content ul,.news-pagecontent .page .content ol {
	font-size: 14px;
}

.pubTitle{margin-bottom: 20px;}
.pubTitle h6{font-size: 24px;}
.pubTitle h7{width: 100%;font-size:14px;line-height:1.6;margin-top: 15px;}

.bt22 {font-size: 14px;}
.bt22 p{margin-bottom: 10px;font-size: 14px;}
.cpn-culture ul li{width: 98%; margin-bottom:15px;}
.cpn-culture ul li .note{padding: 25px;}
.cpn-culture ul li p{font-size: 14px;}

.w20{width: 50%; margin-bottom:10px;}
.categories-item-left img{ width:30px;}
.categories-item-right{padding: 0;}

.section-ul2 {margin: 0 -0.5% 20px -0.5%;}

.products-main-list{margin-left: 0;width:100%;}
.products-main-list .products-main-list-item ul li{width: 48%;float: left; margin-bottom:10px;}
.products-main-list .products-main-list-item ul li a p{
	font-size: 14px;
	line-height: 50px;
	display: block;
	height: 50px;
	overflow: hidden;
	padding: 0 10px;
	}
	
.distop .pic{width: 100%;}
.caption{padding-top:20px;width: 100%;padding-left:30px;padding-right:30px;padding-bottom: 40px;}
.caption h3{font-size: 20px;color: #272727;}

.products-info-bottom-tabs ul li a{display: block;font-size: 15px;text-align: center;padding: 0 22px;}
.products-info-bottom-con{padding: 25px;}
.products-info-text{font-size: 14px;line-height: 1.6;}
.ass1{width:38%;}
.ass2{ width:62%;}

.parameter8 {
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.parameter8 table {
	width: max-content;
	min-width: 100%;
	table-layout: auto;
}
.parameter8 table thead,
.parameter8 table tbody,
.parameter8 table tbody tr {
	display: table;
	width: 100%;
	min-width: 720px;
	table-layout: auto;
}

.proselect {
    overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	max-width: 100%;
}

.siteBox .siteMap dl{width: 50%;}

.siteBox .siteMap dl dt a{
  font-size: 18px;
}


.list-4>li {
	width: 50%;
}



.bgg{
     padding: 15px 15px;
     }
	 
.list4 .article-title {
	font-size: 16px;
}

.list4 {
		margin-left: -5px;

		margin-right: -5px;
	}
	
.home-block9 {
	padding: 110px 0 40px 0;
}

.testmonials-style5 {
	margin: 0 0 10px 0;
	padding: 20px;
}

.categories-item-left1{padding-right: 20px;}
.categories-item-left1 img{ width:60px;}
.categories-item-right1{width:60%;}

.testmonials-style5 h5 {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 4px;
}

.testmonials-style5 span {
	font-size: 12px;
}

.testmonials-style5 p {
	line-height: 1.65;
	font-size: 14px;
	height: auto;
}

.n112 {
	font-size: 20px;
}

.x16{padding-top: 25px;padding-left: 0;}

.n113{font-size: 16px;margin-bottom: 2px;}
.n114{font-size: 16px;margin-bottom: 12px;}


.b56 {
	font-size: 14px;
}

.categories-item-left2{width: 20%;}
.categories-item-right2{width: 80%;float:left;padding: 3px 0;}
.categories-item-right2 h3{font-size: 18px;}
.categories-item-right2 p{font-size: 14px;}

.x17{padding: 40px 0 0 0;line-height:1.6;font-size: 14px;}
.x17 p{line-height:1.6;color: #181818;font-size: 14px;}

.mr_frUl1 ul li {width: 100%;margin-right: 0;}
.mr_frUl2 ul li {width: 100%;margin-right: 0;}	

}
.app-sidebar {
    position: fixed;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    
}
.app-sidebar .v-btn {
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}
.app-sidebar .v-btn img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
}
.app-sidebar .v-btn .v-show {
    width: 0;
    /* display: none; */
    overflow: hidden;
    padding: 0;
    transition:  all .3s;
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    
    transform: translateY(-50%);
    border: 0px solid #e8e8e8;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,.2);
    border-radius: 10px;
    
}
.app-sidebar .v-btn .v-show::before {
   
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    top: 50%;
    right:0 ;
    transform:translate(50%,-50%) rotate(45deg);
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-bottom: none;
    border-left: none;

}
.app-sidebar .v-btn:hover .v-show {
    overflow: visible;
    width: auto;
    padding: 12px 20px;
    border: 1px solid #e8e8e8;
}

/* ===== News article (soft content) layout ===== */
.article-page {
	--art-gold: #B89B58;
	--art-gold-deep: #8a7340;
	--art-ink: #1c1c1c;
	--art-text: #333333;
	--art-muted: #8a8a8a;
	--art-line: #ebe7df;
	--art-soft: #f8f6f1;
	padding: 56px 0 72px;
	background: #fff;
}
.article-shell {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background: transparent;
}
.article-head {
	margin: 0 0 36px;
	padding: 0 0 28px;
	border-bottom: 1px solid var(--art-line);
	position: relative;
}
.article-head::after {
	content: "";
	display: block;
	width: 56px;
	height: 2px;
	background: var(--art-gold);
	margin-top: 28px;
}
.article-crumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 18px;
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--art-muted);
	font-family: "avenir-heavy", sans-serif;
}
.article-crumb a {
	color: var(--art-gold-deep);
	text-decoration: none;
	transition: color .25s ease;
}
.article-crumb a:hover {
	color: var(--art-gold);
}
.article-crumb i {
	font-style: normal;
	opacity: .45;
}
.article-title {
	margin: 0 0 18px;
	max-width: none;
	width: 100%;
	font-size: clamp(26px, 2.8vw, 38px);
	line-height: 1.28;
	color: var(--art-ink);
	font-family: "avenir-heavy", sans-serif;
	font-weight: normal;
	letter-spacing: -0.01em;
}
.article-page.is-zh .article-title {
	letter-spacing: 0.01em;
	line-height: 1.4;
}
.article-meta {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0 0 8px;
	color: var(--art-muted);
	font-size: 14px;
}
.article-meta time {
	position: relative;
	padding-left: 14px;
}
.article-meta time::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-radius: 50%;
	background: var(--art-gold);
}
.article-lead {
	margin: 22px 0 0;
	padding: 18px 22px;
	background: linear-gradient(90deg, var(--art-soft) 0%, #fff 100%);
	border-left: 3px solid var(--art-gold);
	color: #555;
	font-size: 16px;
	line-height: 1.75;
}
.article-body {
	color: var(--art-text);
	font-size: 17px;
	line-height: 1.9;
	overflow: visible;
	padding: 8px 0 8px;
	font-family: "avenir-regular", "PingFang SC", "Microsoft YaHei", sans-serif;
}
.article-page.is-zh .article-body {
	font-size: 17px;
	line-height: 1.95;
	letter-spacing: 0.02em;
}
.article-body > *:first-child {
	margin-top: 0;
}
.article-body p {
	margin: 0 0 1.25em;
	font-size: inherit;
	line-height: inherit;
	color: var(--art-text);
	max-width: none;
	width: 100%;
	box-sizing: border-box;
}
.article-body h2,
.article-body h3,
.article-body h4 {
	margin: 2em 0 0.85em;
	padding: 0;
	border: 0;
	color: var(--art-ink);
	font-family: "avenir-heavy", sans-serif;
	font-weight: normal;
	line-height: 1.35;
	max-width: none;
	width: 100%;
	box-sizing: border-box;
}
.article-body > h2:first-child,
.article-body > h3:first-child {
	margin-top: 0.4em;
}
.article-body h2 {
	font-size: 26px;
	padding-left: 14px;
	border-left: 3px solid var(--art-gold);
}
.article-body h3 {
	font-size: 21px;
	position: relative;
}
.article-body h3::after {
	content: "";
	display: block;
	width: 32px;
	height: 1px;
	background: var(--art-gold);
	margin-top: 10px;
}
.article-body h4 {
	font-size: 18px;
	color: #2a2a2a;
}
.article-body ul,
.article-body ol {
	margin: 0 0 1.4em;
	padding: 0 0 0 1.2em;
	max-width: none;
	width: 100%;
	box-sizing: border-box;
}
.article-body ul {
	list-style: none;
	padding-left: 0;
}
.article-body ul li {
	position: relative;
	padding-left: 1.15em;
	margin: 0 0 0.55em;
	line-height: 1.75;
}
.article-body ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.72em;
	width: 6px;
	height: 6px;
	background: var(--art-gold);
	border-radius: 50%;
}
.article-body ol:not(.article-points) {
	padding-left: 1.4em;
}
.article-body ol:not(.article-points) li {
	margin: 0 0 0.55em;
	line-height: 1.75;
	padding-left: 0.25em;
}
.article-body ol:not(.article-points) li::marker {
	color: var(--art-gold-deep);
	font-family: "avenir-heavy", sans-serif;
}

/* Soft-article numbered points (from "1. Title: desc" paragraphs) */
.article-body ol.article-points {
	list-style: none;
	margin: 1.2em 0 2em;
	padding: 0;
	max-width: none;
	width: 100%;
	counter-reset: art-point;
	box-sizing: border-box;
}
.article-body ol.article-points > li {
	counter-increment: art-point;
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin: 0 0 12px;
	padding: 18px 22px;
	width: 100%;
	background: var(--art-soft);
	border-left: 3px solid var(--art-gold);
	line-height: 1.7;
	box-sizing: border-box;
}
.article-body ol.article-points > li::before {
	content: counter(art-point, decimal-leading-zero);
	flex: 0 0 36px;
	font-family: "avenir-heavy", sans-serif;
	font-size: 18px;
	letter-spacing: 0.04em;
	color: var(--art-gold);
	line-height: 1.3;
	padding-top: 1px;
}
.article-body ol.article-points .pt-body {
	flex: 1;
	min-width: 0;
}
.article-body ol.article-points .pt-title {
	display: block;
	margin: 0 0 6px;
	font-family: "avenir-heavy", sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: var(--art-ink);
	line-height: 1.35;
}
.article-body ol.article-points .pt-desc {
	display: block;
	font-size: 15px;
	line-height: 1.75;
	color: #555;
}
.article-body a {
	color: var(--art-gold-deep);
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: color .2s ease;
}
.article-body a:hover {
	color: var(--art-gold);
}
.article-body strong {
	color: var(--art-ink);
	font-weight: 600;
}
.article-body em {
	font-style: italic;
	color: #444;
}
.article-body blockquote {
	margin: 1.6em 0;
	padding: 16px 22px;
	border-left: 3px solid var(--art-gold);
	background: var(--art-soft);
	color: #555;
	font-size: 16px;
	line-height: 1.75;
	max-width: none;
	width: 100%;
	box-sizing: border-box;
}
.article-body hr {
	border: 0;
	height: 1px;
	background: var(--art-line);
	margin: 2.2em 0;
	max-width: none;
	width: 100%;
}
.article-figure {
	margin: 1.8em 0 2em;
	padding: 18px;
	background: var(--art-soft);
	text-align: center;
	max-width: none;
	width: 100%;
	box-sizing: border-box;
}
.article-figure img,
.article-body img {
	display: block;
	max-width: 100% !important;
	width: auto !important;
	height: auto !important;
	max-height: 480px;
	margin: 0 auto;
	object-fit: contain !important;
}
.article-figure figcaption {
	margin: 12px 0 0;
	font-size: 13px;
	line-height: 1.6;
	color: var(--art-muted);
	letter-spacing: 0.02em;
}
.article-body blockquote.article-callout {
	margin: 1.4em 0 1.8em;
	padding: 18px 22px;
	border-left: 3px solid var(--art-gold);
	background: linear-gradient(90deg, var(--art-soft) 0%, #fff 85%);
	color: #444;
	font-size: 16px;
	line-height: 1.75;
}
.article-body blockquote.article-callout strong {
	color: var(--art-gold-deep);
	margin-right: 6px;
}
.article-body .article-note {
	margin: 1.8em 0;
	padding: 8px 0 4px;
	border-top: 1px dashed var(--art-line);
}
.article-body aside.article-related,
.article-body aside.article-cta {
	display: block;
	margin: 2em 0;
	padding: 22px 24px;
	background: var(--art-soft);
	border: 1px solid var(--art-line);
	box-sizing: border-box;
	width: 100%;
	max-width: none;
}
.article-body aside.article-related h3 {
	margin: 0 0 14px;
	padding: 0;
	border: 0;
	font-size: 18px;
}
.article-body aside.article-related h3::after {
	display: none;
}
.article-body aside.article-related ul {
	margin: 0;
	padding: 0;
}
.article-body aside.article-related ul li {
	margin: 0 0 0.45em;
}
.article-body aside.article-cta {
	background: linear-gradient(135deg, #f7f3ea 0%, #fff 60%);
	border-color: #e6dcc6;
}
.article-body aside.article-cta p {
	margin: 0;
	font-size: 15px;
	line-height: 1.75;
	color: #444;
}
.article-body p > img {
	margin: 1.4em auto;
}
.article-body .table-scroll {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin: 1.6em 0 2em;
	border: 1px solid var(--art-line);
	background: #fff;
}
.article-body table {
	width: 100%;
	min-width: 480px;
	border-collapse: collapse;
	font-size: 15px;
	margin: 0;
}
.article-body table th,
.article-body table td {
	border-bottom: 1px solid var(--art-line);
	border-right: 1px solid #f0eee9;
	padding: 12px 14px;
	text-align: left;
	vertical-align: top;
	line-height: 1.55;
}
.article-body table th:last-child,
.article-body table td:last-child {
	border-right: 0;
}
.article-body table th {
	background: var(--art-soft);
	color: var(--art-ink);
	font-family: "avenir-heavy", sans-serif;
	font-weight: normal;
	white-space: nowrap;
}
.article-body table tr:nth-child(even) td {
	background: #fcfcfb;
}
.article-body table tr:hover td {
	background: #faf7f0;
}
.article-foot {
	margin-top: 48px;
	padding-top: 8px;
}
.article-pager {
	display: flex;
	gap: 20px;
	margin: 0;
	padding: 28px 0 0;
	border-top: 1px solid var(--art-line);
}
.article-pager-item {
	flex: 1;
	min-width: 0;
}
.article-pager-item.next {
	text-align: right;
}
.article-pager a,
.article-pager-empty {
	display: block;
	padding: 18px 0;
	color: #333;
	text-decoration: none;
	border-top: 2px solid transparent;
	transition: border-color .25s ease, color .25s ease;
	min-height: 78px;
	box-sizing: border-box;
}
.article-pager a:hover {
	border-top-color: var(--art-gold);
}
.article-pager a:hover em {
	color: var(--art-gold-deep);
}
.article-pager span,
.article-pager-empty span {
	display: block;
	font-size: 12px;
	color: var(--art-muted);
	margin-bottom: 8px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-family: "avenir-heavy", sans-serif;
}
.article-pager em,
.article-pager-empty em {
	display: block;
	font-style: normal;
	font-size: 16px;
	line-height: 1.45;
	color: var(--art-ink);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: "avenir-heavy", sans-serif;
	font-weight: normal;
}
.article-pager-empty {
	opacity: .45;
}
.article-back {
	margin-top: 28px;
}
.article-back a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--art-gold-deep);
	font-size: 15px;
	text-decoration: none;
	font-family: "avenir-heavy", sans-serif;
	letter-spacing: 0.02em;
	transition: color .2s ease, transform .25s ease;
}
.article-back a i {
	font-style: normal;
	transition: transform .25s ease;
}
.article-back a:hover {
	color: var(--art-gold);
}
.article-back a:hover i {
	transform: translateX(-4px);
}

@media all and (max-width: 900px) {
	.article-page {
		padding: 32px 0 48px;
	}
	.article-head {
		margin-bottom: 24px;
		padding-bottom: 20px;
	}
	.article-title {
		font-size: 26px;
		max-width: none;
	}
	.article-lead {
		padding: 14px 16px;
		font-size: 15px;
	}
	.article-body,
	.article-body p {
		font-size: 16px;
	}
	.article-body h2 { font-size: 22px; }
	.article-body h3 { font-size: 19px; }
	.article-figure {
		padding: 12px;
		max-width: none;
	}
	.article-figure img,
	.article-body img {
		max-height: 320px;
	}
	.article-body ol.article-points > li {
		padding: 14px 14px;
		gap: 12px;
	}
	.article-body ol.article-points > li::before {
		flex-basis: 28px;
		font-size: 16px;
	}
	.article-body ol.article-points .pt-title {
		font-size: 16px;
	}
	.article-body ol.article-points .pt-desc {
		font-size: 14px;
	}
	.article-body aside.article-related,
	.article-body aside.article-cta {
		padding: 16px 16px;
	}
	.article-body blockquote.article-callout {
		padding: 14px 16px;
		font-size: 15px;
	}
	.article-pager {
		flex-direction: column;
		gap: 0;
	}
	.article-pager-item.next {
		text-align: left;
	}
	.article-pager a,
	.article-pager-empty {
		min-height: 0;
		padding: 16px 0;
	}
}

/* Quote modal + wide tables: mobile usability */
@media all and (max-width: 768px) {
.footer .footer-menu{grid-template-columns:1fr;}
.footer .footer-menu .item .title{font-size:16px;margin-bottom:14px;padding-bottom:10px;}
.footer .footer-telephone .title{font-size:16px;}

	.box22 {
		padding-top: 16px;
		padding-bottom: 16px;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		box-sizing: border-box;
	}
	.login51 {
		height: auto;
		max-height: none;
		overflow: visible;
	}
	#loginalert {
		width: 94%;
		max-width: 94%;
		max-height: calc(100vh - 32px);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		margin: 0 auto;
		padding-bottom: 20px;
		box-sizing: border-box;
	}
	.w25,
	.w75 {
		width: 100%;
		float: none;
		border: none;
		padding: 12px 16px 0;
	}
	.formfdback .note ul {
		width: 100%;
		margin: 0;
		overflow: visible;
	}
	.formfdback .note ul li {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	.formfdback .note p textarea {
		height: 120px;
	}
	.x12 {
		padding: 0;
	}
	.login5 {
		height: 48px;
	}
	.close {
		width: 40px;
		height: 40px;
	}
	.news-pagecontent .page .content table,
	.news-pagecontent .page .content img {
		max-width: 100% !important;
		height: auto !important;
	}

	/* Home banner search — mobile stack */
	.bann2 {
		left: 4%;
		right: 4%;
		bottom: 12%;
	}
	.bann2 .clearfix {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 8px;
	}
	.rr2 {
		float: none !important;
		width: 100%;
		margin: 0 0 4px !important;
		font-size: 14px !important;
		line-height: 1.4 !important;
	}
	.rr3 {
		float: none !important;
		flex: 1 1 160px;
		width: auto !important;
		min-width: 0;
		max-width: 100%;
		box-sizing: border-box;
		font-size: 15px !important;
	}
	.rr4 {
		float: none !important;
		flex: 0 0 auto;
	}

	/* Article rich media on small screens */
	.article-body aside.article-related,
	.article-body aside.article-cta {
		padding: 14px !important;
	}
	.article-body h2 {
		font-size: 20px !important;
	}
	.article-pager {
		flex-direction: column !important;
	}
}