@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("../AppTheme/webcont/image/search.png") no-repeat;
  background: contain;
}

.head-link a.tel-btn {
  background: url("../AppTheme/webcont/image/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;
}

html {
  font-size: 14px;
  font-family: 'Microfot Yahei', Arial, Helvetica, 'Microfot Yahei', sans-serif;
}

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

.Introduction-founder-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding-bottom: 3rem;
}

.Introduction-founder-box .img-box {
  width: 35.9%;
}

.Introduction-founder-box .info-detail {
  width: calc(100% - 35.9%);
}

.Introduction-founder-box .info-detail .item {
  padding: 1rem 3rem;
}

.Introduction-founder-box .info-detail .item:hover {
  background: #f9fafc;
}

.Introduction-founder-box .info-detail .item:hover h3 {
  color: #bb0942;
}

.Introduction-founder-box .info-detail .item h3 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  text-align: left;
  padding-left: 3.5rem;
  background: url("../imgs/founder/line.png") no-repeat left center;
  margin-bottom: 1.5rem;
}

.Introduction-founder-box .info-detail .item .lead1 {
  line-height: 48px;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  text-indent: 0 !important;
  margin-top: 0.71429rem;
  padding: 0 0.5rem 0 0.5rem;
}

.Introduction-founder-box .info-detail .item .lead2 {
  padding: 0 2.5rem 0 0;
}

.process-box {
  width: 100%;
  background: #fff;
}

.process-box .img-box {
  max-width: 1400px;
  margin: 0 auto;
}

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

.list-honor-img-box {
  margin-top: 2.2rem;
}

.list-honor-img-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 34px;
  margin: 0 auto;
}

.list-honor-img-box ul li {
  position: relative;
  list-style-type: none;
  width: calc(33.33333% - 1px);
  min-height: 12.92857rem;
  padding: 0;
}

.list-honor-img-box ul li img {
  width: calc(100% - 1px);
}

.list-honor-img-box ul li label {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1.5rem;
  text-align: center;
  color: #FFF;
  padding-bottom: 15px;
}

.list-honor-img-box2 {
  background: #fff;
}

.list-honor-img-box2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 1rem 0;
}

.list-honor-img-box2 ul li {
  position: none;
  list-style-type: none;
  width: 19.9%;
  min-height: 11.85714rem;
}

.list-honor-img-box2 ul li label {
  padding-top: 0.5rem;
  color: #999;
}

.list-honor-img-box2 ul li .img-box {
  overflow: hidden;
}

.list-honor-img-box2 ul li .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;
}

.list-honor-img-box2 ul li .img-box img:hover {
  transform: scale(1.1, 1.1);
}

.founder-info-box,
.ana-box {
  width: 100%;
  padding-bottom: 6.5rem;
  background: #f7f8fa;
}

.founder-info-box .cy-detail {
  padding: 20px;
  background: #fff;
}

.founder-info-box .lead1 {
  font-family: Microsoft YaHei;
  line-height: 48px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #333;
  text-indent: 2em;
  margin-top: 0.71429rem;
  padding: 0 1rem 0 1rem;
}

.founder-info-box .green {
  color: #009b4c;
}

/* 公司简介详情图标 */
.company-profile-details {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 20px 0 20px 0;
}

.company-profile-details .item {
  display: flex;
  justify-content: start;
  align-items: center;
  justify-content: center;
  width: 33.333%;
  text-align: left;
}

.company-profile-details .item .icon-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 5px;
  width: 46px;
  height: 60px;
  text-align: center;
}

.company-profile-details .item .font-item {
  margin: 0 15px;
  box-sizing: border-box;
  color: #009b4c;
}

.company-profile-details .item .font-item div {
  height: 20px;
  line-height: 20px;
  font-size: 1.125rem;
  font-family: Microsoft YaHei;
}

.company-profile-details .item .font-item .font-num {
  font-size: 1.5rem;
}

.title-container {
  display: flex;
  justify-content: space-between;
}

.title-container .title {
  width: 97%;
  padding: 80px 0 40px 60px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 2.25rem;
  color: #333333;
  line-height: 60px;
  text-align: center;
}

.title-container .more-news {
  width: 3%;
  padding-top: 92px;
}

.themed-grid-col {
  display: flex;
  justify-content: space-between;
}

.themed-grid-col .common-title-name {
  width: 97%;
  margin-top: 3rem;
  padding: 1.5rem 0.5rem !important;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 2.25rem;
  color: #333333;
  line-height: 3.5rem;
  text-align: center;
}

.themed-grid-col .more-news {
  width: 3%;
  padding-top: 92px;
}

.news-layer {
  background: #fff;
}

.news-list {
  width: 100%;
}

.news-list li {
  display: block;
  width: 100%;
  list-style-type: none;
}

.news-list li a {
  text-decoration: none;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
}

.news-list li a:hover {
  text-decoration: none;
}

.news-list li .news-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  margin: 0 auto;
}

.news-list li .news-box:hover {
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
}

.news-list li .news-box:hover .date {
  font-weight: bold;
  color: #bb0942;
}

.news-list li .news-box:hover .date h3 {
  font-weight: bold;
  color: #bb0942;
}

.news-list li .news-box:hover .info h3 {
  font-weight: bold;
  color: #bb0942;
}

.news-list li .news-box .card {
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.2);
}

.news-list li .news-box .date {
  width: 18%;
  line-height: 3rem;
  color: #666666;
}

.news-list li .news-box .date h3 {
  font-size: 24px;
  font-weight: bold;
}

.news-list li .news-box .date span {
  font-size: 18px;
}

.news-list li .news-box .info {
  width: 82%;
  text-align: left;
  padding-left: 30px;
  border-left: 1px solid #ebebeb;
}

.news-list li .news-box .info h3 {
  line-height: 2rem;
  color: #000;
  font-size: 18px;
  padding-bottom: 10px;
}

.news-list li .news-box .info p {
  width: 100%;
  height: 4.28571rem;
  line-height: 30px;
  font-size: 14px;
  color: #999;
  padding: 0;
  border: none;
  overflow: hidden;
}

.ana-box {
  background: #dfd7d1 url("../imgs/founder/bg1.jpg") no-repeat center top;
}

.ana-box .carousel-inner {
  overflow: visible;
}

.ana-box ul li {
  width: 335px;
  margin-right: 20px;
}

.ana-box .ana-name {
  display: inline-block;
  padding: 0 0 1rem 0 !important;
  margin: 6rem 0 2rem 0;
  background: url("../imgs/founder/title_line.png") no-repeat bottom center;
}

.ana-box .user-img {
  position: absolute;
  top: 6rem;
  right: 1.2rem;
  width: 4.28571rem;
  height: 4.28571rem;
  border-radius: 50%;
}

.ana-box .card {
  transition: all .2s ease;
}

.ana-box .card:hover {
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  transform: translate3d(0, -10px, 0);
}

@media screen and (max-width: 70.85571rem) {
  .ana-box .card {
    margin-top: 1rem;
  }
}

.ana-box .card-body {
  line-height: 2rem;
  font-size: 16px;
  color: #333;
  text-align: left;
  padding: 3rem 1.5rem 2rem 1.5rem;
}

.ana-box .comma {
  width: 100%;
  height: 2rem;
  margin-bottom: 2rem;
  background: url("../imgs/founder/comma.png") no-repeat 92% bottom;
}

.ana-box .btn-box {
  position: relative;
  width: 100%;
  margin: 0 atuo;
}

.ana-box .btn-box .carousel-control-prev,
.ana-box .btn-box .carousel-control-next {
  top: auto;
  bottom: -3rem;
  padding: 0 2%;
}

.ana-box .btn-box .carousel-control-next {
  right: 45%;
}

.ana-box .btn-box .carousel-control-prev {
  left: 45%;
}

@media screen and (max-width: 991.98px) {
  .container {
    padding: 0 1.5rem;
  }
  .Introduction-founder-box {
    flex-wrap: wrap;
  }
  .Introduction-founder-box .img-box,
  .Introduction-founder-box .info-detail {
    width: 100%;
  }
  .Introduction-founder-box .info-detail .item {
    padding: 1rem;
  }
  .Introduction-founder-box .info-detail .item p.lead1 {
    line-height: 2.5rem;
    font-size: 1.3rem;
  }
  .Introduction-founder-box .list-honor-img-box {
    padding: 0;
    margin-top: 0;
  }
  .Introduction-founder-box .list-honor-img-box li {
    width: 100%;
  }
  .list-honor-img-box2 {
    background: #fff;
  }
  .list-honor-img-box2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 1rem 0;
  }
  .list-honor-img-box2 ul li {
    width: 100%;
    min-height: auto;
  }
  .process-box {
    padding: 0 1.5rem;
  }
  .list-honor-img-box ul {
    flex-wrap: wrap;
    padding: 0;
  }
  .list-honor-img-box ul li {
    width: 100%;
    margin-top: 1rem;
  }
  .news-layer .col-md-6 {
    padding: 0 !important;
  }
  .news-layer .p-4 {
    padding: 0 !important;
  }
  .news-list li .news-box {
    position: relative;
    flex-wrap: wrap;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .news-list li .news-box .date {
    width: 100%;
    text-align: left;
  }
  .news-list li .news-box .info {
    width: 100%;
    padding: 0;
    border: none;
  }
  .news-list li .news-box::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-bottom: 1px solid #c8c7cc;
    -webkit-transform: scaleY(0.5);
    -webkit-transform-origin: 0 0;
  }
  .news-list li:last-child {
    margin-bottom: 2rem;
  }
  .founder-info-box .common-title-name {
    margin-top: 0;
  }
  .founder-info-box .row {
    flex-wrap: wrap;
  }
  .founder-info-box .col-md-7,
  .founder-info-box .col-md-5 {
    width: 100%;
  }
  .founder-info-box .list-honor-img-box ul {
    flex-wrap: wrap;
  }
  .founder-info-box .list-honor-img-box ul li {
    width: 100% !important;
  }
  .founder-info-box .list-honor-img-box ul li:hover {
    transform: translateY(-50%) scale(1.05);
  }
  .founder-info-box .lead1 {
    line-height: 2.5rem;
  }
  .col-md-7 {
    padding: 0;
  }
  .info-detail {
    width: 100%;
    margin-top: 1rem;
  }
  .cy-detail {
    margin-bottom: 1rem;
  }
  .lead1 {
    line-height: 2.5rem;
    padding-left: 0;
    font-size: 1.4rem;
    text-indent: 0;
  }
  .lead2 {
    padding-right: 0;
  }
}
