/* banner 区域 */
.banner {
    padding-top: 70px;
    height: 650px;
    background-image: url(../uploads/about/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.banner .wrapper h1 {
    margin-left: 100px;
    padding-top: 165px;
    width: 695px;
    font-weight: 700;
    font-size: 42px;
    color: #232A65;
    line-height: 56px;
}

.banner .wrapper p {
    margin-left: 100px;
    padding-top: 48px;
    width: 746px;
    font-size: 20px;
    color: #4B5B76;
    line-height: 36px;
}

/* 公司内容 */
.intro-bj {
    height: 777px;
    background: #F2F5FA;
}

.intro-bj .wrapper h2 {
    padding-top: 100px;
    padding-bottom: 80px;
    font-size: 40px;
    color: #000000;
    line-height: 40px;
    font-weight: 400;
    text-align: center;
}

.intro-bj .wrapper .intro {
    height: 458px;
    background-image: url(../uploads/about/bj1.png);
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.intro-bj .wrapper .intro p {
    margin-left: 65px;
    width: 699px;
    font-size: 20px;
    color: #333333;
    line-height: 42px;
}

.intro-bj .wrapper .intro img {
    margin-right: 65px;
}

/* 荣誉资质 */
.honor h2 {
    padding-top: 100px;
    padding-bottom: 80px;
    font-size: 40px;
    color: #000000;
    line-height: 40px;
    font-weight: 400;
    text-align: center;
}

.honor .patent {
    margin-bottom: 100px;
    position: relative;
    height: 489px;

}

.honor .patent ul {
    margin: 0 auto;
    width: 1362px;
    height: 452px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;

}

.honor .patent ul li {
    margin: 0 auto;
    width: 432px;
    /* height: 489px; */
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
}

.honor .patent ul li a {
    overflow: hidden;
    margin: 22px auto;
    display: block;
    width: 389px;
    height: 406px;
    background: #F2F5FA;
}

.honor .patent ul li a img {
    margin: 22px auto;
    display: block;
    height: 90%;
    object-fit: cover;
    transition: all 0.5s;
}

.honor .patent ul li a:hover img {
    transform: scale(1.1);
}



/* 左右滑动箭头 */
.honor .patent .prev {
    padding-left: 10px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 48px;
    height: 48px;
    background: #F2F5FA;
    border-radius: 50%;
    color: #55678e;
    text-align: center;
    line-height: 48px;
    cursor: pointer
}

.honor .patent .next {
    padding-left: 12px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 48px;
    height: 48px;
    background: #F2F5FA;
    border-radius: 50%;
    color: #55678e;
    text-align: center;
    line-height: 48px;
    cursor: pointer
}

.honor .patent .prev:hover {
    background: #e9f2ff;
}

.honor .patent .next:hover {
    background: #e9f2ff;
}

/* 合作伙伴 */
.partner {
    height: 706px;
    background-color: #F2F5Fa
}

.partner .giz h2 {
    padding-top: 100px;
    padding-bottom: 80px;
    font-size: 40px;
    color: #000000;
    line-height: 40px;
    font-weight: 400;
    text-align: center;
}

.partner .giz .giz-logo ul {
    height: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.partner .giz .giz-logo li {
    width: 284px;
    height: 110px;
    background: #FFFFFF;
    box-shadow: 3px 4px 20px 0px rgba(234, 234, 234, 0.65);
    border-radius: 5px;
    overflow: hidden;
}

.partner .giz .giz-logo li img {
    display: block;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.partner .giz .giz-logo li:hover img {
    transform: scale(1.1);
}

/* 联系我们 */
.contact h2 {
    padding-top: 100px;
    padding-bottom: 80px;
    font-size: 40px;
    color: #000000;
    line-height: 40px;
    font-weight: 400;
    text-align: center;
}

.contact .con-box {
    margin-bottom: 113px;
    display: flex;
    align-items: center;
    width: 1520px;
    height: 419px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;

}

.contact .con-box .left {
    width: 567px;
    height: 419px;
    overflow: hidden;
}

.contact .con-box .left img {
    vertical-align: middle;
    transition: all 0.5s;
}

.contact .con-box .left img:hover {
    transform: scale(1.1);
}

.contact .con-box .right {
    margin-left: 245px;
}

.contact .con-box .right ul li {
    margin-top: 22px;
    height: 26px;
    font-size: 16px;
    color: #333333;
}

.contact .con-box .right ul li .icon1 {
    padding-left: 15px;
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url(../uploads/about/icon1.png);
    vertical-align: middle;
}

.contact .con-box .right ul li .icon2 {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url(../uploads/about/icon2.png);
    vertical-align: middle;
}

.contact .con-box .right ul li .icon3 {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url(../uploads/about/icon3.png);
    vertical-align: middle;
}

.contact .con-box .right ul li .icon4 {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url(../uploads/about/icon4.png);
    vertical-align: middle;
}

.contact .con-box .right ul li .barre {
    display: inline-block;
    width: 80px;
    height: 6px;
    background: #165DFF;
}