@font-face {
	font-family: "fz_GBK";
	src: url("../font/fz_GBK.TTF");
}

html,body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "fz_GBK";
	font-size: 16px;
}

p {
	margin: 0;
}

a {
	text-decoration:none;
	color:#000;
}

.header {
	width: 100%;
	height: 100px;
	position: absolute;
	top: 0;
	z-index: 100;
	
}

.cebianlan {
	position: fixed;
	top: 0;
	right: -300px;
	width: 300px;
	height: 100%;
	background-color: blue;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: rgba(255, 255, 255, 0.9);
	font-size: 26px;
	box-shadow: -5px 0 4px 1px #ebebeb;
	z-index: 9999;
	display: none;
}

.cebianlan a {
	color: grey;
}

.hamburger {
	width: 28%;
	margin-left: 95px;
}

.cebianlanAnimate {
	transition: all 1s ease 0s;
}

.cebianlan-container {
	height: 55%;
	display: flex;
	margin: 0 auto;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
	margin-top: 53px;
}

.cebianlan-container div {
	cursor: pointer;
}

.hamburger .line{
  width: 45px;
  height: 5px;
  background-color:  rgb(244, 120, 2);
  display: block;
  margin: 8px auto;
  margin-right: 0;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}  

.hamburger:hover{
  cursor: pointer;
}

#hamburger-1.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1){
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}

.cur {
	cursor: pointer;
	letter-spacing: 1px;
	/* transform: translate3d(0px, 0px, 0px)!important;
	width: 100%!important; */
}

.nocur {
	cursor: default;
	/* transform: translate3d(0px, 0px, 0px)!important;
	width: 100%!important; */
}

.game1-model2-container-left-active {
	color: orange;
}

:root {
  --animate-duration: 2s!important;
}

/* 1 */

.model-1 {
	width: 100%;
	height: 100%;
	background: url("../img/1-bg.jpg") no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	max-height: 937px;
	min-height: 250px;
	overflow: hidden;
	min-width: 800px;
}

.choiceLanguage {
	width: 100%;
	display: flex;
	justify-content: end;
	position: relative;
	top: 12px;
}

.twoIcons {
	height: 35%;
	display: flex;
	justify-content: space-between;
	padding: 0 25px;
	margin-top: 17px;
}

.model-1-text {
	width: 100%;
	height: 90%;
	position: relative;
}

.choiceLanguageBtns {
	/*margin-right: 60px;*/
	position: relative;
	display: flex;       
	justify-content: space-between;
	padding: 10px;
	font-size: 18px;
	color: #919eae;
}

.choiceLanguageBtns-1 {
	padding: 0 10px;
	border-right: 1px solid #919eae;
	cursor: pointer;
}

.choiceLanguageBtns-2 {
	padding: 0 10px;
	cursor: pointer;
}

.twoIcons-1,.twoIcons-2 {
	height: 100%;
	cursor: pointer;
}

.twoIcons-1 img,.twoIcons-2 img{
	height: 100%;
	display: block;
}

.model-1-text-Pos {
	width: 76%;
	height: 20%;
	position: absolute;
	top: 15%;
	left: 0;
	bottom: 5%;
	right: 10%;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-width: 570px;
	cursor: default;
}

.model-1-text-1, .model-1-text-2 {
	width: 100%;
	color: white;
	font-weight: bold;
}

.model-1-text-1 {
	font-size: 66px;
}

.model-1-text-2 {
	font-size: 50px;
	line-height: 62px;
}

/* 2 */

.model-2 {
	width: 100%;
	height: 100%;
	/* background-color: white; */
	position: relative;
	max-height: 937px;
	min-height: 250px;
	overflow: hidden;
	min-width: 800px;
}

.model-2-duigou {
	display: none;
	width: 40%;
	margin-left: 300px;
}

.model-2-duigou img {
	display: block;
	width: 100%;
}

.model-2-Pos {
	position: absolute;
	top: 0;
	left: 0;
	right: 26%;
	bottom: 15%;
	margin: auto;
	width: 45%;
	height: 64%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	z-index: 2;
	min-height: 430px;
	min-width: 760px;
	cursor: default;
}

.model-2-title1 {
	width: 95%;
	font-size: 60px;
	font-weight: bold;
	color: black;
}

.model-2-title2 {
	width: 90%;
	font-size: 50px;
	font-weight: 500;
	color: #9a9a9a;
}

.model-2-text1 {
	width: 85%;
	font-size: 16px;
	line-height: 38px;
	text-align-last:auto;
	color: #676869;
}

.model-2-text1:first-child {
	font-weight: bold;
}

.model-2-Pos-1 {
	width: 100%;
	height: 35%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.model-2-People {
	position: absolute;
	width: 70%;
	height: 100%;
	right: -30px;
	z-index: 1;
	display: flex;
	justify-content: space-between;
}

.model-2-People-model {
	display: flex;
	justify-content: end;
	width: 90%;
	height: 100%;
}

.model-2-People-model-1 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	width: 6%;
}

.model-2-People-model-1-name {
	padding: 30px 0;
	width: 100%;
}

.model-2-People-model-1-name img{
	width: 100%;
	display: block;
}

.model-2-People-model-2 {
	width: 79%;
	position: relative;
}

.model-2-People-model-2-1 {
	position: absolute;
	width: 78%!important;
	bottom: -10%;
	right: 19%;
	z-index: 2;
	opacity: 0;
}

.model-2-People-model-2-1 img{
	width: 100%;
	display: block;
	min-width: 590px;
	position: absolute;
	bottom: -1%;
}

.model-2-People-model-2-2 {
	position: absolute!important;
	width: 72%!important;
	right: 0!important;
	top: 11%!important;
	left: auto!important;
	height: auto!important;
	z-index: 1;
	opacity: 0;
}

.model-2-People-model-2-2 img{
	width: 100%;
	display: block;
	min-width: 550px;
}

/* 3 */

.model-3 {
	width: 100%;
	height: 100%;
	background: url("../img/3-bg2.jpg") no-repeat;
	background-size: cover;
	position: relative;
	max-height: 937px;
	min-height: 250px;
	overflow: hidden;
	min-width: 800px;
}

.model-3-duigou {
	/*position: absolute;*/
	/*width: 30%;*/
	/*top: 31%;*/
	/*display: none;*/
	/*z-index: 1;*/
	position: absolute!important;
    width: 23%!important;
    top: 70%!important;
    left: 20%!important;
    display: none;
    z-index: 1!important;
    left: 10%!important;
}

.model-3-duigou img{
	width: 100%;
}

.model-3-container {
	width: 76%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	min-width: 790px;
	overflow: hidden;
	position: relative;
}

.model-3-1 {
	width: 100%;
	height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	display: none;
}

.model-3-1 img{
	width: 100%;
	display: block;
	min-width: 430px;
	position: absolute;
}

.model-3-2 {
	width: 45%;
	height: 100%;
	position: relative;
}

.model-3-2-Pos {
	width: 100%;
	height: 55%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	min-width: 380px;
	cursor: default;
	z-index: 2;
}

.model-3-2-text1 {
	text-align: center;
}

.model-3-2-text1 p{
	color: rgba(0,0,0,0.5);
	font-size: 60px;
}

.model-3-2-text2 {
	width: 100%;
	height: 75%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: rgba(0,0,0,0.5);
	line-height: 35px;
    margin-top: 70px;
}

.model-3-2-text2-1 {
	width: 100%;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 30px;
}

.model-3-container-jiang {
    position: absolute;
    width: 40%;
    top: 10%;
    z-index: 1;
    right: 0;
}

.model-3-container-jiang img{
    width: 100%;
    display: block;
    min-width: 350px;
}

.model-3-2-text2-2 {
	width: 100%;
}

.model-3-2-img {
    width: 764px;
    height: 509.3px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 0;
}

.model-3-2-img img{
    width: 100%;
    height: 100%;
    display: block;
}

/* 4 */

.model-4 {
	width: 100%;
	height: 100%;
	background: url("../img/4-bg.jpg") no-repeat;
	background-size: cover;
	position: relative;
	max-height: 937px;
	min-height: 250px;
	overflow: hidden;
	min-width: 800px;
}

.model-4-container {
	margin: 0 auto;
	position: absolute;
	left: 12%;
	bottom: 10%;
	cursor: pointer;
	color: white;
	font-size: 60px;
}

.model-4-container-playerBtn {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	z-index: 9999;
}

.model-4-container-playerBtn img{
	width: 100%;
	height: 100%;
	display: block;
}

/* 5 */
.model-5 {
	display: flex;
	width: 100%;
	height: 100%;
}

.model-5-left,.model-5-right {
	width: 35%;
	height: 100%;
	position: relative;
	left: 15%;
}

.model-5-left-container {
	width: 100%;
	height: 52%;
	position: absolute;
	top: 7%;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	z-index: 2;
}

.model-5-left-container-img1 {
	width: 45%;
}

.model-5-left-container-img1 img{
	width: 100%;
	display: block;
}

.model-5-left-container-img2 {
	width: 35%;
	cursor: pointer;
}

.model-5-left-container-img2 img{
	width: 100%;
	display: block;
	min-width: 200px;
}

.model-5-left-container-p{
	height: 65%;
	overflow: hidden;
	cursor: default;
}

.model-5-left-container-p p{
	line-height: 30px;
	font-size: 14px;
	font-family: "微软雅黑";
	
}

.model-5-jaingimg {
	position: absolute;
	top: 10%;
	left: 0;
	z-index: 1;
	width: 30%;
	display: none;
}

.model-5-jaingimg img{
	width: 100%;
	display: block;
	min-width: 350px;
}

.model-5-rightimg {
    position: absolute;
    width: 764px;
    height: 480px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 150px;
	display: none;
}

.model-5-rightimg img{
	width: 100%;
	display: block;
	min-width: 750px;
}

.model-5-rightimg-1 {
	position: absolute;
	width: 55%;
	top: 0;
	right: 0;
	display: none;
}

.model-5-rightimg-1 img{
	width: 100%;
	display: block;
	min-width: 750px;
}

.model-5-rightimg-2 {
	width: 25%;
	position: absolute;
	right: 5%;
	bottom: 5%;
	display: none;
}

.model-5-rightimg-2 img{
	width: 100%;
	display: block;
	min-width: 350px;
}

/* 6 */

.model-6 {
	width: 100%;
	position: relative;
	max-height: 937px;
	min-height: 250px;
	overflow: hidden;
	min-width: 800px;
}

.model-6-top {
	width: 100%;
	/*height: 50%;*/
}

.model-6-bgimg{
	width: 100%;
	display: block;
	position: relative;
	/*height: 100%;*/
}

.model-6-title {
	position: absolute;
    right: 12%;
    bottom: 75%;
    cursor: pointer;
    color: white;
    font-size: 4rem;
    opacity: 0;
}

.model-6-duigou {
	width: 30%;
    position: absolute;
    right: 14%;
    bottom: 70%;
	/*opacity: 0;*/
}

.model-6-duigou img{
	width: 100%;
	display: block;
}

/* 7 */

.model-7 {
	position: relative;
	height: 500px;
	overflow: hidden;
	padding: 100px 120px 10px 120px;
	background-color: rgb(247, 249, 251);
	min-width: 800px;
}

.model-7-container {
	display: flex;
	width: 100%;
	/*height: 50%;*/
	justify-content: space-between;
	overflow: hidden;
	background-color: rgb(247,249,251);
	overflow-x: hidden;
}

.model-7-container-left {
	width: 30%;
	height: 100%;
	overflow-x: hidden;
}

.model-7-container-leftImg {
	width: 50%;
    margin: 150px auto;
}

.model-7-container-leftImg img{
	width: 100%;
	display: block;
}

.model-7-container-right {
	width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* min-width: 850px; */
    padding: 0px 20px 15px 0;
    overflow-x: hidden;
}

.model-7-container-rightTop {
	width: 100%;
}

.model-7-container-rightTop img{
	width: 100%;
	display: block;
}

.model-7-container-rightCenter {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	/*height: 40%;*/
	color: black;
	cursor: default;
}

.model-7-container-rightCenter-1 {
	padding: 10px 0;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 3px solid black;
	letter-spacing: 1px;
}

.model-7-container-rightCenter-2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.model-7-container-rightCenter-2-left {
    display: flex;
    flex-direction: column;
    width: 60%;
}

.model-7-container-rightCenter-2-right {
    width: 30%;
    position: relative;
}

.model-7-container-rightCenter-2-right img{
    width: 100%;
    position: absolute;
    top: 10%;
    /* display: block; */
    right: 0;
}

.model-7-container-rightCenter-2 p {
    margin-top: 3px;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: 200;
}

.model-7-container-rightCenter-2 div{
	font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    position: relative;
}

.model-7-container-rightBottom{
	width: 100%;
	display: flex;
	justify-content: center;
	font-size: 14px;
	font-weight: bold;
	color: black;
	cursor: default;
}

.logoImg {
	width: 250px;
	height: 100px;
	position: absolute;
	/*z-index: 9999;*/
	/*display: none;*/
	cursor: pointer;
}

.logoImg img {
	width: 60%;
}

#bluePic {
	top: 30%;
	right: -2%;
}

#greenPic {
	bottom: 35%;
	right: 2%;
}

#yellowPic {
	top: 40%;
	left: 5%;
}

.backToTop {
	width: 100px;
	height: 55px;
	position: fixed;
	display: flex;
	z-index: 9999;
	bottom: 50px;
	left: -55px;
	cursor: pointer;
	transition: all 0.5s ease 0s;
	display: none;
}

.backToTop-1 {
	width: 45px;
	height: 100%;
}

.backToTop-1 img{
	width: 100%;
	display: block;
	margin-top: 5px;
}

.backToTop-2 {
	width: 55px;
	height: 100%;
}

.backToTop-2 img{
	width: 100%;
	display: block;
}

.container-gif {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 631px;
    height: 511px;
}

.container-gif img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}

.sp {
    width: 70px;
    position: absolute;
    transition: all 5s ease;
}

.sp img{
    width: 100%;
    display: block;
}

.sp1{
    bottom: 100px;
    left: 400px;
}

.sp2{
    top: 70px;
    right: 400px;
}

.sp3{
    top: 370px;
    right: 430px;
}

.sp4{
    top: 470px;
    left: 600px;
}

.sp6{
    top: 470px;
    left: 0px;
}

.sp7{
    width: 130px;
    top: 170px;
    left: 250px;
}

.sp8{
    width: 15px;
    top: 140px;
    right: 485px;
    opacity: 0.4;
}

.sp9{
    bottom: 0px;
    left: 700px;
}

.sp10{
    bottom: 150px;
    right: 300px;
}