@charset "UTF-8";
/*
  样式规范表
*/
/* ****首页**** */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/* ******** */
/*
  样式规范表
*/
/* ****首页**** */
/* $fontA_mobile: 70px; */
/* $fontB_mobile: 26px; */
/* $fontC_mobile: 58px; */
/* $fontD_mobile: 22px; */
/* $fontE_mobile: 30px;  */
/* $fontF_mobile: 24px; */
/* $fontG_mobile: 20px; */
/* $fontH_mobile: 14px; */
/* $fontI_mobile: 42px; */
/* $fontJ_mobile: 32px; */
/* $fontK_mobile: 25px;  */
/* $fontL_mobile: 27px;  */
/* $fontM_mobile: 38px; */
/* $fontN_mobile: 28px;  */
/* $fontO: 38px; */
/*  */
/* $marginA_mobile:160px !default; */
/* $marginB_mobile:60px !default; */
/*  */
/*  */
/*  */
/* $widthA_mobile:158px;  */
/* $widthB_mobile:110px;  */
/*  */
/* $heightA_mobile:78px; */
/* $heightB_mobile:430px; */
/* $heightC_mobile:160px;  */
/* $heightD_mobile:172px; */
/* $heightE_mobile:800px;  */
/*  */
/* $radiusA_mobile:25px;  */
/* ******** */
/* 通用字体混入 */
/* 不同板块标题字体混入 */
/* 通用按钮混入 */
/* 通用按钮混入选中 */
/* PC端下内容容器 */
.company .banner {
  padding: 100px 0;
  text-align: center;
}

.company .banner .en {
  font-size: 88px;
  font-weight: bold;
  color: rgba(51, 51, 51, 0);
  line-height: 32px;
  opacity: 0.1;
  -webkit-text-stroke: 1px #000000;
  text-stroke: 1px #000000;
  text-transform: Uppercase;
}

.company .banner .cn {
  font-size: 38px;
  font-weight: bold;
  color: #333333;
  line-height: 32px;
}

.company .content {
  /* width: $width; */
  /* max-width: $min-width; */
  width: 80%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 0;
  margin-bottom: 110px;
}

@media screen and (max-width: 1400px) {
  .company .content {
    width: 100%;
    max-width: 80%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1100px) {
  .company .content {
    width: 100%;
    max-width: 90%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 800px) {
  .company .content {
    width: 100%;
    max-width: auto;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.company .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.company .content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 70px 65px 50px;
}

.company .content ul li:nth-child(even) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding: 50px 50px 65px 70px;
}

.company .content ul li:nth-of-type(n+3) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.company .content ul li .describe {
  position: relative;
  padding-bottom: 60px;
}

.company .content ul li .describe h4 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 23px;
}

.company .content ul li .describe p {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  text-align: justify;
  max-width: 310px;
}

.company .content ul li .describe .link {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 37px;
  height: 37px;
  background: #D1D1D1 url("/themes/website/2/zh/chuanmeibu/static/images/company/link.png") no-repeat center;
  border-radius: 50%;
}

.company .content ul li .logo {
  margin: 24px 0 0 70px;
}

.company .content ul:last-child {
  /* border-top: 1px solid rgba(0, 0, 0, .1); */
}

.company .content ul:last-child li {
  padding-top: 65px;
  padding-bottom: 50px;
}
/*# sourceMappingURL=company.css.map */