.navbar {
  background-color: #fff;
  color: #cdc7c7;
  padding: 10px 0;
}


.logoimg {
  /* width: 317px; */
  max-width: 100%;
}

.nav-links {
  display: flex;
  width: 100%;
  text-align: center;
}

ul {
  margin-bottom: 0 !important;
}

.nav-links li {
  width: 25%;
  text-align: center;
  /* margin-right: 20px; */
  height: 44px;
  line-height: 44px;
  list-style-type: none;
}

.nav-links li a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}

.nav-links li a:hover {
  color: #3bd258;

}

.nav-links li:hover {
  border-bottom: #3bd258 solid 2px;
}

.menu-icon {
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    /* height: 140px; */
    justify-content: space-around;
    text-align: center;
    position: absolute;
    top: 60px;
    border-radius: 5px;
    left: 0;
    background-color: #efefef;
    opacity: 0.7;
    z-index: 1000;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links li:hover {
    border-bottom: none;
  }

  .menu-icon {
    display: block;
    background-color: #efefef;
  }
}

.logoimg,
.lefttitleimg {
  width: 317px;

}

.back img {
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  border-radius: 6px;
  position: fixed;
  top: 80%;
  right: 0;
}












.culture-left {
  width: 100%;
  position: relative;
}

.borderg {
  padding-left: 30px;
  max-width: 400px;
  max-height: 400px;
}

.park {
  width: 225px;
  height: 225px;
  position: absolute;
  top: 84px;
  /* left: 89px; */
  /* left: 133px; */
  left: 150px;
}

.culture-right {
  width: 100%;
  position: relative;
}

.firmimg {
  width: 177px;
  height: 62px;
  position: absolute;
  top: 46px;
  right: 274px
    /* left:316px; */
}

.culture-right h1 {
  width: 281px;
  height: 67px;
  font-weight: 400;
  color: #2d2d2d;
  position: absolute;
  top: 82px;
  right: 302px;
}




.codetext {
  letter-spacing: 2px;
  /* width: 450px;
  height: 200px; */
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

.codeimg {
  width: 100px;
  height: 100px;
}

.engbusiness {
  font-weight: 400;
  font-size: 41px;
  color: #3BD258;
  text-align: center;
  margin-top: 20px;
}

.business {
  font-weight: 400;
  font-size: 27px;
  color: #2D2D2D;
  text-align: center;
  margin-top: -35px;
}

.businessimg {
  margin-top: 20px;
  width: 100%;
  /* height: 510px; */
}

.contactus {
  font-weight: 400;
  font-size: 41px;
  color: #3BD258;
  margin-top: 20px;
  text-align: center;
}

.contactUs {
  margin-top: -35px;
  font-weight: 400;
  font-size: 27px;
  color: #2D2D2D;
  text-align: center;
}

.contact {
  margin-top: 20px;
  padding-left: 20px;
  box-shadow: 0 0 10px 0 rgb(153, 153, 153);
}

/* 联系我们 */
.addimg {
  width: 100%;
}

.add h4 {
  font-weight: 400;
  font-size: 17px;
  color: #2D2D2D;
}

.add p {
  font-weight: 400;
  font-size: 10px;
  color: #2D2D2D;
  margin-top: 20px;
}

.code {
  width: 100%;
}

.code img {
  width: 140px;
  height: 140px;
  margin-top: 80px;
}

.code {
  font-weight: 400;
  font-size: 10px;
  color: #2D2D2D;
  text-align: center;
  margin-top: 100px;
  padding-left: 0px;
}

.culture {
  margin-top: 50px;
}

.text {}

/* 右侧菜单栏 */
/* 右侧菜单栏 */
.activenav {
  width: 45px;
  text-align: center;
  height: 118px;
  line-height: 116px;
  border-radius: 6px;
  background: #F3F3F3;
  /* justify-content: space-between; */
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 1050;
}

.activenav a {
  width: 23px;
  height: 0;
  margin-left: 11px;
}

.menuimg {
  width: 23px;
  height: 17px;
  margin: auto;
}


/* 邮箱弹框 */

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1001;
}

#overlay1 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1001;
}

.modal {
  display: none;
  position: fixed;
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  /* border-radius: 5px; */
  z-index: 1002;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.modal-content {
  text-align: center;
  border: none
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;

}

.modal-content span {
  border-bottom: #999999 solid 2px;
}

.modaltop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.secp {
  color: #3bd258;
}

.forms {
  width: 100%;
  flex-wrap: wrap;
  /* justify-content: space-around; */
}

.forms input {
  width: 40%;
  height: 28px;
  font-size: 12px;
  border-radius: 6px;
  border: 1px solid #CCCCCC;
  padding: 0 10px;
  /* margin-top: 10px;
  margin-bottom: 10px; */
}

.forms input:nth-child(1) {
  margin-right: 20px;
}

.forms input:nth-child(3) {
  margin-right: 20px;
  margin-top: 10px;
}

.forms input:nth-child(4) {
  margin-right: 20px;
  margin-top: 10px;
}

.modal-content h6 {
  text-align: left;
  margin-top: 10px;
}

.modal-content p {
  text-align: left;
  font-size: 14px;
  color: #3BD258;
}

textarea {
  padding: 10px 20px;
  margin-top: 20px;
  width: 100%;
  height: 60px;
  border-radius: 6px;
  font-size: 12px;
  border: 1px solid #CCCCCC;
}

.submit {
  width: 323px;
  height: 28px;
  line-height: 28px;
  background: #3BD258;
  border-radius: 6px;
  font-size: 11px;
  color: #FFFFFF;
  text-align: center;
  margin: auto;
  margin-top: 20px;
}


/* 微信弹框 */
.wexinmodal {
  background-image: url(../images/7.1.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
  position: fixed;
  /* width: 20%;
  height: 50%;
  top: 60%;
  right: 0; */
  width: 240px;
  height: 330px;
  top: 60%;
  right: 10px;
  transform: translate(-50%, -50%);
  padding-top: 40px;
  z-index: 1002;
  text-align: center;
  padding-right: 10px
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
}

/*企业微信 */
.weixinmodal-content img {
  width: 60%;
  margin: auto;
  /* margin-bottom: 20px; */
}

.weixinmodal-content {
  position: relative;
  width: 100%;
  font-size: 12px;
}

.closeweixin {
  position: absolute;
  top: -10px;
  left: 30px;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;

}



/* 992< <1200 */
@media screen and (max-width: 1199px) {
  .culture-left {
    width: 100%;
  }

  .park {
    width: 225px;
    height: 225px;
    position: absolute;
    top: 84px;
    left: 120px;
  }

  .culture-right {
    width: 100%;
  }

  .culture {
    width: 100%;
    margin-top: 50px;
    height: 394px;
  }


  .culture-right h1 {
    width: 281px;
    height: 67px;
    font-weight: 400;
    color: #2d2d2d;
    position: absolute;
    top: 82px;
    /* right: 302px; */
    right: 250px;
  }



  .text {
    letter-spacing: 5px;
    /* width: 100%; */
    /* width: 450px; */
    /* height: 200px; */
    font-size: 14px;
    color: #2d2d2d;
    position: absolute;
    top: 156px;
    /* right: 130px; */
    left: 34px;
    /* right: 30px; */
  }

  .firmimg {
    width: 177px;
    height: 62px;
    position: absolute;
    top: 46px;
    right: 214px
      /* left:316px; */
  }


}


/* 768< <992 */
@media screen and (max-width: 991px) {

  .nav-links {
    display: flex;
    width: 100%;
    text-align: center;
  }

  .brand {
    width: 50%;
  }

  .logoimg {
    width: 100%;
  }

  .nav-links ul {
    margin-bottom: 0 !important;
    width: 100%;
  }

  .nav-links li {
    width: 100%;
    text-align: center;
    font-size: 12px;
    /* margin-right: 20px; */
    height: 44px;
    line-height: 44px;
    list-style-type: none;
  }

  .nav-links li a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
  }

  .nav-links li a:hover {
    color: #3bd258;
  }

  .nav-links li:hover {
    border-bottom: #3bd258 solid 2px;
  }


  .culture-left {
    width: 100%;
  }

  .borderg {
    width: 90%;
    padding-left: 0 !important;
    height: 90%;
  }

  .park {
    width: 180px;
    height: 180px;
    position: absolute;
    top: 84px;
    left: 100px;
  }

  .culture-right {
    width: 100%;

  }


  .culture-right h1 {
    font-weight: 400;
    color: #2d2d2d;
    position: absolute;
    top: 82px;
    /* right: 302px; */
    right: 120px;
  }

  .firmimg {
    width: 177px;
    height: 62px;
    position: absolute;
    top: 46px;
    right: 84px
  }

  .culture-right .text {
    /* position: absolute;
    top: 100px;
    left: 57px; */
    font-size: 10px;
    color: #666;
  }

  .leftcenter {
    width: 100%;
  }

  .codetext {
    /* font-size: 7px; */
  }
}

/*<768 */
@media screen and (max-width: 767px) {
  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    justify-content: space-around;
    text-align: center;
    position: absolute;
    top: 60px;
    border-radius: 5px;
    left: 0;
    opacity: 0.7;
    z-index: 1000;
  }

  .nav-links li:hover {
    border-bottom: none;
  }

  .menu-icon {
    display: block;
    background-color: #efefef;
  }

  .nav-links li {
    width: 100%;
    text-align: center;
    height: 44px;
    line-height: 44px;
    list-style-type: none;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links ul {
    background-color: #efefef;
    width: 100%;

  }

  .nav-links li {

    width: 500px;

    background-color: #efefef
  }

  .nav-links ul li a {
    max-width: 500px;
    /* height: 200px; */
  }




  .culture-left {
    width: 80%;
  }

  .borderg {
    width: 100%;
    padding-left: 0 !important;
    height: 100%;
  }

  .park {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 75px;
    left: 90px;
  }

  .culture-right {
    /* width: 100%; */

  }


  .culture-right h1 {
    /* width: 100%; */
    /* width: 281px; */
    height: 67px;
    font-weight: 400;
    font-size: 30px;
    color: #2d2d2d;
    position: absolute;
    top: 47px;
    left: 60px;
  }


  .text {
    /* overflow: hidden; */
    font-size: 10px;
    color: #2d2d2d;
    position: absolute;
    top: 100px;
    left: 57px;
  }

  .firmimg {
    width: 120px;
    /* width: 100%; */
    height: 42px;
    position: absolute;
    top: 18px;
    right: 40px
  }

  .addimg {
    padding-left: 0px !important;
  }

}




/* footer */
.footer {
  background-color: #1c1d1f;
  color: #efefef;
}

.leftcenter {
  margin-top: 20px;
}

.lefttitle {
  width: 50%;
}

.lefttitleimg {
  max-width: 100%;

}

.warp {
  margin: auto;
}

.box {
  background: #290;
}


.footer-middle {
  text-align: center;
}

.footer-middle a {
  text-decoration: none;
  color: white;
  margin-top: 15px;
}

ul {
  list-style-type: none;
}

li {
  list-style-type: none;
  margin-top: 15px;

}

.text {
  font-weight: 500;
  font-size: 14px;
  color: #999999;
  letter-spacing: 5px;
  /* width: 100%; */
  /* width: 450px; */
  /* height: 200px; */
  font-size: 14px;
  color: #2d2d2d;
  position: absolute;
  top: 156px;
  /* right: 130px; */
  left: 34px;
  /* right: 30px; */
}

.text-uppercase {
  margin-top: 10px;
  font-size: 12px;
  color: #FFFFFF;
}

.list-unstyled {
  margin-top: 20px;
  font-size: 12px;
  color: #FFFFFF;
}

.list-unstyled li {
  margin-top: 10px;
  color: #FFFFFF !important;
}

.text-dark {
  color: #fff !important;
}


.text-uppercase1 {
  text-align: right;
  margin-top: 10px;
  font-size: 12px;
  color: #FFFFFF;
}

.text-uppercase li a {
  color: #fff;
  text-decoration: none;
  background-color: #fff;
}

.footer-bottom {
  text-align: right;
}

.telephone {
  margin-left: 10px;
}

.rightbox {
  font-size: 12px;
}

.firstline {
  align-items: center;
  display: flex;
  justify-content: end;
}

.friendship {
  margin-top: 20px;
  font-size: 10px;
}

.friendship a {
  color: #fff;
  text-decoration: solid;
  font-size: 10px;
  background-color: transparent
}

.scep {
  margin-left: 10px;
}

.bot-line {
  width: 100%;
  height: 1px;
  background: #999999;
}


.filinginformation {
  width: 100%;
  margin-top: 20px;
  justify-content: space-between;
  font-size: 10px;
  color: #999999;
}

.top {
  margin-top: 10px;
}

@media screen and (max-width: 576px) {
  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    justify-content: space-around;
    text-align: center;
    position: absolute;
    top: 60px;
    border-radius: 5px;
    left: 0;
    background-color: #efefef;
    opacity: 0.7;
    z-index: 1000;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links li {
    width: 100%;
  }

  .nav-links li:hover {
    border-bottom: none;
  }

  .menu-icon {
    display: block;
    background-color: #efefef;
  }

  .brand {
    max-width: 50%;

  }

  .logoimg {
    max-width: 100%;
  }




  /* 企业介绍 */
  .culture {
    margin-top: 0 !important;
  }

  .culture-left {
    display: none;
  }

  .borderg {
    display: none;
  }

  .park {
    display: none;
  }

  .culture-right {
    width: 100%;
    margin-top: 0 !important;
  }


  .culture-right h1 {
    height: 67px;
    font-weight: 400;
    font-size: 30px;
    color: #2d2d2d;
    position: absolute;
    left: 102px;
    right: 40px;
  }

  .culture-title {
    height: 67px;
    font-weight: 400;
    font-size: 30px;
    color: #2d2d2d;
    position: absolute;
    left: 102px;
    right: 40px;
  }


  .text {
    letter-spacing: 5px;
    width: 280px;
    /* height: 147px; */
    overflow: hidden;
    font-size: 10px;
    color: #2d2d2d;
    position: absolute;
    top: 108px;
    left: 100px;
  }

  .firmimg {
    width: 120px;
    height: 42px;
    position: absolute;
    /* top: 46px;
    right: 40px */
    top: 14px;
    right: 134px;
  }

  .addimg {
    padding-left: 0px !important;
  }


  .codeitem {
    width: 50%
  }

  .codetext {
    letter-spacing: 2px;
    /* width: 450px;
    height: 200px; */
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
  }

  .footer-bottom {
    text-align: center;
  }

  .firstline {
    justify-content: center !important;
  }

  .text-uppercase1 {
    text-align: center;
  }

  .engbusiness {
    margin-top: -20px;
  }

  .footer-bottom {
    text-align: center !important;
  }

  .text-uppercase1 {
    text-align: center !important;
  }

}