@charset "utf-8";

body{ font-family:"微軟正黑體", "新細明體", "Arial Unicode MS"}

@media (min-width:992px){
	.container-fluid{ max-width:960px;}
}
@media (min-width:1200px){
	.container-fluid{ max-width:1160px;}
}
@media (min-width:1400px){
	.container-fluid{ max-width:1200px;}
}
@media (min-width:1600px){
	.container-fluid{ max-width:1400px;}
}

.footer{
	color:#fff;
	background-color:#0d3c84;
	text-align:center;
	padding:24px 15px;
}
.footer_copyright h6 a{ color:#fbb219;}

.share{margin:8px 0;}
.share img{margin:0 2px;}

.backtop{
	position:fixed;
	z-index:999;
	width:48px;
	height:48px;
	left:100%;
	top:100%;
	margin-top:-64px;
	margin-left:-64px;
	padding:5px;
	background-color:rgba(000,000,000,0.5);
	text-align:center;
	color:#fff;
	font-size:1.3rem;
	border-radius:4px;
	cursor:pointer;
	-webkit-transition: background 0.3s; /* Safari */ 
	transition: background 0.3s;
}
.backtop:hover{ background-color:#fbb219;}


.title_line{
	width:60px;
	height:4px;
	background-color:#0d3c84;
	margin:30px auto;
}


/*==========header css==========*/

.header_logo{position:fixed; z-index:891; top:15px; left:15px;}
.header_logo img{ -webkit-transition: all 0.3s; /* Safari */ transition: all 0.3s; width:160px; height:auto;}
@media (min-width:992px){
	.header_logo { top:15px; left:15px; z-index:950;}
	.header_logo  img{ width:217px;}
}
@media (min-width:1400px){
	.header_logo { left:calc(50% - 685px);}
	.header_logo  img{ width:217px;}
}


/*==========nav css==========*/

.menu_header{ position:fixed; z-index:900; top:0; left:0; width:240px; height:100%; background-color:#23b1d1; -webkit-transition: margin 0.3s; /* Safari */ transition: margin 0.3s; overflow-y: auto;}

.menu_header img{ margin:12px 0;}

.menu_close{ left:100%; margin-left:0px;}
.menu_open{ left:100%; margin-left:-240px;}

.menu_header .container-fluid{ padding:0; position:relative; max-width:1400px;}


@media (min-width:992px){
	.menu_header{ position:fixed; width:100%; height:88px; background:#fff; border-bottom:0px solid #0d3c84; overflow-y:visible;  -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}
	.menu_open, .menu_close{ left:0; margin-left:0;}
	.menu_header .container-fluid{ padding:0 15px;}
}


.menu_ul{list-style:none; padding:0;}
.menu_ul li{ border-bottom:1px dotted #0094c6;}

.menu_ul li a{ color:#fff; display:block; font-size:1.1rem; -webkit-transition: background 0.3s; /* Safari */ transition: background 0.3s;  padding:15px;}
.menu_ul li a:hover, .menu_ul li a:focus{ text-decoration:none; background-color:#0094c6;}

.menu_ul li a span{ display:block; font-size:0.8rem;}


@media (min-width:992px){
	.menu_ul{ text-align:center; border-radius:4px; height:34px; float:right; margin-top:0px;}
	.menu_ul li{ float:left; border:none; position:relative;}
	.menu_ul li a{ color:#555; font-size:1rem; width:auto; text-align:center; padding:32px 15px 32px 15px;}
	.menu_ul li a:hover, .menu_ul li a:focus{ color:#23b1d1; background-color:transparent;}
	.menu_ul .mobile_home{ display:none;}
}
@media (min-width:1200px){
	.menu_ul li a{ font-size:1rem; width:auto; text-align:center; padding:32px 30px 32px 30px;}
}


.mobile_hide{ background-color:#000; opacity:0; position:fixed; z-index:899; top:0; left:0; width:100%; height:100%;}

.mobile_header{ background-color:#fff; position:fixed; z-index:890; height:72px; width:100%; border-bottom:0px solid #0d3c84;  -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}

.iconbar{float:right; width:48px; height:36px; margin:15px 15px 0 15px; border:2px solid #525269; border-radius:4px; cursor:pointer; background-position:center; background-repeat:no-repeat;-webkit-transition: background 0.2s; /* For Safari 3.1 to 6.0 */ transition: background 0.2s;}

.iconbar_open{background-image:url(../img/iconbar.png);}
.iconbar_close{background-image:url(../img/iconbar2.png); border-color:#23b1d1;}

.menu_title{ margin:3px 15px; padding-top:15px; padding-bottom:16px; color:#fff; font-family:Verdana, Geneva, sans-serif; font-size: 1.6rem;}

@media (min-width:992px){
	.mobile_hide{ display:none;}
	.mobile_header{ display:none;}
	.iconbar_close{ display:none;}
	.menu_title{ display:none;}
}

.menu_ul .mobile_language{ color:#fff; margin:10px 15px; border:none;}
.menu_ul .mobile_language a{ display:inline-block; padding:10px 16px; font-size:0.9rem; border:1px solid #fff; border-radius:5px;}
.menu_ul .mobile_language a:hover,
.menu_ul .mobile_language a.active{ background-color:#fff; color:#2a2b83;}
@media (min-width:992px){
	.menu_ul .mobile_language{ display:none;}
}

.search_nav{ display:none;}
@media (min-width:992px){
	.search_nav{ position:absolute; padding:0; list-style:none; top:2px; left:100%; width:400px; margin-left:-430px; text-align:right; display:block;}
	.search_nav li{ display:inline-block; font-size:0.8rem; margin-left:15px;}
	.search_nav li a{ color:#2a2b83;}
	.search_nav li a:hover{ color:#946cad; text-decoration:none;}
}
@media (min-width:1200px){
	.search_nav{ margin-left:-445px;}
}

.menu_ul .sub_nav{ display:none;}
@media (min-width:992px){
	.menu_ul .sub_nav{ position:absolute; top:88px; -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}
	.menu_ul .sub_nav a{ background-image:none; padding:15px 15px; margin:0; border-top:0px dotted #ccc; background-color:#333; color:#ccc; width:200px; margin-left:0; font-size:0.9rem; text-align:left; }
	.menu_ul .sub_nav a:hover{background-color:#555; color:#fff; border-bottom:none;}
}
@media (min-width:1600px){
	.menu_ul .sub_nav a{width:220px; margin-left:0; padding:15px 30px;}
}

@media (min-width:992px){
	.nav_item:hover .sub_nav_item{ display:block;}
}


.fadeInRight{
  -webkit-animation: fadeInRight 0.4s; /* Safari 4+ */
  -moz-animation:    fadeInRight 0.4s; /* Fx 5+ */
  -o-animation:      fadeInRight 0.4s; /* Opera 12+ */
  animation:         fadeInRight 0.4s; /* IE 10+, Fx 29+ */
}



/*==========main css==========*/


.nav_divide{ display:none;}
@media (min-width:992px){
	.nav_divide{width:1rem; color:#555; margin-top:30px; display:inline-block;}
}
@media (min-width:1200px){
	.nav_divide{margin-top:30px;}
}




.top_blank{ height:72px;}
@media (min-width:992px){
	.top_blank{ height:88px;}
}



.carousel-fade .carousel-inner .carousel-item {
	height: 320px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	-webkit-transform: translateX(0);
	transform: translateX(0);
	transition-property: opacity;
	-webkit-transition-duration: 1.0s;
    -moz-transition-duration: 1.0s;
    -o-transition-duration: 1.0s;
    transition-duration: 1.0s;
	
}
.carousel-fade .carousel-inner .carousel-item,
.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.carousel-caption{ top:30px; text-align: left;}
.carousel-caption h2{ animation-duration:1s; font-weight:900;}
.carousel-caption h2 span{ display: block;}
.carousel-caption p{ margin:15px 0; animation-delay:0.3s; animation-duration:1s;}


.home_banner_more{ margin: 30px 0 30px 0; animation-delay:0.6s;}
.home_banner_more a{ padding: 10px 30px; background-color: #fbb219; color:#000; -webkit-transition: all 0.3s; /* Safari */ transition: all 0.3s;}
.home_banner_more a i{ margin-left: 10px; }
.home_banner_more a:hover{ background-color:#fcd70b; text-decoration: none;}

@media (min-width:992px){
	.carousel-fade .carousel-inner .carousel-item { height:480px;}
	
	.carousel-caption{ top:0; left: 100%; transform: translateX(-100%); width: 400px; height: 640px; background-color: rgba(35,177,209,0.7); padding: 110px 72px;}
	.carousel-caption h2{ font-size:3.6rem;}
	.carousel-caption h2 span{ display: block; font-size: 2.2rem; }

	.carousel-caption p{ font-size:1.2rem;}
}
@media (min-width:1400px){
	.carousel-caption{width: 600px; height: 480px; padding: 110px 140px;}
	.carousel-caption h2{ font-size:4rem;}
	.carousel-caption h2 span{ font-size: 2.4rem; }
}




.view_lg{ display:none;}
@media (min-width:1200px){
	.view_sm{ display:none;}
	.view_lg{ display:block;}
}






.prev-alt{ background-color:transparent; color:#fff; position:absolute; z-index:555; cursor:pointer; top:50%; left:0%; padding:14px 15px 16px 15px; transform:translate(0,-50%); opacity:0.75;}
.prev-alt:hover{ opacity:1;}
.next-alt{ background-color:transparent; color:#fff; position:absolute; z-index:555; cursor:pointer; top:50%; left:100%; padding:14px 15px 16px 15px; transform:translate(-100%,-50%); opacity:0.75;}
.next-alt:hover{ opacity:1;}
@media (min-width:1400px){ 
	.prev-alt{transform:translate(-100%,-50%);}
	.next-alt{transform:translate(0,-50%);}
}

.home_marquee_block{ padding: 15px 0; background-color: #ee2d67; color:#fff; }

.home_marquee_date .badge-warning{ border-radius: 0; margin: 0 15px 0 0; padding: 4px 10px;}
.home_marquee_item{ position: relative; padding: 0 40px;}
.home_marquee_item a{ position: absolute; top:0; left:0; width: 100%; height: 100%;}
.home_marquee_item:hover div{  color: #fbb219;}

@media (min-width:992px){
	.home_marquee_item{ padding: 0px;}
	.home_marquee_date,
	.home_marquee_text{ display: inline-block;}

	.home_marquee_block .prev-alt{ background-color: #000; padding:2px 15px 4px 15px; font-size: 0.8rem; left:100%; transform:translate(-210%,-50%);}
	.home_marquee_block .next-alt{ background-color: #000; padding:2px 15px 4px 15px; font-size: 0.8rem; transform:translate(-100%,-50%);}
}
@media (min-width:1400px){
	.home_marquee_block .container-fluid{}
	.home_marquee_item{ padding: 0px;}
}

.home_title{ text-align:center; color:#555;}

.home_block1{ padding:15px 0; color:#777;}


.home_search_wrapper{ max-width: 960px; margin: 15px auto; }


#selectAera{ background-color: #fbb219; color: #000; border-color: #fbb219; border-radius: 0; height: 60px;}
#selectService{ background-color: #ee2d67; color: #fff; border-color: #ee2d67; border-radius: 0; height: 60px;}
#inputKeyword{border-color: #23b1d1; border-radius: 0; height: 60px;}
.home_search_wrapper form button{ width: 100%; height: 60px; border-radius: 0; background-color:#23b1d1; border-color: #23b1d1; color: #fff;}
.home_search_wrapper form button:hover{ background-color:#0094c6; border-color: #0094c6;}



.home_about_wrapper{ position: relative; }

.home_about_wrapper .home_banner_more{ text-align: center; }

.home_about_pic{}

.home_about_text{ color:#555; }

.home_about_title{ background-color: #fbb219; color: #000; padding: 15px; font-weight: 900; width: 240px; margin:0 auto 15px auto; position: relative;}
.home_about_title span{ margin-left: 10px; }

.home_about_text p{ line-height: 1.8rem; }


.home_event_list{padding: 0; list-style: none;}
.home_event_list li{ border-bottom: 1px solid #ccc; padding: 10px 0;}
.home_event_list li a{ color:#555; }
.home_event_list li a span{ display: block; }
.home_event_list li a:hover{ color:#0094c6; text-decoration: none; }


@media (min-width:1200px){ 
	.home_about_wrapper .home_banner_more{ text-align: left; }

	.home_about_title{ margin:0 0 30px 0;}
	.home_about_title span{ position: absolute; top:-40px; left:128px; font-size: 4rem; font-weight: 900;}

	.home_about_text{}
	.home_about_pic{ }

	.home_event_list li a span{ display: inline-block; margin-right: 10px;}
}
@media (min-width:1400px){ 
	.home_about_pic{ }
}

.home_service_wrapper{ margin: 15px 0; }

.home_service_row .col-6{ padding:0; border: 1px solid #fff;}

.home_service_con{ position: relative; background-color: #fbb219; height: 100%;}

.home_service_title{background-color: #0094c6; color: #fff; padding: 15px;}
.home_service_title h5{ margin: 0; }
.home_service_more{ display: none; }
.home_service_more a{ padding: 2px 15px; border-radius: 10px; background-color: #fff; color: #0094c6;}
.home_service_more a:hover{ background-color: #fbb219; color: #000; text-decoration: none; }

.home_service_pic{ height: 240px;  background-size: cover; background-position: center;}


.home_service_text{ width: 100%; height: auto;  padding: 15px; color: #000; text-align: center;}
.home_service_text h5{ font-weight: 900; margin-bottom: 15px; }

.home_service_text .home_banner_more{ text-align: center; }
.home_service_text .home_banner_more a{background-color: #000; color: #fff;}
.home_service_text .home_banner_more a:hover{ background-color: #ee2d67; color:#fff; }

@media (min-width:992px){
	.home_service_row .col-6{ padding:0 15px; border: 0px solid #fff;}
	.home_service_con{ margin: 15px 0; background-color: transparent;}
	.home_service_pic{ height: 320px;}
	.home_service_text{ width: 90%; height: 200px; margin: -120px auto 0 auto; padding: 30px; background-color: #fbb219; }
	.home_service_more{ float: right; display: block;}
}

@media (min-width:1400px){ 

	.home_service_slick .prev-alt{transform:translate(0,-50%);}
	.home_service_slick .next-alt{transform:translate(-100%,-50%);}
}




.home_recommend_pic{ height: 320px;  background-size: cover; background-position: center;}
.home_recommend_text h4{ padding: 15px 0; margin-bottom: 15px; border-bottom:1px solid #ccc; color:#000; }


.home_recommend_more{ margin: 30px 0 30px 0; animation-delay:0.6s; text-align: center;}
.home_recommend_more a{ padding: 10px 30px;  border: 1px solid #000; color:#000; -webkit-transition: all 0.3s; /* Safari */ transition: all 0.3s;}
.home_recommend_more a i{ margin-left: 10px; }
.home_recommend_more a:hover{ background-color: #fbb219; border-color: #fbb219; text-decoration: none;}

.home_recommend_wrapper .home_banner_more{ text-align: center; }

@media (min-width:992px){
	.home_recommend_slick{ margin: 0 -15px; }
	.home_recommend_slick .prev-alt{ font-size: 2rem; margin-left: 15px;}
	.home_recommend_slick .next-alt{ font-size: 2rem; margin-left: -15px;}

	.home_recommend_item{ padding: 15px; }
}
@media (min-width:1200px){
	.home_recommend_more{ float: right; margin-top: -70px;}


.home_recommend_wrapper .home_banner_more{ text-align: left; }
}
@media (min-width:1400px){
	.home_recommend_slick .prev-alt{ color: #000; font-size: 3rem; margin: 0;}
	.home_recommend_slick .next-alt{ color: #000; font-size: 3rem; margin: 0;}
}




.home_discount_pic{ height: 320px;  background-size: cover; background-position: center;}

.home_discount_text{ padding-top: 15px; }
.home_discount_text_item{position: relative; border-bottom: 1px solid #ccc; margin-bottom: 15px;}
.home_discount_text_item a{ position: absolute; width: 100%; height: 100%; background-color: #fff; opacity: 0; }
.home_discount_text_item a:hover{}
.home_discount_text_item:hover h4{ color:#23b1d1; }

@media (min-width:992px){
	.home_discount_pic{float: left; width: 280px; height: 280px;}
	.home_discount_text{ margin-left: 300px; padding: 0;}
}





.home_link_con{ margin: 15px 0; position: relative;}
.home_link_con a{ position: absolute; z-index: 11; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; opacity: 0; -webkit-transition: all 0.3s; /* Safari */ transition: all 0.3s;}
.home_link_con a:hover{opacity: 0.3; }
.home_link_color{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: repeat-y; background-size: contain;}
.home_link_text{ position: absolute; top:50%; left:30px; transform: translateY(-50%); color:#fff; }

.home_link_pic{height: 360px; background-position: center; background-size: cover; }

.home_link_con2 .home_link_text{color: #000;}

.home_link_ul{ padding: 0; list-style: none; }
.home_link_ul li{ padding: 10px 0; border-bottom:1px solid #ccc; }
.home_link_ul2 li{ padding: 10px 0; border-bottom:1px solid #555; }

.top_contact_block{ padding:32px 0; background-color:#23b1d1; }

.top_contact_text{ text-align:center;}
@media (min-width:992px){ .top_contact_text{ text-align:left;}}
.top_contact_text ul{ list-style:none; padding:0; font-size:0.95rem; margin-top:10px; color:#555;}



.site_map{ display:none;}
@media (min-width:992px){.site_map{ display:block;}}
.site_map_con h5 a{color:#fff; font-size:1.1rem;}
.site_map_con ul{ list-style:none; padding:0; font-size:0.95rem;}
.site_map_con ul li a{color:#ededed;}

.site_map_con h5 a:hover,
.site_map_con ul li a:hover{ color:#fbb219; text-decoration:none;}


.guide{ margin-top:32px; margin-bottom:32px;}
.guide a{ color:#0d3c84; border:4px solid #0d3c84; padding:8px 16px; -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.guide a:hover{ text-decoration:none; background-color:#0d3c84; color:#fff;}
@media (min-width:768px){.guide{ display:none;}}


.footer_copyright{ text-align: center; color:#fff; }


.alert_block{ position:fixed; left:0; top:0; z-index:9998; width:100%; height:100%; background-color:rgba(050,050,050,0.7);-webkit-transition: margin 5s, opacity 0.3s; /* For Safari 3.1 to 6.0 */ transition: margin 5s, opacity 0.3s;}
.alert_block .alert_con{ position:fixed; left:50%; top:50%; transform:translate(-50%,-50%); min-width:300px; z-index:9999; font-size:1.1rem; color:#fff; background-color:#db5426; padding:30px 50px; border-radius:15px; max-width:880px;-webkit-transition: margin 5s, opacity 0.3s; /* For Safari 3.1 to 6.0 */ transition: margin 5s, opacity 0.3s;}

.alert_block .alert_con ul{ padding:0; list-style:none; text-align:right;}
.alert_block .alert_con ul li{ display:inline-block; margin:20px 0 0 10px;}
.alert_block .alert_con ul li a{ background-color:#fff; font-size:1.1rem; color:#333; border-radius:6px; padding:6px 40px; font-weight:bold; text-align:center;-webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.alert_block .alert_con ul li a:hover{ text-decoration:none; background-color:#ccc;}

.alert_block .alert_con ul li:last-child a{ background-color:#3e3a39; color:#fff; padding:6px 40px;}
.alert_block .alert_con ul li:last-child a:hover{ background-color:#777;}

.alert_block .alert_con_times{ height:0; position:relative;}
.alert_block .alert_con_times img{ position:absolute; left:100%; top:0; margin-top:-45px; margin-left:25px; width:40px; height:auto; cursor:pointer;}



.page_bread{ background-color:#0d3c84; margin:0; font-size:0.9rem; display:table; width:100%; position:relative;}
.page_bread .container-fluid{}
.page_bread .breadcrumb { background:none; float:right; text-align:left;   padding:15px 0 0 0;}
.page_bread .breadcrumb li{ border-radius:0; color:#fff;}
.page_bread .breadcrumb li::before{ color:#fff;}
.page_bread .breadcrumb a{ color:#fff;}
.page_bread .breadcrumb a:hover{color:#FC6; text-decoration:none;}
