@charset "utf-8";
/* CSS Document */
/*CSS初始化*/
body,h1,h2,h3,h4,h5,h6,p,ul,li,ol,dl,dt,dd,form,input,hr,p,div,img,span{margin:0;padding:0;}
a{
	-moz-outline:none;
	-webkit-outline:none;
	-o-outline:none;
	-ms-outline:none;
	outline:none;
	text-decoration:none;
	display: block;
	cursor: pointer;
	}
em,i{font-weight:normal; font-style: normal;}
ul,li,ol{list-style:none;}
img,hr{border:none;}
a:hover,
a:focus,
a:active{
	color: var(--red);
	text-decoration:none;
	outline:none;
	-moz-outline:none;
	-webkit-outline:none;
	-o-outline:none;
	-ms-outline:none;
}
@font-face {
	font-family: 'AgencyFB';
	src: url('../fonts/agencyfb-regular.otf');
}
@font-face {
	font-family: 'BellCent Add BT';
	src: url('../fonts/BellCent Add BT Address.ttf');
}

* {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
body{
	--deep-blue:#1b2b5a;
	--light-blue:#178dd1;
	--red:#ff0000;
	--magenta:#ff5252;
	--dark-red:#c31f30;
	color: #333;
	/* user-select:none; */
}
::-moz-selection{
	background-color:var(--light-blue);
	color:#fff;
}
::selection{
	background-color:var(--light-blue);
	color:#fff;
}
img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
	user-select: none;
}
input, button, label{
	outline: none;
}
.invoice input::-webkit-input-placeholde{
	color: #787878;
	font-size: 14px;
	padding-left: 15px;
}
@media (min-width: 1200px){
	.container {
		width: 1200px;
		margin: 0 auto;
		padding: 0;
	}
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	font-size: 0px;
	height: 0px;
	visibility: hidden;
}
/*header 公共头部开始*/
/* header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 999;
} */
.header-top{
	background-color: #fff;
}
.header-top i{
	float: left;
	display: block;
	font-size: 18px;
	line-height: 80px;
	padding-left: 2%;
}
.header-top .header-tel{
	float: right;
	display: flex;
	justify-items: center;
	align-items: flex-end;
	flex-direction: column;
	padding:15px 3%;
}
.header-top .header-tel span{
	color: #555;
	display: block;
	letter-spacing: 0.5px;
}
.header-top .header-tel p{
	font-family: Arial, sans-serif;
	font-size: 22px;
	color: var(--magenta);
	font-weight: bold;
	letter-spacing: 1px;
}
.header-container{
	width: 1500px;
	margin: 0 auto;
	position: relative;
}
.header-nav{
	background-color: #0052a5;
}
@media screen and (min-width:1200px) and (max-width:1440px){
	.header-container{
		width:1200px;
	}
	.header-nav ul>li{
		font-size: 14px !important;
	}
}

.header-nav ul>li{
	position: relative;
	color: #fff;
	transition: all 0.3s;
	float: left;
	color: #fff;
	width: 9%;
	text-align: center;
	font-size: 16px;
	line-height: 60px;
	padding: 0 10px;
}
.header-nav ul>li a{color: #fff; display: block;margin: 0 auto;}
.header-nav ul>li.active:after{
	width: 60px;
}
.header-nav ul>li.active{
	color: var(--red);
	/* font-weight: bold; */
}
.header-nav ul>li:nth-child(5){
	/* margin-right: 1%; */
}
.header-nav ul>li:nth-child(6){
	margin-left:10%;
}
.header-nav ul>li:after{
	content: "";
	width: 0;
	height: 2px;
	transition: all 0.3s;
	background-color: var(--red);
	position: absolute;
	left: 50%;
	right: 0;
	transform: translateX(-50%);
	bottom:10px;
}
.header-nav ul>li:hover  a{
	color: var(--red);
	/* font-weight: bold; */
}
.header-nav ul>li:hover:after{
	width: 60px;
}

.logo{
	width: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: var(--dark-red);
	position: absolute;
	left: 50%;
	top: -50%;
	z-index: 99;
	transform: translateX(-50%);
}
.logo img{
	max-width: 88px;
}
/*header 公共头部结束*/
/*slider 公共轮播开始*/
.slider .left svg{
	transform: rotate(180deg);
}
.slider .left,
.slider .right {
	display: flex;
	align-items: center;
	justify-content: center;
}
/*slider 公共轮播结束*/
/* title 公共标题开始 */
.title{
	text-align: center;
	margin: 15px auto 40px;
	position: relative;
}
.title:after{
	content: "";
	width: 56px;
	height: 2px;
	background-color: var(--magenta);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
.title h1{
	padding-bottom: 22px;
}
.title p{
	padding-bottom: 5px;
	letter-spacing: 3px;
	line-height: 35px;
	text-transform: uppercase;
	color: #999;
}
/* title 公共标题结束 */
/* course 课程分类开始 */
.course{
	padding: 35px 0;
	background-color: #f7f9fe;
}
.course ul>li{
	width:208px;
	height: 256px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-right: 25px;
	float: left;
	background-color: var(--red);
	padding-bottom: 10px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}
.course ul>li:hover a{
	color: var(--red);
	background-color: rgba(255,255,255,1);
}
.course ul>li:after{
	content: "";
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgba(255,255,255,.15);
	position: absolute;
	left: -10px;
	bottom: -15px;
}
.course ul>li:before{
	content: "";
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .15);
	position: absolute;
	right: -10px;
	top: -18px;
}
.course ul>li:first-child{
	background-color: #1cb5a3;
}
.course ul>li:nth-child(2){
	background-color: #fea116;
}
.course ul>li:nth-child(3) {
	background-color: #534e8b;
}
.course ul>li:nth-child(4) {
	background-color: #ff6766;
}
.course ul>li:last-child{
	background-color: #aad85c;
	margin-right: 0;
}
.course ul>li span{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding: 25px 0;
}
.course ul>li a{
	font-weight: bold;
	transition: all 0.3s;
	display: inline-block;
	color: #fff;
	background-color: rgba(255,255,255,.15);
	line-height: 35px;
	padding: 0 17px;
	border-radius: 20px;
}
/* course 课程分类结束 */
/* question 问题开始 */
.question{
	background-color: #f7f9fe;
	padding-bottom: 35px;
}
.question-container{
	position: relative;
}
.question-border{
	position: absolute;
	top: 48%;
	left: 0;
	right: 0;
}
.question-container ul>li{
	float: left;
	margin-right: 50px;
	overflow: hidden;
}
.question-container ul>li h4{
	color: #0f9ad3;
	font-size: 20px;
	padding-bottom: 2px;
}
.question-container ul>li h4 em{
	font-weight: bold;
	font-size: 24px;
}
.question-container ul>li span{
	font-size: 16px;
	color: #fff;
	background-color: #0f9ad3;
	display: inline-block;
	line-height: 30px;
	padding: 0 20px;
	border-radius: 20px;
	margin: 10px auto 15px;
}
.question-container ul>li p{
	line-height: 1.5;
	color: #555;
	padding:0 25px;
	text-align: center;
}
.question-container ul>li:nth-child(5){
	margin-right: 0;
}
.question-container ul>li:last-child{
	margin-right: 0;
}
.question-container ul>li:nth-child(n+6):nth-child(-n+10) {
	margin-top: 55px;
}
.question-container ul>li:nth-child(odd):hover img{
	transform: scaleX(1.2);
}
.question-container ul>li:nth-child(odd){
	width: 190px;
	height:210px;
	overflow: hidden;
}
.question-container ul>li:nth-child(odd) img{
	transition: all 0.3s;
	max-width: 100%;
}
.question-container ul>li:nth-child(2),
.question-container ul>li:nth-child(4){
	background-image: url(../images/question-whire-top.png) !important;
}
.question-container ul>li:nth-child(even){
	width: 184px;
	height: 198px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-image: url(../images/question-whire-bottom.png);
} 
/* question 问题结束 */
/* guide-banner 引导banner开始 */
.guide-banner{
	color: #fff;
	height: 260px;
	
	background-image: url(../images/background_yd.jpg);
	background-attachment: fixed;
}
.guide-banner .container{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.guide-banner h1{
	font-weight: 300;
	letter-spacing: 2px;
}
.guide-banner h3{
	font-weight: 300;
	font-size: 22px;
	letter-spacing: 10.5px;
	padding-top: 20px;
}
.guide-banner a:hover{
	border-color: #0052a5;
	background-color: #0052a5;
}
.guide-banner a{
	transition: all 0.3s;
	color: #fff;
	font-size: 15px;
	border: 1px solid #fff;
	line-height: 40px;
	padding: 0 30px;
	letter-spacing: 1px;
	margin-top: 25px;
}
/* guide-banner 引导banner结束 */
/* people 适合人群开始 */
.people{
	margin-top: 20px;
}
.people-container{
	position: relative;
	margin-bottom: 30px;
}
.people-text{
	width: 100%;
	position: absolute;
	top: 0;
}
.people-text p{
	font-size: 20px;
	text-align: right;
	width: 215px;
	margin-left: 25px;
	font-weight: bold;
}
.people-text ul>li{
	margin-bottom: 84px;
}
.people-text ul:first-of-type {
	margin-top: 124px;
}
.people-text ul>li span{
	font-size: 24px;
	display: block;
	padding-bottom: 2px;
}
.people-text ul>li a{
	transition: all 0.3s;
	font-size: 16px;
	color: #333;
}
.people-text ul>li:hover a{
	padding: 0 30px;
	color: var(--magenta);
}
.people-text ul:first-of-type {
	width: 18%;
	float: left;
	text-align: right;
}
.people-text ul:first-of-type li span{
	color: #26a69a;
}
.people-text ul:first-of-type li:not(:last-child) span{
	color: var(--magenta);
}
.people-text ul:last-of-type{
	width: 18%;
	float: right;
	text-align: left;
	 margin-top: 30px;
}
.people-text ul:last-of-type li{
	margin-bottom: 102px;
}
.people-text ul:last-of-type li span{
	color: var(--magenta);
}
.people-text ul:last-of-type li:not(:last-child) span{
	color: #26a69a;
}
/* people 适合人群结束 */
/* query 学信网开始 */
.query{
	margin-top: 15px;
	background-color: #fafafa;
	padding-bottom: 18px;
}
.query-left{
	width: 56%;
	float: left;
}
.query-right{
	width: 42%;
	float: right;
}
.query-right p{
	font-size: 28px;
	margin-top: 35px;
}
.query-right p a{
	color: #5b81fe;
	display: inline-block;
	margin-right: 8px;
}
.query-right ul{
	margin-top: 30px;
}
.query-right ul>li{
	font-size: 15px;
	display: flex;
	align-items: center;
	margin-bottom:30px;
}
.query-right ul>li:before{
	content: attr(data-text);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/list.png);
	height: 30px;
	margin-right: 8px;
	padding: 0 10px;
}
.query-more{
	width: max-content;
}
.query-more span {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	line-height: 40px;
	background: var(--magenta);
	padding: 0 35px;
	float: left;
}
.query-more i{
	display: block;
	line-height: 38px;
	border: 1px solid var(--magenta);
	padding: 0 22px;
	font-size: 22px;
	float: left;
	color: var(--magenta);
	font-weight: lighter;
}
/* query 学信网结束 */
/* why 为什么选择我们开始 */
.why{
	margin-top:20px ;
}
.why-container{
	height: 780px;
	position: relative;
}
.why-left{
	position: absolute;
	top: 0;
	left: -30px;
	z-index: -1;
}
.why-right{
	width: 66%;
	position: absolute;
	right: 0;
	top: 10%;
}
.why-right ul>li:nth-child(odd){
	margin-right: 5%;
}
.why-right ul>li{
	transition: all 0.2s;
	width: 350px;
	height: 180px;
	float: left;
	position: relative;
	background-color: rgba(255,255,255,.57);
	border: 1px solid var(--light-blue);
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0 78px;
	margin-bottom: 30px;
	margin-bottom: 70px;
}
.why-right ul>li:hover{
	background-color: rgba(255,255,255,1);
}
.why-right ul>li:hover span{
	font-size: 75px;
	opacity: 1;
}
.why-right ul>li .why-icon{
	width: 60px;
	height: 60px;
	background-color: var(--light-blue);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-bottom-right-radius: 30px;
	position: absolute;
	left: 0;
	top: 0;
}
.why-right ul>li .why-icon img{
	max-width: 100%;
	margin-top: -5px;
}
.why-right ul>li span{
	transition: all 0.2s;
	position: absolute;
	right: 20px;
	bottom: 0px;
	font-family: "AgencyFB";
	font-size: 55px;
	color: var(--light-blue);
	opacity: .5;
}
.why-right ul>li h4 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}

.why-right ul>li p {
	line-height: 1.5;
	color: #555;
}
/* why 为什么选择我们结束 */
/* school 推荐院校开始 */
.school{
	margin-top: 50px;
}
@media screen and (max-width:1680px){
	.school-list ul>li{
		height: 270px !important;
	}
	
}
@media screen and (max-width:1440px){
	.school-list ul>li {
		height: 240px !important;
	}
}
.school-list ul>li{
	width: 25%;
	height: 320px;
	float: left;
}
.school-list ul>li:hover a{
	transform: scale(1.1);
	box-shadow: 0 0 25px 0 rgba(0,0,0,.1);
}
.school-list ul>li a{
	transition: all 0.3s;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
/* school 推荐院校结束 */
/* certificate 毕业证书开始 */
.certificate{
	margin-top: 20px;
}
@media (min-width: 1200px) {
	.certificate .container {
		width: 1200px !important;
	}
}
.certificate-container .swiper-container-certificate {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 30px 0;
	overflow: hidden;
	list-style: none;
	z-index: 1;
}
.certificate-container .swiper-slide{
	transition: all 0.3s;
	opacity: .6;
}
.certificate-container .swiper-slide a{
	height: 100%;
	width: 100%;
}
.certificate-img{
	height: 272px;
	width: 390px;
}
.swiper-slide-active,
.swiper-slide-duplicate-active{
	opacity: 1 !important;
	z-index: 999;
	transform: scale(1.2) !important;
}
/* certificate 毕业证书结束 */
/* teacher 优秀班主任开始 */
.teacher{
	margin-top: 30px;
}
.teacher .swiper-slide-next{
	left: 8px;
}
.teacher .prev-next div {
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	--swiper-navigation-size: 15px;
	background-color: #095e99;
}
.teacher .prev-next .swiper-button-black{
	background: none;
	border: 1px solid #000;
}
.teacher .swiper-slide-active{
	transition: all 0.3s;
	z-index: 998;
	left: 5px;
}
.teacher .swiper-container{
	padding: 30px 0 196px;
	margin-left: 15px;
	overflow-X: hidden;
	overflow-y: initial;
} 
.prev-next{
	height: 40px;
	width: 10%;
	position: absolute;
	bottom: 10%;
	left: -5%;
	right: 0;
	margin: 0 auto;
	transition: all 0.3s;
}
.teacher .swiper-slide{
	width: 400px;
	height: 424px;
	transition: all 0.3s;
}
.teacher .swiper-slide a{
	height: 100%;
	width: 100%;
	/* pointer-events: none; */
}
.teacher .swiper-slide-active i{
	top: 11px !important;
}
.teacher .swiper-slide i{
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	background-color: #095e99;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 15px;
}
.teacher .swiper-slide .teacher-main{
	width: 310px;
	height: 424px;
	position: relative;
	transition: all 0.3s;
}
.teacher-text {
	padding: 0 15px;
	width: 100%;
	height: 115px;
	background-color: rgba(255,255,255,.75);
	position: absolute;
	bottom: 0;
}
.teacher-text-top{
	padding: 10px 0;
	border-bottom: 1px solid #b6b6b6;
	display: flex;
	align-items: center;
	justify-content: center
}
.teacher-text-top h4 {
	color: #133c54;
	font-size: 18px;
	font-weight: bold;
	float: left;
}
.teacher-text-top span {
	float: left;
	font-size: 14px;
	color: #555;
	margin-left: 15px;
}
.teacher-text p{
	color: #555555;
	font-size: 12px;
	text-align: justify;
	padding-top: 10px;
	display: -webkit-inline-box;
	display: -o-inline-box;
	display: -moz-inline-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	-o-line-clamp: 3;
	overflow: hidden;
}
/* teacher 优秀班主任结束 */
/* contact 联系我们开始 */
.contact{
	margin-top: -15px;
	background-image: url(../images//map-bg.jpg);
	padding-bottom: 20px;
}
.contact-left{
	width: 42%;
	float: left;
}
.contact-right{
	width: 56%;
	float: right;
}
.contact-right img{
	max-width: 92%;
}
.contact-left h1 {
	letter-spacing: 2px;
}
.contact-left h1 em {
	color: var(--magenta);
	display: inline-block;
}
.contact-left h1 em:first-letter{
	font-size: 45px;
	font-weight: bold;
	padding-top: 5px;
	font-family: initial;
}
.contact-left h1:last-of-type{
	font-weight: bold;
	padding-top: 5px;
	letter-spacing: 0;
}
.contact-left p{
	font-size: 15px;
	line-height: 2.2;
	text-indent: 2em;
	text-align: justify;
	padding-right: 38px;
	margin-top: 20px;
	margin-bottom:25px;
}
.map-sub{
	margin-bottom: 15px;
}
.map-sub:first-of-type a{
	background-color: var(--light-blue);
}
.map-sub:last-of-type a {
	background-color: #26a69a;
}
.map-sub:nth-of-type(2) a{
	background-color: var(--magenta);
}
.map-sub a{
	font-size: 15px;
	letter-spacing: 1px;
	position: relative;
	padding-left: 35px;
	display: inline-block;
	color: #fff;
	line-height: 40px;
	background-color: #000;
	padding-right: 10%;
}
.map-sub a:after{
	content: "→";
	font-size: 22px;
	margin: 0 25px;
	line-height: 45px;
	transition: all 0.3s;
}
.map-sub:hover a:after{
	margin-left: 35px;
}
/* .contact-left h1:before {
	content: "8";
	display: inline-block;
} */
/* contact 联系我们结束 */
/* link 友情链接开始 */
.index-link-main {
	margin: -20px 0 20px;
}

.index-link-main ul>li {
	float: left;
	width: 146px;
	height: 65px;
	border: 1px solid #c8c8c8;
	margin-right: 18px;
}

.index-link-main ul>li a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.index-link-main ul>li img {
	max-width: 100%;
}

.index-link-main ul>li:last-child {
	margin-right: 0;
}

.index-link-main ul>li:last-child a {
	color: #333;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
}
/* link 友情链接结束 */
/* footer 公共底部开始 */
footer{
	padding: 20px 0 0;
	border-top: 3px solid var(--deep-blue);
}
.footer-main{
	height: 255px;
	margin: 20px 0;
}
.footer-main .container{
	height: 100%;
}
.footer-logo{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.footer-center{
	padding-left: 5.5%;
	height: 100%;
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	/*overflow: hidden;*/
}
.footer-center h4,
.footer-add h4{
	font-size:18px;
	font-weight: bold;
	padding-left: 10px;
	border-left:3px solid var(--magenta);
	margin: 15px 0 20px;
}
.footer-center ul{
	-webkit-column-span:all;
	column-span: all;
	-webkit-column-count: 2;
	-webkit-column-gap: 10px;
	-webkit-column-fill: auto;
	-moz-column-count: 2;
	-moz-column-gap: 10px;
	-moz-column-fill: auto;
	column-count: 2;
	column-gap: 30px;
	column-fill: auto;
}
.footer-center ul>li{
	display: inline-block;
	line-height: 35px;
}
.footer-center ul>li:nth-child(n+11):nth-child(n){
	display: none;
}
.footer-center ul>li:hover a{
	color: var(--red);
	padding-left: 15px;
}
.footer-center ul>li a{
	color: #555;
	transition: all 0.3s;
}
.footer-add{
	padding-left: 5%;
	height: 100%;
	line-height: 40px;
}
.footer-add ul>li i{
	font-size: 16px;
	text-align: center;
	width: 25px;
	color: var(--deep-blue);
}
.backup{
	background-color: var(--deep-blue);
	color: #fff;
	line-height: 60px;
	font-size: 15px;
	text-align: center;
}
.backup a{
	display: inline-block;
	margin: 0 5px;
	color: #fff;
}
/* footer 公共底部结束 */
/* specialty 固定热门专业开始 */
.specialty-show{
	/* transition: all 0.15s; */
	position: fixed !important;
	height: 100vh;
	top: 0 !important;
	display: flex;
	align-items: center;
	z-index: 99999;
}
.specialty{
	/* transition: all 0.15s; */
	position: absolute;
	right: 2%;
	height: 100vh;
	top: 110vh;
}
@media screen and (max-width:1600px){
	.fixed-specialty {
		transform: scale(0.9);
	}
}
@media screen and (max-width:1440px) and (max-height:900px) {
	.fixed-specialty {
		transform: scale(0.85);
	}
}
.fixed-specialty{
	width: 195px;
}
.fixed-specialty p{
	word-break: break-all;
}
.fixed-specialty p em{
	font-size: 24px;
	color: var(--deep-blue);
	letter-spacing: 5px;
	font-weight: 600;
	float: left;
	font-style: italic;
	text-shadow: -1px 1px 1px #fff;
}
.fixed-specialty p i{
	display: block;
	float: left;
	color: var(--magenta);
	font-size: 40px;
	line-height: 30px;
	font-style: inherit;
	letter-spacing: 2PX;
	margin-left: 5px;
}
.fixed-specialty p span{
	font-style: italic;
	font-family: fantasy;
	font-size: 36px;
	letter-spacing: 6px;
	color: var(--magenta);
	display: block;
	width: 100%;
	word-break: keep-all;
	text-shadow: -1px 1px 1px #fff;
}
.specialty-top{
	background-image: url(../images/specialty-top.png);
	height: 498px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.specialty-top ul{
	width: 100%;
}
.specialty-top ul>li{
	transition: all 0.3s;
	text-transform: capitalize;
	letter-spacing: 1px;
	width: 80%;
	text-align: center;
	display: block;
	line-height: 35px;
	margin: 7px auto 0;
	background-color: var(--deep-blue);
	border-radius: 100px;
}
.specialty-top ul>li:nth-child(n+12):nth-child(n){
	display: none;
}
.specialty-top ul>li:hover{
	background-color: var(--magenta);
}

.specialty-top ul>li a{
	color: #fff;
}
.specialty-bottom{
	height: 96px;
	background-image: url(../images/specialty-bottom.png);
}
.specialty-bottom a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.specialty-bottom img{
	max-width: 100%;
}
/* .fixed-specialty p span:first-line{
	display: block;
	color: red;
	font-size: 50px;
} */
/* .fixed-specialty p:first-letter{
	display: block;
	color: red;
	font-size: 50px;
} */
/* specialty 固定热门专业结束 */
