.container {
  width: 100%;
}
body {
  margin: 0;
  font-family: Arial, sans-serif;
}


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


.logoimg {
  width: 100%;
}

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

ul {
  margin-bottom: 0 !important;
}

.nav-links li {
  width: 25%;
  text-align: center;
  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;
}

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



/* 
.collapse {
  z-index: 22;
}

.collapse {
  z-index: 22;
}

.navbar-nav {
  z-index: 22;
}

.nav-link {
  z-index: 22;
} */



.carousel-inner {
  z-index: 1;
}

.carousel {
  z-index: 1;
}


/* .navbar {

  height: 80px;
} */
.collapse {
  z-index: 22;
}

.memberimg {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.memberimg img {
  width: 100%;
}

.member {
  width: 100%;
}

.hy2 {
  /* width: 100%; */
  margin-top: 20px;
}

.hy4 {
  margin-top: 20px;
}

.hy4img {
  width: 100%;
}

.hy2img {
  width: 100%;
}





/* 右侧菜单栏 */
.activenav {
  width: 45px;
  text-align: center;
  height: 118px;
  line-height: 116px;
  border-radius: 6px;
  background: #F3F3F3;
  justify-content: space-betweens;
  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;
  margin-top: 23px;
}


/* 邮箱弹框 */

#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;
  transform: translate(-50%, -50%);
  padding-top: 40px;
  z-index: 1002;
  text-align: center;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
}


.weixinmodal-content img {
  width: 180px;
  height: 180px;
  margin-bottom: 20px;
}

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

}




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

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


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

.leftcenter {
  margin-top: 20px;
  text-align:center;
  font-size: 12px;
}

.lefttitle {
  width: 50%;
  display: flex;
  
}

.lefttitleimg {
  max-width: 100%;
}

.warp {
  margin: auto;
}

.box {
  background: #290;
  /* width: ; */
}

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

.text {
  font-weight: 500;
  font-size: 14px;
  color: #999999;
}

.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-middle {
  text-align: center;
}
.footer-middle a {
  text-align: center;
  color: #fff;
}
a {
  text-decoration: none;
}
ul{
 list-style-type: none;
}
li {
  list-style-type: none;

}
.footer-middle ul li {
  margin-top:10px;
}

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

.telephone {
  margin-left: 10px;
}

.rightbox {
  font-size: 12px;
}

.firstline {
  align-items: center;

}

.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;
}


.codetext {
  letter-spacing: 2px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

/* 微信弹框 */
.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;
  /* 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;

}




@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%; */
    width: 317px;
  }




  /* 企业介绍  */
  .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;
    font-size: 12px!important;
    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;
  }
}


@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 ul {
    background-color: #efefef;
    width: 100%;
    height: 200px;
  }

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

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

  .nav-links li {
    /* width: 100%; */
    width: 500px;
    /* height: 200px; */
    background-color: #efefef
  }

  .nav-links ul li a {
    width: 500px;
  }


  /* 邮箱邮箱 */

  .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;
  }
}

@media screen and (max-width: 991px) {
  .nav-links {
    display: flex;
    /* width: 100%; */
    text-align: center;
  }

  .brand {
    width: 50%;

  }

  .logoimg {
    width: 100%;
  }

  ul {
    margin-bottom: 0 !important;
  }

  .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; */
  }




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

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

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

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

  }


}