
* {
    padding: 0px;
    margin: 0px;
}

body {
    font-size: 14px;
    color: #555;
    font-family: "Microsoft YaHei", Arial, Tahoma, sans-serif;
}

@media only screen and (max-width:992px) {
    body {
        font-size: 16px;
    }
    .container {
        padding: 0 30px;
        max-width: 100%;
    }
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
b,
em,
span,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
    margin: 0;
    padding: 0;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    list-style: none;
}

input,
select,
button,
textarea {
    font-size: 14px;
    border: 0;
    background: none;
    outline: none;
    vertical-align: middle;
    font-family: "Microsoft YaHei", Arial, Tahoma, sans-serif;
}

button {
    overflow: visible
}

img {
    border: none;
}

li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

a:hover {
    text-decoration: none !important;
}

:focus {
    outline: none!important
}

.clear {
    overflow: hidden;
    clear: both;
    height: 0px;
}

 ::-webkit-scrollbar {
    width: 6px;
}

 ::-webkit-scrollbar-track {
    background-color: #000;
}

 ::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

 ::-webkit-scrollbar-thumb:hover {
    background-color: #5b5b5b;
}

 ::-webkit-scrollbar-thumb:active {
    background-color: #00b7ee;
}

@media only screen and (max-width:992px) {
    body {
        font-size: 16px;
    }
    input,
    select,
    button,
    textarea {
        font-size: 13px;
    }
    input,
    textarea {
        -webkit-appearance: none;
        border-radius: 0;
    }
}

@media only screen and (max-width:992px) {
    html.on {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        overflow: hidden;
    }
}

body {
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

@media only screen and (max-width:992px) {
    body.on {
        transform: translateX(-60%);
        -webkit-transform: translateX(-60%);
        -moz-transform: translateX(-60%);
        -ms-transform: translateX(-60%);
        -o-transform: translateX(-60%);
    }
}

@media only screen and (max-width:992px) {
    .sj_bj {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        z-index: 99999;
        display: none;
    }
}


/* 微信 */

.e_m {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
    display: none;
}

.e_m .n_r {
    width: 200px;
    padding: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.e_m .n_r img {
    width: 100%;
    height: auto;
    display: block;
}

.e_m .n_r p {
    font-size: 15px;
    color: #888;
    margin-top: 10px;
}

@media only screen and (max-width: 640px) {
    .e_m .n_r {
        width: 230px;
        padding: 15px;
    }
    .e_m .n_r p {
        font-size: 15px;
    }
}

@media (min-width: 1500px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1430px;
    }
}


/* header */

.header {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
}

.header.on {
    background-color: rgba(0, 0, 0, .5);
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* .header .logo img {
    max-width: 80px;
} */

.header .logo>a {
    display: flex;
    align-items: center;
}

.header .logo>a .logo_wz {
    margin-left: 12px;
    text-align: center;
}

.header .logo>a h3 {
    font-size: 24px;
    font-weight: bold;
}

.header .logo>a h4 {
    font-size: 14px;
    font-weight: bold;
}

.header .nav ul {
    width: 100%;
    display: flex;
}

.header .nav ul li {
    position: relative;
    /* flex: 0 0 10.3333%; */
    height: 100px;
    background-size: 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 35px;
    text-align: center;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header .nav .y_j {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.header .nav .y_j i {
    display: none;
    padding-left: 10px;
    font-size: 12px;
    font-weight: bold;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header .nav .y_j a {
    display: block;
    font-size: 16px;
    color: #323232;
    position: relative;
    padding: 20px 10px;
}

.header .nav .on .y_j a {
    color: #00853c;
}

.header .nav .y_j a::after {
    position: absolute;
    background-color: #00853c;
    width: 0;
    height: 4px;
    content: "";
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s;
}

.header .nav li.on .y_j a::after {
    width: 100%;
}

.header .nav li:hover .y_j a::after {
    width: 100%;
}

.header .header_r {
    display: flex;
}

.header .nav .e_j {
    width: 150px;
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 0 0 5px #aaa;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header .nav ul li:hover .e_j {
    opacity: 1;
    visibility: inherit;
    z-index: 999;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.header .nav .e_j a {
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    display: block;
}


/* header  an */

.header .an {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: 65px;
    height: 27px;
    width: 40px;
    display: none;
}

.header .an span {
    width: 40px;
    height: 3px;
    background-color: #2fa457;
    display: block;
    position: absolute;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header .an span.a1 {
    top: 0;
    left: 0;
}

.header .an span.a2 {
    top: 12px;
    left: 0;
}

.header .an span.a3 {
    top: 24px;
    left: 0;
}

.header .an.n span.a2 {
    display: none;
}

.header .an.n span.a1 {
    top: 10px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.header .an.n span.a3 {
    top: 10px;
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.header .header_ls {
    display: flex;
    align-items: center;
    margin-left: 60px;
    font-size: 24px;
    color: #00853c;
    position: relative;
}

.header .header_ls::after {
    position: absolute;
    width: 1px;
    height: 18px;
    background-color: #2f8ec7;
    content: "";
    left: -28px;
    top: 50%;
    transform: translateY(-50%);
}

.header .hr {
    height: 30px;
    width: 1px;
    margin: 0 12px;
    background-color: #97d1ab;
}

.xiang_z {
    margin-left: 40px;
}

@media only screen and (max-width: 1500px) {
    .header .nav ul li {
        margin-left: 13px;
    }
    .header .header_ls {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .header .nav .y_j a::after {
        display: none;
    }
    .header {
        padding: 10px 0;
    }
    .header .header_ls::after {
        display: none;
    }
    .xiang_z {
        display: none;
    }
    .header .nav .on .y_j {
        padding: 0;
        border: none;
    }
    .header_h {
        display: block;
    }
    .header .en {
        margin-right: 40px;
    }
    .header .logo>a {
        position: static;
    }
    .header .logo img {
        max-width: 215px;
    }
    .header .nav {
        width: 60%;
        padding: 10px 5% 0;
        margin: 0;
        background-color: #141414;
        height: 100%;
        position: fixed;
        top: 0;
        right: -60%;
        z-index: 9999;
        overflow: auto;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .header .nav ul {
        width: 100%;
        display: block;
    }
    .header .nav ul li:nth-child(2) {
        margin-left: 0;
    }
    .header .nav ul li {
        width: 100%;
        height: auto;
        text-align: left;
        background: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        float: none;
        margin: 0;
        padding: 0;
        display: block;
    }
    .header .nav ul li:after {
        display: none;
    }
    .header .nav .y_j i {
        display: block;
        width: 100%;
        padding-right: 10px;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 16px;
        text-align: right;
        color: #ddd;
        line-height: 66px;
        z-index: 99;
    }
    .header .nav ul li:hover .y_j i {
        color: #ddd;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .header .nav ul li.on .y_j i {
        color: #ddd;
    }
    .header .nav .y_j a {
        padding: 0;
        font-size: 18px;
        line-height: 66px;
        color: #fff;
        display: block;
        font-weight: 400;
    }
    .header .nav .y_j a>span {
        display: none;
    }
    .header .nav ul li:hover .y_j a {
        color: #fff;
        border-bottom: 3px solid transparent;
    }
    .header .nav ul li.on .y_j a {
        color: #fff;
        border-bottom: 3px solid transparent;
    }
    .header_h {
        height: 65px;
    }
    .header .head_icon {
        top: 0;
        margin-top: 0;
        right: 20%;
    }
    .header .nav .e_j {
        width: 100%;
        background: none;
        box-shadow: none;
        position: relative;
        left: auto;
        top: auto;
        padding: 5px 0;
        margin-left: 0;
        opacity: 1;
        visibility: inherit;
        display: none;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transition: none;
        -o-transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
    }
    .header .nav ul li:hover .e_j {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .header .nav .e_j a {
        font-size: 14px;
        line-height: 37px;
        text-align: left;
        color: #fff;
    }
    .header .an {
        display: block;
    }
    /* 640 */
    .header .header_ls {
        margin-left: 0;
        margin-right: 70px;
    }
    .header .an {
        right: 67px;
    }
    .search {
        top: 76px;
    }
}

@media only screen and (max-width: 640px) {
    .header .en {
        margin-right: 71px;
    }
    .header .en a {
        font-size: 12px;
        margin-left: 2px;
    }
    .header_h {
        height: 50.5px;
    }
    .header .an {
        right: 18px;
    }
    .header .nav .y_j a {
        font-size: 22px;
    }
    .header .nav .e_j a {
        font-size: 20px;
    }
    .header .nav .y_j i {
        font-size: 12px;
    }
}

.pc_ban {
    width: 100%;
    height: 700px;
    position: relative;
    overflow: hidden;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
}

.pc_ban .swiper-button-prev,
.pc_ban .swiper-button-next {
    /* line-height: 61px; */
    color: #fff;
    opacity: 0;
    font-size: 20px;
    font-weight: bold;
    margin-top: -25px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    width: 35px;
    height: 70px;
    line-height: 42px;
    text-align: center;
    border: #fff 2px solid;
    border-radius: 10px;
    color: #fff;
}

.pc_ban .swiper-button-prev {
    left: 0%;
    margin-left: 3%
}

.pc_ban .swiper-button-next {
    right: 0%;
    margin-right: 3%;
}

.pc_ban:hover .swiper-button-prev {
    left: 2%;
    opacity: .5;
}

.pc_ban:hover .swiper-button-next {
    right: 2%;
    opacity: .5;
}

.pc_ban .swiper-pagination .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0);
    border: 1px #fff solid;
}

.pc_ban .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
    border: 1px #fff solid;
}

.pc_ban .swiper-slide {
    overflow: hidden;
}

.pc_ban .swiper-slide>.container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pc_ban .swiper-wrapper {
    height: 100%;
}

.pc_ban .swiper-wrapper .swiper-slide {
    height: 100%;
}

.pc_ban .sw_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transition: all 5s;
    -o-transition: all 5s;
    -ms-transition: all 5s;
    -moz-transition: all 5s;
    -webkit-transition: all 5s; */
}


/* .pc_ban .swiper-slide-active .sw_bg {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
} */

@media only screen and (max-width:992px) {
    .wen_zi h5 {
        font-size: 28px;
        line-height: 50px;
    }
    .ban_lj {
        bottom: 10%;
    }
    .pc_ban {
        height: 309px;
    }
    .pc_ban .swiper-button-prev,
    .pc_ban .swiper-button-next {
        display: none;
    }
    .ban_lj {
        font-size: 14px;
        width: 119px;
        height: 32px;
    }
}


/* 公共标题 */

.ggbt {
    text-align: center;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
}

.ggbt .m_s {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    background-color: #fff;
    padding: 0 20px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 18px;
    color: #969696;
}

.ggbt .kuang_kk {
    display: inline-block;
    border: 1px solid #e5e5e5;
    position: relative;
    width: 440px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
}

.ggbt .kuang_kk h5 {
    font-size: 36px;
    color: #323232;
    font-weight: bold;
    position: relative;
}

.ggbt .kuang_kk h5::after {
    width: 40px;
    height: 1px;
    background-color: #c9c9c9;
    content: "";
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.ggbt .kuang_kk h5 span {
    color: #4ea035;
}

.ggbt .kuang_kk h6 {
    width: 100%;
    font-size: 36px;
    color: #e8e8e8;
    font-weight: bold;
    position: absolute;
    z-index: -1;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
}


/* 了解新佳 */

.sy_ljxj {
    padding: 80px 0 115px;
}


/* 点击视频播放的图层 */

.sp_tuc {
    position: fixed;
    z-index: 999;
    background-color: rgba(0, 0, 0, .9);
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    top: 0;
    left: 0;
}

.sp_tuc .tuc_t {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.sp_tuc .tuc_t_sp {
    width: 70%;
}

.sp_tuc video {
    width: 100%;
    height: 100%;
}

.tuc_t i {
    font-size: 37px;
    color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 17%;
    left: 90%;
}

.an_mniu video {
    display: none;
}

.guayu_sp {
    display: flex;
    flex-wrap: wrap;
    height: 315px;
    margin-top: 50px;
}

.guayu_sp .sp_ss {
    flex: 0 0 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
    height: 100%;
}

.guayu_sp .you_zz1 {
    flex: 0 0 30%;
    background-color: #00853c;
    padding: 50px 20px 0;
}

.sp_ss h5 {
    font-size: 16px;
    color: #ffffff;
    margin-top: 19px;
}

.you_zz1 h5 {
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    position: relative;
}

.you_zz1 h5::after {
    position: absolute;
    left: 0;
    top: 140%;
    width: 50px;
    height: 1px;
    background-color: #fff;
    content: "";
}

.you_zz1 .ckgd {
    margin-top: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    color: #ffffff;
    width: 140px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #fff;
}

.di_kuaikui {
    display: flex;
    flex-wrap: wrap;
    height: 300px;
    margin-top: 28px;
}

.di_kuaikui .diyige {
    flex: 0 0 22%;
    background-color: #1c497b;
    padding: 53px 35px 0;
}

.di_kuaikui .dier {
    flex: 0 0 19.5%;
    max-width: 19.5%;
    border: 1px solid #eeeeee;
    padding: 55px 35px 0;
    background-color: #ffffff;
}

.di_kuaikui .diyige h5 {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.di_kuaikui .diyige h5 strong {
    font-size: 57px;
    margin-right: 10px;
}

.di_kuaikui .diyige h6 {
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    margin-top: 10px;
}

.dier .tp {
    height: 70px;
    position: relative;
}

.dier .tp img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.dier .tp .lv {
    opacity: 0;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.dier .tp .hui {
    opacity: 1;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.dier:hover .tp .lv {
    opacity: 1;
}

.dier:hover .tp .hui {
    opacity: 0;
}

.dier h5 {
    color: #505050;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.dier:hover h5 {
    color: #00853c;
}

.dier h6 {
    font-size: 16px;
    color: #969696;
    line-height: 25px;
    margin-top: 20px;
    text-align: center;
}

@media only screen and (max-width:1200px) {
    .di_kuaikui .diyige {
        flex: 0 0 100%;
        padding: 53px 35px;
        text-align: center;
    }
    .di_kuaikui .dier {
        flex: 0 0 25%;
        max-width: 25%;
        padding: 55px 35px;
    }
    .di_kuaikui {
        height: auto;
        margin-top: 28px;
    }
}

@media only screen and (max-width:992px) {
    .guayu_sp .sp_ss {
        flex: 0 0 100%;
        height: 207px;
    }
    .guayu_sp .you_zz1 {
        flex: 0 0 100%;
        padding: 30px;
    }
    .you_zz1 .ckgd {
        margin-top: 50px;
    }
    .guayu_sp {
        height: auto;
        padding-bottom: 30px;
    }
    .di_kuaikui .dier {
        flex: 0 0 50%;
        max-width: 50%;
    }
}


/* 新佳产品 */

.re_cp {
    padding: 60px 0 68px;
}

.re_cp .ggbt .m_s {
    background-color: #00853c;
    color: #fff;
}

.re_cp .ggbt .kuang_kk h5 {
    color: #fff;
}

.re_cp .ggbt .kuang_kk h5::after {
    background-color: #fff;
}

.re_cp .ggbt .kuang_kk h6 {
    color: rgba(255, 255, 255, 0.25);
}


/* 轮播 */

.sy_product .sy_product_hd ul {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    margin: 40px 0;
}

.sy_product .sy_product_hd ul li {
    margin: 0 8px;
    border: 1px solid #fff;
    cursor: pointer;
    position: relative;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    min-width: 130px;
    height: 45px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sy_product .sy_product_hd ul li.on {
    color: #00853c;
    background-color: #fff;
}

.sy_product .sy_product_bd {
    position: relative;
}

.sy_product .sy_product_bd .swiper-wrapper .swiper-slide a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sy_product .sy_product_bd .sy_product_sw {
    padding: 70px 0 0;
}

.sy_product .sy_product_bd .swiper-wrapper .img {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    position: relative;
    z-index: 2;
}

.sy_product .sy_product_bd .swiper-wrapper .img .img_bj {
    position: absolute;
    width: 100%;
    z-index: -1;
    bottom: 49%;
    left: 0;
    transform: scaleY(0);
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.sy_product .sy_product_bd .swiper-wrapper a {
    position: relative;
}

.sy_product .sy_product_bd .swiper-wrapper .img img {
    max-width: 100%;
}

.sy_product .sy_product_bd .swiper-wrapper .swiper-slide h5 {
    font-size: 18px;
    color: #000000;
    padding: 24px 20px 50px;
    width: 100%;
    text-align: center;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    position: relative;
}

.sy_product .sy_product_bd .swiper-wrapper .swiper-slide h5::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px;
    width: 0;
    height: 1px;
    background-color: #fff;
    content: "";
}

.sy_product .sy_product_bd .swiper-wrapper .swiper-slide:hover h5 {
    background-color: #1c497b;
    color: #fff;
}

.sy_product .sy_product_bd .swiper-wrapper .swiper-slide:hover h5::after {
    width: 110px;
}

.sy_product_bd .sy_product_swiper {
    position: relative;
    padding-bottom: 70px;
}

.sy_product .sy_product_bd .zuo_you_xs {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.sy_product .sy_product_bd .swiper-button-prev,
.sy_product .sy_product_bd .swiper-button-next {
    width: 58px;
    height: 58px;
    position: static;
}

.sy_product a.more {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 202px;
    height: 52px;
    border: 2px solid #9ca6c8;
    border-radius: 5px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.sy_product a.more::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
    transform: scaleX(0);
    transform-origin: left center;
    z-index: -1;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_product a.more:hover {
    color: #fff;
}

.sy_product a.more:hover::before {
    transform: scaleX(1);
}

.sy_product a.more i {
    color: #354989;
    margin-left: 10px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_product a.more:hover i {
    color: #fff;
}

@media only screen and (max-width:1550px) {
    .sy_product .sy_product_bd .swiper-button-next img,
    .sy_product .sy_product_bd .swiper-button-prev img {
        width: 40px;
        height: 40px;
    }
}

@media only screen and (max-width:1200px) {
    .sy_product_bd .sy_product_swiper {
        padding-bottom: 30px;
    }
    .sy_product .sy_product_bd .sy_product_sw {
        padding: 30px 0 0;
    }
}

@media only screen and (max-width:1024px) {
    .sy_product .sy_product_bd .swiper-wrapper .swiper-slide {
        width: 33.3%;
    }
    .sy_product .sy_product_bd .swiper-wrapper .swiper-slide-next {
        width: 66.6%;
    }
    /* .sy_product .sy_product_bd .swiper-button-next {
        display: none;
    }
    .sy_product .sy_product_bd .swiper-button-prev {
        display: none;
    } */
    .sy_product .sy_product_bd {
        height: auto;
    }
    .sy_product .sy_product_bd .swiper-wrapper .swiper-slide h5 {
        font-size: 22px;
    }
    .sy_product .sy_product_bd .swiper-wrapper .swiper-slide .sy_product_des {
        font-size: 16px;
    }
    .sy_product a.more i,
    .sy_product a.more {
        font-size: 18px;
    }
}


/* sy_product end */


/* 经典项目 */

.sy_jdxm {
    padding: 110px 0;
}

.sy_jdxm .sy_product_hd11 ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 60px;
}

.sy_jdxm .sy_product_hd11 ul li {
    color: #323232;
    padding: 10px 35px;
    border-radius: 10px;
    cursor: pointer;
}

.sy_jdxm .sy_product_hd11 ul li.on {
    background-color: #4ea035;
    color: #fff;
}

.sy_product_swiper11 .all_aa {
    padding: 0 8px;
    display: block;
}

.sy_product_swiper11 .img11 {
    max-height: 270px;
    overflow: hidden;
}

.sy_product_swiper11 .img11 img {
    width: 100%;
    transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
}

.sy_product_swiper11 .all_aa:hover .img11 img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.sy_product_swiper11 .all_aa .xia {
    padding: 35px 28px;
    background-color: #ededed;
}

.sy_product_swiper11 .all_aa .xia h5 {
    font-size: 18px;
    color: #323232;
}

.sy_product_swiper11 .all_aa .xia h6 {
    font-size: 16px;
    color: #969696;
    margin-top: 16px;
}

.sy_product_swiper11 .all_aa:hover .xia {
    background-color: #1c497b;
}

.sy_product_swiper11 .all_aa:hover .xia h5 {
    color: #fff;
}

.sy_product_swiper11 .all_aa:hover .xia h6 {
    color: #fff;
}

.sy_product_swiper11 {
    padding-bottom: 60px;
    position: relative;
}

.sy_product_swiper11 .swiper-pagination {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.sy_product_swiper11 .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 1px;
    background-color: #aaaaaa;
    margin: 0 6px;
}

.sy_product_swiper11 .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #4ea035;
}

@media only screen and (max-width:992px) {
    .sy_jdxm .sy_product_hd11 ul {
        flex-wrap: wrap;
    }
    .sy_jdxm .sy_product_hd11 ul li {
        font-size: 22px;
    }
    .sy_product_swiper11 .all_aa .xia h5 {
        font-size: 20px;
    }
    .sy_product_swiper11 .all_aa .xia h6 {
        font-size: 19px;
    }
}


/* 为什么，选择新佳涂料 */

.sy_why {
    padding: 70px 0 0;
}

.bt_why {
    text-align: center;
    padding-bottom: 120px;
}

.bt_why h5 {
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
}

.bt_why h6 {
    font-size: 18PX;
    color: #f1f1f1;
    display: inline-block;
    position: relative;
    margin-top: 20px;
}

.bt_why h6::after {
    position: absolute;
    width: 250px;
    height: 1px;
    background-color: #fff;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 110%;
}

.bt_why h6::before {
    position: absolute;
    width: 250px;
    height: 1px;
    background-color: #fff;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 110%;
}

.wei_shenme {
    position: relative;
    display: flex;
    padding-bottom: 195px;
    z-index: 1;
}

.wei_shenme .xiao_nr {
    flex: 0 0 26%;
    max-width: 26%;
    height: 410px;
    background-color: #ffffff;
    margin-left: 25px;
    padding: 110px 50px 0;
    text-align: center;
    transition: all .3s;
}

.wei_shenme .xiao_nr:hover {
    background-color: #1c497b;
    color: #fff;
}

.wei_shenme .xiao_nr:nth-child(1) {
    margin-left: 0;
}

.wei_shenme .xiao_nr h5 {
    font-size: 24px;
}

.wei_shenme .xiao_nr i {
    width: 58px;
    height: 1px;
    background-color: #4ea035;
    margin: 25px auto;
    display: block;
}

.wei_shenme .xiao_nr h6 {
    font-size: 18px;
    color: #969696;
    line-height: 2;
    transition: all .3s;
}

.wei_shenme .xiao_nr:hover h6 {
    color: #fff;
}

.wei_shenme .wei_ppys {
    background-color: #dddddd;
    width: 30%;
    right: 0;
    bottom: 100px;
    padding: 80px 25px 40px;
    position: absolute;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    z-index: -1;
}

.wei_shenme .wei_ppys h2 {
    font-size: 24px;
    color: #646464;
    font-weight: bold;
    margin-bottom: 10px;
}

.wei_shenme .wei_ppys ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 70px;
}

.wei_shenme .wei_ppys ul li {
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 18px;
    color: #969696;
    background-color: #fff;
    margin-top: 25px;
    /* display: table; */
}

.wei_shenme .wei_ppys ul li:hover {
    color: #fff;
    background-color: #4ea035;
}

@media only screen and (max-width:1200px) {
    .wei_shenme .xiao_nr {
        padding: 30px;
    }
}

@media only screen and (max-width:992px) {
    .wei_shenme {
        flex-wrap: wrap;
        align-items: center;
        display: flex;
        justify-content: space-between;
    }
    .wei_shenme .xiao_nr {
        flex: 0 0 49%;
        max-width: 49%;
        margin-left: 0;
        margin-top: 30px;
    }
    .wei_shenme .wei_ppys {
        width: 49%;
    }
    .wei_shenme .wei_ppys ul li {
        margin-top: 8px;
    }
    .wei_shenme .wei_ppys {
        padding: 32px;
        bottom: 50px;
    }
    .wei_shenme .wei_ppys ul {
        margin-bottom: 13px;
    }
    .wei_shenme {
        padding-bottom: 50px;
    }
}


/* 首页新闻 */

.sy_news {
    padding: 100px 0 110px;
    background-color: #f7f7f7;
}

.sy_news .sy_news_bt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sy_news .sy_news_bt .sy_news_l h2 {
    font-size: 36px;
    font-weight: bold;
    color: #323232;
    margin-bottom: 10px;
}

.sy_news .sy_news_bt .sy_news_l h5 {
    font-size: 20px;
    color: #969696;
}

.sy_news .sy_news_bt .sy_news_tab ul {
    display: flex;
}

.sy_news .sy_news_bt .sy_news_tab ul li {
    padding: 15px 40px;
    font-size: 16px;
    color: #646464;
    border-radius: 50px;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
}

.sy_news .sy_news_bt .sy_news_tab ul li:hover,
.sy_news .sy_news_bt .sy_news_tab ul li.on {
    color: #fff;
    background-color: #4ea035;
}

.sy_news_bdrow {
    display: none;
}

.sy_news_row {
    padding-top: 40px;
}

.sy_news_img .sy_news_content .img img {
    width: 100%;
}

.sy_news_img .sy_news_content .title {
    font-size: 18px;
    color: #323232;
    margin: 20px 0 5px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.sy_news_img .sy_news_content .des {
    font-size: 16px;
    line-height: 1.5;
    color: #969696;
    overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:2;
text-overflow: ellipsis;
}

.sy_news_img .sy_news_content .j_t {
    justify-content: flex-end;
    display: flex;
    margin-top: 15px;
}

.sy_news_row ul li a {
    border-bottom: 1px solid #eeeeee;
    padding: 20px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.sy_news_row ul li a:hover {
    background-color: #1c497b;
    border-bottom: 1px solid #1c497b;
    color: #fff;
}

.sy_news_row ul .sy_news_time {
    text-align: center;
    color: #646464;
    width: 128px;
    border-right: 1px solid #e5e5e5;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.sy_news_row ul li a:hover .sy_news_time {
    color: #fff;
}

.sy_news_row ul .sy_news_time h3 {
    font-size: 28px;
    font-weight: bold;
}

.sy_news_row ul .sy_news_time h5 {
    font-size: 18px;
    margin-top: 10px;
}

.sy_news_row ul .sy_news_word {
    padding-left: 20px;
}

.sy_news_row ul .sy_news_title {
    font-size: 18px;
    color: #323232;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-bottom: 10px;
}

.sy_news_row ul li a:hover .sy_news_title {
    color: #fff;
}

.sy_news_row ul .sy_news_des {
    font-size: 16px;
    color: #999;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.sy_news_row ul li a:hover .sy_news_des {
    color: #fff;
}

.sy_news_word {
    flex: 1;
}

.sy_cooperate {
    padding: 100px 0 110px;
}

.sy_cooperate .ggbt {
    margin-bottom: 40px;
}

.sy_cooperate .hzhb_ban {
    width: 100%;
    height: 100px;
    border: 1px solid #eeeeee;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.sy_cooperate .hzhb_ban img {

    filter: gray;
    opacity: 0.7;
    max-width: 100%;
    max-height: 100%;
}

.sy_cooperate .hzhb_ban:hover img {
    filter: grayscale(0);
    opacity: 1;
}

.ft_ys ul {
    height: 130px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.ft_ys ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.ft_ys ul li h2 {
    font-size: 18px;
}

.ft_ys ul li h5 {
    font-size: 15px;
    margin-top: 10px;
}

.ft_ys i {
    width: 81px;
    height: 81px;
    border-radius: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    margin-right: 18px;
}

.ft_ys .xian {
    width: 2px;
    height: 25px;
    border-left: 1px solid #fff;
    transform: rotate( 204deg);
}

.ft_ys .xian:nth-last-child(1) {
    display: none;
}

@media (max-width:1500px) {
    .sy_news_word {
        flex: 0 0 78%;
        max-width: 78%;
    }
    .sy_news_row ul .sy_news_time {
        flex: 0 0 21%;
        max-width: 21%;
    }
}

@media only screen and (max-width:1024px) {
    .sy_news .sy_news_bt {
        flex-wrap: wrap;
    }
    .sy_news .sy_news_tab {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 20px;
    }
    .sy_news_img .sy_news_content .title {
        font-size: 22px;
    }
    .sy_news_img .sy_news_content .des {
        font-size: 18px;
    }
    .sy_news .sy_news_bt .sy_news_tab ul li {
        font-size: 18px;
        padding: 10px 28px;
    }
    .sy_news_img .col-lg-6 {
        margin-bottom: 30px;
    }
    .sy_news_row ul li a {
        padding: 20px 0;
    }
}

footer {
    background-color: #242424;
    padding-top: 70px;
}

footer .container {
    display: flex;
    flex-wrap: wrap;
}

footer .container .uzo_zz {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
}

footer .container .oyo_yy {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 74px;
    display: flex;
    flex-wrap: wrap;
}

footer .uzo_zz .dan_dd {
    flex: 1;
    text-align: center;
    border-right: 1px solid #414141;
}

footer .uzo_zz .dan_dd .dbt {
    font-size: 16px;
    color: #c8c8c8;
    padding-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

footer .uzo_zz .dan_dd .xbt {
    font-size: 14px;
    color: #969696;
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

footer .uzo_zz .dan_dd .xbt:nth-last-child(1) {
    padding-bottom: 50px;
}

footer .container .oyo_yy .zzz_di {
    flex: 0 0 48%;
}

footer .container .oyo_yy .yyy_di {
    flex: 0 0 48%;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

footer .container .oyo_yy .zzz_di h5 {
    font-size: 16px;
    color: #c8c8c8;
}

footer .container .oyo_yy .zzz_di h6 {
    font-size: 14px;
    color: #969696;
    margin-top: 20px;
    line-height: 43px;
}

footer .container .oyo_yy .yyy_di .ew_z {
    text-align: center;
    flex: 0 0 49%;
}

footer .container .oyo_yy .yyy_di .ew_z img {
    max-width: 100%;
}

footer .container .oyo_yy .yyy_di .ew_z h5 {
    font-size: 16px;
    color: #969696;
    margin-top: 20px;
}

footer .banquan {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 84px;
    font-size: 14px;
    color: #a9a6a6;
    border-top: 1px solid #414141;
    flex: 0 0 100%;
}

footer .banquan a {
    color: #a9a6a6;
}

@media only screen and (max-width:1200px) {
    footer .container .uzo_zz {
        display: none;
    }
    footer .container .oyo_yy {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
    }
    .ft_ys ul {
        height: auto;
        justify-content: flex-start;
    }
    .ft_ys {
        padding: 20px 0;
    }
    .ft_ys ul li {
        margin: 10px 17px;
    }
    .ft_ys ul li h2 {
        font-size: 20px;
    }
    .ft_ys ul div:nth-of-type(2) {
        display: none;
    }
    footer .container .oyo_yy .zzz_di h5 {
        font-size: 20px;
    }
    footer .container .oyo_yy .zzz_di h6 {
        font-size: 18px;
        margin-bottom: 30px;
    }
    footer .container .oyo_yy .zzz_di,
    footer .container .oyo_yy .yyy_di {
        flex: 0 0 100%;
    }
    footer .container .oyo_yy .yyy_di .ew_z {
        margin-bottom: 25px;
    }
    footer .container .oyo_yy .yyy_di .ew_z h5 {
        margin-top: 10px;
    }
    footer .banquan {
        font-size: 16px;
    }
    .bt_why {
        padding-bottom: 50px;
    }
    .re_cp .ggbt {
        margin-bottom: 80px;
    }
}


@media only screen and (max-width:992px){
    .ft_ys ul li{
        margin: 10px 31px;
    }
}

.zuoyou11 p{
margin: 10px 0;
}
footer .container .oyo_yy .zzz_di h6.hangg{
line-height: 1.3;
}


 
.yema{margin-top:50px; text-align:center; display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;}
.yema a,.yema span{margin:0 2px; border: 1px solid #dcdcdc;}
.yema a,.yema span
{min-width:40px; padding:0 15px; border-radius:2px; background-color:#fff; 
     font-size:16px; line-height:38px; text-align:center; color:#333; }
.yema a:hover{background-color:#349739; border:1px solid #349739; color:#fff;}
.yema a.current-page{background-color:#349739; border:1px solid #349739; color:#fff;}

.pagination{
    justify-content: center;
}
@media only screen and (max-width:1024px){
.yema{margin-top:20px;}
}
@media only screen and (max-width:992px){
.yema{margin-top:10px;}
.yema {margin:0 2px;}

.yema a{min-width:30px; padding:0 10px; height:30px; font-size:12px; line-height:28px;}
}

/* 新闻内页 */

.ny_nr .xw_xq {
    padding: 30px 0px;
}

.ny_nr .xw_xq .xq_lf .xq_tl {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

.ny_nr .xw_xq .xq_lf .xq_fc {
    width: 100%;
    border-bottom: solid 1px #cacaca;
    padding: 20px 0px;
}

.ny_nr .xw_xq .xq_lf .xq_fc .right {
    text-align: right;
}

.ny_nr .xw_xq .xq_nr {
    width: 100%;
    overflow: hidden;
    padding: 20px 0px;
    line-height: 30px;
    font-size: 14px;
}

.ny_nr .xw_xq .xq_nr img {
    max-width: 100%;
   
}

.ny_nr .xw_xq .xq_fy {
    text-align: center;
    padding: 15px 0px;
}

.ny_nr .xw_xq .xq_fy a {
    display: inline-block;
    margin: 0px 15px;
    padding: 10px 20px;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 14px;
}

.ny_nr .xw_xq .xq_rt {
    width: 100%;
    overflow: hidden;
    margin-top: 56px;
}

.ny_nr .xw_xq .xq_rt .rt_bt {
    font-size: 24px;
    font-weight: bold;
    background-color: #000000;
    color: #FFFFFF;
    padding: 15px 0px;
    text-align: center;
}

.ny_nr .xw_xq .xq_rt .rt_lb li a {
    display: block;
    border-bottom: dashed 1px #cccccc;
    line-height: 56px;
    font-size: 14px;
    color: #666;
}

@media only screen and (max-width:640px) {
    .ny_nr .xw_xq {
        padding: 20px 0px;
    }
    .ny_nr .xw_xq .xq_lf .xq_tl {
        font-size: 22px;
    }
    .ny_nr .xw_xq .xq_lf .xq_fc {
        padding: 15px 0px;
    }
    .ny_nr .xw_xq .xq_lf .xq_fc .right {
        text-align: center;
    }
    .ny_nr .xw_xq .xq_fy {
        padding: 10px 0px;
    }
    .ny_nr .xw_xq .xq_fy a {
        margin: 0px 10px;
        padding: 10px 15px;
    }
    .ny_nr .xw_xq .xq_rt {
        margin-top: 15px;
    }
    .ny_nr .xw_xq .xq_rt .rt_bt {
        font-size: 20px;
        padding: 10px 0px;
    }
    .ny_nr .xw_xq .xq_rt .rt_lb li a {
        line-height: 40px;
    }
}
.er_ji .erjji i:nth-last-child(1){
display: none;
}