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

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

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;
}

.banner .swiper-pagination-bullet {
  width: 100px;
  border-radius: 0;
}

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

.header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}
.header .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: #18b1ae;
}
.header .nav ul {
  width: 1000px;
  height: 100%;
  display: flex;
  align-items: center;
}
.header .nav ul li {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
}
.header .nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 14px;
}
.header .nav ul li a:hover {
  background: #4cd4d1;
}

.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: #18b1ae;
  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: #18b1ae;
}
.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;
}

.jbzd {
  margin: 20px auto;
  display: flex;
}
.jbzd .left {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: #18b1ae;
  color: #fff;
}
.jbzd .right {
  flex: 1;
  border: 1px solid #18b1ae;
}
.jbzd .right ul {
  display: flex;
  height: 100%;
}
.jbzd .right ul li {
  flex: 1;
  align-items: center;
  height: 100%;
}
.jbzd .right ul li a {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 14px;
}
.jbzd .right ul li a img {
  background: #959394;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: block;
  margin-bottom: 6px;
}
.jbzd .right ul li:hover a {
  color: #18b1ae;
}
.jbzd .right ul li:hover a img {
  background: #18b1ae;
}

.jbwz {
  display: flex;
}
.jbwz .box {
  flex: 1;
  display: flex;
}
.jbwz .box .left {
  width: 160px;
  background: #18b1ae;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
}
.jbwz .box .left img {
  display: block;
  margin-bottom: 10px;
}
.jbwz .box .left h3 {
  font-size: 23px;
  color: #fff;
  font-weight: bold;
}
.jbwz .box .right {
  flex: 1;
}
.jbwz .box .right ul {
  display: flex;
  flex-wrap: wrap;
}
.jbwz .box .right ul li {
  width: 50%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
}
.jbwz .box .right ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #efefef;
  color: #5c4831;
  font-size: 14px;
  text-align: center;
}
.jbwz .box .right ul li a:hover {
  background: #72674d;
  color: #fff;
}
.jbwz .box .right ul li:last-child a:hover {
  background: #efefef;
}

.yy-news {
  margin: 20px 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;
}

.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;
}

.rhzl {
  margin: 20px auto;
  display: flex;
}
.rhzl .left {
  width: 350px;
}
.rhzl .left .box img {
  display: block;
  width: 100%;
  height: 226px;
}
.rhzl .left .box p {
  font-size: 14px;
  line-height: 24px;
  text-indent: 2em;
  margin-top: 8px;
}
.rhzl .right {
  flex: 1;
  margin-left: 10px;
}
.rhzl .right ul {
  display: flex;
  flex-wrap: wrap;
}
.rhzl .right ul li {
  width: 50%;
  height: 155px;
  display: flex;
  margin-bottom: 10px;
  padding-left: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.rhzl .right ul li:hover .hover {
  bottom: 0;
}
.rhzl .right ul li .hover {
  position: absolute;
  left: 10px;
  bottom: -155px;
  height: 155px;
  width: 100%;
  color: #fff;
  transition: all 0.3s;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 24px;
  background: #007976;
}
.rhzl .right ul li .hover p {
  text-indent: 2em;
}
.rhzl .right ul li .hover a {
  color: red;
}
.rhzl .right ul li .img {
  background: #007976;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 100%;
  flex-direction: column;
  color: #fff;
  font-size: 16px;
}
.rhzl .right ul li .img img {
  margin-bottom: 8px;
  width: 60px;
  display: block;
}
.rhzl .right ul li .text {
  flex: 1;
  background: #04a39f;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.rhzl .right ul li .text p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.rhzl .right ul li:nth-child(2) .img {
  background: #9b4848;
}
.rhzl .right ul li:nth-child(2) .text {
  background: #bd6d6d;
}
.rhzl .right ul li:nth-child(2) .hover {
  background: #9b4848;
}
.rhzl .right ul li:nth-child(3) .img {
  background: #465d74;
}
.rhzl .right ul li:nth-child(3) .text {
  background: #657e96;
}
.rhzl .right ul li:nth-child(3) .hover {
  background: #465d74;
}
.rhzl .right ul li:nth-child(4) .img {
  background: #538859;
}
.rhzl .right ul li:nth-child(4) .text {
  background: #6fa375;
}
.rhzl .right ul li:nth-child(4) .hover {
  background: #538859;
}

.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: 20px 0;
}
.zjtd .left-zj .zj-swiper .swiper-button-next {
  color: #18b1ae;
}
.zjtd .left-zj .zj-swiper .swiper-button-prev {
  color: #18b1ae;
}
.zjtd .left-zj .zj-swiper .box .img {
  width: 225px;
  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: #18b1ae;
  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: #18b1ae;
}
.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: #18b1ae;
  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;
}

.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: 70px;
}

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

.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;
}
.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;
}

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