﻿.header_wrapper {
    position: relative;
    top: 0;
    width: 100%;
    height: 130px;
    z-index: 99999;
}

.zy-pro1Left li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.zy-fl {
    display: flex;
}

.zy-fl>div {
    padding: 10px 20px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
}

.zy-fl>.zy-flActive {
    color: #95731c;
    background-color: #ffffff;
}

.header_wrapper .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    background-color: #FFFFFF;
}

.header_content.hd_bottom {
    width: 100%;
    height: 50px;
    background-color: #95731c;
    position: relative;
}

.header_content .naim_nav {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-end;
    height: inherit
}

.header_content .naim_nav ul {
    display: flex;
    height: inherit;
    width: 1280px;
    margin: 0 auto;
}

.flex_sb_c {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flex_sb_fe {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.header_content .naim_nav ul li {
    height: inherit;
    width: 14%;
    line-height: 50px;
    text-align: center;
    position: relative;
}

.header_content .naim_nav ul li a {
    font-size: 16px;
    color: #FFFFFF;
    display: block;
}

.header_content .naim_nav ul li:hover a,
.header_content .naim_nav ul li.active a {
    background-color: rgba(255, 255, 255, 0.2);
    font-weight: bold;
}

.m_header {
    display: none
}


/*mxsw_top*/

.search_box form {
    width: 340px;
    height: 36px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.search_box input[type="text"] {
    outline: none;
    width: calc(100% - 50px);
    height: 100%;
    background-color: #fff;
    display: block;
    padding: 0 20px;
    border-radius: 4px 0px 0px 4px;
    border: solid 1px #95731c;
}

.search_box input[type="submit"] {
    outline: none;
    width: 50px;
    height: 100%;
    display: block;
    cursor: pointer;
    border-radius: 0px 4px 4px 0px;
    background: url(../images/search_box.png)no-repeat center center #95731c;
    color: #fff;
}

.mxsw_top {
    width: 100%;
    background: #FFFFFF;
    padding: 23px 0 13px;
}

.mxsw_w1280 {
    width: 1280px;
    margin: 0 auto;
}

.mxsw_top_img {
    margin-bottom: 4px;
}

.mxsw_top_img img {
    width: 100%;
    height: 100%;
}

.flex_fs_c {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.mxsw_top_tel_text {
    margin-left: 20px;
}

.mxsw_top_tel_text h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #95731c;
}

.zy-contact {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
}

.zy-contact-p {
    width: 300px;
    height: 595px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.zy-contact-p>div {
    background-color: #f5f5f5;
    height: 190px;
}

.zy-contact-p h1 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    color: #333333;
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 30px;
    font-weight: 600;
}

.zy-contact-p h2 {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #333333;
    padding-left: 30px;
}

.zy-contact-d {
    padding-top: 10px;
}

@media (max-width:1365px) {
    .mxsw_w1280 {
        width: 1160px;
        margin: 0 auto;
    }
    .zy-contact {
        width: 93%;
    }
}

@media (max-width: 1199px) {
    .header_wrapper {
        display: none!important;
    }
    .m_header {
        display: block;
        position: relative;
        height: 50px;
        left: 0;
        top: 0
    }
    .sp_header {
        height: 50px;
        overflow: hidden;
        background: #fff;
        position: fixed;
        z-index: 10;
        width: 100%;
        top: 0;
        z-index: 999999
    }
    .sp_logo {
        padding: 10px;
        float: left;
        height: 50px;
        width: 83%;
    }
    .sp_logo img {
        margin: auto;
        max-height: 30px;
        max-width: 100%;
    }
    .sp_nav {
        width: 50px;
        float: right;
        position: relative;
        cursor: pointer;
        height: 30px;
        margin-top: 15px
    }
    .sp_nav span {
        display: block;
        background: #f5b247;
        width: 30px;
        height: 2px;
        position: absolute;
        left: 10px;
        transition: all ease 0.35s
    }
    .sp_nav span:nth-of-type(1) {
        top: 0px
    }
    .sp_nav span:nth-of-type(2) {
        top: 10px
    }
    .sp_nav span:nth-of-type(3) {
        top: 20px
    }
    .sp_nav_se span:nth-of-type(1) {
        top: 10px;
        transform: rotate(45deg)
    }
    .sp_nav_se span:nth-of-type(2) {
        width: 0
    }
    .sp_nav_se span:nth-of-type(3) {
        top: 10px;
        transform: rotate(-45deg)
    }
    .sjj_nav {
        position: fixed;
        z-index: 1000;
        background: #ffffff;
        width: 100%;
        height: calc(100% - 50px);
        font-size: 14px;
        line-height: 40px;
        top: -100%;
        left: 0;
        overflow: auto;
        overflow-x: hidden;
        transition: top ease 0.35s;
    }
    .nav_show {
        top: 50px;
    }
    .sjj_nav>ul>li:first-child {
        overflow: hidden;
        border-top: 0
    }
    .sjj_nav>ul>li:first-child>a {
        float: left;
        width: calc(100% - 70px);
    }
    .sjj_nav>ul>li:first-child .language {
        float: right;
        width: 70px;
        overflow: hidden;
        line-height: 30px;
        margin-top: 5px
    }
    .sjj_nav>ul>li:first-child .language a {
        width: 35px;
        float: left;
        border-left: 1px #ddd solid;
        text-align: center;
        color: #999
    }
    .sjj_nav ul li i {
        position: absolute;
        top: 5px;
        right: 0px;
        border-left: 1px #ddd solid;
        height: 30px;
        padding: 0px 7px 0 7px
    }
    .sjj_nav ul li i svg {
        transform: rotate(-90deg);
        transition: all ease 0.35s
    }
    .sjj_nav ul li .sjj_nav_i_se svg {
        transform: rotate(0deg)
    }
    .sjj_nav ul li {
        border-top: 1px #ddd solid;
        margin: 0 20px;
        position: relative;
        line-height: 40px;
        font-size: 14px
    }
    .sjj_nav>ul>li:last-child {
        border-bottom: 1px #ddd solid
    }
    .sjj_nav ul li ul {
        display: none
    }
    .sjj_nav ul li a {
        color: #666;
        width: 100%;
        display: block
    }
    .sjj_nav ul li ul li a {
        color: #999;
        display: block;
        text-align: left
    }
    .sjj_nav ul li i svg {
        width: 20px;
        height: 20px;
        fill: #555
    }
    .sjj_nav ul li .sjj_nav_i_se svg {
        fill: #f5b247
    }
    .sjj_nav ul li ul li>ul {
        margin-left: 10px
    }
}


/*导航结束*/

.home_banner {
    width: 100%;
    height: auto;
}

.home_banner img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    /* min-height: 600px; */
}

.home_banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    display: inline-block;
    border-radius: 100%;
    opacity: 1;
}

.home_banner .swiper-pagination-bullet-active {
    background: #95731C;
}

.home_banner .swiper-container-horizontal>.swiper-pagination-bullets,
.home_banner .swiper-pagination-custom,
.home_banner .swiper-pagination-fraction {
    bottom: 30px;
    left: unset;
    width: auto;
    right: 62px;
}

.home_banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
}

.home_about {
    padding: 90px 0;
}

.flex_sb_fs {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.home_about_left {
    width: 638px;
    height: auto;
}

.home_about_left h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    color: #323232;
    margin-bottom: 28px;
}

.home_about_left p {
    font-size: 16px;
    line-height: 1.6;
    color: #787878;
}

.home_about_left ul {
    margin: 51px 0 69px;
}

.home_about_left li {
    margin: 31px 149px 0 0;
}

.home_about_left li div {
    width: 31px;
    height: 31px;
    background-color: #95731c;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 17px;
}

.home_about_left li h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #535353;
}

.home_about_left a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 251px);
    height: auto;
    padding: 10px 0;
    background: rgba(238, 238, 238, 0.78);
    border-radius: 6px;
}

.home_about_left a span {
    width: 15px;
    height: 15px;
    background: url(../images/home_about_left_more.png)no-repeat center center;
    margin-right: 20px;
    display: block;
}

.home_about_right {
    width: calc(100% - 666px);
    height: auto;
}

.home_about_right img {
    max-width: 100%;
    max-height: 100%;
}

.home_product {
    padding-bottom: 89px;padding-top: 50px;
}

.public_title {
    text-align: center;
}

.public_title h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    color: #323232;
    padding-bottom: 24px;
}

.public_title h2 {
    font-size: 16px;
    line-height: 1;
    color: #6a6a6a;
}

.home_product_swiper {
    position: relative;
    margin-top: 44px;
}

.home_product_swiper .swiper-slide {
    height: 481px;
    background-color: #f5f7f6;
}

.home_product_swiper .swiper-slide a {
    width: 100%;
    height: 100%;
    display: block;
}

.home_product_swiper .swiper-slide .home_product_img {
    width: 100%;
    height: 268px;
}

.home_product_swiper .swiper-slide .home_product_img img {
    width: 100%;
    height: 100%;
}

.home_product_swiper .swiper-slide .home_product_top {
    padding: 30px 19px 26px;
    width: 100%;
    height: 213px;
    position: relative;
}

.home_product_swiper .swiper-slide .home_product_top span {
    width: 17px;
    height: 2px;
    background-color: #95731c;
    display: block;
}

.home_product_swiper .swiper-slide .home_product_top h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #131818;
    margin: 17px 0 13px;
}

.home_product_swiper .swiper-slide .home_product_top h2 {
    font-size: 14px;
    font-weight: lighter;
    line-height: 0.8;
    color: #999999;
    margin-bottom: 22px;
}

.home_product_swiper .swiper-slide .home_product_top p {
    font-size: 16px;
    font-weight: lighter;
    line-height: 1.5;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.home_product_swiper .swiper-slide .home_product_none {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.home_product_swiper .swiper-slide .home_product_none:before {
    display: none;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.home_product_swiper .swiper-slide .home_product_none img {
    width: 100%;
    height: 100%;
}

.home_product_none_more {
    display: none;
    margin: 0 19px;
    padding-bottom: 15px;
    border-bottom: 2px solid #FFFFFF;
    position: absolute;
    width: calc(100% - 38px);
    height: auto;
    bottom: 40px;
    z-index: 20;
}

.home_product_none_more h1 {
    font-size: 14px;
    font-weight: lighter;
    line-height: 0.8;
    color: #ffffff;
}

.home_product_none_more span {
    display: block;
    width: 7px;
    height: 12px;
    background: url(../images/home_product_none_more_icon.png)no-repeat center center;
}

.home_product_swiper .swiper-slide:hover .home_product_img {
    display: none;
}

.home_product_swiper .swiper-slide:hover .home_product_none,
.home_product_swiper .swiper-slide:hover .home_product_none:before {
    display: block;
}

.home_product_swiper .swiper-slide:hover .home_product_none_more {
    display: flex;
}

.home_product_swiper .swiper-slide:hover .home_product_top {
    z-index: 20;
}

.home_product_swiper .swiper-slide:hover .home_product_top span {
    background: #FFFFFF;
}

.home_product_swiper .swiper-slide:hover .home_product_top h1,
.home_product_swiper .swiper-slide:hover .home_product_top h2,
.home_product_swiper .swiper-slide:hover .home_product_top p {
    color: #FFFFFF;
}

.home_product_swiper .swiper-button-next,
.home_product_swiper .swiper-button-prev {
    width: 36px;
    height: 36px;
    margin-top: -18px;
    background-size: 36px 36px;
    border-radius: 50%;
    outline: none;
}

.home_product_swiper .swiper-button-next,
.home_product_swiper .swiper-container-rtl .swiper-button-prev {
    right: -50px;
    background: url(../images/home_product_swiper_right.png)no-repeat center center #95731c;
}

.home_product_swiper .swiper-button-prev,
.home_product_swiper .swiper-container-rtl .swiper-button-next {
    left: -50px;
    background: url(../images/home_product_swiper_right.png)no-repeat center center #95731c;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.home_service {
    padding-bottom: 90px;
}

.home_service_1 {
    margin-top: 46px;
    position: relative;
}

.home_service_1 li {
    width: 410px;
    height: auto;
    background-color: #ffffff;
    border: solid 1px #f5f5f5;
    text-align: center;
    padding-bottom: 27px;
}

.home_service_1 li img {
    width: 100%;
    height: 100%;
}

.home_service_img {
    position: relative;
    width: 100%;
    height: 212px;
}

.home_service_img div {
    width: 69px;
    height: 69px;
    border-radius: 100%;
    position: absolute;
    bottom: -34px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.home_service_1 li h1 {
    font-size: 20px;
    line-height: 1;
    color: #000000;
    margin: 49px 0 19px;
}

.home_service_1 li p {
    font-size: 16px;
    line-height: 1.4;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home_service_1 li:nth-child(2) .home_service_img {
    height: 448px;
}

.home_service_1 li:nth-last-child(2) .home_service_img,
.home_service_1 li:last-child .home_service_img {
    height: 54px;
}

.home_service_1 li:nth-last-child(2) {
    position: absolute;
    bottom: 0;
    left: 0;
}

.home_service_1 li:last-child {
    position: absolute;
    bottom: 0;
    right: 0;
}

.home_service_1 li:hover {
    background: #95731c;
}

.home_service_1 li:hover h1,
.home_service_1 li:hover p {
    color: #FFFFFF;
}

.home_service_1 li:first-child .home_service_img div {
    background: url(../images/home_service_img_icon1.png)no-repeat center center #95731c;
}

.home_service_1 li:nth-child(2) .home_service_img div {
    background: url(../images/home_service_img_icon2.png)no-repeat center center #95731c;
}

.home_service_1 li:nth-child(3) .home_service_img div {
    background: url(../images/home_service_img_icon3.png)no-repeat center center #95731c;
}

.home_service_1 li:nth-last-child(2) .home_service_img div {
    background: url(../images/home_service_img_icon4.png)no-repeat center center #95731c;
}

.home_service_1 li:last-child .home_service_img div {
    background: url(../images/home_service_img_icon5.png)no-repeat center center #95731c;
}

.home_service_1 li:hover:first-child .home_service_img div {
    background: url(../images/home_service_img_icon11.png)no-repeat center center #ffffff;
}

.home_service_1 li:hover:nth-child(2) .home_service_img div {
    background: url(../images/home_service_img_icon22.png)no-repeat center center #ffffff;
}

.home_service_1 li:hover:nth-child(3) .home_service_img div {
    background: url(../images/home_service_img_icon33.png)no-repeat center center #ffffff;
}

.home_service_1 li:hover:nth-last-child(2) .home_service_img div {
    background: url(../images/home_service_img_icon44.png)no-repeat center center #ffffff;
}

.home_service_1 li:hover:last-child .home_service_img div {
    background: url(../images/home_service_img_icon55.png)no-repeat center center #ffffff;
}

.home_new {
    padding-bottom: 126px;
}

.home_new_list {
    margin: 33px 0 30px;
    color: #808080;
    font-size: 16px;
    line-height: 1;
}

.flex_c_fs {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.home_new_list li {
    margin: 0 40px;
    font-size: 16px;
    line-height: 1;
    color: #808080;
    cursor: pointer;
}

.home_new_list li:hover,
.home_new_list li.active {
    color: #95731c;
}

.home_new_list li:after {
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    margin: 0 auto;
    margin-top: 5px;
}

.home_new_list li:hover:after,
.home_new_list li.active:after {
    background-color: #95731c;
}

.home_new_fs_1 {
    display: none;
}

.home_new_fs_1 li {
    width: 410px;
    height: 504px;
}

.home_new_first a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.home_new_first img {
    width: 100%;
    height: 100%;
}

.home_new_first .home_new_first_more {
    background-color: rgba(149, 115, 28, 0.8);
    padding: 15px 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
}

.home_new_first .home_new_first_more h1 {
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 87%;
}

.home_new_first .home_new_first_more span {
    display: block;
    width: 26px;
    height: 20px;
    background: url(../images/home_new_first_more.png)no-repeat center center;
}

.home_new_second,
.home_new_third {
    width: 100%;
    height: 100%;
}

.home_new_second a {
    display: block;
    width: 100%;
    height: 240px;
    margin-bottom: 24px;
    background-color: #f5f5f5;
    padding: 33px 30px;
}

.home_new_second a:last-child {
    margin-bottom: 0;
}

.home_new_second a h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #333333;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home_new_second a p {
    font-size: 16px;
    font-weight: lighter;
    line-height: 1.4;
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home_new_second a .home_new_se {
    border-top: 1px solid #cccccc;
    padding-top: 20px;
    margin-top: 20px;
}

.home_new_time h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 0.9;
    color: #808080;
    padding-bottom: 10px;
}

.home_new_time h2 {
    font-size: 14px;
    font-weight: lighter;
    line-height: 0.9;
    color: #808080;
}

.home_new_second a .home_new_se span {
    display: block;
    width: 26px;
    height: 20px;
    background: url(../images/home_new_first_more1.png)no-repeat center center;
}

.home_new_second a:hover {
    background-color: #95731c;
}

.home_new_second a:hover h1,
.home_new_second a:hover .home_new_time h3,
.home_new_second a:hover .home_new_time h2 {
    color: #FFFFFF;
}

.home_new_second a:hover p {
    color: #FFFFFF;
    opacity: 0.8;
}

.home_new_second a:hover .home_new_se {
    border-top: 1px solid #FFFFFF;
}

.home_new_second a:hover .home_new_se span {
    background: url(../images/home_new_first_more.png)no-repeat center center;
}

.home_new_third a {
    width: 100%;
    height: 152px;
    margin-bottom: 24px;
    background-color: #f5f5f5;
    padding: 32px 30px;
}

.home_new_third a:last-child {
    margin-bottom: 0;
}

.home_new_third .home_new_time {
    padding-top: 13px;
    width: 48px;
}

.home_new_third_text {
    width: calc(100% - 72px);
    height: auto;
}

.home_new_third .home_new_third_text h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #333333;
    margin-bottom: 18px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home_new_third .home_new_third_text p {
    font-size: 16px;
    font-weight: lighter;
    line-height: 1;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home_new_third .home_new_third_text span {
    display: block;
    width: 26px;
    height: 20px;
    margin-top: 17px;
    background: url(../images/home_new_first_more1.png)no-repeat center center;
}

.home_new_third a:hover {
    background-color: #95731c;
}

.home_new_third a:hover .home_new_third_text h1,
.home_new_third a:hover .home_new_time h3,
.home_new_third a:hover .home_new_time h2 {
    color: #FFFFFF;
}

.home_new_third a:hover .home_new_third_text p {
    color: #FFFFFF;
    opacity: 0.8;
}

.home_new_third a:hover .home_new_third_text span {
    background: url(../images/home_new_first_more.png)no-repeat center center;
}

.footer {
    padding: 60px 0 0;
    width: 100%;
    height: auto;
    background: url(../images/footer.jpg)no-repeat center center;
    background-size: cover;
}

.footer_bottom {
    margin-top: 40px;
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.footer_bottom p {
    font-size: 12px;
    line-height: 1;
    color: #ffffff;
}

.foot ul {
    width: calc(100% - 607px);
    height: auto;
}

.foot ul li h1 {
    margin-bottom: 23px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
    color: #ffffff;
}

.foot ul li a {
    display: block;
    margin-bottom: 18px;
    font-size: 12px;
    font-weight: lighter;
    line-height: 1;
    letter-spacing: 1px;
    color: #ffffff;
    opacity: 0.8;
}

.foot ul li a:last-child {
    margin-bottom: 0;
}

.foot_text img {
    max-width: 100%;
    max-height: 100%;
}

.foot_text p {
    margin-top: 19px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
    color: #ffffff;
}

@media (max-width:1365px) {
    .home_about_left {
        width: 540px;
    }
    .home_about_right {
        width: calc(100% - 560px);
    }
    .home_about_left li {
        margin: 31px 110px 0 0;
    }
    .home_about_left ul {
        margin: 40px 0;
    }
    .home_about_left a {
        width: calc(100% - 150px);
    }
    .home_about {
        padding: 70px 0;
    }
    .home_product,
    .home_service,
    .home_new {
        padding-bottom: 70px;
    }
    .home_product_swiper {
        margin-top: 35px;
    }
    .home_product_swiper .swiper-button-next,
    .home_product_swiper .swiper-container-rtl .swiper-button-prev {
        right: 10px;
    }
    .home_product_swiper .swiper-button-prev,
    .home_product_swiper .swiper-container-rtl .swiper-button-next {
        left: 10px;
    }
    .home_service_1 li {
        width: 32%;
    }
    .home_service_img {
        height: 190px;
    }
    .home_service_1 li:nth-child(2) .home_service_img {
        height: 410px;
    }
    .home_service_1 li:nth-last-child(2) .home_service_img,
    .home_service_1 li:last-child .home_service_img {
        height: 54px;
    }
    .home_new_fs_1 li {
        width: 32%;
    }
}

@media (max-width:1199px) {
    .mxsw_w1280 {
        width: 100%;
        padding: 0 3%;
    }
    .home_about {
        padding: 40px 0 50px;
    }
    .home_product,
    .home_service,
    .home_new {
        padding-bottom: 40px;
    }
    .home_about_left h1 {
        margin-bottom: 20px;
    }
    .home_about_left ul {
        margin: 0 0 30px;
    }
    .home_about_left li {
        margin: 20px 90px 0 0;
    }
    .home_about_left {
        width: 48%;
    }
    .home_about_right {
        width: calc(100% - 52%);
    }
    .public_title h1 {
        font-size: 24px;
        padding-bottom: 15px;
    }
    .home_product_swiper,
    .home_service_1 {
        margin-top: 18px;
    }
    .home_product_swiper .swiper-slide .home_product_img {
        height: 193px;
    }
    .home_product_swiper .swiper-slide {
        height: auto;
    }
    .home_product_swiper .swiper-slide .home_product_top {
        height: auto;
    }
    .home_new_list {
        margin: 25px 0;
    }
    .home_service_img {
        height: 152px;
    }
    .home_service_1 li:nth-child(2) .home_service_img {
        height: 324px;
    }
    .home_service_img div {
        width: 50px;
        height: 50px;
        bottom: -25px;
    }
    .home_service_1 li h1 {
        font-size: 18px;
        margin: 37px 0 10px;
    }
    .home_service_1 li p {
        font-size: 14px;
    }
    .home_service_1 li:nth-last-child(2) .home_service_img,
    .home_service_1 li:last-child .home_service_img {
        height: 33px;
    }
    .home_service_1 li {
        padding-bottom: 20px;
    }
    .home_new_fs_1 li {
        height: 367px;
    }
    .home_new_second a {
        height: 172px;
        padding: 20px 20px;
    }
    .home_new_second a h1 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .home_new_second a p {
        font-size: 14px;
    }
    .home_new_second a .home_new_se {
        padding-top: 10px;
        margin-top: 10px;
    }
    .home_new_third a {
        height: 108px;
        margin-bottom: 22px;
        padding: 15px 20px;
    }
    .home_new_third .home_new_third_text h1 {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .home_new_third .home_new_third_text p {
        font-size: 14px;
    }
    .home_new_third .home_new_third_text span {
        width: 15px;
        height: 12px;
        margin-top: 16px;
        background-size: contain;
    }
    .home_new_second a .home_new_se span {
        width: 15px;
        height: 12px;
        background-size: contain;
    }
    .foot ul {
        width: calc(100% - 420px);
    }
    .foot_text {
        width: 330px;
    }
    .foot_text p {
        margin-top: 12px;
        line-height: 1.3;
    }
    .footer {
        padding: 50px 0 0;
        background-size: cover;
    }
    .home_new_first .home_new_first_more h1 {
        font-size: 16px;
    }
}

@media (max-width:990px) {
    .home_about_left {
        width: 100%;
    }
    .home_about_left li {
        margin: 20px 0 0 0;
    }
    .home_about_left ul.flex_fs_c {
        justify-content: space-between;
    }
    .home_about_right {
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }
    .home_about_left a {
        margin: 0 auto;
    }
    .home_product_swiper .swiper-slide .home_product_img {
        height: 230px;
    }
    .home_service_img {
        height: 118px;
    }
    .home_service_1 li:nth-child(2) .home_service_img {
        height: 250px;
    }
    .home_service_1 li h1 {
        font-size: 16px;
        margin: 30px 0 6px;
    }
    .home_service_1 li p {
        font-size: 12px;
    }
    .home_service_1 li {
        padding-bottom: 5px;
    }
    .home_new_fs_1 li {
        width: 49%;
    }
    .home_new_fs_1 li:last-child {
        width: 100%;
    }
    .home_new_third a {
        margin-top: 15px;
        margin-bottom: 0;
    }
    .foot_text {
        width: 230px;
    }
    .foot ul {
        width: calc(100% - 270px);
    }
    .footer {
        padding: 40px 0 0;
    }
    .footer_bottom {
        margin-top: 25px;
        padding: 15px 0;
    }
    .home_product,
    .home_service,
    .home_new {
        padding-bottom: 30px;
    }
    .home_about {
        padding: 30px 0;
    }
}

@media (max-width:767px) {
    .news_1{
        font-size: 12px!important;
    }
    .newstitle li{
        font-size: 12px!important;
    }
    .mxsw_pro_top>div {
        width: 100%;
    }
    .zy-fl {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }
    .zy-fl>div {
        font-size: 14px;
        padding: 5px 10px;
    }
    .home_about {
        padding: 20px 0;
    }
    .home_about_left h1 {
        margin-bottom: 12px;
        font-size: 20px;
    }
    .home_about_left p {
        font-size: 14px;
    }
    .home_about_left li h3 {
        font-size: 15px;
    }
    .home_about_left li div {
        margin-right: 10px;
    }
    .home_about_left ul {
        margin: 0 0 15px;
    }
    .home_about_left li {
        margin: 10px 0 0;
        width: 50%;
    }
    .home_about_left a {
        width: calc(100% - 150px);
        padding: 7px 0;
    }
    .home_about_right {
        margin-top: 15px;
    }
    .home_banner .swiper-container-horizontal>.swiper-pagination-bullets,
    .home_banner .swiper-pagination-custom,
    .home_banner .swiper-pagination-fraction {
        bottom: 0px;
        right: 10px;
    }
    .home_banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 4px;
    }
    .home_banner .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
    .public_title h1 {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .public_title h2 {
        font-size: 12px;
        line-height: 1.2;
    }
    .home_product_swiper .swiper-slide .home_product_img {
        height: auto;
    }
    .home_product_swiper .swiper-slide .home_product_top {
        padding: 20px 15px 12px;
    }
    .home_product_swiper .swiper-slide .home_product_top h1 {
        font-size: 16px;
        margin: 12px 0;
    }
    .home_product_swiper .swiper-slide .home_product_top h2 {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .home_product_swiper .swiper-slide .home_product_top p {
        font-size: 12px;
    }
    .home_product,
    .home_service,
    .home_new {
        padding-bottom: 20px;
    }
    .home_service_1 li {
        width: 100%;
        margin-bottom: 8px;
    }
    .home_service_img {
        height: auto;
    }
    .home_service_1 li:nth-child(2) .home_service_img {
        height: auto;
    }
    .home_service_1 li:nth-last-child(2),
    .home_service_1 li:last-child {
        position: static;
    }
    .home_new_list li {
        margin: 0 8px;
        font-size: 14px;
    }
    .home_new_list {
        margin: 12px 0 8px;
    }
    .home_new_fs_1 li {
        width: 100%;
        height: auto;
    }
    .home_new_first .home_new_first_more {
        padding: 10px 20px;
    }
    .home_new_second a {
        height: auto;
        padding: 15px;
        margin-bottom: 0;
        margin-top: 8px;
    }
    .home_new_time h3 {
        font-size: 24px;
        padding-bottom: 7px;
    }
    .home_new_time h2 {
        font-size: 12px;
    }
    .home_new_third a {
        margin-top: 8px;
        margin-bottom: 0;
        padding: 15px;
    }
    .foot ul {
        width: 100%;
    }
    .footer {
        padding: 20px 0 0;
    }
    .foot ul li {
        width: 33%;
        margin-bottom: 12px;
    }
    .foot ul.flex_sb_fs {
        justify-content: flex-start;
    }
    .foot ul li h1 {
        margin-bottom: 13px;
    }
    .foot ul li a {
        margin-bottom: 8px;
    }
    .foot_text {
        width: 100%;
        margin-bottom: 20px;
    }
    .foot_text p {
        margin-top: 10px;
        font-size: 12px;
    }
    .footer .foot.flex_sb_fs {
        flex-direction: column-reverse;
    }
    .footer_bottom {
        margin-top: 8px;
    }
    .footer_bottom p {
        line-height: 1.5;
    }
}


/*面包屑*/

.cd_p_tool {
    height: 55px;
    background-color: #ffffff;
    line-height: 1;
    padding: 20px 0 0;
    border-bottom: 1px solid #e6e6e6;
}

.cd_p_tool .cd_positon {
    color: #808080;
    line-height: 1;
}

.cd_p_tool .cd_positon a {
    color: #808080;
    font-size: 14px;
    line-height: 1;
}

.cd_p_tool .cd_positon em {
    display: inline-flex;
    margin-right: 8px;
}

.cd_cateNavList ul li {
    display: inline-block;
    margin-right: 32px;
}

.cd_cateNavList ul li a {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #808080;
    width: auto;
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
}

.cd_cateNavList ul li.hover a,
.cd_cateNavList ul li:hover a {
    color: #95731c;
    cursor: pointer;
    border-bottom: 2px solid #95731c;
}

.cd_cateNavList ul li span {
    margin-left: 32px;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    color: #808080;
}

.wap_cateList {
    display: none;
}

.cd_cateNavList ul li:last-child span {
    display: none;
}

@media (max-width:1199px) {
    .cd_cateNavList ul li {
        margin-right: 40px;
    }
}

@media (max-width:990px) {
    .cd_p_tool .cd_positon a {
        font-size: 12px;
    }
    .cd_cateNavList ul li.hover a,
    .cd_cateNavList ul li:hover a {
        font-size: 16px;
    }
    .cd_cateNavList ul li a {
        font-size: 14px;
    }
    .cd_cateNavList ul li {
        margin-right: 20px;
    }
}

@media (max-width:767px) {
    /*面包屑*/
    .cd_p_tool {
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        padding: unset;
    }
    .wap_cateList {
        display: block;
        padding: 5px 0;
        border: 1px solid #eeeeee;
        width: 98%;
        margin: 10px auto;
        box-shadow: 0 2px 1px #eeeeee;
        background: #fefefe
    }
    .wap_cateList .wap_cateMain {
        padding: 0 10px;
        font-size: 15px;
        color: #555555;
        font-weight: bold
    }
    .wap_cateList .wap_cateMain em {
        font-size: 22px;
        font-weight: bold
    }
    .wap_cateList ul {
        display: none;
        border-top: 1px solid #eeeeee;
        margin-top: 2px
    }
    .wap_cateList ul li {
        line-height: 35px;
        font-size: 12px;
        padding: 0 10px;
    }
    .wap_cateList ul li a {
        display: block;
        padding: 0 15px
    }
    .wap_cateList ul li.hover {
        background: #95731c;
        color: #ffffff
    }
    .cd_cateNavList {
        display: none
    }
    .cd_p_tool .cd_positon {
        line-height: 40px;
    }
    .wap_cateList .wap_cateMain.flex_fe_b {
        align-items: center;
    }
}


/*关于我们*/

.mxsw_banner_gywm {
    width: 100%;
}

.mxsw_banner_gywm img {
    width: 100%;
    height: 100%;
}

.mxsw_about_1 {
    padding: 60px 0 68px;
}

.mxsw_title {
    align-self: center;
}

.mxsw_title h1 {
    font-size: 18px;
    line-height: 1;
    color: #000000;
    padding-bottom: 23px;
}

.mxsw_title h1 span {
    display: block;
    width: 178px;
    height: 2px;
    background-color: #333333;
    margin-left: 21px;
}

.mxsw_title h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 0.8;
    color: #000000;
}

.mxsw_title h2 span {
    color: #95731c;
    display: inline-block;
    margin-right: 10px;
}

.mxsw_about_1_1 {
    margin-top: 57px;
}

.mxsw_about_1_left {
    width: calc(100% - 676px);
    height: auto;
}

.mxsw_about_1_left img {
    width: 100%;
    height: 100%;
}

.mxsw_about_1_right {
    width: 611px;
    height: auto;
}

.mxsw_about_1_right h1 {
    font-size: 20px;
    line-height: 1;
    color: #000000;
}

.mxsw_about_1_right span {
    display: block;
    width: 62px;
    height: 4px;
    background-color: #95731c;
    margin: 21px 0 56px;
}

.mxsw_about_1_right p {
    font-size: 16px;
    line-height: 1.5;
    color: #4d4d4d;
    margin-top: 35px;
}

.mxsw_about_2 {
    padding: 74px 0;
    background: url(../images/mxsw_about_2.jpg)no-repeat center center;
    background-size: cover;
}

.mxsw_about_title {
    text-align: center;
}

.mxsw_about_title h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 0.8;
    color: #ffffff;
}

.mxsw_about_title h2 {
    font-size: 24px;
    line-height: 1;
    color: #ffffff;
    margin: 19px 0 13px;
}

.mxsw_about_title span {
    display: block;
    margin: 0 auto;
    width: 54px;
    height: 4px;
    background-color: #ffffff;
}

.mxsw_about_title h3 {
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
    margin: 32px 0 10px;
}

.mxsw_about_title h4 {
    font-size: 12px;
    line-height: 1;
    color: #ffffff;
}

.mxsw_about_4 {
    padding: 74px 0;
    background: url(../images/mxsw_about_4.jpg)no-repeat center center;
    background-size: cover;
}

.mxsw_about_3,
.mxsw_about_5 {
    padding: 37px 0;
}

.mxsw_about_3_left {
    width: 633px;
}

.mxsw_about_3_left.mxsw_about_title h1,
.mxsw_about_3_left.mxsw_about_title h2,
.mxsw_about_3_left.mxsw_about_title h3,
.mxsw_about_3_left.mxsw_about_title h4 {
    color: #000000;
}

.mxsw_about_3_left.mxsw_about_title span {
    background-color: #95731c;
}

.mxsw_about_3_right {
    width: calc(100% - 730px);
    height: auto;
    margin-right: 50px;
}

.mxsw_about_3_right img,
.mxsw_about_5_right img {
    width: 100%;
    height: 100%;
}

.mxsw_about_5 .flex_sb_c {
    flex-direction: row-reverse;
}

.mxsw_about_5_right {
    width: calc(100% - 730px);
    height: auto;
    margin-left: 50px;
}


/*产品中心*/

.mxsw_product {
    padding: 60px 0;
}

.mxsw_pro_top {
    width: 100%;
    height: auto;
    padding: 30px;
    background-color: #95731c;
    border-radius: 4px;
    margin-bottom: 29px;
}

.mxsw_pro_top .mxsw_title h1,
.mxsw_pro_top .mxsw_title h2,
.mxsw_pro_top .mxsw_title h2 span {
    color: #FFFFFF;
}

.mxsw_pro_top .mxsw_title h1 span {
    background-color: #FFFFFF;
}

.mxsw_pro_top h6 {
    font-size: 28px;
    line-height: 1;
    color: #ffffff;
    text-align: right;
    padding-bottom: 30px;
}

.mxsw_product_ul_li {
    display: none;
}

.mxsw_product_title {
    border-bottom: 1px solid #e6e6e6;
    padding: 0 30px;
    width: 100%;
    height: 80px;
}

.mxsw_product_ul li:last-child .mxsw_product_title {
    border-bottom: 0px solid #e6e6e6;
}

.mxsw_product_title h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #95731c;
}

.mxsw_product_title .mxsw_product_detail {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/mxsw_product_detail1.png)no-repeat center center;
    background-size: contain;
}

.mxsw_product_ul .active .mxsw_product_title {
    border-bottom: 0px solid #e6e6e6;
}

.mxsw_product_ul .active .mxsw_product_title .mxsw_product_detail {
    background: url(../images/mxsw_product_detail2.png)no-repeat center center;
}

.mxsw_product_body {
    width: 100%;
    height: auto;
    background-color: #fafafa;
    padding: 30px;
    display: none;
}

.mxsw_product_ul .active .mxsw_product_body {
    display: block;
}

.mxsw_product_body h6 {
    font-size: 18px;
    line-height: 1;
    color: #000000;
    margin-bottom: 5px;
}

.mxsw_product_body li {
    margin-right: 165px;
    width: 65px;
}

.mxsw_product_body li a {
    display: block;
    font-size: 16px;
    line-height: 1;
    color: #95731c;
    padding-bottom: 4px;
    margin-top: 25px;
    border-bottom: 1px solid #fafafa;
}

.mxsw_product_body li:hover a {
    border-bottom: 1px solid #95731c;
}

.mxsw_product_body li:nth-child(6n) {
    margin-right: 0;
}

.read_more {
    width: 100px;
    height: 24px;
    background-color: #95731c;
    border-radius: 4px;
    margin: 30px auto 0;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    font-weight: lighter;
    color: #fffffe;
}

.read_sj {
    text-align: center;
    font-size: 14px;
    line-height: 60px;
    display: none;
}

.block {
    display: block;
}

.none {
    display: none;
}


/*产品中心-详情页*/

.mxsw_product_xq {
    margin: 0 30px 30px;
}

.mxsw_product_xq_img {
    width: calc(50% - 30px);
    height: auto;
}

.mxsw_product_xq_img img {
    max-width: 80%;
    max-height: 100%;
}

.mxsw_product_xq_text {
    width: calc(50% - 30px);
}

.mxsw_product_xq_text p {
    font-size: 18px;
    line-height: 1;
    color: #95731c;
    padding-bottom: 28px;
}

.mxsw_product_xq_text p:last-child {
    padding-bottom: 0;
}

.mxsw_product_xq_text p span {
    color: #333333;
}

.mxsw_product_xq_text p a {
    width: 90px;
    height: 26px;
    background-color: #95731c;
    border-radius: 4px;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
}

.mxsw_product_xq_2 h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    color: #ffffff;
    width: 100%;
    height: 60px;
    background-color: #95731c;
    border-radius: 4px;
    padding: 0 30px;
}

.mxsw_product_xq_2 div {
    width: 100%;
    height: auto;
    background-color: #fafafa;
    border-radius: 4px;
    padding: 35px 30px 65px;
}

.mxsw_product_xq_2 div p {
    font-size: 16px;
    font-weight: lighter;
    line-height: 1.7;
    color: #4d4d4d;
}


/*关于我们-合作代理*/

.mxsw_talent_title {
    text-align: center;
}

.mxsw_talent_title h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
}

.mxsw_talent_title h1 span {
    color: #95731c;
}

.mxsw_talent_title h2 {
    font-size: 20px;
    line-height: 1;
    margin-top: 24px;
    color: #808080;
}

.mxsw_talent ul {
    margin-top: 53px;
}

.mxsw_talent ul li {
    margin-top: 30px;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    border: solid 1px #fafafa;
}

.mxsw_talent ul li div {
    width: 50%;
    height: auto;
}

.mxsw_talent_liimg img {
    height: 100%;
    width: 100%;
}

.mxsw_talent_litext {
    text-align: center;
}

.mxsw_talent_litext h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
}

.mxsw_talent_litext span {
    width: 70px;
    height: 2px;
    background-color: #9d7f39;
    display: inline-block;
    margin: 23px 0;
}

.mxsw_talent_litext h2 {
    font-size: 20px;
    line-height: 1;
    color: #000000;
}

.mxsw_talent ul li:nth-child(even) {
    flex-direction: row-reverse;
}

.mxsw_talent_2 {
    margin: 82px 116px 0;
}

.mxsw_talent_2_ul {
    margin-top: 44px;
}

.mxsw_talent_2_ul li {
    width: calc(25% - 22px);
    height: 180px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    padding: 26px 0 21px;
    text-align: center;
}

.mxsw_talent_2_ul li div {
    width: 74px;
    height: 73px;
    margin: 0 auto 41px;
}

.mxsw_talent_2_ul li p {
    font-size: 20px;
    line-height: 1;
    color: #808080;
}

.mxsw_talent_2_ul li:first-child div {
    background: url(../images/mxsw_talent_2_ul1.png)no-repeat center center;
    background-size: contain;
}

.mxsw_talent_2_ul li:nth-child(2) div {
    background: url(../images/mxsw_talent_2_ul2.png)no-repeat center center;
    background-size: contain;
}

.mxsw_talent_2_ul li:nth-child(3) div {
    background: url(../images/mxsw_talent_2_ul3.png)no-repeat center center;
    background-size: contain;
}

.mxsw_talent_2_ul li:last-child div {
    background: url(../images/mxsw_talent_2_ul4.png)no-repeat center center;
    background-size: contain;
}

.mxsw_talent_2_ul li:hover {
    background-color: #95731c;
}

.mxsw_talent_2_ul li:hover p {
    color: #FFFFFF;
}

.mxsw_talent_2_ul li:hover:first-child div {
    background: url(../images/mxsw_talent_2_ul11.png)no-repeat center center;
    background-size: contain;
}

.mxsw_talent_2_ul li:hover:nth-child(2) div {
    background: url(../images/mxsw_talent_2_ul22.png)no-repeat center center;
    background-size: contain;
}

.mxsw_talent_2_ul li:hover:nth-child(3) div {
    background: url(../images/mxsw_talent_2_ul33.png)no-repeat center center;
    background-size: contain;
}

.mxsw_talent_2_ul li:hover:last-child div {
    background: url(../images/mxsw_talent_2_ul44.png)no-repeat center center;
    background-size: contain;
}


/*关于我们-招聘*/

.mxsw_recruiting ul {
    margin: 40px 0 80px;
}

.mxsw_recruiting ul li {
    width: calc(50% - 30px);
    height: 260px;
    text-align: center;
    padding: 61px 90px 0;
}

.mxsw_recruiting ul li:first-child {
    background: url(../images/mxsw_recruiting_ul.jpg)no-repeat center center;
    background-size: cover;
}

.mxsw_recruiting ul li:last-child {
    background: url(../images/mxsw_recruiting_ul1.jpg)no-repeat center center;
    background-size: cover;
}

.mxsw_recruiting ul li h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 34px;
}

.mxsw_recruiting ul li p {
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
}

.mxsw_recruiting_1 .care_ul {
    margin-top: 40px;
}

.mxsw_recruiting_1 .care_ul li {
    margin-top: 30px;
}

.mxsw_recruiting_1 .care_ul .care_title {
    width: 100%;
    height: 56px;
    background-color: #fafafa;
    padding: 0 40px;
    border-radius: 4px;
}

.mxsw_recruiting_1 .care_ul .care_title h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #999999;
}

.mxsw_recruiting_1 .care_ul .care_detail {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/mxsw_product_detail3.png)no-repeat center center;
    background-size: contain;
}

.mxsw_recruiting_1 .care_ul li.active .care_detail {
    background: url(../images/mxsw_product_detail4.png)no-repeat center center;
}

.mxsw_recruiting_1 .care_ul li.active .care_title {
    background-color: #95731c;
}

.mxsw_recruiting_1 .care_ul li.active .care_title h3 {
    color: #ffffff;
}

.mxsw_recruiting_1 .care_ul li .care_body {
    width: 100%;
    height: auto;
    background-color: #fafafa;
    padding: 34px 40px 28px;
    display: none;
}

.mxsw_recruiting_1 .care_ul li .care_body p {
    font-size: 16px;
    line-height: 1.5;
    color: #808080;
}

.mxsw_recruiting_1 .care_ul li .care_body p strong {
    color: #333333;
}

.mxsw_recruiting_1 .care_ul li .care_body h6 {
    font-size: 16px;
    line-height: 1;
    color: #95731c;
}

.mxsw_recruiting_1 .care_ul li.active .care_body {
    display: block;
}


/*技术支持*/

.mxsw_support {
    margin-bottom: 60px;
}

.mxsw_support .mxsw_support_img {
    width: 50%;
    height: auto;
}

.mxsw_support_img img {
    width: 100%;
    height: 100%;
}

.mxsw_support_text {
    width: calc(50% - 45px);
    height: auto;
}

.mxsw_support_text .mxsw_title {
    text-align: right;
    margin-bottom: 46px;
}

.mxsw_support_text .mxsw_title h1 {
    justify-content: flex-end;
    padding: 23px 0 0;
}

.mxsw_support_text .mxsw_title h1 span {
    margin: 0 21px 0 0;
}

.mxsw_support_text p {
    line-height: 1.6;
    font-size: 16px;
    color: #000000;
    text-indent: 30px;
}

.mxsw_support_ul li {
    width: 33.333%;
    height: 266px;
    padding: 34px 40px 0;
    border-right: 1px solid #f0f0f0;
    text-align: center;
    background: #FFFFFF;
}

.mxsw_support_ul li:last-child {
    border-right: 0px solid #f0f0f0;
}

.mxsw_support_ul li div {
    width: 67px;
    height: 68px;
    margin: 0 auto;
}

.mxsw_support_ul li:first-child div {
    background: url(../images/mxsw_support_ul1.png)no-repeat center center;
    background-size: contain;
}

.mxsw_support_ul li:nth-child(2) div {
    background: url(../images/mxsw_support_ul2.png)no-repeat center center;
    background-size: contain;
}

.mxsw_support_ul li:last-child div {
    background: url(../images/mxsw_support_ul3.png)no-repeat center center;
    background-size: contain;
}

.mxsw_support_ul li:hover:first-child div {
    background: url(../images/mxsw_support_ul11.png)no-repeat center center;
    background-size: contain;
}

.mxsw_support_ul li:hover:nth-child(2) div {
    background: url(../images/mxsw_support_ul22.png)no-repeat center center;
    background-size: contain;
}

.mxsw_support_ul li:hover:last-child div {
    background: url(../images/mxsw_support_ul33.png)no-repeat center center;
    background-size: contain;
}

.mxsw_support_ul li h1 {
    font-size: 18px;
    line-height: 1;
    color: #000000;
    margin: 30px 0 38px;
}

.mxsw_support_ul li h2 {
    font-size: 14px;
    font-weight: lighter;
    line-height: 1.4;
    color: #333333;
}

.mxsw_support_ul li:hover h1 {
    color: #fffefe;
}

.mxsw_support_ul li:hover h2 {
    color: #FFFFFF;
    opacity: 0.9;
}

.mxsw_support_ul li:hover {
    background-color: #95731c;
    border-right: 0px solid #f0f0f0;
}


/*检测服务*/

.mxsw_service .mxsw_product_body {
    background-color: #FFFFFF;
    padding: 0;
}

.mxsw_service .mxsw_product_body table {
    width: 100%;
    height: auto;
}

.mxsw_service .mxsw_product_body tr {
    border-bottom: 1px solid #e6e6e6;
    height: 60px!important;
    background-color: #fafafa;
    text-align: center;
}

.mxsw_service .mxsw_product_body tr:first-child,
.mxsw_service .mxsw_product_body tr:last-child {
    border-bottom: 0px solid #e6e6e6;
}

.mxsw_service .mxsw_product_body tr:first-child td {
    width: 33.333%;
    height: auto;
    background: rgba(149, 115, 28, 0.5);
    border-right: 1px solid #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #333333;
}

.mxsw_service .mxsw_product_body tr:first-child td:last-child {
    border-right: 0px solid #FFFFFF;
}

.mxsw_service .mxsw_product_body td {
    font-size: 16px;
    line-height: 1;
    color: #333333;
}


/*联系我们*/

.mxsw_lxwm h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    margin: 61px 0 113px;
}

.mxsw_lxwm_ul {
    margin-bottom: 64px;
}

.mxsw_lxwm_ul li {
    width: 25%;
    height: auto;
    padding: 0 25px;
    text-align: center;
}

.mxsw_lxwm_ul li div {
    width: 70px;
    height: 70px;
    margin: 0 auto 30px;
}

.mxsw_lxwm_ul li p {
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
}

.mxsw_lxwm_map {
    width: 100%;
}

#map {
    width: 74%;
    height: 595px;
}

.mxsw_lxwm_ul li div img {
    width: 100%;
    height: 100%;
}


/*新闻中心*/

.mxsw_new {
    margin-top: 42px;
}

.mxsw_new li {
    width: 100%;
    background-color: #f8f8f8;
    margin-bottom: 30px;
}

.mxsw_new li div.flex_fs_c {
    position: relative;
}

.mxsw_new li div.flex_fs_c .mxsw_new_img {
    width: 430px;
    height: 100%;
}

.mxsw_new li div.flex_fs_c .mxsw_new_text {
    /*width: calc(100% - 430px);*/
	width:100%;
    height: 100%;
    padding: 20px 40px 50px 40px;
}

.mxsw_new li div.flex_fs_c .mxsw_new_text h1 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mxsw_new li div.flex_fs_c .mxsw_new_text h1 a{color:#95731c; font-weight: bold;}
.mxsw_new li div.flex_fs_c .mxsw_new_text h1  b{ color:#95731c;}

.mxsw_new li div.flex_fs_c .mxsw_new_text h2 {
    font-size: 16px;
    font-weight: lighter;
    color: #999999;
    margin: 25px 0 31px;
}

.mxsw_new li div.flex_fs_c .mxsw_new_text a {
    font-size: 16px;
    font-weight: lighter;
    line-height: 1.5;
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	display:block;
	float: left;
width: 50%;
}
.mxsw_new li div.flex_fs_c .mxsw_new_text a.a1{ padding:0 0 0 50px;background: url(../images/1.jpg)no-repeat left center;}
.mxsw_new li div.flex_fs_c .mxsw_new_text a.a2{ padding:0 0 0 50px;background: url(../images/2.jpg)no-repeat left center;}
.mxsw_new li div.flex_fs_c .mxsw_new_text a.a3{ padding:0 0 0 83px;background: url(../images/4.jpg)no-repeat left center;}
.mxsw_new li div.flex_fs_c .mxsw_new_text a.a4{ padding:0 0 0 50px;background: url(../images/3.jpg)no-repeat left center;}
.mxsw_new li div.flex_fs_c .mxsw_new_text a.a5{width: 100%; padding:0 0 0 170px; background: url(../images/5.jpg)no-repeat left center;}
.mxsw_new li div.flex_fs_c .mxsw_new_text p b{ color:#444; padding:0 5px 0 5px;}
.mxsw_new li div.flex_fs_c:before {
    content: "";
    display: block;
    width: 4px;
    height: 80px;
    background-color: #95731c;
    position: absolute;
    top: 30px;
    left: 0;
}

.mxsw_new li:hover div.flex_fs_c:before {
    height: 100%;
    top: 0;
}

.mxsw_new li:hover div.flex_fs_c .mxsw_new_text h1 {
    color: #95731c;
}
.mxsw_new li:hover div.flex_fs_c .mxsw_new_text h1 a {
    color: #95731c;
}

.mxsw_new li:hover div.flex_fs_c {
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.08);
}

.mxsw_new li:nth-child(even) div.flex_fs_c {
    flex-direction: row-reverse;
}

/*.mxsw_new li:nth-child(even) div.flex_fs_c:before {
    left: unset;
    right: 0;
}*/

.mxsw_new li div.flex_fs_c .mxsw_new_img img {
    width: 100%;
    height: 100%;
    max-height: 240px;
}


/*分页*/

#pagesize {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#pagesize ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#pagesize a {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    display: block;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #999999;
    margin: 0 4px;
}

#pagesize a.active,
#pagesize a:hover {
    border: solid 1px #95731c;
    color: #FFFFFF;
    background-color: #95731c;
}

#pagesize li:first-child a,
#pagesize li:last-child a {
    width: auto;
    padding: 0 9px;
}


/*分页结束*/


/*新闻中心-详情页*/

.mxsw_new_xq {
    padding: 0 33px;
}

.mxsw_new_xq h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #333333;
    text-align: center;
}

.mxsw_new_xq h2 {
    font-size: 16px;
    font-weight: lighter;
    line-height: 1;
    color: #999999;
    padding: 34px 0 43px;
    text-align: center;
}

.mxsw_new_xq p {
    font-size: 16px;
    font-weight: lighter;
    line-height: 1.5;
    color: #333333;
    padding-bottom: 20px;
}

.mxsw_new_xq p img {
    max-width: 100%;
    max-height: 100%;
}

.mxsw_new_xq_a {
    margin-top: 44px;
}

.mxsw_new_xq_a a {
    display: flex;
    font-size: 14px;
    line-height: 1;
    color: #333333;
    align-items: center;
}

.mxsw_new_xq_a a:last-child {
    flex-direction: row-reverse;
}

.mxsw_new_xq_a a span {
    width: 80px;
    height: 24px;
    border-radius: 4px;
    border: solid 1px #95731c;
    margin: 0 12px 0 0;
    font-size: 14px;
    line-height: 24px;
    color: #95731c;
    text-align: center;
    display: inline-block;
}

.mxsw_new_xq_a a:last-child span {
    margin: 0 0 0 12px;
}

@media (max-width:1365px) {
    /*关于我们*/
    .mxsw_about_1 {
        padding: 50px 0;
    }
    .mxsw_about_1_1 {
        margin-top: 45px;
    }
    .mxsw_about_2,
    .mxsw_about_4 {
        padding: 50px 0;
    }
    .mxsw_about_3_left,
    .mxsw_about_5_left {
        width: 540px;
    }
    .mxsw_about_3_right,
    .mxsw_about_5_right {
        width: calc(100% - 610px);
    }
    .mxsw_about_1_right p {
        margin-top: 12px;
    }
    .mxsw_about_1_right span {
        margin: 21px 0 45px;
    }
    /*产品中心*/
    .mxsw_product_body li {
        margin-right: 142px;
    }
    /*产品中心-详情页*/
    /*关于我们-合作代理*/
    .mxsw_talent ul li {
        margin-top: 20px;
    }
    .mxsw_talent ul {
        margin-top: 35px;
    }
    .mxsw_talent_2 {
        margin: 50px 0 0;
    }
    /*关于我们-招聘*/
    .mxsw_recruiting ul {
        margin: 30px 0 50px;
    }
    .mxsw_recruiting_1 .care_ul {
        margin-top: 0;
    }
    .mxsw_recruiting ul li {
        width: calc(50% - 20px);
        padding: 55px 85px 0;
    }
    /*技术支持*/
    .mxsw_support {
        margin-bottom: 40px;
    }
    .mxsw_support_ul li h1 {
        margin: 25px 0;
    }
    /*检测服务*/
    /*联系我们*/
    .mxsw_lxwm h3 {
        margin: 30px 0;
    }
    .mxsw_lxwm_ul li p {
        font-size: 14px;
    }
    /* #map {
        height: 400px;
    } */
    .zy-contact-p {
        width: 23.5%;
    }
    .mxsw_lxwm_ul {
        margin-bottom: 30px;
    }
    /*新闻中心*/
    /*新闻中心-详情页*/
}

@media (max-width:1199px) {
    /*关于我们*/
    .mxsw_about_1_right {
        width: 48%;
    }
    .mxsw_about_1_left {
        width: calc(100% - 51%);
    }
    .mxsw_about_1_right p {
        margin-top: 0;
    }
    .mxsw_about_1_right span {
        margin: 21px 0;
    }
    .mxsw_about_1_1 {
        margin-top: 30px;
    }
    .mxsw_about_1 {
        padding: 40px 0;
    }
    .mxsw_about_3_left,
    .mxsw_about_5_left {
        width: 40%;
    }
    .mxsw_about_3_right,
    .mxsw_about_5_right {
        width: calc(100% - 40%);
    }
    .mxsw_about_3_right {
        margin-right: 0;
    }
    .mxsw_about_5_right {
        margin-left: 0;
    }
    /*产品中心*/
    .mxsw_product_body li,
    .mxsw_product_body li:nth-child(6n) {
        margin-right: 80px;
    }
    .mxsw_product {
        padding: 40px 0;
    }
    .mxsw_product_title {
        height: 60px;
    }
    /*产品中心-详情页*/
    .mxsw_product_xq {
        margin: 0 0 20px;
    }
    .mxsw_product_xq_text p {
        font-size: 16px;
        padding-bottom: 20px;
    }
    .mxsw_product_xq_2 div {
        padding: 30px;
    }
    .mxsw_product_xq_2 h1 {
        line-height: 50px;
        height: 50px;
    }
    /*关于我们-合作代理*/
    .mxsw_talent_2_ul {
        margin-top: 35px;
    }
    /*关于我们-招聘*/
    .mxsw_recruiting ul li {
        width: calc(50% - 12px);
        padding: 45px 50px 0;
    }
    .mxsw_recruiting ul {
        margin: 20px 0 30px;
    }
    .mxsw_recruiting_1 .care_ul li {
        margin-top: 20px;
    }
    /*技术支持*/
    .mxsw_support_text p {
        line-height: 1.5;
        font-size: 14px;
    }
    .mxsw_support_text .mxsw_title {
        margin-bottom: 15px;
    }
    .mxsw_support {
        margin-bottom: 30px;
    }
    /*检测服务*/
    .mxsw_service .mxsw_product_body tr {
        height: 45px;
    }
    .mxsw_service .mxsw_product_body tr:first-child td {
        font-size: 16px;
    }
    .mxsw_service .mxsw_product_body td {
        font-size: 14px;
    }
    /*联系我们*/
    .mxsw_lxwm h3 {
        margin: 20px 0;
        font-size: 18px;
    }
    .mxsw_lxwm_ul li div {
        width: 55px;
        height: 55px;
        margin: 0 auto 15px;
    }
    .mxsw_lxwm_ul li {
        padding: 0 10px;
    }
    /* #map {
        height: 300px;
    } */
    /*新闻中心*/
    .mxsw_new li div.flex_fs_c .mxsw_new_text h2 {
        margin: 20px 0;
    }
    .mxsw_new li {
        margin-bottom: 23px;
    }
    .mxsw_new {
        margin-top: 30px;
    }
    /*新闻中心-详情页*/
    .mxsw_new_xq h2 {
        padding: 20px 0;
    }
    .mxsw_new_xq p {
        padding-bottom: 12px;
    }
}

@media (max-width:990px) {
    /*关于我们*/
    .mxsw_about_1_left {
        width: 100%;
    }
    .mxsw_about_1_right {
        width: 100%;
        margin-top: 20px;
    }
    .mxsw_about_1 {
        padding: 30px 0;
    }
    .mxsw_title h1 {
        padding-bottom: 15px;
    }
    .mxsw_about_1_1 {
        margin-top: 20px;
    }
    .mxsw_about_1_right span {
        margin: 13px 0;
    }
    .mxsw_about_3_left,
    .mxsw_about_5_left {
        width: 46%;
    }
    .mxsw_about_3_right,
    .mxsw_about_5_right {
        width: calc(100% - 48%);
    }
    /*产品中心*/
    .mxsw_pro_top h6 {
        font-size: 22px;
    }
    .mxsw_pro_top {
        padding: 20px;
    }
    .mxsw_product_title {
        padding: 0 20px;
    }
    /*产品中心-详情页*/
    .mxsw_product_xq_text p {
        line-height: 2;
        padding-bottom: 0px;
    }
    /*关于我们-合作代理*/
    .mxsw_talent_2_ul,
    .mxsw_talent ul {
        margin-top: 23px;
    }
    .mxsw_talent_litext span {
        margin: 12px 0;
    }
    .mxsw_talent_litext h2 {
        font-size: 16px;
    }
    .mxsw_talent_litext h1 {
        font-size: 20px;
    }
    .mxsw_talent_2 {
        margin: 35px 0 0;
    }
    .mxsw_talent_title h1 {
        font-size: 24px;
    }
    .mxsw_talent_title h2 {
        font-size: 14px;
        margin-top: 12px;
    }
    .mxsw_talent_2_ul li {
        width: calc(25% - 15px);
        height: 160px;
    }
    .mxsw_talent_2_ul li div {
        width: 60px;
        height: 60px;
        margin: 0 auto 30px;
    }
    /*关于我们-招聘*/
    .mxsw_recruiting ul li h1 {
        margin-bottom: 20px;
    }
    .mxsw_recruiting ul li {
        padding: 45px 25px 0;
    }
    .mxsw_recruiting_1 .care_ul .care_title {
        height: 45px;
        padding: 0 30px;
    }
    .mxsw_recruiting_1 .care_ul li .care_body {
        padding: 25px 30px;
    }
    /*技术支持*/
    .mxsw_support_text,
    .mxsw_support .mxsw_support_img {
        width: 100%;
    }
    .mxsw_support {
        margin-bottom: 25px;
        flex-direction: column-reverse;
    }
    .mxsw_support_text {
        margin-bottom: 15px;
    }
    .mxsw_support_ul li {
        padding: 25px 20px 0;
    }
    /*检测服务*/
    /*联系我们*/
    #map {
        height: 430px;
    }
    .zy-contact-p {
        height: 430px;
    }
    .zy-contact-p h1 {
        padding-top: 10px;
        padding-bottom: 8px;
        font-size: 17px;
        padding-left: 20px;
    }
    .zy-contact-p h2 {
        padding-left: 20px;
        font-size: 14px;
        line-height: 27px;
    }
    .zy-contact-p>div {
        height: 135px;
    }
    .zy-contact-d {
        padding-top: 7px;
    }
    .mxsw_lxwm_ul li {
        padding: 0 20px;
        width: 50%;
        margin-bottom: 20px;
    }
    .mxsw_lxwm_ul {
        margin-bottom: 0;
    }
    /*新闻中心*/
    .mxsw_new li div.flex_fs_c .mxsw_new_img {
        width: 300px;
        height: 100%;
    }
    .mxsw_new li div.flex_fs_c .mxsw_new_text {
        width: calc(100% - 300px);
        padding: 20px;
    }
    .mxsw_new li {
        height: auto;
    }
    .mxsw_new li div.flex_fs_c .mxsw_new_text h2 {
        margin: 12px 0;
    }
    .mxsw_new li {
        margin-bottom: 18px;
    }
    .mxsw_new li div.flex_fs_c .mxsw_new_text p,
    .mxsw_new li div.flex_fs_c .mxsw_new_text h2 {
        font-size: 14px;
    }
    .mxsw_new li div.flex_fs_c:before {
        height: 55px;
    }
    /*新闻中心-详情页*/
    .mxsw_new_xq h1 {
        font-size: 18px;
        line-height: 1.3;
    }
    .mxsw_new_xq h2 {
        padding: 15px 0;
    }
    .mxsw_new_xq p {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    /*关于我们*/
    .mxsw_about_1 {
        padding: 20px 0;
    }
    .mxsw_title h2 {
        font-size: 18px;
    }
    .mxsw_about_1_right h1 {
        font-size: 18px;
    }
    .mxsw_about_1_right p {
        font-size: 14px;
    }
    .mxsw_about_2,
    .mxsw_about_4 {
        padding: 30px 0;
    }
    .mxsw_about_title h1 {
        font-size: 20px;
    }
    .mxsw_title h1 {
        padding-bottom: 10px;
    }
    .mxsw_about_title h2 {
        font-size: 18px;
        margin: 15px 0 10px;
    }
    .mxsw_about_title h3 {
        font-size: 14px;
        margin: 16px 0 8px;
    }
    .mxsw_about_3_left,
    .mxsw_about_5_left {
        width: 100%;
    }
    .mxsw_about_3_right,
    .mxsw_about_5_right {
        width: 100%;
        margin-top: 15px;
    }
    .mxsw_about_3,
    .mxsw_about_5 {
        padding: 20px 0;
    }
    /*产品中心*/
    .mxsw_pro_top {
        margin-bottom: 15px;
    }
    .mxsw_product {
        padding: 30px 0;
    }
    .mxsw_product_body li,
    .mxsw_product_body li:nth-child(6n) {
        margin-right: 12px;
    }
    .mxsw_pro_top {
        padding: 14px;
    }
    .mxsw_pro_top h6 {
        width: 100%;
        font-size: 16px;
        margin-top: 10px;
        text-align: right;
        padding-bottom: 12px;
    }
    .mxsw_product_title {
        padding: 0 14px;
        height: 40px;
    }
    .mxsw_product_title h3 {
        font-size: 16px;
    }
    .mxsw_product_body {
        padding: 20px;
    }
    .mxsw_product_body h6 {
        font-size: 14px;
    }
    .mxsw_product_body li a {
        font-size: 14px;
        margin-top: 12px;
    }
    /*产品中心-详情页*/
    .mxsw_product_xq_img,
    .mxsw_product_xq_text {
        width: 100%;
    }
    .mxsw_product {
        padding: 20px 0;
    }
    .mxsw_product_xq_text p {
        font-size: 14px;
        line-height: 1.7;
    }
    .mxsw_product_xq_2 h1 {
        line-height: 40px;
        height: 40px;
        padding: 0 15px;
        font-size: 16px;
    }
    .mxsw_product_xq_2 div {
        padding: 15px;
    }
    .mxsw_product_xq_2 div p {
        font-size: 13px;
    }
    /*关于我们-合作代理*/
    .mxsw_talent ul li div {
        width: 100%;
    }
    .mxsw_talent ul li,
    .mxsw_talent ul li:nth-child(even) {
        flex-direction: column-reverse;
    }
    .mxsw_talent_litext {
        margin: 12px 0 8px;
    }
    .mxsw_talent_2_ul,
    .mxsw_talent ul {
        margin-top: 15px;
    }
    .mxsw_talent ul li {
        margin-top: 10px;
    }
    .mxsw_talent_title h1 {
        font-size: 18px;
    }
    .mxsw_talent_title h2 {
        font-size: 12px;
        margin-top: 8px;
    }
    .mxsw_talent_litext h1 {
        font-size: 15px;
    }
    .mxsw_talent_litext h2 {
        font-size: 12px;
    }
    .mxsw_talent_litext span {
        margin: 6px 0;
    }
    .mxsw_talent_2 {
        margin: 20px 0 0;
    }
    .mxsw_talent_2_ul li {
        width: calc(50% - 6px);
        height: 113px;
        margin-bottom: 10px;
        padding: 18px 0;
    }
    .mxsw_talent_2_ul li div {
        width: 40px;
        height: 40px;
        margin: 0 auto 20px;
    }
    .mxsw_talent_2_ul li p {
        font-size: 14px;
    }
    /*关于我们-招聘*/
    .mxsw_recruiting ul li {
        width: 100%;
        margin-bottom: 15px;
        height: auto;
        padding: 25px;
    }
    .mxsw_recruiting ul {
        margin: 15px 0;
    }
    .mxsw_recruiting ul li p {
        font-size: 14px;
    }
    .mxsw_recruiting ul li h1 {
        margin-bottom: 15px;
    }
    .mxsw_recruiting_1 .care_ul li {
        margin-top: 10px;
    }
    .mxsw_recruiting_1 .care_ul .care_title {
        height: 40px;
        padding: 0 15px;
    }
    .mxsw_recruiting_1 .care_ul .care_title h3 {
        font-size: 15px;
    }
    .mxsw_recruiting_1 .care_ul li .care_body {
        padding: 15px;
    }
    .mxsw_recruiting_1 .care_ul li .care_body p {
        font-size: 13px;
    }
    .mxsw_recruiting_1 .care_ul li .care_body h6 {
        font-size: 12px;
    }
    .mxsw_recruiting ul li h1 {
        font-size: 16px;
    }
    /*技术支持*/
    .mxsw_support {
        margin-bottom: 10px;
    }
    .mxsw_support_text {
        margin-bottom: 8px;
    }
    .mxsw_support_ul li {
        width: 100%;
        height: auto;
        padding: 20px;
        border-right: 0px solid #f0f0f0;
    }
    .mxsw_support_ul li div {
        width: 35px;
        height: 35px;
    }
    /*检测服务*/
    .mxsw_service .mxsw_product_body tr:first-child td {
        font-size: 14px;
        padding: 0 5px;
        line-height: 1.2;
    }
    .mxsw_service .mxsw_product_body td {
        font-size: 12px;
        line-height: 1.3;
    }
    /*联系我们*/
    .mxsw_lxwm_ul li {
        width: 100%;
    }
    #map {
        width: 100%;
        height: 250px;
    }
    .zy-contact {
        margin-top: 25px;
    }
    .zy-contact-p>div {
        height: 180px;
    }
    .zy-contact-p h2 {
        font-size: 16px;
        line-height: 30px;
    }
    .zy-contact {
        flex-direction: column;
    }
    .zy-contact-p {
        width: 100%;
        height: 570px;
        margin-top: 10px;
    }
    .zy-contact-d {
        padding-top: 11px;
    }
    .zy-contact-p h1 {
        padding-top: 20px;
        padding-bottom: 19px;
    }
    /*新闻中心*/
    .mxsw_new {
        margin-top: 20px;
    }
    .mxsw_new li {
        margin-bottom: 8px;
    }
    .mxsw_new li div.flex_fs_c .mxsw_new_text {
        width: 100%;
        padding: 10px 15px;
    }
    .mxsw_new li:nth-child(even) a:before {
        left: 0;
        right: unset;
    }
    .mxsw_new li div.flex_fs_c .mxsw_new_text h1 {
        font-size: 15px;
    }
    .mxsw_new li div.flex_fs_c .mxsw_new_text p,
    .mxsw_new li div.flex_fs_c .mxsw_new_text h2 {
        font-size: 13px;
    }
    .mxsw_new li div.flex_fs_c .mxsw_new_img {
        width: 100%;
    }
    .mxsw_new li div.flex_fs_c .mxsw_new_text h2 {
        margin: 7px 0;
    }
    /*新闻中心-详情页*/
    .mxsw_new_xq {
        padding: 0;
    }
    .mxsw_new_xq p {
        font-size: 13px;
        padding-bottom: 5px;
    }
    .mxsw_new_xq h1 {
        font-size: 16px;
    }
    .mxsw_new_xq h2 {
        font-size: 14px;
        padding: 8px 0;
    }
    .mxsw_new_xq_a {
        margin-top: 15px;
    }
    .mxsw_new_xq_a a:last-child {
        flex-direction: row;
    }
    .mxsw_new_xq_a a:last-child span {
        margin: 7px 12px 0 0;
    }
}

.flex_fe_b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.zy-pro {
    display: flex;
    justify-content: space-between;
    width: 1280px;
    margin: 0 auto;
}

.zy-proLeft li {
    width: 220px;
    height: 60px;
    background-color: rgb(235, 235, 235, 0.5);
    font-weight: 600;
    padding-left: 10px;
    font-size: 18px;
    display: flex;
    align-items: center;
    color: #95731c;
    border-bottom: 1px solid #fff;
}
.zy-proLeft li a{
    color: #95731c;
}

.zy-proLeft .zy-liActive {
    background-color: rgb(149, 115, 28, 0.5);
}

.zy-proRight {
    width: 1040px;
}

.zy-proRight table {
    width: 100%;
}

.zy-proRight thead tr td {
    height: 60px;
    background-color: rgb(149, 115, 28, 0.5);
    color: #333333;
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.zy-proRight thead tr td {
    border-right: 1px solid #fff;
}

.zy-proRight table tr td:first-child {
    width: 12.5%;
}

.zy-proRight table tr td:nth-child(2) {
    width: 42.7%;
}

.zy-proRight table tr td:nth-child(3) {
    width: 19.2%;
}

.zy-proRight table tr td:nth-child(4) {
    width: 12.5%;
}

.zy-proRight table tr td:last-child {
    width: 12.5%;
}

.zy-proRight tbody tr td {
    line-height: 1;
    text-align: center;
    font-size: 16px;
    color: #333333;
    height: 60px;
    border-bottom: 1px solid #e6e6e6;
}
.zy-proRight tbody tr td a{
    color: #333333;
}

.zy-proLeftControl {
    display: none;
}

.zy-proLeft ul {
    display: block;
}

@media (max-width:1365px) {
    .zy-pro {
        width: 96%;
    }
    .zy-proLeft {
        width: 20%;
    }
    .zy-proLeft li {
        width: 100%;
        font-size: 16px;
    }
    .zy-proRight {
        width: 78%;
    }
    .zy-proRight thead tr td {
        font-size: 16px;
    }
    .zy-proRight tbody tr td {
        font-size: 14px;
    }
}

@media (max-width:990px) {
    .zy-proLeft li {
        width: 100%;
        font-size: 13px;
        height: 45px;
    }
    .zy-proRight thead tr td {
        font-size: 14px;
        height: 45px;
    }
    .zy-proRight tbody tr td {
        font-size: 12px;
        height: 45px;
    }
}

@media (max-width:600px) {
    .zy-proLeftControl {
        display: block;
        text-align: right;
        height: 45px;
        line-height: 45px;
        font-size: 20px;
        transition: 0.6s;
        background-color: rgb(149, 115, 28);
        padding-right: 3%;
    }
    .zy-proLeft ul {
        display: none;
        margin-top: 5px;
    }
    .zy-proLeft li {
        height: 40px;
    }
    .zy-pro {
        flex-direction: column;
    }
    .zy-proLeft {
        width: 100%;
        margin-bottom: 10px;
    }
    .zy-proRight {
        width: 100%;
    }
    .zy-proLeft img {
        transition: 0.6s;
    }
    .rot img {
        transform: rotate(90deg);
    }
}

.zy-pro1 {
    display: flex;
    justify-content: space-between;
    width: 1280px;
    margin: 0 auto;
}

.zy-pro1Left li {
    width: 340px;
    height: 60px;
    background-color: rgb(235, 235, 235, 0.5);
    font-weight: 600;
    padding-left: 10px;
    font-size: 18px;
    display: flex;
    align-items: center;
    color: #95731c;
    border-bottom: 1px solid #fff;
}

.zy-pro1Left .zy-liActive {
    background-color: rgb(149, 115, 28, 0.5);
}

.zy-pro1Right {
    width: 920px;
}

.zy-pro1Right table {
    width: 100%;
}

.zy-pro1Right thead tr td {
    height: 60px;
    background-color: rgb(149, 115, 28, 0.5);
    color: #333333;
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.zy-pro1Right thead tr td {
    border-right: 1px solid #fff;
}

.zy-pro1Right table tr td:first-child {
    width: 33.33%;
}

.zy-pro1Right table tr td:nth-child(2) {
    width: 33.33%;
}

.zy-pro1Right table tr td:last-child {
    width: 33.33%;
}

.zy-pro1Right tbody tr td {
    line-height: 1;
    text-align: center;
    font-size: 16px;
    color: #333333;
    height: 60px;
    border-bottom: 1px solid #e6e6e6;
}

.zy-pro1LeftControl {
    display: none;
}

.zy-pro1Left ul {
    display: block;
}

@media (max-width:1365px) {
    .zy-pro1 {
        width: 96%;
    }
    .zy-pro1Left {
        width: 25.6%;
    }
    .zy-pro1Left li {
        width: 100%;
        font-size: 16px;
    }
    .zy-pro1Right {
        width: 71.8%;
    }
    .zy-pro1Right thead tr td {
        font-size: 16px;
    }
    .zy-pro1Right tbody tr td {
        font-size: 14px;
    }
}

@media (max-width:990px) {
    .zy-pro1Left li {
        width: 100%;
        font-size: 13px;
        height: 45px;
    }
    .zy-pro1Right thead tr td {
        font-size: 14px;
        height: 45px;
    }
    .zy-pro1Right tbody tr td {
        font-size: 12px;
        height: 45px;
    }
}

@media (max-width:600px) {
    .zy-pro1LeftControl {
        display: block;
        text-align: right;
        height: 45px;
        line-height: 45px;
        font-size: 20px;
        transition: 0.6s;
        background-color: rgb(149, 115, 28);
        padding-right: 3%;
    }
    .zy-pro1Left ul {
        display: none;
        margin-top: 5px;
    }
    .zy-pro1Left li {
        height: 40px;
    }
    .zy-pro1 {
        flex-direction: column;
    }
    .zy-pro1Left {
        width: 100%;
        margin-bottom: 10px;
    }
    .zy-pro1Right {
        width: 100%;
    }
    .zy-pro1Left img {
        transition: 0.6s;
    }
    .rot img {
        transform: rotate(90deg);
    }
}