@font-face {

  font-family: 'FZLTTHJW';

  src: url('../font/FZLTTHJW.eot');

  src: url('../font/FZLTTHJW.woff') format('woff'),

    url('../font/FZLTTHJW.ttf') format('truetype'),

    url('../font/FZLTTHJW.svg') format('svg');

}



@font-face {
  font-family: "CTBiaoSongSF";
  src: url("../fonts/SOURCEHANSERIFCN-HEAVY.OTF");
}

@font-face {
  font-family: "FzqkbysJw";
  src: url("../fonts/FzqkbysJw.TTF");
}

.icon-font {
  font-family: 'FzqkbysJw';
  font-weight: 600;
}

.icon-title {
  font-family: 'CTBiaoSongSF' !important;
  
}


body {

  background: #fff;



}





.index {

  display: flex;

  height: 91vh;

}



.index-header {

  background: #404d30;

  width: 12vw;

}



.index-header-login {

  padding: 15% 5% 35%;

  text-align: center;

}



.index-header-login img {

  max-width: 90%;

}



.index-header-progress {

  position: relative;

  height: 395px;

  width: 100%;

  text-align: center;

}



.index-header-progress:before {

  content: '';

  height: 160px;

  width: 1px;

  background-color: #798d61;

  display: inline-block;

}



.index-header-progress:after {

  content: '';

  height: 160px;

  width: 1px;

  background-color: #798d61;

  display: inline-block;

}



.index-header-mouse {

  background: url(../images/mouse-icon.png) no-repeat center;

  width: 30px;

  height: 30px;

  position: absolute;

  bottom: 0;

  left: 50%;

  transform: translateX(-50%);

  animation: mouseUpOrDown 3s ease -2s infinite normal;

}



.index-header-progress .content {

  display: flex;

  justify-content: center;

  padding: 5px 0;

}



.index-header-progress .content-num {

  padding-left: 6px;

  color: #fff;

  display: flex;

  flex-direction: column;

  justify-content: center;

}



.index-swiper-pagination {

  display: flex;

  flex-direction: column;

  align-items: flex-end;

  padding-left: 4px;

  width: 20px;

}



.index-swiper-pagination span {

  margin: 2px 0;

  width: 5px;

  height: 3px;

  background-color: #798d61;

  opacity: 1;

  border-radius: inherit;

  transition: all 0.3s ease;

}



.index-swiper-pagination span.swiper-pagination-bullet-active {

  width: 15px;

  background-color: #fff;

}



.index-main {

  width: 88vw;

}



.index-main-menu {

  position: absolute;

  right: 5%;

  top: 10%;

  z-index: 4;

}



.index-main-menu .content {

  border: 1xp solid #fff;

  position: relative;

  cursor: pointer;

}



.index-main-menu .content-nav {

  width: 55px;

  height: 65px;

  border: 1px solid #fff;

}



.index-main-menu .content-nav i {

  width: 27px;

  height: 1px;

  position: absolute;

  top: 10px;

  left: 50%;

  transform: translateX(-50%);

  background-color: #fff;

}



.index-main-menu .content-nav i:nth-of-type(1) {

  animation: menuOne 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s infinite;

}



.index-main-menu .content-nav i:nth-of-type(2) {

  top: 20px;

  animation: menuTwo 0.9s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s infinite;

}



.index-main-menu .content-nav i:nth-of-type(3) {

  top: 30px;

  animation: menuOne 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s infinite;

}



.index-main-menu .content-nav p {

  font-size: 14px;

  color: #fff;

  text-align: center;

  margin-top: 40px;

}



.index-main-menu .content-lang {

  margin: 17px 10px;

  color: #404d30;

  background-color: #fff;

  font-size: 14px;

  width: 32px;

  height: 32px;

  text-align: center;

  line-height: 32px;

  border-radius: 50%;

  cursor: pointer;

}



.index-main-top {

  height: 85%;

  position: relative;

  overflow: hidden;

}



.index-main-top:before {

  content: '';

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  z-index: 0;

  background-image: url(../images/index-text-bg.jpg);

  background-position: center;

  background-size: cover;

  animation: myIndexBg 5s infinite;

}



.index-main-top {}



.index-main-top .one {

  position: absolute;

  top: 5%;

  left: 50%;

  transform: translateX(-50%);

  z-index: 3;

  width: 16%;

}



.index-main-top .one img {

  width: 100%;

}



.index-main-top .three {

  position: absolute;

  top: 29%;

  left: 50%;

  z-index: 3;

  transform: translateX(-50%);

  display: flex;

  justify-content: space-between;

  width: 1000px;

  padding-bottom: 2%;

}



.index-main-top .three-item {

  position: relative;

  width: 280px;

  height: 280px;

}



.index-main-top .three-item:nth-of-type(1) {

  margin-top: 9%;

}



.index-main-top .three-item:nth-of-type(3) {

  margin-top: 10%;

}



.index-main-top .three-item-circle {

  position: relative;

  width: 280px;

  height: 280px;

  border: 3px solid #fff;

  border-radius: 50%;

  opacity: 0;

  transition: all 0.4s ease;

  box-sizing: border-box;

}



.index-main-top .three-item-circle i {

  display: block;

  width: 280px;

  height: 280px;

  position: absolute;

  border-radius: 50%;

  animation: circleRoate 3s linear -2s infinite normal;



}



.index-main-top .three-item-circle i:before {

  content: '';

  position: absolute;

  left: 238px;

  top: 45px;

  width: 25px;

  height: 25px;

  border-radius: 50%;

  background-color: #fff;

}



.index-main-top .three-wp {

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  z-index: 4;

  background-color: rgba(255, 255, 255, 0.7);

  border-radius: 50%;

  padding: 8px;

  cursor: pointer;

}



.index-main-top .three-wp img {

  width: 230px;

  height: 230px;

}



.index-main-top .three-list {

  position: absolute;

  top: 7px;

  left: 7px;

  background: #fff;

  width: 232px;

  height: 232px;

  border-radius: 50%;

  box-sizing: border-box;

  padding: 50px 0 0px 20px;

  overflow: hidden;

  opacity: 0;

  transition: all 0.4s ease;

}



.index-main-top .three-list li {

  width: 50%;

  float: left;

  margin-top: 10px;

}



.index-main-top .three-list li a {

  font-size: 16px;

  display: block;

  padding-left: 15px;

  position: relative;

}



.index-main-top .three-image {

  position: relative;

}





.index-main-top .three-image h5 {

  font-size: 24px;

  color: #fff;

  position: absolute;

  top: 50%;

  left: 0%;

  transform: translateY(-50%);

  width: 100%;

  text-align: center;

}



.index-main-top .three-list li a:hover {

  color: #404d30;

}



.index-main-top .three-list li a:hover:before {

  content: '';

  position: absolute;

  left: 0;

  top: 10px;

  width: 5px;

  height: 5px;

  background-color: #79632d;

  border-radius: 50%;

}



.index-main-top .three-title {

  width: 300px;

  height: 90px;

  background: url(../images/index-title.png) no-repeat center;

  position: absolute;

  left: 50%;

  bottom: 0;

  z-index: 4;

  transform: translateX(-50%);

}



.index-main-top .three-item:hover .three-item-circle,

.index-main-top .three-item:hover .three-list {

  opacity: 1;

}





.index-swiper-two {

  position: relative;

  z-index: 2;

  height: 100%;

  width: 100%;

  overflow: hidden;

}



.index-swiper-two img {

  width: 100%;

}



/* .index-swiper-two .swiper-slide {

  background-position: center;

  background-size: cover;

} */







.index-main-bottom {

  position: relative;

  background-color: #586548;

  height: 15%;

}



.index-main-bottom .top {

  position: absolute;

  top: -40px;

  left: 50%;

  transform: translateX(-50%);

  display: flex;

  z-index: 10;

}



.index-main-bottom .top li {
  margin: 0 6px;

  
  transition: all .3s ease;

}



.index-main-bottom .top li a {

  display: block;

  background-color: #78424c;

  font-size: 18px;

  color: #fff;

  text-align: center;

  width: 270px;

  height: 80px;

  line-height: 80px;


}

.index-main-bottom .top li:hover {
  margin-top: -10px;
}





.index-main-bottom .top li span {

  display: flex;

  align-items: center;

  justify-content: center;

}





.index-main-bottom .top li span:before {

  content: '';

  width: 45px;

  height: 30px;

  background-repeat: no-repeat;

  background-position: center right;

  background-image: url(../images/tzxx-icon.png);

  display: inline-block;

  margin-right: 10px;

}



.index-main-bottom .top li:nth-of-type(2) a {

  background-color: #1f6d89;

}



.index-main-bottom .top li:nth-of-type(3) a {

  background-color: #5d4e82;

}



.index-main-bottom .top li:nth-of-type(2) span:before {

  background-image: url(../images/sebstxt-icon.png);

}



.index-main-bottom .top li:nth-of-type(3) span:before {

  background-image: url(../images/xghd-icon.png);

}





.index-main-bottom .bottom {

  text-align: center;

  display: flex;

  justify-content: center;

  position: absolute;

  left: 50%;

  top: 54%;

  z-index: 3;

  transform: translateX(-50%);

}



.index-main-bottom .bottom li {

  margin: 0 8px;

}



.index-main-bottom .bottom li span {

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 16px;

  color: #fff;

  transition: all .4s ease;
}



.index-main-bottom .bottom li span:before {

  content: '';

  width: 15px;

  height: 15px;

  background-repeat: no-repeat;

  background-position: center;

  background-image: url(../images/index-dian-icon.png);

  display: inline-block;

  margin-right: 8px;

}


.index-main-bottom .bottom li:hover span{

  opacity: .8;
}





.index-main-bottom .bottom li {}



.index-main-bottom .bottom li a {}



.index-footer {

  background-color: #0d0d0d;

  height: 9vh;

  position: relative;

}



.index-footer-button {

  position: absolute;

  left: 50px;

  top: 50%;

  transform: translateY(-50%);

  display: flex;

}



.index-footer-button .wx {

  cursor: pointer;

  position: relative;

}



.index-footer-button .btn {

  cursor: pointer;

  position: relative;

}



.index-footer-button .layer-content {

  background-color: #fff;

  position: absolute;

  border-radius: 3px;

  top: -90px;

  left: 50%;

  z-index: -1;

  padding: 4px;

  opacity: 0;

  transition: all .3s ease;

  opacity: 1;

  transform: translateX(-50%);

  opacity: 0;

}



.index-footer-button .wx:hover .layer-content,

.index-footer-button .btn:hover .layer-content {

  opacity: 1;

  z-index: 10;

}





.index-footer-button .layer-content:before {

  content: '';

  width: 0;

  height: 0;

  border-width: 4px;

  border-style: solid;

  border-color: #fff transparent transparent transparent;

  position: absolute;

  bottom: -8px;

  left: 37px;

}



.index-footer-button .wx:before {

  content: '';

  width: 30px;

  height: 30px;

  background: url(../images/wx-icon.png) no-repeat center;

  display: block;

  margin-left: 10px;



}



.index-footer-button .btn {

  background-color: #009944;

  font-size: 12px;

  color: #fff;

  padding: 6px 10px 3px;

  display: inline-block;

  margin-left: 10px;

  border-radius: 5px;

  cursor: pointer;

}



.index-footer-text {

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

}



.index-footer-text p {

  font-size: 14px;

  color: #7b896b;

  padding-top: 5px;

  text-align: center;

}



.index-footer-text span {

  color: #e0f3c9;

}



.index-nav {

  position: fixed;

  top: -100%;

  left: 0;

  width: 100%;

  height: 100%;

  overflow-y: auto;

  z-index: 0;

  opacity: 0;

  background-color: #fff;

  transition: all .6s ease;

}



.index-nav.on {

  z-index: 100;

  top: 0;

  opacity: 1;

}





.index-nav-one {

  width: 1200px;

  margin: auto;

  overflow: hidden;

  padding-top: 3vw;

  min-height: 57vh;

}



.index-nav-one .nav {

  display: flex;

  flex-wrap: wrap;

  width: 800px;

  float: left;

  overflow: hidden;

  z-index: 10;

}



.nav-item-float-content {

  overflow: hidden;

  width: 100%;

}



.index-nav-one .nav-item-float {

  float: left;

  width: 50%;

}



.index-nav-one .nav-item {

  width: 100%;

  padding: 20px 0 4% 70px;

  box-sizing: border-box;

  transition: all .4s ease;

  position: relative;

}



.index-nav-one .nav-item:before {

  content: '';

  background: url(../images/nav-niao.png) no-repeat center;

  width: 65px;

  height: 60px;

  position: absolute;

  top: 0;

  left: 0;

  opacity: 0;

  transition: all .4s ease;

}



.index-nav-one .nav-item:hover:before {

  opacity: 1;

}





.index-nav-one .nav-item h5 a {

  font-size: 16px;

  color: #000;

}



.index-nav-one .nav-item p {

  font-size: 14px;

  color: #3e3e3e;

  padding-top: 3px;

}



.index-nav-one .nav-item ul {

  background-color: #fff;
  display: none;

}





.nav-top {

  position: absolute;

  top: 35px;

  right: 30px;

  display: flex;

}



.nav-top a {

  font-size: 14px;

  color: #131313;

  padding-right: 25px;

  padding-top: 3px;

}



.nav-top-colse {

  position: relative;

  width: 25px;

  height: 25px;

  cursor: pointer;

  transition: all .4s ease;

}



.nav-top-colse:hover {

  transform: rotate(90deg);

}



.nav-top-colse:before,

.nav-top-colse:after {

  content: '';

  position: absolute;

  background: #6b6b6b;

  height: 2px;

  width: 25px;

  margin-top: -3px;

  top: 50%;

}



.nav-top-colse:before {

  transform: rotate(45deg);

}



.nav-top-colse:after {

  transform: rotate(-45deg);

}







.index-nav-one .nav-item ul li {

  padding-top: 1.5vh;

}



.index-nav-one .nav-item ul a {

  font-size: 14px;

  color: #3e3e3e;

}



.index-nav-one .nav-item:hover ul {

  height: auto;

}





.index-nav-one .nav-item ul a:hover {

  color: #dc5e5e;

}





.index-nav-one .nav-item.home {

  width: 100%;

}



.index-nav-search {

  display: flex;

  background: #efefef;

  border-radius: 5px;

  margin-left: 50px;

  padding: 2px 10px;

  width: 300px;

  float: left;

}



.index-nav-search input {

  border: 0;

  background: none;

  width: 260px;

  font-size: 14px;

}



.index-nav-search .btn {

  width: 40px;

  height: 40px;

  cursor: pointer;

  padding: 0 10px;

  background: url(../images/search-icon.png) no-repeat center;

}





.index-nav-two {
  width: 100%;
  transition: all 1s ease;
  padding-bottom: 3vh;
}









.nav-swiper-container {

  width: 100%;

  height: 150px;

  position: relative;

  overflow: hidden;

  cursor: pointer;

}



.nav-swiper-container ul {

  width: 100%;

  height: 150px;

  position: absolute;

  overflow: hidden;

}



.nav-swiper-container ul li {

  width: 250px;

  height: 150px;

  float: left;

  overflow: hidden;

}





.nav-swiper-container img {

  width: 100%;

  height: 100%;

  transition: all .8s ease;

}



.nav-swiper-container li img:hover {

  transform: scale(1.2);

}



.nav-bottom {

  display: flex;

  align-items: center;

  width: 1200px;

  margin: auto;

  margin-top: 50px;

}



.nav-bottom-list {

  display: flex;

}



.nav-bottom-list img {

  width: 33px;

  height: 33px;

  margin-right: 10px;

}



.nav-bottom-text {

  display: flex;

  padding-left: 20px;

}



.nav-bottom-text a {

  font-size: 14px;

  padding: 0 12px;

}





.nav-bottom-share {



  width: 1200px;

  margin: auto;

  margin-top: 20px;

}



.nav-bottom-share .bshare-icon {

  margin-right: 10px;



}



.nav-bottom-search {

  display: flex;

  background: #efefef;

  border-radius: 5px;

  margin-left: 50px;

  padding: 2px 10px;

}



.nav-bottom-share .bsPromo2 {

  display: flex;



}



.nav-bottom-share #bshare-shareto {

  padding-top: 5px;

  font-size: 14px;

}



.nav-bottom-search input {

  border: 0;

  background: none;

  width: 260px;

  font-size: 14px;

}



.nav-bottom-search .btn {

  width: 40px;

  height: 40px;

  cursor: pointer;

  background: url(../images/search-icon.png) no-repeat center;

}





.layer-video {

  position: fixed;

  top: 0;

  left: 0;

  z-index: -1;

  height: 100%;

  width: 100%;

  background-color: rgba(0, 0, 0, 0.6);

  opacity: 0;

  transition: all .4s ease;

}



.layer-video video {

  position: absolute;

  top: 50%;

  left: 50%;

  min-width: 70vw;

  min-height: 70%;

  transform: translate(-50%, -50%);

  background: #000;

  outline: none;

}



.layer-video.on {

  z-index: 100;

  opacity: 1;

}





.minor-nav {

  background-color: #404d30;

  width: 12vw;

  height: 95vh;

  padding: 2%;

  position: fixed;

  top: 50%;

  left: 1vw;

  transform: translateY(-50%);

  box-sizing: border-box;

  z-index: 50;

}



.minor-nav-login {

  padding-bottom: 30%;

}



.minor-nav-login img {

  max-width: 100%;

}



.minor-nav-list {

  border-top: 1px solid #515d42;

  padding-top: 30%;

}



.minor-nav-list li {

  padding-bottom: 20px;

}



.minor-nav-list h5 a {

  font-size: 15px;

  color: #b3c1a3;

  font-weight: normal;

  transition: all .4s ease;

}



.minor-nav-list p {

  width: 100%;

  overflow: hidden;

  white-space: nowrap;

  text-overflow: ellipsis;

  color: #b3c1a3;

  opacity: 0;

}



.minor-nav-list p a {

  font-size: 14px;

  color: #b3c1a3;

  transition: all .4s ease;

}





.minor-nav-list li.on h5 a,

.minor-nav-list li:hover h5 a {

  color: #fff;

}



.minor-nav-list li.on p,

.minor-nav-list li:hover p {

  opacity: 1;

}





.minor-nav-code {

  display: flex;

  justify-content: space-between;

  position: absolute;

  bottom: 4%;

  left: 50%;

  transform: translateX(-50%);

  width: 70%;

}



.minor-nav-code .item {

  background-color: #fff;

  padding: 3px;

  border-radius: 3px;

  text-align: center;

  width: 42%;

}



.minor-nav-code .item img {

  max-width: 100%;

}





/* 动画集 */

@keyframes myIndexBg {

  0% {

    transform: scale(1);

  }



  50% {

    transform: scale(1.1);

  }



  100% {

    transform: scale(1);

  }

}



@keyframes circleRoate {



  0% {

    transform: rotate(0deg);

  }



  50% {

    transform: rotate(180deg);

  }



  100% {

    transform: rotate(360deg);

  }

}



@keyframes mouseUpOrDown {



  0% {

    bottom: 0;

  }



  50% {

    bottom: 10px
  }



  100% {

    bottom: 0;

  }



}



@keyframes menuOne {

  0% {

    width: 25px;

  }



  50% {

    width: 0px;

  }



  100% {

    width: 25px;

  }

}



@keyframes menuTwo {

  0% {

    width: 20px;

  }



  50% {

    width: 0px;

  }



  100% {

    width: 20px;

  }

}



@keyframes menuThree {

  0% {

    width: 15px;

  }



  50% {

    width: 0px;

  }



  100% {

    width: 15px;

  }

}



/* 媒体查询 */

@media screen and (max-width: 1366px) {


  .index-nav-one .nav-item h5 a{
    font-size: 15px;
  }

  .index-nav-one .nav-item{
    padding: 10px 0 4% 50px;
  }

  .index-nav-one .nav-item p,.index-nav-one .nav-item ul a{
    font-size: 13px;
  }
  .nav-swiper-container ul,.nav-swiper-container{
    height: 110px;
  }
  .nav-swiper-container ul li{
    width: 200px;
    height: 110px;
  }


  .index-main-top .three-title{

    background-size: 200px 50px;
  }

  .index-main-top .three-item,

  .index-main-top .three-item-circle,

  .index-main-top .three-item-circle i {

    width: 205px;

    height: 205px;

  }



  .index-main-top .three-wp img {

    width: 160px;

    height: 160px;

  }



  .index-main-top .three-list {

    width: 162px;

    height: 162px;

    padding: 30px 0 0px 2px;

  }



  .index-main-top .three-list li {

    margin-top: 8px;

  }



  .index-main-top .three-image h5 {

    font-size: 20px;

  }



  .index-main-top .three-item-circle i:before {

    left: 180px;

  }



  .index-main-top .three-list li a {

    font-size: 14px;

  }



  .index-main-top .three-item:nth-of-type(1) {

    margin-top: 7%
  }



  .index-main-top .three-item:nth-of-type(3) {

    margin-top: 6%
  }





  .world-nav li {

    width: 110px;

    height: 65px;

  }



  .world-nav li a {
    line-height: 65px;
  }

}



/* 其他公共样式 */
.more-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 100px;
  padding: 16px 9px;
  font-size: 16px;
  line-height: 1.1;
  box-sizing: border-box;
  border-radius: 16px;
}

.more-tag-white {
  color: #fff;
  border: solid 1px #fff;
}

.more-tag-gray {
	cursor: pointer;
  color: #9d9d9d;
  border: solid 1px #9d9d9d;
}

.more-tag-white,
.more-tag-gray {
	cursor: pointer;
  user-select: none;
  transition: 0.25s;
}

.more-tag-white:hover,
.more-tag-gray:hover {
  color: #bf2e2f;
  border-color: #bf2e2f;
}

/* 公共颜色 */
.c-white {
  color: #fff;
}

.c-black {
  color: #000;
}

.c-red {
  color: #b8161c;
  font-weight: bold;
}

/* 字体大小 */

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f24 {
  font-size: 24px;
  font-weight: 400;
}

.f26 {
  font-size: 26px;
}

.f28 {
  font-size: 28px;
}

.f30 {
  font-family: "ingFang-SC-Bold";
  font-weight: 600;
  font-size: 30px;
}





/* 滚动条样式 */

::-webkit-scrollbar {

  width: 5px;

  height: 5px;

  background-color: #F5F5F5;

}



::-webkit-scrollbar-track {

  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

  border-radius: 10px;

  background-color: #F5F5F5;

}



::-webkit-scrollbar-thumb {

  border-radius: 10px;

  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);

  background-color: #404d30;

}