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

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

a:hover {
    color: #1772cd;
}

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 {
    width: 1200px;
    padding: 0;
    position: relative;
}

.header .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.header .nav {
    height: 40px;
    background: #008d99;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .nav ul {
    width: 1300px;
    display: flex;
}

.header .nav ul li {
    height: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    font-size: 15px;
    border-right: 1px solid #289da7;
    position: relative;
    cursor: pointer;
}

.header .nav ul li:hover:after {
    display: block;
}

.header .nav ul li:after {
    position: absolute;
    left: 50%;
    top: -9px;
    transform: translateX(-50%);
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #e8fd7e;
    display: none;
}

.header .nav ul li a {
    color: #fff;
}

.header .nav ul li a:hover {
    color: #e8fd7e;
}

.header .nav ul li:nth-child(1):after {
    display: block;
}

.header .nav ul li:nth-child(1) a {
    color: #e8fd7e;
}

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

.header #banner .swiper-pagination-bullet {
    width: 80px;
    border-radius: 0;
}

.header #banner .swiper-pagination-bullet-active {
    background: #008d99;
}

.max-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    border-bottom: 1px solid #ccc;
}

.max-title h3 {
    font-size: 20px;
    color: #008d99;
    padding: 0 8px;
    font-weight: bold;
    position: relative;
    display: inline-flex;
    height: 100%;
    align-items: center;
    margin-bottom: -2px;
}

.max-title h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #008d99;
}

.max-title p {
    flex: 1;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    color: #888;
    margin-left: 10px;
}

.max-title .more {
    font-size: 13px;
    color: #888;
    margin-right: 10px;
}

.ba-nav {
    margin-top: 20px;
    display: flex;
}

.ba-nav .box {
    flex: 1;
    border: 1px solid #ccc;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.ba-nav .box:hover {
    background: #e8e5e5;
}

.ba-nav .box:hover img {
    background: #008d99;
}

.ba-nav .box h3 {
    margin-top: 10px;
    font-size: 18px;
    color: #444;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.ba-nav .box img {
    width: 70px;
    display: block;
    margin: 10px auto;
    border-radius: 50%;
}

.ba-nav .box p {
    text-align: center;
    font-size: 14px;
    color: #444;
}

.ba-nav .box ul {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    margin: 0 auto;
}

.ba-nav .box ul li {
    margin: 5px auto;
    width: 50%;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-right: 1px solid #ccc;
    color: #444;
}

.ba-nav .box ul li:nth-child(2n) {
    border-right: none;
}

.yy-news {
    margin: 20px auto 0 auto;
    display: flex;
}

.yy-news .left {
    width: 300px;
}

.yy-news .left .con {
    padding: 20px 10px;
    font-size: 14px;
}

.yy-news .left .con img {
    display: block;
    width: 100%;
    margin-bottom: 6px;
}

.yy-news .left .con p {
    text-indent: 2em;
    line-height: 24px;
}

.yy-news .left .con p a {
    color: red;
}

.yy-news .main {
    flex: 1;
    margin: 0 20px;
}

.yy-news .main .con {
    padding: 20px 10px;
}

.yy-news .main .con .hot h4 {
    font-size: 16px;
    margin-bottom: 8px;
}

.yy-news .main .con .hot p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    text-indent: 2em;
}

.yy-news .main .con .hot p b {
    color: red;
}

.yy-news .main .con .list {
    margin-top: 6px;
}

.yy-news .main .con .list li {
    display: flex;
    align-items: center;
    height: 36px;
    font-size: 14px;
    border-bottom: 1px dashed #ccc;
}

.yy-news .main .con .list li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #FF9900;
    margin-right: 8px;
}

.yy-news .main .con .list li a {
    flex: 1;
}

.yy-news .main .con .list li time {
    font-size: 13px;
    color: #999;
}

.yy-news .main .con .list li:last-child {
    border-bottom: none;
}

.yy-news .right {
    width: 300px;
}

.yy-news .right .con {
    padding: 20px 10px;
}

.yy-news .right .con ul {
    display: flex;
    height: 260px;
    flex-direction: column;
}

.yy-news .right .con ul li {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #019996;
    margin-bottom: 10px;
}

.yy-news .right .con ul li a {
    height: 100%;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yy-news .right .con ul li a .img {
    width: 50px;
    margin-left: 30px;
    margin-right: 20px;
}

.yy-news .right .con ul li a .img img {
    width: 100%;
    display: block;
}

.yy-news .right .con ul li a .info {
    flex: 1;
}

.yy-news .right .con ul li a .info h4 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: bold;
}

.yy-news .right .con ul li a .info span {
    font-size: 13px;
}

.yy-news .right .con ul li:nth-child(2) {
    background: #df6a61;
}

.yy-news .right .con ul li:nth-child(3) {
    background: #1e7863;
}

.zjtd .title {
    display: flex;
    align-items: center;
    padding: 0 15px;
    height: 60px;
    background: url(../images/expert_bg.gif);
    justify-content: space-between;
}

.zjtd .title h3 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.zjtd .title .more {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.zjtd .title .more img {
    margin-left: 10px;
}

.zjtd .left-zj {
    width: 900px;
    padding-top: 20px;
}

.zjtd .left-zj .zj-swiper .swiper-button-next {
    color: #008d99;
}

.zjtd .left-zj .zj-swiper .swiper-button-prev {
    color: #008d99;
}

.zjtd .left-zj .zj-swiper .box .img {
    width: 215px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zjtd .left-zj .zj-swiper .box .img img {
    display: block;
    width: 100%;
}

.zjtd .left-zj .zj-swiper .box .info {
    flex: 1;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.zjtd .left-zj .zj-swiper .box .info .name {
    display: flex;
    align-items: flex-end;
    font-size: 16px;
    margin-bottom: 10px;
}

.zjtd .left-zj .zj-swiper .box .info .name h4 {
    margin-right: 10px;
    font-size: 24px;
    font-weight: bold;
}

.zjtd .left-zj .zj-swiper .box .info .text {
    background: #f4f4f4;
    padding: 10px;
    font-size: 14px;
    line-height: 24px;
    margin: 5px 0;
}

.zjtd .left-zj .zj-swiper .box .info .text b {
    color: red;
}

.zjtd .left-zj .zj-swiper .box .info .more {
    margin-top: 10px;
    background: #00817d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 36px;
    font-size: 16px;
}

.zjtd .left-zj .zj-swiper-list {
    margin-top: 20px;
}

.zjtd .left-zj .zj-swiper-list .zj img {
    display: block;
    width: 100%;
}

.zjtd .left-zj .zj-swiper-list .zj h4 {
    text-align: center;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background: #008d99;
    color: #fff;
}

.zjtd .left-zj .zj-swiper-list .swiper-slide-thumb-active .zj h4 {
    background: #465d74;
}

.zjtd .right-wd {
    margin-top: 20px;
    margin-left: 20px;
    flex: 1;
    border: 1px solid #ccc;
    padding: 10px;
}

.zjtd .right-wd .m-title {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    height: 45px;
    color: #229f9e;
    font-size: 18px;
    padding: 0 10px;
    font-weight: bold;
}

.zjtd .right-wd .m-title img {
    width: 29px;
    margin-right: 5px;
}

.zjtd .right-wd .text {
    padding: 5px;
}

.zjtd .right-wd .text p {
    font-size: 14px;
    line-height: 24px;
    text-indent: 2em;
    color: #777;
}

.zjtd .right-wd .con {
    padding: 10px;
}

.zjtd .right-wd .con .list {
    margin-top: 10px;
}

.zjtd .right-wd .con .list a:hover {
    color: #008d99;
}

.zjtd .right-wd .con .list .t {
    height: 50px;
    display: flex;
    align-items: center;
}

.zjtd .right-wd .con .list .t b {
    display: flex;
    font-size: 30px;
    margin-right: 10px;
    height: 50px;
    width: 50px;
    background: #008d99;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.zjtd .right-wd .con .list .t h4 {
    font-size: 15px;
    line-height: 24px;
    flex: 1;
}

.zjtd .right-wd .con .list p {
    text-indent: 2em;
    margin-top: 5px;
    font-size: 13px;
    line-height: 24px;
    color: #777;
}

.zjtd .right-wd .con .list p b {
    color: red;
}

.byfx {
    display: flex;
}

.byfx .left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00817d;
    flex-direction: column;
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
    font-weight: bold;
}

.byfx .left img {
    margin-bottom: 8px;
}

.byfx .right {
    width: 1150px;
    padding: 10px;
    border: 1px solid #00817d;
}

.byfx .right .box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.byfx .right .box img {
    display: block;
    width: 100%;
    height: 130px;
}

.byfx .right .box p {
    margin-top: 8px;
    font-size: 14px;
    text-align: center;
}

.home-list {
    display: flex;
    flex-wrap: wrap;
}

.home-list .box {
    width: 50%;
    padding: 10px;
}

.home-list .box .con {
    padding: 10px;
}

.home-list .box ul li {
    display: flex;
    align-items: center;
    height: 36px;
    border-bottom: 1px dashed #ccc;
    font-size: 14px;
}

.home-list .box ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #f9a201;
    margin-right: 8px;
}

.home-list .box ul li a {
    flex: 1;
    display: flex;
    align-items: center;
}

.home-list .box ul li time {
    color: #888;
}

.yyhj .con {
    padding: 20px 10px;
}

.footer {
    margin-top: 20px;
    background: #1aafac;
    border-top: 5px solid #00807d;
}

.footer .container {
    width: 1000px;
}

.footer .left {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    width: 500px;
    position: relative;
}

.footer .left:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(244deg, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
}

.footer .left img {
    width: 120px;
}

.footer .left h2 {
    font-size: 40px;
    color: #fff;
    margin-left: 10px;
}

.footer .right {
    margin-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer .right p {
    margin-top: 5px;
    color: #fff;
    font-size: 12px;
}

.page-main {
    display: flex;
    padding: 0 5px;
}

.page-main .left {
    flex: 1;
}

.page-main .left .path {
    display: flex;
    align-items: center;
    height: 40px;
    background: #eee;
    color: #18b1ae;
    font-weight: bold;
    font-size: 14px;
    padding: 0 10px;
    border-top: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
}

.page-main .left .path a {
    color: #18b1ae;
}

.page-main .left .list {
    padding: 0 10px;
}

.page-main .left .list dl {
    padding: 10px;
    border-bottom: 1px dashed #ccc;
}

.page-main .left .list dl dt {
    font-size: 16px;
}

.page-main .left .list dl dt a {
    color: #18b1ae;
}

.page-main .left .list dl dd {
    margin-top: 10px;
}

.page-main .left .list dl dd p {
    color: #666;
    font-size: 13px;
    line-height: 21px;
    text-indent: 2em;
}

.page-main .left .list dl dd p a {
    color: red;
}

.page-main .left .page {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin: 20px auto;
}

.page-main .left .a-ul {
    display: flex;
}

.page-main .left .a-ul li {
    flex: 1;
    height: 40px;
    margin: 0 10px;
    background: #18b1ae;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-main .left .a-ul li a {
    color: #fff;
}

.page-main .left .a-ul li:nth-child(2) {
    background: #00807d;
}

.page-main .left .tj-list {
    padding: 20px 20px 0 20px;
}

.page-main .left .tj-list .con {
    padding: 10px;
}

.page-main .left .tj-list .con ul li {
    display: flex;
    align-items: center;
    height: 36px;
    font-size: 14px;
    border-bottom: 1px dashed #ccc;
}

.page-main .left .tj-list .con ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #FF9900;
    margin-right: 8px;
}

.page-main .left .tj-list .con ul li a {
    flex: 1;
}

.page-main .left .tj-list .con ul li time {
    font-size: 13px;
    color: #999;
}

.page-main .left .tj-list .con ul li:last-child {
    border-bottom: none;
}

.page-main .left .article-title {
    text-align: center;
    font-size: 22px;
    padding: 20px;
}

.page-main .left .zx-info {
    margin: 0 auto;
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    background: #019996;
    color: #fff;
    height: 36px;
}

.page-main .left .zx-info a {
    background: #ff7d00;
    color: #fff;
    width: 90px;
    height: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-left: 20px;
}

.page-main .left article {
    padding: 20px;
    font-size: 14px;
}

.page-main .left article p {
    margin-bottom: 10px;
}

.page-main .left article img {
    max-width: 100%;
    height: auto;
}

.page-main .left .a-btn {
    padding: 0 20px;
    margin-bottom: 20px;
}

.page-main .left .a-btn li {
    display: flex;
    align-items: center;
    height: 36px;
    font-size: 14px;
}

.page-main .right {
    width: 300px;
    margin-left: 20px;
}

.page-main .right .box .con {
    padding: 10px;
}

.page-main .right .box .yy {
    margin-top: 10px;
}

.page-main .right .box .yy img {
    display: block;
    width: 100%;
}

.page-main .right .box .yy p {
    margin-top: 8px;
    font-size: 14px;
    text-indent: 2em;
    line-height: 24px;
}

.page-main .right .box .yy p a {
    color: red;
}

.page-main .right .box .ys {
    margin-top: 10px;
}

.page-main .right .box .ys img {
    display: block;
    width: 100%;
}

.page-main .right .box .ys p {
    background: #18b1ae;
    color: #fff;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-main .right .box .lx {
    margin-top: 10px;
}

.page-main .right .box .lx img {
    display: block;
    width: 100%;
    margin-bottom: 8px;
}

.page-main .right .box .lx p {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    font-size: 14px;
}

.page-main .right .box .lx p b {
    color: red;
}

.page-main .right .box .a-ul {
    display: flex;
}

.page-main .right .box .a-ul li {
    flex: 1;
}

.page-main .right .box .a-ul li a {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-main .right .box .a-ul li a span {
    font-size: 14px;
    margin-top: 6px;
}