@charset "UTF-8";
/**
 *  Author: ToDo Meng
 *  Date:   2020.06.30
 *  Time:   09:00
 *  Desc:   网站主体公共样式表
**/
/************      Common      ************/
html,
body {
  color: #333;
  background: #fff;
}
.container {
  margin: auto;
  width: 1200px;
  text-align: justify;
}
.container.auto-container {
  width: auto;
  max-width: 100%;
  padding: 0 1rem;
}
/************      Common      ************/
/************      Header      ************/
.header-wrap {
  padding: 2rem 0 4rem;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url('../img/img_bg_header.png');
}
.header-wrap .header-top-wrap {
  height: 7rem;
}
.header-wrap .header-top-wrap .logo-wrap .logo-img {
  height: 6rem;
}
.header-wrap .header-top-wrap .mobile-wrap .mobile-icon-wrap .mobile-icon {
  width: 4rem;
  height: 4rem;
  color: #4cc1f7;
  font-size: 4rem;
}
.header-wrap .header-top-wrap .mobile-wrap .mobile-icon-wrap .info-title {
  color: #4cc1f7;
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
.header-wrap .header-top-wrap .mobile-wrap .mobile-info-wrap {
  color: #4cc1f7;
  font-weight: 600;
  font-size: 2.6rem;
  margin-left: 1rem;
  font-style: italic;
}
.header-wrap .header-top-wrap .mobile-wrap .mobile-info-wrap .info-value.cur {
  letter-spacing: 0.15rem;
}
.header-wrap .header-nav-wrap {
  left: 0;
  width: 100%;
  height: 5rem;
  bottom: -6.5rem;
  position: absolute;
  background: #0fa0e2;
}
.header-wrap .header-nav-wrap .nav-list-wrap {
  height: 100%;
}
.header-wrap .header-nav-wrap .nav-list-wrap .nav-list-item {
  height: 100%;
  flex: 1;
  flex-shrink: 0;
}
.header-wrap .header-nav-wrap .nav-list-wrap .nav-list-item.cur {
  background: #4cc1f7;
}
.header-wrap .header-nav-wrap .nav-list-wrap .nav-list-item .nav-item-a {
  color: #fff;
  height: 100%;
  display: flex;
  font-size: 1.4rem;
  align-items: center;
}
/************      Content     ************/
.content-wrap {
  min-height: 50rem;
}
.content-wrap .content-item-wrap {
  padding: 6rem 0;
  margin: 3rem auto;
}
.content-wrap .content-item-wrap .content-title-wrap {
  margin: 0 auto 3rem;
}
.content-wrap .content-item-wrap .content-title-wrap .title {
  color: #0da1e1;
  font-size: 2.5rem;
}
.content-wrap .content-item-wrap .content-title-wrap .title-line {
  height: 3px;
  width: 10rem;
  margin: 1rem auto;
  border-radius: 3px;
  background: #4a90e2;
}
.content-wrap .content-item-wrap .content-title-wrap .subtitle {
  color: #ccc;
  font-size: 1.6rem;
  margin-left: 1rem;
}
.content-wrap .content-item-bg-wrap {
  background-position: center top;
  background-repeat: no-repeat;
  padding: 5rem 0 7rem;
}
.content-wrap .content-item-bg-wrap .content-title-wrap .title {
  color: #fff;
}
.content-wrap .content-item-bg-wrap .content-title-wrap .title-line {
  background: #fff;
}
.content-wrap .content-item-bg-wrap .content-title-wrap .subtitle {
  color: #fff;
}
.content-wrap .content-item-bg-color-wrap {
  padding: 6rem 0;
  margin: -2rem auto;
  background: #f7f8f9;
}
.inner-wrap .content-item-wrap {
  padding: 0;
  margin: 6rem 0;
}
.inner-wrap .content-nav-wrap {
  margin-bottom: 5rem;
}
.inner-wrap .content-nav-wrap .position-wrap {
  color: #999;
  font-size: 1.2rem;
}
.inner-wrap .content-nav-wrap .position-wrap a {
  color: #999;
}
.inner-wrap .content-nav-wrap .position-wrap a:last-of-type {
  color: #0da1e1;
}
.inner-wrap .content-nav-wrap .inner-nav-wrap.pos-a-nav-wrap {
  top: 0;
  left: 0;
  height: 100%;
}
.inner-wrap .content-nav-wrap .inner-nav-wrap .nav-item-wrap {
  height: 3rem;
  margin: 0 1rem;
  font-size: 1.2rem;
  padding: 0 1.5rem;
  line-height: 3rem;
  text-align: center;
  border-radius: 3rem;
  border: 1px solid #e9e9e9;
}
.inner-wrap .content-nav-wrap .inner-nav-wrap .nav-item-wrap .nav-item-a {
  color: #999;
}
.inner-wrap .content-nav-wrap .inner-nav-wrap .cur {
  color: #fff;
  background: #4cc1f7;
  border-color: #4cc1f7;
}
.inner-wrap .content-nav-wrap .inner-nav-wrap .cur .nav-item-a {
  color: #fff;
}
/************      Product     ************/
.pro-list-wrap {
  flex: 1;
}
.pro-list-wrap.cur {
  display: flex;
}
.pro-list-wrap .pro-item-wrap {
  flex: 1;
  min-width: 30%;
  max-width: 32%;
  flex-shrink: 0;
  margin: 1rem 1rem;
  box-shadow: 0.1rem 0.1rem 0.3rem 0rem #b5b5b5;
  border-radius: .5rem;
}
.pro-list-wrap .pro-item-wrap .pro-img-wrap .pro-img {
  width: 100%;
  height: 18rem;
  object-fit: cover;
}
.pro-list-wrap .pro-item-wrap .pro-info-wrap {
  padding: 1rem 1.5rem;
}
.pro-list-wrap .pro-item-wrap .pro-info-wrap .title {
  color: #333;
  font-size: 1.6rem;
}
.pro-list-wrap .pro-item-wrap .pro-info-wrap .desc {
  color: #999;
  min-height: 4rem;
  margin-top: 1.5rem;
}
.pro-list-wrap .pro-item-wrap .detail-btn-wrap {
  padding: .5rem 1.5rem 1.5rem;
}
.pro-list-wrap .pro-item-wrap .detail-btn-wrap .detail-btn-item {
  width: 16rem;
  height: 3.5rem;
  border-radius: 3.5rem;
  border: 1px solid #0fa0e2;
}
.pro-list-wrap .pro-item-wrap .detail-btn-wrap .detail-btn-item .btn-title {
  color: #0fa0e2;
  margin-right: 1rem;
}
.pro-list-wrap .pro-item-wrap .detail-btn-wrap .detail-btn-item .btn-icon {
  color: #0fa0e2;
  font-size: 2rem;
}
/************      Banner      ************/
.banner-wrap {
  height: 60rem;
}
.banner-wrap .banner-img {
  height: 100%;
  object-fit: cover;
}
.banner-inner-wrap {
  height: 30rem;
}
.banner-inner-wrap .banner-img {
  object-fit: cover;
}
.banner-inner-wrap .banner-content-wrap {
  top: 0;
  left: 0;
  color: #fff;
}
.banner-inner-wrap .banner-content-wrap .title-wrap {
  margin-left: 1rem;
}
.banner-inner-wrap .banner-content-wrap .title-wrap.cur {
  color: #333;
}
.banner-inner-wrap .banner-content-wrap .title-wrap .title {
  font-size: 3rem;
}
.banner-inner-wrap .banner-content-wrap .title-wrap .subtitle {
  font-size: 2rem;
}
.banner-inner-wrap .banner-content-wrap .logo-wrap {
  margin-right: 1rem;
}
.banner-inner-wrap .banner-content-wrap .logo-wrap .logo-img {
  height: 7rem;
}
/************      Index       ************/
.index-wrap .content-pro-wrap .tab-nav-wrap {
  margin-left: 5rem;
}
.index-wrap .content-pro-wrap .tab-nav-wrap .tab-nav-item {
  height: 3rem;
  margin: 0 1rem;
  padding: 0 2rem;
  line-height: 3rem;
  text-align: center;
  border-radius: 3rem;
  border: 1px solid #e9e9e9;
}
.index-wrap .content-pro-wrap .tab-nav-wrap .tab-nav-item.cur {
  color: #fff;
  background: #4cc1f7;
  border-color: #4cc1f7;
}
.index-wrap .content-pro-wrap .tab-nav-wrap .tab-nav-item:after {
  display: none;
}
.index-wrap .content-pro-wrap .tab-nav-wrap .tab-nav-item:last-of-type {
  margin-right: 0;
}
.index-wrap .content-pro-wrap .pro-list-wrap {
  flex: 1;
}
.index-wrap .content-pro-wrap .pro-list-wrap.cur {
  display: flex;
}
.index-wrap .content-feedback-wrap {
  padding: 8rem 0 30rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/img_bg_contact.png);
}
.index-wrap .content-feedback-wrap .feedback-form-wrap {
  flex: 1;
  background: #fff;
  min-height: 43rem;
  padding: 2rem 2rem;
  margin-right: 8rem;
  border-radius: .5rem;
}
.index-wrap .content-feedback-wrap .feedback-form-wrap .wrap-title-wrap {
  color: #0da1e1;
  font-size: 2.5rem;
}
.index-wrap .content-feedback-wrap .feedback-form-wrap .form-wrap {
  margin: 5rem 0;
}
.index-wrap .content-feedback-wrap .feedback-form-wrap .form-wrap .form-item-wrap {
  margin: 3rem 0;
}
.index-wrap .content-feedback-wrap .feedback-form-wrap .form-wrap .form-item-wrap .input-item-wrap {
  flex: 1;
  overflow: hidden;
  margin-left: 2rem;
  border-radius: .5rem;
  border: 1px solid #ccc;
}
.index-wrap .content-feedback-wrap .feedback-form-wrap .form-wrap .form-item-wrap .input-item-wrap:first-of-type {
  margin-left: 0;
}
.index-wrap .content-feedback-wrap .feedback-form-wrap .form-wrap .form-item-wrap .input-item-wrap .input-item {
  border: 0;
  width: 100%;
  height: 3.4rem;
}
.index-wrap .content-feedback-wrap .feedback-form-wrap .form-wrap .form-item-wrap .input-item-wrap .text-area-item {
  border: 0;
  width: 100%;
  height: 100%;
  height: 8rem;
}
.index-wrap .content-feedback-wrap .feedback-form-wrap .form-wrap .form-item-wrap .text-area-wrap {
  padding: 1rem 1rem;
}
.index-wrap .content-feedback-wrap .feedback-form-wrap .form-wrap .form-btn-wrap .submit-btn-item {
  border: 0;
  color: #fff;
  width: 16rem;
  height: 4rem;
  background: #0da1e1;
  border-radius: .5rem;
}
.index-wrap .content-feedback-wrap .company-info-wrap .wrap-title-wrap {
  line-height: 2;
  padding-left: 1.4rem;
  border-left: 2px solid #4cc1f7;
}
.index-wrap .content-feedback-wrap .company-info-wrap .wrap-title-wrap .title {
  color: #fff;
  font-size: 2.5rem;
}
.index-wrap .content-feedback-wrap .company-info-wrap .wrap-title-wrap .subtitle {
  color: #4cc1f7;
  font-size: 1.6rem;
}
.index-wrap .content-feedback-wrap .company-info-wrap .desc-wrap {
  color: #fff;
  margin: 3rem 0;
  font-size: 1.4rem;
}
.index-wrap .content-feedback-wrap .company-info-wrap .advance-list-wrap .advance-item-wrap {
  flex: 1;
  min-width: 45%;
  padding: 2rem 0;
  margin-left: 2rem;
  margin-bottom: 2rem;
  border: 1px solid #4cc1f7;
}
.index-wrap .content-feedback-wrap .company-info-wrap .advance-list-wrap .advance-item-wrap:nth-child(2n+1) {
  margin-left: 0;
}
.index-wrap .content-feedback-wrap .company-info-wrap .advance-list-wrap .advance-item-wrap .back-info {
  color: #8f5b2a;
  font-size: 7rem;
  white-space: nowrap;
}
.index-wrap .content-feedback-wrap .company-info-wrap .advance-list-wrap .advance-item-wrap .back-info .symbol {
  font-size: 4rem;
}
.index-wrap .content-feedback-wrap .company-info-wrap .advance-list-wrap .advance-item-wrap .title {
  color: #fff;
  font-size: 2.5rem;
}
.index-wrap .about-case-container {
  overflow: hidden;
  background: #fff;
  margin-top: -30rem;
  border-radius: .5rem;
  box-shadow: 0px 7px 26px 0px rgba(207, 207, 207, 0.5);
}
.index-wrap .about-case-container .about-con-wrap {
  padding: 6rem 5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/img_bg_about.png);
}
.index-wrap .about-case-container .about-con-wrap .wrap-content-wrap .context {
  line-height: 1.8;
}
.index-wrap .about-case-container .case-con-wrap {
  padding: 6rem 5rem;
}
.index-wrap .about-case-container .case-con-wrap .wrap-content-wrap {
  padding-bottom: 8rem;
}
.index-wrap .about-case-container .case-con-wrap .case-list-wrap .case-item-wrap {
  max-width: 30%;
  margin-left: 2.5rem;
}
.index-wrap .about-case-container .case-con-wrap .case-list-wrap .case-item-wrap:first-of-type {
  margin-left: 0;
}
.index-wrap .about-case-container .case-con-wrap .case-list-wrap .case-item-wrap .case-img-wrap {
  height: 20rem;
}
.index-wrap .about-case-container .case-con-wrap .case-list-wrap .case-item-wrap .case-img-wrap .case-img {
  object-fit: cover;
}
.index-wrap .about-case-container .case-con-wrap .case-list-wrap .case-item-wrap .case-info-wrap {
  z-index: 2;
  position: relative;
  margin: -4rem 3rem;
  background: #ffffff;
  padding: 1rem 1.5rem;
  border-radius: .5rem;
  box-shadow: 0px 7px 26px 0px rgba(207, 207, 207, 0.5);
}
.index-wrap .about-case-container .case-con-wrap .case-list-wrap .case-item-wrap .case-info-wrap .title {
  color: #333;
  font-size: 1.6rem;
}
.index-wrap .about-case-container .case-con-wrap .case-list-wrap .case-item-wrap .case-info-wrap .desc {
  color: #999;
  margin-top: 1rem;
  min-height: 4rem;
  line-height: 1.5;
}
.index-wrap .content-news-wrap {
  margin-bottom: 0;
  background: #f5f7fc;
}
.index-wrap .content-news-wrap .news-list-wrap .news-item-wrap {
  flex: 1;
  min-width: 30%;
  max-width: 33%;
  flex-shrink: 0;
  margin-left: 2.5rem;
  background: #ffffff;
  border-radius: .5rem;
  box-shadow: 0px 7px 26px 0px rgba(207, 207, 207, 0.5);
}
.index-wrap .content-news-wrap .news-list-wrap .news-item-wrap:first-of-type {
  margin-left: 0;
}
.index-wrap .content-news-wrap .news-list-wrap .news-item-wrap .news-img-wrap {
  height: 18rem;
}
.index-wrap .content-news-wrap .news-list-wrap .news-item-wrap .news-img-wrap .news-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-wrap .content-news-wrap .news-list-wrap .news-item-wrap .news-info-wrap {
  padding: 2rem 1.5rem;
}
.index-wrap .content-news-wrap .news-list-wrap .news-item-wrap .news-info-wrap .title {
  color: #333;
  font-size: 1.6rem;
}
.index-wrap .content-news-wrap .news-list-wrap .news-item-wrap .news-info-wrap .desc {
  color: #999;
  margin: 1rem 0;
  min-height: 4rem;
  line-height: 1.5;
  font-size: 1.3rem;
}
.index-wrap .content-news-wrap .news-list-wrap .news-item-wrap .news-info-wrap .time-wrap .time {
  color: #0da1e1;
}
.index-wrap .content-news-wrap .news-list-wrap .news-item-wrap .news-info-wrap .time-wrap .arrow-img {
  width: 3.5rem;
}
/************      Inner       ************/
.about-wrap .about-profile-wrap .about-profile-container {
  overflow: hidden;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0px 7px 26px 0px rgba(207, 207, 207, 0.5);
}
.about-wrap .about-profile-wrap .about-profile-container .container-item-wrap {
  padding: 6rem 5rem;
}
.about-wrap .about-profile-wrap .about-profile-container .about-con-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/img_bg_about.png);
}
.about-wrap .about-profile-wrap .about-profile-container .about-con-wrap .about-nav-wrap {
  top: 0;
  left: 0;
  height: 100%;
}
.about-wrap .about-profile-wrap .about-profile-container .about-con-wrap .about-context-wrap {
  color: #666;
  line-height: 2;
}
.about-wrap .about-profile-wrap .about-profile-container .advance-num-wrap .advance-item-wrap .value {
  font-size: 4rem;
}
.about-wrap .about-profile-wrap .about-profile-container .advance-num-wrap .advance-item-wrap .value .small {
  font-size: 2rem;
}
.about-wrap .about-profile-wrap .about-profile-container .advance-num-wrap .advance-item-wrap .value .middle {
  font-size: 3rem;
}
.about-wrap .about-profile-wrap .about-profile-container .advance-num-wrap .advance-item-wrap .title {
  font-size: 1.6rem;
  margin: 1rem 0;
}
.about-wrap .about-profile-wrap .about-profile-container .advance-num-wrap .advance-item-wrap .subtitle {
  color: #999;
}
.about-wrap .about-profile-wrap .about-profile-container .about-img-list-wrap {
  padding-top: 0;
}
.about-wrap .about-profile-wrap .about-profile-container .about-img-list-wrap .about-img-item-wrap {
  margin-left: 2rem;
}
.about-wrap .about-profile-wrap .about-profile-container .about-img-list-wrap .about-img-item-wrap:first-of-type {
  margin-left: 0;
}
.about-wrap .about-business-wrap .business-list-wrap {
  margin-top: 5rem;
  overflow: hidden;
  background: #fff;
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  box-shadow: 0px 7px 26px 0px rgba(207, 207, 207, 0.5);
}
.about-wrap .about-business-wrap .business-list-wrap .business-item-wrap .business-img {
  height: 10rem;
  margin-bottom: 1rem;
}
.about-wrap .about-business-wrap .business-list-wrap .business-item-wrap .business-title {
  font-size: 1.5rem;
}
.about-wrap .about-factory-wrap .factory-list-wrap .factory-item-wrap {
  margin-left: 2rem;
}
.about-wrap .about-factory-wrap .factory-list-wrap .factory-item-wrap:first-of-type {
  margin-left: 0;
}
.about-wrap .honor-list-wrap {
  margin-top: 5rem;
}
.about-wrap .honor-list-wrap .honor-item-wrap {
  flex: 1;
  min-width: 30%;
  overflow: hidden;
  background: #fff;
  margin: 1rem 1rem;
  border-radius: 1rem;
  box-shadow: 0px 7px 26px 0px rgba(207, 207, 207, 0.5);
}
.about-wrap .honor-list-wrap .honor-item-wrap .honor-img {
  height: 30rem;
}
.about-wrap .honor-list-wrap .honor-item-wrap .honor-title {
  color: #0fa0e2;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.case-wrap .case-list-wrap {
  flex: 1;
}
.case-wrap .case-list-wrap.cur {
  display: flex;
}
.case-wrap .case-list-wrap .case-item-wrap {
  flex: 1;
  min-width: 48%;
  max-width: 48%;
  flex-shrink: 0;
  overflow: hidden;
  margin: 1rem 1rem;
  border-radius: .5rem;
  box-shadow: 0.1rem 0.1rem 0.3rem 0rem #b5b5b5;
}
.case-wrap .case-list-wrap .case-item-wrap .case-img-wrap .case-img {
  height: 25rem;
  object-fit: cover;
}
.case-wrap .case-list-wrap .case-item-wrap .case-info-wrap {
  padding: 1rem 1.5rem;
}
.case-wrap .case-list-wrap .case-item-wrap .case-info-wrap .title {
  font-size: 1.6rem;
  color: #333;
}
.case-wrap .case-list-wrap .case-item-wrap .case-info-wrap .desc {
  color: #999;
  min-height: 4rem;
  margin-top: 1.5rem;
}
.case-wrap .case-list-wrap .case-item-wrap .detail-btn-wrap {
  padding: .5rem 1.5rem 1.5rem;
}
.case-wrap .case-list-wrap .case-item-wrap .detail-btn-wrap .detail-btn-item {
  width: 16rem;
  height: 3.5rem;
  border-radius: 3.5rem;
  border: 1px solid #0fa0e2;
}
.case-wrap .case-list-wrap .case-item-wrap .detail-btn-wrap .detail-btn-item .btn-title {
  color: #0fa0e2;
  margin-right: 1rem;
}
.case-wrap .case-list-wrap .case-item-wrap .detail-btn-wrap .detail-btn-item .btn-icon {
  color: #0fa0e2;
  font-size: 2rem;
}
.news-wrap .news-list-wrap .news-item-wrap {
  padding: 3rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.news-wrap .news-list-wrap .news-item-wrap:first-of-type {
  padding-top: 0;
}
.news-wrap .news-list-wrap .news-item-wrap .news-img-wrap {
  width: 27rem;
  height: 15rem;
  overflow: hidden;
  margin-right: 5rem;
  border-radius: .5rem;
}
.news-wrap .news-list-wrap .news-item-wrap .news-img-wrap .news-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.news-wrap .news-list-wrap .news-item-wrap .news-info-wrap {
  flex: 1;
}
.news-wrap .news-list-wrap .news-item-wrap .news-info-wrap .title-wrap .title {
  font-size: 1.6rem;
}
.news-wrap .news-list-wrap .news-item-wrap .news-info-wrap .title-wrap .date {
  color: #666;
}
.news-wrap .news-list-wrap .news-item-wrap .news-info-wrap .desc {
  color: #999;
  margin: 1rem 0;
  line-height: 1.6;
  min-height: 4rem;
}
.news-wrap .news-list-wrap .news-item-wrap .news-info-wrap .detail-btn-wrap .detail-btn-item {
  border: 1px solid #ccc;
  color: #999;
  font-size: 1.3rem;
  padding: 0.5rem 1.2rem;
  border-radius: .5rem;
}
.news-wrap .news-list-wrap .news-item-wrap .news-info-wrap .detail-btn-wrap .detail-btn-item .btn-title .btn-icon {
  font-size: 1.4rem;
  margin-top: 0.3rem;
  margin-left: .5rem;
}
.contact-wrap .contact-content-wrap .contact-con-wrap {
  min-height: 20rem;
  padding: 5rem 5rem;
  position: relative;
  margin-top: -10rem;
  background: #f8f9fa;
  border-radius: .5rem;
}
.contact-wrap .contact-content-wrap .contact-con-wrap .wrap-content-wrap {
  margin-top: 6rem;
}
.contact-wrap .contact-content-wrap .contact-con-wrap .wrap-content-wrap .map-wrap {
  flex: 1;
  max-width: 50%;
}
.contact-wrap .contact-content-wrap .contact-con-wrap .wrap-content-wrap .contact-info-wrap {
  flex: 1;
  margin-left: 8rem;
}
.contact-wrap .contact-content-wrap .contact-con-wrap .wrap-content-wrap .contact-info-wrap .info-title-wrap .title {
  font-size: 2rem;
  font-weight: 600;
}
.contact-wrap .contact-content-wrap .contact-con-wrap .wrap-content-wrap .contact-info-wrap .info-title-wrap .title-line {
  height: 2px;
  width: 5rem;
  background: #999;
  margin-top: 2rem;
}
.contact-wrap .contact-content-wrap .contact-con-wrap .wrap-content-wrap .contact-info-wrap .info-content-wrap .info-context-wrap .info-item-wrap {
  line-height: 2;
}
.contact-wrap .contact-content-wrap .contact-con-wrap .wrap-content-wrap .contact-info-wrap .info-content-wrap .info-context-wrap .info-item-wrap .title {
  font-size: 1.4rem;
  color: #999;
}
.contact-wrap .contact-content-wrap .contact-con-wrap .wrap-content-wrap .contact-info-wrap .info-content-wrap .info-qr-code-wrap {
  margin-left: 5rem;
  width: 12rem;
}
.contact-wrap .contact-content-wrap .contact-con-wrap .wrap-content-wrap .contact-info-wrap .info-content-wrap .info-qr-code-wrap .qr-code-title {
  color: #999;
  font-size: 1.4rem;
  margin-top: .5rem;
}
.contact-wrap .contact-content-wrap .recruitment-notice-wrap {
  margin: 5rem 0;
}
.contact-wrap .contact-content-wrap .recruitment-notice-wrap .title-wrap {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 3rem;
}
.contact-wrap .contact-content-wrap .recruitment-notice-wrap .title-wrap .title {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.contact-wrap .contact-content-wrap .recruitment-notice-wrap .context-wrap {
  color: #666;
  line-height: 1.5;
  text-align: justify;
}
.contact-wrap .contact-content-wrap .job-list-wrap .job-item-wrap {
  border-top: 1px dashed #ccc;
  padding: 2rem 0;
}
.contact-wrap .contact-content-wrap .job-list-wrap .job-item-wrap .job-img-wrap {
  width: 25rem;
  margin-right: 5rem;
}
.contact-wrap .contact-content-wrap .job-list-wrap .job-item-wrap .job-info-wrap {
  flex: 1;
}
.contact-wrap .contact-content-wrap .job-list-wrap .job-item-wrap .job-info-wrap .title-wrap {
  margin-bottom: 2rem;
}
.contact-wrap .contact-content-wrap .job-list-wrap .job-item-wrap .job-info-wrap .title-wrap .title {
  font-size: 1.6rem;
}
.contact-wrap .contact-content-wrap .job-list-wrap .job-item-wrap .job-info-wrap .context-wrap {
  color: #999;
  line-height: 1.5;
  text-align: justify;
}
/************      Article     ************/
.article-wrap .article-content-wrap {
  flex: 1;
}
.article-wrap .article-content-wrap .article-title-wrap .title {
  font-size: 2rem;
}
.article-wrap .article-content-wrap .article-title-wrap .date {
  color: #999;
  font-size: 1.2rem;
  margin: 1rem 0 1.5rem;
}
.article-wrap .article-content-wrap .article-line {
  margin: 1rem 0;
}
.article-wrap .article-content-wrap .article-detail-wrap {
  color: #666;
  line-height: 1.6;
  font-size: 1.4rem;
}
.article-wrap .article-content-wrap .article-other-wrap {
  height: 6rem;
  margin: 5rem 0;
  line-height: 2;
  padding: 1rem 3rem;
  background: #f7f8f9;
  border-radius: 0.2rem;
}
.article-wrap .article-content-wrap .article-other-wrap .other-item-wrap a {
  color: #999;
}
.article-wrap .article-content-wrap .other-line {
  height: 3rem;
  margin: 0 1rem;
}
.article-wrap .article-line {
  margin: 5rem 0;
}
.article-wrap .related-con-wrap .con-title-wrap {
  overflow: hidden;
}
.article-wrap .related-con-wrap .con-title-wrap .title {
  color: #666;
  font-size: 1.6rem;
}
.article-wrap .related-con-wrap .con-nav-wrap {
  margin: 2rem 0;
}
.article-wrap .related-con-wrap .con-nav-wrap .nav-item .nav-item-a {
  color: #999;
  font-size: 1.2rem;
  margin-right: 1rem;
  padding: 0.5rem 1rem;
  border: 1px solid #e5e5e5;
}
.article-wrap .related-con-wrap .con-detail-wrap .arc-list-wrap .arc-item-wrap {
  padding: 2rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.article-wrap .related-con-wrap .con-detail-wrap .arc-list-wrap .arc-item-wrap .arc-item-a .title {
  color: #333;
}
.article-wrap .related-con-wrap .con-detail-wrap .arc-list-wrap .arc-item-wrap .arc-item-a .desc {
  color: #999;
  margin-top: 1rem;
  font-size: 1.3rem;
  text-align: justify;
}
.news-article-wrap .article-content-wrap {
  margin-right: 10rem;
}
.news-article-wrap .article-line {
  margin: 1rem 0 0.4rem;
}
.news-article-wrap .related-con-wrap {
  width: 30rem;
}
.news-article-wrap .related-con-wrap .con-nav-wrap {
  margin: 2rem 0;
}
.pro-case-article-wrap .article-content-wrap .article-top-wrap {
  height: 48rem;
}
.pro-case-article-wrap .article-content-wrap .article-top-wrap .pro-photo-wrap {
  width: 45%;
  flex-shrink: 0;
  overflow: hidden;
  margin-right: 10rem;
}
.pro-case-article-wrap .article-content-wrap .article-top-wrap .pro-photo-wrap .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.pro-case-article-wrap .article-content-wrap .article-top-wrap .pro-photo-wrap .swiper-container .swiper-slide {
  max-width: 100%;
}
.pro-case-article-wrap .article-content-wrap .article-top-wrap .pro-photo-wrap .gallery-top {
  width: 100%;
  height: 40rem;
  background: #f7f8f9;
}
.pro-case-article-wrap .article-content-wrap .article-top-wrap .pro-photo-wrap .gallery-thumbs {
  min-height: 8rem;
  margin-top: 1rem;
  background: #f7f8f9;
  box-sizing: border-box;
}
.pro-case-article-wrap .article-content-wrap .article-top-wrap .pro-photo-wrap .gallery-thumbs .swiper-slide {
  width: 30%;
  height: 100%;
  opacity: 0.6;
}
.pro-case-article-wrap .article-content-wrap .article-top-wrap .pro-photo-wrap .gallery-thumbs .swiper-slide img {
  height: 8rem;
}
.pro-case-article-wrap .article-content-wrap .article-top-wrap .pro-photo-wrap .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.pro-case-article-wrap .article-content-wrap .article-top-wrap .article-info-wrap .article-title-wrap {
  min-height: 15rem;
}
.pro-case-article-wrap .article-content-wrap .article-top-wrap .article-info-wrap .article-title-wrap .title {
  font-weight: 600;
}
.pro-case-article-wrap .article-content-wrap .article-top-wrap .article-info-wrap .article-title-wrap .desc {
  color: #666;
  margin: 2rem 0;
  font-size: 1.4rem;
}
.pro-case-article-wrap .article-content-wrap .article-top-wrap .article-info-wrap .article-btn-wrap {
  margin-top: 10rem;
}
.pro-case-article-wrap .article-content-wrap .article-top-wrap .article-info-wrap .article-btn-wrap .btn-item {
  margin-right: 3rem;
  border-radius: 0.5rem;
}
.pro-case-article-wrap .article-content-wrap .article-top-wrap .article-info-wrap .article-btn-wrap .btn-item .btn-icon {
  font-size: 4rem;
}
.pro-case-article-wrap .article-content-wrap .article-top-wrap .article-info-wrap .article-btn-wrap .btn-item .icon-wechat {
  color: #6aac6b;
}
.pro-case-article-wrap .article-content-wrap .article-top-wrap .article-info-wrap .article-btn-wrap .btn-item .icon-qq {
  color: #65a6e5;
}
.pro-case-article-wrap .article-content-wrap .article-top-wrap .article-info-wrap .article-btn-wrap .feedback-btn-item {
  color: #fff;
  padding: 1rem 2rem;
  background: #4cc1f7;
}
.pro-case-article-wrap .article-content-wrap .article-top-wrap .article-info-wrap .article-btn-wrap .wechat-btn-item .popover-wrap {
  left: 50%;
  top: 115%;
  height: 0;
  width: 10rem;
  background: #fff;
  margin-left: -5rem;
  border-radius: 0.4rem;
  box-shadow: 0 -2px 12px rgba(50, 50, 51, 0.2);
}
.pro-case-article-wrap .article-content-wrap .article-top-wrap .article-info-wrap .article-btn-wrap .wechat-btn-item .popover-wrap .popover-arrow {
  width: 0;
  height: 0;
  left: 50%;
  top: -12px;
  content: '';
  display: block;
  border-width: 6px;
  position: absolute;
  border-style: solid;
  border-top-width: 0;
  border-color: #ffffff00;
  border-bottom-color: #fff;
  transform: translate(-50%, 100%);
  -webkit-transform: translate(-50%, 100%);
}
.pro-case-article-wrap .article-content-wrap .article-top-wrap .article-info-wrap .article-btn-wrap .wechat-btn-item .popover-wrap .qr-code-wrap {
  height: 100%;
  overflow: hidden;
}
.pro-case-article-wrap .article-content-wrap .article-top-wrap .article-info-wrap .article-btn-wrap .wechat-btn-item:hover .popover-wrap {
  height: 10rem;
}
.pro-case-article-wrap .article-content-wrap .pro-article-line {
  margin: 5rem 0;
}
.pro-case-article-wrap .related-con-wrap .con-nav-wrap {
  margin: 3rem 0 4rem;
}
.pro-case-article-wrap .related-con-wrap .con-detail-wrap .arc-list-wrap {
  flex: 1;
}
.pro-case-article-wrap .related-con-wrap .con-detail-wrap .arc-list-wrap .arc-item-wrap {
  flex: 1;
  border: 0;
  padding: 0;
  min-width: 30%;
  max-width: 32%;
  flex-shrink: 0;
  margin: 0 0 0 2rem;
  border-radius: .5rem;
  box-shadow: 0.1rem 0.1rem 0.3rem 0rem #b5b5b5;
}
.pro-case-article-wrap .related-con-wrap .con-detail-wrap .arc-list-wrap .arc-item-wrap:first-of-type {
  margin-left: 0;
}
.pro-case-article-wrap .related-con-wrap .con-detail-wrap .arc-list-wrap .arc-item-wrap .arc-img-wrap .arc-img {
  width: 100%;
  height: 20rem;
  object-fit: cover;
}
.pro-case-article-wrap .related-con-wrap .con-detail-wrap .arc-list-wrap .arc-item-wrap .arc-info-wrap {
  padding: 1rem 1.5rem;
}
.pro-case-article-wrap .related-con-wrap .con-detail-wrap .arc-list-wrap .arc-item-wrap .arc-info-wrap .title {
  color: #333;
  font-size: 1.6rem;
}
.pro-case-article-wrap .related-con-wrap .con-detail-wrap .arc-list-wrap .arc-item-wrap .arc-info-wrap .desc {
  line-height: 1.7;
  font-size: 1.3rem;
}
.pro-case-article-wrap .related-con-wrap .con-detail-wrap .arc-list-wrap .arc-item-wrap .detail-btn-wrap {
  padding: .5rem 1.5rem 1.5rem;
}
.pro-case-article-wrap .related-con-wrap .con-detail-wrap .arc-list-wrap .arc-item-wrap .detail-btn-wrap .detail-btn-item {
  width: 16rem;
  height: 3.5rem;
  border-radius: 3.5rem;
  border: 1px solid #0fa0e2;
}
.pro-case-article-wrap .related-con-wrap .con-detail-wrap .arc-list-wrap .arc-item-wrap .detail-btn-wrap .detail-btn-item .btn-title {
  color: #0fa0e2;
  margin-right: 1rem;
}
.pro-case-article-wrap .related-con-wrap .con-detail-wrap .arc-list-wrap .arc-item-wrap .detail-btn-wrap .detail-btn-item .btn-icon {
  color: #0fa0e2;
  font-size: 2rem;
}
/************      Footer      ************/
.footer-wrap {
  background-size: cover;
  background-color: #4a90e2;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../img/img_bg_footer.png');
}
.footer-wrap .footer-top-wrap {
  margin: 3rem 0;
}
.footer-wrap .footer-top-wrap .footer-left-wrap {
  max-width: 45%;
}
.footer-wrap .footer-top-wrap .footer-left-wrap .logo-img {
  height: 7rem;
}
.footer-wrap .footer-top-wrap .footer-right-wrap {
  flex: 1;
  color: #fff;
  margin-left: 10rem;
}
.footer-wrap .footer-top-wrap .footer-right-wrap .footer-info-item-wrap .info-title-wrap {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.footer-wrap .footer-top-wrap .footer-right-wrap .footer-info-item-wrap .info-con-wrap {
  line-height: 2;
  min-height: 8rem;
  font-size: 1.3rem;
}
.footer-wrap .footer-top-wrap .footer-right-wrap .footer-pro-nav-wrap .nav-list-wrap {
  width: 30rem;
}
.footer-wrap .footer-top-wrap .footer-right-wrap .footer-pro-nav-wrap .nav-list-wrap .nav-list-item {
  flex: 1;
  display: flex;
  min-width: 50%;
  flex-shrink: 0;
}
.footer-wrap .footer-top-wrap .footer-right-wrap .footer-qrcode-wrap .qrcode-wrap {
  width: 12rem;
}
.footer-wrap .footer-top-wrap .footer-right-wrap .footer-qrcode-wrap .qrcode-wrap .img-title {
  margin-top: 1rem;
}
.footer-wrap .footer-bot-wrap {
  font-size: 1.3rem;
  border-top: 1px solid #fff;
  height: 5rem;
}
.fixed-btn-wrap {
  right: 0;
  bottom: 15vh;
}
.fixed-btn-wrap .go-top-btn-item {
  height: 0;
  width: 5.8rem;
  overflow: hidden;
}
.fixed-btn-wrap .go-top-btn-item.cur {
  height: 3rem;
}
.fixed-btn-wrap .go-top-btn-item .btn-icon {
  width: 3rem;
  height: 3rem;
}
.entry-site-btn {
  top: 35vh;
  right: 1rem;
  width: 15rem;
}
.entry-site-btn .entry-site-img {
  width: 100%;
}
@keyframes heartBeat {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    transform: scale(1.05);
    /*放大1.1倍*/
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.05);
  }
}
.animation-heart-beat {
  animation: heartBeat 3s ease-in-out infinite;
  /* 其它浏览器兼容性前缀 */
  -webkit-animation: heartBeat 3s ease-in-out infinite;
  -moz-animation: heartBeat 3s ease-in-out infinite;
  -ms-animation: heartBeat 3s ease-in-out infinite;
  -o-animation: heartBeat 3s ease-in-out infinite;
}
/************      Footer      ************/
/************      Layer       ************/
body .layui-layer .layui-layer-btn .layui-layer-btn0 {
  border-color: #d82e25;
  background-color: #d82e25;
}
/************      Popup       ************/
.layui-layer-content .feedback-form-wrap {
  flex: 1;
  background: #fff;
  padding: 2rem 4rem;
  border-radius: .5rem;
}
.layui-layer-content .feedback-form-wrap .wrap-title-wrap {
  color: #0da1e1;
  font-size: 2.5rem;
}
.layui-layer-content .feedback-form-wrap .form-wrap .form-item-wrap {
  margin: 2rem 0;
}
.layui-layer-content .feedback-form-wrap .form-wrap .form-item-wrap .input-item-wrap {
  flex: 1;
  overflow: hidden;
  margin-left: 2rem;
  border-radius: .5rem;
  border: 1px solid #ccc;
}
.layui-layer-content .feedback-form-wrap .form-wrap .form-item-wrap .input-item-wrap:first-of-type {
  margin-left: 0;
}
.layui-layer-content .feedback-form-wrap .form-wrap .form-item-wrap .input-item-wrap .input-item {
  border: 0;
  width: 100%;
  height: 3.4rem;
}
.layui-layer-content .feedback-form-wrap .form-wrap .form-item-wrap .input-item-wrap .text-area-item {
  border: 0;
  width: 100%;
  height: 100%;
  height: 8rem;
}
.layui-layer-content .feedback-form-wrap .form-wrap .form-item-wrap .text-area-wrap {
  padding: 1rem 1rem;
}
.layui-layer-content .feedback-form-wrap .form-wrap .form-btn-wrap {
  margin-top: 3rem;
}
.layui-layer-content .feedback-form-wrap .form-wrap .form-btn-wrap .submit-btn-item {
  border: 0;
  color: #fff;
  width: 16rem;
  height: 4rem;
  margin: auto;
  background: #0da1e1;
  border-radius: .5rem;
}
/************      Pages       ************/
.pages-wrap {
  margin: 5rem auto;
}
.pages-wrap ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pages-wrap ul li {
  display: flex;
  margin: 0 1rem;
  font-size: 1.6rem;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
  justify-content: center;
  border: 1px solid #e5e5e5;
}
.pages-wrap ul li.disabled {
  color: #999;
  background: #f8f8f8;
  border-color: #f8f8f8;
}
.pages-wrap ul li.active {
  color: #fff;
  background: #0da1e1;
  border-color: #0da1e1;
}
.pages-wrap ul li span {
  height: auto;
}
.pages-wrap ul li a {
  color: #999;
}
