@keyframes pagination-bullet-progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
li{
  list-style-type:none
}
a {
  text-decoration: none;
}

.content-css {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width:1200px) and (max-width:1399px) {
  .content-css  {
    padding-left: 4.2rem !important;
    padding-right: 4.2rem !important;
  }
}


.padding-0 {
  padding-right: 0;
  padding-left: 0;
}

.repeat .name {
  font-size: 40px;
  line-height: 40px;

  font-weight: 300;
  color: #000000;
  vertical-align: baseline;
  border-bottom: 2px solid #1eb9e1;
  margin-bottom: 39px;
}
.content-2 .name.content-name span,
.repeat .name span {
  position: relative;
  padding-bottom: 32px;
  display: inline-block;
}
.content-2 .name.content-name span::after,
.repeat .name span::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFC819;
  content: "";
}

.repeat .txt {
  font-size: 16px;

  font-weight: 300;
  color: #333333;
  line-height: 28px;
  letter-spacing: 0px;
}

.baner-s .swiper-container {
  max-width: 1920px;
  height: 500px;
  margin: 0 auto;
  width: 100%;
  object-fit: cover;
}

.baner-s .swiper-container .swiper-slide .img {
  background-repeat: no-repeat;
  /* background-size: 100%  500px; */
  background-size: cover;
  height: 500px;
}

/* .baner-s .swiper-container .baner-txt {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width:1200px) and (max-width:1399px) {
  .baner-s .swiper-container .baner-txt  {
    padding-left: 4.2rem;
    padding-right: 4.2rem;
  }
} */

.baner-s .swiper-container .baner-txt .baner-name {
  font-size: 54px;
  font-weight: 400;
  color: #FFFFFF;
  vertical-align: baseline;
  letter-spacing: 7px;
  padding-bottom: 30px;
  width: 504px;
  line-height: 1;
  border-bottom: 2px solid #FFC819;
  border-image: linear-gradient(to right, #FFC819, transparent) 0.6 10;
  max-width: 504px;
  width: 100%;
  text-align: left;

  position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.baner-s .swiper-container .swiper-pagination-bullets {
  bottom: 54px;
}

.baner-s .swiper-container .swiper-pagination-bullets span {
  display: inline-block;
  width: 60px;
  cursor: pointer;
}

.baner-s .swiper-container .swiper-pagination-bullets span:not(:last-child) {
  margin-right: 11px;
}

.baner-s .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  height: 2px;
  background: #FFFFFF;
  opacity: 0.88;
  position: relative;
}

.baner-s .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #FFC819;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  animation-duration: inherit;
  animation: pagination-bullet-progress 3s linear;
  -webkit-animation: pagination-bullet-progress 3s linear;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.content-1 {
  margin-top: 107px;
  margin-bottom: 122px;
  position: relative;
}

.content-1 .content-txt {
  width: 85.72%;
  /* height: 532px; */
  min-height: 532px;
  height: 100%;
  padding-bottom: 60px;
  display: inline-block;
  padding-top: 118px;
  padding-left: 109px;
  background: url("../assets/images/foundation/home-b.png") no-repeat;
  background-size: cover;
}
@media (min-width:1200px) and (max-width:1399px) {

.content-1 .content-txt {
  padding-top: 84px;
}
}
.content-1 .content-txt .content-box .name {
  width: 52%;
  font-size: 40px;
  line-height: 40px;

  font-weight: 300;
  color: #FFFFFF;
  vertical-align: middle;
  margin-bottom: 30px;
  /* padding-bottom: 30px; */
  letter-spacing: 2px;
}

.content-1 .content-txt .content-box .name span::after {
  width: 62%;
  bottom: -2px;
}

.content-1 .content-txt .content-box .txt {
  width: 54%;
  font-size: 18px;

  font-weight: 300;
  color: #FFFFFF;
  letter-spacing: 1px;
  /* max-height: 140px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5; */
}

.content-1 .content-txt .content-box .a-bnt {
  padding: 12px 52px;
  border: solid 1px #ffffff;
  font-size: 16px;

  font-weight: bold;
  color: #FFFFFF;
  vertical-align: middle;
  letter-spacing: 1px;
  /* display: inline-block; */
  margin-top: 30px;
  display: flex;
    align-items: center;
    width: 210px;
}

.content-1 .content-txt .content-box .a-bnt img {
  margin-left: 3px;
}

.content-1 .content-txt .content-box .a-bnt:hover {
  background-color: #FFC819;
  border: solid 1px #FFC819;
}

.content-1 .img-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 43.8%;
  height: 409px;
}

.content-1 .img-right img {
  /* position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); */
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1400px){
  .content-1 .img-right img{
    padding-right:1.8rem;
  }
}
@media screen and (min-width: 1200px){
  .content-1 .img-right img {
    padding-right: 4.2rem;
  }
}
.baner-s .baner-txt {
  position: relative;
  height: 100%;
}

/* @media (min-width:1200px) and (max-width:1399px) {
  .content-1 .img-right {
    right: 4.2rem;
    width: 43.8%;
  }

  .content-1 .img-right img {
    width: 100%;
  }
} */
.content-2 {
  margin-bottom: 120px;
}

.content-2 .name {
  font-size: 40px;

  font-weight: 300;
  color: #000000;
  vertical-align: baseline;
  text-align: center;
  margin-bottom: 67px;
}

.content-2 .num-detailed {
  text-align: center;
}

.content-2 .num-detailed .num-s img {
  max-width: 51px;
  max-height: 57px;
  width: 100%;
  height: 100%;
}

.content-2 .num-detailed .num-s .name {
  font-size: 16px;

  font-weight: 400;
  color: #333333;
  vertical-align: baseline;
  margin: 30px 0 19px 0;
}

.content-2 .num-detailed .num-s .num {
  font-size: 40px;
  font-weight: bold;
  color: #005096;
  vertical-align: baseline;
}

.content-3 {
  padding-top: 61px;
  /* padding-bottom: 79px; */
}

.content-3 .name {
  margin-bottom: 26px;
}

.content-3 .content-left {
  padding-right: 4.6%;
  padding-left: 0;
}

.content-3 .content-left ul li {
  margin-right: 0;
}
.content-3 .content-left ul li:not(:last-child) {
  margin-bottom: 20px;
}

.content-3 .content-left ul li .title.col-xs-10 {
  padding-right: 0;
}

.content-3 .content-left ul li .title .img.col-xs-5 {
  padding-right: 28px;
}
.content-3 .content-left ul li .title .img {
  width: 41.1%;
  height: 110px;
  overflow: hidden;
  display: inline-block;
}
.content-3 .content-left ul li .title .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-3 .content-left  ul li{
  height: 110px;
}
.content-3 .content-left ul li .title .title-txt {
  font-size: 17px;

  font-weight: bold;
  color: #333333;
  line-height: 27px;
  display: inline-block;
  width: 55.4%;
  float: right;
  max-height: 54px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.content-3 .content-left ul li .title .title-txt.col-xs-7 {
  padding-right: 20px;
  padding-left: 3px;
}

.content-3 .content-right {
  padding-left: 4.6%;
  padding-right: 0;
}

/* .content-3 .name {
  border-image: linear-gradient(to right, #1eb9e1, transparent) 0.6 10;
} */
.content-3 .name span{
  padding-bottom: 24px;
}

.content-3 .name a {
  text-decoration: none;
  font-size: 13px;

  font-weight: bold;
  color: #005096;
  vertical-align: baseline;
  float: right;
  line-height: 40px;
  margin-top: 12px;
  display: flex;
 align-items: center;
}

.content-3 ul li {
  min-height: 41px;
}

.content-3 ul li .col-xs-10 {
  width: 89.333333%;
}

.content-3 ul li .col-xs-2 {
  /* width: 10.666667%; */
  width: 100%;
  flex: 1;
}
.content-3 ul li a{
  display: flex;
}
@media (min-width:1200px) and (max-width:1399px) {
  .content-3 ul li .col-xs-10 {
    width: 85.333333%;
  }

  /* .content-3 ul li .col-xs-2 {
    width: 14.666667%;
  } */

}
.content-3 ul li:not(:last-child) {
  margin-bottom: 40px;
}

.content-3 ul li .title {
  font-size: 17px;

  font-weight: 300;
  color: #005096;
  line-height: 24px;
  padding-left: 0;
}

.content-3 ul li .title .spot {
  margin-top: 16px;
}

.content-3 ul li .title .spot.col-xs-1 {
  width: 2.333333%;
}

.content-3 ul li .title .spot:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #005096;
  display: inline-block;
  vertical-align: middle;
}

.content-3 ul li .title .title-txt {
  max-height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  padding-right: 9px;
  padding-left: 0;
  margin-top: 16px;
}

.content-3 ul li .title .title-txt.col-xs-11 {
  width: 96.566667%;
}

.content-3 ul li .time {
  font-size: 12px;

  font-weight: 400;
  color: #7A7A7A;
  vertical-align: baseline;
  line-height: 26px;
  text-align: right;
  margin-top: 16px;
  white-space: nowrap;
}

.content-4 {
  margin-bottom: 122px;
}
.content-4 a:not(:last-child){
  margin-bottom: 40px;
  display: block;
}
/* .content-4 .content-css {
  padding: 0 25px;
} */

.content-4 .name.content-name {
  /* width: 841px; */
  letter-spacing: 1px;
  /* margin: 0 calc((100% - 841px) / 2); */
  margin-bottom: 64px;
  border: none;
  text-align: center;
}
.content-2 .name.content-name span,
.content-4 .name.content-name span{
  border-bottom: 2px solid #1eb9e1;
}
.content-2 .name.content-name span::after,
.content-4 .name.content-name span::after {
  width: 50%;
}

.content-4 .content-txt1 {
  /* background: url("../assets/images/foundation/home-b1.png") no-repeat; */
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 149px;
  padding-right: 40px;
}

.content-4 .content-txt1 .txt-box {
  float: right;
  max-width: 590px;
}

.content-4 .content-txt2 .txt-box {
  /* margin-top: 140px; */
  padding-left: 34px;
  padding-right: 56px;
}

.content-4 .content-txt2 .background-img {
  padding-left:0;
  padding-right: 0;
}

.content-4 .content-txt2 .txt-box.col-xs-6,
.content-4 .content-txt3 .background-img.col-xs-6{
width: 50.38%;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.content-4 .content-txt3 .background-img {
  padding-right: 0;
  padding-left: 0;
}
.content-4 .background-img {
  height: 455px;
}
.content-4 .background-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-4 .content-txt2 .background-img.col-xs-6,
.content-4 .content-txt3 .txt-box.col-xs-6{
  width: 49.62%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  }
.content-4 .content-txt3 .txt-box {
  /* margin-top: 149px; */
  padding-left: 50px;
  padding-right:32px;

}

.content-4 .content-txt4 {
  /* background: url("../assets/images/foundation/home-b4.png") no-repeat; */
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 139px;
  padding-left: 40px;
}

.content-4 .content-txt4 .txt-box {
  max-width: 590px;
}

.content-4 .content-txt {
  height: 455px;
  margin: 0 auto;
  position: relative;
}
.content-4 .content-css .content-txt:first-of-type{
  background-color: #F8FAFD;
}

.content-4 .content-txt:last-child{
  background-color: #F8FAFD;
}

.content-4 .content-txt:not(:last-child) {
  margin-bottom: 40px;
}

.content-4 .content-txt .txt-box .name {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 20px;
}
.content-4 .content-txt .txt-box .name span{
  padding-bottom: 22px;
}

.content-4 .content-txt .txt-box .txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7;
  max-height: 196px;
}
.bottom-box{
  display: flex;
  position: relative;
  margin-bottom: 120px;
}
.bottom-box .content-3{
  flex: 1;
  padding-left: 13.215%;
}
.content-5 {
  margin-bottom: 120px;
  width: 39.714%;
}
.content-5 .name {
  margin-bottom: 36px;
}
.content-5 .name span{
  padding-bottom: 26px;
}

.content-5 .content-txt {
  padding-left: 0;
  padding-right: 38px;
}

.content-5 .content-txt.col-xs-7 {
  width: 56.92%;
}

.content-5 .content-txt .line{
  line-height: 55px;
  display: flex;
}
.content-5 .content-txt .line .row-1 {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #333333;

  vertical-align: baseline;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}


.content-5 .content-txt .line .row-2 {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;

  font-weight: bold;
  color: #005096;
  vertical-align: baseline;
  padding-left: 23px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  flex: 1;
}

.content-5 .content-txt .line:last-child .row-2 {
  font-size: 16px;
  line-height: 20px;

  font-weight: bold;
  color: #005096;
}
.content-5 .us-img {
  width: 39.714%;
  max-width: 556px;
	height: 312px;
  position: absolute;
  top: 260px;
  margin-left: 40px;
}

.content-5 .us-img img{
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.content-5 .us-txt{
  /* width: 39.714%; */
  max-width: 556px;
  height: 431px;
	background-color: #f8fafd;
  padding: 60px 40px 10px 40px;

}
