.content{
    max-width: 1600px;
    margin: 0 auto;
    width: -webkit-fill-available;
    display: inherit;
}

/*--------------------------------------------------------------------------------------------------------产品中心*/
.i_pro .pro_list .item {
    border-radius: 8px;
    transition: all 0.3s ease;
    padding-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.i_pro .pro_list .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.i_pro .pro_list .all_pro {
    margin: 40px auto 0;
    width: 200px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #3b82f6;
    border-radius: 25px;
    text-align: center;
    background: transparent;
    transition: all 0.3s ease;
    overflow: hidden;
}
.i_pro .pro_list .all_pro a {
    color: #3b82f6;
    font-size: 14px;
    font-family: 'Opensans-Regular';
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: color 0.3s ease;
    display: block;
    width: 100%;
    height: 100%;
}
.i_pro .pro_list .all_pro:hover {
    background: #3b82f6;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}
.i_pro .pro_list .all_pro:hover a {
    color: #ffffff;
}
.i_pro .pro_list .item .info {
    margin-top: 20px;
    padding: 0 15px;
    text-align: center;
    overflow: hidden;
}
.i_pro .pro_list .item .info a {
    display: block;
    white-space: nowrap;
    min-height: 42px;
    height: 42px;
    font-size: 16px;
    color: #1f2937;
    font-family: 'Poppins-Regular';
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.3s ease;
    line-height: 1.5;
}
.i_pro .pro_list .item:hover .info a {
    color: #3b82f6;
    text-decoration: none;
}
/*--------------------------------------------------------------------------------------------------------关于我们*/
.i_txt a.read_more {
    display: inline-block;
    margin: 40px auto 0;
    padding: 0 30px;
    min-width: 200px;
    height: 50px;
    line-height: 50px;
    background: #3b82f6;
    border: 2px solid #3b82f6;
    border-radius: 25px;
    font-size: 14px;
    color: #ffffff;
    font-family: 'Poppins-Regular';
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.2);
}



/*--------------------------------------------------------------------------------------------------------新闻中心*/
.i_info .info_list .item {
    border-radius: 8px;
    transition: all 0.3s ease;
    padding-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.i_info .info_list .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.i_info .info_list .item .info {
    margin-top: 20px;
    padding: 0 20px;
}
.i_info .info_list .item .info .s_title a {
    font-size: 16px;
    color: #1f2937;
    font-family: Poppins-Regular;
    font-weight: 600;
    transition: color 0.3s ease;
    text-decoration: none;
    display: block;
    line-height: 1.5;
}
.i_info .info_list .item:hover .info .s_title a {
    color: #3b82f6;
}
.i_info .info_list .item:hover .info .read_more a {
    color: #3b82f6;
}






/*--------------------------------------------------------------------------------------------------------产品列表*/
.products {
    padding: 30px 0 60px;
}
.products .left_outer {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 20px;
    margin-bottom: 20px;
    float: left;
    width: 300px;
    box-sizing: border-box;
}
.products .pro_cate .page_name {
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #3b82f6;
    height: auto;
    line-height: 1.4;
}
.products .pro_cate .content {
    margin-top: 10px;
}
.products .pro_cate .list {
    margin-bottom: 8px;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.products .pro_cate .first_cate {
    padding: 7px 15px;
    background: transparent;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    height: auto;
    line-height: 1.3;
    min-height: auto;
}
.products .pro_cate .first_cate:hover {
    background: #f3f4f6;
    padding-left: 20px;
}
.products .pro_cate .first_cate a {
    font-size: 16px;
    font-weight: 600;
    color: #374151;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
}
.products .pro_cate .first_cate a:hover, .products .pro_cate .first_cate .on {
    color: #3b82f6;
}
.products .pro_cate .first_cate .border {
    width: 37px;
    border-bottom: 0px solid #3b82f6;
}
.products .hot_pro .title {
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #3b82f6;
    height: auto;
    line-height: 1.4;
}
.products .hot_pro .list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.products .hot_pro .list .item {
    display: flex;
    align-items: center;
    gap: 15px;
    /*padding: 12px;*/
    background: #f9fafb;
    border-radius: 8px;
    transition: all 0.3s ease;
    height: auto;
    min-height: 90px;
    margin-top: 0;
    width: 100%;
}
.products .hot_pro .list .item:hover {
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateX(5px);
}
.products .contenter .web_position .title {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 10px;
    padding-bottom: 0;
    border-bottom: none;
    margin-top: 0;
}











.products .brief_desction {
    margin-bottom: 20px;
}
.products .contenter .contents{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 10px;
    /*margin-left: -10px;*/
    /*margin-right: -10px;*/
}
.products .contents .blk {
    width: calc(25% - 15px);
    margin: 0;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    text-align: center;
    padding-bottom: 15px;
    float: none !important;
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
    box-sizing: border-box;
}
.products .contents .blk:nth-child(4n+1) {
    margin-left: 0;
}
.products .contents .blk:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.products .contents .blk .name {
    padding: 15px 12px 12px;
    margin: 0;
}
.products .contents .blk .name a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #1f2937;
    text-decoration: none;
    line-height: 1.4;
    margin-bottom: 12px;
    height: auto;
    min-height: 40px;
    transition: color 0.3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.products .contents .blk .name .btn_go_quote {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 18px;
    background: #3b82f6;
    color: #ffffff;
    border: 2px solid #3b82f6;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 0;
    height: auto;
    line-height: 1;
    vertical-align: middle;
}
.products .contents .blk .name a:hover {
    color: #9bbbef;
}


.products .web_turn_page a, .products .web_turn_page span {
    display: inline-block;
    padding: 10px 20px;
    margin: 0 4px;
    border-radius: 8px;
    text-decoration: none;
    color: #374151;
    background: #ffffff;
    border: none;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
}
.products .web_turn_page a:hover {
    background: #3b82f6;
    color: #ffffff;
    border-color: #3b82f6;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}



/*------------------------------------------------------------------------------------底部*/


#newsletter {
    width: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 50px 0;
}
.newsletter_text h4 {
    margin-bottom: 10px;
    line-height: 1.4;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    text-align: left;
}
.newsletter_text p {
    margin-bottom: 0;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    text-align: left;
}
.newsletter .newsletter_right .newsletter_form .newsletter_email {
    border-radius: 25px 0 0 25px;
}