
/* 添加 banner 样式 */
.banner {
    background-color: #f4f4f4;
    padding: 0;
    /* height: 600px; */
    /* background-image: url('/static/index/img/banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
}
.banner .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 70px auto 0px;
    padding: 0 20px;
}
.banner .layui-carousel img{
    width: 100%;
}

.banner-left .banner-title {
    font-size: 50px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
}
.banner-left .banner-title2 {
    font-size: 42px;
    margin-bottom: 10px;
    color: #fff;
}
.banner-left .banner-title3 {
    display: flex;
    align-items: center;
  }
.banner-left .banner-title3 span{
    margin-right: 40px;
    display: flex;
    align-items: center;
    color: #FFEF39;
}
.banner-left .banner-title3 span::before {
    content: "\2022";
    margin-right: 8px;
    font-size: 38px;
    line-height: 1;
    color: #FFEF39;
}
.small-images{
    margin-top: 70px;
}
.small-images img {
    width: 100px;
    height: 100px;
    margin-right: 10px;
}

.banner-right .large-images{
    display: flex;
}
.banner-right {

}
.large-images img {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
}

.small-image img {
    width: 100%;
    border-radius: 10px;
}

/* 业务范围 */

/* 添加业务范围部分的样式 */
.business-section {
    background-color: #fff;
    padding: 20px 0;
    text-align: center;
}

.business-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
}

.business-section h2 {
    font-size: 38px;
    margin-bottom: 20px;
    color: #000000;
    font-family: Source Han Sans CN;
    font-weight: bold;
}

.business-images {
    display: flex;
    justify-content: space-around;
    margin-top: 80px;
}

.business-item {
    text-align: center;
    box-shadow: 0px 4px 20px 0px rgba(55,106,255,0.15);
}

.business-item img {
    
}

.business-item p {
    font-size: 17px;
    background-color: #fff;
    color: #333333;
    padding: 10px 0px;
    font-family: Source Han Sans CN;
    font-weight: 600;
}

/* 公司简介 */

/* 添加公司简介部分的样式 */
.company-intro {
    background-color: #F9FBFF;
    padding: 20px 0;
}

.company-intro .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
}

.company-intro h3 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 20px;
    color: #000000;
    font-family: Source Han Sans CN;
    font-weight: bold;
}

.intro-content {
    display: flex;
    justify-content: space-evenly;
    margin: 80px 0px 30px;
}

.text-intro {
    max-width: 450px;
    min-width: 400px;
    padding-right: 20px;
}
.text-intro p{
    text-indent: 30px;
    line-height: 30px;
    
}
.image-intro{
    position: relative;
    display: inline-block;
    min-width: 400px;
}

.blue-box-right {
    width: 130px;
    height: 136px;
    background-color: #376AFF;
    position: absolute;
}
.blue-box-left {
    width: 70px;
    height: 40px;
    background-color: #E92323;
    position: absolute;
}
.top-right {
    top: -45px;
    right: -45px;
}

.bottom-left {
    bottom: -11px;
    left: -22px;
}

.image-intro img {
    width: 100%;
    display: block;
    max-width: 100%;
    height: auto;
    position: inherit;
    z-index: 99;
}

/* 相关资质 */

/* 添加相关资质部分的样式 */
.qualification-section {
    background-color: #fff;
    padding: 20px 0;
}

.qualification-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
}

.qualification-section h3 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 20px;
    color: #000000;
    font-family: Source Han Sans CN;
    font-weight: bold;
}

.qualification-content {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin:30px 0px 50px;
}

.qualification-item {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    width: 450px;
    background-color: #fff;
    box-shadow: 0px 4px 20px 0px rgba(55,106,255,0.15);
}

.qualification-item img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.qualification-item .text {
    flex: 1;
}

.qualification-images {
    display: flex;
    justify-content: space-evenly;
}

.qualification-images img {
    width: 37%;
    background-color: #fff;
}
/* 合作伙伴 */

/* 添加合作伙伴部分的样式 */
.partner-section {
    background-color: #F9FBFF;
    padding: 20px 0;
}

.partner-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
}

.partner-section h3 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 20px;
    color: #000000;
    font-family: Source Han Sans CN;
    font-weight: bold;
}

.partner-section p {
    text-align: center;
    margin: 20px 0px 50px;
}

.partner-images {
    display: flex;
    justify-content: space-around;
}

.partner-images img {
    width: 345px;
}

/* 联系我们 */

/* 添加联系我们部分的样式 */
.contact-section {
    background-color: #B43033;
    padding: 50px 0;
}

.contact-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 20px;
    display: flex;
    justify-content: center;
}
.contact-section .contact-title{
    text-align: center;
    font-size: 38px;
    margin-bottom: 20px;
    color: #fff;
    font-family: Source Han Sans CN;
    font-weight: bold;
}
.contact-section .contact-info {
    width: 330px;
    height: 120px;
    line-height: 25px;
    padding: 20px 50px 20px 30px;
    background: #fff;
    margin-top: 100px;
    margin-right: -50px;
    z-index: 9;
    box-shadow: 0px 4px 8px 0px rgba(11,48,157,0.3);
    color: #050F33;
}

.contact-image img {
    max-width: 100%;
    height: auto;
}


