* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
   text-decoration: none;
}

.bx{
    max-width: 750px;
    margin: 0 auto;
}

.headerTop{
	width:100%;
	height:50px;
	background:linear-gradient(270deg,rgba(33,35,47,1) 0%,rgba(0,0,0,0.5) 100%);
	padding:0 15px;
	box-sizing: border-box;
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top:0;
	left:0;
	z-index: 9;
}
.logo{
	width:174px;
	height:31px;
	/*  background:url(/gfh5/images/logo.png) no-repeat;
	background-size:100% 100%; */
        background: url(https://www.crazysports.com/gf/images/sy/logo.png) no-repeat;
        background-size: auto 100%;
}
.header-right{
	width:100px;
	height:100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.lanugage{
	width:80px;
	text-align: center;
	font-size:15px;
	color:#FFFFFF;
}
.tapmuea {
    width: 15px;
    height: 13px;
    background: url(/gfh5/images/tapmeau.png) no-repeat;
    background-size: 100% 100%;
}
.header-close {
    width: 19px;
    height: 18px;
    background: url(/gfh5/images/rightclose.png) no-repeat;
    backgrund-size: 100% 100%;
}
.banner img{
    width: 100%;
    object-fit: contain;
}

.desc{
    padding: 25px 0px;
}

.desc .header{
    text-align: center;
}

.desc .header .en{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #BDD1E6;
}

.desc .header .zh{
    display: flex;
    align-items: center;
    justify-content: center;
}

.desc .header .zh .line{
    width: 40px;
    height: 1px;
    background: #3E8DDC;
}

.desc .header .zh span{
    font-size: 23px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 34px;
    margin: 0 10px;

}

.desc .main{
    margin-top: 20px;
    padding: 0 15px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 23px;
}

.desc .ljImg{
    margin-top: 26px;
}

.desc .ljImg img{
    width: 100%;
    object-fit: contain;
}

.programme{
    background: url(../img/m_educationBG.png) no-repeat;
    background-size: 100% 100%;
    padding: 30px 0;
}

.programme .header{
    text-align: center;
}

.programme .header .en{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.programme .header .zh{
    display: flex;
    align-items: center;
    justify-content: center;
}

.programme .header .zh .line{
    width: 40px;
    height: 1px;
    background: #FFFFFF;
}

.programme .header .zh span{
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 23px;
    margin: 0 10px;
}

.programme .main{
    margin-top: 20px;
    padding: 0 15px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #fff;
    line-height: 23px;
}

.programme .title1{
    margin-top: 25px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 15px;
    text-align: center;
}

.programme .title2{
    margin-top: 15px;
    padding: 0 60px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 23px;
    text-align: center;
}

.programme .imgList{
    margin-top: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.programme .imgList img{
    width: 55px;
    height: 80px;
    object-fit: contain;
}

.programme .btnBox{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.programme .btnBox .btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    height: 40px;
    border-radius: 6px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 40px;
} 

.programme .btnBox .btn img{
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.programme .btnBox .btn span{
    margin-right: 7px;
}

.programme .btnBox .btn01{
    background: #4EA7FF;
    margin-bottom: 15px;
}

.programme .btnBox .btn02{
    background: #F89515;
    
}

.Faculty{
    padding: 25px 15px 0;
    background-color: #fafafa;
}

.Faculty .header{
    text-align: center;
}

.Faculty .header .en{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #BDD1E6;
}

.Faculty .header .zh{
    display: flex;
    align-items: center;
    justify-content: center;
}

.Faculty .header .zh .line{
    width: 40px;
    height: 1px;
    background: #3E8DDC;
}

.Faculty .header .zh span{
    font-size: 23px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 34px;
    margin: 0 10px;
}

.Faculty .main{
    margin-top: 20px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 23px;
}
.Faculty .mySwiper{
    width: 100%;
    height: 480px;
}
.Faculty .mySwiper .swiper-slide {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
}
.swiper-slide .card{
    width: calc(33% - 4px);
    height: 200px;
    background: #fff;
    border-radius: 10px;
    margin-right: 6px;
    margin-top: 15px;
    overflow: hidden;
}
.swiper-slide .card:nth-of-type(3n){
    margin-right: 0;
}
.swiper-slide .card img{
    width: 100%;
    vertical-align: middle;
}
.swiper-slide .card .name{
    margin-top: 5px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    text-align: center;
}
.swiper-slide .card .zw{
    padding: 0 4px;
    margin-top: 5px;
    font-size: 11px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #666666;
    line-height: 15px;
}

.my-bullet-active{
    width: 25px !important;
    border-radius: 3px !important;
}

.youngsters{
    padding: 25px 0px 29px;
    background: #F5F8FB;
}

.youngsters .header{
    text-align: center;
}

.youngsters .header .en{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #BDD1E6;
}

.youngsters .header .zh{
    display: flex;
    align-items: center;
    justify-content: center;
}

.youngsters .header .zh .line{
    width: 25px;
    height: 1px;
    background: #3E8DDC;
}

.youngsters .header .zh span{
    font-size: 23px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 34px;
    margin: 0 11px;
}

.youngsters .main{
    margin-top: 27px;
    padding: 0 15px;
}

.youngsters .main .title{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #3E8DDC;
    line-height: 23px;
}
.youngsters .main .item {
    margin-top: 16px;
}
.youngsters .book{
    margin-top: 32px;
    width: 100%;
    object-fit: contain;
}
.youngsters .main .item img{
    width: 15px;
    height: 15px;
    object-fit: contain;
}
.youngsters .main .item span{
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 23px;
}

.footer{
	width:100%;
	height:375px;
	background:#191D28;
	padding:19px 15px 0 15px;
	box-sizing: border-box;
	display:flex;
	flex-direction: column;
	position: relative;
}
.footer span{
	width:100%;
	display:flex;
	flex-direction: row;
}
.footer span p.allp{
	width:100%;
	font-size:12px;
	color:#676F74;
}
.footer span p.halfp{
	width:50%;
	font-size:.12rem;
	color:#676F74;
}
.footer .rowline{
	width:100%;
	height:1px;
	background:#676F74;
	margin-top:15px;
	margin-bottom:15px;
}
.footer img{
	width:100px;
	height:100px;
	margin-top:10px;
}
.gobtop{
	width:46px;
	height:50px;
	background:url(/gfh5/images/gotop.png) no-repeat;
	background-size:100% 100%;
	position: absolute;
	right:15px;
	bottom:55px;
}

/*菜单*/
/*菜单选择*/
.meauboxtask{
	position: fixed;
	width:100%;
	height:100%;
	top:50px;
	left:0;
	background:rgba(255,255,255,0.9);
	z-index: 9999;
	display:flex;
	flex-direction: column;
	align-items: center;
}
.meauboxtask div{
	width:120px;
	height:60px;
	text-align: center;
	line-height: 60px;
	color:#333333;
	font-size:15px;
	border-bottom:1px solid #D9D9D9;
}


