@charset "UTF-8";
@import url(./header.css);
@import url(./footer.css);

.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .one {
  overflow: hidden;
  position: relative;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .one img {
  display: block;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .one .text {
  width: 100%;
  overflow: hidden;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 29.883%;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .one .text .title {
  overflow: hidden;
  font-size: 100px;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .one .text .border {
  width: 86px;
  height: 9px;
  margin: 20px auto;
  background: #023691;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .one .text .titleMin {
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 36px;
  color: rgba(255, 255, 255, 0.8);
}
.banner .swiper-container .swiper-wrapper .swiper-slide .one .text .titleEn {
  overflow: hidden;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
}
.banner .swIcons {
  width: 200px;
  overflow: hidden;
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 10;
}
.banner .swIcons .swIconsDiv {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.banner .swIcons .swIconsDiv .swiper-pagination {
  width: 80px;
  color: #fff;
  position: unset;
}
.banner .swIcons .swIconsDiv .swiper-pagination span {
  font-size: 30px;
  font-weight: bold;
}
.banner .swIcons .swIconsDiv .icons {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .swIcons .swIconsDiv .icons .swiper-button-prev {
  width: 50px;
  height: 22px;
  position: unset;
  border-right: 1px solid #999;
}
.banner .swIcons .swIconsDiv .icons .swiper-button-prev::after {
  content: "";
}
.banner .swIcons .swIconsDiv .icons .swiper-button-next {
  width: 50px;
  height: 22px;
  position: unset;
}
.banner .swIcons .swIconsDiv .icons .swiper-button-next::after {
  content: "";
}
.banner .swIcons .swiper-text {
  overflow: hidden;
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 1280px) {
  .banner .swiper-container .swiper-wrapper .swiper-slide .one .text {
    bottom: 20%;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .one .text .title {
    font-size: 70px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .one .text .titleMin {
    font-size: 26px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .one .text .titleEn {
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .banner .swiper-container .swiper-wrapper .swiper-slide .one .text .title {
    font-size: 50px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .one .text .titleMin {
    font-size: 26px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .one .text .titleEn {
    font-size: 16px;
  }
  .banner .swIcons {
    right: 0;
    bottom: 10px;
  }
  .banner .swIcons .swIconsDiv {
    justify-content: flex-end;
  }
  .banner .swIcons .swIconsDiv .swiper-pagination span {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .banner .swiper-container .swiper-wrapper .swiper-slide .one .text .title {
    font-size: 39px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .one .text .titleMin {
    font-size: 20px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .one .text .titleEn {
    font-size: 16px;
  }
  .banner .swIcons {
    right: 0;
    bottom: 10px;
  }
  .banner .swIcons .swIconsDiv {
    justify-content: flex-end;
  }
  .banner .swIcons .swIconsDiv .swiper-pagination span {
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  .banner .swiper-container .swiper-wrapper .swiper-slide .one .text .title {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .banner .swiper-container .swiper-wrapper .swiper-slide .one .text .titleMin {
    padding: 0 10px;
    font-size: 16px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .one .text .titleEn {
    font-size: 14px;
  }
}

.about {
  overflow: hidden;
  display: flex;
  align-self: stretch;
  justify-content: space-between;
}
.about .videoDiv {
  overflow: hidden;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/about.png") no-repeat top center;
  background-size: 100% 100%;
}
.about .videoDiv .aboutVideo {
  width: 10%;
  cursor: pointer;
}
.about .videoDiv .aboutVideo.none {
  display: none !important;
}
.about .videoDiv #video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  object-fit: cover;
}
.about .videoDiv #video.block {
  display: block !important;
}
.about .text {
  overflow: hidden;
  padding: 10px 0;
  float: right;
  color: #fff;
  background: #023691;
}
.about .text .title {
  overflow: hidden;
  padding: 0 6%;
  font-size: 180px;
  color: rgba(255, 255, 255, 0.1);
  font-weight: bold;
  line-height: 180px;
  position: relative;
}
.about .text .title > div {
  overflow: hidden;
  display: none;
  font-size: 50px;
  color: #fff;
  line-height: 50px;
  font-weight: bold;
  position: absolute;
  left: 6%;
  bottom: 15px;
}
.about .text .title > div.active {
  display: block;
}
.about .text .border {
  width: 86px;
  height: 5px;
  margin: 30px 0 30px 6.25%;
  background: #fff;
}
.about .text p {
  overflow: hidden;
  margin-bottom: 30px;
  padding: 0 6%;
  display: none;
  line-height: 30px;
}
.about .text p.active {
  display: inline-block;
  animation: fadeInUp;
  animation-duration: 1s;
}
.about .icons {
  margin: 70px auto 50px auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.about .icons > div {
  overflow: hidden;
  margin-top: -20px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  cursor: pointer;
}
.about .icons > div img.aboutActive {
  display: none;
}
.about .icons > div img.aboutActiveNo {
  display: inline-block;
}
.about .icons > div.active {
  color: #fff;
}
.about .icons > div.active img.aboutActive {
  display: inline-block;
}
.about .icons > div.active img.aboutActiveNo {
  display: none;
}
@media screen and (max-width: 1280px) {
  .about .text .title {
    font-size: 140px;
    line-height: 140px;
  }
}
@media screen and (max-width: 980px) {
  .about {
    display: block;
  }
  .about .videoDiv {
    height: 200px;
  }
  .about .text .title {
    font-size: 10px;
    color: #023691;
    line-height: 0;
  }
  .about .text .title > div {
    font-size: 20px;
    position: unset;
    line-height: 20px;
  }
  .about .text .border {
    width: 86px;
    height: 5px;
    margin: 20px 0 20px 6.25%;
    background: #fff;
  }
  .about .text p {
    margin-bottom: 0;
  }
}

.cpDiv {
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  margin: 0 auto;
  padding: 50px 6.25%;
}
.cpDiv .top {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cpDiv .top .first {
  overflow: hidden;
}
.cpDiv .top .first .title {
  width: 100%;
  overflow: hidden;
  float: left;
  font-size: 50px;
  font-weight: bold;
}
.cpDiv .top .first .border {
  width: 86px;
  height: 5px;
  margin: 30px auto 20px auto;
  float: left;
  background: #333;
}
.cpDiv .top .first p {
  overflow: hidden;
  float: left;
  line-height: 30px;
}
.cpDiv .top .last {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.cpDiv .top .last > div {
  width: 150px;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.cpDiv .top .last > div:hover,
.cpDiv .top .last > div.active {
  color: #fff;
  background: #023691;
  border-radius: 25px;
}
.cpDiv .list {
  overflow: hidden;
  display: none;
  align-items: center;
  justify-content: space-between;
}
.cpDiv .list.flex {
  display: flex;
  animation: fadeInUp;
  animation-duration: 1s;
}
.cpDiv .list > div {
  width: 20%;
  overflow: hidden;
  padding: 65px 15px;
  text-align: center;
}
.cpDiv .list > div:hover {
  padding: 15px;
  color: #325ca5;
}
.cpDiv .list > div > img {
  width: 100%;
  margin-bottom: 10px;
}
.cpDiv .list > div:hover > img {
  padding: 50px 0;
  box-shadow: 0 0 10px #ccc;
}
.cpDiv .list > div > div {
  height: 70px;
  overflow: hidden;
}
.cpDiv .btnMore {
  width: 170px;
  height: 50px;
  overflow: hidden;
  margin: 20px auto;
  padding-left: 30px;
  line-height: 50px;
  background: url("../img/btnM.png");
  background-size: 100% 100%;
  cursor: pointer;
}
.cpDiv .btnMore:hover {
  color: #fff;
  background: url("../img/btnMA.png");
  background-size: 100% 100%;
}
@media screen and (max-width: 980px) {
  .cpDiv {
    padding: 6.25%;
  }
  .cpDiv .top {
    display: block;
  }
  .cpDiv .top .first {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
  .cpDiv .top .first .title {
    font-size: 20px;
    line-height: 20px;
  }
  .cpDiv .top .first .border {
    height: 3px;
    margin: 20px auto 10px auto;
  }
  .cpDiv .top .last > div {
    width: auto;
    height: auto;
    line-height: 30px;
    padding: 0 10px;
  }
  .cpDiv .top .last > div:hover,
  .cpDiv .top .last > div.active {
    border-radius: 5px;
  }
  .cpDiv .list {
    display: none;
  }
  .cpDiv .list.flex {
    flex-wrap: wrap;
  }
  .cpDiv .list > div {
    width: 50%;
    padding: 15px;
  }
  .cpDiv .list > div:first-child {
    border: none;
  }
  .cpDiv .list > div:hover > img {
    padding: 15px;
    box-shadow: none;
  }
  .cpDiv .btnMore {
    margin: 0 auto;
  }
}

.searchDivDiv {
  overflow: hidden;
  background: url("../img/searchBg.png") no-repeat;
  background-size: 100% 100%;
}
.searchDiv {
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  margin: 0 auto;
  padding: 130px 6.25%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #fff;
}
.searchDiv .img {
  width: 50%;
}
.searchDiv .img img {
  width: 85.357%;
}
.searchDiv .inputTextDiv {
  width: 50%;
  overflow: hidden;
}
.searchDiv .inputTextDiv .title {
  overflow: hidden;
  margin-bottom: 25px;
  font-size: 36px;
  font-weight: bold;
}
.searchDiv .inputTextDiv .inputDiv {
  width: 75%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.searchDiv .inputTextDiv .inputDiv input:first-child {
  width: 80%;
  padding: 10px;
  border-radius: 5px 0 0 5px;
}
.searchDiv .inputTextDiv .inputDiv input:last-child {
  flex: 1;
  padding: 10px;
  color: #ccc;
  background: #023691;
}
@media screen and (max-width: 980px) {
  .searchDiv {
    padding: 50px 6.25%;
  }
  .searchDiv .inputTextDiv {
    width: 100%;
  }
  .searchDiv .inputTextDiv .title {
    margin-bottom: 15px;
    font-size: 26px;
  }
  .searchDiv .inputTextDiv .inputDiv {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.sbDivDiv {
  overflow: hidden;
  background: url("../img/sbBg.png") no-repeat;
  background-size: 100% 100%;
}
.sbDiv {
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  margin: 0 auto;
  padding: 50px 6.25%;
  display: flex;
  align-self: stretch;
  justify-content: space-between;
}
.sbDiv .titleDiv {
  overflow: hidden;
  margin-right: 5%;
  position: relative;
}
.sbDiv .titleDiv .title {
  width: 200px;
  overflow: hidden;
  font-size: 50px;
  font-weight: bold;
}
.sbDiv .titleDiv .border {
  width: 86px;
  height: 5px;
  margin: 20px 0 50px 0;
  background: #333;
}
.sbDiv .titleDiv .btnMore {
  width: 170px;
  height: 50px;
  overflow: hidden;
  margin: 20px 0;
  padding-left: 30px;
  line-height: 50px;
  background: url("../img/btnM.png");
  background-size: 100% 100%;
  cursor: pointer;
}
.sbDiv .titleDiv .btnMore:hover {
  color: #fff;
  background: url("../img/btnMA.png");
  background-size: 100% 100%;
}
.sbDiv .titleDiv .btns {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  left: 5px;
  bottom: 5px;
  z-index: 100;
}
.sbDiv .titleDiv .btns span {
  width: 63px;
  height: 63px;
  margin: 5px;
  color: #333;
  text-align: center;
  line-height: 63px;
  border: none;
  border-radius: 100%;
  box-shadow: 0 0 5px #ccc;
  cursor: pointer;
}
.sbDiv .titleDiv .btns span.sbLeft {
  margin-right: 20px;
}
.sbDiv .titleDiv .btns span:hover {
  color: #fff;
  background: #023691;
}
.sbDiv .titleDiv .btns span i {
  font-weight: bold;
}
.sbDiv .swiper-container {
  flex: 1;
  overflow: hidden;
}
.sbDiv .swiper-container .swiper-slide {
  padding: 10px;
}
.sbDiv .swiper-container .swiper-slide .one {
  overflow: hidden;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 5px #ccc;
}
.sbDiv .swiper-container .swiper-slide .one img {
  width: 100%;
}
.sbDiv .swiper-container .swiper-slide .one .title {
  overflow: hidden;
  margin: 20px 0 15px 0;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.sbDiv .swiper-container .swiper-slide .one p {
  height: 50px;
  overflow: hidden;
  margin-bottom: 30px;
  color: #999;
  line-height: 27px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.sbDiv .swiper-container .swiper-slide .one .btnInfo {
  width: 170px;
  height: 50px;
  overflow: hidden;
  margin: 20px 0;
  padding-left: 30px;
  line-height: 50px;
  background: url("../img/btnM.png");
  background-size: 100% 100%;
  cursor: pointer;
}
.sbDiv .swiper-container .swiper-slide .one .btnInfo:hover {
  color: #fff;
  background: url("../img/btnMA.png");
  background-size: 100% 100%;
}
@media screen and (max-width: 980px) {
  .sbDiv {
    display: block;
    padding: 6.25%;
  }
  .sbDiv .titleDiv .title {
    font-size: 20px;
    line-height: 20px;
  }
  .sbDiv .titleDiv .border {
    height: 3px;
    margin: 20px 0 10px 0;
  }
  .sbDiv .titleDiv .btns {
    display: none;
  }
}

.newsDivDiv {
  overflow: hidden;
  background: url("../img/newsBg.png") no-repeat;
  background-size: 100% 100%;
}
.newsDiv {
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  margin: 0 auto;
  padding: 50px 6.25%;
}
.newsDiv .top {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newsDiv .top .titleDiv {
  overflow: hidden;
}
.newsDiv .top .titleDiv .title {
  width: 200px;
  overflow: hidden;
  font-size: 50px;
  font-weight: bold;
}
.newsDiv .top .titleDiv .border {
  width: 86px;
  height: 5px;
  margin: 20px 0;
  background: #333;
}
.newsDiv .top .btnMore {
  width: 170px;
  height: 50px;
  overflow: hidden;
  margin-right: 10px;
  padding-left: 30px;
  line-height: 50px;
  background: url("../img/btnM.png");
  background-size: 100% 100%;
  cursor: pointer;
}
.newsDiv .top .btnMore:hover {
  color: #fff;
  background: url("../img/btnMA.png");
  background-size: 100% 100%;
}
.newsDiv .swiper-container .swiper-slide {
  padding: 10px;
}
.newsDiv .swiper-container .swiper-slide .one {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 5px #ccc;
}
.newsDiv .swiper-container .swiper-slide .one > img {
  width: 100%;
}
.newsDiv .swiper-container .swiper-slide .one .title {
  height: 90px;
  overflow: hidden;
  margin: 40px 40px 15px 40px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.newsDiv .swiper-container .swiper-slide .one p {
  height: 50px;
  overflow: hidden;
  margin: 0 40px 70px 40px;
  color: #999;
  line-height: 27px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.newsDiv .swiper-container .swiper-slide .one .btnInfo {
  overflow: hidden;
  margin: 0 40px 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #999;
}
.newsDiv .swiper-container .swiper-slide .one .btnInfo .img {
  width: 43px;
  height: 43px;
  background: url("../img/newsBtnR.png") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.newsDiv .swiper-container .swiper-slide .one .btnInfo .img:hover {
  background: url("../img/newsBtnRA.png") no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 980px) {
  .newsDiv {
    padding: 6.25%;
  }
  .newsDiv .top {
    display: block;
  }
  .newsDiv .top .titleDiv .title {
    font-size: 20px;
    line-height: 20px;
  }
  .newsDiv .top .titleDiv .border {
    height: 3px;
  }
  .newsDiv .swiper-container .swiper-slide .one .title {
    height: 50px;
    margin: 20px 20px 10px 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .newsDiv .swiper-container .swiper-slide .one p {
    margin: 0 20px 10px 20px;
  }
  .newsDiv .swiper-container .swiper-slide .one .btnInfo {
    margin: 0 20px 20px 20px;
  }
}
