@import "iconfont.css";

.full-content,
.cross-content {
    /* padding-left: 84px;
    padding-right: 84px; */
}
@font-face {
    font-family: 'ssbs';
    src: url('../fonts/ssbs.ttf');
    font-weight: normal;
    font-style: normal
}

.cross-content {
    margin-left: -84px;
    margin-right: -84px;
}

.spacing-top {
    padding-top: 84px;
     padding-bottom: 84px;
}

.spacing-bottom {
    padding-bottom: 84px;
}

.spacing {
    padding-top: 110px;
    padding-bottom: 110px;
}

.gray {
    /* background-color: #000;
    background-image: url(../images/guanxian.jpg);
    background-size: cover; */

}

.navButton {
    text-align: center;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 24px;
}

.transition1 {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.transition2 {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.transition4 {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.transition6 {
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

.textOver {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.textMoreOver {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.middle {
    vertical-align: middle;
    display: inline-block;
}

.clearMiddle {
    display: block;
    width: auto;
}

.contain-img,
.cover-img,
.containImg,
.coverImg {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.contain-img,
.containImg {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}

.full-content.cover-img {
    background-color: #111;
}

.cover-img,
.coverImg {

    /* background-color: #111; */
    background-image: url(../images/guanxian.png);
    background-size: cover;
}

.swiper-scrollbar-drag {

    background: #ceb17eab;

}

.fullWidth {
    left: 0;
    right: 0;
}

.fullHeight {
    top: 0;
    bottom: 0;
}

.relative {
    position: relative;
}

.none {
    display: none;
}

.block {
    display: block;
}

.fl {
    float: left;

}

.clear .fr {color: #d0b585;}

.fr {
    float: right;

}

.notFloat {
    float: none;
    width: auto;
}

.top50 {
    position: absolute;
    top: 50%;
    display: block;
}

.blockCont {
    content: "";
    display: block;
}

.posCont {
    position: absolute;
    content: "";
    display: block;
}

.fade {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.fadeActive {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
}

.circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.main-content {
    margin-top: 60px;
}

/* .focus:before {
    position: absolute;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #60bb46;
} */
.square {
    content: "";
    display: block;
    padding-top: 100%;
}

.pullBack {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tab-content .item {
    display: none;
}

.tab-content .item.active {
    display: block;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 24px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.align-items-center {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.justify-content-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flex-wrap-wrap {
    -webkit-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .hide-mob {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .hide-pc {
        display: none;
    }
}

@keyframes flicker_01 {
    0% {
        opacity: 1;
    }

    24% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    49% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flicker_02 {
    0% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    61% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flicker_03 {
    0% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    81% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes down {
    0% {
        top: -8px;
        opacity: 0;
    }

    33.33% {
        top: 0;
        opacity: 1;
    }

    66.666% {
        top: 8px;
        opacity: 0;
    }

    100% {
        top: -8px;
        opacity: 0;
    }
}

body::-webkit-scrollbar {
    background-color: #eee;
    width: 4px;
}

body::-webkit-scrollbar-thumb {
    background-color: rgb(206, 177, 126);
}

.content .more {
    position: relative;
    color: rgb(206, 177, 126);
    padding-left: 50px;
    height: 38px;
    line-height: 38px;
    background-image: url(../images/more-2.png);
    background-position: left center;
}

.content .more:before {
    width: 6px;
    height: 6px;
    left: 26px;
    top: 1px;
}

.row-title {
    position: relative;
    line-height: 1;
    font-size: 60px;
    padding-top: 30px;
    font-weight: bold;
    white-space: nowrap;
}
.row-guanyu {
    position: relative;
    line-height: 1;
    font-size: 60px;
    padding-top: 56px;
    font-weight: bold;
    white-space: nowrap;
}

.row-guanyu .zh{position: relative;
    font-size: 75%;
    color: #d0b585;
    z-index: 2;
  
    text-align: left;}


.row-guanyu .en{ position: absolute;
    left: 0;
    top: 0;
    color: #ffffff66;
    text-transform: uppercase;
    z-index: 1;}

.row-title .zh {
    position: relative;
    font-size: 50%;
    color: #d0b585;
    z-index: 2;
    text-align: center;
}

.row-title .en {
    position: absolute;
    left: 0;
    top: 0;
    color: #ceb17e;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    top: -32px;
    text-transform: uppercase;
    z-index: 1;
    font-family: '宋体';
    font-style: italic;
    
}

.reverse .row-title .zh {
    color: #fff;
}

.reverse .row-title .en {
    opacity: 0.1;
}

.gray .row-title .en {
 
    color: #ceb17e;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    top: -32px;
    font-family: '宋体';
    font-style: italic;
}

.full-link {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 10;
}

.dot {
    font-size: 0;
}

.dot span {
    vertical-align: middle;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 5px;
    margin-right: 10px;
    background-color: rgb(206, 177, 126);
}

.dot span:after {
    content: "";
    display: block;
    padding-top: 100%;
}

.dot span:nth-of-type(2) {
    opacity: 0.5;
}

.dot span:nth-of-type(3) {
    opacity: 0.3;
}

button.focus,
a.focus {
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
    width: 150px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 14px;
    background-color: rgb(206, 177, 126);
    text-align: center;
}

button.focus,
a.focus,
button.focus:after,
a.focus:after {
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
}

button.focus:after,
a.focus:after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.2), transparent);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.2), transparent);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.2), transparent);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.2), transparent);
    background: linear-gradient(left, rgba(255, 255, 255, 0.2), transparent);
}

button.focus:before,
a.focus:before {
    right: 12px;
    top: -3px;
}

button.focus:hover,
a.focus:hover {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}

.section-title {
    text-align: center;
    font-size: 30px;
}

.section-title .zh {
    position: relative;
    color: rgb(206, 177, 126);
    z-index: 2;
    font-weight: bold;
}

.section-title .en {
    position: relative;
    opacity: 0.2;
    z-index: 1;
    font-size: 80%;
    margin-top: -20px;
    text-transform: uppercase;
}

.paragraph-title {
    font-size: 24px;
    font-weight: bold;
    color:#ceb17e;
}

.page {
    line-height: 58px;
    text-align: center;
    clear: both;
}

.page:empty {
    display: none;
}

.page li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}

.page li a,
.page li span {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    background-color: #fff;
    border-radius: 30px;
    display: block;
    border: 1px solid #e5e5e5;
    font-size: 18px;
    overflow: hidden;
    color: #999999;
    width: 58px;
    position: relative;
}

.page li:first-child a,
.page li:last-child a,
.page li:first-child span,
.page li:last-child span {
    padding: 0 40px;
    font-size: 0;
    font-family: "iconfont";
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.page li:first-child a:before,
.page li:last-child a:before,
.page li:first-child span:before,
.page li:last-child span:before {
    font-size: 48px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -24px;
    line-height: 1;
}

.page li:first-child a:before,
.page li:first-child span:before {
    content: "\e602";
}

.page li:last-child a:before,
.page li:last-child span:before {
    content: "\e6c3";
}

.page li:not(.disabled) a:hover,
.page li:not(.disabled) span:hover {
    background-color: rgb(206, 177, 126);
    border-color: rgb(206, 177, 126);
    color: #fff;
}

.page li.disabled a,
.page li.disabled span {
    color: #c5c5c5;
    border-color: #c5c5c5;
}

.line {
    height: 1px;
    background-color: #ceb17e;
}

.icon-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #000;
    opacity: 0.8;
}

.icon-circle:hover {
    border-color: rgb(206, 177, 126);
    background-color: rgb(206, 177, 126);
    color: #fff;
}

.logo {
    float: left;
    width: 30%;
    max-width: 415px;
}

@media (max-width: 1300px) {
    .logo {
        width: 240px;
    }
}

.logo .logo-content {
    position: relative;
    width: 45%;
    filter: drop-shadow(2px 2px 3px #333);
    left: 90px;
    padding-top: 13.73493976%;
}

.logo .logo-content .cover-img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    /* -webkit-filter: grayscale(100) brightness(1000);
    filter: grayscale(100) brightness(1000); */

    background-image: url({../static/images/logo1.png})
}

.nav {
    height: 100px;
    line-height: 100px;
}

@media (max-width: 1300px) {
    .nav {
        height: 80px;
        line-height: 80px;
    }
}

.nav .nav-scroll-bg {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    /* background-color: #fff;
    border-bottom: 1px solid #e5e5e5; */
    opacity: 0;
    border-radius: 0 0 50px 50px;
}

.nav .body-content {
    z-index: 2;
}

.nav a {
    color: #fff;
}

.nav .nav-content {
    float: right;
    white-space: nowrap;
}

.nav .nav-content .navbar {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    margin-right: 8vw;
    white-space: nowrap;
}

.nav .nav-content .navbar .item {
    float: left;
}
/* 
.nav .nav-content .navbar .item.on .option a {
  color: rgb(206, 177, 126);
} */


.nav-content .navbar .item { position: relative;
    display: inline-block;}






.nav .nav-content .navbar .item:first-child .option a:before {
    vertical-align: middle;
    display: inline-block;
    font-family: "iconfont" !important;
    font-size: 24px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e7ae";
    margin: -1px 6px 0 0;
}

.nav .nav-content .navbar .item .option {
    position: relative;
    padding: 0 22px;
}

.nav .nav-content .navbar .item .option a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.nav .nav-content .menu-button {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    vertical-align: middle;
    display: none;
    height: 50px;
    line-height: 50px;
    padding: 0 64px;
    border: 1px solid #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.nav .nav-content .menu-button .text:after {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    content: "MENU ";
}

.nav .nav-content .menu-button .icon {
    line-height: 6px;
    margin-left: 12px;
}

.nav .nav-content .menu-button .icon i {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    float: left;
    height: 3px;
    background-color: #fff;
    margin-left: 3px;
}

.nav .nav-content .menu-button .icon i.l {
    width: 7px;
}

.nav .nav-content .menu-button .icon i.s {
    width: 3px;
}

.nav .nav-content .menu-button .icon i.flicker.c1 {
    -webkit-animation: flicker_01 2s linear infinite;
    -moz-animation: flicker_01 2s linear infinite;
    -o-animation: flicker_01 2s linear infinite;
    animation: flicker_01 2s linear infinite;
}

.nav .nav-content .menu-button .icon i.flicker.c2 {
    -webkit-animation: flicker_02 2s linear infinite;
    -moz-animation: flicker_02 2s linear infinite;
    -o-animation: flicker_02 2s linear infinite;
    animation: flicker_02 2s linear infinite;
}

.nav .nav-content .menu-button .icon i.flicker.c3 {
    -webkit-animation: flicker_03 2s linear infinite;
    -moz-animation: flicker_03 2s linear infinite;
    -o-animation: flicker_03 2s linear infinite;
    animation: flicker_03 2s linear infinite;
}

.nav .nav-content .language {
    margin-right: 20px;
    position: relative;
    color: #fff;
    padding: 0 10px !important;
    background-color: transparent !important;
    border-color: transparent !important;
    text-align: center;
}

.nav.full-content.active .nav-content .language,
.nav.full-content:not(.selected):hover .nav-content .language {
    color: rgb(206, 177, 126) !important;
}

@media (max-width:768px) {
    .nav .nav-content .language {
        margin-right: 10px;
    }
}

.nav .nav-content .language .full {
    position: absolute;
    left: 50%;
    top: 100%;
    background-color: #fff;
    box-shadow: 5px 5px 10px rgb(8, 156, 179, 0.5);
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-top: 10px;
    border-radius: 8px;
    overflow: hidden;
    transform: translateX(-50%);
}

.nav .nav-content .language i {
    font-size: 100%;
}

.nav .nav-content .language .full a {
    display: block;
    color: #000;
    padding: 0 24px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-align: center;
}

.nav .nav-content .language .full a:hover {
    background-color: rgb(206, 177, 126);
    color: #fff;
}

.nav .nav-content .language:hover .full {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
}



  
.nav .nav-content .option {
    position: relative;
    display: inline-block;
  }
  
  .nav .nav-content .twoNav {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .nav .nav-content .twoNav a {
    color: black;
    padding: 0 24px;
    text-decoration: none;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    text-align: center;
    margin: auto;
}

  
  .nav .nav-content .twoNav a:hover {background-color: #d0b585;color: #fff;}
  
  .option:hover .twoNav {
    display: block;
  }
  
  /* .dropdown:hover .dropbtn {
    background-color: #3e8e41;
  } */






.nav.full-content {
    left: 0;
    right: 0;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    overflow: unset;
    position: fixed;
    z-index: 100;
    top: 0;
    background-color: #000;
    border-radius: 0 0 50px 50px;

}

.nav.full-content.active .logo .logo-content .cover-img,
.nav.full-content:not(.selected):hover .logo .logo-content .cover-img {
    -webkit-filter: none;
    filter: none;

    background-image: url({../static/images/logo.png})
}

/* .nav.full-content.active .nav-scroll-bg,
.nav.full-content:not(.selected):hover .nav-scroll-bg {
    opacity: 1 !important;
}

.nav.full-content.active .nav-content .navbar .item .option a,
.nav.full-content:not(.selected):hover .nav-content .navbar .item .option a {
    color: #a6a6a6;
}

.nav.full-content.active .nav-content .navbar .active .option a,
.nav.full-content:not(.selected):hover .nav-content .navbar .active .option a {
    color: rgb(206, 177, 126);
}

.nav.full-content.active .nav-content .menu-button,
.nav.full-content:not(.selected):hover .nav-content .menu-button {
    background-color: rgb(206, 177, 126);
    border-color: rgb(206, 177, 126);
} */

.nav.full-content.selected .menu-button {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.nav.full-content.selected .menu-button .text:after {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    content: "CLOSE";
}

.nav.full-content.selected .menu-button .icon i {
    height: 2px;
    background-color: #fff;
}

.nav.full-content.selected .menu-button .icon i.l {
    width: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: -1px 0 0 -10px;
}

.nav.full-content.selected .menu-button .icon i.l:first-child {
    top: 4px;
    transform: translate(10px, 4px) rotateZ(45deg);
}

.nav.full-content.selected .menu-button .icon i.l:nth-of-type(4) {
    bottom: 12px;
    transform: translate(10px, -2px) rotateZ(-45deg);
}

@media (max-width: 768px) {
    .nav.full-content.selected .menu-button .icon i.l:first-child {
        transform: translate(10px, 3px) rotateZ(45deg);
    }

    .nav.full-content.selected .menu-button .icon i.l:nth-of-type(4) {
        transform: translate(10px, -1px) rotateZ(-45deg);
    }
}

.nav.full-content.selected .menu-button .icon i.s {
    opacity: 0;
    visibility: hidden;
}

.nav-container {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    /* background-image: url(../images/nav.png); */
    z-index: 90;
    color: #fff;
}

.nav-container .nav-panel {
    position: absolute;
    top: 40%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    white-space: nowrap;
}

.nav-container .nav-panel .item {
    display: inline-block;
    vertical-align: top;
    margin: 0 35px;
    font-size: 16px;
}

.nav-container .nav-panel .item a {
    display: block;
}

.nav-container .nav-panel .item .option {
    font-size: 150%;
    margin-bottom: 45px;
}

.nav-container .nav-panel .item .nav-slide {
    font-size: 120%;
}

.nav-container .nav-panel .item .nav-slide a {
    position: relative;
    margin-top: 30px;
}

.nav-container .nav-panel .item .nav-slide a:before,
.nav-container .nav-panel .item .nav-slide a:after {
    position: absolute;
    right: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.nav-container .nav-panel .item .nav-slide a:before {
    content: "";
    left: 0;
    bottom: 0;
    height: 15%;
    background-color: rgba(255, 255, 255, 1);
}

.nav-container .nav-panel .item .nav-slide a:after {
    content: "+";
    font-size: 12px;
    line-height: 1;
    top: 0;
}

.nav-container .nav-panel .item .nav-slide a:hover:before,
.nav-container .nav-panel .item .nav-slide a:hover:after {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
}

.nav-container .nav-panel .item:first-child .option a:before {
    vertical-align: middle;
    display: inline-block;
    font-family: "iconfont" !important;
    font-size: 24px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 150%;
    content: "\e7ae";
    margin: -1px 6px 0 0;
}

.nav-container .full-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.nav-container .full-content .wechat {
    max-width: 212px;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
}

.nav-container .full-content .wechat .middle {
    width: 100px;
    margin-left: 6px;
    float: left;
}

.nav-container .full-content .wechat .middle p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.nav-container .full-content .wechat img {
    margin-bottom: 12px;
}

.nav-container .full-content .contact {
    font-size: 18px;
    margin-right: 300px;
}

.nav-container .full-content .contact .clear {
    margin-top: 48px;
}

.nav-container .full-content .contact .clear .item {
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
}

.nav-container .full-content .contact .clear .item .iconfont {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #fff;
    font-size: 20px;
    float: left;
}

.nav-container .full-content .contact .clear .item span {
    display: block;
    margin-left: 40px;
    padding-top: 0.5em;
}

.nav-container.active {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
}

.banner-content:after {
    content: "";
    display: block;
    padding-top: 50%;
}

.vice-content {
    max-width: 800px;
    margin: 0 auto;
}

.vice-content:after {
    content: "";
    display: block;
    padding-top: 100%;
}

.banner {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    /* position: fixed; */
    color: #fff;
    z-index: 2;
}

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

.banner .masking {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
    position: absolute;
}

.banner .masking .top {
    left: 0;
    right: 0;
    top: 0;
    padding-top: 18.75%;
    position: absolute;
    /* background: -webkit-linear-gradient(top, rgb(206, 177, 126), transparent);
    background: -moz-linear-gradient(top, rgb(206, 177, 126), transparent);
    background: -ms-linear-gradient(top, rgb(206, 177, 126), transparent);
    background: -o-linear-gradient(top, rgb(206, 177, 126), transparent);
    background: linear-gradient(top, rgb(206, 177, 126), transparent); */
}

.banner .masking .left {
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    position: absolute;
    /* background: -webkit-linear-gradient(left, rgb(206, 177, 126), transparent);
    background: -moz-linear-gradient(left, rgb(206, 177, 126), transparent);
    background: -ms-linear-gradient(left, rgb(206, 177, 126), transparent);
    background: -o-linear-gradient(left, rgb(206, 177, 126), transparent);
    background: linear-gradient(left, rgb(206, 177, 126), transparent); */
}

.banner .full-content {
    left: 0;
    right: 0;
    overflow-y: hidden;
    top: 0;
    bottom: 84px;
    position: absolute;
    z-index: 3;
}

.banner .full-content.index {
    top: auto;
    overflow: visible;
}

.banner .full-content .body-content {
    height: 100%;
}

.banner .full-content .title {
    position: absolute;
    top: 50%;
    left: 45%;
    text-align: center;
    display: block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 2;
}

.banner .full-content .title .t1 {
    font-size: 55px;
}

.banner .full-content .title .t2 {
    font-size: 33px;
}

.banner .full-content .title .t3 {
    font-size: 16px;
}

.banner .full-content .swiper-page {
    text-align: center;
}

.banner .full-content .swiper-page .swiper-pagination-bullet {
    cursor: pointer;
    background-color: #fff;
    opacity: 0.7;
    /*box-shadow: 0 0 5px rgba(0,0,0,0.3);*/
}

.banner .full-content .swiper-page .swiper-pagination-bullet-active {
    background-color: rgb(206, 177, 126);
    opacity: 1;
}

.banner .full-content .down {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 0;
    cursor: pointer;
}

.banner .full-content .down .mouse {
    width: 163px;
    background-image: url(../images/mouse.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    -webkit-background-size: 163px 26px;
    -moz-background-size: 163px 26px;
    background-size: 163px 26px;
    margin-right: 50px;
    height: 26px;
}

.banner .full-content .down .mouse.first {
    width: 16px;
    background-position: 0 center;
}

.banner .full-content .down .mouse.last {
    width: 104px;
    background-position: -62px center;
}

.banner .full-content .down .icon-jiantou_yemian_xiangxia_o {
    position: relative;
    top: -8px;
    opacity: 0;
    animation: down 1.5s linear infinite;
}

.banner .full-content .down .position {
    font-size: 14px;
    line-height: 1;
}

.banner .full-content .down .position .iconfont {
    font-size: 20px;
    line-height: 14px;
}

.banner .full-content .pagination {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 0;
    z-index: 5;
    padding-left: 44px;
}

.banner .full-content .pagination .swiper-interval {
    position: absolute;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    left: 0;
    border-radius: 24px;
    opacity: 0;
}

.banner .swiper-slide-active .full-content .pagination .swiper-interval {
    animation-name: clip;
}

.banner .full-content .pagination .swiper-interval,
.banner .full-content .pagination .swiper-interval .front,
.banner .full-content .pagination .swiper-interval .queen {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: solid 2px rgba(255, 255, 255, 0);
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.banner .full-content .pagination .swiper-interval .front,
.banner .full-content .pagination .swiper-interval .queen {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-top-color: #ffffff !important;
    border-left-color: #ffffff !important;
    left: -2px;
    top: -2px;
    transform: rotate(-45deg);
}

.banner .swiper-slide-active .full-content .pagination .swiper-interval .front {
    animation-name: before;
}

.banner .swiper-slide-active .full-content .pagination .swiper-interval .queen {
    animation-name: after;
}

@keyframes clip {
    0% {
        clip: rect(0, 24px, 24px, 12px);
        opacity: 1;
    }

    100% {
        clip: auto;
        opacity: 1;
    }
}

@keyframes before {
    0% {
        transform: rotate(-45deg);
    }

    50% {
        transform: rotate(135deg);
    }

    100% {
        transform: rotate(135deg);
    }
}

@keyframes after {
    0% {
        transform: rotate(-45deg);
    }

    50% {
        transform: rotate(135deg);
    }

    100% {
        transform: rotate(315deg);
    }
}

.banner .full-content .pagination .swiper-pagination {
    float: right;
    position: static;
}

.banner .full-content .pagination .swiper-pagination span,
.banner .full-content .pagination .swiper-pagination span:before {
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
}

.banner .full-content .pagination .swiper-pagination .swiper-pagination-total {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
}

.banner .full-content .pagination .swiper-pagination .swiper-pagination-total:before {
    content: "";
    height: 10px;
    width: 1px;
    background: #fff;
    transform: rotateZ(20deg);
    margin: 0 16px 2px;
}

.banner .full-content .pagination .swiper-pagination .swiper-pagination-current {
    font-size: 24px;
    color: #ffffff;
}

.banner .swiper-progress {
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 4;
    height: 6px;
}

.banner .swiper-progress .content {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    height: 100%;
    background-color: rgb(206, 177, 126);
}

.banner.empty {
    padding-top: 100px;
    position: static;
}

.banner.empty .full-content,
.banner.empty .full-content .down {
    position: static;
}

.banner.empty .full-content .position {
    color: #999999;
    padding: 32px 0;
}

.header-placeholder {
    position: relative;
    z-index: 1;
    padding-top: 64%;
}

.main {
    position: relative;
    z-index: 4;
    background-image: url(../images/guanxian.jpg);
    background-size: 100% 100%;
}

.footer {
    position: relative;
    z-index: 3;
    background-color: #000;
    color: #fff;

}



.footer .body-content {
    /*border-bottom: 1px solid #5e5e5e;*/
}

.footer .nav {
    margin-top: -24px;
}

.footer .nav .blogroll {
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-align: center;
    display: inline-block;
    margin-left: 54px;
    background-color: rgb(206, 177, 126);
    font-size: 14px;
    height: 54px;
    line-height: 54px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    border: 1px solid rgb(206, 177, 126);
    width: 180px;
}

.footer .nav .blogroll .slide {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    left: -1px;
    right: -1px;
    top: 100%;
    position: absolute;
    overflow: hidden;
    background-color: rgb(206, 177, 126);
    border: 1px solid rgb(206, 177, 126);
    border-top: 0;
    -webkit-border-radius: 0 0 28px 28px;
    -moz-border-radius: 0 0 28px 28px;
    border-radius: 0 0 28px 28px;
}

.footer .nav .blogroll .slide .item {
    line-height: 18px;
    text-align: center;
    padding: 10px;
}

.footer .nav .blogroll .slide .item a {
    display: inline-block;
}

.footer .nav .blogroll .iconfont {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 12px;
    margin-left: 48px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #fff;
}

.footer .nav .blogroll.active {
    -webkit-border-radius: 28px 28px 0 0;
    -moz-border-radius: 28px 28px 0 0;
    border-radius: 28px 28px 0 0;
}

.footer .nav .blogroll.active .slide {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
}

.footer .nav .blogroll.active .iconfont {
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    border-color: rgb(206, 177, 126);
}

.footer .nav a {
    position: relative;
}

.footer .nav a:after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    top: 100%;
    margin-top: 2px;
    height: 2px;
    background-color: #ceb17e;
}

.footer .nav .navbar a:hover:after,
.footer .nav .blogroll a:hover:after {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
}

.footer .line {
    width: 40%;
    max-width: 658px;
    background-color: #5e5e5e;
    margin: 50px 0 80px;
}

.footer .copyright {
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-align: end;*/
    /*-ms-flex-align: end;*/
    /*-webkit-align-items: flex-end;*/
    /*align-items: flex-end;*/
    /*-webkit-box-pack: justify;*/
    /*-ms-flex-pack: justify;*/
    /*-webkit-justify-content: space-between;*/
    /*justify-content: space-between;*/
}

.footer .copyright .clear {
    /*width: 31.5%;*/
    /*min-width: 450px;*/
    position: relative;
}

.footer .copyright .clear .fl {
    margin-right: 300px;
    float: none;
}

.footer .copyright .clear .wechat {
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 768px) {
    .footer .copyright .clear .wechat {
        margin-top: 50px;
        position: relative;
    }
}

.footer .copyright .clear .fl:not(.wechat) .row {
    position: relative;
    padding-left: 52px;
}

.footer .copyright .clear .fl .row .code:not(:last-child) {
    margin-right: 12px;
}

.footer .copyright .clear .fl .row .code {
    text-align: center;
    width: 100px;
    font-size: 12px;
}

.footer .copyright .clear .fl .row .code img {
    display: block;
    width: 100%;
    margin-bottom: 8px;
}

.footer .copyright .clear .fl .row .iconfont {
    position: absolute;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.footer .copyright .clear .footer-item-title {
    font-size: 112.5%;
}

.footer .copyright .clear .row {
    margin-top: 36px;
}

.footer .copyright .clear .row:hover .iconfont.circle {
    background-color: #fff;
    color: #363636;
}

.footer .copyright .clear .iconfont {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.footer .copyright .clear .iconfont.circle {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 100%;
    text-align: center;
    border: 1px solid #fff;
    margin-right: 12px;
}

.footer .copyright .clear .middle .iconfont {
    font-size: 20px;
    margin-right: 36px;
    /*color: #6d6d6d;*/
}

.footer .copyright .clear .middle .iconfont:hover {
    color: rgb(206, 177, 126);
}

.footer .copyright .clear .middle:last-child .iconfont {
    margin-right: 0;
}

.footer .beian {
    /*width: 48%;*/
    font-size: 0;
    text-align: justify;
    color: rgba(255, 255, 255, 0.5);
    padding-top: 24px;
    margin: auto;
    width: 90%;
    padding-bottom: 24px;
}

.footer .beian span {
    vertical-align: bottom;
    margin: 4px 8px 0;
    font-size: 14px;
}

.footer .beian:after {
    content: "";
    width: 100%;
    display: inline-block;
}

.home-about .home-about-bg,
.home-about .home-about-bg .baseboard,
.home-about .home-about-bg .masking,
.home-about .home-about-bg .cover-img,
.home-about .home-about-bg .filter {
    top: 0;
    bottom: 0;
    position: absolute;
}

.home-about .home-about-bg,
.home-about .home-about-bg .baseboard,
.home-about .home-about-bg .cover-img,
.home-about .home-about-bg .filter {
    left: 0;
    right: 0;
    z-index: 1;
}

.home-about .home-about-bg .baseboard {
    background-image: url(../images/aboutbj.jpg);
    background-size: 100%;
}

.home-about .home-about-bg .masking {
    right: 0;
    width: 27.42857143%;
    z-index: 2;
    clip-path: polygon(100% 0, 66.666% 0%, 59.25983799% 0.47058824%, 56.25833667% 0.94117647%, 54.00109654% 1.41176471%, 52.13700352% 1.88235294%, 50.52923606% 2.35294118%, 49.10724375% 2.82352941%, 47.82890907% 3.29411765%, 46.66666667% 3.76470588%, 45.60129223% 4.23529412%, 44.61873907% 4.70588235%, 43.70837114% 5.17647059%, 42.86190524% 5.64705882%, 42.07274239% 6.11764706%, 41.33552641% 6.58823529%, 40.64584167% 7.05882353%, 40% 7.52941176%, 39.39488638% 8%, 38.82784485% 8.47058824%, 38.29659245% 8.94117647%, 37.79915321% 9.41176471%, 37.33380682% 9.88235294%, 36.89904817% 10.35294118%, 36.49355502% 10.82352941%, 36.11616203% 11.29411765%, 35.76583964% 11.76470588%, 35.44167667% 12.23529412%, 35.14286613% 12.70588235%, 34.86869329% 13.17647059%, 34.61852579% 13.64705882%, 34.39180545% 14.11764706%, 34.18804122% 14.58823529%, 34.00680343% 15.05882353%, 33.84771889% 15.52941176%, 33.71046678% 16%, 33.59477528% 16.47058824%, 33.50041876% 16.94117647%, 33.42721554% 17.41176471%, 33.37502607% 17.88235294%, 33.34375163% 18.35294118%, 33.333% 18.823%, 33.3333% 81.176%, 33.32291504% 81.64705882%, 33.29164059% 82.11764706%, 33.23945113% 82.58823529%, 33.1662479% 83.05882353%, 33.07189139% 83.52941176%, 32.95619989% 84%, 32.81894778% 84.47058824%, 32.65986324% 84.94117647%, 32.47862545% 85.41176471%, 32.27486122% 85.88235294%, 32.04814087% 86.35294118%, 31.79797338% 86.82352941%, 31.52380053% 87.29411765%, 31.22498999% 87.76470588%, 30.90082703% 88.23529412%, 30.55050463% 88.70588235%, 30.17311165% 89.17647059%, 29.7676185% 89.64705882%, 29.33285984% 90.11764706%, 28.86751346% 90.58823529%, 28.37007422% 91.05882353%, 27.83882181% 91.52941176%, 27.27178029% 92%, 26.66666667% 92.47058824%, 26.02082499% 92.94117647%, 25.33114026% 93.41176471%, 24.59392427% 93.88235294%, 23.80476143% 94.35294118%, 22.95829552% 94.82352941%, 22.04792759% 95.29411765%, 21.06537443% 95.76470588%, 20% 96.23529412%, 18.83775759% 96.70588235%, 17.55942292% 97.17647059%, 16.13743061% 97.64705882%, 14.52966315% 98.11764706%, 12.66557013% 98.58823529%, 10.40833% 99.05882353%, 7.40682868% 99.52941176%, 0% 100%, 100% 100%);
}

.home-about .home-about-bg .masking .cover-img {
    background-position: right center;
    background-image: url(../images/home-about-bg.jpg);
    /* -webkit-filter: blur(30px); */
    /* -ms-filter: blur(30px); */
    filter: blur(6px);
}

.home-about .home-about-bg .masking .filter {
    z-index: 2;
    opacity: 0.8;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==);
}

.home-about .body-content {
    z-index: 2;
}

.home-about .left {
 
    width: 95%;
   
}
.home-about .left.index{ max-width: 100%;
    width: 50%;}

.home-about .left .detail {
    margin-top: 48px;
    font-size: 14px;
    color: #ceb17e;
    line-height: 1.6;
}

.home-about .left .line {
    margin: 20px auto;
}

.home-about .left .idea {
    margin-right: 0;
    margin-top: 40px;
    font-size: 0;
}

.home-about .left p {
    color: #ceb17e;
    line-height: 1.8em;
}


.home-about .left .idea .col-4-item:first-child .col-item-content {
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
    border-left: 1px solid rgb(206, 177, 126);
}

.home-about .left .idea .col-4-item:last-child .col-item-content {
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
}

.home-about .left .idea .col-item-content {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding: 40px 20px;
    border: 1px solid rgb(206, 177, 126);
    border-left: 0;
    font-size: 20px;
    color: rgb(206, 177, 126);
}

.home-about .left .idea .col-item-content .iconfont {
    display: inline-block;
    vertical-align: top;
    font-size: 180%;
    height: 40px;
    line-height: 40px;
}

.home-about .left .idea .col-item-content .big {
    font-weight: bold;
    margin-top: 100px;
}

.home-about .left .idea .col-item-content .small {
    font-size: 60%;
    color: rgb(206, 177, 126);
    text-transform: uppercase;
    line-height: 16px;
    margin-top: 6px;
    height: 32px;
}

.home-about .left .idea .col-4-item:hover .col-item-content {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: rgb(206, 177, 126);
    color: #fff;
    border-color: rgb(206, 177, 126);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.home-about .left .idea .col-4-item:hover .col-item-content .small {
    color: rgba(255, 255, 255, 0.5);
}

.home-about .right {
    position: absolute;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 7.14285714%;
    width: 40%;
    max-width: 619px;
}

.home-about .right .content {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.home-about .right .cover-img,
.home-about .right .cover-img:after,
.home-about .right .masking,
.home-about .right .masking:after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.home-about .right .masking {
    position: absolute;
    left: -8.8%;
    top: -8.8%;
    bottom: -8.8%;
    right: -8.8%;
    border: 1px solid rgb(235 202 145);
}

.home-about .right .masking:after {
    content: "";
    display: block;
    width: 95.6%;
    height: 95.6%;
    margin: 2.2%;
    border: 1px solid rgb(235 202 145);
}

.home-about .right .cover-img {
    padding-top: 100%;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.3);
}

.home-about .right .cover-img:after {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, transparent 28%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, transparent 28%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, transparent 28%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, transparent 28%);
    background: linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, transparent 28%);
}

.home-about .right .cover-img:after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.home-about .right .focus {
    position: absolute;
    left: 6.5%;
    bottom: 5.5%;
}

.home-product .col-3-item {
    float: left;
}

.home-product .col-3-item .full-content {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}

.home-product .col-3-item .full-content .cover-img {
    width: 36px;
    -webkit-background-size: 100% 300%;
    -moz-background-size: 100% 300%;
    background-size: 100% 300%;
    background-image: url(../images/home-product.png);
    background-position-x: 0;
}

.home-product .col-3-item .full-content .cover-img:after {
    content: "";
    display: block;
    padding-top: 100%;
}

.home-product .col-3-item .full-content .line {
    background-color: #fff;
    height: 2px;
    margin-top: 70px;
}

.home-product .col-3-item .full-content .small {
    font-weight: 300;
    font-size: 16px;
    margin-top: 20px;
}

.home-product .col-3-item .full-content .active-panel,
.home-product .col-3-item .full-content .default-panel {
    z-index: 2;
}

.home-product .col-3-item .full-content .default-panel {
    position: relative;
    height: 40vw;
}

.home-product .col-3-item .full-content .default-panel .fr {
    font-size: 112.5%;
    float: left;
}

.home-product .col-3-item .full-content .default-panel .big {
    margin-top: 70px;
}

.home-product .col-3-item .full-content .default-panel .more {
    margin-top: 118%;
    font-size: 0;
    line-height: 1;
}

.home-product .col-3-item .full-content .default-panel .more span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #fff;
    margin-right: 16px;
}

.home-product .col-3-item .full-content .default-panel .more span:nth-of-type(2) {
    opacity: 0.5;
}

.home-product .col-3-item .full-content .default-panel .more span:nth-of-type(3) {
    opacity: 0.3;
}

.home-product .col-3-item .full-content .active-panel {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    margin-top: 12px;
    text-align: center;
}

.home-product .col-3-item .full-content .active-panel .cover-img {
    margin: 0 auto 32px;
}

.home-product .col-3-item .full-content .active-panel .order,
.home-product .col-3-item .full-content .active-panel .content,
.home-product .col-3-item .full-content .active-panel .line {
    z-index: 2;
}

.home-product .col-3-item .full-content .active-panel .order,
.home-product .col-3-item .full-content .active-panel .line {
    position: absolute;
}

.home-product .col-3-item .full-content .active-panel .order {
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    top: 35%;
    font-size: 793.75%;
    color: rgba(255, 255, 255, 0.1);
}

.home-product .col-3-item .full-content .active-panel .line {
    left: 84px;
    right: 84px;
    bottom: 84px;
}

.home-product .col-3-item .full-content .active-panel .content {
    position: absolute;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.home-product .col-3-item .full-content .active-panel .focus {
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 63px;
    background-image: url(../images/more.png);
    margin: 50px auto 0;
}

.home-product .col-3-item .full-content .active-panel .focus:after {
    content: "";
    display: block;
    padding-top: 100%;
}

.home-product .col-3-item .full-content .active-panel .focus:before {
    right: 10px;
    top: 2px;
}

.home-product .col-3-item .full-content .active-panel:before {
    content: "";
    background-color: rgb(206, 177, 126);
    opacity: 0.8;
    z-index: 0;
}

.home-product .col-3-item .full-content .active-panel,
.home-product .col-3-item .full-content .active-panel:before,
.home-product .col-3-item .full-content:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

.home-product .col-3-item .full-content:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

.home-product .col-3-item .full-content:hover .default-panel {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.home-product .col-3-item .full-content:hover .active-panel {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
    margin-top: 0;
}

.home-product .col-3-item:nth-of-type(1) .full-content .cover-img {
    background-position-y: 0;
}

.home-product .col-3-item:nth-of-type(2) .full-content .cover-img {
    background-position-y: 50%;
}

.home-product .col-3-item:nth-of-type(3) .full-content .cover-img {
    background-position-y: 100%;
}

.home-news .body-content .tab-options {
    margin-right: 220px;
}

.row-classify {
    line-height: 75px;
}

.row-classify .tab-options {
    text-align: right;
}

.row-classify .tab-options .item {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    margin: 0 20px;
    color: #d0b585;
    cursor: pointer;
}

.row-classify .tab-options .item:after {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    height: 2px;
    background-color: rgb(206, 177, 126);
    bottom: 16px;
}

.row-classify .tab-options .item.active {
    color: rgb(206, 177, 126);
}

.row-classify .tab-options .item.active:after {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
}

.home-news .tab-content {
    margin-top: 24px;
    cursor: url("../images/mouse-style.png"), auto;
}

.home-news .tab-content .swiper-wrapper {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.home-news .tab-content .swiper-slide:before {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    content: "";
    display: block;
    height: 62px;
}

.home-news .tab-content .swiper-slide:hover:before {
    height: 0;
}

.home-news .tab-content .swiper-slide:hover .content .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    height: 64px;
}

.home-news .tab-content .swiper-slide:hover .content .margin {
    height: 50px;
}

.home-news .tab-content .swiper-slide:hover .content .bottom .more {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
}

.home-news .tab-content .swiper-slide:hover .content:before {
    height: 0;
}

.home-news .content {
    position: relative;
    margin: 0 21px;
    /* padding: 26px 20px; */
    width: 100%;
    
    line-height: 1.6;
}

.home-news .content .cover-img {
    padding-top: 100%;
    background-size: cover;
}

.home-news .content .cover-img.honour {
    padding-top: 70%;
    background-size: 100%;
}

.home-news .content .title {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 32px;
    font-size: 20px;
    font-weight: bold;
    margin: 36px auto 16px;
    color: #fff;

}

.home-news .content .detail {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    height: 44px;
    color: #ffffffb5;
    ;
}

.home-news .content .margin {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    height: 20px;
}

.home-news .content .bottom {
    position: relative;
    font-size: 14px;
    color: #fff;

}

.home-news .content .bottom .more {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: auto;
}

.home-news .swiper-slide:hover .content .bottom .more,
.home-news .col-item-content:hover .content .bottom .more {
    background-image: url(../images/more-active.png);
}

.classify {
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #000;
}

.classify .item {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    margin: 0 35px;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.classify .item .icon {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 20px;
    height: 20px;
    background-position-x: 0;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.classify .item:after {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 100%;
    height: 4px;
    margin-top: 4px;
    background-color: rgb(206, 177, 126);
}

.classify .item:hover,
.classify .item.active {
    color: rgb(206, 177, 126);
}

.classify .item:hover .icon,
.classify .item.active .icon {
    -webkit-filter: none;
    filter: none;
}

.classify .item:hover:after,
.classify .item.active:after {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
    margin-top: -4px;
}

.classify .product .item .icon {
    background-image: url(../images/home-product-active.png);
    -webkit-background-size: 100% 300%;
    -moz-background-size: 100% 300%;
    background-size: 100% 300%;
}

.classify .product .item:nth-of-type(1) .icon {
    background-position-y: 0;
}

.classify .product .item:nth-of-type(2) .icon {
    background-position-y: 50%;
}

.classify .product .item:nth-of-type(3) .icon {
    background-position-y: 100%;
}

.classify .news .item .icon {
    width: 24px;
    height: 25px;
    background-image: url(../images/news-calssify.png);
    -webkit-background-size: 100% 200%;
    -moz-background-size: 100% 200%;
    background-size: 100% 200%;
}

.classify .news .item:nth-of-type(1) .icon {
    background-position-y: 0;
}

.classify .news .item:nth-of-type(2) .icon {
    background-position-y: 100%;
}

.product-list .col-3 {
   margin: 0;
}

.product-list .col-3 .col-3-item {
    float: left;
}

.product-list .col-3 .col-3-item .col-item-content {
    -webkit-transition: box-shadow 0.2s linear;
    -moz-transition: box-shadow 0.2s linear;
    -ms-transition: box-shadow 0.2s linear;
    -o-transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
    margin: 0;
    background-color: #f9f9f9;
    padding: 5% 10%;
    display: flex;
}

.product-list .col-3 .col-3-item .col-item-content .zh,
.product-list .col-3 .col-3-item .col-item-content .en {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.product-list .col-3 .col-3-item .col-item-content .zh {
    font-size: 24px;
}

.product-list .col-3 .col-3-item .col-item-content .en {
    font-size: 14px;
    color: #9f9f9f;
    margin-top: 6px;
}

.product-list .col-3 .col-3-item .col-item-content .product-img {
    position: relative;
    width: 50%;
}

.product-list .col-3 .col-3-item .col-item-content .product-img .contain-img {
    position: relative;
    z-index: 2;
    padding-top: 100%;
    transition: all 0.2s linear;
}
.product-list .col-3 .col-3-item .col-item-content .product-img .contain-img:hover{transform: scale(1.1);}



.product-list .col-3 .col-3-item .col-item-content .product-img .contain-img.default {
    /*-webkit-filter: drop-shadow(0 40px 5px rgba(0, 0, 0, 0.1));*/
    /*filter: drop-shadow(0 40px 5px rgba(0, 0, 0, 0.1));*/
}

.product-list .col-3 .col-3-item .col-item-content .product-img .contain-img.inverted {
    -webkit-transform: rotateZ(180deg) rotateY(180deg);
    -moz-transform: rotateZ(180deg) rotateY(180deg);
    -ms-transform: rotateZ(180deg) rotateY(180deg);
    -o-transform: rotateZ(180deg) rotateY(180deg);
    transform: rotateZ(180deg) rotateY(180deg);
    display: none;
}

.product-list .col-3 .col-3-item .col-item-content .product-img .contain-img.inverted:after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(top, #f9f9f9 0, #f9f9f9 40%, #f9f9f987 80%, transparent 100%);
    background-image: -moz-linear-gradient(top, #f9f9f9 0, #f9f9f9 40%, #f9f9f987 80%, transparent 100%);
    background-image: -ms-linear-gradient(top, #f9f9f9 0, #f9f9f9 40%, #f9f9f987 80%, transparent 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0, #f9f9f9 40%, #f9f9f987 80%, transparent 100%);
    background-image: linear-gradient(top, #f9f9f9 0, #f9f9f9 40%, #f9f9f987 80%, transparent 100%);
}

.product-list .col-3 .col-3-item .col-item-content .option {
    text-align: left;
    margin-top: 24px;
}

.product-list .col-3 .col-3-item .col-item-content:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 30px 40px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 30px 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 30px 40px rgba(0, 0, 0, 0.2);
}

.product-list .col-3 .col-3-item .col-item-content:hover .zh,
.product-list .col-3 .col-3-item .col-item-content:hover .en {
    color: rgb(206, 177, 126);
}

.product-list .col-3 .col-3-item .col-item-content:hover .product-img .inverted:after {
    background-image: -webkit-linear-gradient(top, #fff 0, #fff 40%, rgba(255, 255, 255, 0.4) 80%, transparent 100%);
    background-image: -moz-linear-gradient(top, #fff 0, #fff 40%, rgba(255, 255, 255, 0.4) 80%, transparent 100%);
    background-image: -ms-linear-gradient(top, #fff 0, #fff 40%, rgba(255, 255, 255, 0.4) 80%, transparent 100%);
    background-image: -o-linear-gradient(top, #fff 0, #fff 40%, rgba(255, 255, 255, 0.4) 80%, transparent 100%);
    background-image: linear-gradient(top, #fff 0, #fff 40%, rgba(255, 255, 255, 0.4) 80%, transparent 100%);
}

.product-detail .body-content {
    height: 790px;
}

.product-detail .left,
.product-detail .right {
    width: 48.5%;
}

.product-detail .left .content,
.product-detail .right .content {
    padding: 8%;
}

.product-detail .left {
    position: relative;
    background-color: #eef3fa;
    height: 100%;
}

.product-detail .left .swiper-top {
    position: absolute;
    top: 8%;
    left: 8%;
    right: 8%;
    height: 68.5%;
}

.product-detail .left .swiper-bottom {
    position: absolute;
    left: 8%;
    bottom: 8%;
    right: 20%;
}

.product-detail .left .swiper-bottom .swiper-slide-active .contain-img {
    border: 2px solid rgb(206, 177, 126);
}

.product-detail .left .swiper-bottom .contain-img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-right: 16%;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    cursor: pointer;
}

.product-detail .left .swiper-bottom .contain-img:after {
    content: "";
    display: block;
    padding-top: 100%;
}

.product-detail .left .icon-sousuofangda {
    text-align: center;
    position: absolute;
    right: 8%;
    bottom: 8%;
    width: 11.8%;
    color: rgb(206, 177, 126);
    font-weight: bold;
    border: 1px solid rgb(206, 177, 126);
    cursor: pointer;
}

.product-detail .left .icon-sousuofangda:before {
    position: absolute;
    top: 50%;
    display: block;
    left: 50%;
    font-size: 24px;
    margin: -12px;
}

.product-detail .left .icon-sousuofangda:after {
    content: "";
    display: block;
    padding-top: 100%;
}

.product-detail .right .clear,
.product-detail .right .parameter {
    font-size: inherit !important;
}

.product-detail .right {
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    border: 1px solid #b3b3b3;
    overflow-y: scroll;
    font-size: 20px;
}

.product-detail .right .row-title {
    font-size: inherit;
}

.product-detail .right .row-title .zh {
    font-size: 160%;
    color: rgb(206, 177, 126);
}

.product-detail .right .row-title .en {
    font-size: 240%;
}

.product-detail .right .button {
    color: #fff;
    background-color: rgb(206, 177, 126);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    line-height: 1;
    padding: 16px 20px;
    font-size: 80%;
}

.product-detail .right .line {
    margin: 6% 0;
}

.product-detail .right .detail-title {
    font-size: 130%;
    color: rgb(206, 177, 126);
    margin-bottom: 4%;
}

.product-detail .right .list {
    color: #333;
}

.product-detail .right .list li {
    position: relative;
    padding-left: 16px;
}

.product-detail .right .list li:before {
    position: absolute;
    content: "";
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background-color: #333;
    left: 0;
    top: 16px;
}

.product-detail .right .list li .text {
    line-height: 1.5;
}

.product-detail .right .list li .text span {
    font-size: 120%;
    font-weight: bold;
    font-style: italic;
}

.product-detail .right .parameter {
    line-height: 1.8;
}

.product-detail .right .parameter .clear .name {
    line-height: 1.5;
    color: rgb(206, 177, 126);
    font-size: 120%;
    float: left;
}

.product-detail .right .parameter .clear .value {
    margin-left: 150px;
}

.product-detail .right .product-feature {
    margin-top: 6%;
}

.product-detail .right .product-feature .flex .text {
    margin-right: 24px;
}

.product-detail .right .product-feature .flex .text .title {
    margin-bottom: 2%;
    color: rgb(206, 177, 126);
}

.product-detail .right .product-feature .flex .text .title .cover-img {
    width: 40px;
    background-image: url(../images/detail.png);
    -webkit-background-size: 100% 400%;
    -moz-background-size: 100% 400%;
    background-size: 100% 400%;
    background-position-x: 0;
    display: none;
}

.product-detail .right .product-feature .flex .text .title .cover-img:after {
    content: "";
    display: block;
    padding-top: 100%;
}

.product-detail .right .product-feature .flex .text .p {
    font-size: 80%;
}

.product-detail .right .product-feature .flex .dot {
    width: 58px;
}

.product-detail .right .product-feature .flex:nth-of-type(1) .text .cover-img {
    background-position-y: 0;
}

.product-detail .right .product-feature .flex:nth-of-type(3) .text .cover-img {
    background-position-y: 33.33333333%;
}

.product-detail .right .product-feature .flex:nth-of-type(5) .text .cover-img {
    background-position-y: 66.666666%;
}

.product-detail .right .product-feature .flex:nth-of-type(7) .text .cover-img {
    background-position-y: 100%;
}

.product-detail .right .product-feature .hr {
    margin: 4% 0;
    height: 3px;
    width: 10px;
    background-color: rgb(206, 177, 126);
}

.product-detail .right .t-center {
    margin-top: 6%;
}

.fixed-panel {
    position: fixed;
    z-index: 3280;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.fixed-panel,
.fixed-panel .masking {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.fixed-panel .masking {
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}

.fixed-panel .video-container {
    width: 100%;
    max-width: 1000px;
}

.fixed-panel .video-container:after {
    content: "";
    display: block;
    padding-top: 64%;
}

.fixed-panel .video-container .video-content {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

.fixed-panel .video-container .video-content iframe,
.fixed-panel .video-container .video-content video {
    width: 100%;
    height: 100%;
    border: 0;
}

.fixed-panel .fixed-content,
.fixed-panel .video-container {
    position: absolute;
    top: 50%;
    display: block;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.fixed-panel .fixed-content .icon-guanbi,
.fixed-panel .video-container .icon-guanbi {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 2s;
    -moz-transition-delay: 2s;
    -ms-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    top: 100%;
    color: #fff;
    margin: 24px 0 0 -12px;
    cursor: pointer;
    pointer-events: none;
}

.fixed-panel .fixed-content:hover .icon-guanbi,
.fixed-panel .video-container:hover .icon-guanbi {
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.fixed-panel .fixed-content {
    display: inline-block;
    width: 100%;
    height: 80%;
}

.fixed-panel .fixed-content img,
.fixed-panel .fixed-content video {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.fixed-panel.active {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
}

.invite-detail {
    padding-top: 12vw;
    font-size: 18px;
}

.invite-detail .row-title {
    padding-top: 0;
}


.invite-detail p{color:#fff;}
.invite-detail .line {
    margin: 4% 0;
}

.invite-detail .invite-title {
    font-size: 20px;
}

.invite-detail .invite-content {
    font-size: 14px;
    margin: 3% 0;
}

.invite-detail .invite-content ul {
    padding-left: 16px;
    margin-left: 6px;
}

.invite-detail .invite-content ul li {
    list-style: auto;
    margin: 2% auto;
}

.invite-detail .invite-content .item {
    vertical-align: middle;
    display: inline-block;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 18px;
    margin-right: 3%;
    padding: 16px 24px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #e5e5e5;
    line-height: 1;
}

.invite-detail .invite-content .item .iconfont {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: rgb(206, 177, 126);
    margin-right: 12px;
}

.invite-detail .invite-content .item:hover {
    color: #fff;
    background-color: rgb(206, 177, 126);
    border-color: rgb(206, 177, 126);
}

.invite-detail .invite-content .item:hover .iconfont {
    color: #fff;
}

.news-list .col-3 {
    margin-right: -2%;
    margin-bottom: -2%;
}

.news-list .col-3 .col-3-item {
    float: left;
}

.news-list .col-3 .col-3-item .col-item-content {
    margin-right: 4%;
    margin-bottom: 6%;
}

.news-list .col-3 .col-3-item .col-item-content:hover .content {
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}

.news-list .content {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin: 0;
}

.news-list .content .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    height: 64px;
}

.news-list .content .bottom .more {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
}

.news-swiper .left,
.news-swiper .right {
    width: 48%;
     
}

.news-swiper .left {
  
       transition: all 0.2s linear;
}

.news-swiper .left:hover{ transform: scale(1.06);}

.news-swiper .left .cover-img {
    padding-top: 100%;
}

.news-swiper .right .title {
    font-weight: bold;
}

.news-swiper .right .title .fl {
    color: rgb(206, 177, 126);
    line-height: 1;
}

.news-swiper .right .title .fl .big {
    font-size: 58px;
}

.news-swiper .right .title .fl .small {
    margin-top: 4px;
    font-size: 18px;
}

.news-swiper .right .title .text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 32px;
    margin-left: 120px;
    color: #fff;
}

.news-swiper .right .detail {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 16px;
    color: #fff;
    margin: 56px auto;
    line-height: 1.6;
}

.news-swiper .right .more {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.news-swiper .swiper-slide:hover .more {
    background-image: url(../images/more-active.png);
}

.news-swiper .pagination {
    margin-top: 48px;
}

.news-swiper .pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-right: 24px;
    background: #fff;
}

.news-swiper .pagination .swiper-pagination-bullet-active {
    background-color: rgb(206, 177, 126);
}

.news-detail.banner {
    clip-path: polygon(0% 0%, 100% 0, 100% 97%, 52% 97%, 50% 100%, 48% 97%, 0% 97%);
}

.news-detail.banner .masking>div {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

.news-detail.banner .masking .column-bg-filtration {
    background-color: rgb(206, 177, 126);
}

.news-detail.banner .masking .column-bg-img {
    opacity: 0.4;
    -webkit-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
}

.news-detail.banner .masking .column-bg-filter {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==);
}

.news-detail.banner .down {
    position: static;
}

.news-detail.banner .full-content {
    top: auto;
}

.news-detail.banner .full-content .article-info {
    text-align: center;
    font-size: 14px;
    margin-bottom: 84px;
}

.news-detail.banner .full-content .article-info span {
    display: inline-block;
    margin: 0 16px;
}

.news-detail.banner .full-content .news-title {
    font-size: 48px;
    margin: 84px auto;
    max-width: 750px;
    text-align: center;
}

.news-detail .body-content .set::after {
    padding-top: 120%;
}

.news-detail .body-content .news-detail-content {
    color: #fff;
    line-height: 1.8;
    padding-bottom: 70px;
    border-bottom: 1px solid #e5e5e5;
    margin: auto;
    width: 80%;
}

.news-detail .body-content .news-detail-content img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.news-detail .body-content .news-other {
    position: relative;
    font-size: 20px;
}

.news-detail .body-content .news-other .page {
    margin-right: 200px;
}

.news-detail .body-content .news-other .page .clear {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-align: left;
    margin: 40px auto;
   color: rgb(255 255 255);
}

.news-detail .body-content .news-other .page .clear .fl {
    opacity: 0.8;
}

.news-detail .body-content .news-other .page .clear a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.news-detail .body-content .news-other .page .clear:hover {
    color: rgb(206, 177, 126);
}

.news-detail .body-content .news-other .back {
    position: absolute;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-size: 90%;
    color: rgb(206, 177, 126);
    line-height: 1;
}

.news-detail .body-content .news-other .back .iconfont {
    font-size: 24px;
}

.cooperation-top .left,
.cooperation-top .right {
    width: 48%;
}

.cooperation-top .left .cover-img {
    padding-top: 69.5035461%;
}

.cooperation-top .right {
    top: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    /* border-top: 2px solid rgb(206, 177, 126);
    border-bottom: 2px solid rgb(206, 177, 126); */
}

.cooperation-top .right .content {
    position: absolute;
    top: 50%;
    display: block;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cooperation-top .right .content .title {
    font-size: 45px;
    font-weight: bold;
    color: rgb(206, 177, 126);
}

.cooperation-top .right .content .title .cover-img {
    width: 62px;
    background-image: url(../images/coo.png);
}

.cooperation-top .right .content .title .cover-img:after {
    content: "";
    display: block;
    padding-top: 100%;
}

.cooperation-top .right .content .big {
    font-size: 24px;
    font-weight: bold;
    margin: 70px auto 16px;
    color: #fff;
}

.cooperation-top .right .content .small {
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
    letter-spacing: 5px;
}

.cooperation .main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.cooperation .left {
    width: 48.5%;
    font-size: 18px;
}

.cooperation .left .clear {
    margin-bottom: 24px;
}

.cooperation .left .clear .fl {
    line-height: 60px;
    color: #fff;
}

.cooperation .left .clear .put {
    position: relative;
    margin: 0 12px 0 100px;
}

.cooperation .left .clear .put input,
.cooperation .left .clear .put textarea {
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    width: 95%;
    padding-left: 5%;
}

.cooperation .left .clear .put input {
    line-height: 58px;
    height: 58px;
}

.cooperation .left .clear .put textarea {
    min-height: 158px;
    padding-top: 29px;
    padding-bottom: 29px;
}

.cooperation .left .clear .put.important:after {
    content: "*";
    position: absolute;
    right: -20px;
    top: 0;
    color: red;
    line-height: 1;
}

.cooperation .left button {
    border: 0 none;
    outline: 0 none;
    margin-top: 24px;
}

.cooperation .right {
    margin-right: -84px;
    width: 48.5%;
}

.cooperation .right .content {
    padding: 20% 15%;
    background-image: url(../images/contact.jpg);
    -webkit-border-radius: 12px 0 0 0;
    -moz-border-radius: 12px 0 0 0;
    border-radius: 12px 0 0 0;
}

.cooperation .right .content .row {
    position: relative;
    margin-bottom: 42px;
    padding-left: 56px;
}

.cooperation .right .content .row .iconfont {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    color: rgb(206, 177, 126);
    border: 1px solid rgb(206, 177, 126);
    text-align: center;
    line-height: 48px;
    width: 48px;
}

.cooperation .right .content .row .name {
    font-size: 16px;
}

.cooperation .right .content .row .value {
    font-size: 26px;
}

.cooperation .right .content .more {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.cooperation .right .content a {
    display: inline-block;
}

.cooperation .right .content a:hover .more {
    background-image: url(../images/more-active.png);
}

.contact .col-3 {
    display: table;
    width: 100%;
}

.contact .col-3 .col-3-item {
    display: table-cell;
    border: 1px solid #e5e5e5;
    border-left: 0 none;
}

.contact .col-3 .col-3-item:first-child {
    border-left: 1px solid #e5e5e5;
}

.contact .col-3 .col-3-item,
.contact .col-3 .col-3-item .iconfont {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.contact .col-3 .col-3-item .col-item-content {
    padding: 10%;
    font-size: 20px;
}

.contact .col-3 .col-3-item .col-item-content .iconfont {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    width: 62px;
    height: 62px;
    background-color: rgb(206, 177, 126);
    color: #fff;
    text-align: center;
    line-height: 62px;
}

.contact .col-3 .col-3-item .col-item-content .title {
    font-size: 110%;
    margin: 50px auto 16px;
}

.contact .col-3 .col-3-item .col-item-content .small {
    font-size: 80%;
    margin-top: 20px;
}

.contact .col-3 .col-3-item:hover {
    background-color: rgb(206, 177, 126);
    color: #fff;
    border-color: rgb(206, 177, 126);
}

.contact .col-3 .col-3-item:hover .iconfont {
    background-color: #fff;
    color: rgb(206, 177, 126);
}

.culture .culture-content .body-content {
    z-index: 2;
    padding-bottom: 32%;
}

.culture .culture-content:after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    z-index: 1;
    top: 0;
    height: 50%;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
}

.culture .container {
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
}

.culture .container .col-4 {
    margin-right: -3%;
    margin-top: -3%;
}

.culture .container .col-4 .col-4-item {
    float: left;
}

.culture .container .col-4 .col-4-item .col-item-content {
    margin-right: 12%;
    margin-top: 12%;
    background-color: #fff;
    padding: 10%;
}

.culture .container .col-4 .col-4-item .col-item-content .cover-img {
    width: 48px;
    background-image: url("../images/contact.png");
    -webkit-background-size: 100% 400%;
    -moz-background-size: 100% 400%;
    background-size: 100% 400%;
    background-position-x: 0;
    margin-bottom: 36px;
}

.culture .container .col-4 .col-4-item .col-item-content .cover-img:after {
    content: "";
    display: block;
    padding-top: 100%;
}

.culture .container .col-4 .col-4-item .col-item-content .big {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 24px;
    /*display: none;*/
}

.culture .container .col-4 .col-4-item .col-item-content .small {
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 2;*/
    font-size: 15px;
    line-height: 1.6;
    height: 137px;
    margin-top: 12px;
    opacity: 0.7;
}

.culture .container .col-4 .col-4-item .col-item-content .dot {
    margin-top: 48px;
    display: none;
}

.culture .container .col-4 .col-4-item:nth-of-type(1) .cover-img {
    background-position-y: 0;
}

.culture .container .col-4 .col-4-item:nth-of-type(2) .cover-img {
    background-position-y: 33.33333333%;
}

.culture .container .col-4 .col-4-item:nth-of-type(3) .cover-img {
    background-position-y: 66.66666667%;
}

.culture .container .col-4 .col-4-item:nth-of-type(4) .cover-img {
    background-position-y: 100%;
}

.recruitment .tab-options {
    line-height: 48px;
    /* border-bottom: 1px solid #ddd; */
    text-align: center;
    margin-top: 48px;
}

.recruitment .tab-options .item {
    margin: 0;
    background-color: #fff;
    padding: 0 48px;
}

.recruitment .tab-options .item:after {
    display: none;
}

.recruitment .tab-options .item.active {
    background-color: rgb(206, 177, 126);
    color: #fff;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.recruitment .list {
    position: relative;
    margin-right: -3%;
    margin-bottom: -3%;
    font-size: 0;
}

.recruitment .list .middle {
    width: 50%;
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
}

.recruitment .list .middle .col-2-content {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: block;
    margin-right: 6%;
    margin-bottom: 6%;
    background-color: #fff;
    padding: 50px 24px;
    font-size: 14px;
}

.recruitment .list .middle .col-2-content .title,
.recruitment .list .middle .col-2-content .information {
    max-width: 700px;
    margin: 0 auto;
}

.recruitment .list .middle .col-2-content .title {
    line-height: 40px;
}

.recruitment .list .middle .col-2-content .title .fl {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: rgba(0, 0, 0, 0.9);
    font-weight: bold;
    font-size: 157%;
}

.recruitment .list .middle .col-2-content .title .iconfont {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    border-color: rgb(206, 177, 126);
    background-color: rgb(206, 177, 126);
    color: #fff;
    font-size: 16px;
    margin-left: 20%;
}

.recruitment .list .middle .col-2-content .information li {
    float: left;
    width: 48%;
}

.recruitment .list .middle .col-2-content .information li .content {
    padding: 0 36px;
    margin-top: 30px;
}

.recruitment .list .middle .col-2-content .information li .content .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0.5;
    margin-bottom: 12px;
}

.recruitment .list .middle .col-2-content .information li .content .value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0.9;
}

.recruitment .list .middle .col-2-content .information li:nth-of-type(3n-2),
.recruitment .list .middle .col-2-content .information li:nth-of-type(3n) {
    width: 26%;
}

.recruitment .list .middle .col-2-content .information li:nth-of-type(3n-2) .content {
    padding-left: 0;
    border-right: 1px dashed rgba(0, 0, 0, 0.2);
}

.recruitment .list .middle .col-2-content .information li:nth-of-type(3n) .content {
    padding-right: 0;
    border-left: 1px dashed rgba(0, 0, 0, 0.2);
}

.recruitment .list .middle .col-2-content .information li:nth-of-type(3n+1) {
    clear: both;
}

.recruitment .list .middle .col-2-content:hover {
    border: 0 none transparent;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.recruitment .list .middle .col-2-content:hover .title .fl {
    color: rgb(206, 177, 126);
}

.recruitment .list .middle .col-2-content:hover .title .iconfont {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
}

.recruitment .list .middle.spinner {
    display: none;
    width: 60px;
}

.recruitment .list.loading .middle {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.recruitment .list.loading .middle.spinner {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
    display: block;
}

.video .body-content {
    max-width: 800px;
}

.video .body-content:after {
    content: "";
    display: block;
    padding-top: 100%;
}

.video .body-content .row-title {
    left: 0;
    right: 0;
    position: absolute;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    padding-top: 0;
}

.video .body-content .row-title .zh {
    font-weight: normal;
    color: #fff;
}

.video .body-content .row-title .cover-img {
    width: 83px;
    max-width: 10%;
    background-image: url(../images/play.png);
    margin: 5% auto 0;
    cursor: pointer;
}

.video .body-content .row-title .cover-img:after {
    content: "";
    display: block;
    padding-top: 100%;
}

/*.functional .col-3 .col-3-item .col-item-content:hover .content {*/

/*-webkit-transform: translateY(-10%);*/
/*-moz-transform: translateY(-10%);*/
/*-ms-transform: translateY(-10%);*/
/*-o-transform: translateY(-10%);*/
/*transform: translateY(-10%);*/
/*}*/
.functional .col-3 .col-3-item .col-item-content {
   
    position: relative;
}

.functional .col-3 .col-3-item .col-item-content .content.active {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.functional .col-3 .col-3-item .col-item-content .content.active .title {
    margin-top: 0;
    white-space: normal;
}

.functional .col-3 .col-3-item .col-item-content .content.active .detail {
    height: auto;
    display: block;
}

.functional .col-3 .col-3-item .col-item-content .content.active  p{color: #d0b585;}

.functional .col-3 .col-3-item .col-item-content .content.active .box {
    overflow: hidden;
    height: 100%;
    padding: 5% 5%;
}

.functional .col-3 .col-3-item .col-item-content:hover .content.default {
    /* visibility: hidden; */
    opacity: 0.2;
    pointer-events: none;
}

.functional .col-3 .col-3-item .col-item-content:hover .content.active {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
}


.functional .content .title {
    color: #ceb17e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    height: auto !important;

}

.technology {
    background-image: url(../images/abg.jpg);
}

.advantage .right {
    top: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    width: 48.5%;
}

.advantage ul {
    width: 48.5%;
}

.advantage ul li {
    font-size: 16px;
    margin-top: 4%;
    position: relative;
    padding: 24px 80px;
    background-color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.advantage ul li .clear {
    margin-left: 12px;
}

.advantage ul li .clear .fl {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 45%;
    margin-right: 5%;
}

.advantage ul li .clear .fl.one div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.advantage ul li .clear .fl.one .big {
    color: rgb(206, 177, 126);
    font-size: 125%;
}

.advantage ul li .clear .fl.one .small {
    font-size: 60%;
    opacity: 0.5;
    text-transform: uppercase;
}

.advantage ul li .dot {
    position: absolute;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}

.advantage ul li .icon {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 90px;
}

.advantage ul li .icon:before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    content: "";
    display: block;
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.7), transparent);
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.7), transparent);
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.7), transparent);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.7), transparent);
    background-image: linear-gradient(left, rgba(255, 255, 255, 0.7), transparent);
}

.advantage ul li .icon:after {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    width: 42px;
    height: 42px;
    background-image: url(../images/about.png);
    background-position-x: 0;
    -webkit-background-size: 100% 400%;
    -moz-background-size: 100% 400%;
    background-size: 100% 400%;
    margin: -21px;
}

.advantage ul li:nth-of-type(1) .icon:after {
    background-position-y: 0;
}

.advantage ul li:nth-of-type(2) .icon:after {
    background-position-y: 33.33333333%;
}

.advantage ul li:nth-of-type(3) .icon:after {
    background-position-y: 66.66666667%;
}

.advantage ul li:nth-of-type(4) .icon:after {
    background-position-y: 100%;
}

.advantage ul li,
.advantage ul li .icon,
.advantage ul li .icon:after {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.advantage ul li:hover {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.advantage ul li:hover .icon {
    -webkit-box-shadow: 10px 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px 0 310px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 0 10px rgba(0, 0, 0, 0.2);
    background-color: rgb(206, 177, 126);
}

.advantage ul li:hover .icon:after {
    -webkit-filter: grayscale(1) brightness(1000%);
    filter: grayscale(1) brightness(1000%);
}

.leader-column .tab-content {
    top: 0;
    bottom: 0;
    position: absolute;
    left: -3vw;
    width: 50%;
  
    top: 3vw;
}

.leader-column .tab-content .title {
    font-size: 16px;
    position: relative;
    padding-left: 72px;
}

.leader-column .tab-content .title .icon {
    position: absolute;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.leader-column .tab-content .title .big {
    font-size: 200%;
    color: #fff;
}

.leader-column .tab-content .title .small {
    opacity: 0.5;
    color: #fff;
}

.leader-column .tab-content .container {
    left: 0;
    right: 0;
    /* overflow-y: scroll;
    position: absolute; */
    top: 100px;
    bottom: 0;
    padding-left: 68px;
    right: 72px;
    direction: rtl;
    color: #fff;
}

.leader-column .tab-content .container .content {
    direction: ltr;
    line-height: 2.6;
}

.leader-column .tab-content .container::-webkit-scrollbar {
    width: 4px;
    background-color: #e5e5e5;
}

.leader-column .tab-content .container::-webkit-scrollbar-thumb {
    background-color: rgb(206, 177, 126);
}

.leader-column .tab-options {
    margin-left: 54%;
    
}

.leader-column .tab-options .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 24px;
    margin: 16px 20px 0;
}

.leader-column .tab-options .dot {
    margin-top: 50%;
}

.leader-column .tab-options .item {
    position: relative;
    width: 100%;
    float: left;
    height: 450px;
    top: 3vw;
    cursor: pointer;
    background-color: #ceb17e;
     transition: all 0.2s linear;
}
.leader-column .tab-options .item:hover{ transform: scale(1.05);}

.leader-column .tab-options .item:after {
    content: "";
    display: block;
    padding-top: 170.94017094%;
   
}

.leader-column .tab-options .item .content,
.leader-column .tab-options .item .default,
.leader-column .tab-options .item .selected {
    left: 0;
    right: 0;
    position: absolute;
}

.leader-column .tab-options .item .content {
    text-align: center;
}

.leader-column .tab-options .item .default,
.leader-column .tab-options .item .selected {
    top: 0;
    bottom: 0;
}

.leader-column .tab-options .item .default {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
}

.leader-column .tab-options .item .default .content {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

.leader-column .tab-options .item .selected {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.leader-column .tab-options .item .selected .content {
    padding: 15% 20%;
    bottom: 0;
    color: #fff;
    /* background-image: -webkit-linear-gradient(bottom, rgb(206, 177, 126), transparent);
    background-image: -moz-linear-gradient(bottom, rgb(206, 177, 126), transparent);
    background-image: -ms-linear-gradient(bottom, rgb(206, 177, 126), transparent);
    background-image: -o-linear-gradient(bottom, rgb(206, 177, 126), transparent);
    background-image: linear-gradient(bottom, rgb(206, 177, 126), transparent); */
}

.leader-column .tab-options .item .selected .content .icon {
    background-color: transparent;
    padding: 0;
}

.leader-column .tab-options .item.active .default {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.leader-column .tab-options .item.active .selected {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
}

.leader-column .icon {
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgb(206, 177, 126);
    padding: 15px;
}

.leader-column .icon .cover-img {
    width: 30px;
    background-image: url(../images/home-product.png);
    -webkit-background-size: 100% 300%;
    -moz-background-size: 100% 300%;
    background-size: 100% 300%;
    background-position-x: 0;
}

.leader-column .icon .cover-img:after {
    content: "";
    display: block;
    padding-top: 100%;
}

.leader-column .item:nth-of-type(1) .icon .cover-img {
    background-position-y: 0;
}

.leader-column .item:nth-of-type(2) .icon .cover-img {
    background-position-y: 50%;
}

.leader-column .item:nth-of-type(3) .icon .cover-img {
    background-position-y: 100%;
}

.company .row-title .cover-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 89px;
    max-width: 12%;
}

.company .row-title .cover-img:after {
    content: "";
    display: block;
    padding-top: 117.97752809%;
}

.company .main-content {
    border-top: 1px solid #e5e5e5;
    padding-top: 56px;
}

.company .main-content .fl {
    width: 45%;
}

.company .main-content .fl .flex {
    position: relative;
}

.company .main-content .fl .flex .big {
    position: relative;
    font-size: 48px;
    font-weight: bold;
    color: rgb(206, 177, 126);
    line-height: 1;
    margin-bottom: 8px;
}

.company .main-content .fl .flex .big:after {
    content: attr(data-content);
    margin-left: 12px;
    font-size: 20px;
    white-space: nowrap;
}

.company .main-content .fl .flex .small {
    font-size: 16px;
    opacity: 0.7;
    font-weight: bold;
}

.company .main-content .fl .flex:before,
.company .main-content .fl .flex:after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    width: 1px;
    background-color: #e5e5e5;
    height: 14px;
    margin-top: -7px;
}

.company .main-content .fl .flex:before {
    left: 28%;
}

.company .main-content .fl .flex:after {
    right: 25%;
}

.company .main-content .fl ul {
    margin-top: 0;
}

.company .main-content .fl ul li {
    position: relative;
    margin-top: 22px;
    padding-left: 36px;
    line-height: 36px;
    font-size: 20px;
    color: #fff;
}

.company .main-content .fl ul li:before {
    position: absolute;
    content: "";
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    left: 0;
    top: 0;
    height: 30px;
    width: 30px;
    background-image: url(../images/company.png);
    -webkit-background-size: 100% 300%;
    -moz-background-size: 100% 300%;
    background-size: 100% 300%;
    background-position-x: 0;
}

.company .main-content .fl ul li:nth-of-type(1):before {
    background-position-y: 0;
}

.company .main-content .fl ul li:nth-of-type(2):before {
    background-position-y: 50%;
}

.company .main-content .fl ul li:nth-of-type(3):before {
    background-position-y: 100%;
}

.company .main-content .fr {
    width: 50%;
    line-height: 1.8;
    font-size: 16px;
    color: #fff;
}


.advantage.full-content {
    padding: 84px;
}

.nav.full-content:hover .item.on span {
    color: #ceb17e;
}


.progress {
    left: 0;
    right: 0;
    bottom: 0;

    z-index: 4;
    height: 6px;
}

.progress .content {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    height: 100%;
    background-color: rgb(206, 177, 126);
}

.empty {
    padding-top: 100px;
    position: static;
}

.empty .full-content,
.empty .full-content .down {
    position: static;
}

.empty .full-content .position {
    color: #999999;
    padding: 32px 0;
}







.videos {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    min-height: 900px;
}

.videos img.imgs {
    width: 100%;
    max-width: 1920px;
    height: 950px;
}

.videos .coms {
    position: absolute;
    z-index: 99999;
    width: 100%;
    top: 0px;
    left: 0px;
    height: auto;
}

.videos .wz {
    position: absolute;
    width: 34px;
    height: 135px;
    text-align: center;
    font-size: 19px;
    top: 183px;
    color: #a78f75;
    left: 132px;
}

.vicons {
    background: url(../images/videobgs.png);
    width: 1200px;
    height: 604px;
    margin-top: 20%;
    position: relative;

}

.videos .content {
    width: 1200px;
    margin: 0 auto;
}



.imghand {
    bottom: 0;
    position: absolute;
    z-index: 99;
    width: 100%;
}







/* 新闻 */
.inx-news * {
    color: #d5b68a;
}

.inx-news {
    padding: 100px 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(../images/guanxian.jpg);
    background-size: 100%;
    background-repeat: repeat;
}

.inx-news>div {
    width: 90%
}

.inx-news .index-title h1 {
    color: #d5b68a;
}

.inx-news .index-title span {
    color: #d5b68a;
}

.inx-news .heng {
    display: flex;
    width: 71%;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.inx-news #news-right {
    width: 25%;
    margin: unset;
    justify-self: flex-end;
    height: 30vw;
}

.inx-news .heng li {
    width: 50%;
}

.inx-news .heng li>a {
    width: 90%;
    height: 16vw;
    overflow: hidden;
    border-radius: 20px;
}

.inx-news .heng li>a:hover .img {
    transform: scale(1.05);
}

.inx-news .heng li .img {
    background-position: center;
    background-size: cover;
    width: 90%;
    border: 2px solid #ceb17e;
    height: 50%;
    transition: .5s all ease;
}

.inx-news .heng li .info {
    width: 90%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 20px;
}

.inx-news .cout {
    display: flex;
    justify-content: space-between;
}

.inx-news .listinfo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 70%;
}

.inx-news .heng h2 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: left;
    transition: all .5s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.inx-news .heng h2:hover {
    transform: translateX(10px);
}

.inx-news .heng .listinfo p {
    text-indent: 2em;
    margin-top: 20px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.inx-news .heng .time * {
    color: #333;
}

.inx-news .heng .time span {
    font-weight: bold;
    color: #1d3050;
    font-size: 22px;
}

.inx-news .heng .time i {
    width: 30%;
    height: 1px;
    display: block;
    background-color: #1d3050;
}

.inx-news .heng .time p {
    color: #1d3050;
}

.inx-news .heng .time {
    background-color: #d5b68a;
    border-radius: 10%;
    width: 5vw;
    height: 5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.inx-news #news-right .title {
    font-size: 18px;
    margin-bottom: 20px;
    list-style: none;
    line-height: 2em;
    transition: all .5s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.inx-news #news-right .swiper-slide>div {
    border-bottom: 1px solid #ceb17e;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.inx-news #news-right .swiper-slide>div a {
    transition: all .5s ease;
}

.inx-news #news-right .swiper-slide>div a:hover {
    transform: translateX(10px);
    color: #ffdfdf;
}

.row-title.News {
    padding-bottom: 50px;
}

/* 新闻 */

.home-news.full-content {
  
    width: 100%;
    padding: 10vw 0;
    margin: auto;
}





/* 新闻资讯-S */

.inx-news {
    background-color: #f8f8f8;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(../images/guanxian.jpg);
    background-size: cover;
    background-position: center;
    padding-bottom: 100px;
}

.inx-news .boxC {
    width: 1220px;
    margin: 0 auto;
    height: 600px;
    display: flex;
    margin-top: 80px;
    box-shadow: 0 0 20px rgba(100, 164, 204, 0.08);
}

.inx-news .left {
    width: 50%;
    height: 100%;
}

.inx-news .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inx-news #inxNews {
    height: 100%;
}

.inx-news .right {
    padding: 0 40px;
    height: 100%;
    background-color: #fff;
    width: 50%;
    padding-right: 20px;
}

.inx-news .right li {
    height: 30%;
    display: flex;
    align-items: center;
    position: relative;
}

.inx-news .right li::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 1px dashed #ccc;
}


.inx-news .right ul {
    height: 100%;
    overflow: auto;
    padding-right: 50px;

}

.inx-news .right ul::-webkit-scrollbar {
    /*滚动条整体样式*/

    width: 2px;
    /*高宽分别对应横竖滚动条的尺寸*/

    height: 1px;
    background: rgba(0, 0, 0, .1);

}

.inx-news .right ul::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    width: 2px;
    border-radius: 10px;

    /*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/

    background: #ceb17e;

}

.inx-news .right ul::-webkit-scrollbar-track {
    /*滚动条里面轨道*/

    /*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/

    border-radius: 1px;

    background: rgba(255, 255, 255, .2);

}


.inx-news .right a {
    height: 90%;
    display: flex;
    align-items: center;
    transition: all .5s ease;
}

.inx-news .right a:hover {
    transform: translateX(10px);
}

.inx-news .right a:hover .title {
    color: #ceb17e;
}

.inx-news .right a:hover .date {
    background-color: #ceb17e;
}

.inx-news .right a:hover .date span {
    color: #fff;
}

/* .inx-news .right a:hover .date span:nth-child(1) {color: #ceb17e;} */


.inx-news .right .box {
    display: flex;
    align-items: center;
}

.inx-news .right .date {
    display: flex;
    flex-direction: column;
    margin-right: 30px;
    padding: 8px;
    transition: all .5s;
    border-radius: 6px;
    transition: all .5s ease;
}

.inx-news .right .date span:nth-child(1) {
    font-family: "Hel-02";
    font-size: 28px;
    color: #b1b1b1;
    line-height: 1em;
    margin-bottom: 4px;
    transition: all .5s ease;
}

.inx-news .right .date span:nth-child(2) {
    font-family: "Hel"
}

.inx-news .right .cont p {
    text-indent: 0;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    font-weight: 100;
    -webkit-box-orient: vertical;
    color: #999;
}

.inx-news .right .cont div {
    font-size: 18px;
    margin-bottom: 10px;
    transition: all .5s;
    color: #181818;
    text-align: justify;
}

@media only screen and (max-width:1600px) {
    .inx-news .boxC {
        width: 1200px;
    }
}

@media only screen and (max-width:1300px) {
    .inx-news .boxC {
        width: 90%;
        height: 40vw;
    }

    .inx-news .right li {
        height: 33.33333%;
    }

    .inx-news .right li:last-child:after {
        display: none;
    }

    .inx-news .right .cont div {
        font-size: 16px;
    }

    .inx-news .right .date {
        margin-right: 2vw;
    }

    .inx-news .right {
        padding: 3vw;
    }
}

@media only screen and (max-width:1024px) {
    .inx-news .boxC {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: unset;
        margin-top: 10vw;
    }

    .inx-news .left {
        width: 100%;
        height: 90vw;
    }

    .inx-news .right {
        width: 94%;
        height: 100vw;
    }

    .inx-news .right li {
        padding: 0vw 0;
    }

    .inx-news .right ul {
        padding-right: 5vw;
    }
}

.more-btn {
    margin-top: 40px;
    text-align: center;
    width: 180px;
    height: 52px;
    overflow: hidden;
    position: relative;
    transition: all 1s;
    cursor: pointer;
    border-radius: 100px;
    /* box-shadow: 0 0 8px 2px rgb(195 13 35 / 21%); */
    background: linear-gradient(to right, #ebe2d3, #ceb17e);
    display: flex;
    align-items: center;
    justify-content: center;
}

.more-btn::before {
    content: "";
    font-size: 20px;
    position: absolute;
    left: -100%;
    transition: all .5s;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    background-image: url(../images/longjiantou.png);
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 30%;
}

.more-btn>span {
    transition: all .5s;
    font-size: 16px;
    width: fit-content;
    color: #fff;
}

.more-btn:hover:before {
    left: 0%;
    transition: all 1s;
}

.more-btn:hover>span {
    transform: translateX(300%);
    transition: all 1s;
}

@media only screen and (max-width:1600px) {
    .inxSec {
        padding: 5vw 0;
    }
}

@media only screen and (max-width:1024px) {
    .inxTitle {
        width: 84%;
        margin: 0 auto;
    }

    .inxTitle>div {
        font-size: 8vw;
    }

    .inxTitle>span {
        font-size: 4vw;
    }

    .inxSec {
        padding: 16vw 0;
    }

    .more-btn {
        margin-top: 10vw;
    }
}


/* 新闻资讯-E */


.content.active .box i {
    height: 1px;
    color: #d0b585;
    position: absolute;
    z-index: 999;
    border-top: 1px solid;
    width: 90%;
}

.row-title .en::before {

    content: '';
    position: absolute;
    width: 30vw;
    height: 1px;
    background: #d0b585;
    margin-left: -54vw;
    margin-top: 2.5rem;
}

.row-title .en::after {

    content: '';
    position: absolute;
    width: 30vw;
    height: 1px;
    background: #d0b585;
    margin-left: 54vw;
    margin-top: 2.5rem;
}




/* 视频swpier */


#certify {
	position: relative;
    width: 1500px;
    padding-top: 50px;
    margin: 0 auto;
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 750px;
    height: 450px;
	/*background: #fff;*/
	box-shadow: 0 6px 20px #d0b58594;
}
#certify  .swiper-slide img{
	display:block;
    height: 100%;
    object-fit: cover;
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}
#certify .swiper-button-prev::after,#certify .swiper-button-next::after{
	content: '';
}







/* 新闻 */
.full-content.news-swiper.spacing{
    background-image: url(../images/guanxian.jpg);
    background-size: cover;}


    /* 关于 */

    .full-content.leader-column.spacing{    width: 100%;
        max-width: 95%;
        margin: auto;}


        .swiper-button-next:after,
 .swiper-button-prev:after {
	display: none;
}

 .swiper-button-next,
 .swiper-button-prev {
	width: 5vw;
	height: 5vw;
}

 .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0;
    bottom: 0;
    top: 45%;
}

 .swiper-button-prev,
 .swiper-container-rtl .swiper-button-next {
    left: 0;
    top: 45%;
}

.banner-content::after {
        padding-top: 65%;
    }
@media (max-width:1024px) {

    .logo .logo-content {
     width: 50%;
    margin: auto;
    left: 5%;
        
    }
    
           .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
            right: 0;
            background-color: #2e2e2ef7;
            bottom: 0;
            top: 50%;
        }

        .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
            left: 0;
            right: 0;
            background-color: #2e2e2ef7;
            bottom: 0;
            top: 51%;
        }

    
    
}

    .news-detail .body-content .news-detail-content{width: 80%;}



    .swiper-button-next, .swiper-button-prev{width: 3vw;
        height: 3vw;}

        .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
            right: 0;
            background-color: #2e2e2ef7;
            bottom: 0;
            top: 50%;
            display: none;
        }

        .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
            left: 0;
            right: 0;
            background-color: #2e2e2ef7;
            bottom: 0;
            top: 51%;
             display: none;
        }

        .justify-content-space-between {      
              flex-direction: row-reverse;
        }

        .news-swiper .left, .news-swiper .right {
            width: 100%;
            padding: 5%;
        }

        #certify .swiper-slide {
           
            height: 100%;
            /*background: #fff;*/
            box-shadow: 0 6px 20px #d0b58594;
        }

    }

    .inxxcwap{display: none;}
    
    .inxxc img{width:100%}
    
    
    