/* endregion title */
#section-banner {
  padding-top: 0;
  padding-bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 46px;
  height: 350px;
  overflow: hidden;
}
.section-banner {
  position: relative;
}
.section-banner .swiper-pagination {
  bottom: 56px!important;
}
.section-banner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #666666;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  background: none;
}
.section-banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 12px !important;
  height: 12px !important;
  border-width: 2px !important;
  border-color: #e41e2b !important;
  background: none;
}
.section-banner img {
  width: 100%;
  display: none;
}
.section-banner .row {
  width: 100%;
  height: 350px;
  float: left;
  position: relative;
}
.section-banner .row .section-wrap {
  width: 100%;
  height: 187px;
  position: absolute;
  background-size: cover;
  background-position: center center;
  top: 60px;
  left: 30px;
}

.banner-activity-text {
	position:relative;
	z-index:3;
	text-align:left;
}
.banner-activity-text h3 {
	margin-bottom:20px;
	font-size:24px;
	line-height:36px;
	color:#333
}
.banner-activity-text h2 {
	margin-top:10px;
	margin-bottom:10px;
	font-size:48px;
	line-height:70px;
	color:#333
}
.banner-activity-text h2.red{
	color:#e41e2b;
}
.banner-activity-text p.red {
	margin-top:0px;
	margin-bottom:0px;
	font-size:22px;
	line-height:22px;
	color:#de5900;
	font-weight:600;
	border: 1px solid #de5900;
	padding: 10px;
	display:inline-block;
}
.banner-activity-text p{
	margin-top:10px;
	margin-bottom:20px;
	font-size:18px;
	line-height:22px;
	color:#333
}
.banner-activity-text em {
	font-style:normal;
	color:#e41e2b
}
.banner-activity-text .banner-activity-text-subp {
	display:block;
	margin-top:12px;
	margin-bottom:12px;
	font-size:14px;
	line-height:18px;
	color:#999
}
.section-banner .row .section-wrap .play-icon {
  display: inline-block;
  width: 140px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  color: #000000;
  border: 1px solid #000000;
  text-align: center;
  position: absolute;
  vertical-align: middle;
  left: 50%;
  margin-left: -70px;
  top: 210px;
}
.section-banner .row .section-wrap .play-icon:hover {
  background-color: #e41f2b;
  color: #ffffff;
  border-color: #e41f2b;
}
.section-banner .row .section-wrap .play-icon:hover i {
  background: url(../images/about/abouthwc-play-hover.png) no-repeat;
  background-size: 100% 100%;
}
.section-banner .row .section-wrap .play-icon i {
  width: 14px;
  height: 14px;
  margin-right: 8px;
  display: inline-block;
  background: url(../images/about/abouthwc-play.png) no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
}
.section-banner .row .row-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section-banner .banner-bar {
  height: 46px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  background-color: rgba(9, 49, 104, 0.3);
  z-index: 3;
}
.section-banner .banner-bar .banner-bar-list {
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0px 200px;
}
.section-banner .banner-bar .banner-bar-list .active {
  background: #E41F2B;
}
.section-banner .banner-bar .banner-bar-list .active a {
  color: #ffffff!important;
  border-right: 0px!important;
}
.section-banner .banner-bar .banner-bar-list .banner-bar-item {
  width: calc(100%  / 5 );
  font-size: 16px;
  line-height: 46px;
  color: #ffffff;
  text-align: center;
  float: left;
  cursor: pointer;
  transition: all 0.3s;
}
.section-banner .banner-bar .banner-bar-list .banner-bar-item:hover {
  background: #E41F2B;
}
@media (max-width: 767px) {
  .section-banner {
    height: auto !important;
    padding-bottom: 30px !important;
    overflow: hidden;
  }
  .section-banner img {
    display: block;
  }
  .section-banner .row {
    height: auto;
  }
  .section-banner .row .row-img {
    display: none;
  }
  .section-banner .row .section-wrap {
    background: none !important;
  }
  .section-banner .row .section-wrap .play-icon {
    top: 70%;
  }
  .section-banner .banner-bar {
    height: 31px;
    border-bottom: 1px solid #e2e2e2;
  }
  .section-banner .banner-bar .banner-bar-list {
    background: #FFFFFF;
    padding: 0px;
  }
  .section-banner .banner-bar .banner-bar-list .banner-bar-item {
    line-height: 30px;
    transition: 0s;
  }
  .section-banner .banner-bar .banner-bar-list .banner-bar-item a {
    display: block;
  }
  .section-banner .banner-bar .banner-bar-list .banner-bar-item .active a {
    color: #ffffff;
  }
  .section-banner .banner-bar .banner-bar-list .banner-bar-item:hover a {
    color: #ffffff;
    border-right: 0px;
  }
  .section-banner .banner-bar .banner-bar-list .banner-bar-item a {
    display: inline-block;
    width: 100%;
    border-right: 1px solid #e2e2e2;
    font-size: 12px;
    color: #333333;
    text-align: center;
    line-height: 15px;
  }
  .section-banner .banner-bar .banner-bar-list .banner-bar-item a:last-child {
    border: 0px;
  }
}
/* region layout */
