body { margin: 0; background: url('../images/website_image/bg.png'); }

* { text-decoration: none; font-family: "微軟正黑體"; box-sizing: border-box; }

.div {
	margin: 0;
}

ul { list-style: none; }

/*header*/
header {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	margin-top: 20px;
}

.header_main_logo {
	margin-right: auto;
}

header nav {
	width: calc(100% - 391px);
}

.header_second_logo {
	justify-content: flex-end;
	display: flex;
	margin-bottom: 8px;
}

header li img {
	transition: .3s filter ease;
}

header li:hover img {
	-webkit-filter: hue-rotate(66deg) saturate(8);
	-o-filter: hue-rotate(66deg) saturate(8);
	filter: hue-rotate(66deg) saturate(8);
}

header li:hover a {
	color: #484848;
}

header li:hover .header_li_a_out div {
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
}

header ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
}

header li {
	width: 80px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
}

header li:not(:last-child) {
	margin-right: 30px;
}

header li > a {
	display: block;
	width: 100%;
	text-align: center;
}

header li > a img {
	width: 45px;
	height: auto;
}

.header_li_a_out {
	display: flex;
	overflow: hidden;
	flex-direction: column;
	margin-top: 5px;
	height: 21px;
	width: 100%;
}

.header_li_a_out > div {
	color: #545454;
	font-size: 16px;
	text-align-last: center;
	transition: .5s transform ease;
}


.out_begin {
	display: flex;
	background: url('../images/website_image/out_begin.png') no-repeat center;
	background-size: 1000px 69px;
	height: 69px;
	width: 1000px;
	margin: 0 auto;
	margin-top: 17px;
	padding-left: 118px;
	padding-right: 77px;
	letter-spacing: 1px;
	align-items: center;
	justify-content: space-between;
	color: #484848;
}

.out_begin img {
	width: 438px;
	height: 24px;
}
/*header*/

/*幻燈片*/
.banner_out {
	text-align: center;
	position: relative;
	height: ;
	padding-top: 15px;
}

.banner {
	height: 455px;
}

.banner > div {
	position: absolute;
	top: 15px; left: 25px;
}

.banner1 {
	-webkit-animation: banner1 12s linear infinite;
	-o-animation: banner1 12s linear infinite;
	animation: banner1 12s linear infinite;
	z-index: 1;
}

@keyframes banner1 {
	35% {opacity: 1;}
	50% {opacity: 0;}
	85% {opacity: 0;}
	100% {opacity: 1;}
}
/*幻燈片*/

/*home*/
.yellow_out {
	background: #FFF102;
	margin: 0 auto;
	width: 1000px;
}

.index_body {
	display: flex;
	justify-content: space-between;
	padding: 0 24px;
	padding-bottom: 25px;
}

.index_in_begin_out {
	width: 452px;
}

.index_in_begin_out {
	padding-top: 41px;
	background: url('../images/website_image/in_begin.png') no-repeat top center;
	background-size: contain;
}

.index_in_begin {
	background: #FFFFFF;
	padding-bottom: 25px;
}

.index_body_left_s1_title {
	position: relative;
	left: -7px;
}

.index_body_left_s1_txt {
	padding-left: 55px;
	padding-right: 25px;
	line-height: 28px;
	font-size: 17px;
	color: #484848;
	letter-spacing: 1px;
}

.index_body_left_s1_txt span {
	color: #E01126;
}

.index_body_right {
	height: 825px;
	background: url('../images/website_image/r_bg.png') no-repeat bottom left,#fff;
	background-size: 100% auto;
	background-position: 0% 101%;
}

.index_body_right_s1 {
	padding-top: 30px;
	font-size: 18px;
	text-align: center;
}

.index_body_right_s1 > span {
	position: relative;
	padding: 0 6px;
}

.index_body_right_s1 > span::before {
	content: "";
	position: absolute;
	left: 0; top: 15%;
	height: 70%;
	display: inline-block;
	border-left: 1px solid #DADADA;
}

.index_body_right_s1 > span:last-child::after {
	content: "";
	position: absolute;
	right: 0; top: 15%;
	height: 70%;
	display: inline-block;
	border-left: 1px solid #DADADA;
}

.index_body_right_s2 {
	margin-top: 15px;
}

.index_body_right_s2 > div {
	position: relative;
	width: 380px;
	margin: 0 auto;
	z-index: 2;
}

.index_body_right_s2 > div::before {
	content: "";
	background: #000000;
	display: inline-block;
	position: absolute;
	left: 0;  top: -25px;
	width: 380px; height: 250px;
	z-index: -1;
}

.index_body_right_s2 > div > div {
	position: relative;
}

.index_body_right_s2 > div > div::before,.index_body_right_s2 > div > div::after {
	content: "";
	border: 1px solid #FFF102;
	border-radius: 5px;
	display: inline-block;
	position: absolute;
	right: -6px; bottom: -28px; 
	width: 380px; height: 250px;
	z-index: -2;
}

.index_body_right_s2 > div > div::after {
	right: -12px; bottom: -34px; 
}
/*home*/

/*footer*/
.footer {
	background: #FFF102;
	width: 1000px;
	margin: 0 auto;
	margin-top: 17px;
	padding-left: 47px;
	padding-right: 47px;
	padding-top: 30px;
}

.footer > div {
	display: flex;
	flex-wrap: wrap;
}

.footer_s1 a {
	margin-left: auto;
}

.footer_s1 {
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: -4px;
}

.footer_s2 {
	padding-bottom: 5px;
}

.footer_s2 > div {
	position: relative;
	font-size: 15px;
	color: #333333;
	letter-spacing: 1px;
}

.footer_s2 > div a {
	color: #333333;
}

.footer_s2 > div::before {
	content: "";
	display: inline-block;
}

.footer_s2_1 {
	margin-right: 38px;
}

.footer_s2_1::before {
	background: url('../images/website_image/f_map.png') no-repeat center;
	background-size: contain;
	width: 17px; height: 17px;
	margin-right: ;
	vertical-align: middle;
	position: relative;
	bottom: 1px;
}

.footer_s2_2::before {
	background: url('../images/website_image/f_tel.png') no-repeat center;
	background-size: contain;
	width: 17px; height: 17px;
	margin-right: ;
	vertical-align: middle;
	position: relative;
	bottom: 1px;
}

.footer_s2_3::before {
	background: url('../images/website_image/f_time.png') no-repeat center;
	background-size: contain;
	width: 15px; height: 15px;
	margin: 0 1px;
	vertical-align: middle;
	position: relative;
	bottom: 1px;
}

.footer_s2_3 {
	width: 100%;
	margin-top: 4px;
}

.footer_s3 {
	background: #FC9B00;
	letter-spacing: 1px;
	font-weight: 900;
	font-size: 15px;
	line-height: 25px;
	color: #443B2C;
	padding: 10px;
	padding-left: 15px;
	letter-spacing: 1px;
}

.footer_s3 > span {
	color: #fff;
}

.copyright {
	font-size: 13px;
	padding: 14px 0;
	color: #333333;
}

.copyright a {
	color: #333333;
}
/*footer*/

