
* {
    font-family: "微软雅黑";
}

/*html {*/
/*    -ms-text-size-adjust: 100%;*/
/*    -webkit-text-size-adjust: 100%;*/
/*    line-height: 1.15;*/
/*    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
/*}*/

body {
    margin: 0;
    font-family: "微软雅黑","Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    line-height: 1.42857143;
    font-size: 14px;
    /*max-width: 1920px;*/
    /*width: 1920px;*/
    background: #fff;
    color: #333;
    /*margin: 0 auto;*/
}
/*@media screen and (max-width: 768px) {*/
/*    body {*/
/*        max-width: 1920px;*/
/*        margin: 0 auto;*/
/*    }*/
/*}*/

.row {
    display: flex;
    margin-left: 0;
    margin-right: 0;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    padding: 0;
}

@media (min-width: 1380px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1300px;
    }
}

@media (min-width: 1480px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1400px;
        padding: 0;
    }
}

.header.on {
    background-color: #ffffff;
}

.header.on .logo .off {
    display: none;
}

.header.on .logo .on {
    display: inline-block;
    position: static;
    left: 160px;
    top: 24.97px;
    width: 180px;
    height: 50.06px;
    opacity: 1;

    z-index: 0;
}

.header.on .header-right a {
    color: #000;
}

.header.on .header-right a:hover {
    color: #8ec31f;
}

.header.on .child-box {
    opacity: 1;
}

.header.change {
      background-color: #ffffff; 
    padding-bottom: 10px;
}

.header.change .logo .off {
    display: none;
        width: 120px;

}

.header.change .logo .on {
    display: inline-block;
   /* width: 120px; */
}


.header.change .header-right a {
    color: #000;
}

.header.change .header-right a:hover {
    color: #8ec31f;
}

.header.change .nav-top {
    height: 0;
    padding: 0;
    overflow: hidden;
}

.header.change .child-box {
    opacity: 1;
    top: 70px;
}

.header {
    background-color: rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 15px 12% 0;
}

.header .logo .on {
    display: none;
        width: 120px;
}

.header .logo .off {
    /*display: inline-block;*/
    width: 120px;
}

.header .header-right a {
    color: #fff;
}

.header .header-right a:hover {
    color: #8ec31f;
}

.header .nav-top {
    padding-bottom: 10px;
}

.header .nav-top .row {
    justify-content: flex-end;
}

.header .nav-top li {
    /*padding: 0 20px;*/
    margin-left: 20px;
    margin-right: 20px;
}

.header .nav-top li:last-child {
    padding-right: 0;
    position: relative;
}

.header .nav-top li:last-child::after {
    /*content: '';*/
    /*display: block;*/
    /*width: 1px;*/
    /*height: 14px;*/
    /*position: absolute;*/
    /*transform: translateY(-50%);*/
    /*top: 50%;*/
    /*left: 0;*/
    /*background-color: #fff;*/
}

.header .nav-top a {
    display: block;
    font-size: 14px;
    line-height: 1em;
}

.header .nav-bot .li-box {
    padding-bottom: 18px;
	padding-top: 18px;
}

.header .nav-bot .li-box > a {
    padding: 0 20px;
    font-size: 16px;
    /*display: inline-block;*/
    line-height: 20px;
    width: 120px;
}

.header .child-box {
    display: none;
    position: absolute;
    width: 100%;
    transform: translateX(-50%);
    left: 50%;
    /*top: 90px;*/
    top: 74px;
    background-color: #fafafa;
    transition: all 0.2s;
    opacity: 0;
}

.header .child-box .row {
    padding: 25px 40px;
}

.header .li-box:hover .child-box {
    display: block;
    opacity: 1;
}

.header .child-left {
    width: 50%;
    padding-right: 9%;
    border-right: 0.5px solid #eee;
}

.header .child-left h2 {
    margin: 30px 0 10px;
    font-size: 30px;
    color: #8ec31f;
}

.header .child-left p {
    font-size: 14px;
    color: #999;
    line-height: 2em;
}

.header .child-left .child-nav {
    padding: 5px 10px;
}

.header .child-left dd {
    width: 50%;
}

.header .child-left a {
    margin-top: 10px;
    display: inline-block;
    padding-left: 20px;
    background-image: url(../image/c_nav.png);
    background-repeat: no-repeat;
    background-position: left center;
    color: #000;
}

.header .child-right {
    width: 50%;
    padding: 0 75px;
}

.header .child-right .nav-img {
    margin: 25px 0;
}

.header .child-rb {
    width: 325px;
}

.header .child-rb p {
    line-height: 2em;
    font-size: 14px;
    color: #999;
}

.header .search {
    display: none;
    position: relative;
    margin-left: auto;
}

.header .search .img {
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .search .img img {
    width: 16px;
}

.header .search.active .show-search {
    width: 400px;
    opacity: 1;
    z-index: 999;
}

.header .show-search {
    position: absolute;
    top: 110%;
    right: 0;
    width: 20px;
    z-index: -1;
    transition: all 0.6s;
    height: 48px;
    line-height: 48px;
    opacity: 0;
}

.header .show-search input {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    padding-left: 20px;
    outline: none;
}

.footer {
    padding-top: 65px;
    background-color: #000;
}

.footer dl dt {
    margin-bottom: 5px;
}

.footer dl a {
    display: inline-block;
    color: #fff;
    line-height: 2em;
    font-weight: normal;
    font-size: 18px;
}

.footer dl a:hover {
    color: #8ec31f;
}

.footer dl dd a {
    opacity: 0.5;
    font-size: 14px;
}

.footer .right {
    width: 345px;
}

.footer .right h5 {
    margin-bottom: 5px;
}

.footer .right h5 a {
    display: inline-block;
    color: #fff;
    line-height: 2em;
    font-weight: normal;
    font-size: 18px;
}

.footer .right .con p {
    margin-bottom: 8px;
    padding-left: 27px;
    color: #fff;
    line-height: 2em;
    font-weight: normal;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: left center;
}

.footer .right .con P:nth-child(1) {
    background-image: url(../image/rp1.png);
}

.footer .right .con P:nth-child(2) {
    background-image: url(../image/rp2.png);
}

.footer .right .con P:nth-child(3) {
    background-image: url(../image/rp3.png);
}

.footer .right .con P:nth-child(4) {
    background-image: url(../image/rp4.png);
}

.footer .footer-nav {
    width: calc(100% - 345px);
}

.footer .footer-nav li {
    margin-right: auto;
}

.footer .footer-bot {
    margin-top: 25px;
    padding: 20px 0;
    border-top: 1px solid #111;
}

/*.footer .footer-bot a {*/
/*  color: #fff;*/
/*  opacity: 0.5;*/
/*  font-size: 14px;margin-right:15px;*/
/*}*/
.footer .footer-bot a:hover {
    color: #fff;
}

.footer .wl p a {
    margin-right: 15px;
}

.footer .wl-sel {
    position: relative;
}

.footer .wl-sel p {
    padding: 0 12px;
    width: 145px;
    background-color: #fff;
    line-height: 30px;
    color: #000;
    background-image: url(../image/_p.png);
    background-repeat: no-repeat;
    background-position: 120px center;
    cursor: pointer;
    position: relative;
}

.footer .wl-sel:hover .wl-ul {
    display: block;
}

.footer .wl-ul {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 100%;
    bottom: 30px;
    left: 0;
}

.footer .wl-ul a {
    display: block;
    padding: 0 12px;
    background-color: #fff;
    line-height: 30px;
    color: #000;
    border-bottom: 1px solid #ccc;
    opacity: 0.8;
}

.footer .wl-ul a:hover {
    color: #000;
    opacity: 1;
}

.index-banner {
    position: relative;
}

.index-banner h2 {
    font-size: 60px;
}

.index-banner h2:nth-child(2) {
    padding-left: 175px;
}

.index-banner .index-banner-img img {
    width: 100%;
}

.index-banner .index-banner-img video {
    width: 100%;
}

.index-banner .index-banner-text {
    width: 100%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
}

.banner-news {
    /*background-image: url(../image/swiper_bg1.png);*/
    /*margin-top: -10px;*/
    position: relative;
    z-index: 999;

}

.banner-news .bottom-line {
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(270deg, rgba(143, 195, 31, 0.10) 0%, #8FC31F 50%, rgba(143, 195, 31, 0.10) 100%);
    height: 1px;
}

.banner-news .news-swiper {
    position: relative;
    padding: 0px 160px;
    height: 80px;
    display: flex;
    align-items: center;
    /*padding: 20px 120px 20px 40px;*/
    /* background-image: url(../image/lb.png); */
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 24px;
}

.banner-news .swiper {
    line-height: 25px;
    border-left: 0.5px dashed #fff;
    border-right: 0.5px dashed #fff;
    height: 25px;
}

.banner-news .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.banner-news .swiper-text p {
    width: 110px;
    margin-left: 15px;
    color: #fff;
}

.banner-news .swiper-text p:last-child {
    width: auto;
}

.banner-news .swiper-button-next::after,
.banner-news .swiper-button-prev::after {
    display: none;
}

.banner-news .swiper-button-next {
    width: 20px;
    height: 20px;
    left: auto;
    right: 82px;
    background-image: url(../image/jt_r1.png);
    background-size: 8px 16px;
    top: 44px;
}

.banner-news .swiper-button-prev {
    width: 20px;
    height: 20px;
    left: auto;
    right: 140px;
    background-image: url(../image/jt_l1.png);
    background-size: 8px 16px;
    top: 44px;
}

.index-page1 {
    /*background-image: url(../image/bg1_02.jpg);*/
}

.title-com h2 {
    font-size: 36px;
    color: #659e2a;
}

.padd-110 {
    padding: 110px 0 115px;
}

.padd-120 {
    padding: 120px 0 90px;
}

.padd-170 {
    padding: 170px 0 150px;
}

.index-page1 .index-pro {
    margin-bottom: 120px;
}

.qp-swiper .swiper-slide {
    position: relative;
    transform: scale(0.9);
    transition: all 0.6s;
    opacity: 0.4;
}

.qp-swiper .swiper-slide-active {
    transform: scale(1);
    opacity: 1;
}

.qp-swiper .swiper-img img {
    width: 100%;
}

.qp-swiper .swiper-text {
    padding: 105px 54px 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 252px;
    width: 100%;
    background-image: url(../image/qp_t_bg_03.png);
}

.qp-swiper h4 {
    padding-left: 45px;
    margin: 15px 0 10px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.qp-swiper p {
    padding-left: 45px;
    font-size: 16px;
    color: #fff;
}

.qp-swiper .lbg {
    position: relative;
    box-sizing: content-box;
    padding-left: 118px;
    background-image: url(../image/lbg.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

.qp-swiper .lbg::before {
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 118px;
    top: 0;
    background-color: #fff;
}

.qp-swiper .swiper-button-next::after,
.qp-swiper .swiper-button-prev::after {
    display: none;
}

.qp-swiper .swiper-button-next {
    width: 50px;
    height: 50px;
    left: auto;
    right: 4%;
    background-image: url(../image/jt_r2.png);
    background-size: 22px 44px;
    top: 50%;
}

.qp-swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    left: 4%;
    right: auto;
    background-image: url(../image/jt_l2.png);
    background-size: 22px 44px;
    top: 50%;
}

.index-page2 {
    position: relative;
    background-image: url(../image/bg3_02.jpg);
    padding: 80px 0;
    min-height: 710px;
}

.index-page2 h2 {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}

.index-page2 h3 {
    font-size: 30px;
    color: #fff;
}

.index-page2 p {
    line-height: 2em;
    font-size: 18px;
    color: #fff;
}

.index-page2 .swiper-text-con {
    width: 430px;
}

.index-page2 .swiper-button-next::after,
.index-page2 .swiper-button-prev::after {
    display: none;
}

.index-page2 .swiper-button-next {
    width: 50px;
    height: 50px;
    left: auto;
    right: 4%;
    background-image: url(../image/jt_r3.png);
    background-size: 22px 44px;
    top: 50%;
}

.index-page2 .swiper-button-prev {
    width: 50px;
    height: 50px;
    left: 4%;
    right: auto;
    background-image: url(../image/jt_l3.png);
    background-size: 22px 44px;
    top: 50%;
}

.index-page2 .moreDiv {
    margin-top: 75px;
}

.index-page2 .moreDiv a {
    background-color: #d6ebc2;
    color: #77bb31;
}

.index-page2 .moreDiv a:hover {
    background-color: #fff;
    color: #77bb31;
}

.index-page3 {
    /*background-image: url(../image/bg4_02.jpg);*/
}

.index-page3 h2 {
    margin-bottom: 35px;
}

.index-page3 .con p {
    font-size: 16px;
    line-height: 1.65em;
}

.index-page3 .videoDiv {
    padding-left: 85px;
    border-radius: 8px;
    overflow: hidden;
}

.index-page3 .videoDiv video {
    cursor: pointer;
    width: 100%;
}

.moreDiv {
    margin-top: 75px;
}

.moreDiv span {
    margin-left: 5px;
}

.moreDiv a {
    display: inline-block;
    background-color: #fff;
    line-height: 40px;
    padding: 0 27px;
    color: #77bb31;
    border-radius: 8px;
    font-size: 14px;
    border: 1px solid #659e2a;
}

.moreDiv a:hover {
    background-color: #659e2a;
    color: #fff;
}

.index-page4 {
    background-image: url(../image/bg5_03.jpg);
}

.index-page4 h2 {
    margin-bottom: 25px;
    color: #000;
    text-align: center;
}

.index-page4 .con {
    margin-bottom: 65px;
    text-align: center;
}

.index-page4 .con p {
    margin: 0 auto;
    max-width: 805px;
    line-height: 1.65em;
    font-size: 16px;
    color: #666;
}

.index-page4 .row-con {
    display: block;
    width: 445px;
    margin: 0 20px;
    padding: 40px 0 55px;
    text-align: center;
    border-radius: 8px;
    background-color: #fff;
}

.index-page4 .row-con:hover {
    background-color: #77bb31;
}

.index-page4 .row-con:hover h3 {
    color: #fff;
}

.index-page4 .row-con:hover .on {
    display: inline-block;
}

.index-page4 .row-con:hover .off {
    display: none;
}

.index-page4 .off {
    display: inline-block;
}

.index-page4 .on {
    display: none;
}

.index-page4 h3 {
    margin-top: 25px;
    font-size: 30px;
}

.index-page5 {
    background-image: url(../image/bg7.png);
    background-position: right center;
    background-size: contain;
}

.index-page5 .title {
    margin-bottom: 50px;
    align-items: flex-end;
}

.index-page5 .title a {
    font-size: 16px;
    display: block;
    color: #659e2a;
}

.index-page5 .title span {
    margin-left: 10px;
}

.index-page5 .left {
    width: 52%;
    margin-right: 1%;
}

.index-page5 .right {
    width: 47%;
    border: 1px solid rgba(119, 187, 49, 0.2);
    padding: 10px 44px;
}

.index-page5 .con {
    border: 1px solid rgba(119, 187, 49, 0.2);
    display: block;
    width: 49%;
}

.index-page5 .con .text {
    padding: 25px;
}

.index-page5 .con h4 {
    font-size: 18px;
    line-height: 1.65em;
}

.index-page5 .con p {
    margin: 20px 0 30px;
    font-size: 14px;
}

.index-page5 .con span {
    padding-left: 30px;
    display: block;
    color: #659e2a;
    background-image: url(../image/date.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.index-page5 .con:hover .text {
    background-color: #659e2a;
}

.index-page5 .con:hover .img img {
    transform: scale(1.1);
}

.index-page5 .con:hover h4,
.index-page5 .con:hover p,
.index-page5 .con:hover span {
    color: #fff;
}

.index-page5 .con:hover span {
    background-image: url(../image/date2.png);
}

.index-page5 .img {
    overflow: hidden;
}

.index-page5 .img img {
    width: 100%;
    transition: all 0.6s;
}

.index-page5 ul li a {
    padding: 18px 0;
    border-bottom: 1px solid #ddd;
}

.index-page5 ul li a:hover {
    color: #659e2a;
}

.index-page5 ul li:last-child a {
    border-bottom: none;
}

.index-page5 .date {
    background-color: #f5f5f5;
    padding: 12px 0 14px;
    width: 70px;
    height: 70px;
    text-align: center;
}

.index-page5 .date h5 {
    margin-bottom: 10;
    font-size: 30px;
    font-weight: bold;
    color: #659e2a;
    line-height: 1em;
}

.index-page5 .date p {
    font-size: 12px;
    line-height: 1em;
}

.index-page5 .r-text {
    width: calc(100% - 90px);
}

.index-page5 .r-text p {
    font-size: 16px;
    line-height: 1.8em;
}

.index-page6 {
    background-image: url(../image/bg6_02.jpg);
}

.index-page6 .index-develop {
    min-height: 767px;
}

.index-page6 .con {
    width: 390px;
}

.index-page6 h2 {
    color: #fff;
}

.index-page6 h4 {
    margin: 20px 0 10px;
    font-size: 24px;
    color: #fff;
}

.index-page6 p {
    line-height: 2em;
    font-size: 14px;
    color: #fff;
}

.index-page6 .moreDiv {
    margin-top: 20px;
}

.index-page6 .moreDiv a {
    background-color: #85c246;
    color: #fff;
    border: none;
}

.index-page6 .moreDiv a:hover {
    background-color: #fff;
    color: #85c246;
}

.category {
    padding: 35px 0;
    /*box-shadow: 0px 0px 15px -9px #333;*/
    /*border-bottom: 1px solid #ddd;*/
}

.category a {
    display: block;
    padding: 0 22px;
    margin: 0 15px;
    line-height: 35px;
    border-radius: 15px;
}

.category a:hover {
    color: #fff;
    background-color: #659e2a;
}

.category a.active {
    background-color: #659e2a;
    color: #fff;
}

.banner-con img {
    width: 100%;
}

.duty.news {
    padding: 40px 0 25px;
}

.duty.news h5 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 25px;
}

.news {
    background-color: #f9f9f9;
}

.news .con {
    /*border: 1px solid rgba(119, 187, 49, 0.2);*/
    display: block;
}

.news .con .text {
    padding: 20px 0px 20px 0px;
}

.news .con h4 {
    font-size: 18px;
    line-height: 1.65em;
    /*height: 3.3em;*/
}

.news .con p {
    margin: 20px 0 30px;
    font-size: 14px;
}

.news .con span {
    font-size: 14px;
    padding-top: 20px;
    display: block;
    color: #999999;
    border-radius: 20px;
    /*background-image: url(../image/date.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: left center;*/
}

.news .con:hover .text {
    /*background-color: #e2e3e0;*/
}

.news .con:hover .img img {
    transform: scale(1.1);
}

.news .con:hover h4,
.news .con:hover p,
.news .con:hover span {
    /*color: #fff;*/
}

.news .con:hover span {
    /*background-image: url(../image/date2.png);*/
}

.news .img {
    overflow: hidden;
    border-radius: 20px;
}

.news .img img {
    width: 100%;
    transition: all 0.6s;
}

.demo {
    text-align: center;
}

.demo .layui-laypage a,
.demo .layui-laypage span {
    height: 40px;
    width: 40px;
    padding: 0;
    line-height: 40px;
    margin: 0 6px;
}

.demo .layui-laypage a {
    border: 2px solid #999;
}

.demo .layui-laypage a:hover {
    border: 2px solid #659e2a;
}

.demo .layui-laypage .layui-laypage-em {
    border: 2px solid #659e2a;
    border-radius: none;
    padding: 0 !important;
}

.demo .layui-laypage em {
    color: #659e2a !important;
}

.demo .layui-laypage {
    margin: 40px 0 0;
}

.news-detail {
    background-color: #f9f9f9;
}

.news-detail .ndt {
    padding: 45px 65px 60px;
    background-color: #fff;
    border: 1px solid #eee;
}

.news-detail .title2 {
    padding: 0 0 20px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.news-detail .title2 h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.news-detail .title2 p {
    font-size: 14px;
}

.news-detail .title2 span {
    line-height: 30px;
    margin-right: 40px;
    font-size: 14px;
    padding-left: 30px;
    display: block;
    color: #659e2a;
    background-image: url(../image/date.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.news-detail .con {
    padding-top: 35px;
}

.news-detail .con p {
    margin-bottom: 15px;
    color: #666;
    font-size: 16px;
    line-height: 1.62;
}

.news-detail .con p img:not(:first-child) {
}

.changeDiv {
    border-top: 1px solid #eee;
    padding: 30px 0 0;
    justify-content: space-between;
}

.changeDiv .moreA {
    background-image: url(http://erp.sinomune.com/images/pic_abg_01.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.changeDiv .moreL a {
    display: block;
    font-size: 16px;
    color: #222;
    margin-top: 20px;
}

.changeDiv .moreDiv {
    margin-top: 0;
}

.changeDiv .moreDiv a {
    font-size: 16px;
    line-height: 55px;
    padding: 0 50px 0 60px;
}

.talent .con {
    height: 100%;
    padding: 65px;
    background-image: url(../image/talent_bg_03.jpg);
}

.talent .title-com {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #fff;
}

.talent h2 {
    color: #fff;
}

.talent p {
    margin-bottom: 15px;
    color: #fff;
    font-size: 16px;
}

.job {
    padding-top: 100px;
    min-height: 613px;
    background-image: url(../image/job_bg_02.jpg);
    text-align: center;
}

.job .title-com h2 {
    color: #fff;
    margin-bottom: 45px;
}

.job .con a {
    display: block;
    width: 915px;
    padding: 60px 0;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    transition: all 0.6s;
}

.job .con a:hover {
    box-shadow: 0px 10px 10px -5px #000;
    transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
}

.job p {
    margin-top: 15px;
    font-size: 16px;
}

.job p span {
    color: #659e2a;
}

.lz {
    background-color: #f8f8f8;
}

.lz .title-com {
    margin-bottom: 55px;
    text-align: center;
}

.lz .title-com h2 {
    margin-bottom: 35px;
    color: #8ab404;
}

.lz .title-com p {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 2em;
}

.lz .lz-con {
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.lz .con {
    padding: 50px 40px;
}

.lz .con h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
}

.lz .con p {
    margin-bottom: 30px;
    font-size: 16px;
    color: #666;
}

.lz .con:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.contact {
    padding: 90px 0 50px;
}

.contact h3 {
    font-size: 24px;
    margin-bottom: 45px;
    color: #fff;
}

.contact h5 {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

.contact p {
    color: #fff;
    font-size: 16px;
}

.contact .con {
    min-height: 110px;
    flex-wrap: nowrap;
}

.contact .left {
    width: 62%;
}

.contact .right {
    width: 38%;
    padding: 65px 40px;
    background-image: url(../image/contact_bg_03.jpg);
}

.contact .right .img {
    padding-right: 30px;
}

.contact .contact-map {
    width: 100%;
    min-height: 645px;
}

.contact .title-com {
    text-align: center;
}

.contact .title-com h2 {
    margin-bottom: 35px;
    color: #000;
}

.contact .con-flex {
    margin-top: 70px;
}

.contact .con-flex h5 {
    color: #000;
    margin-bottom: 30px;
}

.contact .con-flex p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #000;
}

.contact .con-flex p img {
    margin-right: 16px;
}

.contact .con-flex .wid3 {
    width: 28%;
    margin: 0;
}

.contact .con-flex .wid3:nth-child(2) {
    width: 34%;
    padding: 0 70px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.lxfs {
    padding: 50px 0 90px;
}

.lxfs .title-com {
    text-align: center;
}

.lxfs .title-com h2 {
    font-weight: bold;
    margin-bottom: 35px;
    color: #000;
}

.lxfs .wid4 {
    padding: 25px 22px 35px;
    width: 20%;
    margin-right: 3.33%;
    margin-bottom: 3.33%;
    border: 1px solid #eee;
    border-radius: 8px;
}

.lxfs .wid4:nth-child(4n) {
    margin-right: 0%;
}

.lxfs h3 {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: bold;
    position: relative;
}

.lxfs h3::before {
    position: absolute;
    left: -22px;
    bottom: 0;
    content: '';
    width: 4px;
    height: 30px;
    background-color: #659e2a;
    border-radius: 2px;
}

.lxfs p {
    font-size: 14px;
    font-weight: normal;
    color: #666;
    line-height: 2em;
}

.lxfs p span {
    font-weight: bold;
    display: inline-block;
    width: 85px;
}

.ly {
    padding-bottom: 100px;
    background-image: url(../image/contact_bot_bg_02.jpg);
}

.ly .title-com {
    text-align: center;
}

.ly .title-com h2 {
    font-weight: bold;
    padding: 40px 0;
    color: #000;
}

.ly .dengji-box {
    margin-top: 30px;
    padding: 30px 50px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.ly .dengji-box span {
    display: block;
    padding-left: 5px;
    width: auto;
    font-size: 16px;
    line-height: 45px;
    position: relative;
}

.ly .input {
    margin-bottom: 20px;
    width: 47%;
}

.ly .input input {
    width: 100%;
    line-height: 45px;
    padding-left: 10px;
    outline: none;
    border: 1px solid #ddd;
}

.ly .input.textarea {
    width: 100%;
}

.ly textarea {
    width: 100%;
    resize: none;
    height: 105px;
    line-height: 30px;
    padding: 10px;
    outline: none;
    border: 1px solid #ddd;
}

.ly .moreDiv {
    margin-top: 25px;
    text-align: center;
}

.ly .moreDiv a {
    border-radius: 0;
    padding: 0 65px;
}

#share-1.social-share .social-share-icon {
    margin: 0 15px 0 0;
}

#share-2.social-share .social-share-icon {
    margin: 0 8px;
}

.pro {
    padding: 45px 0 100px;
    background-color: #f9f9f9;
}

.pro .pro-category {
    margin-bottom: 55px;
    text-align: center;
}

.pro .pro-category a {
    display: inline-block;
    padding: 0 45px;
    font-size: 16px;
}

.pro .pro-category a.active {
    color: #659e2a;
}

.pro .pro-category a:hover {
    color: #659e2a;
}

.pro .text {
    position: relative;
    z-index: 9;
}

.pro .wid3::after {
    transition: all 0.6s;
    display: block;
    width: 123px;
    height: 9px;
    background-color: #659e2a;
    border-top-left-radius: 10px;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.pro .swiper-img img {
    width: 100%;
}


.pro .con {
    border: 1px solid rgba(119, 187, 49, 0.2);
    display: block;
    position: relative;

}

.pro .con .text {
    padding: 25px 33px 33px;
}

.pro .con h4 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.65em;
}

.pro .con h4 span {
    color: #659e2a;
    display: inline-block;
    position: relative;
    padding-right: 18px;
    margin-right: 4px;
}

.pro .con h4 span::after {
    content: url(../image/r.png);
    display: inline-block;
    position: absolute;
    top: -4px;
    right: 0;
}

.pro .con p {
    margin: 0px 0 8px;
    font-size: 14px;
}

.pro .con .text-con {
    position: relative;
    z-index: 9;
}

.pro .con .text-con > a {
    font-size: 14px;
    margin-top: 25px;
    padding-left: 30px;
    display: block;
    line-height: 2em;
    color: #659e2a;
    background-image: url(../image/load.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.pro .con .text-con > a:hover {
    color: #000;
}

.pro .swiper {
    --swiper-navigation-color: #00ff33;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;
    /* 设置按钮大小 */
}

.pro .text:hover {
    background-color: #659e2a;
}

.pro .text:hover .img img {
    transform: scale(1.1);
}

.pro .text:hover h4,
.pro .text:hover p,
.pro .text:hover a {
    color: #fff;
}

.pro .text:hover span {
    color: #000;
}

.pro .text:hover .text-con > a {
    background-image: url(../image/load1.png);
}

.pro .img {
    overflow: hidden;
}

.pro .img img {
    width: 100%;
    transition: all 0.6s;
}

.yw {
    background-color: #f9f9f9;
    padding: 100px 0;
}

.yw .con:not(:last-child) {
    margin-bottom: 50px;
}

.yw .con {
    display: flex;
    background-color: #fff;
}

.yw .con .left {
    overflow: hidden;
}

.yw .con .left img {
    transition: all 0.6s;
}

.yw .con:hover .left img {
    transform: scale(1.1);
}

.yw .con:nth-child(2n) {
    flex-direction: row-reverse;
}

.yw h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.yw .right {
    width: 40%;
    padding: 90px;
}

.yw .right p {
    margin-bottom: 5px;
    padding-left: 26px;
    background-image: url(../image/lx.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 16px;
    color: #666;
}

.yw .left {
    width: 60%;
}

.plat {
    padding: 70px 0 60px;
    background-color: #f9f9f9;
}

.plat .title-com h2 {
    margin-bottom: 50px;
    text-align: center;
}

.plat .plat-category {
    padding: 0 60px;
    background-color: #659e2a;
}

.plat .plat-category a {
    color: #fff;
    display: inline-block;
    line-height: 55px;
    font-size: 24px;
}

.plat .plat-category a:hover {
    color: #fff;
}

.plat .plat-box {
    padding: 40px 60px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.plat .con {
    padding: 28px 0;
}

.plat .con:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.plat h3 {
    margin: 20px 0;
    font-size: 24px;
    color: #659e2a;
}

.plat p {
    line-height: 30px;
    font-size: 16px;
    color: #666;
}

.plat .img {
    width: 310px;
    overflow: hidden;
    border: 1px solid #eee;
}

.plat .img img {
    width: 100%;
    transition: all 0.6s;
}

.plat .text {
    padding: 0 60px;
    width: calc(100% - 310px);
}

.plat .con:hover .img img {
    transform: scale(1.1);
}

.dyn {
    padding: 70px 0 120px;
    background-color: #f9f9f9;
}

.dyn .title-com h2 {
    margin-bottom: 25px;
    text-align: center;
    color: #000;
}

.dyn .con {
    padding: 35px 0;
}

.dyn .con h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 0px 0 20px;
}

.dyn .con p {
    font-size: 14px;
    color: #666;
}

.dyn .con:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.dyn .date {
    width: 150px;
}

.dyn .date h5 {
    margin-bottom: 20px;
    font-weight: bold;
    color: #000;
}

.dyn .img {
    width: 300px;
    overflow: hidden;
}

.dyn .img img {
    width: 100%;
    transition: all 0.6s;
}

.dyn .text {
    width: calc(100% - 450px);
    padding: 0 50px;
    margin-bottom: 40px;
    position: relative;
}

.dyn .text::after {
    content: url(../image/jt.png);
    position: absolute;
    top: 60%;
    right: 0;
}

.dyn a:hover {
    color: #659e2a;
}

.dyn .con:hover .img img {
    transform: scale(1.1);
}

.about {
    padding: 80px 0 80px;
    background-image: url(../image/ab_bg.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.about h2 {
    margin-bottom: 20px;
}

.about p {
    margin-bottom: 25px;
    font-size: 18px;
    color: #666;
}

.about video {
    width: 100%;
}

.about-pro {
    padding: 80px 0 105px;
    background-image: url(../image/ab_bg2_02.jpg);
}

.about-pro .title-com h2 {
    margin-bottom: 25px;
    text-align: center;
    color: #fff;
}

.about-pro .tab {
    cursor: pointer;
    margin: 0 45px 60px;
    position: relative;
    color: #fff;
    font-size: 18px;
}

.about-pro .tab::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -12px;
    display: none;
    width: 60px;
    height: 5px;
    border-radius: 2px;
    background-color: #fff;
}

.about-pro .tab.active::after {
    display: block;
}

.about-pro .tab-con {
    position: relative;
}

.about-pro .tab-con .con {
    background-color: #fff;
}

.about-pro .tab-con .left {
    padding: 68px;
}

.about-pro .tab-con .left h4 {
    display: inline-block;
    padding-right: 18px;
    font-size: 24px;
    color: #659e2a;
    position: relative;
}

.about-pro .tab-con .left h4::after {
    content: url(../image/r.png);
    position: absolute;
    top: -8px;
    right: 0;
}

.about-pro .tab-con .left h2 {
    margin: 5px 0 35px;
    font-size: 36px;
    position: relative;
}

.about-pro .tab-con .left h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -18px;
    display: block;
    width: 58px;
    height: 5px;
    border-radius: 2px;
    background-color: #659e2a;
}

.about-pro .tab-con .left h5 {
    margin-bottom: 20px;
    font-size: 18px;
}

.about-pro .tab-con .left p {
    padding-left: 23px;
    margin-bottom: 12px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../image/sd.png);
    font-size: 14px;
    color: #999;
}

.about-pro .left {
    width: 45%;
}

.about-pro .right {
    width: 55%;
}

.about-pro .swiper-img img {
    width: 100%;
}

.about-pro .swiper {
    --swiper-theme-color: #659e2a;
    --swiper-pagination-color: #659e2a;
    /* 两种都可以 */
}

.about-pro .swiper-pagination {
    left: auto;
    right: 15px;
    width: auto;
}

.about-pro .swiper-pagination-bullet-active.swiper-pagination-bullet {
    background-color: #659e2a;
}

.about-pro .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    width: 35px;
    height: 5px;
    border-radius: 2px;
}

.about-pro .con {
    position: absolute;
    left: 0;
    top: 0%;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.6s;
    transform: translateY(-20px);
}

.about-pro .con.active {
    transform: translateY(0px);
    position: relative;
    top: 0;
    opacity: 1;
    z-index: 9;
}

.team {
    padding: 85px 0 90px;
}

.team .tab {
    cursor: pointer;
    width: 153px;
    margin: 0 7px;
    line-height: 38px;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #659e2a;
}

.team .tab.active {
    background-color: #659e2a;
    color: #fff;
}

.team .title-com h2 {
    margin-bottom: 25px;
    text-align: center;
    color: #000;
}

.team .tab-con {
    margin-top: 40px;
    position: relative;
}

.team .con {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transform: translateY(-20px);
}

.team .con .wid2 {
    padding: 30px;
    border: 1px solid #659e2a;
}

.team .con .left {
    width: 115px;
}

.team .con .right {
    padding-left: 45px;
    width: calc(100% - 115px);
}

.team .con h4 {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: bold;
}

.team .con h4 span {
    font-size: 16px;
    margin-left: 10px;
    color: #999;
}

.team .con p {
    font-size: 14px;
    line-height: 1.8em;
}

.team .con.active {
    transform: translateY(0px);
    position: relative;
    top: 0;
    opacity: 1;
    z-index: 9;
    transition: all 0.6s;
}

.lcb {
    overflow: hidden;
    min-height: 710px;
    padding-top: 80px;
    background-image: url(../image/lcb_bg_02.jpg);
}

.lcb h2 {
    margin-bottom: 110px;
    text-align: center;
    color: #fff;
}

.lcb .swiper-slide {
    display: block;
    position: relative;
}

.lcb .swiper-slide > .row {
    width: 100%;
    height: 260px;
    align-items: center;
}

.lcb .swiper-slide .img {
    width: 100%;
    text-align: center;
    position: relative;
    transform: translateY(-50%);
}

.lcb .swiper-slide .img::before {
    display: block;
    width: calc(50% - 40px);
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background-color: #fff;
}

.lcb .swiper-slide .img::after {
    display: block;
    width: calc(50% - 40px);
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    background-color: #fff;
}

.lcb .swiper-text {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
}

.lcb .swiper-text p {
    font-size: 16px;
    color: #fff;
}

.lcb .swiper-text h3 {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
}

.lcb .swiper-slide:nth-child(2n) .swiper-text {
    top: auto;
    bottom: 0;
}

.lcb .swiper-slide:nth-child(2n) .img {
    transform: translateY(50%);
}

.lcb .swiper-slide:nth-child(2n) .img::before {
    bottom: auto;
    top: 0;
}

.lcb .swiper-slide:nth-child(2n) .img::after {
    bottom: auto;
    top: 0;
}

.honor {
    padding: 80px 0 90px;
}

.honor .title-com h2 {
    color: #000;
}

.honor .moreDiv p {
    cursor: pointer;
    display: inline-block;
    background-color: #fff;
    line-height: 40px;
    padding: 0 27px;
    color: #77bb31;
    border-radius: 8px;
    font-size: 14px;
    border: 1px solid #659e2a;
}

.honor .moreDiv {
    margin: 25px 0 30px;
}

.honor .moreDiv p {
    padding: 0 45px;
    line-height: 38px;
    border-radius: 16px;
    margin: 0 15px 0 0;
}

.honor .moreDiv p.active {
    background-color: #659e2a;
    color: #fff;
}

.honor .changeA.active {
    display: block;
}

.honor .changeA {
    display: none;
}

.honor .changeA p {
    cursor: pointer;
    display: inline-block;
    padding: 0 45px;
    font-size: 16px;
    border-left: 1px solid #444;
    line-height: 1em;
}

.honor .changeA p.active {
    color: #659e2a;
}

.honor .changeA p:hover {
    color: #659e2a;
}

.honor .changeA p:first-child {
    padding-left: 0;
    border: none;
}

.honor .honor-con {
    margin-top: 45px;
}

.honor .honor-con .con {
    padding: 23px 25px;
    border: 1px solid #eee;
}

.honor .honor-con .img {
    width: 70px;
}

.honor .honor-con p {
    font-size: 14px;
    color: #666;
}

.honor .honor-con .con:hover p {
    color: #659e2a;
}

.honor .honor-con .wid2 {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
}

.honor .honor-con .wid2:nth-child(2n) {
    margin-right: 0;
}

.honor .morea {
    text-align: center;
}

.honor .morea a {
    color: #659e2a;
}

.honor .morea a:hover {
    color: #659e2a;
}

.honor .tab-con {
    position: relative;
}

.honor .tab-con-box {
    display: none;
}

.honor .tab-con-box.active {
    display: block;
}

.honor .honor-con {
    display: none;
}

.honor .honor-con.active {
    display: flex;
}

.qy {
    padding: 90px 0 145px;
    background-color: #f9f9f9;
}

.qy .title-com h2 {
    margin-bottom: 25px;
    text-align: center;
    color: #000;
}

.qy .swiper-slide .row {
    width: 100%;
    height: 154px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    text-align: center;
}

.qy .swiper-slide .row:nth-child(2n) {
    margin-bottom: 0;
}

.qy .swiper-slide p {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.qy .swiper-slide span {
    font-size: 16px;
    color: #666;
}

.qy .swiper-text {
    width: 100%;
}

.qy .swiper {
    padding-bottom: 55px;
}

.qy .swiper .swiper-pagination-bullet-active.swiper-pagination-bullet {
    background-color: #659e2a;
}

.qy .swiper .swiper-pagination-bullet {
    background-color: #c5c5c5;
    opacity: 1;
    width: 58px;
    height: 5px;
    border-radius: 2px;
}

@media (max-width: 1680px) {
    .index-page2 .swiper-button-prev {
        left: 10px;
    }

    .index-page2 .swiper-button-next {
        right: 10px;
    }

    .index-page2 .swiper-text {
        padding-left: 25px;
    }

    .index-page2 .swiper-text-con {
        width: 380px;
    }
}

.index-page1 .container .con {
    width: 75%;
}

.index-page2 .swiper-img img {
    max-height: 500px;
}

.index-page5 .con p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 3.3em;
    margin: 20px 0 20px;
}

.index-page5 .img img {
    width: 100%;
    transition: all 0.6s;
    aspect-ratio: 3/2;
}

.qy .swiper-slide .row {
    border: none;
}

.qy .swiper .swiper-slide:nth-child(2) .row:first-child {
    background-image: url(../image/swiper_text.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

.qy .swiper .swiper-slide:nth-child(3) .row:first-child {
    background-image: url(../image/swiper_text.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

.qy .swiper .swiper-slide:nth-child(4) .row:first-child {
    background-image: url(../image/swiper_text.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

.qy .swiper .swiper-slide p {
    color: #fff;
}

.qy .swiper .swiper-slide span {
    color: #fff;
}

.layui-laypage span {
    top: -2px;
}

.about-pro .right {
    width: 61%;
}

.about-pro .left {
    width: 39%;
}

.about-pro .con:last-child .left h4::after {
    display: none;
}

.pro .con h4 p {
    display: inline-block;
}

.news .img img {
    aspect-ratio: 3/2;
}

.pro .swiper-img img {
    width: 100%;
    aspect-ratio: 3/2;
}

.lcb .swiper-slide:nth-child(2n) .img img {
    transform: rotate(180deg);
}

.stock {
    background-color: #f9f9f9;
    padding: 60px 0 50px;
}

.stock .gupiao {
    margin-top: 30px;
}

.stock .gupiao-top {
    background-color: #fff;
    padding: 35px 40px 15px;
    border: 1px solid #eee;
}

.stock .gupiao-bottom {
    margin-top: 8px;
}

.stock .gupiao-price-list {
    justify-content: space-between;
}

.stock .gupiao-price-list li span {
    color: #999;
    font-weight: bold;
    font-size: 14px;
}

.stock .gupiao-price-list li b {
    font-size: 24px;
    color: #666666;
    font-weight: bold;
    line-height: 60px;
    vertical-align: bottom;
}

.stock .gupiao-price-list li:first-child span {
    color: #000;
}

.stock .gupiao-price-list li:first-child b {
    font-size: 48px;
    font-weight: normal;
}

.stock .gupiao-price-list li:first-child .right {
    margin-left: 35px;
}

.stock .gupiao-price-list li:first-child .right span {
    display: block;
}

.stock .gupiao-price-list li:first-child .bot {
    align-items: center;
}

.stock .gupiao-price-list .red {
    color: red !important;
}

.stock .gupiao-price-list #nowPrice.red::after {
    content: '';
    display: inline-block;
    width: 0;
    border: 10px solid;
    border-color: red;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}

.stock .gupiao-price-list #nowPrice.green::after {
    content: '';
    display: inline-block;
    width: 0;
    border: 10px solid;
    border-color: green;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}

.stock .gupiao-price-list .green {
    color: green !important;
}

.stock .title-com h2 {
    color: #000;
    text-align: center;
}

.stock .stock-con {
    margin-top: 35px;
}

.stock .wid2 {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.stock .wid2:nth-child(2n) {
    margin-right: 0;
}

.stock .wid2 {
    background-color: #fff;
    padding: 25px 28px;
    border: 1px solid #eee;
}

.stock .wid2 a {
    display: block;
}

.stock .wid2 p {
    font-size: 16px;
    padding-left: 55px;
    line-height: 28px;
    background-image: url(../image/pdf.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.stock .wid2:hover p {
    color: #659e2a;
}

.service {
    background-color: #f9f9f9;
    padding: 60px 0 50px;
}

.service .title-com h2 {
    color: #000;
    text-align: center;
}

.service .service-con {
    margin-top: 35px;
}

.service .loadA {
    background-color: #fff;
    padding: 25px 28px;
    border: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2%;
}

.service .loadA h5 {
    font-size: 16px;
    padding-left: 55px;
    line-height: 28px;
    background-image: url(../image/pdf.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.service .loadA p {
    font-size: 16px;
    color: #666;
}

.service .loadA:hover h5 {
    color: #659e2a;
}

.notice {
    background-color: #f9f9f9;
    padding: 60px 0 50px;
}

.notice .title-com h2 {
    color: #000;
    text-align: center;
}

.notice .notice-con {
    margin-top: 35px;
}

.notice .wid4 {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    background-color: #fff;
    padding: 2% 4%;
    border: 1px solid #eee;
    display: block;
    text-align: center;
}

.notice .wid4 h5 {
    font-size: 16px;
}

.notice .wid4:nth-child(4n) {
    margin-right: 0;
}

.notice .wid4:hover h5 {
    color: #659e2a;
}

.notice .img {
    margin-bottom: 30px;
    overflow: hidden;
}

.notice .img img {
    transition: all 0.6s;
    width: 100%;
}

.notice .wid4:hover .img img {
    transform: scale(1.1);
}

.shoujiduan {
    display: block;
}

.index-page5 .con h4 {
    height: 3.3em;
}

.section-404 {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-pro-swiper .swiper-wrapper {
    align-items: stretch;
}

.index-pro-swiper .swiper-slide {
    height: auto;
}

.index-page2 .swiper-img img {
    max-height: 500px;
    height: 100%;
}

.index-page2 .swiper-img {
    height: 100%;
}

@media screen and (max-width: 768px) {
    .header {
        background-color: #ffffff;
        padding-bottom: 10px;
    }

    .header .logo .off {
        display: none;
    }

    .header .logo .on {
        display: inline-block;
    }

    .header .header-right a {
        color: #000;
    }

    .header .header-right a:hover {
        color: #8ec31f;
    }

    .header .nav-top {
        height: 0;
        padding: 0;
        overflow: hidden;
    }

    .header .child-box {
        opacity: 1;
        top: 70px;
    }

    .header .nav-bot {
        position: absolute;
        right: -100%;
        top: 73px;
        width: 180px;
        background-color: #fff;
        z-index: 999;
        box-shadow: 0px 7px 10px -3px #000;
        visibility: hidden;
        transition: all 0.6s;
    }

    .header .nav-bot.on {
        right: 0;
        visibility: visible;
    }

    .header .nav {
        display: block;
        width: 100%;
    }

    .header .nav-bot .li-box {
        padding-bottom: 0;
        position: relative;
    }

    .header .nav-bot .li-box > a {
        padding: 0px 10px;
        font-size: 16px;
        display: inline-block;
        line-height: 40px;
    }

    .index-page3 {
        overflow: hidden;
    }

    .index-page5 {
        overflow: hidden;
    }

    /*.footer .footer-nav {*/
    /*  display: none;*/
    /*}*/
    /*.footer .right {*/
    /*  width: 100%;*/
    /*}*/
    .footer {
        padding: 20px 15px;
    }

    .footer .wl {
        justify-content: space-between;
        width: 100%;
        padding-top: 5px;
    }

    .footer .right .con p {
        margin-bottom: 3px;
    }

    .banner-news {
        z-index: 99;
    }

    .footer .footer-bot {
        margin-top: 15px;
        padding: 15px 0 0;
        border-top: 1px solid #111;
    }

    .header .nav-top {
        display: none;
    }

    .header .child-box {
        position: initial;
        transform: none;
    }

    .header .child-box .row {
        padding: 10px 20px;
    }

    .header .child-left {
        width: 100%;
        padding-right: 0;
        border-right: none;
    }

    .header .child-right {
        width: 50%;
        padding: 0 75px;
        display: none;
    }

    .header .child-left h2 {
        display: none;
    }

    .header .child-left p {
        display: none;
    }

    .header .child-left .child-nav {
        padding: 0;
        display: block;
        margin: 0;
    }

    .header .child-left dd {
        width: 100%;
        margin: 0;
    }

    .header .child-left a {
        margin-top: 0;
        display: block;
        font-size: 14px;
        line-height: 30px;
        padding-left: 15px;
    }


    body {
        padding-top: 73px !important;
    }

    .index-banner .index-banner-text {
        left: 5%;
        width: 80%;
    }

    .index-banner h2:nth-child(2) {
        padding-left: 20px;
    }

    .index-banner h2 {
        font-size: 20px;
    }

    .banner-news .news-swiper {
        padding: 20px 35px;
        background-position: 5px center;
        background-size: auto 18px;
    }

    .banner-news .swiper-text p {
        width: auto;
        margin: 0 10px;
        color: #fff;
        line-height: 1.5em;
        height: 1.5em;
        white-space: normal;
    }

    .banner-news .swiper-text p:last-child {
        display: none;

    }

    .banner-news .swiper-button-prev, .banner-news .swiper-button-next {
        display: none;
    }

    .container, .container-lg, .container-md, .container-sm, .container-xl {
        padding: 0 15px;
    }

    .padd-110 {
        padding: 30px 0;
    }

    .index-page1 .index-pro {
        padding-right: 0;
        margin-bottom: 20px;
        display: block;
    }

    .title-com h2 {
        font-size: 20px;
        color: #659e2a;
        text-align: center;
    }

    .qp-swiper .swiper-text {
        padding: 0 10px;
        position: absolute;
        bottom: 0;
        left: 0;
        height: auto;
        width: 100%;
        background-image: url(../image/qp_t_bg_03.png);
        background-size: 100% auto;
        background-position: bottom;
    }

    .qp-swiper .lbg {
        padding-left: 40px;
        background-image: url(../image/lbg.png);
        background-position: left 15px;
        background-size: 30px;
    }

    .qp-swiper .lbg::before {
        left: 45px;
    }

    .qp-swiper p {
        display: none;
    }

    .qp-swiper h4 {
        padding: 15px 20px 10px;
        margin: 0;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
    }

    .index-page2 h2 {
        margin-bottom: 5px;
        font-size: 20px;
        color: #000;
    }

    .index-page2 h3 {
        margin-bottom: 5px;
        color: #000;
        font-size: 18px;
    }

    .index-page2 p {
        font-size: 16px;
        color: #000;
        line-height: 1.5 m;
    }

    .index-page2 {
        padding-top: 30px;
        min-height: auto;
    }

    .index-page2 .swiper-text-con {
        width: auto;
    }

    .index-page2 .swiper-text {
        padding-left: 0;
    }

    .index-page2 .moreDiv {
        margin-top: 10px;
    }

    .moreDiv a {
        line-height: 30px;
        padding: 0 15px;

    }

    .index-page2 .swiper-img {
        height: auto;
        width: 70%;
        margin: 15px auto;
    }

    .index-page2 .swiper-button-prev, .index-page2 .swiper-button-next {
        width: 30px;
        height: 30px;
        background-size: 20px 35px;
        top: 75%;
    }

    .index-page3 h2 {
        margin-bottom: 10px;
    }

    .moreDiv {
        margin-top: 15px;
    }

    .index-page3 .videoDiv {
        padding-left: 0;

        margin-top: 20px;
    }

    .index-page4 h2 {
        margin-bottom: 10px;
    }

    .index-page4 .row-con {
        display: block;
        width: 40%;
        margin: 0 4%;
        padding: 20px;
        text-align: center;
        border-radius: 8px;
        background-color: #fff;
    }

    .index-page4 .row-con .img {
        width: 60%;
        margin: 0 auto;
    }

    .index-page4 h3 {
        margin: 10px 0 0;
        font-size: 18px;
    }

    .index-page5 .title {
        margin-bottom: 20px;

    }

    .index-page5 .left {
        width: 100%;
        margin-right: 0;
    }

    .index-page5 .con {
        border: 1px solid rgba(119, 187, 49, 0.2);
        display: block;
        width: 100%;
    }

    .index-page5 .con p {
        margin: 5px 0;
        font-size: 14px;
    }

    .index-page5 .con .text {
        padding: 15px;
    }

    .index-page5 .right {
        width: 100%;
        border: 1px solid rgba(119, 187, 49, 0.2);
        padding: 15px;
    }

    .index-page5 ul li a {
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }

    .index-page6 .index-develop {
        min-height: auto;
        padding: 30px 0;
    }

    .index-page6 h4 {
        margin: 10px 0 0;
        font-size: 16px;
        color: #fff;
        text-shadow: 0px 1px black;
    }

    .index-page6 p {
        margin: 0;
        font-size: 16px;
        line-height: 1.65em;
        color: #fff;
        text-shadow: 0px 1px black;
    }

    .index-page6 .title-com h2 {
        color: #fff;
    }

    .index-page6 .moreDiv {
        margin-top: 15px;
    }

    .footer .container {
        padding: 0;
    }

    .padd-120 {
        padding: 30px 0;
    }

    .about {
        padding: 30px 0;
    }

    .about h2 {
        margin-bottom: 10px;
    }

    .about p {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .about-pro {
        padding: 30px 0;
    }

    .about-pro .tab {
        cursor: pointer;
        width: 33.33%;
        margin: 0 0 10px;
        padding: 0;
        text-align: center;
        position: relative;
        color: #fff;
        font-size: 16px;
    }

    .about-pro .tab::after {
        content: '';
        position: absolute;
        transform: translateX(-50%);
        left: 50%;
        bottom: -8px;
        display: none;
        width: 70%;
        height: 2px;
        border-radius: 2px;
        background-color: #fff;
    }

    .about-pro .about-tab {
        margin-bottom: 20px;
    }

    .about-pro .tab-con .left {
        padding: 0;
        width: 100%;
    }

    .about-pro .con a {
        display: block;
        padding: 15px;
    }

    .about-pro .tab-con .left h4 {
        display: inline-block;
        padding-right: 18px;
        font-size: 18px;
        color: #659e2a;
        position: relative;
    }

    .about-pro .tab-con .left h2 {
        margin: 0px 0 10px;
        font-size: 17px;
        position: relative;
    }

    .about-pro .tab-con .left h2::after {
        position: absolute;
        left: 0;
        bottom: -5px;
        display: block;
        width: 70px;
        height: 2px;
        border-radius: 2px;
        background-color: #659e2a;
    }

    .about-pro .tab-con .left p {
        padding-left: 15px;
        margin-bottom: 0;
    }

    .about-pro .right {
        width: 100%;
        margin-top: 20px;
    }

    .team {
        padding: 30px 0;
    }

    .team .tab {
        cursor: pointer;
        width: auto;
        font-size: 16px;
        padding: 0 10px;
        margin: 0 5px 5px;
        line-height: 35px;
        text-align: center;
        border-radius: 10px;
        border: 1px solid #659e2a;
    }

    .team .title-com h2 {
        padding-bottom: 10px;
    }

    .team .con .wid2 {
        padding: 15px;
        width: 100%;
        margin-right: 0;
        border: 1px solid #659e2a;
    }

    .team .con .left {
        width: 100%;
        text-align: center;
    }

    .team .con .right {
        padding-left: 0;
        width: 100%;
    }

    .team .con h4 {
        margin: 10px 0 5px;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }

    .lcb {
        min-height: auto;
        padding: 30px 0;
    }

    .team .con p {
        font-size: 16px;
        line-height: 1.65em;
    }

    .lcb .swiper-text h3 {
        font-size: 20px;
        line-height: 1em;
    }

    .lcb .swiper-text p {
        line-height: 1.5em;
    }

    .honor .changeA p {
        padding: 0 10px;
    }

    .honor .honor-con .img {
        width: 40px;
    }

    .honor .honor-con .text {
        width: calc(100% - 40px);
    }

    .qy .swiper .swiper-slide {
        display: none;
    }

    .qy .swiper .swiper-slide:nth-child(2),
    .qy .swiper .swiper-slide:nth-child(3),
    .qy .swiper .swiper-slide:nth-child(4) {
        display: block;
    }

    .qy .swiper-slide p {
        font-size: 14px;
    }

    .qy .swiper-slide span {
        font-size: 14px;
    }

    .qy {
        padding: 30px 0 0;
    }

    .honor {
        padding: 30px 0;
    }

    .category a {
        display: block;
        padding: 0 15px;
        margin: 0 5px;
        line-height: 35px;
        border-radius: 15px;
    }

    .pro {
        padding: 30px 0;
    }

    .pro .pro-category {
        margin-bottom: 15px;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
    }

    .pro .pro-category a {
        display: block;
        padding: 0 15px;
        width: 50%;
        margin-bottom: 5px;
    }

    .pro .con {
        width: 100%;
        margin-right: 0;
    }

    .pro .con .text {
        padding: 15px;
    }

    .pro .con h4 {
        font-size: 18px;
        margin-bottom: 0;
        line-height: 1.65em;
    }

    .pro .con p {
        margin: 0;
        font-size: 14px;
    }

    .pro .con .text-con > a {
        margin-top: 10px;
    }

    .yw .left {
        width: 100%;
    }

    .yw .con {
        display: block;
    }

    .yw .right {
        width: 100%;
        padding: 15px;
    }

    .yw h2 {
        font-size: 20px;
        margin-bottom: 10px;
        text-align: center;
    }

    .dyn .con {
        padding: 20px 0;
        display: block;
        position: relative;
    }

    .dyn .date {
        width: auto;
        display: flex;
        position: absolute;
    }

    .dyn .date h5 {
        margin-bottom: 0;
        font-weight: bold;
        color: #000;
        margin-left: 15px;
        line-height: 30px;
    }

    .dyn .con .date p {
        line-height: 30px;
        height: auto;
        margin-left: 10px;
    }

    .dyn .img {
        width: 100%;
        overflow: hidden;
    }

    .dyn .text {
        width: 100%;
        padding: 15px;
        margin-bottom: 0;
        position: relative;
    }

    .dyn .con p {
        font-size: 16px;
        color: #666;
        line-height: 25px;
        margin-left: 0;
        height: 75px;
        overflow: hidden;
    }

    .dyn .con h3 {
        font-size: 18px;
        line-height: 25px;
        height: 50px;
        font-weight: bold;
        margin: 0 0 5px;
        overflow: hidden;
    }

    .plat .title-com h2 {
        margin-bottom: 20px;
        text-align: center;
    }

    .plat .plat-category a {
        color: #fff;
        display: inline-block;
        line-height: 40px;
        font-size: 18px;
    }

    .plat .plat-category {
        padding: 0 30px;
        text-align: center;
        background-color: #659e2a;
    }

    .plat .plat-box {
        padding: 15px;
    }

    .plat .con {
        padding: 15px 0;
    }

    .plat .text {
        padding: 0;
        width: 100%;
    }

    .plat h3 {
        margin: 10px 0 5px;
        font-size: 18px;
        color: #659e2a;
    }

    .plat p {
        line-height: 1.65em;
    }

    .dyn .title-com h2 {
        margin-bottom: 0;
    }

    .news-detail .ndt {
        padding: 15px;
        background-color: #fff;
        border: 1px solid #eee;
    }

    .news-detail .title2 h2 {
        font-size: 20px;
        line-height: 1.5em;
        margin-bottom: 10px;
    }

    .news-detail .con {
        padding-top: 10px;
    }

    .news-detail .con p {
        margin-bottom: 10px;
    }

    .changeDiv {
        padding: 10px 0 0
    }

    .changeDiv .moreL a {
        display: block;
        font-size: 16px;
        color: #222;
        margin-top: 5px;
    }

    .changeDiv .moreDiv {
        margin-top: 15px;
    }

    .news-detail .con p img:not(:first-child) {
        margin-left: 0px;
        margin-top: 15px;
    }

    .changeDiv .moreDiv a {
        font-size: 16px;
        line-height: 35px;
        padding: 0px 20px 0 25px;
    }

    .category {
        padding: 15px 0;
        box-shadow: 0px 0px 15px -9px #333;
        border-bottom: 1px solid #ddd;
    }

    .news .con {
        border: 1px solid rgba(119, 187, 49, 0.2);
        display: block;
        width: 100%;
        margin-right: 0;
    }

    .news .con .text {
        padding: 15px;
    }

    .news .con p {
        margin: 10px 0;
        font-size: 14px;
    }

    .padd-170 {
        padding: 30px 0;
        overflow: hidden;
    }

    .talent .con {
        height: auto;
        padding: 15px;
        background-image: url(../image/talent_bg_03.jpg);
    }

    .talent .title-com {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #fff;
    }

    .talent .title-com h2 {
        color: #fff;
        margin: 0;
    }

    .talent p {
        margin-bottom: 0;
    }

    .job .con a {
        display: block;
        width: auto;
        padding: 20px 10px;
        margin: 0 auto;
        border-radius: 10px;
        background-color: #fff;
        text-align: center;
        transition: all 0.6s;
    }

    .job .title-com h2 {
        color: #fff;
        margin-bottom: 20px;
    }

    .job {
        padding: 40px 0;
        min-height: auto;
        background-image: url(../image/job_bg_02.jpg);
        text-align: center;
    }

    .stock {
        padding: 30px 0;
    }

    .stock .gupiao-price-list li:first-child {
        width: 100%;
        margin-bottom: 15px;
    }

    .stock .gupiao-price-list li b {
        font-size: 16px;
        color: #666666;
        font-weight: bold;
        line-height: 30px;
        vertical-align: bottom;
    }

    .stock .gupiao-price-list li:first-child span {
        color: #000;
        font-size: 16px;
    }

    .stock .gupiao-top {
        background-color: #fff;
        padding: 15px;
        border: 1px solid #eee;
    }

    .stock .wid2 {
        background-color: #fff;
        padding: 10px;
        border: 1px solid #eee;
        width: 100%;
    }

    .stock .wid2 p {
        font-size: 16px;
        padding-left: 35px;
        line-height: 25px;
        background-image: url(../image/pdf.png);
        background-repeat: no-repeat;
        background-position: left 5px;
    }

    .demo .layui-laypage {
        margin: 30px 0 0;
    }

    .service {
        padding: 30px 0;
    }

    .service .loadA {
        padding: 10px;
        align-items: center;
    }

    .service .loadA h5 {
        font-size: 16px;
        padding-left: 35px;
        line-height: 25px;
        background-image: url(../image/pdf.png);
        background-repeat: no-repeat;
        background-position: left center;
    }

    .service .loadA p {
        font-size: 14px;
        color: #666;
        white-space: nowrap;
        margin-left: 5px;
    }

    .service .service-con {
        margin-top: 20px;
    }

    .notice .wid4 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4%;
        padding: 2%;
        border: 1px solid #eee;
        display: block;
        text-align: center;
    }

    .notice .img {
        margin-bottom: 0;
        overflow: hidden;
    }

    .notice .wid4 h5 {
        font-size: 16px;
        padding: 10px 0;
    }

    .index-page1 .container .con {
        width: 100%;
    }

}


@media screen and(max-width: 768px) {


}

.container1 {
    padding: 0 10px;
    width: 1140px;
    margin: 0 auto;
}

.container2{
    padding: 50px 80px;
    width: 1140px;
    margin: 0 auto;
    font-size:larger;
}