.banner-img{
  width: 100%;
  height: 100%;
}
.banner{
  /* margin: -72px; */
  margin: -72px 0px -72px -72px;
  margin-bottom: 0px;
}
.banner-container {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1200px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  color: #FFFFFF;
}
.banner-container-des1{
  font-family: PingFangSC-Semibold;
  font-size: 50px;
  letter-spacing: 10px;
  text-align: center;
  
}
.banner-container-line{
  background: #FFFFFF;
  width: 252px;
  margin: 20px auto 40px;
  height: 6px;
}
.banner-container-des2{
  font-family: Helvetica;
  font-size: 22px;
  letter-spacing: 4px;
  text-align: center;
}

.banner-container-center {
  align-items: center;
  -webkit-align-items: center;
}

.banner-line{
  background-color: white;
  width: 252px;
  height: 6px;
  margin-top: 22px;
}

.panel-02{
  height: 428px;
   background-image: url("../../img/index/banner2.png");
  background-repeat:no-repeat;
  background-size: 100% 100%; 
  display: flex;
  display:-webkit-flex;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items:center;
  /* padding-left: 18%; */
  background-position: center;
}

.panel-02-body{
  font-family: PingFangSC-Regular;
  font-size: 50px;
  color: #FFFFFF;
  line-height: 70px;
  display: flex;
  display:-webkit-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  width: 1200px;
}
.panel-02-body img{
  width: 80px;
  height: 80px;
}
.panel-02-bodyli{
  text-align: center;
  width: 240px;
}
.panel-02-bodyli-center{
  margin: 20px auto 10px;
}
.panel-02-bodyli-bottom{
  opacity: 0.7;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 28px;
} 
.panel-03{
  background-image: url("../../image/index/bg_03.png");
  background-repeat:no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.panel-03-top{
  position: relative;
  width: 100%;;
  height: 180px;
  display: flex;
  display:-webkit-flex;
  flex-direction: column;
  background-position: center;
  align-items: center;
  justify-content: center;
	-webkit-justify-content: center;
  color: white;
  border-bottom: 1px solid #14245A;
}

.panel-03-top > p{
  font-size: 32px;
  color: white;
  font-family: PingFangSC-Regular;
}

.panel-03-item-container{
  position: absolute;
  bottom: 0;
}

.panel-03-item-view{
  position: relative;
  width: 780px;
  margin-top: 6px;
  padding: 16px 0 ;
  display: flex;
  display:-webkit-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  align-items: center;
}

.panel-03-item{
  opacity: 0.65;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
}

.panel-03-item:hover{
  cursor: pointer;
}

.active-panel-03-item{
  opacity: 1;
}

.panel-03-indicator{
  position: absolute;
  width: 64px;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #1E63FD;
  transform: translateX(260px);
  transition:all 0.5s; 
  -moz-transition:all 0.5s; 
  -webkit-transition:all 0.5s; 
  -o-transition:all 0.5s; 
}

.panel-03-bottom{
  height: 532px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.arrow-left{
  width: 76px;
  height: 76px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -118px;
}

.arrow-left img {
  width: 100%;
  height: 100%;
}

.arrow-left:hover , .arrow-right:hover{
  cursor: pointer;
  box-shadow:0px 0px 2px 3px rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.arrow-right{
  width: 76px;
  height: 76px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -118px;
}

.arrow-right img {
  width: 100%;
  height: 100%;
}

.photo-container{
  width: 934px;
  height: 384px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.photo-show-container{
  width: 5080px;
  height: 384px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-1014px);
  transition:all 1.5s;
  -moz-transition:all 1.5s; /* Firefox 4 */
  -webkit-transition:all 1.5s; /* Safari and Chrome */
  -o-transition:all 1.5s; /* Opera */
}
.photo-item{
  width: 934px;
  height: 384px;
  margin-right: 80px;
  float: left;
  background-color: white;
  border-radius: 5px;
  display: flex;
  display:-webkit-flex;
}

.photo-item:hover{
  cursor: pointer;
}

.photo-item-img{
  width: 467px;
  height: 384px;
}

.photo-right{
  margin: 40px 0px 40px 36px;
  position: relative;
  width: 386px;
}
}

.photo-item-title{
  position: relative;
  font-family: PingFangSC-Medium;
  font-size: 26px;
  color: #152751;
  letter-spacing: 0;
  border-bottom: 1px solid #E1E1ED;
  padding-bottom: 8px;
  width:fit-content;
  width:-webkit-fit-content;
  width:-moz-fit-content;
}

.photo-item-indicator{
  position: absolute;
  bottom: 0;
  background-color: #9394AB;
  width: 46px;
  height: 2px;
}

.photo-item-name{
  font-family: PingFangSC-Regular;
  font-size: 20px;
  color: #484964;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 10px;
}
.photo-item-iconbody{
  font-family: PingFangSC-Regular;
  font-size: 20px;
  color: #484964;
  letter-spacing: 0;
  line-height: 20px;
  margin: 22px auto;
  display: flex;
  display:-webkit-flex;
}
.photo-item-iconbody img{
  width: 21px;
  margin-right: 12px;
}
.photo-item-iconbody span{
  margin-right: 30px;
}
.photo-item-desc{
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #484964;
  letter-spacing: 0;
  line-height: 24px;
  /* margin-top: 30px; */
}

.photo-detail{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 9px 27px;
  background-color: #1E63FD;
  border-radius: 2px;
  display: flex;
  display:-webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
}

.photo-detail span{
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  margin-right: 8px;
}

.photo-detail img {
  width: 9px;
  height: 9px;
} 

.panel-04{
  background-image: url("../../image/index/bg_04.png");
  background-repeat:no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.panel-04-root{
  /* width: 68%; */
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  display:-webkit-flex;
  flex-direction: column;
  background-position: center;
  align-items: center;
}

.advantage-title{
  margin-top: 20px;
  font-size: 32px;
  color: white;
}

.advantage-desc{
  font-size: 16px;
  margin-top: 20px;
  color: #E1E1E1;
  opacity: 0.8;
}

.panel-04-view{
  /* border-bottom: 1px solid #283972; */
  width: 100%;
  display: flex;
  display:-webkit-flex;
  /* align-items: center; */
  justify-content: space-around;
  -webkit-justify-content: space-around;
  margin-top: 60px;
}

.advantage-item{
  /* width: 23%; */
  width: 312px;
  display: flex;
  display:-webkit-flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center;
  -webkit-justify-content: center; */
  opacity: 0.6;
}

.active-advantage {
  opacity: 1;
}

.advantage-item img{
  width: 168px;
  margin-bottom: 46px;
  /* height: 160px; */
}

.advantage-item span{
  font-family: PingFangSC-Medium;
  font-size: 32px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
}
.advantage-item div{
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  margin-top: 8px;
}
.advantage-title-1{
  color: white;
  align-self: flex-start;
  margin-top: 10px;
  font-size: 20px;
}

.advantage-desc-1{
  color: white;
  align-self: flex-start;
  margin-top: 10px;
  opacity: 0.8;
  font-size: 16px;
}

.advantage-desc-2{
  letter-spacing: 3.82px;
  font-family: PingFangSC-Regular;
  font-size: 36px;
  color: #FFFFFF;
  height: 100%;
  text-align: center;
  display: flex;
  display:-webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 30px 0 60px;
}

.panel-05{
  background-color: #161B33;
  height: 100px;
  display: flex;
  display:-webkit-flex;
  align-items: center;
  justify-content: center;
	-webkit-justify-content: center;
}

.panel-05-item{
  float: left;
  margin-right: 48px;
  display: flex;
  display:-webkit-flex;
  align-items: center;
  justify-content: center;
	-webkit-justify-content: center;
}

.panel-05-item img{
  width: 42px;
  height: 42px;
  margin-right: 15px;
}

.panel-05-item span{
  font-size: 16px;
  color: #6C728C;
}

.video{
  width: 100%;
  height: 100%;
}




