* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #333;
}

a:hover {
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}

dl, ol, ul {
    margin-bottom: 0;
}

input, select {
    outline: none;
}

p {
    margin-bottom: 0;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

body {
    color: #333;
}

.alw img {
    display: block;
    width: 100%;
}

.container {
    max-width: 640px;
    position: relative;
    padding: 0;
}

.header .nav > ul {
    display: flex;
    flex-wrap: wrap;
}

.header .nav > ul > li {
    width: 25%;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    position: relative;
}

.header .nav > ul > li .menu {
    position: absolute;
    left: 0;
    top: 2rem;
    width: 100%;
    background: #018184;
    display: none;
}

.header .nav > ul > li .menu li {
    width: 100%;
    height: 2rem;
    border-top: 1px solid #fff;
}

.header .nav > ul > li .menu li a {
    display: flex;
    width: 100%;
    height: 100%;
    color: #fff;
}

.header .nav > ul > li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.header .nav > ul > li:hover .menu {
    display: block;
    z-index: 9999;
}

.header .nav > ul li:nth-child(4) {
    border-right: none;
}

.header .nav > ul li:last-child {
    border-right: none;
}

.swiper-pagination-bullet-active {
    background: #018183;
}

.max-title {
    margin: 0.5rem auto;
    display: flex;
    align-items: center;
    padding: 0 0.5rem;
    height: 3rem;
}

.max-title img {
    display: block;
    width: 1.5rem;
}

.max-title .title {
    margin-left: 0.5rem;
    flex: 1;
    display: flex;
}

.max-title .title h2 {
    font-size: 1.275rem;
}

.max-title .title p {
    margin-top: 0.5rem;
    font-size: 0.7rem;
    color: #999;
    display: flex;
    align-items: center;
    margin-left: 0.5rem;
}

.max-title .more {
    width: 4rem;
    height: 100%;
    display: flex;
    align-items: center;
}

.max-title .more a {
    width: 100%;
    display: flex;
    height: 50%;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    border: 1px #ff6c0a dashed;
    border-radius: 1rem;
    padding: 0 0.5rem;
    color: #ff6c0a;
}

.yyxx {
    display: flex;
    padding: 0.5rem;
}

.yyxx .left {
    flex-direction: column;
    width: 8rem;
    border-right: 1px #ccc solid;
    padding-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yyxx .left img {
    display: block;
    width: 70%;
}

.yyxx .left h3 {
    font-size: 1rem;
    margin-top: 0.5rem;
    font-weight: bold;
    color: #018183;
}

.yyxx .left p {
    margin-top: 0.2rem;
    font-size: 0.8rem;
}

.yyxx .right {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.yyxx .right .up {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
}

.yyxx .right .up .txt {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.yyxx .right .up .txt h3 {
    font-size: 0.9rem;
    font-weight: bold;
    color: #018183;
}

.yyxx .right .up .txt p {
    margin-top: 0.2rem;
    font-size: 0.8rem;
    text-align: center;
}

.yyxx .right .up img {
    display: block;
    width: 6rem;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
}

.yyxx .right .down {
    display: flex;
    border-top: 1px solid #ccc;
    align-items: center;
    flex: 1;
    padding: 0.5rem 0;
}

.yyxx .right .down .box {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.yyxx .right .down .box h3 {
    font-size: 0.9rem;
    font-weight: bold;
    color: #018183;
    text-align: center;
}

.yyxx .right .down .box p {
    margin-top: 0.2rem;
    font-size: 0.8rem;
    text-align: center;
}

.yyxx .right .down .box:nth-child(1) {
    border-right: 1px solid #ccc;
}

.news {
    background-color: #f2f2f2;
    border-radius: 0.5rem;
    padding: 0 0.5rem 0.5rem 0.5rem;
}

.news .list li {
    padding: 0.7rem 0;
    border-bottom: 1px dashed #ccc;
}

.news .list li a {
    display: flex;
    align-items: center;
}

.news .list li a:hover {
    color: #333;
}

.news .list li a .img {
    width: 8rem;
}

.news .list li a .img img {
    display: block;
    width: 100%;
}

.news .list li a .text {
    flex: 1;
    margin-left: 0.5rem;
}

.news .list li a .text h2 {
    margin-top: 0.5rem;
    font-size: 0.9rem;
}

.news .list li a .text p {
    font-size: 0.8rem;
    text-indent: 2em;
    line-height: 1.2rem;
    padding-top: 0.25rem;
}

.news .list li a .text p b {
    color: red;
}

.news .list li a .text .info {
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
}

.news .list li a .text .info time {
    display: flex;
    align-items: center;
    flex: 1;
    color: #b4b4b4;
    font-size: 0.8rem;
}

.news .list li a .text .info time img {
    display: block;
    width: 0.8rem;
    margin-right: 0.2rem;
}

.news .list li a .text .info span {
    font-size: 0.75rem;
    color: #018183;
    border-radius: 0.2rem;
    border: 1px #018183 solid;
    padding: 0 0.5rem;
}

.news .btn-a {
    width: 90.625%;
    margin: 0 auto;
    height: 3rem;
    overflow: hidden;
    padding: 0.75rem 0 0.5rem;
}

.news .btn-a a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 0.8rem;
    border: 1px #ccc solid;
    border-radius: 2rem;
}

.zjtd {
    margin: 1rem auto;
}

.zjtd .tab-ul {
    display: flex;
    width: 85%;
    margin: 0.5rem auto;
}

.zjtd .tab-ul li {
    flex: 1;
    margin: 0 0.2rem;
    height: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    background: #f2f2f2;
    border-radius: 0.4rem;
    cursor: pointer;
}

.zjtd .tab-ul .on {
    background: #018183;
    color: #fff;
}

.zjtd .con {
    margin-top: 1rem;
}

.zjtd .con .box {
    display: none;
}

.zjtd .con .box:nth-child(1) {
    display: block;
}

.zkjs {
    display: flex;
}

.zkjs .left {
    width: 5.5rem;
    display: flex;
    min-height: 18rem;
    border-radius: 0.3rem;
    overflow: hidden;
}

.zkjs .left ul {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.zkjs .left ul li {
    flex: 1;
    width: 100%;
    background: #f2f2f2;
    color: #018183;
    font-size: 0.75rem;
    border-bottom: 1px dashed #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

.zkjs .left ul li:last-child {
    border-bottom: none;
}

.zkjs .left ul .on {
    background: #018183;
    color: #fff;
    border: none;
}

.zkjs .right {
    flex: 1;
    margin-left: 0.5rem;
}

.zkjs .right .box {
    display: none;
}

.zkjs .right .box:nth-child(1) {
    display: block;
}

.zkjs .right .list li {
    font-size: 0.7rem;
    margin-top: 0.3rem;
    line-height: 1.1rem;
    position: relative;
}

.zkjs .right .list li:before {
    content: '';
    width: 0.3rem;
    height: 0.3rem;
    background: #018183;
    display: inline-flex;
    margin-right: 0.5rem;
    transform: rotate(45deg) translateY(-0.1rem);
}

.zkjs .right .list2 {
    font-size: 0.75rem;
    margin-top: 0.6rem;
    line-height: 1.2rem;
}

.zkjs .right .list2 b {
    color: #018183;
}

.bk-box {
    display: grid;
    grid-template-columns: 8rem repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
}

.bk-box .box {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.bk-box .box:nth-child(1) {
    grid-row: 1 / 3;
}

.bk-box .box:nth-child(3) {
    border-right: none;
}

.bk-box .box:nth-child(5) {
    border-right: none;
}

.bk-box .box:nth-child(8) {
    border-right: none;
}

.bk-box .box:nth-child(n+6) {
    border-bottom: none;
}

.bk-box .b1-box {
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.bk-box .b1-box h4 {
    font-size: 0.7rem;
    border: 1px solid #018183;
    padding: 0.2rem;
}

.bk-box .b1-box img {
    width: 6rem;
    display: block;
}

.bk-box .b2-box {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0.5rem;
}

.bk-box .b2-box img {
    width: 3rem;
    display: block;
}

.bk-box .b2-box p {
    margin-top: 0.5rem;
    font-size: 0.75rem;
    color: #333;
}

.yypp {
    margin: 1rem 0;
}

.yypp .tab-ul {
    display: flex;
}

.yypp .tab-ul li {
    flex: 1;
    height: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    background: #f2f2f2;
    color: #018183;
    cursor: pointer;
}

.yypp .tab-ul .on {
    background: #018183;
    color: #fff;
}

.yypp .con {
    margin-top: 0.5rem;
}

.yypp .con .box {
    display: none;
}

.yypp .con .box:nth-child(1) {
    display: block;
}

.footer {
    background: #018183;
    padding-bottom: 1rem;
}

.footer .info {
    margin: 0.5rem auto;
    width: 85%;
    display: flex;
}

.footer .info .img {
    width: 6rem;
}

.footer .info .img img {
    display: block;
    width: 100%;
}

.footer .info .text {
    margin-left: 0.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer .info .text p {
    font-size: 0.75rem;
    color: #fff;
    line-height: 1.2rem;
    margin-bottom: 0.3rem;
}

.page-nav {
    display: flex;
    align-items: center;
    padding: 0 0.5rem;
    font-size: 0.75rem;
    height: 2.4rem;
    border-bottom: 1px solid #ccc;
}

.page-nav img {
    display: block;
    width: 1.1rem;
    margin-right: 0.3rem;
}

.page-list ul li {
    padding: 0.5rem;
    border-bottom: 1px solid #ccc;
}

.page-list ul li a {
    display: flex;
}

.page-list ul li a img {
    width: 8rem;
    display: block;
    margin-right: 0.5rem;
}

.page-list ul li a .text {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.page-list ul li a .text h3 {
    font-size: 0.75rem;
    line-height: 1.2rem;
    font-weight: bold;
}
.page-list ul li a .text p{
    margin-top: 0.3rem;
    font-size: 0.75rem;
    line-height: 1.2rem;
    text-indent: 2em;
}
.page-list ul li a .text p b{
    color: red;
}
.page-list .page {
    margin: 0.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
}

.article-box {
    padding: 0.5rem;
}

.article-box .article-title {
    text-align: center;
    line-height: 1.3rem;
    font-size: 1rem;
    color: #1a1e21;
}

.article-box .article-info {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    color: #666;
    padding: 0.5rem;
}

.article-box .article {
    font-size: 0.75rem;
    border-radius: 0.5rem;
}

.article-box .article video {
    max-width: 100%;
    height: auto;
}

.article-box .article img {
    max-width: 100%;
    height: auto !important;
}

.article-box .article p {
    margin: 0.5rem;
}

/*# sourceMappingURL=css.css.map */
