@charset "utf-8";

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

.container-fluid{ max-width:1600px;}

.footer{
	color:#fff;
	background-color:#c22121;
	text-align:right;
	padding:24px 15px;
}
.footer a{ color:#ebb635;}

.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:#ebb635;}


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


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

.header_logo{position:fixed; z-index:895; top:20px; left:15px;}
.header_logo img{ -webkit-transition: all 0.3s; /* Safari */ transition: all 0.3s; width:240px; height:auto;}
@media (min-width:992px){
	.header_logo { top:24px; left:15px; position:absolute; z-index:950;}
	.header_logo  img{ width:600px;}
}
@media (min-width:1600px){
	.header_logo { left:calc(50% - 785px);}
	.header_logo  img{ width:600px;}
}


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

.menu_header{ position:fixed; z-index:900; top:0; left:0; width:240px; height:100%; background-color:#c22121; -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:1600px;}


@media (min-width:992px){
	.menu_header{ position:absolute; top:80px; width:100%; height:88px; background-color:transparent; border-bottom:0px solid #0d3c84; overflow-y:visible;}
	.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 #f13e3e;}

.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:#f13e3e;}

.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; width:800px; margin:0px auto;}
	.menu_ul li{ float:left; border:none; position:relative;}
	.menu_ul li a{ color:#555; font-size:1rem; width:160px; text-align:center; padding:30px 15px 32px 15px;}
	.menu_ul li a:hover, .menu_ul li a:focus{ color:#c22121; background-color:transparent;}
	.menu_ul .mobile_home{ display:none;}
}
@media (min-width:1200px){
	.menu_ul{ width:960px;}
	.menu_ul li a{ font-size:1rem; width:192px; text-align:center; padding:30px 30px 32px 30px;}
}
@media (min-width:1600px){
	.menu_ul{ width:1200px;}
	.menu_ul li a{ width:240px; }
}


.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:#c22121;}

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

@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:80px; -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;}
}


@media (min-width:992px){
	.header_logo.header_logo_scroll{ position:fixed; top:22px;}
	.header_logo.header_logo_scroll img{ width:400px}
	.menu_header.menu_scroll{ position:fixed; top:0; height:72px; background-color:#fff; background-image:none; -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}
	.menu_header.menu_scroll .menu_ul { margin:0 0 0 auto; width:560px;}
	.menu_header.menu_scroll .menu_ul li a{ width:112px; padding:24px 15px 28px 15px;}
}
@media (min-width:1200px){
	.header_logo.header_logo_scroll img{ width:480px}
	.menu_header.menu_scroll .menu_ul{ margin:0 0 0 auto; width:640px;}
	.menu_header.menu_scroll .menu_ul li a{  width:128px; padding:24px 15px 28px 15px;}
}
@media (min-width:1600px){
	.header_logo.header_logo_scroll{top:20px;}
	.header_logo.header_logo_scroll img{ width:600px}
	.menu_header.menu_scroll .menu_ul{  margin:0 0 0 auto; width:800px;}
	.menu_header.menu_scroll .menu_ul li a{ width:160px; padding:24px 15px 28px 15px;}
}


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


@media (min-width:992px){
	.page_body .header_logo{ position:fixed; top:22px;}
	.page_body .header_logo img{ width:400px}
	.page_body .menu_header{ position:fixed; top:0; height:72px; background-color:#fff; background-image:none; -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}
	.page_body .menu_header .menu_ul { margin:0 0 0 auto; width:560px;}
	.page_body .menu_header .menu_ul li a{ width:112px; padding:24px 15px 28px 15px;}
}
@media (min-width:1200px){
	.page_body .header_logo img{ width:480px}
	.page_body .menu_header .menu_ul{ margin:0 0 0 auto; width:640px;}
	.page_body .menu_header .menu_ul li a{  width:128px; padding:24px 15px 28px 15px;}
}
@media (min-width:1600px){
	.page_body .header_logo{top:20px;}
	.page_body .header_logo img{ width:600px}
	.page_body .menu_header .menu_ul{  margin:0 0 0 auto; width:800px;}
	.page_body .menu_header .menu_ul li a{ width:160px; padding:24px 15px 28px 15px;}
}



.top_banner_wrapper{}
.top_banner_wrapper .container-fluid{ padding:0;}
@media (min-width:992px){
	.top_banner_wrapper{padding:80px 0 0 0; background-image:url(../img/top_banner_bg.jpg); background-position:center; background-size:cover;}
	.top_banner_wrapper .container-fluid{ padding:0 15px;}
}


.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:100px; text-shadow: 0px 0px 5px #000, 0px 0px 10px #333, 0px 0px 15px #555;}
.carousel-caption h2{ animation-duration:1s; font-weight:900;}
.carousel-caption p{ margin:15px 0; animation-delay:0.5s; animation-duration:1s;}

@media (min-width:992px){
	.carousel-fade .carousel-inner .carousel-item { height:600px;}
	.carousel-caption h2{ font-size:2.8rem; animation-duration:1s;}
	.carousel-caption p{ font-size:1.6rem;}
	.carousel-caption{ top:250px; text-align:left; left:40%; margin-left:30px;}
}
@media (min-width:1400px){
	.carousel-fade .carousel-inner .carousel-item { height:760px;}
	.carousel-caption{ top:300px; left:50%; margin-left:60px;}
}

#carouselExampleIndicators .carousel-control-prev {
	background-color:#000;
	opacity:1;
	width:64px;
	height:48px;
	left:100%;
	top:100%;
	transform:translate(-200%,-100%)
}
 
#carouselExampleIndicators .carousel-control-next {
	background-color:#c22121;
	opacity:1;
	width:64px;
	height:48px;
	top:100%;
	transform:translateY(-100%)
}
@media (min-width:992px){
	#carouselExampleIndicators .carousel-control-prev,
	#carouselExampleIndicators .carousel-control-next {width:80px; height:64px;}
}


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






.prev-alt{ background-color:#0d3c84; 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:#0d3c84; 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;}






.top_title{ text-align:center; color:#000; background-image:url(../img/top_title_bg.png); background-position:center; background-repeat:no-repeat; margin-bottom:30px;}
.top_title_white{ color:#fff; background-image:url(../img/top_title_bg_w.png);}
.top_block1{ padding:80px 0; color:#333;}

.top_service_con{ margin:15px 0;}
.top_service_pic{ height:240px; background-position:center; background-size:cover; position:relative;}
.top_service_pic h3{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width: 80%; text-align: center; color:#fff; text-shadow: 0px 0px 5px #000, 0px 0px 10px #333, 0px 0px 15px #555;}
.top_service_text{ padding:30px; background-color:#e0e0e0;}
.top_service_text ul{ padding:0; list-style:none; text-align:center; height:320px;}
.top_service_text ul li { border-bottom:1px solid #999; padding-bottom:8px; margin-bottom:8px;}

.top_more{ margin-top:30px;}
.top_more a{ padding:15px 40px; background-color:#c22121; color:#fff; -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.top_more a:hover{ background-color:#f13e3e; text-decoration:none;}
.top_more_black a{ background-color:#000;}
.top_more_black a:hover{ background-color:#333; text-decoration:none;}

.top_block2{ padding:80px 0; color:#333; background-image:url(../img/top_service2.jpg); background-position:center; background-size:cover;}

.top_news_item_wrapper{ margin:15px; padding:15px; background-image:url(../img/top_news_item_bg.png); background-position:center; background-size:cover;}
.top_news_item{ background-color:#fff; position:relative;}
.top_news_item a{ position:absolute; top:0; left:0; width:100%; height:100%; background-color:#fff; opacity:0; -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.top_news_item a:hover{ opacity:0.4;}
.top_news_pic{ height:240px; background-position:center; background-size:cover;}
.top_news_text{ padding:15px;}
.top_news_text h6{ color:#c22121;}
.top_news_text h4{ margin:15px 0;}
.top_news_text p{ font-size:0.9rem;}
.top_news_more{ font-size:2rem; text-align:right; color:#c22121;}
@media (min-width:992px){
	.top_news_item_wrapper{ margin:15px; padding:15px 45px 30px 15px;}
	.top_news_pic{ height:320px; float:left; width:44%;}
	.top_news_text{ margin-left:44%; padding:30px;}
}


/*Styling the default Slick dots*/

.top_news_slick .slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;
	
	list-style-type: none;
}
.top_news_slick .slick-dots li {
	margin: 0 0.25rem;
}
	
.top_news_slick .slick-dots li button {
	display: block;
	width: 1rem;
	height: 1rem;
	padding: 0;
	margin-top:30px;		
			
	border: none;
	border-radius: 100%;
	background-color:#fff;
			
	text-indent: -9999px;
}
	
.top_news_slick .slick-dots li.slick-active button {
	background-color: #c22121;
}


.top_block3{ padding:80px 0; color:#333; background-image:url(../img/top_case_bg.jpg); background-position:center; background-size:cover;}

.top_case_item{ margin:15px;}
.top_case_pic{ height:280px; background-position:center; background-size:cover;}
.top_case_text{ background-color:#e0e0e0; padding:30px; margin-top:10px;}
.top_case_more{ margin-top:30px;}
.top_case_more a{ padding:10px 30px; border:1px solid #c22121; color:#c22121; -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.top_case_more a:hover{ background-color:#c22121; color:#fff; text-decoration:none;}

.top_case_slick{ padding-bottom:45px;}

.top_case_slick .prev-alt{ background-color:#000; color:#fff; position:absolute; z-index:555; cursor:pointer; top:100%; left:50%; padding:12px 30px 14px 30px; transform:translate(-110%,-30px); opacity:1}
.top_case_slick .prev-alt:hover{ background-color:#333;}
.top_case_slick .next-alt{ background-color:#c22121; color:#fff; position:absolute; z-index:555; cursor:pointer; top:100%; left:50%; padding:12px 30px 14px 30px; transform:translate(10%,-30px); opacity:1;}
.top_case_slick .next-alt:hover{ background-color:#f13e3e;}

@media (min-width:992px){
	.top_case_text{ padding:45px;}
}


.top_contact_block{ padding:30px 0; color:#333; background-color:#ededed; background-image:url(../img/top_contact_bg.jpg); background-position:center; background-size:cover;}
.top_contact_block .container-fluid{ max-width:1280px;}
.top_contact_con{ padding:0 0 15px 0; margin-bottom:15px; border-bottom:1px solid #999;}
.top_contact_con h3 span{ color:#c22121;}
.top_contact_con ul{ padding:0; list-style:none;}

@media (min-width:992px){
	.top_contact_block{ padding:80px 0;}
	.top_contact_row .col-lg-4{ border-left:1px solid #999;}
	.top_contact_row .col-lg-4:first-child{ border:none;}
	.top_contact_con{ padding:0 30px; margin:0; border-bottom:none;}
}
/*.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:#0d3c84; font-size:1.1rem;}
.site_map_con ul{ list-style:none; padding:0; font-size:0.95rem;}
.site_map_con ul li a{color:#555;}*/

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


.guide{ margin-top:32px; margin-bottom:32px;}
.guide a{ color:#fff; background-color:#c22121; padding:12px 16px; -webkit-transition: all 0.2s;  transition: all 0.2s;}
.guide a:hover{ text-decoration:none; background-color:#f13e3e;}
.guide .guide_link_black{background-color:#000;}
.guide .guide_link_black:hover{background-color:#333;}

@media (min-width:768px){.guide{ display:none;}}



.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_banner{ background-position:center; background-size:cover; height:400px; position:relative;}
.page_banner h3{ text-align:center; position:absolute; top:50%; left:50%; transform:translate(-50%,0); color:#fff; text-shadow: 0px 0px 5px #000, 0px 0px 10px #333, 0px 0px 15px #555;}

.page_bread{ background-color:#c22121; margin:0; font-size:0.9rem; display:table; width:100%; position:relative;}
.page_bread .container-fluid{}
.page_bread .breadcrumb { background:none; float:left; 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;}

.about_block1{ padding:80px 0; color:#555;}

.about_text p span{ color:#c22121;}
.about_pic{ height:240px; background-position:center; background-size:cover;}
.about_text h2{ font-size:3rem; padding-bottom:15px; margin:15px 0 15px 0; background-color:#fff; color:#c22121; border-bottom:4px solid #c22121; display:inline-block; font-family: 'Anton', sans-serif;}

.about_feature h2{ font-size:6rem; font-family: 'Anton', sans-serif; color:#000;}
.about_feature p{ padding:0 40px; margin-top:-50px; text-align:justify; font-weight:900;line-height:1.8rem;}
.about_feature p span{color:#c22121; font-size:2rem;}

.about_wrapper2 .about_text h2{ color:#000; border-bottom:8px solid #000;}

.about_feature_pic{ margin:15px 0; height:320px; background-position:center; background-size:cover;}

@media (min-width:992px){
	.about_wrapper,
	.about_wrapper2{ position:relative; overflow:hidden;}
	.about_pic{ height:480px; width:50%;}
	.about_text{ position:absolute; top:50%; left:50%; transform:translate(0,-50%); padding:30px 60px; line-height:1.8rem; text-align:justify;}
	.about_text h2{ font-size:5rem; margin:0 0 15px 0; border-bottom:8px solid #c22121;}
	
	.about_wrapper2 .about_pic{ margin-left:auto;}
	.about_wrapper2 .about_text{ left:0; width:50%;}
	
	
	.about_feature p{ padding:0 80px;}
}

.service_block1{ padding:80px 0; color:#777;}

.service_category_con{ margin:10px 0;}
.service_category_con a{ display:block; text-align:center; padding:15px; background-color:#c22121; color:#fff; -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.service_category_con a:hover,
.service_category_con a.active{ text-decoration:none; background-color:#000;}



.service_pic{ height:240px;background-position:center; background-size:cover;}
.service_text{ padding:30px; background-color:#c22121; color:#fff;}
.service_text ol{ padding-left:20px;}

.service_wrapper2 .service_text{ background-color:#000;}

@media (min-width:992px){
	.service_wrapper,
	.service_wrapper2{ position:relative;}
	.service_pic{ height:480px; width:72%;}
	.service_text{ position:absolute; top:50%; left:68%; height:400px; transform:translateY(-50%); width:32%; padding:60px; background-color:#c22121; color:#fff;}
	
	.service_wrapper2 .service_pic{ margin-left:auto;}
	.service_wrapper2 .service_text{ left:0; background-color:#000;}
}

.achievement_block1{ padding:80px 0; color:#777;}


.achievement_con{ background-position:center; background-size:cover; height:320px; position:relative; margin:15px 0; overflow:hidden;   -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}
.achievement_con a{ position:absolute; z-index:10; top:0; left:0; text-align:center; width:100%; height:100%; background-color:transparent; opacity:0; -webkit-transition:all 0.2s; /* For Safari 3.1 to 6.0 */ transition:all 0.2s;}
.achievement_con a:hover{ opacity:1;}
.achievement_con a i{ margin-top:128px; width:64px; height:64px; font-size:2.2rem; padding:15px; background-color:#c22121; color:#fff; border-radius:50%;}


.achievement_text{ position:absolute; width:100%; height:100%; background-color:rgba(000,000,000,0.6); color:#fff; padding:30px 15px; top:calc(100% - 80px); -webkit-transition:all 0.3s; /* For Safari 3.1 to 6.0 */ transition:all 0.3s;}
.achievement_text h5{ border-left:8px solid #c22121; padding-left:10px;}
.achievement_text h6{ color:#fff; padding-left:18px; opacity:0; -webkit-transition:all 0.2s; /* For Safari 3.1 to 6.0 */ transition:all 0.2s;}
.achievement_con:hover .achievement_text{ top:0;}
.achievement_con:hover .achievement_text h6{ opacity:1;}

.achievement_detail_block1{ padding:80px 0; color:#777; }
.achievement_detail_block1 .container-fluid{ max-width:1200px;}
.achievement_detail_title{ color:#555; border-bottom:1px solid #ccc; margin-bottom:15px; padding-bottom:15px;}

.achievement_detail_text{}

.achievement_detail_subtitle{border-left:8px solid #c22121; padding-left:10px;}

.achievement_pic_row p{ text-align:center; color:#777; font-size:0.9rem;}
.achievement_pic_row .achievement_con{ height:200px;}
.achievement_pic_row .achievement_con a{ background-color:rgba(000,000,000,0.6);}
.achievement_pic_row .achievement_con a i{  margin-top:72px;}

.news_block1{ padding:80px 0; color:#777; position:relative;}


.page_news_con{ position:relative; color:#777; border-bottom:1px solid #ccc; padding-bottom:15px; margin-bottom:15px;}
.page_news_pic{ height:240px; background-position:center; background-size:cover;}
.page_news_text h4{ color:#555;}
.page_news_date{ margin:10px 0;}
.page_news_date span{ margin-right:5px; background-color:#c22121;}
.page_news_date a{ margin-left:10px; color:#c22121;}

@media (min-width:992px){
	.page_news_pic{ width:320px; height:200px; float:left;}
	.page_news_text{ margin-left:340px;}
}
@media (min-width:1200px){
	.page_news_pic{ width:360px; height:200px; float:left;}
	.page_news_text{ margin-left:380px;}
	
}


.pagination .page-item .page-link{ color:#c22121;}
.pagination .page-item.active .page-link{ background-color:#c22121; border-color:#c22121; color:#fff;}
.pagination { justify-content: center;}



.news_detail_block{ padding:80px 0; color:#777;}
.news_detail_block .container-fluid{ max-width:1200px;}
.news_detail_block .news_detail_title{ color:#555; border-bottom:1px solid #ccc; margin-bottom:15px; padding-bottom:15px;}

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

.back_btn{ margin:30px 0;}
.back_btn a{ padding:15px 40px; background-color:#c22121; color:#fff; -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.back_btn a:hover{ background-color:#f13e3e; text-decoration:none;}

.page_news_date_ul{ padding:0; list-style:none;}
.page_news_date_ul li{ display:inline-block; margin-right:10px;}

.news_share_line a{ color:#00b900; font-size:1.6rem; float:left; margin-bottom:-12px;}

.page_news_link{ margin:30px 0;}
.page_news_link a{ color:#c22121;}


.contact_block1{ padding:80px 0; color:#555;}

.contact_info_item{ margin:15px 0;}
.contact_info_text{ padding:30px; background-color:#e0e0e0; color:#555;}
.contact_info_text h4 span{ color:#c22121;}
.contact_info_text ul{ padding:0; list-style:none;}

.contact_block1 form{}
.contact_block1 form .form-group textarea{border-radius:0; padding:25px; background-color:#ededed;}
.contact_block1 form .form-group input{ border-radius:0; padding:25px; background-color:#ededed;}
.contact_block1 form .form-group select{ border-radius:0; padding:0 22px; background-color:#ededed; height:52px;}
.contact_block1 form .form-group button{ background-color:#c22121; border-color:#c22121; color:#fff; border-radius:0; padding:15px 0; width:118px; text-align:center; }
.contact_block1 form .form-group button[type="reset"]{background-color:#ccc; border-color:#ccc; color:#555;}


.contact_block2{ padding:80px 0; color:#fff; background-image:url(../img/contact_bg2.jpg); background-position:center; background-size:cover;}

.contact_block2 form{}
.contact_block2 form .form-group textarea{border-radius:0; padding:25px; background-color:#ededed;}
.contact_block2 form .form-group input{ border-radius:0; padding:25px; background-color:#ededed;}
.contact_block2 form .form-group select{ border-radius:0; padding:0 22px; background-color:#ededed; height:52px;}
.contact_block2 form .form-group button{ background-color:#c22121; border-color:#c22121; color:#fff; border-radius:0; padding:15px 0; width:118px; text-align:center; }
.contact_block2 form .form-group button[type="reset"]{background-color:#ccc; border-color:#ccc; color:#555;}


.contact_info_qr{ margin:15px 0; padding:30px; background-color:#e0e0e0; color:#555;}
.contact_info_qr_pic{ width:100%; margin-bottom:15px;}
.contact_info_qr_pic img{ width:100%; height:auto;}
.contact_info_qr_text{ font-size:1.6rem;}
.contact_info_qr_text h4{ font-size:2.8rem;}
.contact_info_qr_text h4 span{ color:#c22121;}
@media (min-width:992px){
	.contact_info_qr_pic{ width:160px; float:left; margin:0;}
	.contact_info_qr_text{ margin-left:190px; }
}