body {
    font-family: SourceHanSansSC-Medium;
    padding: 0 !important;
    margin: 0 !important;
}

.page {
    width: 100%;
    overflow: hidden;
    background: #F6F6F6;
}
.mb32{
    margin-bottom: 2rem;
}
.mb16{
    margin-bottom: 1rem;
}

.header img {
    /* width: 100vw; */
    height: 13rem;
}
@media screen and (min-width: 768px) {
    .header img {
        width: 100vw;
        height: auto;
    }
}

.body_container {
    padding: 1.25rem 0.5rem;
}

.body_container .title_header {
    text-align: center;
    font-family: ZhenyanGB, ZhenyanGB;
    background: linear-gradient(39.591197444859915deg, #028BBF 0%, #A0C44E 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    justify-content: center;
    line-height: 3rem;
    font-weight: 400;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.body_container .title_header1 {
    text-align: center;
    font-family: ZhenyanGB, ZhenyanGB;
    background: linear-gradient(39.591197444859915deg, #028BBF 0%, #A0C44E 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    justify-content: flex-end;
    line-height: 3rem;
    font-weight: 400;
    font-size: 1.875rem;
    margin-bottom: 1rem;
}

.body_container .title_header img{
    width: 100%;
}
.box_left {
    color: #FFFFFF;
    padding: 1rem;
    line-height: 3rem;
    color: #fff;
    background: linear-gradient(137deg, #A7C85A 0%, rgba(11, 90, 235) 100%);
}

.box_left .image_1 {
    height: 0.2rem;
    width: 2rem;
}

.box_left .box_1 {
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    padding: 0.5rem 0;
}

.box_1 .text_1 {
    color: #76BD43;
}

.box_left .text_3 {
    font-size: 1rem;
    line-height: 1.75rem;
}

.box_2 img {
    width: 100%;
}

.bj76BD43 {
    background: #76bd4333;
}

.box_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box_3 {
    background: #0A4E66;
    border-radius: .5rem;
    width: 100%;
    padding: 1rem;
    margin: 0.5rem 0;
    color: #fff;

}

.box_3 .box_3_header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    margin-top: 0.875rem;
}

.box_3 img {
    width: 1.5rem;
    height: 1.5rem;
}

.box_3 .box_3_title {
    font-weight: 500;
    font-size: 1.25rem;
}

.box_3 .box_3_text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2rem;
}
.colorgray {
    background: #fff;
    color: #0A4E66;
}

.box_4 {
    background: #FFFFFF;
    border-radius: 8px;
    width: 44%;
    margin: 0.5rem 0;
    box-shadow: 0px 0px 15px 0px rgba(176, 203, 158, 0.32);

}

.box_4 .box_4_img img {
    width: 100%;
}

.box_4 .box_4_title {
    font-size: 1rem;
    text-align: center;
}

.box_4 .box_4_foot {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box_4 .box_4_foot .box_4_title {
    font-size: 1rem;
    margin: 0.5rem 0;
}

.box_4 .box_4_foot .box_4_btn {
    width: 5rem;
    height: 2rem;
    background: #76BD43;
    box-shadow: 1px 3px 6px 4px rgba(95, 255, 0, 0.1);
    line-height: 2rem;
    text-align: center;
    border-radius: 0.2rem;
    font-size: 0.75rem;
    color: #fff;
    margin-bottom: 1rem;
}

.box5 {
    display: flex;
    color: #ffffff;
}

.box5_text {
    font-size: 1rem 0.5rem;
}

.box6 {
    width: 100%;
    text-align: center;
    color: #ffffff;

}

.box6_text {
    font-size: 0.875rem;
    text-align: center;
}

/*产品页*/
.head {
    position: relative;
}
.head img {
    height: 13rem;
}

@media screen and (min-width: 768px) {
    .head img {
        width: 100vw;
        height: auto;
    }
}

.core-container {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.core-container .coreitem {
    background: #FFFFFF;
    margin: 0 0.5rem;
    width: calc(100% - 3rem);
    padding: 1rem;
    margin-bottom: 1rem;
}
.coreitem a{
    text-decoration: none;
    color: #3C3D3E;
}
.core-container .coreitem .protitle {
    font-size: 1.25rem;
    text-align: center;
    color: #0187c2;
}
.core-container .soulbtn {
    background: #76BD43;
    font-weight: 400;
    font-size: 1rem;
    color: #FFFFFF;
    width: 9rem;
    text-align: center;
    padding: 0.375rem;
    margin: 1rem auto;
}
.core-container .coreitem .prodec {
    font-size: 0.875rem;
    color: #3C3D3E;
}
.prodec h4{
   margin-top: 1rem;
    margin-bottom: 0.5rem;
}
.core-container .coreitem .product img {
    width: 100%;
    margin: 1rem 0;
}

.core-container .coreitem .proinfo {
    color: #3C3D3E;
    font-size: 0.875rem;
}
 .product{
    display: flex;
    flex-direction: column;
}
.product span{
    line-height: 1.5rem
}
/*解决方案*/
.soultionpage {
    background: #FFFFFF;
}

.soultion-container {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.soultion-container .soulitem {
    margin: 0 0.5rem;
    width: calc(100% - 3rem);
    padding: 1rem;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.soultion-container .soulitem a{
    text-decoration: none;
}

.soultion-container .soulitem .soultitel {
    background: #E9E9E966;
    /* border-radius: 8px; */
    z-index: 9;
    /* margin-bottom: -1rem; */
    padding: 1rem;
    width: 87%;
}

.bgcolore{
    background: linear-gradient(136deg, #a0c44eb0 0%, #028BBF 100%) !important;
}

.soultion-container .soulitem .soultitel .title {
    font-weight: 500;
    font-size: 2rem;
    color: #0A4E66;
}

.soultion-container .soulitem .bgcolore .title {
    font-weight: 500;
    font-size: 2rem;
    color: #fff;
}

.soultion-container .soulitem .soultitel .soulbtn {
    background: #76BD43;
    font-weight: 400;
    font-size: 1rem;
    color: #FFFFFF;
    width: 9rem;
    text-align: center;
    padding: 0.375rem;
    margin: 1rem 0;
}

.soultion-container .soulitem .bgcolore .defaultbtn {
    color: #FFFFFF;
    border-color: #fff;
}

.soultion-container .soulitem .soulimg img {
    width: 100%;
}

.soultiondetail-container .advantage{
    background: #F6F6F6;
    padding: 3rem 1rem;
}
.detailcontent-title {
    font-weight: 500;
    font-size: 2rem;
    color: #3C3D3E;
    text-align: center;
    margin-bottom: 2rem;
}
.soultiondetail-container .advantageinfo {
    text-align: center;
    font-weight: 400;
    font-size: 0.875rem;
    color: #3C3D3E;
    margin-bottom: 2rem;
}

.soultiondetail-container .advantageinfo img {
    width: 4rem;
    height: auto;
}
.soultiondetail-container .advantageinfo .advantageinfo-title {
    font-weight: 500;
    font-size: 1.25rem;
    color: #3C3D3E;
    margin: 1rem 0;
}

.soultiondetail-container .structure {
    padding: 3rem 1rem;
    background: #FFFFFF;
}
.soultiondetail-container .structure img {
    width: 100%;
}

.soultiondetail-container .case {
    padding: 3rem 1rem;
    background: #F6F6F6;
}
.soultiondetail-container .case .caseinfo{
    text-align: center;
    font-weight: 500;
    font-size: 1.25rem;
    color: #3C3D3E;
}

.soultiondetail-container .case .caseinfo img {
    width: 20rem;
    height: auto;
}

.head-title{
    position: absolute;
    left: 2rem;
    top: 5rem;
    font-weight: 600;
    font-size: 2rem;
    color: #76BD43;
}

.technical {
    text-align: center;
}
.technical img{
    width: calc(100% - 2rem);
    margin-top: 1rem;
}

/*关于我们*/
.about-container .aboutinfo {
    text-align: center;
}
.about-container .aboutinfo .titleimg{
    width: 12rem;
}
.about-container .aboutcontent{
    text-align: center;
}
.about-container .aboutcontent img {
    width: calc(100% - 2rem);
    margin-bottom: 2rem;
}

.about-container .aboutdesc {
    font-weight: 400;
    font-size: 0.875rem;
    color: #3C3D3E;
    line-height: 1.5rem;
    text-align: left;
    margin-bottom: 1rem;
    padding: 1rem;
}
.aboutdescinfo{
    color: #fff;
    line-height: 40px;
    padding: 1rem;
    background: #0A4E66;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.16);
    color: #FFFFFF;
}
.about-container .aboutdesc .infoimg img{
    width: 100%;
    margin-bottom: 1rem;
}
.about-container .aboutdesc .title{
    font-weight: 500;
    font-size: 1.5rem;
    color: #fff;
}

.about-container .abouttitle{
    font-weight: 500;
    font-size: 1.5rem;
    color: #3C3D3E;
}
.abpoutline {
    width: 5rem;
    height: 3px;
    background: #fff;
    margin: 1rem 0;
}
.companyinfo{
    padding: 1rem;
}
.contactinfo{
    background-color: #0A4E66;
}
.contactinfo .abouttitle{
    color: #fff;
}

.companyinfo .infodesc{
    font-weight: 400;
    font-size: 0.875rem;
    color: #3C3D3E;
    margin-bottom: 1rem;
}
.companyinfo .infodesc span {
    margin-left: 0.25rem;
}

.contactinfo .infodesc{
    color: #fff;
}

.bgaboutcompany {
    background: #a0a5a71c;
    padding: 1rem
}

.bgaboutcompany .infodesc{
    font-weight: 400;
    font-size: 0.875rem;
    /* color: #fff; */
    margin-bottom: 1rem;
}

.about-container .bgaboutcompany .abouttitle{
    font-weight: 500;
    font-size: 1.5rem;
    color: #0187C2;
}
.about-container .bgaboutcompany .abpoutline {
    width: 5rem;
    height: 3px;
    background: #0187C2;
    margin: 1rem 0;
}

.contactcompanytitle {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #fff;
    font-weight: 500;
}


.aboutsubtitle {
    font-weight: 500;
    font-size: 1.875rem;
    line-height: 4rem;
    background: linear-gradient(39deg, #028BBF 0%, #A0C44E 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.defaultbtn {
    width: 8rem;
    height: 2rem;
    border-radius: 7px;
    border: 2px solid #0A4E66;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 34px;
    background: none;
    box-shadow: none;
    color: #0A4E66;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}
.btnview{
    display: flex;
    justify-content: center;
    align-items: center;
}

/*-- Banner --*/
.banner-area {
    position: relative;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover;
    height: 13rem;
}

.banner-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 900;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 2rem;
    right: 0;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.5rem;
}