/* 公司宣传 pub模块 开始 */
.pub {
    position: relative;
    top: -90px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60vh;
    background-color: #000;
    color: #fff;
    overflow: hidden;
}

.pub img {
    width: 100%;
    margin-top: -220px;
    /* height: 100%; */
}

.pub span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -264px;
    margin-top: -48px;
    z-index: 10;
    color: #fff;
    font-size: 48px;
}

/* 公司宣传 pub模块 结束 */
/* 标题 title模块 开始 */
.title {
    position: relative;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 90px 80px;
}

.title h2 {
    text-align: center;
    font-size: 48px;
    color: #333;
}

.title h2 i {
    border-bottom: 2px solid #e60012;
}

/* 标题 title模块 结束 */
/* 公司概述 com_inf模块 开始 */
.com_inf {
    top: -90px;
    padding-bottom: 0px;
}

/* 公司概述 com_inf模块 结束 */
/* 鼠标放置图片变大作用于以下所有（除footer）模块 */
/* .information:hover .information_left img,
.deve_his:hover .deve_his_right img,
.production:hover .production_left img {
    transform: scale(1.1);
} */

/* 公司信息  information模块 开始 */
.information {
    display: flex;
    justify-content: center;
}

.information .information_left {
    /* margin-left: 100px; */
    width: 50%;
    overflow: hidden;
}

.information .information_left .img1 {
    width: 100%;
    /* height: 400px; */
    /* height: 650px; */
    object-fit: cover;
    transition: all 1s;
    margin-left: 60px;
}

.information .information_right .img2 {
    /* height: 400px; */
    width: 77%;
    margin-top: 50px;
}

.information .information_right {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    /* justify-content: center; */
    align-items: center;
    width: 50%;
}

.information .information_right h3 {
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 100px;
}

.information .information_right p {
    width: 650px;
    text-indent: 2em;
    font-size: 20px;
    /* margin: 10px 0; */
    margin-top: 50px;
    line-height: 40px;
}

.information .information_right a {
    font-size: 14px;
}

.information .information_right a img {
    width: 36px;
    height: 36px;
}

/* 公司信息  information模块 结束 */
/* < !-- 公司座右铭 motto模块 start --> */
.motto h2 {
    display: block;
    width: 100%;
    height: 300px;
    line-height: 300px;
    text-align: center;
    letter-spacing: 20px;
    font-size: 48px;
}

/* < !-- 公司座右铭 motto模块 end --> */

/* 历程 process模块 开始 */
.process {
    display: flex;
    justify-content: space-around;
    margin-bottom: 100px;

}
.process_style_01 {
    font-size: 28px;
    font-weight: 700;
    margin: 20px 0;
}
.process_style_02{
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}
/* 历程 process模块 结束2 */

/* 发展历史 deve_his模块 开始 */
.deve_his {
    display: flex;
    justify-content: center;
}

.deve_his .deve_his_left {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.deve_his .deve_his_left h3 {
    font-size: 36px;
    font-weight: normal;
}

.deve_his .deve_his_left p {
    width: 650px;
    text-indent: 2em;
    font-size: 16px;
    margin: 50px 0;
}

.deve_his .deve_his_left a {
    font-size: 14px;
}

.deve_his .deve_his_left a img {
    width: 36px;
    height: 36px;
}

.deve_his .deve_his_right {
    width: 50%;
    overflow: hidden;
}

.deve_his .deve_his_right img {
    width: 100%;
    object-fit: cover;
    transition: all 1s;
}

/* 发展历史 deve_his模块 结束 */
/* 生产环境 production模块 开始 */
.production {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

.production .production_left {
    width: 50%;
    overflow: hidden;
}

.production .production_left img {
    width: 100%;
    object-fit: cover;
    transition: all 1s;
}

.production .production_right {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
}

.production .production_right h3 {
    font-size: 48px;
    font-weight: bold;
    margin-left: -110px;
}
.production .production_right h4{
font-size: 28px;
    font-weight: bold;
    margin: 20px 0 20px -212px;
}
.production .production_right p {
 width: 650px;
    text-indent: 2em;
    font-size: 20px;
    margin: 28px 0;
    font-weight: 700;
}

.production .production_right a {
    font-size: 14px;
}

.production .production_right a img {
    width: 36px;
    height: 36px;
}

/* 生产环境 production模块 结束 */
/* 合作伙伴pns_bg模块 开始 */
.pns_bg {
    position: relative;
    width: 90%;
    height: 610px;
    overflow: hidden;
    margin: 0 auto;
}

.pns_bg img {
    display: block;
    margin: 0 auto;
    width: 45%;

}
.pns1 {
    display: flex;

    margin: 50px 30px;
}
.pns_logo {
    width: 20%;
    /* margin: auto; */
    height: 145px;
    
}
.pns1 .pns_logo img{
    width: 45%;
    transition: all .3s;
}
.pns1 .pns_logo img:hover{
    width: 47%;
}
/* 合作伙伴pns_bg模块 结束 */

/* 合作伙伴 partners模块 开始 */
.partners {
    margin-top: 20px;
    width: 100%;
}

/* 横幅 banner部分 开始 */
.partners .banner {
    position: relative;
    top: -20px;
    width: 100%;
    height: 200px;
    background-color: #e9eef4;
    padding-top: 60px;
}

.partners .banner .button {
    width: 60%;
    height: 80px;
    margin: 0px auto;
    text-align: center;
}

.partners .banner .button a {
    display: inline-block;
    width: 30%;
    height: 80px;
    font-size: 30px;
    color: #e60012;
    line-height: 80px;
    border: 1px solid #e60012;
}

.partners .banner .button .button_hbap {
    margin-left: 20%;
}

.partners .banner .button a:hover {
    background-color: #e60012;
    color: #fff;
}

/* 横幅 banner部分 结束 */

/* 成为合作伙伴 bap模块 开始 */
.bap {
    position: relative;
    width: 100%;
    height: 500px;
}

.bap .bap_bap {
    width: 1750px;
    height: 465px;
    margin: 0 auto;
}

.bap h3 {
    width: 288px;
    height: 100px;
    line-height: 100px;
    margin: 0 auto;
    font-size: 48px;
    font-weight: 400;
}

.bap .img {
    float: left;
    width: 652.08px;
    height: 366.74px;
    margin-left: 7%;
}

.bap .img img {
    width: 100%;
}

.bap .content {
    position: relative;
    float: left;
    width: 600px;
    height: 400px;
    margin-left: 10%;
}

.bap .content h4 {
    font-size: 28px;
    font-weight: normal;
}

.bap .content p {
    margin-top: 80px;
    font-size: 18px;
    text-indent: 2em;
}

.bap .content a {
    position: absolute;
    top: 250px;
    left: 400px;
    display: block;
    font-size: 14px;
}

.bap .content a img {
    width: 36px;
    height: 36px;
}

/* 成为合作伙伴 bap模块 结束 */
/* 已成为合作伙伴 hbap模块 开始 */
.hbap {
    position: relative;
    width: 100%;
    height: 580px;
    overflow: hidden;
}

.hbap h3 {
    position: absolute;
    top: 30px;
    left: 50%;
    width: 340px;
    height: 100px;
    line-height: 100px;
    margin-left: -170px;
    font-size: 48px;
    font-weight: 400;
}

.hbap img {
    width: 100%;
}

.hbap .hbap_hbap {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 170px;
    left: 50%;
    width: 1200px;
    height: 460px;
    margin-left: -600px;
}

.hbap .hbap_hbap .box {
    display: block;
    width: 300px;
    height: 340px;
    overflow: hidden;
}

.hbap .hbap_hbap .box .hbap_01 {
    width: 123px;
    height: 123px;
    background-color: #ccc;
    border-radius: 50%;
    margin-left: 88.5px;
    transition: all 0.5s;
}

.hbap .hbap_hbap .box .hbap_01 img {
    width: 74px;
    height: 74px;
    margin: 24.5px;
}

.hbap .hbap_hbap .box .hbap_02 {
    margin-top: -50px;
    width: 300px;
    height: 46px;
}

.hbap .hbap_hbap .box .content {
    margin-top: -14px;
    width: 300px;
    height: 205px;
    background-color: #fff;
    padding-top: 30px;
}

.hbap .hbap_hbap .box .content h4 {
    width: 300px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
}

.hbap .hbap_hbap .box .content p {
    width: 224px;
    margin: 30px auto 0;
    font-size: 16px;
    color: #6d6d6d;
}

.hbap .hbap_hbap .box .content span {
    display: block;
    margin: 4px 0;
}

.hbap .hbap_hbap .box:hover .hbap_01 {
    background-color: #e60012;
}

.hbap .hbap_hbap .box:hover .content h4 {
    color: #e60012;
}

/* 已成为合作伙伴 hbap模块 结束 */
/* 合作伙伴 partners模块 结束 */