.mobile-top {
  display: none;
  align-items: center;
  padding: 0.2rem 0.15rem;
  background-color: #fff;
  justify-content: space-between;
}
.mobile-top img {
  max-height: 0.5rem;
}
.wd1600 {
  max-width: 16rem;
  margin: 0 auto;
}
.common-head {
  height: 6.5rem;
  padding: 0 0.6rem;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
}
.common-head .nav-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.common-head .nav-top .logo img {
  width: 1.13rem;
}
.common-head .nav-top .btn-nav {
  width: 0.6rem;
}
.common-head .head-zi {
  color: #fff;
  padding-top: 2.3rem;
}
.common-head .head-zi h3 {
  font-size: 0.6rem;
  /* font-family: "sour"; */
}
.common-head .head-zi .ch {
  font-size: 0.24rem;
  /* font-family: "sour"; */
  margin: 0.2rem 0 0.45rem;
}
.common-head .head-zi .line {
  width: 0.77rem;
  height: 0.08rem;
  background-color: #ffffff;
}
.celuo-content {
  margin-bottom: 0.6rem;
}
.celuo-content .celuo-box {
  padding-top: 1rem;
}
.celuo-content .celuo-box .wd1600 .title {
  display: flex;
  align-items: center;
}
.celuo-content .celuo-box .wd1600 .title img {
  width: 0.58rem;
  margin-right: 0.2rem;
}
.celuo-content .celuo-box .wd1600 .title h3 {
  font-size: 0.6rem;
}
.celuo-content .celuo-box .wd1600 .er {
  margin-top: 0.4rem;
  font-size: 0.3rem;
}
.celuo-content .celuo-box .wd1600 .intro {
  color: #666;
  margin-top: 0.2rem;
  font-size: 0.18rem;
  line-height: 0.26rem;
}
.celuo-content .celuo-box .wd1600 .show {
  margin-top: 1rem;
  width: 100%;
}
.celuo-content .celuo-box:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.celuo-content .celuo-box:nth-of-type(even) {
  background-color: #ffffff;
}
.about-title {
  text-align: center;
}
.about-title h2 {
  font-size: 0.6rem;
}
.about-title p {
  color: #666;
  font-size: 0.18rem;
  margin-top: 0.1rem;
}
.about-title2 h2 {
  color: #fff;
}
.about-title2 p {
  color: #a8a8a8;
}
.about-contain .company-box {
  padding: 0.8rem 0;
}
.about-contain .company-box .number {
  margin-top: 0.6rem;
  display: flex;
  justify-content: center;
}
.about-contain .company-box .number .box {
  margin: 0 0.5rem;
  text-align: center;
}
.about-contain .company-box .number .box .zi {
  display: flex;
}
.about-contain .company-box .number .box .zi .num {
  font-size: 0.8rem;
  font-family: arial;
  min-width: 0.89rem;
}
.about-contain .company-box .number .box .zi span {
  font-size: 0.16rem;
  color: #666;
  margin-top: 0.1rem;
}
.about-contain .company-box .number .box p {
  color: #666;
  font-size: 0.16rem;
}
.about-contain .company-box .info {
  color: #666;
  text-align: center;
  max-width: 10rem;
  margin: 0.5rem auto 0;
  line-height: 0.36rem;
}
.culture-contain {
  background-color: #fafafa;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 0.8rem 0 1rem;
  box-sizing: border-box;
  background-image: url('../img/culture_bg.png');
}
.culture-contain .culture-swiper {
  height: 5.4rem;
  padding-top: 0.3rem;
  padding-bottom: 1rem;
  margin: 0.32rem auto 0;
}
.culture-contain .culture-swiper .swiper-wrapper{
  /* background-color: #333; */
}
.culture-contain .culture-swiper .swiper-slide {
  color: #fff;
  cursor: pointer;
  position: relative;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  background-color: #333;
  border-right: 0.01rem solid rgba(0, 0, 0, 0.4);
}
.culture-contain .culture-swiper .swiper-slide:nth-of-type(4n){
  border-right: none;
}
.culture-contain .culture-swiper .swiper-slide .o-icon {
  max-width: 0.8rem;
  max-height: 0.9rem;
}
.culture-contain .culture-swiper .swiper-slide h3 {
  color: #fff;
  font-size: 0.36rem;
  margin-top: 0.5rem;
}
.culture-contain .culture-swiper .swiper-slide .fu {
  position: absolute;
  left: 0;
  top: -0.3rem;
  width: 100%;
  height: 6.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-size: cover;
  opacity: 0;
  transition: 0.5s;
  background-repeat: no-repeat;
}
.culture-contain .culture-swiper .swiper-slide .fu h3 {
  margin-top: 0.4rem;
}
.culture-contain .culture-swiper .swiper-slide .fu .intro {
  margin-top: 0.2rem;
  max-width: 2.72rem;
  text-align: center;
  line-height: 0.26rem;
}
.culture-contain .culture-swiper .swiper-slide .fu .apply {
  margin: 0.6rem auto 0;
  width: 1.6rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  font-size: 0.16rem;
  color: #1b80db;
  transition: 0.3s;
  border-radius: 0.25rem;
  background-color: #ffffff;
}
.culture-contain .culture-swiper .swiper-slide .fu .apply:hover {
  color: #fff;
  background-color: #ff9600;
}
.culture-contain .culture-swiper .swiper-slide:hover .fu {
  opacity: 1;
}
.culture-swiper .swiper-button-next,
.culture-swiper .swiper-button-prev {
  width: 0.12rem;
  height: 0.2rem;
  top: auto;
  bottom: 0;
  margin-top: 0;
  background-size: 100% 100%;
}
.culture-swiper .swiper-button-next {
  right: 45%;
  background-image: url('../img/culture_r.png');
}
.culture-swiper .swiper-button-prev {
  left: 45%;
  background-image: url('../img/culture_l.png');
}
.culture-swiper .swiper-scrollbar {
  width: 1.08rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.08rem;
}
.culture-swiper .swiper-scrollbar-drag {
  background-color: #1758a7;
}
.culture-swiper .swiper-pagination {
  bottom: 0.3rem;
}
.honor-contain {
  padding: 0.8rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../img/honor_bg.png');
}
.honor-swiper {
  height: 5.4rem;
  max-width: 12.67rem;
  margin: 0.6rem auto 0;
}
.honor-swiper .swiper-slide {
  cursor: pointer;
  text-align: center;
  background-color: #fff;
}
.honor-swiper .swiper-slide img {
  width: 100%;
  height: 88%;
  /* object-fit: cover; */
}
.honor-swiper .swiper-slide .zi {
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.honor-swiper .swiper-slide .zi p {
  width: 0.69rem;
  height: 0.01rem;
  background-color: #999999;
}
.honor-swiper .swiper-slide .zi span {
  margin: 0 0.1rem;
}
.honor-swiper .swiper-slide-active .zi {
  opacity: 1;
}
.lc-contain {
  display: flex;
  height: 7.5rem;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../img/lc_bg.png');
}
.lc-contain .dtitle {
  width: 0.73rem;
  margin-left: 0.58rem;
  height: 3.43rem;
  margin-top: 1.7rem;
}
.lc-contain .lc-swiper {
  height: 3rem;
  position: initial;
  overflow: hidden;
  margin: 1.5rem 0 0 2.57rem;
}
.lc-contain .lc-swiper .swiper-slide {
  color: #fff;
}
.lc-contain .lc-swiper .swiper-slide h1 {
  font-size: 1.2rem;
  font-family: 'arial';
}
.lc-contain .lc-swiper .swiper-slide .zhu {
  font-size: 0.3rem;
}
.lc-contain .lc-swiper .swiper-slide .intro {
  font-size: 0.18rem;
  margin-top: 0.2rem;
  min-height: 0.22rem;
  overflow: auto;
}

.lc-contain .nianfen {
  width: 2.59rem;
  height: 0.87rem;
  font-family: 'arial';
  font-size: 1.2rem;
  line-height: 0.4rem;
  color: #ffffff;
  opacity: 0.08;
  position: absolute;
  left: 3.88rem;
  bottom: -0.5rem;
  font-weight: bold;
}
.lc-contain .nianfen li {
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  left: 0;
  top: 0;
}
.lc-contain .nianfen .divopacity {
  opacity: 1;
}


.lc-contain .lc-right {
  right: 1.59rem;
  top: 0;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  border-right: 0.01rem solid #1758a7;
}
.lc-contain .lc-right .add-haha {
  position: absolute;
  overflow: hidden;
  height: 4.64rem;
  top: 1.5rem;
  right: -0.11rem;
  padding-right: 0.06rem;
  width: 0.9rem;
}
.lc-contain .lc-right .add-haha ul{
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
}
.lc-contain .lc-right .add-haha .ttp{
  top: -3.2rem;
}
.lc-contain .lc-right ul li {
  cursor: pointer;
  font-size: 0.18rem;
  color: #a8a8a8;
  margin: 0.2rem 0;
  padding: 0.1rem 0.2rem;
  position: relative;
  top: 0;
}
.lc-contain .lc-right ul .time-active {
  color: #fff;
  border-right: 0.05rem solid #1758a7;
}
.lc-contain .lc-right ul::-webkit-scrollbar-track {
  border-radius: 3px;
}
.lc-contain .lc-right ul::-webkit-scrollbar {
  width: 2px;
}
.lc-contain .lc-right ul::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #adadad;
}
.lc-swiper .lc-prev {
  bottom: 2rem;
  top: auto;
  left: 3.9rem;
  width: 0.6rem;
  height: 0.6rem;
  background-size: 100% 100%;
  background-image: url('../img/lc_arrow_l.png');
}
.lc-swiper .lc-next {
  bottom: 2rem;
  width: 0.6rem;
  height: 0.6rem;
  right: auto;
  left: 4.8rem;
  top: auto;
  background-size: 100% 100%;
  background-image: 
  url('../img/lc_arrow_r.png');
}

.m-zhu-fu{
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  left: 0;
  top: 0;
  background-color: #fff;
}

#fanhui{
  width: 70px;
  height: 50px;
  position: fixed;
  bottom: 20vh;
  right: 20px;
  background: rgba(169, 169, 169, 0.5);
  background-image: url("../../img/zhiding.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 64px auto;
  z-index: 999;
}


@media screen and (max-width: 1200px) {
  .mobile-top {
    display: flex;
  }
  .common-top {
    display: none;
  }
  .wd1600 {
    padding: 0 0.15rem;
  }
  .celuo-box .wd1600 {
    padding-bottom: 0.5rem;
  }
  .common-head.common-head {
    height: 5rem;
  }
  .common-head .head-zi {
    padding-top: 1.6rem;
  }
  .common-head .head-zi h3 {
    font-size: 0.5rem;
  }
  .about-contain .company-box,
  .honor-contain {
    padding: 0.5rem 0.15rem;
  }
  .culture-contain .culture-swiper .swiper-slide .fu {
    opacity: 1;
    top: 0;
    height: 100%;
  }
  .culture-contain .culture-swiper {
    max-width: 11.5rem;
  }
  .culture-swiper .swiper-button-next {
    right: 40%;
  }
  .culture-swiper .swiper-button-prev {
    left: 40%;
  }
  .lc-contain .lc-right {
    right: 0.2rem;
  }
  .lc-contain .lc-swiper {
    max-width: 8rem;
  }
  .lc-swiper .lc-next {
    left: 3.6rem;
  }
  .lc-swiper .lc-prev {
    left: 2.6rem;
  }
  .culture-contain .culture-swiper .swiper-slide{
    border-right: none;
  }
  .lc-contain .lc-swiper{
    min-width: auto;
    height: 220px;
  }
}
@media screen and (max-width: 750px) {
  .common-head.common-head {
    padding: 0.2rem 0.15rem;
  }
  .celuo-content .celuo-box .wd1600 .title h3,
  .about-title h2 {
    font-size: 0.4rem;
  }
  .celuo-content .celuo-box .wd1600 .title img {
    width: 0.4rem;
  }
  .celuo-content .celuo-box {
    padding-top: 0.4rem;
  }
  .celuo-content .celuo-box .wd1600 .show {
    margin-top: 0.4rem;
  }
  .culture-contain .culture-swiper {
    max-width: 7rem;
  }
  .about-contain .company-box .number .box {
    margin: 0 0.2rem;
  }
  .culture-contain .culture-swiper .swiper-slide h3 {
    font-size: 0.3rem;
  }
  .about-contain .company-box .number .box .zi .num {
    font-size: 0.5rem;
  }
  .lc-contain .dtitle {
    display: none;
  }
  .lc-contain .lc-swiper {
    height: 300px;
    max-width: 5rem;
    margin: 0.5rem 0 0 0.3rem;
  }
  .lc-contain .lc-right ul {
    top: 0.5rem;
  }
  .lc-contain {
    height: 6.5rem;
  }
  .lc-contain .lc-swiper .swiper-slide h1 {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 480px) {
  .common-head .nav-top {
    align-items: flex-start;
  }
  .common-head .nav-top .logo img,
  .common-head .nav-top .btn-nav {
    max-height: 0.5rem;
  }
  .common-head .head-zi {
    padding: 1.2rem 0 0;
    text-align: center;
  }
  .common-head.common-head {
    height: 4rem;
    background-position: center;
  }
  .common-head .head-zi h3 {
    font-size: 0.35rem;
  }
  .common-head .head-zi .ch {
    margin: 0.1rem 0 0.2rem;
  }
  .common-head .head-zi .ch {
    font-size: 0.22rem;
  }
  .common-head .head-zi .line {
    margin: 0 auto;
  }
  .celuo-content .celuo-box .wd1600 .er {
    margin-top: 0.3rem;
    font-size: 0.25rem;
  }
  .celuo-content .celuo-box .wd1600 .intro {
    font-size: 0.2rem;
    line-height: 0.32rem;
  }
  .about-contain .company-box .number .box {
    margin: 0 0.1rem;
  }
  .about-contain .company-box .info {
    text-align: justify;
  }
  .culture-contain {
    background-size: cover;
  }
  .culture-contain .culture-swiper .swiper-slide .o-icon,
  .culture-contain .culture-swiper .swiper-slide > h3 {
    display: none;
  }
  .culture-contain .culture-swiper {
    height: auto;
  }
  .culture-contain .culture-swiper .swiper-slide .fu {
    position: initial;
    padding: 0.2rem 0.1rem;
    box-sizing: border-box;
  }
  .culture-swiper .swiper-pagination {
    color: #fff;
  }
  .culture-contain .culture-swiper .swiper-slide .fu img {
    width: auto;
    height: 0.6rem;
  }
  .culture-contain .culture-swiper .swiper-slide .fu .apply {
    margin: 0.3rem auto 0;
  }
  .culture-contain {
    padding: 0.4rem 0;
  }
  .culture-swiper .swiper-scrollbar {
    background-color: #fff;
  }
  .culture-contain .culture-swiper {
    padding-top: 0;
  }
  .lc-contain .lc-swiper .swiper-slide h1 {
    font-size: 0.6rem;
  }
  .lc-contain .lc-swiper .swiper-slide .zhu {
    font-size: 0.2rem;
  }
  .lc-contain .lc-swiper {
    max-width: 100%;
    /* height: 2rem; */
    height: 150px;
    margin: 0.5rem 0 0 0.2rem;
  }
  .lc-contain .lc-swiper .swiper-slide .intro {
    line-height: 0.3rem;
  }
  .lc-contain .lc-right ul {
    top: 0.4rem;
    height: 3.4rem;
  }
  .lc-swiper .lc-prev {
    width: 0.5rem;
    height: 0.5rem;
    left: 0.2rem;
    bottom: 0.3rem;
  }
  .lc-swiper .lc-next {
    width: 0.5rem;
    height: 0.5rem;
    left: 1rem;
    bottom: 0.3rem;
  }
  .lc-contain {
    height: auto;
    padding-bottom: 1.3rem;
  }
  .about-contain .company-box .number .box .zi .num {
    min-width: auto;
  }
  .lc-contain .nianfen{
    left: 30%;
    font-size: 1rem;
  }
  .culture-contain .culture-swiper .swiper-slide .fu .intro{
    min-height: 58px;
  }
  .lc-contain .lc-right{
    display: none;
  }
  .honor-swiper,  .honor-swiper .swiper-slide img {
    height: auto;
  }
  .honor-swiper{
    height: 4rem;
  }
  .honor-swiper .swiper-slide img{
    height: 3rem;
    width: auto;
  }

  .m-zhu-fu{
    display: block;
  }

  #fanhui {
    width: 60px;
    height: 40px;
    bottom: 5vh;
    background-size: 50px auto !important;
  }
}
