@charset "UTF-8";

*{
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}
html,body,div,img{
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
input[type=button] {
  outline: none;
}
input{outline:medium;}
p {
  margin: 0;
}
label {
  margin: 0;
  padding: 0;
}

.nav-collapse {
  position: relative;
  float: right;
  width: 40px;
  height: 40px;
  margin-top: 15px;
  margin-right: 5px;
  cursor: pointer;
  z-index: 99999;
}

.nav-collapse span {
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
}

.nav-collapse span:before,
.nav-collapse span:after {
  content: "";
  display: block;
}

.nav-collapse span,
.nav-collapse span:before,
.nav-collapse span:after {
  height: 4px;
  background: #000000;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.nav-collapse span:before {
  -webkit-transform: translate(0%, 10px);
  -ms-transform: translate(0%, 10px);
  transform: translate(0%, 10px);
}

.nav-collapse span:after {
  -webkit-transform: translate(0%, -14px);
  -ms-transform: translate(0%, -14px);
  transform: translate(0%, -14px);
}

#nav.open .nav-collapse span {
  background: transparent;
}

#nav.open .nav-collapse span:before {
  -webkit-transform: translateY(0px) rotate(-135deg);
  -ms-transform: translateY(0px) rotate(-135deg);
  transform: translateY(0px) rotate(-135deg);
}

#nav.open .nav-collapse span:after {
  -webkit-transform: translateY(-4px) rotate(135deg);
  -ms-transform: translateY(-4px) rotate(135deg);
  transform: translateY(-4px) rotate(135deg);
}
.header-title {
  font-size: 32px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
/*  color: rgba(251, 248, 248, 1);*/
  color: #28d7cc;
  line-height: 38px;
  vertical-align: sub;
  padding-left: 24px
}

#container {
  width: 100%;
  height: 25.5vw;
  margin-bottom: 4.6875vw;
}

.all-container {
  position: relative;
  /*top: 5.78vw;*/
}

#contact {
  width: 100%;
}

/*#contact .row {
  padding: 0;
}*/

#contact .allContact {
  width: 100%;
  padding: 63px 90px 50px 360px;
}

.aboutBlock {
  width: 78.125vw;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(228, 228, 228, 1);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.09);
  margin: 5.78vw auto;
  padding: 4.6875vw;
}

.aboutTitle {
  font-size: 2.396vw;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: rgba(40, 215, 204, 1);
}

.aboutInfo {
  font-size: 1.354vw;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 3.125vw;
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis
}

.companyName {
  font-size: 26px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 30px;
  padding-bottom: 35px;
}

.contactPhone {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: rgba(89, 89, 89, 1);
  line-height: 30px;
  padding-bottom: 28px;
}

.contactPhone img {
  width: 1rem;
}

.contactEmail {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: rgba(89, 89, 89, 1);
  line-height: 30px;
  padding-bottom: 28px;
}

.contactEmail img {
  width: 1rem;
}

.contactAddress {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: rgba(89, 89, 89, 1);
  line-height: 30px;
}

.contactAddress img {
  width: 1rem;
}

#contact .qCode {
  width: 100%;
  padding: 63px 0 50px 0;
}

.qCode .qCodeImg {
  width: 167px;
  height: 167px;
  margin: 0 10px;
  display: inline-block
}

.qCode div {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 38px;
  text-align: center;
}

.footer {
  height: 69px;
  background: #262626
}

.footer .copyRight {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 69px;
  text-align: center;
}

@media only screen and (min-width: 375px) {
  html {
    font-size: 12px;
  }
}

@media only screen and (min-width: 414px) {
  html {
    font-size: 13.248px;
  }
}

@media only screen and (max-width: 1000px) {
  #contact .qCode {
    width: 100%;
    padding: 63px 0 50px 60px;
  }
  .all-container {
    position: relative;
    /*top: 47vw;*/
  }
}

@media only screen and (max-width: 768px) {
  .header-title {
    font-size: 1.6rem;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #28d7cc;
/*    color: rgba(251, 248, 248, 1);*/
    line-height: 1.66rem;
    vertical-align: sub;
    padding-left: 1.66rem
  }
  .row {
    margin: 0;
    padding: 5rem 0
  }
  .all-container {
    position: relative;
    /*top: 38vw;*/
  }
  #contact .allContact {
    width: 100%;
    padding: 1rem 0 1.67rem 1rem;
  }
  .aboutBlock {
    margin-top: 1rem;
    width: 29rem;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(228, 228, 228, 1);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.09);
    margin: 5.78vw auto;
    padding: 4.6875vw;
  }
  .aboutTitle {
    font-size: 2rem;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    color: rgba(40, 215, 204, 1);
  }
  .aboutInfo {
    font-size: 1rem;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 2rem;
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis
  }
  #container {
    height: 18rem;
  }
  .companyName {
    font-size: 1.416rem;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 1.416rem;
    padding-bottom: 2.5rem;
  }
  .contactPhone {
    font-size: 1rem;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(89, 89, 89, 1);
    line-height: 1rem;
    padding-bottom: 1.33rem;
  }
  .contactEmail {
    font-size: 1rem;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(89, 89, 89, 1);
    line-height: 1rem;
    padding-bottom: 1.33rem;
  }
  .contactAddress {
    font-size: 1rem;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(89, 89, 89, 1);
    line-height: 1rem;
  }
  #contact .qCode {
    width: 100%;
    padding: 1rem 0 0 1rem;
  }
  .qCode .qCodeImg {
    width: 8.33rem;
    height: 8.33rem;
  }
  .qCode .qCodeImg img {
    width: 8.33rem;
    height: 8.33rem;
  }
  .qCode div {
    font-size: 1rem;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 2rem
  }
  .footer {
    height: 2.83rem;
    background: #262626
  }
  .footer .copyRight {
    font-size: 0.67rem;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 2.83rem;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  #contact .allContact {
    width: 100%;
    padding: 63px 60px 50px 60px
  }
}

.bottom_img1{
      width: 150px;
      height: 50px;
      margin-left: 20px
    }
    .bottom_img2{
      width: 65px;
      height: 50px;
      margin-left: 20px
    }
    .code_img{
      display: none;
      width: 190px;
      height: 190px;
      position: absolute;
      bottom: 75px;
      left: 240px
    }
    @media only screen and (max-width: 768px) {
      .bottom_img1{
        width: 35vw;
        height: 12vw;
        margin-left: 15px
      }
      .bottom_img2{
        display: none;
        width: 10vw;
        height: 50px;
        margin-left: 8px
      }
      .code_img{
        display: none;
        width: 50vw;
        height: 50vw;
      }
    }