.banner {
    height: 345px;
    width: 100%;
    background: url('/img/aboutbanner.jpg') center center no-repeat;
}

.aboutCon {
    width: 100%;
}
.aboutContent {
    padding: 76px 0 184px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    max-width: 1200px;
    margin: auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.about_left {
    width: 592px;
}
.about_left_title {
    color: #003264;
    font-size: 33px;
    line-height: 46px;
}
.about_left_title1{
    color: #7C7C7C;
    font-size: 20px;
    line-height: 28px;
}
.about_left_desc {
    color: #7C7C7C;
    font-size: 13px;
    line-height: 28px;
}
.about_left_desc p{
    margin-top: 33px;
}
.about_right {
    width: 530px;
}
.about_right>div:nth-child(1) {
    height: 260px;
    background: url('/img/about_right.jpg') no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin-bottom: 4px;
}
.about_right>div:nth-child(1) p{
    position: absolute;
    color: #116D9E;
    font-size: 14px;
}
.about_right>div:nth-child(1) p span {
    font-size: 29px;
}
.about_right>div:nth-child(1) p.area {
    left: 24px;
    bottom: 104px;
}
.about_right>div:nth-child(1) p.city {
    left: 24px;
    bottom: 49px;
}
.about_right_div {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.about_right_div div {
    padding-top: 23px;
    box-sizing: border-box;
    width: 176px;
    height: 123px;
    border:2px solid #E8E8E8;
    text-align: center;
    font-size: 13px;
}
.about_right_div div p:nth-child(1){
    color: #006DD9;
    margin-bottom: 15px;
}
.about_right_div div span {
    color: #006DD9;
    font-size: 32px;
}
.about_right_div div:nth-child(1),
.about_right_div div:nth-child(2),
.about_right_div div:nth-child(3) {
    border-bottom: 0;
}
.about_right_div div:nth-child(1),
.about_right_div div:nth-child(2),
.about_right_div div:nth-child(4),
.about_right_div div:nth-child(5){
    border-right: 0;
}

