main{
    min-width: calc(var(--width) + var(--calc-value));
    background-color: #F6F8F9;
}
/* 页面tab开始 */
.page_title_two{
    position: relative;
}
.service_tabs{
    width: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
}
.service_tab{
    width: 133px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #171717;
    transition: 0.3s;
    cursor: pointer;
}
.service_tab:hover{
    color: #FCFCFE;
    background-color: var(--primary-color);
    opacity: 0.8;
}
.service_tab_active{
    color: #FCFCFE;
    background-color: var(--primary-color);
    opacity: 1 !important;
}
/* 页面tab结束 */
.service_main{
    width: var(--width);
    background: #FFFFFF;
    border-radius: 10px;
    margin: 20px auto 0;
    padding: 40px 20px;
    display: none;
}
.service_main_active{
    display: block;
}
/* 企业荣誉开始 */
#qiyerongyu{
    background-color: transparent;
    padding: 0;
}
.honor_introduction{
    width: 100%;
    height: 672px;
    position: relative;
}
.honor_introduction_bj{
    width: 100%;
    height: 100%;
    position: absolute;
}
.honor_introduction_info{
    width: 550px;
    padding: 30px;
    box-sizing: content-box;
    position: relative;
}
.honor_top{
    width: 100%;
    padding-bottom: 39px;
    border-bottom: 1px solid #75B7E8;
    position: relative;
}
.honor_top_h1{
    font-size: 16px;
    color: #FFFFFF;
}
.honor_top_h2{
    font-weight: 800;
    font-size: 30px;
    color: #FFFFFF;
    margin-top: 10px;
}
.honor_top_xian{
    width: 281px;
    height: 2px;
    background: #FCFCFE;
    position: absolute;
    bottom: -1px;
}
.honor_introduction_text{
    width: 100%;
    height: 150px;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 35px;
}
.honor_introduction_text span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7; /* 限制显示的行数为2 */
    overflow: hidden;
    text-overflow: ellipsis;
}
.honor_introduction_icon{
    width: 393px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 43px;
}
.honor_introduction_icon img{
    height: 58px;
}
.honor_swiper{
    width: 100%;
    position: relative;
    margin-top: 50px;
}
.swiper-container{
    width: 1117px;
    overflow: hidden;
    margin: 0 auto 0;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.swiper-slide img {
    width: 100%;
    height: 348px;
}
.swiper-slide p{
    font-size: 16px;
    color: #171717;
    margin-top: 13px;
}
.swiper-button-next{
    width: 85px;
    height: 85px;
    right: var(--swiper-navigation-sides-offset,0px);
}
.swiper-button-prev{
    width: 85px;
    height: 85px;
    left: var(--swiper-navigation-sides-offset,0px);
}
.swiper-button-next::after{
    opacity: 0;
    display: none;
}
.swiper-button-prev::after{
    opacity: 0;
    display: none;
}
.swiper-button-next img{
    width: 85px;
    height: 85px;
}
.swiper-button-prev img{
    width: 85px;
    height: 85px;
}
/* 企业荣誉结束 */
/* 企业咨询开始 */
#qiyezixun{
    background-color: transparent;
    padding: 0;
    margin-top: 0;
}
.service_main_zixun{
    width: 100%;
    padding: 20px 30px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    cursor: default;
}
.service_main_zixun_time{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.service_main_zixun_time .p1{
    font-weight: bold;
    font-size: 22px;
    color: #171717;
}
.service_main_zixun_time .p2{
    font-size: 16px;
    color: #171717;
    margin-top: 6px;
}
.service_main_zixun_flex{
    width: calc(100% - 94px);
    display: flex;
    justify-content: space-between;
}
.service_main_zixun_flex_left{
    width: 190px;
    height: 110px;
    border-radius: 10px;
    overflow: hidden;
}
.service_main_zixun_flex_left img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.3s;
}
.service_main_zixun:hover .service_main_zixun_flex_left img{
    transform: scale(1.2);
}
.service_main_zixun_flex_right{
    width: calc(100% - 190px - 19px);
}
.service_main_zixun_name{
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    color: #171717;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.service_main_zixun_desc{
    width: 100%;
    font-size: 16px;
    color: #767676;
    margin-top: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 限制显示的行数为2 */
    overflow: hidden;
}
/* 企业咨询结束 */
/* 联系我们开始 */
#lianxiwomen{
    background-color: transparent;
    padding: 0;
}
.top_tips{
    width: 100%;
    font-size: 16px;
    color: #171717;
}
.lianxifangshi{
    width: 100%;
    height: 439px;
    margin-top: 20px;
    position: relative;
}
.lianxifangshi_bj{
    width: 100%;
    height: 100%;
    position: absolute;
}
.lianxifangshi_title{
    width: 100%;
    padding-top: 32px;
    font-weight: 800;
    font-size: 26px;
    color: #171717;
    text-align: center;
    position: relative;
}
.lianxifangshi_desc{
    width: 100%;
    font-size: 16px;
    color: #767676;
    text-align: center;
    margin-top: 12px;
    position: relative;
}
.lianxifangshi_flex{
    width: 100%;
    padding-top: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 100px;
    position: relative;
}
.lianxifangshi_card{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.lianxifangshi_icon{
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lianxifangshi_icon img{
    width: 100%;
    height: 100%;
}
.lianxifangshi_icon .img1{
    width: 50px;
    height: 50px;
}
.lianxifangshi_name{
    font-size: 16px;
    color: #171717;
    margin-top: 12px;
}
.lianxifangshi_info{
    font-weight: bold;
    font-size: 20px;
    color: #171717;
    margin-top: 2px;
}
.message{
    width: 100%;
    height: 403px;
    margin-top: 20px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
}
.message_left{
    width: 500px;
    height: 403px;
}
.message_right{
    width: calc(100% - 500px);
    padding: 0 20px;
}
.message_title{
    width: 100%;
    font-weight: 800;
    font-size: 26px;
    color: #171717;
    text-align: center;
}
.message_flex{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 46px;
}
.message_block{
    display: flex;
    align-items: center;
}
.message_block span{
    font-size: 16px;
    color: #171717;
}
.message_input{
    width: 170px;
    height: 38px;
    border-radius: 4px;
    border: 1px solid #D1D4D6;
    margin-left: 12px;
    padding: 0 12px;
    display: flex;
    align-items: center;
}
.message_input input{
    width: 100%;
    font-size: 16px;
    color: #171717;
}
.message_desc{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.message_desc span{
    font-size: 16px;
    color: #171717;
    padding-top: 12px;
}
.message_textarea{
    width: 716px;
    height: 131px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #D1D4D6;
    padding: 12px;
}
.message_textarea textarea{
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #171717;
    resize: none;
}
.message_btn{
    width: 170px;
    height: 48px;
    background: var(--primary-color);
    border-radius: 8px;
    font-size: 18px;
    color: #FCFCFE;
    line-height: 48px;
    text-align: center;
    margin: 32px auto 0;
    cursor: pointer;
}
/* 联系我们结束 */
/* 企业资讯详情开始 */
.newsdetail{
    width: var(--width);
    background: #FFFFFF;
    border-radius: 10px;
    margin: 20px auto 0;
    padding: 30px 20px;
}
.news_title{
    width: 100%;
    font-weight: 800;
    font-size: 22px;
    color: #171717;
    text-align: center;
}
.news_time{
    width: 100%;
    font-size: 16px;
    color: #767676;
    text-align: center;
    margin-top: 12px;
}
.richtext{
    width: 100%;
    margin-top: 40px;
}
/* 企业资讯详情结束 */