.clear {
    clear: both;
    display: block;
    float: none;
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.pic img:hover {
    transform: scale(1.05);
}

.zzy-more {
    text-align: center;
    font-size: 0;
}

.zzy-more a {
    display: inline-block;
    border: 1px solid #555;
    color: #555;
    padding: 8px 14px;
    font-size: 20px;
}

.zzy-more a svg {
    height: 16px;
    width: 16px;
    margin-left: 5px;
    fill: #555;
    transition: .3s;
}

.zzy-more a:hover {
    color: #be9e5d;
    border: 1px solid #be9e5d;
}

.zzy-more a:hover svg {
    fill: #be9e5d;
    transform: translateX(5px);
}



.addcon-list {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.addcon-pic {
    float: right;
    width: 450px;
    margin-left: 50px;
}

.addcon-list>ul {
    transition: all 0.5s;
}

.addcon-list>ul.on {
    opacity: 1;
    position: relative;
    z-index: 9;
}

.addcon-list ul li a {
    display: block;
    padding: 35px 40px 35px 45px;
    position: relative;
    overflow: hidden;
}

.addcon-list ul li a::before {
   /* content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.8s;
    background: #be9e5d;
    z-index: 8;
    opacity: 0;
    width: 0;
    height: 0; */
}

.addcon-list ul li a::after {
  /*  content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 0.8s;
    background: #be9e5d;
    z-index: 8;
    opacity: 0;
    width: 0;
    height: 0; */
}

.add-data {
    float: left;
    width: 80px;
    height: 67px;
    background: url(../images/add-databj.png) no-repeat;
    background-position: center top;
    color: #fff;
    z-index: 9;
    position: relative;
}

.add-data p {
    text-align: center;
    font-size: 24px;
    line-height: 40px;
}

.add-data span {
    display: block;
    text-align: right;
    padding-right: 12px;
    font-size: 12px;
    line-height: 25px;
}

.add-icon {
    width: 110px;
    z-index: 9;
    position: relative;
    float: left;
}

.add-icon img {
    display: block;
    margin: 0 auto;
    max-width: 70%;
}

.add-info {
    z-index: 9;
    position: relative;
    overflow: hidden;
}

.add-info h3 {
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000;
    margin-bottom: 10px;
}

.add-info p {
    font-size: 14px;
    line-height: 24px;
    color: rgba(0, 0, 0, .65);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.add-info div {
    font-size: 0;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 10px;
}

.add-info div::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 1px;
    background: #be9e5d;
}

.add-info div::after {
    content: "";
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 3px;
    background: #be9e5d;
}

.add-info div span {
    font-size: 14px;
    color: #000000;
}

.addcon-list ul li a:hover {}

.addcon-list ul li a:hover::before {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.addcon-list ul li a:hover::after {
   /* width: 100%;
    height: 100%;
    opacity: 1; */

      content: "";
    position: absolute;
    left: -36px;
    top: 0;
    background: url(../images/nys/listactive.png) no-repeat 0 0;
    box-shadow: 0 0 8px 2px rgb(0 0 0 / 20%);
    z-index: 1;
    width: calc(100% + 72px);
    height: 100%;
    z-index: -1;
    background-size: cover;
}

.addcon-list ul li a:hover .add-data {
    background: url(../images/add-databj-hover.png) no-repeat;
    background-position: center top;
    background-size: 100%;
    color: #be9e5d;
}

.addcon-list ul li a:hover .add-info h3 {
    color: #fff;
}

.addcon-list ul li a:hover .add-info p {
    color: rgba(255, 255, 255, .65);
}

.addcon-list ul li a:hover .add-info div::before {
    background: #fff;
}

.addcon-list ul li a:hover .add-info div::after {
    background: #fff;
}

.addcon-list ul li a:hover .add-info div span {
    color: #fff;
}


.zhy-tit {
    position: relative;
    z-index: 9;
}

.zhy-tit img {
    display: block;
}

.zhy1 {}

.zhy1-c {
    margin-left: 94px;
}

.zhy1-c ul {
    margin: 0 -25px;
}

.zhy1-c ul li {
    transition: all 0.3s;
}

.zhy1-c ul li a {
    display: block;
    margin: 0 25px;
    background: #fff;
    transition: all 0.5s;
}

.zhy1-c ul li a .pic {
    padding-top: 63.4%;
}

.zhy-info-box {
    overflow: hidden;
}

.zhy-data1 {
    font-size: 0;
    color: #be9e5d;
    position: relative;
    z-index: 9;
    transition: all 0.5s;
}

.zhy-data1 b {
    font-size: 36px;
    font-weight: normal;
}

.zhy-data1 span {
    font-size: 20px;
}



.zhy-logo {
    margin: 20px 0;
    font-size: 0;
    position: relative;
    z-index: 9;
}

.zhy-logo img {
    display: block;
    width: 46px;
}

.zhy-info {
    padding: 25px;
}

.zhy-info h3 {
    font-size: 18px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}

.zhy-info h4 {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    color: #000000;
    margin-bottom: 10px;
}

.zhy-info p {
    font-size: 14px;
    line-height: 32px;
    color: rgba(0, 0, 0, .65);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zhy-info p i {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    text-align: center;
    font-size: 0;
    margin-right: 10px;
    float: left;
    margin-top: 6px;
transition: width 0.3s;
}

.zhy-info p i img {
    margin: 0 auto;
}

.slick-list {
    padding: 60px 0 0 0 !important;
    margin-top: -60px;
}
.zhy1-c ul li.slick-current+li{
margin-top: -60px;
}
.zhy1-c ul li.slick-current+li+li{
  margin-top: 60px;
}
.zhy1-c ul li.slick-center {
    margin-top: -60px;
}

.zhy1-c ul li.slick-center+li {
    margin-top: 60px;
}

.zzy1-more {
    top: -80px;
    position: relative;
    z-index: 9;
}



.zhy2 {
    padding-top: 60px;
    border-top: 1px solid #e0e0e0;
}


.zhy2-l {
    float: right;
}

.zhy2-l .zhy-tit {
    display: flex;
    justify-content: flex-end;
}

.zhy2-l .zzy-more {
    margin-top: 180px;
    text-align: right;
}

.zhy2-r {
    overflow: hidden;
}



.zhy2-rl {
    float: left;
    width: 350px;
    margin-right: 20px;
}

.zhy2-rl ul li a {
    display: block;
}

.zhy2-rl ul li a .pic {
    padding-top: 126%;
}

.zhy2-rr {
    overflow: hidden;
    max-width: 65%;
    margin-right: 2%;
}

.zhy2-rr>ul {
    padding-bottom: 90px;
}

.zhy2-rr .slick-prev, .zhy2-rr .slick-next {
    width: 32px;
    height: 32px;
    bottom: 0;
    transform: translateX(0) translateY(0);
    left: auto;
    top: auto;
    right: auto;
}

.zhy2-rr .slick-prev {
    background: url(../images/icon-left-no.png) no-repeat;
    background-size: 100%;
    left: 25px;
    bottom: 0;
}

.zhy2-rr .slick-prev:hover {
    background: url(../images/icon-left.png) no-repeat;
    background-size: 100%;
}

.zhy2-rr .slick-next {
    background: url(../images/icon-right-no.png) no-repeat;
    background-size: 100%;
    left: 70px;
    bottom: 0;
}

.zhy2-rr .slick-next:hover {
    background: url(../images/icon-right.png) no-repeat;
    background-size: 100%;
}

.zhy3 {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #e0e0e0;
}

.zhy3-l {
    float: left;
}

.zhy3-l .zzy-more {
    margin-top: 180px;
}



.zhy-list {
    overflow: hidden;
}

.zhy-list li a {
    display: block;
    padding: 20px 20px 20px 30px;
    position: relative;
    overflow: hidden;
}

.zhy-list li a::before {
   /* content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.8s;
    background: #be9e5d;
    z-index: 8;
    opacity: 0;
    width: 0;
    height: 0; */
}

.zhy-list li a::after {
   /* content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 0.8s;
    background: #be9e5d;
    background: linear-gradient(to right, #fff6da, #be9e5d);
    z-index: 8;
    opacity: 0;
    width: 0;
    height: 0; */

background: url(../images/nlistbg.png) #be9e5d no-repeat center;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    z-index: 0;
}

.zhy-data2 {
    float: left;
    width: 80px;
    background: #be9e5d;
    /* background: url(../images/add-databj.png) no-repeat; */
    background: none;
    background-position: center top;
    color: #000000;
    z-index: 9;
    position: relative;
    border: 1px solid #be9e5d;
    border-top-width: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    transition: all 0.5s;
    background: #fff;
}

.zhy-data2 p {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    transition: all 0.3s;
    transition: all 0.5s;
}

.zhy-data2 span {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    padding-right: 0;
    color: #000000;
    transition: all 0.3s;
    transition: all 0.5s;
}



.zhy-info {
    overflow: hidden;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.zhy-list li a:hover {}

.zhy-list li a:hover::before {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.zhy-list li a:hover::after {
  /*  width: 100%;
    height: 100%;
    opacity: 1; */

    width: 100%;
    transition: .5s;
}

.zhy-list li a:hover .zhy-data2 {
    /* background: url(../images/add-databj-hover.png) no-repeat; */
    background: none;
    background-position: center top;
    background-size: 100%;
    color: #fff;
    border-color: #ffffff;
    background: #be9e5d;
}

.zhy-list li a:hover .zhy-data2 p {
    color: #fff;
}

.zhy-list li a:hover .zhy-data2 span {
    color: #fff;
}

.zhy-list li a:hover .zhy-info h3 {
    color: #fff;
}

.zhy-list li a:hover .zhy-info p {
    color: rgba(255, 255, 255, .65);
}
.zhy-list li a:hover .zhy-info p i{width:0;}
.zhy-list li a:hover .zhy-info div::before {
    background: #fff;
}

.zhy-list li a:hover .zhy-info div::after {
    background: #fff;
}

.zhy-list li a:hover .zhy-info div span {
    color: #fff;
}

.zhy3-r {
    overflow: hidden;
}

.zhy3-r .zhy-list li {
    float: left;
    width: 47%;
    margin-left: 3%;
    background: rgba(245, 245, 245, 1);
    background: linear-gradient(to right, rgba(245, 245, 245, .1), rgba(245, 245, 245, 1));
    margin-top: 40px;
}

.zhy3-r .zhy-list li:nth-child(2n) {
    background: rgba(245, 245, 245, 1);
    background: linear-gradient(to right, rgba(245, 245, 245, 1), rgba(245, 245, 245, .1));
}

.zhy3-r .zhy-info {
    padding: 0;
}

.zhy3-r .zhy-info h3 {
    margin-top: 0;
    font-weight: normal;
}

.zhy3-r .zhy-logo {
    width: 80px;
    z-index: 9;
    position: relative;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
}

.zhy3-r .zhy-logo img {
    display: block;
    margin: 0 auto;
    max-width: 70%;
    margin-top: 0;
    margin-bottom: 0;
}




.zhy4 {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #e0e0e0;
}


.zhy4-l {
    float: right;
    width: 680px;
    margin-left: 2%;
}

.zhy4-l .zhy-tit {
    display: flex;
    justify-content: flex-end;
}

.zhy4-lpic {
    margin-top: 40px;
}

.zhy4-lpic img {
    display: block;
    width: 100%;
}

.zhy4-r {
    overflow: hidden;
}

.zhy4-r .zhy-list li a {
    padding: 10px 0;
    transition: all 0.5s;
}

.zhy4-r .zhy-list li a:hover {
    padding: 10px 15px;
}

.zhy4-r .zhy-logo {
    width: 80px;
    z-index: 9;
    position: relative;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
}

.zhy4-r .zhy-logo img {
    margin: 0 auto;
}


.zhy4-r .zhy-info {
    padding: 0;
}

.zhy4-r .zhy-info h3 {
    margin-top: 0;
    font-weight: normal;
}

.zhy4-r .zzy-more {
    text-align: left;
    margin-top: 40px;
}

.zhy5 {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #e0e0e0;
}

.zhy5-l {
    float: left;
    width: 320px;
}

.zhy5-lpic {
    margin-top: 40px;
}

.zhy5-lpic img {
    display: block;
    width: 100%;
}

.zhy5-r {
    overflow: hidden;
}

.zhy5-r ul {
    overflow: hidden;
    padding-top: 40px;
}

.zhy5-r ul li {
    float: left;
    width: 46%;
    margin-left: 4%;
    margin-top: 35px;
}

.zhy5-r ul li a {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 10px 0;
    transition: all 0.5s;
}

.zhy5-r ul li a::before {
   /* content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    background: #be9e5d; 
    transition: all 1s ease;*/

  background: url(../images/nlistbg.png) #be9e5d no-repeat center;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    z-index: 0;
}

.zhy5-rdata {
    float: left;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.zhy5-rinfo .zhy-info {
    padding: 0 0 0 25px;
}

.zhy5-rinfo .zhy-info h3 {
    margin-top: 15px;
    font-weight: normal;
    transition: all 0.5s;
}
.zhy5-rinfo .zhy-info p{
    transition: all 0.5s;

}
.zhy5-rdata .zhy-logo {
    margin-top: 10px;
}

.zhy5-r .zzy-more {
    margin-top: 70px;
}
.zhy5-r ul li a:hover{
    padding:  10px;
}
.zhy5-r ul li a:hover::before {
  /*  height: 100%;
    background: #be9e5d;
    background: linear-gradient(to right, #eadcae, #be9e5d);*/

    width: 100%;
    transition: .5s;
}

.zhy5-r ul li a:hover .zhy-data1 {
    color: #fff;
}

.zhy5-r ul li a:hover .zhy5-rinfo .zhy-info h3 {
    color: #fff;
}

.zhy5-r ul li a:hover .zhy-info p {
    color: #fff;
}
.zhy5-r ul li a:hover .zhy-info p i{
   width:0;
   margin-right: 0;
}
@media screen and (max-width: 1366px) {
    .addcon-list ul li a {
        padding: 25px;
    }

    .addcon-pic {
        width: 380px;
        margin-left: 30px;
    }

    .zhy1-c ul {
        margin: 0 -10px;
    }

    .zhy1-c ul li a {
        margin: 0 10px;
    }

    .zhy-data1 b {
        font-size: 28px;
    }

    .zhy-data1 span, .zhy-info h3 {
        font-size: 16px;
    }

    .zhy-info {
        padding: 15px;
    }

    .zhy-info h4 {
        font-size: 16px;
    }

    .zhy-logo {
        margin: 10px 0;
    }

    .zhy-tit img {
        height: 130px;
    }

    .zhy1-c {
        margin-left: 0;
    }

    .zhy-list li a {
        padding: 15px 10px 15px 15px;
    }

    .zhy-data2 {
        width: 65px;
        border-top-width: 5px;
    }

    .zhy-data2 p {
        font-size: 18px;
        line-height: 26px;
    }

    .zhy-data2 span {
        font-size: 16px;
        line-height: 20px;
    }

    .zhy4-l {
        width: 400px;
    }


}

@media screen and (max-width: 980px) {
    .addcon-pic {
        display: none;
    }

    .zhy-tit img {
        height: 130px;
    }

    .zhy-tit {
        float: none;
    }

    .zzy-more a {
        padding: 6px 12px;
        font-size: 15px;
    }

    .zzy-more a svg {
        height: 14px;
        width: 14px;
    }

    .zhy2-rl {
        width: 260px;
    }

    .zhy2-rr {
        margin-right: 0;
        max-width: none;
    }

    .zhy2-rr>ul {
        padding-bottom: 50px;
    }

    .zhy2-l .zzy-more {
        margin-top: 100px;
    }

    .zhy2-l {
        float: none;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
    }

    .zhy2-l .zzy-more, .zhy3-l .zzy-more {
        margin-top: 0;
    }

    .zhy3-l {
        float: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .zhy3-r .zhy-list li {
        margin-left: 0;
        margin-top: 20px;
        width: 49%;
    }

    .zhy3-r .zhy-list li:nth-child(2n) {
        margin-left: 2%;
    }

    .zhy4-l {
        float: none;
        width: auto;
        margin-left: 0;
    }

    .zhy4-lpic {
        margin-top: -20px;
    }

    .zhy3-r .zhy-logo {
        width: 70px;
    }

    .zhy4-r .zhy-logo {
        max-width: 70px;
    }

    .zhy-info p {
        line-height: 30px;
    }

    .zhy-info p i {
        margin-right: 5px;
    }

    .zhy4-r .zzy-more {
        text-align: center;
        margin-top: 20px;
    }

    .zhy-list li a {
        padding: 10px;
    }

    .zhy5-l {
        /* width: 240px; */
    }

    .zhy5-r {
        padding-left: 3%;
    }

    .zhy5-r ul li {
        float: none;
        width: auto;
        margin-left: 0;
    }

    .zhy5-r ul {
        padding-top: 0;
    }

    .zhy5-r ul li {
        margin-top: 0;
    }

    .zhy5-r ul li:first-child {
        margin-top: 0;
    }

    .zhy5-r .zzy-more {
        margin-top: 20px;
    }

    .zhy5-rdata {
        float: none;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .zhy5-rinfo .zhy-info {
        padding-left: 0;
    }

    .zhy5-rdata .zhy-logo {
        margin: 0;
    }

    .zhy5-rinfo .zhy-info h3 {
        margin-top: 0;
    }

    .zhy5-lpic {
        margin-top: 80px;
    }

    .zhy5-r ul li:nth-child(4) {
        display: none;
    }

    .zhy5-r .zzy-more {
       /* text-align: left; */
    }
}

@media screen and (max-width: 768px) {
    .zzy1-more {
        top: -40px;
    }

    .zhy3-r .zhy-list li {
        float: none;
        width: auto;
    }

    .zhy3-r .zhy-list li:nth-child(2n) {
        margin-left: 0;
    }

    .zhy5-l {
        float: none;
        width: auto;
    }

    .zhy5-lpic {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .zhy5-r {
        padding-left: 0;
    }


    .zhy2 {
        padding-top: 35px;
    }

    .zhy3, .zhy4, .zhy5 {
        padding-top: 35px;
        margin-top: 35px;
    }

}

@media screen and (max-width: 640px) {

    .zhy-tit img {
        width: 18vw;
        height: auto;
    }

    .addcon-list ul li a {
        padding: 10px 5px;
    }

    .add-data {
        width: 60px;
        background-size: 100%;
    }

    .add-data p {
        font-size: 18px;
        line-height: 34px;
    }

    .add-data span {
        transform: scale(0.9);
        padding-right: 5px;
        line-height: 16px;
    }

    .add-icon {
        width: 70px;
    }

    .add-info h3 {
        font-size: 16px;
    }

    .add-info p {
        font-size: 12px;
        line-height: 22px;
    }

    .zhy1-c ul li.slick-center {
        margin-top: -20px;
    }

    .zhy-info {
        padding: 10px 0;
    }

    .zzy-more a {
        padding: 5px 10px;
        font-size: 14px;
    }

    .zzy-more a svg {
        height: 12px;
        width: 12px;
    }

    .zhy2-rl {
        float: none;
        width: 80%;
        margin: 0 auto;
    }

    .zhy2-rr .slick-prev {
        left: 0;
    }

    .zhy2-rr .slick-next {
        left: 50px;
    }

    .zhy-info {
        clear: both;
        padding-top: 10px;
    }

    .zhy3-r .zhy-info {
        padding-top: 10px;
    }

}

@media screen and (max-width: 480px) {
    .wp {
        width: auto;
    }

    .zhy1-c ul {
        margin: 0;
    }

    .zhy1-c ul li a {
        margin: 0;
    }
}