* {
  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 {
  width: 1200px;
  position: relative;
  padding: 0;
}

.header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.header .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: #04b37a;
}
.header .nav ul {
  display: flex;
  align-items: center;
  width: 1200px;
  height: 100%;
}
.header .nav ul li {
  flex: 1;
  height: 100%;
}
.header .nav ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}
.header .nav ul li:hover {
  background: #01895d;
}

.banner .swiper-pagination-bullet {
  width: 50px;
  border-radius: 0;
  background: #afadab;
}
.banner .swiper-pagination-bullet-active {
  background: #e3a648;
}

.max-title {
  height: 50px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  justify-content: space-between;
  padding-right: 10px;
}
.max-title h2 {
  display: inline-flex;
  padding: 0 10px;
  height: 100%;
  align-items: center;
  position: relative;
  color: #04b37a;
  font-size: 20px;
  font-weight: bold;
}
.max-title h2:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #04b37a;
}
.max-title a {
  color: #888;
  font-size: 12px;
}

.a1-box {
  display: flex;
}
.a1-box .left {
  width: 360px;
}
.a1-box .left .con {
  margin-top: 20px;
}
.a1-box .left img {
  display: block;
  width: 100%;
}
.a1-box .right {
  flex: 1;
  margin-left: 20px;
}
.a1-box .right .tab-ul {
  height: 50px;
  display: flex;
  align-items: center;
}
.a1-box .right .tab-ul li {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: #ccc;
  border-right: 2px solid #fff;
  cursor: pointer;
}
.a1-box .right .tab-ul li:last-child {
  border-right: none;
}
.a1-box .right .tab-ul .on {
  background: #04b37a;
  color: #fff;
}
.a1-box .right .con {
  margin-top: 20px;
}
.a1-box .right .con .box {
  display: none;
}
.a1-box .right .con .box .hot-box a {
  display: flex;
  align-items: center;
}
.a1-box .right .con .box .hot-box a .date {
  width: 100px;
  height: 90px;
  background: #f9a201;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 20px;
}
.a1-box .right .con .box .hot-box a .date time {
  margin-top: 5px;
}
.a1-box .right .con .box .hot-box a .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.a1-box .right .con .box .hot-box a .info h3 {
  font-size: 18px;
  color: #f9a201;
  margin-bottom: 5px;
  font-weight: bold;
}
.a1-box .right .con .box .hot-box a .info p {
  color: #aaa;
  line-height: 24px;
  font-size: 14px;
}
.a1-box .right .con .box .hot-box a .info p b {
  color: #f9a201;
}
.a1-box .right .con .box .hot-box a .img {
  width: 150px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-left: 20px;
}
.a1-box .right .con .box .hot-box a .img img {
  display: block;
  width: 100%;
}
.a1-box .right .con .box .list {
  margin-top: 5px;
  width: 100%;
}
.a1-box .right .con .box .list li {
  display: flex;
  align-items: center;
  height: 43px;
  border-bottom: 1px dashed #ccc;
  font-size: 14px;
  width: 100%;
}
.a1-box .right .con .box .list li:before {
  margin-left: 5px;
  content: '';
  width: 5px;
  height: 5px;
  background: #f9a201;
  margin-right: 10px;
}
.a1-box .right .con .box .list li a {
  display: flex;
  flex: 1;
}
.a1-box .right .con .box .list li time {
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #666;
}
.a1-box .right .con .box:nth-child(1) {
  display: block;
}

.a2-box .left {
  width: 400px;
}
.a2-box .left .box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.a2-box .left .box h4 {
  margin: 10px 0;
  color: #04b37a;
  font-size: 18px;
  font-weight: bold;
}
.a2-box .left .box span {
  height: 30px;
  width: 141px;
  text-align: center;
  font-size: 14px;
}
.a2-box .left .box p {
  font-size: 14px;
  line-height: 24px;
  text-indent: 2em;
}
.a2-box .left .box p b {
  color: red;
}
.a2-box .left ul {
  width: 300px;
  margin: 5px auto;
  display: flex;
}
.a2-box .left ul li {
  flex: 1;
  font-size: 14px;
}
.a2-box .left ul li a {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f9a201;
}
.a2-box .left ul li a img {
  margin-right: 8px;
}
.a2-box .right {
  flex: 1;
  margin-left: 20px;
}
.a2-box .right .list {
  display: flex;
  flex-wrap: wrap;
}
.a2-box .right .list li {
  width: 25%;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
  flex-direction: column;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.a2-box .right .list li h4 {
  color: #484848;
  font-size: 18px;
  font-weight: bold;
}
.a2-box .right .list li span {
  margin-top: 5px;
  font-size: 16px;
  color: #666;
}
.a2-box .right .list li img {
  margin-bottom: 5px;
}

.a3-box {
  background: #def2fc;
  padding-top: 20px;
}
.a3-box .left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.a3-box .left h3 {
  margin-top: 10px;
  font-size: 26px;
  color: #0f8fb9;
  margin-bottom: 30px;
  font-weight: bold;
  position: relative;
}
.a3-box .left h3:before {
  position: absolute;
  right: 0;
  bottom: -10px;
  content: '';
  height: 2px;
  width: 100px;
  background: linear-gradient(to right, #1091c9, #18b9d3);
}
.a3-box .left p {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 5px;
  text-indent: 2em;
}
.a3-box .left a {
  display: flex;
  margin-top: 10px;
  height: 50px;
  width: 170px;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 6px;
  background: #f98d00;
}
.a3-box .left a img {
  margin-right: 6px;
}
.a3-box .left ul {
  display: flex;
  margin-top: 20px;
}
.a3-box .left ul li {
  width: 42px;
  height: 42px;
  background: url(../images/nspr_10.png) 0 42px;
  text-indent: -9999px;
  cursor: pointer;
  margin-right: 30px;
}
.a3-box .left ul li:hover {
  background: url(../images/nspr_10.png) 0 0;
}
.a3-box .left ul li:nth-child(2) {
  background: url(../images/nspr_10.png) 42px 42px;
}
.a3-box .left ul li:nth-child(2):hover {
  background: url(../images/nspr_10.png) 42px 0;
}
.a3-box .right {
  width: 700px;
  margin-left: 20px;
}
.a3-box .right ul {
  display: flex;
  flex-wrap: wrap;
}
.a3-box .right ul li {
  width: 50%;
  padding-left: 20px;
  padding-bottom: 20px;
}
.a3-box .right ul li img {
  display: block;
  width: 100%;
  border-radius: 6px;
}
.a3-box .right ul li .b {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.a3-box .right ul li .b:hover .title {
  display: none;
}
.a3-box .right ul li .b:hover .box {
  top: 0;
}
.a3-box .right ul li .b .title {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.a3-box .right ul li .box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  overflow: hidden;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s;
}
.a3-box .right ul li .box a {
  color: #fff;
}
.a3-box .right ul li .box a h3 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
}
.a3-box .right ul li .box a p {
  font-size: 14px;
  background: #F98D00;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

.a4-box {
  background: #f6f6f6;
  padding-bottom: 20px;
}
.a4-box .box {
  background: #fff;
  margin-left: 20px;
  margin-top: 20px;
  flex: 1;
  padding: 10px 10px 0 10px;
}
.a4-box .box .title {
  display: flex;
  align-items: center;
  height: 30px;
  font-size: 16px;
  color: #04b37a;
}
.a4-box .box .title img {
  margin-right: 8px;
}
.a4-box .box .con {
  margin-top: 10px;
}
.a4-box .box .con .hot {
  margin-bottom: 10px;
}
.a4-box .box .con .hot a {
  display: flex;
}
.a4-box .box .con .hot .img {
  width: 140px;
  height: 100px;
  background: #eee;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.a4-box .box .con .hot .img img {
  display: block;
  width: 100%;
}
.a4-box .box .con .hot .info {
  flex: 1;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.a4-box .box .con .hot .info h4 {
  font-size: 16px;
  color: #04b37a;
  margin-bottom: 10px;
}
.a4-box .box .con .hot .info p {
  font-size: 13px;
  line-height: 21px;
  text-indent: 2em;
}
.a4-box .box .con .hot .info p b {
  color: red;
}
.a4-box .box .con .list li {
  height: 40px;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #ccc;
  font-size: 14px;
}
.a4-box .box .con .list li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #04b37a;
  border-radius: 50%;
  margin-right: 10px;
}
.a4-box .box:nth-child(1) {
  margin-left: 0;
}

.pp {
  display: flex;
}
.pp li {
  flex: 1;
  padding: 0 10px;
}
.pp li img {
  display: block;
  width: 100%;
}
.pp li p {
  margin-top: 15px;
  color: #04b37a;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
}

.footer {
  margin-top: 20px;
  background: #f6f6f6;
  padding-top: 20px;
  border-top: 5px solid #04b37a;
}
.footer .logo {
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .nav {
  flex: 1;
  margin: 0 20px;
}
.footer .nav dl {
  margin-top: 15px;
  flex: 1;
}
.footer .nav dl dt {
  font-size: 16px;
  margin-bottom: 15px;
}
.footer .nav dl dd {
  font-size: 14px;
}
.footer .nav dl dd a:hover {
  color: #04b37a;
}
.footer .wx {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.footer .wx p {
  margin-top: 10px;
  font-size: 14px;
}
.footer .text {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #eeeeee;
}
.footer .text p {
  font-size: 14px;
}

.hot-nav .top {
  margin-bottom: 10px;
}
.hot-nav .top .ul {
  display: flex;
}
.hot-nav .top .ul > li {
  flex: 1;
  display: flex;
  margin-right: 10px;
}
.hot-nav .top .ul > li .l1 {
  height: 160px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #1c7959;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.hot-nav .top .ul > li .l1 img {
  margin-bottom: 5px;
}
.hot-nav .top .ul > li .l2 {
  flex: 1;
}
.hot-nav .top .ul > li .l2 ul {
  margin: 0 10px;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
}
.hot-nav .top .ul > li .l2 ul li {
  display: flex;
  background: #e6f1f7;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 5px;
}
.hot-nav .top .ul > li .l2 ul li a {
  font-size: 14px;
}
.hot-nav .top .ul > li .l3 {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #e6f1f7;
  font-size: 16px;
  color: #00468c;
}
.hot-nav .top .ul > li .l3 a {
  font-size: 14px;
  text-align: center;
}
.hot-nav .top .ul > li .l3 img {
  margin-bottom: 5px;
}
.hot-nav .top .ul > li:nth-child(2) .l1 {
  background: #e75200;
}
.hot-nav .top .ul > li:nth-child(2) .l2 ul li {
  background: #f9e9dc;
}
.hot-nav .top .ul > li:nth-child(2) .l3 {
  background: #f9e9dd;
}
.hot-nav .top .ul > li:last-child {
  margin-right: 0;
}
.hot-nav .bom ul {
  display: flex;
}
.hot-nav .bom ul li {
  flex: 1;
  margin-right: 10px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background: #e6f1f7;
}
.hot-nav .bom ul li:nth-child(n+3) {
  background: #f9e9dc;
}
.hot-nav .bom ul li:last-child {
  margin-right: 0;
}

.main {
  margin-top: 20px;
  display: flex;
}
.main .left {
  width: 300px;
  margin-right: 20px;
}
.main .left .con {
  padding: 10px;
}
.main .left .yy {
  margin-top: 10px;
}
.main .left .yy img {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.main .left .yy p {
  font-size: 14px;
  line-height: 21px;
  text-indent: 2em;
}
.main .left .yy p a {
  color: red;
}
.main .left .ys {
  margin-top: 10px;
}
.main .left .ys img {
  display: block;
  width: 100%;
}
.main .left .ys p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  background: #04b37a;
  color: #fff;
  font-size: 14px;
}
.main .right {
  flex: 1;
  border: 1px solid #ccc;
}
.main .right .page-path {
  display: flex;
  align-items: center;
  height: 40px;
  background: #eeeeee;
  padding: 0 10px;
  font-size: 14px;
  color: #04b37a;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}
.main .right .page-path a {
  color: #04b37a;
}
.main .list {
  width: 95%;
  margin: 0 auto;
}
.main .list li {
  margin-top: 10px;
  padding: 10px 10px;
  border-bottom: 1px solid #ccc;
}
.main .list h4 {
  font-size: 16px;
  color: #04b37a;
  font-weight: bold;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.main .list p {
  font-size: 14px;
  line-height: 24px;
  text-indent: 2em;
}
.main .list p b {
  color: red;
}
.main .page {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.main .host-list {
  display: flex;
}
.main .host-list .box {
  flex: 1;
  margin: 0 10px;
}
.main .host-list .con {
  margin-top: 10px;
}
.main .host-list .con ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
  height: 40px;
  border-bottom: 1px dashed #ccc;
}
.main .host-list .con ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #1ab986;
  margin-right: 5px;
  margin-left: 5px;
}
.main .article {
  padding: 0 20px;
}
.main .article .title {
  font-size: 24px;
  padding: 20px;
  text-align: center;
}
.main .article .zx-img {
  padding: 10px 0;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .article article {
  padding: 20px 0;
}
.main .article article p {
  font-size: 14px;
  margin-bottom: 10px;
}
.main .article article img {
  max-width: 100%;
  height: auto;
}
.main .article .btn-ul li {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: bold;
}
.main .article .btn-ul li a {
  font-weight: normal;
}

.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 */
