.about-head-bg{
    background: #4186ED;
}

.about-title{
    height: 36px;
    font-size: 30px; 
    font-weight: bold;
    color: #333333;
    padding-top: 60px;
    text-align: center;
}

.about-desc-content{
    padding-top: 43px;
    width: 1200px;
    margin:  0 auto;
    font-size: 16px;
    color: #333333;
    line-height: 38px;
}

.about-jiazhiguan-box{
    background: #FAFAFA;
}
.about-jiazhiguan-box .title{
    padding-top: 66px;
    padding-bottom: 26px;
    font-weight: bold;
}
.about-jiazhiguan-box .title h2{   
    text-align: center;
    font-size: 30px;
    color: #333333;
    width: 980px;
    margin:  0 auto;
}

.about-jiazhiguan-content{
    width: 1200px;
    margin: 0 auto;
}

.about-jiazhiguan-content ul{
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-jiazhiguan-content ul li{
    width: 50%;
    text-align: center;
}

.about-jiazhiguan-content ul li.boot{
    padding-top: 72px;
}

.about-jiazhiguan-content ul li p{
    font-size: 18px;
    color: #F64747;
}

.about-jiazhiguan-content ul li div{
    display: inline-block;
    padding-top: 30px;
    font-size: 16px;
    color: #666666;
    line-height: 34px;
}

.about-yewu-content{
    width: 1200px;
    margin: 0 auto;
}

.about-yewu-title{
    padding-top: 90px;
    padding-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.about-yewu-list{
    padding-top: 23px;
    display: flex;
    justify-content: space-between;
}

.about-yewu-list li{
    width: 280px;
    text-align: center;
    background: #FAFAFA;
    padding-bottom: 50px;
}

.about-yewu-list li i{
    margin-top: 25px;
    display: inline-block;
    width: 54px;
    height: 54px;
    background-size: contain;
    background-position: center center;
}

.about-yewu-list li.about-yewu-leyuan i{
    background-image: url(/themes/qumaipiao/public/assets/img/about/about-icon-1.png);
}

.about-yewu-list li.about-yewu-jingqu i{
    background-image: url(/themes/qumaipiao/public/assets/img/about/about-icon-2.png);
}

.about-yewu-list li.about-yewu-juyuan i{
    background-image: url(/themes/qumaipiao/public/assets/img/about/about-icon-3.png);
}

.about-yewu-list li.about-yewu-wenlu i{
    background-image: url(/themes/qumaipiao/public/assets/img/about/about-icon-4.png);
}

.about-yewu-list li p{
    padding-top: 10px;
    font-size: 18px;
}


.about-yewu-list li div{
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
}

.about-photo-list{
    padding-top: 21px;
}

.about-photo-list .about-photo-item-left{
    float: left;
}

.about-photo-list .about-photo-item-left img{
    width: 340px;
    height: 550px;
}

.about-photo-list ul{
    margin-left: 12px;
    width: 840px;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about-photo-list ul li {
    padding-bottom: 5px;
}

.about-photo-list ul li img{
    width: 270px;
    height: 270px;
}

.about-history-box{
    background-image: url(/themes/qumaipiao/public/assets/img/about/beijing@2x.png);
    background-size: 100%;
}
.about-history-box h2{
    padding-top: 54px;
    padding-bottom: 48px;
    text-align: center;
    color: #000;
    font-size: 34px;
    font-weight: 400;
}

.about-history-content{
    position: relative;
    padding-top: 30px;
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.about-history-line{
    width: 8px;
    position: relative;
}
.about-history-line::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);

    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid #666666;
}

.about-history-line::after{
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);

    width: 4px;
    bottom: 50px;
    background-color: #666666;
}

.about-history-history-left{
    padding-top: 116px;
    text-align: right;
}
.about-history-history-right{
    padding-top: 34px;
}
.about-history-history-left,.about-history-history-right{
    width: 548px;
    z-index: 9;
}

.about-history-history-item{
    background-size: 60px;
    background-repeat: no-repeat;
}
.about-history-history-item p{
    font-size: 17px;
    font-weight: 400;
    color: #333333;
}

.about-history-history-item div{
    display: inline-block;
    padding-top: 20px;
    max-width: 300px;
    height: 48px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 29px;
    text-align: left;
}

.about-history-history-right .about-history-history-item{
    padding-left: 48px;
    margin-left: -10px;
    margin-bottom: 90px;
    background-image: url(/themes/qumaipiao/public/assets/img/about/history-right.png);
    background-position: -6px 20px;
}

.about-history-history-left .about-history-history-item{
    padding-right: 52px;
    margin-right: -14px;
    margin-bottom: 100px;
    background-image: url(/themes/qumaipiao/public/assets/img/about/history-left.png);
    background-position: 100% 20px;
}

.about-honour-box h2{
    padding-top: 70px;
    font-size: 30px;
    height: 30px;
    padding-bottom: 30px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.about-honour-content{
    padding-top: 40px;
    width: 1100px;
    margin: 0 auto;
}

.about-honour-list{
    display: flex;
    flex-wrap: wrap;
    width: 1000px;
    margin: 0 auto;
}

.about-honour-list li{
    width: 210px;   
    text-align: center;
    border: 1px solid #F4F4F4;
    margin-bottom: 17px;
    margin-right: 50px;
}
.about-honour-list li:first-child+li+li+li, li:first-child+li+li+li+li+li+li+li{
    margin-right: 0;
}

.about-honour-list li div{
    height: 155px;
    display: flex;
    align-items: center;
}

.about-honour-list li img{
    margin: 0 auto;
    display: block;
    max-width: 100%;
    max-height: 155px;
}

.about-honour-list li p{
    margin-top: 10px;
    height: 46px;
    background: #F6F6F6;
    border: 1px solid #F4F4F4;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px 4px;
}

.abuot-yuanwang-content{
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
}

.abuot-yuanwang-item{
    margin: 0 30px;
    width: 500px;
    height: 210px;
    background: #FFFFFF;
    background-image: url(/themes/qumaipiao/public/assets/img/about/abuot-bg.png);
    background-size: contain;
}

.abuot-yuanwang-item p{
    width: 90px;
    height: 37px;
    line-height: 37px;
    background: #47A2F6;
    border-radius: 18px;

    text-align: center;
    color: #fff;
    font-size: 17px;
}

.abuot-yuanwang-item-last p{
    background-color: #F64747;
}

.abuot-yuanwang-item div{
    margin-top: 20px;
    line-height: 38px;
    font-size: 16px;
    text-align: center;
}

.contactus-head-bg{
    background-image: url(/themes/qumaipiao/public/assets/img/about/banner.png);
    background-size: 100%;
}

.contactus-head-info.head-info{
    margin: 0 auto;
    text-align: center;
    float: none;
}

.contactus-zongbu-content{
    padding-top: 40px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.contactus-zongbu-info{
    width: 330px;
}

.contactus-zongbu-info p{
    padding-bottom: 10px;
}

.contactus-title{
    font-size: 24px;
}

.contactus-text{
    font-size: 16px;
    line-height: 29px;
    color: #666666;                               
}

.contactus-zongbu-tel{
    margin-top: 40px;
}

.contactus-zongbu-map .map-canvas{
    width: 560px;
    height: 380px;    
}

.contactus-fengongsi-box{
    width: 1200px;
    padding-bottom: 100px;
    margin: 0 auto;
}

.contactus-fengongsi-title{
    padding-top: 60px;
}

.contactus-fengongsi-list{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.contactus-fengongsi-map .map-canvas{
    width: 420px;
    height: 320px;
}

.contactus-fengongsi-item p{
    margin-top: 30px;
}