.main-banner {
  position: relative;
  margin: 0 auto;
  min-width: 1200px;
  max-width: 1920px;
  height: 810px;
}
.main-banner .swiper-container {
  height: 810px;
  width: 100%;
}
.main-banner .swiper-slide {
  position: relative;
  text-align: center;
  overflow: hidden;
  background: #4E574A;
}
.main-banner .swiper-slide img {
  height: 810px;
  width: 1920px;
  margin: 0 -50%;
}
.main-banner .foot-pos {
  position: absolute;
  width: 100%;
  bottom: 60px;
  color: #fff;
  z-index: 99;
}
.main-banner .foot-pos .fix-1200 {
  position: relative;
}
.main-banner .swiper-button2 {
  cursor: pointer;
  transition: .4s;
}
.main-banner .swiper-button2:hover {
  transform: scale(1.4);
}
.main-banner .handle-wrap {
  position: absolute;
  bottom: 0;
  right: 100px;
  display: flex;
  align-items: center;
}
.main-banner .handle-wrap .num {
  margin: 0 30px;
  font-size: 20px;
}
.main-banner .handle-wrap .num em {
  font-size: 30px;
}
.main-banner .more {
  position: absolute;
  top: -135px;
  left: 0;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  width: 140px;
  height: 60px;
  line-height: 60px;
  border-radius: 9px;
  border: 2px solid #fff;
  transition: .3s;
}
.main-banner .more:hover {
  background: #0cad9a;
  border-color: #0cad9a;
}
.sec-chunk {
  margin-top: 50px;
}
.sec-chunk .h2 {
  text-align: center;
  margin-bottom: 30px;
  line-height: 40px;
  font-size: 30px;
  font-weight: bold;
}
.sec-chunk .h2 img {
  height: 48px;
  padding-bottom: 4px;
  border-bottom: 1px solid #333;
}
.rz-list {
  padding: 0 240px;
  height: 230px;
}
.rz-list .item {
  text-align: center;
  width: 260px;
  height: 230px;
  background: #fff;
  padding-top: 44px;
  transition: background-color 0.3s;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  cursor: pointer;
}
.rz-list .item .ico {
  background: #0cad9a url("/static/img/serve/rz-1.png") no-repeat;
  background-position: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 22px;
  transition: background-color 0.3s;
}
.rz-list .item p {
  font-size: 18px;
  font-weight: bold;
  transition: color .3s;
}
.rz-list .item:hover {
  background-color: #13544E;
}
.rz-list .item:hover p {
  color: #fff;
}
.rz-list .item:hover .ico {
  background-color: #fff;
  background-image: url("/static/img/serve/rz-1-2.png");
}
.rz-list .item:hover.item2 .ico {
  background-image: url("/static/img/serve/rz-2-2.png");
}
.rz-list .item2 .ico {
  background-image: url("/static/img/serve/rz-2.png");
}
.gyyb-box {
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  background: rgba(233, 233, 233, 0.6);
  padding: 30px 60px 40px 75px;
  min-height: 680px;
}
.gyyb-box img {
  max-width: 100%;
}
.gyyb-box .cover {
  float: left;
  width: 500px;
  height: 500px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  background-repeat: no-repeat;
  background-size: 80% 80%;
  background-position: center;
}
.gyyb-box .list {
  float: right;
  width: 510px;
}
.gyyb-box .list .item {
  margin-bottom: 25px;
}
.gyyb-box .list .title {
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  background: #0cad9a;
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 0 20px;
  margin-bottom: 5px;
}
.gyyb-box .list p {
  color: #666;
  font-size: 16px;
  line-height: 32px;
}
.ljxq-box {
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  background: rgba(233, 233, 233, 0.8);
  padding: 100px 75px 40px 60px;
  *zoom: 1;
}
.ljxq-box:before,
.ljxq-box:after {
  content: "";
  display: table;
}
.ljxq-box:after {
  clear: both;
}
.ljxq-box .item {
  margin-bottom: 45px;
  width: 300px;
  float: left;
  margin-right: 75px;
}
.ljxq-box .item:nth-child(3n) {
  margin-right: 0;
}
.ljxq-box .item .kk {
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  background: #fff;
  padding-top: 80px;
  width: 300px;
  height: 300px;
  text-align: center;
  margin-bottom: 30px;
}
.ljxq-box .item .kk .num {
  margin: 0 auto;
  width: 127px;
  height: 110px;
  background: url("/static/img/serve/kk6.png") no-repeat;
  background-size: 100%;
  color: #0cad9a;
  font-size: 50px;
  text-align: center;
  line-height: 110px;
  margin-bottom: 28px;
}
.ljxq-box .item .kk p {
  color: #0cad9a;
  font-weight: bold;
  font-size: 18px;
}
.ljxq-box .item .btns {
  text-align: center;
}
.ljxq-box .item .btns .down-btn {
  display: inline-block;
  text-align: center;
  width: 94px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  background: #0cad9a;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  cursor: pointer;
  transition: .3s;
}
.ljxq-box .item .btns .down-btn.disabled {
  background: #ccc;
}
.xgbz-box {
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  background: #E9E9E9;
  padding: 30px 100px 20px 85px;
}
.xgbz-box .item {
  min-height: 38px;
  margin-bottom: 10px;
  position: relative;
  font-size: 16px;
  padding: 9px 0 9px 35px;
  color: #0cad9a;
  font-weight: bold;
}
.xgbz-box .item i {
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
}
.footer {
  margin-top: 100px;
}
/*# sourceMappingURL=index.css.map */