@import 'reset.css';
@import 'fonts.css';
@import 'animate.min.css';
.w1080 {
  width: 1080px;
  margin: 0 auto;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.w1280 {
  width: 1280px;
  margin: 0 auto;
}
.w1350 {
  width: 1350px;
  margin: 0 auto;
}
.w1400 {
  width: 1440px;
  margin: 0 auto;
}
.w1500 {
  width: 1500px;
  margin: 0 auto;
}
.w1600 {
  width: 1600px;
  margin: 0 auto;
}
.w1700 {
  width: 1700px;
  margin: 0 auto;
}
.w1800 {
  width: 1800px;
  margin: 0 auto;
}
.flex {
  display: flex;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}
.flex-center {
  display: flex;
  justify-content: center;
}
.flex-arround {
  display: flex;
  justify-content: space-around;
}
.flex-column {
  flex-direction: column;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
.justify-content-right {
  justify-content: flex-end;
}
.align-center {
  align-items: center;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-grow {
  flex-grow: 1;
}
.flex-shrink {
  flex-shrink: 0;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.pos-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.text-style {
  background: linear-gradient(to right, #b58562, #fcebb9, #e5ca97, #cda874);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.moreBtn {
  display: block;
  width: 15.625rem;
  height: 3.4375rem;
  text-align: center;
  background: #b28850;
  border-radius: 1.75rem;
  margin: 12.5% auto 0;
  font-size: 1.125rem;
  line-height: 3.4375rem;
  color: #fff;
}
.moreBtn .icon-right {
  font-size: 1.875rem;
  vertical-align: -0.3em;
}
.down {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  border: 1px solid #b28850;
  position: relative;
  animation-iteration-count: infinite;
}
.swiper-button-next,
.swiper-button-prev {
  width: 4.375rem;
  height: 4.375rem;
  border: 1px solid #b28850;
  color: #b28850;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.swiper-button-next .icon,
.swiper-button-prev .icon {
  font-size: 2.1875rem;
}
.swiper-button-next .icon-next,
.swiper-button-prev .icon-next {
  transform: rotate(180deg);
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #b28850;
  color: #fff;
}
.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: 0;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: none;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.25rem;
  z-index: 9999;
}
header .w1700 {
  height: inherit;
}
header .header-logo {
  display: block;
  width: 17.8%;
}
header .header-logo img {
  display: block;
  width: 100%;
}
header .header-logo .logo2 {
  display:none;
}
header .right {
  width: 70.58%;
  height: 100%;
}
header .header-nav {
  margin-right: 7.5%;
  position: relative;
  height: 100%;
}
header .header-nav .one-Nav {
  height: 100%;
}
header .header-nav .one-Nav:not(:last-child) {
  margin-right: 4.6%;
}
header .header-nav .one-Nav a {
  font-size: 1.125rem;
  line-height: 6.25rem;
}
header .header-nav .on a {
  font-weight: bold;
}
header .header-nav .header-cirBox {
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 100%;
}
header .header-nav .header-cirBox .header-cir:not(:last-child) {
  margin-right: 4.6%;
}
header .header-nav .header-cirBox .header-cir.on .cir {
  opacity: 1;
}
header .header-nav .header-cirBox .cir {
  opacity: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e95410;
  margin: 0 auto;
}
header .stock-btn {
  width: 11.25rem;
  height: 2.8125rem;
  border: 0.0625rem solid rgba(217, 186, 143, 0.5);
  font-size: 1.125rem;
  color: #d9ba8f;
  line-height: 2.8125rem;
  text-align: center;
  border-radius: 1.4375rem;
  font-family: Montserrat-Light;
}
header .bi-search {
  font-size: 1.5625rem;
  color: #d9ba8f;
  line-height: 2.8125rem;
  width: 1.5625rem;
  margin-left: 4.167%;
  cursor: pointer;
}
.header-fixed {
  background: url(../images/headerfixed.png) no-repeat top;
  background-size: cover;
}
.pc-subNavBox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  background: url(../images/headerfixed.png) center center no-repeat;
  background-size: cover;
  border-radius: 0 0 50px 50px;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.pc-subNavBox .w1700 {
  margin-top: 8.75rem;
}
.pc-subNavBox .block {
  width: 17.8%;
  height: 2.5rem;
}
.pc-subNavBox .right {
  width: 70.58%;
}
.pc-subNavBox .right .pc-subNav {
  margin-right: 7.5%;
}
.pc-subNavBox .right .pc-subNav .item {
  text-align: center;
}
.pc-subNavBox .right .pc-subNav .item a {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  color: #d9ba8f;
}
.pc-subNavBox .right .pc-subNav .item a:not(:last-child) {
  margin-bottom: 1.5625rem;
}
.pc-subNavBox .right .pc-subNav .item:not(:last-child) {
  margin-right: 4.1%;
}
.pc-subNavBox .right .pc-subNav .item:nth-child(7) {
  margin-right: 4.2%;
}
.pc-subNavBox .right .block2 {
  width: calc(12.8125rem + 4.167%);
  height: 2.8125rem;
}
.pc-subNavBox.active {
  height: 24.375rem;
  opacity: 1;
  z-index: 999;
}
.searchBox {
  position: fixed;
  width: 100%;
  left: 0;
  top: 6.25rem;
  z-index: 9999;
  display: none;
}
.searchBox .box {
  border: solid 1px rgba(217, 186, 143, 0.8);
  width: 17.8125rem;
  height: 3.4375rem;
  border-radius: 5px;
  margin-left: auto;
}
.searchBox .box input {
  width: 14.0625rem;
  border: 0;
  font-size: 1.125rem;
  color: #d9ba8f;
  line-height: 3.4375rem;
  box-sizing: border-box;
  padding: 0 1.375rem;
  background: transparent;
  border-right: solid 1px rgba(217, 186, 143, 0.8);
}
.searchBox .box input:focus {
  border: 0;
  outline: 0;
}
.searchBox .box .searchBtn {
  text-align: center;
  width: 3.75rem;
  line-height: 3.125rem;
  background: transparent;
  border: 0;
}
.searchBox .box .bi-search {
  color: #f4e1ac;
  font-size: 1.5rem;
}
footer {
  background: #2f313a;
  padding-top: 3.65%;
}
footer .footer-top img {
  display: block;
  width: 18.9375rem;
}
footer .footer-top .footer-nav li a {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s ease-in-out;
}
footer .footer-top .footer-nav li:not(:last-child) {
  margin-right: 3.75rem;
}
footer .footer-top .footer-nav li:hover a {
  color: #b28850;
}
footer .footer-center {
  margin: 4.41% 0 2.35%;
}
footer .footer-center ul li {
  display: flex;
  align-items: center;
}
footer .footer-center ul li img {
  flex-shrink: 0;
  width: 1.0625rem;
}
footer .footer-center ul li p {
  margin-left: 0.625rem;
  font-family: MicrosoftYaHei;
  font-size: 1rem;
  line-height: 1.25rem;
  color: rgba(255, 255, 255, 0.5);
}
footer .footer-center ul li:not(:last-child) {
  margin-bottom: 1.25rem;
}
footer .footer-bottom {
  height: 4.375rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
}
footer .footer-bottom p {
  font-size: 1rem;
  line-height: 1.25rem;
  color: rgba(255, 255, 255, 0.2);
}
footer .footer-bottom p a {
  color: rgba(255, 255, 255, 0.2);
}
footer .footer-bottom span {
  font-family: MicrosoftYaHei-Bold;
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 0.3125rem;
}
footer .footer-bottom .icon-wechat {
  margin-left: 1.5625rem;
}
footer .footer-bottom .wx-box {
  position: absolute;
  right: 0;
  bottom: 3.125rem;
  opacity: 0;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
footer .footer-bottom .wx-box.active {
  opacity: 1;
}
.inside-banner {
  position: relative;
  overflow: hidden;
}
.inside-banner img {
  display: block;
  width: 100%;
}
.inside-banner .banner-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  font-size: 2.875rem;
  line-height: 2.875rem;
  color: #fff;
  letter-spacing: -1px;
  font-family: DingTalk-JinBuTi;
}
.crumbs {
  border-bottom: 1px solid #eeeeee;
}
.crumbs .w1700 {
  height: 5rem;
}
.crumbs .crumbs-nav {
  height: 100%;
}
.crumbs .crumbs-nav li {
  position: relative;
  height: 100%;
}
.crumbs .crumbs-nav li a {
  font-size: 1.125rem;
  line-height: 5rem;
  color: #474747;
  transition: all 0.5s ease-in-out;
}
.crumbs .crumbs-nav li::before {
  content: "";
  width: 0;
  height: 2px;
  background: #b28850;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
}
.crumbs .crumbs-nav li:not(:last-child) {
  margin-right: 4.6875rem;
}
.crumbs .crumbs-nav li:not(:last-child)::after {
  content: '';
  width: 1px;
  height: 15px;
  background: #dddddd;
  position: absolute;
  top: 50%;
  right: -2.34375rem;
  transform: translate(-50%, -50%);
}
.crumbs .crumbs-nav li.on::before {
  width: 100%;
}
.crumbs .crumbs-nav li.on a {
  font-weight: bold;
  color: #b28850;
}
.crumbs .crumbs-nav li:hover::before {
  width: 100%;
}
.crumbs .crumbs-nav li:hover a {
  font-weight: bold;
  color: #b28850;
}
.crumbs .crumbs-right a {
  font-size: 1rem;
  line-height: 1rem;
  color: #474747;
  transition: all 0.5s ease-in-out;
}
.crumbs .crumbs-right a .icon-home {
  fill: #9f9f9f;
}
.crumbs .crumbs-right a:hover {
  color: #b28850;
}
.crumbs .crumbs-right a:hover .icon-home {
  fill: #b28850;
}
.crumbs .crumbs-right .bi-chevron-right {
  font-size: 12px;
  margin: 0 0.625rem;
}
.crumbs.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
}
/* -- 首页 -- */
.indexBanner {
  position: relative;
}
.indexBanner .bgImg {
  display: block;
  width: 100%;
}
.indexBanner .swiper-pagination {
  left: 5.729%;
  bottom: 6.2%;
  width: auto;
}
.indexBanner .currentClass {
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #777777;
  letter-spacing: 0.125rem;
}
.indexBanner .totalClass {
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #474747;
  letter-spacing: 0.125rem;
}
.indexBanner .swiper-btn {
  position: absolute;
  right: 5.729%;
  bottom: 6.2%;
  --swiper-navigation-size: 1.25rem;
}
.indexBanner .swiper-btn .swiper-button-prev,
.indexBanner .swiper-btn .swiper-button-next {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  width: 4.0625rem;
  height: 4.0625rem;
  border: 1px solid #fff;
  opacity: 0.3;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.indexBanner .swiper-btn .swiper-button-prev:hover,
.indexBanner .swiper-btn .swiper-button-next:hover {
  opacity: 1;
  background: transparent;
  border: 1px solid #b28850;
  color: #b28850;
}
.indexBanner .swiper-btn .swiper-button-next {
  margin-left: 1.5625rem;
}
.indexBanner .text-box {
  position: absolute;
  top: 16.53%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 9999;
}
.indexBanner .text-box p {
  display: inline-block;
  font-family: Montserrat-Light;
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: none;
}
.indexBanner .text-box .banner-title {
  display: block;
  margin: 1.76% auto;
  animation-delay: 0.3s;
  display: none;
  width: 32.0625rem;
}
.indexBanner .text-box a {
  display: none;
  animation-delay: 0.6s;
}
.indexBanner .text-box a img {
  display: block;
  margin: 0 auto;
  width: 15.625rem;
}
.indexBanner .bannerText {
  position: absolute;
  left: 36%;
  top: 16%;
  display: block;
  width: 30.25rem;
}
.indexNews {
  padding: 5.729% 0 4.68%;
  position: relative;
  overflow: hidden;
}
.indexNews::after {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 36.45%;
  height: 48.0625rem;
  background: url(../images/index-news-leftbg.png) no-repeat center center;
}
.indexNews::before {
  content: '';
  position: absolute;
  top: -50%;
  right: 0;
  width: 36.45%;
  height: 48.0625rem;
  background: url(../images/index-news-leftbg.png) no-repeat center center;
}
.indexNews .index-title .en-title {
  font-family: Montserrat-Bold;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #2f313a;
  letter-spacing: 0.05rem;
}
.indexNews .index-title .cn-title {
  letter-spacing: 0.125rem;
  font-size: 3.125rem;
  line-height: 3.125rem;
  color: #e95411;
  animation-delay: 0.3s;
  margin: 1.25rem 0;
}
.indexNews .index-title p {
  animation-delay: 0.6s;
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #474747;
  letter-spacing: 0.05rem;
}
.indexNews .indexNewsSwiperBox {
  margin-top: 0.625rem;
  position: relative;
}
.indexNews .indexNewsSwiperBox .swiper-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  --swiper-navigation-size: 1.25rem;
  font-weight: bold;
}
.indexNews .indexNewsSwiperBox .swiper-btn .swiper-button-prev,
.indexNews .indexNewsSwiperBox .swiper-btn .swiper-button-next {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
}
.indexNews .indexNewsSwiperBox .swiper-btn .swiper-button-next {
  margin-left: 1.5625rem;
}
.indexNews .swiper-container {
  margin: 0;
}
.indexNews .swiper-container img {
  display: block;
  width: 100%;
}
.indexNews .swiper-container .swiper-slide img {
  border-radius: 0.625rem;
}
.indexNews .swiper-container .text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 5%;
  background: rgba(0, 0, 0, 0.3);
}
.indexNews .swiper-container .text-box .news-title {
  font-family: MicrosoftYaHei-Bold;
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #fff;
  letter-spacing: 0.0437rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.indexNews .swiper-container .text-box .news-time {
  font-family: Montserrat-Light;
  font-size: 1rem;
  line-height: 1rem;
  color: #fff;
}
.indexNews .indexNewsSwiper-center {
  width: 100%;
  animation-delay: 0.5s;
}
.indexNews .indexNewsSwiper-center .text-box {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.indexNews .indexNewsSwiper-center .text-box .news-time {
  margin: 1.125rem 0 1.125rem;
  font-size: 1rem;
  line-height: 1rem;
  color: #fff;
  order: 2;
}
.indexNews .indexNewsSwiper-center .text-box .news-title {
  margin-top: 5.83%;
  font-weight: bold;
  order: 1;
}
.indexNews .indexNewsSwiper-center .text-box .news-con {
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  order: 3;
  margin-bottom: 1.875rem;
}
.indexNews .indexNewsSwiper-center .swiper-slide {
  box-sizing: border-box;
  padding-top: 3.75rem;
}
.indexNews .indexNewsSwiper-center .swiper-slide a {
  width: 72.4%;
  display: block;
}
.indexNews .indexNewsSwiper-center .swiper-slide a .text-box {
  width: 72.4%;
}
.indexNews .indexNewsSwiper-center .swiper-slide a .news-con {
  display: none;
}
.indexNews .indexNewsSwiper-center .swiper-slide-active {
  margin-top: -1.875rem;
}
.indexNews .indexNewsSwiper-center .swiper-slide-active a {
  width: 100%;
}
.indexNews .indexNewsSwiper-center .swiper-slide-active a .text-box {
  width: 100%;
}
.indexNews .indexNewsSwiper-center .swiper-slide-active a .text-box .news-time {
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #fff;
  order: 1;
  margin: 0;
}
.indexNews .indexNewsSwiper-center .swiper-slide-active a .text-box .news-title {
  order: 2;
  margin: 1.5625rem 0;
}
.indexNews .indexNewsSwiper-center .swiper-slide-active a .news-con {
  display: -webkit-box;
}
.indexNews .indexNewsSwiper-center .swiper-slide-next {
  margin-top: -3.75rem;
}
.indexNews .indexNewsSwiper-center .swiper-slide-next a {
  margin-left: auto;
}
.indexNews .indexNewsSwiper-center .swiper-slide-next .text-box {
  right: 0;
  left: unset;
}
.indexNews .indexNewsSwiper-center .swiper-slide-next + .swiper-slide {
  margin-top: -3.75rem;
}
.indexNews .indexNewsSwiper-center .swiper-slide-next + .swiper-slide a {
  margin-left: auto;
}
.indexNews .indexNewsSwiper-center .swiper-slide-next + .swiper-slide .text-box {
  right: 0;
  left: unset;
}
/* -- 资讯中心 -- */
.information .infor-titleBox .infor-title {
  font-size: 2.875rem;
  line-height: 2.875rem;
  color: #2f313a;
  letter-spacing: 0.125rem;
}
.information .infor-titleBox a {
  position: relative;
  width: 14.375rem;
  height: 3.4375rem;
  border-radius: 1.75rem;
  background: #b28850;
  letter-spacing: 1px;
  text-align: center;
  font-family: Montserrat-Light;
  overflow: hidden;
  font-size: 1.125rem;
  line-height: 3.75rem;
  color: #fff;
}
.information .inforList {
  height: 100%;
}
.information .inforList li {
  padding-bottom: 7.64%;
  border-bottom: 1px solid #cccccc;
}
.information .inforList li .infor-newsTitle .title {
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #000000;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.information .inforList li .infor-newsTitle .con {
  margin-top: 1.25rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 1rem;
  line-height: normal;
  color: rgba(0, 0, 0, 0.8);
}
.information .inforList li:hover .date-box .time {
  color: #b28850 !important;
}
.information .mtop50 {
  margin-top: 3.125rem;
}
.information .infor-item1 .date-box {
  align-items: baseline;
}
.information .infor-item1 .date-box .time {
  font-family: Montserrat-Bold;
  margin-right: 0.625rem;
  font-size: 2.5rem;
  line-height: 2.5rem;
  color: #474747;
  transition: all 0.5s ease-in-out;
}
.information .infor-item1 .date-box .year {
  font-family: Montserrat-Light;
  font-size: 1rem;
  line-height: 1rem;
  color: #000000;
  transition: all 0.5s ease-in-out;
}
.information .infor-item1 .left {
  width: 47%;
}
.information .infor-item1 .left img {
  display: block;
  width: 100%;
}
.information .infor-item1 .left .date-box {
  margin-top: 25px;
}
.information .infor-item1 .left .infor-newsTitle .title {
  margin: 1.375rem 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #474747;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.5s ease-in-out;
}
.information .infor-item1 .left .infor-newsTitle .con {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 1rem;
  line-height: 1rem;
  color: rgba(0, 0, 0, 0.8);
}
.information .infor-item1 .left a:hover .infor-newsTitle .title,
.information .infor-item1 .left a:hover .date-box .time {
  color: #b28850 !important;
}
.information .infor-item1 .right {
  width: 46.17%;
}
.information .infor-item1 .right .date-box {
  flex-shrink: 0;
  margin-right: 0.625rem;
}
.information .infor-item1 .right .date-box .time {
  margin-right: 0;
}
.information .infor-company {
  padding: 3.125% 0 3.645%;
}
.information .infor-media {
  padding: 5.21% 0 5.73%;
  background: #f6f5fa;
}
.information .infor-item2 {
  padding: 3.39% 0 4.69%;
}
.information .infor-checkout {
  width: 50%;
}
.information .infor-checkout .inforList {
  height: calc(100% - 105px);
}
.information .infor-checkout .inforList li {
  padding-bottom: 2.8125rem;
}
.information .infor-checkout .inforList li:not(:last-child) {
  margin-bottom: 2.8125rem;
}
.information .infor-checkout .inforList .date-box {
  flex-shrink: 0;
  margin-right: 0.625rem;
}
.information .infor-checkout .inforList .date-box .time {
  margin-right: 0;
}
.information .infor-newspaper {
  width: 47%;
}
.information .infor-newspaper .infor-titleBox a {
  width: 11.25rem;
  line-height: 3.4375rem;
}
.information .infor-newspaper .infor-paper-box {
  border: 8px solid #b28850;
  border-radius: 8px;
}
.information .infor-newspaper .infor-paper-box img {
  display: block;
  width: 100%;
}
/* -- 公司新闻/媒体报道 -- */
.companyNews {
  padding: 3.75rem 0 4.375rem;
  position: relative;
  overflow: hidden;
}
.companyNews .companyNews-list li {
  width: 30.59%;
  overflow: hidden;
  margin-bottom: 4.1%;
  border-radius: 10px;
}
.companyNews .companyNews-list li .img-box {
  position: relative;
}
.companyNews .companyNews-list li .img-box img {
  display: block;
  width: 100%;
}
.companyNews .companyNews-list li .img-box .news-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 1.5625rem 5.77%;
  background: rgba(0, 0, 0, 0.3);
}
.companyNews .companyNews-list li .img-box .news-text .title {
  font-weight: bold;
  transition: all 0.5s ease-in-out;
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.companyNews .companyNews-list li .img-box .news-text .time {
  font-family: Montserrat-Light;
  margin-top: 1.125rem;
  transition: all 0.5s ease-in-out;
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #fff;
}
.companyNews .companyNews-list li .img-box .news-text .con {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #fff;
}
.companyNews .companyNews-list li .img-box .news-text2 {
  height: auto;
  bottom: -12.5rem;
  transition: all 0.5s ease-in-out;
}
.companyNews .companyNews-list li .img-box .news-text2 .title {
  margin: 1.25rem 0;
}
.companyNews .companyNews-list li .img-box .news-text2 .time {
  margin-top: 0;
  font-family: Montserrat-Bold;
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #fff;
}
.companyNews .companyNews-list li .img-box .news-text2 .conBox {
  width: 100%;
}
.companyNews .companyNews-list li:not(:nth-child(3n)) {
  margin-right: 4.1%;
}
.companyNews::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: 0;
  width: 36.45%;
  height: 48.0625rem;
  background: url(../images/index-news-leftbg.png) no-repeat center center;
  z-index: -1;
}
.companyNews::before {
  content: '';
  position: absolute;
  top: -17%;
  right: 0;
  width: 36.45%;
  height: 48.0625rem;
  background: url(../images/index-news-leftbg.png) no-repeat center center;
  z-index: -1;
}
.pageList .page-item {
  width: 45px;
  height: 45px;
  background: #eeeeee;
  border-radius: 3px;
  text-align: center;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.pageList .page-item:not(:last-child) {
  margin-right: 17px;
}
.pageList .page-item.active span {
  background: #b28850;
  color: #fff;
}
.pageList .page-item span,
.pageList .page-item a {
  font-size: 14px;
  line-height: 45px;
  color: #666666;
  transition: all 0.5s ease-in-out;
  display: block;
}
.pageList .page-item:hover {
  background: #b28850;
}
.pageList .page-item:hover a,
.pageList .page-item:hover span {
  color: #fff;
}
.line {
  width: 100%;
  height: 2px;
  background: #b28850;
  position: relative;
}
.line::after {
  content: '';
  width: 10px;
  height: 10px;
  background: #b28850;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.line::before {
  content: '';
  width: 10px;
  height: 10px;
  background: #b28850;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
}
/* -- 新闻详情 -- */
.newView {
  padding: 4.375rem 0 3.75rem;
}
.newView .left {
  width: 65.42%;
}
.newView .left .title {
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 3.125rem;
  color: #000;
  letter-spacing: 1px;
  text-align: center;
}
.newView .left .xq {
  margin: 1.5625rem 0;
  font-family: Montserrat-Light;
  font-size: 1rem;
  line-height: 1rem;
  color: #474747;
}
.newView .left .xq .item {
  display: flex;
  align-items: center;
}
.newView .left .xq .item:not(:last-child) {
  margin-right: 6%;
}
.newView .left .xq .icon {
  color: #b28850;
  margin-right: 0.625rem;
  font-size: 1.5rem;
}
.newView .left .con {
  margin-top: 2.1875rem;
  font-size: 1.125rem;
  line-height: 2.625rem;
  color: #474747;
}
.newView .left .con img {
  max-width: 100%;
}
.newView .left .back {
  display: block;
  width: 11.25rem;
  height: 3.75rem;
  border: solid 0.0625rem #9f9f9f;
  border-radius: 1.75rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 3.75rem;
  color: #777777;
  letter-spacing: 0.0625rem;
  margin: 2.5rem auto 2.8125rem;
}
.newView .left .back .icon-back {
  font-size: 1.3125rem;
  vertical-align: -0.1em;
}
.newView .left .newsPagenaiton {
  margin-top: 2.8125rem;
}
.newView .left .newsPagenaiton a {
  max-width: 48%;
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #474747;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.newView .left .newsPagenaiton a .icon {
  fill: #9f9f9f;
  font-size: 0.875rem;
  vertical-align: -0.05em;
}
.newView .left .newsPagenaiton a .icon-prev {
  transform: rotate(-180deg);
}
.newView .right {
  width: 32.5rem;
}
.newView .right .item-title {
  font-size: 2.25rem;
  line-height: 2.25rem;
  color: #000;
  letter-spacing: 1px;
}
.newView .right .item-title img {
  display: block;
  margin-right: 0.625rem;
}
.newView .right ul {
  margin-top: 7.69%;
}
.newView .right ul li {
  overflow: hidden;
  border-radius: 10px;
}
.newView .right ul li .img-box {
  position: relative;
}
.newView .right ul li .img-box img {
  display: block;
  width: 100%;
}
.newView .right ul li .img-box .news-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 1.5625rem 5.77%;
  background: rgba(0, 0, 0, 0.3);
}
.newView .right ul li .img-box .news-text .title {
  font-weight: bold;
  transition: all 0.5s ease-in-out;
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.newView .right ul li .img-box .news-text .time {
  font-family: Montserrat-Light;
  margin-top: 1.125rem;
  transition: all 0.5s ease-in-out;
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #fff;
}
.newView .right ul li .img-box .news-text .conBox {
  width: 100%;
}
.newView .right ul li .img-box .news-text .conBox .con {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #fff;
}
.newView .right ul li .img-box .news-text2 {
  height: auto;
  bottom: -12.5rem;
  padding: 1.5625rem 5.77%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease-in-out;
}
.newView .right ul li .img-box .news-text2 .title {
  margin: 1.25rem 0;
}
.newView .right ul li .img-box .news-text2 .time {
  margin-top: 0;
  font-family: Montserrat-Bold;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
}
.newView .right ul li .img-box .news-text2 .conBox {
  width: 100%;
}
.newView .right ul li:not(:last-child) {
  margin-bottom: 11.53%;
}
/* -- 检验公示  -- */
.checkout {
  background: #f4f4f4;
  padding: 2.8125rem 0;
}
.checkout .checkoutList li img {
  width: 20.625rem;
}
.checkout .checkoutList li .box {
  background: #fff;
  flex-grow: 1;
}
.checkout .checkoutList li .date {
  flex-shrink: 0;
  padding: 0 2.55% 0 4.75%;
}
.checkout .checkoutList li .date .time {
  font-family: Montserrat-Bold;
  font-size: 2.25rem;
  line-height: 2.25rem;
  color: #474747;
  transition: all 0.5s ease-in-out;
}
.checkout .checkoutList li .date .year {
  margin-top: 0.9375rem;
  font-family: Montserrat-Light;
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #474747;
}
.checkout .checkoutList li .content-box {
  box-sizing: border-box;
  padding: 0 2.55%;
  position: relative;
}
.checkout .checkoutList li .content-box::after {
  content: " ";
  width: 1px;
  height: 4.375rem;
  background: rgba(204, 204, 204, 0.5);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.checkout .checkoutList li .title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #000;
  transition: all 0.5s ease-in-out;
  letter-spacing: 1px;
}
.checkout .checkoutList li .con {
  margin-top: 1.5625rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #777777;
}
.checkout .checkoutList li:hover .date .time,
.checkout .checkoutList li:hover .title {
  color: #b28850;
  font-weight: bold;
}
.checkout .checkoutList li:not(:last-child) {
  margin-bottom: 1.875rem;
}
.checkout .pageList {
  margin-top: 3.125rem;
}
/* -- 投资者关系 -- */
.investor-title {
  text-align: center;
}
.investor-title .en-title {
  font-family: Montserrat-Bold;
  font-size: 3.75rem;
  line-height: 3.125rem;
  color: #2f313a;
}
.investor-title .cn-title {
  margin-top: 1.875rem;
  font-size: 2.875rem;
  line-height: 2.875rem;
  color: #000000;
}
.investor {
  background: #f4f5f9;
  padding: 3.125rem 0;
}
.investor .ptop50 {
  padding-top: 3.125rem;
}
.investor .investor-box {
  box-sizing: border-box;
  padding: 0 3.33%;
  background: #fff;
  margin-top: 2.5rem;
}
.investor .investor-item1 {
  position: relative;
}
.investor .investor-item1 .investor-box {
  padding-top: 2.5rem;
  padding-bottom: 3.75rem;
}
.investor .investor-item1 .investor-item1-title {
  padding-bottom: 1.875rem;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.investor .investor-item1 .investor-item1-title span {
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #b28750;
}
.investor .investor-item1 .investor-item1-title div {
  padding: 0.625rem 1.375rem;
  border-radius: 0.625rem;
  background: #f4f4f4;
  font-size: 1.125rem;
  line-height: 2.5rem;
  color: #b28750;
}
.investor .investor-item1 .content {
  margin-top: 35px;
}
.investor .investor-item1 .content .mleft {
  margin-left: 7.14%;
}
.investor .investor-item1 .content .item {
  align-items: center;
}
.investor .investor-item1 .content .item .item-left {
  width: 15.3125rem;
  height: 2.8125rem;
  text-align: center;
  background: #f4f4f4;
  flex-shrink: 0;
  font-size: 1.125rem;
  line-height: 2.8125rem;
  color: #000000;
}
.investor .investor-item1 .content .item .item-right {
  margin-left: 1.875rem;
  word-break: break-all;
  font-size: 1.125rem;
  line-height: 1.25rem;
  color: #000000;
}
.investor .investor-item1 .content .item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.investor .investor-item2 .investor-box {
  padding: 3.33%;
}
.investor .investor-item2 .investor-box #container {
  height: 50.625rem;
}
.investor .investor-item3 .box {
  margin-top: 1.875rem;
}
.investor .investor-item3 a {
  width: 48.67%;
  height: 16.25rem;
  border-radius: 1rem;
}
.investor .investor-item3 a .left {
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #777777;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
.investor .investor-item3 a .left .icon-gonggao {
  color: #9f9f9f;
  margin-bottom: 1.875rem;
  font-size: 2rem;
  transition: all 0.5s ease-in-out;
}
.investor .investor-item3 a .right {
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #777777;
  letter-spacing: 0.0625rem;
  margin-top: 3.75rem;
  transition: all 0.5s ease-in-out;
}
.investor .investor-item3 a .right .icon-right {
  font-size: 2rem;
  vertical-align: -0.3em;
  transition: all 0.5s ease-in-out;
}
.investor .investor-item3 a:first-child {
  background: url(../images/investor-item3-1.png) no-repeat center center;
}
.investor .investor-item3 a:last-child {
  background: url(../images/investor-item3-2.png) no-repeat center center;
}
.investor .investor-item3 a:hover {
  box-shadow: 0px 0px 18px 2px rgba(4, 0, 0, 0.1);
}
.investor .investor-item3 a:hover .left,
.investor .investor-item3 a:hover .left .icon,
.investor .investor-item3 a:hover .right,
.investor .investor-item3 a:hover .right .icon {
  color: #b28750;
}
.investor .investor-item4 .investor-box {
  padding: 3% 6% 1%;
}
.investor .investor-item4 .investor-item4-ul li {
  width: 43.94%;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid rgba(221, 221, 221, 0.3);
  margin-bottom: 1.25rem;
}
.investor .investor-item4 .investor-item4-ul li .date-box {
  width: 5rem;
  font-family: Montserrat-Bold;
  border-right: 2px solid rgba(204, 204, 204, 0.3);
  flex-shrink: 0;
}
.investor .investor-item4 .investor-item4-ul li .date-box .day {
  font-size: 2.5rem;
  line-height: 2.5rem;
  color: #777777;
}
.investor .investor-item4 .investor-item4-ul li .date-box .date {
  margin-top: 0.625rem;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #777777;
}
.investor .investor-item4 .investor-item4-ul li .title {
  box-sizing: border-box;
  padding-left: 1rem;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #474747;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.investor .investor-item4 .moreBtn {
  margin: 1.875rem auto 0;
}
.investor .investor-item4 .pageList {
  margin-top: 1.875rem;
}
.investor .investor-item5 .investor-item5-box {
  margin-top: 2.5rem;
}
.investor .investor-item5 .box-s {
  width: 18.67%;
  height: 22.5rem;
  text-align: center;
  background: #fff;
  border-radius: 1rem;
  transition: all 0.5s ease-in-out;
}
.investor .investor-item5 .box-s a {
  height: 100%;
}
.investor .investor-item5 .box-s a p {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #777777;
  transition: all 0.5s ease-in-out;
}
.investor .investor-item5 .box-s .icon {
  font-size: 2.5rem;
  color: #9f9f9f;
  margin: 0 auto 5.9375rem;
}
.investor .investor-item5 .box-s:nth-child(1) {
  animation-delay: 0.2s;
}
.investor .investor-item5 .box-s:nth-child(2) {
  animation-delay: 0.4s;
}
.investor .investor-item5 .box-s:nth-child(3) {
  animation-delay: 0.6s;
}
.investor .investor-item5 .box-s:hover {
  box-shadow: 0px 0px 18px 2px rgba(4, 0, 0, 0.1);
}
.investor .investor-item5 .box-b {
  width: 38%;
  height: 22.5rem;
  border-radius: 1rem;
  background: #fff;
  animation-delay: 0.8s;
}
.investor .investor-item5 .box-b .title {
  margin-top: 1.875rem;
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #b28750;
}
.investor .investor-item5 .box-b .content {
  box-sizing: border-box;
  padding: 0 7%;
  margin-top: 1.125rem;
}
.investor .investor-item5 .box-b .content .item .item-title {
  width: 8.125rem;
  height: 2.625rem;
  text-align-last: justify;
  border-radius: 0.375rem;
  background-color: #f4f4f4;
  box-sizing: border-box;
  padding: 0 1.8125rem;
  margin-right: 1.875rem;
  flex-shrink: 0;
  font-size: 1.125rem;
  line-height: 2.625rem;
  color: #474747;
}
.investor .investor-item5 .box-b .content .item .item-con {
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #474747;
  word-break: break-all;
}
.investor .investor-item5 .box-b .content .item:not(:last-child) {
  margin-bottom: 0.625rem;
}
/* -- 校园招聘 -- */
.schoolJob {
  padding: 3.75rem 0 2.8125rem;
}
.schoolJob .selectBox {
  margin-top: 2.1875rem;
}
.schoolJob .select-item {
  width: 32%;
  height: 3.75rem;
  background: #f3f1f7;
  position: relative;
  border-radius: 0.625rem;
}
.schoolJob .select-item .icon-arrow {
  font-size: 1.5625rem;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}
.schoolJob .select-item .icon-arrow-rotate {
  transform: translateY(-50%) rotate(90deg);
}
.schoolJob .select-item .select {
  width: 100%;
  padding: 0 2.5rem;
  border: 0;
  border-radius: 0.625rem;
  box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #f3f1f7;
  letter-spacing: 0.0625rem;
  font-size: 1.125rem;
  line-height: 3.75rem;
  color: #777777;
}
.schoolJob .row-header {
  margin-top: 2.1875rem;
  background: #b28850;
  height: 4.375rem;
  text-align: center;
  border-radius: 1rem 1rem 0rem 0rem;
  font-size: 1.25rem;
  line-height: 4.375rem;
  color: #fff;
}
.schoolJob .row-header .col {
  width: 20%;
  text-align: center;
}
.schoolJob .row-body .row a {
  font-size: 1.25rem;
  color: #474747;
  padding: 1.7rem 0;
}
.schoolJob .row-body .row {
  background: #fff;
}
.schoolJob .row-body .row:nth-child(even) {
  background: #f8f8f8;
}
.schoolJob .row-body .row:hover .col:nth-child(1),
.schoolJob .row-body .row:hover .col .icon-arrow {
  color: #b28750;
}
.schoolJob .row-body .col {
  width: 20%;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
.schoolJob .row-body .col:nth-child(1) {
  font-weight: bold;
}
.schoolJob .row-body .col .icon-arrow {
  font-size: 1.5625rem;
  color: #474747;
  transition: all 0.5s ease-in-out;
}
.schoolJob .pageList {
  margin-top: 3.125rem;
}
/* -- 招聘详情 -- */
.schoolJob-view {
  background: url(../images/job-xq.png) no-repeat top center;
  padding: 3.65% 0 12.1%;
}
.schoolJob-view .container2 {
  background: rgba(255, 255, 255, 0.85);
  box-sizing: border-box;
  padding: 4.7% 5.9% 7.3%;
}
.schoolJob-view .container2 .title {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 2.5rem;
  color: #b28850;
}
.schoolJob-view .container2 .line {
  margin: 2.8125rem 0 3.75rem;
}
.schoolJob-view .container2 .box {
  font-size: 1.125rem;
  line-height: 2.5rem;
  color: #333333;
}
.schoolJob-view .container2 .btn-box {
  margin-top: 4.67%;
}
.schoolJob-view .container2 .btn-box .btn {
  width: 11.25rem;
  height: 3.75rem;
  border: solid 1px rgba(159, 159, 159, 0.5);
  text-align: center;
  border-radius: 1.75rem;
  font-size: 1.125rem;
  line-height: 3.75rem;
  color: #474747;
  padding: 0;
}
.schoolJob-view .container2 .btn-box .btn .icon {
  color: #777777;
  margin-left: 0.5625rem;
}
.schoolJob-view .container2 .btn-box .btn .icon-shenqingkaipiao {
  font-size: 1.5rem;
  transform: rotate(180deg);
  vertical-align: -0.2em;
}
.schoolJob-view .container2 .btn-box .btn:first-child {
  margin-right: 2.5rem;
}
.schoolJob-view .container2 .btn-box .btn:hover {
  border: 1px solid #b28750;
  background: #b28750;
  color: #ffffff;
}
.schoolJob-view .container2 .btn-box .btn:hover .icon {
  color: #fff;
}
/* -- 联系人资 -- */
.contactHR {
  padding: 4.6875rem 0 5.9375rem;
}
.contactHR .container {
  margin-top: 3.125rem;
}
.contactHR .container .contactHR-box {
  width: 23.53%;
  background: #f6f9fe;
  animation-duration: 1.5s;
}
.contactHR .container .contactHR-box .title {
  background: #b28850;
  text-align: center;
  height: 3.75rem;
  font-size: 1.5rem;
  line-height: 3.75rem;
  color: #fff;
  border-radius: 1.25rem 1.25rem 0 0;
}
.contactHR .container .contactHR-box .content {
  height: 11.875rem;
}
.contactHR .container .contactHR-box .content .item {
  box-sizing: border-box;
  justify-content: center;
}
.contactHR .container .contactHR-box .content .item .icon {
  font-size: 1.5rem;
}
.contactHR .container .contactHR-box .content .item p {
  font-size: 1.375rem;
  line-height: 1.625rem;
  color: #333;
  text-align: center;
}
.contactHR .container .contactHR-box .content .item a {
  font-size: 1.375rem;
  line-height: 1.625rem;
  color: #333;
}
.contactHR .container .contactHR-box .content .item:not(:last-child) {
  margin-bottom: 1.875rem;
}
.contactHR .container .contactHR-box:nth-child(1) {
  animation-delay: 0.1s;
}
.contactHR .container .contactHR-box:nth-child(2) {
  animation-delay: 0.3s;
}
.contactHR .container .contactHR-box:nth-child(3) {
  animation-delay: 0.5s;
}
.contactHR .container .contactHR-box:nth-child(4) {
  animation-delay: 0.7s;
}
/* -- 联系我们 -- */
.contactUs {
  padding-top: 3.4375rem;
}
.contactUs .contact-box {
  background: rgba(246, 249, 254, 0.7);
  border-radius: 1.25rem;
}
.contactUs .contact-box .container {
  margin-top: 1.875rem;
  padding: 2.8125rem 0 3.4375rem;
}
.contactUs .contact-box .container .left {
  width: 80%;
  flex-wrap: wrap;
  align-items: flex-start;
}
.contactUs .contact-box .container .left .item {
  margin-bottom: 2.1875rem;
}
.contactUs .contact-box .container .left .item:last-child,
.contactUs .contact-box .container .left .item:nth-last-child(2) {
  margin-bottom: 0;
}
.contactUs .contact-box .container .left .item:nth-child(odd) {
  width: 70%;
}
.contactUs .contact-box .container .left .item span {
  flex-grow: 1;
}
.contactUs .contact-box .container .left .icon {
  color: #6b6d74;
  font-size: 1.25rem;
  vertical-align: -0.2em;
  margin-right: 0.625rem;
  flex-shrink: 0;
}
.contactUs .contact-box .container .left .item {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #504848;
}
.contactUs .contact-box .container .right {
  text-align: center;
}
.contactUs .contact-box .container .right .item:last-child {
  animation-delay: 0.4s;
}
.contactUs .contact-box .container .right .img-box {
  width: 6.875rem;
  box-shadow: 0rem 0rem 1.125rem 0.125rem rgba(47, 49, 58, 0.1);
}
.contactUs .contact-box .container .right .img-box img {
  display: block;
  max-width: 100%;
}
.contactUs .contact-box .container .right p {
  margin-top: 0.625rem;
  font-size: 1rem;
  line-height: 1rem;
  color: #474747;
}
.contactUs .contact-box .item:nth-child(1) {
  animation-delay: 0.2s;
}
.contactUs .contact-box .item:nth-child(2) {
  animation-delay: 0.4s;
}
.contactUs .contact-box .item:nth-child(3) {
  animation-delay: 0.6s;
}
.contactUs .contact-box .item:nth-child(4) {
  animation-delay: 0.8s;
}
.contactUs .pos-List {
  margin-top: 2.5rem;
}
.contactUs .pos-List li {
  width: 14.375rem;
  height: 4.375rem;
  background: #f3f1f7;
  border-radius: 2.1875rem;
  text-align: center;
  letter-spacing: 0.0625rem;
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 4.375rem;
  color: #474747;
  transition: all 0.5s ease-in-out;
}
.contactUs .pos-List li:hover {
  background: #b28750;
  color: #fff;
}
.contactUs .pos-List li.on {
  background: #b28750;
  color: #fff;
}
.contactUs .pos-List li:not(:last-child) {
  margin-right: 3.75rem;
}
.contactUs .pos-List li:nth-child(1) {
  animation-delay: 0.2s;
}
.contactUs .pos-List li:nth-child(2) {
  animation-delay: 0.4s;
}
.contactUs .pos-List li:nth-child(3) {
  animation-delay: 0.6s;
}
.contactUs .pos-List li:nth-child(4) {
  animation-delay: 0.8s;
}
.contactUs .map-box {
  height: 41.25rem;
  margin-top: 1.875rem;
}
.contactUs .map-box #container {
  width: 100%;
  height: 100%;
}
.contactUs .map-box .amap-icon img {
  width: 100%;
}
/* -- 走进丰元 -- */
.about {
  padding: 3.125rem 0 9.89%;
  overflow: hidden;
  position: relative;
}
.about .about-profile .item-1 {
  position: relative;
}
.about .about-profile .item-1 .left {
  width: 50%;
  position: relative;
  cursor: pointer;
}
.about .about-profile .item-1 .left img {
  display: block;
  width: 100%;
}
.about .about-profile .item-1 .left .play-box {
  width: 6.5625rem;
  height: 6.5625rem;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.about .about-profile .item-1 .left .play-box .icon-bofang {
  font-size: 1.6875rem;
  color: #fff;
}
.about .about-profile .item-1 .right {
  width: 50%;
  box-sizing: border-box;
  padding-left: 8.41%;
  text-align: justify;
}
.about .about-profile .item-1 .right .investor-title {
  text-align: left;
}
.about .about-profile .item-1 .right .con {
  margin-top: 2.8125rem;
  font-size: 1.125rem;
  line-height: 2.5rem;
  color: #333333;
}
.about .about-profile .item-1 .right .down {
  margin-top: 2.1875rem;
}
.about .about-profile .item-1 .bg-img {
  width: 38.28%;
  position: absolute;
  right: 0;
  bottom: 1%;
}
.about .about-profile .item-2 {
  margin-top: 4.6875rem;
  background: url(../images/about-bg2.png) top left;
  height: 9.375rem;
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #474747;
}
.about .about-profile .item-2 .w1600 {
  height: 100%;
}
.about .about-profile .item-2 .counter {
  font-family: Montserrat-Bold;
  font-size: 3.75rem;
  line-height: 3.125rem;
  color: #474747;
}
.about .about-profile .item-2 span {
  transition: all 0.5s ease-in-out;
}
.about .about-profile .item-2 p {
  margin-top: 0.9375rem;
  transition: all 0.5s ease-in-out;
}
.about .about-profile .item-2 .counter-item:hover {
  color: #b28750;
}
.about .about-profile .item-2 .counter-item:hover .counter,
.about .about-profile .item-2 .counter-item:hover p {
  color: #b28750;
}
.about .about-profile .item-3 {
  padding-top: 6.25%;
  position: relative;
}
.about .about-profile .item-3 .text-box .con {
  width: 50%;
  font-size: 1.125rem;
  line-height: 2.8125rem;
  color: #000;
}
.about .about-profile .item-3 .partners-box {
  width: 63%;
  height: 26.25rem;
  background: #f0f1f7;
  border-radius: 0 0 200px 0;
  box-sizing: border-box;
  padding: 5% 5.9% 0 8.6%;
}
.about .about-profile .item-3 .partners-box .partners li {
  width: 11.25rem;
  height: 6.875rem;
  background: #fff;
  position: relative;
  margin-bottom: 10px;
}
.about .about-profile .item-3 .partners-box .partners li img {
  display: block;
  max-width: 90%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about .about-profile .item-3 #earth {
  position: absolute;
  top: 0;
  right: 6%;
  width: 44.375rem;
  height: 44.375rem;
  z-index: 5;
}
.about .about-profile .item-3::after {
  content: "";
  width: 30.625rem;
  height: 30.625rem;
  background: url(../images/about-item3-bg.png) center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -3.125rem;
  right: 0;
  animation: rotateXMove 8s linear infinite;
  -webkit-animation: rotateXMove 8s linear infinite;
  z-index: -1;
}
.about .about-history {
  margin-top: 5.47%;
  padding: 5.47% 0 11.71%;
  background: url(../images/about-history.jpg) no-repeat top center;
  background-size: cover;
}
.about .about-history .container {
  margin-top: 4.6875rem;
}
.about .about-history .time-line-container {
  width: 65.625rem;
  margin: 0 auto;
}
.about .about-history .time-line-container .time-line {
  position: relative;
  font-family: Montserrat-Light;
  font-size: 1.125rem;
  line-height: 2.25rem;
  color: #474747;
  text-align: center;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.about .about-history .time-line-container .time-line.active {
  font-family: Montserrat-Bold;
  font-size: 2.25rem;
  line-height: 2.25rem;
  color: #b28850;
}
.about .about-history .time-line-container .time-line.active::after {
  background: #b28750;
}
.about .about-history .time-line-container .time-line::after {
  content: "";
  width: 1px;
  height: 1.875rem;
  background: rgba(159, 159, 159, 0.5);
  position: absolute;
  bottom: -3.4375rem;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about .about-history .full-line {
  margin-top: 1.5625rem;
  width: 100%;
  height: 2px;
  background: rgba(159, 159, 159, 0.5);
  position: relative;
}
.about .about-history .full-line .active-line {
  position: absolute;
  top: 0;
  left: 4.0625rem;
  height: 0.125rem;
  background: #b28750;
  transition: all 0.5s ease-in-out;
}
.about .about-history .timeLine {
  margin-top: 5.9375rem;
  text-align: center;
}
.about .about-history .timeLine .year {
  font-family: Montserrat-Bold;
  font-size: 2.25rem;
  line-height: 2.25rem;
  color: #b28850;
}
.about .about-history .timeLine .swiper-line {
  width: 3.125rem;
  height: 0.125rem;
  background-color: #9f9f9f;
  margin: 2.375rem auto;
}
.about .about-history .timeLine .con {
  letter-spacing: 0.0625rem;
  font-size: 1.25rem;
  line-height: 2.5rem;
  color: #000;
}
.about .about-industrial {
  margin-top: 6.875rem;
}
.about .about-industrial .container {
  margin-top: 3.125rem;
}
.about .about-industrial .left {
  width: 27.06%;
  background: #f0f1f7;
  border-radius: 16px 0 0 16px;
  position: relative;
}
.about .about-industrial .left .item {
  margin-top: 45.8%;
  box-sizing: border-box;
  padding-left: 15.2%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.about .about-industrial .left .item .title {
  font-size: 2.625rem;
  line-height: 2.25rem;
  color: #2f313a;
  font-weight: bold;
}
.about .about-industrial .left .item .con {
  margin-top: 10.8%;
  letter-spacing: 1px;
  font-size: 1.125rem;
  line-height: 2rem;
  color: #2f313a;
}
.about .about-industrial .left .item.active {
  position: relative;
  opacity: 1;
}
.about .about-industrial .right {
  width: 72.94%;
  overflow: hidden;
  position: relative;
  border-radius: 0 16px 16px 0;
}
.about .about-industrial .right .bg-box {
  position: relative;
}
.about .about-industrial .right .bg-box img {
  display: block;
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
}
.about .about-industrial .right .bg-box img.active {
  position: relative;
  opacity: 1;
}
.about .about-industrial .right .bg-box img:last-child {
  filter: brightness(90%);
}
.about .about-industrial .right .icon-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #fff;
}
.about .about-industrial .right .icon-box img {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 1.5625rem;
  transition: all 0.5s ease-in-out;
}
.about .about-industrial .right .icon-box .icon {
  transition: all 0.5s ease-in-out;
}
.about .about-industrial .right .icon-box .item {
  width: 20%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.about .about-industrial .right .icon-box .item:not(:last-child)::after {
  content: '';
  width: 1px;
  height: 50%;
  background: linear-gradient(rgba(255, 255, 255, 0.001), #fff);
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.5;
}
.about .about-industrial .right .icon-box .item.iconZoom img,
.about .about-industrial .right .icon-box .item.iconZoom p,
.about .about-industrial .right .icon-box .item.iconZoom .icon {
  transform: scale(1.2);
}
.about .about-industrial .right .icon-box p {
  margin-top: 1.5rem;
  transition: all 0.5s ease-in-out;
}
.about .about-industrial .about-project {
  margin-top: 5%;
  padding-bottom: 2.5rem;
}
.about .about-industrial .about-project .img-box {
  overflow: hidden;
}
.about .about-industrial .about-project .img-box img {
  display: block;
  width: 100%;
}
.about .about-industrial .about-project p {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #474747;
}
.about .about-industrial .about-project .swiper-pagination-progressbar {
  top: unset;
  bottom: 0;
  height: 3px;
  background: #dddddd;
}
.about .about-industrial .about-project .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #b28750;
  border-radius: 2px;
}
.about .about-honor {
  margin-top: 5.625rem;
  height: 55rem;
  background: url(../images/about-honor-bg.jpg) center center no-repeat;
}
.about .about-honor .w1700 {
  padding-top: 6.25rem;
  position: relative;
}
.about .about-honor .honor-swiper {
  overflow: hidden;
  height: 37.5rem;
  padding-top: 3.125rem;
  margin-top: 2.8125rem;
}
.about .about-honor .honor-swiper .swiper-wrapper {
  align-items: flex-end;
}
.about .about-honor .honor-swiper .swiper-wrapper .swiper-slide {
  top: 7.5rem;
}
.about .about-honor .honor-swiper .img-box {
  width: 22.5rem !important;
  margin: 0 auto;
  position: relative;
}
.about .about-honor .honor-swiper .img-box img {
  border: 14px solid;
  border-image: url(../images/honor-img-bg2.jpg);
  border-image-slice: 14 fill;
  display: block;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.about .about-honor .honor-swiper .jizuo img {
  display: block;
  margin: -10px auto 0;
}
.about .about-honor .honor-swiper .jizuo img:nth-child(1) {
  width: 23.875rem;
}
.about .about-honor .honor-swiper .jizuo img:nth-child(2) {
  width: 53.125rem;
  display: none;
}
.about .about-honor .honor-swiper p {
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #474747;
  margin-top: 2.8125rem;
  text-align: center;
}
.about .about-honor .honor-swiper .swiper-button-next,
.about .about-honor .honor-swiper .swiper-button-prev {
  top: 20%;
}
.about .about-honor .honor-swiper .swiper-slide-active {
  height: 24.6875rem;
  width: 32.5rem !important;
  top: -2.8125rem !important;
}
.about .about-honor .honor-swiper .swiper-slide-active .img-box {
  width: 100% !important;
  height: 100%;
  box-sizing: border-box;
}
.about .about-honor .honor-swiper .swiper-slide-active .jizuo img {
  display: none;
  margin: -10px auto 0;
}
.about .about-honor .honor-swiper .swiper-slide-active .jizuo img:nth-child(2) {
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.about .about-honor .honor-swiper .swiper-slide-active p {
  color: #b28750;
}
.about .about-culture {
  margin-top: 6.25rem;
}
.about .about-culture .container {
  height: 50rem;
  margin-top: 2.5rem;
}
.about .about-culture .container .item {
  width: 25%;
  height: 100%;
  background-size: 100% 100%;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.about .about-culture .container .item:nth-child(1) {
  background: url(../images/about-culture1.jpg) center center no-repeat;
}
.about .about-culture .container .item:nth-child(2) {
  background: url(../images/about-culture2.jpg) center center no-repeat;
}
.about .about-culture .container .item:nth-child(3) {
  background: url(../images/about-culture3.jpg) center center no-repeat;
}
.about .about-culture .container .item .itemBox {
  margin-top: 13.75rem;
}
.about .about-culture .container .item .icon-box {
  width: 8.125rem;
  height: 8.125rem;
  background: #b28850;
  border-radius: 50%;
  color: #fff;
  position: relative;
  margin: 0 auto;
  font-size: 3.125rem;
  transition: all 0.5s ease-in-out;
}
.about .about-culture .container .item .title {
  margin-top: 1.875rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #fff;
}
.about .about-culture .container .item .culture-line {
  width: 1.25rem;
  height: 2px;
  background: #fff;
  margin: 2.1875rem auto;
  opacity: 0;
}
.about .about-culture .container .item .con {
  text-align: center;
  letter-spacing: 0.0625rem;
  font-size: 1.125rem;
  line-height: 2.25rem;
  color: #fff;
  opacity: 0;
}
.about .about-culture .container .item.active {
  width: 50%;
}
.about .about-culture .container .item.active .culture-line,
.about .about-culture .container .item.active .con {
  opacity: 1;
}
.about .about-culture .container .item.active .icon-box {
  background: #fff;
  color: #b28750;
}
.about .about-social {
  padding-left: 5.2%;
  margin-top: 6.77%;
  box-sizing: border-box;
  position: relative;
}
.about .about-social .left {
  width: 40.6%;
}
.about .about-social .left .investor-title {
  margin-top: 1.5625rem;
  text-align: left;
}
.about .about-social .left .investor-title .en-title {
  letter-spacing: -2px;
}
.about .about-social .left .investor-title .cn-title {
  letter-spacing: 2px;
}
.about .about-social .left .social-left {
  margin-top: 2.8125rem;
}
.about .about-social .left .title {
  letter-spacing: 1px;
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #b28850;
}
.about .about-social .left .con {
  margin-top: 2.5rem;
  text-indent: 2em;
  font-size: 0.875rem;
  line-height: 1.875rem;
  color: #474747;
}
.about .about-social .left .swiper-btn {
  margin-top: 3.75rem;
}
.about .about-social .left .swiper-btn .swiper-button-prev,
.about .about-social .left .swiper-btn .swiper-button-next {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  top: 20%;
  margin-top: 0;
  transition: all 0.5s ease-in-out;
}
.about .about-social .left .swiper-btn .swiper-button-next {
  margin-left: 3.125rem;
}
.about .about-social .right {
  width: 57.1%;
}
.about .about-social .right img {
  display: block;
  width: 100%;
}
.about .about-social-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 31.5%;
}
.about .aboutEarth {
  position: absolute;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 48.3125rem;
}
/* -- 产品服务 -- */
.product {
  padding: 5.9375rem 0 4.375rem;
}
.product .investor-title .en-title {
  font-size: 3.125rem;
  line-height: 2.5rem;
}
.product .investor-title .cn-title {
  font-size: 2.25rem;
  line-height: 2.25rem;
}
.product .drive-item1 .con {
  text-align: center;
  margin-top: 2.1875rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #131313;
}
.product .drive-item1 .container {
  position: relative;
  margin-top: 3.4375rem;
}
.product .drive-item1 .container .bg-box {
  overflow: hidden;
}
.product .drive-item1 .container .bg-box a {
  display: none;
}
.product .drive-item1 .container .bg-box a.on {
  display: block;
}
.product .drive-item1 .container .bg-box a.on img {
  opacity: 1;
  position: relative;
}
.product .drive-item1 .container .bg-box img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: block;
  width: 100%;
  transition: all 1s ease-in-out;
}
.product .drive-item1 .container .cir-box {
  width: 45.3125rem;
  height: 45.3125rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(0);
  transition: all 0.5s ease-in-out;
}
.product .drive-item1 .container .cir-box .center-cir {
  width: 45.3125rem;
  height: 45.3125rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}
.product .drive-item1 .container .cir-box .cir {
  width: 26.6875rem;
  height: 26.6875rem;
  border: 5px solid #fff;
  border-radius: 50%;
}
.product .drive-item1 .container .cir-box .item-box {
  position: absolute;
  z-index: 99;
  cursor: pointer;
}
.product .drive-item1 .container .cir-box .item-box .spot {
  width: 0;
  height: 15px;
  background: #b28750;
  border-radius: 50%;
  flex-shrink: 0;
}
.product .drive-item1 .container .cir-box .item-box .drive-line {
  width: 0;
  height: 1px;
  background: #b28750;
}
.product .drive-item1 .container .cir-box .item-box .item-border {
  position: relative;
  border-radius: 50%;
  flex-shrink: 0;
}
.product .drive-item1 .container .cir-box .item-box .icon {
  opacity: 0;
}
.product .drive-item1 .container .cir-box .item-box .item-img {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  background-clip: content-box;
}
.product .drive-item1 .container .cir-box .item-box .item-img img {
  display: block;
  height: 100%;
}
.product .drive-item1 .container .cir-box .item-box p {
  flex-shrink: 0;
  margin-left: 0.625rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #fff;
}
.product .drive-item1 .container .cir-box .item-box.on {
  width: fit-content;
}
.product .drive-item1 .container .cir-box .item-box.on .spot {
  width: 15px;
}
.product .drive-item1 .container .cir-box .item-box.on .drive-line {
  width: 25.5rem;
}
.product .drive-item1 .container .cir-box .item-box.on .item-border {
  border: 10px solid rgba(255, 255, 255, 0.3);
}
.product .drive-item1 .container .cir-box .item-box.on .item-img {
  box-sizing: content-box;
  width: 11.75rem;
  height: 11.75rem;
  border: 5px solid #b28750;
}
.product .drive-item1 .container .cir-box .item-box.on .icon {
  height: auto;
  width: 1.625rem;
  opacity: 1;
}
.product .drive-item1 .container .cir-box .item-box.on p {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #fff;
}
.product .drive-item1 .container .cir-box .item-box:nth-child(2) {
  left: 50%;
  top: 50%;
  transform: translate(0, -50%);
}
.product .drive-item1 .container .cir-box .item-box:nth-child(2).move {
  left: 50%;
  top: 50%;
  transform: translate(70%, 20%) rotate(90deg);
}
.product .drive-item1 .container .cir-box .item-box:nth-child(3) {
  left: 60%;
  bottom: 0;
  transform: translate(-50%, 50%);
}
.product .drive-item1 .container .cir-box .item-box:nth-child(3).move {
  left: 0;
  top: 50%;
  transform: translate(0, 50%) rotate(90deg);
}
.product .drive-item1 .container .cir-box.rotate {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.product .drive-item1 .container .tip-box {
  position: absolute;
  top: 50%;
  left: 5.625%;
  transform: translateY(-50%);
}
.product .drive-item1 .container .tip-box .tip-item {
  position: absolute;
  opacity: 0;
  display: none;
}
.product .drive-item1 .container .tip-box .tip-item .tip-cn-title {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 2.5rem;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.product .drive-item1 .container .tip-box .tip-item .tip-en-title {
  margin-top: 1.4375rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #fff;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-family: Montserrat-Hairline;
  transition: all 0.5s ease-in-out;
}
.product .drive-item1 .container .tip-box .tip-item .box {
  margin-top: 3.125rem;
  font-size: 1.5rem;
  line-height: 2.875rem;
  color: #fff;
  letter-spacing: -1px;
}
.product .drive-item1 .container .tip-box .tip-item.on {
  position: relative;
  opacity: 1;
  display: block;
}
.product .drive-item1 .container .tip-box .tip-item:hover .tip-cn-title,
.product .drive-item1 .container .tip-box .tip-item:hover .tip-en-title {
  color: #b28750;
}
.product .drive-item1 .container .tip-box .btnBox {
  margin-top: 40px;
}
.product .drive-item1 .container .tip-box .btnBox a {
  display: block;
  font-size: 18rpx;
  border: 1px solid #fff;
  border-radius: 24px;
  border-bottom-right-radius: 0;
  color: #fff;
  width: 11.25rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  position: relative;
}
.product .drive-item1 .container .tip-box .btnBox a:first-child {
  margin-right: 3.125rem;
}
.product .drive-item1 .container .tip-box .btnBox a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 0;
  background: #b28750;
  transform: translateY(-50%);
  border-radius: 24px;
  border-bottom-right-radius: 0;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
.product .drive-item1 .container .tip-box .btnBox a:hover {
  border: 1px solid #b28750;
}
.product .drive-item1 .container .tip-box .btnBox a:hover::before {
  height: 100%;
}
.product .drive-item1 .w1700 {
  margin-top: 2.5rem;
}
.product .drive-item1 .container2 {
  height: 45.625rem;
}
.product .drive-item1 .container2 .item {
  width: 25%;
  height: 100%;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.product .drive-item1 .container2 .item .item-box {
  width: 92%;
  top: 20%;
  transition: all 0.5s ease-in-out;
}
.product .drive-item1 .container2 .item .item-box .icon-box {
  border-radius: 50%;
  color: #fff;
  position: relative;
  margin: 0 auto;
  font-size: 2.1875rem;
  text-align: center;
}
.product .drive-item1 .container2 .item .item-box .title {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #fff;
}
.product .drive-item1 .container2 .item .item-box .con {
  text-align: center;
  letter-spacing: 1px;
  opacity: 0;
  font-size: 1.125rem;
  line-height: 2.25rem;
  color: #fff;
}
.product .drive-item1 .container2 .item .item-box .con p {
  position: relative;
}
.product .drive-item1 .container2 .item .item-box .con p:not(:nth-child(4)) {
  margin-right: 1.75rem;
}
.product .drive-item1 .container2 .item .item-box .con p:not(:nth-child(4))::after {
  content: "";
  width: 2px;
  height: 18px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translate(-50%, -50%);
}
.product .drive-item1 .container2 .item .item-box2 {
  top: unset;
  bottom: -100%;
  transform: translate(-50%, -10%);
}
.product .drive-item1 .container2 .item .item-box2 .title {
  text-align: left;
}
.product .drive-item1 .container2 .item .item-box2 .icon-box {
  width: 4.375rem;
  height: 4.375rem;
  background: #fff;
  margin: 0;
  color: #b28750;
  border: 6px solid rgba(255, 255, 255, 0.3);
  background-clip: padding-box;
  box-sizing: content-box;
}
.product .drive-item1 .container2 .item .item-box2 .icon-box .icon {
  vertical-align: -0.4em;
}
.product .drive-item1 .container2 .item .item-box2 .con {
  opacity: 1;
}
.product .drive-item1 .container2 .item.active {
  width: 50%;
}
.product .drive-item1 .container2 .item.active .item-box1 {
  top: -50%;
}
.product .drive-item1 .container2 .item.active .item-box2 {
  bottom: 0;
}
.product .drive-item1 .container3 {
  background: url(../images/acid-bg.jpg) center center no-repeat;
}
.product .drive-item1 .container3 .w1700 {
  padding: 4.9% 0;
}
.product .drive-item1 .container3 .left {
  width: 15.3%;
}
.product .drive-item1 .container3 .left .left-swiper {
  width: 100%;
}
.product .drive-item1 .container3 .left .left-swiper .title {
  display: flex;
  align-content: center;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #b18850;
  letter-spacing: 0;
}
.product .drive-item1 .container3 .left .left-swiper .title span {
  margin-right: 1.25rem;
  font-family: Montserrat-Bold;
  font-size: 2.5rem;
  line-height: 2.5rem;
  color: #b18850;
}
.product .drive-item1 .container3 .left .swiper-pagination {
  position: relative;
  bottom: unset;
  left: unset;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 16px;
}
.product .drive-item1 .container3 .left .swiper-pagination .cir {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: solid 1px #9f9f9f;
}
.product .drive-item1 .container3 .left .swiper-pagination .page-line {
  width: 1px;
  height: 105px;
  border: solid 1px #9f9f9f;
}
.product .drive-item1 .container3 .left .swiper-pagination .swiper-pagination-current {
  writing-mode: vertical-rl;
  letter-spacing: 2px;
  margin-top: 0.5625rem;
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #b18850;
}
.product .drive-item1 .container3 .left ul {
  margin-top: 2.1875rem;
}
.product .drive-item1 .container3 .left ul li {
  cursor: pointer;
}
.product .drive-item1 .container3 .left ul li p {
  margin-left: 0.3125rem;
  font-size: 1rem;
  line-height: 1rem;
  color: #474747;
}
.product .drive-item1 .container3 .left ul li .cir {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: relative;
}
.product .drive-item1 .container3 .left ul li .spot {
  width: 6px;
  height: 6px;
  background: #474747;
  border-radius: 50%;
}
.product .drive-item1 .container3 .left ul li.on p {
  color: #b18850;
}
.product .drive-item1 .container3 .left ul li.on .spot {
  background: #b18850;
}
.product .drive-item1 .container3 .left ul li.on .cir {
  border: 1px solid #b18850;
}
.product .drive-item1 .container3 .left ul li:not(:last-child) {
  margin-bottom: 1.5625rem;
}
.product .drive-item1 .container3 .right {
  width: 84.7%;
}
.product .drive-item1 .container3 .right .item {
  position: relative;
}
.product .drive-item1 .container3 .right .item img {
  display: block;
  width: 100%;
}
.product .drive-item1 .container3 .right .box {
  position: absolute;
  width: 100%;
  top: 15%;
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #fff;
}
.product .drive-item1 .container3 .right .box p {
  margin-top: 0.8125rem;
}
.product .drive-item1 .container3 .right .box .icon {
  font-size: 2.5rem;
}
.product .drive-item2 {
  margin-top: 4.6875rem;
}
.product .drive-item2 .container {
  margin-top: 2.1875rem;
}
.product .drive-item2 .box {
  width: 46.9%;
}
.product .drive-item2 .box .title {
  height: 5rem;
  background: #b28750;
  border-radius: 1rem 1rem 0 0;
  text-align: center;
  font-size: 1.875rem;
  line-height: 5rem;
  color: #fff;
}
.product .drive-item2 .box .con {
  height: 20rem;
  position: relative;
  background: #f0f1f7;
  border-radius: 0 0 1rem 1rem;
  overflow: hidden;
}
.product .drive-item2 .box .con .item {
  position: relative;
  z-index: 3;
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #000000;
}
.product .drive-item2 .box .con .item p:first-child {
  margin-bottom: 0.9375rem;
}
.product .drive-item2 .box .con .item span {
  font-family: Montserrat-Bold;
  letter-spacing: 0;
  font-size: 3.75rem;
  line-height: 3.125rem;
  color: #2f313a;
}
.product .drive-item2 .box .con .item:first-child {
  margin-right: 24%;
}
.product .drive-item2 .box .con::after {
  content: "";
  width: 46%;
  height: 15.625rem;
  background: url(../images/index-news-leftbg.png) no-repeat;
  background-position: 0 80%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.product .drive-item2 .box .con::before {
  content: "";
  width: 46%;
  height: 15.625rem;
  background: url(../images/index-news-leftbg.png) no-repeat;
  background-position: 0 20%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.product .drive-item2 .box .bg-img {
  animation: rotate360 5s;
  /* Safari 与 Chrome: */
  -webkit-animation: rotate360 5s;
  animation-iteration-count: infinite;
  z-index: 2;
  width: 19.5rem;
}
@keyframes rotate360 {
  from {
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.product .product-item3 {
  margin-top: 5.99%;
  background: #f0f1f7;
}
.product .product-item3 .investor-title {
  padding-top: 4.42%;
}
.product .product-item3 .container {
  margin-top: 3.4375rem;
  box-sizing: border-box;
  padding-left: 3.9%;
}
.product .product-item3 .container .left {
  position: relative;
  width: 39%;
}
.product .product-item3 .container .left .product-item3-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 156.52%;
  height: 58.16%;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
  padding-bottom: 8.68%;
  box-sizing: content-box;
}
.product .product-item3 .container .left .product-item3-box .layout {
  height: 100%;
}
.product .product-item3 .container .left .product-item3-box .layout .layout-left {
  width: 15rem;
  border-right: 1px solid #dddddd;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  flex-shrink: 0;
}
.product .product-item3 .container .left .product-item3-box .layout .layout-left .layout-title {
  width: 8.75rem;
  height: 19.6875rem;
  border: 1px solid #dddddd;
  font-size: 2.25rem;
  color: #595656;
  position: relative;
  opacity: 0.5;
}
.product .product-item3 .container .left .product-item3-box .layout .layout-left .layout-title span {
  writing-mode: vertical-rl;
}
.product .product-item3 .container .left .product-item3-box .layout .layout-right {
  padding: 0 12.96% 0 6.48%;
  box-sizing: border-box;
}
.product .product-item3 .container .left .product-item3-box .layout .layout-right .item {
  height: 100%;
  display: none;
}
.product .product-item3 .container .left .product-item3-box .layout .layout-right .title {
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 2.25rem;
  color: #b18850;
}
.product .product-item3 .container .left .product-item3-box .layout .layout-right .con {
  margin-top: 10%;
  text-indent: 2em;
  font-size: 1rem;
  line-height: 2.875rem;
  color: #525252;
}
.product .product-item3 .container .left .icon-list {
  margin-top: 19%;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  color: #474747;
}
.product .product-item3 .container .left .icon-list .icon {
  font-size: 1.875rem;
}
.product .product-item3 .container .left .icon-list p {
  margin-top: 0.9375rem;
}
.product .product-item3 .container .left .icon-list li {
  cursor: pointer;
}
.product .product-item3 .container .left .icon-list li:hover {
  color: #b28750;
}
.product .product-item3 .container .left .icon-list li.on {
  color: #b28750;
}
.product .product-item3 .container .left .icon-list li:not(:last-child) {
  margin-right: 1.5625rem;
}
.product .product-item3 .container .right {
  width: 61%;
}
.product .product-item3 .container .right img {
  display: none;
  width: 100%;
}
/* -- 品质保障 -- */
.quality {
  margin: 3.4375rem 0 4.6875rem;
  position: relative;
  z-index: 2;
}
.quality .quality-item1 {
  background: url(../images/quality-item1-bg.jpg) no-repeat center;
  background-size: cover;
  height: 45.625rem;
}
.quality .quality-item1 .w1700 {
  height: 100%;
  position: relative;
}
.quality .quality-item1 .container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 71.92%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  box-sizing: border-box;
  padding-left: 5.58%;
}
.quality .quality-item1 .container .investor-title {
  text-align: left;
}
.quality .quality-item1 .container .con {
  width: 56.25rem;
  margin-top: 4.0625rem;
  font-size: 1.25rem;
  line-height: 3.125rem;
  color: #474747;
}
.quality .quality-item2 {
  margin-top: 5.47%;
  position: relative;
}
.quality .quality-item2 .box {
  box-shadow: 0px 0px 20px 0px rgba(6, 0, 1, 0.11);
  border-radius: 10px;
  position: relative;
  height: 31.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.quality .quality-item2 .box::after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: linear-gradient(131deg, #fcebb9 0%, #e4c895 50%, #cda874 100%);
  box-shadow: 0px 0px 20px 0px rgba(6, 0, 1, 0.08);
  position: absolute;
  top: 0;
  right: 0;
}
.quality .quality-item2 .box:hover .title {
  color: #b28850;
}
.quality .quality-item2 .box .img-box {
  width: 6.25rem;
  height: 6.25rem;
  margin: 0 auto;
  position: relative;
}
.quality .quality-item2 .box .num {
  font-family: Montserrat-Light;
  position: absolute;
  right: 3.125rem;
  bottom: 3.75rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #9f9f9f;
}
.quality .quality-item2 .box .title {
  margin-top: 3.125rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #474747;
  transition: all 0.5s ease-in-out;
}
.quality .quality-item2 .box .con {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #777777;
  margin-top: 2.375rem;
}
.quality .quality-item2 .container {
  margin-top: 2.5rem;
}
.quality .quality-item2 .row1 .box {
  width: 24.11%;
  padding: 0 2.94%;
  transition: all 0.5s ease-in-out;
}
.quality .quality-item2 .row1 .box2 {
  width: 48.23%;
}
.quality .quality-item2 .row2 {
  margin-top: 3.75rem;
  position: relative;
  z-index: 2;
}
.quality .quality-item2 .row2 .box {
  width: 49.11%;
  padding: 0 5%;
}
.quality .quality-item2 .bgImg {
  width: 34.375%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.quality .quality-item3 {
  background: #f0f1f7;
  height: 37.5rem;
  margin-top: 4.42%;
}
.quality .quality-item3 .w1700 {
  height: 100%;
  position: relative;
}
.quality .quality-item3 .w1700::after {
  content: "";
  width: 88px;
  height: 406px;
  background: url(../images/quality-item3-4.png) no-repeat center center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.quality .quality-item3 .left {
  width: 50%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.quality .quality-item3 .left .item {
  width: 38.3%;
}
.quality .quality-item3 .left .item img {
  display: block;
  width: 100%;
}
.quality .quality-item3 .left .item p {
  margin-top: 1.125rem;
  font-size: 1rem;
  line-height: normal;
  color: #474747;
}
.quality .quality-item3 .left .item:first-child {
  margin-right: 8.23%;
}
.quality .quality-item3 .right {
  width: 50%;
  position: relative;
  z-index: 2;
}
.quality .quality-item3 .right ul {
  height: 100%;
}
.quality .quality-item3 .right ul li:not(:last-child) {
  margin-bottom: 7%;
}
.quality .quality-item3 .right ul img {
  display: inline-block;
  width: 1.3125rem;
  height: 1.3125rem;
  margin-right: 0.1875rem;
}
.quality .quality-item3 .right span {
  font-size: 1.375rem !important;
  line-height: 1.375rem !important;
  color: #333333 !important;
}
.quality .quality-item3 .right p {
  margin-left: 1.125rem;
  font-size: 1.375rem !important;
  line-height: 1.375rem !important;
  color: #333333 !important;
}
.quality .quality-item4 .quality-item4-box .w1700 {
  padding: 4.95% 0 2.86%;
  position: relative;
}
.quality .quality-item4 .quality-item4-box .w1700 .spot-bg {
  position: absolute;
  bottom: 1.875rem;
  right: 0;
  opacity: 0.3;
}
.quality .quality-item4 .quality-item4-box .left,
.quality .quality-item4 .quality-item4-box .right {
  width: 50%;
}
.quality .quality-item4 .quality-item4-box .investor-title {
  text-align: left;
}
.quality .quality-item4 .quality-item4-box .down {
  margin-top: 3.75rem;
}
.quality .quality-item4 .quality-item4-box .con {
  box-sizing: border-box;
  padding-left: 5.88%;
  margin-top: -1.25rem;
  text-indent: 2em;
  font-size: 1.125rem;
  line-height: 3.5rem;
  color: #474747;
}
.quality .quality-item4 .container {
  height: 38.75rem;
  background: url(../images/quality-item2-bg.jpg) center no-repeat;
}
.quality .quality-item4 .container .w1700 {
  height: 100%;
}
.quality .quality-item4 .container .row1 .box:not(:last-child) {
  margin-right: 6%;
}
.quality .quality-item4 .container .row1 .box::after {
  content: "";
  width: 5.9375rem;
  height: 3.4375rem;
  background: linear-gradient(to bottom left, transparent 0%, transparent calc(50% - 1px), #9f9f9f 50%, transparent calc(50% + 1px), transparent 100%);
  position: absolute;
  bottom: -25%;
  right: -3.5%;
}
.quality .quality-item4 .container .row1 .box::before {
  content: "";
  width: 5.9375rem;
  height: 3.4375rem;
  background: linear-gradient(to bottom right, transparent 0%, transparent calc(50% - 1px), #9f9f9f 50%, transparent calc(50% + 1px), transparent 100%);
  position: absolute;
  bottom: -25%;
  left: -3.5%;
}
.quality .quality-item4 .container .row1 .box:nth-child(1) {
  animation-delay: 0.6s;
}
.quality .quality-item4 .container .row1 .box:nth-child(2) {
  animation-delay: 1.2s;
}
.quality .quality-item4 .container .row1 .box:nth-child(3) {
  animation-delay: 1.8s;
}
.quality .quality-item4 .container .row1 .box:nth-child(4) {
  animation-delay: 2.4s;
}
.quality .quality-item4 .container .row2 {
  margin-top: 15px;
}
.quality .quality-item4 .container .row2 .box:nth-child(1) {
  animation-delay: 0.3s;
}
.quality .quality-item4 .container .row2 .box:nth-child(2) {
  animation-delay: 0.9s;
}
.quality .quality-item4 .container .row2 .box:nth-child(3) {
  animation-delay: 1.5s;
}
.quality .quality-item4 .container .row2 .box:nth-child(4) {
  animation-delay: 2.1s;
}
.quality .quality-item4 .container .row2 .box:nth-child(5) {
  animation-delay: 2.7s;
}
.quality .quality-item4 .container .row {
  display: none;
}
.quality .quality-item4 .container .box {
  position: relative;
}
.quality .quality-item4 .container .box .text {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
}
.quality .quality-item4 .container .box .text p {
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #474747;
  letter-spacing: 1px;
  font-weight: bold;
}
.quality .quality-item4 .container .box .text span {
  margin-top: 0.625rem;
  display: block;
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: #474747;
  opacity: 0.7;
}
.quality .quality-item4 .container .box img {
  display: block;
  width: 15.3125rem;
}
.quality .quality-item5 {
  margin-top: 5.47%;
  position: relative;
}
.quality .quality-item5 .box {
  position: relative;
}
.quality .quality-item5 .con {
  margin-top: 2.1875rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #474747;
}
.quality .quality-item5 .quality-item5-swiper {
  margin-top: 5%;
}
.quality .quality-item5 .quality-item5-swiper .swiper-slide {
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
}
.quality .quality-item5 .quality-item5-swiper .swiper-slide img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.quality .quality-item5 .quality-item5-swiper .swiper-slide-active,
.quality .quality-item5 .quality-item5-swiper .swiper-slide-duplicate-active {
  transform: scale(1);
}
.quality .quality-item5 .quality-item5-swiper .swiper-slide-active .cir,
.quality .quality-item5 .quality-item5-swiper .swiper-slide-duplicate-active .cir {
  border: 1px solid #b28850;
}
.quality .quality-item5 .quality-item5-swiper .swiper-slide-active .cir .spot,
.quality .quality-item5 .quality-item5-swiper .swiper-slide-duplicate-active .cir .spot {
  width: 6px;
  height: 6px;
  background: #b28850;
  border-radius: 50%;
}
.quality .quality-item5 .quality-item5-swiper2 {
  margin-top: 2rem;
}
.quality .quality-item5 .quality-item5-swiper2 p {
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #000;
  text-align: center;
  margin-top: 0.75rem;
}
.quality .quality-item5 .quality-item5-swiper2 .icon-box {
  position: relative;
}
.quality .quality-item5 .quality-item5-swiper2 .icon-box .cir {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px dashed #b28850;
}
.quality .quality-item5 .quality-item5-swiper2 .icon-box::after {
  content: "";
  display: block;
  position: absolute;
  right: calc(50% + 10px);
  top: 50%;
  width: calc(50% + 30px);
  height: 1px;
  background: #b28850;
}
.quality .quality-item5 .quality-item5-swiper2 .icon-box::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% + 10px);
  top: 50%;
  width: calc(50% + 30px);
  height: 1px;
  background: #b28850;
}
.quality .quality-item5 .quality-item5-swiper2 .swiper-slide-active .icon-box .cir,
.quality .quality-item5 .quality-item5-swiper2 .swiper-slide-duplicate-active .icon-box .cir {
  border: 1px solid #b28850;
}
.quality .quality-item5 .quality-item5-swiper2 .swiper-slide-active .icon-box .cir .spot,
.quality .quality-item5 .quality-item5-swiper2 .swiper-slide-duplicate-active .icon-box .cir .spot {
  width: 6px;
  height: 6px;
  background: #b28850;
  border-radius: 50%;
}
.quality .quality-item5 .quality-item5-swiper2 .swiper-slide-active p,
.quality .quality-item5 .quality-item5-swiper2 .swiper-slide-duplicate-active p {
  color: #b28850;
  font-weight: bold;
}
.quality .quality-item5::after {
  content: "";
  width: 100%;
  height: 35.5rem;
  position: absolute;
  top: 30%;
  left: 0;
  background: url(../images/quality-item5-bg.png) center center no-repeat;
  animation: rotateXMove 10s linear infinite;
  -webkit-animation: rotateXMove 10s linear infinite;
  z-index: -1;
}
@keyframes rotateXMove {
  0% {
    transform: rotateX(0);
  }
  100% {
    transform: rotateX(360deg);
  }
}
@-webkit-keyframes rotateXMove {
  0% {
    transform: rotateX(0);
  }
  100% {
    transform: rotateX(360deg);
  }
}
/* -- 客户服务 -- */
.customerService {
  margin: 4.69% 0 6.5%;
}
.customerService .service-item1 {
  background: url(../images/service-item1-bg.jpg) top center no-repeat;
}
.customerService .service-item1 .investor-title {
  padding-top: 7.03%;
}
.customerService .service-item1 .investor-title .en-title,
.customerService .service-item1 .investor-title .cn-title {
  color: #fff;
}
.customerService .service-item1 .clickBtn {
  margin-top: 2.86%;
}
.customerService .service-item1 .clickBtn li {
  cursor: pointer;
  width: 16.25rem;
  height: 4.375rem;
  border-radius: 2.1875rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 4.375rem;
  color: #b28850;
  transition: all 0.5s ease-in-out;
  background: rgba(255, 255, 255, 0.7);
}
.customerService .service-item1 .clickBtn li:first-child {
  margin-right: 2.5rem;
}
.customerService .service-item1 .clickBtn li.on {
  background: #b28850;
  color: #fff;
}
.customerService .service-item1 .clickBtn li:hover {
  background: #b28850;
  color: #fff;
}
.customerService .service-item1 .box {
  background: #fff;
  box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.11);
  border-radius: 1.875rem;
  box-sizing: border-box;
  padding: 6.88% 8.845% 0;
  margin-top: 3.57%;
  position: relative;
}
.customerService .service-item1 .box .title p {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #b28850;
}
.customerService .service-item1 .box .title .right {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #000;
  letter-spacing: 0.8125rem;
}
.customerService .service-item1 .box .title .right::after {
  content: "";
  width: 13.25rem;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: -1.375rem;
  transform: translate(-100%, -50%);
}
.customerService .service-item1 .box .con {
  margin-top: 2.97%;
  font-size: 1.5rem;
  line-height: 3.125rem;
  color: #000;
  letter-spacing: 0.125rem;
  font-family: lighter;
}
.customerService .service-item1 .box .swiper-container {
  height: 26.875rem;
  overflow: hidden;
  margin-top: 2.97%;
}
.customerService .service-item1 .box .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
}
.customerService .service-item1 .box .swiper-pagination {
  position: relative;
}
.customerService .service-item1 .box .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: transparent;
  border: solid 2px #cccccc;
  opacity: 1;
  margin: 0;
}
.customerService .service-item1 .box .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 1.875rem;
}
.customerService .service-item1 .box .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b28850;
  border: solid 2px #b28850;
}
.customerService .service-item1 .box .csubg {
  position: absolute;
  top: 23%;
  right: 0;
  width: 83%;
  display: block;
  z-index: -1;
}
.customerService .service-item2 {
  padding: 6.875rem 0 22.0625rem;
  background: url(../images/service-item2-bg.jpg) center bottom no-repeat;
}
.customerService .service-item2 .container {
  background: #fff;
}
.customerService .service-item2 .container .btn {
  margin-top: 5.18%;
  border-bottom: 4px solid #dddddd;
}
.customerService .service-item2 .container .btn li {
  cursor: pointer;
  width: 7.8125rem;
  padding-bottom: 1.4375rem;
  position: relative;
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #525252;
}
.customerService .service-item2 .container .btn li:not(:last-child) {
  margin-right: 11.85%;
}
.customerService .service-item2 .container .btn li::after {
  content: "";
  height: 4px;
  width: 0;
  background: #b28750;
  position: absolute;
  bottom: -4px;
  left: 0;
  transition: all 0.5s ease-in-out;
}
.customerService .service-item2 .container .btn li.on {
  font-weight: bold;
  color: #b28850;
}
.customerService .service-item2 .container .btn li.on::after {
  width: 100%;
}
.customerService .service-item2 .container .btn li:hover {
  font-weight: bold;
  color: #b28850;
}
.customerService .service-item2 .container .btn li:hover::after {
  width: 100%;
}
.customerService .service-item2 .container .box {
  margin-top: 5.18%;
  padding-bottom: 8.89%;
}
.customerService .service-item2 .container .box .item .title {
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 2.25rem;
  color: #525252;
}
.customerService .service-item2 .container .box .item .con {
  margin-top: 3.7%;
  font-size: 1.125rem;
  line-height: 2.5rem;
  color: #525252;
}
.customerService .service-item3 {
  margin-top: 6.5%;
}
.customerService .service-item3 ul {
  margin-top: 7.65%;
}
.customerService .service-item3 ul li {
  width: 30.58%;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.customerService .service-item3 ul li img {
  display: block;
  width: 100%;
}
.customerService .service-item3 ul li .box {
  width: 76%;
  text-align: center;
  z-index: 3;
}
.customerService .service-item3 ul li .box .icon {
  color: #fff;
  font-size: 2.5rem;
}
.customerService .service-item3 ul li .box .title {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 2.5rem;
  line-height: 2.5rem;
  color: #fff;
}
.customerService .service-item3 ul li .box .con {
  display: none;
  text-align: justify;
  margin-top: 2.8125rem;
  font-size: 1.125rem;
  line-height: 2.5rem;
  color: #fff;
}
.customerService .service-item3 ul li .mask {
  position: absolute;
  background: #b28850;
  opacity: 0.7;
  z-index: 2;
  width: 100%;
  height: 0;
}
.customerService .service-item3 ul li:hover {
  transform: translateY(-4.375rem);
}
.customerService .service-item3 ul li:hover .mask {
  top: 0;
  height: 100%;
}
.customerService .service-item3 ul li:hover .con {
  display: block;
}
/* -- 研发平台 -- */
.development .investor-title .icon {
  color: #b28850;
  font-size: 4.25rem;
  margin-bottom: 1.875rem;
}
.development .swiper-btn .swiper-button-prev,
.development .swiper-btn .swiper-button-next {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  margin-top: 0;
}
.development .swiper-btn .swiper-button-prev {
  margin-right: 3.125rem;
}
.development .deve-item1 {
  padding-top: 3.4375rem;
  position: relative;
  z-index: 2;
}
.development .deve-item1 .deve-item-title {
  position: relative;
  z-index: 2;
}
.development .deve-item1 .deve-item-title img {
  display: block;
}
.development .deve-item1 .deve-item-title .box {
  margin-top: 1.875rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #474747;
  font-family: Montserrat-Hairline;
  letter-spacing: -1px;
  align-items: baseline;
}
.development .deve-item1 .deve-item-title .box p {
  margin-right: 1.25rem;
  letter-spacing: 0;
  font-size: 2.25rem;
  line-height: 2.25rem;
  color: #2f313a;
}
.development .deve-item1 .container {
  margin-top: 2.5rem;
  position: relative;
  z-index: 2;
}
.development .deve-item1 .container .left {
  width: 47.1%;
}
.development .deve-item1 .container .left .con {
  margin-top: 2.5rem;
  text-indent: 2em;
  text-align: justify;
  font-size: 1.125rem;
  line-height: 2.5rem;
  color: #474747;
}
.development .deve-item1 .container .right {
  width: 50%;
}
.development .deve-item1 .container .right img {
  display: block;
  width: 100%;
  border-radius: 0 50px 0 50px;
}
.development .deve-item1::after {
  content: "";
  width: 53.75rem;
  height: 17.5rem;
  background: url(../images/g15.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.development .deve-item2 {
  margin-top: 3.4375rem;
  background: #f0f1f7;
}
.development .deve-item2 .img-box {
  height: 20rem;
}
.development .deve-item2 img {
  display: block;
  width: 22.35%;
  border-radius: 16px;
}
.development .deve-item2 img:nth-child(1) {
  animation-delay: 0.2s;
}
.development .deve-item2 img:nth-child(2) {
  animation-delay: 0.4s;
}
.development .deve-item2 img:nth-child(3) {
  animation-delay: 0.6s;
}
.development .deve-item2 img:nth-child(4) {
  animation-delay: 0.8s;
}
.development .deve-item3 {
  padding-bottom: 4.167%;
  margin-top: 4.43%;
  overflow: hidden;
}
.development .deve-item3 .container {
  flex-direction: row-reverse;
}
.development .deve-item3 .container .left .box p {
  margin-right: 0;
}
.development .deve-item3::after {
  top: unset;
  bottom: -18%;
}
.development .deve-item4 {
  background: url(../images/expert-bg.jpg) center no-repeat;
  background-size: cover;
}
.development .deve-item4 .w1700 {
  height: 57.5rem;
}
.development .deve-item4 .left {
  width: 26.5625rem;
  flex-shrink: 0;
}
.development .deve-item4 .left .investor-title {
  text-align: left;
}
.development .deve-item4 .left .investor-title .en-title {
  letter-spacing: -1px;
}
.development .deve-item4 .left ul {
  margin-top: 29.5%;
  position: relative;
}
.development .deve-item4 .left ul li {
  cursor: pointer;
}
.development .deve-item4 .left ul li .li-left {
  width: 27px;
  height: 22px;
  flex-shrink: 0;
  margin-right: 1.375rem;
  position: relative;
}
.development .deve-item4 .left ul li .li-left img {
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.development .deve-item4 .left ul li .li-left .cir {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #b28850;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.development .deve-item4 .left ul li p {
  font-size: 1rem;
  line-height: 1rem;
  color: #777777;
}
.development .deve-item4 .left ul li:not(:last-child) {
  margin-bottom: 2.1875rem;
}
.development .deve-item4 .left ul li.on .li-left img {
  opacity: 1;
}
.development .deve-item4 .left ul li.on p {
  font-weight: bold;
  color: #333333;
}
.development .deve-item4 .left ul li.on .cir {
  opacity: 0;
}
.development .deve-item4 .left ul li:hover .li-left img {
  opacity: 1;
}
.development .deve-item4 .left ul li:hover p {
  font-weight: bold;
  color: #333333;
}
.development .deve-item4 .left ul li:hover .cir {
  opacity: 0;
}
.development .deve-item4 .left ul::after {
  content: "";
  width: 1px;
  height: calc(100% - 22px);
  background: #b28850;
  position: absolute;
  top: 11px;
  left: 13px;
  transform: translateX(-50%);
}
.development .deve-item4 .right {
  width: 60.15%;
}
.development .deve-item4 .right .img-box {
  width: 20.625rem;
  position: relative;
}
.development .deve-item4 .right .img-box img {
  display: block;
  border-radius: 16px;
}
.development .deve-item4 .right .img-box .text {
  width: 27.1875rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 3.75rem;
  border-radius: 1.25rem 0rem 1.25rem 0rem;
  background: rgba(178, 136, 80, 0.55);
  align-items: baseline;
}
.development .deve-item4 .right .img-box .text span {
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #f0f0f2;
}
.development .deve-item4 .right .img-box .text span:nth-child(2) {
  margin: 0 0.75rem;
}
.development .deve-item4 .right .img-box .text .name {
  font-size: 1.875rem;
  line-height: 3.75rem;
  color: #f0f0f2;
}
.development .deve-item4 .right .notes {
  margin-top: 4.81%;
  font-size: 1rem;
  line-height: 2.25rem;
  color: #b28850;
}
.development .deve-item4 .right .con {
  font-size: 1rem;
  line-height: 2.25rem;
  color: #000;
}
.development .deve-item4 .right .swiper-btn {
  margin-top: 9%;
}
.development .deve-item5 {
  margin-top: 3.4375rem;
  position: relative;
  overflow: hidden;
  padding-bottom: 3.125rem;
}
.development .deve-item5 h6 {
  margin-top: 2.375rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #000;
}
.development .deve-item5 .research-swiper {
  margin-top: 3.4375rem;
}
.development .deve-item5 .research-swiper .box {
  width: 95.4%;
}
.development .deve-item5 .research-swiper .img-box {
  box-shadow: 0rem 0rem 1rem 0.25rem rgba(4, 0, 0, 0.1);
  border-radius: 1.25rem;
}
.development .deve-item5 .research-swiper .img-box img {
  display: block;
  width: 100%;
  border-radius: 1.25rem;
}
.development .deve-item5 .research-swiper .cir {
  display: block;
  margin: 0.75rem auto 0.3125rem;
}
.development .deve-item5 .research-swiper p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #000;
}
.development .deve-item5 .swiper-btn {
  margin-top: 35px;
}
.development .deve-item5::after {
  content: "";
  width: 45.4375rem;
  height: 11.5625rem;
  background: url(../images/g17.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -1%;
  left: 0;
  z-index: -1;
}
.development .deve-item6 {
  background: url(../images/honor-bg.jpg) center center no-repeat;
  padding-top: 3.125rem;
  padding-bottom: 5.625rem;
  background-size: cover;
}
.development .deve-item6 .box {
  margin-top: 3.125rem;
}
.development .deve-item6 .box .con {
  font-size: 1.125rem;
  line-height: 2.5rem;
  color: #2f313a;
  text-indent: 2em;
}
.development .deve-item6 .box .item-box {
  margin-top: 3.125rem;
}
.development .deve-item6 .box .item-box .item {
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #474747;
  transition: all 0.5s ease-in-out;
}
.development .deve-item6 .box .item-box .item span {
  font-family: Montserrat-Bold;
  font-size: 3.75rem;
  line-height: 1.125rem;
  color: #474747;
  transition: all 0.5s ease-in-out;
}
.development .deve-item6 .box .item-box .item p {
  margin-top: 0.9375rem;
}
.development .deve-item6 .box .item-box .item:hover {
  color: #b49161;
}
.development .deve-item6 .box .item-box .item:hover span {
  color: #b49161;
}
.development .deve-item6 .box ul {
  margin-top: 3.125rem;
}
.development .deve-item6 .box ul li {
  width: 23.8%;
  margin-bottom: 1.25rem;
}
.development .deve-item6 .box ul li .img-box {
  width: 100%;
  height: 30rem;
  position: relative;
}
.development .deve-item6 .box ul li .img-box img {
  border: 1.25rem solid;
  border-image: url(../images/honor-box.jpg);
  border-image-slice: 20 fill;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.development .deve-item6 .box ul li .img-box::after {
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  position: absolute;
  top: 20px;
  left: 20px;
  box-shadow: -3px 3px 7px 1px rgba(0, 0, 0, 0.4) inset;
  z-index: 3;
}
.development .deve-item6 .box ul li p {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #474747;
  transition: all 0.5s ease-in-out;
}
.development .deve-item6 .box ul li:not(:nth-child(3n)) {
  margin-right: 14.267%;
}
.development .deve-item6 .box ul li:hover p {
  color: #b28850;
}
.development .deve-item6 .box .moreBtn {
  margin-top: 3.125rem;
  cursor: pointer;
}
/* -- 弹窗 -- */
.moduleBox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999999999;
}
.moduleBox .video-box {
  background: #fff;
}
.moduleBox .video-box .icon-close {
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
}
.searchList .investor-box {
  padding: 3% 6% 3% !important;
}
.searchList ul li {
  width: 100% !important;
  padding-top: 24px;
  margin-bottom: 0 !important;
}
.searchList ul li:hover {
  background: #b28750;
}
.searchList ul li:hover .title {
  color: #fff !important;
}
.backTop {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  position: fixed;
  right: 25px;
  bottom: 50px;
  cursor: pointer;
  font-size: 30px;
  text-align: center;
  line-height: 50px;
  color: #b28750;
  z-index: 999;
  transition: all 0.8s ease-in-out;
}
.backTop:hover {
  background: #b28750;
  color: #fff;
}
.m-footer-center {
  display: none;
}
