@charset "utf-8";
.mobild_div{
    display: none;
}
@media all and (max-width:768px){
    .pc_div{
        display: none;
    }
    .mobild_div{
    display: block;
    }
}
@media all and (min-width:769px){
    .pc_div{
        display: block;
    }
    .mobild_div{
    display: none;
    }
}

/* CSS Document */
.paginations {
	height: 34px;
	text-align: center;
	margin:30px 0;
}
.paginations li {
	display: inline-block;
	/*height: 34px;*/
	margin-right: 5px;
	padding:0 5px!important;
}
.paginations li a {
	float: left;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	font-size: 16px;
	border: 1px solid #dddddd;
	color: #555555;
	text-decoration: none;
}
.paginations li a:hover {
	background: #f5f5f5;
	color: #29934d;
}
.paginations li.thisclass {
	background: #29934d;
	color: #fff;
}
.paginations li.thisclass a, .pagination li.thisclass a:hover {
	background: transparent;
	border-color: #29934d;
	color: #fff;
	cursor: default;
}

/*公共样式与首页样式*/
em{font-style: normal;} 
.banner_slide {
    width: 100%;
    overflow: hidden;
    /*height: 70vh;*/
    height:800px;
    background-color: #f1f1f1;
    position: relative
}
@media (max-width:768px){
    .banner_slide {
        height:500px;
    }
}
.banner_slide .swiper-slide {
    width: 100%;
    overflow: hidden
}
.banner_slide .swiper-slide .b1 {
    width: 100%;
    overflow: hidden;
    height: 100%;
    display: block;
    background-position: center;
    background-size: cover;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}
@media (max-width:768px){
    .banner_slide .swiper-slide .b1{
        background-position: contain;
    }
}
.banner_slide .swiper-slide-active .banner_bg b {
    transform: translate3d(0, 0, 0);
    transform: scale(1) rotate(0.1deg);
    -moz-transform: scale(1) rotate(0.1deg);
    -webkit-transform: scale(1) rotate(0.1deg)
    /*transform: scale(1.04) rotate(0.1deg);*/
    /*-moz-transform: scale(1.04) rotate(0.1deg);*/
    /*-webkit-transform: scale(1.04) rotate(0.1deg)*/
}

.banner_slide .swiper-slide .b1.on {
    -webkit-filter: url(#water);
    filter: blur(5px) url(#water)
}

.banner_slide .swiper-slide .txtk {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    /*justify-content: center;*/
    padding: 5%;
    text-align: center;
}

.banner_slide .swiper-slide .txtk .nr {
    max-width: 100%;
    margin-bottom: 40px;
}

.banner_slide .swiper-slide .txtk .nr h1{
    color:#fff;
    font-size:48px;
    font-family: fangsong;
    margin-bottom:40px;
    font-weight: bold;
}
.banner_slide .swiper-slide .txtk .nr h2{
    color:#fff;
    font-size:24px;
    margin-bottom:40px;
    /*margin-left:80px;*/
    font-family: "黑体";
}
.banner_slide .swiper-slide .txtk .nr span{
    color:#fff;
    font-size:18px;
    /*margin-left:40px;*/
    background-color: #40B46A;
    font-family: "黑体";
    padding:5px 10px;
}

@media all and (max-width:768px){
    .banner_slide .swiper-slide .txtk .nr{
        max-width:100%;
    }
    .banner_slide .swiper-slide .txtk .nr h1{
        font-size:30px;
    }
    .banner_slide .swiper-slide .txtk .nr h2{
        font-size:20px;
        margin-bottom:30px;
        /*margin-left:30px;*/
    }
    .banner_slide .swiper-slide .txtk .nr span{
        font-size:14px;
        text-align: center;
        /*margin-left:10px;*/
        font-family: inherit;
      
    }
}


.banner_slide .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0);
    width: 24px;
    height: 24px;
    opacity: 1;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: solid 1px rgba(255, 255, 255, 0);
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_slide .swiper-pagination-bullet:before {
    content: '';
    background-color: rgba(255, 255, 255, .6);
    display: inline-block;
    width: 8px;
    height: 8px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.banner_slide .swiper-pagination-bullet-active {
    border-color: #fff;
}

.banner_slide .swiper-pagination-bullet-active:before {
    background-color: #fff;
}

.banner_slide > .swiper-pagination-bullets {
    bottom: 0%;
    height: 100vh;
    width: 24px;
    font-size: 0;
    position: absolute;
    left: 2%;
    right:auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    /*align-items: center;*/
}

.banner_slide.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 4px 0px;
}

@media only screen and (max-width: 1200px) {
    .banner_slide .swiper-slide .txtk .nr {
        max-width: 100%;
        width:100%;
    }
}

@media only screen and (max-width: 760px) {
    .banner_slide .swiper-slide .txtk .nr {
        max-width: 100%;
        width: 100%;
    }

    .banner_slide .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
    }

    .banner_slide .swiper-pagination-bullet:before {
        width: 6px;
        height: 6px;
    }


    .banner_slide.swiper-container-horizontal > .swiper-pagination-bullets {
        width: 24px;
        right: 2%;
    }

    .banner_slide.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 3px 0px;
    }
}

.sy_conk {
    width: 100%;
    background-color: rgba(0, 0, 0, .55);
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 20;
    padding: 30px 0;
}

.sy_conk ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
}

.sy_conk li {
    min-width: 160px;
    position: relative;
    padding-left: 70px;
    height: 55px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.sy_conk span {
    font-size: 26px;
}

.sy_conk li:before {
    content: '';
    width: 55px;
    height: 55px;
    position: absolute;
    left: 0;
    top: 0px;
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.sy_conk li.l1:before {
    background-image: url("../images/sy_a1.png");
}

.sy_conk li.l2:before {
    background-image: url("../images/sy_a2.png");
}

.sy_conk li.l3:before {
    background-image: url("../images/sy_a3.png");
}

.sy_conk li.l4:before {
    background-image: url("../images/sy_a4.png");
}

@media only screen and (min-width: 1600px) {
    .sy_conk {
        padding: 45px 0;
    }

    .sy_conk ul {
        font-size: 16px;
    }

    .sy_conk li:before {
        width: 63px;
        height: 63px;
    }

    .sy_conk li {
        height: 63px;
        padding-left: 80px;
    }

    .sy_conk span {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1200px) {
    .sy_conk {
        padding: 20px 0;
    }

    .sy_conk ul {
        font-size: 13px;
    }

    .sy_conk li {
        min-width: 120px;
        padding-left: 45px;
        height: auto;
        min-height: 35px;
    }

    .sy_conk span {
        font-size: 20px;
    }

    .sy_conk li:before {
        width: 35px;
        height: 35px;
    }

}

@media only screen and (max-width: 760px) {
    .sy_conk {
        padding: 15px 0 0 0;
    }

    .sy_conk ul {
        font-size: 12px;
    }

    .sy_conk li {
        min-width: inherit;
        padding-left: 40px;
        height: auto;
        min-height: 30px;
        width: 130px;
        margin-bottom: 15px;
    }

    .sy_conk li:nth-of-type(2), .sy_conk li:nth-of-type(4) {
        width: 120px;
    }

    .sy_conk span {
        font-size: 18px;
    }

    .sy_conk li:before {
        width: 30px;
        height: 30px;
    }

    .sy_conk .bt {
        font-size: 13px;
    }
}

.active .sy_conk li:nth-of-type(1), .active .sy_lb1 li:nth-of-type(1) {
    animation: fadeInLeft .6s .3s ease both;
    -webkit-animation: fadeInLeft .6s .3s ease both;
    -moz-animation: fadeInLeft .6s .3s ease both;
}

.active .sy_conk li:nth-of-type(2), .active .sy_lb1 li:nth-of-type(2) {
    animation: fadeInLeft .6s .5s ease both;
    -webkit-animation: fadeInLeft .6s .5s ease both;
    -moz-animation: fadeInLeft .6s .5s ease both;
}

.active .sy_conk li:nth-of-type(3), .active .sy_lb1 li:nth-of-type(3) {
    animation: fadeInLeft .6s .7s ease both;
    -webkit-animation: fadeInLeft .6s .7s ease both;
    -moz-animation: fadeInLeft .6s .7s ease both;
}

.active .sy_conk li:nth-of-type(4), .active .sy_lb1 li:nth-of-type(4) {
    animation: fadeInLeft .6s .9s ease both;
    -webkit-animation: fadeInLeft .6s .9s ease both;
    -moz-animation: fadeInLeft .6s .9s ease both;
}

.active .sy_lb1 li:nth-of-type(5) {
    animation: fadeInLeft .6s 1.1s ease both;
    -webkit-animation: fadeInLeft .6s 1.1s ease both;
    -moz-animation: fadeInLeft .6s 1.1s ease both;
}

.sy_p2 {
    background-image: url("http://cdn.snboo.com/yw.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.sy_lb1 {
    width: 100%;
    /*height: 100vh;*/
    height:600px;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-start;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    -moz-transition: .3s linear
}

.sy_lb1 ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    position: relative;
    z-index: 999
}


.sy_lb1 li {
    width: 20%;
    overflow: hidden;
    position: relative;
    /*height: 100vh;*/
    height:600px;
    /*border-right: 1px solid rgba(255, 255, 255, 0.3);*/
    background-color: rgba(0,0,0,.1);
}

.sy_lb1 li:last-child {
    border-right-width: 0;
}

.sy_lb1 a, .sy_gd1 a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: center;
}

.sy_lb1 li .imgk, .sy_gd1 .imgk {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

.sy_lb1 li:hover .imgk, .sy_gd1 .imgk {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.sy_lb1 li .txtk, .sy_gd1 .txtk {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    display: -webkit-flex;
    align-items: end;
    justify-content: center;
    padding: 0 30px;
    width: 100%;
}

.sy_lb1 li .bt, .sy_gd1 .bt {
    font-size: 22px;
    line-height: 40px;
    margin-top: 25px;
    display: block;
    width: 100%;
}

.sy_gd1 .bt:after {
    content: '';
    width: 1.5em;
    height: 3px;
    background-color: #2BB572;
    display: block;
    margin: 15px auto;
}

.sy_lb1 li .txtkn, .sy_gd1 .txtkn {
    width: 100%;
}

.sy_lb1 li p {
    font-size: 13px;
}
@media all and (width:768px){
    .sy_gd1 p{
        display: none;
    }
}
.sy_lb1 li .s_more, .sy_gd1 .s_more {
    position: absolute;
    width: 56%;
    height: 45px;
    line-height: 44px;
    border: solid 1px #fff;
    left: 22%;
    bottom: 16%;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
}

.sy_lb1 li .an_dh:before {
    left: 50%;
    background-color: #fff;
}

.sy_lb1 li:hover .an_dh:before {
    left: 0;
    width: 100%;
}

.sy_lb1 li i, .sy_gd1 i {
    display: block;
    width: 100%;
    height: 75px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.sy_lb1 li i.i1, .sy_gd1 i.i1 {
    background-image: url("../images/1-hb.png");
}

.sy_lb1 li i.i2, .sy_gd1 i.i2 {
    background-image: url("../images/2-hb.png");
}

.sy_lb1 li i.i3, .sy_gd1 i.i3 {
    background-image: url("../images/3-hb.png");
}

.sy_lb1 li i.i4, .sy_gd1 i.i4 {
    background-image: url("../images/4-hb.png");
}

.sy_lb1 li i.i5, .sy_gd1 i.i5 {
    background-image: url("../images/5-hb.png");
}

.sy_lb1 li:nth-of-type(1):hover .an_dh,
.sy_lb1 li:nth-of-type(1):hover .an_dh:hover {
    color:#2BB572!important;
}

.sy_lb1 li:nth-of-type(2):hover .an_dh {
    color:#2BB572!important;
}

.sy_lb1 li:nth-of-type(3):hover .an_dh {
    color:#2BB572!important;
}

.sy_lb1 li:nth-of-type(4):hover .an_dh {
    color: #2BB572!important;
}

.sy_lb1 li:nth-of-type(5):hover .an_dh {
    color: #2BB572!important;
}

@media only screen and (min-width: 1600px) {
    /*.sy_lb1 li i {*/
    /*    height: 87px;*/
    /*}*/

    .sy_lb1 li .bt {
        font-size: 28px;
        margin-top: 30px;
        margin-bottom:160px;
        text-align: center;
    }

    .sy_lb1 li p {
        font-size: 14px;
    }

    .sy_lb1 li .s_more {
        height: 50px;
        line-height: 48px;
        font-size: 16px;
    }

    .sy_lb1 li .bt:after {
        margin: 20px auto;
    }
}

.sy_gd1 {
    display: none;
    position: relative;
}
.sy_gd1::after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 1;
    background-color: rgba(0,0,0,.2);
}

.sy_gd1 .swiper-container {
    width: 100%;
    overflow: hidden;
    height: 100vh;
    padding-top:40px;
    position: relative;
    z-index: 2;
}

.sy_gd1 .swiper-wrapper {
    width: 100%;
}

.sy_gd1 .swiper-slide {
    width: 100%;
}

.sy_gd1 .swiper-button-prev {
    position: absolute;
    left: 30%;
}

.sy_gd1 .swiper-button-next {
    position: absolute;
    right: 30%;
}

.sy_gd1 .swiper-button-prev, .sy_gd1 .swiper-button-next {
    outline: none;
    --swiper-navigation-size: 16px;
    height: 36px;
    line-height: 36px;
    width: 36px;
    text-align: center;
    top: auto;
    bottom: 8%;
    margin-top: 0px;
    background-color: #2BB572;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    color: #fff;
}

.sy_gd1 .swiper-button-next:hover, .sy_gd1 .swiper-button-prev:hover {
    color: #fff;
    background-color: #12b92c;
}

.sy_gd1 .s_more {
    width: 40%;
    left: 30%;
    height: 40px;
    line-height: 38px;
    bottom: 20%;
}

.sy_gd1 .bt {
    font-size: 20px;
    margin-top: 20px;
}

.sy_gd1 .bt:after {
    margin-top: 10px;
}

.sy_gd1 p {
    height: auto;
}

.sy_gd1 .txtkn {
    padding: 0 0px 10% 0px;
}

@media only screen and (max-width: 1200px) {
    .sy_lb1 li .txtk {
        padding: 0 15px;
    }

    .sy_lb1 li .bt {
        font-size: 18px;
        line-height: 30px;
        margin-top: 15px;
    }

    .sy_lb1 li p {
        font-size: 12px;
        line-height: 22px;
        height: 44px;
    }

    .sy_lb1 li .s_more {
        height: 40px;
        line-height: 38px;
        width: 60%;
        left: 20%;
        font-size: 13px;
    }

    .sy_lb1 li i {
        height: 55px;
    }
}

@media only screen and (max-width: 800px) {
    .sy_lb1 li p {
        line-height: 20px;
        height: 60px;
    }

    .sy_lb1 li .bt {
        font-size: 15px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 760px) {
    .sy_lb1 li {
        width: 33.3333%;
        height: 50vh;
        float: left;
        border-bottom: solid 1px rgba(255, 255, 255, .15);
    }

    .sy_lb1, .sy_lb1 ul {
        display: block;
        height: 100vh;
    }

    .sy_lb1 li:nth-of-type(1), .sy_lb1 li:nth-of-type(2) {
        width: 50%;
    }

    .sy_lb1 li .s_more {
        bottom: 10%;
        height: 30px;
        line-height: 28px;
    }

    .sy_lb1 li .bt {
        font-size: 14px;
        line-height: 22px;
    }

    .sy_lb1 li .txtk {
        padding: 0 8px;
    }

    .sy_lb1 li .bt:after {
        margin: 10px auto;
    }

    .sy_lb1 li p {
        line-height: 18px;
    }

    .sy_lb1 {
        display: none;
    }

    .sy_gd1 {
        display: block;
        position: relative;
    }
}

.sy_p3 {
    background-image: url("../images/sy_bj3.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    
}
.sy_p3 .sy_bt1{
    margin-bottom:40px;
}
.sy_p3 .main {
    position: relative;
    /*min-height: 100vh;*/
}

.sy_p3 .main .aboutBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sy_p3 .main .leftBox{
    width:40%;
}
.sy_p3 .main .rightBox{
    width:60%;
    padding-left:40px;
   font-size:13px;
   
    
}
@media all and (max-width:990px){
    .sy_p3 .main .aboutBox{
        text-align: center;
    }
    .sy_p3 .main .leftBox{
    width:100%;
    margin-bottom:20px;
    }
    .sy_p3 .main .rightBox{
        width:100%;
        padding-left:0px;
        padding:0 10px;
    }
}

@media all and (min-width:1600px){
    .sy_p3 .main .rightBox{
        padding-top:10%;
    }
     
}

.moreBox{
    text-align: center;
}
.see_more{
    padding:10px 40px;
    border-radius: 30px;
    border:1px solid #000;
    display: inline-block;

}
 .see_more:hover{
    border-color:#2BB572;
}
.aboutUsBox{
     background-color: #fff ;
     padding:30px 0 100px;
}
.aboutUsBox .moreBox{
    margin-top:40px;
}

.sy_bt1{
    text-align: center;
    margin-bottom:100px;
}

.sy_bt1 .xbt span{
    position: relative;
}
.sy_bt1 .xbt span::after {
    content: '';
    width: 100px;
    height: 3px;
    background-color: #2BB572;
    display: block;
    /*margin-top: 10px;*/
    position: absolute;
    right:-120px;
    top:0;
    top: 50%;
    transform: translateY(-50%);
}
.sy_bt1 .xbt span::before {
    content: '';
    width: 100px;
    height: 3px;
    background-color: #2BB572;
    display: block;
    /*margin-top: 10px;*/
    position: absolute;
    left:-120px;
    top:0;
    top: 50%;
    transform: translateY(-50%);
}

.sy_bt1 .bt {
    color: #000;
    line-height: 45px;
}

.sy_bt1 .xbt {
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

.sy_nr1 {
    position: absolute;
    width: 48%;
    left: 0;
    top: 50%;
    margin-top: -10px;
    color: #000;
}

.sy_nr1 .bt {
    font-size: 50px;
    margin-bottom: 5px;
}

.sy_nr1 p {
    font-size: 17px;
    color: rgba(0, 0, 0, .3);
    text-transform: uppercase;
}

.active.sy_p3 .sy_bt1 {
    animation: fadeInDown .8s .4s ease both;
    -webkit-animation: fadeInDown .6s .4s ease both;
    -moz-animation: fadeInDown .8s .4s ease both;
}

.active.sy_p3 .sy_nr1 .bt {
    animation: fadeInUp .8s .8s ease both;
    -webkit-animation: fadeInUp .8s .8s ease both;
    -moz-animation: fadeInUp .8s .8s ease both;
}

.active.sy_p3 .sy_nr1 p {
    animation: fadeInUp .8s 1s ease both;
    -webkit-animation: fadeInUp .8s 1s ease both;
    -moz-animation: fadeInUp .8s 1s ease both;
}

.sy_p4 {
    /*background-image: url("../images/sy_b4.jpg");*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.sy_p4 .main {
    position: relative;
    height: 100vh;
}

.sy_p4 .sy_nr1 {
    width: 100%;
    color: #fff;
    margin-top: -120px;
}

.sy_p4 .sy_nr1 .bt:after {
    content: '';
    width: 1em;
    height: 3px;
    background-color: #2BB572;
    display: block;
    margin: 10px auto 20px auto;
}

.sy_p4 .sy_nr1 p {
    color: rgba(255, 255, 255, .5);
}

.active.sy_p4 .sy_nr1 .bt {
    animation: fadeInUp .8s .3s ease both;
    -webkit-animation: fadeInUp .8s .3s ease both;
    -moz-animation: fadeInUp .8s .3s ease both;
}

.active.sy_p4 .sy_nr1 p {
    animation: fadeInUp .8s .5s ease both;
    -webkit-animation: fadeInUp .8s .5s ease both;
    -moz-animation: fadeInUp .8s .5s ease both;
}

.sy_p5 {
    background-image: url("../images/sy_bj4.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media only screen and (min-width: 990px) {
    /*.sy_bt1 {*/
    /*    top: 120px;*/
    /*}*/

    .sy_bt1 .bt {
        color: #000;
        line-height: 65px;
        font-size: 45px;
    }

    .sy_bt1 .xbt {
        font-size: 25px;
    }

    .sy_nr1 {
        margin-top: -20px;
    }

    .sy_nr1 .bt {
        font-size: 60px;
        margin-bottom: 10px;
    }

    .sy_nr1 p {
        font-size: 20px;
    }

    .sy_p4 .sy_nr1 .bt {
        font-size: 68px;
    }

    .sy_p4 .sy_nr1 {
        margin-top: -150px;
    }
}

@media only screen and (max-width: 1200px) {
    .sy_bt1 {
        left: 15px;
        top: 75px;
    }

    .sy_bt1:after {
        margin-top: 8px;
    }

    .sy_bt1 .bt {
        line-height: 35px;
    }

    .sy_nr1 {
        width: 60%;
        left: 15px;
    }

    .sy_nr1 .bt {
        font-size: 40px;
    }

    .sy_nr1 p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 760px) {
    .sy_bt1 .bt {
        line-height: 30px;
        font-size: 18px;
    }

    .sy_bt1 .xbt {
        font-size: 13px;
    }

    .sy_nr1 .bt {
        font-size: 24px;
    }

    .sy_nr1 p {
        font-size: 13px;
    }

    .sy_nr1 {
        width: 70%;
        margin-top: -30px;
    }

    .sy_p4 .sy_nr1 {
        width: 100%;
        left: 0;
        padding: 0 20px;
        margin-top: -100px;
    }
}

@media only screen and (min-width: 1200px) {

    .sy_navk {
        width: 400px;
        height: 400px;
        overflow: visible;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -200px;
        margin-top: -160px;
        background-image: url("../images/sy_tb1.png");
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .sy_navk i {
        width: 106%;
        height: 106%;
        left: -3%;
        top: -3%;
        position: absolute;
        background-image: url("../images/in_05.png");
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .sy_navk .s_bt {
        font-size: 16px;
        color: #e69d38;
        font-weight: bold;
        position: absolute;
        cursor: pointer;
    }

    .sy_navk .s_bt.on {
        color: #1c4897;
        font-size: 24px;
    }

    .sy_navk .s_bt.on:before, .sy_navk .s_bt.on:after {
        display: none;
    }

    .sy_navk .s_bt:nth-of-type(1) {
        left: 50%;
        margin-left: -100px;
        top: -40px;
        width: 200px;
        text-align: center;
    }

    .sy_navk .s_bt:nth-of-type(1):before {
        content: '01';
        margin-right: 5px;
    }

    .sy_navk .s_bt:nth-of-type(2) {
        left: 102%;
        bottom: 140px;
        width: 150px;
    }

    .sy_navk .s_bt:nth-of-type(2):before {
        content: '02';
        margin-right: 5px;
    }

    .sy_navk .s_bt:nth-of-type(3) {
        right: 102%;
        bottom: 140px;
        width: 150px;
        text-align: right;
    }

    .sy_navk .s_bt:nth-of-type(3):after {
        content: '03';
        margin-left: 5px;
    }

    .sy_navk .s_more {
        width: 34%;
        line-height: 40px;
        position: absolute;
        left: 33%;
        bottom: 13%;
    }

    .sy_navk .s_more a {
        display: block;
        background-color: #2BB572;
        color: #fff;
        width: 100%;
        text-align: center;
    }

    .sy_navk .s_more a:hover {
        background-color: #056be8;
    }
}

.sy_p5 .fl {
    width: 50%;
    height: calc(100vh - 80px);
    height: -moz-calc(100vh - 80px);
    height: -webkit-calc(100vh - 80px);
    overflow: hidden;
    position: relative;
    float: left;
    margin-top: 80px;
}

.sy_p5 .fr {
    width: 50%;
    height: calc(100vh - 80px);
    height: -moz-calc(100vh - 80px);
    height: -webkit-calc(100vh - 80px);
    margin-top: 80px;
    overflow: hidden;
    float: right;
    position: relative;
}

.sy_lb2 {
    width: 100%;
    height: 100%;
    padding: 0px 0 60px;
}

.sy_lb2 li {
    width: 28%;
    padding: 0 40px;
    margin:0 0 30px 0;
    -webkit-box-shadow: 0px 0px 10px 0px #c9c9c9;
    -moz-box-shadow: 0px 0px 10px 0px #c9c9c9;
    box-shadow: 0px 0px 10px 0px #c9c9c9;
    
}
.sy_lb2 li:last-child{
    margin-right:0
}
.sy_lb2 li:hover{
    background-color: #2BB572;
}

.sy_lb2 a {
    display: block;
    width: 100%;
   /* height: calc((100vh - 160px) / 3);
    height: -moz-calc((100vh - 160px) / 3);
    height: -webkit-calc((100vh - 160px) / 3); */
    padding: 20px 0px 20px 0px;
    /*border-bottom: solid 1px #fff;*/
    /*overflow: hidden;*/
    /* position: relative; */
    /* padding-right: 60%; */
	display: flex;
	justify-content: space-between;
	 
}
.sy_lb2 a:hover{
	color:#000
}

.sy_lb2 li:last-child a {
    border-bottom: 0;
}

.sy_lb2 .s1 {
    display: block;
    color: #e69d38;
    margin-bottom: 5px;
   
}

.sy_lb2 .s2 {
    color: #000;
    display: block;
    font-size:16px;
    margin-bottom:15px;
    font-weight: bold;
}

.sy_lb2 .bt {
    font-size: 16px;
	margin-bottom: 15px;
	font-weight: bold;
}
.sy_lb2 .description{
	color:#000;
	margin-bottom: 15px;
	font-size:15px;
}
.sy_lb2 .label{
	width:100%;
}
.sy_lb2 .imgk {
    /*width: 20%;*/
   /* height: calc(100% - 80px); */
	height:250px;
    display: block;
    overflow: hidden;
  /* position: absolute; */
   /* right: 0px;
    top: 40px; */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sy_p5 .main,.sy_p6 .main{
	padding:5% 0;
}
.sy_p5 .sy_bt1,.sy_p6 .sy_bt1 {
	position: initial;
    left: 10%;
    top: 30px;
    overflow: hidden;
}
.sy_p5 .sy_bt1 .see_more{
    float: right;
    font-size: 30px;
    font-weight: bold;
    color: rgba(0, 0, 0, .12);
}
.sy_p5 .sy_bt1 .see_more:hover{
    color: #2BB572;
}

.sy_p5 .sy_bt1 .bt,.sy_p6 .sy_bt1 .bt  {
    width: auto;
    float: left;
    line-height: 45px;
	font-weight: bold;
	font-size:45px;
}

.sy_p5 .sy_bt1 .xbt ,.sy_p6 .sy_bt1 .xbt{
    width: auto;
    float: left;
    margin-left: 20px;
    line-height: 45px;
	font-weight: bold;
}

.sy_p5 .sy_bt1:after,.sy_p6 .sy_bt1:after {
    display: none;
}

@media only screen and (min-width: 1600px) {
    /*.sy_lb2 .bt {*/
    /*    font-size: 20px;*/
    /*}*/

    .sy_p5 .sy_bt1 {
        top: 50px;
        overflow: hidden;
    }

    .sy_navk .s_bt.on {
        font-size: 28px;
    }
}

.active.sy_p5 .fl {
    animation: fadeInLeft .8s .3s ease both;
    -webkit-animation: fadeInLeft .8s .3s ease both;
    -moz-animation: fadeInLeft .8s .3s ease both;
}

.active.sy_p5 .fr {
    animation: fadeInRight .8s .3s ease both;
    -webkit-animation: fadeInRight .8s .3s ease both;
    -moz-animation: fadeInRight .8s .3s ease both;
}

.sy_p5 ul.on {
    animation: fadeInRight .8s .1s ease both;
    -webkit-animation: fadeInRight .8s .1s ease both;
    -moz-animation: fadeInRight .8s .1s ease both;
}

a.cd_top {
    position: fixed;
    z-index: 800;
    background-color: #2BB572;
    width: 80px;
    height: 80px;
    right: 0;
    bottom: -80px;
    background-image: url("../images/t_top.png");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;cursor: pointer;
}

a.cd_top:hover {
    background-color: #2BB572;
}

@media only screen and (max-width: 1200px) {
    a.cd_top {
        width: 40px;
        height: 40px;
        background-size: auto 15px;
    }

    .sy_p5 .fl {
        height: 45px;
        width: 100%;
        margin-top: 70px;
        padding: 0 15px;
    }

    .sy_p5 .fr {
        width: 100%;
        margin-top: 0px;
    }

    .sy_p5 .sy_bt1 {
       /* display: none; */
	   padding: 10px 15px 0 15px;
	   overflow: hidden;
    }

    .sy_navk {
        width: 100%;
        border: solid 1px #e5e5e5;
        height: 45px;
    }

    .sy_navk .s_bt {
        width: 33.3333%;
        float: left;
        text-align: center;
        border-right: solid 1px #e5e5e5;
        line-height: 45px;
        color: #e69d38;
        font-size: 15px;
    }

    .sy_navk .s_bt.on {
        background-color: #2BB572;
        color: #fff;
    }

    .sy_lb2 {
        padding: 10px 15px 0 15px;
    }

    /*.sy_lb2 li {*/
    /*    padding: 0 0px 0 0px;*/
    /*}*/

    .sy_lb2 a {
       /* height: calc((100vh - 120px) / 3);
        height: -moz-calc((100vh - 120px) / 3);
        height: -webkit-calc((100vh - 120px) / 3); */
		display: flex;
        padding: 30px 0px 20px 0px;
       /* padding-right: calc(60% - 10px); */
    }

    .sy_lb2 li:last-child a {
        border-bottom: 0;
    }

    .sy_lb2 .s1 {
        margin-bottom: 5px;
    }

    /*.sy_lb2 .s2 {*/
    /*    margin-bottom: 10px;*/

    /*}*/

    .sy_lb2 .bt {
        font-size: 22px;
    }

    .sy_lb2 .imgk {
        width: 43vh;
        height: calc(100% - 85px);
        top: 40px;
    }
}

@media only screen and (max-width: 760px) {
    .sy_p5 .fl {
        height: 40px;
    }

    .sy_navk {
        height: 40px;
    }

    .sy_navk .s_bt {
        line-height: 40px;
        font-size: 14px;
    }

    .sy_navk .s_bt.on {
        background-color: #2BB572;
        color: #fff;
    }

    .sy_lb2 {
        padding: 10px 15px 0 15px;
    }

    .sy_lb2 li {
        /*padding: 0 0px 0 0px;*/
        width:100%;
    }
    .sy_p5 .main{
		padding: 10% 0;
	}
    .sy_lb2 a {
        /*height: calc((100vh - 120px) / 3);
        height: -moz-calc((100vh - 120px) / 3);
        height: -webkit-calc((100vh - 120px) / 3);*/
       /* height: calc((100vh - 200px) / 3);
        height: -moz-calc((100vh - 200px) / 3);
        height: -webkit-calc((100vh - 200px) / 3); */
        padding: 10px 0px 10px 0px;
        /* padding-right: 210px; */
		flex-direction: column;
    }
	.sy_lb2 .label{
		width:100%;
		/*margin-bottom:20px;*/
	}

    .sy_lb2 li:last-child a {
        border-bottom: 0;
    }

    .sy_lb2 .s1 {
        margin-bottom: 5px;
    }

    /*.sy_lb2 .s2 {*/
    /*    margin-bottom: 10px;*/

    /*}*/

    .sy_lb2 .bt {
        font-size: 14px;
    }

    .sy_lb2 .imgk {
        display: none;
        width:100% !important;
        height: auto !important;
        /* top: 48px; */
    }
}

.ny {
    padding: 10px 0 50px;
}

.ab_nr1 {
    padding: 20px 0 40px 0;
}

.ab_nr1 img {
    max-width: 25%;
}

.ab_nr2 {
    margin-top:40px;
    margin-bottom: 120px;
}

.ab_nr2 li {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 20px;
}

.ab_nr2 .bt {
    font-size: 16px;
    margin-bottom: 15px;
}

.ab_nr2 .s1 {
    font-size: 34px;
    color: #2BB572;
    font-weight: bold;
}

.ab_nr3 {
    margin-bottom: 120px;
    font-size: 15px;
    line-height: 30px;
    padding: 0 10%;
}
.ab_nr3 p img {
    display: block;margin: 0 auto;max-height: 80vh;
}
.ab_nr3 .bt ,.ab_nr5 .title{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}

.ab_nr4 {
    font-size: 15px;
    font-weight: bold;
    /*margin-bottom: 120px;*/
    display:flex;
}

.ab_nr4 li {
    width: 33.3%;
    /*float: left;*/
    /*margin-bottom: 30px;*/
    color:#14AE67;
    padding:40px 0;
    transition: all .3s linear;
    background-color: #fff;
}
.ab_nr4 li:hover{
    color:#fff;
    background-color: #14AE67;
    box-shadow: 0 0 5px 0 rgba(0,0,0.3);
    transform: scale(0,1.5);
    -webkit-transform: scale(1.5);
}

.ab_nr4 i {
    display: block;
    width: 78px;
    height: 78px;
    margin:0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    /*background-size: auto 100%;*/
    margin-bottom: 20px;
    border-radius: 50%;
    background-color: #14AE67;
}
.ab_nr4 i.g{
    display: none;
}
.ab_nr4 li:hover i{
    background-color: #fff;
}
.ab_nr4 li:hover i.g{
    display: block;
}
.ab_nr4 li:hover i.w{
    display: none;
}

.ab_nr4 li p{
    margin-bottom:10px;
}
.ab_nr4 li div{
    padding:0 40px;
    font-weight: normal;
    font-size:14px;
}
.ny_bt1 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 50px;
}

.ab_nr5 {
    width: 100%;
    float: left;
    /*padding: 0 4%;*/
    margin-bottom: 120px;
}

.ab_nr5 li {
    width: 20%;
    float: left;
    padding: 0 1.5%;
}

.ab_nr5 .imgk {
    margin-bottom: 18px;
}

.ab_nr5 .bt {
    width: 100%;
    position: relative;
    text-align: right;
    padding-left: 30px;
    font-size: 20px;
    font-weight: bold;
}

.ab_nr5 .bt .s1 {
    color: #2BB572;
    position: absolute;
    left: 0px;
    top: 0px;
}

.ab_nr6 {
    width: 100%;
    float: left;
    padding: 0 5%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 90px;
}

.ab_nr6 i {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    vertical-align: middle;
    margin-right: 20px;
}

.ab_nr6 i.i1 {
    background-image: url("../images/ab_c1.png");
}

.ab_nr6 i.i2 {
    background-image: url("../images/ab_c2.png");
}

.ab_nr6 i.i3 {
    background-image: url("../images/ab_c3.png");
}

.ab_nr6 i.i4 {
    background-image: url("../images/ab_c4.png");
}

.ab_nr6 i.i5 {
    background-image: url("../images/ab_c5.png");
}

.ab_nr6 .bt {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
}

@media only screen and (min-width: 1600px) {
    .ab_nr2 .s1 {
        font-size: 34px;
    }

    .ab_nr3 {
        margin-bottom: 60px;
        font-size: 16px;
    }

    .ab_nr3 .bt{
        font-size: 45px;
        margin-bottom: 40px;
    }

    .ab_nr4 {
        font-size: 16px;
    }

    .ab_nr4 i {
        height: 78px;
    }

    .ny_bt1 {
        font-size: 45px;
    }

    .ab_nr5 {
        margin-bottom: 40px;
    }

    .ab_nr5 .imgk {
        margin-bottom: 20px;
    }

    .ab_nr5 .bt {
        font-size: 22px;
    }

    .ab_nr6 i {
        width: 50px;
        height: 50px;
        margin-right: 30px;
    }

    .ab_nr6 .bt {
        font-size: 22px;
        line-height: 45px;
    }
}

@media only screen and (max-width: 1200px) {
    .ny {
        padding: 30px 0;
    }

    .ab_nr1 {
        padding: 10px 0 50px 0;
    }

    .ab_nr2 {
        margin-bottom: 50px;
    }

    .ab_nr2 li {
        font-size: 16px;
    }

    .ab_nr2 .bt {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .ab_nr2 .s1 {
        font-size: 30px;
    }

    .ab_nr3 {
        margin-bottom: 40px;
        font-size: 14px;
        line-height: 24px;
        padding: 0 3%;
    }

    .ab_nr3 .bt {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .ab_nr4 {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .ab_nr4 li {
        margin-bottom: 20px;
    }

    .ab_nr4 i {
        /*height: 50px;*/
        margin-bottom: 15px;
    }

    .ny_bt1 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .ab_nr5 {
        padding: 0 2%;
        margin-bottom: 30px;
    }

    .ab_nr5 li {
        padding: 0 1.2%;
    }

    .ab_nr5 .imgk {
        margin-bottom: 12px;
    }

    .ab_nr5 .bt {
        padding-left: 20px;
        font-size: 16px;
    }

    .ab_nr6 {
        padding: 0 3%;
        margin-bottom: 50px;
    }

    .ab_nr6 i {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

    .ab_nr6 .bt {
        font-size: 16px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 760px) {
    .ny {
        padding: 15px 0;
    }

    .ab_nr1 {
        padding: 5px 0 20px 0;
    }

    .ab_nr2 {
        margin-bottom: 20px;
    }

    .ab_nr2 li {
        font-size: 13px;
    }

    .ab_nr2 .bt {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .ab_nr2 .s1 {
        font-size: 20px;
    }

    .ab_nr3 {
        margin-bottom: 20px;
        font-size: 13px;
        line-height: 22px;
        padding: 0 0%;
    }

    .ab_nr3 .bt {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .ab_nr4 {
        font-size: 13px;
        margin-bottom: 20px;
        flex-wrap:wrap;
    }

    .ab_nr4 li {
        margin-bottom: 15px;
        width: 50%
    }

    .ab_nr4 li:nth-child(2n+1) {
        clear: both;
    }

    .ab_nr4 i {
        /*height: 40px;*/
        margin-bottom: 15px;
    }

    .ny_bt1 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .ab_nr5 {
        padding: 0 0%;
        margin-bottom: 20px;
    }

    .ab_nr5 li {
        width: 50%;
        margin-bottom: 15px;
    }

    .ab_nr5 .imgk {
        margin-bottom: 10px;
    }

    .ab_nr5 .bt {
        padding-left: 20px;
        font-size: 14px;
    }

    .ab_nr6 {
        padding: 0 0%;
        margin-bottom: 20px;
    }

    .ab_nr6 li {
        width: 50%;
        margin-bottom: 15px;
    }

    .ab_nr6 i {
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }

    .ab_nr6 .bt {
        font-size: 14px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 425px){
    .ab_nr4 li {
        width:100%;
        margin-bottom:40px;
    }
}
.wh1 {
    width: 100%;
    padding: 80px 0;
}

.wh1 .main {
    position: relative;
}

.wh1 .imgk {
    position: absolute;
    width: 52%;
    right: 0px;
    height: 100%;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wh_lb1 {
    width: 100%;
    float: left;
}

.wh_lb1 li {
    line-height: 30px;
    min-height: 30px;
    position: relative;
    font-size: 18px;
    padding-left: 220px;
    width: 100%;
    float: left;
    margin: 15px 0;
}

.wh_lb1 .bt {
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 30px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 5px;
}

.wh_bt1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.5;
}

.wh2 {
    padding: 80px 22%;
    height: 420px;
    background-image: url("../images/qab1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
}

.wh_nr1 {
    font-size: 18px;
    line-height: 35px;color: #fff;
}

.wh3 {
    width: 100%;
    padding: 80px 0;
    position: relative;
}

.wh_lb2 {
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 20px;
    margin-bottom: 60px;
}

.wh_lb2 li {
    width: 33.3333%;
    float: left;
    padding: 0 8%;
    font-size: 18px;
}

.wh_lb2 i {
    background-image: url("../images/t_dh.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    margin-bottom: 30px;
    display: block;
    width: 100%;
    height: 42px;
}

.wh_lb2 .bt {
    font-weight: bold;
    margin-bottom: 20px;
}

.wh_x {
    position: absolute;
    width: 30%;
    height: 5px;
    background-color: #2BB572;
    left: 0px;
    bottom: 50px;
}

@media only screen and (min-width: 1600px) {
    .wh_lb1 li {
        font-size: 22px;
        padding-left: 230px;
        margin: 20px 0;
    }

    .wh_lb1 .bt {
        font-size: 35px;
    }

    .wh_bt1 {
        font-size: 35px;
    }

    .wh2 {
        height: 500px;
    }

    .wh_nr1 {
        font-size: 24px;
    }

    .wh_lb2 {
        margin-bottom: 80px;
    }

    .wh_lb2 li {
        font-size: 22px;
    }

    .wh_lb2 i {
        height: 45px;
    }

    .wh_lb2 .bt {
        font-weight: bold;
    }

    .wh_x {
        bottom: 60px;
    }
}

@media only screen and (max-width: 1200px) {
    .wh1 {
        padding: 30px 0;
    }

    .wh1 .imgk {
        /*position:inherit;*/
        /*width:100%;*/
        /*right:auto;*/
        /*height:auto;*/
        /*top:auto;*/
        padding: 0px 5%
    }

    .wh_lb1 {
        width: 50%;
    }

    .wh_lb1 li {
        line-height: 24px;
        min-height: 24px;
        font-size: 14px;
        padding-left: 130px;
        margin: 10px 0;
    }

    .wh_lb1 .bt {
        line-height: 24px;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 3px;
    }

    .wh_bt1 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .wh2 {
        padding: 40px 15%;
        height: 300px;
    }

    .wh_nr1 {
        font-size: 14px;
        line-height: 24px;
    }

    .wh3 {
        padding: 30px 0;
    }

    .wh_lb2 {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .wh_lb2 li {
        width: 33.3333%;
        float: left;
        padding: 0 5%;
        font-size: 14px;
    }

    .wh_lb2 i {
        margin-bottom: 20px;
        height: 25px;
    }

    .wh_lb2 .bt {
        margin-bottom: 10px;
    }

    .wh_x {
        height: 4px;
        bottom: 30px;
    }
}

@media only screen and (max-width: 760px) {
    .wh1 {
        padding: 15px 0;
    }

    .wh1 .imgk {
        position: inherit;
        width: 100%;
        right: auto;
        height: auto;
        top: auto;
        padding: 0px 5%
    }

    .wh_lb1 {
        width: 100%;
        margin-bottom: 15px;
    }

    .wh_lb1 li {
        font-size: 13px;
        padding-left: 110px;
        margin: 6px 0;
    }

    .wh_lb1 .bt {
        font-size: 16px;
    }

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

    .wh2 {
        padding: 30px 0%;
        height: auto;
    }

    .wh_nr1 {
        font-size: 13px;
    }

    .wh3 {
        padding: 20px 0;
    }

    .wh_lb2 {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .wh_lb2 li {
        width: 100%;
        font-size: 13px;
        margin-bottom: 15px;
    }

    .wh_lb2 i {
        margin-bottom: 10px;
        height: 25px;
    }

    .wh_lb2 .bt {
        margin-bottom: 5px;
    }
}
@media only screen and (min-width:1200px) {
    .zx_nav {
        width: 100%;
        border-bottom: solid 1px #e5e5e5;
        padding-top: 60px;
    }

    .zx_nav ul {
        width: 100%;
        text-align: center;
        font-size: 0;
        height: 80px;
    }

    .zx_nav li {
        display: inline-block;
        width: 200px;
        position: relative;
        height: 80px;
        line-height: 80px;
    }

    .zx_nav li:after {
        content: '';
        width: 1px;
        height: 30px;
        background-color: #e9e9e9;
        position: absolute;
        right: 0px;
        top: 50%;
        margin-top: -15px;

    }

    .zx_nav a {
        display: inline-block;
        color: #888;
        font-weight: bold;
        position: relative;
        font-size: 22px;

    }

    .zx_nav a b {
        position: relative;
        z-index: 1;
    }

    .zx_nav a:hover, .zx_nav a.on {
        color: #000000;
        font-size: 30px;
    }

    .zx_nav a.on:after {
        width: 100%;
        height: 5px;
        background-color: #2BB572;
        left: 0;
        bottom: -3px;
        content: '';
        position: absolute;
    }

    .zx_nav a:before {
        content: '01';
        font-size: 70px;
        line-height: 70px;
        position: absolute;
        font-style: italic;
        width: 100%;
        text-align: center;
        top: -30px;
        background-image: -webkit-linear-gradient(top, #d0daf1, #ffffff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        opacity: 0;
    }

    .zx_nav a:hover:before, .zx_nav a.on:before {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
        top: -20px;
    }
    .zx_nav li:nth-of-type(2) a:before {
        content: '02';
    }

    .zx_nav li:nth-of-type(3) a:before {
        content: '03';
    }

    .zx_nav li:nth-of-type(4) a:before {
        content: '04';
    }

    .zx_nav li:nth-of-type(5) a:before {
        content: '05';
    }

    .zx_nav li:nth-of-type(6) a:before {
        content: '06';
    }

    .zx_nav li:nth-of-type(7) a:before {
        content: '07';
    }
}

@media only screen and (min-width: 1600px) {
    .zx_nav {
        padding-top: 70px;
    }
    .zx_nav ul {
        height: 90px;
    }

    .zx_nav li {
        width: 220px;
        height: 90px;
        line-height: 90px;
    }


    .zx_nav a {
        font-size: 24px;

    }

    .zx_nav a:hover, .zx_nav a.on {
        font-size: 33px;
    }

}
.qyyw {
    width: 100%;
    padding:40px 0 80px 0;
}
.news_top1 a{
    width:100%;
    float:left;
}
.news_top1 .imgk{
    width:45%;
    float:left;
    height:300px;
    position:relative;

}
.news_top1 .imgk span{
    position:absolute;
    width:100%;
    height:100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.news_top1 .txtk{
    width:53%;
    float:right;
    margin-top: 10px;
}
.news_top1 .bt{
     font-size: 24px;
    text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
    margin-bottom: 10px;
}
.news_top1 p{
     font-size:15px;
     line-height: 24px;
    max-height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    color:#666;
}
.news_top1{
    margin-bottom: 40px;
}
.news_list1{
    margin-bottom: 25px;
}
.news_list1 li{
    width:100%;
    margin-bottom: 25px;
}
.news_list1 a{
    width:100%;
    background-color: #fff;
    height:140px;
    /*position:relative;*/
    padding:20px 30px;
    /*padding-left:170px;*/
    box-shadow:0 0px 15px rgba(0,0,0,.10);
    display: flex;
    /*justify-content: center;*/
    /*flex-direction: column;*/
    /*-moz-flex-direction: column;*/
    /*-webkit-flex-direction: column;*/
    /*-ms-flex-direction: column;*/
}
.news_list1 a:hover{
    box-shadow:0 0px 20px rgba(0,0,0,.15);
}
.news_list1 .infoBox{
     width:calc(100% - 230px);
     flex-shrink: 0;
}
.news_list1 .sj{
    width:230px;
    height:100%;
    display: flex;
    /*justify-content: center;*/
    /*flex-direction: column;*/
    /*-moz-flex-direction: column;*/
    /*-webkit-flex-direction: column;*/
    /*-ms-flex-direction: column;*/
    /*align-items: center;*/
    text-align: center;
    color:#3b3b3b;
    font-size:16px;
    background-color: #f1f1f1;
    flex-shrink: 0;
    margin-right:20px;
    /*position:absolute;*/
    /*left:0px;*/
    /*top:0px;*/

}
.news_list1 .sj b{
    display: block;
    font-size:34px;
    line-height: 1.5;
}
.news_list1 .bt{
    font-size:26px;
    margin-bottom:5px;
    font-weight: 500;
}
.news_list1 p{
    font-size:15px;
}
.news_list1 .bt,.news_list1 p{
   width:90%;
    text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
}
@media only screen and (max-width: 1200px) {
    /*.zx_nav {*/
        /*padding-top: 40px;*/
    /*}*/

    /*.zx_nav ul {*/
        /*height: 60px;*/
    /*}*/

    /*.zx_nav li {*/
        /*width: 130px;*/
        /*height: 60px;*/
        /*line-height: 60px;*/
    /*}*/
    /*.zx_nav li:after {*/
        /*height: 20px;*/
        /*margin-top: -10px;*/

    /*}*/

    /*.zx_nav a {*/
        /*font-size: 16px;*/

    /*}*/

    /*.zx_nav a:hover, .zx_nav a.on {*/
        /*font-size: 22px;*/
    /*}*/

    /*.zx_nav a.on:after {*/
        /*height: 3px;*/
        /*bottom: -2px;*/
    /*}*/

    /*.zx_nav a:before {*/
        /*font-size: 50px;*/
        /*line-height: 50px;*/
        /*top: -20px;*/
    /*}*/

    /*.zx_nav a:hover:before, .zx_nav a.on:before {*/
        /*top: -15px;*/
    /*}*/
    .qyyw {
        padding:30px 0 30px 0;
    }
    .news_top1 .imgk{
        height:200px;
    }

    .news_top1 .bt{
        font-size:16px;
        margin-bottom: 6px;
    }
    .news_top1 p{
        font-size:13px;
        line-height: 20px;
        max-height: 60px;
    }
    .news_top1{
        margin-bottom: 15px;
    }
    .news_list1{
        margin-bottom: 15px;
    }
    .news_list1 li{
        margin-bottom: 15px;
    }
    .news_list1 a{
        height:90px;
        padding:10px 20px;
        padding-left:90px;
    }
    .news_list1 .sj{
        width:70px;
        font-size:13px;

    }
    .news_list1 .sj b{
        font-size:20px;
    }
    .news_list1 .bt{
        font-size:16px;
    }
    .news_list1 p{
        font-size:13px;
    }
}
@media only screen and (max-width:760px) {
    .qyyw {
        padding:15px 0;
    }
    .news_top1 .imgk{
        height:150px;
        width:100%;
        margin-bottom: 10px;
    }
    .news_top1 .txtk{
        width:100%;
    }
    .news_top1 .bt{
        font-size:18px;
        margin-bottom: 5px;font-weight: bold;
    }

    .news_list1 a{
        height:80px;
        padding:10px 20px;
        /*padding-left:75px;*/
    }
    /*.news_list1 .sj{*/
    /*    width:60px;*/

    /*}*/
   
    .news_list1 .sj b{
        font-size:18px;
    }
    .news_list1 .bt{
        font-size:15px;
    }
    
     .news_list1 .infoBox{
        width:calc(100% - 60px);

    }
}
.lzr_k{
    width:100%;
    padding:50px 0;
    background-image:url("../images/ljr_bj.jpg");
}
.lzr_nk{
    background-color: #ffff;
    box-shadow:0 2px 15px rgba(0,0,0,.15);
    position:relative;
    min-height:580px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
.lzr_nr1{
    float:left;
    width:60%;
    padding:80px 60px 80px 0px;
}
.lzr_nr1 .imgk{
    width:50%;
    float:left;
}
.lzr_nr1 .txtk{
    width:44%;
    float:right;
    position:relative;
}
.lzr_nr1 .txtk .sj{
    background-color: #2BB572;
    color:#fff;
    line-height: 35px;
    padding:0 20px;
    position:absolute;
    right:0px;
    top:0px;
    font-size:16px;
}
.lzr_nr1 .bt{
    font-size:30px;
    margin-bottom: 40px;
    line-height: 35px;
    font-weight:bold;
}
.lzr_nr1 .nr{
    font-size:20px;
    line-height: 35px;
}
.lzr_nr1 .nr p{
    margin-bottom: 40px;
}
.lzr_nr1 a.cd_more{
    display: block;
    width:100%;
    line-height: 50px;
    font-size:20px;
    text-align: center;
    color:#2BB572;
    border: solid 1px #e5e5e5;
}
.lzr_nr1 a.cd_more:before{
    content: '';
    background-image: url("../images/t_view.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    width:28px;
    height:15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.lzr_nr1 a.cd_more:hover{
    color:#ffffff;
    background-color: #2BB572;
    border-color: #2BB572;
}
.lzr_nr1 a.cd_more:hover:before{
    background-image: url("../images/t_view_on.png");
}
.lzr_lb1{
    width:40%;
    position:absolute;
    right:0px;
    top:0px;
    height:100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    border-left: solid 1px #e5e5e5;
}
.lzr_lb1 li{
    width:100%;
    height:33.3333%;
    border-bottom: solid 1px #e5e5e5;
    position:relative;
    padding:20px 8% 20px 0;
    padding-left:170px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
.lzr_lb1 li .imgk{
    width:150px;
    position:absolute;
    left:0px;
    top:0px;
    height:100%;
    display: flex;
    align-items: center;
}
.lzr_lb1 li .imgk img{
}
.lzr_lb1 .bt{
     font-size:28px;
    line-height: 30px;
    font-weight:bold;
    margin-bottom: 12px;
}
.lzr_lb1 p{
    color:#999;
    height:48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    margin-bottom: 12px;
}
.lzr_lb1 .sj{
    background-color: #2BB572;
    color:#fff;
    line-height: 30px;
    padding:0 15px;
    font-size:15px;
    display: inline-block;
}
@media only screen and (max-width:1200px) {
    .lzr_k{
        padding:30px 0;
    }
    .lzr_nk{
        min-height:500px;
    }
    .lzr_nr1{
        width:60%;
        padding:30px 40px 30px 0px;
    }
    .lzr_nr1 .txtk{
        width:46%;
    }
    .lzr_nr1 .txtk .sj{
        line-height: 30px;
        padding:0 10px;
        font-size:13px;
    }
    .lzr_nr1 .bt{
        font-size:20px;
        margin-bottom: 20px;
        line-height: 25px;
    }
    .lzr_nr1 .nr{
        font-size:14px;
        line-height: 24px;
    }
    .lzr_nr1 .nr p{
        margin-bottom: 20px;
    }
    .lzr_nr1 a.cd_more{
        line-height: 35px;
        font-size:14px;
    }
    .lzr_nr1 a.cd_more:before{
        width:20px;
        height:10px;
        margin-right: 10px;
    }
    .lzr_lb1{
        width:40%;
    }
    .lzr_lb1 li{
        padding:10px 5% 10px 0;
        padding-left:130px;
    }
    .lzr_lb1 li .imgk{
        width:120px;
    }

    .lzr_lb1 .bt{
        font-size:18px;
        line-height: 24px;
        margin-bottom: 6px;
    }
    .lzr_lb1 p{
        line-height: 22px;
        height:44px;
        margin-bottom: 8px;
    }
    .lzr_lb1 .sj{
        line-height: 25px;
        padding:0 10px;
        font-size:13px;
    }
}
@media only screen and (max-width:760px) {
    .lzr_k{
        padding:15px 0;
    }
    .lzr_nk{
        min-height:auto;
        display: block;
    }
    .lzr_nr1{
        width:100%;
        padding:20px;
    }
    .lzr_nr1 .imgk{
        width:100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .lzr_nr1 .imgk img{
        max-width: 60%;
    }
    .lzr_nr1 .txtk{
        width:100%;
    }
    .lzr_nr1 .txtk .sj{
        line-height: 30px;
        padding:0 15px;
        font-size:13px;
    }
    .lzr_nr1 .bt{
        font-size:15px;
        margin-bottom: 15px;
        line-height: 24px;
    }
    .lzr_nr1 .nr{
        font-size:13px;
        line-height:22px;
    }
    .lzr_nr1 .nr p{
        margin-bottom: 15px;
    }
    .lzr_nr1 a.cd_more{
        line-height: 30px;
        font-size:14px;
    }
    .lzr_nr1 a.cd_more:before{
        width:20px;
        height:10px;
        margin-right: 10px;
    }
    .lzr_lb1{
        width:100%;
        position:inherit;
        right:auto;
        top:auto;
        height:auto;
        display: block;
        border-top: solid 1px #e5e5e5;
        float:left;
    }
    .lzr_lb1 li{
        width:100%;
        padding:20px;
        padding-left:110px;
    }
    .lzr_lb1 li .imgk{
        width:100px;
        height:100%;
        overflow: hidden;
    }

    .lzr_lb1 .bt{
        font-size:15px;
        line-height: 24px;
        margin-bottom:6px;
    }
    .lzr_lb1 p{
        height:40px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .lzr_lb1 .sj{
        line-height: 30px;
        padding:0 15px;
        font-size:13px;
    }
}

a.uit_top{
    bottom: 0;display: none;
}

.wh_lb1 .btss {
    color:#2BB572;
}

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

    .ab_nr1 img{
        max-width: 60%;
    }
    
    
    
}
.Honor-list .ny_bt1{
    line-height: initial;
    padding:50px 0;
}
.Honor-list .shown{
    width:calc(100%  / 4);
    padding:0 .6%;
    margin-bottom:30px;
   
}
.Honor-list .shown .elc-img{
    max-width:100%;
    box-shadow: 0 0 5px #6c6c6c;
    transition: all 500ms;
}
.Honor-list .shown:hover .elc-img{
    box-shadow: 0 0 5px 5px #ddd;
}
.Honor-list .shown .elc-text{
    font-size:19px ;
    text-align: center;
    padding: 30px 0;
}

.productList .item{
    width:calc(100% / 5);
    margin:2.5%;
    text-align: center;
    background-color:#fff;
    overflow: hidden;
    
    -webkit-box-shadow: 0 0 20px 10px #c9c9c9;
	-moz-box-shadow: 0 0 20px 10px #c9c9c9;
	box-shadow: 0 0 20px 10px #c9c9c9;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}
.productList .item:hover img{
    -webkit-transform: scale(1.03, 1.03);
	-moz-transform: scale(1.03, 1.03);
	-ms-transform: scale(1.03, 1.03);
	-o-transform: scale(1.03, 1.03);
	transform: scale(1.03, 1.03);
}
.productList .item .txt{
    padding:20px;
    font-size:15px;
    background-color: #2A881A;
    color: #fff;
    position: absolute;
    width:100%;
    bottom:0;
    left:0;
}
/*.productList .item .txt::before{*/
/*    content:'';*/
/*    display: block;*/
/*    width:50%;*/
/*    height:30px;*/
/*    background-color: #2A881A;*/
/*    position: absolute;*/
/*    top:-30px;*/
/*    left:0;*/
/*    border-radius: 0 50% 0 0 ;*/
/*}*/
/*.productList .item .txt::after{*/
/*    content:'';*/
/*    display: block;*/
/*    width:50%;*/
/*    height:30px;*/
/*    background-color: #2A881A;*/
/*    position: absolute;*/
/*    top:-30px;*/
/*    right:0;*/
/*    border-radius: 0  0 50% 0 ;*/
/*}*/
.productList .ny_bt1 {
    line-height: initial;
     padding:50px 0;
     margin-bottom:0;
}

@media only screen and (max-width: 760px) {
    .productList .item{
         width:100%;
    }
    .productList .ny_bt1{
        font-size:20px;
        padding-top:20px;
        padding-bottom:0;
    }
}

.innovation-achievement {
    padding-top: 40px;
    /*background: url(../images/bg_04.png) no-repeat center 1.6rem/cover;*/
}

.productView .imgBox{
    padding-right:20px;
}
.productView .imgBox img{
    width:100%;
}
.productView .imgBox .gallery-top{		
	/*min-height:400px;*/
	padding:10px;
	border:1px solid #ddd;
	/*width:400px;*/
}
.productView .imgBox .gallery-thumbs{
	height:130px;
}
@media screen and (max-width:768px) and (max-min:500px) {
	.productView .imgBox .gallery-top{
		/*height:500px;	*/
		padding-right:0
	}
	.productView .imgBox .gallery-thumbs{
		height:150px;
	}
}
@media screen and (max-width:500px)  {
	.productView .imgBox .gallery-top{
	    padding-right:0
		/*height:250px;	*/
	}
	.productView .imgBox .gallery-thumbs{
		height:100px;
	}
}
.productView .swiper-slide {
	background-size: cover;
	background-position: center;
	width: 100%;
}

.productView .gallery-top {	
	width: 100%;	
}

.productView .gallery-thumbs {	
	box-sizing: border-box;
	padding: 10px 0;
}

.productView .gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	/*opacity: 0.4;*/
}

/*.productView .gallery-thumbs .swiper-slide-active {*/
/*	opacity: 1;*/
/*}*/

.productView .p_title{
	font-weight: bold;
	white-space: normal;
	text-align: left;
	color: #262626;
	font-size:22px;
	margin-bottom:20px;
}
.productView .p_description{
	font-size: 14px;
	line-height: 1.8;
	color: #666;
	padding: 20px 0px;
	border-bottom: 1px solid #eee;
}
.productView .linkUs {
	padding:40px 0;
}
.productView .linkUs span{
	margin-bottom: 10px;
	background: #2BB572;
	padding: 0.6vw 3vw;
	border-radius: 0px;
	font-size: 16px;
	color: #fff;
	border: 1px solid #2BB572;
	transition: all .36s ease;
	display: inline-block;	
}
.productView .p_bottom .col-md-12,.productView .p_bottom .p_bottom_title{
	background-color: #fff;
}
.productView .p_bottom .p_bottom_title span{
	line-height: 70px;
	height:70px;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color:#fff;
	display: inline-block;	
	background: #b5252e;
	border-bottom: 2px solid #f60;
	width: calc((100% - 4px)/3);
}
.productView .p_bottom .content{
	padding: 30px 35px 20px;
}

.paginationClick{
	display: flex;
	justify-content: space-between;
	padding:40px 20px;
}
 .paginationClick>div{
	width: 40%;
}
 .paginationClick .net{
	text-align: right;
}

.demand .title{
    font-size:20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.demand  .form-control{
    width:100%;
}
.demand .txt{
    margin-bottom:20px;
}
.demand .sbumit{
    width:100%;
    background-color: #2BB572;
    margin-top:20px;
    color:#fff;
}

.sy_p5 .productTitle{
    font-size:20px;
    padding:20px;
    text-align: center;
}
.sy_p5 .sb2{
    position:relative;
}
.sy_p5 .ntns{
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    
}
.sy_p5 .ntns .nexts,
.sy_p5 .ntns .prevs{
    color:#2BB572;
}
@media only screen and (max-width: 1200px){
    .sy_p5 .ntns .nexts,
    .sy_p5 .ntns .prevs{
        color:#fff;
    }
    .sy_p5 .ntns .prevs{
        left:0;
    }
    .sy_p5 .ntns .nexts{
        right:0;
    }
    
}

@media only screen and (min-width: 1600px){
    .aboutUsBox .main{
        width:70%;
        margin:0 auto;
    }
    .sy_p3 .main .rightBox{
        padding-top:0;
    }
}
.aboutUsBox .txt{
    font-size: 16px;
    line-height: 2;
    margin-bottom: 10px;
    text-align: left;
    color: #000;
}

.cultureBox{
    /*background-color: #ffff ;*/
    
}
.cultureBox .ab_nr4{
    margin-bottom:0;
}
#certify {
	position: relative;
	/*width: 1200px;*/
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 520px;
	height: 408px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
	display:block;
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: 0;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}
#certify .swiper-button-next:after,#certify .swiper-button-prev:after{
    display: none;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right:0;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}


/*#carousel {*/
/*	position: relative;*/
/*	max-width: 1200px;*/
/*	margin: 0 auto*/
/*}*/

/*#carousel .swiper {*/
/*	padding-top: 20px;*/
/*	padding-bottom: 40px;*/
/*}*/
/*#carousel .swiper-wrapper{*/

/*}*/
/*#carousel  .swiper-slide {*/
/*	width: 300px;*/
/*	background: #fff;*/
/*	box-shadow: 0 8px 20px #ddd;*/
	

/*}*/
/*#carousel  .swiper-slide img{*/
/*	display:block;*/
/*	width: 100%;*/
/*}*/
/*#carousel  .swiper-slide p {*/
/*	line-height: 58px;*/
/*	padding-top: 0;*/
/*	text-align: center;*/
/*	color: #636363;*/
/*	font-size: 0.8em;*/
/*	margin: 0;*/
/*}*/
/*#carousel  .swiper-slide {*/
/*	width: 300px;*/
/*	background: #fff;*/
/*	box-shadow: 0 8px 20px #ddd;*/
	

/*}*/
#carousel .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#carousel .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	background-color: #e8f5ff;
	width: 20px;
	height: 10px;
	opacity: 1;
	border-radius: 5px;
}

#carousel .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: #2BB572;
	width: 35px;
}

/*#carousel .swiper-button-prev {*/
/*	left: 30px;*/
/*	width: 45px;*/
/*	height: 45px;*/
/*	background: url(../images/nc_zqh.png) no-repeat;*/
	/*background-position: 0 0;*/
/*	background-size: 100%;*/
/*}*/

/*#carousel .swiper-button-prev:hover {*/
/*	background-position: 0 -46px;*/
/*	background-size: 100%*/
/*}*/

/*#carousel .swiper-button-next {*/
/*	right: 30px;*/
/*	width: 45px;*/
/*	height: 45px;*/
/*	background: url("../images/yc_nvg.png") no-repeat;*/
	/*background-position: 0 -93px;*/
/*	background-size: 100%;*/
/*}*/

/*#carousel .swiper-button-next:hover {*/
/*	background-position: 0 -139px;*/
/*	background-size: 100%*/
/*}*/
#carousel{
    position: relative;
}
#carousel .swiper-button-prev,#carousel .swiper-button-next{
    width:40px;
    height:40px;
    border-radius: 50%;
    background-color: #fff;
    
}
#carousel .swiper-button-prev{
    left: -80px;
}
#carousel .swiper-button-next{
   right: -80px; 
}
/*.swiper-button-prev, .swiper-rtl .swiper-button-next{*/
/*    left: -80px;*/
/*}*/
/*.swiper-button-next{*/
/*    right: -80px;*/
/*}*/
#carousel .swiper-button-prev::after,#carousel .swiper-button-next::after{
	color:#8F8E8C;
	font-size:20px;
}
.time-line-box {
  margin-top: 40px;
}
.time-line-box ul:after {
  content: '';
  background-color: #2BB572;
  height: 2px;
  width: 1000%;
  position: absolute;
  left: 0;
  z-index: 1;
}
.time-line-box ul li {
  float: left;
  width: 211px;
  position: relative;
  padding-top:20px;
  padding-bottom: 0;
  padding-left: 0;
  z-index: 2;
}

.time-line-box ul li dl {
  padding-left: 25px;
}
.time-line-box ul li dl dt {
  font-size: 22px;
  color: #2DA891;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}
.time-line-box ul li dl dt:after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #2DA891;
    position: absolute;
    left: 50%;
    top: -24px;
    border: #2DA891 4px solid;
}
.time-line-box ul li dl dd {
  color: #767170;
  font-size: 13px;
  line-height: 1.8;
  position: relative;
  text-align: center;
}

.time-line-box ul li:first-child {
  margin-left: 95px;
}
.time-line-box ul li:last-child {
  margin-right: 40px;
}

.time-line-box ul .item-this:after {
  border-left: #2DA891 2px solid;
}
.time-line-box ul .item-this .layui-text {
  border-left: #2DA891 2px solid !important;
}
.time-line-box ul .subtitle{
    font-weight: bold;
    font-size: 16px;
    color:#000;
}
@media all and (max-width:989px){
    .sy_p5 .sy_bt1 .bt, .sy_p6 .sy_bt1 .bt{
        float:initial;
        text-align: center;
        font-size:30px;
    }
    .sy_p5 .sy_bt1 .xbt, .sy_p6 .sy_bt1 .xbt{
        float:initial;
        text-align: center;
        font-size:22px;
        margin-left:0;
    }
    .sy_p5 .sy_bt1 .see_more{
        color:#2BB572;
        font-size:16px;
    }
}
@media all and (max-width:768px){
    .foot2 .d1{
        float:initial;
        flex:initial;
    }
    .foot2 .d2{
        max-width:100%;
        flex:initial;
    }
}
.menuBox{
    padding:20px;
    /*width:100%;*/
    background-color: #fff;
    margin: 0 -20px;
}
.menuBox .main{
     display: flex;
    /*width:50%;*/
    margin:0 auto;
    font-size: 16px;
    flex-wrap: wrap;
    
}
.menuBox .main .item{
    /*margin:0 20px 10px 0;*/
    color: #fff;
    padding: 10px 20px;
    background-color: #2A881A;
    border-right: 1px solid #ffffff;
}
.menuBox .main .item a{
    color:#fff;
}

@media all and (max-width:768px){
   .menuBox .main{
        width:100%;
    }
    .menuBox .main .item{
        margin-bottom:10px;
        width:50%;
        text-align: center;
    }
    .menuBox .main .item a{
        font-size:13px;
    }
}
.sy_bt1 .xbt{
    position: relative;
}


.swi-gd1 .swiper-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.swi-gd1 .swiper-wrapper .swiper-slide{
    width:50%;
    height:33vh;
}
.fyflstsw{
    margin:0 -20px;
}
.business{
    padding-top:40px;
}
.business .section{
    margin-bottom:20px;
}
.business .title1{
    color:#89C43D;
    font-size:30px;
    font-weight: bold;
    margin-bottom:20px;
}
.business .title2{
    color:#89C43D;
    font-size:20px;
    font-weight: bold;
    margin-bottom:20px;
}
.business .title3{
    color:#89C43D;
    font-size:18px;
    font-weight: bold;
    margin-bottom:20px;
}
.business .txt{
    font-size:18px;
    color:#505455;
    margin-bottom:20px;
}
.business  .titleBox{
    text-align: center;
}
.business .title{
    padding:20px 10%;
    color:#fff;
    background-color: #89C43D;
    margin-top:40px;
    font-size:20px;
    font-weight: bolder;
    display: inline-block;
}
.business .ulBox{
    display: flex;
    flex-wrap: wrap;
}
.business .ulBox .title3{
    color:#000;
    text-align: center;
}
.business .ulBox .title3 span{
    color:#89C43D;
}
.business .ulBox li{
    font-size:18px;
    color:#000;
    margin-bottom:10px;
    text-align: center;
}
.business .leftUl{
    margin-right:40px;
}
.business .leftUl li{
    margin-bottom:16px;
}
.business .rightUl li{
    margin-bottom:5px;
}

@media all and (max-width:768px){
    .business .leftUl{
        margin-right:0;
    }
    .business .leftUl ,
    .business .rightUl{
        width:100%
    }
    .business .txt{
        font-size: 13px;
        line-height: 2;
    }
}
/*.productsBox{*/
/*    overflow: hidden;*/
/*}*/
.productsBox .product-list {
    position: relative;
    /*overflow: hidden;*/
}
.productsBox .product-list ul{
    justify-content: space-between;
}
.productsBox .product-list li{
   position: relative;
    margin-bottom:30px;
    width:28%;
    /*overflow: hidden;*/
    
}
.productsBox .product-list li .pro-img{
    max-height:140px;
    transition: all 500ms;
     position: absolute;
    bottom:-30px;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform:  translateX(-50%);
    -o-transform: translateX(-50%);
}
.productsBox .product-list li .pro-img img{
    max-height: 140px;
}

.productsBox .product-list li:hover .pro-img{
     
    -webkit-transform: scale(1.03, 1.03);
	-moz-transform: scale(1.03, 1.03);
	-ms-transform: scale(1.03, 1.03);
	-o-transform: scale(1.03, 1.03);
	transform: scale(1.03, 1.03);
	
	 
}
.productsBox .product-list li .pimg {
    max-height: 140px;
    padding:0;
    max-width:100%;
    overflow: hidden;
}
.productsBox .product-list li .pimg img{
    /*max-height:100px;*/
    width:100%;
}
.productsBox .product-list li .pro-text{
    background-color: #8CC5A2;
    width:100%;
    padding:20px;
    color:#fff;
    margin:0 auto;
    
}
.productsBox .product-list li .nameBox{
    position: relative;
    /*position: absolute;*/
    /*top:-40px;*/
    /*left:50%;*/
    /*transform: translateX(-50%);*/
    /*-webkit-transform: translateX(-50%);*/
    /*-moz-transform:  translateX(-50%);*/
    /*-o-transform: translateX(-50%);*/
    text-align: center;
    margin-bottom:30px;
}
.productsBox .product-list li .nameBox .box{
    
    display: inline-block;
    width:40px;
    height:40px;
    background-color: #3CB669;
    /*top:-40px;*/
    /*left:50%;*/
    /*transform: translateX(-50%);*/
    /*-webkit-transform: translateX(-50%);*/
    /*-moz-transform:  translateX(-50%);*/
    /*-o-transform: translateX(-50%);*/
    border-radius: 50%;
   
}
.productsBox .swiper-button-prev, .productsBox .swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
   background-color: rgb(255 255 255 / 50%);
   top:70%;
}
.productsBox  .swiper-button-prev::after, .productsBox  .swiper-button-next::after {
    color: #8F8E8C;
    font-size: 20px;
}
@media (max-width: 576px){
    .productsBox .product-list li .pro-text{
        width:50%;
    }
    .productsBox .product-list li .pimg{
        width:50%;
    }
}
.section{
    padding:30px 0;
}

@media all and (max-width:768px){
    .sy_bt1 {
        margin-bottom:20px;
    }
    .sy_bt1 .xbt span::before{
        width:60px;
        left:-70px;
    }
    .sy_bt1 .xbt span::after{
        width:60px;
        right:-70px;
    }
    
    .sy_gd1 .bt{
        font-size:15px;
    }
}
.caseBox .product-list ul{
    justify-content: space-between;
}
@media (max-width:768px){
    .caseBox .product-list ul{
        padding:0 25px;
    }
}
.caseBox .product-list li{
   position: relative;
    margin-bottom:30px;
    width:28%;
    /*overflow: hidden;*/
    
}
.caseBox li .pro-img{
    -webkit-box-shadow: -7px 8px 5px 0px #c9c9c9;
    -moz-box-shadow: -7px 8px 5px 0px #c9c9c9;
    box-shadow: -7px 8px 5px 0px #c9c9c9;
}
.caseBox .product-list li{
    -webkit-box-shadow: -20px 8px 5px 0px #c9c9c9;
    -moz-box-shadow: -20px 8px 5px 0px #c9c9c9;
    box-shadow: -20px 8px 5px 0px #c9c9c9;
}
.caseBox .product-list li .pro-img{
    box-shadow: none;
    padding:0;
}
.caseBox .product-list li .pro-text{
    position: inherit;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    background-color: #fff;
    color:#000;
    padding: 20px;
    text-align: left;
}
.caseBox .product-list li .pro-text .title{
    margin-bottom:20px;
}



.honorBox{
    padding:110px 0;
}
.code .main{
    padding:30px 0;
    display: flex;
    text-align: center;
    justify-content: end;
}
.code .main dl{
    margin-left:20px;
}