@charset "utf-8";
.header_2024 .header{
    background: rgba(255, 255, 255, 0.6);
}
.tech_banner {
    width: 100%;
    height: 320px;
    overflow: hidden;
    min-width: 1200px;
    background-color: #6643ff;
    margin-top: -96px;
}
.tech_content{
    display: flex;
    flex-direction: row;
    margin: 50px auto;
    width: 1200px;
}
.tech_content_left {
    display: flex
;
    flex-direction: column;
    width: 800px;
}
.tech_content_left .tech_banner_img {
    margin-bottom: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
}
.tech_content_left .tech_banner_img .tech_banner_content {
    padding: 50px 30px;
    width: 50%;
    height: 100%;
}
.tech_content_left .tech_banner_content .pages-title{
    font-size: 36px;
    color:#fff;
}
.tech_content_left .tech_banner_content .pages-content{
    font-size: 14px;
    color: #fff;
    width: 75%;
    line-height: 30px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
.tech_content_left .tech_banner_content .banner-btn{
    padding: 13px 40px;
    background-color: #E10E13;
    color: #fff;
    text-decoration: none !important;
    font-size: 16px;
    width: 25%;
    margin-top: 50px;
    cursor: pointer;
}
.tech_content_right{
    margin-left: 100px;
    width: 300px;
}
.tech_content_right .menu li.svb{
    margin-bottom: 30px;
    height: 26px;
    font-size: 14px;
    line-height: 26px;
}
.tech_content_right .menu li.cur{
    color:#E62024;
    border-bottom: 2px solid #E10E13;
}
.tech_content_right .menu li.cur a{
    color:#E62024;
}
.tech_content_right .tech_consult{
    display: flex;
    flex-direction: column;
    padding: 30px;
    background: whitesmoke;
}
.tech_content_right .tech_consult p{
    margin: 0 0 1em;
}
.tech_content_right .tech_consult .consult_title{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    line-height: 26px;
}
.tech_content_right .tech_consult .consult_tel {
    font-size: 14px;
    line-height: 18px;
}
.tech_content_right .tech_consult img.consult_icon {
    width: 15px;
    height: auto;
    margin-right: 5px;
}
.tech_content_right .tech_consult .consult_btn{
    display: block;
    width: 235px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-top: 20px;
    font-size: 16px;
    background: #E10E13;
    color: #f5f5f5;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}