@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端下内容容器 */
@media screen and (max-width: 1050px) {
  .company .content {
    /* width: $width; */
    /* max-width: $min-width; */
    width: 80%;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 20px;
  }
}

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

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

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

@media screen and (max-width: 1050px) {
  .company .content ul li {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    width: 100%;
  }
}
/*# sourceMappingURL=company_ipad.css.map */