@charset "UTF-8";
a:hover {
    text-decoration: none;}
a {
    color: #000;}
.container {
    width: 1280px;}
.link-more {
    margin-top: 60px;
    text-align: center;}
.link-more a {
    width: 200px;
    display: inline-block;
    font-size: 16px;
    border: 1px solid #0061AE;
    color: #0061AE;
    padding: 10px 0;
    text-align: center;}
.link-more a:hover {
    color: #fff;
    background-color: #26be95;
    border: 1px solid #26be95;}

/* 头部start */
.header-top-wrap {
    background-color: #b70f25;}
.header-top-wrap .header-top-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}
.header-top-left {
    display: flex;
    align-items: center;}
.link-logo {
    display: inline-block;
    width: 290px;
    height: 60px;
    margin: 10px 0;
    background: url(../images/logo/logo.jpg) no-repeat center;}
.logo-name {
    display: inline-block;
    margin-left: 20px;
    font-size: 26px;
    font-weight: 700;
    color: #f5f100;}
.header-top-right {
    margin-top: 10px;}
.header-top-right a {
    margin-left: 20px;
    font-size: 14px;
    color: #000;}
.header-top-right .school-tip {
    margin-left: 20px;
    margin-top: 10px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 10px;
    color: #0061AE;}
.header nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fcfbfb;}

.header nav > li {
	position: relative;
    list-style: none;
    width: 12.5%;
    text-align: center;}

.header-bottom {
    background-color: #f3e9e0;}

.header nav li a.nav-link {
	font-size: 16px;
	display: block;
    width: 100%;
	padding: 15px 0;
    color: #000;
    font-weight: 700;}
.header nav li ol a {
    font-size: 16px;
	display: block;
	margin: 20px 10px;
    color: #fff;}
.header nav > li:hover a.nav-link{
    color: #0061AE;}

.header nav ol {
	position: absolute;
	z-index: 999;
	top: 52px;
	left: 0;
    width: 100%;
	display: none;
	background-color: rgba(0, 0, 0, .6);}

.header nav ol li {
	white-space: nowrap;}

.header nav ol li a {
	position: relative;
	color: #fff;}
.header nav .nav-link.active {
    color: #ab202b;}
.header nav ol > li a::after {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	-webkit-transition: all .3s;
	transition: all .3s;
	transform: scale(0);
	background-color: #fff;}

.header nav ol > li a:hover::after {
	-webkit-transition: all .3s;
	transition: all .3s;
	transform: scale(1);}
/* 头部end */



/* 轮播图start */
.home-swiper{
    position: relative;
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;}
.home-swiper .swiper-slide {
    position: relative;}
.home-swiper .swiper-slide img{
    width: 100%;
    height: 400px;
    display: block;}
.home-swiper .home-paga-item {
    padding-right: 20px;}
.home-swiper .home-paga {
    bottom: 20px !important;
    width: 100%;}
.home-swiper .swiper-pagination-bullet {
    width: 50px;
    height: 4px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    border-radius: 0;
    margin: 0 3px;
    background: rgba(0, 0, 0);}
.home-swiper .swiper-pagination-bullet-active {
    background: #fff;}
.home-swiper .home-paga-next {
    width: 50px !important;
    height: 50px !important;
    right: 3% !important;
    background: url(../images/public/banner_right.jpg) no-repeat center center !important;}
.home-swiper .home-paga-prev {
    width: 50px !important;
    height: 50px !important;
    left: 3% !important;
    background: url(../images/public/banner_left.jpg) no-repeat center center !important;}
.home-swiper .swiper-pagination-span {
    height: 100%;
    line-height: 30px;}
.swiper-link {
    display: block;
    position: relative;}
.swiper-text {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translate(-50% , 0);
    color: #fff;
    z-index: 99;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 3px;}
/* 轮播图end */



/* 学校要闻start */
.news-swiper{
    position: relative;
    background-color: #fff;
    overflow: hidden;
    width: 55%;
    margin: 0 auto;}
.bgbox {
    background-color: #f3e9e0;}
/* .introduce-wrap {
    background-color: #fff;
    margin-top: 60px;
    margin-bottom: 60px;
} */
.introduce-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    padding: 30px 50px 0 50px;}
.introduce-img {
    position: relative;
    width: 100%;}
.introduce-img-title {
    background-color: #d5d4d4;
    line-height: 50px;
    padding: 0 20px;
    color: #000;}
.introduce-text {
    width: 45%;
    padding-left: 30px;}
.introduce-title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #919090;
    line-height: 40px;}
.introduce-title {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 3px solid #a72b2f;}

.introduce-img-box img{
    position: relative;
    height: 300px;
    width: 100%;
    object-fit: cover;
    z-index: 100;}
.introduce-list1 {
    margin-top: 20px;
    min-height: 287px;}
.introduce-list {
    margin-top: 20px;
    min-height: 155px;}
.home-list-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 40px;
    font-size: 16px;
    border-bottom: 1px dotted #000;}
.list-title {
    position: relative;
    width: 80%;
    padding-left: 16px;}
.list-title::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #aa3934;
    transform: translate(0 , -50%);}

.list-addtime {
    width: 20%;
    text-align: right;}

.no-data {
    text-align: center;
    color: #666;}








/* 学校要闻end */

/*  */
.section-wrap {}
.section-top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 10px solid #bc1227;}

.section-left {
    width: 50%;
    padding-right: 20px;}

.section-right {
    width: 50%;
    padding-left: 20px;}

.section-list-wrap {
    display: block;
    width: 100%;
    position: relative;}

.section-title-wrap {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #919090;
    line-height: 40px;}
.section-list-wrap {
    line-height: 30px;
    border-bottom: 1px dotted #919090;
    padding: 0 20px;}

.section-list-wrap::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 6px;
    width: 5px;
    height: 5px;
    background-color: #aa3934;
    transform: translate(0 , -50%);}


.item-padding {
    background-color: #fff;
	height: 30px;}




/*  */



/* 底部start */
.footer-wrap {
    padding: 30px 0;
    background-color: #bd0d25;
    color: #fff;}
.footer-box {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}
.footer-box-left {
    width: 320px;}
.footer-logo {
    display: inline-block;
    width: 100%;
    height: 60px;
    vertical-align: middle;
    margin-bottom: 15px;
    background: url(../images/logo/logo.jpg) no-repeat center;}
.footer-item {
    width: calc(100% - 320px);
    display: flex;
    justify-content: space-between;
    border-left: 1px solid #fff;}
.footer-left {
    width: 80%;
    padding-left: 20px;}
.footer-right {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;}
.footer-img {
    margin: 0 20px;
    height: 100px;
    width: 100px;
    background-color: #fff;}
.footer-img img{
    height: 100%;
    width: 100%;}
.footer-bottom-name {
    text-align: center;}
/* 底部end */



@media screen and (max-width: 1280px){
    .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;}
    .link-logo {
        width: 400px;
        height: 60px;
        margin: 10px 0 10px 20px;}
    .swiper-text {
        position: absolute;
        bottom: 60px;
        left: 50%;
        transform: translate(-50% , 0);
        color: #fff;
        z-index: 99;
        font-size: 26px;
        font-weight: 700;
        letter-spacing: 3px;}
    .logo-name {
        font-size: 22px;
        margin-left: 0;}
}

@media screen and (max-width: 767px){
    .link-more {
        margin-top: 20px;
        text-align: center;}
    .header-top-left {
        width: 100%;
        flex-wrap: wrap;}
    .header-top-right {
        display: none;}
    .link-logo {
        display: block;
        width: 200px;
        margin-top: 10px;
        margin-left: 30px;
        background-size: 100% 70%;}
    .logo-name {
        display: block;
        margin: 10px;
        font-size: 18px;}
    .home-swiper .swiper-slide img{
        width: 100%;
        height: auto;
        display: block;}
    .introduce-item {
        padding: 0 10px;}
    
    .introduce-text .question {
        font-size: 20px;}
    .introduce-img {
        width: 100%;
        margin-top: 10px;}
    .introduce-img::after{
        position: absolute;
        width: 0;
        height: 0;}
    .teacher-wrap {
        padding: 30px 0 30px 0;}
    .teacher-title {
        margin-bottom: 20px;}
    .teacher-box .teacher-name{

        font-size: 18px;}
    .news-wrap {
        padding: 30px 0;}
    .news-box {
        width: 100%;}
    .news-name {
        font-size: 18px;
        height: 44px;}
    .score-wrap {
        padding: 30px 0;}
    .score-title {
        margin: 0 10px 10px 10px;}
    .score-tip {
        margin-bottom: 20px;}
    .score-box {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 20px;}
    .environment-wrap {
        padding: 30px 0;}
    .environment-item {
        justify-content: center;
        padding: 0 10px;}
    .environment-title {
        margin: 0 0 30px 0;}
    .environment-img {
        margin-top: 1%;
        width: 100%;
        height: auto;}
    .footer-left {
        width: 100%;
        padding: 0 20px;}
    .footer-right {
        width: 100%;
        margin-top: 20px;}
    .introduce-img img {
        height: auto;}
    .swiper-text {
        bottom: 40px;
        font-size: 20px;}
    .introduce-title-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 2px solid #919090;
        line-height: 40px;}
    .introduce-text {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;}
    .introduce-list1 {
        margin-top: 20px;
        min-height: auto;
        margin-bottom: 20px;}
    .introduce-list {
        margin-top: 20px;
        min-height: auto;
        margin-bottom: 20px;}
    .section-left {
        width: 100%;
        padding-right: 0;}
    .section-right {
        width: 100%;
        padding-left: 0;}
    .footer-wrap {
        margin-top: 30px;}
    .footer-item {
        flex-wrap: wrap;
        border: none;}
    .footer-box-left {
        width: 100%;}
    .footer-item {
        width: 100%;}
    .footer-left {
        width: 100%;
        padding-left: 0;
        text-align: center;
        line-height: 26px;}
    .footer-right {
        width: 100%;}
}

@media screen and (max-width: 480px){
    .swiper-text {
        bottom: 20px;
        font-size: 14px;}
    .section-left {
        width: 100%;
        padding-right: 0;}
    .section-right {
        width: 100%;
        padding-left: 0;}
    .introduce-list1 {
        margin-top: 20px;
        min-height: auto;}
    .introduce-list {
        margin-top: 20px;
        min-height: auto;}
    .introduce-text {
        width: 100%;
        padding-left: 0;
        margin-bottom: 20px;}
    .list-addtime {
        width: 100%;
        text-align: left;
        margin-left: 20px;}
    .list-title {
        position: relative;
        width: 100%;
        padding-left: 16px;}
    .introduce-img {
        margin-top: 10px;
        width: 100%;}
    .footer-wrap {
        margin-top: 30px;}
    .footer-item {
        flex-wrap: wrap;}
    .footer-box-left {
        width: 100%;}
    .footer-item {
        width: 100%;}
    .footer-left {
        width: 100%;
        padding-left: 20px;}
    .footer-right {
        width: 100%;}
    .header .mb-nav-bar {
		position: absolute;
		z-index: 1000;
		top: 10px;
		right: 0;
		display: inline-block;
		padding: 15px;}
	.header .mb-nav-bar.hover {
		color: #fff;
		background-color: #009bbd;}
	.header .mb-nav-bar .icon-bar {
		display: block;
		width: 25px;
		height: 3px;
		margin: 5px 0;
		transition: all .4s;
		border-radius: 10px;
		background-color: #fff;}
	.header .mb-nav-bar.hover .icon-bar {
		transition: all .4s;
		background-color: #fff;}
	.header .mb-nav-bar.hover .icon-bar:nth-child(1) {
		transform: rotate(45deg) translate(8px, 6px);}

	.header .mb-nav-bar.hover .icon-bar:nth-child(2) {
		opacity: 0;}

	.header .mb-nav-bar.hover .icon-bar:nth-child(3) {
		transform: rotate(-45deg) translate(5px, -3px);}

	.header.fix .mb-nav-bar .icon-bar {
		background-color: #fff;}
	.header nav {
		position: fixed;
		z-index: 999;
		top: 0;
		left: -100%;
		overflow-y: scroll;
		width: 95vw;
		height: 100vh;
		padding: 30px 20px;
		transition: left .4s;
		background-color: rgba(0, 0, 0, .9);}
    .header nav .nav-link.active {
        color: #fff;}
	.header nav.show {
		left: 0;
		transition: left .4s;}
	.header nav > li {
		float: initial;
		margin: 0;
		padding-bottom: 0;}
	.header nav > li > a {
		font-size: 18px;
		font-weight: bold;
		display: block;
		margin: 10px 0 0 0;
		padding-bottom: 10px;
		color: #fff;
		border-bottom: 1px solid #fff;}
    .header nav li a.nav-link {
        font-size: 16px;
        display: block;
        width: 100%;
        padding: 15px 0;
        color: #fff;
        font-weight: 700;}
    .header nav > li {
        position: relative;
        list-style: none;
        width: 100%;
        text-align: left;}
	.header nav > li::after {
		display: none;}
	.header nav ol {
		position: relative;
		top: 0;
		display: block;
		padding: 10px 20px 10px;}
	.header nav ol li {
		white-space: pre-wrap;}
	.header nav ol li:last-child {
		margin: 0;}
	.header nav ol > li a::after {
		content: initial;}
	.header nav ol li a {
		font-size: 16px;
		margin: 20px 0;}
    .footer-box {
        width: 100%;}
    .footer-img {
        margin: 0 auto;
        text-align: center;}
    .footer-bottom-name {
        margin: 10px;}
}