
.header{
	height: 150px;
	transition: all 0.6s;
	background-color: none;
}

.header .logo{
	padding: 38px 0;
	display: inline-block;
}

.header .logo img{
	max-width: 226px;
}
.header .logo .line{
	width: 1px;
    height: 40px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 17.5px 15px;
}
.header .site-info p{
	line-height: 30px;
	margin: 0;
	padding: 2% 0;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}
.header .site-info p .iconfont{
	font-size: 20px;
	vertical-align: middle;
	margin-right: 10px;
}
.header .hy-nav{
	padding: 38px 0;
}
.header .hy-nav ul{
	margin: 0;
}
.header .hy-nav ul .hy-nav-item {
	display: inline-block;
	position: relative;
	margin-left: 20px;
	transition:all 0.4s;
}

.header .hy-nav ul .hy-nav-item .hy-link{
	display: inline-block;
	line-height: 40px;
	padding: 0 25px;
	border-radius: 10px;
	color: #fff;
	font-size: 16px;
	margin: 17px 0;
	border-radius: unset;
	text-align: center;
	position: relative;
}
.header .hy-nav ul .hy-nav-item .hy-link::after{
	position: absolute;
	left: 50%;
	bottom: -5px;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	content: '';
	transform: rotate(45deg);
	transition:all 0.4s;
	background-color: #fff;
	display: none;
	z-index: -1;
}

.header .hy-nav ul .hy-nav-item .hy-link:hover::after{
	background-color: #ffba00;
	display: block;
}
.header .hy-nav ul .hy-nav-item .hy-dropmenu{
	position: absolute;
	left:0;
	top: 60px;
	width: 100%;
	border-radius: 10px;
	margin-top: 10px;
	padding: 10px 0;
	box-shadow: 0 5px 15px 0px rgb(0 0 0 / 10%);
	display: none;

}
.header .hy-nav ul .hy-nav-item .hy-dropmenu .hy-dropmenu-item{
	line-height: 40px;
	width: 100%;
	font-size: 16px;
	color: #1c1616;
	display: inline-block;
	text-align: center;
}
.header .hy-nav ul .hy-nav-item .hy-dropmenu .hy-dropmenu-item:hover{
	background: #ffba00;
	color: #fff;
}
.header .hy-nav ul .hy-nav-item:nth-child(1) .hy-link::after,
.header .hy-nav ul .hy-nav-item:nth-child(5) .hy-link::after{
	display: none!important;	
}
.header.fixedHead{
	height: unset;
	background-color: rgba(50, 89, 228, 0.9);
}
.header.fixedHead  .logo{
	padding: 10px 0;
}
.header.fixedHead .hy-nav{
	padding: 15px 0;
}
.header.fixedHead .hy-nav ul .hy-nav-item .hy-link{
	background-color: #fff;
	border-radius: 10px;
	color: #cd282f;
}
.header.fixedHead .hy-nav ul .hy-nav-item:hover .hy-link{
	background-color: #ffba00;
	color: #fff;
}
.header .hy-nav ul .hy-nav-item:hover .hy-link,
.header .hy-nav ul .hy-nav-item.active .hy-link{
	background-color: #ffba00;
	color: #fff;
	border-radius: 10px;
	border-bottom: none;
}

.banner .swiper-button-next,.banner .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	line-height: 50px;
	background: url('/static/picture/right.png')no-repeat center center /cover;
}
.banner .swiper-button-prev{
	background: url('/static/picture/left.png')no-repeat center center /cover;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 140px;
}
.banner.recruits .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 40px;
}
.banner .swiper-pagination-bullet{
	width: 20px;
	height: 10px;
	background: #fff;
	border-radius: 5px;
	opacity: 1;
	transition: all 0.4s;
	margin: 0 4px;
}
.banner .swiper-pagination-bullet-active{
	background: #ffba00;
	width: 40px;
}

.hy-page{
	padding: 60px 0;
}
.hy-page.page1{
	background: url('/static/picture/home_bj1.jpg')no-repeat center center /cover;
}
.fastNav{
	position: relative;
	z-index: 99;
	margin-top: -180px;
}
.fastNav .fastItem{
	width: 30%;
	padding: 40px 20px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 10px;
}
.fastNav .fastItem .top .title{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin: 0;
}
.fastNav .fastItem .top .title small{
	display: inline-block;
	margin-left: 20px;
	font-size: 12px;
	color: #fff;
}
.fastNav .fastItem .top .line{
	display: block;
	width: 55%;
	height: 5px;
	border-radius: 5px;
	margin: 20px 0;
	background-image: linear-gradient(to right,#f77477,#fdb421);
}

.fastNav .iconbar li{
	width: 30%;
	max-width: 100px;
	margin-bottom: 40px;
	text-align: center;
}
.fastNav .iconbar li .iconWrap{
	width: 100px;
	height: 100px;
	background: #fff;
	border-radius: 10px;
	line-height: 100px;
	transition: all 0.6s;
	overflow: hidden;
}
.fastNav .iconbar li .iconWrap img{
	padding: 10%;
}
.fastNav .iconbar li .iconWrap .iconfont{
	font-size: 60px;
	color: #ff5c5c;
}
.fastNav .iconbar li p{
	margin: 0;
	margin-top: 10px;
	color: #1c1616;
	font-size: 12px;
}
.fastNav .iconbar li:nth-child(7),
.fastNav .iconbar li:nth-child(8),
.fastNav .iconbar li:nth-child(9){
	margin-bottom: 0;
}
.fastNav .iconbar li:hover .iconWrap{
	transform: scale(1.1);
}

.advantages .advWrap .top .tit{
	font-size: 48px;
	font-weight: bold;
}
.advantages .advWrap .top .desc{
	font-size: 20px;
}


#certify {
	position: relative;
	width: 1440px;
	margin: 40px  auto;
	margin-bottom: 0;
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 600px;
	height: 385px;
	background: #fff;
	box-shadow: 0 5px 15px 0px rgb(0 0 0 / 10%);
}
#certify  .swiper-slide img{
	display:block;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}


#certify  .swiper-slide {
    background: #fff;
	box-shadow: 0 5px 15px 0px rgb(0 0 0 / 10%);
	transition: all 0.6s;
	border-radius: 10px;
	overflow: hidden;
}
#certify  .swiper-slide .under{
	padding: 5% 0;
}
#certify  .swiper-slide .under .tit{
	font-size: 24px;
	margin: 0;
	line-height: 1;
}
#certify  .swiper-slide .under .line{
	width: 60px;
	height: 2px;
	background: #cd282f;
	display: inline-block;
	margin: 10px auto;
}
#certify  .swiper-slide .under .desc{
	font-size: 20px;
	line-height: 1;
	margin: 0;
}
#certify .swiper-pagination-bullet{
	width: 20px;
	height: 10px;
	background: #fff;
	border-radius: 5px;
	opacity: 1;
	transition: all 0.4s;
	margin: 0 4px;
}
#certify .swiper-pagination-bullet-active{
	background: #ffba00;
	width: 40px;
}


.hy-page.page2{
	background: url('/static/picture/home_bj2.jpg')no-repeat center center /cover;
}

.schoolWrap li{
	width: 32%;
	margin-bottom: 40px;
	position: relative;
	display: inline-block;
}
.schoolWrap li:nth-child(7),
.schoolWrap li:nth-child(8),
.schoolWrap li:nth-child(9){
	margin-bottom: 0;
}
.schoolWrap li .school-pic{
	width: 100%;
	overflow: hidden;
	max-height: 234px;
	overflow: hidden;
	border-radius: 10px;
} 
.schoolWrap li .school-pic img{
	width: 100%;
	transition: all 0.6s;
}
.schoolWrap li:hover img{
	transform: scale(1.4);
}
.schoolWrap li .school-tit a{
	position: relative;
	display: block;
	line-height: 40px;
	background-color: #fff;
	color: #cd282f;
	border-radius: 10px;
	width: 70%;
	text-align: center;
	margin: 0 auto;
	margin-top: -20px;
	z-index: 99;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
}
.schoolWrap li:hover .school-tit a{
	background-color: #ffba00;
	color: #fff;
}
.schoolWrap .placeholder{
	width: 32%;
	height: 0;
	content: '';
	display: block;
	margin: 0;
}
.moreSchool {
	width: 80%;
	line-height: 50px;
	border-radius: 10px;
	background-color: #fff;
	color: #cd282f;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto;
	margin-top: 40px;
	display: block;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
}
.moreSchool:hover{
	background-color: #ffba00;
	color: #fff;
}
.hy-page.page3{
	background: url('/static/picture/home_bj5.jpg')no-repeat center center /cover;
}
.hy-table{
	width: 100%;
	margin-top: 40px;
	border-radius: 10px;
}
.hy-table thead{
	border-radius: 10px 10px 0 0;
}
.hy-table thead tr{
	border-radius: 10px 10px 0 0;
}
.hy-table tr{
	width: 100%;
}
.hy-table tr td{
	height: 50px;

	text-align: center;
	border: 1px solid #e6e6e6;
}
.hy-table tbody tr{
	background: #fff;
}
.hy-table tbody tr td{
	font-size: 14px;
}
.hy-table tbody tr.hy-bg-red{
	background: #cd282f;
}
.readMore a{
	color: #fff;
}

.hy-page.page4{
	padding-bottom: 0;
	background: url('/static/picture/home_bj3_04.jpg')no-repeat center center /cover;
}

/* ````````````````` 留言开始start`````````````````````` */
.messages{
	background: #fff;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	padding: 40px 60px;
}
.messagesWrap{
	margin-top: 40px;
	height: 226px;
}
.messagesWrap .form{
	width: 57%;
}
.messagesWrap .form .left{
	width: 64%;
}
.messagesWrap .form .formItem{
	width: 100%;
}
.messagesWrap .form .formItem label{
	width: 22%;
}
.messagesWrap .form .formItem:first-child{
	margin-top: 0;
}
.messagesWrap .form .formItem:last-child{
	margin:0;
}
.messagesWrap .form .formItem input,
.messagesWrap .form .formItem select{
	width: 75%;
	border-radius: 5px;
	outline: none;
	background: none;
	border: none;
	line-height: 40px;
	text-align: center;
	height: 40px;
	border: 1px solid #1c1616;
}
.messagesWrap .form .formItem select{
	border: none;
	background: #cd282f;
	text-align: center;
	color: #fff;
	text-indent: 2rem;
}
.messagesWrap .form .formItem select option{
	background:#fff;
	color: #1c1616;
	height: 40px;
	line-height: 40px;
}
#vercode1{
	width: 22%;
	height: 40px;
}

.messagesWrap .form .right{
	width: 35%;
}
.messagesWrap .form .right .submitBtn{
	outline: none;
	border: none;
	background: #cd282f;
	width: 100%;
	height: 100%;
	color: #fff;
	border-radius: 10px;
}
.messagesWrap .form .right .submitBtn .iconfont{
	font-size: 120px;
	line-height: 1;
}
.messagesWrap .form .right .submitBtn p{
	font-size: 20px;
	margin: 0;
}
.formLine{
	width: 10px;
	height: 200px;
	margin: 1% 0;
	background: #cd282f;
	display: block;
	content: '';
	border-radius: 5px;
	position: relative;
}
.formLine::after{
	position: absolute;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	background: #cd282f;
	content: '';
	right: -5px;
	top: 50%;
	margin-top: -5px;
}
.formInfo{
	width: 36%;
}
.formInfo .item{
	width: 49%;
	padding: 2%;
	box-shadow: 0 5px 15px 0px rgb(0 0 0 / 10%);
	border-radius: 10px;
}
.formInfo .item img{
	width: 100%;
}
.formInfo .gifBtn{
	width: 150px;
	height: 150px;
	margin: 14% auto;
	display: block;
	background:url('/static/picture/redadd.gif')no-repeat;
	background-size: 100% 100%;
}
.formInfo .add:hover{
	background-color: #cd282f;
}
.formInfo .add:hover .gifBtn{
	background:url('/static/picture/whiteadd.gif')no-repeat;
	background-size: 100% 100%;
}

/* ````````````````` 留言结束end`````````````````````` */


.Profile .leftPic{
	width: 45%;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 2px 10px 0 rgba(0, 0,0, 0.3);
}
.Profile .leftPic img{
    width: 100%;
    height: 100%;
}
.Profile .rightCont{
	width: 50%;
	position: relative;
}
.Profile .rightCont .description{
	line-height: 24px;
	text-indent: 2rem;
	margin: 30px auto;
	margin-top: 0;
	font-size: 14px;
}
.Profile .rightCont .description p{
	margin-bottom:10px;
}
.Profile .rightCont .comBtn{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.Profile .rightCont .comBtn a{
	display: inline-block;
	background-color: #cd282f;
	text-align: center;
	color: #fff;
	padding: 0 24px;
	line-height: 40px;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	transition: all 0.4s;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}
.Profile .rightCont .comBtn a small{
	display: inline-block;
	margin-left: 5px;
}
.Profile .rightCont .comBtn a:hover{
	background-color: #fdb421;
}
.honor{
	margin-top: 40px;
}
.honor .swiper-slide{
	position: relative;
}
.honor .swiper-slide .mask{
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 40px;
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
	width: 100%;
	display: none;
}
.honor .swiper-slide .mask a{
	color: #fff;
}

.hy-page.page5{
	background: url('/static/picture/home_bj4.jpg')no-repeat ;
	background-size: 100% 100%;
}
.hy-sc-show {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}
.hy-sc-show .leftWrap{
	width: 30%;
}
.hy-sc-show .rightWrap{
	width: 70%;
	height: 454px;
	overflow: hidden;
	position: relative;
}
.hy-sc-show .rightWrap .cen{
	width: 70%;
}
.hy-sc-show .rightWrap .right{
	width: 30%;
}
.hy-sc-show .leftWrap ul{
	display: flex;
    flex-wrap: wrap;
	align-content: space-between;
	width: 100%;
	height: 100%;
}
.hy-sc-show .leftWrap ul li{
	width: 100%;
	line-height: 60px;
	text-align: center;
	position: relative;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
	cursor: pointer;
	background-color: #cd282f;

}
.hy-sc-show .leftWrap ul li:nth-child(1){
	border-radius: 10px 0 0 0;
}
.hy-sc-show .leftWrap ul li:last-child{
	border-radius: 0 0 0 10px;
}

.hy-sc-show .leftWrap ul li a{
	color: #fff;
	font-size: 24px;
}
.hy-sc-show .leftWrap ul li:hover,.hy-sc-show .leftWrap ul li.active{
	background: #ffba00;
}
.hy-sc-show .leftWrap ul li:hover a,.hy-sc-show .leftWrap ul li.active a{
	color: #fff;
}
.hy-sc-show .leftWrap ul li:hover::after,.hy-sc-show .leftWrap ul li.active::after{
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background: #ffba00;
	transform: rotate(45deg);
	display: block;
	content: '';
	z-index: 999;
	
}
.hy-sc-show .rightWrap .right .topAdd{
	text-align: center;
	padding: 10% 10%;
}
.hy-sc-show .rightWrap .right .topAdd p{
	margin: 10px 0;
	font-size: 20px;
	font-weight: bold;
}
.hy-sc-show .rightWrap .right .topAdd span{
	display: block;
	height: 45px;
	overflow: hidden;
}
.hy-sc-show .rightWrap .right hr{
	width: 100%;
	height: 5px;
	background-color: #cd282f;
	display: block;
	margin: 0 auto;
}
.hy-sc-show .rightWrap .qrcode{
	padding: 8% 25%;
}
.hy-sc-show .rightWrap .qrcode .wrap{
	width: 100%;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
}
.hy-sc-show .rightWrap .qrcode .wrap img{
	width: 100%;
	height: auto;
	padding: 5%;
}

.hy-sc-show .rightWrap .qrcode a{
	display: inline-block;
	width: 100%;
	line-height: 40px;
	text-align: center;
	background-color: #cd282f;
	color: #fff;
	border-radius: 5px;
	margin-top: 20px;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
	transition: all 0.4s;
}
.hy-sc-show .rightWrap .qrcode a:hover{
	background-color: #fdb421;
	color:#fff;
}
.hy-sc-show .rightWrap .school-content{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
}
.hy-sc-show .rightWrap .school-content.show{
	display: flex;
}

.studentShow{
	width: 100%;
	height: 742px;
	background: url('/static/picture/frame.png')no-repeat;
	background-size: 100% 100%;
	padding: 2%;
}
.studentShow ul li{
	position: relative;
	max-width: 333px;
	height: 216px;
	border-radius: 10px;
	overflow: hidden;
	display: inline-block;
	width: 24.3%;
	margin-right: 0.5%;
	margin-bottom: 10px;
}
.studentShow ul li:nth-child(4n){
	margin-right: 0;
}
.studentShow ul li:nth-child(9),
.studentShow ul li:nth-child(10),
.studentShow ul li:nth-child(11),
.studentShow ul li:nth-child(12){
	margin-bottom: 0;
}

.studentShow ul li .mask{
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	line-height: 40px;
	bottom: 0;
	display: none;
	background: rgba(255, 255,255, 0.3);
}
.studentShow ul li a{
	color: #fff;
}
.studentShow ul li img{
	transition: all 0.6s;
	height: 100%;
	max-width: unset;
}
.studentShow ul li:hover img{
	transform: scale(1.4);
}

.hy-page.page6{
	background: url('/static/picture/home_bj6.jpg')no-repeat center center /cover;
}

.news-slider__item.swiper-slide-active{
	background: #fff;
	color: #1c1616;
}
.news-slider__item.swiper-slide-active a{
	color: #1c1616;
}

.newsWrap{
	margin-top: 40px;
}
.newsWrap .swiper-slide{
	padding: 40px;
	border-radius: 10px;
	overflow: hidden;
	color: #fff;
}
.newsWrap .swiper-slide-active{
	background: #fff;
	color: #1c1616;
	box-shadow: 0 0 10px 0 rgba(0, 0,0, 0.3);
}
.newsWrap .swiper-slide .tags{
	font-size: 24px;
	font-weight: bold;
	margin: 0;
}
.newsWrap .swiper-slide .pubdate{
	color: #fff;
	font-size: 20px;
	margin: 0;
}
.newsWrap .swiper-slide .arcline{
	width: 50px;
	height: 5px;
	display: block;
	border-radius: 5px;
	background: #fff;
	margin: 20px 0;
}
.newsWrap .swiper-slide-active .arcline{
	background: #cd282f;
}
.newsWrap .swiper-slide-active .pubdate{
	color: #808080;
}
.newsWrap .swiper-slide .tit{
	font-size: 18px;
	font-weight: bold;
}
.newsWrap .swiper-slide .desc{
	line-height: 2;
	height: 100px;
}
.newsWrap .swiper-slide a{
	color: #fff;
}
.newsWrap .swiper-slide .pic{
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 15px 0 rgba(0, 0,0, 0.3);
	transition: all 0.4s;
}
.newsWrap .swiper-slide .pic img{
    width: 100%;
	height: 234px;
}
.newsWrap .swiper-slide:hover .pic{
	box-shadow: unset;
}
.newsWrap .swiper-slide-active a{
	color: #1c1616;
}
#news-swiper{
	padding-bottom: 60px;
}

#news-swiper .swiper-pagination-bullet{
	width: 20px;
	height: 10px;
	background: #fff;
	border-radius: 5px;
	opacity: 1;
	transition: all 0.4s;
	margin: 0 4px;
}
#news-swiper .swiper-pagination-bullet-active{
	background: #ffba00;
	width: 40px;
}



/* 新闻选项卡 */
.newsShow{
	margin-top: 40px;
}
.ah-tab-wrapper {
    position: relative;
}

.ah-tab-wrapper *, .ah-tab-wrapper *:before, .ah-tab-wrapper *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.ah-tab {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    letter-spacing: -0.3em;
}

.ah-tab::before, .ah-tab::after {
    bottom: 0;
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    z-index: 1;
    transition: opacity .3s;
}
.ah-tab-overflow-left::before {
    opacity: 1;
    left: 0;
}

.ah-tab-overflow-right::after {
    opacity: 1;
    right: 0;
}

.ah-tab-overflow-wrapper {
    position: absolute;
    width: 43px;
    height: 100%;
    right: 100%;
    opacity: 0;
    top: 0;
    z-index: 1;
    text-align: center;
}

.ah-tab-overflow-wrapper[data-ah-tab-active="true"] {
    right: 0;
    opacity: 1;
    transition: opacity .3s;
}

.ah-tab-overflow-menu {

    background-size: 18px;
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 0;
    cursor: pointer;
    transition: opacity .3s;
    opacity: .7;
}

.ah-tab-overflow-wrapper:hover .ah-tab-overflow-menu {
    opacity: 1;
}

.ah-tab-overflow-list {
    position: absolute;
    top: -1000%;
    right: 0;
    text-align: left;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.09);
    list-style: none;
    transition: opacity .3s;
    opacity: 0;
    max-width: 290px;
}

.ah-tab-overflow-list::after {
    content: " ";
    display: block;
    position: absolute;
    top: -14px;
    right: 14px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-bottom-color: #fff;
}

.ah-tab-overflow-list::before {
    content: " ";
    display: block;
    position: absolute;
    top: -16px;
    right: 13px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #cdcdcd;
}

.ah-tab-overflow-wrapper:hover .ah-tab-overflow-list {
    top: 99%;
    padding: 10px 0;
    opacity: 1;
}

.ah-tab-overflow-list:hover {
    display: block;
}

.ah-tab-item {
    cursor: pointer;
    display: inline-block;
    letter-spacing: normal;
    transition: all .3s;
    text-decoration: none;
	font-size: 16px;
	border-radius: 10px 10px 0 0;
	width: 19%;
	position: relative;
	padding: 10px 20px;
	background: url('/static/picture/tabs-btn.png')no-repeat center center /cover;
}
.ah-tab-item a{
	color: #1c1616;
}
.ah-tab-item .tit{
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}
.ah-tab-item .desc{
	font-size: 16px;
}
.ah-tab-item .line{
	width: 80px;
	height: 5px;
	background: #cd282f;
	display: block;
	border-radius: 3px;
}
.ah-tab-content-wrapper .catMore{
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	width: 10%;
	background-color: #cd282f;
	border-radius: 10px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	padding: 0 10px;
	font-size: 16px;
	transition: all 0.4s;
}
.ah-tab-content-wrapper .catMore:hover{
	background-color: #ffba00;
}
.ah-tab-item[data-ah-tab-active="true"] {
	width: 22%;
	box-shadow: 0 0 10px 0 rgba(0, 0,0, 0.3);
}

.ah-tab-overflow-list>.ah-tab-item {
    border-left: 3px solid transparent;
    display: block;
    overflow: hidden;
    padding: 10px 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ah-tab-overflow-list>.ah-tab-item[data-ah-tab-active="true"] {
    border-left-color: #215393;
}

.ah-tab-content {
    display: none;
    padding: 20px;
    background: #fff;
}

.ah-tab-content[data-ah-tab-active="true"] {
    display: block;
}
.ah-tab-content ul li{
	width: 49%;
	background: #f4f4f4;
	line-height: 70px;
	padding: 0 20px 0 30px;
	margin: 10px 0;
	position: relative;
}
.ah-tab-content ul li::before{
	content: '';
	width: 5px;
	height: 6px;
	background: #cd282f;
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -2px;
	background: url('/static/picture/xsj.png')no-repeat;
	background-size: 100% 100%;
}
.ah-tab-content ul li p{
	margin: 0;
	width: 80%;
}
.ah-tab-content ul li a{
	color: #1c1616;
}



/* ```````````````footer start````````````````````` */
/* ```````````````You can you up!`````````````````` */
/* `````````````````No can no BB!`````````````````` */
/* ```````````````Ivan：820369825 ````````````````` */

.footer{
	background: #515151;
	padding-top: 80px;
}
.footer .footMenu {
	width: 61%;
	position: relative;
	padding-right: 20px;
}
.footer .footMenu::after{
	width: 2px;
	height: 236px;
	/*background: #fff;*/
	border-radius: 2px;
	position: absolute;
	right: -1px;
	top: 0;
	content: '';
}
.footer .footMenu ul{
	border-radius: 10px;
	width: 140px;
	height: unset;
	display: inline-block;
}

.footer .footMenu ul li{
	width: 100%;
	text-align: center;
	line-height: 40px;
	/*background: rgba(255, 255,255, 0.3);*/
}
.footer .footMenu ul li:nth-child(1){
	border-radius: 10px 10px 0 0;
	line-height: 50px;
}
.footer .footMenu ul li:last-child{
	border-radius:0 0 10px 10px;
}
.footer .footMenu ul li a{
	color: #fff;
}
.footer .footMenu ul li p{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin:0 ;
}
.footer .qrcodeWrap{
	width: 39%;
	padding-left: 20px;
}
.footer .qrcodeWrap .item{
	width: 31%;
	text-align: center;
	color: #fff;
}
.footer .qrcodeWrap .item .qrBox{
	padding: 5px;
	border-radius: 10px;
	background: #fff;
	margin-bottom: 10px;
}
.footer .qrcodeWrap .item p{
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}
.footer .qrcodeWrap .item .qrBox img{
	width: 100%;
}
.footInfo{
	height: 66px;
	background: rgba(255, 255,255, 0.3);
	margin: 40px auto;
	border-radius: 10px;
	color: #fff;
	padding: 0 50px;
	line-height: 66px;
}
.footInfo .item{
	font-size: 18px;
	font-weight: bold;
}
.footInfo .infoTag{
	display: inline-block;
	line-height: 43px;
	border-radius: 5px;
	padding: 0 15px;
	font-weight: unset!important;
}
.footInfo .infoTag .iconfont{
	margin-right: 10px;
	font-size: 20px;
	font-weight: unset!important;
}
.footer .footUrl{
	margin: 0;
	line-height: 30px;
	color:#fff;
}
.footer .footUrl a{
	color:#fff;
}
.flink{
	color: #fff;
}
.flink a{
	color: #fff;
	margin: 0 10px;
}
.footer .powerby{
	line-height: 50px;
	background: rgba(255, 255,255, 0.3);
}
.footer .powerby p{
	margin: 0;
	color: #1c1616;
}
.footer .powerby a{
	color: #1c1616;
	margin: 0 10px;
}
/* `````````````````footer end````````````````````` */


/* ``````````````````about start``````````````````````` */

.aboutBanner {
	padding: 210px 0 60px 0;
}

.aboutBanner .brief .left{
	width: 34%;
	max-width: 500px;
	background: #3259e4;
	padding: 60px;
	border-radius: 10px;
	color: #fff;
}
.aboutBanner .brief .right{
	max-width: 920px;
	background: #3259e4;
	padding: 60px;
	border-radius: 10px;
	width: 63%;
}
.aboutBanner .brief .left .logo{
	height: 50px;
}
.aboutBanner .brief .left .tit{
	font-size: 30px;
	margin: 20px 0;
}
.aboutBanner .brief .left .year{
	font-size: 30px;
}
.aboutBanner .brief .left .desc{
	margin: 30px auto;
	text-indent: 2rem;
	height: 240px;
}
.aboutBanner .brief .left hr{
	border-top: 1px solid #fff;
}
.aboutBanner .brief .left .num{
	font-size: 30px;
}
.aboutBanner .brief .right .numWrap{
	color: #fff;
}
.aboutBanner .brief .right .numWrap .item{
	width: 25%;
	color: #fff;
	text-align: center;
}
.aboutBanner .brief .right .numWrap .item{
	border-right: 1px solid #fff;
}
.aboutBanner .brief .right .numWrap .item:last-child{
	border-right: unset;
}
.aboutBanner .brief .right .numWrap .item .num{
	font-size: 30px;
	margin: 0;
}
.aboutBanner .brief .right .sector{
	margin: 20px auto;
}
.aboutBanner .brief .right .sector .item{
	width: 24%;
	border-radius: 10px;
	background: #fff;
	text-align: center;
	padding: 20px;
	box-shadow: 0px 0 10px 0 rgba(0, 0,0, 0.3);
}
.sectorWrap{
	margin: 0 auto;
}
.aboutBanner .brief .right .sector .item .line{
	width: 30px;
	height: 2px;
	background: #cd282f;
	display: block;
	margin: 0 auto;
}
.aboutBanner .brief .right .sector .item p{
	margin-bottom: 10px;
}
.aboutBanner .brief .right .sector .item .sirc{
	width: 100px;
	height:100px;
	border-radius: 50%;
	margin: 0 auto;
	background-image: linear-gradient(to right,#3259e4,#2c57ea);
	color: #fff;
	padding: 12px 0;
	margin-bottom: 6px;
}
.aboutBanner .brief .right .sector .item .sirc .num{
	margin: 0;
	font-size: 24px;
	line-height: 1;
}
.aboutBanner .brief .right .sector .item .sirc .iconfont{
	font-size: 48px;
	line-height: 1;
}
.Anchor{
	padding: 20px 0;
	border-bottom: 1px solid #cccccc;
}
.Anchor a{
	display: inline-block;
	width: 18%;
	text-align: center;
	padding: 5px 15px;
	color: #cd282f;
	border-radius: 10px;
}
.Anchor a.active,.Anchor a:hover{
	background: #cd282f;
	color: #fff;
}
.Anchor a p{
	margin: 0;
	font-size: 18px;
	line-height: 1;
}
.Anchor a span{
	font-size: 14px;
	line-height: 1;
	display: block;
}


/* .aboutBanner .brief .right .sector .item .sirc .icon-zhiye{
	font-size: 60px;
} */
/* ·····················扇形统计图···················· */
.circliful {
    position: relative; 
}

.circle-text, .circle-info, .circle-text-half, .circle-info-half {
    width: 100%;
    position: absolute;
    text-align: center;
    display: inline-block;
}

.circle-info, .circle-info-half {
	color: #999;
}

.circliful .fa {
	margin: -10px 3px 0 3px;
	position: relative;
	bottom: 4px;
}
/* ····················扇形统计图 end·················· */

.school-data{
	margin-top: 50px;
}
.school-data .leftCont{
	width: 49%;
}
.school-data .rightMap{
	width: 50%;
}
.school-data .leftCont .title{
	font-size: 32px;
	color: #fff;
	margin: 20px 0;
}
.school-data .leftCont .title small{
	font-size: 18px;
}
.school-data .leftCont ul li{
	width: 47%;
	background: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
	margin: 10px 0;
}
.school-data .leftCont ul li a{
	color: #cd282f;
}
.aboutPage1{
	padding-bottom: 0;
	background: url('/static/picture/about_bj3.png')no-repeat center center /cover;
}
.culture{
	margin-top: 40px;
	padding: 70px 40px;
	box-shadow: 0 5px 15px 0px rgb(0 0 0 / 10%);
	background: url('/static/picture/about_bj4.png')no-repeat center center /cover;
}
.culture .item{
	width: 32%;
	border-right: 3px solid #dbdbdb;
}
.culture .item:last-child{
	border-right: none;
}
.culture .item .leftIcon{
	width: 160px;
	height: 160px;
	border-radius: 10px;
	background: #3259e4;
	text-align: center;
	line-height: 160px;
	color: #fff;
	float: left;
	margin-right: 20px;
}
.culture .item .leftIcon .iconfont{
	font-size: 90px;
}
.culture .item .right{
	float: left;
	width: 210px;
	padding: 3% 0;
}
.culture .item .right .line{
	display: block;
	width: 60px;
	height: 3px;
	background: #fdb421;
	margin: 20px 0;
}
.culture .item .right .tit{
	font-size: 20px;
}

.aboutPage2,.aboutPage3{
	padding-bottom: 0;
}

/* `````````````````````` 时间轴 start```````````````````````````` */
.timezone{
	padding: 0 40px;
	margin-top: 40px;
}
.timezone .timeLine{
	width: 5px;

	margin: 0 auto;
	background: #cd282f;
	border-radius: 5px;
	padding: 5% 0 2% 0;
}
.timezone .timeLine .circle{
	position: relative;
	width: 20px;
	border-radius: 50%;
	margin: 20px auto;
	margin-left: -8px;
}
.timezone .timeLine .circle:last-child{
	margin-bottom: 0;
	margin-top: -235px;
}
.timezone .timeLine .circle .zoneBg{
	width: 20px;
	height: 20px;
	border: 2px solid #cd282f;
	border-radius: 50%;
	position: absolute;
	top: 0;
	background: #fff;
	display: none;
}
.timezone .timeLine .circle .zone{
	display: block;
	width: 10px;
	height: 10px;
	background: #cd282f;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 5px;
	margin-left: -5px;
	z-index: 99;
}
.timezone .timeLine .circle .left{
	position: relative;
	left: -649px;
	top: -40px;
	width: 609px;
	border-radius: 10px;
	box-shadow: 0 5px 15px 0px rgb(0 0 0 / 10%);
	z-index: 999;
	text-align: right;
	background:#fff url('/static/picture/zone2.png')no-repeat top left;
}
.timezone .timeLine .circle .right{
	position: relative;
	left: 60px;
	top: -40px;
	width: 609px;
	border-radius: 10px;
	box-shadow: 0 5px 15px 0px rgb(0 0 0 / 10%);
	z-index: 999;
	text-align: left;
	background:#fff url('/static/picture/zone1.png')no-repeat top right;
}
.timezone .timeLine .circle .left::after{
	display: none;
	content: '';
	width: 40px;
	height:40px;
	z-index: -1;
	background: #f6f6f6;
	position: absolute;
	transform: rotate(45deg);
	right: -10px;
	top: 30px;
}
.timezone .timeLine .circle .right::before{
	display: none;
	content: '';
	width: 40px;
	height:40px;
	z-index: -1;
	background: #f6f6f6;
	position: absolute;
	transform: rotate(45deg);
	left: -10px;
	top: 30px;
}
.timezone .timeLine .circle:hover .zoneBg{
	display: block;
}
.timezone .timeLine .circle:hover .left,.timezone .timeLine .circle:hover .left:after{
	background: #cd282f;
	color: #fff;
}
.timezone .timeLine .circle:hover .left{
	background: #cd282f url('/static/picture/zone_w2.png')no-repeat top left;
}
.timezone .timeLine .circle:hover .right,.timezone .timeLine .circle:hover .right:before{
	background: #cd282f;
	color: #fff;
}
.timezone .timeLine .circle:hover .left:after{
	display: block;
}
.timezone .timeLine .circle:hover .right{
	background: #cd282f url('/static/picture/zone_w1.png')no-repeat top right;
}

.timezone .timeLine .circle:hover .right::before{
	display: block;
}
.timezone .timeLine .circle .cont{
	padding: 20px 40px;
}
.timezone .timeLine .circle .cont .year{
	font-size: 24px;
}
/* ```````````````````````` 时间轴 end```````````````````````````` */
.aboutPage4{
	background: url('/static/picture/about_bj1.png')no-repeat center center /cover;
}

.aboutPage5{
	background: url('/static/picture/about_bj2.png')no-repeat center center /cover;
}
.shoolWrap{
	margin-top: 40px;
}
.schoolList .picWrap{
	position: relative;
	width: 817px;
	height: 522px;
}
.schoolList .contWrap{
	width: 590px;
}
.schoolList .picWrap .one{
	position: absolute;
	left: 0;
	top: 0;
	width: 500px;
	height: 297px;
	border-radius: 10px;
	background-color: #ffebeb;
	overflow: hidden;
}
.schoolList .picWrap img{
	width: 100%;
	transition: all 0.6s;
}
.schoolList .picWrap .two{
	position: absolute;
	right: 0;
	top: 0;
	width: 306px;
	height: 215px;
	background-color: #f6b37f;
	border-radius: 10px;
	overflow: hidden;
}
.schoolList .picWrap .three{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 306px;
	height: 215px;
	background-color: #f6b37f;
	border-radius: 10px;
	overflow: hidden;
}
.schoolList .picWrap .four{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 500px;
	height: 297px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #ffebeb;
}
.schoolList .picWrap .one:hover img,
.schoolList .picWrap .two:hover img,
.schoolList .picWrap .three:hover img,
.schoolList .picWrap .four:hover img{
	transform: scale(1.4);
}
.schoolList .contWrap .wrap{
	padding:98px 80px;
}
.schoolList .contWrap .wrap .tit{
	font-size: 24px;
	font-weight: bold;
}
.schoolList .contWrap .wrap .line{
	width: 70px;
	height: 2px;
	margin: 20px 0;
	background: #cd282f;
	display: block;
}
.schoolList .contWrap .wrap .desc{
	font-size: 18px;
}
.schoolList .contWrap .wrap .addTit{
	font-size: 20px;
	font-weight: bold;
	margin-top: 40px;
}
.schoolList .contWrap .wrap .icon-dizhi{
	font-size: 32px;
	color: #cd282f;
	vertical-align: middle;
}
.schoolList .contWrap .wrap .adddesc{
	font-size: 18px;
}
.schoolList .contWrap .wrap .addMore{
	color: #fff;
	text-align: center;
	display: block;
	margin-top: 60px;
	background: #053af7;
	line-height: 40px;
	border-radius: 5px;
	width:160px;
}
.shoolWrap hr{
	margin: 40px auto;
	border-top: 1px solid #ff8a8a;
}
.schoolList.hy-white .line{
	background: #fff!important;
}
.schoolList.hy-white .addMore{
	background: #fff!important;
	color: #cd282f!important;
	box-shadow: 0 5px 15px 0px rgb(0 0 0 / 10%);
}
.schoolList.hy-white .icon-dizhi{
	color: #fff!important;
}

/* ``````````````````about end``````````````````````` */
.innerBanner{
	width: 100%;
	height: 480px;
	text-align: center;
	color: #fff;
	position: relative;
}
.innerBanner .innerTit{
	position: absolute;
	top: 40%;
	left: 25%;
	text-align: center;
	width: 50%;
}
.innerBanner .innerTit p{
	margin: 0 ;
	font-size: 60px;
}
.innerBanner .innerTit span{
	font-size: 30px;
}
/* ````````````````````Contact Start````````````````` */
.callPage1{
	padding-bottom: 0;
}
.hy-infoWrap{
	margin: 40px auto;
}
.hy-infoWrap .left{
	width: 100%;
	margin-bottom:20px;
	padding: 20px 40px;
	box-shadow: 0 5px 15px 0px rgb(0 0 0 / 10%);
	border-radius: 10px;
	padding-bottom: 60px;
	background: url('/static/picture/bolang.png')no-repeat bottom center;
}
.hy-infoWrap .left .infoLogo{
	height: 75px;
}

.hy-infoWrap .left .infoTxt .iconWrap{
	width: 85px;
	height: 85px;
	border-radius: 10px;
	background: #cd282f;
	color: #fff;
	text-align: center;
	line-height: 85px;
	float: left;
	margin-right: 10px;
}
.hy-infoWrap .left .infoTxt .iconWrap.qrcodeBox{
    line-height: unset;
    border: 1px solid #cd282f;
}
.hy-infoWrap .left .infoTxt .iconWrap img{
    width: 100%;
    border-radius: 10px;
}
.hy-infoWrap .left .item:nth-child(3) .cont .number,
.hy-infoWrap .left .item:nth-child(4) .cont .number{
    font-size: 16px;
}
.hy-infoWrap .left .item .cont{
	float: left;
	width: 65%;
	align-content: center;
}
.hy-infoWrap .left .item .cont p{
	margin: 0;
	word-wrap: break-word;
}
.hy-infoWrap .left .item .cont .tit{
	font-size: 16px;
	width: 100%;
}
.hy-infoWrap .left .item .cont  .number{
	font-size: 20px;
	font-weight: bold;
	width: 100%;
}
.hy-infoWrap .left .infoTxt .iconWrap .iconfont{
	font-size: 60px;
}
.hy-infoWrap .left .item .top,
.hy-infoWrap .left .item .under{
	width: 100%;
}
.hy-infoWrap .left .item{
	width: 25%;
}
.hy-infoWrap .left .qrcodeWrap{
	background: #cd282f;
	border-radius: 10px;
	text-align: center;
	color: #fff;
}
.hy-infoWrap .left .qrcodeWrap img{
	margin: 20px 20px 0 20px;
	max-width: 138px;
}
.hy-infoWrap .left .qrcodeWrap p{
	margin: 0;
	margin-top: 10px;
}
.hy-infoWrap .left .item .under .cont{
	/*padding: 5% 0;*/
	height: 100%;
}
.hy-infoWrap .left hr{
	border-top:1px solid #cd282f;
}
.hy-infoWrap .address{
	font-size: 18px;
	margin: 0;
}
.hy-infoWrap .right{
	width: 100%;
}
.hy-infoWrap .right .teacher{
	height: 100%;
}
.hy-infoWrap .right .teacher li{
	width: 24%;
	padding: 20px;
	box-shadow: 0 5px 15px 0px rgb(0 0 0 / 10%);
	border-radius: 10px;
	position: relative;
	margin: 10px auto;
}
.hy-infoWrap .right .teacher li p{
    width: 100%;
}
.hy-infoWrap .right .teacher li .mask{
	width: 150px;
	height: 0px;
	position: absolute;
	bottom: 55px;
	left: 50%;
	border: 2px solid #cd282f;
	margin-left: -75px;
	border-radius: 10px;
	box-shadow: 0 5px 15px 0px rgb(0 0 0 / 10%);
	z-index: 999;
	overflow: hidden;
	opacity: 0;
	transition: all 0.4s;
}
.hy-infoWrap .right .teacher li .mask img{
	width: 100%;
}
.hy-infoWrap .right .teacher li .top .add{
	width: 60px;
	height:60px;
	line-height:60px;
	font-size: 20px;
	font-weight: bold;
	float: left;
	background-color: #cd282f;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	margin-right: 20px;
}
.hy-infoWrap .right .teacher li .top .rightTxt p{
	margin: 0;
	font-size: 20px;
}
.hy-infoWrap .right .teacher li .callBtn{
	position: relative;
	width: 100%;
	line-height: 35px;
	border-radius: 10px;
	background-color: #cd282f;
	text-align: center;
	color: #fff;
	display: block;
	margin-top: 15px;
}
.hy-infoWrap .right .teacher li .callBtn:hover{
	background-color: #ffba00;
}

.callPage2{
	padding: 60px;
	width: 100%;
	margin: 0px auto;
	margin-top: 40px;
	border-radius: 10px;
	position: relative;
	box-shadow: 0 5px 15px 0px rgb(0 0 0 / 10%);
}
.callPage2 .sixTit p{
	font-size: 45px;
	margin: 0;
}
.callPage2 .sixTit  span{
	font-size: 27.5px;
}
.callPage2 .list{
	margin: 60px 0;
}
.callPage2 .list li{
	width: 330px;
	height: 60px;
	border-radius: 10px;
	margin: 20px 0;
	padding: 0 10px;
	box-shadow: 0 5px 15px 0px rgb(0 0 0 / 10%);
}
.callPage2 .list li .leftNum{
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #ffba00;
	color: #fff;
	border-radius: 50%;
	margin: 15px 0;
}
.callPage2 .list li .cont{
	width: 88%;
	color: #1c1616;
	line-height: 22px;
}
.callPage2 .list li .cont p{
	margin: 0;
	height: 44px;
	margin: 8px 0;
}
.callPage2 .list li:hover{
	cursor: pointer;
	background-color: #cd282f;
}
.callPage2 .list li:hover a p{
	color: #fff;
}
.callPage2 .map{
	position: absolute;
	top: 60px;
	right: 60px;
	max-width: 100%;
}
.callPage2 .description p{
	font-size: 46px;
	margin: 0;
	font-weight: bold;
}
.callPage2 .description p small{
	font-size: 24px;
	margin-left: 15px;
}

/* `````````````````````Job Start```````````````````` */
.callPage3{
	padding-bottom: 0;
}
.jobWrap{
	margin-top: 40px;
}
.jobWrap .item{
	width: 24%;
	max-width: 340px;
	border-radius: 10px;
	padding: 40px 20px;
	height: 600px;
	box-shadow: 0 5px 15px 0px rgb(0 0 0 / 10%);
	background: url('/static/picture/item2.png')no-repeat center center /cover;
}
.jobWrap .item:nth-child(2){
	background: url('/static/picture/item3.png')no-repeat center center /cover;
}
.jobWrap .item:nth-child(3){
	background: url('/static/picture/item1.png')no-repeat center center /cover;
}
.jobWrap .item:nth-child(4){
	background: url('/static/picture/item4.png')no-repeat center center /cover;
}
.jobWrap .item .tit{
	font-size: 18px;
	font-weight: bold;
}
.jobWrap .item p{
	margin-bottom: 10px;
}
.jobWrap .item ul{
	margin: 10px 0;
}
/* `````````````````````Job End````````````````````` */
.callPage4{
	box-shadow: 0 5px 15px 0px rgb(0 0 0 / 10%);
	border-radius: 10px;
	height: 190px;
	margin:60px auto;
	padding:0;
	position: relative;
}
.callPage4 .msgleft{
	width: 327px;
	height: 190px;
	padding: 3% 4%;
	margin-right: 30px;
	float: left;
	background: url('/static/picture/msg_bj.png')no-repeat center center /cover;
}
.callPage4 .msgleft p{
	color: #fff!important;
}
.callPage4 .msgleft .hy-line{
	margin: 0;
}
.callPage4  .messPic{
	margin-top: -50px;
	position: absolute;
	right: 20px;
}	
.callPage4 form{
	width: 778px;
	margin: 20px 0;
	float: left;
	height: 150px;
}
.callPage4 form .top,.callPage4 form .under{
	width: 100%;
}
.callPage4 form .top .vsCode{
	width: 118px;
	height: 45px;
	background: #e5e5e5;
	border-radius: 5px;
}
.callPage4 form input{
	background: #e5e5e5;
	color: #1c1616;
	outline: none;
	border: none;
	line-height: 45px;
	height: 45px;
	border-radius: 5px;
	text-indent: 1rem;
}
.callPage4 form input:nth-child(1),
.callPage4 form input:nth-child(2){
	width: 230px;
}
.callPage4 form input:nth-child(3){
	width: 147px;
}
.callPage4 form textarea{
	width: 611px;
	height: 85px;
	outline: none;
	border: none;
	background: #e6e6e6;
	border-radius: 5px;
	line-height: 30px;
	text-indent: 1rem;
}
.callPage4 form button{
	width: 147px;
	height: 85px;
	color: #fff;
	border: none;
	border-radius: 5px;
	outline: none;
	background-image: linear-gradient(to right,#cd282f,#ff5c5c);
}
.callPage4 #vercode{
	width: 100%;
	height: 100%;
	border-radius: 5px;
}
.callPage4 form .under{
	position: relative;
}
.callPage4 form .under .num{
	position: absolute;
	bottom: 10px;
	right: 200px;
	font-size: 12px;
}
/* `````````````````````Contact End`````````````````` */

.teamPage1{
	padding: 0;
	background: url('/static/picture/teambj.png')no-repeat center center/cover;
}
.affairs{
	height: 360px;
	border-radius: 10px;
	margin-top: 40px;
	padding: 35px 40px 0;
}
.affairs .left{
	width: 40%;
	max-width: 577px;
	height: 365px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 15px 0px rgb(0 0 0 / 10%);
}
.affairs .right{
	width: 60%;
	max-width: 763px;
	height: 365px;
	background: #fff;
	padding: 38px 20px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 5px 15px 0px rgb(0 0 0 / 10%);
}

/*= common css to all effects =*/
.teacherShow .single-member{width: 280px; float: left; margin: 30px 2.5%; background-color: #fff; text-align: center; position: relative;border-radius: 10px;box-shadow: 0 5px 15px 0px rgb(0 0 0 / 10%);}
.teacherShow .member-image img{max-width: 100%; vertical-align: middle;}
.teacherShow h3 {font-size: 24px; font-weight: normal; margin: 10px 0 0; text-transform: uppercase;}
.teacherShow h5 {font-size: 16px; font-weight: 300; margin: 0 0 15px; line-height: 22px;}
.teacherShow p {font-size: 14px; font-weight: 300; line-height: 22px; padding: 0 30px; margin-bottom: 10px;}
.teacherShow .social-touch a{display: inline-block; width: 27px; height: 26px; vertical-align: middle; margin: 0 2px; background-image: url(/static/picture/social-icons.png); background-repeat: no-repeat; opacity: 0.7; transition: 0.3s;}
.teacherShow .social-touch a:hover{opacity: 1; transition: 0.3s;}
.teacherShow .fb-touch{background-position: 0 0;}
.teacherShow .tweet-touch{background-position: -35px 0;}

/*= teach-item css =*/
.teach-item{max-height: 302px; min-height: 302px; overflow: hidden;}
.teach-item h3{padding-top: 7px; line-height: 33px;}
.teach-item .member-image{border-bottom: 5px solid #cd282f; transition: 0.4s; height: 217px; width: 100%; display: inline-block; float: none; vertical-align: middle;}
.teach-item .member-info{transition: 0.4s;}
.teach-item .member-image img{width: 100%; vertical-align: bottom;}
.teach-item .social-touch{background-color: #cd282f; float: left; left: 0; bottom: 0; overflow: hidden; padding: 5px 0; width: 100%; transition: 0.4s;}
.teach-item:hover .member-image{border-bottom: 0; border-radius: 0 0 50px 50px; height: 81px; display: inline-block; overflow: hidden; width: 109px; transition: 0.4s;}
/*= teach-item css end =*/



.innerPic{
	width: 100%;
	height: 480px;
	padding: 5% 0;
	color: #fff;
}

.innerPic .contWrap .tit{
	font-size: 48px;
	margin: 0;
	margin-top: 60px;
}
.innerPic .contWrap .desc{
	font-size: 32px;
	margin: 10px 0;
}
.innerPic .contWrap a{
	display: block;
	line-height: 40px;
	background: #fff;
	border-radius: 5px;
	text-align: center;
	color: #cd282f;
	width: 120px;
}
.planPage1{
	padding-bottom: 0;
}
.planDesc{
	width: 95%;
	margin: 40px auto;
	line-height: 40px;
	text-indent: 2rem;
}
.explain .item{
	width: 719px;
}
.explain .item .content{
	box-shadow: 0 5px 15px 0px rgb(0 0 0 / 10%);
	border-radius: 10px;
	padding: 20px 10px;
	margin-top: 20px;
	height: 360px;
	line-height: 35px;
	font-size: 16px;
	background: #fff url('/static/picture/bl1.png')no-repeat bottom left;
}
.explain .item:nth-child(2){
	width: 681px;
}
.explain .item:nth-child(2) .content{
	background: #fff url('/static/picture/bl2.png')no-repeat bottom left;
}
.planTab{
	width: 100%;
	margin: 40px auto;
}
.planTab thead tr{
	line-height: 60px;
	width: 100%;
	color: #fff;
}
.planTab tr td{
	text-align: center;
	border: 1px solid #fff;
}
.planTab tr td img{
	width: 101px;
	margin-bottom: 10px;
}
.planTab tbody tr td{
	background: #dfdfdf;
}
.planTab tbody tr td.school{
	width: 200px;
	padding:35px 0;
}
.planTab thead tr.animated{
    animation-fill-mode: unset!important;
}
.planTab tr.animated,.planTab thead {
    -webkit-animation-fill-mode:unset!important;
}
.planTab tbody tr td.hot{
	width: 470px;
	height: 70px;
	padding: 0 10px;
}
.planTips{
	border-radius: 10px;
	padding: 10px 0;
	box-shadow: 0 5px 15px 0px rgb(0 0 0 / 10%);
}
.planTips .left{
	width: 10%;
	text-align: center;
	line-height: 63px;
	font-size: 18px;
	font-weight: bold;
}
.planTips .cont{
	width: 90%;
	font-size: 14px;
}
.planTips .cont ul li{
	width: 55%;
	font-size: 14px;
}
.planTips .cont ul li:nth-child(2n){
	width: 45%;
}
.planPage3{
	padding-top: 0;
}
.planPage3 .wrapper{
	width: 100%;
	height: 345px;
	padding: 20px 210px;
	position: relative;
	background: url('/static/picture/msg.png')no-repeat;
	background-size: 100% 100%;
}
.planPage3.bz-form .wrapper{
	background: url('/static/picture/form.png')no-repeat;
	background-size: 100% 100%;
}
.planPage3.bz-form.partnerFrom .wrapper{
	background: url('/static/picture/partnel.png')no-repeat;
	background-size: 100% 100%;
}
.planPage3 .wrapper form{
	position: absolute;
	bottom: 20px;
	width: 1020px;
	left: 210px;
}
.planPage3 .wrapper form input{
	border: none;
	background: #fff;
	color: #cd282f;
	text-indent: 1rem;
	outline: none;
	line-height: 50px;
	border-radius: 10px;
	width: 300px;
}
.planPage3 .wrapper form input:nth-child(3){
	width: 200px;
}
.planPage3 .wrapper form #vercode{
	width: 100px;
	border-radius: 10px;
	height: 50px;
}
.planPage3 .wrapper form button{
	outline: none;
	border: none;
	width: 560px;
	height: 60px;
	border-radius: 10px;
	background: #fdb421;
	text-align: center;
	line-height: 60px;
	color: #cd282f;
	margin: 0 auto;
	margin-top: 20px;
	display: block;
	font-size: 22px;
}

.innerPic.bzPic .contWrap .desc{
	margin: 20px 0;
}
.bz-process .bz-processWrap{
	margin-top: 40px;
}
.bz-processWrap .item{
	width: 460px;
	height: 311px;
	padding: 40px 20px;
	box-shadow: 0 5px 15px 0px rgb(0 0 0 / 10%);
	border-radius: 10px;
	background:url('/static/picture/lc.png')no-repeat center bottom;
}
.bz-processWrap .item .tit{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0;
}
.bz-processWrap .item hr{
	width: 120px;
	margin: 20px auto;
	border-top: 2px solid #cd282f;
}
.bz-processWrap .item:last-child .desc{
	text-indent: 2rem;
}
.w95-process{
	width: 950px;
	margin: 0px auto;
	margin-top: 20px;
}
.w95-process .item{
	width: 460px;
	height: 200px;
	padding: 40px 20px;
	box-shadow: 0 5px 15px 0px rgb(0 0 0 / 10%);
	border-radius: 10px;
	background:url('/static/picture/lc.png')no-repeat center bottom;
}
.bzPage1{
	padding-bottom: 0;
}
.bztable{
	margin: 40px auto;
	width: 100%;
}
.bztable td{
	text-align: center;
	border: 1px solid #fff;
}
.bztable td.rItem{
	width: 235px;
}
.bztable thead td{
	color: #fff;
	height: 50px;
}
.bztable tbody td{
	background-color: #dfdfdf;
}
.bztable tbody .picTd{
	width: 230px;
	height: 160px;
	padding: 10px 0;
}
.bztable tbody .picTd img{
	width: 101px;
}
.bztable tbody .picTd p{
	margin: 0;
	margin-top: 10px;
}
.bztable tbody td.desc{
	width: 400px;
	padding: 0 10px;
	text-align: left;
}
.bztable tbody td.w90{
	width: 90px;
}


.studentItem{
	height: 445px;
	background: url('/static/picture/bg1.png')no-repeat;
	background-size: 100% 100%;
	margin: 80px auto;
}
.studentItem .wrap{
	padding-left: 100px;
}
.studentItem .left .tit{
	font-size: 18px;
	font-weight: bold;
}
.studentItem .left{
	width: 553px;
	float: left;
	margin-right: 20px;
}
.studentItem .right{
	float: left;
	width: 571px;
}
.studentItem .cont{
	width: 553px;
	height: 225px;
	box-shadow: 0 5px 15px 0px rgb(0 0 0 / 10%);
	border-radius: 10px;
	padding: 38px 22px;
	font-size: 14px;
	text-indent: 2rem;
}
.studentItem .cont p{
	margin: 0;
}
.studentItem .right{
	width: 571px;
	height: 443px;
}
.boxShadw{
	box-shadow: 0 5px 15px 0px rgb(0 0 0 / 10%);
}
.studentItem .right img{
	width: 100%;
	transition: all 0.6!important;
}
/*.studentItem .right img:hover{*/
/*	transform: scale(1.4);*/
/*}*/
.studentItem .right .bigPic{
	width: 330px;
}
.studentItem .right .bigPic .item{
	width: 100%;
	height: 213px;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}
.studentItem .right .smallPic{
	width: 220px;
}
.studentItem .right .smallPic .item{
	width: 100%;
	height: 135px;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}
.studentItem:nth-child(even){
	background: url('/static/picture/bg2.png')no-repeat;
}
.studentItem:nth-child(even) .wrap{
	padding-left: 194px;
}
.studentItem:nth-child(even) .left{
	margin-right: 0;
}
.studentItem:nth-child(even) .left .tit{
	text-align: right;
}
.studentItem:nth-child(even) .right{
	margin-right: 20px;
}
.studentItem:nth-child(3) .cont{
	text-indent: unset;
	padding: 38px 30%;
}
.studentItem:nth-child(3){
	margin-bottom: 0;
}
.someShow li{
	width: 450px;
	height: 300px;
	box-shadow: 0 5px 15px 0px rgb(0 0 0 / 10%);
	border-radius: 10px;
	margin: 15px 0;
	padding: 20px;
}
.someShow li .pic{
	width: 195px;
	height: 260px;
	/* background: #cd282f; */
	border-radius: 10px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}
.someShow li .pic img{
	height: 100%;
	width: 100%;
}
.someShow li .cont{
	width: 194px;
	float: left;
}
.someShow li .cont p{
	margin: 10px auto;
	font-size: 14px;
}
.someShow li .cont .username{
	font-weight: bold;
	font-size: 16px;
	margin: 0;
}
.someShow{
	margin-top: 40px;
}
.someShow li:nth-child(1),
.someShow li:nth-child(2),
.someShow li:nth-child(3){
	margin-top: 0;
}

.someShow li:nth-child(7),
.someShow li:nth-child(8),
.someShow li:nth-child(9){
	margin-bottom: 0;
}
.studentPage,.studentPage1,.studentPage2{
	margin: 40px auto;
}



#footMessage{
	width: 100%;
	height: 70px;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99999;
	color: #fff;
	display: none;
}
#footMessage .l-pic{
	position: absolute;
	bottom: 0;
	left: 10%;
}
#footMessage .qrcode{
	position: absolute;
	right: 10%;
	bottom: 0;
	width: 187px;
	text-align: center;
	padding: 30px 0;
	font-size: 14px;
	height: 140px;
	background: url('/static/picture/foot_erm.png')no-repeat;
	background-size: 100% 100%;
	
}
#footMessage .qrcode img{
	width: 85px;
	border: 1px solid #cd282f;
}
#footMessage form{
	margin: 20px auto;
	width:70%;
}
#footMessage form input{
	outline: none;
	border: none;
	font-size: 14px;
	border-radius: 10px;
	line-height: 40px;
	text-indent: 1rem;
	width: 20%;
}
#footMessage #vercode{
	height: 40px;
	width: 120px;
	border-radius: 10px;
}
#footMessage form button{
	line-height: 40px;
	border-radius: 10px;
	width: 120px;
	text-align: center;
	color: #fff;
	border: none;
	outline: none;
	background-image: linear-gradient(to top,#cd282f,#f78489);
}
#footMessage .closeMess{
	position: absolute;
	right: 10%;
	top: 0;
	z-index: 9999;
	color: rgba(255, 255, 255, 0.5);
}


/* ``````````````````News List Start````````````````````` */
.main_left{
	width: 10%;
	
}
.main{
	width: 60%;
	min-height: 1224px;
}
.main_right{
	width: 25%;
}
.main_left .wrap{
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 1px 5px 0px rgb(0 0 0 / 10%);
}
.main_left ul{
	margin: 20px 15px;
}
.main_left ul li{
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid #dadada;
}
.main_left ul li a{
	color: #333;
}
.main_left ul li:hover{
	border-bottom: 1px solid #cd282f;
}
.main_left ul li:hover a{
	color: #cd282f;
}
.main_left .tellAD{
	width: 100%;
	height: 340px;
	text-align: center;
	position: relative;
	background: url('/static/picture/cxj.png')no-repeat;
	background-size: 100% 100%;
}
.main_left .tellAD img{
	width: 30%;
	position: absolute;
	bottom: 70px;
	left: 35%;
}
.main_left .tellAD p{
	position: absolute;
	bottom: 15px;
	left: 5%;
	width: 90%;
	line-height: 1.2;
	color: #fff;
	font-size: 24px;
	margin: 0;
}


.main .newsList li{
	padding: 20px;
	border-radius: 10px;
	transition: all 0.4s;
	margin-bottom: 20px;
	box-shadow: 0 1px 5px 0px rgb(0 0 0 / 10%);
}
.main .newsList li:hover{
	transform: rotateY(20);
	box-shadow: 0 5px 15px 0px rgb(0 0 0 / 10%);
}
.main .newsList li .pic{
	width: 25%;
	height: 150px;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #f5f5f5;
	text-align: center;
}
.main .newsList li .pic img{
	height: 100%;
	transition: all 0.6s;
}
.main .newsList li .cont{
	width: 75%;
	padding-left: 20px;
}
.main .newsList li .cont .title{
	font-size: 18px;
	font-weight: 700;
	margin: 0;
}
.main .newsList li .cont .desc{
	color: #676767;
	margin: 0;
	width: 100%;
}
.main .newsList li a{
	color:#333;
}
.main .newsList li a:hover{
	color: #cd282f;
}
.main .newsList li:hover img{
	transform: scale(1.4);
}
.main .newsList li .newsInfo .item{
	float: left;
	margin-right: 10px;
	font-size: 12px;
	color: #676767;
}
.main .newsList li .newsInfo .item .iconfont{
	margin-right: 5px;
}
.main_right .search{
	position: relative;
	width: 100%;
	height: 40px;
	box-shadow: 0 1px 5px 0px rgb(0 0 0 / 10%);
	border-radius: 10px;
}
.main_right .search input{
	width: 100%;
	line-height: 40px;
	border-radius: 5px;
	outline: none;
	border:none;
	text-indent: 1rem;
}
.main_right .search button{
	position: absolute;
	right: 0;
	top: 0;
	line-height: 40px;
	outline: none;
	width: 60px;
	height: 40px;
	display: block;
	border: none;
	background: #cd282f;
	color: #fff;
	border-radius: 0 10px 10px 0;
}
.main_right .search button .iconfont{
	font-size: 24px;
}
.like_wrap{
	margin:20px auto;
	border-radius: 10px;
	box-shadow: 0 1px 5px 0px rgb(0 0 0 / 10%);
}
.like_wrap ol{
	margin: 0 15px;
}
.like_wrap ol li{
	line-height: 40px;
	position: relative;
}
.like_wrap ol li::before{
	width: 10px;
	height:10px;
	border-radius: 5px;
	background: #cd282f;
	position: absolute;
	left: 0;
	top: 15px;
	display: block;
	content: '';
}

.like_wrap ol li .tit{
	font-size: 16px;
	margin: 0;
	width: 75%;
	text-indent: 1rem;
}
.like_wrap ol li a{
	color: #333;
}
.like_wrap ol li a:hover{
	color: #cd282f;
}
.like_wrap .time{
	font-size: 12px;
	color: #676767;
}
.like_wrap .top{
	padding: 0 15px;
	line-height: 40px;
	border-bottom: 2px solid #cd282f;
}

.page a,.page .allpage{
	display: inline-block;
	padding: 0 15px;
	border-radius: 5px;
	background: #fff;
	color: #333;
	margin-right: 5px;
	font-size: 14px;
	line-height: 30px;
	box-shadow: 0 5px 15px 0px rgb(0 0 0 / 10%);
}
.page a.layui-disabled{
	background: #676767;
	color: #fff;
}
.page a.active{
	background: #cd282f;
	color: #fff;
}
/* ``````````````````News List End````````````````````` */
.innerBanner.newsBanner{
	height: 380px;
}
.showBody{
    margin-bottom: 40px;
}
.showBody .main{
	width: 65%;
}
.showBody .main_right{
	width: 30%;
}
.position{
	line-height: 40px;
	background: #f5f5f5;
}
.position a{
	color: #676767;
}
.showBody .main .top{
	position: relative;
}

.showBody .main .top .shareBox{
	position: absolute;
	right: 0;
	bottom: -10px;
}
#share-qrcode { background-image: url('/static/picture/wechat.png'); }
#share-douban { background-image: url(/static/picture/db.png); }
#share-qzone { background-image: url(/static/picture/qzone.png); }
#share-sina { background-image: url(/static/picture/sina.png); }
#share-qq { background-image: url(/static/picture/qq.png); }
.showBody .main .top h3{
	font-size: 24px;
	margin-bottom: 15px;
}
.showBody .main .top .item{
	width: 120px;
	float: left;
	margin-right: 10px;
	color: #676767;
}
.showBody .main .top .item .iconfont{
	margin-right: 5px;
}
.pageBtnWrap a{
	color: #676767;
	display: inline-block;
	width: 49%;
}
.pageBtnWrap a:last-child{
	text-align: right;
}
.pageBtnWrap a:hover{
	color: #cd282f;
}
.likeWrap{
	margin: 0px auto;
	margin-top: 40px;
}
.likeWrap .title{
	font-size: 18px;
	font-weight: bold;
}
.likeWrap ul li{
	width: 50%;
	padding: 20px;
	border-bottom: 1px solid #f5f5f5;
}
.likeWrap ul li .pic{
	width: 30%;
	height: 90px;
	overflow: hidden;
	border: 1px solid #f5f5f5;
	border-radius: 5px;
}
.likeWrap ul li:nth-child(3),
.likeWrap ul li:nth-child(4){
	border-bottom: none;
}
.likeWrap ul li:nth-child(2n){
	border-left: 1px solid #f5f5f5;
}
.likeWrap ul li .pic img{
	transition: all 0.6s;
}
.likeWrap ul li:hover img{
	transform: scale(1.4);
}
.likeWrap ul li .cont{
	width: 68%;
}
.likeWrap ul li .cont .tit{
	font-size: 16px;
	font-weight: bold;
}
.likeWrap ul li .cont a{
	color: #333;
}
.likeWrap ul li a{
	color: #cd282f;
}
.showBody .like_wrap{
	margin-top: 0;
}
.newsCall{
	/* margin-top: 20px; */
	border-radius: 10px;
	padding: 30px 15px;
	background: url('/static/picture/bj.png')no-repeat;
	background-size: 100% 100%;
	box-shadow: 0 5px 15px 0px rgb(0 0 0 / 10%);
}
.newsCall .itemLeft{
	width: 60%;
	text-align: center;
	color: #fff;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.newsCall .itemLeft .pic{
	width: 120px;
	height: 120px;
	padding: 5px;
	margin: 0 auto;
	margin-bottom: 10px;
	border-radius: 50%;
	background: url('/static/picture/bor.png')no-repeat;
	background-size: 100% 100%;
}
.newsCall .itemLeft .pic img{
	width: 100%;
}
.newsCall .itemLeft .tit{
	font-size: 14px;
	margin: 0;
}
.newsCall .itemLeft .desc{
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
.newsCall .itemLeft .tellBtn{
	display: block;
	line-height: 30px;
	background: #fff;
	color: #cd282f;
	text-align: center;
	width: 70%;
	margin: 10px auto;
}
.newsCall .itemLeft p.num{
	font-size: 14px;
	margin: 0;
}
.newsCall .qrcode{
	width: 40%;
}
.newsCall .qrcode .top{
	width: 90px;
	height: 90px;
	margin: 0px auto;
	margin-bottom: 10px;
	border-radius: 5px;
	overflow: hidden;
}

.newsCall .qrcode p{
	font-size: 14px;
	color: #fff;
	margin: 0;
    width: 100%;
}

.sixWrap{
	position: relative;
	padding-bottom: 0;
}
.sixWrap img{
	margin: 0 auto;
}
.sixWrap .cont{
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}
.sixWrap .cont .six{
	font-size: 36px;
	float: left;
	margin: 0;
	line-height: 1;
}
.sixWrap .cont .six small{
    display: inline-block;
    margin-bottom: 20px;
}
.sixWrap .tit{
	float: left;
	font-size: 36px;
	font-weight: bold;
	text-align: text-bottom;
	line-height: 1;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 20%;
}
.sixWrap .tit small{
	margin-left: 10px;
	font-size: 24px;
}

.Campus li{
	padding:40px 80px;
	border-radius: 10px;
	transition: all 0.4s;
}
.Campus li:hover{
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.Campus li .pic{
	width: 42%;
	border-radius: 10px;
	overflow: hidden;
}
.Campus li .cont{
	width: 55%;
}
.Campus li .cont p{
	margin: 0;
	width: 100%;
}
.Campus li .cont .title{
	font-size: 18px;
	width: 100%;
	font-weight: bold;
}

.Campus li .cont hr{
	display: block;
	width: 80px;
	height: 2px;
	background-color: #cd282f;
	margin: 20px 0;
}
.Campus li .cont a{
	display: block;
	padding: 0 15px;
	border-radius: 5px;
	background: #cd282f;
	line-height: 30px;
	text-align: center;
	color: #fff;
}
.school-postion a{
	color: #1c1616;
}
.showBody .main.schoolShowWrap{
	width: 68%;
	padding-right: 2%;
	border-right: 1px solid #f5f5f5;
}
.schoolShowWrap h3{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
}
.schoolShowWrap li{
	width: 50%;
	font-size: 20px;
	line-height: 50px;
	padding: 10px 0;
	border-bottom: 1px solid #f5f5f5;
}
.schoolShowWrap li .iconbar{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #cd282f;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
}
.schoolShowWrap li .iconbar .iconfont{
	font-size: 24px;
}
.schoolShowWrap li:nth-child(5){
	width: 100%;
}
.schoolContent{
	margin: 0px auto;
	margin-top: 40px;
	line-height: 2;
	text-align: center;
}
.schoolContent p{
	margin: 0;
}
.schoolContent img{
	max-width: 100%;
}

#dituContent{
	margin: 40px auto;
	width: 100%;
	border-radius: 10px;
	height: 600px;
	background: #f77477;
}
.campusWrap{
	padding-bottom: 0;
}

.partnerList li{
	border: none;
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 0 5px 0 rgba(0, 0,0, 0.1);
	padding: 20px 15px;
	transition: all 0.6s;
	margin-bottom: 20px;
}
.partnerList li:hover{
	box-shadow: 0 5px 15px 0px rgb(0 0 0 / 10%);
}
.partnerList li .pic{
	width: 150px;
	height: 150px;
	border-radius: 50%;
}
.partnerList li a{
	color: #1c1616;
}
.partnerList li a:hover{
	color: #cd282f;
}
.partnerList li .cont{
	width: 60%;
	font-size: 14px;
	line-height: 22px;
}
.partnerList li .cont  p{
	margin:0;
	width: 100%;
}
.partnerList li .cont .tit{
	font-size: 18px;
	font-weight: bold;
}
.partnerList li .cont hr{
	width: 60px;
	height: 2px;
	background: #cd282f;
	display: block;
}
.partnerList li .btn{
	line-height: 150px;
	text-align: center;
	padding:0;
	border: none;
	width: 15%;
	border-left: 1px solid #f5f5f5;
}

.partner .main_left{
	width: 12%;
}
.partnerWrap{
	padding-bottom: 60px;
}

.partnerBody{
	width: 55%;
	padding: 20px 40px;
	border-radius: 10px;
	box-shadow: 0 5px 15px 0px rgb(0 0 0 / 10%);
}
.partnerBody .top .item{
	float: left;
	margin-right: 10px;
	font-size: 14px;
	color: #676767;
}
.partnerBody .top .item .iconfont{
	margin-right: 5px;
}
.partner .main_right{
	width: 30%;
}
.partner .main_right .newsCall{
	margin-top: 20px;
}
.method{
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 55px 70px;
}
.method .hy-title small{
	font-size: 16px;
	color: #676767;
	margin-left: 20px;
}
.method .hy-line{
	width: 20%;
	background-image: linear-gradient(to right,#f77477,#fdb421);
	margin: 20px 0;
}
.method .iconbar{
	margin-top: 40px;
}
.method .iconbar li{
	text-align: center;
}
.method .iconbar li .iconWrap{
	width: 100px;
	height: 100px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	line-height: 100px;
	transition: all 0.6s;
	overflow: hidden;
}
.method .iconbar li .iconWrap img{
	padding: 10%;
}
.method .iconbar li .iconWrap .iconfont{
	font-size: 60px;
	color: #ff5c5c;
}
.method .iconbar li p{
	margin: 0;
	margin-top: 10px;
	color: #1c1616;
	font-size: 12px;
}

.method .iconbar li:hover .iconWrap{
	transform: scale(1.1);
}
.resPage{
	padding-bottom: 0;
}
.resPage2 #certify .swiper-pagination-bullet{
	background: #cd282f;
}
.resPage2 #certify .swiper-pagination-bullet-active{
	background: #fdb421;
}
.hy-pub-tit{
	margin-bottom: 40px;
}
.hy-pub-tit .title{
	font-size: 32px;
	font-weight: bold;
	margin: 0;
}
.hy-pub-tit .title span{
	font-size: 48px;
}
.hy-pub-tit .desc{
	font-size: 18px;
}

.resPage4 .op-iconbar .item{
	width: 22%;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	text-align: center;
	padding: 20px 40px;
	margin-bottom: 40px;
	transition: all 0.6s;
}
.resPage4 .op-iconbar .item:nth-child(5),
.resPage4 .op-iconbar .item:nth-child(6),
.resPage4 .op-iconbar .item:nth-child(7),
.resPage4 .op-iconbar .item:nth-child(8){
	margin-bottom: 0;
}

.resPage4 .op-iconbar .item:hover{
	box-shadow:  0 0 15px 0 rgba(0, 0,0, 0.3);
}
.resPage4 .op-iconbar .item .iconBox{
	width: 130px;
	height: 130px;
	line-height: 130px;
	border-radius: 50%;
	background: #ffeeef;
	text-align: center;
	margin: 0 auto;
}
.resPage4 .op-iconbar .item .tit{
	font-size: 18px;
	margin: 10px auto;
	font-weight: bold;
}
.resPage4 .op-iconbar .item .desc{
	margin: 0;
	font-size: 14px;
	color: #676767;
}
.resPage4 .op-iconbar .item .iconBox .iconfont{
	font-size: 72px;
	color: #cd282f;
}
.resPage4,.resPage5{
	padding-bottom: 0;
}
.resPage5 dd{
	width: 25%;
	padding: 20px 5%;
	text-align: center;
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
}
.resPage5 dd:nth-child(4n){
	border-right: none;
}
.resPage5 dd .iconbox{
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	background: #cd282f;
	color: #fff;
	margin: 0 auto;
	text-align: center;
}
.resPage5 dd .iconbox .iconfont{
	font-size: 32px;
}
.resPage5 dd .tit{
	font-size: 18px;
	font-weight: bold;
	margin: 10px auto;
}
.resPage5 dd .desc{
	margin: 0;
	font-size: 14px;
	color: #676767;
}
.resPage5 dd:nth-child(9),
.resPage5 dd:nth-child(10),
.resPage5 dd:nth-child(11),
.resPage5 dd:nth-child(12){
	border-bottom: none;
}



.educationTabs .nav-tabs{
	border: none;
}
.educationTabs .nav-tabs .nav-item{
	width: 24%;
	text-align: center;
	margin-bottom: 0!important;
}
.educationTabs .nav-item .nav-link{
	border: none;
	width: 100%;
	line-height:70px;
	background: #fdb421;
	padding: 0;
	font-size: 24px;
	color: #fff;
	/* border-radius: 10px; */
	border-radius: unset!important;
}
.educationTabs .nav-item .nav-link.active{
	background: #fdb421 url('/static/picture/tabbj.png')no-repeat;
	background-size: 100% 100%;
}
.doctor{
	width: 25%;
	max-width: 357px;
	height: 445px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
	text-align: center;
	padding-top: 30px;
	background: url('/static/picture/picbj.png')no-repeat center center /cover;
	position: relative;
}
.doctor img{
	position: absolute;
	left: 10%;
	bottom: 0;
	width: 80%;
	margin: 0 auto;
}
.doctorWrap .content{
	width: 73%;
	max-width: 1041px;
}
.doctorWrap .content .proTag{
	width: 326px;
	padding: 10px 20px;
	background: #cd282f;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	margin-top: 40px;
}
.doctorWrap .content .top{
	background: url('/static/picture/bolang.png')no-repeat;
	background-size: 100% 100%;
	padding-bottom: 40px;
}
.doctorWrap .content .proTag p{
	font-size: 20px;
	margin: 0;
}
.doctorWrap .content .proTag span{
	font-size: 18px;
}
.doctorWrap .content .profile{
	border-radius: 10px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
	padding: 40px 60px;
}
.doctorWrap .content .profile ul{
	list-style: disc;
}
.doctorWrap .content .profile ul li{
	font-size: 18px;
	font-weight: 700;
}
.doctorWrap .content .profile .title{
	margin: 40px 0 20px 0;
	font-size: 18px;
	font-weight: 700;
}
.doctorWrap .content .profile  .desc{
	font-size: 16px;
	margin-bottom: 0;
	line-height: 24px;
}

.eduPage1,
.eduPage2{
	padding-bottom: 0;
}
.eduPage2 .description{
	width: 80%;
	margin: 40px auto;
	text-indent: 2rem;
	/*text-align: center;*/
}
.eduPage2 .level{
	padding: 30px 100px;
	background: #f5f5f5;
	border-radius: 10px;
}
.eduPage2 .level .title{
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
.eduPage2 .level span.line{
	display: block;
	width: 100%;
	border-bottom: 1px dashed #fff;
	margin: 20px 0 30px 0;
}
.eduPage2 .level .iconBar{
	width: 80%;
	margin: 30px auto;
}
.eduPage2 .level .iconBar .iconbox{
	width: 120px;
	height: 120px;
	border-radius: 10px;
	background: #fff;
	text-align: center;
	padding: 20%;
	margin-bottom: 10px;
}
.eduPage2 .level .underBox .item{
	width: 45%;
	border-radius: 10px;
	background: #fff;
	padding: 20px 60px;
}
.eduPage2 .level .underBox .item p{
	margin: 0;
}
.eduPage2 .level .underBox .item .tit{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}
.eduPage3 .prospect{
	width: 85%;
	margin: 0 auto;
	
}
.eduPage3 .prospect .item{
	width: 338px;
	height: 338px;
	padding: 5%;
	border-radius: 50%;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	transition: all 0.6s;
}
.eduPage3 .prospect .item:hover{
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
.eduPage3 .prospect .item .top{
	text-align: center;
	font-size: 20px;
	line-height: 40px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f5f5f5;
}
.eduPage3 .prospect .item .top .iconfont{
	font-size: 24px;
	margin-right: 10px;
}


/* 时间轴样式 */
.course_nr{
	height:162px; 
	background:url(/static/picture/ico9.gif) repeat-x center;
}
.course_nr li{ 
	float:left; 
	background:url(/static/picture/time.png) no-repeat center top; 
	background-size: 20% ;
	padding-top:50px; 
	width:140px; 
	text-align:center; 
	position:relative; 
	margin-top:65px;
	cursor: pointer;
}
.course_nr li:nth-child(2){
	background:url(/static/picture/print.png) no-repeat center top; 
	background-size: 20% ;
}
.course_nr li:nth-child(4){
	background:url(/static/picture/number.png) no-repeat center top; 
	background-size: 20% ;
}
.course_nr li:nth-child(5){
	background:url(/static/picture/cert.png) no-repeat center top; 
	background-size: 20% ;
}
.shiji{ position:absolute; width:100%; left:0; top:-60px; display:none;}
.shiji .cont{ 
	font-size: 16px;
	width: 100%;
	width: 140px;
	height:140px; 
	 color:#cd282f; 
	 font-weight:bold; 
	 background:url(/static/picture/ico11.gif) no-repeat; 
	 background-size: 100% 100%;
	 margin-bottom:8px;
}
.shiji .cont h1{
	padding: 54px 30px;
	font-size: 16px;
	font-weight: bold;
	word-break: break-all;
}
.shiji p{ line-height:14px; color:#cd282f;}

.eduPage4,.eduPage5,.eduPage6,.eduPage8{
	padding-bottom: 0;
}
.bmprocessTit{
	font-size: 18px;
	font-weight: bold;
} 
.bmprocess .item:nth-child(1){
	width: 380px;
}
.bmprocess .item .title{
	line-height: 30px;
	width: 90%;
	display: block;
	margin: 0 auto;
	/* padding: 0 10%; */
	color: #fff;
	border-radius: 10px 10px 0 0;
	text-align: center;
}
.bmprocess .item .cont{
	padding: 20px 30px;
	background: #f5f5f5;
	border-radius: 10px;
	height: 260px;
}
.bmprocess .item .cont p{
	margin: 0;
	text-indent: 2rem;
}
.bmprocess .item:nth-child(2){
	width: 340px;
}
.bmprocess .item:nth-child(3){
	width: 630px;
}
.bmprocess2{
	margin-top: 40px;
}
.bmprocess2 .item{
	width: 24%!important;
}
.processTable{
	width: 100%;
}
.processTable td{
	text-align: center;
	border: 1px solid #fff;
}
.processTable thead{
	line-height: 40px;
	color: #fff;
	text-align: center;
}
.processTable tbody{
	background: #f5f5f5;
}
.processTable tbody td{
	padding: 10px 20px;
	height: 40px;
	font-size: 14px;
}
.processTable tbody tr td:nth-child(1){
	width: 10%;
}
.conditions p{
	margin: 0 ;
	line-height: 30px;
}
.conditions ul{
	margin: 20px auto;
	font-size: 14px;
}
.conditions .buzou,.conditions .six{
	padding: 20px 0;
}
.conditions .six p.hy-red{
	font-size: 14px;
}
.teamPage3{
	padding-bottom: 0;
}
.gj_table{
	width: 90%;
	margin: 0 auto;
}
.gj_table tr{
	width: 100%;
}
.gj_table th{
	text-align: center;
	color: #fff;
	line-height: 40px;
	border: 1px solid #fff;
}
.gj_table tbody td{
	text-align: center;
	line-height: 40px;
	border: 1px solid #f5f5f5;
	padding: 0 20px;
}
.gj_table tbody td.row5{
	padding: 0 20px;
	width: 45%;
	line-height: unset;
}
.gj-tips{
	width: 90%;
	font-size: 14px;
	color: #666;
	margin: 0 auto;
	margin-top: 10px;
}
.senior{
	width: 90%;
	padding: 30px 60px;
	border-radius: 10px;
	border: 1px solid #cd282f;
}
.senior .left{
	width: 173px;
	height: 335px;
	background-color: #cd282f;
	color: #fff;
	text-align: center;
	align-items: center;
	position: relative;
	border-radius: 10px;
}
.senior .left::after{
	display: block;
	width: 40px;
	height: 40px;
	background: #cd282f;
	transform: rotate(45deg);
	content: '';
	position: absolute;
	right: -20px;
	top: 50%;
	margin-top: -20px;
}
.senior .left .tit{
	font-size: 18px;
	margin: 0 auto;
	padding: 80% 0;
}
.senior .right{
	width: 78%;
}
.senior .right .item{
	width: 15%;
	height: 140px;
	border-radius: 10px;
	background: #f5f5f5;
	text-align: center;
	position: relative;
}
.senior .right .item .mask{
	position: absolute;
	width: 30px;
	height: 30px;
	background: #cd282f;
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	border-radius: 50%;
	top: -15px;
	left: 50%;
	margin-left: -15px;
	z-index: 99;
}
.senior .right .item:hover .mask::before{
	position: absolute;
	top: -5px;
	left: -5px;
	width: 40px;
	height: 40px;
	background: none;
	border-radius: 50%;
	border: 2px solid #cd282f;
	content: '';
	z-index: 1;
}
.senior .right .item:hover{
	background: #cd282f;
	color: #fff;
}

.senior .right .item p{
	position: absolute;
	bottom: 20px;
	width: 80%;
	text-align: center;
	left: 10%;
	margin: 0;
}
.senior .right .item:last-child{
	width: 65%;
}
.senior .right .item:last-child p{
	text-align: left;
	text-indent: 2rem;
	font-size: 14px;
}
.seniorTable tr td{
	width: 20%;
	color: #fff;
}

#kefu{
	position: fixed;
	right: 5%;
	bottom:20%;
	width: 50px;
	height: 200px;
	z-index: 999999;
	display: none;
}
#kefu ul li{
	position: relative;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #3259e4;
	margin-bottom: 5px;
	box-shadow: 0 0 15px 0 rgba(0, 0,0, 0.3);
}
#kefu ul li:hover{
	background: #fff;
}
#kefu ul li:hover .iconfont{
	color: #cd282f;
}
#kefu ul li .mask{
	position: absolute;
	right: 55px;
	top: 0;
	background: #fff;
	line-height: 50px;
	width: 240px;
	display: none;
	box-shadow:0 0 15px 0  rgba(0, 0, 0, 0.3);
}
#kefu ul li .iconfont{
	color: #fff;
	font-size: 24px;
}
#kefu ul li .mask a{
	color: #cd282f;
}
#kefu ul li .mask.qrcode{
    width: 150px;
    padding: 10px;
}
#kefu ul li .mask.qrcode p{
    margin: 0;
    text-align: center;
    font-size: 12px;
    line-height: 1;
}


.processTips .desc{
    text-indent: 2rem;
}
.imageList{
    margin-bottom: 40px;
}
.imageList li{
    width: 49%;
    margin-bottom: 10px;
}
.imageList li p{
    font-size: 16px;
    line-height: 40px;
    border-bottom: 1px solid #cd282f;
}
.imageList li a{
    color: #000;
}
.imageList li .more{
    display: inline-block;
    line-height: 30px;
    border-radius: 10px;
    background: #cd282f;
    color: #fff;
    text-align: center;
    width: 30%;
    font-size: 14px;
    margin-top: 10px;
}

/* 小尺寸电脑 */
@media  (max-width:1440px) and (min-width:1024px){
	.container{
		width: 95%!important;
		margin: 0 auto;
	}
	.header .logo{
		padding: 10px 0;
	}
	.header .hy-nav{
		padding: 0;
	}
	.header.fixedHead .logo img,.header .logo img{
		height: 80px;
		width: unset!important;
		max-width: unset!important;
	}
	.header .logo .line{
		margin: 20px 10px;
		display: none;
	}
	#banner-swiper img{
		width: 100%;
	}
	#certify{
		width: 90%;
		margin: 0 auto;
	}
	.Profile .rightCont .description{
		margin: 0 auto;
		font-size: 16px;
	}
	.Profile .rightCont .comBtn a{
		padding: 0 10px;
		font-size: 14px;
	}
	.header .hy-nav ul .hy-nav-item .hy-link{
		padding: 0 15px;
		margin: 30px 0;
		height: 40px;
	}
	.header .site-info{
		display: none;
	}
	.header .site-info p{
		padding: 0;
		line-height: unset;
		font-size: 16px;
		width: 140px;
		display: block;
	}
	.header.fixedHead .hy-nav{
		padding: 0;
	}
	.hy-sc-show .rightWrap{
		height: 430px;
	}
	#footMessage .qrcode,#footMessage .closeMess{
		right: 5%;
	}
	#footMessage .l-pic{
		left: 5%;
	}
	.schoolList .contWrap{
		width: 520px;
	}
	.hy-infoWrap .left .qrcodeWrap{
		width: 205px;
	}
	.callPage2 .map{
		width: 65%;
	}
	.callPage4 .messPic{
		width: 240px;
		display: none;
	}
	.callPage4 form textarea{
		width: 775px;
	}
	.callPage4 form{
		width: 950px;
	}
	.callPage4 form input:nth-child(1), 
	.callPage4 form input:nth-child(2){
		width: 300px;
	}
	.affairs .left{
		width: 39%;
	}
	.someShow li{
		width: 32%;
		height: 260px;
	}
	.someShow li .pic{
		width: 40%;
		height: unset;
	}
	.someShow li .cont .desc{
		overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
	}
	.someShow li .cont .desc p{
		margin: 0;
	}
	.explain .item{
		width: 48%!important;
	}
	.explain .item .content{
		line-height: 24px;
		padding: 20px 20px;
	}
	.bz-processWrap .item{
		width: 32%;
	}
	.w95-process .item{
		width: 49%;
	}
	.bmprocess .item:nth-child(1),.bmprocess .item:nth-child(2){
		width: 49%;
		margin-bottom: 20px;
	}
	.bmprocess .item:nth-child(3){
		width: 100%;
	}
	.hy-sc-show .rightWrap .cen img{
		height: 100%;
		width: 100%!important;
	}
	.ah-tab-content ul li p{
		width: 78%;
	}
	.culture{
		padding: 40px 40px;
	}
	.culture .item .leftIcon{
		width: 150px;
		height: 150px;
	}
	.schoolList .picWrap{
		width: 810px;
	}
	.schoolList .contWrap{
		width: 460px;
	}
	.schoolList .contWrap .wrap{
		padding: 65px 50px;
	}
}

@media screen and (max-width:1366px){
    .culture .item .right{
        width: 205px;
    }
    
    .schoolList .picWrap{
        width: 680px;
        height: 435px;
    }
    .schoolList .picWrap .one,.schoolList .picWrap .four{
        width: 400px;
        height: 237.6px;
    }
    .schoolList .picWrap .two,.schoolList .picWrap .three{
        width: 270px;
        height: 187px;
    }
    .schoolList .contWrap .wrap{
        padding: 30px 40px;
    }
    .footer .footMenu{
        width: 65%;
    }
    .footer .qrcodeWrap{
        width: 35%;
    }
    .footer .footMenu ul{
        width: 120px;
    }
 
    .hy-infoWrap .left .qrcodeWrap{
        width: 50%;
    }
    .hy-infoWrap .right .teacher li{
        padding: 20px 10px;
    }
    .callPage4 .msgleft{
        width: 27%;
    }
    .callPage4 form{
        width: 68%;
    }
    .callPage4 form textarea{
        width:80%;
    }
    .teacherShow .single-member{
        margin: 20px 1%;
    }
    .explain .item .content{
        font-size:14px;
    }
    .planPage3 .wrapper form{
        width: 70%;
        left: 15%;
    }
    .planPage3 .wrapper form input{
        width: 260px;
    }
    .page-tit p{
        font-size: 22px;
    }
    .culture .item .leftIcon{
        width: 120px;
        height: 120px;
        line-height: 120px;
    }
    .culture .item .right .line{
        margin: 10px 0;
    }
    .culture .item .right .desc{
        margin: 0;
    }
    .timezone .timeLine .circle .left{
        left: -635px;
    }
    .timezone .timeLine .circle .right{
        left: 45px;
    }
    .bz-processWrap .item{
        padding: 20px;
    }
    .studentItem .wrap,.studentItem:nth-child(even) .wrap{
        padding: 0;
    }
    .studentItem .left{
        width: 50%;
    }
    .studentItem .right{
        width: 46%;
    }
    .studentItem:nth-child(even) .right{
        margin: 0;
    }
    .studentPage1 .studentItem .cont{
        float: left;
    }
    .studentPage1 .studentItem:nth-child(even) .cont{
        float: right;
    }
    .someShow li{
        display: flex;
        flex-wrap: nowrap;
        justify-content:space-between;
    }
    .someShow li .pic{
        width: 48%;
    }
    .someShow li .cont{
        width: 50%;
    }
    .sixWrap .tit small{
        font-size: 18px;
    }
    .main_left ul li{
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }
}
