
/*公共样式*/
*{margin:0;padding:0;font-family: "Microsoft Yahei";}
a{text-decoration: none;}
a:hover{cursor: pointer;}
li{list-style: none;}
img{pointer-events:none;}
.w1200{width: 1200px;height:auto;margin:0 auto;box-sizing:border-box;position: relative;}
.header{position: relative;}
.clearfix:after{display: block;font-size: 0;height: 0;content: "";clear:both;}
.float-left{float:left; }
.float-right{float:right;}
body{max-width: 1920px;margin:0 auto;overflow-x: hidden;}
/*banner-style*/
.banner{
	width: 100%;
	height: 903px;
	background: url(../image/t_banner.jpg) no-repeat center center/cover;
	overflow: hidden;
	position:relative;
}
.banner .consultBox{
	position: absolute;
	width: 100%;
	left:0;
	bottom:142px;
	text-align: center;
}
.banner .consultBox a{
	position: relative;
	display: inline-block;
	width: 437px;
	height: 49px;
	line-height: 45px;
	font-size: 26px;
	color:#fff;
	letter-spacing: 1px;
	background: url(../image/t_bannerImg01.png) no-repeat center center/cover;
}
.banner .consultBox a:before{
	display: inline-block;
	content: "";
	font-size: 0;
	width: 32px;
	height: 10px;
	background: url(../image/t_bannerImg02.png) no-repeat center center/cover;
	position: absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left:0;
	animation:moveleft 2s infinite;
	-webkit-animation:moveleft 2s infinite;
	animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
}
@keyframes moveleft
{
	0% {left:0px;}
	50% {left:-10px;}
	100% {left:0px;}
}
@-webkit-keyframes moveleft
{
	0% {left:0px;}
	50% {left:-10px;}
	100% {left:0px;}
}
.banner .consultBox a:after{
	display: inline-block;
	content: "";
	font-size: 0;
	width: 32px;
	height: 10px;
	background: url(../image/t_bannerImg03.png) no-repeat center center/cover;
	position: absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right:0;
	animation:moveright 2s infinite;
	-webkit-animation:moveright 2s infinite;
	animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
}
@keyframes moveright
{
	0% {right:0px;}
	50% {right:-10px;}
	100% {right:0px;}
}
@-webkit-keyframes moveright
{
	0% {right:0px;}
	50% {right:-10px;}
	100% {right:0px;}
}
/*main1-style*/
.main1{
	width: 100%;
	height: 904px;
	background: url(../image/t_m1Bg.jpg);
	overflow: hidden;
}
.main1 .title{
	margin-top: 79px;
	text-align: center;
}
.main1 .title img{
	display: inline-block;
}
.main1 ul{
	width: 960px;
	margin:0 auto;
	margin-top: 52px;
	font-size: 0;
	text-align: center;
}
.main1 ul li{
	vertical-align: top;
	display: inline-block;
	width: 263px;
	height: 267px;
	margin-bottom: 10px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
	top:0;
	left:0;
	right:0;
	bottom:0;
	cursor:default;
	transition-timing-function: ease;
    -moz-transition-timing-function: ease; /* Firefox 4 */
    -webkit-transition-timing-function: ease; /* Safari 和 Chrome */
    -o-transition-timing-function: ease; /* Opera */
}
.main1 ul li:nth-of-type(1){
	background: url(../image/t_m1Img02.jpg) no-repeat center center/cover;
}
.main1 ul li:nth-of-type(1):hover{
	top:-10px;
	left:-10px;
}
.main1 ul li:nth-of-type(2){
	background: url(../image/t_m1Img03.jpg) no-repeat center center/cover;
}
.main1 ul li:nth-of-type(2):hover{
	top:-10px;
	left:0;
}
.main1 ul li:nth-of-type(3){
	background: url(../image/t_m1Img04.jpg) no-repeat center center/cover;
}
.main1 ul li:nth-of-type(3):hover{
	top:-10px;
	left:10px;
}
.main1 ul li:nth-of-type(4){
	background: url(../image/t_m1Img05.jpg) no-repeat center center/cover;
}
.main1 ul li:nth-of-type(4):hover{
	top:10px;
	left:-10px;
}
.main1 ul li:nth-of-type(5){
	background: url(../image/t_m1Img06.jpg) no-repeat center center/cover;
}
.main1 ul li:nth-of-type(5):hover{
	top:10px;
	left:0;
}
.main1 ul li:nth-of-type(6){
	background: url(../image/t_m1Img07.jpg) no-repeat center center/cover;
}
.main1 ul li:nth-of-type(6):hover{
	top:10px;
	left:10px;
}
.main1 ul li + li{
	margin-left: 12px;
}
.main1 ul li:nth-of-type(3n+1){
	margin-left: 0;
}
.main1 ul li .top{
	margin-top: 55px;
}
.main1 ul li .top p{
	text-align: center;
}
.main1 ul li .top p span{
	display: inline-block;
	font-size: 24px;
	color:#FEFEFE;
	letter-spacing: 1px;
	border-bottom: 1px dashed #FEFEFE;
	padding-bottom: 10px;
	position: relative;
}
.main1 ul li:nth-of-type(odd) .top p span{
	color:#CAD900;
}
.main1 ul li .top p span:before{
	display: inline-block;
	font-size: 0;
	content: "";
	width: 5px;
	height: 9px;
	background: url(../image/t_m1Img09.png) no-repeat center center;
	position: absolute;
	top:6px;
	left:-10px;
}
.main1 ul li:nth-of-type(odd) .top p span:before{
	background: url(../image/t_m1Img08.png) no-repeat center center;
}
.main1 ul li p.desc{
	margin-top: 24px;
	font-size: 16px;
	line-height: 1.5;
	color:#FEFEFE;
}
/*main2-style*/
.main2{
	width: 100%;
	height:906px;
}
.main2 .m2-left{
	width: 50%;
	height:906px;
	background: url(../image/t_m2Img01.jpg) no-repeat right center/cover;
	position: relative;
}
.main2 .m2-left .imgBox{
	width: calc(100% + 28px);
	position: absolute;
	top:252px;
}
.main2 .m2-left .imgBox img{
	width: auto;
	position: absolute;
	top:0;
	right:0;
}
.main2 .m2-left .imgBox .txt{
	width: 625px;
	position: absolute;
	right: 0;
	box-sizing:border-box;
	padding-right: 134px;
}
.main2 .m2-left .imgBox .txt .title{
	margin-top: 70px;
	margin-top: ;
	font-size: 50px;
	color:#FEFEFE;
	letter-spacing: 1px;
	text-align: right;
}
.main2 .m2-left .imgBox .txt .en{
	margin-top: 8px;
	font-size: 23px;
	color:#FEFEFE;
	text-align: right;
}
.main2 .m2-left .imgBox .txt .desc{
	margin-top: 24px;
	font-size: 16px;
	line-height: 26px;
	color:#FEFEFE;
	text-indent: 2em;
}
.main2 .m2-right{
	width: 50%;
	height:906px;
	background: url(../image/t_m2Img02.jpg) no-repeat left center/cover;
}
/*main3-style*/
.main3{
	width: 100%;
	height: 1080px;
	background: url(../image/t_m3Bg.jpg);
	overflow: hidden;
}
.main3 .w1200{
	height: 100%;
}
.main3 .teach-wrap{
	width: 1137px;
	margin:0 auto;
	height: 100%;
	overflow: hidden;
}
.main3 .teach-wrap .teach-body{
	height: 100%;
}
.main3 .teach-wrap .teach-body .teach-item{
	height: 100%;
}
.main3 .teach-wrap .teach-body .teach-item ul{
	height: 100%;
	font-size: 0;

}
.main3 .teach-wrap .teach-body .teach-item ul li{
	display: inline-block;
	width: 378px;
	height: 100%;
	vertical-align: top;
	cursor: pointer;
}
.main3 .teach-wrap .teach-body .teach-item ul li:hover{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(85,119,62,.6)), color-stop(100%,rgba(124,154,99,.6)))  ;
    background: -webkit-linear-gradient(top, rgba(85,119,62,.6) 0%,rgba(124,154,99,.6) 100%) ;
    background: -o-linear-gradient(top, rgba(85,119,62,.6) 0%,rgba(124,154,99,.6) 100%) ;
    background: -ms-linear-gradient(top, rgba(85,119,62,.6) 0%,rgba(124,154,99,.6) 100%) ;
}
.main3 .teach-wrap .teach-item ul li .img-wrap{
	height: 50%;
	position: relative;
}
.main3 .teach-wrap .teach-item ul li .img-wrap .img-box{
	width: 100%;
	height: 379px;
	position: absolute;
	left:0;
	bottom:0;
}
.main3 .teach-wrap .teach-item ul li .img-wrap .img-box img{
	width: 100%;
	height: 100%;
}
.main3 .teach-wrap .teach-item ul li:nth-of-type(2n) .img-wrap .img-box{
	bottom:auto;
	top:0;
}
.main3 .teach-wrap .teach-item ul li .txt-wrap{
	height: 50%;
	position: relative;
}
.main3 .teach-wrap .teach-item ul li .txt-wrap .txt-box{
	width: 100%;
	height: 379px;
	position: absolute;
	left:0;
	top:0;
	box-sizing:border-box;
	padding:0 24px;
}
.main3 .teach-wrap .teach-item ul li:nth-of-type(2n) .txt-wrap .txt-box{
	top:auto;
	bottom:0;
}

.main3 .teach-wrap .teach-item ul li .txt-wrap .txt-box .name{
	margin-top: 36px;
	font-size: 36px;
	color:#009139;
	letter-spacing: 8px;
	padding-left: 32px;
}
.main3 .teach-wrap .teach-item ul li:nth-of-type(2n) .txt-wrap .txt-box .name{
	color:#FEFEFE;
}
.main3 .teach-wrap .teach-item ul li .txt-wrap .txt-box .name span{
	font-size: 14px;
	display: inline-block;
	width:139px;
	height: 31px;
	line-height: 28px;
	text-align: center;
	color:#FEFEFE;
	vertical-align: middle;
	background: -webkit-linear-gradient(left, #6B826C , #0C523B);
    background: -o-linear-gradient(right, #6B826C, #0C523B);
    background: -moz-linear-gradient(right, #6B826C, #0C523B);
    background: linear-gradient(to right, #6B826C , #0C523B);
    letter-spacing: 1px;
    margin-left: 20px;
}
.main3 .teach-wrap .teach-item ul li:nth-of-type(2n) .txt-wrap .txt-box .name span{
	background: -webkit-linear-gradient(left, #7DAB56 , #47802B);
    background: -o-linear-gradient(right, #7DAB56, #47802B);
    background: -moz-linear-gradient(right, #7DAB56, #47802B);
    background: linear-gradient(to right, #7DAB56 , #47802B);
}
.main3 .teach-wrap .teach-item ul li .txt-wrap .txt-box .desc{
	margin-top: 40px;
	font-size: 16px;
	line-height: 1.5;
	color:#FEFEFE;
	text-indent: 2em;
}
.main3 .teach-wrap .teach-item ul li .txt-wrap .txt-box .works{
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.5;
	color:#FEFEFE;
}
.main3 .swiper-button-prev,.main3 .swiper-button-next{
	width: 77px;
	height: 77px;
}
.main3 .w1200 .teach-wrap .swiper-button-prev{
  left:-77px;
	background:url(../image/t_btn_arrow.png) no-repeat 0 0;
}
.main3 .w1200 .teach-wrap .swiper-button-prev:hover{
  background: url(../image/t_btn_hover_arrow.png) no-repeat 0 0;
}
.main3 .w1200 .teach-wrap .swiper-button-next {
  right:-77px;
  background: url(../image/t_btn_arrow.png) no-repeat 0 -77px;
}
.main3 .w1200 .teach-wrap .swiper-button-next:hover {
  background: url(../image/t_btn_hover_arrow.png) no-repeat 0 -77px;
}
/*main4-style*/
.main4{
	width: 100%;
	height: 2179px;
	background: url(../image/t_m4Bg.jpg) no-repeat center center;
	overflow: hidden;
}
.main4 h3{
	margin-top: 68px;
	font-size: 36px;
	color:#FEFEFE;
	letter-spacing: 1px;
	font-weight: normal;
	text-align: center;
}
.main4 h3 span{
	color:#85AF31;
}
.main4 .subtitle{
	margin-top: 20px;
	font-size: 16px;
	color:#FEFEFE;
	letter-spacing: 1px;
	text-align: center;
}
.main4 .game-wrap{
	width: 952px;
	margin:0 auto;
	margin-top: 30px;
	position: relative;
}
.main4 .game-wrap .left,.main4 .game-wrap .right{
	width: 440px;
}
.main4 li{
	width: 100%;
	cursor: pointer;
}

.main4 li .game-box{
	width: 100%;
	padding:14px 21px;
	box-sizing:border-box;
	background-color: rgba(255,255,255,.6);
}
.main4 li p.year-point{
	font-size: 24px;
	color:#FFFFFF;
	text-align: right;
}
.main4 li .game-box .img-box{
	overflow: hidden;
}
.main4 li .game-box .img-box img{
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.main4 li .game-box .img-box:hover img{
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.main4 li .game-box .title{
	margin-top: 10px;
}
.main4 li .game-box .title .game-name{
	font-size: 18px;
	color:#006834;
	position:relative;
	display: inline-block;
}
.main4 li .game-box .title .game-developer{
	font-size: 14px;
	color:#595757;
	display: inline-block;
}
.main4 li .game-box .title .game-name:before{
	display: inline-block;
	font-size: 0;
	content: "";
	width: 10px;
	height: 10px;
	background:url(../image/t_m4Img11.png) no-repeat center center;
	position: relative;
	top:-1px;
	left:0;
	margin-right: 5px;
}
.main4 li .game-box .title .game-name:after{
	display: inline-block;
	font-size: 0;
	content: "";
	width: 25px;
	height: 13px;
	background:url(../image/t_m4Img12.png) no-repeat center center;
	position: relative;
	top:1px;
	left:0;
	margin-right: 8px;
	margin-left: 8px;
}
.main4 li .game-box .desc{
	margin-top: 11px;
	font-size: 14px;
	color:#FEFEFE;
	line-height: 20px;
	text-indent: 2em;
	height: 60px;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
}
.main4 li .game-box .learn-more{
	margin-top: 11px;
	text-align: right;
}
.main4 li .game-box .learn-more a{
	display: inline-block;
	font-size: 14px;
	color:#FFFFFF;
	background-color:#3E3A39;
	width: 75px;
	height: 23px;
	line-height: 21px;
	border-radius: 8px;
	text-align: center;
	margin-right: 6px;
	position: relative;
	left:0;
}
.main4 .right li p.year-point{
	text-align: left;
}
.main4 .time-line{
	width: 17px;
	height: 1825px;
	position: absolute;
	top:6px;
	left:50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.main4 li + li{
	margin-top: 38px;
}
.main4 .left li:nth-of-type(3){
	margin-top: 56px;
}
.main4 .left li:nth-of-type(4){
	margin-top: 56px;
}
.main4 .left li:nth-of-type(5){
	margin-top: 52px;
}
.main4 .right ul{
	margin-top: 32px;
}
.main4 .right li:nth-of-type(2){
	margin-top: 54px;
}
.main4 .right li:nth-of-type(3){
	margin-top: 54px;
}
.main4 .right li:nth-of-type(4){
	margin-top: 60px;
}
.main4 .left li{
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
	left:0;
}
.main4 .left li:hover{
	left:-20px;
}
.main4 .right li{
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
	right:0;
}
.main4 .right li:hover{
	right:-20px;
}
