@media screen and (min-width: 1200px) {
  .banner {
    margin-top: -70px;
    position: relative;
  }
  .banner img {
    width: 100%;
    height: auto;
  }
  .banner .intro {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 412px;
    height: 94px;
    text-align: center;
  }
  .banner .intro p {
    font-family: "Auraka光荣日字体";
    margin-bottom: 8px;
    font-size: 52px;
    color: #FFFFFF;
  }
  .banner .intro .en {
    display: flex;
    align-items: center;
  }
  .banner .intro .en .line {
    display: inline-block;
    width: 100px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
  }
  .banner .intro .en .content {
    margin: 0 10px;
    font-size: 18px;
    color: #FFFFFF;
  }
  .businessType {
    margin: 0 auto 60px;
    width: 1200px;
    box-sizing: border-box;
  }
  .businessType .title {
    position: relative;
    font-size: 30px;
    line-height: 42px;
    color: #333333;
    text-align: center;
    margin-bottom: 62px;
    margin-top: 60px;
  }
  .businessType .title::after {
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: 30px;
    height: 4px;
    background: #677EB8;
  }
  .businessType .content{
    display: flex;
  }
  .businessType .content ul {
    width: 600px;
    flex-wrap: wrap;
    border-right: #CDCDCD 1px dashed;
  }
  .businessType .content ul:last-child {
    border-right: none;
  }
  .businessType .content ul li {
    width: 530px;
    box-sizing: border-box;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .businessType .content ul:last-child li {
    margin-left: auto;
  }
  .businessType .content ul li .head {
    font-family: "Auraka光荣日字体";
    margin-bottom: 18px;
    position: relative;
    font-size: 24px;
    line-height: 28px;
    color: #666666;
  }
  .businessType .content ul li .head::after {
    position: absolute;
    bottom: -6px;
    left: 0;
    content: '';
    width: 22px;
    height: 2px;
    background: #677EB8;
  }
  .businessType .content ul li .body {
    margin-bottom: 20px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
  }
  .businessType .content ul li .bottom {
    display: flex;
    justify-content: left;
    align-items: center;
    cursor: pointer;
  }
  .businessType .content ul li .bottom span {
    margin-right: 16px;
    font-size: 12px;
    line-height: 17px;
    color: #333;
  }
  .businessType .content ul li .bottom img {
    width: 20px;
    height: 20px;
  }
  .businessType .content ul li .bottom .blueSkip {
    display: none;
  }
  .businessType .content ul .moreType {
    padding: 22px 0 22px 0;
    border: 1px solid #d6d6d6;
    text-align: center;
  }
  .businessType .content ul .moreType a .head {
    margin-bottom: 26px;
    font-size: 24px;
    line-height: 28px;
    color: #333333;
  }
  .businessType .content ul .moreType a .head::after {
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: 22px;
    height: 2px;
    background: #677EB8;
  }
  .businessType .content ul .moreType a .bottom {
    display: flex;
    justify-content: center;
  }
  .businessType .content ul .moreType a .bottom span {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
  }
  .businessType .content ul .moreType a .bottom img {
    position: relative;
    right: 0;
    width: 20px;
    height: 20px;
  }
  .businessType .content ul .moreType a .bottom .blueSkip {
    display: none;
  }
  .industryType {
    background-image: url(../img/majorArea/img-行业类型bg@2x.png);
    background-size: contain;
    overflow: hidden;
    padding: 50px 0;
  }
  .industryType .bgImg {
    width: 100%;
    height: 976px;
  }
  .industryType .intro {
    top: 0;
    width: 100%;
  }
  .industryType .intro .title {
    position: relative;
    font-size: 30px;
    line-height: 42px;
    color: #333333;
    text-align: center;
    margin-bottom: 42px;
  }
  .industryType .intro .title::after {
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: 30px;
    height: 4px;
    background: #677EB8;
  }
  .industryType .intro .content {
    width: 1198px;
    margin: 0 auto;
  }
  .industryType .intro .content ul {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin-right: -23px;
  }
  .industryType .intro .content ul li {
    margin: 0 23px 23px 0;
    width: 384px;
    height: 384px;
    background: #fff;
  }
  .industryType .intro .content ul li .imgBox {
    width: 384px;
    height: 320px;
    overflow: hidden;
  }
  .industryType .intro .content ul li .imgBox img {
    width: 384px;
    height: 320px;
    transform: scale();
  }
  .industryType .intro .content ul li .bottom {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 64px;
    padding: 0 30px;
  }
  .industryType .intro .content ul li .bottom span {
    font-family: "Auraka光荣日字体";
    font-size: 24px;
    line-height: 28px;
    color: #333333;
  }
  .industryType .intro .content ul li .bottom img {
    width: 20px;
    height: 20px;
  }
  .industryType .intro .content ul li .bottom .blueSkip {
    display: none;
  }
  .industryType .intro .content ul .moreType {
    padding: 135px 0;
    height: 384px;
    border: 1px solid #d6d6d6;
    text-align: center;
    box-sizing: border-box;
  }
  .industryType .intro .content ul .moreType .head {
    position: relative;
    margin-bottom: 46px;
    font-size: 36px;
    line-height: 40px;
    color: #333333;
    font-family: "Auraka光荣日字体";
  }
  .industryType .intro .content ul .moreType .head::after {
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: 22px;
    height: 2px;
    background: #677EB8;
  }
  .industryType .intro .content ul .moreType .view {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
  }
  .industryType .intro .content ul .moreType .view span {
    margin-right: 12px;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
  }
  .industryType .intro .content ul .moreType .view img {
    position: relative;
    right: 0;
    width: 20px;
    height: 20px;
  }
  .industryType .intro .content ul .moreType .view .blueSkip {
    display: none;
  }
  .caseConsult {
    position: relative;
  }
  .caseConsult .bgImg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 260px;
    z-index: -1;
  }
  .caseConsult .consultBox {
    padding: 48px 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .caseConsult .consultBox a {
    text-align: center;
  }
  .caseConsult .consultBox a .consult {
    margin-bottom: 16px;
    width: 60px;
    height: 60px;
  }
  .caseConsult .consultBox a p {
    font-family: "Auraka光荣日字体";
    margin-bottom: 22px;
    font-size: 36px;
    line-height: 40px;
    color: #333333;
  }
  .caseConsult .consultBox a img {
    width: 24px;
    height: 24px;
  }
  .caseConsult .consultBox a .blueSkip {
    display: none;
  }
  .load_more{
    display: flex;
    justify-content: center;
  }
  .load_more .load_btn{
    margin-top: 30px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 48px;
    border: 1px solid rgba(221,221,221,1);
    border-radius: 4px;
    cursor: pointer;
  }
  .load_more .load_btn span{
    font-size: 16px;
    color: #666666;
  }
  .load_more .load_btn .blackSkip{
    margin-left: 20px;
    display: flex;
  }
  .load_more .load_btn .blueSkip{
    margin-left: 20px;
    display: none;
  }
  .load_more .load_btn:hover{
    border: 1px solid #4C7CC9;
  }
  .load_more .load_btn:hover span{
    color: #4C7CC9;
  }
  .load_more .load_btn:hover .blackSkip{
    display: none;
  }
  .load_more .load_btn:hover .blueSkip{
    display: flex;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .banner {
    margin-top: calc(-0.8 * 70px);
    position: relative;
    z-index: -1;
  }
  .banner img {
    object-fit: cover;
    width: 100%;
    height: auto;
  }
  .banner .intro {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(0.7 * 412px);
    height: calc(0.7 * 94px);
    text-align: center;
  }
  .banner .intro p {
    font-family: "Auraka光荣日字体";
    margin-bottom: calc(0.7 * 8px);
    font-size: calc(0.7 * 52px);
    color: #FFFFFF;
  }
  .banner .intro .en {
    display: flex;
    align-items: center;
  }
  .banner .intro .en .line {
    display: inline-block;
    width: calc(0.7 * 100px);
    height: 2px;
    border-radius: 1px;
    background: #fff;
  }
  .banner .intro .en .content {
    margin: 0 calc(0.7 * 10px);
    font-size: calc(0.7 * 18px);
    color: #FFFFFF;
  }
  .businessType {
    padding: calc(0.8 * 70px) 0 calc(0.8 * 56px) 0;
    margin: 0 auto;
    width: calc(100vw - 48px);
  }
  .businessType .title {
    position: relative;
    font-size: calc(0.8 * 30px);
    line-height: calc(0.8 * 42px);
    color: #333333;
    text-align: center;
    margin-bottom: calc(0.8 * 62px);
    margin-top: calc(0.8 * 60px);
  }
  .businessType .title::after {
    position: absolute;
    bottom: calc(-0.8 * 14px);
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: calc(0.8 * 30px);
    height: calc(0.8 * 4px);
    background: #677EB8;
  }
  .businessType .content {
    display: flex;
    width: calc(100vw - 48px);
  }
  .businessType .content ul {
    width: 50%;
    flex-wrap: wrap;
    border-right: #CDCDCD 1px dashed;
  }
  .businessType .content ul:last-child {
    border-right: none;
  }
  .businessType .content ul li {
    width: calc(50vw - 48px);
    box-sizing: border-box;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .businessType .content ul:last-child li {
    margin-left: auto;
  }
  .businessType .content ul li .head {
    font-family: "Auraka光荣日字体";
    margin-bottom: calc(1 * 18px);
    position: relative;
    font-size: calc(1 * 24px);
    line-height: calc(1 * 28px);
    color: #666666;
  }
  .businessType .content ul li .head::after {
    position: absolute;
    bottom: calc(-1 * 6px);
    left: 0;
    content: '';
    width: calc(1 * 22px);
    height: 2px;
    background: #677EB8;
  }
  .businessType .content ul li .body {
    margin-bottom: calc(1 * 20px);
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: calc(1 * 14px);
    line-height: calc(1 * 18px);
    color: #666666;
  }
  .businessType .content ul li .bottom {
    display: flex;
    justify-content: left;
    align-items: center;
    cursor: pointer;
  }
  .businessType .content ul li .bottom span {
    margin-right: calc(1 * 16px);
    font-size: calc(1 * 12px);
    line-height: calc(1 * 17px);
    color: #333;
  }
  .businessType .content ul li .bottom img {
    width: calc(1 * 20px);
    height: calc(1 * 20px);
  }
  .businessType .content ul li .bottom .blueSkip {
    display: none;
  }
  .businessType .content ul .moreType {
    padding: calc(1 * 22px) 0 22px 0;
    border: 1px solid #d6d6d6;
    text-align: center;
  }
  .businessType .content ul .moreType .head {
    margin-bottom: calc(1 * 26px);
    font-size: calc(1 * 24px);
    line-height: calc(1 * 28px);
    color: #333333;
  }
  .businessType .content ul .moreType .head::after {
    position: absolute;
    bottom: calc(-1 * 8px);
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: calc(1 * 22px);
    height: 2px;
    background: #677EB8;
  }
  .businessType .content ul .moreType .bottom {
    display: flex;
    justify-content: center;
  }
  .businessType .content ul .moreType .bottom span {
    font-size: calc(1 * 16px);
    line-height: calc(1 * 22px);
    color: #333333;
  }
  .businessType .content ul .moreType .bottom img {
    position: relative;
    right: 0;
    width: calc(1 * 20px);
    height: calc(1 * 20px);
  }
  .businessType .content ul .moreType .bottom .blueSkip {
    display: none;
  }
  .industryType {
    background-image: url(../img/majorArea/img-行业类型bg@2x.png);
    background-size: cover;
    padding: calc(0.8 * 50px) 0;
  }
  .industryType .bgImg {
    width: 100%;
    height: calc(1.3*976px);
  }
  .industryType .intro {
    top: 0;
    width: 100%;
  }
  .industryType .intro .title {
    position: relative;
    font-size: calc(0.8 * 30px);
    line-height: calc(0.8 * 42px);
    color: #333333;
    text-align: center;
    margin-bottom: calc(0.8 * 42px);
    margin-top: calc(0.8 * 50px);
  }
  .industryType .intro .title::after {
    position: absolute;
    bottom: calc(-0.8 * 14px);
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: calc(0.8 * 30px);
    height: calc(0.8 * 4px);
    background: #677EB8;
  }
  .industryType .intro .content {
    width: 768px;
    margin: 0 auto;
  }
  .industryType .intro .content ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .industryType .intro .content ul li {
    margin: 0 calc(0.9 * 23px) calc(0.9 * 23px) 0;
    width: calc(0.9 * 384px);
    height: calc(0.9 * 384px);
    background: #fff;
  }
  .industryType .intro .content ul li .imgBox {
    width: calc(0.9 * 384px);
    height: calc(0.9 * 320px);
    overflow: hidden;
  }
  .industryType .intro .content ul li .imgBox img {
    width: calc(0.9 * 384px);
    height: calc(0.9 * 320px);
    transform: scale();
  }
  .industryType .intro .content ul li .bottom {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: calc(0.9 * 64px);
    padding: 0 30px;
  }
  .industryType .intro .content ul li .bottom span {
    font-family: "Auraka光荣日字体";
    font-size: calc(0.9 * 24px);
    line-height: calc(0.9 * 28px);
    color: #333333;
  }
  .industryType .intro .content ul li .bottom img {
    width: calc(0.9 * 20px);
    height: calc(0.9 * 20px);
  }
  .industryType .intro .content ul li .bottom .blueSkip {
    display: none;
  }
  .industryType .intro .content ul .moreType {
    padding: calc(0.9 * 135px) 0;
    height: calc(0.9 * 384px);
    border: 1px solid #d6d6d6;
    text-align: center;
    box-sizing: border-box;
  }
  .industryType .intro .content ul .moreType .head {
    position: relative;
    margin-bottom: calc(0.9 * 46px);
    font-size: calc(0.9 * 36px);
    line-height: calc(0.9 * 40px);
    color: #333333;
    font-family: "Auraka光荣日字体";
  }
  .industryType .intro .content ul .moreType .head::after {
    position: absolute;
    bottom: calc(-0.9 * 8px);
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: calc(0.9 * 22px);
    height: 2px;
    background: #677EB8;
  }
  .industryType .intro .content ul .moreType .view {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
  }
  .industryType .intro .content ul .moreType .view span {
    margin-right: calc(0.9 * 12px);
    font-size: calc(0.9 * 16px);
    line-height: calc(0.9 * 22px);
    color: #333333;
  }
  .industryType .intro .content ul .moreType .view img {
    position: relative;
    right: 0;
    width: calc(0.9 * 20px);
    height: calc(0.9 * 20px);
  }
  .industryType .intro .content ul .moreType .view .blueSkip {
    display: none;
  }
  .caseConsult {
    position: relative;
  }
  .caseConsult .bgImg {
    position: absolute;
    top: 0;
    width: 100%;
    height: calc(0.8 * 260px);
    z-index: -1;
  }
  .caseConsult .consultBox {
    padding: calc(0.8 * 48px) 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .caseConsult .consultBox a {
    text-align: center;
  }
  .caseConsult .consultBox a .consult {
    margin-bottom: calc(0.8 * 16px);
    width: calc(0.8 * 60px);
    height: calc(0.8 * 60px);
  }
  .caseConsult .consultBox a p {
    font-family: "Auraka光荣日字体";
    margin-bottom: calc(0.8 * 22px);
    font-size: calc(0.8 * 36px);
    line-height: calc(0.8 * 40px);
    color: #333333;
  }
  .caseConsult .consultBox a img {
    width: calc(0.8 * 24px);
    height: calc(0.8 * 24px);
  }
  .caseConsult .consultBox a .blueSkip {
    display: none;
  }
  .load_more{
    display: flex;
    justify-content: center;
  }
  .load_more .load_btn{
    margin-top: calc(0.8*30px);
    margin-bottom: calc(0.8*50px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(0.8*190px);
    height: calc(0.8*48px);
    border: 1px solid rgba(221,221,221,1);
    border-radius: 4px;
    cursor: pointer;
  }
  .load_more .load_btn span{
    font-size: calc(0.8*16px);
    color: #666666;
  }
  .load_more .load_btn .blackSkip{
    margin-left: calc(0.8*20px);
    display: flex;
  }
  .load_more .load_btn .blueSkip{
    margin-left: calc(0.8*20px);
    display: none;
  }
  .load_more .load_btn:hover{
    border: 1px solid #4C7CC9;
  }
  .load_more .load_btn:hover span{
    color: #4C7CC9;
  }
  .load_more .load_btn:hover .blackSkip{
    display: none;
  }
  .load_more .load_btn:hover .blueSkip{
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    margin-top: calc(-0.7 * 70px);
    position: relative;
  }
  .banner img {
    object-fit: cover;
    width: 100%;
    height: 240px;
  }
  .banner .intro {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(0.5 * 412px);
    height: calc(0.5 * 94px);
    text-align: center;
  }
  .banner .intro p {
    font-family: "Auraka光荣日字体";
    margin-bottom: calc(0.5 * 8px);
    font-size: calc(0.5 * 52px);
    color: #FFFFFF;
  }
  .banner .intro .en {
    display: flex;
    align-items: center;
  }
  .banner .intro .en .line {
    display: inline-block;
    width: calc(0.5 * 100px);
    height: 2px;
    border-radius: 1px;
    background: #fff;
  }
  .banner .intro .en .content {
    margin: 0 calc(0.5 * 10px);
    font-size: calc(0.5 * 18px);
    color: #FFFFFF;
  }
  .businessType {
    padding: calc(0.2*70px) 0 calc(0.2*56px) 0;
    margin: 0 auto;
    width: calc(100vw - 24px);
  }
  .businessType .title {
    position: relative;
    font-size: calc(0.8*30px);
    line-height: calc(0.8*42px);
    color: #333333;
    text-align: center;
    margin-bottom: calc(0.4*62px);
    margin-top: calc(0.4 * 60px);
  }
  .businessType .title::after {
    position: absolute;
    bottom: calc(-0.8*14px);
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: calc(0.8*30px);
    height: calc(0.8*4px);
    background: #677EB8;
  }
  .businessType .content ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .businessType .content ul li {
    width: calc(100vw - 24px);
    margin-bottom: calc(0.8 * 36px);
  }
  .businessType .content ul li .head {
    font-family: "Auraka光荣日字体";
    margin-bottom: calc(0.8 * 18px);
    position: relative;
    font-size: calc(0.8 * 24px);
    line-height: calc(0.8 * 28px);
    color: #666666;
  }
  .businessType .content ul li .head::after {
    position: absolute;
    bottom: calc(-0.8 * 6px);
    left: 0;
    content: '';
    width: calc(0.8 * 22px);
    height: 2px;
    background: #677EB8;
  }
  .businessType .content ul li .body {
    margin-bottom: calc(0.8 * 20px);
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: calc(0.8 * 14px);
    line-height: calc(0.8 * 18px);
    color: #666666;
  }
  .businessType .content ul li .bottom {
    display: flex;
    justify-content: left;
    align-items: center;
    cursor: pointer;
  }
  .businessType .content ul li .bottom span {
    margin-right: calc(0.8 * 16px);
    font-size: calc(0.8 * 12px);
    line-height: calc(0.8 * 17px);
    color: #333;
  }
  .businessType .content ul li .bottom img {
    width: calc(0.6 * 20px);
    height: calc(0.6 * 20px);
  }
  .businessType .content ul li .bottom .blueSkip {
    display: none;
  }
  .businessType .content ul .moreType {
    padding: calc(0.8 * 22px) 0;
    border: 1px solid #d6d6d6;
    text-align: center;
  }
  .businessType .content ul .moreType .head {
    margin-bottom: calc(0.8 * 26px);
    font-size: calc(0.8 * 24px);
    line-height: calc(0.8 * 28px);
    color: #333333;
  }
  .businessType .content ul .moreType .head::after {
    position: absolute;
    bottom: calc(-0.8 * 8px);
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: calc(0.8 * 22px);
    height: 2px;
    background: #677EB8;
  }
  .businessType .content ul .moreType .bottom {
    display: flex;
    justify-content: center;
  }
  .businessType .content ul .moreType .bottom span {
    font-size: calc(0.8 * 16px);
    line-height: calc(0.8 * 22px);
    color: #333333;
  }
  .businessType .content ul .moreType .bottom img {
    position: relative;
    right: 0;
    width: calc(0.8 * 20px);
    height: calc(0.8 * 20px);
  }
  .businessType .content ul .moreType .bottom .blueSkip {
    display: none;
  }
  .industryType {
    background-image: url(../img/majorArea/img-行业类型bg@2x.png);
    background-size: cover;
    padding: calc(0.4 * 50px) 0;
  }
  .industryType .intro {
    top: 0;
    width: 100%;
  }
  .industryType .intro .title {
    position: relative;
    font-size: calc(0.8 * 30px);
    line-height: calc(0.8 * 42px);
    color: #333333;
    text-align: center;
    margin-bottom: calc(0.6 * 42px);
  }
  .industryType .intro .title::after {
    position: absolute;
    bottom: calc(-0.8 * 14px);
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: calc(0.8 * 30px);
    height: calc(0.8 * 4px);
    background: #677EB8;
  }
  .industryType .intro .content {
    width: calc(100vw - 48px);
    margin: 0 auto;
  }
  .industryType .intro .content ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .industryType .intro .content ul li {
    margin: 0 0 calc(0.65*23px) 0;
    width: calc(0.65*384px);
    height: calc(0.65*384px);
    background: #fff;
  }
  .industryType .intro .content ul li .imgBox {
    width: calc(0.65*384px);
    height: calc(0.65*320px);
    overflow: hidden;
  }
  .industryType .intro .content ul li .imgBox img {
    width: calc(0.65*384px);
    height: calc(0.65*320px);
    transform: scale();
  }
  .industryType .intro .content ul li .bottom {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: calc(0.65*64px);
    padding: 0 30px;
  }
  .industryType .intro .content ul li .bottom span {
    font-family: "Auraka光荣日字体";
    font-size: calc(0.65*24px);
    line-height: calc(0.65*28px);
    color: #333333;
  }
  .industryType .intro .content ul li .bottom img {
    width: calc(0.65*20px);
    height: calc(0.65*20px);
  }
  .industryType .intro .content ul li .bottom .blueSkip {
    display: none;
  }
  .industryType .intro .content ul .moreType {
    padding: calc(0.65*135px) 0;
    height: calc(0.65*384px);
    border: 1px solid #d6d6d6;
    text-align: center;
    box-sizing: border-box;
  }
  .industryType .intro .content ul .moreType .head {
    position: relative;
    margin-bottom: calc(0.65*46px);
    font-size: calc(0.65*36px);
    line-height: calc(0.65*40px);
    color: #333333;
    font-family: "Auraka光荣日字体";
  }
  .industryType .intro .content ul .moreType .head::after {
    position: absolute;
    bottom: calc(-0.65*8px);
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: calc(0.65*22px);
    height: 2px;
    background: #677EB8;
  }
  .industryType .intro .content ul .moreType .view {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
  }
  .industryType .intro .content ul .moreType .view span {
    margin-right: calc(0.65*12px);
    font-size: calc(0.65*16px);
    line-height: calc(0.65*22px);
    color: #333333;
  }
  .industryType .intro .content ul .moreType .view img {
    position: relative;
    right: 0;
    width: calc(0.65*20px);
    height: calc(0.65*20px);
  }
  .industryType .intro .content ul .moreType .view .blueSkip {
    display: none;
  }
  .caseConsult {
    position: relative;
  }
  .caseConsult .bgImg {
    position: absolute;
    top: 0;
    width: 100%;
    height: calc(0.6 * 260px);
    z-index: -1;
  }
  .caseConsult .consultBox {
    padding: calc(0.6 * 48px) 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .caseConsult .consultBox a {
    text-align: center;
  }
  .caseConsult .consultBox a .consult {
    margin-bottom: calc(0.6 * 16px);
    width: calc(0.6 * 60px);
    height: calc(0.6 * 60px);
  }
  .caseConsult .consultBox a p {
    font-family: "Auraka光荣日字体";
    margin-bottom: calc(0.6 * 22px);
    font-size: calc(0.6 * 36px);
    line-height: calc(0.6 * 40px);
    color: #333333;
  }
  .caseConsult .consultBox a img {
    width: calc(0.6 * 24px);
    height: calc(0.6 * 24px);
  }
  .caseConsult .consultBox a .blueSkip {
    display: none;
  }
  .load_more{
    display: flex;
    justify-content: center;
  }
  .load_more .load_btn{
    margin-top: calc(0.6*30px);
    margin-bottom: calc(0.6*50px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(0.6*190px);
    height: calc(0.6*48px);
    border: 1px solid rgba(221,221,221,1);
    border-radius: 4px;
    cursor: pointer;
  }
  .load_more .load_btn span{
    font-size: calc(0.6*16px);
    color: #666666;
  }
  .load_more .load_btn .blackSkip{
    margin-left: calc(0.6*20px);
    display: flex;
  }
  .load_more .load_btn .blueSkip{
    margin-left: calc(0.6*20px);
    display: none;
  }
  .load_more .load_btn:hover{
    border: 1px solid #4C7CC9;
  }
  .load_more .load_btn:hover span{
    color: #4C7CC9;
  }
  .load_more .load_btn:hover .blackSkip{
    display: none;
  }
  .load_more .load_btn:hover .blueSkip{
    display: flex;
  }
}
