body{
	font-size: 14px;
	background-color: #eef3fa;
}
.main_container{
	background-color: white;
}
a:hover{ text-decoration: none; }

.header{
	height: 208px;
	background-image: url(../img/g_index_banner.png);
    background-size: 100% 100%;
    position: relative;
}
.header .music-header{
	position:absolute;
/* 	bottom: -32px;
	right: 150px; */
	color: #fff;
	padding:2px 12px;
	border-radius: 8px;
}

.header .date{
	margin-left:auto;
}

.header .date span{
    line-height: 33px;
	color: #268b77;
	font-weight: 500;
}

.header .header_info {
    margin-left: 5px;
    margin-right: 10px;
    height:30px;
    color: #fff;
    padding: 2px 12px;
	font-size: 15px;
}

.header .chi_icon{
	width:70px;
}
.header .eng_icon{
	width:70px;
}
.header .language_select{
	margin-top: 37px;
	margin-right:10px;
	position: absolute;
	right:0px
}

.nav .top_bar_link{
	font-size: 20px;
    font-weight: bold;
    color: #dc0808;
    padding: .1rem .8rem;
	height:100%
}

.nav .top_bar_link > img{
	height:21px
}

.nav .nav_container{
	position: relative;
/* 	width: 100px;
	height: 100%; */
	height:40px;
	width:100px;
}

.nav .nav_image{
	top: -22px;
	position: absolute;
	left: 0px;
	width:100%;
}

.nav{ 
	padding: 5px 20px 5px 50px;
	/* height:55px; */
	display: flex;
    justify-content: space-evenly;
}

.sub_nav{
    display: flex;
    justify-content: space-evenly;
	height:auto;
	padding: 5px 20px 15px 50px;
	background-image:url("../img/g_menu_bar.png");
	background-size: cover;
	background-position: bottom;
	width:100%;
}

.sub_nav .sub_bar_link{
	font-size: 20px;
    font-weight: bold;
    color: #1aacdc;
    padding: .1rem .8rem;
    height: 100%;
}

.sub_nav .sub_bar_link:hover{
    font-weight:bolder;
	text-decoration: underline;
	color:#d31919;
}

.sub_nav .active{
    font-weight:bolder;
	text-decoration: underline;
	color:#d31919;
}

.g_menu_title{
    height: 100%;
    position: relative;
    display: flex;
    margin: 2em 6vw;
    align-items: center;
    width: 100%;
    justify-content: space-evenly;
}

.g_menu_title_left,.g_menu_title_right{
	width:20%;
}

.logo{	width: 55%;}
.mobile_logo{width: 80%;}
.header .header_info span:nth-child(1){
	margin-right: 10px;
}
.header .navbar{
	left: 0;
	width: 100%;
	padding:0;
	align-content:flex-start;
}
.header .navbar .navbar-toggler{
	background-color: #4296F6;
	padding:0;
	margin-top:.5rem;
	margin-right:1rem;
	align-self:flex-start;
}
.header .navbar-nav{
	background-color: #1486F8;
	color: #fff;
	opacity: .9;
}
.header .navbar-nav li{
	color: #fff;
}
.header .dropdown-menu{
	color: #fff;
	border: none;
	padding:0;
	margin:0;
}
.header .dropdown-item{
	background-color: #1486F8;
	padding:.5rem 2rem;
}
.header .navbar-nav .active,.header .navbar-nav>.show>a{
	background-color: #00D9A4;
}
.header .navbar-nav>.nav-item>a{
	padding:.5rem 1rem;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .dropdown-toggle::after{
	border-top: .8em solid;
    border-right: .5em solid transparent;
    border-left: .5em solid transparent;
    margin-right: .3rem;
}
.header .navbar-collapse{
	margin-top: 15px;
	z-index: 999;
}

.g_index td{
	background-size:contain;
}

.latest_news div{
	min-height:50px;
}

.latest_news ul{
	list-style-type: none;
	text-align: left;
}
.content{
	padding-top:40px;
	background-repeat: no-repeat;
	background-position: bottom;
	/* padding-bottom: 300px; */
	padding: 1em;
}

.content div{
	text-align: left;
}

.main_content{
	/* padding-bottom: 350px; */
/*     background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain; */
	padding-bottom: 100px;
	background-size: auto;
    background-repeat: inherit;
	justify-content: center;
	background-color:#f4ffff;
}

#carouselHomepage{
	width:100%;
	height:320px;
}

.carousel-inner{
	height:100%;
}

.carousel-inner .item{
	background-size: cover;
	background-position: 50% 50%;
	width: 100%;
	height: 100%;
}

.carousel .carousel-indicators li {
	width: 10px;
   height: 10px;
   border-radius: 100%;
 }

/*  .carousel-control-next, .carousel-control-prev {
	 width:7%;
 } */

 .carousel-control-next-icon{
	background-image: url("../img/btn_banner_right.png");
 }

 .carousel-control-prev-icon{
	background-image: url("../img/btn_banner_left.png");
 }

 .carousel-control-next-icon, .carousel-control-prev-icon {
    width: 50px;
    height: 50px;
}

.header .vr_icon{
	position: absolute;
	top: 114px;
    width: 87px;
    left: 538px;
}

.top_bar_left{
	padding:5px 8px;
}
.top_bar a{ color: #fff; }
.media_icon img{ width: 35px; }
.eng_icon { margin-left: 10px; }
.home_icon img{ width: 25px; }
.top_bar_right input{ 
	display: inline-block;
	height: 25px;
	width: 70px;
	margin-left: 5px;
}
.top_bar_right{ 
	background-color: #72C4F4;
	padding:10px 8px;
	font-size: .9rem;
}
.top_bar_right div{ 
	margin-left:15px;
}
.login_btn{
	padding: 2px 8px;
	font-size:20px;
}
/* footer */
.bottom_wrap{
	background-color: #F9FFE1;
	padding-top:10px;
}
.bottom_wrap .title{
	background-image: url('../img/g_title_tab.png');
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 1rem;
	color: #fff;
	padding-top:2px;
	padding-left: 20px;
    line-height: 2.5rem;
    height: 2.5rem;
}
.bottom_wrap ul{
	list-style: none;
	padding:0;
	margin:0;
}
.index_key{
	color:#0079AD;
	white-space: nowrap;
}
.site_indexs,.bottom_wrap .contact{
	padding:16px 20px;
}
.index_value li{
	margin-right: 1rem;
	white-space: nowrap;
}
.index_item{
	margin-bottom: 10px;
	color: #010200;
}
.triangle{
    width:0;
    height:0;
    border-top:6px solid transparent;
    border-bottom:6px solid transparent;
    border-left:10px solid #31B3B5;
    margin: 0 10px;
    margin-top: 6px;
}
.bottom_wrap .contact p{
	margin-bottom: 5px;
}
.footer{
	color: #1aacdc;
	padding-top:10px;
	padding-bottom:10px;
	background-image:url("../img/g_foot_bar.png");
	background-size: contain;
}

.page_wrap{
	list-style: none;
	padding:0;
	margin: .5rem 0;
}
.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;
}
.page_wrap li.active,.content_wrap .page_wrap li:hover{
	background-image: url('../img/btn_page_bg_o.png');
}

.sub-nav-menu{
	display: none;
	position: absolute;
	background-color: white;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 99;
}

.nav-item:hover .sub-nav-menu{
	display:block;
}

.sub-nav-menu a{
	display:block;
	line-height: 40px;
	font-size:20px;
	font-weight:bold;
	text-align:left;
	color:#1aacdc !important;
}

.sub-nav-menu a:hover{
/* color:rgb(58 224 187) !important; */
background-color: #d7efea !important;
}	

.bnav{
	list-style: none;
	padding: 0;
}
.bnav li{
	margin-right: .2rem;
	color: #D76101;
	padding: .6rem 1.2rem .4rem;
	border: 1px solid;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.bnav .nav1:hover{
	color:#454c9c;
}
.bnav .nav1-active{
	font-weight: bold;
	color:#454c9c;
}

.bnav .nav2:hover{
	color:#454c9c;
}
.bnav .nav2-active{
	font-weight: bold;
	color:#454c9c;
}

.bnav .nav3:hover{
	color:#454c9c;
}
.bnav .nav3-active{
	font-weight: bold;
	color:#454c9c;
}

.news_list .news_title, .latest_news .news_title{
	margin-bottom: 2px;
	color: #00a3d8;
	font-size: 20px;
	font-weight: 600;
}

.news_list .news_content, .latest_news .news_content{
	max-height:50px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.more_info button {
	border-radius: 5px;
    padding: 8px 13px;
    background-color: #ffc107;
    color: white;
    border: 0px;
}

.album_folder_container{
	border: 2px ridge rgba(201,199,181,0.13);
	border-radius: 40px;
	text-align:center !important;
	padding: 0.8rem;
	/* margin: 2px; */
	width: 100%;
	position:relative;
}

.album_folder_image{
	max-width: 80%;
    max-height: 200px;
}

.album_folder_heart{
	top: -20px;
    height: 60px;
    position: absolute;
    left: 0px;
}

.startup-modal-content{
	background-image:url(../img/g_popup_book.png);
	background-size:contain;
	background-color: transparent;
	background-repeat: no-repeat;
    border: 0px;
}

.startup-modal-content-en{
	background-image:url(../img/g_popup_book_en.png);
	background-size:contain;
	background-color: transparent;
	background-repeat: no-repeat;
    border: 0px;
}

.startup-modal-close{
	width: 30px;
    position: absolute;
    right: 58px;
    top: 17px;
}

/* facilities css */

.facilities_img img{width:430px;image-orientation: from-image;border-radius: 15px}

ul.facilities_list {padding-left: 20px;list-style:disc;text-align:center;/* white-space:nowrap */}
.facilities_list li {display:inline-block;padding-left:20px;}
.facilities_list a {font-size:15px;font-weight:bold;line-height:30px}

ul.facilities_list a:hover{
    color: #E92f32
}


.xyss{}
.xyss .dt_div img{display: block;margin:0 auto;}
.dt_div {
	position: relative;
	margin: auto;
    position: relative;
    width: 782px;
}

.dt_div .div1 {
    position: absolute;
    top: 45px;
    left: 201px;
    width: 114px;
    height: 173px;
    z-index: 7;
    cursor: pointer;
}
.dt_div .div2{
	position: absolute;
    top: 45px;
    left: 316px;
    width: 151px;
    height: 172px;
    cursor: pointer;
}
.dt_div .div3{
    position: absolute;
    top: 45px;
    left: 467px;
    width: 104px;
    height: 172px;
    cursor: pointer;
}

.dt_div .div4 {
	position: absolute;
    top: 205px;
    left: 57px;
    width: 655px;
    height: 65px;
    cursor: pointer;
    z-index: 8;
}

.dt_div .div5{
	position: absolute;
    top: 256px;
    left: 57px;
    width: 55px;
    height: 101px;
    cursor: pointer;
    z-index: 9;
}

.dt_div .div6{
	position: absolute;
    top: 256px;
    left: 112px;
    width: 56px;
    height: 104px;
    cursor: pointer;
    z-index: 10;
}

.dt_div .div7{
	position: absolute;
    top: 304px;
    left: 168px;
    width: 87px;
    height: 53px;
    z-index: 12;
    cursor: pointer;
}


.dt_div .div8{
	position: absolute;
    top: 266px;
    left: 254px;
    width: 269px;
    height: 163px;
    z-index: 13;
    cursor: pointer;
}

.dt_div .div1_cloud {position: absolute;top: 57px;left: 166px;width: 171px;height: 105px;z-index: 999;cursor:pointer;}
.dt_div .div2_cloud{position: absolute;top: 16px;left: 353px;width: 171px;height: 105px;cursor:pointer;}
.dt_div .div3_cloud{position: absolute;top: 57px;left: 544px;width: 171px;height: 105px;cursor:pointer;}

.dt_div .div1_cloud:hover~.div1 img{
    display:block;
}
.dt_div .div2_cloud:hover~.div2 img{
    display:block;
}
.dt_div .div3_cloud:hover~.div3 img{
    display:block;
}

.dt_div .div4_cloud {
    position: absolute;
    bottom: 115px;
    left: 82px;
    width: 106px;
    height: 68px;
    cursor:pointer;
    z-index: 8;
}
.dt_div .div5_cloud{
    position: absolute;
    bottom: 45px;
    left: 155px;
    width: 106px;
    height: 68px;
    cursor:pointer;
    z-index: 9;
}

.dt_div .div6_cloud{
    position: absolute;
    bottom: 80px;
    left: 268px;
    width: 106px;
    height: 68px;
    cursor:pointer;
    z-index: 10;
}

.dt_div .div7_cloud{
    position: absolute;
    bottom: 318px;
    right: 67px;
    width: 171px;
    height: 105px;
    z-index: 12;
    cursor:pointer;
}


.dt_div .div8_cloud{
position: absolute;
bottom: 32px;
right: 71px;
width: 171px;
height: 105px;
z-index: 13;
cursor:pointer;
}


.dt_div .div9_cloud{
    position: absolute;
    bottom: 317px;
    left: 72px;
    width: 171px;
    height: 105px;
    cursor:pointer;
    z-index: 11;
}

.dt_div .div10_cloud{
   position: absolute;
   bottom: 30px;
   right: 252px;
   width: 171px;
   height: 105px;
   z-index: 3;
   cursor:pointer;
}

.dt_div .div4_cloud:hover~.div4 img{
    display:block;
}
.dt_div .div5_cloud:hover~.div5 img{
    display:block;
}
.dt_div .div6_cloud:hover~.div6 img{
    display:block;
}
.dt_div .div7_cloud:hover~.div7 img{
    display:block;
}
.dt_div .div8_cloud:hover~.div8 img{
    display:block;
}
.dt_div .div9_cloud:hover~.div9 img{
    display:block;
}
.dt_div .div10_cloud:hover~.div10 img{
    display:block;
}

 
.dt_div .div1>img,.dt_div .div2>img,.dt_div .div3>img{margin-top: 46px;margin-left: 22px;}
.dt_div .div4>img{
	margin-left: 244px;
    margin-top: 26px;
}
.dt_div .div5>img{
	margin-top: 21px;
    margin-left: 13px;
}
.dt_div .div6>img{
	margin-left: 5px;
    margin-top: 21px;
}
.dt_div .div7>img{
	margin-top: 13px;
    margin-left: 18px;
}
.dt_div .div8>img{
	margin-top: 33px;
    margin-left: 50px;
}

.dt_img{display: none; position: absolute;bottom: 126px;left: -152px;}
.dt_img.wz4{left: 0px;}
.dt_img.wz5{left: 20px;}
.dt_img.wz7{left: -354px;}
.dt_img.wz8{left: -354px;}
.dt_img.wz9{left: -354px;}
.dt_img.wz10{left: 46px;}

.div1:hover .dt_img{display: block;}


iframe{border:1px solid #e6e6e6;}
 .modal-content img{margin: 30px auto !important;}
.modal-dialog{top: 5%;}
.xyss .dt_div .d_img img{display: none;}
.xyss .dt_div .d_img:hover img{display: block;}


.visible-992{margin-top: 20px;}
.img_pp P{text-align: center;margin-top: 10px;}
.img_pp{margin-top: 20px;}
.img_pp img{margin: 0 auto;}

@media (max-width: 992px){
	.visible-992 {display: block!important;}
	.hidden-992 {display: none!important;}
	.facilities_list {display: none!important;}
	}
	
	
	@media (min-width: 992px){
	.visible-992 {display: none!important;}
	/* .navbar-nav>li>a {padding-top: 10px;padding-bottom: 10px;} */
	}

/* facilities css end */


@media (min-width: 768px) {
	body{
		font-size: 1rem;
	}
	.top_bar_left,.top_bar_right{
		padding:0;
	}
	.top_bar_right input{ 
		width: 110px;
	}
	.top_bar_right {
	    background-color: unset;
	    font-size: 1rem;
	}
/* 	.main_content{
		padding-bottom: 360px;
	} */
	.bottom_wrap{
		padding:15px 20px;
	}
	.index_value li{
		margin-right: 2rem;
	}
	.bottom_wrap .title{
		font-size: 1.2rem;
	    line-height: 3.2rem;
	    height: 3.2rem;
	    padding-left: 31px;
	}
}
@media (min-width: 992px){
	.startup-modal-content,.startup-modal-content-en {
		height: 616px;
		padding:5rem 3rem;
		height:668px;
		position:relative;
	}
	
	.startup-modal-dialog{
		width:870px;
		max-width:none;
	}
	}

@media (max-width:767px){
}

@media (max-width: 991px){
	.header{
		height:150px;
	}
	.startup-modal-dialog {
		max-width: 667px;
	}
	.startup-modal-body{
		margin:50px;
	}
	.startup-modal-content,.startup-modal-content-en{
		background-image:unset;
		background-color:white;
	}
}

@media (max-width:1200px){
	.nav .nav_container{
		position: relative;
		height:30px;
		width:85px;
	}
	.header .vr_icon{
		position: absolute;
		top: 114px;
		width: 80px;
		left: 452px;
	}
}