:root{
	--type1-color:#E598FE;
	--type2-color:#01DAA5;
	--type3-color:#FFBE00;
}
.index_banner{
	background-image: url('../img/g_slide.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding:1.5rem 1rem 1.3rem;
}
.index_banner .carousel{
	margin:0 auto;
}
.index_banner .carousel-inner{
	border-radius: 12px;
}
.index_banner .carousel-indicators{
	bottom: -3.3rem;
}
.index_banner .carousel-indicators li{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #FBD767;
	opacity: 1;
	margin-left: 10px;
	margin-right: 10px;
}
.index_banner .carousel-indicators li.active{
	background-color: #FF7A4D;
}

.calendar,.news{
	min-height: 300px;
	padding:0 1rem 2rem;
	margin: 0;
}
.calendar{
	background-image: url('../img/g_calendar.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.news{
	background-image: url('../img/g_news.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
}
.calendar .block_title,.news .block_title{
	text-align: center;
	margin-top: 34px;
	color: #fff;
	font-size: 1.2em;
	margin-bottom: 24px;
}
.calendar ul li {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
}
.calendar ul li a {
    outline: 0 none;
    font-size: 14px;
    position: relative;
}
.calendar ul li a::before {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 100%;
    content: "";
    height: 8px;
    left: -13px;
    position: absolute;
    bottom: 3px;
    width: 8px;
}
.calendar_bar{
	margin-bottom:5px;
}
.calendar_bar li a.circle-01::before {
    background-color: var(--type1-color);
    border: 1px solid var(--type1-color);
}
.calendar_bar li a.circle-02::before {
    background-color: var(--type2-color);
    border: 1px solid var(--type2-color);
}
.calendar_bar li a.circle-03::before {
    background-color: var(--type3-color);
    border: 1px solid var(--type3-color);
}
/* full-cal */
.full-cal {
    display: block;
    float: left;
    margin-left: 15px;
    padding: 0 5px;
    position: relative;
    width: 64%;
    z-index: 999;
}
.full-cal .fc-body {
    border: 1px solid #4287c6;
    border-radius: 15px;
    height: auto;
    margin: 0 auto;
    float: left;
    background-color: #fff;
}
.full-cal .fc-body .fcb-head {
    background-color: #4287c6;
    border-radius: 14px 14px 0 0;
}
.full-cal .fc-body .fcb-head p {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
}
.full-cal .fc-body .fcb-head p > a {
    color: #fff;
    display: inline-block;
    font-size: 13.93px;
    line-height: 16.72px;
    margin: 0;
    outline: 0 none;
    padding: 5px;
    text-decoration: none;
}
.full-cal .fc-body .fcb-head > ol {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.full-cal .fc-body .fcb-head > ol > li {
    display: block;
    float: left;
    margin: 0;
    padding: 0 8px;
    text-align: center;
    width: 14%;
}
.full-cal .fc-body .fcb-head > ol > li > a {
    color: #fff;
    display: block;
    font-size: 12.55px;
    line-height: 15.06px;
    margin: 0;
    padding-bottom: 5px;
    text-decoration: none;
}
.full-cal .fc-body .fcb-content {
    display: block;
    margin: 0;
    padding: 0;
}
.full-cal .fc-body .fcb-content > dl {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.full-cal .fc-body .fcb-content > dl > li {
    display: flex;
    justify-content: center;
    float: left;
    margin: 0;
    padding: 4px 4px;
    text-align: center;
    width: 14%;
}
.full-cal .fc-body .fcb-content > dl > li > a {
    color: #515151;
    display: block;
    font-size: 10.84px;
    height: 18.126px;
    line-height: 8.01px;
    margin: 0;
    padding: 5px 0;
    text-decoration: none;
    width: 19.126px;
}
.full-cal-detail {
    display: block;
    float: left;
    padding: 0;
    width: 31%;
    max-height: 180px;
    overflow-y: scroll;
}
.full-cal-detail::-webkit-scrollbar {
    width: 6px;
    background-color: #EAF3D6;
}
.full-cal-detail::-webkit-scrollbar-thumb {
    background-color: #B7D776;
}
#full-cal-detail::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #EAF3D6;
}
.full-cal-detail > ol {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.full-cal-detail > ol > li {
    display: block;
    margin: 0;
    padding: 0;
}
.full-cal-detail > ol > li > a {
    display: block;
    margin: 0;
    outline: 0 none;
    padding: 5px;
    text-align: left;
    text-decoration: none;
}
.full-cal-detail > ol > li > a span {
    color: #4dbadb;
    display: block;
    font-size: 14px;
    line-height: 16.8px;
    margin: 0;
    padding: 4px 0 0;
}
.full-cal-detail > ol > li > a p {
    color: #515151;
    display: block;
    font-size: 14px;
    line-height: 16.8px;
    margin: 0;
    padding: 4px 0;
}
.full-cal-detail > ol > li > a span {
    color: #4dbadb;
    display: block;
    font-size: 14px;
    line-height: 16.8px;
    margin: 0;
    padding: 4px 0 0;
}
.full-cal-detail > ol > li > a .type-1 {
    background-color: var(--type1-color);
    border: 1px solid var(--type1-color);
    border-radius: 100%;
    height: 15px;
    width: 15px;
    float: left;
    margin-right: 4px;
}
.full-cal-detail > ol > li > a .type-2 {
    background-color: var(--type2-color);
    border: 1px solid var(--type2-color);
    border-radius: 100%;
    height: 15px;
    width: 15px;
    float: left;
    margin-right: 4px;
}
.full-cal-detail > ol > li > a .type-3 {
    background-color: var(--type3-color);
    border: 1px solid var(--type3-color);
    border-radius: 100%;
    height: 15px;
    width: 15px;
    float: left;
    margin-right: 4px;
}
.full-cal .fc-body .fcb-content > dl > li > a.active-01 {
    background: url(../img/Untitled-1-01.png) no-repeat scroll 0 0 / 100% 100%;
    color: #fff;
}
.full-cal .fc-body .fcb-content > dl > li > a.active-02 {
    background: url(../img/Untitled-1-02.png) no-repeat scroll 0 0 / 100% 100%;
    color: #fff;
}
.full-cal .fc-body .fcb-content > dl > li > a.active-03 {
    background: url(../img/Untitled-1-03.png) no-repeat scroll 0 0 / 100% 100%;
    color: #fff;
}
/* full-cal end */
.news_bar{ margin-bottom: 10px; }
.news_bar li{
	background-repeat: no-repeat;
	list-style: none;
	display: inline-block;
	padding:7px 0px;
	margin-right: 15px;
	background-size: contain;
	width:104px;
	height:38px;
	text-align: center;
}
.news_bar li a{
	color: #fff;
}
.news_bar li a:hover{
	color: #fff;
	text-decoration: none;
}
.news_bar li:nth-child(1){
	background-image: url('../img/g_flag_bg_o.png');
}
.news_bar li:nth-child(2){
	background-image: url('../img/g_flag_bg_g.png');
}
.news_list{
	list-style: none;
}
.news ul{
	padding:0 1rem;
}
.news_list span{ vertical-align: bottom; }
.news_list img{  height: 30px; }
.news_list li{ margin-bottom: 8px; }
.info .date{ color: #FF541E; }
.notice .date{ color: #00AB4F; }

.sitelink{
	background-image: url('../img/g_sitelink_mobile.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	min-height: 145px;
}
.sitelink .block_title{
	margin-top: 17px;
	margin-left: 1.3rem;
	color: #fff;
	font-size: .9em;
}
#sitelink .owl-nav .owl-prev,#sitelink .owl-nav .owl-next {
    height: 1rem;
    width: 1rem;
}
#sitelink .owl-nav .owl-prev img,#sitelink .owl-nav .owl-next img{
	width: 100%;
}
#sitelink .owl-nav{
	display: flex;
	justify-content: space-between;
	max-width: 88%;
	margin: 0 auto;
	margin-top: -3rem;
}
#sitelink{
	height: 75px;
	margin-top: 10px;
}
#sitelink .owl-stage-outer,#sitelink .owl-item{
	height: 100%;
	width: auto;
}
#sitelink .owl-stage-outer{
	margin:0 auto;
	z-index: -1;
	touch-action: none;
}
#sitelink .owl-stage {
    display: flex;
    align-items: center;
    height: 100%;
}
#sitelink .owl-item{
	padding:0 3rem;
}
#sitelink .owl-item img{
	height: 100%;
	width: auto;
	margin: 0 auto;
}

/* about */
.main_content .breadcrumb{
	background-color: unset;
	margin: 0;
}
.main_content .breadcrumb a{
	color: #000;
}
.main_content .breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}
.main_content .content_wrap{
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2), 0 0 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 8px;
	min-height: 600px;
	/* background-image: url('../img/g_content.png'); */
	background-size: 100% 100%;
	position: relative;
	padding: 3rem 1.5rem 5rem;
}
.content_wrap>.title{
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 18px;
	line-height: 2rem;
	width: 100%;
	padding: .3rem 0 .8rem;
	color: #fff;
	text-align: center;
	position: absolute;
	top:-.5rem;
	left: 0;
}
.content_wrap .title_about{
	background-image: url('../img/g_content_title_g.png');
}

.content_wrap .text_wrap{
	padding:0 1.2rem;
}
.content_wrap .dot_line{
	border-top:4px dotted #DBA914;
}
/* news */
.content_wrap .title_news{
	background-image: url('../img/g_content_title_o.png');
}
.content_wrap .sec_title{
	margin-left: 1.5rem;
	color: #2191FF;
}
.content_wrap .news_list{
	margin: 0;
	padding: 1rem 0;
}
.content_wrap .news_list li{
	padding: .5rem 1rem;
}
.content_wrap .news_list .tab_1{
	background-image: url('../img/g_flag_bg_o.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #fff;
	font-size: .8rem;
	padding:.5rem .8rem;
}
.content_wrap .news_list .tab_2{
	background-image: url('../img/g_flag_bg_g.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #fff;
	font-size: .8rem;
	padding:.5rem .8rem;
}
.content_wrap .news_list .date{
	color:#FB6834;
}
.content_wrap .news_list li:nth-child(odd){
	background-color: #FFF4D4;
}
.content_wrap .page_wrap{
	list-style: none;
	padding:0;
	margin: .5rem 0;
}
.content_wrap .page_wrap li{
	background-image: url('../img/btn_page_bg.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:.5rem;
	color: #fff;
	margin-left:.5rem;
}
.content_wrap .page_wrap li.active,.content_wrap .page_wrap li:hover{
	background-image: url('../img/btn_page_bg_o.png');
}
/* article */
.content_wrap .news_title{margin: 0 1rem;}
.content_wrap .news_title .type{
	background-image: url('../img/g_subtitle_tree_01.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	padding: .8rem 1.5rem .6rem 1rem;
	color: #fff;
}
.content_wrap .news_title .type_2{
	background-image: url('../img/g_subtitle_tree_02.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	padding: .8rem 1.5rem .6rem 1rem;
	color: #fff;
}
.content_wrap .news_title .subtitle{
	background-image: url('../img/g_subtitle_tree_03.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	padding: .8rem 1.5rem .6rem .4rem;
}
.content_wrap .news_title .date{
	color: #FD5C26;
}
.content_wrap .news_content{
	padding:0 1rem 1rem;
}
.content_wrap .news_control{
	color: #fff;
}
.content_wrap .news_control .btn_prev{
	background-image: url('../img/btn_pre_bg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	padding: .2rem 1rem;
}
.content_wrap .news_control .btn_back{
	background-image: url('../img/btn_backtolist_bg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	padding: .2rem 1rem;
}
.content_wrap .news_control .btn_next{
	background-image: url('../img/btn_next_bg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	padding: .2rem 1rem;
}
.content_wrap .news_control .btn_prev:hover{background-image: url('../img/btn_pre_bg_o.png');}
.content_wrap .news_control .btn_back:hover{background-image: url('../img/btn_backtolist_bg_o.png');}
.content_wrap .news_control .btn_next:hover{background-image: url('../img/btn_next_bg_o.png');}

/* album */
.album>div{ 
	padding:1rem 1rem 2.5rem; 
	background-repeat: no-repeat;
	background-size: 95% 100%;
	background-position: center;
}
.album_detail>div{ 
	padding:1rem 1rem 2rem; 
	background-repeat: no-repeat;
	background-size: 95% 100%;
	background-position: center;
}

@media (min-width: 768px) {
	.index_banner{
		margin: 30px 20px;
		padding: 2.3rem 1.6rem 2rem;
	}
	.index_banner .carousel-inner{
		border-radius: 35px;
	}
	.index_banner .carousel-indicators li{
		width: 15px;
		height: 15px;
	}
	.index_banner .carousel-indicators{
		bottom: -5.3rem;
	}
	.sitelink{
		background-image: url('../img/g_sitelink.png');
	}
	.sitelink .block_title{
		margin-top: 13px;
		margin-left: 0;
		font-size: 1.2rem;
	}
	#sitelink .owl-nav{
		max-width: 95%;
		margin-top: -3.5rem;
		z-index:-1;
		pointer-events:none;
	}
	#sitelink .owl-prev{
		pointer-events:auto;
	}
	#sitelink .owl-next{
		pointer-events:auto;
	}
	#sitelink .owl-stage-outer{
		max-width: 85%;
	}
	#sitelink .owl-stage {
	    max-width: 100%;
	}
	#sitelink .owl-item{
		padding:0;
	}
	
	.site_indexs,.bottom_wrap .contact{
		padding:16px 30px;
		font-size: 14px;
	}
	.more_info {
	    right: 68px;
	}
	.calendar,.news{
		margin:0 2rem;
		padding:0 2rem 2rem;
	}

	/* about */
	.content_wrap>.title{
		font-size: 1.3rem;
	}
}

@media (min-width: 992px) {
	.index_banner{
		margin: 30px 20px;
		padding: 3.2rem 2.2rem 2.8rem;
	}
	.sitelink .block_title{
		margin-left: 1.3rem;
	}
	.more_info {
	    right: 50px;
	}
	.calendar,.news{
		padding:0 1rem 2rem;
		margin:0;
	}
	
}

.youtube-div{
	background-image:unset !important;
}

.sub_page_banner{
	margin-top: 0px !important;
	margin-bottom: 50px !important;
}

.school_profile_equipment_border {
	
	margin-top: 50px;
	margin-bottom: 80px;	
	margin-right: 40px;
	/*min-height: 500px;	*/
	width: 100%;			
	border-radius: 10px;	
	border: 8px solid #e7cd70;
	background-color: #fef0e5;

}

.school_profile_equipment_list {
	
	margin-top: 25px;
	padding-left: 15px;
	padding-right: 15px;
	display: flex;
	flex-wrap: wrap;	
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}

.school_profile_equipment_list_button {
	margin: 10px;
}

.school_profile_equipment_list_button > a > img {
	height: 120px;
	width: 200px;
	border-radius: 10px;	
	border: 3px solid #ffffff;
}

.school_profile_equipment_list_button > div {
	padding-top: 5px;
	text-align: center;
}

.frame_title {
    height: 50px;
    margin-top: -35px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.left-sidebar div{
	position:relative;
}

.left-sidebar div ul{
	list-style-type: none;
	position: absolute;
	float: right;
	display: none;
	width: 115px;
	padding: 0px;
	left: 100%;
	top: 10px;
	z-index:2;
}

.left-sidebar div ul li{
	color: #fff;
    background-image: url(../img/g_subtitle_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
	background-position: center;
	margin-right: .2rem;
    color: #D76101;
    padding: .6rem 1.2rem .4rem;
}

.left-sidebar div ul li{
    color: #fff;
    background-image: url(../img/g_subtitle_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.left-sidebar div:hover>ul{
	display: inline;
}

.change_page{
	cursor:pointer;
}

.block_title .title_link{
	color:#fff;
}

.content_list_title{
	margin-top:6px;
	color: #007bff;
	font-size: 25px;
}