@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg') format('svg');
}


/* css初始化 */

body {
    font-size: 14px;
    font-family: Arial, Tahoma, sans-serif, "Microsoft YaHei", "	SimHei", "PingFang SC", "Source Han Sans CN";
    color: rgb(40, 40, 40);
    padding: 0!important;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

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,
h1,
h2,
h3,
p {
    margin: 0;
}

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: Arial, Tahoma, sans-serif, "Microsoft YaHei", "	SimHei", "PingFang SC", "Source Han Sans CN";
}

button {
    overflow: visible
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

li {
    list-style: none;
}

a {
    color: rgb(40, 40, 40);
    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;
    color: #009a44;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

button:focus {
    outline: none;
}


/* 整体 */

.e_m {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(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 only screen and (max-width:992px) {
    html.on {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        overflow: hidden;
    }
}

@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: 999999999999999999999;
        display: none;
    }
}

 :focus {
    outline: none;
}

 :root {
    --main-color: #009a44;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

.header {
    /* color: #009a44; */
    /* background: rgb(40, 40, 40); */
    background-color: #fff;
    width: 100%;
    position: fixed;
    z-index: 9999999999999;
    transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
}

.header.on {
    background-color: #fff;
    top: 0;
    box-shadow: 0 2px 8px #ddd;
}

.header_h {
    height: 120px;
}

.header .container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .logo {
    position: relative;
    margin: 32px 0;
    text-align: center;
}

.header .logo>a {
    position: absolute;
    top: -60px;
}

.header .logo img {
    /* width: 100%; */
    max-width: 333px;
}

.header .en a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-left: 5px;
}

.header .en a:hover {
    color: #009a44;
}

.header .nav ul {
    width: 100%;
    display: flex;
}

.header .nav ul li {
    position: relative;
    /* flex: 0 0 10.3333%; */
    height: 120px;
    background-size: 0 100%;
    margin-left: 50px;
    text-align: center;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .nav ul li:hover {
    background-size: 100% 100%;
}

.header .nav ul li.on {
    background-size: 100% 100%;
}

.header .nav ul li:after {
    width: 0;
    height: 3px;
    background-color: #009a44;
    position: absolute;
    left: 50%;
    bottom: 30px;
    content: "";
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.header .nav ul li:hover:after {
    width: 100%;
}

.header .nav ul li.on:after {
    width: 100%;
}

.header .nav .y_j {
    position: relative;
}

.header .nav .y_j i {
    display: none;
    padding-left: 10px;
    font-size: 12px;
    font-weight: bold;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .nav .y_j a {
    display: block;
    font-size: 18px;
    /* text-transform: uppercase; */
    line-height: 120px;
    font-weight: bold;
    color: #333;
}

.header .nav ul li:hover .y_j a {
    color: #009a44;
}

.header .nav ul li.on .y_j a {
    color: #009a44;
}

.header .nav .e_j {
    width: 150px;
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 0 0 5px #aaa;
    position: absolute;
    top: 90px;
    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 .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .nav .e_j.on {
    top: 102px;
}

.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 .nav .e_j a:hover {
    background-color: #009a44;
    color: #fff;
}


/* 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: #009a44;
    display: block;
    position: absolute;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .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 .container {
    position: relative;
} */

.header .head_icon {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -17px;
}

.header .search {
    position: relative;
    line-height: 111px;
}

.header .search a {
    font-size: 17px;
    color: #7bbfe5;
    padding: 0 29px 0 46px;
}

.header .search button {
    color: #7bbfe5;
    font-size: 19px;
    position: absolute;
}

.header .search .icon-search:before {
    font-size: 20px;
    color: #333;
}


/* 模态框 */

.search_none {
    width: 100%;
    background-color: #fafafa;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    height: 350px;
    display: none;
}

.search_none .container {
    position: relative;
}

.search_none .sc_gb {
    transform-origin: center;
    position: absolute;
    top: 50%;
    margin-top: -129px;
    right: 0;
    cursor: pointer;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.search_none .nr_a {
    width: 500px;
    border-bottom: 1px solid #ccc;
    margin: 120px 0;
}

.search_none .sc_gb:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.search_none .sc_gb i {
    font-size: 30px;
    line-height: 50px;
    color: #333;
}

.search_none .sc_nr {
    width: 700px;
    margin: 41px auto;
}

.search_none input {
    width: 430px;
    height: 53px;
    font-size: 16px;
    line-height: 60px;
    color: #000;
    float: left;
}

.search_none input::placeholder {
    color: #aaa;
}

.search_none button {
    width: 70px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #000;
    float: right;
}

.search_none button i {
    font-size: 30px;
    color: #ddd;
}

.icon-chenghao2:before {
    content: "\e694";
}

@media only screen and (max-width:992px) {
    .search_none .sc_gb i {
        font-size: 22px;
        margin-right: 10px;
    }
    .search_none .sc_nr {
        width: 90%;
    }
    .search_none input {
        width: 85%;
        font-size: 15px;
    }
    .search_none button {
        width: 15%;
    }
    .search_none button i {
        font-size: 26px;
    }
}

.header .nav ul li:hover .n2_nav {
    display: block;
}

@media only screen and (max-width:1350px) {
    .header .nav ul li {
        margin-left: 25px;
    }
}

@media only screen and (max-width:1200px) {
    .header .logo {
        margin: 15px 0 5px;
    }
}

@media only screen and (max-width:992px) {
    .header .en {
        margin-right: 40px;
    }
    .header .logo {
        width: 35%;
        margin: 0;
    }
    .header .logo>a {
        position: static;
    }
    .header .logo img {
        max-width: 215px;
    }
    .header .nav {
        width: 60%;
        height: 100%;
        padding: 10px 5% 0;
        margin: 0;
        background-color: #141414;
        height: 100%;
        position: fixed;
        top: 0;
        right: -60%;
        z-index: 9999;
        overflow: auto;
        transition: all .5s;
        -o-transition: all .5s;
        -ms-transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .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, .1);
        float: none;
        margin: 0;
        padding: 0;
    }
    .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: 46px;
        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 {
        font-size: 16px;
        line-height: 42px;
        color: #fff;
        display: block;
        font-weight: 400;
    }
    .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: 26px;
        text-align: left;
        color: #fff;
    }
    .header .an {
        display: block;
    }
}

@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: 14px;
    }
    .header .nav .e_j a {
        font-size: 12px;
    }
    .header .nav .y_j i {
        font-size: 12px;
    }
    .top_l {
        display: none;
    }
    .header .logo img {
        max-width: 150px;
    }
}


/* footer */

.footer {
    background-color: #2b2b2b;
    /* overflow: hidden; */
}

.footer .ft_xx {
    position: relative;
}

.footer .ft_xx>ul {
    width: 100%;
    top: -68px;
    position: absolute;
    display: flex;
    justify-content: space-around;
    background-color: #009a44;
    padding: 15px 5px;
}

.footer .col-lg-3 {
    padding: 0;
}

.footer .ft_xx>ul li {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .ft_xx>ul li>a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .ft_xx>ul li:hover {
    border: 1px solid #fff;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.footer .ftxx {
    background-color: #fff;
    padding: 40px 15px 60px;
    height: 100%;
}

.footer .ftxx>img {
    width: 100%;
    display: block;
    margin-bottom: 45px;
}

.footer .ftxx .xx_li {
    position: relative;
    padding-left: 25px;
    word-wrap: break-word;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
}

.footer .ftxx .xx_li>img {
    position: absolute;
    left: 0;
}

.footer .col-lg-4 {
    display: flex;
    justify-content: center;
}

.footer .ft_bt {
    padding-top: 40px;
}

.footer .ft_bt h3 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

.footer .ft_nav ul li a {
    color: #fff;
    display: block;
    margin-bottom: 15px;
}

.footer .ft_nav ul li a:hover {
    color: #009a44;
}

.footer .ft_bt>span {
    width: 193px;
    height: 1px;
    background-color: #fff;
    display: block;
    margin: 15px 0 30px;
    position: relative;
}

.footer .ft_bt>span::before {
    content: "";
    width: 48px;
    height: 2px;
    background-color: #009a44;
    position: absolute;
    bottom: 0;
}

.footer .ft_nav .bt_list>span {
    width: 100%;
}

.footer .ft_bd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.footer .ft_bd .bd_input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ff0006;
    position: relative;
    margin-bottom: 5px;
}

.footer .ft_bd .bd_input>span {
    position: absolute;
    left: -15px;
}

.footer .ft_bd .bd_input label {
    width: 222px;
    height: 44px;
    border: 1px solid #ccc;
    background-color: #fff;
    line-height: 42px;
    padding-left: 30px;
}

.footer .ft_bd .bd_input label>i {
    position: absolute;
    color: #333;
    left: 5px;
    font-size: 20px;
}

.footer .ft_bd .bd_input label input {
    width: 100%;
    height: 100%;
}

.footer .ft_bd .bd_input label input::placeholder {
    color: #777;
}

.footer .ft_bd .bd_input textarea {
    width: 100%;
    resize: none;
}

.footer .ft_bd .bd_input.text,
.footer .ft_bd .bd_input.text label {
    width: 100%;
    height: 80px;
}

.footer .ft_bd .bd_input.text>span {
    top: 10px;
}

.footer .bt_list>span {
    width: 100%;
}

.footer .ft_bd .ftbd_btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* align-items: center; */
}

.footer .ft_bd .ftbd_btn .bd_input {
    width: 170px;
}

.footer .ft_bd .ftbd_btn .bd_input label {
    padding-left: 10px;
}

.footer .ft_bd .ftbd_btn button {
    width: 160px;
    height: 44px;
    background-color: #009a44;
    color: #fff;
}

.banquan {
    color: #fff;
    padding: 15px 0;
    background-color: #1e1e1e;
    text-align: center;
}

@media only screen and (max-width:1200px) {
    .footer .ft_bd .bd_input label {
        width: 174px;
    }
    .footer .ft_bd .ftbd_btn .bd_input {
        width: 100px;
    }
    .footer .ftbd_btn .bd_input label {
        width: 100px;
    }
    .footer .ft_bd .ftbd_btn button {
        width: 125px;
    }
    .footer .ftxx .xx_li {
        display: block;
        word-break: break-all;
    }
}

@media only screen and (max-width:992px) {
    .footer .ftxx>img {
        max-width: 100%;
        width: auto;
        display: block;
        margin: 0 auto 20px;
    }
    .footer .ft_bd .bd_input {
        width: 100%;
    }
    .footer .ft_bd .bd_input label {
        width: 100%;
    }
    .footer .ft_bd .ftbd_btn {
        flex-wrap: wrap;
    }
    .footer .ft_bd .ftbd_btn .bd_input {
        width: 100%;
    }
    .footer {
        padding-bottom: 25px;
    }
    .footer .ftxx {
        padding: 30px 15px 10px;
    }
    .footer .ft_bd .ftbd_btn button {
        width: 114px;
    }
}

@media only screen and (max-width:640px) {
    .footer .col-lg-4 {
        display: block;
    }
    .footer .col-lg-4,
    .footer .col-lg-5 {
        padding: 0 35px;
    }
}


/* footer end*/


/* top */

.top {
    background-color: #009a44;
    color: #fff;
}

.top a {
    color: #fff;
}

.top .top_nr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px;
}

.top .top_nr a {
    margin: 0 3px;
}

.top .top_nr .top_r>img {
    margin-right: 15px;
}


/* top end */


/* Contact Us */

.ny_ban {
    height: 350px;
    position: relative;
}

.ny_ban .ny_mbx {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: rgba(0, 154, 68, .8);
    height: 58px;
}

.ny_ban .ny_mbx .container {
    height: 100%;
}

.ny_ban .ny_mbx .mbx_nr {
    display: flex;
    font-size: 16px;
    color: #fff;
    height: 100%;
    align-items: center;
}

.ny_ban .ny_mbx .mbx_nr a {
    font-size: 16px;
    color: #fff;
    margin: 0 15px;
}

.ny_ban .ny_mbx .mbx_nr a:hover {
    color: #333;
}

.contact {
    padding: 65px 0 140px;
}

.contact .contact_top .img {
    position: relative;
    overflow: hidden;
}

.contact .contact_top .img img {
    max-width: 100%;
    display: block;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.contact .contact_top .img img:last-child {
    position: absolute;
    /* z-index: 1; */
    bottom: 0;
    top: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
}

.contact .contact_top .img:hover img:last-child {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.contact .contact_top {
    position: relative;
}

.contact .contact_top .contact_bd {
    position: absolute;
    right: 0;
    top: 0;
}

.contact .contact_top .contact_bd .bd_nr {
    padding: 40px 45px 50px 25px;
    background-color: #f6f6f6;
}

.contact .contact_top .contact_bd h5 {
    color: #009a44;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 40px;
}

.contact .contact_top .contact_bd h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.contact .contact_top .bd_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact .contact_top .bd_content input {
    flex: 0 0 46%;
    max-width: 46%;
    background-color: #fff;
    height: 51px;
    padding-left: 20px;
    font-size: 16px;
    color: #666;
    border: 1px solid #d2d2d2;
    line-height: 49px;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    margin-bottom: 16px;
}

.contact .contact_top .bd_content input:focus {
    box-shadow: 0 0 10px #009a44;
    padding-left: 30px;
    transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
}

.contact .contact_top .bd_content textarea {
    height: 136px;
    flex: 0 0 100%;
    background-color: #fff;
    padding-left: 20px;
    padding-top: 25px;
    font-size: 16px;
    color: #666;
    border: 1px solid #d2d2d2;
    resize: none;
    margin-bottom: 23px;
}

.contact .contact_top .bd_submit {
    display: flex;
    justify-content: space-between;
}

.contact .contact_top .bd_submit input {
    background-color: #fff;
    width: 155px;
    height: 45px;
    padding-left: 20px;
    font-size: 16px;
    color: #666;
    border: 1px solid #d2d2d2;
    line-height: 49px;
    margin-right: 12px;
}

.contact .contact_top .bd_submit .submit_l>a {
    background-color: #009a44;
}

.contact .contact_top .bd_submit button {
    background-color: #009a44;
    color: #fff;
    font-size: 16px;
    border: 1px solid #d2d2d2;
    width: 157px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.contact .contact_top .bd_submit button:hover {
    box-shadow: 0 0 8px #999;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
}

.contact .contact_bottom {
    padding-top: 200px;
    display: flex;
    justify-content: space-between;
}

.contact .contact_bottom h2 {
    font-size: 40px;
    color: #2d2d2d;
    font-weight: bold;
    margin-bottom: 50px;
}

.contact .contact_bottom h4 {
    color: #009a44;
    font-size: 24px;
    margin-bottom: 20px;
}

.contact .contact_bottom .contact_xx {
    font-size: 16px;
    color: #2d2d2d;
    line-height: 2;
    padding-left: 30px;
    position: relative;
}

.contact .contact_bottom .contact_xx>img {
    position: absolute;
    left: 0;
    top: 5px;
}

.contact .contact_bottom .bottom_r .contact_xx {
    padding: 0;
}

.contact .contact_bottom .bottom_r .contact_xx>img {
    left: -25px;
}

@media only screen and (max-width:1200px) {
    .contact .contact_top .bd_submit button {
        width: 115px;
    }
    .contact .contact_top .bd_submit input {
        width: 145px;
    }
    .contact .contact_bottom {
        margin-top: 250px;
    }
}

@media only screen and (max-width:992px) {
    .contact .contact_top .contact_bd {
        position: static;
        margin-top: 20px;
    }
    .contact {
        padding: 50px 0 120px;
    }
    .ny_ban {
        height: 300px;
    }
    .ny_ban .ny_mbx {
        height: 50px;
    }
    .contact .contact_top .contact_bd h5 {
        margin-bottom: 20px;
    }
    .contact .contact_top .contact_bd h2 {
        font-size: 22px;
        margin: 15px 0;
    }
    .contact .contact_bottom {
        margin-top: 0;
        padding-top: 50px;
        flex-wrap: wrap;
    }
    .contact .contact_bottom h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .contact .contact_bottom h4 {
        font-size: 22px;
    }
    .contact .contact_bottom .bottom_r .contact_xx {
        font-size: 16px;
        color: #2d2d2d;
        line-height: 2;
        padding-left: 30px;
        position: relative;
    }
    .contact .contact_bottom .bottom_r .contact_xx>img {
        left: 0;
    }
}

@media only screen and (max-width:640px) {
    .ny_ban {
        height: 200px;
    }
    .ny_ban .ny_mbx .mbx_nr a {
        font-size: 14px;
    }
    .ny_ban .ny_mbx {
        height: 36px;
    }
    .contact .contact_top .bd_content input {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contact .contact_top .bd_submit {
        flex-wrap: wrap;
    }
    .contact .contact_top .bd_submit .submit_l {
        display: flex;
        margin-bottom: 15px;
    }
    .contact .contact_top .bd_submit .submit_l a {
        background-color: transparent;
    }
    .contact .contact_top .bd_submit .submit_l img {
        width: 100%;
    }
    .contact .contact_bottom h2 {
        font-size: 28px;
        margin: 0;
    }
    .contact .contact_bottom .contact_xx {
        font-size: 14px;
        line-height: 1.5;
    }
    .contact .contact_bottom h4 {
        margin: 10px 0;
    }
}


/* Contact Us end */


/* Company Profile  */

.ny_company {
    padding: 95px 0 80px;
}

.ny_company .img {
    margin-left: -85px;
}

.ny_company .img img {
    display: block;
    max-width: 100%;
}

.ny_company .company_top>h2 {
    font-size: 45px;
    font-weight: bold;
    color: #2d2d2d;
    margin-bottom: 20px;
}

.ny_company .company_top>h5 {
    font-size: 16px;
    color: #009a44;
    font-weight: bold;
    margin-bottom: 45px;
}

.ny_company .company_top .top_nr {
    font-size: 16px;
    line-height: 2.5;
    color: #666;
}

.ny_company .company_top>a {
    width: 157px;
    height: 45px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #009a44;
    font-size: 18px;
    border: 1px solid #d2d2d2;
    margin-top: 55px;
    position: relative;
    overflow: hidden;
}
.ny_company .company_top>a:hover{
    color:#009a44 ;
    background-color: transparent;

}
/* .ny_company .company_top>a::before {
    content: '';
    position: absolute;
    width: 200%;
    height: 100%;
    transform: skew(45deg);
    background-color: #009a44;
    z-index: -1;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.ny_company .company_top>a:hover {
    color: #009a44;
}

.ny_company .company_top>a:hover::before {
    width: 0;
} */

.ny_company .company_btn {
    margin: 85px 0 140px;
    height: 400px;
    position: relative;
}

.ny_company .company_btn .col-lg-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 400px;
}

.ny_company .company_btn .btn {
    position: absolute;
    bottom: -120px;
    left: 0;
}

.ny_company .company_btn .btn_nr {
    margin-top: 30px;
    font-size: 20px;
}

.ny_company .company_btn .btn img {
    width: 100%;
}

@media only screen and (max-width:1200px) {
    .ny_company {
        padding: 45px 0 40px;
    }
    .ny_company .company_top>h2 {
        font-size: 38px;
        margin-bottom: 15px;
    }
    .ny_company .company_top>h5 {
        margin-bottom: 15px;
    }
    .ny_company .img {
        margin: 0;
    }
    .ny_company .img img {
        width: 100%;
    }
    .ny_company .company_top .top_nr {
        line-height: 1.5;
    }
    .ny_company .company_top>a {
        width: 130px;
        height: 40px;
        font-size: 16px;
        margin-top: 25px;
    }
    .ny_company .company_btn {
        margin: 45px 0 110px;
    }
    .ny_company .company_btn .btn_nr {
        margin-top: 16px;
        font-size: 18px;
    }
    .ny_company .company_btn .btn {
        bottom: -50px;
    }
}

@media only screen and (max-width: 992px) {
    .ny_company .img {
        margin-bottom: 40px;
    }
    .ny_company .company_top>h2 {
        font-size: 30px;
    }
    .ny_company .company_top .top_nr {
        font-size: 14px;
    }
    .ny_company .company_btn .btn {
        position: static;
    }
    .ny_company .company_btn {
        padding: 25px 0;
        height: auto;
    }
    .ny_company .company_btn .col-lg-6 {
        height: auto;
    }
    .ny_company .company_btn .btn_nr {
        color: #fff;
    }
}

@media only screen and (max-width: 640px) {
    .ny_company .company_btn {
        padding: 25px 15px;
    }
}


/* Company Profile  end */


/* Main business */

.ny_main {
    padding: 100px 0 125px;
}

.ny_main .main_bt {
    text-align: center;
}

.ny_main .main_bt h2 {
    font-size: 45px;
    color: #2d2d2d;
    font-weight: bold;
}

.ny_main .main_bt h5 {
    font-size: 16px;
    color: #009a44;
    font-weight: bold;
    margin: 10px 0 65px;
}

.ny_main .main_nr .main_l .mainl_bt {
    display: flex;
    margin-bottom: 35px;
}

.ny_main .main_nr .main_l .mainl_bt>h2 {
    font-size: 40px;
    color: #fff;
    font-style: italic;
    background-color: #009a44;
    width: 77px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding-right: 9px;
    font-family: "Impact";
}

.ny_main .main_nr .main_l .mainl_bt>h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #000;
    font-size: 31px;
    margin-left: 20px;
}

.ny_main .main_nr {
    display: flex;
    margin-bottom: 25px;
}

.ny_main .main_nr .main_l {
    flex: 0 0 50%;
    max-width: 50%;
    background-color: #f6f6f6;
    padding: 50px 40px;
    font-size: 16px;
    color: #000;
    line-height: 2.5;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
}

.ny_main .main_nr:nth-child(even) .main_l {
    flex: 0 0 56%;
    max-width: 56%;
    order: 1;
}

.ny_main .main_nr:nth-child(even) .main_r {
    flex: 0 0 44%;
    max-width: 44%;
}

.ny_main .main_nr .main_r {
    flex: 0 0 50%;
    max-width: 50%;
    overflow: hidden;
}

.ny_main .main_nr .main_r img {
    width: 100%;
    transition: all 2s;
    -o-transition: all 2s;
    -ms-transition: all 2s;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
}

.ny_main .main_nr .main_r:hover img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

@media only screen and (max-width:1200px) {
    .ny_main .main_nr .main_l {
        padding: 50px 25px;
    }
    .ny_main .main_nr .main_l .mainl_bt>h2 {
        font-size: 30px;
        width: 60px;
        height: 46px;
    }
    .ny_main .main_nr .main_l .mainl_bt>h4 {
        font-size: 26px;
    }
    .ny_main .main_nr .main_l .mainl_bt {
        margin-bottom: 10px;
    }
    .ny_main .main_nr .main_l {
        line-height: 2;
    }
}

@media only screen and (max-width:992px) {
    .ny_main .main_nr {
        flex-wrap: wrap;
    }
    .ny_main .main_nr .main_l,
    .ny_main .main_nr:nth-child(even) .main_l {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .ny_main .main_nr:nth-child(even) .main_r,
    .ny_main .main_nr .main_r {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .ny_main .main_nr:nth-child(odd) .main_l {
        order: 1;
    }
    .ny_main {
        padding: 50px 0 125px;
    }
    .ny_main .main_bt h2 {
        font-size: 36px;
    }
    .ny_main .main_bt h5 {
        padding: 0 20px;
        margin: 15px 0 35px;
    }
}

@media only screen and (max-width:640px) {
    .ny_main .main_nr .main_l {
        padding: 25px 20px;
    }
    .ny_main .main_nr .main_l .mainl_bt>h2 {
        font-size: 24px;
        width: 55px;
        height: 38px;
    }
    .ny_main .main_nr .main_l .mainl_bt>h4 {
        font-size: 20px;
    }
    .ny_main .main_nr .main_l {
        line-height: 1.5;
        font-size: 15px;
    }
}


/* Main business end */


/* Add the title here */

.ny_add .add_top .add_num {
    background-color: #f6f6f6;
    padding: 55px 10px 80px 20px;
    overflow: hidden;
    position: relative;
}
.ny_add .add_top .add_num .add_img{
    position: absolute;
    bottom:  100%;
    left: 0;
    width: 100%;
    height: 100%;
  transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.ny_add .add_top .add_num:hover .add_img{
    bottom: 0;
}
.ny_add .add_top .add_num .add_img img{
    width: 100%;
    height: 100%;
    display: block;
}
.ny_add .add_top .add_num {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    height: 100%;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.ny_add .add_top .add_num:hover {
    box-shadow: 0 0 8px #ddd;
    transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.ny_add .add_top .row {
    margin: 0 -6px;
}

.ny_add .add_top .col-lg-3 {
    padding: 0 6px;
}

.ny_add .add_top .add_num .num_top {
    width: 98px;
    height: 98px;
    background-color: #40c47b;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 45px;
    color: #fff;
    font-family: "Impact";
    margin-bottom: 55px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.ny_add .add_top .add_num:hover .num_top {
    background-color: #009a44;
}

.ny_add .add_top .col-lg-3:nth-child(even) .num_top {
    background-color: #009a44;
}

.ny_add .add_top .col-lg-3:nth-child(even) .add_num:hover .num_top {
    background-color: #40c47b;
}

.ny_add .add_top .add_num .num_nr {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    line-height: 2;
    text-align: center;
}

.ny_add .add_top .top_hr {
    height: 6px;
    width: 100%;
    background-color: #009a44;
    margin: 80px 0 95px;
}

.ny_add .add_bottom h2 {
    font-size: 45px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 90px;
}

.ny_add .add_bottom .add_bot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ny_add .add_bottom .add_bot>a {
    flex: 0 0 19%;
    max-width: 19%;
    margin-bottom: 60px;
    /* overflow: hidden; */
}

.ny_add .add_bottom .add_bot>a img {
    width: 100%;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.ny_add .add_bottom .add_bot>a:hover img {
    box-shadow: 0 0 8px #009a44;
    transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

@media only screen and (max-width:992px) {
    .ny_add .add_top .col-lg-3 {
        margin-bottom: 15px;
    }
    .ny_add .add_top .add_num {
        padding: 30px 10px 44px 20px;
    }
    .ny_add .add_top .add_num .num_nr {
        font-size: 18px;
        line-height: 1.8;
    }
    .ny_add .add_top .add_num .num_top {
        margin-bottom: 25px;
    }
    .ny_add .add_top .top_hr {
        margin: 40px 0 65px;
    }
    .ny_add .add_bottom h2 {
        font-size: 38px;
        margin-bottom: 45px;
    }
    .ny_add .add_bottom .add_bot>a {
        flex: 0 0 47%;
        max-width: 47%;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:640px) {
    .ny_main .main_bt h2 {
        font-size: 32px;
    }
    .ny_add .add_top .add_num .num_nr {
        font-size: 16px;
        line-height: 1.5;
    }
    .ny_add .add_top .add_num {
        padding: 25px 15px;
    }
    .ny_add .add_top .top_hr {
        margin: 25px 0 45px;
        height: 4px;
    }
    .ny_add .add_bottom h2 {
        font-size: 32px;
    }
}

.pages {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0 20px;
}

.pages .prevpage,
.pages .nextpage {
    padding: 5px;
    border: 1px solid #e5e5e5;
    /* background-color: #e5e5e5; */
}

.pages .nextpage {
    padding: 5px 15px;
}

.pages a {
    padding: 5px 12px;
    color: #333;
    margin: 0 4px;
    border: 1px solid #e5e5e5;
}

.pages a.active {
    color: #fff;
    background-color: #009a44;
    border: 1px solid #009a44;
}

.pages a:hover:not(.active) {
    color: #fff;
    background-color: #999;
}


/* Add the title here end*/


/* Why choose us */

.nei_why {
    padding: 0px 30px 0px 30px;
}

.nei_why h5 {
    font-size: 45px;
    color: #000;
    width: 100%;
    text-align: center;
}

.nei_why h6 {
    font-size: 16px;
    color: #009a44;
    width: 100%;
    text-align: center;
    font-weight: bold;
    line-height: 29px;
    margin-top: 45px;
    margin-bottom: 45px;
}

.nei_why .tupian_nei {
    position: relative;
}

.nei_why .tupian_nei .qiu {
    position: absolute;
    z-index: 1;
    width: 122px;
    height: 122px;
    background: #009a44;
    padding: 20px;
    border-radius: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 40%;
    transition: all .7s;
}

.nei_why .tupian_nei .qiu img {
    width: 100%;
    max-height: 100%;
}

.nei_why .tupian_nei img {
    width: 100%;
}

.nei_why .why_tupian {
    position: relative;
    overflow: hidden;
    margin-top: 38px;
}

.nei_why .why_tupian .tupian_nei h5 {
    padding: 45px 25px;
    width: 100%;
    background: #009a44;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}

.nei_why .why_tupian .tupian_nei h5::after {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #fff;
    content: "";
    right: 10%;
    bottom: 60%;
}

.why_tupian .tupian_nei h5::before {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, .7);
    content: "";
    right: 10%;
    bottom: 46%;
}

.why_tupian .tupian_nei h5 i {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, .3);
    bottom: 31%;
    right: 10%;
}

.nei_why .tupian_yy {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #009a44;
    top: 100%;
    left: 0;
    padding: 250px 47px 100px 47px;
    text-align: center;
    color: #fff;
    line-height: 20px;
    transition: all .6s;
}

.nei_why .why_tupian:hover .tupian_yy {
    height: 100%;
    top: 0;
}

.nei_why .why_tupian:hover .tupian_nei .qiu {
    top: 30%;
}

@media only screen and (max-width:1200px) {
    .nei_why .why_tupian .tupian_nei h5 {
        padding: 27px 25px;
        font-size: 19px;
    }
    .nei_why .tupian_nei .qiu {
        width: 99px;
        height: 99px;
    }
    .nei_why .tupian_yy {
        padding: 177px 47px 0px 47px;
    }
}

@media only screen and (max-width:992px) {
    .nei_why h5 {
        font-size: 40px;
    }
    .nei_why h6 {
        font-size: 14px;
        line-height: 20px;
        margin-top: 21px;
        margin-bottom: 0px;
    }
    .nei_why .why_tupian {
        margin-top: 25px;
    }
    .nei_why .why_tupian .tupian_nei h5 {
        padding: 20px 15px;
        font-size: 13px;
    }
    .nei_why .why_tupian .tupian_nei h5::after {
        width: 6px;
        height: 6px;
    }
    .why_tupian .tupian_nei h5::before {
        width: 6px;
        height: 6px;
    }
    .why_tupian .tupian_nei h5 i {
        width: 6px;
        height: 6px;
    }
    .nei_why .tupian_nei .qiu {
        width: 76px;
        height: 76px;
    }
}


/* Service */

.servic_nr {
    background: #f6f6f6;
    height: auto;
}

.servic_nr img {
    width: 100%;
}

.servic_nr .nr_wz001 {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* 换主轴方向 */
    flex-direction: column;
    height: 100%;
}

.sz {
    width: 79px;
    height: 57px;
}


/* Why choose us end */


/* Products */


/* select */

.select {
    height: 40px;
    width: 265px;
    background: #f5f5f5;
    position: relative;
    z-index: 9999999;
    cursor: pointer;
    border: 1px solid #dcdcdc;
}

.select>i {
    content: "\e65b";
    display: block;
    /* width: 0;
    height: 0; */
    /* border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #333; */
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 49px;
    height: 40px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #009a44;
    color: #fff;
    position: absolute;
    transition: all .3s ease-in;
}

.select .p {
    width: 300px;
    line-height: 40px;
    font-size: 16px;
    font-family: "microsoft yahei";
    color: #2d2d2d;
    padding-left: 40px;
    cursor: pointer;
    height: 100%;
}

.select ul {
    width: 100%;
    display: block;
    font-size: 16px;
    background: #FFFFFF;
    position: absolute;
    top: 40px;
    left: 0px;
    z-index: 9999999;
    max-height: 0px;
    overflow: hidden;
    transition: max-height .3s ease-in;
}

.select ul li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0px 15px;
    list-style: none;
    color: #666666;
}

.select ul li.Selected {
    background: #009a44;
    color: #FFFFFF;
}

.select ul li:hover {
    background: #D0D0D0;
}

@keyframes slide-down {
    0% {
        transform: scale(1, 0);
    }
    25% {
        transform: scale(1, 1.2);
    }
    50% {
        transform: scale(1, 0.85);
    }
    75% {
        transform: scale(1, 1.05);
    }
    100% {
        transform: scale(1, 1);
    }
}

@-webkit-keyframes slide-down {
    0% {
        transform: scale(1, 0);
    }
    25% {
        transform: scale(1, 1.2);
    }
    50% {
        transform: scale(1, 0.85);
    }
    75% {
        transform: scale(1, 1.05);
    }
    100% {
        transform: scale(1, 1);
    }
}

.select.open ul {
    max-height: 99999px;
    transform-origin: 50% 0;
    animation: slide-down .5s ease-in;
    -webkit-animation: slide-down .5s ease-in;
    transition: max-height .2s ease-in;
}

.select.open::after {
    transform: rotate(180deg);
    transition: all .3s ease-in;
    top: 18px;
}

@media only screen and (max-width:992px) {
    .select {
        margin-top: 40px;
    }
    .select ul {
        width: 100%;
    }
    .select .p {
        width: 100%;
    }
}

@media only screen and (max-width:640px) {
    .select {
        margin: 20px 0;
    }
    .select:first-child {
        margin-right: 2%;
    }
}


/* select end */

.ny_products .products_choose {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 66px;
}

.ny_products .products_choose .choose_r {
    font-size: 16px;
}

.ny_products .products_choose .choose_r>strong {
    color: #009a44;
}

.ny_products .products_nr .por_tp {
    background-color: #f6f6f6;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.ny_products .products_nr .por_tp:hover {
    box-shadow: 0 0 8px #ddd;
}

.ny_products .products_nr .por_tp img {
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.ny_products .products_nr .por_tp:hover img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.ny_products .products_nr .por_wz {
    text-align: center;
    padding: 20px 0 55px;
}

.ny_products .products_nr .por_wz>h5 {
    color: #2d2d2d;
    font-size: 18px;
}

.ny_products .products_nr .por_wz .por_des {
    color: #707070;
    margin: 10px 0 15px;
}

.ny_products .products_nr .por_wz .por_choose {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ny_products .products_nr .por_wz .por_choose>input {
    background-color: #dedede;
    /* 这个属性是将input标签变成一个可修改样式的普通标签 */
    -webkit-appearance: none;
    width: 12px;
    height: 13px;
    border: 1px solid #aaa;
    border-radius: 2px;
    margin-right: 15px;
}

.ny_products .products_nr .por_wz .por_choose>input:checked {
    background: url(../images/dui.png) no-repeat center / cover;
}

.ny_products .products_nr .por_wz .por_choose>a {
    width: 157px;
    height: 40px;
    border: 1px solid #009a44;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.ny_products .products_nr .por_wz .por_choose>a::before {
    content: "";
    background-color: #009a44;
    -webkit-transform: skew(45deg, 0);
    transform: skew(45deg, 0);
    width: 0;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -30px;
    z-index: -1;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.ny_products .products_nr .por_wz .por_choose>a:hover {
    color: #fff;
}

.ny_products .products_nr .por_wz .por_choose>a:hover:before {
    width: 150%;
}

@media only screen and (max-width:992px) {
    .ny_products .products_nr .row {
        margin: 0 -10px;
    }
    .ny_products .products_nr .col-lg-3 {
        padding: 0 10px;
    }
    .ny_products .products_choose {
        margin-bottom: 40px;
    }
    .ny_products .products_nr .por_wz .por_choose>a {
        width: 130px;
        height: 35px;
    }
}

@media only screen and (max-width:640px) {
    .ny_products .products_nr .col-lg-3 {
        padding: 0 20px;
    }
    .ny_products .products_choose {
        flex-wrap: wrap;
        padding: 0 10px;
    }
    .ny_products .products_nr .por_wz {
        padding: 15px 0 40px;
    }
}


/* Products end */


/* ny_news */

.ny_news .news_nr {
    padding: 45px 0;
    border-bottom: 1px solid #e9e9e9;
}

.ny_news .news_nr .news_img {
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.ny_news .news_nr .news_img:hover {
    box-shadow: 2px 2px 8px #aaa;
}

.ny_news .news_nr .news_img img {
    width: 100%;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.ny_news .news_nr .news_img:hover img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.ny_news .news_nr .news_img .img_zz {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    background-color: #009a44;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 5px;
}

.ny_news .news_nr .news_img .img_zz h5 {
    font-size: 18px;
}

.ny_news .news_nr .news_img .img_zz h6 {
    font-size: 12px;
}

.ny_news .news_nr .news_wz .news_h {
    font-size: 18px;
    line-height: 2.5;
    color: #2d2d2d;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ny_news .news_nr .news_wz .news_h:hover {
    color: #009a44;
}

.ny_news .news_nr .news_wz .news_pv {
    color: #999;
    margin-bottom: 15px;
}

.ny_news .news_nr .news_wz .news_des {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #999;
    line-height: 2;
    width: 82%;
}

.ny_news .news_nr .news_wz>.more {
    text-transform: uppercase;
    color: #009a44;
    font-style: italic;
    margin-top: 30px;
    position: relative;
    display: inline-block;
}

.ny_news .news_nr .news_wz>.more::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #009a44;
    position: absolute;
    bottom: 0;
    transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.ny_news .news_nr .news_wz>.more:hover::before {
    width: 0;
}

@media only screen and (max-width:1200px) {
    .ny_news .news_nr .news_wz .news_des {
        width: 100%;
    }
}

@media only screen and (max-width:992px) {
    .ny_news .news_nr .news_wz .news_h {
        line-height: 2;
    }
    .ny_news .news_nr .news_wz .news_des {
        -webkit-line-clamp: 3;
        line-clamp: 3;
        line-height: 1.5;
    }
    .ny_news .news_nr .news_wz .news_pv {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width:768px) {
    .ny_news .news_nr .news_wz>.more {
        margin-top: 15px;
    }
}

@media only screen and (max-width:640px) {
    .ny_news .news_nr .news_img {
        margin: 0;
    }
    .ny_news .news_nr .news_wz {
        margin-top: 20px;
    }
    .ny_news .news_nr {
        padding: 30px 0;
    }
}


/* ny_news end */


/* idnex */


/* 首页轮播图 */

.pc_ban {
    width: 100%;
    height: 750px;
    position: relative;
    overflow: hidden;
}

.pc_ban .swiper-slide {
    overflow: hidden;
}

.pc_ban .sw_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    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);
}

.pc_ban .swiper-button-prev,
.pc_ban .swiper-button-next {
    background: none;
    color: #666666;
    font-size: 26px;
    opacity: 0;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}
.product_ban .swiper-button-next,
.product_ban .swiper-button-prev,
.lbt_ban .swiper-button-prev,
.lbt_ban .swiper-button-next {
    background: none;

}
.pc_ban .swiper-button-prev {
    left: 7%;
}

.pc_ban .swiper-button-next {
    right: 7%;
}

.pc_ban:hover .swiper-button-prev {
    left: 13%;
    opacity: .8;
}

.pc_ban:hover .swiper-button-next {
    right: 13%;
    opacity: .8;
}

.pc_ban .swiper-pagination-bullet {
    transition: all .6s;
}

.pc_ban .swiper-pagination-bullet-active {
    margin: 0 4px;
    width: 40px;
    height: 8px;
    border-radius: 30px;
    background: #fff;
}

.pc_ban .sy_lz {
    position: absolute;
    top: 20%;
    color: #333333;
    width: 27%;
}

.pc_ban .sy_lz h1 {
    font-size: 70px;
    font-weight: bold;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.pc_ban .sy_lz h3 {
    font-size: 20px;
    font-weight: bold;
    color: #717171;
    line-height: 2;
    margin-bottom: 10px;
}

.pc_ban .sy_lz .ban_more {
    width: 200px;
    height: 50px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-top: 40px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #009a44;
    position: relative;
}

.pc_ban .sy_lz .ban_more::before {
    content: "";
    height: 4px;
    background-color: #41c47b;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.pc_ban .sy_lz .ban_more:hover {
    box-shadow: 0 0 8px #ddd;
}

.pc_ban .sy_lz .ban_more:hover::before {
    height: 100%;
}

@media only screen and (max-width:1500px) {
    .pc_ban .sy_lz {
        width: 55%;
        left: 5%;
    }
    .pc_ban .swiper-button-prev,
    .pc_ban .swiper-button-next {
        display: none;
    }
}

@media only screen and (max-width:992px) {
    .pc_ban .sy_lz {
        width: 90%;
        top: 15%;
    }
    .pc_ban {
        height: 275px;
    }
    .pc_ban .sy_lz h1 {
        font-size: 30px;
        margin-bottom: 5px;
    }
    .pc_ban .sy_lz h3 {
        font-size: 16px;
        line-height: 1.5;
    }
    .pc_ban .sy_lz .ban_more {
        width: 120px;
        margin-top: 15px;
        height: 40px;
        font-size: 16px;
    }
    .pc_ban .swiper-button-prev,
    .pc_ban .swiper-button-next {
        display: none;
    }
}

@media only screen and (max-width:640px) {
    .pc_ban .sy_lz h1 {
        font-size: 26px;
    }
    .pc_ban .sy_lz h3 {
        font-size: 14px;
    }
    .pc_ban .sy_lz .ban_more {
        width: 110px;
        margin-top: 8px;
        height: 35px;
        font-size: 14px;
    }
    .pc_ban{
        height: 150px;
    }
}


/* 首页轮播图 end */

.sy_about .syabout {
    display: flex;
    padding: 90px 0 100px;
}

.sy_about .syabout .about_l {
    padding-right: 60px;
}

.sy_about .syabout .about_l>h2 {
    font-size: 55px;
    color: #333;
    font-weight: bold;
}

.sy_about .syabout .about_l>span {
    width: 108px;
    height: 8px;
    background-color: #009a44;
    display: block;
    margin: 15px 0 40px;
}

.sy_about .syabout .about_l>h5 {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
}

.sy_about .syabout .about_l>.about_wz {
    color: #9b9b9b;
    font-size: 16px;
    line-height: 2.5;
}

.sy_about .syabout .about_l .about_more {
    width: 200px;
    height: 50px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-top: 40px;
    text-transform: uppercase;
    font-weight: bold;
    background: linear-gradient(to bottom, #009a44, #009a44) no-repeat;
    background: -webkit-linear-gradient( top, #009a44, #009a44) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.sy_about .syabout .about_l .about_more::before {
    content: "";
    height: 4px;
    background-color: #41c47b;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_about .syabout .about_l .about_more:hover {
    box-shadow: 0 0 8px #ddd;
    background-size: 100% 0;
    color: #009a44;
}

@media only screen and (max-width:992px) {
    .sy_about .syabout {
        padding: 40px 0 50px;
        flex-wrap: wrap;
    }
    .sy_about .syabout .about_l {
        order: 1;
        margin-top: 20px;
        padding: 0;
    }
    .sy_about .syabout .about_r img {
        width: 100%;
    }
    .sy_about .syabout .about_l>h2 {
        font-size: 34px;
    }
    .sy_about .syabout .about_l>span {
        width: 101px;
        height: 5px;
        background-color: #009a44;
        display: block;
        margin: 10px 0 24px;
    }
    .sy_about .syabout .about_l>h5 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .sy_about .syabout .about_l>.about_wz {
        font-size: 16px;
        line-height: 1.5;
    }
    .sy_about .syabout .about_l .about_more {
        width: 154px;
        height: 45px;
        font-size: 16px;
        margin-top: 20px;
    }
}

@media only screen and (max-width:640px) {
    .sy_about .syabout .about_l>h2 {
        font-size: 30px;
    }
    .sy_about .syabout .about_l>span {
        width: 77px;
        height: 4px;
        margin: 10px 0 15px;
    }
    .sy_about .syabout .about_l>h5 {
        font-size: 16px;
    }
    .sy_about .syabout .about_l>.about_wz {
        font-size: 14px;
    }
    .sy_about .syabout .about_l .about_more {
        width: 124px;
        height: 40px;
        font-size: 14px;
        margin-top: 18px;
    }
}


/* .sy_about .syabout .about_l .about_more:hover::before {
    height: 100%;
} */


/* sy_business */

.sy_business {
    background-color: #009a44;
    position: relative;
    padding-bottom: 100px;
}

#particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .3;
}

.sy_bt1 {
    padding: 100px 0 50px;
    color: #fff;
    text-align: center;
}

.sy_bt1>h2 {
    font-size: 55px;
    font-weight: bold;
}

.sy_bt1>span {
    width: 110px;
    height: 8px;
    background-color: #fff;
    display: block;
    margin: 25px auto 27px;
}

.sy_bt1>h5 {
    font-weight: bold;
    font-size: 22px;
}

.sy_bt {
    padding: 100px 0 50px;
    color: #000;
    text-align: center;
}

.sy_bt>h2 {
    font-size: 55px;
    font-weight: bold;
}

.sy_bt>span {
    width: 110px;
    height: 8px;
    background-color: #009a44;
    display: block;
    margin: 25px auto 27px;
}

.sy_bt>h5 {
    /* font-weight: bold; */
    font-size: 16px;
    line-height: 2;
    color: #9b9b9b;
}

@media only screen and (max-width:992px) {
    .sy_bt1 {
        padding: 50px 0 30px;
    }
    .sy_bt1>h2 {
        font-size: 34px;
    }
    .sy_bt1>span {
        width: 100px;
        height: 5px;
        background-color: #fff;
        display: block;
        margin: 20px auto 20px;
    }
    .sy_bt1>h5 {
        font-size: 18px;
        line-height: 1.5;
    }
    .sy_bt>h2 {
        font-size: 34px;
    }
    .sy_bt {
        padding: 50px 0 30px;
    }
    .sy_bt>span {
        width: 100px;
        height: 5px;
        display: block;
        margin: 20px auto 20px;
    }
    .sy_bt>h5 {
        line-height: 1.5;
    }
}

@media only screen and (max-width:640px) {
    .sy_bt1>h2 {
        font-size: 30px;
    }
    .sy_bt1>span {
        width: 80px;
        height: 4px;
        margin: 10px auto;
    }
    .sy_bt1>h5 {
        font-size: 16px;
    }
    .sy_bt>h2 {
        font-size: 30px;
    }
    .sy_bt>span {
        width: 80px;
        height: 4px;
        margin: 10px auto;
    }
    .sy_bt>h5 {
        font-size: 16px;
    }
}

.sy_business .business_nr .col-xl-2 {
    padding: 0 5px;
}

.sy_business .business_nr .col-xl-2:nth-child(odd) .business_tw {
    margin-top: 80px;
}

.sy_business .business_nr .business_tw {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sy_business .business_nr .business_tw .tw_tp {
    width: 165px;
    height: 165px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center top -4px;
    position: relative;
    margin-bottom: 60px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_business .business_nr .business_tw:hover .tw_tp {
    transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    cursor: pointer;
}

.sy_business .business_nr .business_tw .tw_tp::before {
    content: "";
    position: absolute;
    width: 170px;
    height: 43px;
    background: url(../images/zz.png) no-repeat;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
}

.sy_business .business_nr .business_tw>h5 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.sy_business .business_nr .business_tw>h6 {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    color: #009a44;
    margin-top: 15px;
}

@media only screen and (max-width:992px) {
    .sy_business .business_nr .col-xl-2:nth-child(odd) .business_tw {
        margin: 0;
    }
    .sy_business .business_nr .business_tw {
        margin-bottom: 50px;
    }
    .sy_business .business_nr .business_tw .tw_tp {
        margin-bottom: 35px;
    }
    .sy_business {
        padding-bottom: 70px;
    }
}

@media only screen and (max-width:640px) {
    .sy_business .business_nr .business_tw {
        margin-bottom: 40px !important;
    }
    .sy_business .business_nr .business_tw>h5 {
        font-size: 16px;
    }
}


/* sy_business end */


/* sy_why */

.sy_why {
    background-color: #f8f9fb;
    padding-bottom: 65px;
}

.sy_why .sywhy_box {
    margin-top: 50px;
}

.sy_why .sywhy_box .sywhy_tw {
    padding: 9px;
    /* background-color: #fff; */
    background: linear-gradient(to bottom, #fff 0%, #fff 25%, #009a44 75%, #009a44 100%) no-repeat;
    background: -webkit-linear-gradient(top, #fff 0%, #fff 25%, #009a44 75%, #009a44 100%) no-repeat;
    background-size: 0 0;
    position: relative;
    height: 100%;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_why .sywhy_box .sywhy_tw:hover {
    /* background-color: #009a44; */
    background-size: 100% 500%;
    background-position: center bottom;
}

.sy_why .sywhy_box .sywhy_tw::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* z-index: -1; */
    height: 4px;
    background-color: #009a44;
}

.sy_why .sywhy_box .sywhy_tw img {
    width: 100%;
}

.sy_why .sywhy_box .sywhy_tw .tw_wz {
    /* height: 145px; */
    padding: 30px 15px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sy_why .sywhy_box .sywhy_tw .tw_wz>h5 {
    font-size: 16px;
    font-weight: bold;
    color: #009a44;
    margin-bottom: 12px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_why .sywhy_box .sywhy_tw .tw_wz>h4 {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #333333;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_why .sywhy_box .sywhy_tw:hover .tw_wz>h5,
.sy_why .sywhy_box .sywhy_tw:hover .tw_wz>h4 {
    color: #fff;
}

@media only screen and (max-width:992px) {
    .sy_why .sywhy_box {
        margin-top: 0;
    }
    .sy_why .sywhy_box .sywhy_tw .tw_wz {
        padding: 20px 15px 30px;
    }
    .sy_why .sywhy_box .col-sm-6 {
        margin-bottom: 50px;
    }
    .sy_why {
        padding-bottom: 30px;
    }
}


/* sy_why end */


/* sy_lbt */

.lbt_ban {
    padding-top: 100px;
    padding-bottom: 70px;
}

.lbt_ban .lbt_nr {
    background-color: #f8f9fb;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    padding: 60px 150px 50px;
    position: relative;
}

.lbt_ban .lbt_nr .lbt_l img {
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 11%;
}

.lbt_ban .lbt_nr .lbt_r {
    flex: 0 0 57%;
    max-width: 57%;
}

.lbt_ban .lbt_nr .lbt_r h4 {
    font-size: 35px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}

.lbt_ban .lbt_nr .lbt_r .lbt_wz {
    font-size: 16px;
    color: #333;
    line-height: 2.5;
}

.lbt_ban .swiper-button-prev,
.lbt_ban .swiper-button-next {
    top: 54%;
    width: 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #009a44;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
}

@media only screen and (max-width:992px) {
    .lbt_ban .lbt_nr {
        flex-wrap: wrap;
    }
    .lbt_ban .lbt_nr {
        padding: 450px 20px 40px;
    }
    .lbt_ban .lbt_nr .lbt_r {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .lbt_ban .lbt_nr .lbt_l img {
        bottom: calc(100% - 400px);
        left: 0;
    }
    .lbt_ban .swiper-button-prev,
    .lbt_ban .swiper-button-next {
        top: 47%;
    }
    .lbt_ban .lbt_nr .lbt_r h4 {
        font-size: 30px;
        margin-bottom: 5px;
    }
    .lbt_ban .lbt_nr .lbt_r .lbt_wz {
        line-height: 1.5;
    }
}

@media only screen and (max-width:640px) {
    .lbt_ban .swiper-button-prev,
    .lbt_ban .swiper-button-next {
        display: none;
    }
    .lbt_ban .lbt_nr .lbt_r h4 {
        font-size: 26px;
        margin-bottom: 5px;
    }
}


/* sy_lbt end */


/* sy_fg */

.sy_fg {
    padding: 80px 0 70px;
}

.sy_fg .fg_bt {
    text-align: center;
    color: #fff;
}

.sy_fg .fg_bt h2 {
    font-size: 55px;
    font-weight: bold;
}

.sy_fg .fg_bt h5 {
    font-size: 22px;
    font-weight: bold;
    margin: 44px 0 55px;
}

.sy_fg .fg_bt>a {
    margin: 0 auto;
    width: 202px;
    height: 50px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #009a44;
    text-transform: uppercase;
    position: relative;
}

.sy_fg .fg_bt>a span {
    z-index: 1;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_fg .fg_bt>a:hover span {
    color: #fff;
}

.sy_fg .fg_bt>a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #41c47b;
    width: 100%;
    height: 4px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_fg .fg_bt>a:hover::before {
    height: 100%;
}

@media only screen and (max-width:992px) {
    .sy_fg {
        padding: 40px 0 35px;
    }
    .sy_fg .fg_bt h2 {
        font-size: 34px;
    }
    .sy_fg .fg_bt h5 {
        font-size: 18px;
        font-weight: bold;
        margin: 15px 0 30px;
    }
    .sy_fg .fg_bt>a {
        margin: 0 auto;
        width: 163px;
        height: 45px;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
    }
}

@media only screen and (max-width:640px) {
    .sy_fg .fg_bt h2 {
        font-size: 28px;
    }
    .sy_fg .fg_bt h5 {
        font-size: 16px;
        margin: 10px 0 20px;
    }
    .sy_fg .fg_bt>a {
        width: 143px;
        height: 40px;
        font-size: 14px;
    }
}


/* sy_fg end */


/* sy_product */

.sy_product {
    background-color: #f8f9fb;
}

.product_ban .sypro_nr {
    padding: 85px 150px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.product_ban .sypro_nr .sypro_l {
    flex: 0 0 25%;
    max-width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_ban .sypro_nr .sypro_r {
    max-width: 64%;
    flex: 0 0 64%;
}

.product_ban .sypro_nr .sypro_r>img {
    max-width: 143px;
}

.product_ban .sypro_nr .sypro_r h2 {
    font-size: 35px;
    font-weight: bold;
    color: #333;
    margin: 30px 0;
}

.product_ban .sypro_nr .sypro_r .sypro_des {
    color: #333;
    line-height: 2;
}

.product_ban .swiper-button-prev,
.product_ban .swiper-button-next {
    color: #ddd;
    font-size: 26px;
    font-weight: bold;
}

.product_ban .swiper-pagination {
    bottom: 95px;
}

.product_ban .swiper-pagination .swiper-pagination-bullet {
    background-color: #b5b5b5;
    opacity: 1;
}

.product_ban .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #009a44;
}

@media only screen and (max-width:992px) {
    .product_ban .sypro_nr {
        padding: 40px 20px;
    }
    .product_ban .swiper-button-prev,
    .product_ban .swiper-button-next {
        display: none;
    }
    .product_ban .swiper-pagination {
        bottom: 70px;
    }
    .product_ban .sypro_nr .sypro_r h2 {
        font-size: 32px;
        font-weight: bold;
        color: #333;
        margin: 15px 0;
    }
    .product_ban .sypro_nr .sypro_r .sypro_des {
        line-height: 1.5;
    }
}

@media only screen and (max-width:640px) {
    .product_ban .sypro_nr {
        flex-wrap: wrap;
    }
    .product_ban .sypro_nr .sypro_l,
    .product_ban .sypro_nr .sypro_r {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .product_ban .sypro_nr .sypro_l {
        margin-bottom: 30px;
    }
    .product_ban .sypro_nr .sypro_r h2 {
        font-size: 26px;
        margin: 8px 0;
    }
    .product_ban {
        padding-bottom: 20px;
    }
    .product_ban .swiper-pagination {
        bottom: 20px;
    }
}


/* sy_product end */


/* sy_news */

.sy_news .syn_nr .syn_img img {
    cursor: pointer;
    width: 100%;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_news .syn_nr .syn_img img:hover {
    opacity: .8;
}

.sy_news .syn_nr .syn_1 {
    font-size: 24px;
    color: #009a44;
    line-height: 3;
    font-weight: bold;
}

.sy_news .syn_nr .syn_sj {
    color: #9b9b9b;
    margin-bottom: 55px;
}

.sy_news .syn_nr .syn_sj img {
    margin-right: 7px;
}

.sy_news .syn_nr .syn_sj>span:first-child {
    margin-right: 70px;
}

.sy_news .syn_nr .syn_ms {
    font-size: 16px;
    color: #999;
    line-height: 2.1;
}

.sy_news .syn_nr .more {
    width: 162px;
    height: 45px;
    border: 1px solid #009a44;
    color: #009a44;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    margin-top: 46px;
    overflow: hidden;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

/* .sy_news .syn_nr .more::after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    transform: skew(45deg);
    background-color: #009a44;
    z-index: -1;
    transition: .5s;
    -webkit-transition: .5s;
} */

.sy_news .syn_nr .more:hover {
    color: #fff;
    background-color: #009a44;

}

.sy_news .syn_nr .more:hover::after {
    width: 200%;
}

.sy_news .syn_li {
    padding-top: 110px;
    padding-bottom: 150px;
}

.sy_news .syn_li .synew_tw .synew_tp {
    display: block;
    overflow: hidden;
}

.sy_news .syn_li .synew_tw .synew_tp img {
    width: 100%;
    display: block;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_news .syn_li .synew_tw .synew_tp:hover img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.sy_news .syn_li .synew_tw .synew_wb {
    background-color: #f8f9fb;
    padding: 30px 50px 35px 10px;
}

.sy_news .syn_li .synew_tw .synew_wb .wb_bt {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
    line-height: 1;
    font-weight: bold;
}

.sy_news .syn_li .synew_tw .synew_wb .wb_bt:hover {
    color: #009a44;
}

.sy_news .syn_li .wb_sj {
    color: #9b9b9b;
    margin-bottom: 25px;
    border-bottom: 1px solid #dbdbdb;
    padding: 17px 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.sy_news .syn_li .wb_sj img {
    margin-right: 7px;
}

.sy_news .syn_li .wb_xq {
    font-size: 16px;
    line-height: 2.5;
    color: #9b9b9b;
    padding-left: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news_tcc .tcc_sp {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .7);
    z-index: 9999999999999;
    display: none;
}

.news_tcc .tcc_sp video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* .news_tcc {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999999;
} */

@media only screen and (max-width:992px) {
    .sy_news .syn_wz {
        margin-top: 15px;
    }
    .sy_news .syn_nr .syn_1 {
        line-height: 2;
    }
    .sy_news .syn_nr .syn_sj {
        margin-bottom: 15px;
    }
    .sy_news .syn_nr .syn_ms {
        line-height: 1.5;
    }
    .sy_news .syn_nr .more {
        width: 120px;
        height: 36px;
        border: 1px solid #009a44;
        color: #009a44;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        font-size: 15px;
        position: relative;
        margin-top: 20px;
    }
    .sy_news .syn_li {
        padding: 50px 0 150px;
    }
    .sy_news .syn_li .col-lg-4 {
        margin-bottom: 20px;
    }
    .sy_news .syn_li .synew_tw .synew_wb {
        padding: 20px;
    }
    .sy_news .syn_li .wb_sj {
        padding: 10px 0;
        margin-bottom: 10px;
    }
    .sy_news .syn_li .wb_xq {
        line-height: 1.5;
    }
}
.header .logo img:last-child{
    display: none;
}
.header.on .logo img:first-child{
    display: none;
}
.header.on .logo img:last-child{
    display: block;
}
/* sy_news end */


/* idnex end */


/* 引入页面样式 */
.ny_content{ padding-top: 45px; padding-bottom: 100px; overflow: hidden;}
.ny_left{ width: 320px; float: left;}
.ny_left_name{ width: 100%; float: left; background: url(../images/left_bj.jpg) top center no-repeat; height: 80px; padding-left: 18px;}
.ny_left_name span{ font-size: 26px; color: #fff; line-height: 80px; text-transform: uppercase;}
.ny_left_name i{ display: none;}

.ny_left_nav{ width: 100%; float: left; background: #F7F7F7; padding-bottom: 25px;}
.ny_left_nav dd{ width: 100%; float: left; border-bottom: solid 1px #d7d7d7;}
.ny_left_nav dd.on .ny_nav_a i{ background-color: #009944;display: inline-block;width: 10px;}
.ny_left_nav dd.on .ny_nav_a a{ color: #009944;transition: all ease .5s;}

.ny_nav_a{ width: 100%; float: left; padding: 15px;display: flex;align-items: center;}
.ny_nav_a i{ font-size: 14px; line-height: 26px; float:left;display: inline-block;transition: all ease .5s;width: 0px;height: 1px;}
.ny_nav_a a{ display: inline-block; margin-left: 8px; font-size: 16px; color: #333; line-height: 26px; transition: all ease .5s;float:left; width:90%;}

.ny_left_nav dd:hover .ny_nav_a i{ background-color: #009944;display: inline-block;transition: all ease .5s;width: 10px;}
.ny_left_nav dd:hover .ny_nav_a a{ color: #009944;transition: all ease .5s;}

.ny_nav_b{ display: none; width: 100%; float: left; border-top: solid 1px #eee; padding-top: 15px;}
.ny_nav_b li{ width: 100%; float: left; padding-left: 25px; padding-bottom: 15px; padding-right: 10px;}
.ny_nav_b li a{ font-size: 14px; line-height: 24px;}
.ny_nav_b li:hover i{ color: #009944;}
.ny_nav_b li:hover a{ color: #009944;}
.ny_nav_b li.on i{ color: #009944;}
.ny_nav_b li.on a{ color: #009944;}


.ny_right{ width: calc(100% - 370px); float: right;}
.ny_title{ width: 100%; float: left; border-bottom: solid 1px #D7D7D7; padding: 25px 0; font-size: 26px; color: #009944; text-transform: uppercase;}

.nyContent{ width: 100%; float: left; padding: 25px 0; font-size: 16px; line-height: 26px; color: #555555;}
.nyContent b{ font-size: 18px;}
.nyContent img{ max-width: 100%;}


/*产品详情*/
.cp_details{ width: 100%; float: left;}


.cp_details_left{ float: left; width: 410px; overflow: hidden; position: relative;}
.cp_details_img{ width: 100%; overflow: hidden; border: solid 1px #E8E8E8;}
.cp_details_img img{ width: 100%;}


.cp_details_xc{ width: 100%; margin-top: 16px; position: relative;}

.cp_roll {
    width:89%;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin: auto;
}
.cp_roll .swiper-slide {
    text-align: left;
    font-size: 18px;
    /* Center slide text vertically */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: solid 1px #E7E7E7;
}

.cp_roll .swiper-slide-active{ border: solid 1px #089B4A;}

.cp_roll_pic{ width: 100%; text-align: center; overflow: hidden;}
.cp_roll_pic img{ width: 100%;}

.cp_details_xc .swiper-button-prev{ outline: 0; width: auto; height: auto; left: 0; margin-top: auto; top: 38%;}
.cp_details_xc .swiper-button-prev:after{ content: "";}

.cp_details_xc .iconfont{ color: #515151; font-size: 26px; line-height: 26px;}
.cp_details_xc .iconfont:hover{ opacity: 0.8;}


.cp_details_xc .swiper-button-next{  outline: 0; width: auto; height: auto; right: 0; margin-top: auto; top: 38%; }
.cp_details_xc .swiper-button-next:after{ content: "";}


.cp_details_right{ width: calc(100% - 435px); float: right;}
.cp_details_tit{ width: 100%; float: left;}
.cp_details_tit span{ display: block; font-size: 26px; color: #009944; line-height: 30px; text-transform: uppercase; font-weight: bold; margin-bottom: 30px;}
.cp_details_tit p{ font-size: 16px; color: #333333; line-height: 24px;}

.cp_details_share{ width: 100%; float: left; margin-top: 58px;}
.cp_details_share span{ font-size: 16px; color: #555; line-height: 24px;}
.bshare-custom{ font-size: 22px !important;}



.cp_details_query{ width: 100%; float: left; margin-top: 45px;}
.cp_details_query a{ width: 212px; height: 56px; display: block; background: #009A44; line-height: 56px; text-align: center; font-size: 16px; color: #fff; text-transform: uppercase;}
.cp_details_query a:hover{ opacity: 0.8;}


.cp_details_switch{ width: 100%; float: left; margin-top: 60px;}
.cp_switch_but{ width: 100%; float: left;}
.cp_switch_but dd{ width: 23%; margin-right: 2.66%; float: left; height: 58px; text-align: center; line-height: 58px; background: #F7F7F7; font-size: 22px; color: #555; cursor: pointer;}
.cp_switch_but dd:last-child{ margin-right: 0;}
.cp_switch_but dd.on{ background: #009A44; color: #fff;}


.cp_switch_show{ width: 100%; margin-top: 40px; float: left;}

.cp_switch_show .cp_switch_k{ display: none; width: 100%; float: left; font-size: 16px; color: #888; line-height: 26px;}
.cp_switch_show .cp_switch_k b{ color: #555;}
.cp_switch_show .cp_switch_k img{
    max-width: 100%;
}


.related_products{ width: 100%; float: left; margin-top: 40px;}
.related_name{ width: 100%; float: left; border-bottom: solid 1px #dddddd; padding: 25px 0; position: relative;}
.related_name span{ display: block; float: left; font-size: 26px; color: #009944; font-weight: bold; text-transform: uppercase; line-height: 34px;}



.related_roll {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin: auto;
    margin-top: 45px;
}
.related_roll .swiper-slide {
    text-align: left;
    font-size: 18px;
    /* Center slide text vertically */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}
.related_roll_pic{ width: 100%; text-align: center; overflow: hidden; border: solid 1px #DDDDDD;}
.related_roll_pic img{ width: 100%;
    -o-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -webkit-transition: all 2s;
    transition: all 2s;
}
.related_roll .swiper-slide:hover .related_roll_pic img{
    -o-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.related_roll_title{ opacity: 0; position: absolute; left: 0%; top: 0; width: 100%; height: 100%; text-align: center; background: rgba(0,153,68,0.7); padding: 20px 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}
.related_roll_title a{ display: block; line-height: 22px; font-size: 16px; color: #fff;}
.related_roll .swiper-slide:hover .related_roll_title{ opacity: 1;}

.related_page{ float: right; position: relative;}
.related_page .swiper-button-prev{ outline: 0; top: 40%; width: auto; height: auto;  margin-top: auto; display: block; left: 0; float: left; position: relative; }
.related_page .swiper-button-prev:after{ content: "";}
.related_page .iconfont{ 
    color: #595959;
    font-size: 16px;
    border-radius: 50%;
    border: 1px solid #666;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 27px;
    margin-left: 15px;
}
.related_page .iconfont:hover{ opacity: 0.8;}



.related_page .swiper-button-next{ outline: 0;  top: 40%; width: auto; height: auto; margin-top: auto; display: block; right: 0; float: left; position: relative; }
.related_page .swiper-button-next:after{ content: "";}

@media only screen and (max-width:992px) {
    .ny_left{
        display: none;
    }
    .ny_right{
        width: 100%;
    }
    .cp_details_left{
        width: 100%;
    }
    .cp_details_right{
        width: 100%;
        margin-top: 30px;
    }
    
}

/* 新闻页详情 */
.ny_xw .xw_xq{
    padding: 50px 0 100px;
}
.ny_xw .xw_xq h1{
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 25px;
}
.ny_xw .xw_xq  .x_x{
    font-size: 14px;
    color: #555;
    text-align: center;
}
.ny_xw .xw_xq  .n_r{
    margin: 50px auto;
    font-size: 15px;
    line-height: 26px;
    color: #555;
}
.ny_xw .xw_xq  a.a_n{
    width: 130px;
    height: 50px;
    border-radius: 5px;
    background-size: 100% 100%;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    background-color: #009A44;
    border: 1px solid #009A44;
    float: right;
    margin-top: 5px;
    display: block;
}
.ny_xw .xw_xq  a.a_n:hover{
    background-color: transparent;
    color: #009A44;
}

@media only screen and (max-width:992px) {
    .ny_xw .xw_xq h1{
        font-size: 24px;
    }
    .ny_xw .xw_xq{
        padding: 50px 0 150px;
    }
    .ny_xw .xw_xq .n_r{
        margin: 30px auto 50px;
    }
}