body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
iframe {
  margin: 0;
  padding: 0;
}
body{ font-size:12px;font-family: "Microsoft YaHei";display: block;position: relative;}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: underline;
}
a:link,
a:visited {
  text-decoration: none;
  outline: none;
}
img {
  border: none;
}
.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clear {
  clear: both;
}
.trn {
  transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
}
.breadth {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.wrap {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
	background: url(../images/250812/bg.webp) no-repeat center top;	
}
.bgvideo {
  top: 0px;
  left: 50%;
  margin-left: -960px;
  position: absolute;
  z-index: 0;
  width: 1920px;
  height: 1054px;
}
.header {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height:960px;
  overflow: hidden;
 
}
.navbar {
  display: block;
  background: rgba(15, 15, 15, 0.3);
  position: absolute;
  top: 0px;
  right: -80px;
  width: 200px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d0f0f0f,endColorstr=#4d0f0f0f);
  color: #fff;
  font-size: 14px;
  z-index: 10;
}
.navbar a {
  color: #fff;
  text-decoration: none;
}
.navbar a:visited {
  color: #fff;
  text-decoration: none;
}
.navbar a:hover {
  color: #fff;
  text-decoration: underline;
}
.navbar a:active {
  color: #fff;
  text-decoration: underline;
}
#header .top {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  height: 970px;
}
#header .logo {
    position: absolute;
    left: 357px;
    top: 92px;
    width: 200px;
    height: 135px;
}

#header .go_home {
  display: none;
  text-align: center;
  font-size: 18px;
  color: #fff;
  text-indent: -9999px;
  position: absolute;
  width: 127px;
  top: 10px;
  height: 30px;
  right: 135px;
  background: url(/images/top/go-gw.jpg) no-repeat;
}
#header .slogan {
  position: absolute;
	top: 265px;
    left: 11px;
    background: url(../images/250812/slogan.png) no-repeat;
    width: 900px;
    height: 240px;
}
#header .start-time {
    color: #e3d6b1;
    font-weight: 600;
    font-size: 32px;
    font-family: serif;
    margin-top: 175px;
    margin-left: 185px;
    width: 508px;
    line-height: 47px;
    text-align: center;
}

#header .btns {
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 560px;
    left: 37px;
    width: 790px;
    height: 103px;
}
#header .btns .btn {
  font-size: 16px;
  color: #161616;
  width: 337px;
  height:98px;
  font-weight: 600;
  text-indent: -9999px;
}

#header .btn_zc {
  background: url(../images/250812/btn-top-reg.png) no-repeat;

  margin-left: 0px;
}
#header .btn_download {
  background: url(../images/250812/btn-top-down.png) no-repeat;
  margin-left: 500px;
}


@keyframes top-reg {
  0% {
    filter: contrast(100%) brightness(95%);
  }

  50% {
    filter: contrast(110%) brightness(110%);
  }
  100% {
    filter: contrast(100%) brightness(95%);
  }  
}
@-webkit-keyframes top-reg {
  0% {
    filter: contrast(100%) brightness(95%);
  }

  50% {
    filter: contrast(110%) brightness(110%);
  }
  100% {
    filter: contrast(100%) brightness(95%);
  }  
}
.btn {
  position: absolute;
  text-indent: -9999px;
}
.btn:hover {
  filter: contrast(120%) brightness(110%);
}
#header .btn_yy{
    width: 210px;
    margin-left: 310px;
    margin-top: -50px;
	position:relative;
}
#header .btn_yy_bg{
	background:url(../images/250812/top-icon.png) no-repeat;
	width:207px;
	height:189px;
	position:absolute;	
}
#header .btn_yy_img{
	background:url(../images/250812/top-icon1.png) no-repeat;
	width:88px;
	height:88px;
	position:absolute;
	top: 35px;
    left: 62px;	
}
#header .btn_yy_c{
	background:url(../images/250812/top-btn-yy.png) no-repeat;
	width:132px;
	height:45px;
	position:absolute;
    top: 121px;
    left: 38px;
  animation: top-reg 1s infinite;
  -webkit-animation: top-reg 1s infinite;	
}
.arrow {
  background: url(../images/250812/arrow.png) no-repeat;
  width: 128px;
  height: 128px;
  position: absolute;
    left: 540px;
    bottom: 8%;
  z-index: 2;
  animation: arrow 2s infinite;
}
@keyframes arrow {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -10px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

.content2 {
  position: relative;
  width: 1920px;
  margin: 10px auto 0;
  height: 1000px;
}
.content2 h3 {
	width:481px;
  height: 85px;
  position: absolute;
  z-index: 2;
  left: 50%;
    top: -2px;
    margin-left: -244px;
  background:url(../images/250812/ts/title.png) no-repeat;
}



.content2 .ts-pagination {
    width: 170px;
    top: 50px;
    left: unset;
    height: 724px;
	right: 368px;
    background: url(../images/250812/ts/bg-nav-role.png) no-repeat;
}
.content2 .ts-pagination .swiper-pagination-bullet {
    width: 145px;
    height: 135px;
    float: left;
    opacity: 1;
    border-radius: unset;
    text-indent: -9999px;
    margin-left:15px;
	margin-bottom:-10px;
}

.content2 .ts-pagination .swiper-pagination-bullet:nth-child(1) {
	margin-top: 65px;
	background:url(../images/250812/ts/nav-role-1.png) no-repeat center center;
}
.content2 .ts-pagination .swiper-pagination-bullet:nth-child(2) {
	background:url(../images/250812/ts/nav-role-2.png) no-repeat center center;	
}
.content2 .ts-pagination .swiper-pagination-bullet:nth-child(3) {
   	background:url(../images/250812/ts/nav-role-3.png) no-repeat center center;
}
.content2 .ts-pagination .swiper-pagination-bullet:nth-child(4) {
  	background:url(../images/250812/ts/nav-role-4.png) no-repeat center center;
}
.content2 .ts-pagination .swiper-pagination-bullet:nth-child(5) {
  	background:url(../images/250812/ts/nav-role-5.png) no-repeat center center;
}

.content2 .ts-pagination  .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 243px;
    height: 215px;
    margin: -35px 0 -40px -35px;
}

.content2 .ts-pagination .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active {
	margin-top:30px;
  	background:url(../images/250812/ts/nav-role-1-active.png) no-repeat center center;
}
.content2 .ts-pagination .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active {
  	background:url(../images/250812/ts/nav-role-2-active.png) no-repeat center center;
}

.content2 .ts-pagination .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active {
  	background:url(../images/250812/ts/nav-role-3-active.png) no-repeat center center;
}

.content2 .ts-pagination .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active {
  	background:url(../images/250812/ts/nav-role-4-active.png) no-repeat center center;
}
.content2 .ts-pagination .swiper-pagination-bullet:nth-child(5).swiper-pagination-bullet-active {
  	background:url(../images/250812/ts/nav-role-5-active.png) no-repeat center center;
}
.content2 .arrow{
  bottom: 4%;
    left: 50%;
    margin-left: -17px;
}
.content2 .swiper-slide{
	top:80px;
}
.content2 .ts-video{
	margin-top:-80px;
}
.content2 .swiper-slide .abs{
  position: absolute;
}
.content2 .swiper-slide .ts-bg{
    top: 25px;
}
.content2 .swiper-slide .text{
    left: 50%;
    margin-left: -460px;
    top: 476px;
    z-index: 3;
}
.content2 .swiper-slide .role1{
    top: 0px;
    left: 50%;
    margin-left: -840px;
    z-index: 2;
}

.content2 .swiper-slide .role2{
    left: 50%;
    margin-left: -770px;
    top: 0;
	z-index: 2;
}
.content2 .swiper-slide .text2{
	margin-left: -500px;
    top: 466px;	
}
.content2 .swiper-slide .role3{
    left: 50%;
	margin-left: -775px;
    top: 0px;
    z-index: 2;	
}
.content2 .swiper-slide .text3{
    margin-left: -523px;
    top: 415px;
}
.content2 .swiper-slide .role4{
    left: 50%;
    margin-left: -722px;
    top: 0;
    z-index: 2;	
}
.content2 .swiper-slide .text4{
    margin-left: -502px;
    top: 457px;
}
.content2 .swiper-slide .role5{
    left: 50%;
    margin-left: -675px;
    top: 0px;
    z-index: 2;
}
.content2 .swiper-slide .text5{
    margin-left: -535px;
    top: 375px;
}

#content_03 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 1065px;
}
#content_03 h3 {
  height: 110px;
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -187px;
  padding-top: 33px;
}


.job-prev,
.job-next {
  position: absolute;
  top: 90%;
  width: 55px;
  height: 90px;
  z-index: 20;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  background:url(../images/250812/job/arrow.png) no-repeat;
}
.job-next {
  margin-left: 840px;
}
.job-prev {
 transform: rotate(180deg);
  margin-left: -890px;
}

#content_03 .job-nav-bg {
	position:absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 20;
  height: 131px;
  background:url(../images/250812/job/bottom.png) no-repeat;
}

#content_03 .job-pagination {
    /*width: 1610px;
    bottom: 10px;
    left: 960px;
    z-index: 20;
    height: 110px;*/
    overflow: hidden;
}
#content_03 .job-nav-hidden {
	position:absolute;
    width: 1650px;
    bottom: 5px;
    left: 140px;
    z-index: 20;
    height: 125px;
    overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{
	    transform: scale(1);
}
#content_03 .job-pagination .swiper-pagination-bullet {
  width: 110px;
  height: 110px;
  opacity: 1;
  border-radius: unset;
  text-indent: -9999px;
  position: relative;
  margin:0;
}
#content_03  .job-pagination  .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 110px;
	height: 110px;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(1) {
  background:url(../images/250812/job/1/n.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(2) {
  background:url(../images/250812/job/2/n.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(3) {
  background:url(../images/250812/job/3/n.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(4) {
  background:url(../images/250812/job/4/n.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(5) {
  background:url(../images/250812/job/5/n.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(6) {
  background:url(../images/250812/job/6/n.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(7) {
  background:url(../images/250812/job/7/n.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(8) {
  background:url(../images/250812/job/8/n.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(9) {
  background:url(../images/250812/job/9/n.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(10) {
  background:url(../images/250812/job/10/n.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(11) {
  background:url(../images/250812/job/11/n.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(12) {
  background:url(../images/250812/job/12/n.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(13) {
  background:url(../images/250812/job/13/n.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(14) {
  background:url(../images/250812/job/14/n.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(15) {
  background:url(../images/250812/job/15/n.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(16) {
  background:url(../images/250812/job/16/n.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(17) {
  background:url(../images/250812/job/17/n.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(18) {
  background:url(../images/250812/job/18/n.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(19) {
  background:url(../images/250812/job/19/n.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(20) {
  background:url(../images/250812/job/20/n.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(21) {
  background:url(../images/250812/job/21/n.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(22) {
  background:url(../images/250812/job/22/n.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(23) {
  background:url(../images/250812/job/23/n.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(24) {
  background:url(../images/250812/job/24/n.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(25) {
  background:url(../images/250812/job/25/n.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(26) {
  background:url(../images/250812/job/26/n.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active {
  background:url(../images/250812/job/1/h.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active {
  background:url(../images/250812/job/2/h.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active {
  background:url(../images/250812/job/3/h.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active {
  background:url(../images/250812/job/4/h.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(5).swiper-pagination-bullet-active {
  background:url(../images/250812/job/5/h.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(6).swiper-pagination-bullet-active {
  background:url(../images/250812/job/6/h.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(7).swiper-pagination-bullet-active {
  background:url(../images/250812/job/7/h.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(8).swiper-pagination-bullet-active {
  background:url(../images/250812/job/8/h.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(9).swiper-pagination-bullet-active {
  background:url(../images/250812/job/9/h.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(10).swiper-pagination-bullet-active {
  background:url(../images/250812/job/10/h.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(11).swiper-pagination-bullet-active {
  background:url(../images/250812/job/11/h.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(12).swiper-pagination-bullet-active {
  background:url(../images/250812/job/12/h.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(13).swiper-pagination-bullet-active {
  background:url(../images/250812/job/13/h.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(14).swiper-pagination-bullet-active {
  background:url(../images/250812/job/14/h.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(15).swiper-pagination-bullet-active {
  background:url(../images/250812/job/15/h.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(16).swiper-pagination-bullet-active {
  background:url(../images/250812/job/16/h.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(17).swiper-pagination-bullet-active {
  background:url(../images/250812/job/17/h.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(18).swiper-pagination-bullet-active {
  background:url(../images/250812/job/18/h.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(19).swiper-pagination-bullet-active {
  background:url(../images/250812/job/19/h.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(20).swiper-pagination-bullet-active {
  background:url(../images/250812/job/20/h.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(21).swiper-pagination-bullet-active {
  background:url(../images/250812/job/21/h.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(22).swiper-pagination-bullet-active {
  background:url(../images/250812/job/22/h.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(23).swiper-pagination-bullet-active {
  background:url(../images/250812/job/23/h.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(24).swiper-pagination-bullet-active {
  background:url(../images/250812/job/24/h.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(25).swiper-pagination-bullet-active {
  background:url(../images/250812/job/25/h.png) no-repeat center center;
}
#content_03 .job-pagination .swiper-pagination-bullet:nth-child(26).swiper-pagination-bullet-active {
  background:url(../images/250812/job/26/h.png) no-repeat center center;
}

.job {
  width: 1920px;
  height: 1045px;
  left: 50%;
  margin-left: -960px;
}
.job .job-bg {
  position: absolute;
  z-index: 2;
}
.job .job-role {
  position: absolute;
  z-index: 9;
  left: 50%;
  margin-left: 0px;
  bottom: 0;
}
.job .job-text {
  position: absolute;
  z-index: 10;
  left: 50%;
    margin-left: -594px;
    top: 198px;
}
.job .job-v {
    position: absolute;
    top: 545px;
    left: 50%;
    z-index: 10;
    margin-left: -583px;
    width: 486px;
    height: 270px;
    border: 3px solid #dac6a5;
    filter: brightness(50%);
    cursor: pointer;
	transition: all 500ms ease;
}
.job .job-v .job-v-btn{
	    display: block;
    background: url(../images/250812/job/btn_video.png) no-repeat;
    width: 486px;
    height: 270px;
    position: absolute;
    top: 0;
    z-index: 20;
}
.job .job-v:hover{
	filter: brightness(100%);
}
/*
.job .job-prev,
.job .job-next {
  position: absolute;
  top: 90%;
  width: 55px;
  height: 90px;
  z-index: 20;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  background:url(../images/250812/job/arrow.png) no-repeat;
}
.job .job-next {
  margin-left: 840px;
}
.job .job-prev {
 transform: rotate(180deg);
  margin-left: -890px;
}
#content_03 .arrow{
  bottom: 2%;
}
*/
#content_04 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 850px;
}

.join{
    width: 1282px;
    position: relative;
    margin-left: -42px;
	margin-top:90px;
    height: 300px;
    overflow: hidden;
	background:url(/images/250812/fuli/bg.png) no-repeat;
}
.join h3{
	text-align: center;
    color: #e0dab1;
    font-weight: 600;
    font-size: 28px;
    font-family: serif;
    text-indent: -33px;
    height: 45px;
    line-height: 45px;
}
.join .fl-btns{
    display: flex;
    justify-content: center;
    width: 570px;
    margin-top: 45px;
    margin-left: 345px;
}

.join .fl-btn{
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 125px;
    width: 270px;
    color: #e0dab1;
    text-align: center;
    font-size: 24px;
    font-family: serif;
    font-weight: 600;
}
.foot-btns{
    width: 790px;
    position: relative;
    margin: 0 auto;
    height: 80px;
    overflow: hidden;
    padding-top: 260px;
}
.foot-btns .foot-btn{
  width: 260px;
  height: 80px;
  display: inline-block;

}
.foot-btns .foot-btn-reg{
  background: url(../images/250812/btn-bottom-reg.png) no-repeat;
  margin-left: 115px;
  animation: top-reg 1s infinite;
  -webkit-animation: top-reg 1s infinite;  
}
.foot-btns .foot-btn-down{
  background: url(../images/250812/btn-bottom-down.png) no-repeat;
    margin-left: 40px;
}

/*注册*/
.pop4 {
  background: url(/images/reg-tc.png) no-repeat;
  width: 535px;
  height: 461px;
  display: none;
}
.pop4 .closeBtn {
  width: 45px;
  height: 45px;
  right: -50px;
  top: 0px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  background: url("/images/close.png") no-repeat;
}
.pop4reg {
  float: right;
  width: 270px;
  height: 258px;
  position: absolute;
  z-index: 100;
  top: 90px;
  right: 117px;
  border: 0 solid #000;
}

.pop5 {
  width: 1446px;
  height: 650px;
  display: none;
  background: url(/images/250812/tc/bg.png) no-repeat;
  margin-left: -80px;
}
.pop5 .left-box {
	position: relative;
    width: 815px;
    height: 425px;
    float: left;
    left: 285px;
    top: 155px;
}

.pop5 .left-box .box-wrap {
    width: 600px;
    position: relative;
    margin: 0 auto;
    padding-top: 145px;
    text-align: center;
    padding-left: 210px;
    height: 190px;
}

.pop5 .left-box .lb-title {
  height: 90px;
  font-size: 16px;
  color: #ff8f52;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;  
}
.pop5 .left-box .lb-title span {
  font-size: 24px;
  font-weight: bold;
}
.pop5 .left-box .lb-title p {
  color: #e4b54a;
}
.pop5 .lb-swiper{
    width: 520px;
    height: 190px;
    margin-left: 30px;
}
.pop5 .lb-swiper .swiper-slide{
    width: 200px;
	margin-left:-25px;
}

.pop5 .lb-swiper .swiper-wrapper {
        transition-timing-function: linear !important; 
    }
.pop5 .left-box .swiper-button-prev,
.pop5 .left-box .swiper-button-next {
  width: 37px;
  height: 62px;
  top: 70%;
  background: url(/images/250812/tc/arrow.png) no-repeat;
  opacity:.8;
}

.pop5 .left-box .swiper-button-prev {
	transform: rotate(180deg);
  left: 200px;
}
.pop5 .left-box .swiper-button-next {
  right: 10px;
}
.pop5 .left-box .swiper-button-prev:hover,
.pop5 .left-box .swiper-button-next:hover {
  opacity:1;
}
.swiper-button-prev:after,.swiper-button-next:after{
	content:"";
}
.pop5 .right-box {
    position: relative;
    width: 295px;
    float: left;
    height: 545px;
    left: 285px;
    top: 68px;
}
.pop5 .closeBtn {
  width: 60px;
  height: 60px;
    right: 65px;
    top: 65px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  background: url("/images/250812/tc/close.png") no-repeat;
}
.pop5reg {
  float: right;
  width: 270px;
  height: 258px;
  position: absolute;
  z-index: 100;
  top: 65px;
  right: 5px;
  border: 0 solid #000;
}
.pop5 .btn_download {
  background: url("/images/250812/tc/btn-down.png") no-repeat;
  width: 265px;
  height: 74px;
  position: absolute;
  display: block;
  bottom: 35px;
  right: -5px;
  animation: pop-down 1s infinite;
  -webkit-animation: pop-down 1s infinite;
}
@keyframes pop-down {
  0% {
    filter: brightness(.9) contrast(.9);
  }
  50% {
    filter: brightness(110%) contrast(110%);
  }
  100%{
    filter: brightness(.9) contrast(.9);
  }
}
@-webkit-keyframes pop-down {
  0% {
    filter: brightness(.9) contrast(.9);
  }
  50% {
    filter: brightness(110%) contrast(110%);
  }
  100%{
    filter: brightness(.9) contrast(.9);
  }
}

/* 视频 */
.pop {
  position: relative;
  font-family: "Microsoft Yahei";
  background: #fff;
  display: none;
}
.pop .closevideo {
  position: absolute;
  right: 0;
  top: 0;
  height: 61px;
  width: 61px;
  text-align: center;
  line-height: 61px;
  color: #fff;
  font-size: 30px;
  z-index: 10;
  text-decoration: none;
}
.videobox {
  width: 640px;
  height: 360px;
  background: #000;
}

.pop-kf{
	background:#fff;
	width:400px;
	height:400px;
}
.pop-kf .closeBtn{
  position: absolute;
  right: -45px;
  top: -20px;
  height: 61px;
  width: 61px;
  text-align: center;
  line-height: 61px;
  color: #fff;
  font-size: 30px;
  z-index: 10;
  text-decoration: none;	
}
.pop-kf .kfimg{
	width: 280px;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding-top: 25px;
}
.pop-kf p{
	    font-size: 26px;
    font-family: serif;
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
}
/*微信礼包*/
.showcode,
.showqun {
  background: url("../images/0729/fuli-wx.png") no-repeat;
  width: 349px;
  height: 238px;
  margin: 0px 0 0 -3px;
  position: absolute;
  display: none;
}
.showcode img,
.showqun img {
  margin-left: 75px;
  margin-top: 18px;
}
.showcode .codeinfo {
  text-align: center;
  line-height: 16px;
  font-size: 14px;
}
.showcode .close a {
  color: #000;
  position: absolute;
  margin-left: px;
  margin-top: 0px;
  display: none;
}
.showcode .ewmlogo {
  background: url() no-repeat;
  position: absolute;
  width: 132px;
  height: 145px;
  margin-top: -142px;
  margin-left: 140px;
  background-size: 60%;
}

.fuchuang {
	display:none;
    position: fixed;
    bottom: 30%;
    float: right;
    right: 1%;
    background: url(../images/250812/fc1.png) no-repeat;
    width: 273px;
    height: 320px;
    cursor: pointer;
    z-index: 10;
}
.fuchuang .fc-btn {
  width: 225px;
  height: 63px;
  position: absolute;
  display: block;
  left: 20px;
}
.fuchuang .fc-yy {
  background: url(../images/250812/fc-yy1.png) no-repeat;
  top: 220px;
}
.fuchuang .fc-reg {
	background: url(../images/250812/fc-reg1.png) no-repeat;
	top: 285px;
    left: 30px;
}
/*特效*/
.g-animEle1,
.g-animEle2,
.g-animEle3 {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.ui-animEle {
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  opacity: 0;
}
.ui-animEle.ui-animEleL{
       opacity: 0;
     -webkit-transform: translate3d(-100%,0,0);
     -ms-transform: translate3d(-100%,0,0);
     transform: translate3d(-100%,0,0)
}

.g-animEle1 {
  -o-transition: all 0.8s ease-out 0.3s;
  -webkit-transition: all 0.8s ease-out 0.3s;
  -moz-transition: all 0.8s ease-out 0.3s;
  -ms-transition: all 0.8s ease-out 0.3s;
  transition: all 0.8s ease-out 0.3s;
 /* opacity: 1;*/
}

.g-animEle2 {
  -o-transition: all 0.8s ease-out 0.6s;
  -webkit-transition: all 0.8s ease-out 0.6s;
  -moz-transition: all 0.8s ease-out 0.6s;
  -ms-transition: all 0.8s ease-out 0.6s;
  transition: all 0.8s ease-out 0.6s;
}

.g-animEle3 {
  -o-transition: all 0.8s ease-out 0.9s;
  -webkit-transition: all 0.8s ease-out 0.9s;
  -moz-transition: all 0.8s ease-out 0.9s;
  -ms-transition: all 0.8s ease-out 0.9s;
  transition: all 0.8s ease-out 0.9s;
}


.up10{
	-webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;	
}
.up10:hover{
	-webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.right-nav {
  position: fixed;
  float: right;
  right: 25px;
  top: 300px;
  width: 125px;
  height: 230px;
  /* padding-top: 62px; */
  text-align: center;
  background: url("../images/top/r-nav-n.png") no-repeat;
  padding: 5px 0;
  z-index: 100;
  background-size: 100%;
}
.right-nav span {
  text-indent: -9999px;
  display: inline-block;
  width: 125px;
  height: 37px;
  text-align: center;
  color: #000;
  font-size: 18px;
  cursor: pointer;
  padding-bottom: 10px;
}
.right-nav span.cur {
  font-weight: bold;
  background: url("../images/top/r-nav-h.png") no-repeat;
  background-size: 100%;
}
.right-nav span:nth-child(1).cur {
  background-position: 0 -5px;
}
.right-nav span:nth-child(2).cur {
  background-position: 0 -54px;
}
.right-nav span:nth-child(3).cur {
  background-position: 0 -99px;
}
.right-nav span:nth-child(4).cur {
  background-position: 0 -146px;
}
.right-nav .go-top {
  width: 40px;
  display: block;
  height: 40px;
  margin-top: 0px;
  margin-left: 80px;
}


/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/ 
::-webkit-scrollbar {
    width: 8px;
    height: 6px
}
/*定义滚动条轨道*/ 
::-webkit-scrollbar-track {
    background-color: transparent;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em
}
/*定义滑块 内阴影+圆角*/ 
::-webkit-scrollbar-thumb {
    background-color: #000;
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.4) 100%,transparent 100%,transparent 50%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.4) 75%,transparent 75%,transparent);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em
}