@font-face {
	font-family: 'iconfont';
	/* project id 1930924 */
	src: url('//at.alicdn.com/t/font_1930924_d0hr8z9oisc.eot');
	src: url('//at.alicdn.com/t/font_1930924_d0hr8z9oisc.eot?#iefix') format('embedded-opentype'),
		url('//at.alicdn.com/t/font_1930924_d0hr8z9oisc.woff2') format('woff2'),
		url('//at.alicdn.com/t/font_1930924_d0hr8z9oisc.woff') format('woff'),
		url('//at.alicdn.com/t/font_1930924_d0hr8z9oisc.ttf') format('truetype'),
		url('//at.alicdn.com/t/font_1930924_d0hr8z9oisc.svg#iconfont') format('svg');
}

.iconfont {
	font-family: "iconfont";
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

* {
	box-sizing: border-box;
}

.topLight{
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 1000;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,.6);
    -webkit-transition:all .5s;
    opacity: 0;
    visibility: hidden;
}

.topLight.active{
    opacity: 1;
    visibility: visible;
}

.topic_singe{
    background: rgba(255,255,255,.8);
    backdrop-filter: blur(10px);
    padding: 50px 5%;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0,0,0,.05);
    font-size: 18px;
    line-height: 2;
}

.topic_singe .name{
    font-size: 28px;
    text-align: center;
    position: relative;
    color: #219bec;
    font-weight: bold;
    margin-bottom: 25px;
}
.topic_singe strong{
    font-size: 24px;
}
.topic_singe img{
    display: inline-block;
    width: 600px;
}

.topImg{
    width: 486px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
}

.topImg .closeTop{
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 50%;
    right: -30px;
    top: -30px;
    -webkit-transition:all .5s;
}

.topImg .closeTop:hover{
    -webkit-transform: rotate(45deg);
}

.topic_box{
    background: url(../images/topic_bg.jpg) center top no-repeat;
    background-attachment: fixed;
}

.topic_banner{
    width: 100%;
    position: relative;
    margin-top: 70px;
}

.topic_banner .imgs{
    width: 600px;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    top: 15%;
}

.topic_name{
    width: 312px;
    height: auto;
    margin: 0px auto;
    margin-bottom: 3vw;
}

.topic_time{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.topic_time .top{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.topic_time .focusTop{
    width: 60%;
    background: rgba(255,255,255,.5);
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 25px;
}

.topic_time .focusTop:last-child{
    width: 38%;
}

.focusTop .name{
    width: 100%;
    height: auto;
    position: relative;
    color: #fff;
    padding: 15px 25px;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    width: auto;
    border-radius: 0px 100px 0px 0px;
    padding-right: 55px;
    background: linear-gradient(90deg, #219ced, #35b7f3);
    line-height: 1.6;
    margin-bottom: 25px;
}

.focusTop:last-child .name{
    font-size: 16px;
}
.focusTop:first-child .name{
    height: auto;
    line-height: 32px;
    position: relative;
}
.focusTop:first-child .thum{
    width: 100%;
    /*height: calc(100% - 90px);*/
    height: auto;
    position: relative;
    overflow: hidden;
}

.focusTop:first-child .thum .pic{
    height: 100%;
    position: relative;
}

.focusTop:hover .pic,.yfSwiper a:hover .pic{
    -webkit-transform: scale(1.05);
}

.focusTop .thum .pic,.yfSwiper .pic{
    background: center center no-repeat;
    background-size: cover;
    -webkit-transition:all .5s;
}
.focusTop .thum,.yfSwiper a .thum{
    overflow: hidden;
}
.focusTop .thum img{
    max-width: none;
    width: 100%;
}

.focusTop .des{
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 25px;
}

.topic_time .bottom{
    position: relative;
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 50px;
}

.yfSwiper a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    background: rgba(255,255,255,.5);
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 15px;
}

.yfSwiper .name{
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
    font-size: 16px;
    position: relative;
    color: #219bec;
    margin-top: 10px;
}

.yfSwiper{
    padding-bottom: 50px;
}

.seeSwiper .swiper-slide{
    display: flex;
    justify-content: space-between;
}

.seeSwiper .swiper-slide .left{
    width: 50%;
}

.seeSwiper .swiper-slide .left a{
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    background: rgba(255,255,255,.5);
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 15px;
}

.seeSwiper .swiper-slide .left a .name{
    width: 100%;
    height: 90px;
    line-height: 30px;
    font-size: 20px;
    position: relative;
    left: 0px;
    bottom: 0px;
    padding: 15px;
    color: #219bec;
}

.seeSwiper .swiper-slide .left a .thum{
    width: 100%;
    height: calc(100% - 75px);
    overflow: hidden;
        min-height: 45vh;
}

.seeSwiper .swiper-slide .left a .thum .pic{
    height: 100%;
    background: center center/cover no-repeat;
    -webkit-transition:all .5s;
}

.seeSwiper .swiper-slide .left a:hover .thum .pic{
    -webkit-transform: scale(1.05);
}



.seeSwiper .swiper-slide .left a .thum .pic img{
    display: none;
}

.seeSwiper .swiper-slide .right{
    width: calc(50% - 20px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: self-start;
}

.seeSwiper .swiper-slide .right a{
    width: calc(50% - 10px);
    display: block;
    position: relative;
    background: rgba(255,255,255,.5);
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
}

.seeSwiper .swiper-slide .right a:nth-child(n+3){
    margin-bottom: 0px;
}

.seeSwiper .swiper-slide .right a .thum{
    margin-bottom: 10px;
    overflow: hidden;
}

.seeSwiper .swiper-slide .right a .thum .pic{
    background: center center/cover no-repeat;
    -webkit-transition:all .5s;
}

.seeSwiper .swiper-slide .right a:hover .thum .pic{
    -webkit-transform: scale(1.05);
}

.seeSwiper .swiper-slide .right a .name{
    font-size: 16px;
    line-height: 1.6;
    color: #219bec;
}

.seeSwiper{
    margin-bottom: 100px;
    position: relative;
    padding-bottom: 50px;
}

.topic_images{
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 100px;
}

.topic_images ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.topic_images ul li{
    width: 32%;
    position: relative;
    margin-right: 2%;
    margin-bottom: 2vw;
}

.topic_images ul li:nth-child(3n){
    margin-right: 0%;
}

.topic_images ul li .name{
    width: 100%;
    height: auto;
    position: relative;
    color: #219bec;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 10px;
}

.topic_images ul li .thum{
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.topic_images ul li .second{
    display: none;
    position: relative;
}

.topic_images ul li .pic{
    background: center center no-repeat;
    background-size: cover;
    -webkit-transition:all .5s;
}

.topic_images ul li:hover .pic{
    -webkit-transform: scale(1.05);
}

.newsList{
	margin-top: 2vw;
}

.newsList ul li {
	background: #f9f9f9;
	margin-bottom: 25px;
	border-radius: 5px;
}

.newsList ul li a {
	display: flex;
	width: 100%;
	height: auto;
	justify-content: space-between;
	padding: 25px;
}

.newsList ul li a .time {
	width: 100px;
	height: 100px;
	background: #035ea3;
	color: #fff;
	text-align: center;
	font-family: PTDIN;
	border-radius: 5px;
}

.newsList ul li a .time b {
	display: block;
	font-size: 32px;
	padding-top: 25px;
}

.newsList ul li a .info {
	width: calc(100% - 125px);
}

.newsList ul li a .info .name {
	width: 100%;
	height: auto;
	position: relative;
	font-size: 18px;
	line-height: 35px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsList ul li a .info .des {
	width: 100%;
	height: auto;
	line-height: 1.7;
	padding-top: 10px;
	opacity: .7;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news_list:after,
.shicai:after,
#distpicker3::after {
	clear: both;
	width: 100%;
	height: 1px;
	display: block;
	content: '';
}


.newsList ul li {
	background: #fff;
	margin-bottom: 25px;
	border-radius: 5px;
}

.newsList ul li a {
	display: flex;
	width: 100%;
	height: auto;
	justify-content: space-between;
	padding: 25px;
}

.newsList ul li a .time {
	width: 100px;
	height: 100px;
	background: #035ea3;
	color: #fff;
	text-align: center;
	font-family: PTDIN;
	border-radius: 5px;
}

.newsList ul li a .time b {
	display: block;
	font-size: 32px;
	padding-top: 25px;
}

.newsList ul li a .info {
	width: calc(100% - 125px);
}

.newsList ul li a .info .name {
	width: 100%;
	height: auto;
	position: relative;
	font-size: 18px;
	line-height: 35px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsList ul li a .info .des {
	width: 100%;
	height: auto;
	line-height: 1.7;
	padding-top: 10px;
	opacity: .7;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

@font-face {
	font-family: PTDIN;
	src: url(../fonts/PTDINCondensedCyrillic.ttf)
}

/* AlibabaSans-Heavy */
@font-face {
	font-family: Arciform;
	src: url(../fonts/AlibabaSans-Light.otf)
}

body.home {
	background: #f4f4f4;
}

.hqList{
	width: 100%;
	margin-top: 2vw;
}
.hqList ul{
	display: flex;
	flex-wrap: wrap;
}
.hqList ul li{
	width: 23.5%;
	height: auto;
	position: relative;
	margin-right: 2%;
	margin-bottom: 20px;
	background: center center;
    background-size: cover;
    border-radius: 5px;
    overflow: hidden;
}

.hqList ul li:nth-child(4n){
	margin-right: 0%;
}
.hqList ul li .name{
	line-height: 40px;
    text-align: center;
    font-size: 16px;
    padding-right: 30px;
    padding: 5px;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: '';
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,.0) 0%, rgba(0,0,0,.8) 100%);
    z-index: 0;
    color: #fff;
}
.hqList ul li .name .icon{
	display: none;
}
.banner {
	height: 46vw;
	position: relative;
	margin-top: 70px;
}

.banner .swiper-slide {
	overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
	width: 50px;
	height: 50px;
	-webkit-transition: all .5s;
	-webkit-transform: translateX(0px);
}
.teamSwiper{
	display: none;
}
.slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center center
}

.swiper-button-prev:hover {
	-webkit-transform: translateX(-15px);
}

.swiper-button-next:hover {
	-webkit-transform: translateX(15px);
}

.swiper-button-next:hover:before,
.swiper-button-prev:hover:before {
	width: 30px;
}

.swiper-button-next:before,
.swiper-button-prev:before {
	width: 0px;
	height: 2px;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	content: '';
	background: #fff;
	-webkit-transition: all .5s;
	left: 20px;
}

.swiper-button-next:before {
	left: auto;
	right: 20px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 10px;
	top: 10px;
	background: url(../images/jt_right.png) no-repeat;
	background-size: cover;
	content: '';
}

.swiper-button-next:after {
	background-image: url(../images/jt_left.png);
}

.warp {
	width: 90%;
	height: auto;
	position: relative;
	margin-left: 5%;
	z-index: 5;
}

.boxes {
	width: 100%;
	height: auto;
	background: #fff;
	position: relative;
}

.boxes.b1 {
	margin-top: -5vw;
	display: flex;
	background: transparent;
}

.b1_box {
	width: 50%;
	height: auto;
	background: #fff;
	padding: 3vw;
	border-radius: 0px 3vw 0px 0px;
	position: relative;
}

.b1_box:nth-child(2) {
	border-radius: 3vw 0px 0px 0px;
}

.common_title {
	width: 100%;
	height: auto;
	color: #035ea3;
}

.common_title.abs {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	text-align: center;
	color: #fff;
}

.common_title b {
	font-size: 30px;
	display: block;
	line-height: 1;
}

.common_title p {
	font-size: 24px;
	font-family: Arciform;
	text-transform: uppercase;
}

.b1_box .des {
	width: 100%;
	height: auto;
	line-height: 2;
	font-size: 16px;
	margin: 1vw 0px 1vw;
}

.common_more {
	width: 150px;
	height: auto;
	border: 1px solid #035ea3;
	border-radius: 40px;
	line-height: 45px;
	text-align: center;
	display: block;
	margin-bottom: 2vw;
	font-size: 16px;
	cursor: pointer;
}

.common_more:hover {
	background: #035ea3;
	color: #fff;
}

.common_more.active,
.common_more.active:hover {
	background: #ccc;
	border: 1px solid #ccc;
	color: #fff;
	cursor: no-drop;
}

.b1_show {
	width: 49%;
	height: 14vw;
	background: #035ea3;
	color: #fff;
	display: block;
	position: relative;
	border-radius: 0px 0px 25px 0px;
	overflow: hidden;
}

.b1_show::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/cbg-1.jpg) no-repeat;
	background-size: cover;
	content: '';
}

.b1_show:nth-child(2)::before {
	background-image: url(../images/cbg-2.jpg)
}

.sub_title {
	width: auto;
	height: auto;
	position: absolute;
	left: 35px;
	top: 50%;
	font-size: 24px;
	padding-bottom: 15px;
	-webkit-transform: translateY(-50%);
	color: #fff;
	-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.sub_title p {
	font-size: 18px;
	text-transform: uppercase;
	font-family: Arciform;
}

.sub_title::after {
	width: 30px;
	height: 2px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: '';
	background: #fff;
}

.b2_box {
	display: flex;
	padding: 0px 3vw 3vw;
	background: #fff;
	justify-content: space-between;
}

.b1_box .img {
	position: relative;
	width: 450px;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);

}

.b1_box .img img,
.bg2,
.edu_box .list a .thum .pic img {
	max-width: auto;
	width: 100%;
}

.b1_show .icon {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 35px;
	bottom: 35px;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	-webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-transform: scale(0);
}

.boxes.b2 {
	background: #fff;
	padding: 3vw;
}

.b3_box {
	display: flex;
	justify-content: space-between;
	margin-top: 2vw;
}

.b3_box .focus,
.b3_box .list {
	width: 49%;
	height: auto;
}

.b3_box .focus .thum,
.edu_box .list a .thum,
.teachers ul li .thum {
	width: 100%;
	border-radius: 0px 0px 15px 0px;
	overflow: hidden;
}

.b3_box .focus .thum .pic,
.b3_box .list a .thum .pic,
.news_list a .thum .pic,
.edu_box .list a .thum .pic,
.teachers ul li .thum .pic {
	width: 100%;
	background: center center no-repeat;
	background-size: cover;
	-webkit-transition: all .5s;
}

.b3_box .focus .thum .pic img {
	max-width: auto;
	width: 100%;
}

.edu_box .list a:hover .pic {
	-webkit-transform: scale(1.05);
}

.b3_box .focus .info {
	width: 100%;
	height: auto;
	padding: 1vw 0px;

}

.b3_box .focus .info .time,
.b3_box .list a .info .time {
	width: 100%;
	font-size: 14px;
	line-height: 2;
	opacity: .5;
}

.b3_box .focus .info .name,
.b3_box .list a .info .name {
	width: 100%;
	height: auto;
	line-height: 2;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.b3_box .focus .info .des {
	width: 100%;
	height: auto;
	line-height: 1.7;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	opacity: .7;
}

.b3_box .list a {
	display: flex;
	justify-content: space-between;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 25px;
}

.b3_box .list a:last-child {
	padding-bottom: 0px;
	border-bottom: none;
	margin-bottom: 0px;
}

.b3_box .list a .thum {
	width: 35%;
	border-radius: 0px 0px 15px 0px;
	overflow: hidden;
}

.b3_box .list a .info {
	width: 63%;
}

.b3_box .list a .info .name {
	font-size: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	white-space: break-spaces;
	line-height: 1.7;
	-webkit-box-orient: vertical;
}

.b3_box .list a .info .time {
	margin-top: 10px;
}

.boxes.b4 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.boxes.b4 a {
	display: block;
	width: calc(50% - 5px);
	height: auto;
	position: relative;
	margin-bottom: 10px;
}

.boxes.b4 a .thum {
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #000;
}

.boxes.b4 a .pic {
	width: 100%;
	height: auto;
	background: center center no-repeat;
	background-size: cover;
	opacity: .6;
}

.boxes.b4 a .title {
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	text-align: center;
	color: #fff;
}

.boxes.b4 a .title b {
	font-size: 24px;
}

.boxes.b4 a .title p {
	font-size: 18px;
	text-transform: uppercase;
	font-family: Arciform;
}

.boxes.b4 a .more {
	width: 150px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: scale(0);
}

.boxes.b5 {
	padding: 3vw 0px;
}

.campus {
	margin-top: 2vw;
	overflow: hidden;
}

.campus img {
	max-width: auto;
	width: 100%;
}

.campus .swiper-slide {
	background: center center no-repeat;
	background-size: cover;
	border-radius: 10px;
}

.campus .swiper-slide:hover .name {
	background: #035ea3;
	color: #fff;
}

.campus .swiper-slide .name {
	width: 170px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	bottom: 25px;
	background: #fff;
	border-radius: 50px;
	color: #035ea3;
	border: 2px solid #035ea3;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	padding-right: 30px;
}

.campus .swiper-slide .name p {
	width: 140px;
	height: 40px;
	display: block;
	line-height: 40px;
	text-align: center;
}

.campus .swiper-slide .name .icon {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 0px;
	top: 0px;
	-webkit-transform: rotate(90deg);
	font-size: 14px;
}

.b6_box {
	padding: 3vw;
	width: 100%;
	height: auto;
	position: absolute;
	top: 55%;
	-webkit-transform: translateY(-50%);
	color: #fff;
	text-align: center;
}

.b6_box .img {
	display: inline-block;
}

.b6_box .name {
	width: 100%;
	text-align: center;
	font-size: 24px;
	line-height: 2;
	padding: 1vw 0px .5vw;
}

.b6_box .des {
	font-size: 16px;
	line-height: 1.7;
}

.b6_box .name b {
	font-size: 24px;
}

.b6_box .name p {
	font-size: 18px;
	text-transform: uppercase;
	font-family: Arciform;
}

.b6_box .bar {
	display: flex;
	justify-content: space-between;
	width: 70%;
	margin-left: 15%;
	margin-top: 5vw;
}

.b6_box .bar a {
	display: block;
	width: 50%;
	height: auto;
	background: #fff;
	padding: 35px 25px;
	position: relative;
	font-size: 36px;
	border-radius: 0px 0px 0px 15px;
}

.b6_box .bar a:last-child {
	background: #31992b;
	border-radius: 0px 15px 0px 0px;
}

.b6_box .bar a:first-child .icon {
	color: #31992b;
}

.b6_box .bar a .title {
	text-align: left;
}

.b6_box .bar a .title b {
	font-size: 20px;
}

.b6_box .bar a .title p {
	font-size: 14px;
	text-transform: uppercase;
	font-family: Arciform;
}

.b6_box .bar a:first-child .title {
	color: #31992b;
}

.b6_box .bar a .icon {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 35px;
	top: 50%;
	margin-top: -25px;
	line-height: 50px;
	text-align: center;
}

.boxes.b7 {
	background: url(../images/bg3.jpg) center center no-repeat;
	background-attachment: fixed;
	padding: 3vw;
	color: #fff;
	margin-bottom: 5vw;
}

.boxes.b7 .info {
	width: 50%;
	height: auto;
	margin: 7vw 0px;
	position: relative;
}

.boxes.b7 .info .p {
	font-size: 14px;
	line-height: 2;
}

.boxes.b7 .info .b {
	font-size: 30px;
	line-height: 1.4;
	margin-bottom: 25px;
	display: block;
}

.boxes.b7 .info .des {
	font-size: 16px;
	line-height: 1.7;
}

.boxes.b7 .more {
	width: 60px;
	height: 60px;
	position: relative;
	margin-top: 5vw;
	display: block;
	margin-left: 50px;
	cursor: pointer;
}

.boxes.b7 .more::after,
.boxes.b7 .more::before {
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	position: absolute;
	left: -1px;
	top: -1px;
	content: '';
	border-radius: 50%;
	-webkit-animation: scaleAnimate 2s linear infinite;
	opacity: 0;
}

.boxes.b7 .more::after {
	-webkit-animation-delay: .5s;
}

@-webkit-keyframes scaleAnimate {
	0% {
		-webkit-transform: scale(1);
		opacity: 0;
	}

	50% {
		-webkit-transform: scale(1.5);
		opacity: 0.7;
	}

	100% {
		-webkit-transform: scale(2);
		opacity: 0;
	}
}

.boxes.b7 .more span {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #fff;
	border-radius: 50%;
}

.boxes.b7 .more span::after {
	width: 0px;
	height: 0px;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #035ea3;
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
}

.footer {
	width: 100%;
	height: auto;
	padding: 50px 5%;
	display: flex;
	justify-content: space-between;
	background: #f9f9f9;
	border-top: 5px solid #31992b;

}

.footer .fl {
	width: 200px;
}

.footer .fr {
	width: auto;
}

.footer .fr ul {
	display: flex;
	justify-content: space-between;
}

.footer .fr ul li {
	width: auto;
	text-align: center;
	line-height: 30px;
}

.footer .fr ul li a {
	display: block;
	padding: 0px 1.6vw;
}

.footer .fr ul li a:first-child {
	font-weight: bold;
}

.footer .fr ul li a:hover {
	color: #035ea3;
}

.footer .socail {
	width: 100%;
	height: auto;
	position: relative;
}

.footer .socail a {
	display: block;
	border-radius: 45px;
	height: 45px;
	border: 1px solid #0057a4;
	margin-bottom: 15px;
	position: relative;
}

.f_logo {
	margin-bottom: 25px;
}

.footer .socail a .icon {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 10px;
	top: 0px;
	font-size: 28px;
	color: #0057a4;
	line-height: 41px;
	text-align: center;
}

.footer .socail a .txt {
	position: absolute;
	line-height: 45px;
	left: 55px;
	text-align: left;
}

.footer .socail a .img {
	position: absolute;
	width: 100px;
	height: auto;
	background: #fff;
	left: 50%;
	margin-left: -50px;
	top: -110px;
	display: none;
	border: 1px solid rgba(0, 0, 0, .1);
}

.footer .socail a:hover .img {
	display: block;
}

.copyright {
	width: 100%;
	height: auto;
	line-height: 45px;
	background: #ececec;
}

.copyright .box {
	padding: 0px 5vw;
	font-size: 12px;
	color: rgba(0, 0, 0, .3);
}

.copyright .box .sw {
	float: right;
}

.boxes.b6 {
	position: relative;
	z-index: 5;
}

.boxes.b6::after {
	width: 100%;
	height: 11px;
	background: url(../images/wave.png) repeat-x;
	content: '';
	position: absolute;
	left: 0px;
	bottom: -11px;
	-webkit-animation: wave 16s linear infinite;
}

@-webkit-keyframes wave {
	from {
		background-position: 0% 0%;
	}

	to {
		background-position: 100% 0%;
	}
}

.sub_banner {
	position: relative;
	background: #000000;
	margin-top: 70px;
}

.sub_banner img {
	opacity: .7;
}

.sub_menu {
	width: 100%;
	height: auto;
	line-height: 70px;
	text-align: center;
}

.sub_menu a {
	display: inline-block;
	width: auto;
	padding: 5px 35px;
	line-height: 35px;
	border: 1px solid #0057a4;
	color: #0057a4;
	border-radius: 3px;
	margin: 0px 5px;
}

.sub_menu a:hover,
.sub_menu a.active {
	background: #0057a4;
	color: #fff;
}

.news_list {
	width: 100%;

}

.news_list a {
	display: flex;
	justify-content: space-between;
	padding: 3vw 5%;
}

.news_list a:hover {
	background: #f9f9f9;
}

.news_list a .thum {
	width: 235px;
	height: auto;
	overflow: hidden;
	border-radius: 0px 0px 15px 0px;

}

.news_list a .info {
	width: calc(100% - 425px);
}

.news_list a .info .name {
	width: 100%;
	height: auto;
	line-height: 1.4;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.news_list a .info .des {
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 1.7;
	opacity: .7;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.news_list a .time {
	width: 150px;
	height: auto;
	position: relative;
	text-align: right;
	font-family: PTDIN;
}

.news_list a .time::after {
	width: 1px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, .1);
	content: '';
}

.news_list a .time b {
	display: block;
	font-size: 28px;
	opacity: .7;
}

.news_list a .time p {
	opacity: .5;
}

.detail_page {
	width: 100%;
	background: #f4f4f4;
	position: relative;
	padding: 3vw;
}

.detail_box {
	width: 1200px;
	height: auto;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
}

.detail_box .dpl {
	width: 900px;
	height: auto;
	background: #fff;
	padding: 50px 25px;
}

.detail_box .dpr {
	width: 275px;
	height: auto;
	background: #fff;
	align-self: flex-start;
}

.detail_box .dpr .title {
	background: #035ea3;
	color: #fff;
	line-height: 55px;
	font-size: 16px;
	font-weight: bold;
	text-indent: 20px;
}

.detail_box .dpr .list {
	width: 100%;
	height: auto;
	padding: 20px;
}

.detail_box .dpr .list a {
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.detail_box .dpr .list a:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}

.detail_box .dpr .list a .name {
	width: 100%;
	height: auto;
	line-height: 1.4;
}

.detail_box .dpr .list a .time {
	opacity: .5;
	line-height: 1.7;
}

.detail_box .dpl .title {
	font-size: 24px;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 10px;
}

.detail_box .dpl .info {
	text-align: center;
	opacity: .5;
	line-height: 1.7;
}

.single_page {
	font-size: 16px;
	line-height: 2;
}

.ndc_detail p,
.single_page img,
.single_page p {
	margin-bottom: 15px;
}

.single_page img {
	display: inline-block;
	margin-bottom: 0px;
}

.contact_box {
	padding: 3vw 0vw;
	background: #F4F4F2;
}

.contact_box .box {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;

}

.contact_box .cbl {
	width: 350px;
	height: auto;
	background: #fff;
	padding: 35px 25px;
}

.cbl ul li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 30px;
}

.cbl ul li:last-child {
	padding-bottom: 0px;
	border-bottom: none;
	margin-bottom: 0px;
}

.cbl ul li .icon {
	width: 50px;
	height: 50px;
	line-height: 40px;
	text-align: center;
	font-size: 36px;
	color: #035ea3;
}

.cbl ul li .info {
	width: calc(100% - 60px);
}

.cbl ul li .info .b {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.cbl ul li .info .p {
	line-height: 1.4;
	font-family: Arciform;
}

.contact_box .cbr {
	width: calc(100% - 370px);
	background: #fff;
	border: 1px solid #fff;
}

.cbl ul li:nth-child(2) .icon {
	font-size: 28px;
}

.cbl ul li:nth-child(1) .icon {
	font-size: 32px;
}

.header {
	width: 100%;
	height: 70px;
	padding: 0px 5%;
	position: fixed;
	background: #fff;
	display: flex;
	justify-content: space-between;
	z-index: 500;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
	align-items: center;
}

.header .logo {
	width: 220px;
}

.header .nav {
	width: calc(100% - 300px);
}

.header .nav ul {
	display: flex;
	width: 100%;
	align-items: center;
}

.header .nav ul li {
	display: block;
	width: 10%;
	text-align: center;
	position: relative;
	line-height: 70px;
}

.header .nav ul li:nth-child(4) {
	width: 12%;
}

.header .nav ul li a {
	display: block;
}

.header .nav ul li .list {
	position: absolute;
	width: 100%;
	height: auto;
	background: #fff;
	line-height: 35px;
	-webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	top: 90px;
	opacity: 0;
	visibility: hidden;
	border-top: 3px solid #31992b;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, .05);
}

.header .nav ul li:hover .list {
	top: 70px;
	opacity: 1;
	visibility: visible;
}

.header .nav ul li .list a:hover {
	color: #035ea3;
}

.header .nav ul li .first {
	position: relative;
	font-size: 16px;
	/* -webkit-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1); */
	transition: 0.36s ease;
	box-shadow: 0 0 0 rgba(212, 60, 226, 0.2);
}

.header .nav ul li .first a {
	position: relative;
}

.header .nav ul li .first::before {
	width: 45px;
	height: 41px;
	position: absolute;
	left: 50%;
	top: 30%;
	-webkit-transform: translate(-50%, -50%);
	background: url(../images/yibing_icon1.png);
	background-size: cover;
	content: '';
	opacity: 0;
	-webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.header .nav ul li:hover .first {
	/* box-shadow: 0px 0px 10px rgba(0, 0, 0, .05); */
	box-shadow: 0 10px 36px rgba(212, 60, 226, 0.13);
}

.header .nav ul li:hover .first::before,
.header .nav ul li.active .first::before {
	opacity: 1;
	top: 40%;
}

.about_box {
	width: 100%;
	height: auto;
	padding: 0vw 0%;
	background: #F4F4F2;

}

.boxes.b20 {
	padding: 5vw 0px;
}

.common_title.c {
	text-align: center;
}

.single_page.c {
	text-align: center;
}

.show_num {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.show_num ul {
	display: block;
	width: 100%;
	height: 100%;
	position: relative
}

.show_num ul li {
	width: 25%;
	height: 100%;
	float: left;
	position: relative;
	text-align: center
}

.show_num ul li p {
	font-size: 16px;
	line-height: 25px;
	display: block;


	position: relative
}

.show_num ul li b {
	font-size: 16px;

	position: relative
}

.show_num ul li b span {
	font-size: 70px;
	font-family: LemonMilk;
	text-shadow: 10.88px 8.81px 10px rgba(37, 60, 154, .17);

}

.show_num ul li .icon {
	width: 60px;
	height: 60px;
	position: relative;
	margin: 0px auto;
	line-height: 60px;
	font-size: 48px;
	opacity: .7;
	color: #035ea3;
}

.intro_box {
	width: 50%;
	height: auto;
	position: relative;
	background: #035ea3;
	color: #fff;
	padding: 3vw;
	padding-top: 5vw;
}

.boxes.b7.p0 {
	padding: 0px;
}

.intro_box .common_title {
	color: #fff;
}

.man_box {
	width: 100%;
	height: auto;
	display: flex;
	margin-top: 3vw;
	justify-content: space-between;
}

.man_box .thum {
	width: 400px;
	height: auto;
	overflow: hidden;
}

.man_box .thum .pic {
	background: center center no-repeat;
	background-size: cover;
}

.man_box .info {
	width: calc(100% - 600px);
	background: url(../images/dw.png) bottom right no-repeat;
}

.man_box .info .name {
	width: 100%;
	height: auto;
	line-height: 2;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 25px;
}

.man_box .info .name b {
	font-size: 24px;
}

.man_box .info .name p {
	display: inline-block;
	font-size: 14px;
	margin-left: 10px;
}

.man_box .info .des {
	width: 100%;
	height: auto;
	line-height: 2;
	font-size: 16px;
}

.man_box .list {
	width: 150px;
	height: auto;
	background: #035ea3;
}

.man_box .list ul li {
	display: block;
	width: 100%;
	line-height: 70px;
	background: #035ea3;
	color: #fff;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	border-bottom: 1px solid #03518c;
	border-top: 1px solid #056fc0;
	position: relative;
	overflow: hidden;
}

.man_box .list ul li b {
	position: relative;
}

.man_box .list ul li::before {
	width: 146px;
	height: 68px;
	position: absolute;
	background: #fff;
	content: '';
	left: -100%;
	top: 1px;
	-webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}

.man_box .list ul li:hover,
.man_box .list ul li.active {
	color: #056fc0;
}

.man_box .list ul li:hover::before,
.man_box .list ul li.active::before {
	left: 2px;
}

.yey {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.yey .yeyl {
	width: 50%;
}

.yey .yeyr {
	width: 50%;
	position: relative;
}

.yey .yeyr::before {
	width: 8vw;
	height: 8vw;
	position: absolute;
	right: 5vw;
	bottom: 3vw;
	background: #056fc0;
	opacity: .1;
	border-radius: 50%;
	content: '';
}

.yey .yeyr::after {
	width: 4vw;
	height: 4vw;
	position: absolute;
	right: 10vw;
	bottom: 8vw;
	background: #31992b;
	opacity: .1;
	border-radius: 50%;
	content: '';
}

.yeyr .rect1 {
	width: 20vw;
	height: 20vw;
	position: absolute;
	left: 10%;
	top: 10%;
	background: #056fc0 center center no-repeat;
	background-size: cover;
	border: 2px solid #fff;
	border-radius: 50%;
}

.yeyr .rect2 {
	width: 15vw;
	height: 15vw;
	position: absolute;
	left: 50%;
	top: 20%;
	background: #056fc0 center center no-repeat;
	background-size: cover;
	border: 4px solid #fff;
	border-radius: 50%;
}

.campus .swiper-slide .title{
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 10;
	text-align: center;
	color: #fff;
}

.campus .swiper-slide .title b{
	display: block;
	font-size: 20px;
	position: absolute;
	z-index: 10;
	line-height: 50px;
	width: 100%;
	bottom: 20px;
}

.campus .swiper-slide .title::before{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: '';
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,.0) 0%, rgba(0,0,0,.8) 100%);
	z-index: 0;
}

.yeyr .rect3 {
	width: 10vw;
	height: 10vw;
	position: absolute;
	left: 40%;
	top: 50%;
	background: #056fc0 center center no-repeat;
	background-size: cover;
	border: 4px solid #fff;
	border-radius: 50%;
}

.yeyl .single_page {
	height: 350px;
	overflow: hidden;
	padding-bottom: 0px;
	margin-bottom: 20px;
}

.yeyl .single_page.active {
	height: auto;
}

.yeyl .more.active {
	display: none;
}

.yeyl .more {
	color: #035ea3;
	position: relative;
	align-items: center;
	cursor: pointer;
	width: 150px;
	height: 45px;
	border: 1px solid #035ea3;
	border-radius: 50px;
	display: flex;
	justify-content: center;
}
.yeyl .more a{
	width: 100%;
	display: flex;
	justify-content: center;
	height: 45px;
	line-height: 45px;
}

.yeyl .more a .icon{
	margin-top: 10px;
}

.yeyl .more .icon {
	width: 25px;
	height: 25px;
	border: 1px solid #035ea3;
	border-radius: 50%;
	line-height: 25px;
	text-align: center;
	margin-left: 10px;
}

.boxes.b21 {
	background: #eef4f8;
	padding: 5vw;
}

.edu_box .list {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-top: 2vw;
}

.edu_box .list a {
	display: block;
	width: 32%;
	height: auto;
	position: relative;
	margin-bottom: 25px;
	margin-right: 2%;
}

.edu_box .list a:nth-child(3n) {
	margin-right: 0%;
}

.edu_box .list a .name {
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	position: relative;
	margin-top: 10px;
	padding-left: 15px;
	overflow: hidden;
}

.edu_box .list a .name::after {
	width: 3px;
	height: 60%;
	position: absolute;
	left: 0px;
	top: 20%;
	content: '';
	background: #035ea3;
}

.teachers ul li:hover .pic{
	-webkit-transform: scale(1.05);
}

.common_more.c {
	margin: 0px auto;
}

.teachers {
	margin-top: 2vw;
	display: block;
	justify-content: space-between;
}

.teachers ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.teachers ul li {
	width: 23.5%;
	height: auto;
	position: relative;
	margin-bottom: 25px;
	margin-right: 2%;
}

.teachers ul li:nth-child(4n) {
	margin-right: 0%;
}

.teachers ul li .thum {
	border-radius: 0px;
}

.teachers ul li .info {
	width: 100%;
	height: auto;
	text-align: center;
	background: #f9f9f9;
	padding: 15px 0px;
	line-height: 1.4;
}

.teachers ul li .info b {
	font-size: 18px;
}

.teachers ul li .info p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	white-space: break-spaces;
	line-height: 1.7;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding: 0px 20px;
}

.boxes.b22 {
	background: url(../images/stu_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 5vw;
}

.boxes.b22 .common_title {
	color: #fff;
}

.boxes.b22 .list {
	margin-top: 2vw;
	padding-bottom: 40px;
	margin-bottom: 20px;
}

.boxes.b22 .list .info {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: center;
	color: #fff;
	line-height: 50px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0px 20px;
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,.0) 0%, rgba(0,0,0,.8) 100%);
}

.boxes.b22 .list .thum {
	position: relative;
	overflow: hidden;
}

.boxes.b22 .list .thum .pic {
	background: center center no-repeat;
	background-size: cover;
}

.boxes.b22 .list .thum::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}

.boxes.b22 .list .swiper-slide {
	overflow: hidden;
}

.boxes.b22 .list .swiper-slide:hover .thum::before {
	animation: gradient-rectangle 1s 1;
	animation-delay: 0s;
	-webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}

@-webkit-keyframes gradient-rectangle {
	0% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
		background: linear-gradient(to top,
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0.6));
		background: -webkit-linear-gradient(to top,
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0.6));
		opacity: 1;
	}

	100% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: top;
		transform-origin: top;
		background: linear-gradient(to top,
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0.6));
		background: -webkit-linear-gradient(to top,
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0.6));
		opacity: 0;
	}
}

.boxes.b23,
.boxes.b24 {
	padding: 5vw;
}

.boxes.b24 {
	background: #f4f4f4;
}

.boxes.b23 .single_page {
	font-size: 14px;
}

.boxes.b23 .single_page p {
	margin-bottom: 0px;
}

.boxes.b23 .list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.boxes.b23 .list ul li {
	width: 24.5%;
	background: #31992b;
	padding: 2vw;
	color: #fff;
	text-align: center;
	line-height: 1.7;
	position: relative;
	padding-bottom: 3vw;
	cursor: pointer;
	overflow: hidden;
	margin-bottom: 0.7vw;
}

.boxes.b23 .list ul li .title {
	font-size: 24px;
	-webkit-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
}

.boxes.b23 .list ul li .name {
	font-size: 14px;
	margin-top: 25px;
	-webkit-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
	opacity: .7;
}

.boxes.b23 .list ul li:nth-child(4n) .name {
	font-size: 14px;

}

.boxes.b23 .list ul li:nth-child(4n):hover .name,
.boxes.b23 .list ul li:nth-child(4n):hover .title {
	opacity: 1;
}

.boxes.b23 .list ul li .des {
	width: 100%;
	height: auto;
	padding: 5%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0%;
	-webkit-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
}

.boxes.b23 .list ul li .mark {
	display: inline-block;
	width: auto;
	padding: 0px 10px;
	background: #fff;
	border-radius: 50px;
	color: #31992b;
}

.boxes.b23 .list ul li .num {
	width: 100%;
	height: auto;
	line-height: 2;
	position: absolute;
	left: 0%;
	top: 100%;
	-webkit-transform: translateY(-50%);
	text-align: center;
	opacity: .2;
	font-family: PTDIN;
	font-size: 7vw;
}

.sub_men {
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.sub_men ul {
	padding: 25px 5%;
	display: flex;
	justify-content: center;
	width: 100%;
	z-index: 200;
}

.sub_men ul.active {
	position: fixed;
	top: 71px;
	padding: 10px 0px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
}

.sub_men ul li {
	width: auto;
	font-size: 16px;
	margin: 0px 8px;
}

.sub_men ul li a {
	display: block;
	padding: 0px 3vw;
	line-height: 50px;
	background: #fff;
	-webkit-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
	cursor: pointer;
}

.sub_men ul li:hover a,
.sub_men ul li.active a {
	background: #035ea3;
	color: #fff;
}

.boxes.b25 {
	padding: 5vw;
	background: #31992b;
}

.common_title.w {
	color: #fff;
}

.boxes.b25 .list {
	margin-top: 3vw;
}

.boxes.b25 .list ul {
	display: flex;
	justify-content: space-between;
}

.boxes.b25 .list ul li {
	width: 15%;
	height: auto;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

.boxes.b25 .list ul li .icon {
	width: 160px;
	height: 160px;
	background: #fff;
	color: #31992b;
	text-align: center;
	line-height: 160px;
	border-radius: 50%;
	font-size: 80px;
	margin: 0px auto;
	-webkit-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
	position: relative;
}

.boxes.b25 .list ul li .icon img {
	width: 50px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
}

.boxes.b25 .list ul li:hover .icon {

	box-shadow: 0 10px 36px rgba(0, 0, 0, 0.13);
}

.boxes.b25 .list ul li .title {
	font-size: 18px;
	line-height: 2;
	margin-top: 15px;
}

.boxes.b25 .list ul li .des {
	display: none;
}

#page {

	padding-top: 50px;
	border-top: 1px solid rgba(0, 0, 0, .05);
	display: block;
	text-align: center;
	margin-bottom: 5vw;
}

#page li {
	display: inline-block;
	min-width: 35px;
	height: 33px;
	cursor: pointer;
	color: #666;
	font-size: 14px;
	line-height: 33px;
	background-color: #f9f9f9;
	border: 1px solid #dce0e0;
	text-align: center;
	margin: 0 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.xl-nextPage,
.xl-prevPage {
	width: 60px;
	color: #0073A9;
	height: 28px;
}

#page li.xl-disabled {
	opacity: .5;
	cursor: no-drop;
}

#page li.xl-disabled:hover {
	background-color: #f9f9f9 !important;
	border: 1px solid #dce0e0 !important;
	color: #666 !important;
}

#page li.xl-active {
	background-color: #0073A9;
	border-color: #0073A9;
	color: #FFF
}

#page li:hover {
	background-color: #0073A9 !important;
	border-color: #0073A9;
	color: #FFF
}

#page li.xl-jumpText {
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
	opacity: 1;
}

#page li.xl-jumpText:hover {
	background-color: rgba(0, 0, 0, 0) !important;
	border-color: rgba(0, 0, 0, 0) !important;
}

#page li.xl-jumpButton {
	padding: 0 5px;
}

#xlJumpNum {
	width: 35px;
	margin: 0 3px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
}

input[type="number"] {
	-moz-appearance: textfield;
}

.boxes.b6 .icons {
	width: 15vw;
	height: auto;
	position: absolute;
	left: 8%;
	top: 12%;
	z-index: 0;
}

.bg2 {
	position: relative;
}

.videoBox {
	width: 70%;
	max-width: 1000px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	background: #fff;
	padding: 35px 0px;
	border-radius: 10px;

}

.videoBox video {
	display: block;
	position: relative;
	width: 100%;
}

.closeBtn {
	width: 35px;
	height: 35px;
	position: absolute;
	right: 0px;
	top: 0px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .5s;
}

.closeBtn:hover {
	-webkit-transform: rotate(180deg);
}

.tsBox {
	width: 50%;
	max-width: 1000px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	background: #fff;
	padding: 35px;
	border-radius: 10px;
	background: #fff;
}

.tsBox .title {
	font-size: 20px;
	font-weight: bold;
	line-height: 2;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 15px;
}

.tsBox .des {
	width: 100%;
	font-size: 14px;
	line-height: 2;
	max-height: 70vh;
	overflow-y: auto;
}

.tsBox .des p {
	margin-bottom: 10px;
}

.hideBtn {
	width: 35px;
	height: 35px;
	position: absolute;
	right: 30px;
	top: 20px;
	cursor: pointer;
	line-height: 35px;
	text-align: center;
}

#myCanvas {
	position: absolute;
	left: 0%;
	top: 0%;
	height: 100%;
	width: 100%;
}


.applyWarp {
	display: flex;
	justify-content: space-between;
	align-self: flex-start;
}

.applytip {
	width: 350px;
	background: #f9f9f9;
	padding: 25px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
}

.applytip b,
.applyBox .name {
	display: block;
	font-size: 28px;
	font-weight: normal;
	line-height: 1.7;
	color: #006eb9;
	position: relative;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.applytip b::after,
.applyBox .name::after {
	width: 30px;
	height: 3px;
	background: #006eb9;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 0px;
	content: '';
	display: block;
}

.applyBox {
	width: calc(100% - 400px);
	background: #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
	padding: 25px;
}

.applyBox .name {
	text-align: center;
}

.applytip>p {
	font-size: 14px;
	line-height: 2;
	margin-bottom: 10px;
}

.applytip a p {
	font-size: 14px;
	line-height: 20px;
	opacity: .7;
}

.applytip a.address p {
	margin-bottom: 5px;
}

.applyBox .box {
	width: 100%;
}

.applyBox .box .bdiv {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.applyBox .box .inpuD {
	width: 49%;
	height: auto;
	position: relative;
}

.applyBox .box .inpuD label {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	opacity: .7;
}

.applyBox .box .inpuD>input,
.applyBox .box .inpuD>select {
	width: 100%;
	height: 45px;
	background: #f9f9f9;
	border: 1px solid rgba(0, 0, 0, .1);
	text-indent: 10px;
}

.applyBox input::-webkit-input-placeholder {
	color: #ccc;
}

.applyBox .box .inpuD.full {
	width: 100%;
}

.applyBox .box .inpuD>textarea {
	width: 100%;
	height: auto;
	padding: 25px;
	background: #f9f9f9;
	border: 1px solid rgba(0, 0, 0, .1);
	text-align: left;
	font-family: "microsoft yahei";
	color: #3e3e3e;
}

.applytip a {
	display: flex;
	margin-bottom: 25px;
	line-height: 50px;
	font-family: PTDIN;
	font-size: 18px;
}

.applytip a .icon {
	width: 50px;
	height: 50px;
	background: #31992b;
	color: #fff;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	border-radius: 50%;
}

.applytip a.tel {
	margin-top: 30px;
}

.applytip a span {
	margin-left: 10px;
	line-height: 1;
	width: calc(100% - 60px);
}

.applytip a.address span {
	line-height: 1.2;
}

.applytip a.tel span {
	font-size: 28px;
}

.applyBox .box .inpuD label span {
	color: red;
	margin-right: 5px;
	font-weight: bold;
}

.applyBox .box .bdiv.t .inpuD {
	width: 32%;
}

.space {
	width: 100%;
	height: 5px;
	background: #31992b;
	margin-bottom: 25px;
	margin-top: 30px;
}

.applyBox .box .inpuD>select option {
	line-height: 35px;
}

/* 日历选择控件样式 */
.jcDateIco {
	background: #fff url(../images/dateIco.png) no-repeat right center;
}

input.jcDate {
	cursor: pointer;
}

#jcDate {
	background: #fefefe;
	width: 250px;
	padding: 10px;
	height: 203px;
	position: absolute;
	z-index: 1000;
	border: 2px solid #2b84b5;
	color: #333;
	display: none;
	font-size: 0;
	overflow: hidden;
}

#jcDateTt {
	height: 15px;
	line-height: 15px;
	position: relative;
	margin-bottom: 10px;
}

#jcDateTt a {
	color: #333;
	display: block;
	position: absolute;
	top: 0;
	width: 15px;
	height: 15px;
	cursor: pointer;
}

#jcDateTt a#d_prev {
	background: url(../images/r_left.png) no-repeat center 3px;
	left: 0;
}

#jcDateTt a#d_next {
	background: url(../images/r_right.png) no-repeat center 3px;
	right: 0;
}

#jcDateTt a#d_prev:hover {
	background-position: center -11px;
	background-color: #2b84b5;
}

#jcDateTt a#d_next:hover {
	background-position: center -11px;
	background-color: #2b84b5;
}

#jcDateTt div {
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	bottom: 0;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#jcDateTt div samp,
#jcDateTt div span {
	margin: 0 5px;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

#jcDateTt div samp:hover,
#jcDateTt div span:hover,
#jcDateTt div samp.visited,
#jcDateTt div span.visited {
	color: #2b84b5;
}

#jcDateMax {
	width: 1935px;
	height: 124px;
	position: relative;
	left: -687px;
	top: 0;
}

#jcDateMax ul {
	width: 161px;
	font-size: 12px;
	float: left;
	height: 124px;
	display: inline-black;
}

#jcDayWrap {
	overflow: hidden;
}

#jcYeas,
#jcMonth {
	display: none;
	overflow: hidden;
	padding-left: 2px;
	margin-bottom: 10px;
}

#jcYeas dt,
#jcYeas dd {
	font-weight: bold;
	width: 53px;
	height: 30px;
	float: left;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	font-size: 12px;
}

#jcYeas dt:hover,
#jcYeas dd:hover,
#jcMonth dt:hover,
#jcMonth dd:hover {
	background: #5aaad8;
	color: #fff;
}

#jcYeas dt.visited,
#jcYeas dd.visited,
#jcMonth dt.visited,
#jcMonth dd.visited {
	background: #2b84b5;
	color: #fff;
}

#jcMonth dt {
	font-weight: bold;
	width: 53px;
	height: 25px;
	float: left;
	text-align: center;
	line-height: 25px;
	cursor: pointer;
	margin: 10px 0;
	font-size: 12px;
}

#jcDayWrap ul li,
#jcDayCon dt {
	float: left;
	width: 23px;
	line-height: 20px;
	text-align: center;
	display: inline;
}

#jcDayWrap ul li {
	color: #bbb;
	cursor: pointer;
}

#jcDayCon dt {
	color: #2b84b5;
	font-size: 13px;
}

#jcDayWrap ul li.jcDateColor {
	color: #555;
}

#jcDayWrap ul li.visited {
	background: #2b84b5;
	color: #fff;
}

#jcDayWrap ul li:hover {
	background: #5aaad8;
	color: #fff;
}

#jcDateMax {
	clear: both;
}

#jcDateBtn {
	clear: both;
	line-height: 19px;
	height: 19px;
	padding-top: 10px;
	overflow: hidden;
}

#jcTimeWrap {
	float: right;
	width: 54px;
	border: 1px solid #999;
	border-left: 1px solid #555;
	border-top: 1px solid #555;
	height: 17px;
	overflow: hidden;
	display: none;
}

#jcDateBtn label {
	width: 6px;
	line-height: 18px;
	height: 17px;
	display: block;
	float: left;
	text-align: center;
	color: #333;
}

#jcDateBtn input {
	line-height: 17px;
	height: 17px;
	text-align: center;
	float: left;
	width: 24px;
	border: 0;
}

#jcDateBtn samp,
#jcDateBtn span {
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

#jcDateBtn samp:hover,
#jcDateBtn span:hover {
	color: #d52222;
}

#jcDateBtn a#d_sub {
	width: 37px;
	float: right;
	display: block;
	line-height: 18px;
	height: 17px;
	text-align: right;
	cursor: pointer;
}

#jcDateBtn a#d_sub:hover {
	text-decoration: none;
	color: #d52222;
	font-weight: bold;
}

/**************************************** jQuery jcdate - End ****************************************************/

.applyBox .box .inpuD>input.warning {
	border: 1px solid #ed143d;
}

.closeData {
	width: 100%;
	background: #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
	padding: 25px;
	position: relative;
	height: 500px;
}

.closeData .closeBox {
	text-align: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	width: 100%;
	left: 0%;
}

.closeData .closeBox .icon {
	font-size: 120px;
	color: #006eb9;
	line-height: 1;
}

.closeData .closeBox p {
	line-height: 1.7;
	opacity: .7;
}

.w1400 {
	width: 90%;
	max-width: 1400px;
	margin: 0px auto;
	position: relative;
}

.boxes.b23.full5 .list ul li {
	width: 18%;
}

.boxes.b23.full5 .list ul li .title {
	font-size: 20px;
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 5px;
}

.boxes.b23.full5 .list ul li .title::after {
	width: 30px;
	height: 3px;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 0px;
	content: '';
	background: #fff;
}

.boxes.b22 .common_more {
	color: #fff;
	border: 1px solid #fff;
}

.boxes.b22 .common_more:hover {
	background: #fff;
	color: #006eb9;
}

.boxes.b23.full5 .list {
	margin-top: 50px;
}

.boxes.b23.full5 .list ul li .des {
	position: relative;
	opacity: 1;
	visibility: visible;
	top: 0%;
	-webkit-transform: translateY(0%);
	padding: 0px;
	height: 100px;
	line-height: 25px;
	overflow: hidden;
	opacity: .7;
}

.menu_btn {
	position: absolute;
	right: 0px;
	display: none;
	width: 60px;
	height: 60px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #179e4b;
	color: transparent;
	border: none;
}

.menu_btn span {
	top: 29px;
	left: 20px;
	width: 20px;
}

.menu_btn span,
.menu_btn span:after,
.menu_btn span:before {
	position: absolute;
	height: 2px;
	background-color: #fff;
	border-radius: 1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.menu_btn span:after,
.menu_btn span:before {
	content: "";
	left: 0;
	-webkit-transform: translateY(0px) rotate(0deg);
}

.menu_btn span:before {
	top: -6px;
	width: 14px;
}

.menu_btn span:after {
	top: 6px;
	width: 12px;
}

.menu_btn.active span {
	background-color: transparent;
}

.menu_btn.active span:before {
	-webkit-transform: translateY(6px) rotate(-45deg);
}

.menu_btn.active span:after {
	-webkit-transform: translateY(-6px) rotate(45deg);
}

.menu_btn.active span:after,
.menu_btn.active span:before {
	width: 20px;
}

.single_page.aPage img{
	max-width: 500px;
}
@media screen and (max-width:1440px) {
    .footer .fr ul li a {
        padding: 0px 1vw;
    }
}
@media screen and (max-width:1023px) {
	.menu_btn {
		display: block;
	}

	.nav {
		opacity: 0;
		visibility: hidden;
		height: calc(100vh - 60px);
		position: fixed;
		left: 0;
		top: 60px;
		display: block;
		width: 100%;
		background: #179e4b;
	}
	.header .nav ul{
		flex-wrap: wrap;
	}
	
	.header .nav ul li,.header .nav ul li:nth-child(4){
		width: 100%;
		margin-bottom: 0px;
		line-height: 50px;
	}
	.nav.active {
		opacity: 1;
		visibility: visible
	}

	.nav ul {
		display: block;
		position: absolute;
		top: 45%;
		-webkit-transform: translateY(-50%);
		height: auto;
		width: 100%;
		text-align: center
	}

	.nav ul li {
		width: 100%;
		line-height: 2;
		text-align: center;
		margin-bottom: 8vw;
		-webkit-transition: all .5s;
		position: relative;
		top: 50px;
		opacity: 0;
		border-bottom: 1px solid rgba(255,255,255,.1);
	}

	.nav ul li:nth-child(1) {
		-webkit-transition-delay: .1s
	}

	.nav ul li:nth-child(2) {
		-webkit-transition-delay: .15s
	}

	.nav ul li:nth-child(3) {
		-webkit-transition-delay: .2s
	}

	.nav ul li:nth-child(4) {
		-webkit-transition-delay: .25s
	}

	.nav ul li:nth-child(5) {
		-webkit-transition-delay: .3s
	}
	.nav ul li:nth-child(6) {
		-webkit-transition-delay: .35s
	}
	.nav ul li:nth-child(7) {
		-webkit-transition-delay: .4s
	}
	.nav ul li:nth-child(8) {
		-webkit-transition-delay: .45s
	}
	.nav ul li:nth-child(9) {
		-webkit-transition-delay: .5s
	}
	.nav ul li:nth-child(10) {
		-webkit-transition-delay: .55s
	}

	.nav.active ul li {
		top: 0;
		opacity: 1
	}

	.nav ul li a {
		padding: 0;
		font-size: 18px;
		color: rgba(255,255,255,.7);
		font-weight: bold;
	}

	.nav ul li.active a,
	.nav ul li:hover a {
		color: #fff
	}

	.nav ul li a::after {
		background: #fff
	}

	.nav ul li.active a::after,
	.nav ul li:hover a::after {
		width: 10%;
		left: 45%
	}
	.header{
		height: 60px;
	}
	.header .logo{
		width: 150px;
	}
	.header .nav{
		width: 100%;
	}
	.header .nav ul li .first::before{
		display: none;
	}
	.header .nav ul li .list{
		display: none;
	}
	
	.nav ul li.active a::after{
		width: 30px;
		height: 2px;
		position: absolute;
		left: 50%;
		margin-left: -15px;
		bottom: 0px;
		content: '';
		background: #fff;
	}
	.banner{
		margin-top: 60px;
	}
	.boxes.b1{
		flex-wrap: wrap;
		margin-top: 25px;
	}
	.b1_box{
		width: 100%;
		border-radius: 10px 10px 0px 0px;
		padding: 30px 0px;
	}
	.common_title b{
		font-size: 24px;
	}
	.common_title p{
		font-size: 18px;
	}
	.b1_box .img{
		width: 70%;
		height: auto;
		left: 0%;
		top: 0%;
		-webkit-transform: translateY(0%) translateX(0%);
		margin-left: 15%;
	}
	.b1_box .des{
		font-size: 14px;
		margin-bottom: 15px;
	}
	.common_title{
		text-align: center;
	}
	.common_more{
		line-height: 40px;
		font-size: 14px;
		margin: 0px auto;
	}
	.b2_box{
		padding: 0px;
		flex-wrap: wrap;
	}
	.b1_show{
		width: 100%;
		height: auto;
		border-radius: 10px;
		padding: 25px;
		margin-bottom: 15px;
	}
	.sub_title{
		position: relative;
		-webkit-transform: translateY(0%);
		left: 0px;
		top: 0px;
		    font-size: 20px;
	}
	.b1_show .des{
		display: none;
	}
	.sub_title p{
		font-size: 16px;
	}
	.boxes.b2{
		padding: 50px 0px;
	}
	.b3_box{
		flex-wrap: wrap;
	}
	.b3_box .focus, .b3_box .list{
		width: 100%;
	}
	.b3_box .focus{
		margin-bottom: 20px;
	}
	.b3_box .list a{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.b3_box .list a .info .time{
		margin-top: 0px;
	}
	.b3_box .list a .info .name{
		line-height: 1.4;
	}
	.boxes.b4 a{
		width: 100%;
	}
	.b6_box{
		position: relative;
		top: 0%;
		-webkit-transform: translateY(0%);
		background: #035ea3;
		padding: 50px 20px;
		border-radius: 10px 10px 0px 0px;
	}
	.bg2{
		display: none;
	}
	.b6_box .img{
		width: 50px;
	}
	.b6_box .name{
		font-size: 20px;
	}
	.b6_box .des{
		font-size: 14px;
		opacity: .7;
	}
	.b6_box .bar{
		width: 100%;
		margin-left: 0%;
	}
	.b6_box .bar a{
		padding: 20px;
	}
	.b6_box .bar a .icon{
		right: 5px;
		font-size: 28px;
	}
	.b6_box .bar a .title{
		width: 100%;
	}
	.b6_box .bar a .title p{
		font-size: 12px;
	}
	.boxes.b7 .info{
		width: 100%;
	}
	.boxes.b7 .info .b{
		font-size: 20px;
	}
	.boxes.b7 .info .des{
		font-size: 14px;
	}
	.boxes.b7 .more{
		left: 50%;
		margin-left: -30px;
	}
	.footer .fr{
		display: none;
	}
	.footer .fl{
		width: 100%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.f_logo{
		width: 175px;
	}
	.footer .socail{
		display: flex;
		justify-content: space-between;
	}
	.footer .socail a{
		width: 48%;
		margin-bottom: 0px;
	}
	.footer .socail a .txt{
		font-size: 12px;
	}
	.footer{
		padding: 30px 5%;
	}
	.copyright .box{
		line-height: 1.7;
		overflow: hidden;
		padding: 20px 5vw;
		text-align: center;
	}
	.copyright .box .sw{
		display: inline-block;
		float: none;
	}
	.campus .swiper-button-next,.campus .swiper-button-prev{
		display: none;
	}
	.banner .swiper-button-next,.banner .swiper-button-prev{
		display: none;
	}
	.sub_banner{
		margin-top: 60px;
	}
	.sub_banner img{
		opacity: .7;
		position: relative;
		left: -50vw;
		max-width: none;
		width: 200%;
	}
	.sub_men ul{
		padding: 15px 3%;
	}
	.sub_men{
		height: auto;
	}
	.sub_men.hide{
		display: none;
	}
	.newsList ul li a{
		padding: 10px;
	}
	.newsList ul li a .time{
		width: 70px;
		height: 80px;
	}
	.newsList ul li a .info{
		width: calc(100% - 80px);
	}
	.newsList ul li a .info .des{
		display: none;
	}
	.newsList ul li a .info .name{
		overflow: hidden;
		height: auto;
		text-overflow: inherit;
		white-space: normal;
		border-bottom: none;
		line-height: 1.7;
		font-size: 16px;
	}
	.newsList ul li a .time b{
		padding-top: 15px;
	}
	.sub_men ul li a{
		line-height: 40px;
	}
	.boxes.b20{
		padding: 50px 0px;
	}
	.single_page{
		padding: 20px 0px;
		font-size: 14px;
	}
	.show_num ul li{
		width: 50%;
		margin-bottom: 15px;
	}
	.show_num ul li:nth-child(n+3){
		margin-bottom: 0px;
	}
	.show_num ul li b span{
		font-size: 40px;
	}
	.show_num ul li .icon{
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 38px;
	}
	.intro_box{
		width: 90%;
		margin-left: 5%;
	}
	.boxes.b7.p0{
		padding: 50px 0px;
		margin-bottom: 0px;
	}
	.intro_box{
		padding: 50px 20px;
		background: #f9f9f9;
	}
	.man_box{
		display: none;
	}
	.man_box .list{
		width: 100%;
	}
	.boxes.b23.full5 .list{
		margin-top: 20px;
	}
	.boxes.b23.full5 .list ul li{
		width: 49%;
		padding: 20px 10px 30px;
		margin-bottom: 5px;
	}
	.boxes.b23.full5 .list ul li .title{
		font-size: 16px;
		font-weight: bold;
	}
	.boxes.b23 .list ul li .num{
		font-size: 60px;
	}
	.man_box .thum{
		width: 70%;
	}
	.man_box .list{
		width: 28%;
		position: absolute;
		right: 0%;
		top: 0px;
	}
	.man_box .info .des{
		display: none;
	}
	.teamSwiper{
		width: 100%;
		margin-top: 10px;
	}
	.teamSwiper ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.teamSwiper ul li{
		width: 49%;
		height: auto;
		position: relative;
		margin-bottom: 15px;
	}
	.teamSwiper ul li .thum{
		position: relative;
		overflow: hidden;
	}
	.teamSwiper ul li .thum .pic{
		background: center center no-repeat;
		background-size: cover;
	}
	.teamSwiper ul li .info{
		width: 100%;
		background: #fff;
		display: flex;
		justify-content: space-between;
		padding: 15px;
		align-items: center;
	}
	.teamSwiper ul li .info .name{
		font-size: 16px;
		font-weight: bold;
	}
	.teamSwiper ul li .info .icon{
		opacity: .5;
	}
	.teamSwiper ul li .mark{
		width: auto;
		height: auto;
		position: absolute;
		left: 10px;
		top: 10px;
		background: #fff;
		border-radius: 40px;
		padding: 0px 10px;
		font-size: 12px;
		line-height: 25px;
	}
	.boxes.b23, .boxes.b24{
		padding: 50px 0px;
	}
	.show_num ul li p{
		font-size: 12px;
		opacity: .7;
	}
	.sub_men ul li{
		margin: 0px 3px;
		font-size: 14px;
	}
	.sub_men ul li a{
		    padding: 0px 3.5vw;
	}
	.news_list a{
		flex-wrap: wrap;
		padding: 25px 5%;
	}
	.news_list a .thum{
		width: 100%;
	}
	.news_list a .time{
		width: 100%;
		text-align: left;
		display: flex;
		direction: rtl;
	}
	.news_list a .info{
		width: 100%;
	}
	.news_list a .time::after{
		display: none;
	}
	.news_list a .info .name{
		font-size: 16px;
		line-height: 1.6;
		margin-bottom: 0px;
		padding: 15px 0px 10px;
	}
	
	.news_list a .time b,.news_list a .time p{
		display: inline-block;
	}
	.news_list a .time b{
		font-size: 16px;
		font-weight: normal;
		margin-left: 5px;
	}
	.news_list a .time p{
		display: none;
	}
	#page{
		padding-top: 25px;
	}
	.news_list a .info .des{
		display: none;
	}
	.yey{
		flex-wrap: wrap;
	}
	.yey .yeyl{
		width: 100%;
		margin-bottom: 40px;
	}
	.yeyl .single_page{
		height: auto;
	}
	.yey .yeyr{
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.yeyr .rect1,.yeyr .rect2,.yeyr .rect3{
		position: relative;
		left: 0px;
		top: 0px;
		width: 25vw;
		height: 25vw;
	}
	.yeyl .more{
		margin: 0px auto;
	}
	.boxes.b22,.boxes.b5{
		padding: 50px 5vw;
	}
	.campus .swiper-slide .name{
		width: 140px;
		font-size: 14px;
		bottom: 15px;
	}
	.campus .swiper-slide .name .icon{
		display: none;
	}
	.yeyl .more .icon{
		display: none;
	}
	.boxes.b23 .list ul li{
		width: 49%;
		margin-bottom: 10px;
		padding: 20px 20px 40px;
	}
	.boxes.b23 .list ul li .title{
		font-size: 20px;
	}
	.teachers ul{
		justify-content: space-between;
	}
	.teachers ul li{
		width: 49%;
		margin-right: 0%;
		margin-bottom: 10px;
	}
	.teachers ul li .info p{
		display: none;
	}
	.boxes.b23 .list ul li .name{
		margin-top: 15px;
	}
	.boxes.b23 .list ul li .title{
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 5px;
	}
	.boxes.b23 .list ul li .mark{
		font-size: 12px;
	}
	.boxes.b23 .single_page{
		display: none;
	}
	.boxes.b23 .list{
		margin-top: 20px;
	}
	.yeyl .single_page.active{
		margin-bottom: 0px;
	}
	.news_list.t a .time{
		width: 50px;
	}
	.news_list.t a .name{
		padding: 0px;
		margin-bottom: 5px;
	}
	.news_list.t a .info{
		width: calc(100% - 50px);
	}
	.news_list.t a{
		align-items: center;
	}
	.news_list.t a .info .des{
		display: block;
	}
	.applytip{
		width: 100%;
		padding: 15px;
		box-shadow: none;
	}
	.applyBox{
		width: 100%;
	}
	.applytip b, .applyBox .name{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.applyBox .box .inpuD{
		width: 49%;
		margin-bottom: 15px;
	}
	.applyBox .box .bdiv{
		flex-wrap: wrap;
		margin-bottom: 0px;
	}
	.applyBox .box .bdiv.t .inpuD{
		width: 49%;
	}
	.applyWarp{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.applytip a{
		display: none;
	}
	.contact_box .box{
		flex-wrap: wrap;
	}
	.contact_box .cbl{
		width: 100%;
		padding:30px 15px;
	}
	.contact_box .cbr{
		width: 100%;
		height: 300px;
	}
	.cbl ul li{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.boxes.b7.p0 .intro_box{
		background: #035ea3;
	}
	.b1_box:nth-child(2){
		padding-top: 0px;
		
	}
	.videoBox{
		width: 90%;
	}
	.boxes.b5.h{
		padding: 50px 0px;
	}
	.boxes.b7{
		background-attachment: inherit;
	}
	.boxes.b21{
		padding: 50px 0px;
		
	}
	.edu_box .list{
		justify-content: space-between;
	}
	.edu_box .list a{
		width: 100%;
		margin-right: 0%;
	}
	.edu_box .list a .name{
		height: 40px;
		line-height: 40px;
		margin-top: 0px;
		font-size: 14px;
	}
	.edu_box .list a{
		margin-bottom: 20px;
	}
	.teachers ul li .info b{
		font-size: 16px;
	}
	.cbl ul li .info .b{
		font-size: 16px;
	}
	.detail_page{
		padding: 0px;
	}
	.detail_box{
		width: 100%;
		flex-wrap: wrap;
	}
	.detail_box .dpl{
		width: 100%;
		padding: 50px 5vw;
	}
	.detail_box .dpl .title{
		font-size: 20px;
	}
	.detail_box .dpr{
		width: 100%;
	}
	.detail_box .dpr .list{
		padding: 20px 5vw;
	}
	.teamSwiper{
		display: block;
	}
	.boxes.bgf9{
		background: #f9f9f9;
	}
	.tsBox{
		width: 90%;
		padding: 25px;
	}
	.single_page img{
		height: auto !important;
	}
	.sub_men ul li a{
		padding: 0px 2vw;
	}
	.hqList ul li{
		width: 49%;
		margin-right: 2%;
	}
	.hqList ul li:nth-child(4n){
		margin-right: 2%;
	}
	.hqList ul li:nth-child(2n){
		margin-right: 0%;
	}
	.hqList ul li .name{
		font-size: 14px;
	}
	.campus .swiper-slide .title b{
		font-size: 16px;
		font-weight: normal;
		bottom: 0px;
	}
	
}

@media screen and (max-width:768px) {
    .topic_banner {
        margin-top: 60px;
    }
    .topImg{
	    width: 80%;
	}
	.topic_banner .imgs {
        width: 40%;
        margin-left: -20%;
	}
	.topic_name {
        width: 156px;
	}
	.topic_time .focusTop{
	    width: 100%;
	}
	.focusTop:first-child .name {
        height: auto;
        line-height: 25px;
        position: relative;
        font-size: 16px;
        padding: 15px 10px;
        border-radius: 5px;
        margin-bottom: 10px;
    }
    .focusTop:first-child .thum{
        height: auto;
    }
    .topic_time .focusTop{
        padding: 10px;
        margin-bottom: 5vw;
    }
    .topic_time .focusTop:last-child {
        width: 100%;
    }
    .focusTop .name{
        border-radius: 5px;
        padding: 15px 10px;
        margin-bottom: 10px;
    }
    .focusTop .des{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .topic_time .bottom{
        margin-top: 0px;
    }
    .yfSwiper a{
        padding: 10px;
    }

    .yfSwiper {
        padding-bottom: 40px;
    }
    .seeSwiper .swiper-slide{
        flex-wrap: wrap;
    }
    .seeSwiper .swiper-slide .left,.seeSwiper .swiper-slide .right{
        width: 100%;
    }
    .seeSwiper .swiper-slide .left a .thum .pic img{
        display: block;
    }
    .seeSwiper .swiper-slide .left a{
        padding: 10px;
    }
    .seeSwiper .swiper-slide .left a .thum{
        height: auto;
    }
    .seeSwiper .swiper-slide .left a .name{
        height: auto;
        position: relative;
        font-size: 16px;
        padding: 10px 0px;
        line-height: 1.6;
    }
    .seeSwiper .swiper-slide .left{
        margin-bottom: 15px;
    }
    .seeSwiper .swiper-slide .right a{
        padding: 10px;
        width: 100%;
        margin-bottom: 15px;
    }
    .seeSwiper .swiper-wrapper{
        display: block;    
    }
    .seeSwiper{
        margin-bottom: 50px;
    }
    .topic_images ul li {
        width: 100%;
        position: relative;
        margin-right: 0%;
        margin-bottom: 15px;
    }
    .backTop{
        display: none;
    }
    .topic_singe .name{
        font-size: 20px;
    }
    .topic_singe{
        font-size: 16px;
    }
    .topic_singe strong{
        font-size: 18px;
    }
    .topic_singe img{
        width: 100%;
    }
}