@charset "UTF-8";
html {
  font-size: 14px;
  font-family: 'Microfot Yahei', Arial, Helvetica, 'Microfot Yahei',sans-serif;
  background: #fff;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

html, body, h1, h2, h3, h4, h5, p, div.label, a, li {
  font-family: 'Microfot Yahei', Arial, Helvetica, 'Microfot Yahei',sans-serif;
}

html {
  font-size: 14px;
}

.header {
  font-size: 0.85714rem;
}

@media screen and (max-width: 991.98px) {
  html {
    font-size: 11px;
  }
}

html {
  font-size: 14px;
}

.margin-top-value {
  margin-top: px-top-rem(30px) !important;
}

/************ head *****************/
.container-box {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

.container-box .header-box {
  z-index: 999;
  position: relative;
  background: #fff;
  padding: 0 !important;
  min-height: 100px;
}

.container-box .header-box .logo {
  max-width: 100px;
  padding-top: 10px;
}

.container-box .header-box li {
  min-height: 100px;
  line-height: 100px;
  list-style-type: none;
  float: left;
}

.container-box .header-box li a {
  font-size: 1.28571rem;
  color: #010101;
  margin-left: 5.14286rem;
}

.container-box .header-box li a.first {
  margin-left: 0;
}

@media screen and (max-width: 1024px) {
  .container-box .header-box .head-inner-box {
    width: 100%;
  }
  .container-box .header-box .head-inner-box .logo {
    width: 100%;
    float: none;
  }
  .container-box .header-box .head-inner-box li {
    width: 100%;
    float: none;
    min-height: 2rem;
    line-height: 2rem;
    text-align: left;
    padding-left: 3%;
    border-bottom: 1px solid #eee;
  }
  .container-box .header-box .head-inner-box li a {
    font-size: 1.28571rem;
    color: #010101;
    margin-left: 5.14286rem;
  }
  .container-box .header-box .head-inner-box .head-link {
    float: none;
  }
}

.head-link {
  height: 100px;
  padding: 0 0 0 0;
}

.head-link ul {
  height: 100px;
  margin: 0 0 0 2rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

.head-link li {
  list-style: none;
}

.head-link li .form-control {
  border-right: none;
  border-color: #cccccc;
}

.head-link li .form-control ::placeholder {
  color: #9b9b9b;
}

.head-link li .input-group-text {
  background: #fff;
  border-left: none;
  margin-right: 0.5rem;
}

.head-link li .input-group-text i {
  font-size: 1.3rem;
  color: #9b9b9b;
}

.head-link a {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: none;
  margin: 0 10px;
}

.head-link a i {
  color: #999;
  font-size: 20px;
}

.head-link a:hover {
  color: #bb0942;
}

.head-link a:hover i {
  color: #bb0942;
}

.head-link a.search-btn {
  background: url("../imgs/index/search.png") no-repeat;
  background: contain;
}

.head-link a.tel-btn {
  background: url("../imgs/index/contact.png") no-repeat;
  background: contain;
}

.head-link a.e-mail-btn {
  background: url("../imgs/index/email.png") no-repeat;
  background: contain;
}

.head-link a.language-btn {
  background: url("../imgs/index/language.png") no-repeat;
  background: contain;
}

/*************** footer ******************/
.footer {
  width: 100%;
  min-height: 20.71429rem;
  overflow: hidden;
  margin: 0 auto;
  background: #333333;
}

.footer .footer-inner-box {
  max-width: 98.57143rem;
  margin: 0 auto;
}

.footer .footer-inner-box {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 0 0;
}

.footer .footer-inner-box .footer-info {
  width: 70%;
}

.footer .footer-inner-box .footer-info .footer-link {
  width: 100%;
}

.footer .footer-inner-box .footer-info .footer-link li {
  float: left;
  font-size: 14px;
  color: #fff;
  padding: 0 10px;
}

.footer .footer-inner-box .footer-info .footer-link li a {
  color: #fff;
}

.footer .footer-inner-box .footer-info .footer-link li a :hover {
  text-decoration: none;
}

.footer .footer-inner-box .footer-info .address {
  display: block;
  width: 100%;
  text-align: left;
  margin-top: 2.14286rem;
}

.footer .footer-inner-box .qr-img {
  width: 150px;
  text-align: right;
}

.footer .footer-inner-box .qr-img img {
  width: 10.71429rem;
  height: 10.71429rem;
}

.footer .footer-inner-box .qr-img label {
  width: 100%;
  line-height: 2.5rem;
  font-size: 14px;
  color: #Fff;
  text-align: center;
}

.footer .footer-inner-box p {
  color: #fff;
  margin-bottom: 0.5rem;
}

.footer .footer-inner-box2 {
  width: 1400px;
  min-height: 54px;
  margin: 0 auto;
  padding: 0;
}

.footer .footer-inner-box2 p {
  line-height: 3.85714rem;
  color: #F5F5F5;
  padding: 0;
  margin: 0;
}

.footer .bottom-copyright-box {
  background: #222222;
  min-height: 3.85714rem;
  text-align: left;
  overflow: hidden;
  margin-top: 20px;
}

.footer .footer-link li {
  list-style: none;
  float: left;
}

@media screen and (max-width: 991.98px) {
  .footer .footer-inner-box, .footer .footer-inner-box2 {
    width: 100%;
    padding: 1rem 1rem 0 1rem;
  }
  .footer .footer-inner-box2 p {
    line-height: 1.8rem;
  }
  .footer .footer-inner-box {
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
  .footer .footer-inner-box .footer-info, .footer .footer-inner-box .qr-img {
    width: 100%;
  }
  .footer .footer-inner-box .qr-img {
    text-align: center;
  }
  .footer .footer-inner-box .footer-info {
    margin-top: 2rem;
  }
}

.menu-box {
  margin-top: 1.5rem;
  border-bottom: 1px solid #e6e6e6;
}

.menu-box ul li {
  padding: 0 2rem;
}

.menu-box ul li a {
  line-height: 2rem;
  font-size: 18px;
  color: #666666;
  padding-left: 0;
  padding-right: 0;
}

.menu-box ul li a.active {
  border-bottom: 2px solid #bb0942;
}

.pop-menu-box {
  width: 100%;
  min-height: 200px;
  background: #f9fafc;
}

.pop-menu-box .pop-menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  height: 200px;
  margin: 0 auto;
}

.pop-menu-box .pop-menu-link .img-box {
  width: 180px;
  height: 120px;
}

.pop-menu-box .pop-menu-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: start;
  width: calc(100% - 180px - 5%);
  padding-left: 5%;
}

.pop-menu-box .pop-menu-link ul li {
  display: block;
  width: 20%;
  line-height: 36px;
  list-style-type: none;
  font-size: 16px;
  text-align: left;
}

.banner {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
}

.margin-bottom-value {
  margin-bottom: px-top-rem(30px) !important;
}

.common-title-name {
  line-height: 3.5rem;
  font-size: 36px;
  font-weight: bold;
  margin-top: 3rem;
  padding: 1.5rem 0.5rem !important;
}

@media screen and (max-width: 991.98px) {
  .common-title-name {
    font-size: 2.3rem;
  }
}

a.btn {
  width: 140px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  color: #999;
  text-align: left;
  padding-left: 26px;
  border: 1px solid #e5e5e5;
  margin: 2rem auto 0 auto;
  background: url("../imgs/index/arrorw.png") no-repeat 94px center;
}

a.btn:hover {
  color: #fff;
  background: #bb0942 url("../imgs/index/arrorw2.png") no-repeat 94px center;
  border: 1px solid #bb0942;
}

.common-title {
  line-height: 3rem;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 40px;
  margin: 4rem auto 0 auto;
}

.introduce-box {
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 7rem;
}

.introduce-box .info p {
  line-height: 48px;
  font-size: 18px;
  text-align: left;
  padding-top: 1.5rem;
  text-indent: 2em;
}

.team-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 7rem 0;
  background: #f9fafc;
}

.team-box .img-box {
  width: 500px;
}

.team-box .info-box {
  width: 900px;
  height: 580px;
  padding: 1.5rem 2rem;
  background: #fff;
}

.team-box .info-box p {
  line-height: 48px;
  font-size: 18px;
  text-align: left;
  padding-top: 1.5rem;
  line-height: 36px;
}

.team-box .info-box p b {
  display: block;
  font-size: 24px;
  color: #bb0942;
}

.team-box .info-box2 {
  height: 684px;
}

.framework-box {
  padding: 7rem 0;
}

.img-list-box {
  padding: 4rem 0 7rem 0;
}

.img-list-box .item {
  background: #e64548;
  position: relative;
}

.img-list-box .item .img-box {
  height: 225px;
}

.img-list-box .item2 {
  margin-top: 20px;
}

.img-list-box .item2 .img-box {
  height: 225px;
}

.img-list-box .item4 {
  background: #e64548;
}

.img-list-box .item4 .img-box {
  height: 470px;
}

.img-list-box .item5 .img-box {
  height: 470px;
}

.img-list-box .item6 .img-box {
  height: 225px;
}

.img-list-box .item3 .img-box {
  height: 470px;
}

.img-list-box .item3 img {
  width: 100%;
}

.img-list-box .img-box {
  position: relative;
  overflow: hidden;
}

.img-list-box .img-box img {
  transition: all 0.5s ease-out;
  /* 过度 所有css属性 1秒过度 结束慢*/
  -moz-transition: all 0.5s ease-out;
  /* Firefox 4 */
  -webkit-transition: all 0.5s ease-out;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s ease-out;
}

.img-list-box .img-box img:hover {
  transform: scale(1.1, 1.1);
}

.img-list-box .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 40px;
  padding: 0 1.5rem;
  background: #e64548;
}

.img-list-box .title p {
  font-size: 18px;
  color: #fff;
}

@media screen and (max-width: 991.98px) {
  .introduce-box {
    padding: 0 1.5rem;
  }
  .introduce-box .common-title {
    font-size: 2.2rem;
  }
  .introduce-box .info p {
    line-height: 2.4rem;
    font-size: 1.25rem;
  }
  .team-box {
    flex-wrap: wrap;
  }
  .team-box h3 {
    font-size: 32px;
  }
  .team-box .img-box {
    width: 100%;
  }
  .team-box .info-box {
    width: 100%;
    height: auto;
  }
  .team-box .info-box2 {
    height: auto;
  }
  .framework-box {
    padding: 1.5rem;
  }
  .img-list-box .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .img-list-box .row .col-md-3, .img-list-box .row .col-md-6 {
    width: 100%;
    margin-top: 1rem;
  }
  .img-list-box .row .col-md-3 .img-box, .img-list-box .row .col-md-6 .img-box {
    height: auto;
  }
  .img-list-box .title {
    width: 100%;
  }
  .img-list-box .item3 .title {
    width: 100%;
    left: 0;
  }
}

.containerBg {
  width: 100%;
  background: #fff;
}

.containerBg .about-box {
  margin: 1.625rem auto 0 auto;
  padding-top: 5rem;
}

.containerBg .about-box .col-md-6 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0;
  background: #fff;
}

.containerBg .about-box .img-box {
  margin-bottom: 1.875rem;
}

.containerBg .about-box .img-box img {
  margin-bottom: 1.875rem;
}

.containerBg .about-box .info-box {
  width: 100%;
  text-align: left;
  padding-left: 4rem;
}

.containerBg .about-box .info-box h3 {
  font-size: 1.875rem;
  text-align: left;
  margin: 0;
  padding-bottom: 0;
}

.containerBg .about-box .info-box p {
  line-height: 48px;
  font-size: 18px;
  text-align: left;
  padding-top: 1.5rem;
}

.containerBg .about-box .info-box p .about-item {
  display: block;
  padding-bottom: 1.75rem;
  font-size: 1.5rem;
  line-height: 48px;
}

.containerBg .about-box .info-box p .about-item .item-title {
  display: block;
  font-weight: 700;
}

@media screen and (max-width: 991.98px) {
  .containerBg .about-box {
    margin: 0;
    padding: 1.0rem;
  }
  .containerBg .about-box .col-md-6 {
    height: auto;
  }
  .containerBg .about-box .info-box {
    width: 100%;
    padding: 1rem;
  }
  .containerBg .about-box .info-box h3 {
    font-size: 1.6rem;
  }
}
