.hide {
  display: none;
}
.mytitle {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
}
.mytitle img {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 50px;
}
#nav_top .top_list li a {
  color: #fff;
}
.isicon0 td {
  border: 1px solid #15f0b0;
}
.wrap {
  width: 1120px;
  margin: auto;
  height: 100%;
}
html,
body {
  position: relative;
  height: 100%;
}
body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner_top {
  box-sizing: border-box;
  width: 100%;
  height: 700px;
  background: url('../images/banner.png') no-repeat center center;
  background-color: #d4dce9;
  margin-top: 0px;
}
.banner_top .wrap {
  position: relative;
}
.banner_top .wrap .time_btn {
  position: absolute;
  bottom: 160px;
  left: 0px;
  width: 264px;
  height: 40px;
  background-color: transparent;
  cursor: pointer;
}
.banner_top .wrap .time_btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.ABOUTus {
  padding-top: 57px;
}
.ABOUTus div {
  text-align: center;
}
.ABOUTus img {
  padding-bottom: 50px;
}
.ABOUTus p {
  font-size: 28px;
  text-align: left;
  text-indent: 2em;
  font-weight: 300;
}
.cpjiehsao {
  background: url('../images/cpbg.png') no-repeat center;
  height: 728px;
  width: 100%;
  box-sizing: border-box;
}
.cpjiehsao .wrap > div {
  text-align: center;
}
.cpjiehsao .wrap > div img {
  padding-top: 60px;
  padding-bottom: 50px;
}
.cpjiehsao .wrap ul {
  display: flex;
  justify-content: space-between;
}
.cpjiehsao .wrap ul li {
  position: relative;
}
.cpjiehsao .wrap ul li > div {
  display: none;
  width: 100%;
  height: 100%;
  font-size: 24px;
  color: #fff;
  box-sizing: border-box;
  padding: 35px 28px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(14, 46, 87, 0.8);
  transition: all 0.3s;
}
.cpjiehsao .wrap ul li > div span {
  font-weight: 600;
}
.cpjiehsao .wrap ul li:hover > div {
  display: block;
}
.jiangp {
  background: url('../images/jpbg.png') no-repeat center bottom;
}
.jiangp .title {
  text-align: center;
}
.jiangp .title img {
  padding-top: 70px;
  padding-bottom: 65px;
}
.jiangp p {
  font-size: 28px;
  text-indent: 2em;
  font-weight: 300;
}
.jiangp .jp {
  position: relative;
}
.jiangp .jp a:first-child {
  display: block;
  width: 185px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  position: absolute;
  border-radius: 14px;
  font-size: 25px;
  top: 200px;
  right: 0;
  color: #fff;
  background-color: #f6000e;
}
.jiangp .jp img {
  padding-top: 43px;
}
