@charset "utf-8";

.background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-banner {
    position: relative;
    height: 460px;
    overflow: hidden;
}

.page-banner-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.page-banner-info h3 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 10px;
}

.page-banner-info p {
    font-size: 18px;
    padding: 0 15px;
}

@media (max-width:1400px) {
    .page-banner {
        height: 400px;
    }
}

@media (max-width:1230px) {
    .page-banner-info h3 {
        font-size: 30px;
    }

    .page-banner-info p {
        font-size: 16px;
    }
}

@media (max-width:768px) {
    .page-banner {
        height: 200px;
    }

    .page-banner-info>div {
        margin-top: 15px;
    }

    .page-banner-info h3 {
        font-size: 18px;
    }

    .page-banner-info p {
        font-size: 14px;
    }
}


.page-path {
    width: 100%;
    padding: 25px 0;
    line-height: 30px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    color: #999999;
    font-size: 14px;
}

.page-path a {
    color: #999;
}

.page-path b {
    display: inline-block;
    margin: 0 9px 0 5px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    transform: rotate(45deg);
}

@media (max-width:768px) {
    .page-path {
        padding: 15px 0;
        line-height: 25px;
    }
}

.page-title {
    margin-bottom: 50px;
    display: flex;
    align-items: baseline;
}

.page-title h3 {
    margin-right: 20px;
    font-size: 40px;
    color: #333333;
}

.page-title p {
    font-size: 16px;
    color: #999999;
    flex: 1;
}

@media (max-width:1230px) {
    .page-title h3 {
        font-size: 32px;
    }
}

@media (max-width:960px) {
    .page-title {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .page-title h3 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .page-title p {
        width: 100%;
    }
}

@media (max-width:768px) {
    .page-title {
        text-align: center;
        margin-bottom: 10px;
    }

    .page-title h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
}


.x-case {
    margin: 40px 0;
}

.x-case .case-list {}

.x-case .case-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 75px;
}

.x-case .case-list li .img {
    width: 40%;
}

.x-case .case-list li .img img {
    width: 100%;
}

.x-case .case-list li .content {
    width: 52%;
    padding-right: 5%;
}

.x-case .case-list li .content h3 {
    font-size: 34px;
    color: #333333;
    margin-bottom: 28px;
}

.x-case .case-list li .content .con {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
}

.x-case .case-list li .content .con p {}

@media (max-width:1230px) {
    .x-case {
        margin: 20px 0;
    }

    .x-case .case-list li {
        margin-bottom: 50px;
    }

    .x-case .case-list li .content h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }
}

@media (max-width:960px) {
    .x-case .case-list li .content {
        width: 50%;
        padding-right: 2%;
    }

    .x-case .case-list li .content h3 {
        font-size: 20px;
    }

    .x-case .case-list li .content .con {
        font-size: 14px;
        line-height: 1.5;
    }

    .x-case .case-list li .img {
        width: 45%;
    }
}

@media (max-width:768px) {
    .x-case {
        margin: 10px 0 40px;
    }

    .x-case .case-list li {
        align-items: unset;
        margin-bottom: 30px;
    }

    .x-case .case-list li .img img {
        height: 100%;
        object-fit: cover;
    }

    .x-case .case-list li .content {
        padding-right: 0;
    }

    .x-case .case-list li .content h3 {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .x-case .case-list li .content .con p {
        font-size: 12px;
    }
}


.x-product {
    margin: 40px 0;
}

.product-width {
    display: flex;
    align-items: flex-start;
}

.product-list .product-item {
    display: flex;
    align-items: center;
    margin-bottom: 85px;
}

.product-list .product-item .img {
    width: 35%;
    text-align: center;
}

.product-list .product-item .img img {
    max-width: 80%;
}

.product-list .product-item .con {
    flex: 1;
}

.product-list .product-item .con h3 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 35px;
}

.product-list .product-item .con table tbody tr td {
    flex: 1;
    font-size: 14px;
    color: #000000;
           line-height:1.8
}

.product-list .product-item .con ul {}

.product-list .product-item .con ul li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px;
    font-size: 16px;
    color: #333333;
}

.product-list .product-item .con ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid #0145bd;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.product-data h3 {
    margin: 40px 0;
    font-size: 24px;
    color: #333333;
}

.product-data .math {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 85px;
    background-color: #0b65ce;
    color: #fff;
    min-height: 110px;
}

.product-data .math p {
    width: 100%;
}

.product-series {
    margin-left: 40px;
}

.series-list {
    display: flex;
    align-items: baseline;
    font-size: 16px;
    color: #333333;
    margin-bottom: 20px;
}

.series-list .series-name {
    min-width: 80px;
}

.series-list ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.series-list ul li {
    margin: 0 25px;
    line-height: 1.5;
    min-width: 85px;
}

.feat-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
}

.feat-list ul {
    width: 49.9%;
}

.feat-list ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #eef3f7;
    padding: 0 50px;
    min-height: 40px;
}

.feat-list ul li:nth-of-type(even) {
    background-color: #ffffff;
}

.feat-list ul li p {
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    text-align: left;
}

.feat-list ul li p:first-of-type {
    width: 30%;
}

.feat-list ul li p:last-of-type {
    flex: 1;

}

.boxx {
    width: 77%;
}

.product-rec {
    padding: 90px 0;
    background-color: #eef3f7;
}

.product-rec .container-width>h3 {
    margin-bottom: 55px;
    font-size: 32px;
    color: #333333;
}

.product-rec ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-rec ul::after {
    content: '';
    width: 30%;
    height: 0;
    visibility: hidden;
}

.product-rec ul li {
    display: flex;
    flex-direction: column;
    width: 32%;
    padding: 32px 50px;
    /*padding-top: 0px;*/
    margin-bottom: 32px;
    background-color: #ffffff;
}

.product-rec ul li:hover {
    /* background-color: #0b65ce; */
}

.product-rec ul li h3 {
    margin-bottom: 30px;
    font-size: 22px;
    color: #000000;
    text-align: center;
    line-height: 1.4;
}

.product-rec ul li:hover h3 {
    color: #0b65ce;
}

.product-rec ul li .con {
    margin: 15px 0;
}

.product-rec ul li .con p {
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
}

.product-rec ul li:hover .con p {
    color: #ffffff;
}

.product-rec ul li a {
    display: block;
    font-size: 16px;
    color: #666666;
}

.product-rec ul li:hover a {
    color: #ffffff;
}

.product-rec ul li img {
    display: block;
    margin: auto auto 0;
    max-width: 100%;
}


@media (max-width:1120px) {
    .product-list .product-item .img {
        width: 40%;
        margin-right: 30px;
    }

    .product-list .product-item .con h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .product-rec ul li {
        padding: 30px 30px;
    }

    .product-rec ul li h3 {
        font-size: 20px;
    }

    .feat-list ul li {
        padding: 0 10px 0 30px;
        min-height: 100px;
    }

    .feat-list ul li p {
        font-size: 14px;
    }

    .feat-list ul li p:first-of-type {}
}

@media (max-width:960px) {
    .product-data h3 {
        margin: 20px 0;
        font-size: 22px;
    }

    .product-rec ul li {
        width: 49%;
        margin-bottom: 15px;
    }

    .product-data .math {
        padding: 20px 30px;
        min-height: 80px;
    }

    .feat-list {
        flex-wrap: wrap;
    }

    .feat-list ul {
        width: 100%;
    }

    .product-rec {
        padding: 40px 0;
    }

    .product-rec .container-width>h3 {
        margin-bottom: 20px;
        font-size: 24px;
    }
}

@media (max-width:768px) {
    .x-product {
        margin: 20px 0 40px;
    }

    .product-list .product-item {
        margin-bottom: 30px;
    }

    .product-list .product-item .img {
        width: 45%;
        margin-right: 5%;
    }

    .product-list .product-item .img img {
        max-width: 100%;
    }

    .product-list .product-item .con h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .product-list .product-item .con ul li {
        padding-left: 15px;
        font-size: 14px;
    }

    .product-data h3 {
        margin: 25px 0;
        font-size: 18px;
    }

    .product-series {
        margin-left: 0;
    }

    .series-list {
        font-size: 14px;
        margin-bottom: 0;
    }

    .series-list ul {
        margin-bottom: 10px;
    }

    .series-list ul li {
        margin: 0 15px;
        min-width: 80px;
    }

    .product-rec ul li {
        width: 100%;
    }

    .product-rec ul li h3 {
        font-size: 16px;
    }

    .feat-list {
        margin-bottom: 0;
    }

    .feat-list ul li {
        padding: 15px 20px;
        min-height: unset;
    }

    .feat-list ul li p:first-of-type {
        width: 50%;
    }
}

@media (max-width:500px) {
    .product-list .product-item {
        flex-wrap: wrap;
    }

    .product-list .product-item .img {
        margin-bottom: 10px;
        width: 100%;
        margin-right: 0;
    }

    .series-list ul li {
        margin: 0 8px;
    }
}

.tech {
    margin-top: 40px;
}

.tech-box .tech-item {
    margin-bottom: 45px;
    overflow: hidden;
}

.tech-box .tech-item h3 {
    font-size: 24px;
    color: #333333;
    margin: 26px 0;
}

.tech-box .tech-item ul {}

.tech-box .tech-item ul li {
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    color: #333333;
    margin-bottom: 15px;
}

.tech-box .tech-item ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 0;
    height: 0;
    border-left: 6px solid #0145bd;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.tech-box .tech-item .img {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 50px 0;
}

.tech-box .tech-item .img img {
    max-width: 100%;
    margin-bottom: 25px;
    margin-right: 40px;
}

@media (max-width:960px) {
    .tech-box .tech-item {
        margin-bottom: 20px;
    }

    .tech-box .tech-item h3 {
        font-size: 20px;
        margin: 15px 0;
    }

    .tech-box .tech-item ul li {
        padding-left: 15px;
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 10px;
    }

    .tech-box .tech-item ul li::before {
        top: 6px;
    }

    .tech-box .tech-item .img {
        margin: 20px 0;
    }

    .tech-box .tech-item .img img {
        margin-bottom: 15px;
        margin-right: 25px;
    }
}

@media (max-width:768px) {
    .tech {
        margin-top: 20px;
    }

    .tech-box .tech-item h3 {
        font-size: 16px;
    }

    .tech-box .tech-item .img img {
        margin-right: 0;
    }
}

.x-about {
    margin-top: 40px;
}

.x-about .about-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 90px;
}

.x-about .about-info .img {
    margin-right: 60px;
    width: 45%;
}

.x-about .about-info .img img {
    max-width: 100%;
}

.x-about .about-info .con {
    flex: 1;
}

.x-about .about-info .con .para:first-of-type {
    margin-bottom: 45px;
}

.x-about .about-info .con .para h3 {
    margin-bottom: 15px;
    font-size: 30px;
    color: #333333;
}

.x-about .about-info .con .para p {
    line-height: 2.2;
    font-size: 14px;
    color: #666666;
}

.x-brand {
    margin-top: 40px;
}

.x-brand .about-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 90px;
}

.x-brand .about-info .img {
    margin-left: 60px;
    width: 36%;
}

.x-brand .about-info .img img {
    max-width: 100%;
}

.x-brand.about-info .con {
    flex: 1;
}

.x-brand .about-info .con .para:first-of-type {
    margin-bottom: 60px;
}

.x-brand .about-info .con .para h3 {
    margin-bottom: 15px;
    font-size: 30px;
    color: #333333;
}

.x-brand .about-info .con .para p {
    line-height: 2.2;
    font-size: 14px;
    color: #666666;
}

.x-contact {
    background-color: #eef3f7;
}

.contact-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-form .title {
    margin-bottom: 55px;
    text-align: center;
}

.contact-form .title h3 {
    margin-bottom: 20px;
    font-size: 30px;
    color: #333333;
}

.contact-form .title p {
    font-size: 14px;
    color: #666666;
}

.contact-form .form {
    flex: 1;
}

.contact-form .form form p {
    display: flex;
    margin-bottom: 18px;
}

.contact-form .form form p span {
    display: inline-block;
    padding-top: 10px;
    min-width: 85px;
    margin-right: 20px;
    font-size: 16px;
    color: #666666;
}

.contact-form .form form p input {
    flex: 1;
    height: 40px;
    padding: 10px 0px;
    background: #eef3f7;
    border-bottom: 1px solid #666;
}

.contact-form .form form .btns {
    display: flex;
    justify-content: space-between;
    margin-left: 105px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.contact-form .form form .btns input {
    width: 48%;
    cursor: pointer;
    font-size: 16px;
    padding: 15px 0;
}

.contact-form .form form .btns input[type='submit'] {
    color: #fff;
    background-color: #0c64ce;
}

.contact-form .form form .btns input[type='reset'] {
    color: #333333;
    background-color: #ffffff;
}

.contact-form .form form p textarea {
    flex: 1;
    border: none;
    outline: none;
    padding: 10px 0px;
    background: #eef3f7;
    border-bottom: 1px solid #666;
}

.contact-form .img {
    margin-left: 90px;
    width: 50%;
}

.contact-form .img img {
    max-width: 100%;
}


@media (max-width:960px) {
    .x-about .about-info {
        margin-bottom: 60px;
    }

    .x-about .about-info .img {
        margin-right: 45px;
        width: 40%;
    }

    .x-about .about-info .con .para:first-of-type {
        margin-bottom: 30px;
    }

    .x-about .about-info .con .para h3 {
        margin-bottom: 10px;
        font-size: 24px;
    }

    .x-about .about-info .con .para p {
        line-height: 1.6;
    }

    .contact-form .img {
        margin-left: 40px;
        width: 50%;
    }

    .contact-form .title {
        margin-bottom: 25px;
    }

    .contact-form .title h3 {
        margin-bottom: 10px;
        font-size: 24px;
    }

    .contact-form .form form p span {
        padding-top: 10px;
        min-width: 80px;
        margin-right: 15px;
        font-size: 14px;
    }

    .contact-form .form form .btns {
        margin-left: 95px;
        margin-top: 20px;
    }

    .contact-form .form form p {
        margin-bottom: 10px;
    }

    .contact-form .form form .btns input {
        font-size: 14px;
        padding: 12px 0;
    }
}

@media (max-width:768px) {
    .x-about {
        margin-top: 20px;
    }

    .x-about .about-info {
        flex-direction: column-reverse;
    }

    .x-about .about-info .img {
        display: none;
    }

    .x-about .about-info .con .para h3 {
        font-size: 18px;
    }

    .contact-form .title h3 {
        font-size: 20px;
    }

    .contact-form .img {
        display: none;
    }
}


.x-cas {}

.x-cas ul.flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.x-cas ul.flex li {
    display: flex;
    align-items: center;
}

.x-cas ul.flex::after {
    content: '';
    width: 30%;
    height: 0;
    visibility: hidden;
}

.x-cas ul li {
    /* width: 30%; */
    width: 100%;
    margin: 50px 0;
}

.x-cas ul li .img {
    width: 20%;
    overflow: hidden;
}

.x-cas ul li .img img {
    width: 100%;
}

.x-cas ul li:hover .img img {
    transform: scale(1.1);
}

.x-cas ul li .con {
    padding: 40px 35px 50px;

}

.x-cas ul li .con h3 {
    margin-bottom: 12px;
}

.x-cas ul li .con h3 a {
    display: block;
    font-size: 22px;
    color: #000000;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.x-cas ul li .con p {
    font-size: 14px;
    color: #000000;
    opacity: 0.7;
    line-height: 1.5;
    text-overflow: ellipsis;
    /* display: -webkit-box; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
}

.x-news {
    margin: 50px 0;
}

.tx-contentss {
    overflow: hidden;
}

/* 鏂伴椈 */
.tx-newsl {
    padding-bottom: 76px;
}

.tx-newsl-main li {
    float: left;
    width: 31.4%;
    margin-left: 2.9%;
    margin-bottom: 50px;
}

.tx-newsl-main li:nth-child(3n-2) {
    margin-left: 0;
}

/* .tx-newsl-main li .imgs{height: 223px;overflow: hidden;} */
.tx-newsl-main li .imgs img {
    width: 100%;
    height: 100%;
}

.tx-newsl-main li .texts {
    position: relative;
    background: #fff;
    padding: 25px 20px;
}

.tx-newsl-main li .texts::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #0154b4;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
}

.tx-newsl-main li .texts h3,
.tx-newsl-main li .texts span,
.tx-newsl-main li .texts em,
.tx-newsl-main li .texts b {
    position: relative;
    z-index: 20;
}

.tx-newsl-main li .texts h3 {
    font-size: 16px;
    line-height: 18px;
    height: 18px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tx-newsl-main li .texts span {
    display: block;
    font-size: 12px;
    color: #9f9e9e;
}

.tx-newsl-main li .texts em {
    display: block;
    margin-top: 16px;
    color: #797878;
    font-size: 14px;
    line-height: 24px;
    font-style: normal;
    height: 48px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tx-newsl-main li .texts b {
    position: relative;
    z-index: 10;
    display: inline-block;
    width: 37px;
    height: 7px;
    border-bottom: 1px solid #0154b4;
    margin-top: 20px;
}

.tx-newsl-main li .texts b::before {
    content: "";
    position: absolute;
    bottom: 2px;
    right: -1px;
    width: 10px;
    height: 1px;
    background: #0154b4;
    transform: rotate(45deg);
}

.tx-newsc-tj .tx-newsl-main li {
    margin-bottom: 0;
}

.tx-newsc-title {
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 50px;
}

.tx-newsc-title h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}

.tx-newsc-title em {
    display: inline-block;
    font-size: 14px;
    color: #797878;
    line-height: 16px;
    font-style: normal;
    margin: 0 8px;
}

.tx-newsc-main {
    width: 100%;
    margin-bottom: 80px;
}

.news-list li {
    background-color: #f7f7f7;
    margin-bottom: 40px;
    padding: 35px 0;
}

.news-list li:hover {
    background-color: #00bbea;
}

.news-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-list li a .news-time {
    width: 160px;
    text-align: center;
}

.news-list li a .news-time p:first-child {
    color: #000000;
    font-size: 40px;
    font-weight: bold;
}

.news-list li a .news-time p:last-of-type {
    font-size: 16px;
    color: #000000;
}

.news-list li:hover p {
    color: #fff !important;
}

.news-list li a .news-con {
    padding: 0 30px;
    flex: 1;
    position: relative;
}

.news-list li a .news-con::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 70px;
    background-color: #949494;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.news-list li:hover .news-con::before {
    background-color: #fff !important;
}

.news-list li a .news-con h3 {
    font-size: 18px;
    color: #040404;
    margin-bottom: 15px;
}

.news-list li:hover h3 {
    color: #fff !important;
}

.news-list li a .news-con em {
    font-style: normal;
    font-size: 14px;
    color: #797878;
    line-height: 1.8;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
}

.news-list li:hover em {
    color: #fff !important;
}

.news-list li a .news-icon {
    padding-right: 50px;
}

.news-list li a .news-icon b {
    background: url(../images/on_ico.png);
    display: block;
    width: 36px;
    height: 36px;
}

.news-list li a .news-icon b:hover {
    background: url(../images/arrow_ico.png);
}

.news-list li:hover b {
    background: url(../images/arrow_ico.png) !important;
}





@media screen and (max-width: 768px) {
    .tx-newsc-title h1 {
        font-size: 22px;
        text-align: center;
    }

    /* 鏂伴椈 */
    .tx-newsl {
        padding-bottom: 30px;
    }

    .tx-newsl-main li {
        width: 48%;
        margin-left: 4% !important;
        margin-bottom: 4%;
    }

    .tx-newsl-main li:nth-child(2n-1) {
        margin-left: 0 !important;
    }

    .tx-newsl-main li .imgs {
        height: 26vw;
    }

    .tx-newsl-main li .texts em {
        display: none;
    }

    .tx-newsl-main li .texts b {
        display: none;
    }

    .tx-newsl-main li .texts {
        padding: 15px
    }

    .tx-newsl-main li .texts h3 {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .tx-newsc-title {
        margin-bottom: 20px;
        padding-bottom: 12px;
    }

    .tx-newsc-title h3 {
        font-size: 18px;
        font-weight: bold;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .news-list li {
        padding: 15px 0;
        margin-bottom: 20px;
    }

    .news-list li a .news-time {
        display: none;
    }

    .news-list li a .news-con {
        padding: 0 20px;
    }

    .news-list li a .news-con h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .news-list li a .news-con em {
        font-size: 14px;
        line-height: 1.6;
    }

    .news-list li a .news-con::before {
        display: none;
    }

    .news-list li a .news-icon {
        display: none;
    }


}


.x-product-cates {
    padding-bottom: 20px;
    text-align: center;
    width: 22%;
    display: flex;
    flex-direction: column;
}

.x-product-cates .water h3 {
    font-size: 16px;
    text-align: left;
    color: #fff;
    line-height: 40px;
    background-color: #0154b4;
    /* color: #0154b4; */
    padding: 0px 15px;
}

.x-product-cates .water a {
    font-size: 14px;
    display: block;
    padding: 0 15px;
    text-align:left;
    line-height:70px
}

.x-product-cates .water a:hover {
    color: #0154b4;
}

.x-product-cates ul {
    display: inline-block;
}

.x-product-cates ul h3 {
    font-size: 16px;
    text-align: left;
    color: #fff;
    line-height: 40px;
    background-color: #0154b4;
    /* color: #0154b4; */
    padding: 0px 15px;
}



.x-product-cates ul li {
    float: left;
    padding: 5px 5px;
    /* margin-bottom: 10px; */
}



.x-product-cates ul li a {
    font-size: 14px;
    display: block;
    padding: 0 15px;

}

.x-product-cates .water li a {
    line-height: 70px;
}

.x-product-cates .tuoliu li a {
    line-height: 35px;
}

.x-product-cates ul li.on a,
.x-product-cates ul li:hover a {
    /* background-color: #0154b4; */
    color: #0154b4;
}

.x-product-cates ul li.current-cat a {
    background-color: #0154b4;
    color: #fff;
}

@media (max-width:1200px) {
    .x-product-cates ul li {
        width: 33.33%;
    }
}

@media (max-width:768px) {
    .x-product-cates ul li a {
        padding: 0 5px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}