:root {
  --main-color: #3fc3c7;
}
.main {
  width: 640px;
  margin: 0 auto;
}
.main .wrap {
  width: 620px;
  margin: 0 auto;
}
.main .lunbo-banner {
  width: 640px;
  height: 350px;
  margin-bottom: 20px;
  position: relative;
}
.main .lunbo-banner .banner-pagination {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 20px;
  left: 50%;
  bottom: 10px;
  margin-left: -50px;
  background-color: #c4c3c2;
  z-index: 99;
  border-radius: 10px;
}
.main .lunbo-banner .banner-pagination .banner-bullet {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 6px;
  background-color: #fff;
  cursor: pointer;
}
.main .lunbo-banner .banner-pagination .banner-bullet-active {
  width: 20px;
  height: 6px;
  border-radius: 3px;
}
.main .aiyarexian {
  width: 620px;
  height: 76px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.main .zlxm-box {
  width: 620px;
  height: 334px;
  margin: 0 auto;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.main .zlxm-box .zlxm-left {
  width: 260px;
  height: 334px;
  background-color: palegoldenrod;
  position: relative;
  background-image: url(/static/img/yydl.png);
}
.main .zlxm-box .zlxm-left p {
  width: 260px;
  height: 200px;
  background-color: rgba(93, 209, 251, 0.7);
  position: absolute;
  bottom: 0;
}
.main .zlxm-box .zlxm-left p span {
  display: block;
  width: 252px;
  margin: 0 auto;
  padding-top: 10px;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
.main .zlxm-box .zlxm-left p a {
  display: block;
  width: 200px;
  height: 40px;
  background-color: #fff;
  border-radius: 20px;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
  line-height: 40px;
  font-size: 19px;
  font-weight: 700;
  color: var(--main-color);
}
.main .zlxm-box .zlxm-right {
  width: 350px;
  height: 334px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
}
.main .zlxm-box .zlxm-right li {
  width: 170px;
  height: 105px;
  background-color: var(--main-color);
}
.main .zlxm-box .zlxm-right li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main .zlxm-box .zlxm-right li a img {
  height: 38px;
  margin-bottom: 10px;
}
.main .zlxm-box .zlxm-right li a span {
  color: #fff;
}
.main .bzlb {
  width: 620px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.main .bzlb .bzlb-top {
  width: 620px;
  height: 33px;
  margin-bottom: 29px;
  display: flex;
  justify-content: space-between;
}
.main .bzlb .bzlb-top ul {
  width: 505px;
  height: 33px;
  display: flex;
  justify-content: space-between;
}
.main .bzlb .bzlb-top ul li {
  height: 33px;
  text-align: center;
  line-height: 33px;
  color: #333;
  font-size: 20px;
}
.main .bzlb .bzlb-top ul li.bzlb-active {
  border-bottom: 1px solid #008b93;
  color: #008b93;
  font-weight: 700;
}
.main .bzlb .bzlb-top a {
  width: 99px;
  height: 29px;
  border: 1px solid #b3b3b3;
  text-align: center;
  line-height: 31px;
  font-size: 20px;
  color: #999;
}
.main .bzlb .bzlb-bottom {
  width: 620px;
  height: 200px;
}
.main .bzlb .bzlb-bottom .bzlb-bottom-li {
  width: 620px;
  height: 200px;
  display: flex;
  justify-content: space-between;
}
.main .bzlb .bzlb-bottom .bzlb-bottom-li .bzwz-left {
  width: 445px;
  height: 200px;
  background-color: #f2f2f2;
  display: flex;
  justify-content: space-between;
}
.main .bzlb .bzlb-bottom .bzlb-bottom-li .bzwz-left ul {
  width: 240px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main .bzlb .bzlb-bottom .bzlb-bottom-li .bzwz-left ul li {
  width: 240px;
  height: 76px;
  color: #666;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 5px;
}
.main .bzlb .bzlb-bottom .bzlb-bottom-li .bzwz-left ul li h5 {
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
}
.main .bzlb .bzlb-bottom .bzlb-bottom-li .bzwz-left ul li p {
  font-size: 14px;
}
.main .bzlb .bzlb-bottom .bzlb-bottom-li .bzwz-left ul li:nth-of-type(1) {
  border-bottom: 1px solid #cccccc;
}
.main .bzlb .bzlb-bottom .bzlb-bottom-li .bzwz-left img {
  display: block;
  width: 194px;
  height: 200px;
}
.main .bzlb .bzlb-bottom .bzlb-bottom-li .bzwz-right {
  width: 165px;
  height: 200px;
}
.main .bzlb .bzlb-bottom .bzlb-bottom-li .bzwz-right img {
  display: block;
  width: 165px;
  height: 107px;
}
.main .bzlb .bzlb-bottom .bzlb-bottom-li .bzwz-right div {
  width: 160px;
  height: 93px;
  background-color: #f2f2f2;
  padding-left: 5px;
}
.main .bzlb .bzlb-bottom .bzlb-bottom-li .bzwz-right div h5 {
  font-size: 14px;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 5px;
}
.main .bzlb .bzlb-bottom .bzlb-bottom-li .bzwz-right div p {
  font-size: 14px;
}
.main .biaoti {
  width: 620px;
  height: 95px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.main .biaoti p {
  width: 100%;
  position: absolute;
  font-size: 36px;
  z-index: 1;
  top: -7px;
  left: 50%;
  margin-left: -310px;
  color: #dddddd;
}
.main .biaoti h2 {
  width: 100%;
  position: absolute;
  font-size: 35px;
  z-index: 9;
  bottom: 35px;
  left: 50%;
  margin-left: -310px;
}
.main .biaoti h3 {
  width: 100%;
  position: absolute;
  font-size: 24px;
  bottom: 3px;
  left: 50%;
  margin-left: -310px;
}
.main .biaoti a {
  display: block;
  width: 99px;
  height: 29px;
  border: 1px solid #999999;
  text-align: center;
  font-size: 20px;
  line-height: 31px;
  color: #999;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  z-index: 10;
}
.main .ystd {
  width: 620px;
  position: relative;
  margin-bottom: 40px;
}
.main .ystd .ystdlunbo .ystd-item {
  position: relative;
}
.main .ystd .ystdlunbo .ystd-item .yy-button {
  position: absolute;
  width: 274px;
  height: 36px;
  bottom: 11px;
  left: 50%;
  margin-left: -137px;
  display: flex;
  justify-content: space-between;
}
.main .ystd .ystdlunbo .ystd-item .yy-button a {
  display: block;
  width: 132px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  font-size: 17px;
  color: #fff;
}
.main .ystd .ystdlunbo .ystd-item .yy-button a:nth-of-type(1) {
  background-color: var(--main-color);
}
.main .ystd .ystdlunbo .ystd-item .yy-button a:nth-of-type(2) {
  background-color: #ef9844;
}
.main .ystd .ystd-pagination {
  width: 100px;
  height: 30px;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.main .ystd .ystd-pagination .ystd-bullet {
  display: block;
  width: 15px;
  height: 15px;
  background-color: #ededed;
  border-radius: 50%;
}
.main .ystd .ystd-pagination .ystd-bullet-active {
  width: 17px !important;
  height: 17px !important;
  background-color: #999 !important;
}
.main .gfzl {
  margin-bottom: 40px;
}
.main .gfzl .gfzl-img {
  width: 620px;
  height: 566px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main .gfzl .gfzl-img img {
  display: block;
  width: 304px;
  height: 280px;
  margin-bottom: 6px;
}
.main .jzhj {
  padding-bottom: 40px;
}
.main .jzhj .jzhj-img {
  width: 620px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main .jzhj .jzhj-img img {
  margin-bottom: 8px;
}
.main .zyqx {
  width: 640px;
  height: 415px;
  margin-bottom: 40px;
}
.main .yylc {
  width: 600px;
  height: 85px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.main .yylc li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.main .yylc li .jzlc-icon {
  width: 61px;
  height: 61px;
  background-color: var(--main-color);
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .yylc li span {
  font-size: 16px;
}
.main .yylc li i {
  display: block;
  width: 9px;
  height: 10px;
  background-image: url(/static/img/youheijiantou.png);
  position: absolute;
  right: -26px;
  top: 29px;
}
