* {
    margin: 0px;
    padding: 0px;
    outline: none;
}

.swiper-pagination-bullet-active{
    background:#008235 !important;
}
body {

    font-size: 16px;
    margin: 0;
    padding: 0;
}

.w1500 {
    width: 1500px;
    margin: 0 auto;
}

.w1410 {
    width: 1410px;
    margin: 0 auto;
}

.w1300 {
    width: 1300px;
    margin: 0 auto;
}

.cpzx_r2 {
    padding: 50px;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
}

.w90 {
    width: 90%;
    margin: 0 auto;
}

.ty_banner {
    margin-top: 94px;
}
/*2024-1-4新增*/
.qywhdr .iab3 {
    width: 100%;
    height: 650px;
    background: url(../image/qywhdr.jpeg) center no-repeat;
    background-size: 100% 100%;
    background-position: center;
    margin: 0px;
    cursor: pointer;
    position: relative;
}
.iab3 {
    width: 100%;
    height: 564px;
    background: url(../image/jgsly_video.jpg) center no-repeat;
    background-size: 100% 100%;
    background-position: center;
    margin: 74px 0px 93px;
    cursor: pointer;
    position: relative;
}
.iab3c {
    text-align: center;
    position: absolute;
    width: 148px;
    height: 148px;
    margin: 0 auto;
    bottom: 20px;
    left: 20px;
    line-height: 148px;
}
.iab3c i{
    font-size:24px;
    color:#fff;
    margin-left:4px;
}
.iab3c::after{
    content:'';
    position:absolute;
    left:50%;
    top:50%;
    width:66px;
    height:66px;
    margin-top:-33px;
    margin-left:-33px;
    background:rgba(255,255,255,0.25);
    border-radius: 50%;
}
.iab3c span::after{
    content:'';
    position:absolute;
    left:50%;
    top:50%;
    width:66px;
    height:66px;
    margin-top:-33px;
    margin-left:-33px;
    background:rgba(255,255,255,0.25);
    animation: myfirsts 2.9s linear 0s infinite;
	-webkit-animation: myfirsts 2.9s linear 0s infinite;
	-ms-animation: myfirsts 2.9s linear 0s infinite;
	-o-animation: myfirsts 2.9s linear 0s infinite;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	opacity: 0;
	border-radius: 50%
}
.iab3c span::before{
    content:'';
    position:absolute;
    left:50%;
    top:50%;
    width:99px;
    height:99px;
    margin-top:-49.5px;
    margin-left:-49.5px;
    background:rgba(255,255,255,0.25);
    animation: myfirsts 2.9s linear 0s infinite;
	-webkit-animation: myfirsts 2.9s linear 0s infinite;
	-ms-animation: myfirsts 2.9s linear 0s infinite;
	-o-animation: myfirsts 2.9s linear 0s infinite;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	opacity: 0;
	border-radius: 50%
}
@keyframes myfirsts {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    20% {
        -webkit-transform: scale(1.24);
        -moz-transform: scale(1.24);
        -o-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2.1);
        -moz-transform: scale(2.1);
        -o-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}
.vclose {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 999;
}
.iab3 .video{
    position:absolute;
    display:none;
    left:0px;
    top:0px;
    width:100%;
    height:564px;
    background:rgba(0, 0, 0, .8);
}
.iab3 .video video{
    width:100% !important;
    height:564px !important;
}
.qywhdr .iab3 .video{
    position:absolute;
    display:none;
    left:0px;
    top:0px;
    width:100%;
    height:650px;
    background:rgba(0, 0, 0, .8);
}
.qywhdr  .iab3 .video video{
    width:100% !important;
    height:650px !important;
}
/*header*/
.dw {
    position: relative;
    top: -180px;
    display: block;
    height: 0;
    overflow: hidden;
}

.nav {
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.nav_logo {
    background: #fff;
    position: absolute;
    top: -11px;
    left: 50%;
    width: 156px;
    height: 156px;
    text-align: center;
    margin-left: -78px;
    background:url(../image/logo_bg.png) center no-repeat;
    padding: 0px;
}

.nav_logo img {
    position: relative;
    left: 0px;
    top: 26px;
    display:inline;
}

.nav_nav {
    display: flex;
}

.nav_nav li {
    position: relative;
    flex: 1;
    text-align: center;
    line-height: 94px;
}

.nav_nav li:nth-child(4) {
    margin-right: 80px;
}

.nav_nav li:nth-child(6) {
    margin-left: 80px;
}

.nav_t a {
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: 400;
}

.nav_nav li .shownav {
    position: absolute;
    left: 0%;
    top: 79px;
    width: 100%;
    padding: 15px 0 0;
    background: url(http://www.jxjgslyjt.com/public/static/index/images/shownav.png) no-repeat center top;
    visibility: hidden;
    font-size: 14px;
    z-index: 1;
}

.nav_nav li .shownav {
    transform: scale(0);
}

.nav_nav li:hover .shownav {
    visibility: visible;
}

.nav_nav li:hover .shownav {
    z-index: 10;
    transform: scale(1);
}

.nav_nav li .shownav a {
    display: block;
    margin: 0;
    padding: 10px 10px;
    background: rgba(255, 255, 255, .76);
    color: #000;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
}

.nav_nav li:hover .shownav a {
    opacity: 1;
    transform: none;
}

.nav_nav li .shownav a {
    opacity: 0;
    transform: rotateY(90deg);
    transition: all .4s ease;
}

.nav_nav li:hover .shownav a {
    opacity: 1;
    transform: none;
}

.nav_nav li .shownav a:hover {
    background: rgb(1, 155, 66);
    color: #fff;
}

.nav_nav li:hover .shownav a {
    opacity: 1;
    transform: none
}

.nav_nav li:hover .shownav a:nth-child(1) {
    transition-delay: 0s
}

.nav_nav li:hover .shownav a:nth-child(2) {
    transition-delay: 50ms
}

.nav_nav li:hover .shownav a:nth-child(3) {
    transition-delay: .1s
}

.nav_nav li:hover .shownav a:nth-child(4) {
    transition-delay: 150ms
}

.nav_nav li:hover .shownav a:nth-child(5) {
    transition-delay: .2s
}

.nav_nav li:hover .shownav a:nth-child(6) {
    transition-delay: 250ms
}

.nav_nav li:hover .shownav a:nth-child(7) {
    transition-delay: .3s
}

.nav_nav li:hover .shownav a:nth-child(8) {
    transition-delay: 350ms
}

.nav_nav li:hover .shownav a:nth-child(9) {
    transition-delay: .4s
}

.nav_nav li:hover .shownav a:nth-child(10) {
    transition-delay: 450ms
}

.nav_nav li:hover .shownav a:nth-child(11) {
    transition-delay: .5s
}

.nav_nav li:hover .shownav a:nth-child(12) {
    transition-delay: 550ms
}

.nav_nav li:hover .shownav a:nth-child(13) {
    transition-delay: 600ms
}

.nav_nav li:hover .shownav a:nth-child(14) {
    transition-delay: 650ms
}

.nav_nav li:hover .shownav a:nth-child(15) {
    transition-delay: 700ms
}

.nav_nav li:hover .shownav a:nth-child(16) {
    transition-delay: 750ms
}

.nav_nav li:hover .shownav a:nth-child(17) {
    transition-delay: 800ms
}

.nav_nav li:hover .shownav a:nth-child(18) {
    transition-delay: 850ms
}

.nav_nav li:hover .shownav a:nth-child(19) {
    transition-delay: 900ms
}

.nav_nav li:hover .shownav a:nth-child(20) {
    transition-delay: 950ms
}

.nav_nav {
    transition: 2s linear;
}

.nav_nav:before,
.nav_nav:after {
    display: table;
    clear: both;
    content: '';
}

/* PC二级导航 */
.erji_nav {
    position: absolute;
    top: 94px;
    left: 0;
    background: #008235;
    width: 100%;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
}

.erji_nav .erji_content {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding-left: 60px;
}

.erji_nav .erji_content .erji_btn {
    position: absolute;
    top: 25px;
    left: 28px;
    z-index: 9;
}

.erji_nav .erji_content .erji_btn a {
    display: block;
}

.erji_nav .erji_content .erji_btn a span {
    width: 20px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 4px;
    display: block;
    transition: all 0.3s;
}

.erji_nav .erji_content .erji_btn a span:last-child {
    margin-bottom: 0;
}

.erji_nav .erji_content .erji_btn.on a span.span01 {
    transform: translate(0, 6px) rotate(-45deg);
}

.erji_nav .erji_content .erji_btn.on a span.span02 {
    opacity: 0;
    visibility: hidden;
}

.erji_nav .erji_content .erji_btn.on a span.span03 {
    transform: translate(0, -6px) rotate(45deg);
}

.erji_nav .erji_content .erji_list {
    position: relative;
    width: 100%;
}

.erji_nav .erji_content .erji_list .erji_intro {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
    overflow-x: auto;
}

.erji_nav .erji_content .erji_list .erji_intro::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.erji_nav .erji_content .erji_list .erji_intro::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #fff;
    background: rgba(51, 63, 71, .6)
}

.erji_nav .erji_content .erji_list .erji_intro::-webkit-scrollbar-track {
    border-radius: 0;
    background: #f6f5f5;
}

.erji_nav .erji_content .erji_list .erji_intro ul {
    font-size: 0;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    height: 64px;
    line-height: 64px;
    vertical-align: top;
    /*padding-left:36.5%;*/
    white-space: nowrap;
}

.erji_nav .erji_content .erji_list .erji_intro ul li {
    display: inline-block;
    margin: 0 18px;
    height: 64px;
    line-height: 64px;
    vertical-align: top;
}

.erji_nav .erji_content .erji_list .erji_intro ul li a {
    position: relative;
    transition: all 0.3s;
    display: inline-block;
    font-size: 17px;
    color: #fff;
}

.erji_nav .erji_content .erji_list .erji_intro ul li a:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 1px;
    background: #fff;
    left: 0;
    bottom: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.erji_nav .erji_content .erji_list .erji_intro ul li.on a {
    color: #fff
}

.erji_nav .erji_content .erji_list .erji_intro ul li.on a:after {
    width: 100%;
    background: #fff
}

.erji_nav .erji_content .erji_list .erji_intro ul li:hover a:after {
    width: 100%;
    background: #fff
}

.erji_nav .erji_content .erji_list .erji_intro.down {
    height: 64px;
}

.erji_nav .erji_content .erji_list .erji_intro ul li a:hover {
    color: #fff
}

/**header end**/

/*about*/
.about_a {
    padding-top: 200px;
}

.about_al {
    color: rgb(255, 255, 255);
    font-size: 42px;
    font-weight: 700;
    line-height: 76px;
    float: left;
}

.about_ar p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    text-align: justify;
}

.about_ar_buttom {
    background: rgba(255, 255, 255, 0.23);
    width: 148px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    border: 1px solid #fff;
    margin-top: 60px;
    position: relative;
    overflow: hidden;
}
.about_ar_buttom:hover{
    border:1px solid transparent;
}
.about_ar_buttom:hover::after,
.about_ar_buttom:hover::before {
    width: 50%;
}

.about_ar_buttom:hover a {
    color: #fff;
}

.about_ar_buttom::after {
    content: '';
    position: absolute;
    left: 0%;
    top: 0%;
    width: 0%;
    height: 100%;
    background: rgb(0, 151, 32);
    transition: .5s;
}

.about_ar_buttom::before {
    content: '';
    position: absolute;
    right: 0%;
    top: 0%;
    width: 0%;
    height: 100%;
    background: rgb(0, 151, 32);
    transition: .5s;
}

.about_ar_buttom a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    position: relative;
    z-index: 1;
}

.about_ar {
    width: 660px;
    float: right;
}

.about_ac {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: flex;
}

.about_ac li {
    flex: 1;
    text-align: center;
    position: relative;
}

.about_ac li::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.82);
    right: 0px;
    top: 0px;
}

.about_ac .ty_h {
    height: 168px;
    width: 0.1%;
}

.container02 ul {
    font-size: 0;
    position:relative;
    overflow: hidden;
    height:680px;
}
.container02 ul li {
	width: 25%;
    padding: 0px 5% 10%;
    float:left;
	height:680px;
}
.container02 ul li:nth-of-type(odd){
    background: #fafafa
}
.container02 ul li:nth-of-type(ever){
    background: #fff
}


.container02 ul li .top {
	padding: 5rem 0 1rem;
	display: inline-block;
	text-align: left;
	max-width: 100%;
	transition: 0.9s ease
}

.container02 ul li .top .title {
	margin-bottom: 34px;
}

.container02 ul li .top .title h3 {
	color: rgb(63, 63, 63);
    font-size: 28px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
    font-family: jxzk;
}

.container02 ul li .top .title h4 {
	font-size: 24px;
	color: #313131;
}

.container02 ul li .top p {
	opacity: 0.6;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
	height: 48px;
	overflow: hidden;
    margin-bottom:30px;
}

.container02 ul li .bottom {
	position: relative
}

.container02 ul li .bottom .img img {
	width: 100%;
}

.container02 ul li .bottom .img_top {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.container02 ul li .bottom .img_top img {
/* max-width:80%; */
	width:80%;
    margin:0 auto;
	transition: 0.9s;
}

.container02 ul li:hover .top {
	padding: 3rem 0 1rem;
}

.container02 ul li:hover .bottom .img_top img {
	transform: scale(1.1)
}

.container02 ul li:hover .top .title h3 {
	color: rgb(0, 130, 53);
}

.container02 ul li:hover .top .title h4 {
	color:rgb(0, 130, 53);
}


@font-face {
    font-family: bebas;
    src: url(http://www.jxjgslyjt.com/public/static/index/css/BebasNeue-Regular.otf);
}

.about_ac {
    background: rgba(0, 0, 0, 0.23);
    backdrop-filter: blur(9px);
}

.about_ac .count {
    color: rgb(255, 255, 255);
    font-family: bebas;
    font-size: 70px;
    line-height: 80px;
}

.about_ac1 {
    color: rgb(255, 255, 255);
    font-size: 14px;
}

.about_ac2 {
    opacity: 0.88;
    color: rgb(255, 255, 255);
    font-size: 16px;
    margin-top: -10px;
}


.about_b1 {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 80px;
}

.about_b1 p:nth-child(1) {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 12px;
}

.about_b1 p:nth-child(2) {
    font-size: 42px;
}

.about_b2 li {
    width: 32%;
    float: left;
    margin-right: 2%;
}

.about_b2 li:nth-child(3) {
    margin-right: 0px;
}

.about_b2 li img {
    width: 100%;
    transition: .5s;
}

.about_b2_text {
    position: relative;
    width: 90%;
    left: 10%;
    top: -85px;
    background: rgb(255, 255, 255);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.11);
    text-indent: 49px;
}

.about_b2_text::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 0%;
    background: rgb(1, 140, 50);
    transition: .5s;
}

.about_b2 li:hover .about_b2_text::after {
    width: 100%;
}

.about_b2_text .ty_h {
    height: 170px;
    width: 0.1%;
    position: relative;
    z-index: 1;
}

.about_b2_text1 {
    color: rgb(0, 0, 0);
    font-size: 28px;
    font-weight: 700;
    line-height: 37px;
    margin-bottom: 12px;
}

.about_b2_text2 {
    color: rgb(57, 57, 57);
    font-size: 14px;
    line-height: 18px;
}

.about_b2 li:hover .about_b2_text1,
.about_b2 li:hover .about_b2_text2 {
    color: #fff;
}


.kjcx {
    background: url(../image/kjcx_bg.jpg) center no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.kjcx .ty_h {
    height: 644px;
    width: 660px;
    padding-left: 50px;
}

.kjcx_1 {
    color: rgb(255, 255, 255);
    font-size: 42px;
    font-weight: 700;
    line-height: 55px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.41);
}

.kjcx_2 {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.kjcx_3 {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    line-height: 31px;
}

.kjcx_4 {
    width: 42px;
    height: 4px;
    background: rgb(1, 140, 50);
    margin-top: 26px;
    margin-bottom: 44px;
}

.fwlx {
    padding: 65px 0px;
}

.fwlx_c {
    background: rgb(245, 245, 245);
    padding: 0px 100px;
}

.fwlx .ty_h {
    height: 412px;
}

.fwlx_l {
    float: left;
}

.fwlx_r {
    float: right;
    width: 72%;
}

.fwlx_z1 {
    color: rgba(0, 0, 0, 0.7);
    font-size: 26px;
    font-weight: 290;
}

.fwlx_z2 {
    color: rgba(0, 0, 0, 0.93);
    font-family: bebas;
    font-size: 56px;
    font-weight: 400;
}

.fwlx_z3 {
    color: rgba(0, 0, 0, 0.7);
    font-size: 18px;
    font-weight: 290;
    line-height: 35px;
    margin-top: 20px;
}

.fwlx_z3l,
.fwlx_z3r {
    float: left;
}

.fwlx_z3r {
    margin-left: 70px;
}

.fwlx_z4 {
    color: rgba(0, 0, 0, 0.7);
    font-size: 18px;
    font-weight: 290;
    line-height: 35px;
}

.fwlx_z4l,
.fwlx_z4r {
    float: left;
}

.fwlx_z4r {
    margin-left: 200px;
}

.fwlx_z5 {
    margin-top: 44px;
}

.fwlx_z5 i {
    margin-left: 5px;
}

.fwlx_lxwm {
    width: 160px;
    line-height: 48px;
    background: rgb(1, 140, 50);
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: inline-block;
}

.fwlx_lyzx {
    width: 160px;
    line-height: 48px;
    background: rgb(0, 0, 0);
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    margin-left: 34px;
}

/*about end*/

/*footer*/
footer {
    background: rgb(50, 50, 50);
}


.footer_top1l {
    float: left;
    padding: 55px 0px;
}

.footer_top1l input {
    width: 509px;
    height: 45px;
    line-height: 45px;
    border: none;
    background: rgba(196, 196, 196, 0.39);
    color: rgba(255, 255, 255, 0.8);
    text-indent: 20px;
    font-size: 12px;
    float: left;
}

.footer_top1l .footer_top1lb {
    width: 106px;
    line-height: 45px;
    text-align: center;
    background: rgb(14, 130, 47);
    color: #fff;
    font-size: 12px;
    float: left;
    cursor: pointer;
    border: none;
}

.footer_top1l input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
}

.footer_top1l input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
}

.footer_top1l input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
}

.footer_top1l input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
}

.footer_top1r {
    display: flex;
    align-items: center;
    /*垂直居中*/
    justify-content: center;
    /*水平居中*/
    height: 155px;
}

.footer_top1r li {
    flex: 1;
    margin-left: 50px;
    position: relative;
}

.footer_top1r li img {
    opacity: 0.4;
}

.footer_top1r li:hover img {
    opacity: 1;
}

.footer_top1r {
    float: right;
}

.footer_top1r li .footer_top1ra img {
    opacity: 1;
    position: absolute;
    margin-top: -260px;
    left: -75px;
    display: None;
    z-index: 99;
}

.footer_top1r li:hover .footer_top1ra img {
    display: block;
}

.xian {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.13);
}

.footer_top2l {
    float: left;
    position: relative;
    padding-right: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer_top2r {
    float: right;
    padding-top: 50px;
    width:68%;
    display:flex;
}

.footer_top2l::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.13);
}

.footer_top2r li {
    flex:1;
    text-align: center;
}

.footer_top2rt a {
    color: #fff;
    margin-bottom: 15px;
}

.footer_top2rba a {
    opacity: 0.4;
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 28px;
}
.footer_top2rba:hover a{
    opacity: 1;
}

.footer_bottom {
    border-top: 1px solid rgba(247, 247, 247, 0.33);
}

.footer_bottom li {
    display: inline-block;
    color: #fff;
    line-height: 46px;
    font-size: 12px;
}

.footer_bottom li a {
    font-size: 12px;
    color: #fff;
    display: inline-block;
}

.footer_bottom li a img {
    height: 12px;
    display: inline-block;
    position: relative;
    top: 2px;
}

.footer_bottom li:last-child {
    float: right;
}

/*footer end*/

/*aboutz*/
.tyz_banner .ty_h {
    height: 520px;
    width: 0.1%;
}

.aboutz_l1 {
    color: rgb(255, 255, 255);
    font-size: 54px;
    font-weight: 900;
    line-height: 80px;
    letter-spacing: 1px;
}

.aboutz_l2 {
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 6px;
}
.aboutz_l10{
    letter-spacing: 14px;
}

.aboutz_r {
    position: relative;
    top: 45px;
    opacity: 0.8;
    color: rgba(255, 255, 255, 1);
}

.aboutz_r a {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    display: inline-block;
}

.aboutz_r div {
    display: inline-block;
}

.aboutz_r4 {
    font-size: 13px;
}

.aboutz_l {
    float: left;
}

.aboutz_r {
    float: right;
}

/*gsjj*/
.aboutz_gsjj {
    padding: 100px 0px 85px;
}

.aboutz_gsjjl {
    width: 52%;
    float: left;
}

.aboutz_gsjjl1 {
    color: rgb(1, 140, 50);
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -2px;
    text-align: justify;
    text-transform: uppercase;
}

.aboutz_gsjjl2 {
    color: rgb(0, 0, 0);
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: justify;
}

.aboutz_gsjjl3 {
    margin-top: 26px;
    color: rgb(67, 67, 67);
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: justify;
}

.aboutz_gsjjl3 p:nth-child(2) {
    margin: 10px 0px;
}

.aboutz_gsjjr {
    width: 45%;
    float: right;
}

.aboutz_gsjjr img {
    width: 100%;
}

.aboutz_sz {
    width: 100%;
    position: relative;
    background: rgb(250, 250, 250);
    margin-top: 65px;
}

.aboutz_sz::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 8px;
    background: rgb(1, 140, 50);
    transform: rotate(180.00deg);
}

.aboutz_sz .count {
    color: rgb(0, 0, 0);
}

.aboutz_sz .about_ac1 {
    color: rgb(0, 0, 0);
}

.aboutz_sz .about_ac2 {
    opacity: 0.5;
    color: rgb(52, 52, 52);
}

.aboutz_sz li::after {
    content: '';
    position: absolute;
    height: 60%;
    width: 1px;
    background: rgba(0, 0, 0, 0.3);
    right: 0px;
    top: 20%;
}

.aboutz_sz li:last-child::after {
    display: none;
}

/*rhfz*/
.rhfz {
    background: url(../image/rhfz_bg.jpg) center no-repeat;
    background-size: cover;
    background-position: center;
}

.rhfz .ty_h {
    height: 586px;
    width: 0.1%;
}

.rhfz_l {
    float: left;
    width: 50%;
}

.rhfz1 {
    color: rgb(255, 255, 255);
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 1px;
}

.rhfz2 {
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: 400;
    line-height: 43px;
    margin-top: 32px;
}

.rhfz3 {
    float: right;
    width: 470px;
}

/*fzlc*/
.fzlc {
    background: url(../image/fzlc.png) center no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 100px;
}

.fzlc_w {
    overflow: hidden;
}

.fzlc_lb {
    transition: .5s;
}

.fzlc_lb .swiper-slide {
    background: rgba(255, 255, 255, 0.47);
    position: relative;
    cursor: pointer;
    height: 388px;
}

.fzlc_lb .swiper-slide::after {
    content: '';
    position: absolute;
    top: 50%;
    bottom: 50%;
    width: 100%;
    background: rgb(1, 140, 50);
    left: 0px;
}

.fzlc_lb1,
.fzlc_lb2,
.fzlc_lb3,
.fzlc_lb4 {
    position: relative;
    z-index: 1;
}

.fzlc_lb .swiper-slide.swiper-slide-active::after {
    top: 0px;
    bottom: 0px;
}

.fzlc_lb .swiper-slide.swiper-slide-active .fzlc_lb1,
.fzlc_lb .swiper-slide.swiper-slide-active .fzlc_lb3,
.fzlc_lb .swiper-slide.swiper-slide-active .fzlc_lb4 {
    color: #fff;
}

.fzlc_lb .swiper-slide.swiper-slide-active .fzlc_lb2 {
    background: #fff;
}

.fzlc_lb .swiper-slide:hover::after {
    top: 0px;
    bottom: 0px;
}

.fzlc_lb .swiper-slide:hover .fzlc_lb1,
.fzlc_lb .swiper-slide:hover .fzlc_lb3,
.fzlc_lb .swiper-slide:hover .fzlc_lb4 {
    color: #fff;
}

.fzlc_lb .swiper-slide:hover .fzlc_lb2 {
    background: #fff;
}

.fzlc_lba {
    width: 100%;
    height: 45px;
    position: relative;
    margin-top: 50px;
    transition: .5s;
}

.fzlc_lba::after {
    content: '';
    position: absolute;
    left: 0px;
    height: 10px;
    width: 100%;
    bottom: 21.5px;
    background: url(../image/fzlc_x.png);
}

.fzlc_lba .swiper-slide.swiper-slide-active {
    position: relative;
    z-index: 2;
    height: 45px;
    width: 100%;
    background: url(../image/fzlc_action.png) center no-repeat;
    background-size: cover;
    background-position: center;
}

.fzlc_lb .swiper-slide {
    text-align: center;
}

.fzlc_lb1 {
    color: rgb(0, 0, 0);
    font-family: Bebas;
    font-size: 42px;
    font-weight: 400;
    line-height: 56px;
    padding-top: 53px;
}

.fzlc_lb2 {
    width: 43px;
    height: 2px;
    background: #000;
    margin: 25px auto 53px;
}

.fzlc_lb3 {
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}

.fzlc_lb4 {
    color: rgb(112, 111, 111);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 30px;
    padding: 0px 25%;
}

.fzlc_topl {
    color: rgb(0, 0, 0);
    font-size: 46px;
    font-weight: 400;
    line-height: 61px;
    float: left;
}

.fzlc_top {
    padding: 72px 0px;
}

.fzlc_topr {
    float: right;
    height: 61px;
}

.fzlc_topr div {
    width: 55px;
    height: 55px;
    line-height: 55px;
    border: 1px solid rgb(140, 140, 140);
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    margin-left: 43px;
}

.fzlc_topr div:hover {
    background: rgb(1, 140, 50);
    border: 1px solid rgb(1, 140, 50);
}

.fzlc_topr div:hover i {
    color: #fff;
}

.fzlc_topr div i {
    font-size: 30px;
    color: rgb(140, 140, 140);
}

.fz_y i {
    margin-left: -4px;
}

.fz_z i {
    margin-right: -4px;
}

/*dszzc*/
.dszz {
    padding: 92px 0px;
}

.dszz .ty_h {
    height: 600px;
    width: 0.1%;
}

.dszz_bg {
    height: 600px;
    width: 100%;
    background: url(../image/dszzc_bg.jpeg) center no-repeat;
    background-size: cover;
    background-position: center;
}

.dszz_c {
    width: 606px;
    padding-left: 100px;
}

.dszz1 {
    color: rgb(255, 255, 255);
    font-size: 42px;
    font-weight: 700;
    line-height: 55px;
}

.dszz2 {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
}

.dszz3 {
    width: 42px;
    height: 4px;
    background: rgb(1, 140, 50);
    margin: 26px 0px 44px;
}

.dszz4 {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 400;
    line-height: 31px;
}

.dszz5 {
    text-align: right;
    margin-top: 100px;
}

.dszz5 img {
    display: inline;
    width: 204px;
}

/*ppgs*/
.ppgsd1 {
    padding: 80px 0px;
}

.ppgs1 {
    color: rgb(0, 0, 0);
    font-size: 36px;
    font-weight: 700;
    line-height: 49px;
    text-align: center;
}

.ppgs2 {
    color: rgb(80, 80, 80);
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    text-align: center;
    margin-top: 26px;
}

.ppgsd2 {
    position: relative;
    height: 570px;
    background: rgb(247, 247, 247);
}

.ppgsd2a {
    position: absolute;
    top: 0px;
    right: 0px;
}

.ppgsd2a img {
    height: 100%;
}

.ppgsd2b {
    background: #fff;
    position: absolute;
    left: 10%;
    bottom: 0px;
    width: 40%;
    height: 495px;
    padding: 85px 80px 0px;
}

.ppgsd2b1 {
    color: rgb(0, 0, 0);
    font-size: 36px;
    font-weight: 400;
}

.ppgsd2b2 {
    opacity: 0.6;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    text-align: justify;
    margin-top: 30px;
    margin-bottom: 48px;
}

.ppgsd2b3 {
    background: rgb(1, 140, 50);
    width: 160px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.ppgsd3l {
    width: 50%;
    float: left;
    padding: 40px;
    background: rgb(247, 247, 247);
}

.ppgsd3l img {
    width: 100%;
}

.ppgsd3r {
    width: 50%;
    float: right;
    padding: 0px 150px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}
.ppgs{
    padding-bottom:30px;
}
/*gltd*/
.gltd {
    padding: 90px 0px 50px;
}

.gltd li {
    background: rgb(245, 245, 245);
    padding: 50px;
    margin-bottom: 40px;
}

.gltdr_top {
    position: relative;
}

.gltdr4 {
    position: absolute;
    right: 0px;
    bottom: 40px;
    width: 152px;
    line-height: 46px;
    border-radius: 23px;
    text-align: center;
    border: 1px solid rgb(175, 175, 175);
    cursor: pointer;
}

.gltdl {
    float: left;
}

.gltdr {
    float: right;
    width: 60%;
    margin-right: 3%;
}

.gltdr .ty_h {
    width: 0.1%;
}

.gltdr1 {
    color: rgb(0, 0, 0);
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
}

.gltdr2 {
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    margin-top: 7px;
}

.gltdr3 {
    width: 61px;
    height: 4px;
    background: rgb(1, 140, 50);
    margin: 19px 0px 35px;
}

.gltdr_bottom {
    color: rgb(87, 86, 86);
    font-size: 18px;
    font-weight: 400;
    line-height: 45px;
    padding-bottom: 45px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

.gltdr_bottom::after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 0px;
    width: 10px;
    height: 10px;
    background: rgb(1, 140, 50);
    border-radius: 50%;
}

/*qywh*/
.qywh1 {
    background: url(../image/qywh_bg.jpeg) center no-repeat;
    background-size: cover;
    background-position: center;
    margin: 20px;
}

.qywh1 .ty_h {
    height: 620px;
    width: 0.1%;
}

.qywh1 ul {
    display: flex;
}

.qywh1 ul li {
    flex: 1;
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 34px;
    font-weight: 400;
    line-height: 53px;
    height: 620px;
}

.qywh1 ul li::after {
    content: '';
    position: absolute;
    bottom: 44%;
    left: 50%;
    width: 28px;
    margin-left: -14px;
    height: 3px;
    background: rgba(255, 255, 255, 0.59);
}

.qywh1 ul li::before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 1px;
    height: 620px;
    background: #fff;
}

.qywh2a {
    margin-top: 70px;
    margin-bottom: 70px;
}

.qywh2a ul li {
    background: rgb(245, 245, 245);
    width: 23%;
    padding: 37px;
    margin-right: 2.66%;
    float: left;
}

.qywh2a ul li:last-child {
    margin-right: 0px;
}

.qywh2a2 {
    color: rgb(0, 0, 0);
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 2px;
    margin-top: 155px;
}

.qywh2a3 {
    margin-top: 26px;
    height: 50px;
    color: rgb(114, 114, 114);
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1px;
}

.qywh2b li {
    margin-bottom: 12px;
    height: 307px;
    padding: 50px;
}

.qywh2b li:nth-child(1) {
    width: 60%;
    background: url(../image/qywh1.jpeg) center no-repeat;
    background-size: cover;
    background-position: center;
    float: left;
}

.qywh2b li:nth-child(2) {
    width: 39%;
    background: url(../image/qywh2.jpeg) center no-repeat;
    background-size: cover;
    background-position: center;
    float: right;
}

.qywh2b li:nth-child(3) {
    width: 39%;
    background: url(../image/qywh3.jpeg) center no-repeat;
    background-size: cover;
    background-position: center;
    float: left;
}

.qywh2b li:nth-child(4) {
    width: 60%;
    background: url(../image/qywh4.jpeg) center no-repeat;
    background-size: cover;
    background-position: center;
    float: right;
}

.qywh2b1 {
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
}

.qywh2b2 {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 13px;
}

.qywh2b {
    margin-bottom: 70px;
}



.qywhxa{
    padding:104px 0px 80px;
}
.qywhxa li{
    background: rgb(246, 246, 246);
    width:49%;
    float:left;
    margin-right:2%;
    margin-bottom:22px;
}
.qywhxa li:nth-child(2n){
    margin-right:0%;
}
.qywhxa li .ty_h{
    width:100%;
    height:214px;
}
.qywhxa1{
    padding-left:46px;
    float:left;
}
.qywhxa2{
    float:right;
    width:70%;
    margin-right:5%;
}
.qywhxa2a{
    color: rgb(0, 0, 0);
    font-family: 微软雅黑;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 2px;
}
.qywhxa2b{
    color: rgb(182, 182, 182);
    font-family: 微软雅黑;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
}
.qywhxa2c{
    color: rgb(107, 107, 107);
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}


.qywha2{
    height:850px;
    width:100%;
    background:url(../image/qywh2_bg.jpeg) center no-repeat;
    background-size:cover;
    background-position:center;
}
.qywha2 ul{
    text-align:center;
    padding-top:70px;
}
.qywha2 ul li{
    width:360px;
    height:214px;
    margin-right:66px;
    display:inline-block;
    text-align:center;
    background:#fff;
    position:relative;
    margin-bottom:34px;
    cursor: pointer;
}
.qywha2 ul li::after{
    content:'';
    position:absolute;
    top:0px;
    left:50%;
    right:50%;
    height:100%;
    background: rgb(0, 154, 44);
}
.qywha2 ul li:hover::after{
    left:0px;
    right:0px;
}
.qywha2 ul li:nth-child(3n){
    margin-right:0px;
}
.qywhap{
    position:relative;
    z-index: 1;
    display: table-cell;
    vertical-align: middle;
    width:0.1%;
    height:214px;
}
.qywha2 ul li img{
    display:inline;
}
.qywha21 img{
transition: .5s;
}
.qywha22{
    color: rgb(0, 0, 0);
    font-family: 微软雅黑;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 2px;
    margin-top:16px;
    margin-bottom:10px;
}
.qywha23{
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 25px;
}
.qywha2 ul li:hover .qywha22,.qywha2 ul li:hover .qywha23{
    color:#fff;
}
.qywha21 img:nth-child(2){
    display:none;
}
.qywha2 ul li:hover .qywha21 img:nth-child(1){
    display:none;
}
.qywha2 ul li:hover .qywha21 img:nth-child(2){
    display:inline-block;
}
.qywhd{
    text-align:center;
    padding:124px 0px 100px;
}
.qywhdl{
    background: rgb(246, 246, 246);
    width: 558px;
    height: 650px;
    float:left;
    margin-right:19px;
}
.qywhdr{
    width: 755px;
    height: 650px;
    background:url(../image/qywhdr.jpeg) center no-repeat;
    background-size:cover;
    background-position:center;
    float:right;
}

.qywhd{
    width:1340px;
    margin:0 auto;
}
.qywhdlw{
    width:420px;
    margin:0 auto;
    text-align:left;
}
.qywhdl1{
    color: rgb(0, 0, 0);
font-family: 微软雅黑;
font-size: 34px;
font-weight: 700;
margin-bottom:50px;
padding-top:60px;
}
.qywhdl2{
    color: rgb(14, 130, 47);
font-family: 微软雅黑;
font-size: 28px;
font-weight: 700;
margin-bottom:10px;
}
.qywhdl3{
    color: rgb(99, 99, 99);
font-family: 微软雅黑;
font-size: 16px;
font-weight: 400;
line-height: 60px;
letter-spacing: 0px;
text-align: justify;
}
.qywhdl3 p{
    border-bottom:1px solid rgba(0,0,0,0.08);
}
/*qyry*/
.qyry {
    background: rgb(239, 239, 239);
    padding-bottom: 70px;
}

.qyry_topl1 {
    color: rgb(0, 0, 0);
    font-size: 42px;
    font-weight: 400;
    line-height: 55px;
}

.qyry_topl2 {
    opacity: 0.6;
    color: rgb(0, 0, 0);
    font-size: 22px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 1px;
    margin-top: 15px;
}

.qyry_top {
    padding: 82px 0px 0px;
}

.qyry_topl {
    float: left;
}

.qyry_topr {
    width: 60%;
    float: right;
    opacity: 0.6 !important;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    padding-top: 24px;
}

.qyry_nav {
    display: flex;
    margin: 60px 0px 30px;
}

.qyry_nav li {
    flex: 1;
    margin-right: 14px;
    line-height: 84px;
    text-align: center;
    background: #fff;
    position: relative;
}

.qyry_nav li::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0%;
    right: 0%;
    height: 3px;
    background: rgb(1, 140, 50);
    transition: .5s;
}

.qyry_nav li:last-child {
    margin-right: 0px;
}

.qyry_nav li a {
    color: rgba(0, 0, 0, 0.7);
    font-size: 22px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.qyry_nav li:hover a {
    color: rgba(255, 255, 255);
}

.qyry_nav li:hover::after {
    height: 100%;
}

.qyry_nav li.action a {
    color: rgba(255, 255, 255);
}

.qyry_nav li.action::after {
    height: 100%;
}

.qyry_lists {
    background: #fff;
    padding: 50px;
}

.qyry_list li {
    width: 31%;
    margin-right: 3.5%;
    float: left;
    margin-bottom: 40px;
    cursor: pointer;
}

.qyry_list li:nth-child(3n) {
    margin-right: 0px;
}

.qyry_list2 {
    background: rgb(246, 246, 246);
    line-height: 80px;
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: 400;
}
.qyry_list li:hover .qyry_list2{
    color:#008235;
}

.ty_img {
    position: relative;
    overflow: hidden;
}

.ty_img img {
    width: 100%;
    transition: .5s;
}
.ty_img:hover img{
    transform: scale(1.04);
}
.ty_imgl li:hover img {
    transform: scale(1.04);
}

/*kjcxa*/
.kjcxa1 {
    color: rgb(0, 0, 0);
    font-size: 38px;
    font-weight: 400;
    line-height: 67px;
    text-align: center;
    padding: 75px 0px 125px;
}

.kjcx2a {
    display: flex;
    margin-top: 100px;
}

.kjcx2a li {
    flex: 1;
    position: relative;
    margin-right: 37px;
}

.kjcx2a li:last-child {
    margin-right: 0px;
}

.kjcx2a li:nth-child(2) .kjcxa21 {
    margin-top: -24%;
}

.kjcxa21 {
    position: absolute;
    margin-top: -28%;
    width: 100%;
    text-align: center;
}

.kjcxa21 img {
    display: inline;
}

.kjcxa22 {
    width: 100%;
    height: 288px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.14);
    background: rgba(235, 234, 234, 0.14);
    border-radius: 20px;
}

.kjcxa22a {
    margin-top: 145px;
    color: rgb(0, 0, 0);
    font-size: 22px;
    font-weight: 400;
    line-height: 29px;
}

.kjcxa22b {
    color: rgb(137, 136, 136);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 7px;
}

.kjcxa3 {
    margin: 91px 0px 56px;
}

.kjcxa3 img {
    width: 100%;
}

/*aboutz end*/

/*news*/
.news_sy {
    background: rgb(239, 239, 239);
}

.news_lbc {
    background: rgba(0, 0, 0, 0.5);
    line-height: 84px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.news_lb {
    height: 84px;
}

.news_lb::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    width: 26px;
    height: 26px;
    margin-top: -15px;
    background: url(../image/gongg.png) center no-repeat;
}

.news_banner .aboutz_l1 {
    padding-top: 270px;
}

.news_lb .swiper-slide {
    text-indent: 44px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.63);
}

.news_lb .swiper-slide a {
    color: rgba(255, 255, 255, 0.63);
}

.news_lb1 {
    float: left;
}

.news_lb2 {
    float: right;
}

.newsz_top {
    padding: 80px 0px 50px;
}

.newsz_top1 {
    color: rgb(0, 0, 0);
    font-size: 42px;
    font-weight: 400;
    float: left;
    padding-bottom: 15px;
    position: relative;
}

.newsz_top1::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 51px;
    height: 7px;
    background: rgb(47, 161, 87);
}

.newsz_top2 {
    float: right;
    text-align: center;
    width: 148px;
    line-height: 45px;
    border: 1px solid rgba(0, 0, 0, 0.38);
    position: relative;
    overflow: hidden;
}

.newsz_top2:hover::after,
.newsz_top2:hover::before {
    width: 50%;
}

.newsz_top2:hover a {
    color: #fff;
}

.newsz_top2::after {
    content: '';
    position: absolute;
    left: 0%;
    top: 0%;
    width: 0%;
    height: 100%;
    background: rgb(0, 151, 32);
    transition: .5s;
}

.newsz_top2::before {
    content: '';
    position: absolute;
    right: 0%;
    top: 0%;
    width: 0%;
    height: 100%;
    background: rgb(0, 151, 32);
    transition: .5s;
}

.newsz_top2 a {
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    position: relative;
    z-index: 1;
}

.news_jtxwl {
    width: 50%;
    float: left;
    
}
.news_jtxwl img {
    max-height: 450px;
}
.news_jtxwr .ty_h{
    height:450px !important;
}

.news_jtxw .swiper-slide:hover .ty_img img {
    transform: scale(1.04);
}

.news_jtxwr {
    width: 50%;
    float: right;
    padding: 0px 72px;
    background: #fff;
}

.news_jtxwr1 {
    opacity: 0.4;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.news_jtxwr1 i {
    margin-right: 4px;
}

.news_jtxwr2 {
    color: rgb(0, 0, 0);
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin: 12px 0px 24px;
}

.news_jtxwr3 {
    opacity: 0.6;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}

.news_jtxwr4 {
    opacity: 0.64;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 88px;
}

.jtxw_li {
    position: absolute;
    z-index: 99;
    text-align: right;
    padding-right: 72px;
    bottom: 36px !important;
}

.jtxw_li .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    background: rgb(1, 140, 50) !important;
    opacity: 1 !important;
    margin: 0px 9px !important;
}

.jtxw_li .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    margin-top: -9px;
    margin-left: -9px;
    border: 1px solid rgb(1, 140, 50);
    border-radius: 50%;
    display: none;
}

.jtxw_li .swiper-pagination-bullet-active::after {
    display: block;
}

.news_li {
    margin-top: 90px;
}

.news_li ul {
    display: flex;
    text-align: center;
    justify-content: center;
}

.news_li ul img {
    display: inline;
    transition: 1s;
}
.news_li ul li:hover img{
    transform:rotate(360deg)
}
.news_li ul li {
    flex: 1;
    height: 522px;
    position:relative;
    overflow: hidden;
    transition: .5s;
}

.news_li ul li .ty_h {
    height: 522px;
    width: 0.1%;
}

.news_l_text {
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
    margin-top: 13px;
}


.news_li ul li:nth-child(1) a{
    background: url(../image/news_1.jpeg) center no-repeat;
    background-size: cover;
    background-position: center;
    transition: .5s;
}

.news_li ul li:nth-child(2) a{
    background: url(../image/news_2.jpeg) center no-repeat;
    background-size: cover;
    background-position: center;
    transition: .5s;
}

.news_li ul li:nth-child(3) a{
    background: url(../image/news_3.jpeg) center no-repeat;
    background-size: cover;
    background-position: center;
    transition: .5s;
}

.newsz_banner .aboutz_l2 {
    letter-spacing: 5.6px;
}

.newsz_list {
    padding-top: 80px;
    padding-bottom: 80px;
}

.newsz_list .news_z li {
    width: 31%;
    float: left;
    margin-right: 3.5%;
    margin-bottom: 50px;

}

.newsz_list .news_z li:nth-child(3n) {
    margin-right: 0px;
}

.newsz_con {
    padding: 25px;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.newsz_con::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 2px;
    width: 100%;
    background: rgb(1, 140, 50);
    transition: .5s;
}

.news_z li:hover .newsz_con::after {
    height: 100%;
}

.newsz_con1,
.newsz_con2,
.newsz_con3 {
    position: relative;
    z-index: 1;
}

.news_z li:hover .newsz_con1,
.news_z li:hover .newsz_con2,
.news_z li:hover .newsz_con3 {
    color: #fff;
}

.newsz_con1 {
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.newsz_con1 i {
    margin-right: 4px;
}

.newsz_con2 {
    color: rgb(0, 0, 0);
    font-size: 22px;
    font-weight: 400;
    line-height: 29px;
    margin: 12px 0px 44px;
}

.newsz_con3 {
    opacity: 0.64;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding-bottom: 10px;
}

.newsz_cona {
    border: 1px solid rgb(223, 223, 223);
    line-height: 54px;
    border-radius: 27px;
    text-align: center;
    color: rgb(78, 79, 79);
    font-size: 16px;
    margin-top: 17px;
    position: relative;
    transition: .5s;
}

.newsz_cona::after {
    content: '';
    position: absolute;
    right: 50%;
    left: 50%;
    height: 100%;
    background: rgb(1, 140, 50);
    border-radius: 27px;
    transition: .5s;
}
.news_z .ty_img{
    max-height:240px;
    overflow: hidden;
}
.news_z li:hover .ty_img img {
    transform: scale(1.04);
}

.news_z li:hover .newsz_cona {
    color: #fff;
}

.news_z li:hover .newsz_cona::after {
    right: 0px;
    left: 0px;
}

.newsz_cona span {
    position: relative;
    z-index: 1;
}

.hyzc {
    padding: 60px 0px;
}

.hyzc_ul li {
    background: #fff;
    padding: 34px;
}

.hyzc_ull img {
    width: 100%;
    
}

.hyzc_ull {
    float: left;
    width:480px;
    max-height: 300px;
}

.hyzc_ulr {
    width: 800px;
    float: right;
}

.hyzc_ul li {
    margin-bottom: 30px;
}

.hyzc_ulr1 {
    color: rgb(1, 140, 50);
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}
.hyzc_ulr .ty_h{
    width:100%;
    display:block;
    padding-top:35px;
}
.hyzc_ulr2 {
    color: rgb(0, 0, 0);
    font-size: 22px;
    font-weight: 400;
    line-height: 29px;
    overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
    height:29px;
    margin: 14px 00px 17px;
}

.hyzc_ulr3 {
    opacity: 0.38;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 72px;
}

.hyzc_ulr4 {
    opacity: 0.64;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

/*news end*/

/*product*/
.productz_banner .aboutz_l1 {
    color: #000;
}

.productz_banner .aboutz_l2 {
    color: #000;
}

.productha {
    padding: 20px;
}

.productha li {
    height: 730px;
    background: rgb(247, 247, 247);
    text-align: center;
    transition: .5s;
    position: relative;
    width: 49.5%;
    float: left;
}

.productha li:nth-child(2) {
    float: right;
}

.product-bg {
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .5s ease-in-out;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    width: 100%;
}

.productha li:hover .product-bg {
    opacity: 1;
}

.productha li:hover .producth1,
.productha li:hover .producth2,
.productha li:hover .producth3,
.productha li:hover .producth4 {
    position: relative;
    z-index: 1;
    color: #fff;
}

.producth1 {
    color: rgb(0, 0, 0);
    font-size: 38px;
    font-weight: 500;
    line-height: 60px;
    padding-top: 55px;
}

.producth2 {
    color: rgb(58, 58, 58);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.producth3 {
    color: rgb(1, 140, 50);
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 1px;
    margin-top: 10px;
}

.producth3 i {
    font-size: 26px;
    position: relative;
    top: 5px;
}

.producth4 img {
    max-width: 80%;
    display: inline;
    margin-top: 90px;
}

.productha li:nth-child(2) .producth4 img {
    margin-top: 30px;
}

.product-bg img {
    width: 100%;
}

.producthbt {
    color: rgb(0, 0, 0);
    font-size: 42px;
    font-weight: 400;
    line-height: 55px;
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    margin: 60px 0px 80px;
}

.producthbt::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -25px;
    width: 50px;
    height: 6px;
    background: rgb(1, 140, 50);
}

.producthb {
    padding: 0px 60px;
}

.tjcps .prsk {
    background: rgb(240, 240, 240);
    text-align: center;
}

.tjcps .prsk:hover {
    background: #fff;
}

.tjcps .prsk:hover::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 99%;
    height: 99%;
    border: 2px solid rgb(0, 130, 53);
}
#top_btn{
    position:fixed;
    bottom:10%;
    right:20px;
    width:40px;
    line-height:40px;
    background:#008235;
    text-align:center;
    color:#fff;
    cursor: pointer;
}
.tjcps .prsk a {
    position: relative;
    z-index: 1;
}
.tjcps li{
    padding-top:30px;
}
.tjcp1 {
    height: 462px;
    display: table-cell;
    vertical-align: middle;
    width: 0.1%;
}

.tjcp1 img {
    display: inline;
}

.tjcp2 {
    margin-top: 20px;
    margin-bottom: 15px;
    color: rgb(0, 0, 0);
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
}

.tjcp3 {
    color: rgb(1, 140, 50);
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
.tjcp3 i{
    font-size: 30px;
    position: relative;
    top: 5.5px;
}

.tjcp_li {
    text-align: center;
    padding: 40px 0px 40px;
}

.pr_lis {
    padding: 100px;
}

.tjcps li {
    width: 24%;
    margin-right: 1.33%;
    float: left;
    position: relative;
    margin-bottom: 20px;
}

.tjcps li:nth-child(4n) {
    margin-right: 0px;
}

.pr_zs {
    padding-bottom: 80px;
}

/*xxmd*/
.pr_md li {
    width: 32%;
    margin-right: 2%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.pr_md li:nth-child(3n) {
    margin-right: 0px;
}

.pr_md2 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 0px 20px;
    width: 100%;
    font-size: 20px;
}

.pr_mdp {
    padding-bottom: 60px;
}

/*xssc*/
.xssc ul {
    display: flex;
}

.xssc ul li {
    flex: 1;
    text-align: center;
    height: 750px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.xssca {
    padding-top: 300px;
}

.xssc ul li:nth-child(2n) {
    background: rgb(246, 246, 246);
}

.xssc ul li:nth-child(2) .xssca1 img {
    height: 66px;
    margin: 12px 0px;
}

.xssca1 {
    margin: 0 auto;
}

.xssca1 img {
    height: 90px;
    display: inline;
}

.xssca2 {
    margin-top: 30px;
    color: rgb(0, 0, 0);
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 2px;
}

.xssc li:hover .xsscb {
    bottom: 0%;
    left: 0%;
}

.xsscb {
    background: url(../image/tb_bg.jpeg) center no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: -100%;
    left: 0%;
    height: 750px;
    width: 100%;
    padding-top: 100px;
    transition: 1s;
}

.xsscb::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.xsscbs {
    position: relative;
    z-index: 1;
}

.xsscb1 {
    width: 60%;
    margin: 60px auto 0px;
    line-height: 60px;
    color: #fff;
    border: 1px solid #fff;
    transition: .5s;
}

.xsscb1:hover {
    background: rgb(0, 130, 53);
    color: #fff;
    border: 1px solid rgb(0, 130, 53);
}

.xsscb2 {
    margin-top: 70px;
}

.xsscb2 img {
    width: 60%;
    display: inline;
}

.gyhd {
    height: 596px;
    margin: 1%;
    width: 98%;
    background: url(../image/gyfw_bg.jpeg) center no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.gyhd img {
    display: inline;
    margin-top: 33px;
}

.gyhd2 {
    color: rgb(0, 0, 0);
    font-size: 38px;
    font-weight: 900;
    line-height: 55px;
    margin-top: 54px;
}

.gyhd3 {
    color: rgb(93, 93, 93);
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 12px;
}

.gyhds li {
    background: rgb(249, 249, 249);
}

.djgz1 {
    height: 720px;
    width: 100%;
    background: url(../image/djgz_bg.jpeg) center no-repeat;
    background-size: cover;
    background-position: center;
}

.djgz1s {
    width: 960px;
    float: right;
    margin-right: 10%;
}

.djgz1s .ty_h {
    height: 720px;
    width: 0.1%;
}


.djgz1s2 {
    color: rgb(54, 53, 53);
    font-size: 18px;
    font-weight: 400;
    line-height: 44px;
    text-align: justify;
    margin-top:20px;
}

.djgz21 {
    width: 55px;
    height: 55px;
    margin: 0 auto;
    line-height: 55px;
    text-align: center;
    border: 1px solid rgb(140, 140, 140);
    border-radius: 50%;
}
.djgz2 li:hover .djgz21{
    border:1px solid rgb(175, 0, 7);
    background:rgb(175, 0, 7);
    color:#fff;
}

.djgz2 .ty_h {
    height: 495px;
    width: 0.1%;
}

.djgz21 i {
    font-size: 26px;
}

.djgz2 li {
    width: 49.5%;
    float: left;
    text-align: center;
}

.djgz2 li:nth-child(2) {
    float: right;
}

.djgz22 {
    margin-bottom:30px;
}



.djgz2 li:nth-child(1) {
    background: url(../image/djgz_bg1.jpeg) center no-repeat;
    background-size: cover;
    background-position: center;
}

.djgz2 li:nth-child(2) {
    background: url(../image/djgz_bg2.jpeg) center no-repeat;
    background-size: cover;
    background-position: center;
}

.djgz2 {
    margin: 18px;
}

.djgz2s{
    padding:80px 0px 60px;
}
.djgz2s ul li{
    width:49%;
    float:left;
    margin-right:2%;
    margin-bottom:36px;
    position:relative;
}
.djgz2s ul li:nth-child(2n){
    margin-right:0px;
}
.djgz2b{
    position:absolute;
    left:0px;
    bottom:0px;
    line-height:58px;
    width:100%;
    background:rgba(0, 0, 0, 0.4);
    font-size:18px;
    color:#fff;
    text-align:center;
}

.djgz3{
    margin-bottom:120px;
}
.djgz3b img{
    width:100%;
}
.djgzx footer{
    background:url(../image/footer_bg.jpeg) center no-repeat;
    background-size:cover;
    background-position:center;
}
.djgz_bg{
    background:#faf5e2;
}
.tyzs_banner{
    height:600px;
    margin-top:94px;
}
/*product end*/

/*dzb*/
.dzb {
    background: url(../image/dzb_bg.jpg) center no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 839px;
}

.dzb_c {
    position: absolute;
    right: 0px;
    top: 115px;
    height: 609px;
    width: 86%;
    background: #fff;
    padding: 130px 126px 0px 220px;
}

.dzb_c2 {
    color: rgb(54, 53, 53);
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: 400;
    line-height: 44px;
    text-align: justify;
}

/*dzb end*/

/*jyzp*/
.jyzp_top {
    height: 400px;
    text-align: center;
    line-height: 400px;
    background: url(../image/jyzp.jpg) center no-repeat;
    background-size: cover;
    background-position: center;
    color: rgb(255, 255, 255);
    font-size: 42px;
    margin: 110px 0px 30px;
}

.jyzp {
    padding-bottom: 110px;
}

/*jyzp end*/
/*lxwm*/
.lxwma {
    background: url(../image/lxwm_bg.png) right top no-repeat;
}

.lxwmaa1 {
    padding-top: 103px;
    padding-bottom: 40px;
}

.lxwmaa1_1 {
    color: rgb(0, 0, 0);
    font-size: 38px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0.2px;
}

.lxwmaa1_2 {
    color: rgb(0, 0, 0);
    font-size: 21px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 7px;
}

.lxwmaa2 {
    width: 738px;
}

.lxwmaa2 li {
    width: 100%;
    line-height: 66px;
    padding-left: 55px;
    font-size: 22px;
    color: rgba(255, 255, 255, 0.85);
}

.lxwmaa2 li:nth-of-type(odd) {
    background: #008f3a;
}

.lxwmaa2 li:nth-of-type(even) {
    background: #008235;
}

.lxwmaa3 {
    margin-top: 90px;
    display: flex;
    background: rgb(245, 245, 245);
}

.lxwmaa3 li {
    flex: 1;
    padding: 26px 0px 46px 54px;
    position: relative;
}

.lxwmaa3 li::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 1px;
    height: 100%;
    opacity: 0.1;
    background: rgb(0, 0, 0);
}

.lxwmaa3 li:nth-child(4)::after {
    display: none;
}

.lxwmaa3_1 {
    color: rgb(0, 0, 0);
    font-size: 28px;
    font-weight: 400;
    line-height: 64px;
    position: relative;
    margin-bottom: 37px;
}

.lxwmaa3_1::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 47px;
    height: 3px;
    background: rgb(0, 130, 53);
}

.lxwmaa3_2 {
    opacity: 0.64;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    height: 58px;
}

.zxly {
    background: rgb(245, 245, 245);
    margin-top: 74px;
    padding-bottom: 86px;
}

.lxwm_r1 {
    color: rgb(0, 0, 0);
    font-size: 42px;
    font-weight: 400;
    line-height: 55px;
    text-align: center;
    padding: 52px 0px 15px;
    position: relative;
}

.lxwm_r1::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -25px;
    width: 50px;
    height: 7px;
    background: rgb(47, 161, 87);
}

.lxwm_r2 {
    opacity: 0.38;
    color: rgb(13, 13, 13);
    font-size: 16px;
    font-weight: 400;
    line-height: 64px;
    text-align: center;
}

.lxwm_r3 {
    margin-top: 35px;
}

.lxwm_r3 li {
    width: 49%;
    float: left;
}

.lxwm_r3 li:nth-child(2) {
    float: right;
}

.lxwm_r3 li input {
    width: 100%;
    line-height: 58px;
    border: 1px solid rgb(139, 139, 139);
    text-indent: 33px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    font-weight: 400;
    background: None;
}

.lxwm_r4 textarea {
    margin-top: 21px;
    width: 100%;
    border: 1px solid rgb(139, 139, 139);
    background: None;
    color: rgba(0, 0, 0, 0.5);
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: 400;
    text-indent: 33px;
    line-height: 58px;
}

.lxwm_btn {
    background: rgb(0, 130, 53);
    border-radius: 4px;
    width: 354px;
    line-height: 45px;
    margin: 56px auto 0px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.jmhz {
    padding: 106px 0px;
}

.jmhzl {
    width: 54%;
    float: left;
}

.jmhzr {
    width: 40%;
    float: right;
}

.jmhzl1 {
    color: rgb(5, 5, 5);
    font-size: 28px;
    font-weight: 400;
    line-height: 37px;
    margin-top: 20px;
}

.jmhzl2 {
    color: rgb(0, 130, 53);
    font-family: bebas;
    font-size: 62px;
    font-weight: 400;
    line-height: 82px;
}

.jmhzl3 {
    margin-top: 45px;
}

.jmhzl3 li {
    line-height: 89px;
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: 400;
    text-indent: 28px;
}

.jmhzl3 li:nth-of-type(odd) {
    background: rgb(245, 245, 245);
}

.jmhzl3 li:nth-of-type(even) {
    background: rgba(245, 245, 245, 0.3);
}

.jmzc {
    background: url(../image/jmzc.jpeg) center no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 60px;
}

.jmzc_t1 {
    text-align: center;
    padding-top: 70px;
}

.jmzc_t1 img {
    display: inline;
}

.jmzc_t2 {
    color: rgb(0, 0, 0);
    font-size: 42px;
    font-weight: 400;
    line-height: 55px;
    text-align: center;
    position: relative;
    top: -45px;
}

.jmzc_b {
    margin-top: 34px;
}

.jmzc_b li {
    width: 32%;
    margin-right: 2%;
    float: left;
    padding: 26px 44px 33px 69px;
    background: url(../image/jmzc_icon.png) #fff right no-repeat;
    margin-bottom: 24px;
}

.jmzc_b li:nth-child(3n) {
    margin-right: 0px;
}

.jmzc_b1 {
    color: rgb(0, 130, 53);
    font-family: bebas;
    font-size: 42px;
    font-weight: 400;
    line-height: 56px;
    margin-bottom: 16px;
}

.jmzc_b2 {
    color: rgb(55, 55, 55);
    font-size: 18px;
    font-weight: 400;
    line-height: 37px;
    height: 74px;
}

/*lxwm end*/

/*jtcy*/
.jtcy_t {
    position: relative;
    margin: 64px 0px 80px;
}

.jtcy_tl {
    color: rgb(0, 0, 0);
    font-size: 40px;
    font-weight: 700;
    line-height: 64px;
    width: 64%;
}

.jtcy_tr {
    border: 1px solid rgba(0, 0, 0, 0.3);
    width: 148px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    right: 0px;
}

.jtcy_tr:hover {
    background: #008235;
    border: 1px solid #008235;
}

.jtcy_tr:hover a {
    color: #fff;
}

.jtcy_tr a {
    opacity: 0.8;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 400;
}

.jtcy_bl1 {
    width: 60%;
    padding:0px 10px;
    height:74px;
    line-height: 74px;
    text-align: center;
    background: rgb(1, 140, 50);
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: 400;
    position: relative;
    z-index: 1;
    overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
}

.jtcy_bl2 img {
    width: 100%;
    margin-top: -37px;
}

.jtcy_bls {
    text-align: center;
    margin: 64px 0px 77px;
}

.jtcy_bls .swiper-pagination-bullet-active {
    background: #008235 !important;
}

.ppzq {
    background: url(../image/ppzq.jpeg) center no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.ppzq .ty_h {
    height: 550px;
    width: 0.1%;
}

.ppzq1 img {
    display: inline;
}

.ppzq2 {
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-weight: 400;
    line-height: 75px;
    letter-spacing: 1px;
}

.newsz_con4 {
    color: rgb(0, 0, 0);
    font-size: 22px;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.newsz_con5 {
    color: rgb(141, 141, 141);
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: justify;
    position: relative;
    z-index: 1;
    height:52px;
    transition: .5s;
}

.news_z li:hover .newsz_con4,
.news_z li:hover .newsz_con5 {
    color: #fff;
}

/*jtcy end*/

.tyz_banner {
    height: 520px;
    margin-top: 94px;
    position: relative;
    overflow: hidden;
}

.ty_banner {
    height: 737px;
    position: relative;
    overflow: hidden;
}

.news_yc.ty_banner::after {
    display: none;
}

.ty_banner::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 54px;
    background: url(../image/sb.png) center no-repeat;
    left: 50%;
    bottom: 30px;
    margin-left: -10px;
    animation-name: myfirst;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
    /* Safari and Chrome: */
    -webkit-animation-name: myfirst;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;
}

.tyz_banner::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 54px;
    background: url(../image/sb.png) center no-repeat;
    left: 50%;
    bottom: 30px;
    margin-left: -10px;
    animation-name: myfirst;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
    /* Safari and Chrome: */
    -webkit-animation-name: myfirst;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;
}

@keyframes myfirst {
    0% {
        bottom: 30px;
        option: 1;
    }

    50% {
        bottom: 0px;
        option: 0;
    }

    100% {
        bottom: 30px;
        option: 1;
    }
}

@-webkit-keyframes myfirst

/* Safari and Chrome */
    {
    0% {
        bottom: 30px;
        option: 1;
    }

    50% {
        bottom: 0px;
        option: 0;
    }

    100% {
        bottom: 30px;
        option: 1;
    }
}

/*mzm*/
.mzma {
    padding: 80px 0px;
}

.mzmal {
    float: left;
}

.mzmar {
    float: right;
    width: 70%;
    color: rgb(39, 39, 39);
    font-size: 22px;
    font-weight: 400;
    line-height: 53px;
}

.mzmar .ty_h {
    height: 216px;
    width: 0.1%;
}

.mzmab {
    margin-top: 100px;
}
.mzmab img{
    width:100%;
}

.jdny {
    padding: 92px 0px;
}

.jdnya1 {
    width: 510px;
    height: 340px;
    background: rgb(249, 249, 249);
    color: rgb(39, 39, 39);
    font-size: 18px;
    font-weight: 400;
    line-height: 53px;
    padding: 42px;
    position: relative;
    z-index: 1;
    margin-left: 70px;
}

.jdnya2 {
    margin-top: -170px;
}

/*mzm end*/

/*index*/
.z_banner .z_page_swiper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.z_banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.z_banner:hover .z_wave {
    transform: translate(-50%, 0);
}

.z_banner .bd li {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.z_banner .picBox {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

.z_banner_play {
    width: 180px;
    height: 52px;
    transition: ease 1s;
    cursor: pointer;
    background: #DA251D;
    border-radius: 26px;
    line-height: 52px;
    padding: 0 10px 0 20px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 28.04166vw;
    transform: translateX(-50%);
}

.z_banner_play em {
    display: inline-block;
    width: 32px;
    height: 32px;
    transition: ease 1s;
    background: url(http://www.jxjgslyjt.com/public/static/index/img/play.png) no-repeat center;
    background-size: cover;
    float: right;
    margin-top: 10px;
}

.z_banner_play:hover em {
    transform: translateX(-10px);
}

.z_banner_play:hover {
    border-radius: 10px;
    width: 140px;
}

.z_banner_num {
    position: absolute;
    left: 8.33333vw;
    bottom: 2.6vw;
    z-index: 2;
    color: #fff;
    font-family: Humanist521BT;
}

.z_banner_num .index {
    font-size: 2.08333vw;
    font-weight: bold;
}

.z_banner .z_copy {
    position: absolute;
    right: 8.33333vw;
    bottom: 2.6vw;
    z-index: 2;
    color: #fff;
    font-size: 12px;
}

.z_banner .z_banner_sb {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2vw;
    color: #fff;
    z-index: 2;
    text-align: center;
}

.z_banner .z_banner_sb .icon {
    display: block;
    margin: 0 auto;
    animation: moves 2s linear infinite;
}

@keyframes moves {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

.z_banner .z_wave {
    position: absolute;
    left: 50%;
    transform: translate(-50%) translateY(10vw);
    bottom: -11vw;
    z-index: 1;
    transition: ease 2s;
}

.z_banner .z_wave .wave,
.z_banner .z_menu_close .wave1,
.z_banner .z_wave .wave2 {
    z-index: -1;
    position: absolute;
    width: 19vw;
    height: 19vw;
    background: #009720;
    border-radius: 45%;
    animation: rotate 6s linear infinite; // mix-blend-mode: multiply;}

    .z_banner .z_wave .wave1 {
        background: #009720;
        transform: translate(-20%, 0) rotate(0deg);
        opacity: .8;
        width: 17vw;
        height: 17vw;
        animation: rotate1 6s linear -4s infinite;
        border-radius: 65%;
    }

    .z_banner .z_wave .wave2 {
        background: #009720;
        transform: translate(20%, 0) rotate(0deg);
        animation: rotate2 8s linear -2s infinite;
        width: 15vw;
        height: 15vw;
        border-radius: 30%;
    }

    .z_banner .z_wave .icon {
        position: absolute;
        left: 32%;
        bottom: 24%;
        z-index: 2;
    }

    @keyframes rotate {
        50% {
            border-radius: 38%;
            transform: rotate(180deg);
        }

        100% {
            border-radius: 45%;
            transform: rotate(360deg);
        }
    }

    @keyframes rotate1 {
        50% {
            border-radius: 38%;
            transform: translate(-30%, 8%) rotate(180deg);
        }

        100% {
            border-radius: 45%;
            transform: translate(-20%, 0%) rotate(360deg);
        }
    }

    @keyframes rotate2 {
        50% {
            transform: translate(30%, 8%) rotate(180deg);
        }

        100% {
            transform: translate(20%, 0%) rotate(360deg);
        }
    }

    .z_banner .btn {
        position: absolute;
        cursor: pointer;
        width: 40px;
        line-height: 40px;
        padding: 15px 0;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        writing-mode: vertical-rl;

        writing-mode: tb-rl;
        color: #fff;
        z-index: 2;
        text-transform: uppercase;
    }

    .z_banner .btn::before {
        content: "";
        display: block;
        height: 100%;
        width: 0;
        position: absolute;
        z-index: -1;
        left: 50%;
        top: 0;
        border-radius: 20px;
        transition: ease .4s;
        background: rgba(0, 0, 0, 0.2);
    }

    .z_banner .prev {
        left: 3vw;
    }

    .z_banner .next {
        right: 3vw;
    }

    .z_banner .btn em {
        display: inline-block;
        width: 2px;
        height: 50px;
        background: #fff;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .z_banner .btn:hover::before {
        width: 100%;
        left: 0;
    }

    .z_banner .btn:hover {
        color: #fff;
    }

    .z_banner .btn:hover em {
        background: #fff;
    }

    .z_banner .z_index_slide {
        height: 100vh;
    }

    .z_index_about {
        height: 100vh;
    }

    .z_banner .z_index_about .z_about_video {
        width: 50%;
        height: 100vh;
        float: left;
        position: relative;
        overflow: hidden;
    }

    .z_banner .z_about_video .imgbg {
        transform: scale(1.1, 1.1);
        transition: ease 2s;
    }

    .z_banner .z_about_play {
        position: absolute;
        left: 50%;
        top: 50%;
        cursor: pointer;
        transform: translate(-50%, -50%);
        z-index: 1;
    }

    .z_banner .z_about_play img {
        animation: rotate 10s linear infinite;
        transition: ease 1s;
    }

    .z_banner .z_about_play:hover img {
        transform: rotate(0deg);
        animation: unset;
    }

    @keyframes rotate {
        0% {
            transform: rotate(0);
        }

        50% {
            transform: rotate(360deg);
        }

        100% {
            transform: rotate(0);
        }
    }

    .z_index_slide {
        height: 100vh;
    }

    .z_banner {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .z_banner .swiper-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    .z_banner .swiper-slide {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        position: relative;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
    }

    .z_banner .picBox {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100vh;
    }

    .imgbg {
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: ease 1s;
    }

    .z_banner .bd li {
        width: 100%;
        height: 100vh;
        overflow: hidden;
    }

    .z_banner .swiper {
        width: 100%;
        height: 100vh;
    }

    .z_banner .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        overflow: hidden;
    }

    .z_banner .slide-inner {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-size: cover;
        background-position: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        color: #fff;
    }

    .swiper-pagination-current {
        font-size: 20px;
        font-weight: bold;
    }

    .z_banner .banner_logo {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 2;
        margin-left: -462.5px;
        margin-top: -60px;
        transition: all ease 1s .5s;
        opacity: 0;
        transform: translateY(40px);
    }

    .z_banner .swiper-slide-active .banner_logo {
        opacity: 1;
        transform: translateY(0px)
    }

    /*banner end*/
    .w1530 {
        width: 1530px;
        margin: 0px auto;
    }
    .w95{
        width:90%;
        margin:0 auto;
    }

    .in_about {
        position: relative;
        overflow: hidden;
        padding-bottom: 92px;
    }

    .in_aboutl {
        width: 42%;
        float: left;
    }

    .in_aboutl1 {
        color: rgb(0, 0, 0);
        font-size: 42px;
        font-weight: 700;
        line-height: 61px;
        margin-top: 64px;
    }

    .in_aboutl2 {
        opacity: 0.7;
        color: rgb(0, 0, 0);
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        margin-top: 40px;
    }

    .in_aboutl3 {
        width: 160px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        border: 1px solid rgba(0, 0, 0, 0.3);
        position: relative;
        overflow: hidden;
        margin-top: 60px;
        transition: .5s;
    }
    .in_aboutl3:hover{
        border:1px solid transparent;
    }
    .in_aboutl3:hover::after,
    .in_aboutl3:hover::before {
        width: 50%;
    }

    .in_aboutl3:hover a {
        color: #fff;
    }

    .in_aboutl3::after {
        content: '';
        position: absolute;
        left: 0%;
        top: 0%;
        width: 0%;
        height: 100%;
        background: rgb(0, 151, 32);
        transition: .5s;
    }

    .in_aboutl3::before {
        content: '';
        position: absolute;
        right: 0%;
        top: 0%;
        width: 0%;
        height: 100%;
        background: rgb(0, 151, 32);
        transition: .5s;
    }

    .in_aboutl3 a {
        color: #000;
        font-size: 14px;
        font-weight: 400;
        position: relative;
        z-index: 1;
    }

    .in_aboutl3 i {
        margin-left: 4px;
    }

    .in_aboutr {
        float: right;
        width: 50%;
    }

    .in_abouta {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .in_aboutb {
        background: rgb(255, 255, 255);
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.11);
        padding: 30px;
        display: flex;
    }

    .in_aboutb li {
        flex: 1;
        text-align: center;
        position: relative;
    }

    .in_aboutb li:nth-child(5)::after {
        display: none;
    }

    .in_aboutb li::after {
        content: '';
        position: absolute;
        right: 0px;
        top: 0px;
        width: 1px;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
    }

    .in_aboutb li:hover .about_ac1,
    .in_aboutb li:hover .about_ac1 .count {
        color: #008235;
    }

    .in_aboutb .ty_h {
        width: 0.1%;
    }

    .in_aboutb .about_ac1 {
        color: rgb(0, 0, 0);
    }

    .in_aboutb .about_ac1 .count {
        color: rgb(0, 0, 0);
        font-family: bebas;
        font-size: 64px;
        font-weight: 400;
    }

    .in_aboutb .about_ac2 {
        opacity: 0.5;
        color: rgb(52, 52, 52);
        font-size: 16px;
        font-weight: 400;
        line-height: 21px;
    }

    /*mzzp*/
    /* :root .ipart01 .ipt1_bott .right img{display:none;} */
    .ipart02 {
        height: 550px;
        background: url(../image/mzzp.jpeg) no-repeat center;
        position: relative;
        overflow: hidden;
    }

    .ipart02 .left,
    .ipart02 .right {
        position: absolute;
        top: 0px;
        height: 100%;
        width: 300px;
        background: #f9f9f9;
        z-index: 99;
    }

    .ipart02 .left {
        left: 0;
    }

    .ipart02 .right {
        right: 0;
    }

    .ipart02 .infor {
        padding-top: 70px;
    }

    .ipart02 .infor1 {
        color: rgb(0, 0, 0);
        font-size: 42px;
        font-weight: 400;
        line-height: 56px;
    }

    .index .erji_nav {
        display: None;
    }

    .infor2 {
        background: none;
        border: 1px solid rgba(0, 0, 0, 0.3);
        margin-top: 40px;
    }

    .infor2:hover::after,
    .infor2:hover::before {
        width: 50%;
    }

    .infor2:hover a {
        color: #fff;
    }

    .infor2::after {
        content: '';
        position: absolute;
        left: 0%;
        top: 0%;
        width: 0%;
        height: 100%;
        background: rgb(0, 151, 32);
        transition: .5s;
    }

    .infor2::before {
        content: '';
        position: absolute;
        right: 0%;
        top: 0%;
        width: 0%;
        height: 100%;
        background: rgb(0, 151, 32);
        transition: .5s;
    }

    .infor2 a {
        color: #000;
    }

    .inforl {
        float: left;
    }

    .inforr {
        opacity: 0.69;
        color: rgb(0, 0, 0);
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        width: 606px;
        float: right;
        position: relative;
        padding-top: 14px;
    }

    .inforr::after {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        height: 3px;
        width: 35px;
        background: rgb(33, 139, 59);
    }

    /*in_product*/
    .in_product * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .in_product ul {
    }

    .in_product li {
        width:25%;
        padding: 70px 5% 0px;
        float:left;
    }

    .in_product li:nth-of-type(odd) {
        background: rgb(250, 250, 250);
    }

    @font-face {
        font-family: jxzk;
        src: url(../font/jxzk.ttf);
    }

    .in_product1 {
        color: rgb(63, 63, 63);
        font-size: 28px;
        font-weight: 400;
        line-height: 26px;
        margin-bottom: 20px;
        font-family: jxzk;
    }

    .in_product2 {
        opacity: 0.6;
        color: rgb(0, 0, 0);
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 50px;
    }

    .in_product3 {
        position: relative;
        padding-bottom: 40px;
        text-align:center;
        width:90%;
        margin:0 auto;
    }

    .in_product3 img {
        display: inline;
        width:84%;
        transition: 0.9s;
    }
    .in_product li:hover img {
        transform: scale(1.04);
    }
    

    /*ccwh*/
    .ccwh {
        position: relative;
        overflow: hidden;
    }

    .ccwh .ty_h {
        height: 780px;
        width: 0.1%;
    }

    .ccwhl {
        width: 50%;
        float: left;
        height: 780px;
        background: url(../image/ccwhl.jpeg) center no-repeat;
        background-size: cover;
        background-position: center;
    }

    .ccwhr {
        width: 50%;
        height: 780px;
        float: right;
        background: url(../image/ccwhr.png) center no-repeat;
        background-size: cover;
        background-position: center;
    }

    .ccwhlw {
        width: 50%;
        margin-left: 20%;
    }

    .ccwhl1 {
        color: rgb(255, 255, 255);
        font-size: 42px;
        font-weight: 400;
        line-height: 55px;
    }

    .ccwhl2 {
        color: rgba(255, 255, 255,0.7);
        font-size: 16px;
        font-weight: 400;
        line-height: 34px;
        text-align: justify;
        margin-top: 40px;
    }

    .ccwhl3 {
        margin-top: 85px;
        background: none;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }

    .ccwhl3:hover::after,
    .ccwhl3:hover::before {
        width: 50%;
    }

    .ccwhl3:hover a {
        color: #fff;
    }

    .ccwhl3::after {
        content: '';
        position: absolute;
        left: 0%;
        top: 0%;
        width: 0%;
        height: 100%;
        background: rgb(0, 151, 32);
        transition: .5s;
    }

    .ccwhl3::before {
        content: '';
        position: absolute;
        right: 0%;
        top: 0%;
        width: 0%;
        height: 100%;
        background: rgb(0, 151, 32);
        transition: .5s;
    }
    .ccwhl3 a{
        color:#fff;
    }
    .ccwhz {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -156.5px;
        margin-top: -287px;
    }

    /*cyl*/
    .cyl {
        width: 100%;
        height: 906px;
        background: url(../image/cyl.jpeg) center no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
    }

    .cyl_c {
        position: absolute;
        top: 100px;
        left: 272px;
    }

    .cyl_c1 {
        color: rgb(255, 255, 255);
        font-size: 42px;
        font-weight: 400;
        line-height: 71px;
        margin-bottom: 16px;
    }

    .cyl_c2 {
        color: rgb(255, 255, 255);
        font-size: 16px;
        font-weight: 400;
        line-height: 39px;
        letter-spacing: 1px;
    }

    /*in_news*/
    .in_news {
        background: rgb(245, 246, 250);
        padding-bottom: 60px;
    }

    .in_news_top {
        padding: 60px 0px 70px;
    }

    .in_news_topl {
        color: rgb(0, 0, 0);
        font-size: 42px;
        font-weight: 400;
        line-height: 55px;
        float: left;
    }

    .in_news_ul li {
        transition: .5s;
    }
    .in_news_ul .ty_img{
        max-height:275px;
    }

    .in_news_ul li:hover {
        background: rgb(255, 255, 255);
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.16);
    }

    .in_news_ul li.action {
        background: rgb(255, 255, 255);
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.16);
    }

    .in_news_topr {
        background: none;
        border: 1px solid rgba(0, 0, 0, 0.3);
        float: right;
        margin-top: 5px;
    }

    .in_news_topr:hover::after,
    .in_news_topr:hover::before {
        width: 50%;
    }

    .in_news_topr:hover a {
        color: #fff;
    }

    .in_news_topr::after {
        content: '';
        position: absolute;
        left: 0%;
        top: 0%;
        width: 0%;
        height: 100%;
        background: rgb(0, 151, 32);
        transition: .5s;
    }

    .in_news_topr::before {
        content: '';
        position: absolute;
        right: 0%;
        top: 0%;
        width: 0%;
        height: 100%;
        background: rgb(0, 151, 32);
        transition: .5s;
    }

    .in_news_topr a {
        color: #000;
    }

    .in_news_ul li {
        width: 32%;
        margin-right: 2%;
        float: left;
    }

    .in_news_ul li:nth-child(3) {
        margin-right: 0%;
    }

    .in_news_ula {
        padding: 18px 40px 35px 18px;
    }

    .in_news_ula1 {
        color: rgb(0, 0, 0);
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 27px;
    }

    .in_news_ula2 {
        opacity: 0.7;
        color: rgb(0, 0, 0);
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
        margin-bottom: 50px;
    }

    .in_news_ula3 {
        opacity: 0.38;
        color: rgb(0, 0, 0);
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
    }

    /*index end*/

    /*fwsn*/
    .w1345{
        width:1345px;
        margin:0 auto;
    }
    .fwsn1{
        height:570px;
        width:1345px;
        margin:110px auto 90px;
        background:url(../image/fwsn1_bg.jpeg) center no-repeat;
        background-size:100%;
        background-position:center;
        position:relative;
    }
    .fwsn1a{
        color: rgb(255, 255, 255);
        font-family: 微软雅黑;
        font-size: 18px;
        font-weight: 400;
        line-height: 36px;
        position:absolute;
        bottom:38px;
        left:60px;
    }
    .fwsn2{
        width:100%;
        height:655px;
        background:url(../image/fwsn2_bg.jpeg) center no-repeat;
        background-size:cover;
        background-position:center;
    }
    .fwsn2 .w1345{
        position:relative;
    }
    .fwsn2d{
        position:absolute;
        top:66.5px;
        left:0px;
        padding:112px 81px 0px 77px;
        width: 672px;
        height: 522px;
        background: rgba(255, 255, 255, 0.8);
        backdrop-filter: blur(20px);
        border-radius:15px;
    }
    .fwsn2a{
        color: rgb(0, 0, 0);
        font-size: 32px;
        font-weight: 400;
        line-height: 36px;
    }
    .fwsn2b{
        color: rgb(0, 0, 0);
        font-size: 18px;
        font-weight: 400;
        line-height: 43px;
        margin-top:38px;
        text-align:justify;
    }
    .fwsn3{
        padding-bottom:92px;
    }
    .fwsn3a{
        color: rgb(0, 0, 0);
        font-size: 32px;
        font-weight: 400;
        line-height: 36px;
        text-align:center;
        margin:75px 0px 58px 0px;
    }
    .fwsn3b img{
        width:100%;
    }
    .fwsn3bl{
        width:50%;
        float:left;
    }
    .fwsn3br{
        width:50%;
        float:right;
    }
    .fwsn3br2{
        height:225px;
        background: rgb(246, 246, 246);
        color: rgb(69, 69, 69);
        font-size: 18px;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: 1px;
        padding:59px 74px 0px 67px;
        text-align:justify;
    }
    .fwsn4{
        background: rgb(246, 246, 246);
        position:relative;
    }
    .fwsn4a{
        color: rgb(0, 0, 0);
        font-size: 32px;
        font-weight: 400;
        line-height: 42px;
        padding:51px 0px 28px 0px;
        position:relative;
        text-align:center;
    }
    .fwsn4a::after{
        content:'';
        position:absolute;
        width: 51px;
        height: 7px;
        background:#008235;
        left:50%;
        bottom:0px;
        margin-left:-25.5px;
    }
    .fwsn4b1{
        position:relative;
        overflow: hidden;
    }
    .fwsnlb .swiper-slide img{
        transition: .5s;
        width:100%;
    }
    .fwsnlb .swiper-slide:hover img{
        transform: scale(1.04);
    }
    .fwsn4b2{
        position:absolute;
        bottom:0px;
        left:0px;
        width:100%;
        text-align:center;
        background:rgba(0,0,0,0.72);
        color: rgb(255, 255, 255);
        font-size: 20px;
        font-weight: 400;
        line-height: 60px;
    }
    .fwsn4b{
        padding:74px 0px 80px;
    }
    .fwsn4f{
        position:absolute;
        z-index: 1;
        width:100%;
    }
    .fwsnl{
        position:absolute;
        left:12%;
        top:-260px;
        transform:rotate(180deg);
        cursor: pointer;
    }
    .fwsnr{
        position:absolute;
        right:12%;
        top:-260px;
        cursor: pointer;
    }

    /*ppzqs*/
    .ppzqs{
        margin:109px 0px;
    }
    .ppzqs li{
        width:48%;
        background:#f6f6f6;
        float:left;
        padding:0px 25px;
    }
    .ppzqs li img{
        display:inline;
    }
    .ppzqs li:nth-child(2){
        float:right;
    }
    .ppzqs_img{
        border-bottom:1px solid rgba(0, 0, 0, 0.18);
    }
    .ppzqs li:nth-child(1) .ppzqs_img{
        padding:37px 0px 21px;
        text-align:center;
    }
    .ppzqs li:nth-child(2) .ppzqs_img{
        padding:35px 0px 43px;
        text-align:center;
    }
    .zhank{
        color: rgb(1, 132, 66);
        font-size: 16px;
        font-weight: 400;
        text-align:right;
        margin-left:8px;
        cursor: pointer;
    }
    .zhank i{
        font-size:26px;
        position:relative;
        top:5px;
        left:-6px;
    }
    .ppzq_text{
        padding:59px 27px;
        color: rgb(94, 94, 94);
        font-size: 16px;
        font-weight: 400;
        line-height: 34px;
    }

    .about_banner::after {
        display: none;
    }

    .aboutz_banner {
        background: url(../image/aboutz_banner.jpg) center no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
    }

    .about_banner {
        background: url(../image/about_banner.jpg) center no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
    }

    .productz_banner {
        background: url(../image/product_banner.jpg) center no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
    }
    .productza_banner {
        background: url(../image/producta_banner.jpg) center no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
    }

    .news_banner {
        background: url(../image/news_banner.jpg) center no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
    }

    .newsz_banner {
        background: url(../image/newsz_banner.jpg) center no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
    }
    .shzrz_banner {
        background: url(../image/shzrz_banner.jpg) center no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
    }

    .djgz_banner {
        background: url(../image/djgz_banner.jpg) center no-repeat;
        background-size: cover;
        background-position: center;
    }

    .djgzz_banner {
        background: url(../image/djgzz_banner.jpg) center no-repeat;
        background-size: cover;
        background-position: center;
    }

    .lxwmz_banner {
        background: url(../image/lxwmz_banner.jpg) center no-repeat;
        background-size: cover;
        background-position: center;
    }

    .zsgsz_banner {
        background: url(../image/zsgsz_banner.jpg) center no-repeat;
        background-size: cover;
        background-position: center;
    }

    .mzmz_banner {
        background: url(../image/mzmz_banner.jpg) center no-repeat;
        background-size: cover;
        background-position: center;
    }


    @media only screen and (max-width: 1100px) {
        * {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .pc {
            display: none;
        }

        .sj {
            display: block;
        }

        .sj_nav_top {
            position: fixed;
            top: 0px;
            left: 0px;
            height: 70px;
            width: 100%;
            z-index: 999;
            background: #fff;
            box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
        }

        .header_logo {
            height: 60px;
            position: relative;
            left: 0%;
            top: 5px;
            text-align: center;
        }

        .header_logo img {
            height: 60px;
            display: inline;
        }

        .nav_lefta1 {
            height: auto;
            font-size: 12px;
            color: #000000;
            padding-top: 8px;
            margin-bottom: 2px;
            font-weight: 400;
        }

        .ty_acontent p img {
            width: 100%;
            height: auto !important;
        }

        .nav_lefta2 {
            font-size: 0.48rem;
            color: #000000;

        }

        .sj_nav_zk {
            color: #000;
            position: absolute;
            right: 5%;
            top: 18px;
        }

        .sj_nav_zk i:first-child {
            font-size: 34px;
        }

        .sj_nav_list {
            position: fixed;
            width: 100%;
            height: 100%;
            background: #fff;
            left: 0%;
            top: -100%;
            z-index: 998;
            transition: 1s;
        }

        .sj_nav_list.action {
            top: 70px;
        }

        .sj_nav_img {
            width: 30%;
            margin: 30px auto 20px;
        }

        .sj_nav_img img {
            width: 100%;
        }

        .sj_nav_gb {
            color: #000;
            position: absolute;
            right: 5%;
            top: 40px;
        }

        .sj_nav_gb i {
            font-size: 24px;
        }

        .sj_nav_list ul li {
            line-height: 50px;
            position: relative;
        }

        .sj_nav_list ul li>a {
            text-indent: 15px;
        }

        .header_zba ul li a {
            text-indent: 30px;
        }

        .sj_nav_list>.sj_nav_ul>li>a {
            font-size: 16px;
            color: #000;
            border-bottom: 1px solid #f8f8f8;
        }

        .header_zba {
            width: 100%;
            background: #fff;
            display: none;
        }

        .header_zba ul li {
            height: 40px;
            line-height: 40px;
            font-size: 14px;
        }

        .header_zba ul li a {
            color: #000;
            border-bottom: 1px solid rgba(0, 0, 0, 0.03)
        }

        .sj_nav_ul i {
            position: absolute;
            right: 10px;
            top: 5px;
            color: #000;
            font-size: 30px;
            width: 40px;
            text-align: center;
        }

        .ty_banner {
            width: 100%;
            height: auto;
            margin-top: 70px;
            margin-left: 0px;
        }

        .nav_listr {
            display: none;
        }

        .nav_listl {
            width: 100%;
            padding-left: 0%;
            float: none;
            text-align: center;
        }

        .nav_list {
            height: auto;
            line-height: 50px;
            background: #f8f8f8;
        }

        .nav_listl ul li {
            display: inline-block;
            font-size: 16px;
            margin: 0px;
            position: relative;
            width: 20%;
        }

        .nav_listl ul li a {
            font-size: 14px;
        }

        .w80 {
            width: 94%;
            margin: 0 auto;
        }


        .w1530 {
            width: 96%;
            margin: 0 auto;
        }

        .w1410 {
            width: 96%;
            margin: 0 auto;
        }

        .w1300 {
            width: 96%;
            margin: 0 auto;
        }

        .banner {
            margin-top: 70px;
            height: 250px;
        }

        .in_product ul {
            display: flex;
            flex-wrap: wrap;
        }

        .footer_top1 {
            display: none;
        }

        .footer_top2r {
            display: None;
        }

        .z_index_slide {
            height: 250px;
            margin-top: 70px;
        }

        .z_banner .swiper {
            width: 100%;
            height: 250px;
        }

        .z_banner .bd li {
            width: 100%;
            height: 250px;
            overflow: hidden;
        }

        .z_banner .picBox {
            position: relative;
            overflow: hidden;
            width: 100%;
            height: 250px;
        }

        .picBox video {
            height: 250px !important;
            background: #000;
        }

        .z_banner .banner_logo {
            width: 50%;
            position: absolute;
            left: 25%;
            top: 50%;
            z-index: 2;
            margin-left: 0px;
            margin-top: -20px;
            transition: all ease 1s .5s;
            opacity: 0;
            transform: translateY(40px);
        }

        .banner_logo img {
            width: 100%;
        }

        .z_banner .btn {
            position: absolute;
            cursor: pointer;
            width: 40px;
            line-height: 40px;
            padding: 5px 0;
            text-align: center;
            top: 50%;
            transform: translateY(-50%);
            writing-mode: vertical-rl;
            writing-mode: tb-rl;
            color: #fff;
            z-index: 2;
            font-size: 14px;
            text-transform: uppercase;
        }

        .z_banner .btn::before {
            content: "";
            display: block;
            height: 100%;
            width: 0;
            position: absolute;
            z-index: -1;
            left: 50%;
            top: 0;
            border-radius: 20px;
            transition: ease .4s;
            background: rgba(255, 255, 255, 0.2);
        }

        .z_banner .btn em {
            background: #fff;
        }

        .z_banner_num {
            color: #fff;
        }

        .in_aboutl {
            width: 100%;
            float: none;
        }

        .in_aboutl1 {
            color: rgb(0, 0, 0);
            font-size: 22px;
            font-weight: 700;
            line-height: 34px;
            text-align: center;
            margin-top: 0px;
        }

        .in_abouta {
            padding-top: 30px;
            padding-bottom: 30px;
        }

        .in_aboutl2 {
            opacity: 0.7;
            color: rgb(0, 0, 0);
            font-size: 14px;
            font-weight: 400;
            line-height: 30px;
            margin-top: 20px;
            text-align: justify;
        }

        .in_aboutl3 {
            width: 120px;
            height: 36px;
            border: 1px solid rgba(0, 0, 0, 0.3);
            line-height: 34px;
            text-align: center;
            margin: 20px auto;
        }

        .in_aboutl3 a {
            font-size: 12px;
        }

        .in_aboutr {
            float: none;
            width: 100%;
        }

        .in_aboutr img {
            width: 100%;
        }

        .in_aboutb {
            background: rgb(255, 255, 255);
            box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.11);
            padding: 10px 0px;
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            align-items: flex-start;
        }
        .in_aboutb li:nth-child(1),.in_aboutb li:nth-child(2){
            width:40%;
            border-bottom:none;
        }
        .in_aboutb li {
            flex: auto;
            text-align: center;
            position: relative;
            padding:15px 5px;
            border: 1px solid rgba(0, 0, 0, .1);
        }
        .in_aboutb li:nth-child(4){
            border-left:none;
            border-right:none;
        }
        .in_aboutb li:nth-child(1){
            border-right:none;
        }

        .about_ac1 {
            color: rgb(255, 255, 255);
            font-size: 12px;
        }

        .in_aboutb .about_ac1 .count {
            color: rgb(0, 0, 0);
            font-family: bebas;
            font-size: 22px;
            font-weight: 400;
        }

        .in_aboutb .about_ac2 {
            opacity: 0.5;
            color: rgb(52, 52, 52);
            font-size: 12px;
            font-weight: 400;
            line-height: 12px;
            margin-top: 4px;
        }

        .in_aboutb li::after {
            display: none;
        }

        .in_about {
            position: relative;
            overflow: hidden;
            padding-bottom: 30px;
        }

        .ipart02 .left,
        .ipart02 .right {
            display: none;
        }

        .ipart02 .infor {
            padding-top: 30px;
        }

        .infor2 {
            width: 120px;
            height: 36px;
            background: none;
            border: 1px solid rgba(0, 0, 0, 0.3);
            line-height: 34px;
            text-align: center;
            margin: 20px auto;
        }

        .ipart02 .infor1 {
            color: rgb(0, 0, 0);
            font-size: 22px;
            font-weight: 400;
            line-height: 56px;
            text-align: center;
        }

        .inforl {
            float: none;
        }

        .inforr {
            opacity: 0.69;
            color: rgb(0, 0, 0);
            font-size: 14px;
            font-weight: 400;
            line-height: 30px;
            width: 100%;
            float: none;
            position: relative;
            padding-top: 14px;
        }

        .inforr::after {
            display: none;
        }

        .ipart02 {
            height: 360px;
            background: url(../image/mzzp.jpeg) no-repeat center;
            background-size: cover;
            position: relative;
            overflow: hidden;
        }

        .in_product li {
            padding: 60px 30px;
            width:100%;
            float:none;
        }

        .in_product2 {
            opacity: 0.6;
            color: rgb(0, 0, 0);
            font-size: 12px;
            font-weight: 400;
            line-height: 24px;
            margin-bottom: 20px;
        }

        .ccwhl {
            width: 100%;
            float: none;
            height: 400px;
            background: url(../image/ccwhl.jpeg) center no-repeat;
            background-size: cover;
            background-position: center;
        }

        .ccwh .ty_h {
            height: auto;
            display: block;
            width: 100%;
        }

        .ccwhlw {
            width: 96%;
            margin: 0 auto;
        }

        .ccwhl1 {
            color: rgb(255, 255, 255);
            font-size: 22px;
            font-weight: 400;
            line-height: 30px;
            padding-top: 30px;
            text-align: center;
        }

        .ccwhl2 {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: 400;
            line-height: 26px;
            text-align: justify;
            margin-top: 20px;
        }

        .ccwhl3 {
            margin-top: 10px;
            background: none;
            border: 1px solid rgba(255, 255, 255, 0.3);
        }

        .ccwhz {
            position: absolute;
            left: 35%;
            top: 35%;
            margin-left: 0px;
            margin-top: 0%;
            width: 30%;
        }

        .ccwhz img {
            width: 100%;
        }

        .ccwhr {
            width: 100%;
            float: none;
            height: 400px;
            background: url(../image/ccwhr.png) center no-repeat;
            background-size: cover;
            background-position: center;
        }

        .cyl {
            width: 100%;
            height: 250px;
            background: url(../image/cyl.jpeg) center no-repeat;
            background-size: cover;
            background-position: center;
            position: relative;
        }

        .cyl_c {
            position: relative;
            top: 0px;
            left: 0px;
            text-align: center;
        }

        .cyl_c1 {
            color: rgb(255, 255, 255);
            font-size: 22px;
            font-weight: 400;
            line-height: 30px;
            letter-spacing: 5px;
            text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.36);
            margin-bottom: 16px;
            padding-top: 30px;
        }

        .cyl_c2 {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: 400;
            line-height: 26px;
            letter-spacing: 4px;
        }

        .in_news_top {
            padding: 30px 0px 10px;
        }

        .in_news_topl {
            color: rgb(0, 0, 0);
            font-size: 22px;
            font-weight: 400;
            line-height: 55px;
            float: none;
            text-align: center;
        }

        .in_news_topr {
            background: none;
            border: 1px solid rgba(0, 0, 0, 0.3);
            float: none;
        }

        .in_news_ul li {
            width: 100%;
            margin-right: 0%;
            float: none;
            margin-bottom: 20px;
        }

        .in_news_ula {
            padding: 18px;
        }

        .in_news_ula1 {
            color: rgb(0, 0, 0);
            font-size: 16px;
            line-height: 26px;
            margin-bottom: 15px;
        }

        .in_news_ula2 {
            opacity: 0.4;
            color: rgb(0, 0, 0);
            font-size: 14px;
            font-weight: 400;
            line-height: 26px;
            margin-bottom: 15px;
        }

        .in_news_ula3 {
            opacity: 0.38;
            color: rgb(0, 0, 0);
            font-size: 14px;
            font-weight: 400;
            line-height: 26px;
        }

        .in_news {
            background: rgb(245, 246, 250);
            padding-bottom: 30px;
        }

        .footer_top2l {
            float: none;
            position: relative;
            padding-right: 0px;
            padding-top: 0px;
            padding-bottom: 0px;
            text-align: center;
        }

        .footer_top2l img {
            display: inline;
        }

        .footer_bottom {
            text-align: center;
            padding:20px 0px;
        }

        .footer_bottom li {
            display: inline-block;
            color: #fff;
            line-height: 26px;
            font-size: 12px;
        }

        .footer_bottom li:last-child {
            float: none;
        }

        .about_a {
            padding-top: 0px;
        }

        .about_al {
            color: rgb(255, 255, 255);
            font-size: 22px;
            font-weight: 500;
            line-height: 36px;
            float: none;
            text-align: center;
            padding: 30px 0px 15px;
        }

        .about_ar {
            width: 100%;
            float: none;
            padding-bottom: 90px;
        }

        

        .about_ac .count {
            color: rgb(255, 255, 255);
            font-family: bebas;
            font-size: 22px;
            line-height: 30px;
        }

        .about_ac2 {
            opacity: 0.88;
            color: rgb(255, 255, 255);
            font-size: 12px;
            margin-top: -5px;
        }

        .about_ar_buttom {
            background: rgba(255, 255, 255, 0.23);
            width: 120px;
            height: 36px;
            line-height: 34px;
            text-align: center;
            border: 1px solid #fff;
            margin: 20px auto;
        }

        .about_ac li {
            flex: 1;
            text-align: center;
            position: relative;
            padding: 15px 0px;
        }

        .about_b1 {
            text-align: center;
            padding-top: 30px;
            padding-bottom: 20px;
        }

        .about_b1 p:nth-child(1) {
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 12px;
        }

        .about_b1 p:nth-child(2) {
            font-size: 16px;
        }

        .about_b2 li {
            width: 100%;
            float: none;
            margin-right: 0%;
        }

        .about_b2_text {
            position: relative;
            width: 90%;
            left: 10%;
            top: -50px;
            background: rgb(255, 255, 255);
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.11);
            text-indent: 49px;
        }

        .about_b2_text .ty_h {
            height: 100px;
            width: 0.1%;
            position: relative;
            z-index: 1;
        }

        .about_b2_text1 {
            color: rgb(0, 0, 0);
            font-size: 18px;
            font-weight: 700;
            line-height: 37px;
            margin-bottom: 6px;
        }

        .about_b2_text2 {
            color: rgb(57, 57, 57);
            font-size: 14px;
            line-height: 18px;
        }

        .kjcx .ty_h {
            height: auto;
            width: 100%;
            padding-left: 0px;
        }

        .kjcx_1 {
            color: rgb(255, 255, 255);
            font-size: 22px;
            font-weight: 700;
            line-height: 30px;
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.41);
            text-align: center;
            padding-top: 30px;
        }

        .kjcx_2 {
            color: rgb(255, 255, 255);
            font-size: 13px;
            font-weight: 400;
            line-height: 24px;
            text-align: center;
        }

        .kjcx_4 {
            width: 42px;
            height: 2px;
            background: rgb(1, 140, 50);
            margin: 12px auto 20px;
        }

        .kjcx_3 {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: 400;
            line-height: 31px;
            text-align: justify;
        }

        .fwlx {
            padding: 30px 0px;
        }

        .fwlx_c {
            background: rgb(245, 245, 245);
            padding: 0px 0px;
        }

        .fwlx_l {
            float: none;
            text-align: center;
            padding: 30px 0px 20px;
        }

        .fwlx .ty_h {
            height: auto;
            display: block;
        }

        .fwlx_l img {
            width: 40%;
            margin: 0px auto;
        }

        .fwlx_r {
            float: none;
            width: 100%;
        }

        .fwlx_z1 {
            color: rgba(0, 0, 0, 0.7);
            font-size: 22px;
            font-weight: 290;
            text-align: center;
        }

        .fwlx_z2 {
            color: rgba(0, 0, 0, 0.93);
            font-family: bebas;
            font-size: 28px;
            text-align: center;
            font-weight: 400;
        }

        .fwlx_z3 {
            color: rgba(0, 0, 0, 0.7);
            font-size: 14px;
            font-weight: 290;
            line-height: 35px;
            margin-top: 10px;
            text-align: center;
        }

        .fwlx_z3l,
        .fwlx_z3r {
            float: none;
        }

        .fwlx_z3r {
            margin-left: 0px;
        }

        .fwlx_z4 {
            color: rgba(0, 0, 0, 0.7);
            font-size: 14px;
            font-weight: 290;
            text-align: center;
            line-height: 35px;
        }

        .fwlx_z4l,
        .fwlx_z4r {
            float: none;
        }

        .fwlx_z4r {
            margin-left: 0px;
        }

        .fwlx_z5 {
            margin-top: 10px;
            padding-bottom: 30px;
        }

        .fwlx_lxwm {
            width: 30%;
            line-height: 36px;
            background: rgb(1, 140, 50);
            color: #fff;
            font-size: 14px;
            text-align: center;
            display: inline-block;
            margin-left: 15%;
        }

        .fwlx_lyzx {
            width: 30%;
            line-height: 36px;
            background: rgb(0, 0, 0);
            color: #fff;
            font-size: 14px;
            text-align: center;
            display: inline-block;
            margin-left: 10%;
        }

        .about_a:after {
            content: '';
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.3);
        }

        .about_al,
        .about_ar {
            position: relative;
            z-index: 5;
        }

        .kjcx {
            position: relative;
        }

        .kjcx:after {
            content: '';
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.3);
        }

        .kjcx .ty_h {
            position: relative;
            z-index: 1;
        }

        .tyz_banner {
            height: 250px;
            margin-top: 70px;
            position: relative;
        }

        .tyz_banner .ty_h {
            height: 250px;
            width: 0.1%;
        }

        .aboutz_l1 {
            color: rgb(255, 255, 255);
            font-size: 22px;
            font-weight: 900;
            line-height: 30px;
            letter-spacing: 1px;
        }

        .aboutz_l2 {
            color: rgb(255, 255, 255);
            font-size: 12px;
            font-weight: 400;
            line-height: 33px;
            letter-spacing: 0.6px;
        }

        .aboutz_r {
            position: relative;
            top: 15px;
            opacity: 0.8;
            color: rgba(255, 255, 255, 1);
            font-size: 12px;
            margin-right: 5%;
        }

        .aboutz_r a {
            color: rgba(255, 255, 255, 1);
            font-size: 12px;
            font-weight: 400;
            line-height: 18px;
            display: inline-block;
        }

        .tyz_banner::after {
            content: '';
            position: absolute;
            width: 10px;
            height: 27px;
            background: url(../image/sb.png) center no-repeat;
            background-size: cover;
            background-position: center;
            left: 50%;
            bottom: 20px;
            margin-left: -5px;
            animation-name: myfirst;
            animation-duration: 2s;
            animation-timing-function: linear;
            animation-delay: 2s;
            animation-iteration-count: infinite;
            animation-direction: alternate;
            animation-play-state: running;
            -webkit-animation-name: myfirst;
            -webkit-animation-duration: 2s;
            -webkit-animation-timing-function: linear;
            -webkit-animation-delay: 2s;
            -webkit-animation-iteration-count: infinite;
            -webkit-animation-direction: alternate;
            -webkit-animation-play-state: running;
        }

        .aboutz_l {
            margin-left: 5%;
        }

        .aboutz_gsjj {
            padding: 30px 0px;
        }

        .aboutz_gsjjl {
            width: 100%;
            float: none;
        }

        .aboutz_gsjjl1 {
            color: rgb(1, 140, 50);
            font-size: 22px;
            font-weight: 700;
            letter-spacing: -1px;
            text-align: center;
            text-transform: uppercase;
        }

        .aboutz_gsjjl2 {
            color: rgb(0, 0, 0);
            font-size: 22px;
            font-weight: 400;
            letter-spacing: 0px;
            text-align: center;
        }

        .aboutz_gsjjl3 {
            margin-top: 20px;
            color: rgb(67, 67, 67);
            font-size: 14px;
            font-weight: 400;
            line-height: 24px;
            letter-spacing: 0px;
            text-align: justify;
            text-indent: 2em;
        }

        .aboutz_gsjjr {
            width: 100%;
            float: none;
            margin-top: 20px;
        }

        .aboutz_sz {
            width: 100%;
            position: relative;
            background: rgb(250, 250, 250);
            margin-top: 20px;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
        }

        .aboutz_sz .count {
            color: #008235;
        }

        .aboutz_sz li::after {
            display: none;
        }

        .about_ac li::after {
            display: none;
        }

        .ppgsd1 {
            padding: 30px 0px;
        }

        .ppgs1 {
            color: rgb(0, 0, 0);
            font-size: 22px;
            font-weight: 700;
            line-height: 30px;
            text-align: center;
        }

        .ppgs2 {
            color: rgb(80, 80, 80);
            font-size: 14px;
            font-weight: 400;
            line-height: 26px;
            text-align: center;
            margin-top: 26px;
        }

        .ppgsd2 {
            position: relative;
            height: auto;
            background: rgb(247, 247, 247);
        }

        .ppgsd2a {
            position: relative;
            top: 0px;
            right: 0px;
        }

        .ppgsd2b {
            background: #fff;
            position: relative;
            left: 0%;
            bottom: 0px;
            width: 100%;
            height: auto;
            padding: 20px 10px;
        }

        .ppgsd2a img {
            width: 100%;
            height: auto;
        }

        .ppgsd2b1 {
            color: rgb(0, 0, 0);
            font-size: 22px;
            font-weight: 400;
            text-align: center;
        }

        .ppgsd2b2 {
            opacity: 0.37;
            color: rgb(0, 0, 0);
            font-size: 14px;
            font-weight: 400;
            line-height: 25px;
            text-align: justify;
            margin-top: 15px;
            margin-bottom: 15px;
            padding:0px 10px;
        }

        .ppgsd2b3 {
            background: rgb(1, 140, 50);
            width: 120px;
            line-height: 36px;
            text-align: center;
            color: #fff;
            font-size: 14px;
            margin: 0 auto;
        }

        .ppgsd3l {
            width: 100%;
            float: none;
            padding: 0px;
            background: rgb(247, 247, 247);
        }

        .ppgsd3r {
            width: 100%;
            float: none;
            padding: 20px 0px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.14);
        }

        .gltd {
            padding: 30px 0px;
        }

        .gltd li {
            background: rgb(245, 245, 245);
            padding: 0px;
            margin-bottom: 20px;
        }

        .gltdl {
            float: none;
        }

        .gltdl img {
            width: 100%;
        }

        .gltdr {
            float: none;
            width: 100%;
            margin-right: 0%;
            padding: 30px 10px;
        }

        .gltdr3 {
            width: 61px;
            height: 2px;
            background: rgb(1, 140, 50);
            margin: 5px 0px 0px;
        }

        .gltdr2 {
            color: rgb(0, 0, 0);
            font-size: 14px;
            font-weight: 400;
            line-height: 24px;
            letter-spacing: 1px;
            margin-top: 0px;
        }

        .gltdr1 {
            color: rgb(0, 0, 0);
            font-size: 22px;
            font-weight: 700;
            line-height: 30px;
        }

        .gltdr4 {
            position: absolute;
            right: 0px;
            bottom: 10px;
            width: 120px;
            line-height: 34px;
            border-radius: 23px;
            text-align: center;
            border: 1px solid rgb(175, 175, 175);
            cursor: pointer;
            font-size: 14px;
            letter-spacing: 1px;
        }

        .gltdr_bottom {
            color: rgb(87, 86, 86);
            font-size: 14px;
            font-weight: 400;
            line-height: 36px;
            padding-bottom: 35px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            position: relative;
            margin-top: 20px;
        }

        .gltdr .ty_h {
            width: 100%;
            display: block;
            height: 100% !important;
        }

        .qywh1 ul li {
            flex: 1;
            text-align: center;
            position: relative;
            color: #fff;
            font-size: 12px;
            font-weight: 400;
            line-height: 53px;
            height: 200px;
        }

        .qywh1 ul li::before {
            content: '';
            position: absolute;
            right: 0px;
            top: 0px;
            width: 1px;
            height: 100%;
            background: #fff;
        }

        .qywh1 ul li::after {
            content: '';
            position: absolute;
            bottom: 44%;
            left: 50%;
            width: 28px;
            margin-left: -14px;
            height: 1px;
            background: rgba(255, 255, 255, 0.59);
        }

        .qywh1 .ty_h {
            height: 200px;
            width: 0.1%;
        }

        .qywh2a {
            margin: 20px 0px;
        }

        .qywh2a ul li {
            background: rgb(245, 245, 245);
            width: 49%;
            padding: 10px;
            margin-right: 2%;
            margin-bottom: 8px;
            float: left;
        }

        .qywh2a ul li:nth-child(2n) {
            margin-right: 0px;
        }

        .qywh2a1 img {
            padding-top: 20px;
            width: 35px;
        }

        .qywh2a2 {
            color: rgb(0, 0, 0);
            font-size: 18px;
            font-weight: 400;
            line-height: 27px;
            letter-spacing: 2px;
            margin-top: 20px;
        }

        .qywh2a3 {
            margin-top: 6px;
            height: 50px;
            color: rgb(114, 114, 114);
            font-size: 12px;
            font-weight: 400;
            line-height: 18px;
            letter-spacing: 0px;
        }

        .qywh2b li {
            margin-bottom: 12px;
            height: auto;
            padding: 30px 20px;
            width: 100% !important;
        }

        .qywh2b2 {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: 400;
            line-height: 25px;
            margin-top: 13px;
        }

        .qywh2b {
            margin-bottom: 30px;
        }

        .qywh1 {
            background: url(../image/qywh_bg.jpeg) center no-repeat;
            background-size: cover;
            background-position: center;
            margin: 20px 2% 0px;
        }

        .qyry_top {
            padding: 30px 0px 0px;
        }

        .qyry_topl {
            float: none;
            text-align: center;
        }

        .qyry_topl1 {
            color: rgb(0, 0, 0);
            font-size: 22px;
            font-weight: 400;
            line-height: 30px;
        }

        .qyry_topl2 {
            opacity: 0.6;
            color: rgb(0, 0, 0);
            font-size: 16px;
            font-weight: 400;
            line-height: 29px;
            letter-spacing: 1px;
            margin-top: 8px;
        }

        .qyry_topr {
            width: 100%;
            float: none;
            opacity: 0.6;
            color: rgb(0, 0, 0);
            font-size: 14px;
            font-weight: 400;
            line-height: 27px;
            padding-top: 10px;
        }

        .qyry_nav {
            display: flex;
            margin: 20px 0px 20px;
        }

        .qyry_nav li {
            flex: 1;
            margin-right: 14px;
            line-height: 36px;
            text-align: center;
            background: #fff;
            position: relative;
        }

        .qyry_nav li a {
            color: rgba(0, 0, 0, 0.7);
            font-size: 14px;
            position: relative;
            z-index: 1;
            transition: .5s;
        }

        .qyry_lists {
            background: #fff;
            padding: 30px 10px;
        }

        .qyry_list li {
            width: 49%;
            margin-right: 2%;
            float: left;
            margin-bottom: 15px;
            cursor: pointer;
        }

        .qyry_list li:nth-child(3n) {
            margin-right: 2%;
        }

        .qyry_list li:nth-child(2n) {
            margin-right: 0px;
        }

        .qyry_list2 {
            background: rgb(246, 246, 246);
            line-height: 38px;
            text-align: center;
            color: rgb(0, 0, 0);
            font-size: 14px;
            font-weight: 400;
        }

        .kjcxa1 {
            color: rgb(0, 0, 0);
            font-size: 16px;
            font-weight: 400;
            line-height: 30px;
            text-align: center;
            padding: 30px 0px 15px;
        }

        .kjcx2a {
            display: flex;
            margin-top: 20px;
            flex-wrap: wrap;
            flex-direction: column;
        }

        .kjcx2a li {
            flex: 1;
            position: relative;
            margin-right: 0px;
            padding-top: 60px;
            margin-bottom: 20px;
        }

        .kjcxa21 img {
            width: 40%;
            margin: 0 auto;
        }

        .kjcxa3 {
            margin: 0px 0px 30px;
        }

        .kjcxa21 {
            position: absolute;
            margin-top: -14%;
            width: 100%;
            text-align: center;
        }

        .kjcx2a li:nth-child(2) .kjcxa21 {
            margin-top: -12%;
        }

        .kjcxa21 {
            position: absolute;
            margin-top: -14%;
            width: 100%;
            text-align: center;
        }

        .kjcxa22a {
            margin-top: 50px;
            color: rgb(0, 0, 0);
            font-size: 16px;
            font-weight: 400;
            line-height: 29px;
        }

        .kjcxa22 {
            width: 100%;
            height: 130px;
            text-align: center;
            border: 1px solid rgba(0, 0, 0, 0.14);
            background: rgba(235, 234, 234, 0.14);
            border-radius: 4px;
        }

        .dszz {
            padding: 30px 0px;

        }

        .dszz_c::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.3);
            top: 0px;
            left: 0px;
        }

        .dszz_bg {
            height: auto;
            width: 100%;
            background: url(../image/dszzc_bg.jpeg) left no-repeat;
            background-size: cover;
            background-position: right;
        }

        .dszz .ty_h {
            height: auto;
            width: 100%;
            display: block;
        }

        .dszz_c {
            width: 100%;
            padding: 30px 10px;
            position: relative;
        }

        .dszz1 {
            color: rgb(255, 255, 255);
            font-size: 22px;
            font-weight: 500;
            line-height: 34px;
        }

        .dszz3 {
            width: 42px;
            height: 2px;
            background: rgb(1, 140, 50);
            margin: 10px 0px 15px;
        }

        .dszz4 {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: 400;
            line-height: 26px;
        }

        .dszz5 {
            text-align: right;
            margin-top: 0px;
        }

        .dszz5 img {
            display: inline;
            width: 150px;
        }

        .dszz1,
        .dszz2,
        .dszz3,
        .dszz4,
        .dszz5 {
            position: relative;
            z-index: 1;
        }

        .ty_banner .ty_h {
            height: 300px;
            width: 0.1%;
        }

        .news_banner .aboutz_l1 {
            padding-top: 0px;
        }

        .news_lbc {
            background: rgba(0, 0, 0, 0.5);
            line-height: 50px;
            position: absolute;
            bottom: 0px;
            left: 0px;
            width: 100%;
        }

        .news_lb {
            height: 50px;
        }

        .news_lb1 {
            float: none;
            font-size: 12px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .news_lb2 {
            display: none;
        }

        .news_lb::after {
            content: '';
            position: absolute;
            left: 0px;
            top: 50%;
            width: 13px;
            height: 13px;
            margin-top: -7.5px;
            background: url(../image/gongg.png) center no-repeat;
            background-size: 100%;
        }

        .news_lb .swiper-slide {
            text-indent: 18px;
            font-size: 14px;
            color: rgba(255, 255, 255, 0.63);
        }

        .newsz_top {
            padding: 30px 0px;
        }

        .newsz_top1 {
            color: rgb(0, 0, 0);
            font-size: 22px;
            font-weight: 400;
            float: left;
            padding-bottom: 15px;
            position: relative;
        }

        .newsz_top1::after {
            content: '';
            position: absolute;
            bottom: 0px;
            left: 0px;
            width: 50px;
            height: 2px;
            background: rgb(47, 161, 87);
        }

        .newsz_top2 {
            float: right;
            text-align: center;
            width: 120px;
            line-height: 36px;
            border: 1px solid rgba(0, 0, 0, 0.38);
        }

        .news_jtxwl {
            width: 100%;
            float: none;
        }

        .news_jtxwr {
            width: 100%;
            float: none;
            padding: 30px 3%;
            background: #fff;
        }
        .news_jtxwr .ty_h{
          display:block;
          padding-bottom:60px;
        }
        .jtxw_li{
            display:none;
        }

        .news_jtxwr2 {
            width: 94%;
            color: rgb(0, 0, 0);
            font-size: 16px;
            font-weight: 500;
            margin: 10px 0px 10px;
            line-height:32px;
            display:inline-block;
            height: 32px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .news_li ul {
            display: flex;
            text-align: center;
            justify-content: center;
            flex-wrap: wrap;
            flex-direction: column;
        }

        .news_li ul li {
            flex: 1;
            height: 250px;
        }

        .news_li ul li .ty_h {
            height: 250px;
            width: 0.1%;
        }

        .news_li ul img {
            width: 10%;
            display: inline;
        }

        .news_l_text {
            color: rgb(255, 255, 255);
            font-size: 22px;
            font-weight: 400;
            line-height: 42px;
            margin-top: 13px;
        }

        .news_li {
            margin-top: 30px;
        }

        .newsz_list {
            padding: 30px 0px;
        }

        .newsz_list .news_z li {
            width: 100%;
            float: none;
            margin-right: 0%;
            margin-bottom: 20px;
        }

        .newsz_con2 {
            color: rgb(0, 0, 0);
            font-size: 16px;
            font-weight: 400;
            line-height: 29px;
            margin: 12px 0px 12px;
        }

        .newsz_cona {
            border: 1px solid rgb(223, 223, 223);
            line-height: 40px;
            border-radius: 20px;
            text-align: center;
            color: rgb(78, 79, 79);
            font-size: 14px;
            margin-top: 10px;
            position: relative;
            transition: .5s;
        }

        .hyzc {
            padding: 30px 0px;
        }

        .hyzc_ul li {
            background: #fff;
            padding: 0px 0px;
            margin-bottom: 15px;
        }

        .hyzc_ul li img {
            width: 100%;
            height: auto;
        }

        .hyzc_ull {
            float: none;
        }

        .hyzc_ulr {
            width: 96%;
            margin: 0px auto;
            padding: 20px 0px;
            float: none;
        }

        .hyzc_ulr1 {
            color: rgb(1, 140, 50);
            font-size: 14px;
            font-weight: 400;
            line-height: 26px;
        }

        .hyzc_ulr2 {
            color: rgb(0, 0, 0);
            font-size: 16px;
            font-weight: 400;
            line-height: 29px;
            margin: 10px 0px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .hyzc_ulr3 {
            opacity: 0.38;
            color: rgb(0, 0, 0);
            font-size: 14px;
            font-weight: 400;
            line-height: 27px;
            margin-bottom: 15px;
        }

        .pr_lis {
            padding: 30px 0px 0px;
        }

        .tjcps li {
            width: 100%;
            margin-right: 0%;
            float: none;
            position: relative;
            margin-bottom: 20px;
            padding-bottom: 20px;
        }

        .tjcp3 {
            color: rgb(1, 140, 50);
            font-size: 16px;
            font-weight: 400;
            line-height: 21px;
            letter-spacing: 1px;
            margin-bottom: 0px;
        }

        .tjcp2 {
            margin-top: 10px;
            margin-bottom: 10px;
            color: rgb(0, 0, 0);
            font-size: 22px;
            font-weight: 400;
            line-height: 40px;
        }

        .pr_zs {
            padding-bottom: 30px;
        }

        .producthbt {
            color: rgb(0, 0, 0);
            font-size: 22px;
            font-weight: 400;
            line-height: 40px;
            text-align: center;
            padding-bottom: 10px;
            position: relative;
            margin: 30px 0px 20px;
        }

        .producthbt::after {
            content: '';
            position: absolute;
            left: 50%;
            bottom: 0px;
            margin-left: -25px;
            width: 50px;
            height: 2px;
            background: rgb(1, 140, 50);
        }

        .producthb {
            padding: 0px;
        }

        .pr_mdp {
            padding-bottom: 30px;
        }

        .pr_md li {
            width: 100%;
            margin-right: 0%;
            float: none;
            position: relative;
            overflow: hidden;
            margin-bottom: 20px;
        }

        .pr_md2 {
            position: absolute;
            bottom: 0px;
            left: 0px;
            line-height: 40px;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            padding: 0px 20px;
            width: 100%;
            font-size: 16px;
        }

        .xssc ul {
            display: block;
        }

        .mzma {
            padding: 30px 0px;
        }

        .mzmal {
            float: none;
        }

        .mzmal img {
            width: 30%;
            margin: 0 auto;
        }

        .mzmar {
            float: none;
            width: 100%;
            color: rgb(39, 39, 39);
            font-size: 14px;
            font-weight: 400;
            text-align: justify;
            line-height: 30px;
        }

        .mzmab {
            margin-top: 0px;
        }

        .mzmab img {
            width: 100%;
        }

        .mzmar .ty_h {
            height: auto;
            width: 100%;
            display: block;
            margin: 20px 0px;
        }

        .jdny {
            padding: 30px 0px;
        }

        .jdnya1 {
            width: 100%;
            height: auto;
            background: rgb(249, 249, 249);
            color: rgb(39, 39, 39);
            font-size: 14px;
            font-weight: 400;
            line-height: 28px;
            padding: 30px;
            position: relative;
            text-align: justify;
            z-index: 1;
            margin-left: 0px;
        }

        .jdnya2 {
            margin-top: 0px;
        }

        .jdnya2 img {
            width: 100%;
        }

        .gyhd img {
            display: inline;
            margin-top: 33px;
            width: 20%;
        }

        .gyhd2 {
            color: rgb(0, 0, 0);
            font-size: 22px;
            font-weight: 400;
            line-height: 55px;
            margin-top: 4px;
        }

        .gyhd3 {
            color: rgb(93, 93, 93);
            font-size: 14px;
            font-weight: 400;
            line-height: 25px;
            margin-top: 12px;
            padding: 0px 10px;
            text-align: justify;
        }

        .djgz_banner {
            height: 300px;
        }

        .ty_banner::after {
            content: '';
            position: absolute;
            width: 10px;
            height: 27px;
            background: url(../image/sb.png) center no-repeat;
            background-size: 100%;
            left: 50%;
            bottom: 20px;
            margin-left: -5px;
            animation-name: myfirst;
            animation-duration: 2s;
            animation-timing-function: linear;
            animation-delay: 2s;
            animation-iteration-count: infinite;
            animation-direction: alternate;
            animation-play-state: running;
            -webkit-animation-name: myfirst;
            -webkit-animation-duration: 2s;
            -webkit-animation-timing-function: linear;
            -webkit-animation-delay: 2s;
            -webkit-animation-iteration-count: infinite;
            -webkit-animation-direction: alternate;
            -webkit-animation-play-state: running;
        }

        .djgz1 {
            height: auto;
            width: 100%;
            background: url(../image/djgz1_gb.jpg) center no-repeat;
            background-size: cover;
            background-position: right;
        }

        .djgz1s .ty_h {
            height: auto;
            width: 100%;
            display: block;
        }

        .djgz1s {
            width: 100%;
            float: none;
            margin-right: 0%;
            padding-top: 30px;
        }

       
        .djgz1s2 {
            color: rgb(54, 53, 53);
            font-size: 14px;
            font-weight: 400;
            line-height: 26px;
            text-align: justify;
            text-indent: 2em;
            padding: 0px 10px 20px;
        }

        .djgz1s1::after {
            content: '';
            position: absolute;
            left: 0px;
            top: 7px;
            width: 30px;
            height: 31px;
            background: url(../image/djgz_tb.png) center no-repeat;
            background-size: cover;
            background-position: center;
        }

        .djgz2 li {
            width: 100%;
            float: none;
            text-align: center;
            padding: 30px 0px;
        }

        .djgz2 .ty_h {
            height: auto;
            width: 100%;
            display: block;
        }


    

        .djgz21 {
            width: 35px;
            height: 35px;
            margin: 0 auto;
            line-height: 33px;
            text-align: center;
            border: 1px solid rgb(140, 140, 140);
            border-radius: 50%;
        }

        .djgz21 i {
            font-size: 14px;
            position: relative;
            left: 2px;
            top: -1px;
        }

        .dzb {
            background: url(../image/dzb_bg.jpg) center no-repeat;
            background-size: cover;
            background-position: center;
            position: relative;
            height: auto;
            padding: 30px 0px;
        }

        .dzb_c {
            position: relative;
            right: 0px;
            top: 0px;
            height: auto;
            width: 90%;
            margin: 0px auto;
            background: #fff;
            padding: 30px 10px 20px 10px;
        }

        .dzb_c2 {
            color: rgb(54, 53, 53);
            font-family: 微软雅黑;
            font-size: 14px;
            font-weight: 400;
            line-height: 32px;
            text-align: justify;
        }

        .lxwmaa1 {
            padding: 30px 0px;
            text-align: center;
        }

        .lxwmaa1_1 {
            color: rgb(0, 0, 0);
            font-size: 22px;
            font-weight: 400;
            line-height: 35px;
            letter-spacing: 0.2px;
        }

        .lxwmaa1_2 {
            color: rgb(0, 0, 0);
            font-size: 14px;
            font-weight: 400;
            line-height: 28px;
            margin-top: 0px;
        }

        .lxwmaa2 {
            width: 100%;
        }

        .productha li {
            height: auto;
            background: rgb(247, 247, 247);
            text-align: center;
            transition: .5s;
            position: relative;
            width: 100%;
            float: none;
            margin-bottom: 20px;
        }

        .producth4 img {
            max-width: 80%;
            display: inline;
            margin-top: 40px;
        }

        .producth1 {
            color: rgb(0, 0, 0);
            font-size: 22px;
            font-weight: 500;
            line-height: 40px;
            padding-top: 30px;
        }

        .producth2 {
            color: rgb(58, 58, 58);
            font-size: 14px;
            font-weight: 400;
            line-height: 30px;
        }

        .producth3 {
            color: rgb(1, 140, 50);
            font-size: 14px;
            font-weight: 400;
            line-height: 21px;
            letter-spacing: 1px;
            margin-top: 0px;
        }

        .tjcps .prsk {
            padding-bottom: 30px;
        }

        .tjcp_li {
            padding: 20px 0px 30px;
        }

        .product-bg img {
            height: 100%;
        }

        .product-bg {
            height: 100%;
        }

        .productha li:nth-child(2) {
            float: none;
        }

        .producth3 i {
            font-size: 26px;
            position: relative;
            top: 5.5px;
        }

        .jyzp_top {
            height: 200px;
            text-align: center;
            line-height: 200px;
            background: url(../image/jyzp.jpg) center no-repeat;
            background-size: cover;
            background-position: center;
            color: rgb(255, 255, 255);
            font-size: 22px;
            margin: 30px 0px 30px;
        }

        .job_title li {
            color: #000;
            float: left;
            width: 21.25%;
            color: rgb(255, 255, 255);
            font-size: 16px;
            line-height: 50px;
            text-align: center;
        }

        .hrList_a1_title li {
            font-size: 14px;
            line-height: 36px;
        }

        .jmhz {
            padding: 30px 0px;
        }

        .jmhzl {
            width: 100%;
            float: none;
        }

        .jmhzl1 {
            color: rgb(5, 5, 5);
            font-size: 22px;
            font-weight: 400;
            line-height: 37px;
            margin-top: 0px;
            text-indent: 30px;
        }

        .jmhzl2 {
            color: rgb(0, 130, 53);
            font-family: bebas;
            font-size: 30px;
            font-weight: 400;
            line-height: 36px;
            text-indent: 30px;
        }

        .jmhzl3 {
            margin-top: 20px;
        }

        .jmhzl3 li {
            line-height: 30px;
            color: rgb(0, 0, 0);
            font-size: 14px;
            font-weight: 400;
            text-indent: 0px;
            padding: 10px 10px;
        }

        .jmhzr {
            width: 100%;
            float: none;
        }

        .jmhzr img {
            width: 100%;
        }

        .jmzc_t1 {
            text-align: center;
            padding-top: 30px;
            width: 60%;
            margin: 0 auto;
        }

        .jmzc_t1 img {
            width: 100%;
        }

        .jmzc_t2 {
            color: rgb(0, 0, 0);
            font-size: 22px;
            font-weight: 400;
            line-height: 55px;
            text-align: center;
            position: relative;
            margin-top: -35px;
            top: 0px;
        }

        .jmzc_b li {
            width: 100%;
            margin-right: 0%;
            float: left;
            padding: 26px;
            background: url(../image/jmzc_icon.png) #fff right no-repeat;
            margin-bottom: 15px;
        }

        .jmzc_b2 {
            color: rgb(55, 55, 55);
            font-size: 14px;
            font-weight: 400;
            line-height: 30px;
            height: 60px;
        }

        .jmzc_b1 {
            color: rgb(0, 130, 53);
            font-family: bebas;
            font-size: 32px;
            font-weight: 400;
            line-height: 40px;
            margin-bottom: 16px;
        }

        .jmzc_b {
            margin-top: 14px;
        }

        .jmzc {
            background: url(../image/jmzc.jpeg) center no-repeat;
            background-size: cover;
            background-position: center;
            padding-bottom: 30px;
        }

        .lxwmaa2 li {
            width: 100%;
            line-height: 44px;
            padding-left: 10px;
            font-size: 14px;
            color: rgba(255, 255, 255, 0.85);
        }

        .lxwmaa3 {
            margin-top: 30px;
            display: flex;
            background: rgb(245, 245, 245);
            flex-wrap: wrap;
            flex-direction: column;
        }

        .lxwmaa3 li {
            flex: 1;
            padding: 10px;
            position: relative;
        }

        .lxwmaa3_1 {
            color: rgb(0, 0, 0);
            font-size: 18px;
            font-weight: 400;
            line-height: 44px;
            position: relative;
            margin-bottom: 15px;
        }

        .lxwmaa3_2 {
            opacity: 0.64;
            color: rgb(0, 0, 0);
            font-size: 14px;
            font-weight: 400;
            line-height: 24px;
            height: 58px;
        }

        .lxwmaa3_1::after {
            content: '';
            position: absolute;
            bottom: 0px;
            left: 50%;
            width: 48px;
            margin-left: -24px;
            height: 1px;
            background: rgb(0, 130, 53);
        }

        .lxwmaa3 li::after {
            display: none;
        }

        .lxwmaa3 li {
            text-align: center;
        }

        .zxly {
            background: rgb(245, 245, 245);
            margin-top: 30px;
            padding-bottom: 30px;
        }

        .lxwm_r1 {
            color: rgb(0, 0, 0);
            font-size: 22px;
            font-weight: 400;
            line-height: 30px;
            text-align: center;
            padding: 30px 0px 10px;
            position: relative;
        }

        .lxwm_r1::after {
            content: '';
            position: absolute;
            left: 50%;
            bottom: 0px;
            margin-left: -25px;
            width: 50px;
            height: 2px;
            background: rgb(47, 161, 87);
        }

        .lxwm_r2 {
            opacity: 0.38;
            color: rgb(13, 13, 13);
            font-size: 14px;
            font-weight: 400;
            line-height: 26px;
            text-align: center;
            margin-top: 10px;
        }

        .lxwm_r3 {
            margin-top: 20px;
        }

        .lxwm_r3 li {
            width: 100%;
            float: none;
            margin-bottom: 10px;
        }

        .lxwm_r3 li input {
            width: 100%;
            line-height: 40px;
            border: 1px solid rgba(139, 139, 139,0.4);
            text-indent: 10px;
            color: rgba(0, 0, 0, 0.5);
            font-size: 14px;
            font-weight: 400;
            background: None;
        }

        .lxwm_r4 textarea {
            margin-top: 0px;
            width: 100%;
            border: 1px solid rgba(139, 139, 139,0.4);
            background: None;
            color: rgba(0, 0, 0, 0.5);
            font-family: 微软雅黑;
            font-size: 14px;
            font-weight: 400;
            text-indent: 10px;
            line-height: 40px;
        }

        .lxwm_btn {
            background: rgb(0, 130, 53);
            border-radius: 4px;
            width: 100%;
            line-height: 45px;
            margin: 20px auto 0px;
            text-align: center;
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: 400;
            cursor: pointer;
        }

        .lxwma {
            background: none;
        }

        .lxwmsj {
            width: 100%;
            height: 300px;
            background: url(../image/lxwm_bg.png) right no-repeat;
            background-size: cover;
        }
        .news_jtxwl img{
            max-height:200px;
        }
        .cpzx_r2 {
            padding: 20px 10px;
            background: #fff;
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
        }
        .ty_atitle {
            font-size: 18px;
            font-family: 微软雅黑;
            padding-bottom: 5px;
            margin-bottom: 5px;
            color: #000;
            padding-top: 30px;
            text-align: center;
        }
        .ty_time span{
            font-size:12px;
        }
        .ty_dtitle {
            padding-bottom: 10px;
            border-bottom: 1px solid #e5e5e5;
            text-align: center;
            margin-bottom: 10px;
        }
        .ty_acontent p{
            font-size:14px !important;
            line-height:26px;
            text-indent:2em !important;
        }
        .ty_acontent p img{
            max-width:100%;
        }
        .fenye {
            margin-top: 0px;
            color: #000;
        }
        .news_z .ty_img {
            height: auto;
            overflow: hidden;
        }
        .hyzc_ulr .ty_h{
            height:auto !important;
            display:block;
            padding-top:0px;
        }
        .hyzc_ull {
            float: none;
            width:100%;
        }
        .about_ac .ty_h {
            height: auto;
            width: 100%;
            display: block;
        }
        .qywhxa li {
            background: rgb(246, 246, 246);
            width: 100%;
            float: none;
            margin-right: 0%;
            margin-bottom: 15px;
        }
        .qywhd {
            width: 100%;
            margin: 0 auto;
        }
        .qywhxa1 {
            padding-left: 0px;
            float: none;
            width: 100%;
            text-align: center;
            padding:30px 0px 10px;
        }
        .qywhxa {
            padding: 20px 0px;
        }
        .qywhxa li .ty_h {
            width: 100%;
            height: auto;
            display:block;
        }
        .qywhxa1 img{
            display:inline;
            transform: scale(0.6);
        }
        .qywhxa2c {
            color: rgb(107, 107, 107);
            font-family: 微软雅黑;
            font-size: 14px;
            font-weight: 400;
            line-height: 30px;
        }
        .qywhxa2 {
            float: none;
            width: 100%;
            margin-right: 0px;
            padding-bottom: 30px;
            text-align: center;
        }
        .qywha2 {
            height: auto;
            width: 100%;
            background: url(../image/qywh2_bg.jpeg) center no-repeat;
            background-size: cover;
            background-position: center;
            padding-bottom:1px;
        }
        .qywha2 ul li {
            width: 100%;
            height: 214px;
            margin-right: 0px;
            display: block;
            text-align: center;
            background: #fff;
            position: relative;
            margin-bottom: 15px;
            cursor: pointer;
        }
        .qywha2 ul {
            text-align: center;
            padding-top: 15px;
        }
        .qywhdl {
            background: rgb(246, 246, 246);
            width: 100%;
            height: auto;
            float: none;
            margin-right: 0px;
        }
        .qywhd {
            text-align: center;
            padding: 20px 0px;
        }
        .qywhdlw {
            width: 100%;
            margin: 0 auto;
            text-align: left;
        }
        .qywhdl1 {
            color: rgb(0, 0, 0);
            font-family: 微软雅黑;
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-top: 50px;
            text-align: center;
        }
        .qywhdl2 {
            color: rgb(14, 130, 47);
            font-family: 微软雅黑;
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 10px;
            text-align: center;
        }
        .qywhdl3 {
            color: rgb(99, 99, 99);
            font-family: 微软雅黑;
            font-size: 14px;
            font-weight: 400;
            line-height: 60px;
            letter-spacing: 0px;
            text-align: center;
            padding-bottom: 30px;
        }
        .qywhdr {
            width: 100%;
            height: 300px;
            background: url(../image/qywhdr.jpeg) center no-repeat;
            background-size: cover;
            background-position: center;
            float: none;
        }
        .tyzs_banner {
            height: 200px;
            margin-top: 70px;
        }
        .djgzz_banner {
            background: url(../image/djgzz_banner.jpg) center no-repeat;
            background-size: cover;
            background-position: center;
        }
        .djgz1s1 img{
            width:80%;
            margin:0 auto;
        }
        .djgz2b {
            position: absolute;
            left: 0px;
            bottom: 0px;
            line-height: 36px;
            width: 100%;
            background: rgba(0, 0, 0, 0.4);
            font-size: 14px;
            color: #fff;
            text-align: center;
        }
        .djgz2s ul li {
            width: 100%;
            float: none;
            margin-right: 0%;
            margin-bottom: 15px;
            position: relative;
        }
        .djgz2s {
            padding: 20px 0px;
        }
        .djgz3a img{
            width:60%;
            margin:0 auto;
        }
        .djgz3b{
            margin-top:20px;
        }
        .djgz3 {
            margin-bottom: 30px;
        }
        .djgz22 img{
            width:60%;
            margin:0 auto;
        }
        .djgz22 {
            margin:0 auto;
            margin-bottom: 20px;
        }
        .container02 ul {
            font-size: 0;
            position: relative;
            overflow: hidden;
            height: auto;
        }
        .container02 ul li {
            width: 100%;
            padding: 0px 5% 10%;
            float: left;
            height: auto;
        }
        .container02 ul li .top {
            padding: 3rem 0 1rem;
            display: inline-block;
            text-align: left;
            max-width: 100%;
            transition: 0.9s ease;
        }
        .container02 ul li .top .title {
            margin-bottom: 0px;
        }
        .container02 ul li .top p {
            opacity: 0.6;
            color: rgb(0, 0, 0);
            font-size: 14px;
            font-weight: 400;
            line-height: 24px;
            height: 48px;
            overflow: hidden;
            margin-bottom: 10px;
        }
        .container02 ul li .bottom .img img {
            width: 100%;
            display: none;
        }
        .container02 ul li .bottom .img_top {
            position: relative;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }
        .container02 ul li .bottom .img_top img {
            /* max-width: 80%; */
            width: 60%;
            margin: 0 auto;
            transition: 0.9s;
        }
        .fwsn1 {
            height: auto;
            width: 100%;
            margin: 30px auto;
            background: url(../image/fwsn1_bg.jpeg) center no-repeat;
            background-size: cover;
            background-position: center;
            position: relative;
            padding:440px 10px 10px 10px;
        }
        .fwsn3bl {
            width: 100%;
            float: none;
            margin-bottom:10px;
        }
        .fwsn3br {
            width: 100%;
            float: none;
        }
        .fwsn3br1{
            margin-bottom:10px;
        }
        .w1345 {
            width: 100%;
            margin: 0 auto;
        }
        
        .fwsn1a {
            color: rgb(255, 255, 255);
            font-family: 微软雅黑;
            font-size: 14px;
            font-weight: 400;
            line-height: 26px;
            position: relative;
            bottom: 0px;
            left: 0px;
        }
        .fwsn2 {
            width: 100%;
            height: auto;
            background: url(../image/fwsn2_bg.jpeg) center no-repeat;
            background-size: cover;
            background-position: center;
            padding:30px 0px;
        }
        .fwsn2d {
            position: relative;
            top: 0px;
            left: 0px;
            padding: 30px 10px;
            width: 96%;
            height: auto;
            background: rgba(255, 255, 255, 0.8);
            backdrop-filter: blur(20px);
            border-radius: 15px;
            margin:0 auto;
        }
        .fwsn2a {
            color: rgb(0, 0, 0);
            font-size: 22px;
            font-weight: 400;
            line-height: 36px;
            text-align: center;
        }
        .fwsn2b {
            color: rgb(0, 0, 0);
            font-size: 14px;
            font-weight: 400;
            line-height: 30px;
            margin-top: 14px;
            text-align: justify;
        }
        .fwsn3a {
            color: rgb(0, 0, 0);
            font-size: 22px;
            font-weight: 400;
            line-height: 36px;
            text-align: center;
            margin: 30px 0px 15px;
        }
        .fwsn3br2 {
            height: auto;
            background: rgb(246, 246, 246);
            color: rgb(69, 69, 69);
            font-size: 14px;
            font-weight: 400;
            line-height: 28px;
            letter-spacing: 1px;
            padding: 20px 10px;
            text-align: justify;
        }
        .fwsn3 {
            padding-bottom: 30px;
        }
        .fwsn4a {
            color: rgb(0, 0, 0);
            font-size: 22px;
            font-weight: 400;
            line-height: 42px;
            padding: 30px 0px 15px 0px;
            position: relative;
            text-align: center;
        }
        .fwsn4a::after {
            content: '';
            position: absolute;
            width: 51px;
            height: 2px;
            background: #008235;
            left: 50%;
            bottom: 0px;
            margin-left: -25.5px;
        }
        .fwsn4a {
            color: rgb(0, 0, 0);
            font-size: 22px;
            font-weight: 400;
            line-height: 42px;
            padding: 30px 0px 8px 0px;
            position: relative;
            text-align: center;
        }
        .fwsn4b {
            padding: 30px 0px;
        }
        .fwsn4b2 {
            position: absolute;
            bottom: 0px;
            left: 0px;
            width: 100%;
            text-align: center;
            background: rgba(0,0,0,0.72);
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: 400;
            line-height: 45px;
        }
        .fwsnl {
            position: absolute;
            left: 12%;
            top: -200px;
            transform: rotate(180deg);
            cursor: pointer;
            width: 20px;
        }
        .fwsnr {
            position: absolute;
            right: 12%;
            top: -200px;
            cursor: pointer;
            width: 20px;
        }
        .fwsnl img,.fwsnr img{
            width:100%;
        }
        .ppzqs {
            margin: 30px 0px;
        }
        .ppzqs li {
            width: 100%;
            background: #f6f6f6;
            float: none;
            padding: 0px 10px;
            margin-bottom:15px;
        }
        .ppzqs li img{
            width:60%;
        }
        .ppzq_text {
            padding: 10px 5px 20px 5px;
            color: rgb(94, 94, 94);
            font-size: 14px;
            font-weight: 400;
            line-height: 26px;
            text-align:justify;
        }
        .zhank {
            color: rgb(1, 132, 66);
            font-size: 14px;
            font-weight: 400;
            text-align: right;
            margin-left: 5px;
            cursor: pointer;
        }
        .zhank i {
            font-size: 24px;
            position: relative;
            top: 4.5px;
            left: -6px;
        }
        .ppzqs li:nth-child(2) .ppzqs_img {
            padding: 35px 0px 20px;
            text-align: center;
        }
		.iab3 {
			width: 100%;
			height: 259px;
			margin: 20px 0px;
			padding-bottom: 0px;
			background: url(../image/jgsly_video.jpg) center no-repeat;
			background-size: 130% 100%;
			background-position: center;
		}
.iab3c {
    text-align: center;
    position: absolute;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    bottom: 50%;
    left: 50%;
    margin-bottom: -45px;
    margin-left: -45px;
    line-height: 90px;
}
    .iab3c img {
        display: inline;
        width: 20%;
    }
	.iab3 .video {
    position: absolute;
    display: none;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 259px;
    background: rgba(0, 0, 0, .8);
}
.iab3 .video video {
    width: 100% !important;
    height: 259px !important;
}
.qywhdr .iab3 {
			width: 100%;
			height: 300px;
		}
	.qywhdr .video {
    position: absolute;
    display: none;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 300px;
    background: rgba(0, 0, 0, .8);
}
.qywhdr .iab3 .video video {
    width: 100% !important;
    height:300px !important;
}
iframe{
	height:300px !important;
}
	}