﻿.linkmap {
  display: none;
}

.container {
  width: 1310px;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.jsz_img {
  margin-bottom: 3.07vw;
  width: 23.7vw;
}
.jsz_img img {
 width: 100%;
}
.jsz_msg h2 {
  font-size: 2.26vw;
  font-weight: bold;
  color: #00a8b1;
}

.jsz_msg p {
  font-weight: 400;
  font-size: 1.28vw;
  color: #00a8b1;
  margin: 1vw 0;
}

.jsz_msg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.jsz_msg a {
  padding: 0.5vw 0.5vw;
  background: #00a8b1;
  color: #fff;
  border-radius: 0.3vw;
  border: 1px solid #00a8b1;
  transition: all 0.3s;
}

.jsz_msg a:hover {
  background: #fff;
  color: #00a8b1;
}
.big_title {
  text-align: center;
  color: #006835;
  margin-top: 120px;
  font-size: 30px;
}

.back_home {
  text-align: center;
  margin-top: 100px;
}

.row {
  width: 980px;
  margin: 0px auto;
}

.col-lg-6 {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 1280px) {
 .container {
  width: 1100px;
  }
}
@media only screen and (max-width: 768px) {
  .container {
  width: 100%;
  }
.jsz_img {
 width: 50%;
}

.jsz_msg h2 {
 font-size: 5.72vw;
}

.jsz_msg p {
 font-size: 4vw;
}

.jsz_msg a {
 padding: 2vw;
 border-radius: 2vw;
}
}  