ï»¿

/*Inside Page 1*/
.overview-panel {
    padding: 30px 0 0 0;
    background: #fff;
}

.overview-panel .title {
    margin: 0 auto 40px;
}

.overview-panel h5,
.overview-panel h3 {
    margin: 10px auto;
    color: #af1515;
    text-align: center;
}

.overview-panel h3 {
    color: #000;
    font-weight: bold;
}

.introduce-group {
    display: flex;
    width: 1187px;
    flex-wrap: wrap;
    margin: 0 auto 20px;
    align-items: center;
    justify-content: space-between;
}

.introduce {
    display: flex;
    align-items: center;
    width: 45%;
    margin: 10px 0;
}

.introduce img {
    width: 100px;
    margin-right: 15px;
}

.introduce-text {
    width: 400px;
}

.introduce span {
    display: block;
    color: #af1515;
}

.introduce span:first-child {
    font-size: 14px;
}

.introduce span:nth-child(2) {
    font-size: 12px;
}

.brief-panel {
    padding: 30px 0;
    background: #f0f2f4;
}

.brief-panel .title {
    text-align: center;
    margin: 0 auto;
}

.brief-panel .title span {
    color: #8b8c8c;
    display: inline-block;
    margin: 10px auto;
}

.pic-wall {
    width: 1187px;
    margin: 40px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pic-wall .pic {
    width: 22%;
}

.pic-wall img,
.pic-wall span {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    text-align: center;
    color: #5d5e5f;
    font-size: 12px;
}



.arrow-group {
    margin: 0 auto;
    display: flex;
    width: 100px;
    justify-content: space-between;
}

.l-arrow,
.r-arrow {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #000;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
}

.about-title {
    width: 1187px;
    margin: 30px auto 0;
    display: flex;
    align-items: baseline;
    text-align: left;
}

.about-title h3 {
    margin: 0 10px 0 0;
}

.about-title span {
    color: #949495;
}

.about-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 1187px;
    margin: 20px auto;
}

.l-about,
.r-about {
    width: 40%;
}

.l-about {
    font-size: 18px;
    line-height: 3em;
}

.line {
    width: 2px;
    height: 150px;
    background: #949495;
}

.r-about {
    line-height: 2em;
}

.r-about h3 {
    color: #f30000;
    font-weight: normal;
    font-size: 28px;
    text-align: left;
    padding-left: 15px;
}

.message-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 50px;
    margin: 20px 0;
    background: #69ba07;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    margin-left: 15px;
}

.message-btn img {
    width: 30px;
    margin-right: 10px;
}





<!--ºÄÊ±1778675180.8917Ãë-->