@charset "UTF-8";
/* 单位换算---函数 */
/* define-1 */
/* define-2 */
/* define-3 */
/* define-4 */
/* reset */
* {
    -webkit-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    /* tap-highlight-color: transparent; */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a, address, article, aside, audio, b, body, canvas, caption, center, dd, div, dl, dt, em, embed, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, label, nav, ol, output, p, q, section, span, ul, li, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

body {
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    background: #fff;
    color: #333;
}

html {
    -webkit-text-size-adjust: 100%;
    /*页面缩放 字体至最小值时 还能继续*/
}

ol, li, ul {
    list-style: none;
}

input, textarea {
    outline: 0;
    resize: none;
}

a {
    text-decoration: none;
    color: #333;
}

.container {
    max-width: 640px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.clear {
    clear: both;
}

.clearFloat {
    zoom: 1;
}

.clearFloat:after {
    content: '.';
    display: block;
    clear: both;
    width: 0;
    height: 0;
    visibility: hidden;
}

.allW {
    width: 100%;
    overflow: hidden;
}

.allW > img {
    display: block;
    width: 100%;
}

.img img {
    display: block;
    width: 100%;
    height: 100%;
}

.margin {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.g-line {
    height: 0.5rem;
    background-color: #f0f0f0;
}

/*
 * swiper 样式速写
 * model 样式的速写
 */
.swiper-slide img {
    display: block;
    width: 100%;
}

.pagination-line .swiper-container {
    padding-bottom: 1.2rem;
}

.pagination-line .swiper-pagination-bullet {
    width: 1.375rem;
    height: 0.2125rem;
    border-radius: 0.1rem;
}

.pagination-line .swiper-container-horizontal > .swiper-pagination-bullets, .pagination-line .swiper-pagination-custom, .pagination-line .swiper-pagination-fraction {
    bottom: 0rem;
}

.pagination-line .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.pagination-circle .swiper-container {
    padding-bottom: 1.35rem;
}

.pagination-circle .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    border: 1px #000 solid;
    background-color: rgba(0, 0, 0, 0);
}

.pagination-circle .swiper-pagination-bullet-active {
    border: 1px #007aff solid;
}

.pagination-circle .swiper-container-horizontal > .swiper-pagination-bullets, .pagination-circle .swiper-pagination-custom, .pagination-circle .swiper-pagination-fraction {
    bottom: 0rem;
}

.pagination-circle .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.coverflow {
    margin-bottom: 1.2rem;
}

.coverflow .swiper-slide {
    width: 60%;
}

.coverflow .swiper-slide span {
    display: block;
    width: 100%;
    font-size: 0rem;
    text-align: center;
}

.coverflow .swiper-slide-active span {
    font-size: 0.825rem;
    line-height: 1.8rem;
}

.pub-p p {
    font-size: 0.825rem;
    line-height: 1.6;
    text-indent: 2em;
}

.pub-p p b {
    font-weight: bold;
}

.pub-p p a {
    color: #b96d2b;
}

.ma {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.mt-small {
    margin-top: 0.375rem;
}

.allW > video {
    display: block;
    width: 100%;
}

.w600 {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.w620 {
    width: 96.875%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.cRed {
    color: #b20606;
}

.mt {
    margin-bottom: 1rem;
}

.pa {
    padding: 1rem 0;
}

h1 {
    font-family: icomoon;
}

/* 敏杰豪爽诚信财通路广 汉德用贤恩威人聚业宽 然然得意 */
.zt288-nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}

.zt288-nav ul li {
    width: 25%;
    font-size: 0.825rem;
    height: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    text-align: center;
    position: relative;
}

.zt288-nav ul li #li-nav {
    display: none;
    position: absolute;
    left: 0;
    top: 2.34rem;
    width: 100%;
    z-index: 9999;
}

.zt288-nav ul li #li-nav .nav {
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0d8e79;
    border-top: 1px solid #fff;
}

.zt288-nav ul li #li-nav .nav a {
    color: #fff;
    font-size: 0.8rem;
}

.zt288-nav ul li:nth-of-type(4n) {
    border-right: none;
}

.zt288-nav ul li:nth-of-type(n+5) {
    border-bottom: none;
}

.zt288-h1 {
    width: 96.875%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: 1rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 0.375rem;
    padding-left: 0.375rem;
    border-bottom: 1px #ccc solid;
    align-items: center;
}

.zt288-h1 img {
    display: block;
    width: 1.275rem;
    margin-right: 0.15rem;
}

.zt288-h1 a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 0.825rem;
}

.zt288-artical {
    width: 92.5%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.zt288-artical h1 {
    font-size: 1.05rem;
    font-weight: bold;
    color: #111;
    text-align: center;
    padding: 0.75rem 0;
    line-height: 1.5;
}

.zt288-artical h4 {
    padding: 0 0.75rem 1rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
    font-size: 0.75rem;
}

.zt288-artical h4 span {
    color: #999;
}

.zt288-artical h4 a {
    color: #d12d2d;
}

/*****************删除***********************/

/******************删除结束************************/
.article {
    line-height: 1.3rem;
    font-size: 0.8rem;
}

.article img {
    max-width: 100%;
}

.list dl {
    width: 95%;
    margin: 0 auto 0.3rem auto;
    clear: both;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 0.3em;
}

.list dl dt {
    float: left;
    width: 25%;
}

.list dl dt img {
    width: 100%;
}

.list dl dd {
    float: left;
    width: 70%;
    padding-left: 10px;
    box-sizing: border-box;
}

.list dl dd h3 {
    margin-top: 5px;
    font-size: 1em;
}

.list dl dd h3 a {
    color: #404040;
}

.list dl dd .type {
    margin-top: 0.5rem;
    font-size: 0.8em;
    color: #888;
}

.list dl dd .type time {
    float: left;
}

.list dl dd .type time b {
    margin-right: 0.5em;
    display: inline-block;
    border: 1px solid rgba(255, 51, 51, 0.75);
    color: #f33;
    border-radius: 4px;
    font-size: 12px;
    padding: 2px;
    line-height: 12px;
}

.list dl dd .type span {
    float: right;
    display: block;
    background: url(../images/hh.png) no-repeat left center;
    background-size: contain;
    width: 2.3em;
}

.page {
    text-align: center;
    height: 2.0em;
    line-height: 2.0em;
    font-size: 1em;
    color: #333;
}

.page a {
    color: #333;
}

.zt288-pub-t {
    width: 96.875%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.zt288-pub-t h1 {
    padding-bottom: 0.225rem;
    border-bottom: 1px #ccc solid;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.zt288-pub-t h1 img {
    display: block;
    margin-right: 0.15rem;
    width: 7.312rem;
    height: 1.274rem;
}

.zt288-pub-t h1 span {
    font-size: 1.5rem;
    font-weight: bold;
    color: #009da2;
    padding: 0 0.375rem 0 0;
}

.zt288-pub-t h1 b {
    flex: 1;
    font-size: 0.825rem;
    color: #999;
}

.zt288-pub-t h1 a {
    display: block;
    font-size: 0.825rem;
    padding: 0 0.6rem;
    border-radius: 2rem;
    background-color: #bababa;
    color: #fff;
    height: 1.25rem;
    line-height: 1.4;
}

/******************************************************新页面*********************************************************/
.zthy {
    background-color: #f5f5f5;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;

}

.zthy ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zthy ul li .bt {
    width: 95%;
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0.3rem 0.3rem 0.2rem #ccc;
    margin: 0.5rem auto;
    padding: 0.5rem;
}

.zthy ul li img {
    display: block;
    width: 9.4rem;
}

.zthy ul li .right {
    flex: 1;
    font-size: 0.825rem;
    margin-left: 0.5rem;
}

.zthy ul li .right p {
    color: #028d92;
    border-bottom: 1px dashed #000;
    line-height: 1.1rem;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
    font-size: 0.7rem;
}

.zthy ul li .right span {
    font-size: 0.65rem;
}

.zthy h1 {
    margin: 0 auto;
    text-align: center;
    width: 8rem;
    background-color: #f1be38;
    color: #FFF;
    border-radius: 0.5rem;
    font-size: 0.825rem;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}

.zthy h1 a {
    color: #fff;
}

.zt288-kf {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.zt288-kf .sp1 ul li {
    width: 11.25rem;
    margin-left: 0.5rem;
    float: left;
}

.zt288-kf .sp1 ul li p {
    background-color: #67bbbe;
    color: #fff;
    text-align: center;
    font-size: 0.825rem;
    padding: 0.4rem 0.5rem;
}

.zt288-kf img {
    width: 100%;
}

.zt288-kf .sp1 {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.zt288-kf .sp2 {
    margin-top: 0.5rem;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.zt288-kf .sp2 ul li {
    width: 7.5rem;
    float: left;
    margin-right: 0.25rem;
}

.zt288-kf .sp2 ul li:first-child {
    margin-left: 0.5rem;
}

.zt288-kf .sp2 ul li p {
    background-color: #67bbbe;
    color: #fff;
    text-align: center;
    font-size: 0.825rem;
    padding: 0.4rem 0.5rem;
}

.zt288-kf .sp3 {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    height: 7rem;;
}

.zt288-kf .sp3 ul li {
    width: 11.25rem;
    float: left;
    margin-left: 0.5rem;
    padding: 0.5rem 0.3rem;
}

.zt292-tab3 {
    width: 96.875%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-bottom: 0.75rem;
}

.zt292-tab3 .tab-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0.5rem;
}

.zt292-tab3 .tab-btn li {
    width: 32.5%;
    text-align: center;
    font-size: 0.825rem;
    line-height: 1.5rem;
    border: 1px #ccc solid;
    border-color: #009da2;
    color: #009da2;
    border-radius: 0 0.4rem 0 0.4rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.zt292-tab3 .tab-btn .on {
    background-color: #009da2;
    color: #fff;
}

.shipinbg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
    background: #333;
    z-index: 99999;
    display: none;
}

.fancybox-overlay {
    -webkit-overflow-scrolling: touch;
}

.fancybox-close {
    position: absolute;
    top: -0.8rem;
    right: -0.875rem;
    width: 1.35rem;
    height: 1.35rem;
    cursor: pointer;
    z-index: 99999999999;
    background-image: url("../images/fancybox_sprite.png?id=1");
    background-size: 1.3rem 1.3rem;
    background-repeat: no-repeat;
}

.zhegai-nr .video_box {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -6.5625rem;
    margin-left: -9.375rem;
    z-index: 9999999;
    width: auto;
    height: auto;
    background-color: #fff;
}

.zhegai-nr video {
    width: 18.75rem;
    height: 13.125rem;
    display: block;
    position: relative;
    z-index: 99;
}

.zhegai-nr {
    display: none;
}

.zhegai {
    width: 100%;
    height: 100%;
    background: #333333;
    z-index: 9999999;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.8;
    display: none;
}

/****************************************************首页*************************************************************************/
.zt288-bxw {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 100%;
    float: left;
    font-size: 0.7rem;;
}

.zt288-bxw span {
    display: flex;
}

.zt288-bxw span img {
    width: 4.387rem;
    display: block;
}

.zt288-bxw span p {
    line-height: 2.24rem;
    color: #c5a276;
    background-color: #eeeeee;
    height: 2.24rem;
    width: 20rem;
}

.zt288-th {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 1rem 1rem 0.25rem 1rem;
}

.zt288-th ul {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-bottom: 1rem;
}

.zt288-th ul li {
    float: left;
    width: 25%;
    text-align: center;
}

.zt288-th ul li p {
    font-size: 0.825rem;
    color: #222222;
}

.zt288-th ul li img {
    width: 4rem;
}

.zt288-tit {
    width: 95.875%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px #ccc solid;
}

.zt288-tit h1 {
    font-size: 1rem;
    font-weight: 500;

}

.zt288-tit h1 span {
    display: block;
    float: left;
}

.zt288-tit h1 img {
    margin-top: 0.2rem;
    margin-right: 0.2rem;
    float: left;

}

.zt288-tit h1 b {
    color: #028b84;
}

.zt288-tit h1 a {
    float: right;
    background-color: #f8ab37;
    color: #fff;
    width: 3.5rem;
    font-size: 0.825rem;
    text-align: center;
    border-radius: 0.5rem;
}

.zt288-zx {
    width: 95.875%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.zt288-zx ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
    margin-top: 0.5rem;
}

.zt288-zx ul li {
    border-bottom: 1px #ccc solid;
    margin-bottom: 0.7rem;
}

.zt288-zx ul li p {
    font-size: 0.9rem;
}

.zt288-zx ul li span {
    color: #888888;
    font-size: 0.75rem;
}

.zt288-zx ul li span a {
    color: red;
}

.zt288-zx ul li img {
    display: block;
    width: 7.4rem;
    float: left;
}

.zt288-zx ul li .right {
    width: 15.6rem;
    font-size: 0.825rem;
    padding: 0rem 0rem 1.5rem 0.7rem;
}

.zt288-zjtd {
    width: 95.875%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.zt288-zjtd img {
    width: 100%;
}

.zt288-zjtd .zjtd2 img {
    margin: 0.5rem 0 0.5rem 0;
}

.zt288-zjtd .zjtd2 img:first-child {
    margin-top: 1rem;
}

.zt288-qy {
    width: 95.875%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.zt288-qy .qy1 h1 {
    text-align: center;
    font-size: 0.9rem;
    margin-top: 1rem;
}

.zt288-qy .qy1 ul {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: 1rem;
}

.zt288-qy .qy1 ul li {
    width: 32%;
    float: left;
    text-align: center;
    background-color: #eeeeee;
    font-size: 0.825rem;
    margin-right: 2%;
    border-radius: 4rem;
    height: 15.5rem;
    padding: 0.25rem 0.15rem 0 0.15rem;
}

.zt288-qy .qy1 ul li:last-child {
    margin-right: 0;
}

.zt288-qy .qy1 ul li img {
    width: 95%;
}

.zt288-qy .qy1 ul li p {
    background-color: #028b84;
    color: #FFF;
    margin: 0.4rem 0.35rem;
    border-radius: 0.5rem;
    text-align: center;
}

.zt288-qy .qy1 ul li span {
    letter-spacing: 0.15rem;
    padding: 0.5rem 0.24rem;
    font-size: 0.75rem;
}

.zt288-lc {
    width: 95.875%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-bottom: 1rem;
}

.zt288-lc .lc1 {
    display: flex;
}

.zt288-lc .lc1 .bj {
    width: 6rem;
    margin-right: 0.3rem;
}

.zt288-lc .lc1 .bj img {
    width: 100%;
}

.zt288-lc .lc1 .video {
    height: 9.635rem;

}

.zt288-lc .lc2 {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: 1rem;
}

.zt288-lc .lc2 .tab-btn {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-bottom: 0.5rem;
}

.zt288-lc .lc2 .tab-btn li {
    float: left;
    width: 9rem;
    text-align: center;
    background-color: #eaeaea;
    color: #333333;
    border-radius: 1rem;
    margin-left: 2rem;
    font-size: 0.825rem;
    height: 1.5rem;
    line-height: 1.5rem;
}

.zt288-lc .lc2 .tab-btn .on {
    background-color: #028b84;
    color: #FFF;
}

.zt288-lc .lc2 .tab-btn li:last-child {
    margin-left: 1rem;
}

.zt288-lc .lc2 .sp .bt {
    background: url(../images/szsz.jpg) no-repeat;
    background-size: 100% 100%;
    height: 3rem;
}

.zt288-lc .lc2 .sp .bt p {
    text-align: center;
    font-size: 0.825rem;
    color: #FFF;
    height: 2rem;
    line-height: 1.5rem;
}

.zt288-lc .lc2 .zw {
    display: flex;
}

.zt288-lc .lc2 .zw .left img {
    width: 7.43rem;
}

.zt288-lc .lc2 .zw .right h1 img {
    width: 2.4rem;
    height: 1rem;
    padding: 0 0.25rem 0 0.75rem;
    margin-top: 0.5rem;
}

.zt288-lc .lc2 .zw .right .tit {
    background-color: #e8e8e8;
    width: 14.8rem;
    margin-left: 0.75rem;
    font-size: 0.825rem;

}

.zt288-lc .lc2 .zw .right h1 {
    display: flex;
    height: 2rem;
    line-height: 2rem;
    border-bottom: 1px solid #dcdcdc;
}

.zt288-lc .lc2 .zw .right h1:last-child span {
    border: 1px solid #f29669;
    border-radius: 0.2rem;
    height: 1.5rem;
    line-height: 1.5rem;
    width: 6.3rem;
    text-align: center;
    margin-top: 0.2rem;
    color: #f29669;
}

.zt288-lc .lc2 .zw .right .text {
    width: 14.8rem;
    margin-left: 0.75rem;
    font-size: 0.825rem;
    margin-top: 0.25rem;
}

.zt288-lc .lc2 .zw .right .text p {
    color: #666666;
    font-size: 0.75rem;
    line-height: 1.4rem;
}

.zt288-lc .lc2 .zw .right .text p span {
    color: #000;
    font-weight: 600;
}

.zt288-lc .lc2 .zw .right a {
    float: right;
    color: #f29669;
    font-size: 0.75rem;
}

.zt288-lc .zl {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background-color: #f5f5f5;
    padding: 0.5rem 0.5rem;
}

.zl ul {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;

}

.lc2 .zl ul li {
    width: 49%;
    margin-right: 2%;
    float: left;
}

.lc2 .zl ul li:nth-child(2n) {
    margin-right: 0;
}

.lc2 .zl ul li:nth-child(3) {
    margin-top: 0.5rem;
}

.lc2 .zl ul li:nth-child(4) {
    margin-top: 0.5rem;
}

.zt288-pp {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.zt288-pp .tab-btn {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    display: flex;
    text-align: center;
}

.zt288-pp .tab-btn li:first-child {
    margin-left: 2rem;
}

.zt288-pp .tab-btn li {
    width: 6rem;
    background-color: #eaeaea;
    color: #333333;
    border-radius: 2rem;
    font-size: 0.825rem;
    margin-right: 1rem;
    padding: 0.25rem 0.5rem;
}

.zt288-pp .tab-btn .on {
    background-color: #028b84;
    color: #FFF;
}

.zt288-pp .hj {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.zt288-pp .hj ul {
    padding: 1rem 0.5rem;
}

.zt288-pp .hj ul li {
    width: 48%;
    float: left;
    margin-right: 2%;
}

.zt288-pp .hj ul li:nth-child(2n) {
    margin-right: 0;
}

.zt288-pp .hj ul li:nth-child(3) {
    margin-top: 0.5rem;
}

.zt288-pp .hj ul li:nth-child(4) {
    margin-top: 0.5rem;
}

.zt288-pp .hj ul li img {
    width: 100%;
}

.zt288-pp .gy {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;

}

.zt288-pp .gy ul {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 1rem 0.5rem;
}

.zt288-pp .gy ul li {
    float: left;
    margin-right: 0.5rem;
}

.zt288-pp .gy ul li img {
    width: 100%;
}

.zt288-pp .gy ul li:nth-child(1) {
    width: 9.6rem;
}

.zt288-pp .gy ul li:nth-child(2) {
    width: 12.7rem;
    margin-right: 0;
}

.zt288-pp .gy ul li:nth-child(3) {
    width: 7.3rem;

}

.zt288-pp .gy ul li:nth-child(4) {
    width: 7.3rem;

}

.zt288-pp .gy ul li:nth-child(5) {
    margin-right: 0;
    width: 7.3rem;
}

.zt288-foot {
    height: 16.312rem;
    background: url(/images/foot.jpg) no-repeat;
    background-size: 100% 100%;
}

.zt288-foot .c {
    padding: 5.8rem 1.5rem;
}

.zt288-foot .c h1 {
    color: #FFF;
    text-align: center;
    font-size: 1rem;
}

.zt288-foot .c h2 {
    width: 11rem;
    background-color: #a4d0ce;
    color: #028b84;
    text-align: center;
    margin: 0.5rem 0 0 5rem;
}

.zt288-foot .c h3 {
    color: #ffd492;
    text-align: center;
    margin-top: 0.2rem;
    font-size: 1.1rem;
}

.zt288-foot .c h4 {
    font-size: 0.43rem;
    color: #8dcbc8;
    text-align: center;
}

.zt288-foot .c p {
    font-size: 0.75rem;
    height: 1.12rem;
    display: flex;
    line-height: 1.12rem;
    width: 10.2rem;
    float: left;
    margin-top: 1rem;
    color: #FFF;
    margin-right: 0.5rem;
}

.zt288-foot .c p img {
    margin-right: 0.1rem;
    width: 1.124rem;
    height: 1.124rem;
}

.zt288-foot .c p:nth-last-child(2) {
    margin-right: 0;
}

.zt288-foot .c p:last-child {
    width: 19rem;
    margin-right: 0;
    padding-left: 3rem;
    margin-top: 0.75rem;
}

.bq {
    width: 100%;
    background-color: #02746e;
    color: #FFF;
    text-align: center;
    font-size: 0.5rem;
    padding: 0.5rem 0;
    margin-bottom: 5rem;
}

.yyhj {
    padding: 1rem 0;
}

.yyhj .gallery-thumbs {
    margin-top: 0.75rem;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.yyhj .swiper-slide-thumb-active {
    opacity: 1;
}

.liesp {
    background: url(/images/kfjs1.png) no-repeat;
    background-size: 100% 100%;
    height: 12.562rem;
    margin: 0.2rem auto 1rem;
}

.liesp ul {
    overflow: hidden;
    display: flex;
    padding: 1rem 1rem;
}

.liesp ul li {
    width: 7.04rem;
    font-size: 0.75rem;
    margin-right: 0.44rem;
    background-color: #007e76;
}

.liesp ul li img {
    width: 100%;
}

.liesp ul li p {
    line-height: 1.5;
    color: #FFF;
    padding: 0.1rem 0.5rem 0.3rem 0.5rem;
}

.liesp ul li p a {
    color: #ffe191;
}

.liesp ul li:last-child {
    margin-right: 0;
}

.alw img {
    display: block;
    width: 100%;
}

.zjjz-qy {
    margin: 0.5rem auto;
    display: flex;
    padding: 0.5rem;
}

.zjjz-qy .left {
    width: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zjjz-qy .left img {
    display: block;
    width: 100%;
}

.zjjz-qy .right {
    margin-left: 0.8rem;
    flex: 1;
}

.zjjz-qy .right p {
    text-indent: 2em;
    color: #333;
    font-size: 0.7rem;
    line-height: 1.2rem;
    text-align: justify;
}

.zjjz-tab .tab-btn {
    display: flex;
}

.zjjz-tab .tab-btn .btn {
    flex: 1;
}

.zjjz-tab .tab-btn .btn img {
    display: block;
    width: 100%;
}

.zjjz-tab .tab-con {
    padding: 0 0.3rem;
}

.zjjz-tab .tab-con .box {
    display: none;
}

.zjjz-tab .tab-con .box ul {
    display: flex;
    flex-wrap: wrap;
}

.zjjz-tab .tab-con .box ul li {
    display: none;
    width: 50%;
    padding: 0.5rem;
}

.zjjz-tab .tab-con .box ul li .bg {
    background: #e6eceb;
}

.zjjz-tab .tab-con .box ul li img {
    display: block;
    width: 100%;
}

.zjjz-tab .tab-con .box ul li video {
    display: block;
    width: 100%;
    height: 7.5rem;
}

.zjjz-tab .tab-con .box ul li p {
    padding: 0.2rem 0.5rem 0 0.5rem;
    font-size: 0.7rem;
    color: #1a1a1a;
    height: 5rem;
    display: flex;
    line-height: 1.1rem;
    justify-content: center;
    text-align: justify;
    align-items: flex-start;
}

.zjjz-tab .tab-con .box ul li:nth-child(-n+6) {
    display: block;
}

.zjjz-tab .tab-con .box .g-btn {
    margin: 1rem auto;
    width: 16rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2rem;
    background-image: linear-gradient(#f5630e, #ed460f, #e53b0e);
    color: #fff;
    border-radius: 1rem;
    font-size: 0.85rem;
    cursor: pointer;
}

.zjjz-tab .tab-con .box .g-btn img {
    width: 1rem;
    margin-right: 0.5rem;
}

.zjjz-tab .tab-con .box .on {
    width: 12rem;
    background-image: linear-gradient(#05787b, #026669, #016467);
}

.zjjz-tab .tab-con .box:nth-child(1) {
    display: block;
}

.page-list .list1 li {
    padding: 1rem 0.5rem;
    border-bottom: 1px dashed #eee;
}

.page-list .list1 li a {
    display: flex;
}

.page-list .list1 li a .left {
    width: 8rem;
}

.page-list .list1 li a .left img {
    display: block;
    width: 100%;
}

.page-list .list1 li a .right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 0.5rem;
}

.page-list .list1 li a .right h4 {
    color: #333;
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
    line-height: 1.3rem;
}

.page-list .list1 li a .right p {
    font-size: 0.8rem;
    color: #888;
    line-height: 1.3rem;
}

.page-list .list1 li a .right p span {
    color: red;
}

.page-list .list1 li:last-child {
    border-bottom: none;
}

.page-list .list2 {
    padding: 0 0.5rem;
    margin-bottom: 0.5rem;
}

.page-list .list2 li {
    display: flex;
    align-items: center;
    height: 1.8rem;
    border-bottom: 1px dashed #ccc;
}

.page-list .list2 li a {
    width: 100%;
    display: flex;
    align-items: center;
    color: #333;
    font-size: 0.85rem;
}

.page-list .list2 li a h4 {
    flex: 1;
    display: flex;
    align-items: center;
    font-size: 0.85rem;
}

.page-list .list2 li a time {
    width: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    color: #666;
}
