.intro {
    padding: 0 1rem;
}

.intro>p {
    margin-bottom: 20px;
    font-size: 17px;
    color: #666666;
    text-align: center;
    word-break: break-all;
}

.intro-data {
    width: 250px;
    text-align: center;
}

.intro-data>h3 {
    position: relative;
    padding-bottom: 30px;
    font-size:1.2rem;
    font-weight: 400;
    color: #666;
}

.intro-data>h3::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 0.1rem;
    background: #666;
    margin: 1rem 0;
}

.intro-data>p {
    font-size:1.2rem;
    color: #999999;
}

.intro-panel-left p {
    text-indent: 2em;
}

.intro-panel-right {
    box-sizing: border-box;
}
.intro-panel-left{
    text-align: justify;
    margin-bottom: 1rem;
}
.intro-panel-left p{
    font-size: 1.4rem;
    line-height: 3.2rem;
    margin-bottom: 0;
}
.map-img {
    width: 300px;
    margin: 10px auto;
    font-size: 0;
}

.map-img img {
    width: 100%;
}

.baidu-map {
    width: 100%;
    height: 20rem;
    border: 1px solid #666;
}

/* 轮播图 */

#certify {
    position: relative;
    margin-top:1rem;
}

#certify .swiper-slide {
    position: relative;
    width: 14.2rem;
    height: 20.2rem;
    background: #fff;
    box-shadow: 0 10px 5px rgba(0, 0, 0, 0.5);
    font-size: 0;
}

#certify .swiper-slide img {
    display: block;
    width: 100%;
}

#certify .swiper-slide p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height:2.8rem;
    line-height:2.8rem;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
    font-size:1rem;
}

#certify .swiper-button-prev {
    width: 9px;
    height: 18px;
    background: url(../img/arrow-left.png) no-repeat;
    background-size: 100%;
}

#certify .swiper-button-next {
    width: 9px;
    height: 18px;
    background: url(../img/arrow-right.png) no-repeat;
    background-size: 100%;
}

.distribution {
    padding: 1rem 0;
    background: #f7f7f7;
}

.distribution-city {
    padding:0;
}

.distribution-city>p {
    color: #666;
    text-indent: 2em;
    margin: 1rem 0;
    text-align: justify;
}
.distribution-city .jieshao .p1{
    font-size: 2rem;
    color: #666666;
}
.distribution-city .jieshao .p2{
    margin-bottom:1rem;
    color: #666666;

}
.news {
    background: #fff;
}

.news-image {
    float: left;
    width: 186px;
    height: 152px;
    margin: 0 10px 10px 0;
}


.news-left {
    width: 520px;
    font-size: 0;
}

.news-title {
    max-width: 320px;
    overflow: hidden;
    font-size: 24px;
    color: #333333;
    font-weight: 400;
}

.news-left>p {
    word-break: break-all;
    word-wrap: break-word;
}

.news-right {
    width: 580px;
}

.news-right>li {
    padding-bottom: 10px;
    border-bottom: 1px dashed #c8c8c8;
    cursor: pointer;
}

.news-right>li a {
    display: block;
}

.news-right>li h4 {
    max-width: 400px;
    transition: all .3s;
}

.news-right>li p {
    transition: all .3s;
}

.news-right>li:hover h4 {
    color: #f13a3a;
}

.news-right>li:hover p {
    color: #f13a3a;
}

.recruit {
    background: url('../images/a/recruit-bg.png') no-repeat;
    background-size: cover;
}

.recruit-title {
    margin-bottom: 45px;
    letter-spacing: 2px;
    font-size: 48px;
    color: #f3e92f;
    font-style: italic;
}

.recruit-subtitle {
    margin-bottom: 44px;
    font-size: 36px;
    color: #fff;
    font-weight: 500;
}

.btn-group a {
    list-style: none;
    border: none;
    outline: none;
    width: 196px;
    height: 60px;
    margin: 0 40px;
    border-radius: 30px;
    background: #f3e92f;
    font-size: 24px;
    color: #000;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-group .btn-left {
    background: transparent;
    border: 1px solid #333;
    color: #333;
}

.btn-group a:hover {
    color: #f13a3a;
    box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.5)
}

.btn-group a:active {
    opacity: 0.8;
}

.poster {
    padding: 62px 0 62px;
}


.poster-icon {
    width: 70px;
    height: 70px;
}

.icon-1 {
    background: url('../img/poster1.png') no-repeat;
    background-size: contain;
}

.icon-2 {
    background: url('../img/poster2.png') no-repeat;
    background-size: contain;
}

.icon-3 {
    background: url('../img/poster3.png') no-repeat;
    background-size: contain;
}

.icon-4 {
    background: url('../img/poster4.png') no-repeat;
    background-size: contain;
}

.icon-5 {
    background: url('../img/poster5.png') no-repeat;
    background-size: contain;
}
pur-row {
    margin-bottom: 20px;
}

.pur-row:last-child {
    margin-bottom: 0;
}

.pur-row .pur-title {
    margin-left: 5px;
    margin-bottom: 10px;
    font-weight: 500;
}

.pur-box {
    width: 550px;
}