/*font-size*/
.banner {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 1.1rem 0 0;
}
.banner .bannerImg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}
.banner .innerWrap {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  color: #fff;
  z-index: 1;
}
.banner .innerWrap .map {
  position: relative;
}
.banner .innerWrap .map > img {
  width: 100%;
}
.banner .innerWrap .map .mapArea ul li .area {
  position: absolute;
  cursor: pointer;
}
.banner .innerWrap .map .mapArea ul li .area:hover .point {
  color: #fff;
  transition: all 0.5s;
}
.banner .innerWrap .map .mapArea ul li .area:hover img {
  opacity: 1;
  transition: all 0.5s;
}
.banner .innerWrap .map .mapArea ul li .area img {
  width: 100%;
  opacity: 0;
}
.banner .innerWrap .map .mapArea ul li .area .point {
  position: absolute;
  text-align: center;
  color: #d71518;
}
.banner .innerWrap .map .mapArea ul li .area .point:hover .dialog {
  display: block;
}
.banner .innerWrap .map .mapArea ul li .area .point i {
  font-size: 20px;
}
.banner .innerWrap .map .mapArea ul li .area .point p {
  white-space: nowrap;
  margin-bottom: 5px;
}
.banner .innerWrap .map .mapArea ul li .area .point .dialog {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -1.7rem;
  bottom: 0.7rem;
  width: 3.4rem;
  border-radius: 8px;
  background: #fff;
  color: #5d5d5d;
  z-index: 1;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  text-align: left;
}
.banner .innerWrap .map .mapArea ul li .area .point .dialog:hover .imgBox div {
  transform: scale(1.05);
}
.banner .innerWrap .map .mapArea ul li .area .point .dialog::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 0.16rem solid transparent;
  border-right: 0.16rem solid transparent;
  border-top: 0.16rem solid #fff;
  z-index: 2;
  left: 50%;
  margin-left: -0.16rem;
  bottom: -0.16rem;
}
.banner .innerWrap .map .mapArea ul li .area .point .dialog .imgBox {
  height: 1.94rem;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}
.banner .innerWrap .map .mapArea ul li .area .point .dialog .imgBox div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s;
}
.banner .innerWrap .map .mapArea ul li .area .point .dialog .text {
  padding: 0.25rem 0.5rem;
}
.banner .innerWrap .map .mapArea ul li .area .point .dialog .text h2 {
  font-size: 22px;
  margin-bottom: 0.15rem;
  color: #000;
}
@media only screen and (max-width: 1440px) {
  .banner .innerWrap .map .mapArea ul li .area .point .dialog .text h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .innerWrap .map .mapArea ul li .area .point .dialog .text h2 {
    font-size: 16px;
  }
}
.banner .innerWrap .map .mapArea ul li .area .point .dialog .text p {
  font-size: 14px;
  white-space: normal;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  line-height: 1.714;
  height: 72px;
}
@media only screen and (max-width: 767px) {
  .banner .innerWrap .map .mapArea ul li .area .point .dialog .text p {
    font-size: 12px;
  }
}
.banner .innerWrap .map .mapArea ul li:nth-child(1) .area {
  width: 10.39%;
  left: 26.71%;
  bottom: 25.17%;
}
.banner .innerWrap .map .mapArea ul li:nth-child(1) .area .point {
  left: 41.53%;
  bottom: 30%;
}
.banner .innerWrap .map .mapArea ul li:nth-child(2) .area {
  width: 15.15%;
  left: 13.67%;
  bottom: 50.68%;
}
.banner .innerWrap .map .mapArea ul li:nth-child(2) .area .point {
  left: 50%;
  bottom: 26%;
}
.banner .innerWrap .map .mapArea ul li:nth-child(3) .area {
  width: 2.5%;
  left: 47.34%;
  bottom: 62.52%;
}
.banner .innerWrap .map .mapArea ul li:nth-child(3) .area .point {
  left: -50%;
  bottom: 60%;
}
.banner .innerWrap .map .mapArea ul li:nth-child(4) .area {
  width: 0.78%;
  left: 49.45%;
  bottom: 60%;
}
.banner .innerWrap .map .mapArea ul li:nth-child(4) .area .point {
  display: flex;
  left: -80%;
  bottom: 80%;
  flex-direction: row-reverse;
}
.banner .innerWrap .map .mapArea ul li:nth-child(4) .area .point .dialog {
  bottom: 0.5rem;
  margin-left: -2rem;
}
.banner .innerWrap .map .mapArea ul li:nth-child(5) .area {
  width: 7.65%;
  left: 63.36%;
  bottom: 43.38%;
  z-index: 2;
}
.banner .innerWrap .map .mapArea ul li:nth-child(5) .area .point {
  left: 0%;
  bottom: 60%;
}
.banner .innerWrap .map .mapArea ul li:nth-child(6) .area {
  width: 16.01%;
  left: 64.84%;
  bottom: 47.91%;
}
.banner .innerWrap .map .mapArea ul li:nth-child(6) .area .point1 {
  left: 5%;
  bottom: 63%;
}
.banner .innerWrap .map .mapArea ul li:nth-child(6) .area .point2 {
  left: 42%;
  bottom: 52%;
}
.banner .innerWrap .map .mapArea ul li:nth-child(6) .area .point3 {
  left: 78%;
  bottom: 56%;
  display: flex;
  flex-direction: row-reverse;
}
.banner .innerWrap .map .mapArea ul li:nth-child(6) .area .point3 .dialog {
  bottom: 0.5rem;
  margin-left: -2rem;
}
.banner .innerWrap .map .mapArea ul li:nth-child(6) .area .point4 {
  left: 25%;
  bottom: 20%;
}
.banner .innerWrap .map .mapArea ul li:nth-child(6) .area .point5 {
  left: 66%;
  bottom: 24%;
  display: flex;
  flex-direction: row-reverse;
}
.banner .innerWrap .map .mapArea ul li:nth-child(6) .area .point5 .dialog {
  bottom: 0.5rem;
  margin-left: -2rem;
}
.banner .innerWrap .map .mapArea ul li:nth-child(6) .area .point6 {
  left: 60%;
  bottom: 12%;
  display: flex;
  flex-direction: row-reverse;
}
.banner .innerWrap .map .mapArea ul li:nth-child(6) .area .point6 .dialog {
  bottom: 0.5rem;
  margin-left: -2rem;
}
.title {
  margin-bottom: 0.4rem;
}
.title h1 {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 38px;
  padding-bottom: 0.15rem;
}
@media only screen and (max-width: 1440px) {
  .title h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .title h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .title h1 {
    font-size: 24px;
  }
}
.title h1::after {
  position: absolute;
  content: "";
  width: 0.4rem;
  height: 2px;
  background: #e40112;
  bottom: 0;
  left: 50%;
  margin-left: -0.2rem;
}
.content {
  overflow: hidden;
}
.content .innerWrap {
  width: 1280px;
  margin: 0 auto;
}
.content1 {
  padding:0.3rem 0 0.3rem;
}
/*.content1 .tab {
  margin-bottom: 0.6rem;
}*/
.content1 .tab ul {
  display: flex;
  justify-content: center;
}
.content1 .tab ul li {
  width: 2.8rem;
  height: 0.64rem;
  line-height:0.64rem;
  border: 1px solid #e50212;
  font-size: 18px;
  margin-right:1%;
}
@media only screen and (max-width: 1024px) {
  .content1 .tab ul li {
    font-size: 16px;
  }
}
/*.content1 .tab ul li:first-child {
  margin-right: 0.32rem;
}*/
.content1 .tab ul li a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #e50212;
}
.content1 .tab ul li.active,
.content1 .tab ul li:hover {
  background: #e50212;
}
.content1 .tab ul li.active a,
.content1 .tab ul li:hover a {
  color: #fff;
}
.content1 .tab ul li.active i,
.content1 .tab ul li:hover i {
  transform: rotate(90deg);
}
.content1 .ctx1 {
  margin-bottom: 0.5rem;
}
.content1 .ctx1 p {
  font-size:0.16rem;
  color: #333;
  line-height: 2;
}
@media only screen and (max-width: 1366px) {
  .content1 .ctx1 p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .ctx1 p {
    font-size: 14px;
  }
}
.content1 .ctx2 ul {
  display: flex;
  flex-wrap: wrap;
}
.content1 .ctx2 ul li {
  margin-bottom: 0.15rem;
}
.content1 .ctx2 ul li:hover .imgBox div {
  transform: scale(1.05);
}
.content1 .ctx2 ul li:hover .text h2 {
  color: #e50212;
  text-decoration: underline;
}
.content1 .ctx2 ul li .imgBox {
  overflow: hidden;
}
.content1 .ctx2 ul li .imgBox div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s;
}
.content1 .ctx2 ul li .text {
  background: #f6f6f6;
}
.content1 .ctx2 ul li:first-child {
  width: 100%;
  display: flex;
}
.content1 .ctx2 ul li:first-child .imgBox {
  width: 50%;
  height: 4.2rem;
}
.content1 .ctx2 ul li:first-child .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 0 0.9rem;
}
.content1 .ctx2 ul li:first-child .text h2 {
  font-size: 24px;
  margin-bottom: 0.5rem;
  line-height: 1.25;
}
@media only screen and (max-width: 1440px) {
  .content1 .ctx2 ul li:first-child .text h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .content1 .ctx2 ul li:first-child .text h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .content1 .ctx2 ul li:first-child .text h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .ctx2 ul li:first-child .text h2 {
    font-size: 16px;
  }
}
.content1 .ctx2 ul li:first-child .text p {
  font-size: 16px;
  color: #6f6f6f;
}
@media only screen and (max-width: 1366px) {
  .content1 .ctx2 ul li:first-child .text p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .ctx2 ul li:first-child .text p {
    font-size: 14px;
  }
}
.content1 .ctx2 ul li:first-child .text .p1 {
  margin-bottom: 0.3rem;
}
.content1 .ctx2 ul li:nth-child(5n+2) {
  width: 32.8%;
  margin-right: 0.8%;
}
.content1 .ctx2 ul li:nth-child(5n+2) .imgBox {
  height: 2.4rem;
}
.content1 .ctx2 ul li:nth-child(5n+2) .text {
  padding: 0.36rem;
}
.content1 .ctx2 ul li:nth-child(5n+2) .text h2 {
  font-size: 24px;
  margin-bottom: 0.2rem;
  line-height: 1.25;
}
@media only screen and (max-width: 1440px) {
  .content1 .ctx2 ul li:nth-child(5n+2) .text h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .content1 .ctx2 ul li:nth-child(5n+2) .text h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .content1 .ctx2 ul li:nth-child(5n+2) .text h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .ctx2 ul li:nth-child(5n+2) .text h2 {
    font-size: 16px;
  }
}
.content1 .ctx2 ul li:nth-child(5n+2) .text p {
  font-size: 14px;
  color: #888;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  line-height: 1.714;
  height: 96px;
}
@media only screen and (max-width: 767px) {
  .content1 .ctx2 ul li:nth-child(5n+2) .text p {
    font-size: 12px;
  }
}
.content1 .ctx2 ul li:nth-child(5n+3) {
  width: 32.8%;
  margin-right: 0.8%;
}
.content1 .ctx2 ul li:nth-child(5n+3) .imgBox {
  height: 2.4rem;
}
.content1 .ctx2 ul li:nth-child(5n+3) .text {
  padding: 0.36rem;
}
.content1 .ctx2 ul li:nth-child(5n+3) .text h2 {
  font-size: 24px;
  margin-bottom: 0.2rem;
  line-height: 1.25;
}
@media only screen and (max-width: 1440px) {
  .content1 .ctx2 ul li:nth-child(5n+3) .text h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .content1 .ctx2 ul li:nth-child(5n+3) .text h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .content1 .ctx2 ul li:nth-child(5n+3) .text h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .ctx2 ul li:nth-child(5n+3) .text h2 {
    font-size: 16px;
  }
}
.content1 .ctx2 ul li:nth-child(5n+3) .text p {
  font-size: 14px;
  color: #888;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  line-height: 1.714;
  height: 96px;
}
@media only screen and (max-width: 767px) {
  .content1 .ctx2 ul li:nth-child(5n+3) .text p {
    font-size: 12px;
  }
}
.content1 .ctx2 ul li:nth-child(5n+4) {
  width: 32.8%;
}
.content1 .ctx2 ul li:nth-child(5n+4) .imgBox {
  height: 2.4rem;
}
.content1 .ctx2 ul li:nth-child(5n+4) .text {
  padding: 0.36rem;
}
.content1 .ctx2 ul li:nth-child(5n+4) .text h2 {
  font-size: 24px;
  margin-bottom: 0.2rem;
  line-height: 1.25;
}
@media only screen and (max-width: 1440px) {
  .content1 .ctx2 ul li:nth-child(5n+4) .text h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .content1 .ctx2 ul li:nth-child(5n+4) .text h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .content1 .ctx2 ul li:nth-child(5n+4) .text h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .ctx2 ul li:nth-child(5n+4) .text h2 {
    font-size: 16px;
  }
}
.content1 .ctx2 ul li:nth-child(5n+4) .text p {
  font-size: 14px;
  color: #888;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  line-height: 1.714;
  height: 96px;
}
@media only screen and (max-width: 767px) {
  .content1 .ctx2 ul li:nth-child(5n+4) .text p {
    font-size: 12px;
  }
}
.content1 .ctx2 ul li:nth-child(5n + 5) {
  width: 49.4%;
  margin-right: 1.2%;
}
.content1 .ctx2 ul li:nth-child(5n + 5) .imgBox {
  height: 3.4rem;
}
.content1 .ctx2 ul li:nth-child(5n + 5) .text {
  padding: 0.64rem 0.75rem;
}
.content1 .ctx2 ul li:nth-child(5n + 5) .text h2 {
  font-size: 24px;
  margin-bottom: 0.2rem;
  line-height: 1.25;
}
@media only screen and (max-width: 1440px) {
  .content1 .ctx2 ul li:nth-child(5n + 5) .text h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .content1 .ctx2 ul li:nth-child(5n + 5) .text h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .content1 .ctx2 ul li:nth-child(5n + 5) .text h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .ctx2 ul li:nth-child(5n + 5) .text h2 {
    font-size: 16px;
  }
}
.content1 .ctx2 ul li:nth-child(5n + 5) .text p {
  font-size: 14px;
  color: #888;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  line-height: 1.714;
  height: 96px;
}
@media only screen and (max-width: 767px) {
  .content1 .ctx2 ul li:nth-child(5n + 5) .text p {
    font-size: 12px;
  }
}
.content1 .ctx2 ul li:nth-child(5n + 6) {
  width: 49.4%;
}
.content1 .ctx2 ul li:nth-child(5n + 6) .imgBox {
  height: 3.4rem;
}
.content1 .ctx2 ul li:nth-child(5n + 6) .text {
  padding: 0.64rem 0.75rem;
}
.content1 .ctx2 ul li:nth-child(5n + 6) .text h2 {
  font-size: 24px;
  margin-bottom: 0.2rem;
  line-height: 1.25;
}
@media only screen and (max-width: 1440px) {
  .content1 .ctx2 ul li:nth-child(5n + 6) .text h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .content1 .ctx2 ul li:nth-child(5n + 6) .text h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .content1 .ctx2 ul li:nth-child(5n + 6) .text h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .ctx2 ul li:nth-child(5n + 6) .text h2 {
    font-size: 16px;
  }
}
.content1 .ctx2 ul li:nth-child(5n + 6) .text p {
  font-size: 14px;
  color: #888;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  line-height: 1.714;
  height: 96px;
}
@media only screen and (max-width: 767px) {
  .content1 .ctx2 ul li:nth-child(5n + 6) .text p {
    font-size: 12px;
  }
}
@media screen and (max-width: 1440px) {
  .content .innerWrap {
    width: 1110px;
  }
  .banner .innerWrap {
    width: 1110px;
  }
}
@media screen and (max-width: 1280px) {
  .content .innerWrap {
    width: 90%;
  }
  .banner .innerWrap {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .banner .innerWrap .map .mapArea {
    display: none;
  }
  .banner {
    height: auto;
    padding: 0.6rem 0;
  }
  .banner .innerWrap {
    flex-direction: column;
  }
  .banner .innerWrap .ctx {
    width: 90%;
  }
  .banner .innerWrap .ctx1 {
    margin-bottom: 0.4rem;
  }
  .banner .innerWrap .dialog {
    display: none;
  }
  .content1 .ctx2 ul {
    flex-direction: column;
  }
  .content1 .ctx2 ul li {
    width: 100% !important;
  }
  .content1 .ctx2 ul li .text {
    padding: 0.36rem !important;
  }
  .content1 .ctx2 ul li:first-child {
    flex-direction: column;
  }
  .content1 .ctx2 ul li:first-child .imgBox,
  .content1 .ctx2 ul li:first-child .text {
    width: 100%;
  }
}
.innerWrap .tab{margin:0 auto;}