html,
body {
  position: relative;
}

.pc {
  display: block;
}

.phone {
  display: none;
}

@media screen and (max-width: 960px) and (min-width:0px) {
  .pc {
    display: none;
  }

  .phone {
    display: block;
  }
}

/* 标题 */
section {
  padding: 30px 0 45px;
  overflow: hidden;
}

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

section .title h1 {
  font-size: 42px;
  color: #ccc;
  line-height: 1.3;
  margin: 0;
  position: relative;
  z-index: 1;
}

.sectionBox {
  border-bottom: 1px solid #EFEFEF;
}

.sectionBox span {
  display: block;
  margin: 15px auto 0px;
  width: 36px;
  height: 3px;
  background-color: #2E92B2;
}

section .title h2 {
  color: rgb(102, 102, 102);
  font-size: 22px;
  line-height: 1;
  margin: 0;
  position: relative;
  z-index: 2;
}

.more {
  width: 45px;
  height: 45px;
  border: 1px solid #333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.more:hover {
  background-color: #2E92B2;
  border-color: #2E92B2;
}

.more img {
  width: 10px !important;
  height: 15px !important;
}

.more:hover img {
  filter: brightness(5);
}

/* banner */
.bannerbigbox {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.bannerSwiper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.bannerSlide {
  overflow: hidden;
}

.bannerSlide img {
  position: relative;
  width: 100%;
}

.bannerbigbox .swiper-pagination span {
  background: #ddd !important;
  width: 22px;
  height: 2px;
  opacity: 1 !important;
}

.bannerbigbox .swiper-pagination span.swiper-pagination-bullet-active {
  background: #2E92B2 !important;
}

/* end-banner */
/* box2 */
.box2 {
  margin-top: 30px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.box2 a {
  width: calc(25% - 20px);
  border-bottom: 4px solid transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.box2 a .img {
  overflow: hidden;
  width: 100%;
}

.box2 a .img img {
  width: 100%;
  transition: 1s;
}

.box2 a h1 {
  line-height: 1.5;
  margin: 20px 0;
  color: #333;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.box2 a:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-color: #2E92B2;
}

.box2 a:hover .img img {
  transform: scale(1.1);
}

.box2 a .more {
  margin-bottom: 20px;
}

.box2 a:hover .more {
  background-color: #2E92B2;
  border-color: #2E92B2;
}


.box2 a:hover .more img {
  filter: brightness(5);
}

/* end-box2 */
/* box3 */
.section3 {
  padding: 0;
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
}

.box3 {
  display: flex;
  flex-wrap: wrap;
}

.box3 img {
  width: 50%;
}

.box3 .text {
  width: 50%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.section3 .text span {
  width: 36px;
  height: 3px;
  background-color: #2E92B2;
  margin-top: 10px;
}

.section3 .text .desc {
  max-width: 760px;
}

/* end-box3 */
/* box4 */
.box4 {
  margin-top: 30px;
}

.box4 a .container {
  display: flex;
  flex-wrap: wrap;
}

.box4 a {
  display: block;
  padding: 30px 0;
  color: #333;
  border-bottom: 1px solid #E8EDF1;
}

.box4 a:hover {
  background: #2E92B2;
  border-color: #2E92B2;
  color: #fff;
}

.box4 a .img {
  width: 300px;
  height: 150px;
}

.box4 a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box4 a .text {
  width: calc(100% - 300px);
  padding-left: 30px;
}

.box4 a .text h1 {
  font-size: 20px;
}



.box4 a .text h1 span {
  color: #2E92B2;
}

.box4 a:hover .text h1 span {
  color: #fff;
}

.box4 a .text .desc {
  opacity: .75;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.box4 a .text .time {
  opacity: .5;
}

/* end-box4 */
/* box5 */
.section5 {
  background: url(/assets/images/59ad1a5446268.jpg) no-repeat;
  background-size: 100% 100%;
}

.section5 .title h2 {
  font-size: 42px;
  color: #ccc;
}

.box5 {
  display: flex;
  flex-wrap: wrap;
}

.box5 .left {
  width: 50%;
  padding-right: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.box5 .left .item {
  border-top: 1px solid #6BA8BB;
  border-bottom: 1px solid #6BA8BB;
  display: flex;
  align-items: center;
}

.box5 .left .item h1 {
  margin: 0;
  font-size: 16px;
  color: #fff;
  line-height: 2;
  margin-left: 15px;
  padding: 15px 0;
}

.box5 .right {
  width: 50%;
  padding: 30px 0;
}

.box5 input.input1 {
  width: 100%;
  border: 1px solid #ccc;
  margin: 10px 0;
  height: 36px;
  padding: 0 15px;
}

.box5 textarea.input {
  width: 100%;
  border: 1px solid #ccc;
  margin: 10px 0 !important;
  height: 100px;
  padding: 10px 15px;
}

.box5 input.input {
  width: 200px;
  border: 1px solid #ccc;
  margin: 0;
  height: 50px;
  padding: 0 15px;
}

.box5 input.input4 {
  width: 130px;
  height: 35px;
  background: #ddd;
  margin-top: 15px;
}

/* end-box5 */
/* box6 */

/* end-box6 */
/* box7 */



/* end-box7 */
/* box8 */

/* end-box8 */