.inner_banner_bg{
    width: 100%;
    height: 400px;
    background-color: #eeeeee;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.inner_wx_ewm_all{
    position: absolute;
    top: calc(50% - 96px);
    right: 0;
    width: 160px;
    height: 192px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .36);
}
.inner_wx_ewm_title{
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #ffffff;
    background-color: #222222;
    text-align: center;
}
.inner_wx_ewm_content{
    width: 100%;
    height: 160px;
    padding: 10px;
    background-color: #f8f8f8;
    box-sizing: border-box;
}
.inner_wx_ewm_content img{
    width: 100%;
    height: 100%;
}
.inner_display_all{
    width: 100%;
}
.inner_about_display{
    width: 100%;
    min-height: 280px;
    box-sizing: border-box;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .16);
}
.inner_display_single{
    width: 19%;
    margin-right: 1.25%;
}
.inner_display_single:nth-child(5n){
    margin-right: 0;
}
.inner_display_single{
    padding: 16px;
    min-height: 200px;
    box-sizing: border-box;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    transition: .3s ease-in-out;
}
.inner_display_single .iconfont{
    color: var(--primary-color);
}
.inner_display_single_icon{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #f2f2f2;
}
.inner_display_single h2{
    color: #333333;
    margin-top: 16px;
}
.inner_display_single p{
    font-size: 16px;
    color: #999999;
    margin-top: 8px;
    text-align: center;
}
.inner_display_single:hover{
    transform: scale(1.05) translateY(-8px);
}
.inner_display_map{

}
.address-map{
  border: 1px solid #cccccc;
  /* margin-top: 40px; */
  width: 100%;
  height: 400px;
}
.online_display_all{
    width: 100%;
}
.online_display_title{
    font-size: 18px;
    color: #333333;
}
.online_display_content{
    width: 100%;
    margin-top: 24px;
}
.online_display_single{
    width: 100%;
    /* margin-right: 2%; */
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 16px;
}
.online_display_single:nth-child(2n){
    margin-right: 0;
}
.online_display_single p{
    width: 14%;
    font-size: 14px;
    margin-top: 12px;
}
.online_display_single input{
    width: 86%;
    border: 1px solid #cccccc;
    height: 48px;
    padding-left: 12px;
    outline: none;
}
.online_display_single input:focus{
    border: 1px solid #666666;
}
.online_display_single input::placeholder{
    color: #999999;
}
.online_display_single textarea{
    width: 86%;
    border: 1px solid #cccccc;
    height: 48px;
    padding-left: 12px;
    padding-top: 12px;
    height: 160px;
    outline: none;
}
.online_display_single textarea::placeholder{
    color: #999999;
}
.online_display_single button{
    cursor: pointer;
    width: 100%;
    height: 48px;
    background-color: var(--primary-color);
    border: none;
    font-size: 14px;
    outline: none;
    color: #ffffff;
}
.online_display_single button:hover{
    opacity: .8;
}


.inner_about_img{
    width: 48%;
    height: 100%;
    font-size: 0;
}
.inner_about_img img{
    width: 100%;
    height: 100%;
}
.inner_about_text{
    width: 48%;
    padding-right: 0;
    box-sizing: border-box;
    max-height: 400px;
    overflow: auto;
}
.inner_about_text h2{
    color: var(--primary-color);
}
.inner_about_text h2 span{
    opacity: .2;
}
.inner_about_text p{
    color: #666666;
    font-size: 14px;
    line-height: 28px;
    margin-top: 0;
    text-align: justify;
}

.pro_display_inner_all{
    width: 100%;

}
.pro_display_inner_l{
    width: 20%;
}
.pro_display_inner_r{
    width: 76%;
}
.pro_display_inner_l_c{
    width: 100%;
    margin-bottom: 24px;
    /* border-radius: 8px; */
    overflow: hidden;
}
.pro_display_inner_l_title{
    box-sizing: border-box;
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    color: #ffffff;
    background-color: var(--primary-color);
}
.pro_display_inner_l_l{
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #eeeeee;
}
.pro_display_inner_l_l li a{
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 16px 16px;
    font-size: 14px;
    color: #333333;
    border-bottom: 1px solid #eeeeee;
    transition: .3s ease-in-out;
    white-space:nowrap;/* 规定文本是否折行 */  
    overflow: hidden;/* 规定超出内容宽度的元素隐藏 */
    text-overflow: ellipsis;
}
.pro_display_inner_l_l li:last-child a{
    border-bottom: none;
}
.pro_display_inner_l_l li a:hover{
    background-color: var(--primary-color);
    color: #ffffff;
}
.news_inner_display_content_single{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}
.news_inner_display_content_single_c{
    width: 80%;
    padding-right: 72px;
    height: 120px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
}
.news_inner_display_content_single_c h2{
    font-size: 14px;
    color: #999999;
    margin-top: 8px;
    margin-bottom: 8px;
}
.news_inner_display_content_single_c h3{
    font-size: 18px;
    color: #333333;
    margin-bottom: 8px;
    transition: .3s ease-in-out;
}
.news_inner_display_content_single_c p{
    font-size: 14px;
    color: #666666;
    overflow: hidden;      
    text-overflow: ellipsis;      
    display: -webkit-box; /* 将对象作为弹性伸缩盒子模型显示 */      
    -webkit-line-clamp: 2; /* 控制最多显示几行 */      
    -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */ 
}
.news_inner_display_content_single_img{
    width: 20%;
    height: 120px;
    overflow: hidden;
}
.news_inner_display_content_single_img img{
    width: 100%;
    height: 100%;
    transition: .3s ease-in-out;
}
.news_inner_display_content_single:hover .news_inner_display_content_single_img img{
    transform: scale(1.05);
}
.news_inner_display_content_single:hover .news_inner_display_content_single_c h3{
    color: var(--primary-color);
}
.news_detail_inner_ht{
    box-sizing: border-box;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    padding-left: 16px;
    color: #333333;
}
/*.news_detail_inner_title::after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 4px;*/
/*    left: 0;*/
/*    width: 6px;*/
/*    height: 24px;*/
/*    background-color: var(--primary-color);*/
/*}*/
.news_detail_inner_dt{
    margin-top: 12px;
    color: #666666;
    font-size: 14px;
}
.news_detail_inner_des{
    margin: 16px 0;
    padding: 8px 0;
    font-size: 14px;
    color: #666666;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
.news_detail_inner_content p{
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 12px;
    text-indent: 28px;
}
.news_detail_inner_content img{
    width: 66%;
    display: block;
    margin: auto;
}
.news_detail_inner_c_prev_next{
    margin-top: 16px;
}
.news_detail_inner_c_prev_next a{
    font-size: 14px;
    color: #666666;
}
.news_detail_inner_c_prev_next a:hover{
    color: var(--primary-color);
}
.pro_online_order_btn{
    width: 140px;
    height: 40px;
    color: #ffffff;
    background-color: var(--primary-color);
    outline: none;
    border: none;
    font-size: 14px;
    margin-top: 16px;
}
.pro_display_contact_c_all{
    width: 100%;
    height: 100px;
    background-color: var(--primary-color);
    margin-bottom: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding-left: 24px;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    transition: .3s ease-in-out;
}
.pro_display_contact_c_all .iconfont-inner{
    color: #ffffff;
    font-size: 100px;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    opacity: .14;
    transition: .3s ease-in-out;
}
.pro_display_contact_c_all:hover{
    opacity: .88;
    padding-left: 36px;
}
.pro_display_contact_c_all:hover .iconfont-inner{
    font-size: 120px;
    bottom: -20px;
}
.pro_display_online_c{
    background-color: var(--secondary-color);
}
.inner_display_single_n{
    box-sizing: border-box;
    width: 19%;
    margin-right: 1.2%;
    padding: 20px 12px;
    background-color: #f8f8f8;
    /* border: 1px solid #eeeeee; */
    min-height: 100px;
    position: relative;
    overflow: hidden;
    transition: .3s ease-in-out;
}
.inner_display_single_n:hover{
    transform: translateY(-4px);
    box-shadow: 0 38px 16px -28px rgba(0, 0, 0, .12);
}
.inner_display_single_n:last-child{
    margin-right: 0;
}
.inner_display_single_n i{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 88px;
    color: var(--primary-color);
    opacity: .06;
    pointer-events: none;
}
.inner_display_single_n h2{
    font-size: 16px;
    color: var(--primary-color);
}
.inner_display_single_n h2 span{
    /* font-size: 14px; */
    color: var(--primary-color);
}
.inner_display_single_n p{
    font-size: 18px;
    margin-top: 12px;
    font-weight: bold;
    color: #222222;
}
@media (max-width: 480px){
    .inner_about_img{
        width: 100%;
    }
    .inner_about_text{
        width: 100%;
        padding: 16px;
    }
    .inner_about_display{
        height: auto;
    }
    .pro_display_inner_l{
        display: none;
    }
    .pro_display_inner_r{
        width: 100%;
    }
    .pro_display_inner_r{
        padding: 4px !important;
    }
    .news_inner_display_content_single_img{
        display: none;
    }
    .news_inner_display_content_single_c{
        width: 100%;
        padding: 0;
    }
    .inner_display_map_all{
        width: 100%;
    }
    .online_display_all{
        width: 100%;
    }
    .inner_display_single{
        width: 100%;
        margin-right: 0;
    }
    .inner_banner_bg{
        height: 200px;
    }
    .address-map{
        height: 300px;
    }
    .news_inner_display_content_single{
        width: 100%;
        margin-right: 0;
    }
    .inner_display_single_n{
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
    }
}