.about {
    width: 100%;
}

.about .aboutBanner {
    width: 100%;
    height: 4.5rem;
    background: url('../img/about/about.png') no-repeat;
    background-size: 100% 100%;
    padding-top: 1.71rem;
    padding-left: 2.6rem;
    box-sizing: border-box;
}

.about .aboutBanner .aboutBaTit {
    margin-bottom: 0.35rem;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.44rem;
    color: #111111;
}

.about .aboutBanner .aboutBaTit1 {
    width: 6.79rem;
    font-family: Arial, Arial;
    font-size: 0.18rem;
    color: #444444;
    line-height: 0.3rem;
}

.about .aboutCon {
    display: flex;
    width: 14rem;
    margin: 0.68rem auto 0;
    padding-bottom: 0.78rem;
}

.about .aboutCon .aboutConLeft {
    width: 7.75rem;
    margin-right: 0.63rem;
    font-family: Arial, Arial;
    font-size: 0.18rem;
    color: #111111;
    line-height: 0.3rem;
}

.about .aboutCon .aboutConLeft:nth-of-type(1) {
    margin-bottom: 0.3rem;
}

.about .aboutCon .aboutConRight {
    display: flex;
    /*align-items: flex-end;*/
    /*margin-top: 4rem;*/
}

.rightTit {
    margin-bottom: 1.2rem;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.58rem;
    color: #111111;
}

.aboutConRight .rightCard {
    display: flex;
    width: 6.53rem;
    height: 5.17rem;
}

.aboutConRight .rightCard .card {
    display: flex;
    flex-direction: column;
    padding: 0.19rem 0.14rem 0 0.16rem;
    width: 1.87rem;
    height: 1.87rem;
}

.aboutConRight .rightCard .card:nth-of-type(1) {
    background-color: #9E0125;
    background-image: url('../img/about/1.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 0.08rem) bottom;
    background-size: 0.82rem 0.82rem;
}

.aboutConRight .rightCard .card:nth-of-type(2) {
    background: #FFA805;
    background-image: url('../img/about/2.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 0.08rem) bottom;
    background-size: 0.82rem 0.82rem;
}

.aboutConRight .rightCard .card:nth-of-type(3) {
    background: #101010;
    background-image: url('../img/about/3.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 0.08rem) bottom;
    background-size: 0.82rem 0.82rem;
}

.card .cardTit {
    margin-bottom: 0.14rem;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.24rem;
    color: #FFFFFF;
}

.card .cardTex {
    font-family: Arial, Arial;
    font-size: 0.14rem;
    color: #FFFFFF;
    line-height: 0.2rem;
}

.about .aboutBot {
    position: relative;
    width: 100%;
    background: #F4F5F8;
    padding-top: 0.78rem;
}

.about .aboutBot .aboutBotTit {
    width: 100%;
    padding-left: 2.6rem;
    padding-bottom: 1rem;
    border-bottom: 0.01rem solid #D5DAE3;
    box-sizing: border-box;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.58rem;
    color: #111111;
}

.about .aboutBot .aboutBotSw {
    width: 13.65rem;
    margin-left: 2.95rem;
    margin-top: -0.18rem;
}

.aboutBotSw .swSlide {
    display: flex;
    padding-bottom: 1.33rem;
}

.aboutBotSw .swSlide .cardCon {
    display: block;
    margin-right: 0.99rem;
}

.aboutBotSw .swSlide .cardCon:last-child {
    margin-right: 0;
}

.aboutBotSw .cardCon .swImg {
    display: block;
    width: 0.36rem;
    height: 1.44rem;
}

.aboutBotSw .cardCon .swCard {
    width: 2.67rem;
    padding-top: 0.17rem;
    padding-bottom: 0.32rem;
    padding-left: 0.41rem;
    padding-right: 0.17rem;
    box-sizing: border-box;
    margin-top: -0.32rem;
    background: #FFFFFF;
}

.cardCon .swCard .swCardTit {
    margin-bottom: 0.15rem;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.18rem;
    color: #333333;
}

.cardCon .swCard .swCardTex {
    font-family: Arial, Arial;
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.2rem;
}

.aboutBotSw .swiper-pagination {
    display: flex;
    position: absolute;
    bottom: 0.42rem;
    width: auto !important;
    left: 50%;
    transform: translateX(-50%);
}

.aboutBotSw .swiper-pagination-bullet {
    width: 0.76rem;
    height: 0.04rem;
    background: #DBDBDB;
    opacity: 1;
    border-radius: 0;
    margin: 0 0.06rem !important;
}

.aboutBotSw .swiper-pagination-bullet-active {
    width: 0.76rem;
    height: 0.04rem;
    background: #9E0125;
    opacity: 1;
    border-radius: 0;
}





@media only screen and (max-width: 768px) {
    
.contactBanner{
    height: 3.5rem !important;
    padding-top: 1.51rem !important;
    padding-left: 0 !important;
}
.contactBanner .contactBaTit{
    text-align: center;
}
.about .aboutCon {
  display: block;
  width: 95%;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
}
.about .aboutCon .aboutConLeft {

  font-size: 0.24rem;

  line-height: 0.35rem;
  width: 100%;
  float: left;
}
.rightTit {
 margin-bottom: 0.5rem;
    font-size: 0.58rem;
    margin-top: 0.8rem;
}
.about .aboutCon .aboutConRight {
  width: 100%;
  float: left;
}
.aboutConRight .rightCard {
  width: 100%;
  height: auto;
}






















