/* 清除样式 */
.sssdfdsddsfsdfsdf div,.sssdfdsddsfsdfsdf dl,.sssdfdsddsfsdfsdf dt,.sssdfdsddsfsdfsdf dd,.sssdfdsddsfsdfsdf ul,.sssdfdsddsfsdfsdf ol,.sssdfdsddsfsdfsdf li,.sssdfdsddsfsdfsdf h1,
.sssdfdsddsfsdfsdf h2,.sssdfdsddsfsdfsdf h3,.sssdfdsddsfsdfsdf h4,.sssdfdsddsfsdfsdf h5,.sssdfdsddsfsdfsdf h6,.sssdfdsddsfsdfsdf pre,.sssdfdsddsfsdfsdf form,
.sssdfdsddsfsdfsdf fieldset,.sssdfdsddsfsdfsdf input,.sssdfdsddsfsdfsdf textarea,.sssdfdsddsfsdfsdf blockquote,.sssdfdsddsfsdfsdf p {
	padding: 0;
	margin: 0;
	list-style: none;
	    text-decoration: none;
    font-family: "Noto Sans SC";
}
/* 根字体大小 */
.sssdfdsddsfsdfsdf{
    font-size: 16px;
}
/* 版心宽度 */
.sssdfdsddsfsdfsdf .w{
    width: 58.125rem;
    margin: 0rem auto;
}

@media only screen and (max-width: 975px){
    html {
        font-size: 12px !important;
    }
    .w{
        width: 31.25rem;
        margin: auto;
    }
}
/* 共用标题样式 */
.sssdfdsddsfsdfsdf .title_c{
    padding: 0.3125rem 0rem 2.1875rem 0rem;
    width: 31.25rem;
    height: 8.875rem;
    color: #ffffff;
    background-color: #0d6844;
    border: 0.75rem solid #399973;
}
.sssdfdsddsfsdfsdf .title_c h3{
    height: 7.75rem;
    text-align: center;
    line-height: 7.75rem;
    font-size: 4rem;
}
.sssdfdsddsfsdfsdf .title_c p{
    text-align: center;
    font-size: 1.3125rem;
}

@media only screen and (max-width: 975px){
.sssdfdsddsfsdfsdf .title_c{
        padding: 0.25rem 0rem 2.1875rem 0rem;
        width: 89%;
        height: 8rem;
        color: #ffffff;
        background-color: #0d6844;
        border: 0.75rem solid #399973;
    }
.sssdfdsddsfsdfsdf .title_c h3{
        height: 6rem;
        text-align: center;
        line-height: 6rem;
        font-size: 3.5rem;
    }
.sssdfdsddsfsdfsdf .title_c p{
        text-align: center;
        font-size: 1.25rem;
    }
}




/* 主页 */
.sssdfdsddsfsdfsdf .mainpage{
    position: relative;
    width: 58.125rem;
    overflow: hidden;
}
.sssdfdsddsfsdfsdf .mainpage img{
    display: block;
    width: 100%;
}

.sssdfdsddsfsdfsdf .title1{
    position: absolute;
    display:block;
    width: 100%;
    height: 4.625rem;
    top: 8.4375rem;
}
.sssdfdsddsfsdfsdf .title1 h3{
    /* margin: 8.4375rem 0rem 1.875rem; */
    font-size: 4.625rem;
    text-align: center;
    color: #ffffff;
    text-shadow: 0.3125rem 0.3125rem 0.3125rem rgba(2,79,60,.5);
}

.sssdfdsddsfsdfsdf .title2{
    position: absolute;
    width: 36.3125rem;
    height: 4.5rem;
    text-align: center;
    top: 15.125rem;
    left:50%;
    transform: translate(-50%, 50%);
    background-color: #ffffff;
    border-radius: 2.25rem;
}
.sssdfdsddsfsdfsdf .title2 h3{
    display: inline-block;
    height: 4.5rem;
    font-weight: normal;
    line-height: 4.5rem;
    font-size: 2.25rem;
    color: #005a48;
}



/* 主页移动 */
@media only screen and (max-width: 975px){
.sssdfdsddsfsdfsdf .mainpage{
        position: relative;
        width: 100%;

        overflow: hidden;
        
    }
.sssdfdsddsfsdfsdf .w {
    width: 100%;
    margin: 0rem auto;
}
.sssdfdsddsfsdfsdf .mainpage img{
        display: block;
        width: 100%;
    }
.sssdfdsddsfsdfsdf .mainpage .title1{
        position: absolute;
        display:block;
        width: 100%;
        height: 4rem;
        top: 4rem;
    }
.sssdfdsddsfsdfsdf .mainpage .title1 h3{

    font-size: 24px;
        text-align: center;
        color: #ffffff;
        text-shadow: 0.3125rem 0.3125rem 0.3125rem rgba(2,79,60,.5);
    }
    
.sssdfdsddsfsdfsdf .mainpage .title2{
        position: absolute;
        width: 28rem;
        height: 3.75rem;
        margin: 2.625rem auto;
        text-align: center;
        top: 5rem;
        left:50%;
        transform: translate(-50%, 50%);
        background-color: #ffffff;
        border-radius: 2.25rem;
    }
 .sssdfdsddsfsdfsdf .mainpage .title2 h3{
        display: inline-block;
        height: 3.75rem;
        font-weight: normal;
        line-height: 3.75rem;
        font-size: 1.75rem;
        color: #005a48;
    }
}

/* 标签 */
.sssdfdsddsfsdfsdf .label{
    /* height: 15.5rem; */
    margin: 0rem auto 0.75rem;
    background-color: #0d6844;
    overflow: hidden;
    box-shadow: 0rem 0.25rem 0.25rem -0.125rem #0d6844;
}
.sssdfdsddsfsdfsdf .label ul{
    margin: 3.125rem 0rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.sssdfdsddsfsdfsdf .label ul li{
    display:inline-block;
    margin: 0rem 2.15625rem;
    width: 9.375rem;
    height: 9.375rem;
    border-radius: 0.3125rem;
}
.sssdfdsddsfsdfsdf .label ul li img{
    width: 100%;
}
/* 移动标签 */
@media only screen and (max-width: 975px){

.sssdfdsddsfsdfsdf  .label{
        height:14rem;
        background-color: #0d6844;
        overflow: auto;
    }
.sssdfdsddsfsdfsdf .label ul{
        margin: 2rem 0rem;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
.sssdfdsddsfsdfsdf .label ul li{
        display:block;
        margin: 2%;
		width: 27%;
        height: 9rem;
        border-radius: 0.3125rem;
    }
.sssdfdsddsfsdfsdf .label ul li img{
        width: 100%;
    }

}






/* 产品信息 */
.sssdfdsddsfsdfsdf .info{
    background-color: #ffffff;
    overflow: hidden;
}
.sssdfdsddsfsdfsdf .info .info_title{
    margin:  2.5rem auto 3.5rem;
}

.sssdfdsddsfsdfsdf .info .info_ico{
    margin: 2rem auto 0rem;
    width: 47.75rem;
    border-radius: 1.875rem;
}
.sssdfdsddsfsdfsdf .info .info_ico img{
    width: 100%;
}
.sssdfdsddsfsdfsdf .info .info_list{
    margin: 2.625rem auto 0rem;
    width: 41.125rem;
    background-color: #fff;
}
.sssdfdsddsfsdfsdf .info .info_list li{
    padding-top: 1.25rem;
    height: 2.25rem;
    width: 100%;
    line-height: 2.25rem;
    font-size: 1.625rem;
    border-bottom: 0.125rem dashed  #005a4855;
}

/* 移动产品信息 */
@media only screen and (max-width: 975px){
.sssdfdsddsfsdfsdf .info{
        background-color: #ffffff;
        overflow: hidden;
    }

.sssdfdsddsfsdfsdf .info .info_title{
        margin:  0.5rem auto;
    }

.sssdfdsddsfsdfsdf .info .info_ico{
        margin: 0.5rem auto 0rem;
        width: 31.25rem;
        border-radius: 1.875rem;
        background-color: lightblue;
    }
.sssdfdsddsfsdfsdf .info .info_ico img{
        width: 100%;
    }
.sssdfdsddsfsdfsdf .info .info_list{
        margin: 1rem auto 0rem;
        width: 29rem;
        background-color: #fff;
    }
.sssdfdsddsfsdfsdf .info .info_list li{
        padding-top: 0.75rem;
        height: 2rem;
        width: 100%;
        line-height: 2rem;
        font-size: 1.125rem;
        border-bottom: 0.125rem dashed  #005a4855;
    }
}




/* 产品展示 */
.sssdfdsddsfsdfsdf .pic{
    margin: 2rem auto 0rem;
    /* height: 77rem; */
    background-color:#fff;
    overflow: hidden;
}

.sssdfdsddsfsdfsdf .pic .pic_title{
    margin:  0rem auto;
}

.sssdfdsddsfsdfsdf .pic .pic_pics{
    margin: 1.875rem auto 0rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
}
.sssdfdsddsfsdfsdf .pic .pics_container{
    margin: 0.625rem;
    width: 27.1875rem;
    height: 30.25rem;
    background-color: #ffffff;
}
.sssdfdsddsfsdfsdf .pic .pics_container img{
    width: 100%;
}
.sssdfdsddsfsdfsdf .pic .pics_container h3{
    margin: 1.6875rem auto 0rem;
    width: 100%;
    font-size: 1.875rem;
    font-weight: normal;
    color: #3f9b77;
    text-align: center;
}

@media only screen and (max-width: 975px){
.sssdfdsddsfsdfsdf .pic{
        margin: 1rem auto 0rem;
        background-color:#fff;
        overflow: hidden;
    }

.sssdfdsddsfsdfsdf .pic .pic_title{
        margin:  0rem auto;
    }
    
.sssdfdsddsfsdfsdf .pic .pic_pics{
        margin: 1rem auto 0rem;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        overflow: hidden;
    }
.sssdfdsddsfsdfsdf .pic .pics_container{
        margin: 0rem;
        width: 27.1875rem;
        height: 29.25rem;
        background-color: #ffffff;
    }
.sssdfdsddsfsdfsdf .pic .pics_container img{
        width: 100%;
    }
.sssdfdsddsfsdfsdf .pic .pics_container h3{
        margin: 1rem auto 0rem;
        width: 100%;
        font-size: 1.875rem;
        font-weight: normal;
        color: #3f9b77;
        text-align: center;
    } 
}








/* 小横幅开始 */
.sssdfdsddsfsdfsdf .banner_s{
    margin-top: 0.8125rem;
    /* height: 14rem; */
    background-color: #0d6844;
    border-top: 0.8125rem solid #399973;
    border-bottom: 0.8125rem solid #399973;
    /* border: 13px 0px 13px 0px solid #399973; */
    overflow: hidden;
}

.sssdfdsddsfsdfsdf .banner_s .banner_s_title{
    float: left;
    margin-left: 3.75rem;
    margin-top: 2rem;
}
.sssdfdsddsfsdfsdf .banner_s .banner_s_title h1{
    margin: 0rem -1.625rem;
    font-size: 2.625rem;
    color: #ffffff;
    /* font-weight: 800; */
}
.sssdfdsddsfsdfsdf .banner_s .banner_s_title h3{
    margin: 0.625rem 0rem;
    font-size: 1.75rem;
    font-weight: bold;
    color: red;
    text-shadow: 0 0 0.1em #fff, 0 0 0.1em #fff, 0 0 0.1em #fff;
    -webkit-text-stroke: 0.0625rem white;
    -webkit-text-fill-color:0.75rem black;
}

.sssdfdsddsfsdfsdf .banner_s .banner_s_title p{
    margin: 0.625rem 0px;
    font-size: 1.75rem;
    font-weight: bold;
    color: #ffffff;
}

.sssdfdsddsfsdfsdf .banner_s .banner_s_ico{
    float: right;
    margin: 2.125rem 3.125rem 2.1875rem 0rem;
    width: 9.5625rem;
    height: 9.6875rem;
}
.sssdfdsddsfsdfsdf .banner_s .banner_s_ico img{
    width: 100%;
}

@media only screen and (max-width: 975px){
.sssdfdsddsfsdfsdf .banner_s{
        margin-top: 0rem;
        background-color: #0d6844;
        border-top: 0.8125rem solid #399973;
        border-bottom: 0.8125rem solid #399973;
        /* border: 13px 0px 13px 0px solid #399973; */
        overflow: hidden;
    }
    
.sssdfdsddsfsdfsdf .banner_s .banner_s_title{
        float: left;
        margin: 2rem 0rem 0rem 1.5rem;
    }
.sssdfdsddsfsdfsdf .banner_s .banner_s_title h1{
        margin: 0rem 0rem 0rem -0.675rem;
        font-size: 1.5rem;

        color: #ffffff;
        /* font-weight: 800; */
    }
.sssdfdsddsfsdfsdf .banner_s .banner_s_title h3{
        margin: 0.625rem 0rem 0rem;
        font-size: 1rem;

        font-weight: bold;
        color: red;
        text-shadow: 0 0 0.1em #fff, 0 0 0.1em #fff, 0 0 0.1em #fff;
        -webkit-text-stroke: 0.0625rem white;
        -webkit-text-fill-color:0.75rem black;
    }
    
.sssdfdsddsfsdfsdf .banner_s .banner_s_title p{
        margin: 0.625rem 0rem 0rem;
        font-size: 1rem;

        font-weight: bold;
        color: #ffffff;
    }
    
.sssdfdsddsfsdfsdf .banner_s .banner_s_ico{
        float: right;
        margin: 2.125rem 1rem 1rem 0rem;
        width: 7.5rem;
        height: 7.5rem;
    }
.sssdfdsddsfsdfsdf .banner_s .banner_s_ico img{
        width: 100%;
    }
}

/* 性能优势 */
.sssdfdsddsfsdfsdf .advantages{
    /* height: 74rem; */
    overflow: hidden;
    background-color: #ffffff;
}

.sssdfdsddsfsdfsdf .advantages .advantages_title{
    margin:  3rem auto;
}


.sssdfdsddsfsdfsdf .advantages .advantages_pics_container{
    margin: 0.875rem auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.sssdfdsddsfsdfsdf .advantages_pics{
    margin: 1.25rem 4.125rem 0rem;
    width: 10rem;
    /* height: 17.5rem; */
    /* background-color: lightpink; */
}
.sssdfdsddsfsdfsdf .advantages .advantages_pics img{
    width: 100%;
    /* background-color: #0d6844; */
    border-radius: 80px;
}
.sssdfdsddsfsdfsdf .advantages .advantages_info{
    margin: 1.25rem auto 0rem;
    border-top:0.125rem solid #0d6844;
    border-bottom:0.1875rem solid #0d6844;
}
.sssdfdsddsfsdfsdf .advantages .advantages_info h3{
    display: block;
    margin: 0.875rem 0rem 0rem 0rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 2rem;
    font-weight: 300;
    text-align: center;
    color: #0d6844;
}
.sssdfdsddsfsdfsdf .advantages .advantages_info p{
    display: block;
    margin: 0.625rem 0rem 1rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    color: #e58700;
}
.sssdfdsddsfsdfsdf .advantages .advantages_content{
    margin: 0rem auto;
    width: 51rem;
    /* height: 18.75rem; */

}
.sssdfdsddsfsdfsdf .advantages .advantages_content p{
    line-height: 2.5rem;
    font-size: 1.5rem;
    text-indent:2em;
}

@media only screen and (max-width: 975px){
.sssdfdsddsfsdfsdf .advantages{
        margin: 1rem auto 0rem;
        overflow: hidden;
        background-color: #ffffff;
    }
    
.sssdfdsddsfsdfsdf .advantages .advantages_title{
        margin:  0rem auto;
    }
.sssdfdsddsfsdfsdf .advantages .advantages_pics_container{
        margin: 0.875rem auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
.sssdfdsddsfsdfsdf .advantages .advantages_pics{
        margin: 1.25rem 3rem 0rem;
        width: 8rem;
        /* background-color: lightpink; */
    }
.sssdfdsddsfsdfsdf .advantages .advantages_pics img{
        width: 100%;
        /* background-color: #0d6844; */
        border-radius: 80px;
    }
.sssdfdsddsfsdfsdf .advantages .advantages_info{
        margin: 1rem auto 0rem;
        border-top:0.125rem solid #0d6844;
        border-bottom:0.1875rem solid #0d6844;
    }
.sssdfdsddsfsdfsdf .advantages .advantages_info h3{
        display: block;
        margin: 0.5rem 0rem 0rem 0rem;
        height: 1.75rem;
        line-height: 1.75rem;
        font-size: 1.75rem;
        font-weight: 300;
        text-align: center;
        color: #0d6844;
    }
.sssdfdsddsfsdfsdf .advantages .advantages_info p{
        display: block;
        margin: 0.5rem 0rem 1rem;
        height: 1.25rem;
        line-height: 1.25rem;
        font-size: 1.25rem;
        font-weight: 700;
        text-align: center;
        color: #e58700;
    }
.sssdfdsddsfsdfsdf .advantages .advantages_content{
        margin: 0rem auto;
        width: 90%;
    }
.sssdfdsddsfsdfsdf .advantages .advantages_content p{
        line-height: 2.5rem;
        font-size: 1.25rem;
        text-indent:2em;
    }
}















/* 选择欧格 */
.choose{
    /* height: 1640px; */
    background-color: #3f9b7722;
    overflow: hidden;
}

.choose .choose_title{
    margin: 3.125rem auto 4.375rem;
    width: 37.5rem;

}

.choose .choose_title h3{
    line-height: 3.75rem;
    font-size: 3rem;
    color:#3f9b77;
    font-weight: 37.5rem;
    text-align: center;
}

.choose .choose_title span{
    display: block;
    margin: 0rem auto;
    width: 30.375rem;
    height: 3.375rem;
    line-height: 3.375rem;
    font-size: 1.75rem;
    font-weight: 600;
    text-align: center;
    color: #3f9b77;
    border: 0.125rem solid #3f9b77;
    border-radius: 1.6875rem;
}

.choose .choose_ads_container{
    margin: 0rem auto 3.5625rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.choose .choose_ad{
    margin: 0rem 1.5625rem;
    width: 10.5625rem;
    height: 14.25rem;
    background-color: #3f9b77;
    box-shadow: 0.75rem -0.75rem #c5d9d1;
}
.choose .choose_ad h3{
    margin: 2.5rem 0rem 0rem;
    line-height: 3.125rem;
    font-size: 3.125rem;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    text-shadow: 0rem 0.125rem 0.0625rem #005a48;
}

.choose .choose_pic{
    margin: 0rem auto;
    padding-top: 8rem;
    background-color: #ffffff;
}
.choose .choose_pic h3{
    display: block;
    margin: 0rem auto;
    width: 42.5rem;
    height: 5.375rem;
    line-height: 5.375rem;
    font-size: 3.75rem;
    font-weight: 600;
    text-align: center;
    color: #000;
    border-bottom: 0.125rem solid #000;
}

.choose .choose_pic img{
    margin: 3.125rem auto 0rem;
    width: 100%;
}


@media only screen and (max-width: 975px){
    .choose{
        /* height: 1640px; */
        background-color: #3f9b7722;
        overflow: hidden;
    }
    
    .choose .choose_title{
        margin: 3rem auto 4rem;
        width: 31.25rem;
    }
    
    .choose .choose_title h3{
        line-height: 3.75rem;
        font-size: 3rem;
        color:#3f9b77;
        font-weight: 37.5rem;
        text-align: center;
    }
    
    .choose .choose_title span{
        display: block;
        margin: 0rem auto;
        width: 30rem;
        height: 3.375rem;
        line-height: 3.375rem;
        font-size: 1.75rem;
        font-weight: 600;
        text-align: center;
        color: #3f9b77;
        border: 0.125rem solid #3f9b77;
        border-radius: 1.6875rem;
    }
    
    .choose .choose_ads_container{
        margin: 0rem auto 3rem;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .choose .choose_ad{
        margin: 1rem 1.5625rem;
        width: 10.5625rem;
        height: 14.25rem;
        background-color: #3f9b77;
        box-shadow: 0.75rem -0.75rem #c5d9d1;
    }
    .choose .choose_ad h3{
        margin: 2.5rem 0rem 0rem;
        line-height: 3.125rem;
        font-size: 3.125rem;
        font-weight: 700;
        color: #ffffff;
        text-align: center;
        text-shadow: 0rem 0.125rem 0.0625rem #005a48;
    }
    
    .choose .choose_pic{
        margin: 0rem auto;
        padding-top: 4rem;
        background-color: #ffffff;
    }
    .choose .choose_pic h3{
        display: block;
        margin: 0rem auto;
        width: 31.25rem;
        height: 4rem;
        line-height: 4rem;
        font-size: 2.5rem;
        font-weight: 600;
        text-align: center;
        color: #000;
        border-bottom: 0.125rem solid #000;
    }
    
    .choose .choose_pic img{
        margin: 3rem auto 0rem;
        width: 100%;
    }
}

/* 产品参数 */
.parm{
    /* height: 1640px; */
    overflow: hidden;
}
.parm .parm_title{
    margin:  0rem auto;

}

.parm .parm_info_container{
    margin: 4.8125rem auto 2.125rem;
    width: 54.375rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* justify-content: center; */
}

.parm .parm_info{
    margin: 0.125rem 0rem 0rem;
    width: 27.1875rem;
    height: 5rem;
    background-color: #fff;
}
.parm .parm_info span{
    display: block;
    float: left;
    width: 7.625rem;
    line-height: 3.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    text-align-last:justify;
    text-align:justify;
    text-justify:distribute-all-lines; 
    border-bottom: 0.125rem solid #c5d9d1;
}

.parm .parm_info p{
    display: block;
    float: left;
    width: 19.5625rem;
    line-height: 3.5rem;
    font-size: 1.5rem;
    font-weight: 500;
    border-bottom: 0.125rem solid #c5d9d1;
}



/* 产品参数移动 */
@media only screen and (max-width: 975px){
    .parm{
        /* height: 1640px; */
        overflow: hidden;
    }
    .parm .parm_title{
        margin:  0rem auto;
    }
    
    .parm .parm_info_container{
        margin: 2rem auto 2rem;
        width: 31.25rem;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        /* justify-content: center; */
    }
    .parm .parm_info{
        margin: 0.125rem auto 0rem;
        width: 90%;
        height: 4rem;
        background-color: #fff;
    }
    .parm .parm_info:last-child{
        display: none;
    }
    .parm .parm_info span{
        display: block;
        float: left;
        width: 30%;
        line-height: 3rem;
        font-size: 1.5rem;
        font-weight: 700;
        text-align-last:justify;
        text-align:justify;
        text-justify:distribute-all-lines; 
        border-bottom: 0.125rem solid #c5d9d1;
    }
    
    .parm .parm_info p{
        display: block;
        float: left;
        width: 60%;
        line-height: 3rem;
        font-size: 1.25rem;
        font-weight: 500;
        border-bottom: 0.125rem solid #c5d9d1;
    }
}




/* 应用场景 */
.application{
    overflow: hidden;
}
.application .application_title{
    margin:  0rem auto;
}


.application .application_pics_container{
    margin: 1.875rem 0rem 0rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

}

.application .application_pic{
    margin: 0.375rem;
    width: 27.8125rem;
    height: 18.3125rem;

}

.application .application_pic img{
    width: 100%;
}


@media only screen and (max-width: 975px){
    .applicaition{
        overflow: hidden;

    }
    .applicaition .application_title{
        margin:  0rem auto;
    
    }
    .applicaition .application_pics_container{
        margin: 1rem 0rem 0rem;
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    
    }
   
    .applicaition .application_pic{
        margin: 0.375rem;
        width: 27.8125rem;
        height: 18.3125rem;
    }
    
    .applicaition .application_pic img{
        width: 100%;
    }
}





/* 联系欧格 */
.contact{
    margin: 3rem auto;
    width: 54.5rem;
    /* height: 26.625rem; */
    background-color: #409d78;
    border-radius: 0.625rem;
    overflow: hidden;
}

.contact .contact_title{
    position: relative;
    width: 54.5rem;
    height: 5.25rem;
    background-color: #5ead8d;
    z-index: 1;
}
.contact .contact_title:after{
    content: "";
    position: absolute;
    width: 0rem;
    height: 0rem;
    top:5.25rem;
    border-left:27.25rem solid transparent;
    border-right:27.25rem solid transparent;
    border-top:5.875rem solid #5ead8d;
    z-index: 1;
}
.contact .contact_title p{
    position: absolute;
    margin: 2.6875rem 0rem 0rem;
    width: inherit;
    height: 1rem;
    line-height: 1rem;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    color: #ffffffaa;
    letter-spacing: 0.25rem;
    z-index: 2;
}

.contact .contact_title h3{
    position: absolute;
    margin: 3.9375rem 0rem 0rem;
    width: inherit;
    height: 3.635rem;
    line-height: 3.625rem;
    font-size: 3.635rem;
    font-weight: 800;
    text-align: center;
    color: #ffffff;
    z-index: 2;
}

.contact .contact_container{
    margin: 7.375rem 0rem 3rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.contact .contact_ico{
    width: 9.5625rem;
    height: 9.6875rem;
}
.contact .contact_ico img{
    width: 100%;
}
.contact .contact_content{
    margin: 0rem 2.25rem;
    /* width: 26.75rem; */
}

.contact .contact_content h3{
    line-height: 3.5rem;
    font-size: 1.75rem;
    font-weight: 750;
    color: #ffffff;
}
.contact .contact_content p{
    line-height: 2.25rem;
    font-size: 1.5rem;
    color: #ffffffcc;
}
.contact .contact_pic{
    width: 9.375rem;
    height: 10.75rem;
}
.contact .contact_pic img{
    width: 100%;
    height: 9.375rem;
}
.contact .contact_pic p{
    margin: 0.5rem 0rem 0rem;
    line-height: 1rem;
    font-size: 1rem;
    color: #ffffffcc;
    text-align: center;
}




@media only screen and (max-width: 975px){
    .contact{
        margin: 3rem auto;
        width: 28.125rem;
        /* height: 26.625rem; */
        background-color: #409d78;
        border-radius: 0.625rem;
        overflow: hidden;
    }
    
    .contact .contact_title{
        position: relative;
        width: 28.125rem;
        height: 3.9375rem;
        background-color: #5ead8d;
        z-index: 1;
    }
    .contact .contact_title:after{
        content: "";
        position: absolute;
        width: 0rem auto;
        height: 0rem;
        top:3.9375rem;
        border-left:14.0625rem solid transparent;
        border-right:14.0625rem solid transparent;
        border-top:4.4.625rem solid #5ead8d;
        z-index: 1;
    }
    .contact .contact_title p{
        position: absolute;
        margin: 0rem;
        top: 2.6875rem;
        width: inherit;
        height: 1rem;
        line-height: 1rem;
        font-size: 1rem;
        font-weight: 400;
        text-align: center;
        color: #ffffffaa;
        letter-spacing: 0.25rem;
        z-index: 2;
    }
    
    .contact .contact_title h3{
        position: absolute;
        margin: 3.9375rem auto 0rem;
        width: inherit;
        height: 3rem;
        line-height: 3rem;
        font-size: 3rem;
        font-weight: 800;
        text-align: center;
        color: #ffffff;
        z-index: 2;
    }
    
    .contact .contact_container{
        margin: 7rem 0rem 2rem;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .contact .contact_ico{
        width: 9.5625rem;
        height: 9.6875rem;
    }
    .contact .contact_ico img{
        width: 100%;
    }
    .contact .contact_content{
        margin: 0rem 2rem;
        /* width: 26.75rem; */
    }
    
    .contact .contact_content h3{
        line-height: 3.5rem;
        font-size: 1.5rem;
        font-weight: 750;
        color: #ffffff;
    }
    .contact .contact_content p{
        line-height: 2.25rem;
        font-size: 1.25rem;
        color: #ffffffcc;
    }
    .contact .contact_pic{
        width: 9.375rem;
        height: 10.75rem;
    }
    .contact .contact_pic img{
        width: 100%;
        height: 9.375rem;
    }
    .contact .contact_pic p{
        margin: 0.5rem 0rem 0rem;
        line-height: 1rem;
        font-size: 1rem;
        color: #ffffffcc;
        text-align: center;
    }
}