﻿@CHARSET "UTF-8";
/*****首页CSS样式******/
/* rem = 设计稿px / 14 */
.wrap{
	width:100%;
	height:100vh;
	min-width:85.7143rem; /* 1200/14 */
	overflow:hidden;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.down{
	position:absolute;
	bottom:	1.429rem;
	left:50%;
	color:#fff;
	text-align:center;
	transform:translateX(-50%);
	cursor: pointer;
 	animation: floatBasic 2s ease-in-out infinite;
}
@keyframes floatBasic {
  0% {
    transform: translate(-50%,0); /* 初始位置 */
  }
  50% {
    transform: translate(-50%,.714rem); /* 向上浮动10px */
  }
  100% {
    transform: translate(-50%,0); /* 回到初始位置 */
  }
}
.down img{
	width:1.429rem;
}
.content{
	width:100%;
}
/*****第一个itme******/
.item{
	position:relative;
	width: 100%;
	height: 100vh;
	overflow:hidden;
}
.first{
	background: url('../../newImages/aikouyu.jpg') no-repeat;
	background-size: cover;
	background-position: center center;
}
#myhq {
	    vertical-align: middle;
	font-size:0.857rem;
}
#myhq span{
	margin: 0 0.714rem 0;
	
}
#myhq a{
	font-size:0.857rem !important;
}
.aikouyu{
	font-family:'almm';
	font-size: 5.142rem;
	color:#fff;
	text-align:center;
}
.mask{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:	100vh;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
.select{
	position: absolute;
	top:50%;
	left:0;
    transform: translateY(-50%);
    width: 8.5714rem; /* 120/14 */
	height: 32.8571rem; /* 460/14 */
	
	border-radius: 0 2.8571rem 2.8571rem 0; /* 40/14 */
	background: rgba(0, 0, 0, .55);
	box-sizing:border-box;
}
.head-menu2{
	display:flex;
	height:100%;
}
.head-one-menu2{
	width:8.5714rem; /* 120/14 */
	height:100%;
}
.head-one-menu2 ul{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
	height:100%;
}
.head-one-menu2 .menu-item2{
	display: flex;
	align-items:center;
	justify-content: center;
	flex:1;
	font-size:1rem; /* 14/14 */
}
.head-one-menu2 .menu-item2:first-child{
	padding-top:2.8571rem;
}
.head-one-menu2 .menu-item2:last-child{
	padding-bottom:2.8571rem;
}
.head-one-menu2 .menu-item2 a{
	color:#fff;
}
.head-two-menu2{
	flex:1;
	display:none;
}
.menu-item2s a{
	color: rgb(242, 184, 51) !important;
}
.two-menu-title2{
	margin-top:1.2857rem; /* 18/14 */
	margin-bottom:1.4286rem; /* 20/14 */
}
.two-menu-title2 a {
	color:#fff;
}
.two-menu-box2{
	overflow:hidden;
}
.two-menu-item-text:hover{
	color: rgb(242, 184, 51) !important;
}
.two-menu-item2{
	display:inline-block;
	border-right:0.0714rem solid #fff; /* 1/14 */
	height:0.8571rem; /* 12/14 */
	line-height:0.7143rem; /* 10/14 */
	padding-right:0.7143rem; /* 10/14 */
	margin-right:0.7143rem; /* 10/14 */
	margin-bottom:.714rem;
}

.menu-list2::-webkit-scrollbar {
  display: none; /* 隐藏滚动条 */
}
.menu-list2 {
  margin:2.8571rem 0;
  flex:1;
  height:27.1429rem; /* 380/14 */
  overflow-y: auto;
  box-sizing:border-box;
  scrollbar-width: none; /* Firefox隐藏滚动条 */
  -ms-overflow-style: none; /* IE/Edge 旧版本 */
}
.two-menu-item2 a{
	color:#fff;
	font-size:0.8571rem; /* 12/14 */
}
.second-menus2{
	height:100%;
}
.two-menu-box2 .two-menu-item2:last-child{
	border-right:none;
}
.two-menu-box2 li:nth-last-child(2){
	border:none;
}
.searchBox{
	position:relative;
    width:97.142rem; /* 500/14 */
    height:100%;
    margin:0 auto;
}
.ysz{
	position:absolute;
	top:55%;
    transform: translateY(-50%);
	right:7.142rem;
	width:27.857rem;
}
.chuguo img{
	height:11.5714rem; /* 162/14 */
}
.text{
	color:#fff;
	font-size:1.214rem;
	text-align:center;
}
.learnMore{
	width: 25.714rem;
	height: 4.857rem;
	line-height: 4.857rem;
	text-align:center;
	font-size:1.714rem;
	font-family:'almm';
	margin:0 auto;
	
	margin-top:2.714rem;
	border-radius: 2.428rem;
	border: 0.142rem solid #fff;
	transition:all .1s;
	}
.learnMore a{
	display:block;
	color:#fff;
}

.learnMore:hover{
	background: rgba(42, 136, 230, 1);
	border: 0.142rem solid rgba(255, 255, 255, 1);
	color:#fff;
}
.search{
	position:relative;
	width:28.5714rem; /* 400/14 */
	height:3.5714rem; /* 50/14 */
	margin:0 auto;
	overflow:hidden;
	border-radius: 1.7857rem; /* 25/14 */
	background: rgba(243, 244, 246, 1);
	border:0.071rem solid rgba(0,0,0,0);
	padding:1rem 1.4286rem; /* 14/14 | 20/14 */
	box-sizing:border-box;
	transition:all .3s ease;
}
.searchYy{
	box-shadow: 0.2143rem 0.2143rem 0.4286rem  rgba(42, 136, 230, .3);
	border:0.071rem solid rgba(42, 136, 230, .8);
}
/* .search:hover{
	box-shadow: 0.2143rem 0.2143rem 0.4286rem  rgba(42, 136, 230, .6);
	border:0.071rem solid #2A88E6;
} */
.search form{
	display:flex;
	align-items:center;
	height:100%;
	width:100%;
}
.search form .search-text2{
	border:none;
	font-size:1rem;
	background:none;
	color:rgba(153, 153, 153, 1);
	outline:none;
	margin-right:0.714rem;
}

.search img{
	width:1.7143rem; /* 24/14 */
	height:1.7143rem; /* 24/14 */
}
.search input{
	flex:1;
	outline:none;
	height:100%;
	box-sizing:border-box;
	border:none;
	background: rgba(243, 244, 246, 1);
	color:rgba(153, 153, 153, 1);
	font-size: 1rem;
}
.search input::placeholder{
	color:rgba(153, 153, 153, 1);
}
/*****第二个itme******/
.zhibo{
	background: url('../../newImages/zb.jpg') no-repeat;
	background-size: cover;
	background-position: center center;
}

.zhiboMask{
	background: linear-gradient(180deg, rgba(42, 136, 230, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.container{
    position: absolute;
    top: 50%;
    width: 97.142rem;
    left: 50%;
    transform: translate(-50%, -50%);
}
.container .title{
	text-align:center;
	color:#fff;
	font-size:2.571rem;
}
.container .title .title-content{
	font-family:"almm",sans-serif;
	margin-bottom:4.285rem;
}
.container .title .sub-title{
	text-align:center;
	color:#fff;
}
.container .box{
    display: flex;
    justify-content: space-between;
    margin-top:2.714rem
}
.container .list{
	width:49rem;
	height:27.142em;
}
.container .list ul{
	display:flex;
	flex-direction:column;
	justify-content: space-between;
	height:100%
}
.container .list ul li{
	display:flex;
	align-items:center;
	justify-content: space-between;
	border-radius: 1.071rem;
	background: rgba(19, 24, 50, 0.8);
	border: 0.142rem solid rgba(255, 255, 255, 1);
	height:7.142rem;
	padding:1.429rem;
	color: #fff;
	box-sizing:border-box;
	transition:all 0.1s linear;
}
.container .list ul .active{
	color:rgba(42, 136, 230, 1);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(244, 246, 249, 0.8) 100%);
}
.container .list ul li:hover .classInfo{
	color:rgba(153, 153, 153, 1);
}
.container .list ul li:hover .right{
	background:url(/huanqiu2/newImages/hoverRight.png) no-repeat;
	background-size:100% 100%;
	background-position: center center;
}
.container .list ul li .left{
	display:flex;
	align-items:center;
}
.container .list .time{
	position:relative;
	padding-right:1.429rem;
	margin-right:1.429rem;
}

.container .list .time::after{
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	content:"";
	border-right:.071rem solid #fff;
	height:2.857rem;
}
.container .time .day{
	font-family:"almm";
	text-align:right;
	font-size:2.142rem;
}
.container .time .year{
	font-size:1rem;
	font-family:"almm";
}
.container .zbk{
	display:flex;
	width:29.714rem;
    flex-direction: column;
    justify-content: space-between;
    height:3.428rem;
}
.container .zbk .classTitle{
	font-size:1.142rem;
}
.container .zbk .classInfo{
	font-size:0.857rem;
	width:100%;
}
.container .list ul li img{
	width:4.285rem;
	height:4.285rem;
	border-radius:100%;
	margin-right:1.429rem;
}
.container .list ul li .right{
	width:2.142rem;
	height:2.142rem;
	border-radius:100%;
	background:url(/huanqiu2/newImages/right.png) no-repeat;
	background-size:100% 100%;
	background-position: center center;
}
.container .phone{
	width:45.285rem;
	height:27.142rem;
	border-radius: 1.071rem;
	padding:0.714rem;
	box-sizing:border-box;
	overflow:hidden;
	border:0.142rem solid #fff;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(244, 246, 249, 0.8) 100%);
}
.gkkImg{
	display:none;
    width: 100%;
    border-radius: 1.071rem;
    object-fit: cover;
    height: 100%;
}
.jpkContainer{
	margin-top:0;
}
.jpk{
	background:url(/huanqiu2/newImages/library.jpg) no-repeat;
	background-size:100% 100%;
	background-position: center center;
	
}
.jpkBox{
	position:relative;
	display:flex;
	justify-content:space-between;
	width:100%;
	margin-top:2.714rem;
	border-radius: 1.428rem;
	background: rgba(255, 255, 255, 0.9);
	border: 0.142rem solid rgba(255, 255, 255, 1);
	box-shadow: 0.285rem 0.285rem 0.285rem  rgba(0, 122, 255, 0.1);
	box-sizing:border-box;
	padding: 3.428rem 1.428rem;
}
/* .jpkItem {
	font-size:0.857rem;
	white-space: nowrap;       防止文本换行
  	overflow: hidden;          隐藏溢出的内容
  	text-overflow: ellipsis; 
} */
.jpkItem{
	width:22.142rem;
	background: rgba(255, 255, 255, 1);
	border-radius:0.714rem;
	overflow:hidden;
	box-shadow: 0px 0px .285rem  rgba(51, 51, 51, 0.2);
}
.jpkItem:hover img{
	height:102%;
	transform:translateX(-1%);
}
.jpkItem:hover .jpkName{
	color:#0078d0;
}
.jpkImg{
	position:relative;
	text-align:center;
	width:100%;
	height:14.285rem;
}
.jpkImg img{
	position:absolute;
	top:0%;
	left:0%;
	bottom:0%;
	right:0%;
	margin:auto;
	height:100%;
	transition:all .3s ease;
	object-fit:cover;
}
.jpkInfo{
	height:5.714rem;
	padding:1.142rem;
	box-sizing:border-box;
	
}
.jpkA{
	display:block;
}
.jpkInfo .jpkName{
	font-size:1rem;
	color:#000;
}
.jpkInfo .jpkls{
	display:flex;
	align-items:center;
	margin-top:0.714rem;
	font-size:0.857rem;
	color:rgba(156, 163, 175, 1);
}
.jpkInfo .jpkls span{
	margin:0 1.428rem;
	display:inline-block;
	height:0.857rem;
	border-right:.071rem solid rgba(156, 163, 175, 1);
}
.jpkBtn{
	position:absolute;
	right:1.428rem;
	top:1.428rem;
}
.jpkBtn a{
	font-size:0.857rem;
	color:#000;
}
.gnjs{
	background:url(/huanqiu2/newImages/city.jpg) no-repeat;
	background-size:100% 100%;
	background-position: center center;
}
.gnjsBox{
	display:flex;
	justify-content:space-between;
	width:97.142rem;
	height:27.142rem;
	border-radius: 1.428rem;
	margin-top:2.714rem;
	background: rgba(255, 255, 255, 0.8);
	border: 0.142rem solid rgba(255, 255, 255, 1);
	box-shadow: 0.285rem 0.285rem 0.285rem  rgba(0, 122, 255, 0.1);
	box-sizing:border-box;
	padding:2.857rem;
}
.sfqItem{
	display:flex;
	height:100%;
}
.sfqItem:last-child{
	margin-right:0;
}
.sfqContent{
	position:relative;
	width:0;
	padding-right:0;
	overflow:hidden;
	box-sizing:border-box;
	transition:all .3s linear;
}
.sfqItemActive .sfqContent{
	width:26.285rem;
	padding: 0 2rem 0 .714rem;
}
.sfqContent .sfqTit{
	min-width:24rem;
	font-size: 2.571rem;
	font-weight: 700;
	color: rgba(51, 51, 51, 1);
	margin-bottom:1.714rem;
	font-family: "almm", sans-serif;
}

.sfqContent .sfqText{
	min-width:23rem;
	font-size: 1.142rem;
    line-height: 1.6;
	color: rgba(51, 51, 51, 1);
}
.sfqContent .once{
	min-width:24rem !important;
}
.sfqContent .sfqBtn{
	position:absolute;
	bottom:1rem;
	width: 12.142rem;
	height: 3.571rem;
	border-radius:1.785rem;
	text-align:center;
	line-height:3.571rem;
	cursor: pointer;
	border: 0.142rem solid rgba(51, 51, 51, 1);
}
.sfqContent .sfqBtn a{
	display:block;
	width:100%;
	height:100%;
	color: rgba(51, 51, 51, 1);
	
}
.sfqItem:first-child .sfqContent{
	padding-left:0;
}
.sfqItemActive .sfqImg{
	width:10.142rem;
	border-radius: 1.429rem;
	overflow:hidden;
}
.sfqItemActive .sfqMask{
	opacity:0;
}
.sfqItemActive .sfqTips{
	opacity:0;
}
.sfqImg{
	position:relative;
	width:10.142rem;
	height:100%;
	border-radius: 1.429rem;
	overflow:hidden;
	transition:all .3s linear;
}
.sfqImg img{
	height:100%;
}
.sfqMask{
	position:absolute;
	width:100%;
	height: 21.428rem;
	transition:all .3s linear;
	background: linear-gradient(90deg, rgba(0, 0, 0, .8) 0%, rgba(255, 255, 255, 0) 100%);
}
.sfqTips{
	position:absolute;
	bottom:1.429rem;
	width:100%;
	text-align:center;
	color:#fff;
}
.gnjs .container{
	margin-top:0;	
}
.hzyx .content{
	display:none;
    grid-template-columns: repeat(6, 13.071rem);
    grid-template-rows: repeat(2, 13.071rem);
    gap: 1.429rem;
    justify-content:center;
	margin-top:2.714rem;
	cursor: pointer;
}
.contentGrid{
	display: grid !important;
}
.hzyxItem{
	display:flex;
	justify-content:center;
	align-items:center;
    flex-direction: column;
	overflow:hidden;
	border-radius: 1.428rem;
	background: rgba(255, 255, 255, .8);
	box-shadow: 0px -0.142rem 0.214rem  rgba(42, 136, 230, 0.1);
}
#hzyx{
	margin-top:0;
}
.hzyx{
	background:url(/huanqiu2/newImages/school.jpg) no-repeat;
	background-size:100% 100%;
	background-position: center center;
}
.hzyxItem a{
	display:flex;
	justify-content:center;
	align-items:center;
    flex-direction: column;
	width:100%;
	height:100%;
}
.hzyxItem img{
	width:5.714rem;
	height:5.714rem;
	margin-bottom:0.571rem;
	box-shadow: 0px 0px 6px  rgba(0, 122, 255, 0.3);
	border-radius:100%;
}
.hzyxItem .yxName{
	text-align:center;
}
.hzyx .content .arrow{
	background:none;
	cursor: pointer;
}
.hzyx .content .left img{
    transform: rotate(180deg);
}
.whiteNav{
	background: rgba(0,0,0,.4) !important;
	box-shadow: 0px 0.285rem 0.714rem  rgba(51, 51, 51, 0.1) !important;
}
.whiteNav .head-nav-menu a{
	color:#fff !important;
}
.whiteNav .active a{
	color:rgba(42, 136, 230, 1) !important;
}

.last .title{
	color:rgba(51, 51, 51, 1) !important;
}
.last .sub-title{
	color:rgba(51, 51, 51, 1) !important;
}
.last .content{
	display:flex;
	justify-content:space-between;
	width:62rem;
	margin:2.714rem auto 0;
}
.last{
	display:flex;
    flex-direction: column;
	background:url(/huanqiu2/newImages/lastBg.png) no-repeat;
	background-size:100% 100%;
	background-position: center center;
}
.last .lastTop{
	position:relative;
   	height: 80%;
}
.last .container{
	top:50%;
/*     transform: translateX(-50%); */
}
.last .lastItem img{
	width:7.142rem;
	height:7.142rem;
}
.last .lastItem .lastText{
	text-align:center;
	color:#000;
}
.last .lastItem .lastText span{
	color:rgba(42, 136, 230, 1);
	font-size:2rem;
	font-family:'almm';
}
.last .lastItem .info{
	font-size: 1rem;
	font-family:'almm';
	text-align:center;
	margin-top:0.357rem;
	color: rgba(34, 34, 34, 1);
}
.last .lastFooter{
	flex:1;
	width:100%;
	height:auto;
	display:flex;
	align-items:center;
	/* background: rgba(42, 136, 230, 1); */
	background:#333333;
}
.last .lastFooter .center{
	padding:1.429rem 0;
	display:flex;
	justify-content:space-between;
	width:85.714rem;
	margin:0 auto;
}
.last .lastFooter .logoBox{
	margin-bottom:1.428rem;
}
.last .lastFooter .logoBox .footerLogo{
	width:16.071rem;
}
.last .lastFooter .info{
	color:#fff;
	font-size:1rem;
	margin-bottom:0.714rem;
}
.last .lastFooter .info img{
	width:1.666rem;
}
.last .lastFooter .info span{
	margin-right:1.428rem;
}
.last .lastFooter .info span:last-child{
	margin-right:0;
}
.last .lastFooter .ewm{
	display:flex;
}
.last .lastFooter .ewm .ewmItem{
	width:8.571rem;
	background: rgba(255, 255, 255, 0.5);
	border-radius:.714rem;
	box-sizing:border-box;
	border:.071rem solid #fff;
}
.last .lastFooter .ewm .ewmItem:first-child{
	margin-right:2.857rem;
}
.last .lastFooter .ewm .ewmItem .imgBox{
	width:8.571rem;
	height:8.571rem;
	background:#fff;
	border-radius: 0.714rem;
	padding:0.714rem;
	display:flex;
	justify-content:space-between;
	align-items:center;
	box-sizing:border-box;
}
.last .lastFooter .ewm .ewmItem .imgBox img{
	width:100%;
	height:100%;
}
.last .lastFooter .ewm .ewmItem .txt{
	text-align:center;
	height:2.142rem;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#fff;
}