html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}



#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}


#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}


.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/* 
.top_head{
    position: relative;
    width: 100%;
}
.head1{
    height: 99px;
    background: rgba(255,255,255,0.65);
    box-shadow: 0 5px 10px rgba(51,51,51,0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}
.logo{
    line-height: 99px;
}
.top_contact{
    font-size: 22px;
    color: #0e9834;
    padding-left: 22px;
   margin-top: 35px;
    background: url(../images/tel1.png) no-repeat left center;
    font-weight: bold;
} */

.index-c1 {
    width: 1920px;
    height: 104px;
    background: url(../images/bg1.jpg) no-repeat center;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.c1-1 {
    padding-top: 10px;
}

.c1-2 {
    font-size: 18px;
    color: #fff;
    line-height: 104px;
}


.index-c2 {
    width: 1920px;
    position: relative;
    background: url(../images/bg2.jpg) no-repeat center top;
    left: 50%;
    margin-left: -960px;
}

.index-tlt {
    text-align: center;
    padding: 32px 0;
}

.index-tlt h3 {
    font-size: 34px;
    color: #1c9a3c;
    font-weight: bold;
}

.index-tlt h4 {
    font-size: 24px;
    color: #000000;
    background: url(../images/tlt1.png) no-repeat center;
    line-height: 2;
}

.index-tlt p {
    font-size: 16px;
    color: #6d6d6d;
}

.c2-1 ul {
    text-align: center;
}

.c2-1 ul li {
    display: inline-block;
    margin: 0 6px;
}

.c2-1 ul li a {
    display: block;
    padding: 0 20px;
    line-height: 33px;
    font-size: 16px;
    color: #888888;
    text-align: center;
    border: 2px solid #d9d9d9;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    background: #fff;
}

.c2-1 ul li a:hover {
    background: #12a137;
    border-color: #12a137;
    color: #fff;
}

.c2-2 .picMarquee-left {
    position: relative;
    margin-top: 42px;
}

.c2-2 .picMarquee-left .hd a.next {
    display: block;
    width: 28px;
    height: 58px;
    background: url(../images/right02.png) no-repeat center;
    position: absolute;
    right: -60px;
    top: 105px;
    cursor: pointer;
}

.c2-2 .picMarquee-left .hd a.prev {
    display: block;
    width: 28px;
    height: 58px;
    background: url(../images/left02.png) no-repeat center;
    position: absolute;
    left: -60px;
    top: 105px;
    cursor: pointer;
}

.c2-2 .picMarquee-left .bd {
    overflow: hidden;
}

.c2-2 .picMarquee-left .bd ul li {
    width: 382px;
    margin-right: 26px;
}

.c2-2 .picMarquee-left .bd ul li a {
    display: block;
}

.c2-2 .picMarquee-left .bd ul li .img {
    width: 382px;
    height: 246px;
    overflow: hidden;
}

.c2-2 .picMarquee-left .bd ul li .img img {
    width: 382px;
    height: 246px;
    transition: .5s;
}

.c2-2 .picMarquee-left .bd ul li a:hover .img img {
    transform: scale(1.1);
}

.c2-2 .picMarquee-left .bd ul li .wz {
    background: #0c98bd;
    padding: 10px;
    height: 218px;
    text-align: center;
    position: relative;
    z-index: 999;
    overflow: hidden;
}

.c2-2 .picMarquee-left .bd ul li a .wz:after {
    content: "";
    width: 382px;
    height: 218px;
    background: #12a137;
    position: absolute;
    top: 218px;
    left: 0;
    transition: .5s;
}

.c2-2 .picMarquee-left .bd ul li .wz .cont {
    position: relative;
    z-index: 999
}

.c2-2 .picMarquee-left .bd ul li .wz h3 {
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    background: url(../images/c2-1.png) no-repeat center bottom;
}

.c2-2 .picMarquee-left .bd ul li .wz .info {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    padding: 10px 0;
    height: 90px;
}

.c2-2 .picMarquee-left .bd ul li .wz .ckxq {
    width: 91px;
    height: 28px;
    background: #fff;
    border-radius: 14px;
    text-align: center;
    font-size: 14px;
    color: #000000;
    margin: 0 auto;
    line-height: 28px;
}

.c2-2 .picMarquee-left .bd ul li a:hover .wz:after {
    top: 0;
}

.c2-3 {
    background: #f1f1f1;
    height: 77px;
    text-align: center;
    margin: 30px auto 42px;
    padding-top: 10px;
}

.c2-3 a {
    display: inline-block;
    padding-right: 55px;
    background: url(../images/c2-2.png) no-repeat right center;
    line-height: 1;
}

.c2-3 a dd {
    font-size: 27px;
    color: #12a137;
}

.c2-3 a dl {
    font-size: 16px;
    color: #12a137;
    letter-spacing: 2px;
}

.index-c3 {
    width: 1920px;
    height: 874px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: url(../images/bg3.jpg) no-repeat center;
    padding-top: 20px;
}

.index-c3 .index-tlt h4 {
    background: url(../images/tlt2.png) no-repeat center;
}

.flash4 {
    overflow: hidden;
    height: 599px
}

.flash4 ul li {
    float: left;
    width: 110px;
    height: 599px;
    overflow: hidden;
    position: relative;
}

.flash4 ul li.first {
    border-right: none;
}

.flash4 ul li .imgCen {
    width: 110px;
    height: 599px;
    background: #fff;
    color: #999999;
    position: absolute;
    border-right: 1px solid #f2f2f2;
    left: 0px;
    top: 0px;
    padding: 0 10px;
}

.flash4 ul li .imgCen dt {
    font-size: 47px;
    color: #999;
    line-height: 126px;
    text-align: center;
    font-family: Arial;
    font-style: italic;
    font-weight: normal;
}

.flash4 ul li .imgCen em {
    display: block;
    float: left;
    margin-right: 8px;
}

.flash4 ul li .imgCen em img {
    width: 28px;
    height: 28px;
}

.flash4 ul li .imgCen span {
    display: block;
    font-size: 12px;
    color: #999;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    text-transform: uppercase;
    float: left;
}

.flash4 ul li .imgCen i {
    font-size: 16px;
    color: #999999;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    font-style: normal;
}

.flash4 ul li .imgTop {
    width: 540px;
}

.flash4 ul li.first {
    width: 540px;
}

.imgTopbxy {
    width: 430px;
    margin-left: 110px;
    height: 599px;
    position: relative;
}

.flash4 ul li.first .imgCen {
    background: #1c9a3c;
    color: #fff;
}

.flash4 ul li.first .imgCen dt {
    color: #fff;
}

.flash4 ul li.first .imgCen span {
    color: #fff;
}

.flash4 ul li.first .imgCen i {
    color: #fff;
}

.flash4 ul li.first .imgCen em img {
    filter: brightness(100);
}

.flash4 ul li .imgTopbxy .imgTopbxy2 {
    overflow: hidden;
}

.flash4 ul li .imgTopbxy .imgTopbxy2 img {
    width: 430px;
    height: 599px;
    transition: .5s;
}

.flash4 ul li .imgTopbxy .imgTopbxy2:hover img {
    transform: scale(1.1);
}

.flash4 ul li .imgTopbxy .imgTopbxy1 {
    width: 400px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.61);
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 999;
}

.flash4 ul li .imgTopbxy .imgTopbxy1 b {
    font-size: 20px;
    color: #ff530f;
    margin-bottom: 20px;
    font-weight: normal;
    display: block;
}

.flash4 ul li .imgTopbxy .imgTopbxy1 p {
    font-size: 15px;
    color: #666666;
    line-height: 26px;
}


.index-c4 {
    padding-top: 20px;
    padding-bottom: 50px;
}

.index-c4 ul li {
    width: 379px;
    float: left;
    margin-right: 20px;
}

.index-c4 ul li:last-child {
    margin-right: 0;
}

.index-c4 ul li a {
    display: block;
}

.index-c4 ul li .img {
    overflow: hidden;
}

.index-c4 ul li .img img {
    width: 379px;
    height: 201px;
    transition: .5s;
}

.index-c4 ul li a:hover .img img {
    transform: scale(1.1);
}

.index-c4 ul li .wz {
    height: 199px;
    padding: 10px;
    text-align: center;
}

.index-c4 ul li .wz h3 {
    font-size: 34px;
    color: #fff;
    line-height: 70px;
    margin-top: 10px;
}

.index-c4 ul li .wz p {
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    height: 70px;
}

.index-c4 ul li em {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.41);
    font-style: normal;
}


.index-c5 {
    width: 1920px;
    height: 870px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: url(../images/bg4.jpg) no-repeat center;
    padding-top: 124px;
}

.c5-left>h3 {
    font-size: 34px;
    color: #1c9a3c;
    font-family: Arial;
    font-weight: bold;
}

.c5-left .c5-left-1 {
    width: 203px;
    height: 40px;
    background: url(../images/c5-2.png) no-repeat center;
    padding: 5px;
    text-align: center;
    margin: 15px 0;
}

.c5-left .c5-left-1 a {
    display: inline-block;
    font-size: 14px;
    color: #000000;
    line-height: 30px;
    width: 96px;
}

.c5-left .c5-left-1 a:nth-child(2) {
    color: #fff;
}

.c5-left>h4 {
    font-size: 24px;
    color: #000000;
    line-height: 60px;
}

.c5-left>h4 span {
    font-size: 16px;
    color: #f44b00;
}

.c5-left .jj {
    font-size: 14px;
    color: #000000;
    width: 680px;
    line-height: 2;
}

.c5-left .c5-left-2 {
    padding: 20px 0;
}

.c5-left .c5-left-2 ul li {
    display: inline-block;
    margin-right: 40px;
    text-align: center;
}

.c5-left .c5-left-2 ul li h3 {
    font-size: 14px;
    color: #000000;
    line-height: 35px;
}

.c5-left-3 .picMarquee-left2 {
    position: relative;
    width: 670px;
}

.c5-left-3 .picMarquee-left2 .bd {
    overflow: hidden;
}

.c5-left-3 .picMarquee-left2 .bd ul li {
    width: 217px;
    margin-right: 10px;
}

.c5-left-3 .picMarquee-left2 .bd ul li a {
    display: block;
    padding: 5px;
    background: #f5f5f5;
}

.c5-left-3 .picMarquee-left2 .bd ul li .img {
    width: 207px;
    height: 151px;
    overflow: hidden;
}

.c5-left-3 .picMarquee-left2 .bd ul li .img img {
    width: 207px;
    height: 151px;
    transition: .5s;
}

.c5-left-3 .picMarquee-left2 .bd ul li a:hover {
    background: #289a3c;
}

.c5-left-3 .picMarquee-left2 .bd ul li a:hover .img img {
    transform: scale(1.1);
}

.c5-left-3 .picMarquee-left2 .bd ul li a:hover h3 {
    color: #fff;
}

.c5-left-3 .picMarquee-left2 .bd ul li h3 {
    font-size: 14px;
    color: #000000;
    line-height: 30px;
    text-align: center;
}

.c5-left-3 .picMarquee-left2 .hd a.next {
    display: block;
    width: 28px;
    height: 58px;
    background: url(../images/right02.png) no-repeat center;
    position: absolute;
    right: -44px;
    top: 57px;
    cursor: pointer;
}

.c5-left-3 .picMarquee-left2 .hd a.prev {
    display: block;
    width: 28px;
    height: 58px;
    background: url(../images/left02.png) no-repeat center;
    position: absolute;
    left: -44px;
    top: 57px;
    cursor: pointer;
}


.index-c6 {
    padding-top: 20px;
}

#certify {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 85px;
}


#certify .swiper-slide {
    /* width: 520px;
  height: 408px;
  background: #fff;
  box-shadow: 0 8px 30px #ddd;*/
    width: 492px;
    border: 5px solid #fff;
}

#certify .swiper-slide a {
    position: relative;
    display: block;
    overflow: hidden
}

#certify .swiper-slide img {
    display: block;
    width: 100%;
    transition: .5s;
}

#certify .swiper-slide a:hover img {
    transform: scale(1.1);
}

#certify .swiper-slide h3 {
    width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    background: #1c9a3c;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 999;
    height: 40px;
    text-align: center;
}

#certify .swiper-slide-active h3 {
    opacity: 1;
}

#certify .swiper-button-prev {
    width: 28px;
    height: 58px;
    background: url(../images/left02.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 140px;
    cursor: pointer;
    outline: none;
}

#certify .swiper-button-next {
    width: 28px;
    height: 58px;
    background: url(../images/right02.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 140px;
    cursor: pointer;
    outline: none;
}


.biankuang {
    width: 1px;
    height: 1px;
    position: absolute;
    z-index: 99;
    border-radius: 10px;
}

.biankuang_1 {
    height: 0px;
    top: 0px;
    left: 0px;
    border-left: 1px solid #00994e;
}

.biankuang_2 {
    width: 0px;
    bottom: 0px;
    left: 0px;
    border-top: 1px solid #00994e;
}

.biankuang_3 {
    height: 0px;
    bottom: 0px;
    right: 0px;
    border-right: 1px solid #00994e;
}

.biankuang_4 {
    width: 0px;
    top: 0px;
    right: 0px;
    border-bottom: 1px solid #00994e;
}

#certify .swiper-slide a:hover .biankuang_1 {
    transition: .5s;
    height: 100%;
}

#certify .swiper-slide a:hover .biankuang_2 {
    transition: .5s 0.5s;
    width: 100%;
}

#certify .swiper-slide a:hover .biankuang_3 {
    transition: .5s;
    height: 100%;
}

#certify .swiper-slide a:hover .biankuang_4 {
    transition: .5s 0.5s;
    width: 100%;
}




.c6-more {
    padding: 35px 0 70px;
    text-align: center;
}

.c6-more a {
    display: block;
    width: 125px;
    height: 37px;
    border: 2px solid #29974e;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 14px;
    color: #29974e;
    line-height: 33px;
    text-align: center;
    margin: 0 auto;
}

.c6-more a:hover {
    background: #29974e;
    color: #fff;
}

.index-c7 {
    background: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 65px;
}

.c7-con {
    width: 1100px;
    margin: 0 auto;
}

.c7-con .slideBox {
    width: 457px;
    height: 379px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    overflow: hidden;
    position: relative;
}

.c7-con .slideBox .bd {
    overflow: hidden;
}

.c7-con .slideBox .bd ul li {
    overflow: hidden;
}

.c7-con .slideBox .bd ul li img {
    width: 457px;
    height: 379px;
    transition: .5s;
}

.c7-con .slideBox .bd ul li:hover img {
    transform: scale(1.1);
}

.c7-con .slideBox .hd {
    position: absolute;
    bottom: 8px;
    left: 12px;
    z-index: 999;
}

.c7-con .slideBox .hd ul li {
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 50%;
    margin-right: 8px;
}

.c7-con .slideBox .hd ul li.on {
    background: #12a137
}

.c7-right {
    width: 590px;
}

.c7-right .slideTxtBox .hd {
    padding: 18px 0;
}

.c7-right .slideTxtBox .hd ul {
    display: flex;
    justify-content: space-between;
}

.c7-right .slideTxtBox .hd ul li {
    width: 125px;
    height: 37px;
}

.c7-right .slideTxtBox .hd ul li a {
    display: block;
    width: 125px;
    height: 37px;
    background: #fff;
    border: 2px solid #d9d9d9;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    text-align: center;
    font-size: 16px;
    color: #000000;
    line-height: 33px;
}

.c7-right .slideTxtBox .hd ul li.on a {
    background: #1c9a3c;
    border-color: #1c9a3c;
    color: #fff;
}

.c7-right .slideTxtBox .bd {
    border: 1px solid #c6c6c6;
}

.c7-right .slideTxtBox .bd ul li a {
    display: block;
    border-bottom: 1px solid #c6c6c6;
}

.c7-right .slideTxtBox .bd ul li:nth-child(3) a {
    border-bottom: none;
}

.c7-right .slideTxtBox .bd ul li .date {
    width: 92px;
    height: 92px;
    padding-top: 10px;
    text-align: center;
}

.c7-right .slideTxtBox .bd ul li .date dd {
    font-size: 40px;
    color: rgba(51, 51, 51, 0.86);
    font-family: Impact;
    line-height: 1.2;
}

.c7-right .slideTxtBox .bd ul li .date dl {
    font-size: 14px;
    color: #323232;
}

.c7-right .slideTxtBox .bd ul li .wz {
    width: 495px;
    float: left;
    border-left: 1px solid #c6c6c6;
    height: 92px;
    padding: 15px 15px 0;
}

.c7-right .slideTxtBox .bd ul li .wz h3 {
    font-size: 18px;
    color: #323232;
    line-height: 1.8;
}

.c7-right .slideTxtBox .bd ul li .wz .info {
    font-size: 14px;
    color: #323232;
    line-height: 2
}

.c7-right .slideTxtBox .bd ul li a:hover .date dd {
    color: #2a924f
}

.c7-right .slideTxtBox .bd ul li a:hover .date dl {
    color: #2a924f
}

.c7-right .slideTxtBox .bd ul li a:hover .wz h3 {
    color: #2a924f
}

.c7-right .slideTxtBox .bd ul li a:hover .wz .info {
    color: #2a924f
}


.index-c8 {
    width: 1920px;
    height: 582px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: url(../images/bg5.jpg) no-repeat center;
    padding-top: 40px;
}

.index-c8 .index-tlt {
    padding-bottom: 18px;
}

.c8-con {
    width: 1200px;
    height: 385px;
    position: relative;
}

.c8-con ul li {
    width: 120px;
    height: 120px;
    border: 6px solid rgba(255, 255, 255, 0.38);
    position: absolute;
    border-radius: 50%;
}

.c8-con ul li .img {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    overflow: hidden;
}

.c8-con ul li .img img {
    width: 108px;
    height: 108px;
    transition: .5s;
}

.c8-con ul li .img:hover img {
    transform: scale(1.2);
}

.c8-con ul li:nth-child(1) {
    top: 0;
    left: 72px;
}

.c8-con ul li:nth-child(2) {
    top: 45px;
    left: 225px;
}

.c8-con ul li:nth-child(3) {
    top: 0;
    left: 378px;
}

.c8-con ul li:nth-child(4) {
    top: 55px;
    left: 534px;
}

.c8-con ul li:nth-child(5) {
    top: 0;
    left: 689px;
}

.c8-con ul li:nth-child(6) {
    top: 50px;
    left: 840px;
}

.c8-con ul li:nth-child(7) {
    top: 0;
    left: 995px;
}

.c8-con ul li:nth-child(8) {
    top: 145px;
    left: 380px;
}

.c8-con ul li:nth-child(9) {
    top: 145px;
    left: 690px;
}

.c8-con ul li:nth-child(10) {
    top: 210px;
    left: 533px;
}


.foot1 {
    background: #1c9a3c;
    height: 143px;
    padding-top: 19px;
}

.foot1 ul {
    display: flex;
    justify-content: space-between;
}

.foot1 ul li {
    padding: 0 25px;
    position: relative;
}

.foot1 ul li::after {
    content: '';
    width: 1px;
    height: 53px;
    background: rgba(255, 255, 255, 0.41);
    position: absolute;
    right: 0;
    top: 30px;
}

.foot1 ul li:nth-child(-n+3) {
    padding-top: 30px;

}

.foot1 ul li:nth-child(1) {
    padding-left: 0;
}

.foot1 ul li:nth-child(4) {
    padding-right: 0;
}

.foot1 ul li:nth-child(4)::after {
    display: none;
}

.foot1 ul li .img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.foot1 ul li .img img {
    width: 58px;
    height: 58px;
}

.foot1 ul li .wz {
    display: inline-block;
    vertical-align: middle;
}

.foot1 ul li .ft_ewm {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 20px;
}

.foot1 ul li .wz dd {
    font-size: 14px;
    color: #fff;
}

.foot1 ul li .wz dl {
    font-size: 14px;
    color: #fff;
}

.foot1 ul li .wz dl span {
    font-size: 20px;
    font-weight: bold;
}

.foot2 {
    background: #444444;
}

.yqlj {
    border-bottom: 1px solid #515151;
    font-size: 12px;
    color: #ffffff;
    line-height: 2;
    padding: 10px 0;
}

.yqlj a {
    color: #fff;
}

.ft_nn {
    padding: 10px 0;
    font-size: 12px;
    color: #cccccc;
    line-height: 22px;
}

.ft_nn a {
    color: #ccc;
}

.hotkey a {
    margin-right: 10px;
}


/* 

.sort li {
    position: relative;
    z-index: 999;
    float: left;
}

.sort li .about_b {
    position: absolute;
    left: 210px;
    top: 0px;
    width: 210px;
    padding: 10px 20px;
    background: #f5f6f6;
    border-bottom: 2px solid #3a78c1;
    z-index: 9999;
}

.sort li a {
    display: block;
    padding: 0 20px;
    height: 40px;
    text-align: center;
    margin-top: 9px;
    font: normal 16px/40px "Microsoft Yahei";
    color: #000000;
}

.sort li .layer2 {
    display: none !important
}

.sort li a:hover {
    background: #212b66;
    color: #fff;
} */

.left {
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #eeeeee;
}

.right {
    width: 100%;
    padding-bottom: 10px;
}

.xypg-right-content {
    padding-top: 20px;
}


.news_list2 {
    height: auto;
    overflow: hidden;
    padding: 20px;
    width: 100%；;
}

.news_list2 li {
    height: 159px;
    border: 1px solid transparent;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
    background: #f7f7f7;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}

.news_list2 li .imgs {
    width: 200px;
    height: 130px;
    margin: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.news_list2 li .imgs img {
    width: 100%;
}

.news_list2 li:hover {
    border: 1px solid #efefef;
    box-shadow: 0 6px 10px 5px rgba(0, 0, 0, .08);
}

.news_list2 li .neisx {
    width: 56%;
    float: left;
    margin: 36px 0 28px 34px;
    transition: all .3s ease-out 0s;
}

.news_list2 li:hover .neisx {
    margin: 36px 0 28px 54px;
}

.news_list2 li .neisx h3 a {
    font-size: 16px;
    color: #717171;
    display: block;
    height: 24px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all .3s ease-out 0s;
}

.news_list2 li .neisx span {
    height: 52px;
    color: #a2a2a2;
    line-height: 24px;
    display: block;
    overflow: hidden;
    transition: all .3s ease-out 0s;
}

.news_list2 li .times {
    float: right;
}

.news_list2 li:hover .times a {
    background: #bfbfbf;
    color: #fff;
}

.news_list2 li .times p {
    float: right;
    font-family: HELVETICANEUELTPRO-THEX, "Microsoft Yahei";
    color: #999;
    padding: 36px 66px 0 0;
    transition: all .3s ease-out 0s;
    height: 26px;
    font-size: 19px;
    font-family: HELVETICANEUELTPRO-THEX, "Microsoft Yahei";
}

.news_list2 li .times a {
    display: block;
    position: absolute;
    top: 100px;
    right: 105px;
    width: 70px;
    height: 35px;
    border-radius: 18px;
    text-align: center;
    border: 1px solid #dedfe1;
    transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
    color: #ccc;
    line-height: 35px;
}



.xypg-product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
}

.xypg-product-list li {
    width: 461px;
    border: none;
    text-align: center;
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

.xypg-product-list li .img {
    border: 1px solid #d2d2d2;
    position: relative;
}

.xypg-product-list li .img img {
    width: 100%;
    height: 100%;
}

.xypg-product-list li .img span {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.xypg-product-list li .img span b {
    display: block;
    width: 43px;
    height: 43px;
    background-color: #1c9a3c;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-weight: normal;
}

.xypg-product-list li h3 {
    height: 68px;
}

.xypg-product-list li h3 a {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0;
    justify-content: center;
    flex-direction: column;
    align-content: center;
}

.xypg-product-list li h3 a span {
    line-height: 1;
}

.xypg-product-list li h3 a span:first-child {
    font-size: 16px;
    color: #000000;
    margin-bottom: 5px;
}

.xypg-product-list li h3 a span:last-child {
    font-size: 14px;
    color: #666666;
    font-weight: normal;
}

.xypg-product-list li:nth-child(3n - 1) {
    margin: 20px 28px 0;
}

.xypg-product-list li:hover {
    border: 1px solid #d2d2d2;
}

.xypg-product-list li:hover .img {
    border: none;
}

.xypg-product-list li:hover .img span {
    display: flex;
}

.xypg-product-list li:hover h3 {
    background-color: #1c9a3c;
}

.xypg-product-list li:hover h3 a span {
    color: #fff;
}




.xypg-left-con2{margin-bottom:3%;}
 .xypg-left-con2 .xypg-left-nav {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.xypg-left-con2 .xypg-left-nav>li {width:18%;
    position: relative;text-align:center;
    background: #f7f7f7;border-right: 1px solid #dedede;
}

.xypg-left-con2  .xypg-left-nav > li:last-child {
  border: none;
}

.xypg-left-con2 .xypg-left-nav>li>a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #4c4c4c;
    padding: 15px 18px;
}


.xypg-left-con2 .xypg-left-nav>li:hover>a,
.xypg-left-con2 .xypg-left-nav>li.clicked>a {
    color: #fff;background:#75b63d;
}
.xypg-left-con2 .xypg-left-nav > li .first-nav-btn{display: none;}


@media (min-width: 991px) {
     .page-wrap-left{display:none;}
    
}

@media (max-width: 768px) {
     .xypg-left-con2 .xypg-left-nav{display:none!important;}
     .xypg-right-content img{width:100%!important;height:auto!important;}
}
@media(max-width: 1200px){
  .xypg-right-content{overflow: hidden;}
  .xypg-right-content p img{
           max-width: 100%;
          width: auto !important;
          height: auto !important;
     }
}








