html {
    overflow-x: auto;
    overflow-y: scroll;
}

body {
    font-size: 16px;
    color: #070707;
    -webkit-font-smoothing: antialiased;
    background-color: white;
    font-family: "å¾®è½¯é›…é»‘";
}

a {
    text-decoration: none;
    color: #070707;
}

li {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

body,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td,
h3,
h1,
h2,
h4 {
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}


/* å…¬å…±æ ·å¼ */

.container>div {
    margin-top: 5px;
    overflow: hidden;
}

.public-title {
    width: 100%;
    height: auto;
    margin: 50px 0px;
    text-align: center;
}

.channel-box {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.public-list {
    height: auto;
    overflow: hidden;
}

.wrap {
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
    margin: 0 auto;
    background-color: #f4fff8;
}

.wrap .header {
    width: 100%;
    height: 773px;
    background: url(/material/siteFile/images/snkyhjzlzt_header.png) no-repeat top center;
    position: relative;
    z-index: 10;
}

.wrap .header .logo {
    position: absolute;
    left: 50%;
    margin-left: -702px;
    top: 22px;
    width: 453px;
    height: 126px;
}

.wrap .container {
    width: 1200px;
    margin: 0px auto;
    height: auto;
    overflow: hidden;
}

.part-one .list-box {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    background: url(/material/siteFile/images/snkyhjzlzt_channel_nkzm_Bg.png) no-repeat top center;
    height: 363px;
    background-size: 100% 100%;
}

.part-one .list-box .left-box {
    width: 565px;
    height: 355px;
    /* background-color: red; */
    float: left;
    padding-top: 35px;
    padding-left: 25px;
    box-sizing: border-box;
}

.part-one .list-box .left-box ul li {
    height: 105px;
    border-bottom: 1px solid #64d28c;
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
    box-sizing: border-box;
}

.part-one .list-box .left-box ul li:last-child {
    border: none;
}

.part-one .list-box .left-box ul li .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.part-one .list-box .left-box ul li:nth-of-type(2) {
    width: 97%;
}

.part-one .list-box .left-box ul li:nth-of-type(3) {
    width: 94%;
}

.part-one .list-box .left-box ul li .title a {
    font-size: 22px;
    font-weight: bold;
    line-height: 45px;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fee7be;
}

.part-one .list-box .left-box ul li .title img {
    vertical-align: middle;
    margin-right: 10px;
}

.part-one .list-box .left-box ul li .desc {
    font-size: 16px;
    line-height: 35px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    text-indent: 20px;
}

.part-one .list-box .right-box {
    width: 630px;
    height: 355px;
    /* background-color: rebeccapurple; */
    float: right;
}

.part-one .list-box .right-box a img {
    width: 97%;
    height: 92%;
    clip-path: polygon(17% -126%, 340% 111%, -11% 104%, 1% 110%);
    margin-top: 17px;
    border-radius: 0 8px 8px 0px;
}

.part-two {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.part-two .list-box .qiehuan-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.part-two .list-box .left-img,
.part-two .list-box .right-img {
    width: 460px;
    height: 345px;
}

.part-two .list-box .zl-box {
    position: absolute;
    top: 35px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #5bca6b;
    padding: 5px 10px;
    box-sizing: border-box;
    text-align: center;
}

.part-two .list-box .zlq {
    left: 0px;
}

.part-two .list-box .zlh {
    right: 0px;
}

.part-two .list-box .left-img img,
.part-two .list-box .right-img img {
    width: 100%;
    height: 100%;
}

.part-two .list-box .center-img {
    width: 315px;
    height: 345px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.part-three .list-box {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.part-three .list-box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.part-three .list-box ul li {
    width: 49%;
    height: 125px;
    overflow: hidden;
    border-bottom: 2px dashed #ccc;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
}

.part-three .list-box ul li::after {
    content: '';
    display: block;
    width: 21px;
    height: 18px;
    position: absolute;
    right: 5px;
    bottom: 10px;
    background: url(/material/siteFile/images/snkyhjzlzt_wtgz_left_icon.png) no-repeat top center;
    transform: rotate(180deg);
}

.part-three .list-box ul li::before {
    content: '';
    display: block;
    width: 21px;
    height: 18px;
    position: absolute;
    left: 0px;
    top: 23px;
    background: url(/material/siteFile/images/snkyhjzlzt_wtgz_left_icon.png) no-repeat top center;
}

.part-three .list-box ul li .title a {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 20px;
    font-size: 22px;
    font-weight: bold;
    line-height: 65px;
    height: 55px;
}

.part-three .list-box ul li .desc {
    height: 35px;
    line-height: 25px;
}

.part-three .list-box ul li .desc a {
    color: #ff6600;
}


/* æœ¬ä¾‹å­css */

.part-five {
    position: relative;
}

.part-five .list-box .slideBox {
    width: 1200px;
    height: 560px;
    overflow: hidden;
    position: relative;
}

.part-five .list-box .slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -164px;
    bottom: 15px;
    z-index: 1;
}

.part-five .list-box .slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.part-five .list-box .slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 100px;
    height: 6px;
    line-height: 14px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    background-color: #c4e1cf;
    margin-right: 15px;
}

.part-five .list-box .slideBox .hd ul li.on {
    background: #55af79;
}

.part-five .list-box .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.part-five .list-box .slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.part-five .list-box .slideBox .bd img {
    width: 1200px;
    height: 500px;
    display: block;
}

.part-six {
    /* padding-bottom: 50px; */
    box-sizing: border-box;
}


/* æ—‹è½¬3dæ•ˆæžœ */

#certify {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 95px;
}

#certify .swiper-container {
    padding-bottom: 60px;
}

#certify .swiper-slide {
    width: 580px;
    height: 360px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}

#certify .swiper-slide img {
    display: block;
    width: 580px;
    height: 360px;
}

#certify .swiper-slide p {
    line-height: 60px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
    background-color: #3da365;
}

#certify .swiper-slide p a {
    color: #fff;
    font-size: 18px;
}

#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: 50%;
    margin-left: -40px;
    width: 45px;
    height: 45px;
    background: url(/material/siteFile/images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
    top: 470px;
}

#certify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

#certify .swiper-button-next {
    left: 50%;
    margin-left: 40px;
    width: 45px;
    height: 45px;
    background: url(/material/siteFile/images/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
    top: 470px;
}

#certify .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}