@charset "utf-8";

/*global css*/
* {
	padding: 0;
	margin: 0;
	font-family: "SourceHanSansCNRegular","RobotoCondensedRegular","PingFang SC","微软雅黑体","Microsoft YaHei","微软雅黑","宋体","SimSun","Helvetica Neue","Helvetica",Arial,sans-serif;
}
@media screen and (min-width: 768px) {
    .pc-hide {
		display: none!important;
	}
}
@media screen and (max-width: 768px) {	
	.mobile-hide {
		display: none!important;
	}
}
.hide {
    display: none;
}
a {
	cursor: pointer;
	text-decoration: none;
}
.banner {
	border-bottom: 3px solid #d63d1f;
}
.banner picture {
	display: grid;
}
/*header style*/

header {
    display: flex;
    align-items: center;
    padding: 0 57px;
	height: 150px;
	background: #fff;
    border-bottom: 3px solid #7a003c;
}
.header-outer{
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
}
.logo{
	width: 200px;
    cursor: pointer;
}
.logo>img{
    display: block;
    width: 100%;
}
.logo>img+img{
    display: none;
}
nav {
    font-size: 22px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
nav a {
	color: #7a003c;
}
nav > div > a {
	padding-bottom: 8px;
	display: inline-flex;
}
nav div {
	margin: 0 16px;
	position: relative;
	display: inline-block;
}
/*.major.nav-link a{
    pointer-events: none;
}*/
nav ul {
	display: none;
	z-index: 1;
}
.major.nav-link li a {
    color: #fff;
    width: 100%;
    height: 100%;
    line-height: 50px;
}
.major.nav-link li:hover {
	background: #ffc862;
}
@media screen and (min-width: 768px) {
	nav div:hover ul {
		position: absolute;
	    width: 200px;
	    list-style: none;
	    background: #810d46;
	    font-size: 18px;
	    display: block!important;
	    top: 38px;
	    z-index: 1000;
	}
	nav div:hover ul li a {
	    color: #36424b;
	}
	nav div:hover ul li:hover a{
		color: #7a003c;
	}
}
nav li {
    line-height: 50px;
    border-bottom: 1px solid #5d002e;
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    justify-content: center;
    cursor: pointer;
}
nav li.artsandscience-nav-item{
    line-height: auto;
    padding: 6px 0;
}
.major.nav-link li.artsandscience-nav-item a{
    line-height: 2em;
}
.home-page .home-page > a,
.major .major > a,
.apply .apply > a,
.student-surpport .student-surpport > a,
.carrer .carrer > a,
.school-live .school-live > a,
.contact-us .contact-us > a{
    border-bottom: 3px solid #f3c65d;
    font-family: "SourceHanSansCNExtraBold";
}
.search-button img{
	max-height: 22px;
}



.banner-div{
    position: relative;
}
.banner-div>img{
    display: block;
    width: 100%;
}
.banner-div>div{
    z-index: 10;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.banner-div>div>h3{
    font-size: 42px;
    font-weight: 600;
    line-height: 1em;
    color: #fff;
}



/* footer icp*/
.icp-info {
    display: flex;
    align-items: center;
	background: #7a003c;
    width: 100%;
    height: 60px;
}
.icp-info>div {
	margin: 0 auto;
    max-width: 1200px;
    color: #fff;
    text-align: center;

}
.icp-info>div>span {
    display: block;
    margin: auto;
    text-align: center;
}
.icp-info>div>a{
    color: #fff;
}
.icp-info div span img {
	margin-right: 10px;
}
/* footer style*/
footer {
    background: #7a003c;
    color: #fdfdfd;
}
.footer-content {
}
.footer-level-one {
    width: 100%;
    padding: 18px 0;
    border-bottom: 1px solid #891d52;
}
.footer-level-one .logo-imgs {
	display: flex;
    align-items: center;
    justify-content: center;
}
.footer-level-one .logo-imgs>img{
    flex-shrink: 0;
    display: block;
    width: 360px;
}
.footer-level-two {
	height: 60px;
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    width: 400px;
}
.footer-level-two a{
	color: #fff;
}
.footer-level-three {
	height: 98px;
    border-top: 1px solid #891d52;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.footer-level-three .icon-imgs {
	display: flex;
}
.footer-level-three .icon-imgs img {
	height: 65px;
}
.footer-level-three img {
	height: 75px;
}
.footer-content .left .top{
    margin-bottom: 42px;
}
.footer-content .left .top img {
	max-width: 400px;
}
.footer-content .left .middle h3{
	margin-bottom: 24px;
    font-size: 20px;
}
.footer-content .left .chat-icon a {
	margin-right: 22px;
}
.footer-content .left .botton{
	margin-top: 44px;
    font-size: 18px;
    line-height: 30px;
}
.footer-content .left .botton a {
	color: #fdfdfd;
    display: block;
}
.site-map ul {
	list-style: none;
    color: #fdfdfd;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.site-map a {
	color: #fdfdfd;
    font-size: 18px;
    padding-left: 14px;
    border-left: 2px solid #d63d1f;
}
.footer-content .right h3 {
	font-size: 20px;
    margin-bottom: 40px;
}
.footer-content .right div {
	display: flex;
    flex-direction: column;
}
.footer-content .right div span {
	font-size: 16px;
    margin-bottom: 20px;
}


/*home page*/
.swiper-slide img {
	max-width: 100%;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10%!important;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	background: #fff;
    border: 1px solid #aaa!important;
    box-sizing: border-box!important;
}
.swiper-pagination-bullet-active {
	background-color: #891d52!important;
}
.swiper-button-next:after, .swiper-button-prev:after {
	display: none!important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
	width: 61px;
	height: 61px;
}
.swiper-button-prev img,.swiper-button-next img{
	width: 100%;
}
.banner img{
	width: 100%;
}
.banner {
	position: relative;
}
.banner .banner-text {
	position: absolute;
    top: 0;
    left: 50%;
    max-width: 1200px;
    height: 100%;
    margin-left: -600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner .banner-text h1 {
	font-size: 40px;
    font-weight: normal;
    color: #fdfdfd;
    margin-bottom: 43px;
}
.banner .banner-text span {
	padding: 19px 24px;
    font-size: 22px;
    color: #fdfdfd;
    background: #d63d1f;
    border-radius: 5px;
    width: max-content;
}
body.home-page {
	background: #f8f8f8;
}
body.home-page .narrow {
	max-width: 1200px;
    margin: 0 auto;
    padding: 90px 0;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
body.home-page .narrow .text-left {
	width: 50%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
body.home-page .narrow .text-left h3 {
	font-size: 40px;
    color: #7a003c;
    margin-bottom: 50px;
    line-height: 40px;
}
body.home-page .narrow .text-left p {
	font-size: 18px;
    color: #36424b;
    margin-bottom: 18px;
    line-height: 1.7;
}
body.home-page .narrow .image-right {
	width: 45%;
}
body.home-page .narrow .image-right img {
	max-width: 100%;
}
.number-data {
/*	min-height: 700px;*/
	background-image: url('../media/home-data-background.png');
	background-position: center;
    background-size: cover;
}
.number-data h2{
	color: #fff;
    text-align: center;
    font-size: 60px;
    padding-top: 80px;
}
.data-main {
	max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0 5px 0;
    color: #dfdfdf;
    display: flex;
    flex-wrap: wrap;
}
.data-content {
    width: 29%;
    text-align: center;
    margin-bottom: 70px;
    padding: 0 2%;
    border-right: 2px solid #891d52;
}
.data-content.width-50 {
	width: 45%;
}
.data-content.no-dash {
	border: none;
}
.data-content .animation-text{
    font-size: 20px;
}
.data-content .animation-text span{
    font-size: 30px;
    color: #f3c65d;
}
.no-dash.no-data div{
	font-size: 70px;
}
.full-width.narrow-in-full h2{
    font-size: 60px;
    text-align: center;
    margin: 80px 0;
}
.full-width.narrow-in-full h2 span:first-child{
    color: #666666;
}
.full-width.narrow-in-full h2 span:last-child{
    color: #7a003c;
}
.full-width.narrow-in-full .text-container {
	position: relative;
    padding: 20px;
}
.full-width.narrow-in-full .text-container .pa.bg-yellow{
    position: absolute;
    background: #ffc862;
    height: 100%;
    display: block;
    width: 37%;
    left: 0;
    top: 0;
}
.full-width.narrow-in-full .text-container .text-img{
	max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    position: relative;
}
.full-width.narrow-in-full .text-container .text-img .left-text {
	width: 50%;
    background: #fff;
    box-sizing: border-box;
    padding: 44px 50px 39px 41px;
    display: flex;
    flex-direction: column;
}
h3.border-left-text {
	font-size: 32px;
    color: #7a003c;
    padding-left: 10px;
    border-left: 3px solid #ffc862;
    line-height: 1;
    margin-bottom: 37px;
}
.full-width.narrow-in-full .text-container .text-img .left-text p:not(.more-link) {
	font-size: 18px;
    line-height: 32px;
    margin-bottom: 17px;
    color: #333333;
}
.full-width.narrow-in-full .text-container .text-img .left-text p.more-link {
    font-size: 18px;
    line-height: 32px;
    margin-top: 17px;
    color: #850044;
}
.full-width.narrow-in-full .text-container .text-img .left-text p.more-link a{
	color: #850044;
}
.full-width.narrow-in-full .text-container .text-img .image-right {
	width: 50%;
}
.full-width.narrow-in-full .text-container .text-img .image-right img {
	width: 100%;
    height: 100%;
}
.narrow.text-container-three {
	padding-top: 60px;
}
.narrow.text-container-three .text-container-colum{
	width: 30%;
    background: #fff;
    padding: 41px 36px 41px 41px;
    box-sizing: border-box;
}
.narrow.text-container-three .text-container-colum p {
	color: #333333;
	font-size: 18px;
	line-height: 30px;
}
.narrow.text-container-three .text-container-colum p.mt20 {
	margin-top: 20px;
}
.narrow.video-section {
	margin: 0 auto!important;
    padding: 0!important;
    flex-direction: column;
}
.narrow.video-section video {
	width: 100%;
}
a.a-link-button {
	margin: 60px auto 75px auto;
    padding: 20px 70px;
    background: #850044;
    border-radius: 70px;
    font-size: 20px;
    color: #fff;
    font-family: "SourceHanSansCNMedium";
}
.school-position {
	min-height: 812px;
	background-image: url('../media/school-position-bg.png');
	background-size: cover;
}
.school-position .text-content {
	max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    padding: 100px 0;
}
.school-position .text-content .text-block {
	width: 46%;
    background: #fdfdfd;
    padding: 40px;
}
.school-position .text-content .text-block h3 {
	color: #015496;
    font-size: 40px;
    margin-bottom: 28px;
}
.school-position .text-content .text-block p {
	font-size: 18px;
    color: #36424b;
    line-height: 26px;
    margin-bottom: 20px;
}
span.find-more {
	background-image: url('../media/findmore.png');
	background-size: contain;
    background-repeat: no-repeat;
    width: 160px;
    height: 40px;
    display: block;
    font-size: 18px;
    color: #fdfdfd;
    line-height: 40px;
    text-indent: 22px;
}
.find-more-outer {
	display: flex;
    justify-content: end;
}
.your-safty {
	min-height: 460px;
	background-image: url('../media/safty-bg.png');
	background-size: cover;
	background-position: center;
}
.your-safty .main-content {
	max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 450px;
}
.your-safty .main-content h3 {
	font-size: 40px;
    color: #fff;
}
.your-safty .main-content p {
	font-size: 22px;
    color: #b0dcfe;
    line-height: 38px;
    padding: 0 35px;
}
.your-safty .find-more-outer {
	justify-content: center;
    text-align: left;
}
.narrow-not-video .text-left-img-right,
.narrow-not-video .img-left-text-right{
    max-width: 1200px;
    margin: 0 auto;
    padding: 90px 35px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.narrow-not-video .text-left,
.narrow-not-video .text-right {
	width: 46%;
}
.narrow-not-video .text-left h3,
.narrow-not-video .text-right h3{
	font-size: 40px;
    color: #015496;
    margin-bottom: 40px;
}
.narrow-not-video .text-left p,
.narrow-not-video .text-right p{
	font-size: 18px;
    color: #36424b;
    margin-bottom: 30px;
    line-height: 30px;
}
.narrow-not-video .find-more-outer {
	justify-content: flex-start;
}
.narrow-not-video .imge-right,
.narrow-not-video .imge-left{
	width: 48%;
}
.narrow-not-video .imge-right img,
.narrow-not-video .imge-left img{
	max-width: 100%;
}
.narrow-not-video .last{
	padding-top: 0!important;
}
@media screen and (max-width: 768px) {
	.banner .banner-text {
		margin: 0;
        left: 22px;
	}
	.banner .banner-text h1 {
		font-size: 30px;
        margin-bottom: 21px;
	}
	.banner .banner-text span {
	    font-size: 11px;
        padding: 10px 12px;
	}
	body.about-us .narrow {
		flex-direction: column;
        padding: 30px 22px;
	}
	body.about-us .narrow .text-left {
		width: 100%;
	}
	body.about-us .narrow .text-left h3 {
	    font-size: 22px;
	    text-align: center;
	    margin-bottom: 30px;
	    line-height: 1;
	}
	body.about-us .narrow .text-left p {
		font-size: 16px;
        line-height: 1.6;
	}
	body.about-us .narrow .video-right {
		width: 100%;
        margin-top: 12px;
	}
	.number-data {
		height: auto;
        min-height: auto;
    }
    .data-main {
    	padding: 30px 0 37px 0;
    }
    .data-content {
    	width: 36%;
	    text-align: center;
	    margin-bottom: 30px;
	    padding: 0 6%;
	    border-right: 2px solid #dc8b9c;
    }
    .data-main > .data-content:nth-child(2),
    .data-main > .data-content:nth-child(4){
        border-right:none;
    }
    .data-main > .data-content:nth-child(3) {
        border-right: 2px solid #dc8b9c;
    }
    .data-main > .data-content:nth-child(5) {
        width: 100%;
    }
    .data-content .animation-text {
    	font-size: 14px;
    }
    .data-content .animation-text span {
    	font-size: 30px;
    }
    .data-main {
    	font-size: 10px;
    }
    /* .data-content.no-dash {
    	border-right: 2px solid #d63d1f;
    } */
    .data-content.no-dash-mobile {
    	border-right: none;
    }
    .data-content.no-data{
    	display: none;
    }
    .data-content.mobile-half {
    	width: 36%;
    }
    .school-position {
    	background-position: center;
	    height: auto;
	    min-height: auto;
    }
    .school-position .text-content {
    	padding: 50px 22px;
    }
    .school-position .text-content .text-block {
    	width: 100%;
	    padding: 20px;
	    box-sizing: border-box;
    }
    .school-position .text-content .text-block h3 {
    	font-size: 22px;
        margin-bottom: 14px;
    }
    .school-position .text-content .text-block p {
    	font-size: 15px;
        margin-bottom: 10px;
    }
    .find-more-outer {
	    justify-content: center;
	    margin: 20px 0;
    }
    span.find-more {
    	text-indent: 14px;
	    width: 120px;
	    font-size: 15px;
	    line-height: 30px;
	    height: 30px;
    }
    .your-safty {
    	background-size: inherit;
        min-height: auto;
    }
    .your-safty .main-content {
    	padding:  0 22px;
        text-align: left;
    }
    .your-safty .main-content h3 {
    	font-size: 22px;
        text-align: center;
    }
    .your-safty .main-content p {
    	padding: 0;
    	font-size: 16px;
    }
    .narrow-not-video .text-left-img-right, .narrow-not-video .img-left-text-right {
    	flex-direction: column;
        padding: 40px 0;
    }
    .narrow-not-video .text-left, .narrow-not-video .text-right {
    	width: 100%;
	    padding: 0 22px;
	    box-sizing: border-box;
    }
    .narrow-not-video .text-left h3, .narrow-not-video .text-right h3 {
    	font-size: 22px;
        margin-bottom: 20px;
    }
    .narrow-not-video .text-left p, .narrow-not-video .text-right p {
    	font-size: 16px;
    }
    .narrow-not-video .find-more-outer {
    	justify-content: center;
        margin-bottom: 32px;
    }
    .narrow-not-video .imge-right, .narrow-not-video .imge-left {
    	width: 100%;
    }
    .narrow-not-video .imge-right picture, .narrow-not-video .imge-left picture{
    	display: inline-grid;
    	width: 100%;
    }
    .narrow-not-video .imge-right img, .narrow-not-video .imge-left img{
    	width: 100%;
    }
    .narrow-not-video .last {
    	flex-direction: column-reverse;
    	padding-bottom: 0;
    }
    body.about-us .narrow .video-right video {
    	width: 100%;
    }
}

/*//underground paage*/
body.underground .banner {
	border-bottom: 3px solid #d63d1f;
}
body.underground .banner picture {
	display: grid;
}
body.underground .text-right {
	width: 48%;
/*    padding-top: 20px;*/
}
body.underground .text-right p {
	font-size: 20px;
    line-height: 44px;
}
body.underground .data-main {
	justify-content: space-between;
}
body.underground .data-content{
	max-width: calc(20% - 2px);
    width: auto;
}
.narrow.destination {
	display: flex;
}
.left-half,
.right-half {
	width: 50%;
}
.right-half{
	background: #e2e7eb;
	padding-left: 75px;
    box-sizing: border-box;
}
.narrow.destination .left-half div,
.narrow.destination .right-half div{
	max-width: 600px;
    width: 100%;
    float: right;
    padding: 90px 0;
}
.narrow.destination .right-half div {
	float: left;
}
.narrow.destination .left-half div h3,
.narrow.destination .right-half div h3 {
	font-size: 36px;
    color: #015496;
    padding-left: 16px;
    border-left: 3px solid #d63d1f;
    line-height: 1;
    margin-bottom: 65px;
}
.narrow.destination .left-half div ul,
.narrow.destination .right-half div ul {
	list-style: none;
    font-size: 22px;
    color: #36424b;
}
.narrow.destination .left-half div ul li {
	margin-bottom: 22px;
}
.narrow.destination .left-half div ul li:before,
.narrow.destination .right-half div ul li:before {
    content: "";
    display: inline-block;
    margin-right: 14px;
    width: 8px;
    height: 8px;
    background: #015496;
    border-radius: 50%;
    vertical-align: middle;
}
.narrow.destination .left-half div ul li span,
.narrow.destination .right-half div ul li span {
	color: #015496;
}
.narrow.destination .right-half div ul li {
	margin-bottom: 16px;
}
.narrow.destination .right-half div ul + span {
	padding: 15px 25px;
	background: #d63d1f;
	border-radius: 5px;
	color: #fff;
	margin-top: 18px;
    display: inline-block;
    font-style: italic;
}
.apply-table {
	background: #f1f6f9;
	padding-bottom: 84px;
}
.apply-table h3 {
	font-size: 36px;
    color: #015496;
    text-align: center;
    line-height: 1;
    margin: 84px 0 61px 0;
    display: inline-block;
    width: 100%;
}
.apply-table .main-title {
	max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
}
.apply-table .main-title .content-title-01,
.apply-table .main-title .content-title-02,
.apply-table .main-title .content-title-03,
.apply-table .main-title .content-title-04 {
	padding: 17px 33px;
    font-size: 24px;
    border: 1px solid #a8c9e3;
    color: #acb5bb;
    cursor: pointer;
}
.apply-table .main-content {
	max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 67px;
    box-sizing: border-box;
    background: #fff;
}
.apply-table .main-content .table-content-style p{
    font-size: 18px;
    color: #36424b;
    line-height: 34px;
    margin-bottom: 15px;
}
.apply-table .main-content .table-content-style .table {
	margin-top: 45px;
    border: 1px solid #a8c9e3;
}
.apply-table .main-content .table-content-style .table .table-title {
	display: flex;
    height: 46px;
    line-height: 46px;
    background: #015496;
    color: #fff;
    border-top: 2px solid #d63d1f;
    font-size: 18px;
}
.apply-table .main-content .table-content-style .table .table-title div:first-child {
	width: 50%;
    padding-left: 43px;
    box-sizing: border-box;
}
.apply-table .main-content .table-content-style .table .table-title div:last-child {
	width: 50%;
    text-align: center;
}
.apply-table .main-content .table-content-style .table .white,
.apply-table .main-content .table-content-style .table .grey{
    display: flex;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #36424b;

}
.apply-table .main-content .table-content-style .table .white div:first-child,
.apply-table .main-content .table-content-style .table .grey div:first-child{
    width: 50%;
    padding-left: 43px;
    box-sizing: border-box;
}
.apply-table .main-content .table-content-style .table .white div:last-child,
.apply-table .main-content .table-content-style .table .grey div:last-child{
	width: 50%;
    text-align: center;
}
.apply-table .main-content .table-content-style .table .grey {
	background: #f5f5f5;
}
.apply-table .main-content .table-content-style p.comments{
    font-size: 16px;
    line-height: 28px;
    color: #7f878c;
    margin-top: 22px;
    font-style: italic;
}
.apply-table .main-content .table-content-style .center-outer {
	text-align: center;
}
.apply-table .main-content .table-content-style .center-outer span {
	padding: 15px 25px;
    background: #d63d1f;
    border-radius: 5px;
    color: #fff;
    margin-top: 18px;
    display: inline-block;
    font-style: italic;
}
.main-content div[class^='content-title-']:not(.active){
	display: none;
}
.apply-table .main-title div[class^='content-title-'].active {
	background: #015496;
    color: #fff;
    box-sizing: border-box;
    border-top: 3px solid #d63d1f;
}
.apply-table.scholaship {
	background: #fff;
}
.apply-table.scholaship h3 {
	margin: 45px 0 57px 0;
}
.apply-table.scholaship h3 ~ p {
	max-width: 1200px;
    margin: 0 auto;
    font-size: 20px;
    color: #36424b;
    line-height: 34px;
    margin-bottom: 20px;
}
.apply-table.scholaship .main-title {
	margin-top: 40px;
}
.apply-table.scholaship .main-content {
	border: 1px solid #a8c9e3;
}
.apply-table.scholaship .main-content .table-content-style .table .table-title div:last-child {
	width: 100%;
}
.apply-table.scholaship .main-content .table-content-style .table {
	margin-top: 0;
}
.register-now {
	background: #f1f6f9;
    display: flex;
}
.register-now .main-content {
	max-width: 1200px;
    margin: 84px auto;
}
.register-now .main-content h3 {
	font-size: 36px;
    color: #015496;
    text-align: center;
    line-height: 1;
    margin-bottom: 53px;
}
.register-now .main-content div {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.register-now .main-content div p {
	font-size: 20px;
    color: #36424b;
    width: 73%;
    line-height: 34px;
}
.register-now .main-content div span {
	padding: 15px 30px;
    background: #d63d1f;
    border-radius: 5px;
    color: #fff;
    margin-top: 18px;
    display: inline-block;
    font-style: italic;
    font-size: 20px;
}
.virtual-travel {
    max-height: 400px;
	background-image: url('../media/virtual-travle-bg.png');
	background-size: cover;
	background-position: center;
	color: #fff;
	text-align: center;
    padding: 84px 0;
}
.virtual-travel h3 {
	font-size: 36px;
}
.virtual-travel p{
	font-size: 20px;
    margin: 73px  0;
}
.virtual-travel .center-outer{
	text-align: center;
}
.virtual-travel .center-outer span{
    padding: 15px 50px;
    background: #d63d1f;
    border-radius: 5px;
    color: #fff;
    margin-top: 18px;
    display: inline-block;
    font-style: italic;
    font-size: 20px;
}
/*//school live paage*/
body.school-live .banner {
	border-bottom: 3px solid #d63d1f;
}
body.school-live .banner picture {
	display: grid;
}
.narrow.pure-text {
    margin: 98px auto;
    color: #36424b;
    font-size: 20px;
    line-height: 2;
    max-width: 1200px;
    padding: 0 35px;
    box-sizing: border-box;
}
.narrow.pure-text p.middle {
	margin: 24px 0;
}
body.school-live .data-main {
	justify-content: space-between;
}
body.school-live .data-content {
	width: calc(26% - 2px);
}
.img-and-text {
	padding: 72px 0;
}
.img-and-text .content-main {
	max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 35px;
    box-sizing: border-box;
}
.img-and-text .content-main .left,
.img-and-text .content-main .right {
	max-width: calc(50% - 30px);
    width: 100%;
}
.img-and-text .content-main .left h4,
.img-and-text .content-main .right h4 {
	font-size: 36px;
    line-height: 1;
    margin-bottom: 38px;
    color: #015496;
}
.img-and-text .content-main .left p,
.img-and-text .content-main .right p{
	font-size: 20px;
    line-height: 34px;
    color: #36424b;
    margin: 42px 0;
}
.img-and-text .content-main .left span,
.img-and-text .content-main .right span {
	padding: 15px 25px;
    background: #d63d1f;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-style: italic;
}
.culture-art {
	max-height: 600px;
	background-image: url('../media/cultureBg.png');
	background-size: cover;
	background-position: center;
	color: #fff;
	text-align: center;
    padding: 84px 0;
}
.culture-art span{
    padding: 15px 25px;
    background: #d63d1f;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-style: italic;
    margin-top: 48px;
}
.culture-art .content-main {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding: 0 35px;
    box-sizing: border-box;
}

.culture-art .content-main h4 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 62px;
}
.culture-art .content-main p {
	font-size: 20px;
    line-height: 34px;
}
.resident h4{
    font-size: 36px;
    line-height: 1;
    margin: 75px auto 57px auto;
    text-align: center;
    color: #015496;
}
.resident .full-content {
    background: #f4f8fa;
}
.resident .full-content .main-content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 35px;
    box-sizing: border-box;
}
.resident .full-content  .main-content .left,
.resident .full-content  .main-content .right {
	margin: 41px 0 119px 0;
    max-width: calc(50% - 30px);
}
.resident .full-content  .main-content h5{
    font-size: 30px;
    color: #36424b;
    line-height: 1;
}
.resident .full-content  .main-content p {
    font-size: 22px;
    line-height: 40px;
    color: #36424b;
    margin: 35px 0 83px 0;
}
.resident .full-content  .main-content span{
    padding: 15px 25px;
    background: #d63d1f;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-style: italic;
}
.resident .full-content  .main-content .right p {
	margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
	.narrow.pure-text {
		font-size: 16px;
	    margin: 33px 22px;
	    line-height: 32px;
	    padding: 0;
	}
	body.school-live .data-content {
        width: 26%;
        padding: 3%;
	}
	body.school-live .data-main {
		justify-content: inherit;
	}
	.img-and-text {
		padding-top: 44px;
	} 
	.img-and-text .content-main {
	    padding: 0 22px;
	    box-sizing: border-box;
	    flex-direction: column;
	}
	.img-and-text .content-main img {
		width: 100%;
	}
	.img-and-text .content-main .left h4, .img-and-text .content-main .right h4 {
		font-size: 22px;
	    text-align: center;
	    margin-bottom: 44px;
	}
	.img-and-text .content-main .right h4 {
		margin-top: 44px;
	}
	.img-and-text .content-main .left p, .img-and-text .content-main .right p {
		font-size: 16px;
	    margin: 20px 0 25px 0;
	    line-height: 2;
	}
	.img-and-text .content-main .left span, .img-and-text .content-main .right span {
		font-size: 15px;
		margin-left: calc(50% - 78px);
	}
	.culture-art {
		padding: 36px 22px;
	}
	.culture-art .content-main {
		box-sizing: border-box;
	}
	.culture-art .content-main h4 {
		font-size: 22px;
	    margin-bottom: 30px;
	    text-align: center;
	}
	.culture-art .content-main p {
		font-size: 16px;
	}
	.culture-art span {
		font-size: 15px;
        margin-left: calc(50% - 78px);
	}
	.resident h4 {
		font-size: 22px;
        margin: 33px 0;
	}
	.resident .full-content .main-content {
		flex-direction: column;
	}
	.resident .full-content .main-content .left, .resident .full-content .main-content .right {
		margin: 0;
        padding: 0;
        max-width: inherit;
	}
	.resident .full-content .main-content h5 {
		font-size: 18px;
	    text-align: center;
	    margin-top: 27px;
	}
	.resident .full-content .main-content p{
		font-size: 16px;
	    margin: 27px 0;
	    line-height: 2;
	}
	.resident .full-content .main-content span {
		font-size: 15px;
        margin-left: calc(50% - 78px);
	}
	.resident .full-content .main-content .right {
		margin: 55px 0;
	}
	.img-and-text .content-main .left, .img-and-text .content-main .right {
        max-width: inherit;
	}
	.data-content .animation-text + div {
		font-size: 10px;
	}
}


/*//carrer undegrand paage*/
.working-carrer .banner-text h1{
    margin: 0;
    line-height: 1;
}
.working-carrer .banner-text text {
	font-size: 30px;
    color: #a6b9c8;
}
.working-carrer .banner {
	border-bottom: 3px solid #d63d1f;
}
.working-carrer .banner picture {
	display: grid;
}
body.working-carrer .data-main {
	justify-content: space-between;
}
body.working-carrer .data-content {
	width: calc(26% - 2px);
}
body.working-carrer .narrow.destination .right-half div ul li {
	margin-bottom: 22px;
}
.your-team {
	max-height: 800px;
	background-image: url('../media/yourTeamBg.png');
	background-size: cover;
	background-position: center;
	color: #fff;
	text-align: left;
    padding: 65px 0;
}
.your-team .main-content {
	max-width: 1200px;
    margin: 0 auto;
    padding: 0 35px;
    box-sizing: border-box;
}
.your-team .main-content h3 {
	text-align: center;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 57px;
}
.your-team .main-content p {
	max-width: 780px;
    font-size: 18px;
    line-height: 2;
}
.your-team .main-content p.first {
	margin-bottom: 50px;
}
.your-team .main-content p.last {
	margin-top: 50px;
}
.your-team .center-outer{
	text-align: center;
	margin-top: 50px;
}
.your-team .center-outer span{
    padding: 15px 50px;
    background: #d63d1f;
    border-radius: 5px;
    color: #fff;
    margin-top: 18px;
    display: inline-block;
    font-style: italic;
    font-size: 20px;
}
.carrer-plan {
	margin-bottom: 72px;
}
.carrer-plan .main-content{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 35px;
    box-sizing: border-box;
}
.carrer-plan .main-content h3 {
	font-size: 36px;
    line-height: 1;
    color: #015496;
    text-align: center;
    margin: 67px 0;
}
.carrer-plan .main-content .content-container {
	display: flex;
    justify-content: space-between;
}
.carrer-plan .main-content .content-container .column {
	width: 48%;
	position: relative;
}
.carrer-plan .main-content .content-container .column h4 {
	font-size: 22px;
    height: 74px;
    text-align: center;
    background: #015496;
    line-height: 74px;
    color: #fff;
    border-top: 3px solid #d63d1f;
}
.carrer-plan .main-content .content-container .column p.first {
	padding: 30px;
    font-size: 20px;
    color: #36424b;
    line-height: 36px;
}
.carrer-plan .main-content .content-container .column p.last {
    padding: 0 30px 60px 30px;
    font-size: 20px;
    color: #36424b;
    line-height: 36px;
}
.carrer-plan .main-content .content-container .column .center-outer {
	text-align: center;
}
.carrer-plan .main-content .content-container .column span {
	padding: 15px 50px;
    background: #d63d1f;
    border-radius: 5px;
    color: #fff;
    margin-top: 18px;
    display: inline-block;
    font-style: italic;
    font-size: 20px;
}
.graduate-plan {
	max-height: 582px;
	background-image: url('../media/graduatePlan.png');
	background-size: cover;
	background-position: center;
	color: #fff;
	text-align: left;
    padding: 130px 0;
}
.graduate-plan span {
	padding: 15px 50px;
    background: #d63d1f;
    border-radius: 5px;
    color: #fff;
    margin-top: 18px;
    display: inline-block;
    font-style: italic;
    font-size: 20px;
}
.graduate-plan .main-content {
	max-width: 1200px;
    margin: 0 auto;
    color: #015496;
    padding: 0 35px;
    box-sizing: border-box;
}
.graduate-plan .main-content h3 {
	font-size: 40px;
}
.graduate-plan .main-content p{
	font-size: 22px;
    margin: 50px 0;
    max-width: 75%;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
	body.working-carrer .data-content {
        width: 26%;
        padding: 3%;
	}
	body.working-carrer .data-main {
		justify-content: inherit;
	}
	.mobile-image-show img{
        width: 100%;
	}
	.graduate-plan{
	    background: #fff;
	    padding: 0;
	}
	.narrow.destination {
		flex-direction: column;
	}
	.narrow.destination .left-half, 
	.narrow.destination .right-half{
		width: 100%;
	}
	.narrow.destination .left-half div, .narrow.destination .right-half div {
		padding: 40px 22px;
        box-sizing: border-box;
	}
	.narrow.destination .left-half div h3, .narrow.destination .right-half div h3 {
		font-size: 22px;
        margin-bottom: 40px;
	}
	.narrow.destination .left-half div ul, .narrow.destination .right-half div ul {
		font-size: 16px;
	}
	.narrow.destination .right-half {
		padding-left: 0;
	}
	.narrow.destination .right-half div ul + span {
		display: none;
	}
	.your-team {
		background:  #044375;
	    padding: 35px 22px;
	    max-height: initial;
	}
	.your-team .main-content h3 {
		font-size: 22px;
        margin-bottom: 35px;
	}
	.your-team .main-content p.first {
		margin-bottom: 40px;
	}
	.your-team .main-content p {
		font-size: 16px;
	}
	.your-team .main-content p.last {
		margin-top: 40px;
	}
	.your-team .center-outer {
		margin-top: 10px;
	}
	.your-team .center-outer span {
		padding: 10px 35px;
        font-size: 15px;
	}
	.carrer-plan .main-content h3 {
		font-size: 22px;
        margin: 30px;
	}
	.carrer-plan .main-content .content-container {
		flex-direction: column;
	}
	.carrer-plan .main-content .content-container .column {
		width: calc(100% - 44px);
        margin-left: 22px;
	}
	.carrer-plan .main-content .content-container .column h4 {
		font-size: 17px;
	    height: 37px;
	    line-height: 37px;
	}
	.carrer-plan .main-content .content-container .column p.first {
		font-size: 16px;
        padding: 10px 30px;
	}
	.carrer-plan .main-content .content-container .column p.last {
		font-size: 16px;
        padding-bottom: 15px;
	}
	.carrer-plan .main-content .content-container .column:not(.last) {
		margin-bottom: 70px;
	}
	.carrer-plan .main-content .content-container .column span {
		padding: 10px 35px;
        font-size: 15px;
	}
	.graduate-plan .main-content {
		width: 100%;
	    padding: 0 22px;
	    box-sizing: border-box;
	    margin-bottom: 60px;
	}
	.graduate-plan .main-content h3 {
		font-size: 22px;
        text-align: center;
	}
	.graduate-plan .main-content p {
		font-size: 16px;
	    max-width: 100%;
	    margin: 35px 0;
	    line-height: 2;
	}
	.graduate-plan span {
		padding: 10px 35px;
	    font-size: 15px;
	    margin-left: 50%;
	    position: relative;
	    left: -90px;
	    white-space: nowrap;
	}
}

/*//carrer postergraduate paage*/
.top-employee {
	background: #f1f6f9;
    padding: 70px 0 100px 0;
}
.top-employee h3 {
	text-align: center;
    font-size: 40px;
    color: #015496;
    margin-bottom: 60px;
}
.top-employee .main-content {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}
.top-employee .main-content div {
	display: flex;
    flex-direction: column;
    text-align: center;
    background: #ffffff;
}
.top-employee .main-content span {
	font-size: 18px;
    color: #015496;
    height: 40px;
    line-height: 40px;
    background: #c9d8e6;
}
.full-text-imge {
	display: flex;
    padding: 100px 0;
}
.full-text-imge .text,
.full-text-imge .image {
	width: 50%;
}
.full-text-imge .image img{
    max-width: 100%;
}
.full-text-imge .text.left {
	display: flex;
    justify-content: flex-end;
}
.full-text-imge .text.right {
	display: flex;
}
.full-text-imge .text.left .align-right {
	max-width: 600px;
    padding-right: 60px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 35px;
}
.full-text-imge .text.right .align-right {
    max-width: 600px;
    padding-left: 60px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.full-text-imge .text.left .align-right h3,
.full-text-imge .text.right .align-right h3{
	font-size: 36px;
    color: #015496;
}
.full-text-imge .text.left .align-right p,
.full-text-imge .text.right .align-right p{
	font-size: 24px;
    line-height: 2;
    color: #36424b;
    margin: 50px 0;
}
.full-text-imge .text.left .align-right span,
.full-text-imge .text.right .align-right span {
    padding: 15px 25px;
    background: #d63d1f;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-style: italic;
    width: 172px;
    box-sizing: border-box;
}
.full-text-imge.bgcolor {
	background: #f1f6f9;
}
@media screen and (max-width: 768px) { 
    .top-employee {
    	padding: 35px 0 50px;
    }
    .top-employee h3 {
    	font-size: 22px;
        margin-bottom: 30px;
    }
    .top-employee .main-content {
    	flex-wrap: wrap;
    	justify-content: center;
    }
    .top-employee .main-content div {
    	width: 30%;
	    margin-right: 10px;
	    margin-bottom: 20px;
    }
    .top-employee .main-content span {
    	font-size: 9px;
	    height: 20px;
	    line-height: 20px;
    }
    .full-text-imge {
    	flex-direction: column;
        padding: 30px 22px;
    }
    .full-text-imge .text.left,
    .full-text-imge .text.right {
    	width: 100%;
        margin-bottom: 40px;
    }
    .full-text-imge .text.left .align-right,
    .full-text-imge .text.right .align-right {
    	padding: 0;
    }
    .full-text-imge .text.left .align-right h3, .full-text-imge .text.right .align-right h3 {
    	text-align: center;
        font-size: 22px;
    }
    .full-text-imge .text.left .align-right p, .full-text-imge .text.right .align-right p {
    	font-size: 16px;
        margin: 30px 0;
    }
    .full-text-imge .text.left .align-right span, .full-text-imge .text.right .align-right span {
	    font-size: 15px;
	    width: 150px;
	    padding: 10px 22px;
	    box-sizing: border-box;
	    margin-left: 50%;
	    position: relative;
	    left: -75px;
    }
    .full-text-imge .image {
	    width: calc(100% + 44px);
	    margin-left: -22px;
    }
    .full-text-imge.bgcolor {
    	flex-direction: column-reverse;
    	background: #ffffff;
    }
    .full-text-imge.last {
    	padding-bottom: 0;
    }
}

/*//poster graduate sstudy*/
.all-schools {
	max-width: calc(1200px - 70px);
    margin: 70px auto 60px auto;
}
.all-schools p {
    color: #36424b;
    text-align: center;
    font-size: 18px;
    line-height: 2;
    max-width: 1000px;
    margin: 0 auto 40px auto;
}
.all-schools .school-image {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 22px;
}
.all-schools .school-image div {
    width: 280px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.all-schools .center-outer {
	text-align: center;
	margin-top: 30px;
}
.all-schools .center-outer span {
	padding: 15px 25px;
    background: #d63d1f;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-style: italic;
    width: 172px;
    box-sizing: border-box;
}
.all-schools .school-image .management{
    background-image: url('../media/management.png');
	background-size: cover;
	background-position: center;
	color: #fff;
}
.all-schools .school-image .enginereer{
    background-image: url('../media/enginereer.png');
	background-size: cover;
	background-position: center;
	color: #fff;
}
.all-schools .school-image .doctorSchool{
    background-image: url('../media/doctorSchool.png');
	background-size: cover;
	background-position: center;
	color: #fff;
}
.all-schools .school-image .mouseSchool{
    background-image: url('../media/mouseSchool.png');
	background-size: cover;
	background-position: center;
	color: #fff;
}
.all-schools .school-image .artSchool{
    background-image: url('../media/artSchool.png');
	background-size: cover;
	background-position: center;
	color: #fff;
}
.all-schools .school-image .law{
    background-image: url('../media/law.png');
	background-size: cover;
	background-position: center;
	color: #fff;
}
.all-schools .school-image .nurse{
    background-image: url('../media/nurse.png');
	background-size: cover;
	background-position: center;
	color: #fff;
}
.all-schools .school-image .socialSchool{
    background-image: url('../media/socialSchool.png');
	background-size: cover;
	background-position: center;
	color: #fff;
}

.apply-process{
	background-image: url('../media/apllyprocessbg.png');
	background-size: cover;
	background-position: center;
	color: #fff;
}
.apply-process h3{
    padding: 60px 0 48px 0;
    text-align: center;
    font-size: 36px;
}
.apply-process .table-contain {
	max-width: calc(1200px - 70px);
    margin: 0 auto;
    background: #fff;
    color: #36424b;
    padding: 50px 70px;
    box-sizing: border-box;
}
.apply-process .table-content {
	border: 1px solid #bdd6ea;
    border-top: none;
    margin-bottom: 50px;
}
.apply-process .table-content .title{
    font-size: 18px;
    background: #015496;
    color: #fff;
    height: 48px;
    line-height: 48px;
    padding-left: 46px;
    border-top: 3px solid #d63d1f;
}
.apply-process .table-content .item {
	height: 45px;
    line-height: 45px;
    display: flex;
}
.apply-process .table-content .item.grey{
	background: #f5f5f5;
}
.apply-process .table-content .item span {
	width: 50%;
    padding-left: 46px;
    font-size: 16px;
}
.apply-process .center-outer {
	text-align: center;
}
.apply-process .center-outer span {
    padding: 15px 25px;
    background: #d63d1f;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-style: italic;
    width: 172px;
    box-sizing: border-box;
}
.tuition-fee{
	background-image: url('../media/tuitionfee.png');
	background-size: cover;
	background-position: center;
	padding: 86px 0 100px 0;
}
.tuition-fee .main-content {
	max-width: calc(1200px - 70px);
    margin: 0 auto;
}
.tuition-fee .main-content h3 {
	font-size: 36px;
    color: #015496;
    text-align: center;
    margin-bottom: 58px;
}
.tuition-fee .main-content div {
	display: flex;
    justify-content: space-between;
}
.tuition-fee .main-content p {
	font-size: 22px;
    color: #36424b;
}
.tuition-fee .main-content span {
	padding: 15px 25px;
    background: #d63d1f;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-style: italic;
    width: 172px;
    box-sizing: border-box;
}
@media screen and (max-width: 768px) { 
	.all-schools { 
	    margin-top: 30px;
	    padding: 0 22px;
	    margin-bottom: 30px;
	}
	.all-schools p {
		font-size: 16px;
        line-height: 2;
	}
	.all-schools .school-image div {
		margin-bottom: 30px;
	    width: 48%;
	    height: 90px;
	}
	.all-schools .center-outer {
		margin-top: 0;
	}
	.apply-process h3 {
		font-size: 22px;
        padding: 25px 0;
	}
	.apply-process .table-contain {
		width: calc(100% - 44px);
        padding: 26px;
	}
	.apply-process .table-content .title {
		padding: 12px;
	    height: auto;
	    line-height: 1.5;
	    font-size: 13px;
	}
	.tuition-fee {
		padding: 39px 22px;
	}
	.tuition-fee .main-content h3 {
		font-size: 22px;
        margin-bottom: 25px;
	}
	.tuition-fee .main-content div {
		flex-direction: column;
	}
	.tuition-fee .main-content p {
		text-align: center;
        font-size: 16px;
	}
	.tuition-fee .main-content span {
		margin-left: 50%;
	    position: relative;
	    left: -86px;
	    margin-top: 30px;
	}
	.apply-process .table-content .item {
		flex-direction: column;
	    height: auto;
	    font-size: 13px;
	    line-height: 30px;
	}
	.apply-process .table-content .item span {
	    font-size: 13px;
	    padding: 0 13px;
	    width: 100%;
	    box-sizing: border-box;
	}
}

/*//poster graduate sstudy*/

.subject {
	background-image: url('../media/tuitionfee.png');
	background-size: cover;
	background-position: center;
	padding: 72px 0;
}
.subject h3 {
	color: #015496;
    font-size: 36px;
    text-align: center;
}
.subject .main-content {
	max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 70px auto;
}
.subject .main-content div {
    width: 280px;
    height: 100px;
    font-size: 22px;
    /* font-weight: bold; */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #015496;
    margin-bottom: 20px;
    color: #ffffff;
    border-top: 3px solid #d63d1f;
    margin-right: 18px;
}
.subject .layout-center {
	text-align: center;
}
.subject .layout-center span {
	padding: 15px 25px;
    background: #d63d1f;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-style: italic;
    width: 172px;
    box-sizing: border-box;
}
.student-say {
	padding: 80px 0;
}
.student-say h3 {
	color: #015496;
    font-size: 36px;
    text-align: center;
}
.student-say p {
	max-width: 1130px;
    margin: 52px auto;
    background: #f1f6f9;
    color: #36424b;
    font-size: 22px;
    line-height: 2;
    box-sizing: border-box;
    padding: 46px 116px;
    border-radius: 8px;
    position: relative;
}
.student-say p span:first-child {
	position: absolute;
    left: 36px;
}
.student-say p span:last-child {
	position: absolute;
    right: 36px;
}
.student-say .student-img {
	display: flex;
    justify-content: center;
}

.student-say .student-img .content-main {
	display: flex;
}
.student-say .student-img .content-main .text-area {
	display: flex;
    flex-direction: column;
    color: #36424b;
    margin-left: 28px;
    justify-content: space-evenly;
}
.student-say .student-img .content-main .text-area span:first-child {
	font-size: 26px;
	font-weight: bold;
}
.student-say .student-img .content-main .text-area span:last-child {
	font-size: 22px;
	color: #7f878c;
}
.position-place {
    background-image: url('../media/position-place.png');
	background-size: cover;
	background-position: center;
	padding: 100px 0;
}
.position-place .main-content {
	max-width: 1200px;
    margin: 0 auto;
    color: #fff;
    padding: 0 35px;
    box-sizing: border-box;
}
.position-place h3 {
	font-size: 40px;
    margin-bottom: 40px;
}
.position-place p {
	font-size: 22px;
    line-height: 2;
    max-width: 60%;
}

.narrow.destination a{
	font-size: 20px;
    color: #015496;
    width: 100%;
    display: block;
    line-height: 44px;
    text-decoration: underline;
}
.narrow.destination a + span {
	color: #7f878c;
    font-size: 18px;
    display: block;
}
.narrow.destination .right-half p {
	font-size: 22px;
    color: #36424b;
    line-height: 44px;
}
.narrow.destination .right-half p:last-child {
    color: #015496;
    text-decoration: underline;
}
body.postgraduate .number-data .data-main{
    padding: 90px 0 10px 0;
}
@media screen and (max-width: 768px) {
	body.postgraduate .number-data .data-main .data-content {
		width: calc(38% - 2px);
	}
	.subject {
		padding: 32px 22px;
        box-sizing: border-box;
	}
	.subject h3 {
		font-size:22px;
	}
	.subject .main-content {
	    margin: 32px 0 20px 0;
	    justify-content: space-between;
	}
	.subject .main-content div {
		width: 48%;
	    margin-right: 0;
	    height: 50px;
	    font-size: 16px;
	}
	.subject .layout-center span {
		padding: 10px 35px;
	    width: auto;
	    font-size: 15px;
	}
	.student-say {
		padding: 32px 22px;
	}
	.student-say h3 {
		font-size: 22px;
	}
	.student-say p {
		margin-top: 32px;
	    font-size: 16px;
	    padding: 35px 30px;
	}
	.student-say p span:first-child {
		left: 6px;
        top: 23px;
	}
	.student-say p span img {
		width: 20px;
	}
	.student-say p span:last-child {
		right: 20px;
        bottom: 20px
	}
	.student-say .student-img .content-main {
		flex-direction: column;
        justify-content: center;
	}
	.student-say .student-img .content-main div {
		text-align: center;
		margin: 0!important;
	}
	.student-say .student-img .content-main .text-area span:first-child {
		font-size: 18px;
	}
	.student-say .student-img .content-main .text-area span:last-child {
		font-size: 14px;
	}
	.position-place {
		padding: 32px 0;
	}
	.position-place h3 {
		font-size: 22px;
        text-align: center;
	}
	.position-place p {
		max-width: 100%;
	    padding: 0 22px;
	    font-size: 16px;
	    padding: 0;
	}
	.narrow.destination a {
		font-size: 15px;
	}
	.narrow.destination a + span {
		font-size: 14px;
	}
	.narrow.destination .right-half p {
		font-size: 16px;
	}
	body.postgraduate .number-data .data-main {
        padding: 30px 0 10px 0;
	}
	.your-team .main-content,
	.carrer-plan .main-content {
		padding: 0;
	}
}

/*undergrand student application page */
@media screen and (max-width: 768px) {
    body.underground .narrow-not-video .img-left-text-right {
    	flex-direction: column-reverse;
        padding-top: 10px;
    }
    body.underground .narrow-not-video .img-left-text-right .imge-left {
    	width: calc(100% - 44px);
        margin-left: 22px;
    }
    body.underground .narrow-not-video .img-left-text-right .text-right {
    	width: 100%;
        font-size: 16px;
    }
    body.underground .narrow-not-video .img-left-text-right .text-right p {
    	font-size: 16px;
	    line-height: 2;
	    margin-bottom: 10px;
    }
    body.underground .data-main {
    	justify-content: center;
    }
    body.underground .data-content {
    	width: calc(33% - 34px);
	    padding: 15px;
	    max-width: inherit;
    }
    body.underground .narrow.destination .right-half div ul + span {
    	font-size: 15px;
	    padding: 10px 13px;
	    display: table;
	    margin-top: 30px;
    }
    .register-now .main-content {
    	margin: 42px 0;
    }
    .register-now .main-content h3 {
    	font-size: 22px;
        margin-bottom: 26px;
    }
    .register-now .main-content div {
    	flex-direction: column;
    }
    .register-now .main-content div p {
    	font-size: 16px;
	    width: 100%;
	    padding: 0 22px;
	    box-sizing: border-box;
    }
    .register-now .main-content div span {
    	font-size: 15px;
        padding: 10px 13px;
    }
    .virtual-travel {
    	padding: 42px 0;
    }
    .virtual-travel h3 {
    	font-size: 22px;
    }
    .virtual-travel p {
    	margin: 36px 0;
	    font-size: 16px;
	    padding: 0 22px;
	    line-height: 2;
    }
    .virtual-travel .center-outer span {
    	font-size: 15px;
        padding: 10px 13px;
    }
    .working-carrer .banner-text text {
    	font-size: 15px;
    }
    .mobile-toggle-header .image-right {
    	margin-right: 15px;
    }
    .apply-table h3 {
    	font-size: 22px;
        margin: 42px 0 30px 0;
    }
    .apply-table .main-title {
    	background: #fff;
	    flex-direction: column;
	    padding: 22px;
	    box-sizing: border-box;
    }
    .apply-table .main-title .content-title-01, .apply-table .main-title .content-title-02, .apply-table .main-title .content-title-03, .apply-table .main-title .content-title-04 {
    	font-size: 17px;
	    box-sizing: border-box;
	    padding: 11px;
	    background: #f5f5f5;
	    color: #015496;
	    border: navajowhite;
	    margin-bottom: 10px;
	    border-top: 2px solid #d63d1f;
    }
    .apply-table .main-content {
    	padding: 0 22px;
    }
    .apply-table .main-content .table-content-style p {
    	font-size: 16px;
        line-height: 2;
    }
    .apply-table .main-content .table-content-style .table {
    	margin-top: 22px;
    }
    .apply-table .main-content .table-content-style .table .table-title div:first-child {
    	font-size: 15px;
	    padding-left: 11px;
	    width: 70%;
    }
    .apply-table .main-content .table-content-style .table .table-title div:last-child {
    	width: 30%;
	    font-size: 15px;
	    padding-left: 11px;
	    padding: 0;
    }
    .apply-table .main-content .table-content-style .table .white div:first-child, .apply-table .main-content .table-content-style .table .grey div:first-child {
    	font-size: 15px;
        padding-left: 11px;
        width: 70%;
    }
    .apply-table .main-content .table-content-style .table .white div:last-child, .apply-table .main-content .table-content-style .table .grey div:last-child {
    	width: 30%;
    }
    .apply-table .main-content .table-content-style .center-outer span {
    	font-size: 15px;
        padding: 10px 13px;
    }
    .apply-table.scholaship h3 {
    	margin: 38px 0;
    }
    .apply-table.scholaship h3 ~ p {
    	font-size: 16px;
        padding: 0 22px;
    }
    .apply-table.scholaship .main-title {
    	margin-top: 0;
    }
    .apply-table.scholaship .main-content {
    	border: none;
    }
    .apply-table .main-content .table-content-style p.comments {
    	font-size: 13px;
    	margin-top: 10px;
        margin-bottom: 10px;
    }
    .main-title.up .active ~ div {
    	display: none;
    }
    .main-title.down .active,
    .main-title.down .before {
    	display: none;
    }
    .apply-table .main-title div[class^='content-title-'].active {
    	background: #f5f5f5;
	    color: #015496;
	    border: navajowhite;
	    margin-bottom: 15px;
	    border-top: 2px solid #d63d1f;
	    font-weight: bold;
    }
    .mobile-border-use {
    	border: 1px solid #a8c9e3;
        margin: 0 22px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px){
	.banner .banner-text {
	    max-width: 50vw;
	    margin-left: -50vw;
	    padding-left: 35px;
	    box-sizing: border-box;
	}
}
@media screen and (min-width: 1200px) {
	.banner .banner-text {
	    max-width: 1200px;
	    padding-left: 35px;
	    box-sizing: border-box;
	}
}
/*form css*/
.form-container {
	background: #f6f4f4;
	display: inline-block;
    width: 100%;
    padding: 0 35px;
    box-sizing: border-box
}
.form-container .center-content {
	max-width: calc(1200px - 70px);
	padding: 30px 40px;
	background: #fff;
	margin: 30px auto;
	box-sizing: border-box;
}
.form-container .center-content h2 {
	font-size: 30px;
	color: #015496;
}
.form-container .center-content h3 {
    font-size: 18px;
	color: #015496;
	margin: 30px 0;
	height: 50px;
	background: #f5f5f5;
	line-height: 50px;
	padding: 0 19px;
	max-width: 60%;
}
.form-container .center-content label{
	font-size: 16px;
	color: #333333;
	margin-bottom: 17px;
	display: block;
}
.form-container .center-content input {
	margin-bottom: 20px;
	max-width: 30%;
	width: 100%;
	height: 40px;
	padding: 0 18px;
	box-sizing: border-box;
	display: block;
}
.form-container .center-content select {
	height: 40px;
    max-width: 50%;
    box-sizing: border-box;
    width: 30%;
    font-size: 16px;
    padding: 0 14px;
    color: #999999;
    appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  background: url(../media/arrow-down.png) no-repeat scroll right center transparent;
      background-position: center right 10px;
}
.birthday {
	margin-bottom: 20px;
	max-width: 30%;
}
.birthday-container {
	display: flex;
	justify-content: space-between;
}
.birthday-container .year {
	max-width: 40%!important;
}
.birthday-container .month {
	max-width: 28%!important;
}
.birthday-container .day {
	max-width: 28%!important;
}
.condition-content {
	display: flex;
	margin-top: 20px;
}
.condition-content label {
	width: 20%;
    display: flex!important;
    justify-content: initial;
    align-items: center;
}
.condition-content input {
	width: 22px!important;
	margin: 0 10px 0 0!important;
}
.submite-button {
	font-size: 18px;
    height: 45px;
    text-align: center;
    background: #015496;
    border: none;
    color: #fff;
    max-width: 14%;
    width: 100%;
    border-radius: 5px;
    margin: 30px 0;
}
.required label:after {
    content: "*";
    color: #ff0000;
    width: 5px;
    height: 5px;
}

.agree-condition.required label:after,
.UScitizen.required label:after{
	content: "";
}
.agree-condition.required span:after,
.UScitizen.required span:after{
	content: "*";
    color: #ff0000;
    width: 5px;
    height: 5px;
    margin: 5px;
}
.last-booton {
	padding-bottom: 30px;
}
#distpicker .cityArea{
	display: flex;
    max-width: 30%;
    box-sizing: border-box;
    justify-content: space-between;
    margin: 17px 0;
}
#distpicker .cityArea select {
	width: 49%;
}

@media screen and (max-width: 767px) {
    .form-container {
    	padding: 0 17px;
    }
    .form-container {
    	padding: 0;
    }
    .form-container .center-content h3 {
    	max-width: 100%;
    	width: 100%;
    	box-sizing: border-box;
    }
    .form-container .center-content {
    	margin: 0;
    	padding-left: 25px;
        padding-right: 25px;
    }
	.form-container section,
	.birthday,
	.form-container .center-content input,
	.form-container .center-content select,
	#distpicker .cityArea {
		max-width: 100%;
	}
	.condition-content label {
		width: 50%;
	}
	.submite-button {
	    max-width: 100%;
	}
	.gender select,
	.your-degree  select{
		width: 100%!important;
	}
}
.alink {
	cursor: pointer;
}
.mt30 {
	margin-top: 30px;
}
.required.error {
	background-color: #fcc;
}
a.detect-more {
    background: #d63d1f;
    border-radius: 5px;
    color: #fff!important;
    display: inline-block!important;
    font-style: italic;
    width: auto!important;
    text-decoration: none!important;
    box-sizing: border-box;
    padding: 8px 25px;
    font-size: 22px!important;
}
@media screen and (max-width: 767px) {
	a.detect-more {
		font-size: 16px!important;
        padding: 6px 20px;
	}
	.apply-table .main-content .table-content-style .table .white, .apply-table .main-content .table-content-style .table .grey {
		min-height: 46px;
		height: auto;
	}
}

@media screen and (min-width: 768px) { 
    .apply-table .main-title {
    	padding: 0 35px;
        box-sizing: border-box;
    }
    .apply-table .main-content {
    	max-width: calc(1200px - 70px);
    }
    .apply-table.scholaship h3 ~ p {
    	padding: 0 35px;
        box-sizing: border-box;
    }
    .register-now .main-content {
    	padding: 0 35px;
        box-sizing: border-box;
    }
    .virtual-travel p {
    	margin: 73px auto;
        max-width: calc(1200px - 70px);
    }
    .all-schools p {
    	max-width: calc(1200px - 70px);
    }
    .narrow.destination .left-half div {
    	padding-left: 35px;
        box-sizing: border-box;
    }
}
.content-title-03.table-content-style .table{
	margin-top: 0!important;
}
.application-question {
    max-width: 80%;
    font-size: 16px;
    line-height: 28px;
    color: #7f878c;
    margin-bottom: 22px;
}
nav div:hover ul li a {
    font-size: 16px;
}
.all-schools .school-image div {
	position: relative;
}
.all-schools .school-image div .img-bg{
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background-color: #000e2f;
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
}
.all-schools .school-image div .img-text {
	position: relative;
    z-index: 2;
}
.all-schools .school-image div:hover > .img-bg{
    opacity: .8;
}
.special-h3 {
    margin-bottom: 10px!important;
}
.special-p {
    text-align: center;
    font-size: 18px;
    color: #36424b;
    line-height: 34px;
    margin-bottom: 61px;
}
.special-title {
    height: auto!important;
    line-height: 1.5!important;
    padding: 10px 0;
    box-sizing: border-box;
}
.mail-link a{
    font-size: 22px!important;
}
.carrer-plan .main-content .content-container .column.customize h5{
	padding-left: 30px;
    font-size: 20px;
}
.carrer-plan .main-content .content-container .column.customize h5 + p {
	padding-top: 6px;
}

.carrer-plan .main-content .content-container .column .center-outer.position-center {
    position: absolute;
    bottom: 0;
    margin-left: 120px;
}

@media screen and (max-width: 767px) {
    .carrer-plan .main-content .content-container .column .center-outer.position-center{
        position: inherit;
        margin: 0;
    }
    .carrer-plan .main-content .content-container .column.customize h5 {
        font-size: 16px;
    }
}
.color-white {
	color: #fff!important;
}
.top20 {
	margin-top: 20px;
}

/*contact page*/
.banner-slide-static {
	position: relative;
}
.banner-slide-static img{
	width: 100%;
}
.banner-slide-static h1 {
    font-size: 42px;
    font-family: 'SourceHanSansCNMedium';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    color: #fff;
}
.body-main-content {
  	/* background-image: url(../media/point-top-left.png), url(../media/point-botton-right.png); */
	background-position: top left, bottom right;
	background-repeat: no-repeat, no-repeat;
	background-size: 40%;
	margin-top: -20px;
}
body.contact-us .top-infomation {
	max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding-top: 50px;
}
body.contact-us .top-infomation .text-left {
	width: 60%;
    display: block;
    font-size: 18px;
    line-height: 38px;
    color: #333333;
}
body.contact-us .top-infomation img {
	width: 30%;
}
body.contact-us .main-infor {
	max-width: 1200px;
    margin: 0 auto;
}
body.contact-us .main-infor p {
	font-size: 18px;
    line-height: 38px;
    color: #333333;
}
body.contact-us .main-infor a {
	display: block;
    color: #7a003c;
    font-style:italic;
    text-decoration: underline;
}
body.contact-us .main-infor a.download-link {
	font-style: normal;
    font-family: 'SourceHanSansCNExtraBold';
    padding: 50px 0 150px;
}
body.contact-us .main-infor .border-left-text {
	font-size: 24px;
    line-height: 24px;
    margin-top: -30px;
    border-left-color: #7a003c;
    margin-bottom: 0;
}
body.contact-us .main-infor .follow-section {
	 padding-top: 50px;
}
body.contact-us .main-infor .follow-section.first {
	 border-top: 1px solid #7a003c; 
	 margin-top: 6px;
}
body.contact-us .main-infor .follow-section.first .img-container img {
	width: 20%;
    margin-right: 24px;
}
body.contact-us .main-infor .follow-section .img-container{
    display: flex;
    margin-top: 24px;
}
body.contact-us .main-infor .follow-section .img-container img {
	max-width: 55%;
}
/*healthSciences*/
body.major {
	background: #f8f8f8;

}
body.healthSciences .banner-slide-static h1,
body.socialSciences .banner-slide-static h1{
	left: 4%;
}
.top-school-infomation {
	max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding-top: 50px;
}
.top-school-infomation .school-description {
	width: 45%;
    display: block;
    font-size: 18px;
    line-height: 38px;
    color: #333333;
}
.top-school-infomation .school-description span.red {
	color: #7a003c;
}
.top-school-infomation .school-description h3 {
	font-size: 36px;
    color: #7a003c;
    margin-bottom: 35px;
}
.top-school-infomation .school-description p{
	line-height: 34px;
}
.mb-26 {
	margin-bottom: 26px;
}
.top-school-infomation img{
	width: 45%;
}
.course-plan {
	background: #fff;
    display: flex;
    flex-direction: column;
    padding-bottom: 90px;
}
.course-plan h2,
.education-style h2{
    font-size: 36px;
    line-height: 80px;
    margin: 60px auto;
    display: block;
    text-align: center;
    color: #7a003c;
}
.course-plan .max-1200 {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    border: 1px solid #f0f0f0;
    border-top: 5px solid #7a003c;
}
.course-plan .max-1200 .title-wrapper {
	min-height: 86px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    width: 300px;
    padding-right: 20px;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
    background: #fff;
    cursor: pointer;
}
.course-plan .max-1200 .title-wrapper.active {
	background: #7a003c;
    color: #fff;
    border: none;
    position: relative;
}
.course-plan .max-1200 .title-wrapper.active h3{
	border-left-color: #ffc862;
    color: #fff;
}
.course-plan .max-1200 .major-title {
	background: #f8f8f8;
}
.course-plan .max-1200 .title-wrapper.active:after {
	content: "";
    background: #7a003c;
    width: 18px;
    height: 18px;
    position: absolute;
    transform: rotate(45deg);
    right: -9px;
}
.course-plan .max-1200 .title-wrapper h3 {
	font-size: 22px;
    margin: 0;
    border-left-color: #7a003c;
    line-height: 28px;
    color: #333;
}
.course-plan .max-1200 .major-description {
    color: #333333;
    padding: 50px 70px;
    font-size: 18px;
    line-height: 34px;
    box-shadow: -5px 0px 5px 1px #ececec;
}
.course-plan .max-1200 .major-description p {
	margin-bottom: 20px;
}
.course-plan .max-1200 .major-description p.hightlight-point {
	color: #7a003c;
    font-style: italic;
}
.education-style .max-1200 {
    background: #fff;
    border: 1px solid #ded5da;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 128px;
    padding: 45px 45px 70px 45px;
    box-sizing: border-box;
    border-top: 5px solid #7a003c;
}
.education-style .max-1200 h3.border-left-text {
	font-size: 24px;
}
.education-style .max-1200 p {
	font-size: 18px;
    line-height: 34px;
    margin-bottom: 22px;
    color: #333333;
}
.education-style .max-1200 .education-style-section:not(.first){
    border-top: 1px solid #ded5da;
    margin-top: 50px;
    padding-top: 55px;
}
body.major .body-main-content {
  	/* background-image: url(../media/point-top-left.png); */
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: -20px;
}
.description-content.hide {
	display: none;
}
b {
	font-family: "SourceHanSansCNExtraBold";
}
.seniar-class {
	margin-top: 46px;
}
.seniar-class h3 {
	font-size: 18px;
    color: #fff;
    display: inline-block;
    background: #7a003c;
    padding: 10px;
    width: 176px;
    margin: 0;
}
.seniar-class ul {
	border-top: 1px solid #ececec;
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    line-height: 34px;
    list-style: none;
    padding-top: 20px;
}
.seniar-class ul li{
	width: 33%;
    margin: 10px 0;
    display: flex;
    align-items: center;
}
.seniar-class ul li:before {
	display: block;
    content: "";
    width: 4px;
    height: 4px;
    background: #7a003c;
    margin-right: 8px;
    border-radius: 50%;
}
.mb-50 {
	margin-bottom: 50px!important;
}
p.point-before {
	display: flex;
    align-items: center;
}
p.point-before:before {
	display: block;
    content: "";
    width: 4px;
    height: 4px;
    background: #7a003c;
    margin-right: 8px;
    border-radius: 50%;
}
p.link-inside {
	color: #7a003c;
}
p.link-inside a {
	 color: #7a003c;
    text-decoration: underline;
}
.course-plan.normal .max-1200 {
    flex-direction: column;
    padding: 60px 46px;
    box-sizing: border-box;
    font-size: 18px;
    color: #333333;
    line-height: 34px;
}
.course-plan.normal .max-1200 p:first-child {
	margin-bottom: 20px;
}

/*.engineering .top-school-infomation {
	flex-direction: column;
}*/
.engineering .top-school-infomation > p {
	font-size: 18px;
    line-height: 34px;
    margin-bottom: 48px;
}
.engineering .top-school-infomation .description-element {
	display: flex;
	justify-content: space-between;
}
.engineering .description-element{
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}
.engineering .description-element .info-element {
	margin-bottom: 30px;
    width: 24%;
    height: auto;
}
.colums-3 {
	width: 32%;
}
.colums-3.images {
	display: flex;
    align-items: end;
}
.colums-3.images img {
	width: 100%;
}
.info-element {
	padding: 35px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    background: #fff;
    border-top: 3px solid #7a003c;
    display: inline-block;
    flex-direction: column;
    height: fit-content;
    margin-bottom: 30px;
}
.info-element h4 {
	font-family: 'SourceHanSansCNMedium';
    text-align: center;
    color: #7a003c;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 20px;
}
.max-1200.no-bd-bg {
	background: none;
    border: none;
}
.engineering .education-style > h2{
    margin-bottom: 0;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.engineering .education-style .max-1200  {
    padding-top: 26px;
    margin-bottom: 0;
}
.engineering .education-style .max-1200 > p {
	text-align: center;
    max-width: 80%;
    margin: 0 auto;
}
.engineering .education-style .max-1200 .edu-style-content {
	display: flex;
    justify-content: space-between;
}

.engineering .education-style {
		min-height: 500px;
	  	/* background-image: url(../media/point-botton-top.png); */
		background-position: top right;
		background-repeat: no-repeat;
		background-size: 40%;
}
.science .course-plan .max-1200  {
	flex-direction: column;
    border: none;
}
.course-section {
	width: 100%;
}
.course-section h3{
	font-size: 22px;
    background: #7a003c;
    height: 60px;
    color: #fff;
    padding: 22px;
    box-sizing: border-box;
    line-height: 1;
}
.course-section p.title {
    padding: 40px 46px 0 46px;
    font-size: 18px;
    line-height: 34px;
    font-family: 'SourceHanSansCNMedium';
}
.course-section .course-section-centent > p:not(.title) {
	padding: 10px 46px 0 46px;
    font-size: 18px;
    line-height: 34px;
}
.course-sub-section {
	margin-top: 40px;
}
.course-sub-section > h3 ~ p,
.course-sub-section > h3 ~ .sm-tab {
	display: none;
}
.course-sub-section.active > h3 ~ p,
.course-sub-section.active > h3 ~ .sm-tab {
	display: block;
}
.course-sub-section h3 {
    height: 60px;
    background: #f8f8f8;
    font-size: 22px;
    padding-left: 46px;
    color: #333;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    cursor: pointer;
}
.course-sub-section h3 img {
	width: 18px;
    margin-right: 10px
}
 .course-sub-section.no-top-mg {
 	margin-top: 0;
 }
.course-sub-section > p {
	padding: 10px 46px 0 76px;
    font-size: 18px;
    line-height: 34px;
}
.course-sub-section .sm-tab {
	padding: 10px 46px 0 76px;
    font-size: 18px;
    line-height: 34px;
}
.course-sub-section .sm-tab h4 {
	margin: 10px 46px 0 0;
    background: #7a003c;
    width: 180px;
    color: #fff;
    border-left: 3px solid #ffc862;
    padding-left: 10px;
}
.course-sub-section .sm-tab h4 + ul {
	font-size: 18px;
    line-height: 34px;
    list-style: none;
    margin: 0 46px 0 0;
    border-top: 1px solid #ececec;
    padding-left: 16px;
    margin-bottom: 40px;
}
.course-sub-section .sm-tab h4 + ul li {
	width: 33%;
    margin: 10px 0;
    display: flex;
    align-items: center;
}
.course-sub-section .sm-tab h4 + ul li:before{
	content: "";
    width: 4px;
    height: 4px;
    background: #7a003c;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(122, 0, 60);
    margin-right: 8px;
    border-radius: 50%;
}
.mt-40 {
	margin-top: 40px;
}
.course-section .course-section-centent .major-title{
    display: flex;
    height: 60px;
    background: #fff;
    margin-top: 40px;
}
.course-section .course-section-centent .major-title .title-wrapper {
    display: flex;
    align-items: center;
    padding-left: 20px;
    width: 268px;
    padding-right: 20px;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
    background: #fff;
    cursor: pointer;
    min-height: auto;
    height: 60px;
    padding: 0;
    text-align: center;
}
.course-section .course-section-centent .major-title .title-wrapper h3 {
	font-size: 22px;
    margin: 0;
    border-right: 1px solid #eeeeee;
    line-height: 1;
    color: #333;
    width: 100%;
    color: #666666;
    border-left: none;
    background: #fff;
    border-top: 1px solid #eeeeee;
    display: flex;
    justify-content: center;
    align-items: center;
}
.course-section  .course-section-centent .major-title .title-wrapper.active h3 {
	border-top: 4px solid #ffc862;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    background: #7a003c;
}
.course-section  .course-section-centent .major-title .title-wrapper.active:after {
	display: none;
}
.course-section .course-section-centent .major-description {
	border: 1px solid #eeeeee;
    box-shadow: none;
    padding: 50px 48px;
}
.education-style .course-section {
	max-width: 1200px;
    margin: 0 auto;
    background: #fff;
}
.education-style .course-section ul {
	font-size: 18px;
    line-height: 34px;
    list-style: none;
    margin-bottom: 40px;
    padding: 20px 46px 0 46px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
}
.education-style .course-section ul li {
	margin: 10px 0;
    display: flex;
    align-items: center;
    width: 50%;
}
.education-style .course-section ul li::before {
	content: "";
    width: 4px;
    height: 4px;
    background: #7a003c;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(122, 0, 60);
    margin-right: 8px;
    border-radius: 50%;
	
}
.mb-100 {
	margin-bottom: 100px;
}
.business .education-style p {
	padding: 10px 46px 0 46px;
    font-size: 18px;
    line-height: 34px;
}
.mt-40px{
	margin-top: 40px;
}
.business .education-style p:last-child {
	padding-bottom: 50px;
}

.business .seniar-class {
	margin: 40px 46px 0;
}
.business .seniar-class  h3 {
	width: auto;
}
.business .seniar-class ul {
	background: #f8f8f8;
    padding: 20px 30px;
}
.business .seniar-class ul li {
	width: 50%;
}
.main-color {
	color: #7a003c;
}
.business .colums{
	margin: 20px 44px 50px;
    display: flex;
    justify-content: space-between;
}
.business .colums .colums-3 {
	padding: 29px;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    font-size: 18px;
    line-height: 34px;
}






/* lut000 追加的公用css */
:root{
    --bg-color-1:#7a003c;
    --bg-color-2:#f3c65d;
    --text-color-1:#7a003c;
    --text-color-2:#f3c65d;
}

li{
    list-style: none;
}

.w-1400{
    width: 1400px;
    margin:auto;
}
.banner-botton-title {
	font-size: 36px;
    color: #7a003c;
    margin-bottom: 35px;
}
.science .top-school-infomation .school-description {
	margin: 50px 0;
}
.science .top-school-infomation {
	align-items: end;
}
body.business .banner-slide-static h1{
	left: 5%;
}


/* 底部导航样式 */
.nav-link-section{
    padding: 20px 0 30px;
    background-color: #5f6a71;
}
.use-nav-list{
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 40px;
}
.use-nav-list>li>a{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.use-nav-list>li>ul{
    margin-top: 20px;
}
.use-nav-list>li>ul>li>a{
    font-size: 16px;
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.use-nav-list>li>ul>li+li{
    margin-top: 10px;
}

/* 右侧悬浮导航 */
.float-pop-link-section{
    z-index: 20;
    position: fixed;
    top:50%;
    right: 2px;
    transform: translateY(-50%);
}
.float-pop-link-section>li{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #79053c;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.float-pop-link-section>li+li{
    margin-top: 2px;
}
.float-pop-link-section>li>img{
    display: block;
    width: 32px;
}
.float-pop-link-section>li>div{
    z-index: 10;
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    width: 7em;
    line-height: 60px;
    text-align: center;
    background-color: #79053c;
}

.float-pop-link-section>li:hover>div{
    display: block;
}

.float-pop-link-section>li>div.float-code-div{
    padding: 10px;
    line-height: inherit;
    background-color: #fff;
    box-shadow: 0 0 10px #aaa;
}



.float-pop-link-section .float-code-div>img{
    display: block;
    width: 100%;
}

/* 二维码弹框 */
.code-pop-view{
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
}
.code-pop-view>button{
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 44px;
    height: 44px;
    padding: 10px;
    outline: none;
    background-color: transparent;
    border: none;
}
.code-pop-view>button>svg{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    fill: #fff;
}
.code-pop-view.active{
    height: 100vh;
}
.code-pop-view>div>img{
    display: block;
    margin: auto;
}
.code-pop-view>div>p{
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
    color: #fff;
}
.code-pop-view>div+div{
    margin-left: 60px;
}




@media screen and (max-width: 1400px) {
    div.w-1400{
        width: 1200px;
    }
    header{
        height: auto;
    }
    nav {
        font-size: 18px;
    }
}
.width-100 {
    width: 100%!important;
}
.color-red{
    color: #850044!important;
}
@media screen and (max-width: 1300px) {
    .use-nav-list{
        gap: 15px;
    }
}

@media screen and (max-width: 1200px) {
    div.w-1400{
        width: 100%;
    }
    .nav-link-section{
        padding: 20px 30px 30px;
    }
    .use-nav-list{
        grid-template-columns:1fr 1fr 1fr 1fr;
    }
}

/* 移动端公用样式写在这里 */
@media screen and (max-width: 768px) {
    html,body{
        width: 100%;
    }
	header {
        z-index: 100;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        padding: 10px 0;
        height: 43px;
        border-bottom-width: 2px;
        overflow: hidden;
	}
	.logo {
        flex-shrink: 0;
        margin-left: 15px;
        width: 100px;
	}
    .logo>img+img{
        display: block;
    }

    .header-outer {
        display: flex;
	    justify-content: space-between;
        align-items: center;
		width: 100%;
	    
	}
	nav {
		box-sizing: border-box;
        display: none;
		position: fixed;
        left: 0;
        top: 0;
	    z-index: 100;
	    height: 100%;
	    width: 100%;
        padding-top: 43px;
        overflow-y: auto;
	    background: #f0f0f0;
	}
    nav>div{
        box-sizing: border-box;
        margin: 0;
        padding: 0 16px;
        font-size: 14px;
    }
    nav a{
        color: #7a003c;
    }
    .nav-link {
		width: 100%;
		margin-bottom: 30px;
	}
	.nav-link a {
		font-size: 16px;
		padding: 0;
		border: none!important;
	}
	.nav-link > a {
		border-left: 3px solid #d63d1f!important;
        padding-left: 16px;
	}
	.nav-link ul {
		display: block;
        margin-left: 15px;
	}
	.nav-link ul li a {
        
		font-size: 14px;
	}
    .major.nav-link li a{
        line-height: 30px;
        text-align: left;
        color: #36424b;
    }
	.nav-link ul li a:before {
		content: "-";
	    margin-right: 8px;
	    color: #d63d1f;
	}
	.nav-link ul li:not(last-child) {
	    border: none;
	    height: auto;
	    margin-top: 10px;
	}
    body.open nav{
		display:block;
	}
	.mobile-toggle {
        padding: 10px 15px;
	    position: relative;
	}
	.mobile-toggle img {
		width: 15px;
	    display: inline-block;
	}
	.mobile-toggle-header {
        z-index: 10;
        position: fixed;
        top: 0;
        right: 0;
		display: flex;
	    margin: 0;
	    height: 43px;
        padding: 0;
	    justify-content: flex-end;
	    align-items: center;
	}
	.mobile-toggle-header .image-left {
	    max-width: 50vw;
	    padding-left: 15px;
	    width: 340px;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    margin: 0;
	}
	.mobile-toggle-header .image-right img{
        display: block;
        width: 5vw;
	}
	
	
	.footer-content {
		flex-direction: column;
	    justify-content: center;
	    padding: 10px 15px;
	}
    .footer-level-one{
        height: auto;
    }
    .footer-level-one img{
        width: 70%;
    }
	.footer-content .left .top {
		margin-bottom: 55px;
        text-align: center;
	}
	.footer-content .left .top img{
		max-width: 100%;
	}
	.site-map {
		text-align: center;
	}
	.site-map li {
		margin-bottom: 28px;
	}
	.site-map li a {
		font-size: 16px;
	}
	.footer-content .right {
		text-align: center;
        margin-top: 35px;
	}
	.footer-content .right h3 {
		font-size: 18px;
        margin-bottom: 15px;
	}
	.footer-content .right div span {
		font-size: 16px;
        margin-bottom: 15px;
	}
	.mobile-social {
		text-align: center;
        margin-top: 35px;
	}
	.mobile-social h3 {
		font-size: 18px;
        margin-bottom: 15px;
	}
	.chat-icon {
		margin-bottom: 15px;
	}
	.chat-icon a {
		margin-right: 17px;
	}
	.school-link span{
	    width: 100%;
	    display: block;
	    margin-bottom: 13px;
	    font-size: 16px;
	}
	.school-link a {
		font-size: 16px;
        color: #fdfdfd;
	}

    .footer-level-one .logo-imgs>img{
        width: 70%;
    }
	.icp-info {
	}
	.icp-info span {
		font-size: 15px;
	}
    .content-section{
        padding-top: 65px;
    }


    .banner-div>div>h3{
        font-size: 18px;
        padding-left: 15px;
    }


    .nav-link-section{
        padding: 20px 30px 30px;
    }
    .use-nav-list{
        grid-template-columns:1fr;
        gap: 20px;
    }
    .use-nav-list>li>ul{
        display: flex;
        flex-wrap: wrap;
        margin-left: -20px;
        margin-top: 0;
    }
    .use-nav-list>li>ul>li{
        margin-top: 10px;
        margin-left: 20px;
    }

    .float-pop-link-section>li{
        
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    .float-pop-link-section>li>img{
        display: block;
        width: 22px;
    }
    .float-pop-link-section>li>div{
        right: 40px;
        width: 6em;
        line-height: 40px;
    }

    .float-pop-link-section>li:hover>div.float-code-div{
        display: none;
    }


    .code-pop-view{
        flex-wrap: wrap;
    }
    .code-pop-view>div{
        width: 100%;
    }
    .code-pop-view>div+div{
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    body.home-page section.banner-slide {
        margin-top: 65px;
    }
    body.home-page section.narrow {
        flex-direction: column;
        padding: 0;
    }
    body.home-page section.narrow .text-left,
    body.home-page section.narrow .image-right {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    body.home-page section.narrow .text-left h3 {
        margin: 0;
        font-size: 18px;
        text-align: center;
    }
    body.home-page section.narrow .text-left p {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .number-data h2 {
        margin: 0;
        font-size: 18px;
        padding-top: 30px;
        text-align: center;
    }
    .data-content.width-50 {
        width: 36%;
    }
    .full-width.narrow-in-full h2 {
        margin: 0;
        font-size: 18px;
        text-align: center;
        padding: 20px 0;
    }
    .full-width.narrow-in-full .text-container {
        padding-top: 0;
    }
    .full-width.narrow-in-full .text-container .pa.bg-yellow {
        display: none;
    }
    .full-width.narrow-in-full .text-container .text-img {
        flex-direction: column;
    }
    .full-width.narrow-in-full .text-container .text-img .left-text {
        width: 100%;
        padding: 0;
        background: none;
        justify-content: center;
    }
    h3.border-left-text {
        font-size: 18px;
        width: auto;
        margin-bottom: 14px;
    }
    .full-width.narrow-in-full .text-container .text-img .left-text p:not(.more-link) {
        font-size: 14px;
        margin-bottom: 5px;
        line-height: 26px;
    }
    .full-width.narrow-in-full .text-container .text-img .left-text p.more-link {
        margin: 0;
        font-size: 14px;
    }
    .full-width.narrow-in-full .text-container .text-img .image-right {
        width: 100%;
    }
    .narrow.text-container-three .text-container-colum {
        width: 100%;
        padding: 0 20px 20px 20px;
    }
    .narrow.text-container-three .text-container-colum p {
        font-size: 14px;
        margin-bottom: 5px;
        line-height: 26px;
    }
    body.home-page .narrow > div:first-of-type {
        padding-top: 20px;
    }
    a.a-link-button {
        font-size: 18px;
    }
    .banner-slide-static {
        margin-top: 65px;
        width: 100%;
    }
    .banner-slide-static h1 {
        font-size: 24px;
        top: 45%;
    }
    body.major .body-main-content {
        margin-top: -8px;
        width: 100%;
        background-size: 100%;
    }
    .top-school-infomation {
        flex-direction: column;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .top-school-infomation .school-description {
        width: 100%;
    }
    .top-school-infomation .school-description h3 {
        margin: 0;
        font-size: 18px;
        text-align: center;
        margin-top: 10px;
    }
    .top-school-infomation .school-description p {
        font-size: 14px;
        line-height: 28px;
    }
    .top-school-infomation img {
        width: 100%;
    }
    .course-plan h2, .education-style h2 {
        margin: 40px 20px;
        font-size: 18px;
        line-height: 18px;
    }
    .course-plan {
        padding-bottom: 0;
    }
    .course-plan h2, .education-style h2 {
        margin: 40px 20px;
        font-size: 18px;
        line-height: 18px;
    }
    .course-plan.normal .max-1200 {
        padding: 20px;
        font-size: 14px;
        line-height: 26px;
    }
    .education-style .max-1200 {
        padding: 20px;
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 0;
    }
    .education-style .max-1200 p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px!important;
    }
    .education-style .max-1200 h3.border-left-text {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .business .colums {
        margin: 0;
        flex-direction: column;
        padding: 20px;
        gap: 20px;
    }
    .business .colums .colums-3 {
        width: 100%;
        padding: 18px;
        font-size: 14px;
        line-height: 26px;
    }
    .course-section h3 {
        font-size: 16px;
        height: 36px;
        line-height: 36px;
        padding: 0;
        padding-left: 15px;
    }
    .course-section .course-section-centent > p:not(.title) {
        margin: 0;
        padding: 20px;
        font-size: 14px;
        line-height: 26px;
    }
    .business .seniar-class h3 {
        padding-right: 20px;
        margin: 0;
    }
    .business .seniar-class {
        padding: 0 20px;
        margin: 0;
    }
    .business .seniar-class ul {
        padding: 0 20px;
        flex-direction: column;
        line-height: 26px;
        font-size: 14px;
        padding-top: 10px;
    }
    .business .seniar-class ul li {
        width: 100%;
        margin-top: 0;
    }
    .course-section p.title {
        padding: 0 0 0 20px;
    }
    .business .education-style p {
        padding: 0 20px;
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .mb-100 {
        margin-bottom: 0;
    }
    .engineering .description-element {
        flex-direction: column;
    }
    .engineering .description-element .info-element {
        width: 100%;
    }
    .info-element h4 {
        font-size: 18px;
    }
    .info-element p{
        font-size: 14px;
        line-height: 26px;
    }
    .course-plan .max-1200 {
        flex-direction: column;
        border: none;
    }
    .course-plan .max-1200 .major-title {
        display: flex;
    }
    .course-plan .max-1200 .title-wrapper {
        min-height: 36px;
        padding: 0;
        width: 25%;
        height: auto;
        align-items: center;
        text-align: center;
    }
    .engineering .course-plan .max-1200 .title-wrapper {
        width: 50%;
    }
    .humanities .course-plan .max-1200 .title-wrapper,
    .socialSciences .course-plan .max-1200 .title-wrapper{
        width: 33.33%;
    }
    .course-plan .max-1200 .title-wrapper.active {
        border-top: 4px solid #ffc862;
    }
    .course-plan .max-1200 .title-wrapper h3 {
        font-size: 14px;
        line-height: inherit;
        text-align: center;
        border-left: none;
        height: auto;
        padding: 0;
        width: 100%;
    }
    .course-plan .max-1200 .title-wrapper.active:after {
        display: none;
    }
    .engineering .education-style > h2 {
        margin: 20px 0 0 0;
    }
    .course-plan .max-1200 .major-description {
        padding: 20px;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 24px;
    }
    h3.border-left-text {
        font-size: 16px;
        height: 36px;
        line-height: 36px;
        padding: 0;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 0 20px 0;
    }
    .description-content h3.border-left-text {
        margin-bottom: 0;
    }
    .seniar-class ul {
        padding: 0 0 20px 0;
        flex-direction: column;
        line-height: 26px;
        font-size: 14px;
        padding-top: 10px;
    }
    .seniar-class ul li {
        margin-top: 0;
        width: 100%;
    }
    .engineering .education-style .max-1200 .edu-style-content {
        flex-direction: column;
    }
    .engineering .education-style .max-1200 > p {
        margin: 0;
        max-width: none;
        text-align: left;
    }
    .engineering .education-style .max-1200 .edu-style-content {
        flex-direction: column;
    }
    .colums-3 {
        width: 100%;
    }
    .info-element {
        padding: 20px;
    }
    .science .top-school-infomation .school-description {
        margin: 0;
    }
    .course-section .course-section-centent .major-title .title-wrapper {
        width: 33.33%;
        background: #7a003c;
    }
    .science .course-section-centent {
        padding-top: 20px;
    }
    .course-sub-section {
        margin-top: 0;
    }
    .course-sub-section.active > h3 ~ p, .course-sub-section.active > h3 ~ .sm-tab {
        padding: 20px;
        font-size: 14px;
        line-height: 26px;
    }
    .course-sub-section.active > h3 ~ .sm-tab {
        padding-top: 0;
    }
    .course-sub-section .sm-tab h4 + ul {
        padding: 0;
        margin: 0;
    }
    .course-sub-section .sm-tab h4 + ul li {
        width: 100%;
        font-size: 14px;
        margin: 10px 0 0 0;
    }
    .course-section .course-section-centent .major-title .title-wrapper h3 {
        font-size: 14px;
        border: none!important;
        height: 100%;
    }
    .education-style .course-section p.title{
        padding: 20px;
        font-size: 14px;
        line-height: 26px;
    }
    .education-style .course-section ul {
        padding: 0 20px;
    }
    .education-style .course-section ul li {
        width: 100%;
        font-size: 14px;
        margin: 0;
    }
    .science .course-section.mt-40 .course-section-centent{
        padding-top: 0;
    }
    .science .course-section.mt-40 .course-section-centent p.main-color {
        padding-top: 0;
    }
    .science .course-section .course-section-centent .major-description {
        padding: 20px;
        font-size: 14px;
        line-height: 26px;
    }
    .science .course-section.mt-40 .course-section-centent p.title {
        padding-top: 20px;
    }
    .color-red {
        word-break: break-word;
    }
    .major .banner-div {
        margin-top: 63px;
    }
    body.major .body-main-content {
        background: none;
    }
    .major.nav-link li:hover {
        background: none;
    }
    nav div:hover ul li a {
        font-size: 14px;
    }
}
