
.wrap {
  min-width: 1400px;
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
}
.page {
  width: 100%;
  margin: 0 auto;
}
.part1 {
  height: 911px;
  box-sizing: border-box;
  position: relative;
 /*  padding-top: 720px; */
  background: url('/images/top.jpg') no-repeat top center;
  overflow: hidden;
}
.videoBox {
  position: absolute;
  z-index: 3;
  width: 1920px;
  height: 950px;
  top: 50%;
  left: 50%;
  margin-left: -960px;
  margin-top: -475px;
  background: #000;
}
.part2 {
  height: 1061px;
  position: relative;
  box-sizing: border-box;
  background: url('/images/part2.jpg') no-repeat top center;
}
.part3 {
  height: 954px;
  box-sizing: border-box;
  position: relative;
  padding-top: 3px;
  background: url('/images/part3.jpg') no-repeat top center;
}
.part4 {
  height: 928px;
  box-sizing: border-box;
  padding-top: 19px;
  background: url('/images/part4.jpg') no-repeat top center;
}
.part5 {
  height: 1306px;
  box-sizing: border-box;
  padding-top: 10px;
  background: url('/images/part5.jpg') no-repeat top center;
}

.download {
  width: 986px;
  height: 113px;
  position: absolute;
  z-index: 4;
  top: 720px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.down_icons {
  background: url(../images/down_icons.png?v=1);
}
.download span {
  display: block;
  width: 299px;
  height: 113px;
}
.download span a {
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 100%;
}
.download .android {
  background-position: 0 -124px;
} 
.download .ios {
  background-position: 0 0;
}
.download .tap {
  background-position: 0 -248px;
}
.download .android:hover {
  background-position: 0 -496px;
}
.download .ios:hover {
  background-position: 0 -372px;
}
.download .tap:hover {
  background-position: 0 -620px;
}

/* 新闻 */
.carouselBox {
  width: 797px;
  height: 477px;
  position: relative;
}

.carouselBox .carousel {
  width: 100%;
  height: 477px;
}

.carouselBox .carousel li {
  width: 100%;
}

.carouselBox .carousel img {
  width: 100%;
  height: 100%;
  display: block;
  border: 6px solid #381b0a;
  border-radius: 12px;
  position: relative;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.carouselBox .carousel li p {
  width: 100%;
  height: 66px;
  line-height: 66px;
  text-indent: 20px;
  color: #fff;
  background: rgba(23, 20, 8, 0.9);
  border-radius: 0 0 10px 10px;
}

.carousel-pagination {
  width: 460px;
  text-align: center;
  height: 23px;
  position: absolute;
  top: 480px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.carousel-pagination a {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(../images/dot1.png) no-repeat;
  margin: 0 5px;
}

.carousel-pagination a.focus {
  width: 64px;
  height: 23px;
  background: url(../images/dot1_focus.png) no-repeat;
}

.newsBox {
  width: 100%;
  display: flex;
  position: relative;
}

.newsNav {
  width: 182px;
  height: 327px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 32px 0 0 146px;
}
.news_icons {
  background: url(../images/news_icons.png) no-repeat;
}

.newsNav a {
  width: 182px;
  height: 75px;
  display: block;
  
}
.newsNav .news1 {
  background-position: 0 0;
}
.newsNav .news2 {
  background-position: 0 -87px;
}
.newsNav .news3 {
  background-position: 0 -174px;
}
.newsNav .news4 {
  background-position: 0 -261px;
}


.newsNav .news1.focus {
  background-position: 0 -348px;
}
.newsNav .news2.focus {
  background-position: 0 -435px;
}
.newsNav .news3.focus {
  background-position: 0 -522px;
}
.newsNav .news4.focus {
  background-position: 0 -609px;
}

.newsList {
  margin-top: 28px;
  width: 100%;
  margin-left: 168px;
}

.newsList li {
  width: 792px;
  height: 73px;
 /*  line-height: 73px; */
  box-sizing: border-box;
  cursor: pointer;
  padding: 0 5px 0 3px;
  border-bottom: 3px solid #bcd4c3;
  position: relative;
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* .newsList li > div {
  width: 245px;
  border: 1px solid #212f46;
  height: 224px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.1s;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
} */

.newsList .moreNews {
  color: #57b168;
  font-size: 24px;
  display: flex;
  cursor: default;
  justify-content: flex-end;
  border: 0;
}
.newsList .moreNews div {
  cursor: pointer;
  width: 164px;
}
.newsList .moreNews span {
  float: right;
  padding-right: 17px;
}
.newsList .moreNews i {
  float: right;
  width: 26px;
  height: 30px;
  background-position: 0 -133px;
}

.newsList li p {
}

/* .newsList li:hover div {
  background: #fff;
  box-shadow: 0px 0px 5px rgb(219, 217, 217);
  z-index: 2;
  width: 276px;
  height: 261px;
  border: none;
} */


.newsList li p {
  position: relative;
  z-index: 3;
  color: #1f2b21;
  font-size: 24px;
}

.newsList li:hover .goDetail {
  display: block;
}

.newsList li:hover p {
  color: #40a753;
}

/* .newsList li:hover p.time {
  color: #40a753;
  border-bottom: 3px solid #f9c42e;
} */

.goDetail {
  display: none;
  width: 48px;
  height: 49px;
  background: #f9c42e;
  font-weight: bold;
  text-align: center;
  line-height: 49px;
  color: #fff;
  font-size: 30px;
  position: absolute;
  right: 0;
  top: 0;
}
.part2 .main {
  width: 1296px;
  padding-top: 116px;
  margin: 0 auto;
}
.news-top {
  display: flex;
}
.title-icons {
  background: url(../images/title_icons.png) no-repeat;
}
.title-box {
  margin-right: 9px;
}
.title1 {
  width: 373px;
  height: 121px;
  margin-left: 65px;
  background-position: 0 0;
}
.houzi-icon {
  width: 478px;
  height: 366px;
  background: url(../images/houzi.png) no-repeat;
}
.part3-main {
  width: 1296px;
  margin: 0 auto;
}
.part4-main,
.part5-main {
  width: 1232px;
  margin: 0 auto;
}
.title2 {
  width: 346px;
  height: 111px;
  float: right;
  background-position: 0 -163px;
}
.title3 {
  width: 431px;
  height: 117px;
  float: left;
  background-position: 0 -333px;
}
.title4 {
  width: 533px;
  height: 117px;
  float: right;
  background-position: 0 -492px;
}
.hero-main {
  width: 1209px;
  position: absolute;
  top: 85px;
  left: 50%;
  transform: translateX(-50%);
}
.hero-name {
  width: 1209px;
  height: 194px;
  background: url(../images/hero_name_bg.png) no-repeat;
}
.hero-name ul {
  width: 1132px;
  padding-top: 106px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.hero-name ul li {
  width: 166px;
  height: 44px;
  position: relative;
  cursor: pointer;
}
.hero-name ul .hero1 {
  background-position: 0 0;
}
.hero-name ul .hero2 {
  background-position: 0 -65px;
}
.hero-name ul .hero3 {
  background-position: 0 -130px;
}
.hero-name ul .hero4 {
  background-position: 0 -195px;
}
.hero-name ul .hero5 {
  background-position: 0 -260px;
}
.hero-name ul .nocoming-hero {
  background-position: 0 -325px;
}
.hero-name ul li.focus::after {
  position: absolute;
  top: 53px;
  left: 26px;
  content: ' ';
  width: 112px;
  height: 15px;
  box-sizing: border-box;
  background: #ff8e1f;
  border: 4px solid #341d07;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}
.hero-name ul .hero1.focus::after {
  background: #ff8e1f;
  border: 4px solid #341d07;
}
.hero-name ul .hero2.focus::after {
  background: #ffed21;
  border: 4px solid #3b370a;
}
.hero-name ul .hero3.focus::after {
  background: #b11aff;
  border: 4px solid #300944;
}
.hero-name ul .hero4.focus::after {
  background: #5db9fa;
  border: 4px solid #143852;
}
.hero-name ul .hero5.focus::after {
  background: #dedede;
  border: 4px solid #383838;
}
.hero-name ul .nocoming-hero.focus::after {
  background: #ff8e1f;
  border: 4px solid #341d07;
}
.hero_dn {
  width: 100%;
  padding-left: 75px;
  display: flex;
}
.hero_dn_left {
  width: 690px;
  margin: 38px 60px 0 0;
}
.hero_dn_left p {
  width: 627px;
  font-size: 24px;
  line-height: 30px;
  margin-top: 32px;
  font-weight: bold;
  color: #1f2b21;
}
.hero_dn_title h3 {
  
}
.sh_t {
  width: 354px;
  height: 86px;
  margin-right: 18px;
  background: url(../images/sh_t.png) no-repeat;
}
.cs_t {
  width: 353px;
  height: 88px;
  margin-right: 18px;
  background: url(../images/cs_t.png) no-repeat;
}
.ss_t {
  width: 352px;
  height: 86px;
  margin-right: 18px;
  background: url(../images/ss_t.png) no-repeat;
}
.xy_t {
  width: 353px;
  height: 87px;
  margin-right: 18px;
  background: url(../images/xy_t.png) no-repeat;
}
.pt_t {
  width: 352px;
  height: 87px;
  margin-right: 18px;
  background: url(../images/pt_t.png) no-repeat;
}
.moreHero {
  width: 69px;
  height: 21px;
  margin-top: 10px;
  background: url(../images/more.png) no-repeat;
  background-size: cover ;
  animation: scale 3s ease-in-out infinite;
}

@keyframes scale {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

.image-scale {
  animation: scale 1.5s ease-in-out infinite;
  -webkit-animation: scale 1.5s ease-in-out infinite;
}

/* .moreHero:hover {
  width: 89px;
  height: 27px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
} */
.hero_dn_right {
  position: relative;
  height: 516px;
  width: 366px;
}
.hero_dz {
  width: 249px;
  height: 38px;
  position: absolute;
  bottom: 0;
  left: 60px;
  background: url(../images/hero_d.png) no-repeat;
}
.hero_dn_right img {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 366px;
}
.pt-hero .hero_dn_right img {
  left: -75px;
}
.hero_dn_title {
  display: flex;
}


#roleBox  {
 /*  width: 848px; */
 width: 678px;
 /*  width: 680px; */
  height: 133px;
  margin-top: 49px;
  position: relative;
}
#roleBox .swiper-container {
  zoom: 0.8;
}

#roleBox .swiper-slide {
  position: relative;
  cursor: pointer;
  width: 133px !important;
  height: 133px !important;
 /*  zoom: 0.8; */
}
.lessRoleBox {
  margin-top: 49px;
}
.lessRoleBox ul {
 display: flex;
 zoom: 0.8;
}
.lessRoleBox ul li {
  width: 133px;
  height: 133px;
  margin-left: 10px;
  cursor: pointer;
}
.pt-hero .slide1 {
  background-position: -36px -87px;
}
.pt-hero .slide2 {
  background-position: -183px -87px;
}
.pt-hero .slide3 {
  background-position: -330px -87px;
}
.pt-hero .slide4 {
  background-position: -476px -87px;
}
.pt-hero .slide5 {
  background-position: -623px -87px;
}
.xy-hero .slide1 {
  background-position: -37px -87px;
}
.xy-hero .slide2 {
  background-position: -183px -87px;
}
.xy-hero .slide3 {
  background-position: -330px -87px;
}
.xy-hero .slide4 {
  background-position: -476px -87px;
}
.xy-hero .slide5 {
  background-position: -623px -87px;
}
.ss-hero .slide1 {
  background-position: -36px -91px;
}
.ss-hero .slide2 {
  background-position: -182px -91px;
}
.ss-hero .slide3 {
  background-position: -328px -91px;
}
.ss-hero .slide4 {
  background-position: -474px -91px;
}
.ss-hero .slide5 {
  background-position: -622px -91px;
}
.cs-hero .slide1 {
  background-position: -37px -96px;
}
.cs-hero .slide2 {
  background-position: -183px -96px;
}
.cs-hero .slide3 {
  background-position: -328px -96px;
}
.cs-hero .slide4 {
  background-position: -474px -96px;
}
.sh-hero .slide1 {
  background-position: -38px -104px;
}
.sh-hero .slide2 {
  background-position: -184px -104px;
}
.sh-hero .slide3 {
  background-position: -331px -104px;
}
.sh-hero .slide4 {
  background-position: -477px -104px;
}
.sh-hero .slide5 {
  background-position: -624px -104px;
}
.sh-hero .slide6{
  background-position: -770px -104px;
}
.sh-hero .slide7{
  background-position: -917px -104px;
}
.sh-hero .slide8{
  background-position: -1063px -104px;
}
.sh-hero .slide9{
  background-position: -38px -293px;
}
.sh-hero .slide10{
  background-position: -184px -293px;
}
.sh-hero .slide11{
  background-position: -331px -293px;
}
.sh-hero .slide12{
  background-position: -477px -293px;
}
.sh-hero .slide13{
  background-position: -624px -293px;
}
.sh-hero .slide14{
  background-position: -770px -293px;
}
.sh-hero .slide15{
  background-position: -917px -293px;
}
.sh-hero .slide16{
  background-position: -1063px -293px;
}
.sh-hero .slide17{
  background-position: -38px -483px;
}
.sh-hero .slide18{
  background-position: -184px -483px;
}
.sh-hero .slide19{
  background-position: -331px -483px;
}
.sh-hero .slide20{
  background-position: -477px -483px;
}
.sh-hero .slide21{
  background-position: -624px -483px;
}
.sh-hero .slide22{
  background-position: -770px -483px;
}
.sh-hero .slide23{
  background-position: -917px -483px;
}
.sh-hero .slide24{
  background-position: -1063px -483px;
}

#roleBox .swiper-pagination {
  width: 100%;
  top: 118px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

#roleBox .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
  background: url(/images/dot2.png);
  width: 15px;
  height: 15px;
  opacity: 1;
}

#roleBox .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 36px;
  border-radius: 0;
  background: url(/images/dot2_focus.png);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

#roleBox .swiper-button-prev {
  width: 35px;
  height: 38px;
  background: url(/images/prev.png);
  z-index: 10;
  margin-top: -35px;
  top: 63px;
  left: -55px;
}



#roleBox .swiper-button-next {
  width: 34px;
  height: 37px;
  background: url(/images/next.png);
  z-index: 10;
  margin-top: -35px;
  top: 63px;
  right: -55px;
}

.swiper-main .swiper-container {
  width: 1126px;
  overflow: hidden;
  height: 720px;
  margin: 0 auto;
  transform: translateY(28px);
  -webkit-transform: translateY(28px);
  -moz-transform: translateY(28px);
  -ms-transform: translateY(28px);
  -o-transform: translateY(28px);
}

.swiper-main .swiper-slide {
  width: 368px;
  height: 650px;
}

.swiper-main .swiper-slide img {
  width: 368px;
  height: 650px;
  border-radius: 15px;
  border: 8px solid #2e1a07;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

/* .swiper-main .swiper-slide.swiper-slide-next {
  opacity: 0.6 !important;
}

.swiper-main .swiper-slide.swiper-slide-prev {
  opacity: 0.6 !important;
}
 */
.swiper-main .swiper-pagination {
  width: 1126px;
  padding-left: 130px;
  box-sizing: border-box;
  text-align: center;
}

.swiper-main .swiper-pagination-bullet {
  width: 23px;
  height: 23px;
  background: url(../images/dot1.png) no-repeat;
  display: inline-block;
  margin: 0 0.3rem;
  opacity: 1;
}

.swiper-main .swiper-pagination-bullet-active {
  width: 64px;
  border-radius: 0;
  background: url(../images/dot1_focus.png) no-repeat;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.taptap-link {
  width: 162px;
  height: 210px;
  display: block;
  background: url(../images/taptapBtn.png) no-repeat;
  position: absolute;
  bottom: 84px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.scroll-top {
  width: 242px;
  height: 376px;
  position: absolute;
  right: 123px;
  bottom: -75px;
}
.st_arrow {
  position: absolute;
  width: 121px;
  height: 25px;
  right: 15px;
  top: -35px;
  background: url(../images/scrollTop.png);
}
.kk_d {
  width: 166px;
  height: 25px;
  background: url(../images/hero_d.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: 79px;
  bottom: 0;
  z-index: 2;
}
.kk {
  width: 206px;
  height: 261px;
  background: url(../images/kk.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 12px;
  right: 50px;
  z-index: 3;
  cursor: pointer;
}
.kk_gif {
  width: 216px;
  height: 261px;
  position: absolute;
  bottom: 12px;
  right: 50px;
  z-index: 3;
  display: none;
  /* height: 201px; */
  background: url(../images/kun.gif) no-repeat;
  background-position: -3px -114px;
}
.ball {
  width: 104px;
  height: 106px;
  background: url(../images/ball.png) no-repeat;
  position: absolute;
  right: 0;
  top: 2px;
 
/*   transform: translateY(0);
  cursor: pointer;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0); */
}
.ball_gif {
  width: 104px;
  height: 106px;
  position: fixed;
  right: 140px;
  display: none;
  bottom: 372px;
  z-index: 4;
  background: url(../images/ball.gif) no-repeat;
  background-position: -265px -64px;
}
@-webkit-keyframes animTop {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }

    100% {
      transform: translateY(-100%);
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -o-transform: translateY(-100%);
  }
}
.ball.active {
  animation: animTop 3s 0.2s both linear;
  -webkit-animation: animTop 3s 0.2s both linear;
}
