body {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.thebox {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.ccbox {
    clear: both;
    width: 100%;
    height: 0;
}

/*导航栏*/
/* .navbar {
    position: relative;
    min-height: 99px;
    margin-bottom: 0;
} */

/* .navbar-default {
    background-color: rgba(0, 0, 0, .3);
    border: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
} */

/* .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav {
    margin-top: 23px;
    margin-left: 24px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 18px;
    border-bottom: 2px solid transparent;
    padding-bottom: 39px;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
    border-color: var(--styleColor);
}

.navbar-nav>li {
    margin-left: 12px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    border-color: var(--styleColor);
}

.navbar-default .navbar-nav>.nav_ss>a:focus,
.navbar-default .navbar-nav>.nav_ss>a:hover {
    border-color: transparent;
}

.navbar-default .navbar-nav>.nav_lg>a:focus,
.navbar-default .navbar-nav>.nav_lg>a:hover {
    border-color: transparent;
}

.nav>.nav_ss div {
    position: absolute;
    top: 11px;
    right: 0;
    width: 245px;
    display: none;
}

.nav_ss div form {
    width: 210px;
    height: 30px;
    position: relative;
    display: inline-block;
}

.nav_ss div form input[type=text] {
    width: 180px;
    height: 30px;
    border: 1px solid var(--styleColor);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: none;
    padding-left: 7px;
    outline: none;
}

.nav_ss div form input[type=submit] {
    width: 30px;
    height: 30px;
    border: 1px solid var(--styleColor);
    border-left: none;
    outline: none;
    background-color: white;
    background-image: url(../images/ss.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px;
    position: absolute;
    right: 0;
    top: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
} */

.ss-cl {
    width: 30px;
    height: 30px;
    float: right;
    padding: 3px;
}

.ss-cl img {
    width: 100%;
    height: 100%;
}

.ss-cl:hover {
    cursor: pointer;
}

.nav_lg {
    font-size: 16px;
    color: #fff;
}

.nav_lg a {
    color: #fff;
}

.nav_lg .lgact a {
    color: var(--styleColor);
}

.nav_lg a:hover {
    color: var(--styleColor);
}

.navbar-nav>.nav_lg {
    margin-left: 10px;
    padding-top: 14px;
}

/*轮播*/
.carousel-indicators {
    bottom: 0;
}

.carousel-inner {
    min-width: 1200px;
}

.carousel-control {
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6%;
}

.carousel-control.right {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    border: 2px solid #0BAA44;
    margin: 1px 4px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 1px 4px;
    background-color: #0BAA44;
}

.carousel-inner>.item img {
    width: 100%;
}

/*关于我们*/
.inabo {
    min-width: 1200px;
    margin-top: 50px;
    overflow: hidden;
}

.inabo_l {
    float: left;
    width: 50%;
    background-color: #24A33A;
    background-image: url(../images/inadv_bj0.jpg);
    background-repeat: no-repeat;
    padding: 100px 40px 40px 18%;
    height: 650px;
}

.inabo_r {
    float: right;
    width: 50%;
    height: 650px;
}

.inabo_r a {
    display: block;
    height: 100%;
}

.inabo_r img {
    width: 100%;
    height: 100%;
}

.intil {
    position: relative;
    padding-bottom: 55px;
}

.intil h4 {
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 6px;
}

.inabo {
    color: white;
}

.intil div {
    font-size: 12px;
    color: #B9B8B8;
}

.inabo .intil div {
    color: #FDF031;
}

.intil div span {
    width: 21px;
    height: 1px;
    background-color: #979797;
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 4px;
}

.inabo .intil div span {
    background-color: #97DA8E;
}

.intil img {
    position: absolute;
    width: 10px;
    top: 7px;
    left: -20px;
}

.inabo_p p {
    font-size: 16px;
    color: white;
    line-height: 36px;
    margin: 0;
}

.inabo_p a {
    color: white;
    display: block;
    text-align: center;
    margin-bottom: 38px;
    padding-right: 140px;
}

.inabo_p a img {
    height: auto;
}

.inabo_p img {
    height: 40px;
}

/*产品*/
.inpro {
    position: relative;
    padding: 80px 0;
}

.bbb {
    position: absolute;
    left: -360px;
    top: 135px;
}

.inpro .intil {
    margin-bottom: 30px;
}

.inpro_bb {
    width: 594px;
    height: 632px;
    background-color: white;
    text-align: center;
    float: left;
    border-radius: 5px;
}

.inpro_bb a {
    display: block;
    height: 100%;
    transition: all .3s;
}

.inpro_bb a:hover {
    box-shadow: 0px 0px 15px -4px #999;
}

.inpro_bb p {
    padding: 20px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 435px;
    overflow: hidden;
}

.inpro_bb p img {
    max-width: 100%;
    max-height: 100%;
    transition: all .4s;
}

.inpro_bb:hover p img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.inpro_bb h4 {
    font-size: 18px;
    margin: 0 0 15px;
    padding: 0;
    font-weight: bold;
    color: black;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.inpro_bb div {
    color: #666;
    margin-bottom: 24px;
}

.inpro_t>ul {
    float: right;
    width: 606px;
}

.inpro_t>ul li {
    float: left;
    width: 296px;
    height: 313px;
    margin-left: 7px;
    margin-bottom: 6px;
    background-color: white;
    text-align: center;
    border-radius: 5px;
    transition: all .3s;
}

.inpro_t>ul li p {
    padding: 14px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 235px;
    overflow: hidden;
}

.inpro_t>ul li p img {
    max-width: 100%;
    max-height: 100%;
    transition: all .4s;
}

.inpro_t>ul li:hover p img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.inpro_t>ul li h4 {
    font-size: 18px;
    margin: 0 0 9px;
    padding: 0 15px;
    color: black;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.inpro_t>ul li div {
    color: #666;
    margin-bottom: 24px;
    padding: 0 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.inpro_t>ul li:hover {
    box-shadow: 0px 0px 15px -4px #999;
}

.inpro_c {
    position: absolute;
    top: 90px;
    right: 0;
}

.inpro_c ul li {
    display: inline-block;
    font-size: 16px;
    color: black;
    border: 1px solid #DCDCDC;
    padding: 9px 40px;
    margin-left: 10px;
    transition: all .3s;
    cursor: pointer;
}

.inpro_c ul li:hover {
    color: white;
    background-color: var(--styleColor);
}

.inpro_c ul .inproact {
    color: white;
    background-color: var(--styleColor);
    border-color: var(--styleColor);
}

.inpro_mv {
    margin-top: 60px;
}

/*现代基地*/
.inadv {
    height: 585px;
    padding-top: 90px;
    background: url(../images/inadv_bj.jpg) no-repeat center center;
    background-size: cover;
}

.inadv_til {
    width: 410px;
    float: left;
}

.inadv_til p {
    font-size: 24px;
    color: white;
    font-weight: bold;
    margin: 0 0 3px;
}

.inadv_til div {
    color: white;
    font-size: 14px;
    line-height: 34px;
}

.inadv_n {
    float: right;
    margin-top: 28px;
}

.inadv_n ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    text-align: center;
    margin-left: 60px;
}

.inadv_n ul li h3 {
    font-size: 30px;
    margin: 0 0 20px;
    padding: 0;
    color: black;
    font-weight: bold;
}

.inadv_b {
    margin-top: 76px;
    background-color: white;
    padding: 42px 120px;
    padding-right: 100px;
}

.inadv_b ul li {
    float: left;
    width: 173px;
}

.inadv_b ul li:not(:last-child) {
    margin-right: 96px;
}

.inadv_b ul li img {
    width: 77px;
    height: 77px;
    margin-bottom: 20px;
    transition: all .4s;
}

.inadv_b ul li h4 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: bold;
    color: #5A5A5A;
}

.inadv_b ul li span {
    display: block;
    margin: 0 0 12px;
    width: 66px;
    height: 1px;
    background-color: var(--styleColor);
}

.inadv_b ul li div {
    color: #787878;
}

.inadv_b ul li:hover img {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

/*新闻*/
.innews {
    padding: 80px 0;
    position: relative;
}

.bbb {
    position: absolute;
    left: -360px;
    top: 135px;
}

.innews_sw {
    width: 100%;
}

.innews_sw .swiper-slide {
    padding-left: 14px;
}

.innews_l {
    float: left;
    width: 417px;
    background-color: white;
    position: relative;
    padding-bottom: 16px;
    margin-top: 153px;
}

.innews_l p {
    padding: 10px;
}

.innews_l p img {
    width: 100%;
    height: 100%;
}

.innews_l span {
    display: block;
    position: absolute;
    width: 18px;
    height: 20px;
    bottom: 22px;
    left: -13px;
}

.innews_l span img {
    width: 100%;
    height: 100%;
}

.innews_l div {
    padding: 0 10px;
}

.innews_l div img {
    float: right;
    height: 15px;
    margin-top: 4px;
}

.innews_l article {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #373737;
    font-size: 16px;
    display: inline-block;
    width: 350px;
}

.innews_l:hover article {
    color: #0BAA44;
}

.innews_d {
    width: 148px;
    height: 140px;
    background-color: white;
    border-right: 1px solid #EBEBEB;
    text-align: center;
    color: #D5D5D5;
    font-size: 12px;
    padding-top: 37px;
    float: left;
    font-family: -webkit-pictograph;
}

.innews_d h3 {
    margin: 0;
    padding: 0;
    font-size: 48px;
}

.innews_a {
    width: 618px;
    height: 140px;
    background-color: white;
    float: right;
    padding: 35px 40px 15px 56px;
}

.innews_a div {
    position: relative;
    font-size: 18px;
    color: #333;
    margin-bottom: 6px;
}

.innews_a div p {
    position: absolute;
    left: -26px;
    top: 5px;
    width: 15px;
    height: 15px;
    margin: 0;
}

.innews_a div p img {
    width: 100%;
    height: 100%;
    display: none;
}

.innews_a div p img:first-of-type {
    display: block;
}

.innews_r li a:hover .innews_a div p img:first-of-type {
    display: none;
}

.innews_r li a:hover .innews_a div p img:last-of-type {
    display: block;
}

.innews_a span {
    width: 17px;
    height: 2px;
    display: block;
    background-color: #D3D3D3;
    margin-bottom: 4px;
}

.innews_a article {
    font-size: 13px;
    color: #999;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 36px;
}

.innews_r {
    float: right;
}

.innews_r li {
    margin-bottom: 5px;
}

.innews_np {
    position: absolute;
    top: 80px;
    right: 0;
    width: 250px;
}

.innews_np .swiper-button-next,
.innews_np .swiper-button-prev {
    top: 0;
    width: 125px;
    height: 52px;
    margin-top: 0;
    -moz-background-size: 9px 17px;
    -webkit-background-size: 9px 17px;
    background-size: 9px 17px;
    background-color: white;
}

.innews_np .swiper-button-next,
.innews_np .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/innews_r.png);
    right: 0;
}

.innews_np .swiper-button-prev,
.innews_np .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/innews_l.png);
    left: 0;
}

.innews_np .swiper-button-next:hover {
    background-color: var(--styleColor);
    background-image: url(../images/innews_r0.png);
    right: 0;
}

.innews_np .swiper-button-prev:hover {
    background-color: var(--styleColor);
    background-image: url(../images/innews_l0.png);
    left: 0;
}

/*页脚*/
/* footer {
    padding: 45px 0;
    background: url(../images/foot_bj.jpg) no-repeat center center;
    min-width: 1200px;
} */

.foot_e {
    float: left;
    border-right: 1px solid #72CD73;
    margin-right: 32px;
}

.foot_e div {
    font-size: 20px;
    color: white;
    margin-bottom: 12px;
}

.foot_e ul li {
    display: inline-block;
    margin-right: 30px;
    text-align: center;
    color: white;
}

.foot_e ul li p {
    padding: 13px;
    background: url(../images/foot_erweibj.png) no-repeat center center;
    width: 132px;
    height: 132px;
}

.foot_e ul li p img {
    width: 100%;
    height: 100%;
}

.foot_u {
    width: 208px;
    float: left;
}

.foot_u ul li {
    width: 50%;
    float: left;
    margin-bottom: 30px;
    text-align: center;
}

.foot_u ul li a {
    color: white;
}

.foot_b {
    float: right;
    border-left: 1px solid #72CD73;
    padding-left: 45px;
    min-height: 202px;
}

.foot_b div {
    border-bottom: 1px solid #6DCA73;
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: white;
}

.foot_b div img {
    width: 37px;
    margin-right: 8px;
}

.foot_b div big {
    font-size: 24px;
}

.foot_b div a {
    display: inline-block;
    border: 1px solid #D2E332;
    color: white;
    float: right;
    padding: 10px 40px;
}

.foot_b ul li {
    margin-bottom: 15px;
    color: white;
    font-size: 12px;
}

.foot_b ul li a {
    color: white;
}

.foot_bot {
    background-color: #F3F3F3;
    padding: 26px 0 21px;
}

.foot_bot ul {
    display: flex;
    justify-content: space-between;
}

.foot_bot ul li {
    display: inline-block;
    font-size: 16px;
}

.foot_bot ul li:nth-of-type(2) {
    margin: 0 40px;
}

.foot_bot ul li img {
    width: 36px;
    margin-right: 10px;
    margin-bottom: 4px;
}

/*关于页面*/
.oth_tm img {
    width: 100%;
}

.lujing {
    background-color: #F3F3F3;
    padding: 35px 0 30px;
    font-size: 15px;
}

.lujing a {
    color: #333;
}

.lujing img {
    width: 21px;
    margin-right: 10px;
    margin-bottom: 7px;
}

.oth_b {
    padding: 80px 0;
}

.oth_chg {
    text-align: center;
    ;
}

.oth_chg ul li {
    display: inline-block;
    margin: 0 5px;
    margin-bottom: 65px
}

.oth_chg ul li a {
    display: block;
    background-color: #F3F3F3;
    padding: 15px 50px;
    border-radius: 30px;
    color: #333;
    font-size: 18px;
}

.oth_chg ul .oth_act a {
    color: white;

    background-color: var(--styleColor);
}

.oth_chg ul li a:hover {
    color: white;
    background-color: var(--styleColor);
}

.abo_til {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 42px;
}

.abo_til span {
    display: block;
    width: 100px;
    height: 3px;
    background-color: var(--styleColor);
    margin: 30px auto 0;
}

.abo_t p {
    margin-bottom: 30px;
    font-size: 15px;
    color: #666;
    text-align: justify;
    line-height: 29px;
}

.abo_v {
    width: 100%;
    height: 488px;
}

.abo_v img {
    width: 100%;
    height: 100%;
}

/*产品页面*/
.pro_l {
    float: left;
    width: 23.2%;
    background-color: #F3F3F3;
    padding-bottom: 100px;
    border: 1px solid #E5E5E5;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 50px;
    position: relative;
}

.pro_lebtn {
    position: absolute;
    right: -40px;
    top: 82px;
    height: 50px;
    width: 40px;
    background-color: var(--styleColor);
    text-align: center;
    line-height: 50px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.pro_lebtn img {
    max-width: 100%;
    max-height: 100%;
    transition: all 0.4s;
}

.pro_r {
    width: 74%;
    float: right;
}

.pro_lt {
    height: 111px;
    width: 100%;
    background: url(../images/pro_lm.jpg) no-repeat center center;
    padding-left: 32px;
    font-size: 30px;
    font-weight: bold;
    color: white;
    padding-top: 35px;
}

.pro_f {
    padding: 10px 0;
}

.pro_f ul li a {
    color: #666;
    padding: 9px 55px;
    padding-right: 20px;
    font-size: 16px;
    display: block;
}

.pro_f ul li a:hover {
    color: var(--styleColor);
}

.pro_u {
    margin-bottom: 1px;
}



.pro_ut p {
    display: inline-block;
    margin: 0;
    margin-right: 10px;
    width: 17px;
    height: 17px;
}

.pro_ut p img {
    width: 100%;
    height: 100%;
    display: none;
    margin-top: 3px;
}

.pro_ut p img:last-of-type {
    display: block;
}

.pro_act .pro_ut p img:last-of-type {
    display: none;
}

.pro_act .pro_ut p img:first-of-type {
    display: block;
}

.pro_ub {
    padding: 8px 40px 14px 58px;

}

.pro_act .pro_ub {
    display: block;
}

.pro_ub>span {
    display: block;
    padding: 10px 0;
}

.pro_ub>span a {
    color: var(--styleColor);
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pro_ub>span img {
    width: 8px;
    margin-right: 10px;
}

.pro_ub ul li {
    margin-bottom: 10px;
}

.pro_ub ul li a {
    display: block;
    border-bottom: 1px dashed #DBDBDB;
    padding: 7px 0;
    color: #666;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pro_ub ul li a:hover {
    color: var(--styleColor);
}

.pro_r>ul li {
    width: 32%;
    height: 300px;
    margin-bottom: 40px;
    margin-left: calc(4% /2);
    float: left;
    text-align: center;
}

.pro_r>ul li:nth-of-type(3n+1) {
    margin-left: 0;
}

.pro_r>ul li a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #DDDDDD;
    border-radius: 15px;
}

.pro_r>ul li p {
    padding: 12px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.pro_r>ul li p img {
    max-width: 100%;
    max-height: 100%;
}

.pro_r>ul li h4 {
    font-size: 16px;
    color: #333;
    margin: 0 0 10px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pro_r>ul li div {
    color: #666666;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.pro_r>ul li a:hover {
    border-color: var(--styleColor);
}

.pro_r>ul li a:hover h4 {
    color: var(--styleColor);
}

.fenye {
    margin-top: 38px;
    text-align: center;
    color: #666;
}

.fenye ul {
    display: inline-block;
    margin-left: 18px;
}

.fenye ul li {
    display: inline-block;
    margin-left: 6px;
}

.fenye ul li a {
    display: block;
    color: #999;
    border: 1px solid #CCC;
    padding: 1px 7px;
}

.fenye ul .fyact a {
    border-color: var(--styleColor);
    color: white;
    background-color: var(--styleColor);
}

.fenye ul li a:hover {
    color: white;
    background-color: var(--styleColor);
}

.ph_til {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}

.abo_m img {
    max-width: 100%;
    margin-bottom: 15px;
}

/*产品详情*/
.pro-img {
    width: 380px;
    height: auto;
    border: 1px solid #E5E5E5;
    float: left;
}

.pro-img img {
    width: 100%;
    height: 100%;
}

.pro-tex {
    margin-left: 415px;
}

.pro-tex div {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
    color: var(--styleColor);
}

.pro-tex ul li {
    color: #333333;
    line-height: 28px;
    font-size: 15px;
    margin-top: 12px;
}

.pro-tex ul li p {
    margin: 0;
    
    display: inline-block;

}

.pro-tex ul li span {
    float: left;
}

.pro-top {
    min-height: 350px;
    margin-bottom: 25px;
}

.prode-chag {
    border-bottom: 1px solid var(--styleColor);
    margin-bottom: 36px;
}

.prode-chag span {
    display: inline-block;
    padding: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #999999;
    margin-right: 45px;
    cursor: pointer;
}

.prode-chag .prode-act {
    color: var(--styleColor);
}

.prode-imp ul li {
    font-size: 16px;
    color: #999999;
    margin-bottom: 30px;
}

.prode-imp ul li span {
    color: black;
}

.prode-imp p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    padding: 0 10px;
}

/*生产品控*/
.sp_b>ul li {
    float: left;
    margin-bottom: 19px;
    margin-left: 21px;
    width: 334px;
}

.sp_b>ul li:nth-of-type(4n+1) {
    margin-left: 0;
}

.sp_b>ul li p {
    height: 255px;
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
    margin: 0;
    text-align: center;
    line-height: 255px;
}

.sp_b>ul li p img {
    max-width: 100%;
    max-height: 100%;
    transition: all .4s;
}

.sp_b>ul li:hover p img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.sp_b>ul li div {
    background-color: #EEEEEE;
    color: #333;
    padding: 20px 15px;
    font-size: 16px;
    border: 1px solid #E5E5E5;
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sp_b>ul li:hover div {
    background-color: var(--styleColor);
    color: white;
}

/*新闻页面*/
.news_b>ul li {
    border-bottom: 1px solid #E1E1E1;
    padding: 0 0 36px;
    margin-bottom: 42px;
}

.news_b>ul li:last-of-type {
    border: none;
}

.news-img {
    max-width: 235px;
    height: 115px;
    float: left;
    transition: all 0.4s;
    text-align: center;
}

.news-img img {
    max-width: 100%;
    max-height: 100%;
    text-align: center;

}

.news-tex {
    margin-left: 265px;
    padding-top: 16px;
}

.news-imp {
    width: 620px;
    display: inline-block;
}

.news-imp span {
    display: block;
    font-weight: bold;
    color: #6E6E6E;
    font-size: 16px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news-imp p {
    color: #999;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_bc li {
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}

.news-tt {
    float: right;
    margin-top: 15px;
    text-align: right;
}

.news-tt p {
    margin-bottom: 20px;
    font-size: 28px;
    color: #999;
}

.news-tt img {
    width: 44px;
    height: 11px;
}

.news_b>ul li:hover .news-imp span {
    color: var(--styleColor);
}

.news_b>ul li:hover .news-tt p {
    color: var(--styleColor);
}

.news_b>ul li:hover .news-img {
    box-shadow: 2px 2px 10px 1px #999;
}

/*新闻内页*/
.newsdes-text {
    width: 100%;
}

.newsde-til {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.newsde-til span {
    display: block;
    width: 57px;
    height: 3px;
    margin-top: 15px;
    background-color: var(--styleColor);
    margin-left: auto;
    margin-right: auto;
}

.news-tilbot {
    text-align: center;
    color: #999999;
    margin-bottom: 20px;
    font-size: 15px;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 18px;
}

.newsdes-text>.news-tilbot a {
    color: #B57C80;
}

.newsde-text {
    margin-bottom: 40px;
}

.newsde-text p {
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    margin-bottom: 20px;
    text-align: justify;
}

.newde-img {
    text-align: center;
}

.newde-img img {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.jumptil {
    margin-bottom: 30px;
}

.jumptil span {
    display: block;
    margin-bottom: 12px;
    font-size: 15.5px;
}

.jumptil span a {
    color: #666666;
}

.jumptil span a:hover {
    color: var(--styleColor);
}

.move-newsde {
    padding: 20px 25px;
    border: 1px solid #CCCCCC;
    margin-bottom: 25px;
}

.moven-til {
    border-left: 3px solid var(--styleColor);
    padding: 3px 8px;
    font-size: 20px;
    margin-bottom: 18px;
}

.moven-text {
    border-top: 1px solid #CCCCCC;
    padding-top: 25px;
    display: flex;
}

.moven-text ul {
    min-width: 500px;
    margin-right: 30px;
    color: var(--styleColor);
    line-height: 28px;
    list-style-type: disc;
    list-style-position: inside;
    width: 100%;
}

.moven-text ul li {
    width: 50%;
    float: left;
}

.moven-text ul li a {
    color: #666666;
    font-size: 15.5px;
}

/*联系我们页面*/
.cont_t {
    margin-top: 60px;
}

.cont_l {
    float: left;
    width: 370px;
}

.cont_l ul li {
    width: 370px;
    height: 246px;
    border: 1px dashed #D1D1D1;
    position: relative;
    text-align: center;
    border-radius: 30px;
    padding: 70px 40px 0;
    font-size: 16px;
    margin-bottom: 80px;
}

.cont_l ul li img {
    width: 90px;
    height: 90px;
    position: absolute;
    top: -45px;
    left: 140px;
}

.cont_l ul li div {
    margin-bottom: 10px;
    font-weight: bold;
}

.cont_l ul li p {
    color: #666;
    line-height: 34px;
}

.cont_r {
    width: 785px;
    float: right;
}

.cont_map {
    width: 785px;
    height: 900px;
    margin-bottom: 35px;
}


.cont_map img {
    width: 100%;
    height: 100%;
}

#map img {
    max-width: initial;
    height: auto;
    width: initial;
}

#map label {
    max-width: initial;
}

.cont_f {
    background-color: #F1F3F5;
    padding: 40px 35px;
    width: 1200px;
    max-width: 95%;
    margin: 40px auto 60px;
}

.cont-btil {
    font-size: 16px;
    color: #999;
    margin-bottom: 50px;
}

.cont-btil span {
    color: black;
    font-size: 24px;
    display: inline-block;
}

.cont_f form {
    font-size: 16px;
}

.cont_f form div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.cont_f form div input {
    height: 49px;
    width: 48%;
    border: 1px solid #E4E6E8;
    padding-left: 15px;
}

.cont_f form div input:last-of-type {
    margin-left: 20px;
}

.cont_f form textarea {
    height: 120px;
    width: 100%;
    border: 1px solid #E4E6E8;
    padding-left: 15px;
    padding-top: 15px;
    margin-bottom: 26px;
}

.cont_f form input[type=submit] {
    color: white;
    background-color: var(--styleColor);
    font-size: 18px;
    padding: 11px 42px;
    border: none;
}

.contents {
    line-height: 30px;
    height: auto;
    overflow: hidden;
}

.contents p {
    margin: 0px;
}

.contents img {
    max-width: 100%;
    height: auto !important;
}

/* .dropdown-menu {
    min-width: 120px;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 4px;
    text-align: center;

} */

/* .dropdown-menu>li>a {
    padding: 6px 15px;
    color: #fff;
} */

/* .dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: white;
    background-color: var(--styleColorr);
} */

.pro_ut a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 20px 15px 45px;
}

.pro_ut a:hover {
    color: #fff;
}

.my-map {
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.my-map .icon {
    background: url(https://a.amap.com/jsapi_demos/static/demo-center/icons/poi-marker-default.png) no-repeat center center;
    background-size: contain;
}

.my-map .icon-cir {
    height: 31px;
    width: 28px;
}

.my-map .icon-cir-red {
    /* background-position: -11px -5px; */
}

.amap-container {
    height: 100%;
}


.justify_fix {
    display: inline-block;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.pc {
    display: block;
}

.y_nav {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.top_bg {
    background: #313131;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.top_con {
    width: 1200px;
    margin: 0 auto;
    line-height: 36px;
    font-size: 12px;
    color: #878787;
}

.top_con .right a {
    color: #878787;
}

.top_con .right span {
    color: #30b536;
    margin: 0 25px;
}

.header_in {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 35px auto;
}

.header_in .logo {
    width: 230px;
    float: left;
}

.header_in .by {
    width: 605px;
    float: left;
    font-size: 23px;
    color: #333;
    font-weight: bold;
    border-left: 1px solid #30b536;
    text-indent: 25px;
    margin: 14px auto auto 25px;
}

.header_in .by p {
    font-size: 16px;
    color: #6b6b6b;
    margin: 10px 0 0;
    font-weight: normal;
}

.tel_in {
    margin-top: 17px;
}

.tel_in .right {
    font-size: 14px;
    color: #666666;
    text-align: left;
    margin-left: 10px;
}

.tel_in .right p {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.nav_bg {
    background: #fafaff;
    width: 100%;
    height: 50px;
    border-top: 1px solid #c7c7c7;
}

.nav_list {
    width: 1200px;
    height: 50px;
    text-align: justify;
    margin: 0 auto;
}

.nav_list li {
    display: inline-block;
    line-height: 50px;
    color: #333;
    font-size: 16px;
    position: relative;
}

.nav_list li a {
    color: #333;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 40px;
}

.nav_list li.active,
.nav_list li:hover {
    background: #30b536;
}

.nav_list li.active a,
.nav_list li:hover a {
    color: #ffff;
}

.nav_sub {
    display: none;
    position: absolute;
    top: 50px;
    z-index: 99;
    width: 100%;
}

.nav_list .nav_sub li {
    width: 100%;
    text-align: center;
}

.nav_list .nav_sub li a {
    padding: 0;
}

.nav_list li:hover .nav_sub {
    display: block;
    background: #fff;
}

.nav_list .nav_sub li a {
    color: #333;
}

.nav_list .nav_sub li:hover a {
    color: #fff;
}


.carousel-indicators {
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    background: rgba(0, 0, 0, .4);
    margin: 0 auto;
    line-height: 35px;
}

.carousel-indicators li {
    background: #fff;
    border-color: #fff;
}

.carousel-indicators .active {
    background: #30b536;
    border-color: #30b536;
}


.search_bg {
    background: #edf0f7;
    width: 100%;
    height: 64px;
}

.search_con {
    width: 1200px;
    line-height: 62px;
    margin: 0 auto;
}

.search_con a {
    color: #666;
    font-size: 14px;
}

.search_con .right {
    position: relative;
}

.search_input {
    width: 270px;
    height: 37px;
    border: 1px solid #dcdcdc;
    border-radius: 18px;
    text-indent: 2em;
    color: #9e9e9e;
    font-size: 14px;
}

.search_sub {
    width: 65px;
    height: 37px;
    background: url("../images/se_bg.png") no-repeat;
    position: absolute;
    right: 0;
    border: 0;
    top: 13px;
}

.yx {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 20px auto 50px;
}

.yx .left {
    width: 717px;
    background: #fff;
    height: auto;
    overflow: hidden;
    padding: 24px 28px;
}

.yx .left p {
    font-size: 23px;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #dfdfdf;
}

.video_in {
    width: 100%;
    height: 455px;
    margin: 25px auto 45px;
}

.yx .right {
    position: relative;
    width: 462px;
    height: auto;
    overflow: hidden;
    padding: 20px;
    background: #ffffff;
}

.yx .right .yx_tt {
    font-size: 24px;
    color: #30b536;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px solid #dfdfdf;
}

.yx .more {
    position: absolute;
    right: 0;
    top: 0;
}

.faq_list {
    margin-top: 22px;
}

.faq_item {
    padding: 18px 25px;
    border: 1px solid #f8f8f8;
    margin-bottom: 15px;
    transition: all 0.4s;
}

.faq_item p {
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    width: calc(100% - 30px);
    margin: 0;
}

.faq_item .p1 p {
    font-weight: bold;
}

.faq_item span {
    font-size: 13px;
    text-align: center;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 10px;
    color: #fff;
}

.faq_item .p1,
.faq_item .p2 {
    display: flex;
}

.faq_item .p1 span {
    background: #30b536;
    margin-bottom: 19px;
}

.faq_item .p2 span {
    background: #16304d;
}

.faq_item:hover {
    background: #30b536;
    box-shadow: 0 5px 5px #ccc;
    border: 1px solid #30b536;
}

.faq_item:hover .p1 span {
    background: #fdef2a;
    color: #30b536;
}

.faq_item:hover .p2 span {
    background: #fff;
    color: #30b536;
}

.faq_item:hover .p1 p {
    color: #fff;
}

.faq_item:hover .p2 p {
    color: #ececec;
}

.omjd {
    text-align: center;
    display: block;
    margin: 0 auto;
}

.tx_in {
    width: 100%;
    background: url("../images/tx_bg.png") no-repeat;
    background-size: cover;
    padding-top: 58px;
    height: auto;
    overflow: hidden;
    padding-bottom: 45px;
}

.cn {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.en {
    margin-top: 18px;
    font-size: 16px;
    font-family: 'Arial';
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.en::after {
    width: 85px;
    margin: 20px auto 40px;
    background: #fff;
    height: 2px;
    content: '';
    display: block;
}

.tx_con {
    width: 1200px;
    text-align: justify;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.tx_item {
    display: inline-block;
    width: 387px;
    background: #f5f5fa;
    vertical-align: text-top;
    height: 390px;
    overflow: hidden;
}

.tx_desc {
    padding: 30px 30px 25px;
}

.tx_desc p {
    font-size: 24px;
    text-align: center;
}

.tx_item img {
    transition: all 0.4s;
}

.tx_item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


.cp_in {
    padding-top: 50px;
    height: auto;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}

.cp_in .cn {
    color: #333;
}

.cp_in .en {
    color: #a4a4a4;
}

.cp_in .en::after {
    background: #30b536;
    margin-bottom: 14px;
}

.cp_in .left {
    width: 246px;
    height: 1086px;
    overflow: hidden;
}

.cp_in .left .lsp {
    background: url("../images/in_lpbg.png") no-repeat;
    color: #fff;
    font-size: 24px;
    padding: 30px 0 0;
    text-align: center;
    font-weight: bold;
    height: 102px;
}

.cp_in .left .lsp p {
    font-size: 16px;
    font-family: "Arial";
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: lighter;
}

.ls_menu_list {
    height: 810px;
    border: 3px solid #3aae3f;
    padding: 30px 14px;
}

.ls_menu_list .s1 {
    padding: 15px 0 0;
    background: url("../images/sjbg.png") 200px 20px no-repeat;
    font-weight: bold;
}

.ls_menu_list .s1_cate {
    color: #30b536;
    font-size: 18px;
}

.cp_in .left .dtel {
    background: url("../images/in_ldbg.png") no-repeat;
    height: 138px;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.cp_in .left .dtel p {
    font-size: 16px;
    font-weight: initial;
    padding-top: 42px;
}

.cp_in .right {
    width: 925px;
    margin-top: 50px;
    height: auto;
    overflow: hidden;
}

.prolist_in {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: justify;
    margin-top: 28px;
    transition: all 0.4s;
}

.prolist_in_item {
    width: 299px;
    height: auto;
    display: inline-block;
    margin-bottom: 15px;
}

.prolist_in_item .p_m {
    width: 100%;
    border: 1px solid #d5d5d5;
    height: 239px;
    vertical-align: middle;
    display: table-cell;
    overflow: hidden;
}

.prolist_in_item .p_m img {
    max-width: 100%;
    max-height: 100%;
    transition: all 0.4s;
}

.prolist_in_item p {
    font-size: 18px;
    color: #303030;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 15px;
}

.prolist_in_item:hover img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.top_cate {
    height: 56px;
    line-height: 55px;
    border-bottom: 1px solid #cecece;
}

.more2 {
    font-size: 16px;
    float: right;
    color: #141414;
}

.more2:hover {
    color: #3aae3f;
}

.cate1 {
    width: 176px;
    height: 100%;
    color: #5f5f5f;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    margin-right: 7px;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 10px 10px 0 0;
    margin-bottom: -1px;
}

.cate1:hover,
.cate1.active {
    background: #30b536;
    color: #fff;
}

.cpgg1 {
    width: 100%;
    text-align: center;
    margin: 65px auto 0;
}

.cpgg1 img {
    max-width: 100%;
}

.adv_bg {
    width: 100%;
    background: #fff;
    height: auto;
    overflow: hidden;
}

.adv_in {
    width: 1200px;
    overflow: hidden;
    height: auto;
    margin: 85px auto;
}

.adv_in .cn {
    color: #333;
}

.adv_in .en {
    color: #a4a4a4;
    margin-bottom: 40px;
}

.adv_in .en::after {
    background: #30b536;
    margin-bottom: 14px;
}

.adv_l {
    width: 283px;
}

.adv_l .item {
    background: url("../images/adv_bg.png") left no-repeat;
    height: 94px;
    overflow: hidden;
    margin-bottom: 18px;
}

.adv_l .item .left {
    margin-left: 30px;
    line-height: 92px;
}

.adv_l .item .right {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    font-size: 14px;
    color: #696969;
}

.adv_l .item .right p {
    font-size: 24px;
    color: #333;
    margin-bottom: 0px;
}

.adv_l .item:hover,
.adv_l .item.active {
    background: url("../images/act_bg.png") left no-repeat;
    cursor: pointer;
}

.adv_l .item:hover img,
.adv_l .item.active img {
    filter: grayscale(100%) brightness(200%);
}

.adv_l .item:hover .right,
.adv_l .item.active .right {
    color: #afffb2;
}

.adv_l .item:hover p,
.adv_l .item.active p {
    color: #fff;
}

.adv_r {
    width: 875px;
    height: auto;
    overflow: hidden;
    border-top: 4px solid #39b63e;
    background: #fafafc;
}

.adv_con {
    display: none;
}

.adv_con .left {
    width: 128px;
    height: 245px;
    font-size: 110px;
    text-align: center;
    background: #39b63e;
    margin-left: 40px;
    color: #fff;
    border-radius: 0 0 20px 20px;
    line-height: 200px;
}

.adv_con .left::after {
    content: '';
    background: #fff;
    height: 1px;
    display: block;
    width: 78px;
    margin: -15px auto 0;
}

.adv_con .right {
    width: 590px;
    margin-top: 60px;
    margin-right: 60px;
    font-size: 16px;
    color: #575757;
    line-height: 27px;
}

.adv_con .right .adv_t {
    font-size: 32px;
    color: #333;
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 40px;
}

.adv_con .bot {
    background: #fff;
    padding-top: 12px;
}

.adv_con .bot img {
    max-width: 100%;
    height: auto !important;
}

.adv_con .top {
    padding-bottom: 38px;
    height: auto;
    overflow: hidden;
}

.about_bg {
    background: url("../images/about_in_-bg.png") no-repeat;
    padding-top: 75px;
    height: auto;
    overflow: hidden;
    background-size: cover;
}

.about_bg .cn {
    color: #333;
}

.about_bg .cn span {
    color: #30b536;
}

.about_bg .en {
    color: #a4a4a4;
    margin-bottom: 20px;
}

.about_bg .en::after {
    background: #30b536;
    margin-bottom: 40px;
}

.about_in {
    margin: 0 auto 100px;
    width: 1200px;
    background: #ffffff;
    box-shadow: 0 3px 10px #ccc;
}

.about_in img {
    max-width: 100%;
}

.about_in_desc {
    padding: 40px 30px;
    font-size: 16px;
    color: #333;
    line-height: 32px;
}

.zs_in {
    padding: 0 30px 44px 30px;
    width: 100%;
    border-bottom: 8px solid #30b536;
    height: auto;
    overflow: hidden;
}

.zs_in .left {
    width: 210px;
    height: 225px;
    background: url("../images/zs_lbg.png") center repeat-y;
}

.zs_in .left .item {
    color: #fff;
    width: 210px;
    height: 88px;
    text-align: center;
    margin-top: 15px;
    font-size: 20px;
    padding-top: 20px;
}

.zs_in .left .item p {
    font-size: 12px;
    color: #ffffff;
    margin: 5px 0 0 0;
    text-transform: uppercase;
}

.zs_in .left .item:hover,
.zs_in .left .item.active {
    background: url("../images/act_bg.png") no-repeat;
    cursor: pointer;
}

.zs_r {
    width: 878px;
}

.zs_list {
    margin-top: 5px;
}

.zs_list .swiper-slide {
    border: 6px solid #dddcdc;
    height: 215px;
    overflow: hidden;
    line-height: 200px;
}

.zs_list img {
    width: 100%;
}


.fc_in {
    background: #fff;
    height: auto;
    overflow: hidden;
    width: 100%;
    padding-top: 65px;
    padding-bottom: 75px;
}

.fc_in .cn {
    color: #333;
}

.fc_in .cn span {
    color: #30b536;
}

.fc_in .en {
    color: #a4a4a4;
    margin-bottom: 20px;
}

.fc_in .en::after {
    background: #30b536;
    margin-bottom: 40px;
}

.fc_cn {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.fc_top {
    text-align: center;
}

.fc_top .item {
    width: 268px;
    height: 47px;
    margin: 0 21px;
    display: inline-block;
    border: 1px solid #30b536;
    border-radius: 5px;
    font-size: 17px;
    color: #333;
    line-height: 45px;
    text-indent: 40px;
    text-align: left;
}

.fc_top .item img {
    margin-top: 12px;
    float: right;
    margin-right: 40px;
}

.fc_top .item.active,
.fc_top .item:hover {
    background: #30b536;
    cursor: pointer;
    color: #fff;
}

.fc_top .item.active img,
.fc_top .item:hover img {
    filter: grayscale(100%) brightness(200%);
}

.fc_list {
    margin-top: 39px;
}

.fc_list .swiper-slide {
    width: 384px;
}

.fc_list .swiper-slide .f_m {
    width: 100%;
    height: 263px;
    overflow: hidden;
}

.fc_list .swiper-slide img {
    width: 100%;
}

.fc_list .f_tt {
    font-size: 18px;
    color: #333;
    line-height: 65px;
    background: #ececec;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 10px;
}

.hz_bg {
    padding: 50px 0 30px 0;
}

.hz_bg .cn {
    color: #333;
}

.hz_bg .cn span {
    color: #30b536;
}

.hz_bg .en {
    color: #a4a4a4;
    margin-bottom: 20px;
}

.hz_bg .en::after {
    background: #30b536;
    margin-bottom: 40px;
}

.hz_in {
    width: 1200px;
    padding: 35px 30px;
    text-align: center;
    background: #fff;
    margin: 0 auto;
}

.hz_in .f_tt {
    font-size: 18px;
    color: #333;
    margin-top: 10px;
}

.hz_in .f_m {
    border: 1px solid #e6e6e6;
    transition: all 0.4s;
}

.hz_in .swiper-slide:hover .f_m {
    box-shadow: 0px 5px 15px #e6e6e6;
}




.news_in_bg {
    padding: 50px 0 30px 0;
}

.news_in_bg .cn {
    color: #333;
}

.news_in_bg .cn span {
    color: #30b536;
}

.news_in_bg .en {
    color: #a4a4a4;
    margin-bottom: 20px;
}

.news_in_bg .en::after {
    background: #30b536;
    margin-bottom: 40px;
}

.news_in_bg {
    background: #fff;
    padding: 55px 0 60px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.news_in {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.news_top {
    text-align: center;
}

.news_top .item {
    width: 300px;
    margin: 0 3px 55px;
    text-align: center;
    background: #f0f0f5;
    display: inline-block;
    font-size: 18px;
    line-height: 55px;
    cursor: pointer;
}

.news_top .item:hover,
.news_top .item.active {
    background: #30b536;
    color: #fff;
}

.news_in_list .n_l {
    width: 595px;
}

.n_m {
    width: 100%;
    padding: 15px;
    border: 1px solid #d6d6d6;
}

.n_m img {
    width: 100%;
}

.n_tt {
    font-size: 18px;
    margin-top: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
}

.n_desc {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 20px;
}

.n_r {
    width: 546px;
    height: auto;
    overflow: hidden;
}

.xq {
    color: #30b536;
}

.n_item {
    padding: 23px 0;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #d6d6d6;
}

.n_item .left {
    border: 1px solid #d6d6d6;
    width: 81px;
    height: 72px;
    text-align: center;
    font-size: 14px;
    color: #d5d5d5;
}

.n_item .left p {
    font-size: 37px;
    margin-bottom: 0;
    line-height: 45px;
}

.n_r .n_item:first-child {
    padding-top: 0;
}

.n_item .right {
    width: 445px;
    height: auto;
}

.n_item .right .nr_tt {
    font-size: 18px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 8px;
}

.n_item .right .nr_desc {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.n_item:hover .nr_tt {
    color: #30b536;
}


.ft_bg {
    background: #333;
    height: auto;
    overflow: hidden;
    width: 100%;
}

.ft_top {
    text-align: justify;
    width: 1200px;
    margin: 45px auto 0;
    border-bottom: 1px solid #4c4c4c;
}

.ft_top a {
    display: inline-block;
    color: #adadad;
    font-size: 16px;
}

.ft_con {
    padding-top: 50px;
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.ft_con .left {}

.dc_con {
    font-size: 15px;
    line-height: 35px;
    color: #adadad;
}

.dc_tt {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    vertical-align: text-bottom;
    margin-bottom: 25px;
}

.dc_tt img {
    margin-right: 15px;
}

.qt_item {
    margin-left: 23px;
    float: left;
    color: #adadad;
    font-size: 13px;
    text-align: center;
}

.qt_item img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

.ft_bot {
    width: 1200px;
    margin: 20px auto 45px;
    font-size: 14px;
    color: #adadad;
    text-align: justify;
    height: auto;
    overflow: hidden;
    padding-top: 28px;
    border-top: 1px solid #4c4c4c;
}

.ft_bot a {
    color: #adadad;
}

.ft_bot p {
    display: inline-block;
    float: right;
}

.yk {
    padding: 20px 32px;
    width: 1200px;
    margin: 0 auto 23px;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    background: #30b536;
}

.yk a {
    color: #fff;
}


/**前台分页样式**/
.Pagination {
    padding: 15px 0;
    text-align: rightright;
    height: 30px;
    line-height: 30px;
}

.Pagination a {
    margin-left: 2px;
    padding: 5px 10px 5px;
}

.Pagination .dot {
    border: medium none;
    padding: 4px 8px
}

.Pagination a:link,
.Pagination a:visited {
    border: 1px solid #dedede;
    color: #696969;
    text-decoration: none;
}

.Pagination a:hover,
.Pagination a:active,
.Pagination a.current:link,
.Pagination a.current:visited {
    border: 1px solid #30b536;
    color: #fff;
    background-color: #30b536;
    background-image: none;
    border: #5a98de solid 1px;
}

.Pagination .selectBar {
    border: #dedede solid 1px;
    font-size: 12px;
    width: 95px;
    height: 21px;
    line-height: 21px;
    margin-left: 10px;
    display: inline
}

.Pagination a.tips {
    _padding: 4px 7px 1px;
}



.s2_cate {
    font-size: 16px;
    color: #6a6a6a;
    font-weight: normal;
    line-height: 38px;
}

.s1_cate::after {
    border-bottom: 1px dashed #dadada;
    content: '';
    width: 100%;
    display: block;
    padding-top: 10px;
}


.pro_ut a {
    color: #009a42;
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 20px 15px 45px;
}

.pro_ut:hover {
    background: #009a42;
    color: #fff;
}

.pro_ut:hover a {
    color: #fff;
}

.pro_ut.act {
    background: #009a42;
    color: #fff;
}

.pro_ut.act a {
    color: #fff;
}







/*手机端*/
@media only screen and (max-width: 768px) {

    .thebox {
        width: 100%;
    }

    .oth_tm {
        margin-top: 2.2rem;
    }

    /* .navbar {
        position: relative;
        min-height: 58px;
        margin-bottom: 0;
    }

    .navbar-brand>img {
        height: 40px;
    }

    .navbar-brand {
        padding: 6px;
    }

    .navbar-default {
        background-color: rgba(0, 0, 0, .2);
        position: relative;
    }

    .navbar-default .navbar-toggle {
        border-color: white;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: white;
    }

    .navbar-toggle {
        margin-top: 12px;
    }

    .navbar-header {
        height: 58px;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
        padding: 12px 10px 10px;
    }

    .navbar-nav>li {
        margin-left: 0;
        text-align: center;
    }

    .nav>.nav_ss {
        display: none;
    }

    .nav>.nav_lg {
        display: none;
    } */

    .carousel-inner {
        min-width: 100%;
    }

    .carousel-control img {
        width: 50px;
    }

    .carousel-indicators li {
        width: 8px;
        height: 8px;
        margin: 1px 2px;
    }

    .carousel-indicators .active {
        width: 8px;
        height: 8px;
        margin: 1px 2px;
    }

    .carousel-indicators {
        bottom: -8px;
    }

    .inabo {
        min-width: 100%;
        margin-top: 24px;
    }

    .intil {
        padding-bottom: 20px;
    }

    .inabo_l {
        float: none;
        width: 100%;
        background-image: url(../images/inadv_bj.jpg);
        padding: 25px 15px;
        height: auto;
        background-size: cover;
    }

    .intil img {
        position: relative;
        top: -2px;
        left: 0;
        margin-right: 7px;
    }

    .intil h4 {
        font-size: .36rem;
        margin-bottom: 4px;
        display: inline-block;
    }

    .intil div {
        font-size: 1.2rem;
    }

    .inabo_p p {
        font-size: 14px;
        line-height: 24px;
    }

    .inabo_p a {
        margin-bottom: 25px;
        padding-right: 0;
        margin-top: 10px;
    }

    .inabo_r {
        float: none;
        width: 100%;
        height: auto;
    }

    .inpro {
        position: relative;
        padding: 25px 0;
    }

    .bbb {
        display: none;
    }

    .inpro .intil {
        padding: 0 15px 20px;
        margin: 0;
    }

    .inpro_c {
        position: relative;
        top: 0;
        margin-bottom: 15px;
    }

    .inpro_c ul li {
        font-size: 14px;
        padding: 6px 15px;
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .inpro_t {
        padding: 0 15px;
    }

    .inpro_bb {
        width: 100%;
        height: auto;
        float: none;
        margin-bottom: 10px;
        padding-bottom: 20px;
    }

    .inpro_bb p {
        padding: 15px;
        height: 260px;
    }

    .inpro_bb h4 {
        font-size: 1.6rem;
        margin: 0 0 10px;
    }

    .inpro_bb div {
        margin-bottom: 15px;
        font-size: 14px;
    }

    .inpro_bb a>img {
        width: 30px;
    }

    .inpro_t>ul {
        float: none;
        width: 100%;
    }

    .inpro_t>ul li {
        float: left;
        width: 49%;
        height: auto;
        margin-left: 0;
        margin-bottom: 8px;
    }

    .inpro_t>ul li:nth-of-type(2n) {
        margin-left: 2%;
    }

    .inpro_t>ul li p {
        padding: 12px;
        height: 140px;
    }

    .inpro_t>ul li h4 {
        font-size: 16px;
        margin: 0 0 6px;
        padding: 0 10px;
    }

    .inpro_t>ul li div {
        margin-bottom: 20px;
        padding: 0 14px;
        font-size: 1.2rem;
    }

    .inpro_mv {
        margin-top: 18px;
        padding: 0 15px;
    }

    .inpro_mv img {
        width: 140px;
    }

    .inadv {
        height: auto;
        background: url(../images/inab_bj.jpg) no-repeat center center;
        padding: 24px 15px;
        background-size: cover;
    }

    .inadv_til {
        width: auto;
        float: none;
    }

    .inadv_til p {
        font-size: .36rem;
    }

    .inadv_til div {
        font-size: 1.2rem;
        line-height: 24px;
    }

    .inadv_n ul li {
        font-size: 14px;
        margin: 0 5px;
        color: white;
    }

    .inadv_n ul li h3 {
        font-size: 2.4rem;
        margin: 0 0 8px;
        color: white;
    }

    .inadv_n {
        float: none;
        margin-top: 20px;
    }

    .inadv_b {
        margin-top: 25px;
        padding: 15px;
    }

    .inadv_b ul li:not(:last-child) {
        margin-right: 0;
    }

    .inadv_b ul li {
        float: left;
        width: 45%;
        margin-bottom: 16px;
    }

    .inadv_b ul li:nth-of-type(2n) {
        margin-left: 4%;
    }

    .inadv_b ul li img {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }

    .inadv_b ul li h4 {
        margin: 0 0 5px;
        font-size: 14px;
    }

    .inadv_b ul li div {
        font-size: 1.2rem;
    }

    .inadv_b ul li span {
        margin: 0 0 7px;
        width: 50px;
    }

    .innews {
        padding: 25px 15px;
    }

    .innews_sw .swiper-slide {
        padding-left: 0;
    }

    .innews_l article {
        font-size: 14px;
        width: 310px;
    }

    .innews_l p {
        margin: 0;
    }

    .innews_l {
        padding-bottom: 7px;
        margin-top: 50px;
        margin-bottom: 10px;
    }

    .innews_r {
        float: none;
    }

    .innews_d {
        width: 20%;
        height: 140px;
        font-size: 1.2rem;
        padding-top: 42px;
    }

    .innews_a {
        width: 80%;
        height: 140px;
        padding: 15px;
        padding-left: 35px;
    }

    .innews_a div {
        position: relative;
        font-size: 1.6rem;
        margin-bottom: 5px;
    }

    .innews_a span {
        margin-bottom: 15px;
    }

    .innews_a article {
        font-size: 1.2rem;
        margin-bottom: 0;
        line-height: 20px;
        max-height: 60px;
    }

    .innews_d h3 {
        font-size: 3rem;
    }

    .innews_l span {
        display: none;
    }

    .innews_np {
        right: 15px;
        width: 220px;
    }

    .innews_np .swiper-button-next,
    .innews_np .swiper-button-prev {
        width: 100px;
        height: 42px;
    }

    .foot_bot {
        display: none;
    }

    /* 
    footer {
        padding: 24px 15px;
        min-width: 100%;
        background-size: cover;
    } */

    .foot_e {
        float: none;
        border-right: none;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .foot_e div {
        font-size: .36rem;
        margin-bottom: 8px;
    }

    .foot_e ul li p {
        padding: 10px;
        width: 100px;
        height: 100px;
        background-size: cover;
        margin: 0;
    }

    .foot_e ul li {
        margin-right: 24px;
        font-size: 1.2rem;
    }

    .foot_u {
        display: none;
    }

    .foot_b {
        float: none;
        border-left: none;
        padding-left: 0;
        min-height: auto;
        font-size: 14px;
    }

    .foot_b div a {
        display: block;
        float: none;
        padding: 8px 27px;
        margin-top: 10px;
        font-size: 14px;
        text-align: center;
    }

    .foot_b div img {
        width: 29px;
    }

    .foot_b div big {
        font-size: .36rem;
    }

    .foot_b ul li {
        margin: 8px 0 0;
        font-size: 1.2rem;
        line-height: 22px;
    }

    .carousel-control {
        width: 16%;
    }


    /*关于页面*/
    .lujing img {
        width: 18px;
        margin-right: 7px;
        margin-bottom: 5px;
    }

    .lujing {
        background-color: #F3F3F3;
        padding: 11px 15px 8px;
        font-size: 14px;
        line-height: 20px;
    }

    .oth_b {
        padding: 30px 15px;
    }

    .oth_chg ul li {
        margin: 0 2px;
    }

    .oth_chg ul li a {
        padding: 8px 31px;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .oth_chg {
        margin-bottom: 22px;
    }

    .abo_til {
        font-size: .44rem;
        margin-bottom: 18px;
    }

    .abo_til span {
        width: 85px;
        margin: 10px auto 0;
    }

    .abo_t p {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 25px;
    }

    .abo_v {
        height: 280px;
    }

    /*产品页面*/
    .pro_l {

        width: 100%; 
        border-radius: 0;
        position: fixed;
        left: 100%;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1001;
        background-color: rgba(0, 0, 0, .5);
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .option .option_tel {
        display: none;
    }
   
    .pro_lt {
        height: 54px;
        width: 100%;
        padding-left: 20px;
        font-size: 18px;
        padding-top: 13px;
    }

    .pro_f {
        padding: 5px 0;
    }

    .pro_f ul li a {
        padding: 5px 30px;
        padding-right: 15px;
        font-size: 14px;
    }

    .pro_ut {
        font-size: 16px;
        padding: 12px 15px;
        padding-left: 25px;
    }

    .pro_ub {
        padding: 6px 15px;
    }

    .pro_ub>span {
        padding: 6px 0;
        font-size: 14px;
    }

    .pro_ub ul li a {
        padding: 5px 0;
        font-size: 1.2rem;
    }

    .pro_r {
        width: 100%;
        float: none;
    }

    .pro_r>ul li p {
        padding: 10px;
        height: 125px;
        margin-bottom: 10px;
    }

    .pro_r>ul li h4 {
        font-size: 14px;
        margin: 0 0 6px;
    }

    .pro_r>ul li div {
        font-size: 1.2rem;
    }

    .pro_r>ul li {
        width: 49%;
        height: 195px;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .pro_r>ul li:nth-of-type(3n+1) {
        margin-left: 0;
    }

    .pro_r>ul li:nth-of-type(2n) {
        margin-left: 2%;
    }

    .fenye {
        margin-top: 18px;
        font-size: 14px;
    }

    .fenye ul {
        margin-left: 0;
        margin-top: 10px;
    }

    .fenye ul li a {
        padding: 1px 6px;
    }

    /*产品详情*/
    .pro-img {
        max-width: 380px;
        height: auto;
        float: none;
        margin: 0 auto 20px;
        width: 100%;
    }

    .pro-tex {
        margin-left: inherit;
    }

    .pro-tex div {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .pro-tex ul li {
        line-height: 25px;
        font-size: 14px;
        margin-top: 0;
    }

    .pro-tex ul li span {
        float: none;
    }

    .pro-tex ul li p {
        width: 80%;
    }

    .prode-chag span {
        padding: 4px;
        font-size: 16px;
        margin-right: 26px;
    }

    .prode-imp ul li {
        font-size: 14px;
        margin-bottom: 9px;
        line-height: 24px;
    }

    .on .pro_lebtn img {
        transform: rotateZ(180deg);
    }

    .prode-imp p {
        font-size: 14px;
        line-height: 24px;
        text-align: justify;
        padding: 0;
    }

    .pro-top {
        min-height: initial;
        margin-bottom: 20px;
    }

    .prode-chag {
        margin-bottom: 20px;
    }

    /*生产品控*/
    .sp_b>ul li {
        float: none;
        margin-bottom: 15px;
        margin-left: 0;
        width: 100%;
    }

    .sp_b>ul li p {
        height: auto;
        line-height: unset;
        margin-bottom: 0px;
    }

    .sp_b>ul li div {
        padding: 12px;
        font-size: 14px;
    }

    /*新闻页面*/
    .news_b {
        padding: 0 15px;
    }

    .news-img {
        width: 100%;
        float: none;
        height: auto;
    }

    .news-tex {
        margin-left: 0px;
        padding-top: 5px;
        width: 100%;
    }

    .news-imp {
        width: auto;
        display: block;
    }

    .news-tt {
        margin-top: 12px;
        text-align: right;
        float: none;
    }

    .news-tt img {
        float: none;
        width: 36px;
        margin-top: 0;
    }

    .news-tt p {
        font-size: .36rem;
        margin-bottom: 5px;
    }

    .news-imp span {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .news-imp p {
        line-height: 21px;
        font-size: 14px;
    }

    .news_b>ul li {
        padding: 0 0 15px;
        margin-bottom: 25px;
    }

    /*新闻*/
    .newsde-til {
        font-size: .36rem;
        margin-bottom: 5px;
    }

    .news-tilbot {
        margin-bottom: 15px;
        font-size: 14px;
        padding-bottom: 12px;
    }

    .thebottom-jump {
        padding: 0 3%;
    }

    .thebottom-jump>div {
        margin-top: 35px;
        padding-bottom: 15px;
    }

    .thebottom-jump>div>a>div {
        font-size: 1.45rem;
    }

    .newsde-text {
        margin-bottom: 30px;
    }

    .newsde-text p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 15px;
    }

    .jumptil {
        margin-bottom: 25px;
    }

    .jumptil span {
        margin-bottom: 6px;
        font-size: 14px;
        padding-left: 3%;
    }

    .move-newsde {
        margin-bottom: 0;
        padding: 18px 15px;
    }

    .moven-til {
        padding: 3px 8px;
        font-size: .36rem;
        margin-bottom: 12px;
    }

    .moven-text ul li {
        width: auto;
        float: none;
    }

    .moven-text ul {
        min-width: 100%;
        margin-right: 0;
        line-height: 28px;
        width: 100%;
        font-size: 16px;
    }

    .moven-text {
        padding-top: 14px;
    }

    .moven-text ul li a {
        font-size: 14px;
    }

    /*联系我们页面*/
    .cont_t {
        margin-top: 76px;
    }

    .cont_l ul li {
        width: 100%;
        height: auto;
        border-radius: 20px;
        padding: 58px 20px 10px;
        font-size: 14px;
        margin-bottom: 30px;
    }

    .cont_l ul li img {
        width: 68px;
        height: 68px;
        top: -20px;
        left: calc(50% - 34px);
    }

    .cont_l ul li div {
        margin-bottom: 0;
    }

    .cont_l ul li p {
        line-height: 26px;
    }

    .cont_l {
        float: none;
        width: 100%;
    }

    .cont_r {
        width: 100%;
        float: none;
    }

    .cont_map {
        width: 100%;
        height: 320px;
        margin-bottom: 20px;
    }

    .cont_f {
        padding: 15px;
    }

    .cont-btil {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .cont-btil span {
        font-size: .36rem;
    }

    .cont_f form {
        font-size: 14px;
        width: 100%;
    }

    .cont_f form div {
        display: block;
        margin-bottom: 0;
    }

    .cont_f form div input:last-of-type {
        margin-left: initial;
    }

    .cont_f form div input {
        height: 43px;
        width: 100%;
        padding-left: 12px;
        margin-bottom: 12px;
    }

    .cont_f form textarea {
        height: 120px;
        width: 100%;
        padding-left: 12px;
        padding-top: 12px;
        margin-bottom: 18px;
    }

    .cont_f form input[type=submit] {
        font-size: 16px;
        padding: 9px 40px;
    }

    .inabo_r iframe {
        height: 240px;
    }

    .navbar-nav .open .dropdown-menu {
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px;
    }


    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .inadv {
        background-position-x: 0px !important;
    }

    .pro_ut a {
        padding: 0;
    }


    .y_nav {
        display: block
    }

    .pc {
        display: none;
    }



    .top_con,
    .yx,
    .tx_con,
    .cp_in,
    .adv_in {
        width: 95%;
    }

    .top_con .left,
    .cp_in .left {
        display: none;
    }

    .header_in,
    .search_bg {
        display: none;
    }

    /* .navbar-default {
        background: #fff;
    }

    .navbar-default .navbar-toggle {
        border-color: #666;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background: #666;
    }

    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover {
        color: #333;
    }

    .navbar-default .navbar-nav>li>a {
        color: #333;
    } */

    .yx .left {
        width: 100%;
        padding: 2%;
    }

    .yx .left p {
        font-size: 18px;
    }

    .video_in {
        height: 240px;
        margin: 15px auto;
    }

    .yx .right {
        width: 100%;
    }

    .yx .right .yx_tt {
        font-size: 18px;
    }

    .faq_item {
        padding: 10px 10px;
    }

    .faq_item .p1 span {
        margin-bottom: 10px;
    }

    .tx_in {
        width: 100%;
        padding: 25px 0 20px;
    }

    .cn {
        font-size: 18px;
    }

    .en {
        font-size: 12px;
        margin-top: 10px;
    }

    .en::after {
        margin: 10px auto 20px;
    }

    .tx_item {
        width: 100%;
        display: block;
        height: auto;
        margin-bottom: 15px;
    }

    .tx_item img {
        width: 100%;
        height: auto;
    }

    .tx_desc {
        padding: 15px;
        font-size: 14px;
    }

    .tx_desc p {
        font-size: 16px;
    }

    .cp_in .right {
        width: 100%;
        margin-top: 20px;
    }

    .cate1 {
        font-size: 14px;
        width: 100px;
    }

    .top_cate {
        height: 35px;
        line-height: 35px;
    }

    .prolist_in_item {
        width: 47.5%;
        vertical-align: text-top;
    }

    .prolist_in_item .p_m {
        height: auto;
    }

    .prolist_in_item p {
        margin-top: 5px;
        font-size: 14px;
    }

    .prolist_in_item:nth-child(9) {
        display: none;
    }

    .cpgg1 {
        margin-top: 0;
    }

    .cpgg1 img {
        width: 150%;
        margin-left: -25%;
        max-width: initial;
    }

    .adv_in {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .adv_l {
        width: 100%;
    }

    .adv_l .item {
        width: 47.5%;
        float: left;
        height: 55px;
    }

    .adv_l .item:nth-child(odd) {
        margin-right: 2.5%;
    }

    .adv_l .item .left {
        margin-left: 5px;
    }

    .adv_l .item .left {
        line-height: 55px;
    }

    .adv_l .item .right p {
        font-size: 16px;
    }

    .adv_l .item .right {
        font-size: 10px;
    }

    .adv_l .item .left img {
        width: 25px;
        display: none;
    }

    .adv_l .item .right {
        margin-top: 5px;
        margin-left: 5px;
    }

    .about_bg {
        padding: 25px 2.5%;
    }

    .about_in {
        width: 100%;
        margin-bottom: 15px;
    }

    .about_in_desc {
        font-size: 14px;
        padding: 15px;
    }

    .zs_in {
        width: 100%;
        padding: 15px 2.5%;
        margin: 0 auto 15px auto;
    }

    .zs_in .left .item p {
        display: none;
    }

    .zs_in .left {
        width: 100%;
        background: none;
        height: auto;
        margin-bottom: 15px;
    }

    .zs_in .left .item {
        font-size: 16px;
        line-height: 28px;
        text-align: center;
        color: #333;
        width: 40%;
        height: auto;
        float: left;
        padding: 0 15px;
    }

    .zs_in .left .item:hover,
    .zs_in .left .item.active {
        color: #fff;
    }

    .zs_r {
        width: 100%;
    }

    .zs_list .swiper-slide {
        width: 100%;
        height: auto;
        line-height: inherit;
    }

    .fc_in {
        padding: 25px 0;
    }

    .fc_cn {
        width: 95%;
        margin-top: -10px;
    }

    .fc_top .item {
        width: 40%;
        text-indent: 0;
        margin: 0 2.5%;
        text-align: center;
        font-size: 16px;
        line-height: 33px;
        height: auto;
    }

    .fc_top .item img {
        display: none;
    }

    .fc_list .f_tt {
        line-height: 45px;
        font-size: 16px;
    }

    .hz_bg {
        padding: 15px 0;
        background: #fff;
    }

    .hz_in {
        width: 95%;
        padding: 0;
    }

    .hz_in .f_m {
        width: 100%;
    }

    .hz_in .f_m img {
        width: 100%;
    }

    .hz_in .f_tt {
        margin-top: 5px;
        font-size: 14px;
    }

    .news_in_bg {
        padding: 25px 0;
    }

    .news_in {
        width: 95%;
    }

    .news_top {}

    .news_top .item {
        width: 40%;
        margin: 0 2.5% 15px;
        font-size: 16px;
        line-height: 36px;
        height: auto;
    }

    .news_in_list .n_l {
        width: 100%;
        margin-bottom: 15px;
    }

    .n_item .left {
        display: none;
    }

    .n_r {
        width: 100%;
    }

    .n_item .right {
        width: 100%;
    }

    .n_tt {
        margin-top: 10px;
        font-size: 16px;
    }

    .n_desc {
        margin-top: 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .n_item {
        padding: 10px 0;
    }

    .ft_top {
        display: none;
    }

    .ft_con,
    .ft_bot {
        width: 95%;
    }

    .ft_con .left {
        width: 100%;
    }

    .ft_con .right {
        width: 100%;
        margin-top: 15px;
    }

    .ft_bot {
        font-size: 14px;
        text-align: center;
        padding: 15px 0;
        margin: 0 auto;
    }

    .ft_bot p {
        display: block;
        text-align: center;
        width: 100%;
    }

    .yk {
        width: 95%;
    }

    #izl_rmenu {
        zoom: 0.75;
    }

    .adv_r {
        width: 100%;
    }

    .adv_con .left {
        display: none;
    }

    .adv_con .right {
        width: 95%;
        margin: 15px auto;
        font-size: 14px;
    }

    .adv_con .right .adv_t {
        font-size: 18px;
        line-height: 30px;
    }

    .adv_con .top {
        padding: 0;
    }

}
