﻿@charset "UTF-8";
@media (min-width: 1600px) { 
/*下拉選單*/
label.form_dropdown select {
	width: 100%;
	font-size: 14px;
	color: #000;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	outline: none;
	text-align: center;
	height: 40px;
	border: 0px solid #EEEEEE;
	padding-right: 2%;
	border-radius: 5px;
	padding-left: 1vw;
	margin-top: 0;
	background-color: rgba(255,255,255,0.0);
	background-image: url(../images/arrow-01.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 12px;
	transition: 200ms;
	-moz-transition: 200ms;
	-webkit-transition: 200ms;
	-o-transition: 200ms;
}

label.form_dropdown select:hover {
	background-image: url(../images/arrow-01.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size:12px;	
}
label.form_dropdown:before 
{content: '';right: 5px;top: -7px;width: 30px;height: 33px;position: absolute;pointer-events: none;display: block;}
label.form_dropdown 
{ position: relative; }
label.form_dropdown:after 
{width: 38px;text-indent: 15px;right: 0;}
label.form_dropdown select:-moz-focusring
 {color: transparent;text-shadow: 0 0 0 #444;}
label.form_dropdown select::-ms-expand 
{display: none;}
@media screen\0 {
}
@media screen and (min--moz-device-pixel-ratio:0) {
label.form_dropdown select 
{ padding-right: 40px; }
label.form_dropdown:before
{ right: 6px; }
label.form_dropdown:after
{text-indent: 14px;right: 6px;top: -5px;width: 36px;}
}
.index_header_menu {
	width: 15%;
	float: right;
	height: 55px;
	border-radius: 5px;
	position: absolute;
	margin-right: 0px;
	clip: rect(auto,0px,auto,auto);
}
.index_header_menu_line {
	display:none;
}


.boody {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]background-image: url(../images/xd_index.jpg); */
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
}
.header {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	height: 75px;
	width: 160px;
	float: left;
	margin-left: 10px;
}
.menu {
	height: 50px;
	width: 50px;
	float: right;
	padding: 12.5px;
	background-color: #C33;
}
.snsbox {
	height: 75px;
	width: 150px;
	float: right;
}
.header_bar {
	height: 75px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
}
.header_banner,.header_banner_b,.header_banner_c,.header_banner_d {
	height: 190px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.header_banner {background-color: #2B81B2;}
.header_banner_b {background-color: #DFA72B;}
.header_banner_c {background-color: #DE644E;}
.header_banner_d {background-color: #A4C9A8;}

.header_banner_in {
	height: 190px;
	width: 60%;
	margin-right: auto;
	margin-left: auto;	
}
.header_banner_title {
	height: 25px;
	width: 45%;
	float: left;
	margin-top: 135px;
	text-align: center;
	background-color: #FFF;
	font-size: 26px;
	line-height: 26px;
	font-weight: bolder;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: ‘cwTeXFangSong’, serif;

}
.header_banner_text {
	height: 55px;
	width: 20%;
	float: left;
	margin-top: 135px;
	font-size: 18px;
	line-height: 55px;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-family: ‘cwTeXFangSong’, serif;
	margin-left: 5%;		
}
.header_banner_img {
	height: 190px;
	width: 30%;
	float: right;
	font-size: 22px;
	line-height: 55px;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-family: ‘cwTeXFangSong’, serif;
	background-image: url(../images/duck.png);
	background-repeat: no-repeat;
	background-position: left bottom;	
		
}






.content {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20%;
	padding-left: 20%;
	padding-top: 75px;
	padding-bottom: 75px;
	float: left;
}
.footer {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 7.5%;
	padding-left: 7.5%;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
	background-color: #000;
	color: #FFF;
	text-align: center;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0.1em;
}
.ch_title {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	float: left;
}
.ch_title2 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	text-align: center;
	float: left;
}
.ch_title h1 {
	font-size: 14px;
	line-height: 22px;
}
.ch_title h2 {
	font-size: 20px;
	line-height: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.ch_content {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	float: left;
}
.btn_content {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
	float: left;
}
	
.btn_content_btn {
	width: 20%;
	margin-right: 40%;
	margin-left: 40%;
	float: left;
	background-color: #000;
	text-align: center;
	color: #FFF;
	display: block;
}
.btn_content_btn a {
	width: 100%;
	float: left;
	padding-top:10px;
	padding-bottom:10px;
	background-color: #000;
	text-align: center;
	color: #FFF;
	display: block;
}
.btn_content_btn a:hover {
	width: 100%;
	float: left;
	padding-top:10px;
	padding-bottom:10px;
	background-color: #333;
	text-align: center;
	color: #FFF;
	display: block;
}



.ch_blk {
	width: 48%;
	float: left;
}
.ch_blk2 {
	width: 48%;
	float: right;
}
.ch_sec {
	width: 100%;
	float: left;
}
.ch_sec h1 {
	font-size: 14px;
	line-height: 35px;

}
.ch_sec_input {
	width: 100%;
	float: left;
	height: 35px;
	border-radius: 5px;
	background-color: #F7F7F7;
	border: 1px solid #CCC;
	margin-top: 7px;
	margin-bottom: 7px;
}

.ch_sec_area {
	width: 100%;
	float: left;
	height: 240px;
	border-radius: 5px;
	background-color: #F7F7F7;
	border: 1px solid #CCC;
	margin-top: 7px;
	margin-bottom: 7px;
}
.cooper_content {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	float: left;
}
.cooper_blk {
	width: 48%;
	float: left;
}
.cooper_blk2 {
	width: 48%;
	float: right;
}
.cooper_sec,.cooper_sec_b,.cooper_sec_c,.cooper_sec_d {
	width: 100%;
	float: left;
	border: 1px solid #000;
	margin-top: 15px;
	margin-bottom: 15px;
}
.cooper_sec {background-color: #DE644E;}
.cooper_sec_b {background-color: #2B81B2;}
.cooper_sec_c {background-color: #DFA72B;}
.cooper_sec_d {background-color: #A4C9A8;}

.cooper_title1 {
	width: 3%;
	float: left;
	writing-mode: tb-rl;
	-ms-writing-mode: tb-lr;
	-webkit-writing-mode: vertical-lr;
	-moz-writing-mode: vertical-lr;
	-ms-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	color: #FFF;
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.3em;
	padding-top: 5%;
	padding-right: 5%;
	padding-left: 4%;
}
.cooper_title2 {
	width: 3%;
	float: left;
	writing-mode: tb-rl;
	-ms-writing-mode: tb-lr;
	-webkit-writing-mode: vertical-lr;
	-moz-writing-mode: vertical-lr;
	-ms-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	color: #FFF;
	text-align: center;
	padding-top: 4%;
	padding-right: 5%;
	padding-left: 5%;
	font-size: 14px;
	letter-spacing: 0em;
}
.cooper_sec_text {
	width: 67%;
	float: right;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-right: 10%;
	padding-left: 10%;
	background-color: #FFF;
	font-size: 15px;
	height: 55px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center; 
	line-height: 22px;
}
.polices_content {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 7.5%;
	padding-left: 7.5%;
	padding-top: 50px;
	padding-bottom: 50px;
	float: left;
	font-size: 14px;
	line-height: 25px;
}
.shops_sec {
	width: 100%;
	float: left;
	font-size: 14px;
	line-height: 25px;
	background-color: #F6F6F6;
	display:flex;
}
.shops_sec_img {
	width: 40%;
	float: left;
	font-size: 14px;
	line-height: 25px;
	background-color: #000;
	padding-bottom: 23%;
	overflow: hidden;
	position: relative;
}

.shops_sec_img img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.shops_sec_img02 {
	width: 40%;
	float: left;
	font-size: 14px;
	line-height: 25px;
	background-color: #000;
	background-image: url(../images/shops/shop_Taoyuan.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 23%;
}


.shops_sec_content {
	width: 58%;
	float: left;
	padding-top: 2%;
	padding-right: 0%;
	padding-left: 2%;
	padding-bottom: 2%;
}
.shops_sec_title {
	width: 100%;
	float: left;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 15px;
	letter-spacing: 0.05em;
	font-weight: 900;
}
.shops_sec_title h1 {
	float: left;
	font-size: 28px;
	line-height: 30px;
	letter-spacing: 0.05em;
	font-weight: 900;
	margin-top: 0px;
	margin-bottom: 15px;
}
.shops_sec_map {
	width: 30%;
	float: right;
	font-size: 14px;
	line-height: 35px;
	background-color: #000;
	color: #FFF;
	text-align: center;
	margin-top: -2px;
	letter-spacing: 0.05em;
	right: 0px;
	display: block;
	border-right:#fff 1px dotted;
}
.shops_sec_map a {
	width: 100%;
	display: block;
	color:#FFF;
}
.shops_sec_map a:hover {
	background-color:#C33;
}
.shops_sec_textbox {
	width: 96%;
	float: left;
}
.shops_sec_text {
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 25px;
}
.shops_sec_text h1 {
	float: left;
	font-size: 14px;
	line-height: 22px;
	width: 17%;
}
.shops_sec_text h2 {
	float: left;
	font-size: 14px;
	line-height: 22px;
}
.news_sec {
	width: 100%;
	float: left;
	font-size: 14px;
	line-height: 25px;
	display: flex;
	margin-bottom: 20px;
}
.news_sec_img {
	overflow: hidden;
	width: 32%;
	float: left;
	position:relative;
	background-color: #333;
}
.news_sec_img img { 

	max-width: 105%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.news_sec_text {
	width: 62%;
	float: left;
	font-size: 14px;
	line-height: 25px;
	padding-top: 3%;
	padding-right: 3%;
	padding-left: 3%;
	color: #FFF;
	background-color: #000;
	padding-bottom: 3%;
	transition: 300ms;
	-moz-transition: 300ms;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	
}
.news_sec_text:hover {
	background-color: #333;
}
.news_sec_text_main {
    width: 75%;
    float: left;
    padding-right: 5%;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFF;
    /* [disabled]height: 135px; */
}
.news_sec_text_main h1 {
	font-size: 18px;
	line-height: 25px;
	color: #FFF;
	margin-top: 5px;
	margin-bottom: 10px;
	height: 25px;
	overflow: hidden;
}
.news_sec_text_main h2 {
	font-size: 14px;
	line-height: 22px;
	color: #FFF;
	margin-bottom: 20px;
	height: 45px;
	overflow: hidden;
}
.news_sec_text_main h3 {
	font-size: 14px;
	line-height: 25px;
	color: #FFF;
	height: 30px;
}
.news_sec_text_btn {
    width: 19%;
    float: right;
    text-align: center;
    display: block;
    padding-top: 10%;
    letter-spacing: 0.05em;
}



.menu_sec {
	width: 30%;
	float: left;
	font-size: 14px;
	line-height: 25px;
	display: flex;
	margin-bottom: 35px;
	margin-right: 1.5%;
	margin-left: 1.5%;
}
.menu_sec2 {
	width: 63%;
	float: left;
	font-size: 14px;
	line-height: 25px;
	display: flex;
	margin-bottom: 35px;
	margin-right: 1.5%;
	margin-left: 1.5%;
}
.menu_sec_img {
	overflow: hidden;
	width: 50%;
	float: left;
	position:relative;
	background-color: #000000;
}
.menu_sec_img img { 
	
   
max-height: 130%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.menu_sec_text,.menu_sec_text_b,.menu_sec_text_c,.menu_sec_text_d,.menu_sec_text_e {
	width: 50%;
	float: left;
	font-size: 14px;
	line-height: 25px;
	color: #FFF;
	padding: 10px;
}
.menu_sec_text {background-color: #DE644E;}
.menu_sec_text_b {background-color: #2B81B2;}
.menu_sec_text_c {background-color: #DFA72B;}
.menu_sec_text_d {background-color: #A4C9A8;}
.menu_sec_text_e {background-color: #000;}
.menu_sec_text_main {
	width: 100%;
	float: left;
	height: 155px;
}
.menu_sec_text_main h1 {
	font-size: 20px;
	line-height: 23px;
	color: #FFF;
	margin-top: 5px;
	margin-bottom: 30px;
	overflow: hidden;
}
.menu_sec_text_main h2 {
	font-size: 14px;
	line-height: 22px;
	color: #FFF;
	margin-bottom: 20px;
	height: 45px;
	overflow: hidden;
}
.menu_sec_text_main h3 {
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.arrow_left a {
	text-decoration: none;
	display: block;
	width: 30px;
	height: 80px;
	position: absolute;
	margin-top: -60px;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	color: rgba(255,255,255,0.8);
	background-color: #000;
	text-align: center;
	padding-top:10px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	opacity:0.3;
	left:0;
}
.arrow_right a {
	text-decoration: none;
	display: block;
	width: 30px;
	height: 80px;
	position: absolute;
	margin-top:-60px;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	color: rgba(255,255,255,0.8);
	background-color: #000;
	text-align: center;
	padding-top:10px;
	right: 0px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	opacity:0.3;
}
.arrow_left a:hover,.arrow_right a:hover {
	opacity:1;
}
#inline_content img,#inline_content_k img,#inline_content_b img {float:left;
	width:100%;}
#inline_content_a img,
#inline_content_b img,
#inline_content_c img,
#inline_content_d img,
#inline_content_e img,
#inline_content_f img,
#inline_content_g img,
#inline_content_h img,
#inline_content_i img,
#inline_content_j img {
	float:left;
	width:50%;
}

.about_sec {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	float: left;
	background-color: #DE644E;
}
.about_sec_title {
	float: left;
	width: 2%;
	color: #FFF;
	-ms-writing-mode: tb-lr;
	-webkit-writing-mode: vertical-lr;
	-moz-writing-mode: vertical-lr;
	-ms-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	background-color: #000;
	text-align: center;
	padding-top: 3%;
	padding-right: 2%;
	padding-bottom: 3%;
	padding-left: 2%;
	font-size: 20px;
	letter-spacing: 0.3em;
}
.about_sec_text {
	float: left;
	width: 40%;
	color: #FFF;
	text-align: center;
	padding-top: 5%;
	padding-right: 2%;
	padding-left: 2%;
	font-size: 20px;
	letter-spacing: 0.3em;
	padding-bottom: 5%;
}
.about_sec_text h1 {
	float: left;
	color: #000;
	text-align: center;
	font-size: 20px;
	width: 100%;
	margin-bottom: 20px;
}
.about_sec_text h2 {
	float: left;
	color: #000;
	text-align: center;
	font-size: 15px;
	width: 100%;
	line-height: 28px;
	letter-spacing: 0em;
	
}
.about_sec_text h3 {
	float: left;
	color: #000;
	text-align: center;
	font-size: 14px;
	width: 100%;
	line-height: 20px;
	letter-spacing: 0em;
	font-weight: 300;
	margin-bottom: 10px;
	margin-top: 10px;
}
.about_sec_img {
	float: right;
	width: 45%;
	color: #FFF;
	text-align: center;
	padding-right: 2%;
	padding-bottom: 33%;
	padding-left: 2%;
	background-color: #CCC;
	background-image: url(../images/about/img-01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.about_sec_b {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	float: left;
	background-color: #F6F6F6;	/*background-color: #DE644E;*/
}
.about_sec_b_text {
	float: left;
	width: 80%;
	color: #FFF;
	text-align: center;
	padding-top: 7%;
	padding-right: 2%;
	padding-left: 2%;
	font-size: 20px;
	letter-spacing: 0.3em;
	padding-bottom: 7%;
	margin-left: 5%;
}
.about_sec_b_sec {
	width: 50px;
	color: #000;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.3em;
	height: 55px;
	border: 2px solid #000;
	margin-right: auto;
	margin-left: auto;
	border-radius: 100px;
	line-height: 18px;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 25px;
	padding-left: 22px;
}
.about_sec_b_sec_text {
	width: 70%;
	color: #000;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.1em;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 10px;
}
.about_sec_c {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	float: left;
	background-color: #A4C9A8;	/*background-color: #DE644E;*/
}
.about_sec_c_text {
	float: left;
	width: 90%;
	color: #FFF;
	text-align: center;
	padding-top: 3%;
	padding-right: 2%;
	padding-left: 2%;
	font-size: 20px;
	letter-spacing: 0.3em;
	padding-bottom: 3%;
}
.about_sec_c_text_title {
	float: left;
	width: 100%;
	color: #000;
	text-align: center;
	font-size: 26px;
	letter-spacing: 0.2em;
	padding-top: 30px;
	padding-bottom: 30px;
}
.about_sec_c_text_content {
	float: left;
	width: 100%;
	color: #000;
	text-align: center;
	font-size: 24px;
	letter-spacing: 0.2em;
	padding-top: 40px;
	padding-bottom: 40px;
}
.about_sec_c_text_content_blk {
	float: left;
	width: 31.3%;
	color: #000;
	padding-right: 1%;
	padding-left: 1%;
}
.about_sec_c_text_content_blk h1 {
	float: left;
	width: 100%;
	color: #000;
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
}
.about_sec_c_text_content_blk h2 {
	float: left;
	width: 100%;
	color: #000;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}
.about_sec_d {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	float: left;
	background-color: #F6F6F6;
	
}
.about_sec_d_title {
	float: left;
	width: 2%;
	color: #FFF;
	-ms-writing-mode: tb-lr;
	-webkit-writing-mode: vertical-lr;
	-moz-writing-mode: vertical-lr;
	-ms-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	background-color: #000;
	text-align: center;
	padding-top: 3%;
	padding-right: 2%;
	padding-bottom: 3%;
	padding-left: 2%;
	font-size: 20px;
	letter-spacing: 0.3em;
	z-index: 999;
	position: relative;
}
.about_sec_d_text {
	float: right;
	width: 46%;
	color: #FFF;
	text-align: center;
	padding-top: 5%;
	padding-right: 2%;
	padding-left: 2%;
	font-size: 20px;
	letter-spacing: 0.3em;
	padding-bottom: 5%;
}
.about_sec_d_text h1 {
	float: left;
	color: #000;
	text-align: center;
	font-size: 20px;
	width: 100%;
	margin-bottom: 20px;
}
.about_sec_d_text h2 {
	float: left;
	color: #000;
	text-align: center;
	font-size: 14px;
	width: 100%;
	line-height: 28px;
	letter-spacing: 0em;
}
.about_sec_d_img {
	float: left;
	width: 45%;
	color: #FFF;
	text-align: center;
	padding-right: 2%;
	padding-bottom: 33%;
	padding-left: 2%;
	background-color: #CCC;
	background-image: url(../images/about/img-01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 1;
}
.about_sec_d_img2 {
	float: left;
	width: 45%;
	color: #FFF;
	text-align: center;
	padding-right: 2%;
	padding-bottom: 33%;
	padding-left: 2%;
	background-color: #CCC;
	background-image: url(../images/about/img-02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 1;
}
.about_sec_e {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	float: left;
	background-color: #E3AA2C;	/*background-color: #DE644E;*/
}
.about_sec_e_text {
	float: left;
	width: 90%;
	color: #FFF;
	text-align: center;
	padding-top: 6%;
	padding-right: 2%;
	padding-left: 2%;
	font-size: 20px;
	letter-spacing: 0.3em;
	padding-bottom: 6%;
}
.about_sec_e_text h1 {
	float: left;
	color: #000;
	text-align: center;
	font-size: 20px;
	width: 100%;
	margin-bottom: 20px;
}
.about_sec_e_text h2 {
	float: left;
	color: #000;
	text-align: center;
	font-size: 14px;
	width: 100%;
	line-height: 28px;
	letter-spacing: 0em;
}
.index_content {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	float: left;
	background-color: #F5F4EF;
}
.index_blk01 {
	width: 100%;
	float: left;
	overflow: hidden;	
}
.index_blk01_main {
	width: 48%;
	float: left;
	font-size: 28px;
	font-weight: 800;
	padding-bottom: 35%;
	padding-top: 25px;
	padding-left: 2%;
	background-image: url(../images/index/img2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	line-height: 30px;
	font-family: ‘cwTeXFangSong’, serif;
}
.index_blk01_img {
	width: 50%;
	float: left;
	padding-top: 55px;
	padding-bottom: 35%;
	background-image: url(../images/index/img.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	background-size:55% auto;
	background-attachment: fixed;
	background-color:#000;
}
.index_blk02 {
	width: 100%;
	float: left;
}
.index_blk02_btn_a,.index_blk02_btn_b,.index_blk02_btn_c {
	width: 33.3%;
	float: left;
	font-size: 28px;
	font-weight: bolder;
	padding-bottom: 4%;
	padding-top: 25px;
	line-height: 30px;
}
.index_blk02_btn_a {
	background-color: #2B81B2;
}
.index_blk02_btn_b {
	background-color: #E3AA2C;
}
.index_blk02_btn_c {
	background-color: #DA523A;
}

.index_blk02_title {
	height: 78px;
	width: 30px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #000;
	padding-top: 20px;
	padding-right: 35px;
	padding-left: 35px;
	margin-top: 30px;
	border-radius:100px;
}
.index_blk02_text {
	width: 100%;
	font-size: 22px;
	text-align: center;
	margin-top: 24px;
	letter-spacing: 0.1em;
}
.index_blk02_btn {
	width: 40%;
	font-size: 18px;
	text-align: center;
	margin-top: 24px;
	letter-spacing: 0.1em;
	margin-right: 30%;
	margin-left: 30%;
	background-color: #000;
	color: #FFF;
}
.index_blk02_btn a {
	width: 100%;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.1em;
	background-color: #000;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}
.index_blk02_btn a:hover {
	width: 100%;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.1em;
	background-color: #333;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}
.index_blk03 {
	width: 100%;
	float: left;
}
.index_blk03_main {
	width: 14%;
	float: left;
	padding-bottom: 35%;
	background-image: url(../images/index/img3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #0B0606;
}
.index_blk03_img {
	width: 86%;
	float: left;
	padding-bottom: 35%;
	background-image: url(../images/index/img4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:120% auto;
	background-attachment: fixed;
	background-color:#000;
}
.index_blk04 {
	width: 100%;
	float: left;
	background-color: #F5F4EF;
}
.index_blk04_title {
	width: 100%;
	float: left;
	background-color: #A4C9A8;
	text-align: center;
	font-size: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	letter-spacing: 0.3em;
	font-weight: bold;
}
.index_blk04_text {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	letter-spacing: 0.3em;
	font-weight: bold;
}
.index_blk04_text_title {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 14px;
	padding-top: 45px;
	padding-bottom: 45px;
	font-weight: bold;
	line-height: 20px;
}
.index_blk04_text_title_content {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 14px;
	padding-top: 25px;
	padding-bottom: 25px;
	font-weight: bold;
	line-height: 20px;
}
.index_blk04_text_content {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
.index_blk04_text_sec {
	width: 33%;
	float: left;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 45px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
.index_blk04_text_sec h1 {
	font-size: 22px;
	line-height: 35px;
}
.index_blk04_text_sec h2 {
	font-size: 14px;
	line-height: 25px;
}



/*=== Trigger  ===*/
.animate {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate2 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*=== Optional Delays, change values here  ===*/
.one {
-webkit-animation-delay: 0.4s;
-moz-animation-delay: 0.4s;
animation-delay: 0.4s;
}

.two {
-webkit-animation-delay: 0.8s;
-moz-animation-delay: 0.8s;
animation-delay: 0.8s;
}

.three {
-webkit-animation-delay: 1.2s;
-moz-animation-delay: 1.2s;
animation-delay: 1.2s;
}

.four {
-webkit-animation-delay: 1.6s;
-moz-animation-delay: 1.6s;
animation-delay: 1.6s;
}

/*=== Animations start here  ===*/
/*=== FADE IN  ===*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


/*=== FADE IN DOWN ===*/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*==== FADE IN UP ===*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*=== FADE IN LEFT ===*/
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}


/*==== FADE IN RIGHT ===*/
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
}
	
	
@media screen and (max-width:1300px) { 
  .news_sec_img {
    overflow: hidden;
    width: 100%;
    padding-bottom: 0%;
    float: left;
    position: relative;
  }
  .news_sec_img img {
    max-width: 105%;
    width: auto;
    height: auto;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .news_sec {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 25px;
    display: block;
    position: relative;
  }
  .news_sec_text_main h3 {
    font-size: 14px;
    line-height: 25px;
    color: #FFF;
    min-height: 30px;
    height: auto;
  }
}

@media screen and (max-width:700px) { 
  .news_sec_img {
    overflow: hidden;
    width: 100%;
    padding-bottom: 0%;
    float: left;
    position: relative;
  }
  .news_sec_img img {
    max-width: 105%;
    width: auto;
    height: auto;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .news_sec {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 25px;
    display: block;
    position: relative;
  }
  .news_sec_text_main h3 {
    font-size: 14px;
    line-height: 25px;
    color: #FFF;
    min-height: 30px;
    height: auto;
  }
}

@media screen and (min-width:701px) { 
  .news_sec_text_main h3 {
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    height: auto;
  }
}