.header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 2;
}

.header .wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav {
  height: 100%;
  display: flex;
  align-items: center;
}

.nva-item {
  margin-left: 84px;
	font-family: SourceHanSansCN-Regular;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1.8px;
	color: #000000;
}

.nva-item:hover, .nva-item:visited{
  color: #000000;
}

.title-wrap{
  margin: 0 auto 64px;
  width: 292px;
	height: 75px;
  background: url('../images/bg-title.png') no-repeat center center / contain;
  font-family: SourceHanSansCN-Bold;
	font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 75px;
	letter-spacing: 4px;
	color: #000000;
  text-align: center;
}

.banner{
  width: 100%;
  height: 500px;
  background: url('../images/banner.png') no-repeat center center / cover;
}

.intro{
  padding-top: 89px;
  padding-bottom: 60px;
}

.intro .title-wrap{
}

.intro-text{
  text-indent: 2em;
  margin-bottom: 10px;
  font-family: SourceHanSansCN-Normal;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: -0.4px;
	color: #000000;
  text-align: justify;
}

.product{
  padding-top: 70px;
  padding-bottom: 60px;
  background: #f8f8f8;
}

.product .title-wrap{
}

.product-tabs{
  margin-bottom: 35px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-tabs-item{
  position: relative;
  width: 282px;
	height: 48px;
	background-color: #dddddd;
  font-family: SourceHanSansCN-Bold;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 2.4px;
	color: #000000;
  text-align: center;
  cursor: pointer;
}

.product-tabs-item.active{
	background-color: #2458a6;
  color: #fff;
}

.product-tabs-item.active:after {
  margin: 0 auto;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 11px 0 11px;
  border-color: #2458a6 transparent transparent transparent;
}

.product-img-wrap{
  width: 100%;
  display: flex;
  justify-content: center;
}

.product-img{
  display: none;
  margin: 0 auto;
}

.more-btn{
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 59px auto 0;
  width: 383px;
	height: 50px;
	background-image: linear-gradient(0deg, 
		#ae0d15 0%, 
		#ff6600 100%);
	border-radius: 25px;
  font-family: SourceHanSansCN-Regular;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
  line-height: 50px;
	color: #ffffff;
  text-align: center;
}

.more-btn:hover, .more-btn:visited{
  color: #fff;
}

.more-btn img{
  margin-left: 7px;
}


.programme{
  padding-top: 70px;
  padding-bottom: 96px;
  background: #fff;
}

.programme .title-wrap{
}


.programme-item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  background: #f7f7f7;
}

.programme-item img{
  display: block;
  width: 284px;
	height: 228px;
  margin-right: 26px;
}

.programme-item-text{
  flex: 1;
}

.programme-item-title{
  margin-bottom: 19px;
  font-family: SourceHanSansCN-Bold;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #000000;
}

.programme-item-content{
  margin-bottom: 10px;
  font-family: SourceHanSansCN-Normal;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #333333;
  text-align: justify;
}

.programme-item-content:last-child{
  margin-bottom: 0;
}

.programme-item-content span{
	font-family: SourceHanSansCN-Bold;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #2458a6;
}

.g-footer{
  background: #f5f5f5;
}

#g-footer .g-footer-record .fn-fr{
  width: 70px;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next{
  width: 53px;
	height: 89px;
  background: #144199;
  transform: translateY(-50%);
  left: -80px;
  color: #fff;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev{
  width: 53px;
	height: 89px;
  background: #144199;
  transform: translateY(-50%);
  right: -80px;
  color: #fff;
}