@import'./common.css';
@import'./footer.css';

#qywx-header.fit-big-img-bg {
    background-size: 2500px 420px;
}

#qywx-introduce1.fit-big-img-bg {
    background-size: 2500px 534px;
}

#qywx-introduce2.fit-big-img-bg {
    background-size: 2500px 634px;
}

#qywx-introduce3.fit-big-img-bg {
    background-size: 2500px 600px;
}

#qywx-introduce4.fit-big-img-bg {
    background-size: 2500px 465px;
}

.how-synergism-card-top {
    width: 100%;
    height: 168px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.how-synergism-card-bottom {
    width: 100%;
    height: 272px;
}

.white-blank {
    width: 24px;
    height: 4px;
    background: #ffffff;
    margin: 11px 0 14px;
}

#qywx-header {
    width: 100%;
    height: 420px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.qywx-header-btns {
    padding-top: 250px;
}

.qywx-header-btn {
    width: 212px;
    height: 45px;
    background-size: 212px 45px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
    float: left;
}

#qywx-introduce1 {
    width: 100%;
    height: 534px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding-top: 41px;
}

.qywx-introduce-title {
    font-size: 30px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #2E3033;
    line-height: 42px;
    text-align: center;
}

.qywx-introduce1-content {
    width: 1140px;
    height: 350px;
    background-size: 1140px 350px;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 34px;
}

#qywx-introduce2 {
    width: 100%;
    height: 634px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding-top: 40px;
}

.qywx-introduce2-content {
    width: 1140px;
    height: 582px;
    margin-top: -40px;
    background-size: 1172px 582px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-next {
    outline: none;
}

#qywx-introduce3 {
    width: 100%;
    height: 600px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding-top: 36px;
}

.qywx-introduce3-content {
    width: 1140px;
    height: 582px;
    margin-top: -66px;
    background-size: 1140px 422px;
    background-position: center;
    background-repeat: no-repeat;
}

.qywx-sub-title {
    text-align: center;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #2E3033;
    line-height: 33px;
    padding-top: 76px;
}

#qywx-introduce4 {
    width: 100%;
    height: 465px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding-top: 40px;
}

#qywx-introduce5 {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 100%;
    height: 325px;
    padding-top: 78px;
}

.qywx-introduce5-logo {
    width: 100%;
    height: 38px;
    background-size: 160px 38px;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 16px;
}
.qywx-introduce5-btn {
    width: 100%;
    height: 45px;
    background-size: 212px 45px;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 21px;
}



html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper {
    width: 100%;
}

#qywx-introduce4 .middle-container {
    position: relative;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    color: #ACAFB8;
}

.swiper-button-next {
    right: -60px;
}

.swiper-button-prev {
    left: -60px;
}

.corp-item {
    margin-top: 50px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    position: relative;
    
    background: -webkit-linear-gradient(270deg, #F8F8FB 0%, #FAFAFC 100%);
    
    background: -moz- oldlinear-gradient(270deg, #F8F8FB 0%, #FAFAFC 100%);
    
    background: -o-linear-gradient(270deg, #F8F8FB 0%, #FAFAFC 100%);
    
    background: linear-gradient(180deg, #F8F8FB 0%, #FAFAFC 100%);
    box-shadow: 0px 8px 20px 0px rgba(229, 231, 237, 0.3);
    border-radius: 20px;
    border: 1px solid #2B84FF;
    height: 260px;

    /* Center slide text vertically */
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
         justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
         align-items: center;
}

.corp-item .corp-title {
    top: -13px;
    left: 24px;
    position: absolute;
    width: -webkit-calc(100% - 48px);
    width: -moz-calc(100% - 48px);
    width: calc(100% - 48px);
    height: 77px;
    background: -webkit-linear-gradient(270deg, #6BA9FF 0%, #2B84FF 100%);
    background: -moz- oldlinear-gradient(270deg, #6BA9FF 0%, #2B84FF 100%);
    background: -o-linear-gradient(270deg, #6BA9FF 0%, #2B84FF 100%);
    background: linear-gradient(180deg, #6BA9FF 0%, #2B84FF 100%);
    border-radius: 4px;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;

    /* Center slide text vertically */
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
         justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
         align-items: center;
}

.corp-item .corp-title .corp-title-text {
    float: left;
    width: 230px;
    text-align: left;
    padding: 10px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.corp-item .corp-title .corp-score {
    float: right;
    font-size: 40px;
    font-family: DINAlternate-Bold, DINAlternate;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 47px;
    width: 86px;
    height: 100%;
    line-height: 77px;
    background: -webkit-linear-gradient(270deg, #006BFF 0%, #2B84FF 100%);
    background: -moz- oldlinear-gradient(270deg, #006BFF 0%, #2B84FF 100%);
    background: -o-linear-gradient(270deg, #006BFF 0%, #2B84FF 100%);
    background: linear-gradient(180deg, #006BFF 0%, #2B84FF 100%);
    border-radius: 4px;
}

.corp-content {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #737373;
    line-height: 24px;
    padding: 88px 24px 20px;
    text-align: left;
}

.corp-content-name {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #3C3C3C;
    line-height: 28px;
}