/* 预约模态框 */
.login-modal {
  width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:50;
	display: none;
  background-image: url(../images/login-mark-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.login-modal .c_login {
  display: flex;
  flex-direction: column;
  align-items: center;
  width:878px;
	position:relative;
	margin:0 auto 0;
	top:35%;
	transform:translate(0,-35%);
	-webkit-transform: translate(0,-35%);
}
.login-modal .c_login .login-logo {
  display: flex;
  justify-content: center;
  width: 420px;
  height: 144px;
  background-image: url(../images/login-logo.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.login-modal .c_login .login-content {
  position: relative;
  width: 100%;
  height: 229px;
  background-image: url(../images/login-content-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.login-modal .c_login .login-content .close {
  position: absolute;
  right: -34px;
  top: 0;
  width: 24px;
  height: 24px;
  background-image: url(../images/login-close.png);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.login-modal .c_login .login-content .login-tabs {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 20px 0;
}
.login-modal .c_login .login-content .login-tabs .tab-item {
  position: relative;
  margin-right: 132px;
  color: #e7e7e7;
  opacity: 0.55;
  font-size: 22px;
  cursor: pointer;
}
.login-modal .c_login .login-content .login-tabs .tab-item:last-child {
  margin-right: 0;
}
.login-modal .c_login .login-content .login-tabs .tab-item.active {
  opacity: 1;
}
.login-modal .c_login .login-content .login-tabs .tab-item.active:before {
  position: absolute;
  bottom: -5px;
  left: 50%;
  content: '';
  display: block;
  width: 20px;
  height: 3px;
  opacity: 0.7;
  background-color: #e7e7e7;
  transform: translate(-50%, 0);
	-webkit-transform: translate(-50%,0);
}
.login-modal .c_login .login-content .form-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.login-modal .c_login .login-content .form-box .tel {
  width: 537px;
  height: 49px;
  padding-left: 16px;
  border: 1px solid rgba(255,255,255, 0.2);
  box-sizing: border-box;
  color: #e7e7e7;
}
.login-modal .c_login .login-content .form-box .code-box {
  width: 537px;
  height: 49px;
  margin-top: 30px;
}
.login-modal .c_login .login-content .form-box .code-box .code {
  width: 100%;
  height: 100%;
  padding-left: 16px;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255, 0.2);
  color: #e7e7e7;
}
.login-modal .c_login .option {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 71px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #000;
}
.login-modal .c_login .option .login-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 446px;
  height: 45px;
  cursor: pointer;
  color: #E7D5B8;
  font-size: 26px;
  opacity: 0.9;
  background-image: url(../images/login-btn.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.login-modal .c_login .login-footer {
  margin-top: 14px;
}
.login-modal .c_login .login-footer .option-footer {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  color: #484848;
  font-size: 22px;
}
.login-modal .c_login .login-footer .option-tip {
  color: #484848;
  font-size: 18px;
}

.swiper-container {
    width: 100vw;
    height: 100vh;
}
.home{
	width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.pc-home{
	width: 100vw;
  height: 100vh;
  background-image: url(../images/kv.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.logo{
	display: block;
	width:13vw;
	position:absolute;
	left:1vw;
	top:1vh;
	z-index:1;
}
.pc-home .background-video {
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    pointer-events: none;
}
.play{
	width:98px;
	height:96px;
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	z-index:2;
	cursor: pointer;
}
.play .playIcon{
	width:98px;
	height:96px;
	background:url(../images/play.png) no-repeat center;
	background-size:100% 100%;
	position:absolute;
	left:0;
	top:0;
}
.play .playIcon::after{
	display: block; 
	content: ''; 
	width:98px;
	height:96px;
	background: url(../images/play.png) no-repeat; 
	background-size: 98px 96px;
    animation: heartBeat 2s ease-in-out both infinite;
    -webkit-animation: heartBeat 2s ease-in-out both infinite;
}
.play img{
	display: block;
	width:100%;
}
.yyNum{
  display: flex;
  justify-content: center;
	width:100vw;
	position:absolute;
	bottom:0;
	z-index:2;
}
.yyNum .yyBox {
  margin-bottom: 22px;
}
.yyNum .yyBox .down-box {
  margin-top: 26px;
  text-align: center;
}
.yyNum .yyLine {
  margin-bottom: 15px;
  color: #fff;
  font-size: 16px;
  opacity: 0.6;
  text-align: center;
}
.yyNum .yyBox .yyValue {
  margin-left: 10px;
}
.yyNum a{
	display: block;
	width: 445px;
  height: 40px;
}

/*图片闪烁放大效果*/
@keyframes heartBeat {
  0% {transform: scale(1); opacity: 1;}
  30% {transform: scale(1.4); opacity: 0;}
  100% {transform: scale(1); opacity: 0;}
}
@-webkit-keyframes heartBeat {
  0% {-webkit-transform: scale(1); opacity: 1;}
  30% {-webkit-transform: scale(1.4); opacity: 0;}
  100% {-webkit-transform: scale(1); opacity: 0;}
}
.leNav {
	width: 100%;
	position: absolute;
	left:50%;
	top: 30px;
	transform: translate(-50%,0%);
	-webkit-transform: translate(-50%, 0);
	z-index: 10;
}
.leMenu {
	width: 100vw;
	position: relative;
}
.leMenu ul {
	margin-right:90px;
	float:right;
}
.leMenu ul li {
	width: 130px;
	position: relative;
	cursor: pointer;
	float:left;
	border-bottom:1px solid rgba(255,255,255,.2);
	padding-bottom:12px;
}
.leMenu ul li p {
	position: relative;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.702);
	text-align: center;
	font-family: "HYJunHei";
}
.leMenu ul li.active:before {
	display: block;
	content:'';
	width:100%;
	height:100%;
	background: url(../images/ho.png) no-repeat center;
	position:absolute;
	left:0;
	top:17px;
}
.leMenu ul li.active p{
	color: rgb(0, 0, 0);
}
.music{
	width:53px;
	height:52px;
	background:url(../images/on.png) no-repeat center;
	position:absolute;
	right:10px;
	top:20px;
	z-index:2;
	cursor: pointer;
}
.music.active{
	background:url(../images/off.png) no-repeat center;
}
/* 资讯 */
.zixun-home {
  width: 100vw;
  height: 100vh;
  background-image: url(../images/zixun-bg.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.zixun-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 84px;
  background-image: url(../images/zixun-footer.png);
  background-repeat: no-repeat;
}
.zixun-home .zixun-banner-container {
  position: absolute;
  right: 0;
  top: 13.7vh;
  width: 46vw;
  height: 21vh;
}
.zixun-home .zixun-banner-container .banner1 {
  width: 100%;
  height: 100%;
  background-image: url(../images/zixun-banner1.png);
  background-repeat: no-repeat;
}
.zixun-home .zx-tab-list {
  display: flex;
  position: absolute;
  top: 41vh;
  right: 15.1vw;
}
.zixun-home .zx-tab-list li {
  position: relative;
  margin-right: 6.25vw;
  color: #000;
  opacity: 0.5;
  font-size: 22px;
  cursor: pointer;
}
.zixun-home .zx-tab-list li.active {
  opacity: 1;
}
.zixun-home .zx-tab-list li.active:before {
  position: absolute;
  bottom: -5px;
  left: 50%;
  content: '';
  display: block;
  width: 19px;
  height: 2px;
  background-color: #000;
  transform: translate(-50%, 0);
	-webkit-transform: translate(-50%,0);
}
.zixun-home .zx-tab-list li:last-child {
  margin-right: 0;
}
.zixun-home .zx-list-container {
  position: absolute;
  top: 48.1vh;
  right: 7.3vw;
  width: 36vw;
}
.zixun-home .zx-list-container .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 28px 10px;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.zixun-home .zx-list-container .list-item .line {
  width: 0;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}
.zixun-home .zx-list-container .list-item:hover .line {
  width: 55px;
  margin-right: 20px;
}
.zixun-home .zx-list-container .list-item .date {
  color: rgba(0, 0, 0, 0.7);
}
.zixun-home .zx-list-container .list-item .tag {
  padding: 1px 8px;
  color: #000;
  background-color: #DFC29A;
}
.zixun-home .zx-list-container .list-item .date, .tag {
  margin-right: 1vw;
}
.zixun-home .zx-list-container .list-item .info {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
}
.zixun-home .zx-list-container .show-more {
  margin-left: 10px;
  margin-top: 40px;
  color: rgba(0, 0, 0, 1);
}
/* 角色 */
.role-home {
  width: 100vw;
  height: 100vh;
  background-image: url(../images/role-bg.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.role-home .role-tab-list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  top: 50%;
  right: 0;
  width: 51.6vw;
  padding-right: 3.75vw;
  box-sizing: border-box;
  transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}
.role-home .role-tab-list li {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 5.1vh;
  cursor: pointer;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}
.role-home .role-tab-list li:last-child {
  margin-bottom: 0;
}
.role-home .role-tab-list li .name {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 185px;
  color: rgba(0, 0, 0, 0.6);
}
.role-home .role-tab-list li.active .name:after {
  content: '';
  position: absolute;
  right: -3.75vw;
  top: 18px;
  width: 3.75vw;
  height: 1px;
  background-image: url(../images/role-line-right.png);
  background-repeat: no-repeat;
}
.role-home .role-tab-list li.active .name:before {
  content: '';
  position: absolute;
  left: -37.8vw;
  top: 18px;
  width: 37.8vw;
  height: 1px;
  background-image: url(../images/role-line-left.png);
  background-repeat: no-repeat;
}
.role-home .role-tab-list li .name .zh {
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
}
.role-home .role-tab-list li .name .en {
  color: rgba(0, 0, 0, 0);
  font-size: 10px;
}
.role-home .role-tab-list li.active .name .zh  {
  color: rgba(0, 0, 0, 1);
  font-size: 26px;
}
.role-home .role-tab-list li.active .name .en {
  color: rgba(0, 0, 0, 0.7);
}
.role-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 84px;
  background-image: url(../images/role-footer.png);
  background-repeat: no-repeat;
}
.role-home .role-des {
  z-index: 2;
  position: absolute;
  left: 9.2vw;
  top: 35.7vh;
}
.role-home .role-des.one {
  display: none;
}
.role-home .role-des.three {
  display: none;
}
.role-home .role-des.four {
  display: none;
}
.role-home .role-des.five {
  display: none;
}
.role-home .role-des h4 {
  margin-bottom: 1.5vh;
  color: #000;
  font-size: 36px;
  font-weight: normal;
}
.role-home .role-des .en-line {
  display: flex;
  align-items: center;
  margin-bottom: 1.5vh;
  color: #000;
  font-size: 18px;
}
.role-home .role-des .en-line .en-tip {
  margin-right: 18px;
  width: 59px;
  height: 22px;
  background-image: url(../images/role-des-en.png);
  background-repeat: no-repeat;
}
.role-home .role-des .en-line .en-name {
  margin-right: 18px;
}
.role-home .role-des .en-line .en-voice {
  width: 24px;
  height: 17px;
  background-image: url(../images/role-des-voice.png);
  background-repeat: no-repeat;
}
.role-home .role-des .des-info-zh {
  width: 20vw;
  margin-bottom: 15px;
  font-size: 16px;
  opacity: 0.95;
  word-wrap: break-word;
}
.role-home .role-des .des-info-word {
  width: 20vw;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 23px;
  opacity: 0.9;
  word-wrap: break-word;
}
.role-home .role-des .des-info-en {
  width: 20vw;
  margin-bottom: 20px;
  font-size: 12px;
  opacity: 0.7;
  word-wrap: break-word;
}
.role-home .role-des .des-owner-box {
  display: flex;
}
.role-home .role-des .des-owner-box .left-info {
  margin-right: 30px;
}
.role-home .role-des .des-owner-box .left-info .owner-title {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #000;
  font-size: 18px;
}
.role-home .role-des .des-owner-box .left-info .owner-name {
  color: #000;
  font-size: 15px;
}
.role-home .role-des .des-owner-box .owner-mark {
  width: 60px;
  height: 100px;
}
.role-home .role-des .des-owner-box .owner-mark img {
  width: 100%;
  height: 100%;
}
.role-home .role-img {
  z-index: 1;
  position: absolute;
  left: 28vw;
  top: 0;
  width: 52vw;
  height: 100vh;
  background-image: url(../images/role-two.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.power-home {
  width: 100vw;
  height: 100vh;
  background-image: url(../images/power-bg.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.power-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 70px;
  background-image: url(../images/power-footer.png);
  background-repeat: no-repeat;
}
.power-home .role-left-arrow {
  position: absolute;
  left: 2vw;
  top: 50%;
  display: flex;
  align-items: center;
  transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
  cursor: pointer;
}
.power-home .role-left-arrow .name {
  font-size: 14px;
  writing-mode: vertical-lr;
}
.power-home .role-right-arrow .name {
  font-size: 14px;
  writing-mode: vertical-lr;
}
.power-home .role-right-arrow {
  z-index: 2;
  position: absolute;
  right: 2vw;
  top: 50%;
  display: flex;
  align-items: center;
  transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
  cursor: pointer;
}
.power-home .person-img {
  z-index: 1;
  position: absolute;
  left: 7.5vw;
  top: 0;
  width: 54vw;
  height: 100vh;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.power-home .person-img.one {
  width: 46.2vw;
  height: 91vh;
  background-image: url(../images/role-one.png);
}
.power-home .person-img.two {
  background-image: url(../images/power-huangnv.png);
}
.power-home .person-img.three {
  top: 5vh;
  left: 6vw;
  width: 52.6vw;
  height: 86.3vh;
  background-image: url(../images/role-three.png);
}
.power-home .right-infos {
  position: absolute;
  top: 19vh;
  right: 0;
  display: flex;
  flex-direction: column;
}
.power-home .right-infos .title {
  width: 1463px;
  height: 33px;
  background-image: url(../images/power-title-hblydg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.power-home .right-infos .symbol {
  width: 262px;
  height: 101px;
  margin-top: 40px;
  margin-left: 790px;
  background-image: url(../images/power-symbol.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.power-home .right-infos .infos {
  margin-left: 790px;
  color: rgba(0, 0, 0, 0.85);
}
.power-home .right-infos .avatar-line {
  margin-left: 790px;
  margin-bottom: 10px;
  width: 438px;
  height: 13px;
  background-image: url(../images/power-avatar-line.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.power-home .right-infos .infos .line {
  margin-bottom: 20px;
  width: 27.2vw;
}
.power-home .right-infos .infos .line:last-child {
  margin-bottom: 40px;
}
.power-home .right-infos .avatar-box {
  display: flex;
  align-items: center;
  margin-left: 790px;
}
.power-home .right-infos .avatar-box img {
  margin-right: 15px;
}
.world-home {
  width: 100vw;
  height: 100vh;
  background-image: url(../images/world-bg.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.world-home .left-arrow {
  position: absolute;
  left: 2vw;
  top: 50%;
  display: flex;
  align-items: center;
  transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
  cursor: pointer;
}
.world-home .right-arrow {
  position: absolute;
  right: 2vw;
  top: 50%;
  display: flex;
  align-items: center;
  transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
  cursor: pointer;
}
.world-home .world-content {
  position: absolute;
  left: 50%;
  top: 12.7vh;
  width: 80.7vw;
  height: 71.2vh;
  box-sizing: border-box;
  transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
  background-image: url(../images/world-content.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.world-home .world-content .world-inner-box {
  position: absolute;
  top: 26vh;
  left: 21vw;
  display: flex;
}
.world-home .world-content .world-inner-box .item {
  flex: 0 0 auto;
  width: 8.8vw;
  margin-right: 6.5vw;
  cursor: pointer;
}
.world-home .world-content .world-inner-box .item-infos {
  display: none;
  padding-right: 20px;
  opacity: 0.85;
  font-size: 18px;
  box-sizing: border-box;
}
.world-home .world-content .world-inner-box .item-infos .info-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
  font-size: 24px;
}
.world-home .world-content .world-inner-box .item-infos .world-info-close {
  width: 24px;
  height: 24px;
  background-image: url(../images/login-close.png);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.world-home .world-content .world-inner-box .item:last-child {
  margin-right: 0;
}
.world-home .world-content .world-inner-box .item .title {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.world-home .world-content .world-inner-box .item .title .small {
  font-size: 16px;
  line-height: 76px;
}
.world-home .world-content .world-inner-box .item .title .name {
  font-size: 30px;
  line-height: 30px;
}
.world-home .world-content .world-inner-box .item .infos {
  color: #000;
  opacity: 0.8;
  font-size: 14px;
}
.world-home .world-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 69px;
  background-image: url(../images/world-footer.png);
  /* background-size: cover; */
  background-repeat: no-repeat;
}