/* PC-index */
.logoSearch {
    padding: 45px 0;
}

.logoSearch h1 {
    font-size: 48px;
    color: #006c58;
}
.logoSearch h1 img{
    width: 100px; height: 100px; float: left
}
.logoSearch h1 div{
    height: 100px; line-height: 100px; width: 500px
}
.zzSearch {
    border: 1px solid #c5dad6;
    border-radius: 3px;
    width: 340px;
    height: 40px;
    margin-top: 30px
}

.zzSearch input#text {
    width: 280px;
    height: 40px;
    line-height: 40px;
    float: left;
    border: 0;
    padding: 0 10px;
    margin: 0;
    outline: none;
    font-size: 16px;
    color: #006C58;
}

.zzSearch input#btn {
    width: 40px;
    height: 40px;
    background: url(../img/search_icon.png) no-repeat center;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    cursor: pointer;
    outline: none;
}

.nav {
    background-color: #00c4a0;
    height: 5px;
}

.nav li {
    float: left;
    line-height: 50px;
    width: 11.1111%;
    text-align: center;
}

.nav li a {
    display: block;
    font-size: 20px;
    color: #fff;
}

.nav li a:hover,
.nav li.active a {
    color: #fff;
    background-color: #04ab8e;
}

.zzBanner {
/**
    background: url(../img/banner_bg.jpg) no-repeat center;
**/
    height: 460px;
    text-align: center;
    color: #ebf8f6;
    margin: 15px 0 0;
    overflow: hidden;
}

.zzBanner h3 {
    color: #fff;
    font-size: 48px;
    padding: 146px 0 30px;
}

.zzBanner p {
    font-size: 24px;
}

.wxty {
    float: right;
    margin: 55px 10px 0 0;
}

.wxty dl {
    float: left;
    margin: 0 30px 0 0;
    line-height: 24px;
}

.zzTitle {
    padding: 30px 0 20px;
    line-height: 50px;
    font-size: 30px;
    font-weight: normal;
    color: #333;
    text-align: center;
}

.zzTitle a {
    color: #333;
    font-size: 30px;
}

.zzJkkpMainTop dl {
    width: 373px;
    float: left;
    margin: 0 40px 20px 0;
}

.zzJkkpMainTop dl:nth-child(3n) {
    margin-right: 0;
}

.zzJkkpMainTop dl dd {
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    padding: 10px 0 0;
}

.zzJkkpMainList dl {
    float: left;
    width: 48%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    color: #666;
    font-size: 16px;
    line-height: 28px;
}

.zzJkkpMainList dl dt {
    padding: 0 0 4px;
}

.zzJkkpMainList dl dt a {
    font-size: 18px;
}

.zzJkkpMainList dl:nth-child(2n) {
    float: right;
}

.zzRmzbMain {
    background-color: #edf9f7;
    padding: 25px 0 0;
    margin-bottom: 40px;
}

.zzRmzbLeft {
    margin: 0 0 0 25px;
}

.zzRmzbLeft dl dt {
    position: relative;
}

.zzRmzbLeft dl dt p {
    line-height: 0;
}

.zzRmzbLeft dl dt span {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-top: -37px;
    margin-left: -95px;
    background-color: rgba(0, 201, 167, .5);
    display: block;
    width: 190px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #fff;
    z-index: 3;
    border-radius: 6px;
    font-size: 24px;
}

.zzRmzbLeft dl dt span img {
    vertical-align: middle;
}

.zzRmzbLeft dl dt div.bg,
.zzRmzbRight dl div.bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    line-height: 0;
}

.zzRmzbLeft dl dd {
    font-size: 20px;
    color: #777;
    line-height: 40px;
    padding-top: 10px;
}

.zzRmzbLeft dl a:hover dt span {
    background-color: rgba(0, 201, 167, 1);
    transition: ease-in-out .3s;
}

.zzRmzbLeft dl a:hover div.bg,
.zzRmzbRight dl a:hover div.bg {
    background: none;
}

.zzRmzbLeft dl a:hover dd {
    color: #00c4a0;
}

.zzRmzbRight {
    margin-right: 25px;
}

.zzRmzbRight dl {
    position: relative;
    margin-bottom: 25px;
}

.zzRmzbRight dl dd {
    position: absolute;
    z-index: 3;
    right: 10px;
    bottom: 10px;
    display: block;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 201, 167, .5);
    border-radius: 15px;
    text-align: center;
}

.zzRmzbRight dl dd img {
    width: 20px;
    padding-top: 5px;
}

.zzRmzbRight dl a:hover dd {
    background-color: rgba(0, 201, 167, 1);
    transition: ease-in-out .3s;
}

.zzBottom {
    background-color: #505050;
    color: #fff;
    line-height: 32px;
    text-align: center;
    padding: 20px 0;
}

.zzRight {
    position: fixed;
    right: 30px;
    top: 30%;
    z-index: 102;
}

.zzRight ul li {
    margin-bottom: 30px;
}

.zzRight ul li a img {
    width: 100px;
    box-shadow: #bbb 1px 1px 8px;
    border-radius: 100%;
}

.zzRight ul li a img {
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    transition: .4s all;
}

.zzRight ul li a:hover img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

p#backToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 101;
    margin: 0px;
}

p#backToTop a {
    display: block;
    height: 37px;
    width: 37px;
    cursor: pointer;
}

p#backToTop a img {
    position: absolute;
    transition: opacity 4s;
}

p#backToTop a:hover img.top-img {
    opacity: 0.8;
}

.zzList {
    padding: 20px 0 40px;
}

.zzListLeft {
    width: 66%;
}

.zzListLeft dl {
    border-bottom: 1px dashed #ddd;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 10px 0;
}

.zzListLeft dl dt a {
    font-size: 20px;
}

.zzListLeft dl dd {
    color: #6e6e6e
}

.zzListLeft dl dd.date {
    color: #909090
}

.zzListRight {
    width: 28%;
    border: 1px solid #ddd;
    padding: 10px 2% 20px;
}

.zzListRight h3 {
    background: url(../img/titbg.png) no-repeat left center;
    line-height: 50px;
    padding-left: 20px;
    font-size: 24px;
    font-weight: normal;
}

.zzListRight ul {
    line-height: 34px;
}

.zzListRight ul li {
    background: url(../img/dian.png) no-repeat left 14px;
    margin-top: 10px;
    padding-left: 10px;
}

.zzListRight ul li a {
    font-size: 18px;
}

.page {
    line-height: 30px;
    padding: 20px 0;
    text-align: center;
}

.page a {
    font-size: 16px;
    padding: 0 10px;
    color: #666;
}

.page ul,
.page ul li {
    display: inline-block;
}

.page ul li a {
    border: 1px solid #ddd;
    display: block;
    margin: 0 3px;
    border-radius: 3px;
}

.page ul li a:hover,
.page ul li a.active {
    border: 1px solid #00C4A0;
    background-color: #00C4A0;
    color: #fff;
}
.zzContent{
    padding:20px 0 90px;
}
.zzContent h1 {
    text-align: center;
    font-weight: normal;
    font-size: 24px;
    padding:60px 20px 50px;
}
.zzContent .dateSource{
    line-height: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    color:#909090;
}
.zzContent .dateSource span{
    padding-left: 40px;
}
.zzCon{
    line-height: 42px;
    text-align: justify;
    color:#5c5c5c;
    font-size: 18px;
    padding:20px 0 0;
}
.zzCon p{
    text-indent: 2em;
}
.zzListLeft .imgDiv{float:left;margin-right:10px;}
.zzListLeft .imgDiv img{width:240px;height:140px;}
.zzListLeft dl dt a{float:left;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;width:80%;}
.zzListLeft dl dt .date{float:right;color:#6e6e6e;}

/* 活动 */
.huodong {
    padding:40px 0;
    color:#4d4d4d;
    font-size: 18px;
    line-height: 42px;
}
.huodong h1{
    text-align: center;
    line-height: 90px;
    color:#006c58;
    font-weight: bold;
    font-size: 48px;
    padding-bottom: 30px;
}
.hd_top_right{
    width: 40%;
    line-height: 42px;
    color: #5a5a5a;
}
.btns{
    padding-top: 190px;
}
.btns a{
    display: inline-block;
    width: 40%;
    line-height: 56px;
    background-color: #1f94df;
    text-align: center;
    font-size: 20px;
    color:#fff;
    border-radius: 4px;
}
.btns a:last-child{
    float: right;
}
.btns a:hover{
    background-color: #1483ca;
}
.hd_center{
    padding:30px 0 50px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 50px;
    text-align: justify;
}
.hd_center p{
    text-indent: 2em;
}
.hd_center h3{
    padding-top: 20px;
    padding-bottom: 6px;
    font-size: 24px;
    margin-bottom: 0;
    color:#3e3e3e;
}
.hd_center  h3 img{
    margin-right: 10px;
}
.hd_bottom ul.wj{
    padding-bottom: 40px;
}
.hd_bottom ul.wj li{
    line-height: 36px;
    padding-left: 30px;
    background: url(../img/hd_icon.png) no-repeat left center;
}
.hd_bottom ul.wj li a{
    color:#00a4b7;
    font-size: 16px;
}
.hd_bottom ul.wj li a:hover{
    text-decoration: underline;
}
.hd_bottom .bz{
    color:#c40000;
    line-height: 32px;
}
.hd_bottom .bz a{
    color:#c40000;
    font-size: 18px;
}
.hd_bottom .bz a:hover{
    text-decoration: underline;
}
/* 活动 结束 */
@media screen and (max-width:750px) {

    .w1200,
    .zzJkkpMainTop dl dt img,
    .zzJkkpMainList dl,
    .zzRmzbLeft p img,
    .zzRmzbRight dl dt img,
    .zzRmzbLeft,
    .zzRmzbRight,
    .zzListLeft,
    .zzListRight {
        width: 100%;
    }

    .logoSearch {
        padding: 40px 0 20px;
    }

    .logoSearch h1 {
        float: none;
        text-align: center;
    }

    .zzSearch {
        width: 90%;
        margin: 30px 5% 0;
    }

    .zzSearch input#text {
        width: 80%;
    }

    .zzRight {
        display: none;
    }

    .nav li {
        width: 33.3333%;
    }

    .zzBanner {
        height: auto;
        background-size: cover;
    }

    .zzBanner h3 {
        padding: 80px 0 30px;
        line-height: 60px;
    }

    .zzBanner p {
        line-height: 40px;
    }

    .wxty {
        width: 70%;
        margin: 50px 15% 60px;
    }

    .wxty dl {
        width: 50%;
        margin: 0;
        text-align: center;
    }

    .zzJkkp {
        margin: 0 3%;
        width: 94%;
    }

    .zzJkkpMainTop dl {
        width: 48%;
        margin-right: 0;
    }

    .zzJkkpMainTop dl:nth-child(2n) {
        float: right;
    }

    .zzJkkpMainTop dl:nth-child(3n) {
        margin-right: 0;
    }

    .zzRmzbMain {
        padding: 4% 3% 0;
        width: 94%;
    }

    .zzRmzbLeft {
        margin: 0;
    }

    .zzRmzbRight {
        margin: 20px 0 0;
    }

    .zzRmzbLeft dl dt div.bg,
    .zzRmzbRight dl div.bg {
        background: none;
    }

    .zzList {
        padding: 4% 3%;
    }

    .page ul {
        display: none;
    }

    .zzListRight {
        width: 96%;
    }
    .zzContent{
        padding:4% 3%;
        width: 94%;
    }
    .zzContent h1{
        padding:4% 0;
        line-height: 2.3rem;
    }
    .zzContent .dateSource span{
        padding-left: 10px;
    }
    .zzCon{
        line-height: 1.875rem;
        font-size: 16px;
        padding: 1rem 0 2rem;
    }
    
    
    /* add 07-04 */
    .zzTitle{
        font-size:20px;
        padding: 20px 10px 0;
        line-height:30px;
    }
    
    .zzListLeft dl dt a{
        font-size: 16px;
        float: none;
        overflow: auto;
        white-space: normal;
        text-overflow: inherit;
        width:auto;
    }
    .zzListLeft dl dt .date{
        float: none;
        margin-left: 10px;
    }
    
    .zzListRight{
       padding:0 2% 10px; 
    }
    .zzListRight h3{
        font-size: 20px;
    }
    .zzListRight ul li{
        margin-top: 6px;
    }
    .zzListRight ul li a{
        font-size: 16px;
    }
    .huodong{
        padding:30px 3%;
    }
    .huodong h1{
        font-size: 1.875rem;
        line-height: 3.125rem;
    }
    .hd_top_img img{
        width: 100%;
    }
    .hd_top_right{
        width: 100%;
    }
    .hd_top_right table tr td:first-child{
        width:25%
    }
    .btns{
        padding-top: 30px;
    }
    .hd_center h3{
        font-size: 1.375rem;
    }
}

/* PC-css end */
