@charset "UTF-8";
@import url("base-fonts.css");
body{margin:0; padding:0; color:#333; font-family:'Microsoft YaHei',"微软雅黑","宋体",'Lucida Grande','Lucida Sans Unicode',sans-serif; font-size:12px; background:#fff;}
img,a img{border:0;margin:0;padding:0;vertical-align:middle; max-width: 100%;}
a{color:#333;text-decoration:none;}
a:Hover { text-decoration:none; color: #dcbb73;}

/*鼠标选中文字的样式*/
::-moz-selection { background: #dcbb73; color: #fff;}
::selection { background: #dcbb73; color: #fff;} 
@media (min-width: 992px) {
/*网站默认滚动跳的样式*/
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.1); }
::-webkit-scrollbar-thumb { background-color: #dcbb73; border-radius: 8px;}
::-webkit-scrollbar-thumb:window-inactive { background-color: #dcbb73; }
::-webkit-scrollbar-thumb:vertical:hover { background-color: #dcbb73; }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1420px;
  }
}

/* header */
.pc-header {display: none; width: 100%; height: 132px; position: fixed; z-index: 9999; background: #fff;}
.header-bg {height: 60px;}
.pc-header-logo {padding: 14px 0; text-align: center;}
.pc-header-logo img { max-height: 100%; }
.pc-header-nav {border-top: 1px solid #dcdcdc;}
.header-nav {margin: 0; padding: 0; height: 42px; line-height: 42px;}
.header-nav a { display: block; padding: 0 10px; font-size: 14px;}
.mobile-header { display: flex; justify-content: space-between; width: 100%; height: 60px; position: fixed; left: 0; top: 0; z-index: 9999; background: #fff;}
.mobile-header-logo {padding: 10px 5px; }
.mobile-header-logo img {height: 40px;}
.mobile-header-nav {display: flex; justify-content: center; align-items: center; width: 60px; height: 60px;}
.mobile-header-nav .icon-menu { cursor: pointer; height: 30px; position: relative; width: 30px; }
.mobile-header-nav .icon-menu-line { background-color: #333; height: 2px; transition: all .3s; width: 100%; }
.mobile-header-nav .icon-menu-line.middle { margin: 10px 0 10px 20%; width: 80%; }
.mobile-header-nav .icon-menu.active .first { transform: rotate(45deg) translate(10px, 10px); }
.mobile-header-nav .icon-menu.active .middle { opacity: 0; }
.mobile-header-nav .icon-menu.active .last { transform: rotate(-45deg) translate(7px, -8px); }

.header-nav-right {height: 42px;}
.gold-box { padding: 0 10px;}
a.header-tel,
a.gold-text { display: block; position: relative; line-height: 42px; font-size: 14px; }
a.gold-text::after {content: "|"; margin: 0 5px; color: #999; }
a.header-tel svg,
a.gold-text svg {fill: #333}
a.header-tel:hover svg,
a.gold-text:hover svg {fill: #dcbb73;}

.gold-list { opacity: 0; visibility: hidden; position: absolute; top: 60px; left: -20px; padding: 10px; background: #fff; border: 1px solid #dcbb73; border-radius: 5px; transition: all 0.3s ease-in-out; box-shadow: 3px 3px 2px #a3a3a380; font-size: 14px; transition: all .5s; width: 280px; z-index: 99; }
.gold-item { display: flex; height: 30px; line-height: 30px; }
.gold-item .label { width: 40%; color: #333; }
.gold-item .value { width: 60%; color: #333; }
.color-primary { color: #dcbb73 !important; }
.update-time { border-top: 1px solid #f5f5f5; padding: 0; color: #333;}
a.gold-text:hover .gold-list {opacity: 1; visibility: unset; top: 41px; }

.nav-menu { position: relative;}
.sub-menu {position: absolute; left: 0; top: 62px; opacity: 0; visibility: hidden; width: 100px; transition: all .3s ease-in-out; background: rgba(255,255,255, 0.6); box-shadow: 0 3px 2px rgba(0,0,0, .25);}
.nav-menu:hover .sub-menu { opacity: 1; visibility: unset; top: 40px; }
.sub-menu li a { display: block; padding: 0 10px; line-height: 40px; color: #000; text-align: center; }
.sub-menu li a:hover {background: rgba(220, 187, 115, 0.8); color: #fff;}

.home_banner .swiper-button-prev,
.home_banner .swiper-button-next {width: 40px; height: 40px; border-radius: 50%; background: rgba(0, 0, 0, 0.5); }
.home_banner .swiper-button-prev::after,
.home_banner .swiper-button-prev::before {display: block; content: ""; position: absolute; left: 10px; top: 13px; transform: rotate(-45deg); width: 18px; height: 2px; background: #cb8c00; }
.home_banner .swiper-button-prev::before { transform: rotate(45deg); top: 25px;}
.home_banner .swiper-button-next::after,
.home_banner .swiper-button-next::before {display: block; content: ""; position: absolute; right: 10px; top: 25px; transform: rotate(-45deg); width: 18px; height: 2px; background: #cb8c00; }
.home_banner .swiper-button-next::before { transform: rotate(45deg); top: 13px;}
.home_banner .swiper-pagination-bullet {width: 36px; height: 3px; background: rgba(0, 0, 0, 0.5); border-radius: 0;}
.home_banner .swiper-pagination-bullet-active {background: #cb8c00;}

@media (min-width: 768px) {
  .home_banner .swiper-button-prev,
  .home_banner .swiper-button-next {width: 60px; height: 60px; }
  .home_banner .swiper-button-prev::after,
  .home_banner .swiper-button-prev::before {left: 15px; top: 22px; transform: rotate(-45deg); width: 24px; height: 2px;}
  .home_banner .swiper-button-prev::before {transform: rotate(45deg); top: 38px;}
  .home_banner .swiper-button-next::after,
  .home_banner .swiper-button-next::before {right: 15px; top: 38px; transform: rotate(-45deg); width: 24px; height: 2px;}
  .home_banner .swiper-button-next::before { transform: rotate(45deg); top: 22px;}
  .home_banner .swiper-pagination-bullet {width: 40px;}
}

@media (min-width: 1200px) {
.home_banner .swiper-button-prev,
.home_banner .swiper-button-next {width: 80px; height: 80px; }
.home_banner .swiper-button-prev::after,
.home_banner .swiper-button-prev::before {left: 15px; top: 26px; transform: rotate(-45deg); width: 38px; height: 2px;}
.home_banner .swiper-button-prev::before {transform: rotate(45deg); top: 52px;}
.home_banner .swiper-button-next::after,
.home_banner .swiper-button-next::before {right: 15px; top: 52px; transform: rotate(-45deg); width: 38px; height: 2px;}
.home_banner .swiper-button-next::before { transform: rotate(45deg); top: 26px;}
.home_banner .swiper-pagination-bullet {width: 50px;}
}

.banner {position: relative; z-index: 99;}
@media (min-width: 992px) {
  .pc-header {display: block;}
  .mobile-header {display: none;}
  .header-bg {height: 132px;}
}

.gold-wrapper {min-height: 470px; padding-top: 66px; padding-bottom: 40px; background: url(../images/gold-bg.webp) no-repeat center top; background-size: cover;}
.diamond {background: url(../images/diamond.webp) no-repeat center top;}
.gold-header {margin-bottom: 50px; text-align: center;}
.gold-header img {height: 60px;}
.golds-box {display: flex; justify-content: center;}
.golds-list {margin-bottom: 15px; text-align: center; padding-left: 10px; padding-right: 10px;}
.golds-list img { transition: all .3s ease-in-out;}
.golds-list:hover img {transform: scale(1.05);}
@media (max-width: 767px) {
  .golds-box {flex-wrap: wrap;}
  .golds-box .golds-list { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
}
@media (min-width: 576px) {
  .gold-wrapper { padding-top: 106px; padding-bottom: 60px;}
  .gold-header {margin-bottom: 70px;}
  .gold-header img {height: 74px;}
}
@media (min-width: 768px) {
  .gold-wrapper { padding-top: 126px; padding-bottom: 80px;}
  .gold-header {margin-bottom: 90px;}
  .gold-header img {height: 84px;}
  .golds-list {padding-left: 15px; padding-right: 15px;}
  .golds-list:hover img {transform: scale(1.1);}
}
@media (min-width: 992px) {
  .gold-wrapper { padding-top: 136px; }
  .gold-header {margin-bottom: 100px;}
  .gold-header img {height: 94px;}
}

@media (min-width: 1200px) {
  .gold-wrapper { padding-top: 146px; padding-bottom: 100px;}
  .gold-header {margin-bottom: 110px;}
  .gold-header img {height: 104px;}
}
/* 视频 */
.carousel-wrap, .template-container { position: relative; }
.carousel-wrap .carousel-bg { pointer-events: none; position: relative; vertical-align: middle; width: 100%; }
.carousel-wrap .carousel-swiper { left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 62.5%; }
.carousel-wrap .swiper-wrapper { box-sizing: content-box; display: flex; height: 100%; position: relative; transition-property: transform; width: 100%; z-index: 1; }
.carousel-wrap .swiper-backface-hidden .swiper-slide { -webkit-backface-visibility: hidden; backface-visibility: hidden; transform: translateZ(0); }
.carousel-wrap .carousel-swiper .silde-image, .carousel-wrap .carousel-swiper .silde-video { vertical-align: middle; width: 100%; }
.carousel-wrap .carousel-swiper a, .carousel-wrap .carousel-swiper img, .carousel-wrap .carousel-swiper video { vertical-align: middle; width: 100%; }
.carousel-wrap .carousel-swiper .silde-video .video-shadow { background: #333; height: 100%; left: 0; opacity: .5; position: absolute; top: 0; width: 100%; }
.carousel-wrap .carousel-swiper .silde-video .video-shadow:before { background: url(../images/video_icon.png) no-repeat 0 0 / 100%; content: ""; cursor: pointer; height: 40%; left: 50%; max-height: 200px; max-width: 200px; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 20%; }
.carousel-wrap .carousel-swiper .silde-video.open .video-shadow { display: none;}
@media (max-width: 767px) {
  .carousel-wrap .carousel-swiper {width: 100%;}
}

.join-wrapper {position: relative;}
.join-box {position: relative; top: 0; padding: 30px 0 0 0; width: 100%; display: flex; flex-direction: column; z-index: 99;}
.join-box .join-header {position: relative; margin-bottom: 30px; font-size: 18px; text-align: center; font-weight: bold; }
.join-box .join-header::after {display: block; content: ""; position: absolute; left: 50%; bottom: -10px; transform: translateX(-50%); width: 70px; height: 3px; background: #000; }
.join-box .join-content {position: relative; margin-bottom: 30px; font-size: 13px; text-align: center; }
@media (min-width: 576px) {
  .join-box .join-header {font-size: 22px;}
  .join-box {padding: 40px 0 0 0;}
}
@media (min-width: 768px) {
  .join-box .join-header {font-size: 24px;}
  .join-box {position: absolute; padding: 60px 0 0 0;}
}
@media (min-width: 992px) {
  .join-box {padding: 80px 0 0 0;}
  .join-box .join-header {font-size: 28px;}
  .join-box .join-content {font-size: 14px;}
}
@media (min-width: 1200px) {
  .join-box {padding: 100px 0 0 0;}
  .join-box .join-header {font-size: 32px;}
  .join-box .join-content {font-size: 16px;}
}
@media (min-width: 1440px) {
  .join-box .join-header {font-size: 36px;}
  .join-box .join-content {font-size: 18px;}
}

.company-header {margin-top: 20px; margin-bottom: 30px; text-align: center; font-size: 18px; font-weight: bold;}

.case-list {align-items: flex-end; box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 12px; cursor: pointer; display: flex; margin-bottom: 20px;  overflow: hidden; padding: 16px; transition: 0.3s; }
.case-list:hover {box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 12px; transform: scale(1.05);}
.case-list a {text-align: center; width: 100%;}
.case-list .case-title {padding-top: 15px; text-align: center;}
.case-list .case-title h2 {font-size: 14px;}

@media (min-width: 576px) {
}
@media (min-width: 768px) {
  .case-list .case-title h2 {font-size: 16px;}
  .case-list .case-img img  { height: 199px;}
}
@media (min-width: 992px) {
  .case-list .case-img img  { height: 172px;}
}
@media (min-width: 1200px) {
  .case-list .case-img img  { height: 212px;}
}
@media (min-width: 1440px) {
  .case-list .case-img img  { height: 274px;}
}

/* ---------- article ---------- */
.article { padding: 60px 0; }
.article-bar .crumb { display: inline-block; padding: 0 15px; height: 30px; border: 1px solid #efefef; border-radius: 4px; color: #999; line-height: 30px; }
.article-bar .crumb a { color: #999; } 
.article-bar .crumb a:hover { color: #333; }
.article-con { padding-top: 60px; } 
.article-info { float: left; width: 120px; } 
.article-info .date { padding: 30px 0; background: #efefef; }
.article-info .date span { display: block; font-family: "DIN-Light"; text-align: center; }
.article-info .date span.year { position: relative; font-size: 18px; }
.article-info .date span.year:before { position: absolute; top: 50%; left: 15px; width: 20px; height: 1px; background: #ccc; content: ""; }
.article-info .date span.year:after { position: absolute; top: 50%; right: 15px; width: 20px; height: 1px; background: #ccc; content: ""; }
.article-info .date span.day { padding: 6px 0; font-size: 28px; } 
.article-info .date span.time { font-size: 18px; }
.article-info .visit { margin-top: 32px; padding: 40px 0; border-top: 1px solid #efefef; text-align: center; }
.article-info .visit i.ico { display: inline-block; width: 40px; height: 40px; border: 2px solid #e0e0e0; border-radius: 100%; background: url("../images/visit-ico.png") no-repeat center; }
.article-info .visit span { display: block; padding-top: 10px; font-family: "DIN-Light"; }
.article-body { float: left; margin-left: 40px; width: 63%; }
.article-body .tit { padding-bottom: 36px; border-bottom: 1px solid #efefef; } 
.article-body .tit h2 { font-size: 32px; line-height: 150%;}
.article-body .con { padding-top: 64px; font-size: 15px; line-height: 280%; }
.article-body .con p { padding-bottom: 32px; }
.article-body .con img { padding: 20px 0; width: 100%; }
.article-related { float: right; padding-top: 6px; width: 21%; }
.article-related ul { margin: 0; padding: 0; list-style-type: none;}
.article-related li { padding: 20px 0; }
.article-related .bar { padding: 16px 0; border-bottom: 1px solid #efefef; font-size: 15px; color: #666; }
.article-related h4 { padding-top: 32px; font-size: 16px; }
.article-related p { padding-top: 16px; font-size: 14px; color: #999; line-height: 200%; }
@media (max-width: 1200px) {
  .article-body { width: 58%; }
}
/* responsive */
@media only screen and (max-width: 1024px) {
.article-body { float: right; margin-left: 0; width: 78%; }
.article-related { padding-top: 6px; width: 78%; }
}

@media only screen and (max-width: 768px) {
.article { padding:0; }
.article-con { padding-top: 48px; } 
.article-info { display: none; }
.article-body { float: none; margin-left: 0; width: auto; }
.article-body .tit { padding-bottom: 24px; }
.article-body .tit h2 { font-size: 20px; }
.article-body .con { padding-top: 40px; line-height: 240%; }
.article-body .con p { padding-bottom: 24px; }
.article-body .con img { padding: 12px 0; }
.article-related { float: none; padding-top: 10px; width: auto; }
.article-related li { padding: 16px 0; } 
.article-related .bar { padding: 12px 0; }
.article-related h4 { padding-top: 20px; font-size: 14px; }
.article-related p { padding-top: 12px; line-height: 180%; }
}

/* page */
.showPage .page-link {color: #dcbb73;}
.showPage .active .page-link {background-color: #dcbb73; border-color: #dcbb73; } 

.video-swiper {position: unset !important; left: auto !important; top: auto !important; transform: unset !important; width: 100% !important;}

.class-ban {text-align: center;}

footer {padding-top: 90px; width: 100%; background:#1b1b1b url(../images/botbg.jpg) no-repeat center top; background-size: 100%; }
.footer-menu {text-align: center; font-size: 16px;}
.footer-menu dt {margin-bottom: 30px; color: #dcbb73; font-weight: 400;}
.footer-menu dd {margin-bottom: 15px;}
.footer-menu dd a { color: #fff; font-weight: 400;}
.footer-menu dd a:hover {color: #dcbb73;}
.footer-menu p {margin-bottom: 0;}

.info-box-item { align-items: center; display: flex; margin-bottom: 15px; position: relative; transition: color .3s; }
.info-box-item .logo { margin-right: 10px; vertical-align: middle; width: 20px; }
.info-box-item .qrcode { left: -120px; opacity: 0; pointer-events: none; position: absolute; top: 0; transition: all .5s; width: 100px; }
.info-box-item a { cursor: pointer; }
.info-box-item:hover { color: #dcbb73; }
.info-box-item:hover .qrcode { left: -130px; opacity: 1; }

.copyright {margin-top: 30px; padding: 40px 0; font-size: 14px; text-transform: uppercase; color: #999; text-align: center;}
.copyright a {color: #999;}
.copyright a:hover {color: #fff;}
.company-body {min-height: 300px;}