/*font-size*/
.banner {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 0rem 0 0;
  height: 6.3rem;
}
.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 p {
  font-size: 18px;
  text-align: center;
  margin-top:0.2rem;
}
@media only screen and (max-width: 1024px) {
  .banner .innerWrap p {
    font-size: 16px;
  }
}

.isIe .content2 .ctx2 ul li .imgBox {
  height: 240px;
}
.isIe .content2 .ctx2 ul li .text {
  padding: 40px 47px;
}
.isIe .content2 .ctx2 ul li .text p {
  height: 200px;
}

.title h1 {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 38px;
  padding-bottom: 0.15rem;
  font-weight: bold;
}
@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;
  left: 50%;
  margin-left: -0.2rem;
  height: 2px;
  background: #fff;
  bottom: 0;
}



.content {
  overflow: hidden;
}
.content .innerWrap {
  width: 1280px;
  margin: 0 auto;
}
.content1 {
  padding: 1rem 0 1.3rem;
}
.content1 .ctx1 {
  margin-bottom: 0.5rem;
}
.content1 .ctx1 p {
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 2;
  white-space: pre-line;
}
@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 li:hover {
  background:#f4f4f4;
}
.content1 .ctx2 ul li:hover .imgBox div {
  transform: scale(1.05);
}
.content1 .ctx2 ul li:hover .text h2 {
  color: #e84915;
  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;
  margin:0% auto 0 auto;
}
.content1 .ctx2 ul li {
  width: 49%;
  float: left;
  margin-bottom: 0.15rem;
  margin-right: 2%;
}
.content1 .ctx2 ul li a {
  display: block;
  display: flex;
}
.content1 .ctx2 ul li:nth-child(2n){
  margin-right: 0;
}
.content1 .ctx2 ul li .imgBox {
  width: 250px;
  height: 250px;
}
.content1 .ctx2 ul li .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 250px);
  padding: 0 0.9rem;
}
.content1 .ctx2 ul li .text h2 {
  font-size: 24px;
  margin-bottom: 0.5rem;
  line-height: 1.25;
  color:#333;
}
@media only screen and (max-width: 1440px) {
  .content1 .ctx2 ul li .text h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .content1 .ctx2 ul li .text h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .content1 .ctx2 ul li .text h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .ctx2 ul li .text h2 {
    font-size: 16px;
  }
}
.content1 .ctx2 ul li .text p {
  font-size: 16px;
  color: #6f6f6f;
}
@media only screen and (max-width: 1366px) {
  .content1 .ctx2 ul li .text p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .ctx2 ul li .text p {
    font-size: 14px;
  }
}
.content1 .ctx2 ul li .text .p1 {
  margin-bottom: 0.3rem;
}
.content1 .ctx2 ul li.imgBox {
  height: 2.4rem;
}
.content1 .ctx2 ul li .text {
  padding: 0.36rem;
}
.content1 .ctx2 ul li .text h2 {
  font-size: 24px;
  margin-bottom: 0.2rem;
  line-height: 1.25;
}
@media only screen and (max-width: 1440px) {
  .content1 .ctx2 ul li .text h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .content1 .ctx2 ul li .text h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .content1 .ctx2 ul li .text h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .ctx2 ul li .text h2 {
    font-size: 16px;
  }
  .content1 .ctx2 ul li .imgBox{width: 150px;height: 150px;}
  .content1 .ctx2 ul li .text{width: calc(100% - 150px);}
}
.content1 .ctx2 ul li .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 .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;
    height:6.3rem;
  }
  .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;
  }
}