@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: "微软雅黑";
}

body {
    width: 1124px;
    margin: 0 auto;
}

input,
img,
a,
button {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

@font-face {
    font-family: 'sySong';
    src: url(../style/sySong.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'regular';
    src: url(../style/SOURCEHANSERIFCN-REGULAR.OTF) format('woff');
    font-weight: normal;
    font-style: normal;
}

.pic {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.pic:hover img {
    transform: scale(1.2);
}


/* .px1124 {
    width: 11.24rem;
    margin: 0 auto;
} */

.header {
    padding: .5rem 0;
}

.head-l {
    float: left;
}

.head-l a {
    display: block;
}

.head-l a img {
    display: block;
    max-width: 6.38rem;
    width: 100%;
}

.head-r {
    float: right;
    font-size: 0;
    text-align: right;
}

.hr-top a {
    display: inline-block;
    font-size: .36rem;
    color: #333;
    vertical-align: middle;
}

.hr-top a:hover {
    color: #009663;
}

.hr-top a img {
    height: .5rem;
}

.hr-top span {
    display: inline-block;
    position: relative;
    padding: .25rem .3rem;
    vertical-align: middle;
}

.hr-top span::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #bfbfbf;
}

.hr-down {
    margin-top: .2rem;
    width: 2.7rem;
    height: .7rem;
    line-height: .7rem;
    border-radius: 10px;
    background-color: #dbf1e9;
    text-align: center;
    float: right;
}

.hr-down:hover {
    background-color: #beeedd;
}

.hr-down a {
    display: block;
    font-size: .28rem;
    color: #019966;
}

.hr-down a img {
    display: inline-block;
    vertical-align: middle;
    padding-right: .2rem;
    height: .4rem;
}

.search {
    position: relative;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    margin-top: .55rem;
    margin-bottom: .6rem;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0;
    overflow: hidden;
    box-shadow: 0 0 10px #d3d0d0;
}

.search input[type="text"] {
    display: inline-block;
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    padding-right: 1.7rem;
    box-sizing: border-box;
    vertical-align: middle;
    padding-left: .6rem;
    font-size: .36rem;
    color: #8b8a8a;
}

.search input[type="text"]::placeholder {
    font-size: .36rem;
    color: #8b8a8a;
}

.search span {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1.7rem;
    background-color: #019966;
    text-align: center;
    line-height: 1.2rem;
}

.search span input {
    display: inline-block;
    vertical-align: middle;
    height: .57rem;
}

.nav {
    background-color: #019966;
    padding: .3rem 0;
}

.nav>ul>li {
    float: left;
    width: 25%;
    text-align: center;
    line-height: 1rem;
}

.nav>ul>li a {
    display: block;
    font-size: .48rem;
    color: #fff;
    font-weight: bold;
}

.nav>ul>li:hover a {
    text-decoration: underline;
}

.s1-qh {
    border-bottom: 1px solid #d8d8d8;
    font-size: 0;
}

.s1-qh span {
    display: inline-block;
    width: 33.333%;
    text-align: center;
    cursor: pointer;
}

.s1-qh span i {
    display: inline-block;
    font-size: .54rem;
    color: #333333;
    font-family: 'sySong';
    padding-bottom: .4rem;
    border-bottom: 6px solid transparent;
}

.s1-qh span:first-child {
    text-align: left;
}

.s1-qh span:last-child {
    text-align: right;
}

.s1-qh span.on i {
    border-bottom: 6px solid #019966;
    color: #019966;
}

.qh-nr {
    position: relative;
}

.qh-nr .box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
}

.qh-nr .box.on {
    position: relative;
    z-index: 2;
    opacity: 1;
}

.qh-top {
    margin-top: .6rem;
}

.qh-top a {
    position: relative;
    display: block;
}

.qh-top a .pic {
    padding-top: 63.9%;
}

.qh-top p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 1.2rem;
    background: rgba(0, 0, 0, .8);
    padding-left: .5rem;
    padding-right: 2.4rem;
    font-size: .32rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.qh-top .slick-dots {
    right: 0;
    width: auto;
    bottom: .45rem;
}

.qh-top .slick-dots li {
    width: .2rem;
    height: .2rem;
    background-color: #fff;
    border-radius: 50%;
    margin-right: .6rem;
    margin-left: 0;
}

.qh-top .slick-dots li.slick-active {
    background-color: #019966;
}

.qh-top .slick-prev {
    left: .45rem;
    width: .3rem;
    height: .41rem;
    background: url(../images/s1-l.png) no-repeat center center;
}

.qh-top .slick-next {
    right: .45rem;
    width: .3rem;
    height: .41rem;
    background: url(../images/s1-r.png) no-repeat center center;
}

.qh-down {
    margin-top: .3rem;
}

.qh-down>ul>li {
    position: relative;
    line-height: .88rem;
    padding-left: .4rem;
}

.qh-down>ul>li a {
    font-size: .42rem;
    color: #333;
}

.qh-down>ul>li:hover a {
    color: #009663;
}

.qh-down>ul>li::before {
    content: "";
    position: absolute;
    width: .16rem;
    height: .16rem;
    background-color: #019966;
    left: 0;
    top: 0.4rem;
}

.more {
    line-height: 1.2rem;
    background-color: #63b096;
    margin-top: .3rem;
}

.more a {
    display: block;
    text-align: center;
    font-size: .4rem;
    color: #fff;
}

.more:hover {
    background-color: #009663;
}

.sect2 {
    padding: 1rem 0;
}

.title {
    background-image: linear-gradient(to right, #019968, #eaf3f2);
    overflow: hidden;
    line-height: 1.6rem;
    padding: 0 .65rem;
}

.title h2 {
    float: left;
    font-size: .54rem;
    color: #fff;
    font-family: 'sySong';
    font-weight: normal;
}

.title a {
    float: right;
    font-size: .36rem;
    color: #049b68;
}

.title a:hover {
    text-decoration: underline;
}

.sect2 ul li {
    position: relative;
    float: left;
    width: 48%;
    margin-left: 4%;
    height: 1.4rem;
    background: url(../images/s2-bg.jpg) no-repeat center center;
    margin-top: .6rem;
    text-align: center;
    top: 0;
    transition: all .3s;
}

.sect2 ul li:nth-child(2n-1) {
    margin-left: 0;
}

.sect2 ul li a {
    display: block;
}

.sect2 ul li a .icon {
    display: inline-block;
    height: .8rem;
    line-height: .8rem;
}

.sect2 ul li a .icon img {
    display: inline-block;
    vertical-align: middle;
}

.sect2 ul li a .text {
    display: inline-block;
    vertical-align: middle;
}

.sect2 ul li a .text p {
    font-size: .42rem;
    color: #009663;
}

.sect2 ul li:hover {
    top: -5px;
}

.s3-qh {
    background-image: linear-gradient(to right, #029a67, #dcede9);
    font-size: 0;
}

.s3-qh span {
    line-height: 1.6rem;
    display: inline-block;
    font-size: .54rem;
    color: #fff;
    width: 33.333%;
    text-align: center;
    font-family: 'regular';
    cursor: pointer;
}

.s3-qh span.on {
    font-family: 'sySong';
}

.s3-qh-text .box {
    display: none;
}

.s3-qh-text .box.on {
    display: block;
}

.s3-qh-text .box ul li {
    margin-top: .6rem;
}

.s3-qh-text .box ul li a {
    display: block;
    overflow: hidden;
}

.s3-qh-text .box ul li a .date {
    float: left;
    width: 1.8rem;
    height: 1.97rem;
    background: url(../images/date.png) no-repeat center center;
    text-align: center;
    background-size: 100% 100%;
    padding-right: .2rem;
    padding-bottom: .2rem;
    padding-top: .2rem;
    box-sizing: border-box;
    font-size: 0;
}

.s3-qh-text .box ul li a .date p {
    font-size: .54rem;
    color: #fff;
    font-weight: bold;
}

.s3-qh-text .box ul li a .date span {
    font-size: .38rem;
    color: #fff;
    opacity: .48;
}

.s3-qh-text .box ul li a .text {
    padding-left: .45rem;
    overflow: hidden;
}

.s3-qh-text .box ul li a .text p {
    line-height: .8rem;
    height: 1.6rem;
    font-size: .48rem;
    color: #333333;
}

.s3-qh-text .box ul li:hover a .text p {
    text-decoration: underline;
    color: #009663;
}

.sect4 {
    padding-top: .9rem;
    padding-bottom: .5rem;
}

.s4-qh {
    border-bottom: 1px solid #d8d8d8;
}

.s4-qh span {
    display: inline-block;
    width: 50%;
    text-align: center;
    cursor: pointer;
}

.s4-qh span i {
    display: inline-block;
    padding-bottom: .35rem;
    font-size: .54rem;
    color: #333333;
    font-family: 'sySong';
    border-bottom: 6px solid transparent;
}

.s4-qh span.on i {
    color: #019966;
    border-bottom: 6px solid #019966;
}

.qh-ej {
    background-color: #019966;
    margin-top: .7rem;
    font-size: 0;
}

.qh-ej span {
    display: inline-block;
    line-height: 1.5rem;
    color: #019966;
    width: 33.333%;
    font-size: .48rem;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-family: 'regular';
}

.qh-ej span.on {
    font-family: 'sySong';
}

.sect4 .qh-nr {
    background-color: #f0f9f6;
    padding: 0 .5rem .7rem .5rem;
}

.sect4 .qh-nr ul {
    overflow: hidden;
    display: none;
}

.sect4 .qh-nr ul.on {
    display: block;
}

.sect4 .qh-nr ul li {
    float: left;
    width: 48%;
    margin-left: 4%;
    height: 1.2rem;
    line-height: 1.2rem;
    background-color: #fff;
    margin-top: .6rem;
}

.sect4 .qh-nr ul.list li {
    position: relative;
    line-height: .88rem;
    padding-left: 0.4rem;
    float: none;
    width: 100%;
    background: none;
    margin-left: 0;
    height: auto;
    margin-top: 0;
}

.sect4 .qh-nr ul.list li::before {
    content: "";
    position: absolute;
    width: 0.16rem;
    height: 0.16rem;
    background-color: #019966;
    left: 0;
    top: 0.4rem;
}

.sect4 .qh-nr ul.list li a {
    font-size: .42rem;
    color: #333;
}

.sect4 .qh-nr ul li:nth-child(2n-1) {
    margin-left: 0;
}

.sect4 .qh-nr ul li a {
    position: relative;
    display: block;
    padding-left: .3rem;
    padding-right: .7rem;
    font-size: .42rem;
    color: #323232;
}

.sect4 .qh-nr ul li:hover a {
    color: #009663;
}

.sect4 .qh-nr ul li a span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 50px;
    height: 50px;
    background: url(../images/s4-icon.png) no-repeat center center;
}

.sect4 .qh-box .box {
    display: none;
}

.sect4 .qh-box .box.on {
    display: block;
}

.tit {
    position: relative;
    padding: .5rem 0;
    border-bottom: 1px solid #d8d8d8;
    text-align: center;
}

.tit h2 {
    font-size: .54rem;
    color: #333333;
    font-family: 'sySong';
}

.tit a {
    position: absolute;
    right: 0;
    top: .7rem;
    font-size: .36rem;
    color: #049b68;
}

.tit:hover a {
    text-decoration: underline;
}

.sect6 .tit {
    margin-bottom: .5rem;
}

.zj>ul {
    padding-left: .9rem;
    padding-right: .9rem;
    padding-bottom: .85rem;
    overflow: hidden;
}

.zj .slick-list {
    overflow: visible;
}

.zj>ul li.zj-tp {
    margin: 0 .3rem;
    padding: .8rem 1.3rem;
    background-color: #f0f9f6;
}

.zj>ul li.zj-tp a {
    display: block;
}

.zj>ul li.zj-tp a .pic {
    padding-top: 136.5%;
}

.zj>ul li.zj-tp a p {
    line-height: 1.2rem;
    font-size: .54rem;
    color: #fff;
    background-color: #019966;
    text-align: center;
    padding: 0 .2rem;
}

.zj .slick-dots {
    bottom: 0;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
}

.zj .slick-dots li {
    width: .22rem;
    height: .22rem;
    border-radius: 50%;
    background-color: #e5e5e5;
    margin: 0 .3rem;
}

.zj .slick-dots li.slick-active {
    background-color: #019966;
}

.sect7 {
    padding-top: .2rem;
    padding-bottom: .2rem;
}

.zt {
    margin-top: .6rem;
}

.zt>.zt-pic {
    margin-top: .6rem;
    margin-left: -.24rem;
    margin-right: -.24rem;
    padding-bottom: .8rem;
}

.zt>.zt-pic li {
    margin: 0 .24rem;
}

.zt>.zt-pic li a {
    display: block;
}

.zt>.zt-pic li a .pic {
    padding-top: 40%;
}

.zt .slick-dots {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
}

.zt .slick-dots li {
    width: .22rem;
    height: .22rem;
    border-radius: 50%;
    background-color: #e5e5e5;
    margin: 0 .3rem;
}

.zt .slick-dots li.slick-active {
    background-color: #019966;
}

.sect8 {
    padding-top: .35rem;
    padding-bottom: .8rem;
}

.sect8 ul {
    font-size: 0;
}

.sect8 ul li {
    display: inline-block;
    width: 25%;
    margin-top: .6rem;
    text-align: center;
}

.sect8 ul li .icon {
    position: relative;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    border: 1px solid #1ba376;
    margin-left: auto;
    margin-right: auto;
}

.sect8 ul li .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sect8 ul li:hover .icon img {
    animation: icon-yh 0.6s linear;
}

@keyframes icon-yh {
    0% {
        transform: translate(-50%, -50%) rotateZ(0);
    }
    10% {
        transform: translate(-50%, -50%) rotateZ(10deg);
    }
    20% {
        transform: translate(-50%, -50%) rotateZ(0);
    }
    30% {
        transform: translate(-50%, -50%) rotateZ(-10deg);
    }
    40% {
        transform: translate(-50%, -50%) rotateZ(0);
    }
    50% {
        transform: translate(-50%, -50%) rotateZ(10deg);
    }
    60% {
        transform: translate(-50%, -50%) rotateZ(0);
    }
    70% {
        transform: translate(-50%, -50%) rotateZ(-10deg);
    }
    80% {
        transform: translate(-50%, -50%) rotateZ(0);
    }
    90% {
        transform: translate(-50%, -50%) rotateZ(10deg);
    }
    100% {
        transform: translate(-50%, -50%) rotateZ(0);
    }
}

.sect8 ul li .text {
    margin-top: .3rem;
}

.sect8 ul li .text p {
    font-size: .42rem;
    color: #333;
}

.sect8 ul li:hover .text p {
    color: #009663;
}

.footer {
    background-color: #019966;
    padding: .7rem .45rem;
}

.ft-logo {
    padding-bottom: .4rem;
    border-bottom: 1px solid #34ad85;
}

.ft-logo a {
    display: block;
}

.ft-logo a img {
    display: block;
    width: 100%;
    max-width: 6.38rem;
    margin-left: auto;
    margin-right: auto;
}

.ft-m {
    padding-top: .3rem;
    padding-bottom: .5rem;
}

.ft-m p {
    line-height: .74rem;
    font-size: .4rem;
    color: #fff;
    text-align: center;
}

.ft-down {
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .zt>.zt-pic {
        margin-left: 0;
        margin-right: 0;
    }
}