* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: ' ';
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

.copy a {
    color: #666 !important;
}

 :root {
    --main-color: #e60012;
    --main-color-white: #ffffff;
    --main-color-fontColor: #555555;
    --main-color-p_color: #333333;
    --main-color-span_color: #888888;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media screen and (min-width:996px) and (max-width:1200px) {
    .pcnav>li>a {
        padding: 0 15px !important;
        font-size: 14px !important;
    }
}

@media only screen and (min-width: 996px) {
    .pchead {
        width: 100%;
        height: 93px;
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .pcheader {
        max-width: 1530px;
        margin: 0 auto;
        padding: 0 65px;
        height: 93px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .pclogo {
        width: 29%;
    }
    .pclogo img {
        width: 100%;
    }
    .pcnav {
        display: flex;
        align-items: center;
    }
    .pcnav>li>a {
        display: block;
        height: 80px;
        line-height: 80px;
        padding: 0 20px;
        color: #333;
        font-size: 16px;
    }
    .act1 {
        color: #e60012 !important;
        border-bottom: 3px solid #e60012;
    }
    .pcnav>li {
        position: relative;
    }
    .pcnav>li>a:hover {
        color: #e60012;
    }
    .pcdrop {
        position: absolute;
        width: 145px;
        top: 110%;
        left: 0;
        opacity: 0;
        visibility: hidden;
        transition: all ease 0.2s;
        z-index: 99;
    }
    .pcnav>li:hover .pcdrop {
        opacity: 1 !important;
        visibility: visible !important;
        top: 100% !important;
    }
    .pcdrop a {
        display: block;
        transition: all ease 0.4s;
        height: 40px;
        line-height: 40px;
        padding-left: 20px;
        font-size: 14px;
        background-color: #f3f3f3;
        color: #666;
    }
    .pcdrop a:hover {
        background-color: #e60012 !important;
        color: #fff !important;
    }
    .mbhead {
        display: none;
    }
    .mbnav {
        display: none;
    }
    .banner {
        width: 100%;
        height: 480px;
    }
    .banner img {
        width: 100%;
        height: 480px;
        object-fit: cover;
    }
    .banner1 {
        width: 100%;
        height: 480px;
    }
    .banner1 img {
        width: 100%;
        height: 480px;
        object-fit: cover;
    }
    .bannerpos {
        width: 1200px;
    }
    .bannercover {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .bannerpos strong {
        font-size: 36px;
        color: #fff;
        margin-bottom: 20px;
        display: block;
    }
    .bannerpos p {
        font-size: 24px;
        color: #fff;
        margin-bottom: 45px;
    }
    .bannerpos a {
        display: block;
        text-align: center;
        color: #e60012;
        font-size: 14px;
        background-color: #fff;
        width: 130px;
        height: 40px;
        line-height: 40px;
        transition: all ease 0.4s;
        border-radius: 40px;
    }
    .bannerpos a:hover {
        color: #fff !important;
        background-color: #e60012 !important;
    }
    .sep {
        height: 93px;
    }
    .con1 {
        width: 100%;
        background-image: url(../images/bg1.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        justify-content: space-between;
    }
    .con1left {
        width: 12.5%;
    }
    .con1center {
        width: 37.5%;
        padding: 65px 0;
    }
    .con1right {
        flex: 1;
    }
    .con1right img {
        width: 100%;
    }
    .con1center h1 {
        color: #333;
        font-size: 36px;
    }
    .con1center strong {
        color: #728898;
        font-size: 24px;
        display: block;
        margin-bottom: 30px;
    }
    .con1center p {
        color: #666;
        font-size: 14px;
        line-height: 25px;
    }
    .con1center ul {
        display: flex;
        flex-wrap: wrap;
        margin-top: 55px;
    }
    .con1center ul li {
        width: 31%;
        margin-bottom: 45px;
        padding-right: 25px;
    }
    .con1center ul li h3 {
        color: #e60012;
        font-size: 36px;
    }
    .con1center ul li span {
        color: #666;
        font-size: 14px;
    }
    .more {
        display: block;
        width: 130px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        background-color: #e60012;
        font-size: 14px;
        border-radius: 40px;
    }
    .con2 {
        padding: 100px 0;
        background-image: url(../images/bg2.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con2con {
        max-width: 1530px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .title {
        font-size: 36px;
        color: #333;
        text-align: center;
        display: block;
        margin-bottom: 15px;
        position: relative;
        margin-bottom: 55px;
    }
    .title::after {
        position: absolute;
        content: '';
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #e60012;
        width: 40px;
        height: 3px;
    }
    .con2con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .imgbox {
        display: block;
        overflow: hidden;
    }
    .imgbox img {
        transition: all ease 0.4s;
    }
    .con2con ul li {
        width: 31%;
    }
    .con2con ul li img {
        width: 100%;
    }
    .con2con ul li p {
        font-size: 16px;
        color: #333;
        font-weight: bold;
        word-wrap: normal;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        overflow-wrap: break-word;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }
    .con1box {
        padding: 15px;
        background-color: #f8f8f8;
    }
    .con2con ul li h4 {
        font-weight: normal;
        color: #666;
        font-size: 14px;
        padding: 10px 0;
    }
    .con2con ul li span {
        display: block;
        font-size: 14px;
        color: #666;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        height: 3.14em;
        line-height: 1.57em;
        overflow: hidden;
        overflow-wrap: break-word;
        position: relative;
        white-space: normal;
    }
    .con2con ul li:hover img {
        transform: scale(1.1);
    }
    .con2con .more {
        margin: 0 auto;
        margin-top: 30px;
    }
    .con3 {
        width: 100%;
        padding: 100px 0;
        background-color: #f3f3f3;
    }
    .con3con {
        max-width: 1530px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .con3con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con3con ul li {
        position: relative;
        border-bottom: 4px solid transparent;
        transition: all ease 0.4s;
        width: 32%;
        height: 430px;
        margin-bottom: 30px;
    }
    .con3con ul li img {
        width: 100%;
        height: 430px;
        object-fit: cover;
        transition: all ease 0.4s;
    }
    .con3con ul li:hover img {
        transform: scale(1.1);
    }
    .con3con ul li a {
        display: block;
        overflow: hidden;
    }
    .con3con ul li:hover {
        border-bottom: 4px solid #e60012;
    }
    .con3pos {
        width: 100%;
        position: absolute;
        bottom: 0;
        padding: 25px;
        left: 0;
        z-index: 9;
    }
    .con3pos p {
        font-size: 14px;
        color: #fff;
        margin-bottom: 10px;
    }
    .con3pos strong {
        font-size: 24px;
        color: #292929;
        display: block;
        margin-bottom: 10px;
    }
    .con3pos a {
        display: block;
        color: #292929;
        font-size: 14px;
    }
    .bigli {
        width: 66% !important;
    }
    .banner1 strong {
        text-align: center;
    }
    .banner1 p {
        text-align: center;
    }
    .banner1 .bannerpos a {
        margin: 0 auto;
    }
    .con5 {
        width: 100%;
        padding: 100px 0;
        background-color: #f3f3f3;
    }
    .con5_p {
        text-align: center;
        color: #666;
        font-size: 14px;
    }
    .con5tab {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 40px auto;
    }
    .con5tab span {
        display: block;
        padding: 14px 20px;
        margin: 0 10px;
        font-size: 16px;
        cursor: pointer;
        color: #666;
        background-color: #ffffff;
    }
    .act2 {
        background-color: #e60012 !important;
        color: #fff !important;
    }
    .con5fycon {
        display: flex;
        justify-content: space-between;
        max-width: 1530px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .con5fyleft {
        width: 65%;
    }
    .con5fyleft img {
        width: 100%;
    }
    .con5fyright {
        flex: 1;
        background-color: #fff;
        padding: 0 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .con5fyright strong {
        display: block;
        font-weight: normal;
        font-size: 24px;
        color: #333;
        margin-bottom: 10px;
    }
    .con5fyright p {
        color: #e60012;
        font-size: 16px;
        margin-bottom: 25px;
    }
    .con5fyright span {
        color: #666;
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .con5fy {
        display: none;
    }
    .con6 {
        width: 100%;
        padding: 100px 0;
    }
    .con6con {
        max-width: 1530px;
        margin: 0 auto;
        display: flex;
        padding: 0 65px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con6item {
        width: 48%;
    }
    .con6top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 15px;
        border-bottom: 1px solid #e3e3e3;
    }
    .con6top strong {
        color: #e60012;
        font-size: 24px;
    }
    .con6top a {
        color: #666;
        font-size: 14px;
    }
    .con6item ul li {
        padding: 20px 0;
        border-bottom: 1px solid #e3e3e3;
    }
    .con6item ul li p {
        color: #999;
        font-size: 14px;
    }
    .con6item ul li a {
        color: #333;
        display: block;
        margin-bottom: 15px;
        font-size: 18px;
    }
    .con6item ul li a:hover {
        color: #e60012 !important;
    }
    .con6 .more {
        margin: 30px auto;
    }
    .foot {
        width: 100%;
        background-image: url(../images/footbg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .footer {
        max-width: 1530px;
        margin: 0 auto;
        padding: 45px 65px;
        display: flex;
        justify-content: center;
    }
    .fitem strong {
        display: block;
        font-size: 16px;
        color: #333;
        margin-bottom: 25px
    }
    .fitem {
        flex: 1;
        padding: 0 20px;
    }
    .fitem a {
        display: block;
        margin-bottom: 15px;
        color: #666;
        font-size: 14px;
    }
    .fitem ul li {
        margin-bottom: 20px;
    }
    .fitem ul li img {
        width: 110px;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
        height: 110px;
    }
    .fitem ul li p {
        text-align: center;
    }
    .copy {
        padding: 20px 0;
        border-top: 1px solid #d1d1d1;
        text-align: center;
        color: #666;
        font-size: 15px;
    }
    .inbanner {
        width: 100%;
        background-image: url(../images/inbanner.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 440px;
        position: relative;
    }
    .inbannerpos {
        /* width: 100%; */
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        max-width: 1530px;
        padding: 0 65px;
        display: flex;
        flex-direction: column;
        left: 50%;
        transform: translateX(-50%);
        justify-content: center;
    }
    .inbannerpos strong {
        font-size: 40px;
        display: block;
        text-align: left;
        width: 100%;
        color: #fff;
    }
    .inbannerpos img {
        width: 50px;
        margin-top: 10px;
        margin-bottom: 35px;
    }
    .inbannerpos p {
        color: #fff;
        font-size: 14px;
        line-height: 30px;
        max-width: 800px;
    }
    .proitem {
        padding: 95px 0;
        background-color: #fff;
    }
    .probox {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 1440px;
        margin: 0 auto;
    }
    .proboxitem {
        width: 31%;
        position: relative;
        margin: 0 25px;
    }
    .proboxitem img {
        width: 100%;
    }
    .proboxitempos {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(230, 0, 18, 0.8);
        top: 0;
        left: 0;
        padding: 20px;
        opacity: 0;
        transition: all ease 0.4s;
        visibility: hidden;
    }
    .proboxitemposcon {
        width: 100%;
        height: 100%;
        border: 1px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 14px;
        padding: 0 25px;
        line-height: 25px;
        text-align: center;
    }
    .proboxitem:hover .proboxitempos {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .proitemgray {
        background-color: #eeeeee !important;
    }
    .proboxitem img {
        width: 100%;
    }
    .proboxitemre {
        position: relative;
    }
    .proboxitem p {
        text-align: center;
        padding: 15px 0;
        text-align: center;
    }
    .bread {
        width: 100%;
        height: 65px;
        background-color: #f3f3f3;
    }
    .breadcon {
        max-width: 1200px;
        height: 65px;
        margin: 0 auto;
        display: flex;
        align-items: center;
    }
    .breadcon a {
        color: #999;
        font-size: 12px;
    }
    .breadcon span {
        color: #999;
        font-size: 12px;
        display: block;
        padding: 0 10px;
    }
    .prodetail {
        max-width: 1200px;
        padding: 85px 0;
        margin: 0 auto;
    }
    .prodetail1 {
        display: flex;
        justify-content: space-between;
    }
    .prodetail1 .prodetail1left {
        width: 35%;
    }
    .prodetail1 .prodetail1left img {
        width: 100%;
    }
    .prodetail1right {
        flex: 1;
        padding-left: 50px;
    }
    .prodetail1right strong {
        display: block;
        color: #3c3c3c;
        font-size: 24px;
        margin-bottom: 25px;
        padding-top: 25px;
    }
    .prodetail1right p {
        font-size: 14px;
        color: #666;
        line-height: 25px;
    }
    .prodetail2fy img {
        width: 100%;
    }
    .prodetail2 {
        margin-top: 50px;
    }
    .prodetail2tab {
        display: flex;
        align-items: center;
        height: 40px;
        border-bottom: 2px solid #ebeef5;
    }
    .prodetail2tab span {
        font-size: 14px;
        color: #666;
        cursor: pointer;
        height: 40px;
        line-height: 40px;
        display: block;
        padding: 0 20px;
    }
    .act3 {
        color: #e60012 !important;
        border-bottom: 1px solid #e60012 !important;
    }
    .prodetail2fy {
        padding: 10px 0;
    }
    .prodetail2fy {
        display: none;
    }
    .solu strong {
        text-align: center !important;
    }
    .solu {
        align-items: center;
    }
    .solunav {
        height: 80px;
        border-bottom: 1px solid #dedede;
    }
    .solunavcon {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .solunavcon a {
        display: block;
        height: 80px;
        line-height: 80px;
        font-size: 14px;
        color: #666;
        transition: all ease 0.4s;
        padding: 0 15px;
    }
    .solunavcon a:hover {
        border-bottom: 2px solid #e60012 !important;
        color: #e60012 !important;
    }
    .act4 {
        border-bottom: 2px solid #e60012 !important;
        color: #e60012 !important;
    }
    .solution {
        max-width: 1530px;
        padding: 100px 65px;
        margin: 0 auto;
    }
    .s_tab {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 45px;
    }
    .s_tab span {
        display: block;
        width: 200px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background-color: #ebebeb;
        color: #3c3c3c;
        font-size: 16px;
        cursor: pointer;
        margin-right: 3px;
    }
    .act5 {
        background-color: #e60012 !important;
        color: #fff !important;
    }
    .solution_fy {
        max-width: 1530px;
        padding: 0 65px;
        margin: 0 auto;
        display: none;
    }
    .solution_fycon {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        box-shadow: 2px 2px 10px rgb(0, 0, 0, .1);
        padding: 20px;
        align-items: center;
        margin-bottom: 30px;
    }
    .solution_fycon a img {
        width: 100%;
    }
    .solution_fycon_left {
        display: block;
        width: 20%;
    }
    .solution_fycon_right {
        flex: 1;
        padding-left: 15px;
    }
    .solution_fycon_right a {
        color: #3c3c3c;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .solution_fycon_right p {
        font-size: 14px;
        color: #666;
        line-height: 25px;
        margin-bottom: 15px;
    }
    .solution_fycon_right .a {
        display: block;
        width: 78px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background-color: #e60012;
        color: #fff;
        font-size: 14px !important;
        font-weight: normal !important;
    }
    .xiazai {
        display: flex;
        justify-content: space-between;
    }
    .xiazaileft {
        width: 135px;
    }
    .xiazaileft a {
        display: block;
        width: 135px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background-color: #ebebeb;
        font-size: 16px;
        color: #3c3c3c;
        margin-bottom: 3px;
    }
    .act6 {
        background-color: #e60012 !important;
        color: #fff !important;
    }
    .xiazairight {
        flex: 1;
        padding-left: 30px;
    }
    .xiazairightcon {
        padding: 15px 25px;
        border: 2px solid #e60012;
        display: none;
    }
    .xiazairightcon ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
        border-bottom: 1px dashed #dedede;
    }
    .xiazairightcon ul li {
        flex: 1;
        padding: 0 20px;
    }
    .xiazairightcon ul li span {
        color: #333;
        font-size: 14px;
    }
    .xiazairightcon ul li a {
        color: #333;
        font-size: 14px;
        display: block;
    }
    .xiazairightcon ul li i {
        margin-right: 10px;
    }
    .zc {
        max-width: 1530px;
        padding: 90px 65px;
        margin: 0 auto;
    }
    .zc ul li {
        display: flex;
        padding: 12px 0;
        align-items: center;
        justify-content: space-between;
        padding-left: 20px;
        background-image: url(../images/dot.png);
        background-repeat: no-repeat;
        background-position: left center;
        border-bottom: 1px solid #dedede;
    }
    .zc ul li a {
        color: #333;
        font-size: 14px;
    }
    .zc ul li a:hover {
        color: #e60012 !important;
    }
    .zc ul li span {
        color: #666;
        font-size: 14px;
    }
    .faq .con6item {
        width: 100% !important;
    }
    .aboutus {
        max-width: 1530px;
        padding: 90px 65px;
        margin: 0 auto;
    }
    .aboutus p {
        color: #666;
        font-size: 14px;
        line-height: 25px;
    }
    .new {
        max-width: 1530px;
        padding: 90px 65px;
        margin: 0 auto;
    }
    .new ul li {
        display: flex;
        align-items: center;
        padding: 15px 0;
        display: flex;
        align-items: center;
        padding: 15px 0;
        border-top: #dedede 1px solid;
    }
    .li1 {
        width: 10%;
        padding-right: 10px;
        border-right: 1px solid #eeeeee;
    }
    .li1 strong {
        display: block;
        font-size: 36px;
        font-weight: normal;
        color: #666;
        text-align: right;
    }
    .li1 p {
        display: block;
        font-size: 18px;
        color: #666;
        text-align: right;
    }
    .li2 {
        flex: 1;
        padding-left: 10px;
    }
    .li2 a {
        color: #333;
        font-size: 16px;
        font-weight: bold;
        display: block;
        margin-bottom: 15px;
    }
    .li2 p {
        font-size: 14px;
        color: #666;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        height: 3.14em;
        line-height: 1.57em;
        margin-top: 10px;
        overflow: hidden;
        overflow-wrap: break-word;
        position: relative;
        white-space: normal;
    }
    .contact {
        max-width: 1200px;
        margin: 0 auto;
        padding: 90px 0;
    }
    .formtop {
        width: 100%;
        height: 58px;
        line-height: 58px;
        color: #fff;
        font-size: 18px;
        background-color: #e60012;
        font-weight: bold;
        text-align: center;
    }
    .formcon {
        border: 1px solid #dedede;
        padding: 50px;
    }
    .formconitem {
        margin-bottom: 30px;
    }
    .formconitem p {
        font-size: 14px;
        color: #333;
        margin-bottom: 15px;
    }
    .formconitem textarea {
        display: block;
        width: 100%;
        height: 115px;
        padding-left: 15px;
        padding-top: 15px;
        border: 1px solid #dedede;
        outline: none;
    }
    .formconitem select {
        display: block;
        width: 100%;
        height: 50px;
        padding-left: 15px;
        border: 1px solid #dedede;
        outline: none;
    }
    .formconitem input {
        display: block;
        width: 100%;
        height: 50px;
        padding-left: 15px;
        border: 1px solid #dedede;
        outline: none;
    }
    .formconitem_inp {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .formconitem_inp .formconitem {
        width: 48%;
    }
    .formcon a {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 996px) {
    .contact {
        width: 100%;
        padding: 15px;
        margin: 30px auto;
    }
    .formtop {
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-size: 15px;
        background-color: #e60012;
        font-weight: bold;
        text-align: center;
    }
    .formcon {
        border: 1px solid #dedede;
        padding: 20px;
    }
    .formconitem {
        margin-bottom: 20px;
    }
    .formconitem p {
        font-size: 14px;
        color: #333;
        margin-bottom: 15px;
    }
    .formconitem textarea {
        display: block;
        width: 100%;
        height: 60px;
        padding-left: 15px;
        padding-top: 15px;
        border: 1px solid #dedede;
        outline: none;
    }
    .formconitem select {
        display: block;
        width: 100%;
        height: 40px;
        padding-left: 15px;
        border: 1px solid #dedede;
        outline: none;
    }
    .formconitem input {
        display: block;
        width: 100%;
        height: 40px;
        padding-left: 15px;
        border: 1px solid #dedede;
        outline: none;
    }
    .formconitem_inp {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .formconitem_inp .formconitem {
        width: 100%;
    }
    .formcon a {
        margin: 0 auto;
    }
    .new {
        padding: 30px 15px;
        width: 100%;
        margin: 0 auto;
    }
    .new ul li {
        display: flex;
        align-items: center;
        padding: 15px 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 15px 0;
        border-top: #dedede 1px solid;
    }
    .li1 {
        width: 100%;
    }
    .li1 strong {
        display: block;
        font-size: 20px;
        font-weight: normal;
        color: #666;
        text-align: left;
    }
    .li1 p {
        display: block;
        font-size: 15px;
        color: #666;
        text-align: left;
    }
    .li2 {
        width: 100%;
        margin-top: 10px;
    }
    .li2 a {
        color: #333;
        font-size: 16px;
        font-weight: bold;
        display: block;
        margin-bottom: 15px;
    }
    .li2 p {
        font-size: 14px;
        color: #666;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        height: 3.14em;
        line-height: 1.57em;
        margin-top: 10px;
        overflow: hidden;
        overflow-wrap: break-word;
        position: relative;
        white-space: normal;
    }
    .aboutus {
        padding: 15px;
        width: 100%;
        margin: 0 auto;
    }
    .aboutus p {
        color: #666;
        font-size: 14px;
        line-height: 25px;
    }
    .zc {
        width: 100%;
        padding: 30px 15px;
        margin: 0 auto;
    }
    .zc ul li {
        display: flex;
        padding: 12px 0;
        align-items: center;
        justify-content: space-between;
        padding-left: 20px;
        background-image: url(../images/dot.png);
        background-repeat: no-repeat;
        background-position: left center;
        border-bottom: 1px solid #dedede;
        flex-wrap: wrap;
    }
    .zc ul li a {
        color: #333;
        display: block;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .zc ul li a:hover {
        color: #e60012 !important;
    }
    .zc ul li span {
        color: #666;
        font-size: 14px;
    }
    .xiazai {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 15px;
    }
    .xiazaileft {
        width: 100%;
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
    }
    .xiazaileft a {
        display: block;
        width: 100px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: #ebebeb;
        font-size: 15px;
        color: #3c3c3c;
        margin-bottom: 3px;
    }
    .act6 {
        background-color: #e60012 !important;
        color: #fff !important;
    }
    .xiazairight {
        width: 100%;
    }
    .xiazairightcon {
        padding: 15px 25px;
        border: 2px solid #e60012;
        display: none;
    }
    .xiazairightcon ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
        border-bottom: 1px dashed #dedede;
    }
    .xiazairightcon ul li {
        width: 100%;
        padding: 0 20px;
        margin-bottom: 10px;
    }
    .xiazairightcon ul li span {
        color: #333;
        font-size: 14px;
    }
    .xiazairightcon ul li a {
        color: #333;
        font-size: 14px;
        display: block;
    }
    .xiazairightcon ul li i {
        margin-right: 10px;
    }
    .s_tab {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 45px;
        flex-wrap: wrap;
    }
    .s_tab span {
        display: block;
        width: 150px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        background-color: #ebebeb;
        color: #3c3c3c;
        font-size: 16px;
        cursor: pointer;
        margin-right: 3px;
    }
    .act5 {
        background-color: #e60012 !important;
        color: #fff !important;
    }
    .solution_fy {
        width: 100%;
        padding: 15px;
        margin: 0 auto;
        display: none;
    }
    .solution_fycon {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        box-shadow: 2px 2px 10px rgb(0, 0, 0, .1);
        padding: 20px;
        align-items: center;
        margin-bottom: 30px;
    }
    .solution_fycon a img {
        width: 100%;
    }
    .solution_fycon_left {
        display: block;
        width: 100%;
    }
    .solution_fycon_right {
        width: 100%;
        margin-top: 20px;
        background-color: #fff;
        padding-left: 15px;
    }
    .solution_fycon_right a {
        color: #3c3c3c;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .solution_fycon_right p {
        font-size: 14px;
        color: #666;
        line-height: 25px;
        margin-bottom: 15px;
    }
    .solution_fycon_right .a {
        display: block;
        width: 78px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background-color: #e60012;
        color: #fff;
        font-size: 14px !important;
        font-weight: normal !important;
    }
    .solu strong {
        text-align: center !important;
    }
    .solu {
        align-items: center;
    }
    .solunav {
        height: 80px;
        border-bottom: 1px solid #dedede;
    }
    .solunavcon {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .solunavcon a {
        display: block;
        height: 80px;
        line-height: 80px;
        font-size: 14px;
        color: #666;
        transition: all ease 0.4s;
        padding: 0 15px;
    }
    .solunavcon a:hover {
        border-bottom: 2px solid #e60012 !important;
        color: #e60012 !important;
    }
    .act4 {
        border-bottom: 2px solid #e60012 !important;
        color: #e60012 !important;
    }
    .prodetail {
        width: 100%;
        padding: 30px 15px;
        margin: 0 auto;
    }
    .prodetail1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .prodetail1 .prodetail1left {
        width: 100%;
        margin-bottom: 30px;
    }
    .prodetail1 .prodetail1left img {
        width: 100%;
    }
    .prodetail1right {
        width: 100%;
    }
    .prodetail1right strong {
        display: block;
        color: #3c3c3c;
        font-size: 24px;
        margin-bottom: 25px;
        padding-top: 25px;
    }
    .prodetail1right p {
        font-size: 14px;
        color: #666;
        line-height: 25px;
    }
    .prodetail2fy img {
        width: 100%;
    }
    .prodetail2 {
        margin-top: 30px;
    }
    .prodetail2tab {
        display: flex;
        align-items: center;
        height: 40px;
        border-bottom: 2px solid #ebeef5;
    }
    .prodetail2tab span {
        font-size: 14px;
        color: #666;
        cursor: pointer;
        height: 40px;
        line-height: 40px;
        display: block;
        padding: 0 20px;
    }
    .act3 {
        color: #e60012 !important;
        border-bottom: 1px solid #e60012 !important;
    }
    .prodetail2fy {
        padding: 10px 0;
    }
    .prodetail2fy {
        display: none;
    }
    .bread {
        width: 100%;
        height: 65px;
        background-color: #f3f3f3;
    }
    .breadcon {
        width: 100%;
        height: 65px;
        padding: 0 20px;
        margin: 0 auto;
        display: flex;
        align-items: center;
    }
    .breadcon a {
        color: #999;
        font-size: 12px;
    }
    .breadcon span {
        color: #999;
        font-size: 12px;
        display: block;
        padding: 0 10px;
    }
    .proboxitemre {
        position: relative;
    }
    .proboxitem p {
        text-align: center;
        padding: 15px 0;
        text-align: center;
    }
    .proboxitem img {
        width: 100%;
    }
    .proitem {
        padding: 30px 15px;
        background-color: #fff;
    }
    .probox {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 0 auto;
    }
    .proboxitem {
        width: 100%;
        margin-bottom: 30px;
        position: relative;
    }
    .proboxitem img {
        width: 100%;
    }
    .proboxitempos {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(230, 0, 18, 0.8);
        top: 0;
        left: 0;
        padding: 20px;
        /* opacity: 0; */
        transition: all ease 0.4s;
        /* visibility: hidden; */
    }
    .proboxitemre {
        position: relative;
    }
    .proboxitemposcon {
        width: 100%;
        height: 100%;
        border: 1px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 14px;
        padding: 0 25px;
        line-height: 25px;
        text-align: center;
    }
    /* .proboxitem:hover .proboxitempos {
        opacity: 1 !important;
        visibility: visible !important;
    } */
    .proitemgray {
        background-color: #eeeeee !important;
    }
    .inbanner {
        width: 100%;
        background-image: url(../images/inbanner.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 440px;
        position: relative;
    }
    .inbannerpos {
        /* width: 100%; */
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        left: 50%;
        transform: translateX(-50%);
        justify-content: center;
        padding: 0 20px;
    }
    .inbannerpos strong {
        font-size: 40px;
        display: block;
        text-align: left;
        width: 100%;
        color: #fff;
    }
    .inbannerpos img {
        width: 50px;
        margin-top: 10px;
        margin-bottom: 35px;
    }
    .inbannerpos p {
        color: #fff;
        font-size: 14px;
        line-height: 30px;
        max-width: 800px;
    }
    .foot {
        width: 100%;
        background-image: url(../images/footbg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 15px;
    }
    .footer {
        width: 100%;
        margin: 0 auto;
        padding: 25px 0;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .fitem strong {
        display: block;
        font-size: 16px;
        color: #333;
        margin-bottom: 25px
    }
    .fitem {
        width: 100%;
        padding: 0 20px;
        margin-bottom: 20px;
    }
    .fitem a {
        display: block;
        margin-bottom: 15px;
        color: #666;
        font-size: 14px;
    }
    .fitem ul li {
        margin-bottom: 20px;
    }
    .fitem ul li img {
        width: 110px;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
        height: 110px;
    }
    .fitem ul li p {
        text-align: center;
    }
    .copy {
        padding: 20px 0;
        border-top: 1px solid #d1d1d1;
        text-align: center;
        color: #666;
        font-size: 15px;
    }
    .con6 .more {
        margin: 0 auto;
    }
    .con6 {
        width: 100%;
        padding: 20px 15px;
    }
    .con6con {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con6item {
        width: 100%;
        margin-bottom: 30px;
    }
    .con6top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 15px;
        border-bottom: 1px solid #e3e3e3;
    }
    .con6top strong {
        color: #e60012;
        font-size: 24px;
    }
    .con6top a {
        color: #666;
        font-size: 14px;
    }
    .con6item ul li {
        padding: 20px 0;
        border-bottom: 1px solid #e3e3e3;
    }
    .con6item ul li p {
        color: #999;
        font-size: 14px;
    }
    .con6item ul li a {
        color: #333;
        display: block;
        margin-bottom: 15px;
        font-size: 18px;
    }
    .con6item ul li a:hover {
        color: #e60012 !important;
    }
    .con5 {
        width: 100%;
        padding: 30px 15px;
        background-color: #f3f3f3;
    }
    .con5_p {
        text-align: center;
        color: #666;
        font-size: 14px;
    }
    .con5tab {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20px auto;
    }
    .con5tab span {
        display: block;
        padding: 14px 20px;
        margin: 0 10px;
        font-size: 16px;
        cursor: pointer;
        color: #666;
        background-color: #ffffff;
    }
    .act2 {
        background-color: #e60012 !important;
        color: #fff !important;
    }
    .con5fycon {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
        flex-wrap: wrap;
    }
    .con5fyleft {
        width: 100%;
    }
    .con5fyleft img {
        width: 100%;
    }
    .con5fyright {
        width: 100%;
        background-color: #fff;
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .con5fyright strong {
        display: block;
        font-weight: normal;
        font-size: 24px;
        color: #333;
        margin-bottom: 10px;
    }
    .con5fyright p {
        color: #e60012;
        font-size: 16px;
        margin-bottom: 25px;
    }
    .con5fyright span {
        color: #666;
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .con5fy {
        display: none;
    }
    .banner1 strong {
        text-align: center;
    }
    .banner1 p {
        text-align: center;
    }
    .banner1 .bannerpos a {
        margin: 0 auto;
    }
    .banner1 {
        width: 100%;
        height: 480px;
    }
    .banner1 img {
        width: 100%;
        height: 480px;
        object-fit: cover;
    }
    .con3 {
        width: 100%;
        padding: 30px 15px;
        background-color: #f3f3f3;
    }
    .con3con {
        width: 100%;
        margin: 0 auto;
    }
    .con3con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con3con ul li {
        position: relative;
        border-bottom: 4px solid transparent;
        transition: all ease 0.4s;
        width: 100%;
        margin-bottom: 30px;
    }
    .con3con ul li img {
        width: 100%;
        transition: all ease 0.4s;
    }
    .con3con ul li:hover img {
        transform: scale(1.1);
    }
    .con3con ul li a {
        display: block;
        overflow: hidden;
    }
    .con3con ul li:hover {
        border-bottom: 4px solid #e60012;
    }
    .con3pos {
        width: 100%;
        position: absolute;
        bottom: 0;
        padding: 25px;
        left: 0;
        z-index: 9;
    }
    .con3pos p {
        font-size: 14px;
        color: #fff;
        margin-bottom: 10px;
    }
    .con3pos strong {
        font-size: 24px;
        color: #000;
        display: block;
        margin-bottom: 10px;
    }
    .con3pos a {
        display: block;
        color: #000;
        font-size: 14px;
    }
    .con2 {
        padding: 30px 15px;
        background-image: url(../images/bg2.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con2con {
        width: 100%;
        margin: 0 auto;
    }
    .title {
        font-size: 25px;
        color: #333;
        text-align: center;
        display: block;
        margin-bottom: 15px;
        position: relative;
        margin-bottom: 55px;
    }
    .title::after {
        position: absolute;
        content: '';
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #e60012;
        width: 40px;
        height: 3px;
    }
    .con2con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .imgbox {
        display: block;
        overflow: hidden;
    }
    .imgbox img {
        transition: all ease 0.4s;
    }
    .con2con ul li {
        width: 100%;
        margin-bottom: 30px;
    }
    .con2con ul li img {
        width: 100%;
    }
    .con2con ul li p {
        font-size: 16px;
        color: #333;
        font-weight: bold;
        word-wrap: normal;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        overflow-wrap: break-word;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }
    .con1box {
        padding: 15px;
        background-color: #f8f8f8;
    }
    .con2con ul li h4 {
        font-weight: normal;
        color: #666;
        font-size: 14px;
        padding: 10px 0;
    }
    .con2con ul li span {
        display: block;
        font-size: 14px;
        color: #666;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        height: 3.14em;
        line-height: 1.57em;
        overflow: hidden;
        overflow-wrap: break-word;
        position: relative;
        white-space: normal;
    }
    .con2con ul li:hover img {
        transform: scale(1.1);
    }
    .con2con .more {
        margin: 0 auto;
        margin-top: 30px;
    }
    .con1 {
        width: 100%;
        background-image: url(../images/bg1.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 15px;
    }
    .con1left {
        width: 100%;
    }
    .con1center {
        width: 100%;
        padding: 20px 0;
    }
    .con1right {
        width: 100%;
    }
    .con1right img {
        width: 100%;
    }
    .con1center h1 {
        color: #333;
        font-size: 36px;
    }
    .con1center strong {
        color: #728898;
        font-size: 24px;
        display: block;
        margin-bottom: 30px;
    }
    .con1center p {
        color: #666;
        font-size: 14px;
        line-height: 25px;
    }
    .con1center ul {
        display: flex;
        flex-wrap: wrap;
        margin-top: 35px;
    }
    .con1center ul li {
        width: 48%;
        margin-bottom: 25px;
        padding-right: 25px;
    }
    .con1center ul li h3 {
        color: #e60012;
        font-size: 36px;
    }
    .con1center ul li span {
        color: #666;
        font-size: 14px;
    }
    .more {
        display: block;
        width: 130px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        background-color: #e60012;
        font-size: 14px;
        border-radius: 40px;
    }
    .sep {
        height: 65px;
    }
    .banner {
        width: 100%;
        height: 320px;
    }
    .banner img {
        width: 100%;
        height: 320px;
        object-fit: cover;
    }
    .bannerpos {
        width: 100%;
        padding: 0 20px;
    }
    .bannercover {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .bannerpos strong {
        font-size: 36px;
        color: #fff;
        margin-bottom: 20px;
        display: block;
    }
    .bannerpos p {
        font-size: 24px;
        color: #fff;
        margin-bottom: 45px;
    }
    .bannerpos a {
        display: block;
        text-align: center;
        color: #e60012;
        font-size: 14px;
        background-color: #fff;
        width: 130px;
        height: 40px;
        line-height: 40px;
        transition: all ease 0.4s;
        border-radius: 40px;
    }
    .bannerpos a:hover {
        color: #fff !important;
        background-color: #e60012 !important;
    }
    .ar {
        transition: all ease .3s;
    }
    .ro {
        transform: rotate(90deg);
    }
    .mbnav ul li {
        padding: 0 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mbdrop {
        display: none;
    }
    .mbdrop a {
        display: block;
        height: 45px;
        padding-left: 40px;
        line-height: 45px;
        color: #333;
    }
    .mbnav ul li a {
        display: block;
        height: 45px;
        line-height: 45px;
        color: #333;
    }
    .mbnav {
        width: 100%;
        height: calc(100% - 65px);
        background-color: #fff;
        position: fixed;
        top: 65px;
        left: 0;
        display: none;
        z-index: 99;
    }
    .mbhead {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
        height: 65px;
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        width: 100%;
        border-bottom: 1px solid #ccc;
    }
    .mblogo img {
        height: 50px;
    }
    .pchead {
        display: none;
    }
}