/* about */
/*公共样式*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
head,
body {
  width: 100%;
}
.banner {
  width: 100%;
}
.banner img {
  display: block;
  width: 100%;
}
button a {
  display: block;
  width: 100%;
  height: 100%;
}
a,
a:active,
a:hover {
  text-decoration: none!important;
}
ul,
li {
  list-style: none;
  margin: 0;
}
img {
  display: block;
}
.row {
  margin: 0;
  padding: 0;
}
.container-main,
.w1200 {
  width: 100%;
  padding: 0 0.4rem;
  margin: 0 auto;
}
.show {
  display: block !important;
}
.hide {
  display: none !important;
}
ul.first-nav {
  padding: 0;
}
ul.first-nav > li {
  position: relative;
  width: 100%;
}
ul.first-nav > li .first-p {
  padding: 0 0.4rem;
  border-bottom: 1px solid #eeeeee;
  align-items: center;
}
ul.first-nav > li .first-p img {
  width: 0.18666667rem;
  height: 0.32rem;
  transition: all .4s;
}
ul.first-nav > li .first-p a.cur {
  color: #FFBE34;
}
ul.first-nav > li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.46666667rem 0;
  font-size: 0.4rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #333333;
}
ul.first-nav > li div.sub-nav {
  display: none;
  padding: 0 0.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
ul.first-nav > li div.sub-nav ul {
  padding-left: 0.37333333rem;
}
ul.first-nav > li div.sub-nav ul li {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
ul.first-nav > li div.sub-nav ul li a {
  padding: 0.53333333rem 0;
  font-size: 0.34666667rem;
  font-family: PingFangSC-Light;
  font-weight: 300;
  color: #999999;
}
/* top */
.top {
  width: 100%;
  height: 1.33333333rem;
  border-bottom: 1px solid #eeeeee;
}
.top .top-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: #fff;
}
.top .top-wrapper .w1200 {
  border-bottom: 1px solid #eeeeee;
}
.top .top-wrapper .top-list {
  height: 100%;
  position: relative;
  padding: 0.34666667rem 0;
  align-items: center;
}
.top .top-wrapper .top-list .index-logo img {
  width: 2.42666667rem;
  height: 0.66666667rem;
}
.top .top-wrapper .top-list .top-right {
  align-items: center;
}
.top .top-wrapper .top-list .top-right .phone img {
  width: 0.6rem;
  height: 0.6rem;
}
.top .top-wrapper .top-list .top-right .nav-btn {
  cursor: pointer;
}
.top .top-wrapper .top-list .top-right .nav-btn img {
  width: 0.49333333rem;
  height: 0.48rem;
}
.top .top-wrapper .nav-list {
  width: 100%;
  background: #ffffff;
  display: none;
}
/* top end*/
/* footer */
.footer {
  width: 100%;
  background: #3a3a3a;
}
.footer .footer-top {
  padding-top: 0.2rem;
}
.footer .footer-top ul.first-nav > li .first-p {
  border-bottom: none;
}
.footer .footer-top ul.first-nav > li .first-p a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.footer .footer-top ul.first-nav > li .first-p a.cur {
  color: #FFBE34;
}
.footer .footer-top ul.first-nav > li .first-p img {
  width: 0.21333333rem;
  height: 0.37333333rem;
}
.footer .footer-top ul.first-nav > li:last-of-type .first-p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.footer .footer-bottom {
  padding: 1.34666667rem 0 0.49333333rem 0;
  text-align: center;
}
.footer .footer-bottom img {
  width: 3.22666667rem;
  height: 0.88rem;
  margin: 0 auto;
}
.footer .footer-bottom p {
  font-size: 0.21333333rem;
  font-family: MicrosoftYaHeiLight;
  font-weight: 300;
  color: #ffffff;
  line-height: 0.4rem;
  opacity: 0.5;
  margin-top: 0.52rem;
}
/* footer end*/
/* 分页 */
.pages-box {
  width: 1200px;
  margin: 50px auto;
}
.pages-box .pages-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pages-box .pages-item .pages-list {
  width: 30px;
  height: 30px;
  margin: 0 3px;
  border: 1px solid #dcdcdc;
}
.pages-box .pages-item .pages-list .pages-list-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  color: #999999;
}
.pages-box .pages-item .next,
.pages-box .pages-item .prev {
  width: 55px;
  height: 30px;
}
.pages-box .pages-item .active {
  background-color: #657380;
}
.pages-box .pages-item .active .pages-list-link {
  color: #ffffff;
}
.go-top {
  position: fixed;
  display: none;
  cursor: pointer;
  right: 50px;
  bottom: 50px;
  z-index: 99;
}
.go-back {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 99;
}
.content-box {
  position: relative;
  padding-top: 0.8rem;
}
.content-box .container-main {
  margin-bottom: 1.6rem;
}
.content-box .container-main img.line {
  width: 0.72rem;
}
.content-box .container-main .brand-title {
  margin: 0.50666667rem 0;
  font-size: 0.42666667rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #333333;
  line-height: 0.58666667rem;
}
.content-box .container-main .brand-desc {
  margin-bottom: 0.66666667rem;
  font-size: 0.32rem;
  font-family: PingFangSC-Light;
  font-weight: 300;
  color: #999999;
  line-height: 0.53333333rem;
}
.content-box .brand-modular-box .brand-left > img {
  width: 4.6rem;
  margin: 0 auto;
}
.content-box .brand-modular-box .brand-right .right-main-list:first-of-type {
  margin-bottom: 0.66666667rem;
}
.content-box .brand-modular-box .brand-right .right-main-list .title {
  font-size: 0.4rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #0097dc;
  line-height: 0.32rem;
  margin-bottom: 0.26666667rem;
}
.content-box .brand-modular-box .brand-right .right-main-list .main-list-desc {
  font-size: 0.34666667rem;
  font-family: PingFangSC-Light;
  font-weight: 300;
  color: #666666;
  line-height: 0.53333333rem;
}
.content-box .resource-modular-box .resource-txt img {
  width: 100%;
}
.content-box .resource-modular-box .resource-factory {
  margin-top: 1.6rem;
}
.content-box .resource-modular-box .resource-factory em {
  color: #333333;
}
.com-position .brand-modular-box .brand-left > img {
  width: 0.72rem;
  height: 0.04rem;
}
.com-position .position-list-box .position-list {
  margin-bottom: 1.33333333rem;
}
.com-position .position-list-box .position-list .list-left {
  margin-bottom: 0.4rem;
}
.com-position .position-list-box .position-list .list-left img {
  width: 100%;
}
.com-position .position-list-box .position-list .list-right .list-title h4 {
  margin: 0.4rem 0 0 0.28rem;
  font-size: 0.48rem;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  color: #333333;
  line-height: 0.58666667rem;
}
.com-position .position-list-box .position-list .list-right p.position-list-desc {
  margin-top: 0.4rem;
  font-size: 0.34666667rem;
  font-family: PingFangSC-Light;
  font-weight: 300;
  color: #999999;
  line-height: 0.53333333rem;
}
.com-position .position-list-box .position-list:first-of-type .list-right .list-title img {
  width: 0.78666667rem;
  height: 1.17333333rem;
}
.com-position .position-list-box .position-list:nth-of-type(2) .list-left {
  margin-bottom: -0.4rem;
}
.com-position .position-list-box .position-list:nth-of-type(2) .list-right .list-title img {
  width: 0.76rem;
  height: 1.24rem;
}
.com-position .position-list-box .position-list:nth-of-type(3) .list-right .list-title img {
  width: 0.88rem;
  height: 0.81333333rem;
}
.com-position .position-list-box .position-list:nth-of-type(4) .list-left {
  margin-bottom: 0;
}
.com-position .position-list-box .position-list:nth-of-type(4) .list-right .list-title img {
  width: 0.90666667rem;
  height: 0.88rem;
}
.com-culture {
  box-sizing: border-box;
}
.com-culture .culture-modular-box {
  margin-bottom: 1.36rem;
}
.com-culture .culture-modular-box > img {
  width: 100%;
}
.com-culture .culture-modular-box .culture-detail h4 {
  font-size: 0.4rem;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  color: #333333;
  line-height: 0.4rem;
  margin-top: 0.4rem;
}
.com-culture .culture-modular-box .culture-detail p.culture-txt {
  margin: 0.52rem 0 0.48rem 0;
  font-size: 0.34666667rem;
  font-family: PingFangSC-Thin;
  font-weight: 100;
  color: #999999;
  line-height: 0.56rem;
}
.com-culture .culture-modular-box .culture-detail ul li span {
  display: inline-block;
  width: 0.18666667rem;
  height: 0.2rem;
  border: 2px solid #ffbe34;
}
.com-culture .culture-modular-box .culture-detail ul li p {
  font-size: 0.34666667rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #333333;
  margin-left: 0.26666667rem;
}
.com-culture .culture-modular-box .culture-detail ul li:not(:last-of-type) {
  margin-bottom: 0.53333333rem;
}
.com-culture .culture-modular-box .culture-detail ul li:nth-of-type(2) span {
  border-color: #8BC438;
}
.com-culture .culture-modular-box .culture-detail ul li:nth-of-type(3) span {
  border-color: #0097DC;
}
.com-culture .value-modular-box {
  box-sizing: border-box;
  margin-bottom: 1.36rem;
}
.com-culture .value-modular-box > img {
  width: 0.72rem;
  height: 0.04rem;
}
.com-culture .value-modular-box .value-left h4 {
  font-size: 0.4rem;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  color: #333333;
  line-height: 0.4rem;
  margin-top: 0.52rem;
  letter-spacing: 2px;
  line-height: 22px;
}
.com-culture .value-modular-box .value-left p {
  font-size: 0.34666667rem;
  font-family: PingFangSC-Thin;
  font-weight: 100;
  color: #999999;
  line-height: 0.56rem;
  margin-top: 0.52rem;
}
.com-culture .value-modular-box .value-left p em {
  font-weight: bold;
  color: #333;
}
.com-culture .mein .mein-list {
  margin-top: 0.56rem;
}
.com-culture .mein .mein-list .swiper-container {
  padding-bottom: 0.8rem;
}
.com-culture .mein .mein-list .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.com-culture .mein .mein-list .swiper-container-horizontal > .swiper-pagination-bullets,
.com-culture .mein .mein-list .swiper-pagination-custom,
.com-culture .mein .mein-list .swiper-pagination-fraction {
  bottom: 0;
}
.com-culture .mein .mein-list .swiper-pagination-bullet {
  width: 0.13333333rem;
  height: 0.13333333rem;
  background: #d2d2d2;
  opacity: 0.5;
  border-radius: 50%;
}
.com-culture .mein .mein-list .swiper-pagination-bullet-active {
  width: 0.17333333rem;
  height: 0.17333333rem;
  border: 0.05333333rem solid #ffbe34;
  border-radius: 50%;
}
.sustain-action .brand-left .brand-desc {
  margin: 0;
}
.sustain-action .brand-right .brand-pic {
  margin-top: 0.4rem;
}
.sustain-action .brand-right .brand-pic img {
  width: 100%;
}
.sustain-action .change-modular-box .change-left img {
  width: 100%;
}
.sustain-action .change-modular-box .change-right {
  margin-top: 0.4rem;
}
.sustain-action .change-modular-box .change-right .brand-desc {
  margin: 0;
}
