.w1240{
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .w1240{
    padding: 0 10px;
  }
}

.it-box{
  height: 80px;
}
.index-top .right{
  justify-content: flex-end;
  align-items: flex-start;
}
.index-top .w1240{
  max-width: 1140px;
}
.index-top{
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  transition: all .2s;
  z-index: 2;
}
.index-top.fixed{
  /* position: sticky; */
}
.index-top:hover,
.index-top.fixed{
  background-color: #fff;
}
.index-top .w1240{
  align-items: flex-start;
  padding-top: 26px;
  min-height: 80px;
}
.index-top .logo i{
  display: block;
  width: 62px;
  height: 32px;
  transition: all .2s;
  background-image: url(../images/logo-white.png);
}
.index-top:hover .logo i,
.index-top.fixed .logo i{
  background-image: url(../images/logo-gray.png);
}
.index-top a.logo img{
  height: 32px;
}
.index-top .logo span{
  margin-left: 12px;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
}
.index-top:hover .logo span,
.index-top.fixed .logo span{
  color: #000;
}
.index-top .it-langs{
  margin-top: 4px;
  font-size: 18px;
  color: #fff;
  line-height: 32px;
}
.index-top:hover .it-langs,
.index-top.fixed .it-langs{
  color: #000;
}
.index-top .it-langs a{
  color: #fff;
}
.index-top:hover .it-langs a,
.index-top.fixed .it-langs a{
  color: #000;
}
.index-top .it-langs span{
  margin: 0 6px;
  font-size: 12px;
}
.index-top .it-navs{
  margin-top: 4px;
  display: flex;
}
.index-top .it-navs li{
  text-align: center;
  min-width: 164px;
}
.index-top .it-navs li a.primary{
  position: relative;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  line-height: 20px;
}
.index-top .it-navs li a.primary i.fa{
  display: none;
}
.index-top:hover .it-navs li a.primary,
.index-top.fixed .it-navs li a.primary{
  color: #000;
}
.index-top .it-navs dl{
  display: none;
  padding: 12px 0;
}
.index-top .it-navs dl .secs{
  position: absolute;
  display: none;
  left: 80%;
  top: 0;
  padding: 15px 20px;
  background-color: #fff;
}
.index-top .it-navs dl .secs a{
  display: inline-block;
  margin-bottom: 30px;
  font-size: 18px;
  color: #666;
  line-height: 32px;
  white-space: nowrap;
}
.index-top .it-navs dl .secs a:hover{
  color: #000;
}
.index-top .it-navs dl .secs a:last-child{
  margin-bottom: 0;
}
.index-top .it-navs dl dd{
  position: relative;
  padding: 15px 0;
}
.index-top .it-navs dl dd a.secondary{
  display: inline-block;
  position: relative;
  font-size: 18px;
  color: #666;
  line-height: 20px;
}
.index-top .it-navs dl dd a.secondary i.fa{
  display: none;
}
.index-top .it-navs dl dd a.secondary.budge:after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -9px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #FCC00B;
}
.index-top .it-navs dl dd a.secondary:hover{
  color: #000;
}
@media screen and (min-width: 920px) {
  .index-top .it-navs{
    /* margin-right: 2%; */
  }
  .index-top .it-navs li:hover dl{
    display: block;
  }
  .index-top .it-navs dl dd:hover .secs{
    display: block;
  }
  .index-top .it-navs li:hover a.primary:after{
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 3px;
    width: 100%;
    background-color: #FCC00B;
  }
}
@media screen and (min-width: 1140px){
  .index-top .it-navs{
    /* margin-right: 18.4%; */
  }
}


.index-top .navs-trigger{
  display: none;
  width: 26px;
  height: 22px;
  position: relative;
  transform: translateY(6px);
}
.index-top .navs-trigger span{
  position: absolute;
  top: 8px;
  right: 0;
  display: inline-block;
  width: 26px;
  height: 1px;
  background-color: #333;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
.index-top .navs-trigger.active span{
  background-color: transparent;
}
.index-top .navs-trigger span:before,
.index-top .navs-trigger span:after{
  display: inline-block;
  width: 26px;
  height: 1px;
  background-color: #333;
  content: '';
  position: absolute;
  right: 0;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
.index-top .navs-trigger span:before{
  top: 8px;
}
.index-top .navs-trigger span:after{
  top: -8px;
}
.index-top .navs-trigger.active span:before{
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.index-top .navs-trigger.active span:after{
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.index-top .shadow{
  display: none;
}
@media screen and (max-width: 1240px) {
}
@media screen and (max-width: 920px) {
  .index-top{
    position: fixed;
  }
  .it-box{
    height: 64px;
  }
  .index-top .w1240{
    padding-top: 18px;
    min-height: 64px;
  }
  .index-top a.logo img{
    height: 28px;
  }
  .index-top .logo span{
    font-size: 20px;
  }
  .index-top .right{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    left: 0;
    top: 64px;
    right: 0;
    bottom: 0;
    background-color: #fff;
  }
  .index-top .right:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  }
  .index-top .it-navs{
    display: block;
    width: 100%;
    padding-top: 10px;
    height: calc(100% - 60px);
    overflow-y: auto;
  }
  .index-top .it-navs li{
    text-align: left;
  }
  .index-top .it-navs li a.primary{
    display: block;
    padding: 8px 20px;
  }
  .index-top .it-navs li a.primary i.fa,
  .index-top .it-navs dl dd a.secondary i.fa{
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    font-size: 20px;
    transition: all .2s;
  }
  .index-top .it-navs li.active a.primary i.fa,
  .index-top .it-navs dl dd.active a.secondary i.fa{
    transform: translateY(-50%) rotate(180deg);
  }
  .index-top .it-navs dl {
    padding: 0;
  }
  .index-top .it-navs dl dd{
    padding: 0;
  }
  .index-top .it-navs dl dd a.secondary{
    display: block;
    padding: 8px 30px;
  }
  .index-top .it-navs dl dd a.secondary.budge:after{
    right: initial;
    left: 20px;
  }
  .index-top a.navs-trigger{
    display: block;
  }
  .index-top .it-navs dl .secs{
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    padding: 0 0 0 40px;
  }
  .index-top .it-navs dl .secs a{
    display: block;
    margin-bottom: 0;
    font-size: 14px;
  }
  .index-top .it-langs{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.index-animates{
  position: relative;
}
.index-animates video.pc{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.index-animates img.bg{
  position: relative;
  z-index: 0;
  width: 100%;
}
.index-animates .labels a{
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
}
.index-animates .labels a .words{
  position: relative;
  box-sizing: border-box;
  width: 0;
  overflow: hidden;
  margin-left: 16px;
  height: 46px;
  border-radius: 23px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  pointer-events: none;
  /* transition: all .36s .4s; */
}
.index-animates .labels a .words *{
  opacity: 0;
}
@media screen and (min-width: 1200px) {
  .index-animates .labels a:hover .words{
    width: 100%;
    padding: 0 24px;
    pointer-events: all;
    transition: all .4s;
    background-color: rgba(0, 0, 0, 0.75);
    animation: slideRight .4s;
  }
  .index-animates .labels a:hover .words *{
    opacity: 1;
    transition: all .36s .4s;
  }
}
.index-animates .labels a .words p{
  margin-left: 10px;
}
.index-animates .labels a .words i{
  margin-left: 16px;
  font-size: 20px;
  line-height: 20px;
  transform: translateY(-1px);
}
.index-animates .labels a .point{
  display: block;
  position: relative;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 7px solid #EAB000;
  border-radius: 50%; 
  animation: bordershow 3s infinite;
}
.index-animates .labels a .point:before {
  content: '';
  display: block;
  position: absolute;
  /* left: 50%;
  top: 50%; */
  top: 2px;
  left: 2px;
  z-index: -1;
  opacity: 0;
  /* -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
   */
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(234, 176, 0, 0.4);
}
.index-animates .labels a .point:before {
  animation: boderM 3s .75s infinite;
}
.index-animates .labels a .point:after {
  content: '';
  display: block;
  position: absolute;
  /* left: 50%;
  top: 50%; */
  top: 2px;
  left: 2px;
  z-index: -1;
  /* -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(234, 176, 0, 0.4);
}
.index-animates .labels a .point:after {
  animation: boderM 3s infinite;
}
.index-animates .phone{
  display: none;
}
@media screen and (max-width: 1440px) {
  .index-animates .labels a .point{
    /* width: 14px;
    height: 14px;
    border: 5px solid #EAB000; */
  }
}
@media screen and (max-width: 750px) {
  .index-animates .bg,
  .index-animates .pc,
  .index-animates .labels{
    display: none;
  }
  .index-animates .phone{
    display: block;
    position: relative;
    width: 100%;
    z-index: 1;
  }
}
@keyframes bordershow {
  50% {
    box-shadow: 0px 0px 10px 0 #EAB000;
  }
}
@keyframes boderM {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0
  }
  20% {
    opacity: 1
  }
  75% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0
  }
  100% {
    opacity: 0
  }
}
@keyframes slideRight{
  from{
    width: 0;
  }
  to{
    width: 100%;
    padding: 0 24px;
  }
}


.footer-infos{
  padding: 10px 0 20px;
}
.footer-infos .container-tn{
  
}
.footer-infos ul{
  flex-wrap: wrap;
}
.footer-infos ul li{
  margin-right: 100px;
  font-size: 14px;
  color: #666;
}
.footer-infos ul li:last-child{
  margin-right: 0;
}
.footer-infos ul li label{
  margin-left: 12px;
}
.footer-infos ul li p{
  margin-left: 10px;
}
.footer-infos p.cr{
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
@media screen and (max-width: 1240px) {
  
}
@media screen and (max-width: 750px) {
  .footer-infos ul li{
    width: 100%;
    margin-right: 0;
  }
}


.footer-black{
  height: 40px;
  background-color: #000;
  border-bottom: 2px solid #FCC00B;
}