/* index STATR */
@charset "utf-8";
.m1 {
  display: flex;
  margin-top: 37px;
}
.m1 .title {
  margin-bottom: 20px;
}
.m1 .title span {
  display: inline-block;
  padding-bottom: 9px;
  color: #008895;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #008895;
}
.m1 .item {
  margin-right: 37px;
  width: 362px;
  padding: 30px 38px;
  background: #f9f9f9;
  border: 2px solid #f9f9f9;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.m1 .item:last-of-type {
  margin-right: 0;
}

.m1 .item:hover {
  border: 2px solid #008895;
}
.m1 .item .list {
  margin-top: 10px;
}
.m1 .item .list a {
  display: block;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
}
.m1 .item .list a i {
  display: inline-block;
  margin-right: 4px;
  width: 6px;
  height: 6px;
  background: #008895;
  border-radius: 50%;
  vertical-align: middle;
}
.m1 .item .list a span {
  line-height: 36px;
}
.m1 .item .list a:hover span {
  font-weight: bold;
}


.m2 {
  margin: 60px auto;
  height: 301px;
  background: url('../images/m2-bj.gif') no-repeat center center;
}
.m2 .box {
  display: flex;
  padding-left: 163px;
  padding-top: 114px;
}
.m2 .box .item {
  width: 290px;
  display: flex;
  align-items: center;
}
.m2 .box .item .icon {
  display: block;
  margin-right: 24px;
  width: 73px;
  height: 73px;
  cursor: pointer;
  position: relative;
}
.m2 .box .item .icon img {
  display: block;
  width: 73px;
  height: 73px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.m2 .box .item .icon img:nth-child(1) {
  opacity: 1;
}
.m2 .box .item .icon img:nth-child(2) {
  opacity: 0;
}
.m2 .box .item .icon:hover img:nth-child(1) {
  opacity: 0;
}
.m2 .box .item .icon:hover img:nth-child(2) {
  opacity: 1;
}
/* .m2 .box .item:nth-child(1) .icon {
  background: url('../images/m2-1.png') no-repeat 100% 100%;
}
.m2 .box .item:nth-child(1) .icon:hover {
  background: url('../images/m2-1-active.png') no-repeat 100% 100%;
}
.m2 .box .item:nth-child(2) .icon {
  background: url('../images/m2-2.png') no-repeat 100% 100%;
}
.m2 .box .item:nth-child(2) .icon:hover {
  background: url('../images/m2-2-active.png') no-repeat 100% 100%;
}
.m2 .box .item:nth-child(3) .icon {
  background: url('../images/m2-3.png') no-repeat 100% 100%;
}
.m2 .box .item:nth-child(3) .icon:hover {
  background: url('../images/m2-3-active.png') no-repeat 100% 100%;
}
.m2 .box .item:nth-child(4) .icon {
  background: url('../images/m2-4.png') no-repeat 100% 100%;
}
.m2 .box .item:nth-child(4) .icon:hover {
  background: url('../images/m2-4-active.png') no-repeat 100% 100%;
} */
.m2 .box .item .txt .t1 {
  font-size: 32px;
  color: #FFF;
  font-weight: bold;
}
.m2 .box .item .txt .t1 i {
  padding-left: 4px;
  font-style: normal;
  font-size: 20px;
}
.m2 .box .item .txt .t2 {
  margin-top: 12px;
  font-size: 15px;
  color: #fff;
}

.m3 {
  margin-top: 80px;
}
.m3 .pic-title img {
  display: block;
  margin: 0 auto;
}
.m3 .list {
  margin-top: 44px;
  display: flex;
  flex-wrap: wrap;
}
.m3 .list .item {
  margin-bottom: 50px;
  width: 115px;
  margin-right: 68px;
}

.m3 .list a:nth-child(8n) .item {
  margin-right: 0;
}
.m3 .list .item i {
  display: block;
  width: 115px;
  height: 114px;
  position: relative;
  cursor: pointer;
}
.m3 .list .item i img {
  display: block;
  width: 115px;
  height: 114px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.m3 .list .item i img:nth-child(1) {
  opacity: 1;
}
.m3 .list .item i img:nth-child(2) {
  opacity: 0;
}
.m3 .list .item i:hover img:nth-child(1) {
  opacity: 0;
}
.m3 .list .item i:hover img:nth-child(2) {
  opacity: 1;
}

.m3 .list .item span {
  margin-top: 10px;
  display: block;
  text-align: center;
  height: 36px;
  line-height: 36px;
}

/* .m3 .list .item:nth-child(1) i {
  background: url('../images/m3-1.png') no-repeat 100% 100%;
}
.m3 .list .item:nth-child(1) i:hover {
  background: url('../images/m3-1-active.png') no-repeat 100% 100%;
}
.m3 .list .item:nth-child(2) i {
  background: url('../images/m3-1.png') no-repeat 100% 100%;
}
.m3 .list .item:nth-child(2) i:hover {
  background: url('../images/m3-1-active.png') no-repeat 100% 100%;
}
.m3 .list .item:nth-child(3) i {
  background: url('../images/m3-1.png') no-repeat 100% 100%;
}
.m3 .list .item:nth-child(3) i:hover {
  background: url('../images/m3-1-active.png') no-repeat 100% 100%;
}
.m3 .list .item:nth-child(4) i {
  background: url('../images/m3-1.png') no-repeat 100% 100%;
}
.m3 .list .item:nth-child(4) i:hover {
  background: url('../images/m3-1-active.png') no-repeat 100% 100%;
}
.m3 .list .item:nth-child(5) i {
  background: url('../images/m3-1.png') no-repeat 100% 100%;
}
.m3 .list .item:nth-child(5) i:hover {
  background: url('../images/m3-1-active.png') no-repeat 100% 100%;
}
.m3 .list .item:nth-child(6) i {
  background: url('../images/m3-1.png') no-repeat 100% 100%;
}
.m3 .list .item:nth-child(6) i:hover {
  background: url('../images/m3-1-active.png') no-repeat 100% 100%;
}
.m3 .list .item:nth-child(7) i {
  background: url('../images/m3-1.png') no-repeat 100% 100%;
}
.m3 .list .item:nth-child(7) i:hover {
  background: url('../images/m3-1-active.png') no-repeat 100% 100%;
}
.m3 .list .item:nth-child(8) i {
  background: url('../images/m3-1.png') no-repeat 100% 100%;
}
.m3 .list .item:nth-child(8) i:hover {
  background: url('../images/m3-1-active.png') no-repeat 100% 100%;
}
.m3 .list .item:nth-child(9) i {
  background: url('../images/m3-1.png') no-repeat 100% 100%;
}
.m3 .list .item:nth-child(9) i:hover {
  background: url('../images/m3-1-active.png') no-repeat 100% 100%;
}
.m3 .list .item:nth-child(10) i {
  background: url('../images/m3-1.png') no-repeat 100% 100%;
}
.m3 .list .item:nth-child(10) i:hover {
  background: url('../images/m3-1-active.png') no-repeat 100% 100%;
}
.m3 .list .item:nth-child(11) i {
  background: url('../images/m3-1.png') no-repeat 100% 100%;
}
.m3 .list .item:nth-child(11) i:hover {
  background: url('../images/m3-1-active.png') no-repeat 100% 100%;
}
.m3 .list .item:nth-child(12) i {
  background: url('../images/m3-1.png') no-repeat 100% 100%;
}
.m3 .list .item:nth-child(12) i:hover {
  background: url('../images/m3-1-active.png') no-repeat 100% 100%;
}
.m3 .list .item:nth-child(13) i {
  background: url('../images/m3-1.png') no-repeat 100% 100%;
}
.m3 .list .item:nth-child(13) i:hover {
  background: url('../images/m3-1-active.png') no-repeat 100% 100%;
}
.m3 .list .item:nth-child(14) i {
  background: url('../images/m3-1.png') no-repeat 100% 100%;
}
.m3 .list .item:nth-child(14) i:hover {
  background: url('../images/m3-1-active.png') no-repeat 100% 100%;
} */

.m4 {
  padding: 80px 0;
  background: #f9f9f9;
}
.m4 .m4-tit {
  margin-bottom: 42px;
  text-align: center;
}
.m4 .m4-tit p {
  font-size: 32px;
  line-height: 34px;
  font-weight: bold;
}
.m4 .m4-tit span {
  display: block;
  margin-top: 12px;
  font-size: 20px;
}
.m4 .box {
  display: block;
}
.zj-pagination {
    text-align: center;
    margin-top: 24px;
}
.zj-pagination .swiper-pagination-bullet-active {
    width: 16px;
    background: rgba(33, 139, 148, 1);
    border-radius: 8px;
}
.m4 .box .item {
  position: relative;
  margin-right: 17px;
  width: 337px;
  height: 454px;
  border-radius: 6px;
  overflow: hidden;
}
.m4 .box .item:last-of-type {
  margin-right: 0;
}
.m4 .box .item .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 84px;
  background: rgba(33, 139, 148, 1);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.m4 .box .item .txt .t1 {
  margin-top: 16px;
  margin-bottom: 4px;
  text-align: center;
  color: #FFF;
  font-size: 18px;
}
.m4 .box .item .txt .t1 span {
  margin-right: 10px;
  font-size: 26px;
  font-weight: bold;
}
.m4 .box .item .txt .t2 {
  text-align: center;
  color: #FFF;
  font-size: 18px;
}
.m4 .box .item .txt .t3 {
  width: 271px;
  position: absolute;
  top: 60px;
  left: 33px;
  font-size: 18px;
  line-height: 36px;
  color: #FFF;
}
.m4 .box .item .txt .t3 a {
  color: #FFF;
}
.m4 .box .item .txt .t4 {
  display: flex;
  position: absolute;
  top: 332px;
  left: 35px;
  right: 0;
}
.m4 .box .item .txt .t4 a {
  display: block;
  width: 130px;
  height: 39px;
  line-height: 39px;
  background: #ff9e21;
  margin-right: 10px;
  text-align: center;
  color: #FFF;
}

.m4 .box .item .txt .t3,
.m4 .box .item .txt .t4 {
  display: none;
}

.m4 .box .item:hover .txt {
  height: 100%;
  background: rgba(33, 139, 148, .9);
}
.m4 .box .item:hover .txt .t1,
.m4 .box .item:hover .txt .t2 {
  display: none;
}
.m4 .box .item:hover .txt .t3 {
  display: block;
}
.m4 .box .item:hover .txt .t4 {
  display: flex;
}

.m6 {
  padding: 80px 0;
}
.m6 .m6-tit {
  margin-bottom: 42px;
  text-align: center;
}
.m6 .m6-tit p {
  font-size: 32px;
  line-height: 34px;
  font-weight: bold;
}
.m6 .box {
  display: flex;
}
.m6 .box .item {
  display: block;
  width: 458px;
  height: 257px;
  margin-right: 13px;
  position: relative;
}
.m6 .box .item:last-of-type {
  margin-right: 0;
}
.m6 .box .item .pic {
  display: block;
  width: 458px;
  height: 257px;
}
.m6 .box .item .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, .4);
}
.m6 .box .item .mask img {
  display: block;
  position: absolute;
  width: 40px;
  height: 46px;
  top: 50%;
  left: 50%;
  transform: translate(-20px, -23px);
}

.m5 {
  height: 552px;
  background: url('../images/m5-bj.jpg') center center no-repeat;
}
.m5 .center-tit {
  padding-top: 80px;
  color: #fff;
}
.m5 .slider-box {
  width: 420px;
  height: 250px;
}
.m5 .slider-box .item {
  position: relative;
  width: 130px;
  height: 130px;
  border: 3px solid #6eb7bc;
  border-radius: 6px;
  overflow: vertical;
}
.m5 .slider-box .item .pic {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 22;
}
.m5 .slider-box .item .txt {
  position: absolute;
  width: 390px;
  height: 215px;
  top: 32px;
  left: 24px;
  background: #fff;
  border-radius: 8px;
  z-index: 11;
}
.m5 .slider-box .item .txt .st {
  margin-top: 30px;
  overflow: hidden;
}
.m5 .slider-box .item .txt .st span {
  display: inline-block;
  float: right;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  height: 36px;
  line-height: 36px;
  background: #008895;
  padding: 0 15px;
  color: #FFF;
}
.m5 .slider-box .item .txt p {
  margin-top: 45px;
  padding: 0 26px 16px;
  font-size: 26px;
  font-size: 18px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.m5 .slider-box .item .txt a {
  display: inline-block;
  padding-left: 26px;
  color: #ff9e21;
  font-size: 20px;
  font-weight: 900;
}
.m5 .slider-pagination {
  margin-top: 50px;
  text-align: center;
}
.m5 .slider-pagination .swiper-pagination-bullet {
  background: #FFF;
  opacity: .8;
}
.m5 .slider-pagination .swiper-pagination-bullet-active {
  width: 16px;
  background: #FFF;
  border-radius: 8px;
}