* {
  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: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #04b37a;
}
.header .nav ul {
  width: 1200px;
  display: flex;
}
.header .nav ul li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .nav ul li a {
  width: 100%;
  height: 100%;
  color: #fff;
}

.swiper .swiper-pagination-bullet-active {
  background: #04b37a;
}

.b-nav {
  margin-top: 20px;
}
.b-nav .nav-top {
  display: flex;
}
.b-nav .nav-top .box {
  flex: 1;
  display: flex;
}
.b-nav .nav-top .box .l {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 125px;
  height: 120px;
  background: #1c7959;
}
.b-nav .nav-top .box .l img {
  width: 60px;
  display: block;
}
.b-nav .nav-top .box .l h3 {
  margin-top: 5px;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.b-nav .nav-top .box .m {
  margin: 0 5px;
  flex: 1;
  height: 100%;
}
.b-nav .nav-top .box .m ul {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.b-nav .nav-top .box .m ul li {
  width: 50%;
  padding: 0 5px;
}
.b-nav .nav-top .box .m ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e6f1f7;
  width: 100%;
  height: 100%;
  font-size: 14px;
}
.b-nav .nav-top .box .m ul li:nth-child(1) {
  border-bottom: 5px solid #fff;
}
.b-nav .nav-top .box .m ul li:nth-child(2) {
  border-bottom: 5px solid #fff;
}
.b-nav .nav-top .box .m ul li:nth-child(3) {
  border-top: 5px solid #fff;
}
.b-nav .nav-top .box .m ul li:nth-child(4) {
  border-top: 5px solid #fff;
}
.b-nav .nav-top .box .r {
  width: 125px;
  background: #e6f1f7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.b-nav .nav-top .box .r img {
  width: 50px;
  display: block;
  margin: 0 auto;
}
.b-nav .nav-top .box .r span {
  margin-top: 5px;
  font-size: 14px;
  display: flex;
  text-align: center;
}
.b-nav .nav-top .box:nth-child(2) {
  margin-left: 10px;
}
.b-nav .nav-top .box:nth-child(2) .l {
  background: #e75200;
}
.b-nav .nav-top .box:nth-child(2) .m ul li a {
  background: #f9e9dc;
}
.b-nav .nav-top .box:nth-child(2) .r {
  background: #f9e9dc;
}
.b-nav .nav-bottom {
  margin-top: 10px;
}
.b-nav .nav-bottom ul {
  display: flex;
}
.b-nav .nav-bottom ul li {
  flex: 1;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e6f1f7;
  font-size: 14px;
  margin-right: 10px;
}
.b-nav .nav-bottom ul li:nth-child(n+3) {
  background: #f9e9dc;
}
.b-nav .nav-bottom ul li:last-child {
  margin-right: 0;
}

.max-title {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
}

.max-title:before {
  content: '';
  width: 5px;
  height: 60%;
  background: #04b37a;
  margin-right: 5px;
}

.max-title h3 {
  font-size: 18px;
  color: #04b37a;
  flex: 1;
  margin: 0 5px;
  font-weight: bold;
}

.max-title .more {
  font-size: 13px;
  background: #04b37a;
  color: #fff;
  padding: 3px 8px;
}

.a1-box {
  margin-top: 20px;
  display: flex;
}

.a1-box .left {
  width: 300px;
}

.a1-box .left .con {
  padding: 10px;
}

.a1-box .left img {
  display: block;
  width: 100%;
  margin-top: 5px;
}

.a1-box .middle {
  flex: 1;
  margin: 0 20px;
}

.a1-box .middle .con {
  padding: 10px;
}

.a1-box .middle .con dl {
  margin-top: 10px;
}

.a1-box .middle .con dl dt {
  font-size: 16px;
  margin-bottom: 6px;
}

.a1-box .middle .con dl dt a {
  color: #1a1a1a;
}

.a1-box .middle .con dl dd {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

.a1-box .middle .con dl dd a {
  color: red;
}

.a1-box .middle ul li {
  height: 36px;
  display: flex;
  align-items: center;
  font-size: 14px;
  border-bottom: 1px dashed #ccc;
  padding: 0 5px;
}

.a1-box .middle ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #04b37a;
  margin-right: 8px;
}

.a1-box .middle ul li a {
  flex: 1;
}

.a1-box .middle ul li time {
  font-size: 13px;
  color: #666;
}

.a1-box .right {
  width: 300px;
}

.a1-box .right .con {
  padding: 10px;
}

.a1-box .right .con img {
  margin-top: 5px;
  display: block;
  width: 100%;
}

.a1-box .right .con p {
  line-height: 24px;
  margin-top: 10px;
  font-size: 14px;
  text-indent: 2em;
}

.a1-box .right .con p a {
  color: red;
}

.zjtd {
  margin-top: 20px;
  background: url(../images/zjbj.jpg) no-repeat center center;
  background-size: cover;
  padding-bottom: 10px;
}
.zjtd .zjtd-swiper {
  padding-bottom: 20px;
}
.zjtd .zjtd-swiper .swiper-button-prev {
  background: url(../images/prev.png) no-repeat center center;
}
.zjtd .zjtd-swiper .swiper-button-prev:after {
  display: none;
}
.zjtd .zjtd-swiper .swiper-button-next {
  background: url(../images/next.png) no-repeat center center;
}
.zjtd .zjtd-swiper .swiper-button-next:after {
  display: none;
}
.zjtd .box {
  padding: 40px 0;
}
.zjtd .box .d-flex {
  margin: 0 auto;
  width: 1000px;
}
.zjtd .box .img {
  width: 300px;
  display: flex;
  align-items: center;
}
.zjtd .box .img img {
  display: block;
  width: 260px;
}
.zjtd .box .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.zjtd .box .info h3 {
  color: #04b37a;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.zjtd .box .info dl {
  margin-top: 10px;
}
.zjtd .box .info dl dt {
  display: flex;
  align-items: center;
  color: #5e5e5e;
  font-size: 20px;
}
.zjtd .box .info dl dt img {
  display: block;
  margin-right: 10px;
}
.zjtd .box .info dl dd {
  margin-top: 10px;
  padding-left: 37px;
  font-size: 14px;
}
.zjtd .box .info dl dd a {
  color: red;
}
.zjtd .b {
  width: 1000px;
  margin: 20px auto 0 auto;
  display: flex;
  height: 100px;
  background: #e8fdf3;
}
.zjtd .b .left {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.zjtd .b .left:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 1px;
  height: 60%;
  background: linear-gradient(244deg, rgba(255, 255, 255, 0) 0%, #21b586 50%, rgba(255, 255, 255, 0) 100%);
}
.zjtd .b .left img {
  margin-right: 20px;
}
.zjtd .b .left ul {
  font-size: 16px;
}
.zjtd .b .right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zjtd .b .right ul {
  display: flex;
}
.zjtd .b .right ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 140px;
  font-size: 16px;
  background: #21b586;
  margin-right: 50px;
  border-radius: 6px;
}
.zjtd .b .right ul li a {
  color: #fff;
}
.zjtd .b .right ul li:nth-child(2) {
  background: #ff6c1e;
}

.home-list-box {
  display: flex;
  flex-wrap: wrap;
}

.home-list-box .box {
  width: 50%;
  margin-top: 10px;
  padding: 10px;
}

.home-list-box .con {
  padding: 10px;
}

.home-list-box .con ul li {
  height: 36px;
  display: flex;
  align-items: center;
  font-size: 14px;
  border-bottom: 1px dashed #ccc;
  padding: 0 5px;
}

.home-list-box .con ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #04b37a;
  margin-right: 8px;
}

.home-list-box .con ul li a {
  flex: 1;
}

.home-list-box .con ul li time {
  font-size: 13px;
  color: #666;
}

.yypp {
  margin-top: 10px;
}
.yypp .tab-btn {
  display: flex;
}
.yypp .tab-btn li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex: 1;
  cursor: pointer;
  background: #e6f1f7;
  height: 50px;
  margin: 0 5px;
}
.yypp .tab-btn .on {
  background: #04b37a;
  color: #fff;
  font-weight: bold;
}
.yypp .tab-con {
  margin-top: 10px;
}
.yypp .tab-con .box {
  display: none;
}
.yypp .tab-con .box .rd {
  display: flex;
}
.yypp .tab-con .box .rd .a {
  flex: 1;
  display: flex;
  padding: 0 5px;
}
.yypp .tab-con .box .rd .a .left {
  height: 200px;
  width: 300px;
  background: #e7e7e7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.yypp .tab-con .box .rd .a .left .t1 {
  font-size: 16px;
  margin: 5px auto;
}
.yypp .tab-con .box .rd .a .left .t2 {
  background: #00a26d;
  color: #fff;
  font-size: 16px;
  padding: 0 10px;
}
.yypp .tab-con .box .rd .a .left h2 {
  font-size: 20px;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  padding: 2px 5px;
  color: #353535;
}
.yypp .tab-con .box .rd .a .left b {
  font-size: 24px;
  color: #04b37a;
  margin: 10px auto;
}
.yypp .tab-con .box .rd .a .left .t3 {
  color: #aeaeae;
  font-size: 20px;
}
.yypp .tab-con .box .rd .a .right {
  margin-left: 10px;
  flex: 1;
}
.yypp .tab-con .box .rd .a .right .border-bottom {
  border-bottom: 5px solid #fff !important;
}
.yypp .tab-con .box .rd .a .right .border-top {
  border-top: 5px solid #fff !important;
}
.yypp .tab-con .box .rd .a .right .t {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
  background: #e7e7e7;
  color: #00a26d;
  font-size: 16px;
  font-weight: bold;
}
.yypp .tab-con .box .rd .a .right .s {
  height: 50%;
}
.yypp .tab-con .box .rd .a .right .s ul {
  display: flex;
  height: 100%;
}
.yypp .tab-con .box .rd .a .right .s ul li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #e7e7e7;
  margin-right: 10px;
  color: #00a26d;
  font-weight: bold;
}
.yypp .tab-con .box .rd .a .right .s ul li img {
  display: block;
  width: 100%;
  height: 100%;
}
.yypp .tab-con .box .rd .a .right .s ul li:last-child {
  margin-right: 0;
}
.yypp .tab-con .box .swiper {
  padding: 0 5px;
}
.yypp .tab-con .box:nth-child(1) {
  display: block;
}

.footer {
  margin-top: 20px;
  background: #04b37a;
}
.footer .logo {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .logo img {
  display: block;
}
.footer .nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
}
.footer .nav .list {
  width: 100%;
  display: flex;
}
.footer .nav .list > li {
  flex: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .nav .list > li h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.footer .nav .list > li ul li {
  font-size: 14px;
  display: flex;
  align-items: center;
  height: 26px;
}
.footer .nav .list > li ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  margin-right: 5px;
}
.footer .nav .list > li ul li a {
  color: #fff;
}
.footer .wx {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .wx img {
  width: 60%;
  display: block;
}

.page-path {
  margin-top: 20px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 40px;
  font-size: 15px;
  background: #eeeeee;
  border-bottom: 1px solid #ccc;
  color: #00a26d;
  font-weight: bold;
}
.page-path a {
  color: #00a26d;
}

.page-path img {
  margin-right: 8px;
}

.main {
  display: flex;
}

.main .left {
  flex: 1;
}

.main .left .list {
  margin-bottom: 20px;
}

.main .left .list li {
  padding: 20px 10px;
  border-bottom: 1px dashed #ccc;
}

.main .left .list li a {
  display: flex;
}

.main .left .list li a .img {
  width: 160px;
}

.main .left .list li a .img img {
  width: 100%;
  display: block;
}

.main .left .list li a .info {
  flex: 1;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main .left .list li a .info h3 {
  font-size: 18px;
}

.main .left .list li a .info p {
  color: #666;
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
}

.main .left .list li a .info p b {
  color: red;
}

.main .left .page {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.main .left .article-title {
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  padding: 10px;
  margin-top: 10px;
}

.main .left .a-info {
  font-size: 14px;
  border-bottom: 1px dashed #ddd;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .left article {
  padding: 10px;
  font-size: 13px;
  line-height: 24px;
}

.main .left article p {
  margin-bottom: 10px;
}

.main .left article img {
  max-width: 100%;
  height: auto;
}

.main .left .a-btn li {
  display: flex;
  align-items: center;
  font-size: 14px;
  height: 35px;
}

.main .right {
  margin-top: 10px;
  width: 300px;
  margin-left: 20px;
}
.main .right .zj p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  background: #04b37a;
  color: #fff;
  font-size: 13px;
}

.main .right .box .title {
  display: flex;
  align-items: center;
  height: 40px;
  border-bottom: 1px solid #04b37a;
  padding: 0 5px;
}

.main .right .box .title:before {
  content: '';
  width: 4px;
  height: 50%;
  background: #04b37a;
  margin-right: 6px;
}

.main .right .box .title h3 {
  font-size: 18px;
  color: #04b37a;
  font-weight: bold;
}

.main .right .box .con {
  padding: 10px;
}

.main .right .box .yy {
  margin-top: 5px;
}

.main .right .box .yy img {
  display: block;
  width: 100%;
  margin-bottom: 6px;
}

.main .right .box .yy p {
  font-size: 14px;
  line-height: 24px;
  text-indent: 2em;
}

.main .right .box .yy p a {
  color: red;
}

.main .right .box .rd ul li {
  height: 33px;
  display: flex;
  align-items: center;
  font-size: 14px;
  border-bottom: 1px dashed #ccc;
  padding: 0 5px;
}

.main .right .box .rd ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #04b37a;
  margin-right: 8px;
}

.main .right .box .rd ul li a {
  flex: 1;
}

.lylx-nav {
  position: sticky;
  top: 0;
  margin-top: 20px;
  height: 40px;
  background: #04b37a;
  display: flex;
  align-items: center;
  z-index: 9999;
}
.lylx-nav .container {
  height: 100%;
}
.lylx-nav ul {
  height: 100%;
  display: flex;
  align-items: center;
}
.lylx-nav ul li {
  height: 100%;
  color: #fff;
  padding: 0 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.lylx-nav ul .on {
  background: #e6f1f7;
  color: #04b37a;
  font-weight: bold;
}

.lylxbox {
  width: 1050px;
  margin: 0 auto;
  position: relative;
}
.lylxbox .map {
  position: absolute;
  left: 90px;
  top: 100px;
  width: 890px;
  height: 480px;
}
.lylxbox .text1 {
  font-size: 14px;
  position: absolute;
  left: 100px;
  top: 120px;
  width: 460px;
  border-left: 2px solid #bababa;
  padding-left: 20px;
}
.lylxbox .text1 li {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
.lylxbox .text1 li:after {
  position: absolute;
  left: -26px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 10px;
  height: 10px;
  background: #bababa;
  border-radius: 50%;
}
.lylxbox .text2 {
  font-size: 14px;
  position: absolute;
  left: 495px;
  top: 145px;
  width: 460px;
  border-left: 2px solid #bababa;
  padding-left: 20px;
}
.lylxbox .text2 li {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}
.lylxbox .text2 li:after {
  position: absolute;
  left: -26px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 10px;
  height: 10px;
  background: #bababa;
  border-radius: 50%;
}
.lylxbox .text3 {
  font-size: 14px;
  position: absolute;
  left: 100px;
  top: 150px;
  border-left: 2px solid #bababa;
  padding-left: 20px;
  width: 460px;
}
.lylxbox .text3 li {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}
.lylxbox .text3 li:after {
  position: absolute;
  left: -26px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 10px;
  height: 10px;
  background: #bababa;
  border-radius: 50%;
}
.lylxbox .text4 {
  font-size: 14px;
  position: absolute;
  left: 500px;
  top: 200px;
  border-left: 2px solid #bababa;
  padding-left: 20px;
  width: 460px;
}
.lylxbox .text4 li {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}
.lylxbox .text4 li:after {
  position: absolute;
  left: -26px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 10px;
  height: 10px;
  background: #bababa;
  border-radius: 50%;
}

/*# sourceMappingURL=css.css.map */
