@charset "utf-8";
/*css reset*/
@font-face {
	font-family: 'rsfont';
	src: url('../images/fonts/rsfont.eot?sr7wpt');
	src: url('../images/fonts/rsfont.eot?sr7wpt#iefix') format('embedded-opentype'), url('../images/fonts/rsfont.ttf?sr7wpt') format('truetype'), url('../images/fonts/rsfont.woff?sr7wpt') format('woff'), url('../images/fonts/rsfont.svg?sr7wpt#rsfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	color: #404040;
	font-size: 16px;
	font-family: 'Verdana', 'Arial', 'Times New Roman', 'Microsoft JhengHei', 'PMingLiU', 'Heiti TC';
	overflow-x: hidden;
}
ul {
	list-style: none;
}
a {
	display: block;
	color: #9D2933;
	text-decoration: none;
}
a:hover {
	color: #C91F37;
	text-decoration: underline;
}
/*======圖文設定======*/
figure {
	position: relative;
	float: left;
}
figure img {
	-webkit-transition: 1.5s;
	transition: 1.5s;
}
figcaption {
	font-weight: bold;
}
.figure_01 {
	overflow: hidden;
}
.figure_01 img {
	width: inherit;
	height: inherit;
}
.figure_01:hover img {
	transform: scale(1.1)
}
.figure_01 figcaption {
	width: calc(100% - 80px);
	height: 60px;
	padding: 0 40px;
	position: absolute;
	bottom: 0;
	color: #fff;
	font-size: 18px;
	line-height: 46px;
	background: rgba(0,0,0,0.60);
}
.figure_02 img {
	width: inherit;
	height: inherit;
}
.figure_02 figcaption {
	width: calc(100% - 20px);
	height: 36px;
	padding: 0 10px;
	font-size: 18px;
	line-height: 36px;
	text-align: right;
}
.figure_03 figcaption {
	margin: 41px 0 0;
	font-size: 17px;
	line-height: 21px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.figure_04 {
	overflow: hidden;
}
.figure_04:hover img {
	transform: scale(1.1)
}
.figure_04 figcaption {
	width: calc(100% - 50px);
	padding: 0 25px;
	position: absolute;
	bottom: 0;
	color: #fff;
	font-weight: normal;
	line-height: 46px;
	background: rgba(0,0,0,0.60);
}
.figure_05 {
	overflow: hidden;
}
.figure_05 img {
	width: inherit;
	height: inherit;
}
.figure_05:hover img {
	transform: scale(1.1)
}
.figure_05 figcaption {
	width: calc(100% - 50px);
	height: calc(100% - 50px);
	padding: 25px;
	position: absolute;
	bottom: 0;
	font-weight: normal;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#00ffffff', GradientType=1 );
	background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.00) 35%, rgba(255,255,255,0.90) 75%);
	background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.00) 35%, rgba(255,255,255,0.90) 75%);
	background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.00) 35%, rgba(255,255,255,0.90) 75%);
	background-image: linear-gradient(270deg, rgba(255,255,255,0.00) 35%, rgba(255,255,255,0.90) 75%);
}
.wh {
	height: 100%!important;
}
.ww {
	width: 100%!important;
}
/*======虛擬元素======*/

.icon-circle-right {
	position: relative;
}
.icon-circle-right:before {
	content: "\e901";
	position: absolute;
	color: #9D2933;
	top: -3px;
	right: -40px;
	font: 28px/100% 'rsfont';
}
/*======分頁======*/
.pagination {
	margin: 40px 0 0;
	font-weight: bold;
}
.icon-triangle-left:before {
	content: "\f044";
	font: 28px/100% 'rsfont';
	position: absolute;
	left: 0;
	top: 2px;
}
.icon-triangle-right:after {
	content: "\f05a";
	font: 28px/100% 'rsfont';
	position: absolute;
	right: 0;
	top: 2px;
}
.pagination {
	float: right;
}
.pagination li {
	float: left;
	width: 32px;
	height: 32px;
	line-height: 32px;
	margin: 0 5px;
	text-align: center;
	position: relative;
}
.pagination li:first-child {
	width: 80px;
}
.pagination li:last-child {
	width: 80px;
}
.pagination li a {
	display: block !important;
}
.pagination li.selected {
	border-radius: 50%;
	background: #672422;
	background-image: -webkit-linear-gradient(315deg, rgba(201,31,55,1.00) 0%, rgba(103,36,34,1.00) 100%);
	background-image: -moz-linear-gradient(315deg, rgba(201,31,55,1.00) 0%, rgba(103,36,34,1.00) 100%);
	background-image: -o-linear-gradient(315deg, rgba(201,31,55,1.00) 0%, rgba(103,36,34,1.00) 100%);
	background-image: linear-gradient(135deg, rgba(201,31,55,1.00) 0%, rgba(103,36,34,1.00) 100%);
	color: #fff;
	-webkit-box-shadow: 2px 1px 3px rgba(0,0,0,0.35);
	box-shadow: 2px 1px 3px rgba(0,0,0,0.35);
}
/*======置中======*/
.center {
	width: 1000px;
	padding: 0 12px;
	margin: 0 auto;
}
/*======頁首======*/
#header {
	height: 125px;
}
/*logo含公司名稱*/
#logo {
	width: 356px;
	height: 96px;
	padding: 20px 0 0;
	float: left;
}
#logo img {
	width: inherit;
	height: inherit;
}
/*導覽列*/
#header nav {
	width: 632px;
	float: right;
}
#header ul {
	float: right;
}
#nav_top {
	height: 44px;
	margin: 0 0 1px;
	padding: 16px 0 0;
	border-bottom: 1px solid #952B22;
}
#nav_top a {
	padding: 0 23px;
	font-size: 15px;
	line-height: 33px;
}
#nav_top > ul > li {
	position: relative;
	float: left;
}
#nav_top > ul > li:before {
	position: absolute;
	top: 7px;
	left: -3px;
	color: #9D2933;
	font: 20px/100% 'rsfont';
}
#nav_top > ul > li:first-child:before {
	content: "\f08d";
}
#nav_top > ul > li:last-child:before {
	content: "\f0b6";
}
#nav_top > ul > li:last-child {
	width: 108px;
}
.arrow:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 90px;
	border-top: 4px solid #9D2933;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
#nav_top li ul {
	display: none;
	border-top: 3px solid #9D2933;
	background: rgba(252,201,185,0.95);
}
#nav_top li:hover ul {
	display: block;
}
#nav_main {
	border-top: 3px solid #952B22;
}
#nav_main a {
	padding: 0 13px;
	color: #000;
	font-size: 17px;
	line-height: 52px;
}
#nav_main a:hover {
	color: #C91F37;
}
#nav_main ul {
	padding: 4px 9px 0 0;
}
#nav_main li {
	float: left;
	border-bottom: 3px solid #fff;
	-webkit-transition: .5s;
	transition: .5s;
}
#nav_main li:hover {
	border-bottom: 3px solid #000;
}
#nav_main a:hover {
	text-decoration: none;
}
/*======頁首-裝飾======*/
#header_line {
	height: 9px;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#672422', endColorstr='#c91f37', GradientType=1 );
	background-image: -webkit-linear-gradient(180deg, rgba(201,31,55,1.00) 0%, rgba(201,31,55,1.00) 50%, rgba(103,36,34,1.00) 50%, rgba(103,36,34,1.00) 100%);
	background-image: -moz-linear-gradient(180deg, rgba(201,31,55,1.00) 0%, rgba(201,31,55,1.00) 50%, rgba(103,36,34,1.00) 50%, rgba(103,36,34,1.00) 100%);
	background-image: -o-linear-gradient(180deg, rgba(201,31,55,1.00) 0%, rgba(201,31,55,1.00) 50%, rgba(103,36,34,1.00) 50%, rgba(103,36,34,1.00) 100%);
	background-image: linear-gradient(270deg, rgba(201,31,55,1.00) 0%, rgba(201,31,55,1.00) 50%, rgba(103,36,34,1.00) 50%, rgba(103,36,34,1.00) 100%);
}
#header_line .center {
	height: inherit;
	background-image: -webkit-linear-gradient(180deg, rgba(201,31,55,1.00) 0%, rgba(103,36,34,1.00) 100%);
	background-image: -moz-linear-gradient(180deg, rgba(201,31,55,1.00) 0%, rgba(103,36,34,1.00) 100%);
	background-image: -o-linear-gradient(180deg, rgba(201,31,55,1.00) 0%, rgba(103,36,34,1.00) 100%);
	background-image: linear-gradient(270deg, rgba(201,31,55,1.00) 0%, rgba(103,36,34,1.00) 100%);
}
/*======頁尾======*/
#footer {
	height: 280px;
	background: url(../images/tweed.png);
}
#footer .center {
	height: calc(100% - 70px);
	padding: 35px 12px;
	font-size: 14px;
	line-height: 20px;
}
#footer .center > div {
	float: left;
}
#footer h3 {
	padding: 0 0 10px;
	color: #4A4A4A;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
}
#footer a {
	float: left;
	color: #9A9A9A;
}
#footer a:hover {
	color: #727272;
}
/*網站總導覽*/
#nav_sitemap {
	width: 785px;
	height: 70px;
	margin: 0 30px 30px 0;
	float: left;
}
#nav_sitemap ul {
	float: left;
	color: #4A4A4A;
}
#nav_sitemap li {
	position: relative;
	float: left;
}
#nav_sitemap ul li:not(:first-child), #nav_sitemap li ul li {
	padding: 0 0 0 14px;
}
#nav_sitemap > ul > li:not(:first-child):before {
	content: "/";
	position: absolute;
	top: 0;
	left: 6px;
	color: #9A9A9A;
}
#nav_sitemap li ul {
	float: right;
}
#nav_sitemap li ul li:before {
	content: "‧";
	position: absolute;
	top: -1px;
	left: 7px;
	color: #9A9A9A;
}
#nav_sitemap ul:nth-of-type(2) ul li a {
	color: #B95754;
}
#nav_sitemap ul:nth-of-type(2) ul li a:hover {
	color: #C91F37;
}
#nav_sitemap ul:nth-of-type(2) ul li:before {
	color: #B95754;
}
/*分享按鈕*/
#share {
	width: 185px;
	height: 70px;
	margin: 0 0 30px;
}
#share div {
	width: 150px;
	float: right;
}
#share a {
	padding: 0 0 0 15px;
	float: left;
}
#share a img {
	width: 35px;
	height: 35px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,0.75);
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.75);
	-webkit-transition: .5s;
	transition: .5s;
}
#share a:hover img {
	opacity: 0.5;
}
/*網站及版權*/
#website h3, #copyright h3 {
	padding: 0 15px 0 0;
	float: left;
}
#website {
	width: 478px;
	height: 25px;
}
#copyright {
	width: 522px;
	height: 25px;
}
#copyright p {
	float: right;
	color: #C91F37;
}
/*------index.htm------*/
/*======輪播======*/
#carousel {
	height: 660px;
	overflow: hidden;
}
#coin-slider {
	left: -460px;
}
#coin-slider-coin-slider {
	width: 1000px;
	height: 660px;
	margin: 0 auto;
	padding: 0 12px;
}
#cs-buttons-coin-slider {
	width: 120px;
	height: 82px;
	padding: 0 460px 0 1370px;
	position: relative;
	top: -82px;
	left: -490px;
	background: rgba(0,0,0,0.70);
}
#cs-buttons-coin-slider a {
	width: 12px;
	height: 12px;
	margin: 33px 0 33px 14px;
	float: left;
	color: #fff;
	font-size: 0;
	border: 2px solid #fff;
	border-radius: 50%;
}
.cs-active {
	background: #fff;
}
#cs-title-coin-slider h1 {
	font-weight: 400;
	font-size: 29px;
}
#cs-title-coin-slider p {
	font-size: 18px;
}
.cs-title-no1 {
	width: 1065px;
	height: 100px;
	margin: 93px 0 0;
	color: #fff;
}
.cs-title-no1 h1 {
	margin: 48px 15px 0 540px;
	float: left;
}
.cs-title-no1 p {
	margin: 61px 0 0;
}
.cs-title-no2 {
	width: 670px;
	height: 111px;
	margin: 405px 0 0 730px;
}
.cs-title-no2 h1 {
	margin: 10px 0 0;
}
.cs-title-no2 p {
	margin: 22px 0 0 160px;
}
.cs-title-no3 {
	width: 580px;
	height: 100px;
	margin: 445px 0 0 670px;
	color: #fff;
	text-align: center;
}
.cs-title-no3 h1 mark {
	color: #fff;
	font-size: 39px;
	background: none;
}
.cs-title-no3 p {
	margin: 12px 0 0;
}
/*======其他資訊======*/
#info {
	height: 230px;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c91f37', endColorstr='#9d2b22', GradientType=0 );
	background-image: -webkit-linear-gradient(270deg, rgba(201,31,55,1.00) 0%, rgba(157,43,34,1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(201,31,55,1.00) 0%, rgba(157,43,34,1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(201,31,55,1.00) 0%, rgba(157,43,34,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(201,31,55,1.00) 0%, rgba(157,43,34,1.00) 100%);
}
#info h2 {
	font-weight: bold;
	font-size: 18px;
}
#info .center {
	height: 170px;
	padding: 30px 12px;
}
#info section {
	height: 170px;
	float: left;
	color: #60281E;
}
#info section h2 {
	height: 36px;
	float: left;
	color: #222;
	line-height: 22px;
}
#info section h2 + span a {
	padding: 5px 20px 0;
	position: relative;
	float: right;
	color: #222;
	font: bold 16px/17px 'Times New Roman';
}
#info section h2 + span a:after {
	content: "\e902";
	position: absolute;
	top: 4px;
	right: 0;
	font: 19px/100% 'rsfont';
}
#info section h2 + span a:hover {
	color: #60281E;
}
/*首頁-公司簡介*/
#index_about {
	width: 327px;
}
#index_about p {
	width: 327px;
	height: 133px;
	float: left;
	overflow: hidden;
	line-height: 22px;
	text-align: justify;
	text-justify: inter-ideograph;
}
#index_about p:after {
	content: "...";
}
/*首頁-公司動態*/
#index_news {
	width: 362px;
	margin: 0 77px;
}
#index_news time {
	padding: 1px 3px 0 0;
	float: left;
	font-size: 13px;
}
#index_news time:before, #index_news time:after {
	content: "-";
}
#index_news div {
	width: 362px;
	height: 134px;
	float: left;
	line-height: 25px;
	background: url(../images/bg_hr.png);
}
#index_news div a {
	padding: 1px 0 0;
	overflow: hidden;
	color: #eee;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#index_news div a:hover {
	color: #aaa;
}
/*首頁-聯絡我們*/
#index_contact {
	width: 157px;
	height: 157px;
	position: relative;
	float: right;
	overflow: hidden;
	border-radius: 50%;
}
#index_contact a {
	width: inherit;
	height: inherit;
}
#index_contact img {
	width: inherit;
	height: inherit;
	-webkit-transition: .5s;
	transition: .5s;
}
#index_contact:hover img {
	width: 175px;
	height: 175px;
}
#index_contact div {
	width: 157px;
	height: 117px;
	position: absolute;
	top: 101px;
	color: #fff;
	text-align: center;
	background: rgba(96,40,30,0.75);
	-webkit-transition: .5s;
	transition: .5s;
}
#index_contact:hover div {
	padding: 25px 0;
	top: 0;
}
#index_contact div h2 {
	line-height: 55px;
}
#index_contact div p {
	font-size:15px;
	line-height: 21px;
}
/*------end-index.htm------*/
/*======網站內頁======*/



/*標題*/
#main h2 {
	padding: 0 18px;
	position: relative;
	color: #9D2B22;
	font-size: 25px;
	line-height: 23px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.40);
	margin-bottom: 0px;
}
#main h2:before {
	content: "";
	width: 7px;
	height: 23px;
	position: absolute;
	left: 0;
	background: #9D2B22;
	background-image: -webkit-linear-gradient(270deg, rgba(201,31,55,1.00) 0%, rgba(103,36,34,1.00) 99.48%);
	background-image: -moz-linear-gradient(270deg, rgba(201,31,55,1.00) 0%, rgba(103,36,34,1.00) 99.48%);
	background-image: -o-linear-gradient(270deg, rgba(201,31,55,1.00) 0%, rgba(103,36,34,1.00) 99.48%);
	background-image: linear-gradient(180deg, rgba(201,31,55,1.00) 0%, rgba(103,36,34,1.00) 99.48%);
}
/*文*/
#main p {
	padding: 27px 0 0;
	line-height: 28px;
	text-align: justify;
	text-justify: inter-ideograph;
}
#main section {
	overflow: hidden;
	width: calc(100% - 40px);
	padding: 50px 20px;
}
#main section a {
	display: inline;
}
#main section:not(:last-of-type) {
	border-bottom: 1px dashed #60281E;
}
#main section:last-of-type {
	padding-bottom: 100px;
}
#main section p:first-of-type {
	padding: 33px 0 0;
}
#main section p:last-of-type {
	padding: 28px 0 34px;
}
#main section p:last-child {
	padding-bottom: 0;
}
/*主視覺*/
#banner {
	width: 1920px;
	height: 510px;
	margin-bottom: -220px;
	position: relative;
	left: -460px;
}
.banner_about {
	background: url(../images/bg_about.jpg);
}
.banner_business {
	background: url(../images/bg_business.jpg);
}
.banner_news {
	background: url(../images/bg_news.jpg);
}
.banner_investor {
	background: url(../images/bg_investor.jpg);
}
.banner_recruiting {
	background: url(../images/bg_recruiting.jpg);
}
.banner_contact {
	background: url(../images/bg_contact.jpg);
}
#banner:after {
	content: "";
	width: 1920px;
	height: 120px;
	position: absolute;
	bottom: 0;
	background-image: -webkit-linear-gradient(270deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.60) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.60) 100%);
	background-image: -o-linear-gradient(270deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.60) 100%);
	background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.60) 100%);
}
/*內文*/
#content {
	width: calc(100% - 80px);
	padding: 40px 40px 0;
	position: relative;
}
.content_001 {
	background: url(../images/bg_content.png) no-repeat;
}
.content_002 {
	background: url(../images/bg_content_other.png) no-repeat;
}
/*內選單*/
#nav_in {
	width: calc(100% - 20px);
	height: 40px;
	padding: 0 10px;
	color: #60281E;
	font-size: 15px;
	line-height: 40px;
	border-bottom: 1px dashed #60281E;
}
/*內選單-左*/
#nav_in ul {
	float: left;
}
#nav_in ul a {
	padding: 0 15px;
}
#nav_in li {
	position: relative;
	float: left;
}
#nav_in li:before {
	content: "\f052";
	font: 23px/40px 'rsfont';
	position: absolute;
	top: 1px;
	left: 0;
}
.in_this {
	padding: 0 15px;
}
/*內選單-右*/
#stratum {
	float: right;
	color: #000;
	font-size: 14px;
	line-height: 40px;
}
#stratum a {
	color: #000;
	display: inline;
}
/*------about.htm------*/
/*公司簡介*/
#about figure:first-of-type {
	width: 880px;
	height: 430px;
	margin: 0 0 30px;
}
#about figure:not(:first-of-type) {
	width: 425px;
	height: 330px;
}
#about figure:nth-of-type(2) {
	margin: 0 30px 0 0;
}
/*董事長的話*/
#chairman {
	background: url(../images/chairman_pen.jpg) 680px 504px no-repeat;
}
#chairman figure {
	width: 250px;
	float: right;
	top: -23px;
}
#chairman p {
	width: 590px;
}
/*經營理念*/
#philosophy figure {
	width: 267px;
	margin: 41px 0 0;
}
#philosophy figure:nth-of-type(2) {
	margin: 41px 39px 0;
}
#philosophy figure img {
	width: 190px;
	height: 190px;
	margin: 0 38px;
}
#philosophy div {
	width: 100%;
	height: 339px;
}
/*------end-about.htm------*/

/*------history.htm------*/
/*歷史沿革*/
#history {
	margin-bottom: 100px;
	padding-bottom: 280px !important;
	background: url(../images/svg/timeline.svg) 22px bottom no-repeat;
}
#history dl {
	padding: 41px 0 9px;
	position: relative;
}
#history dt {
	width: 46px;
	height: 38px;
	margin: 37px 0 0;
	padding: 12px 0 0 4px;
	position: absolute;
	left: 0;
	z-index: 1;
	color: #fff;
	font: italic bold 19px "Times New Roman";
	border-radius: 50%;
	background-color: #A0212E;
	background-image: -webkit-linear-gradient(135deg, rgba(103,36,34,1.00) 0%, rgba(201,31,55,1.00) 100%);
	background-image: -moz-linear-gradient(135deg, rgba(103,36,34,1.00) 0%, rgba(201,31,55,1.00) 100%);
	background-image: -o-linear-gradient(135deg, rgba(103,36,34,1.00) 0%, rgba(201,31,55,1.00) 100%);
	background-image: linear-gradient(315deg, rgba(103,36,34,1.00) 0%, rgba(201,31,55,1.00) 100%);
}
#history dt:first-of-type {
	margin: 0;
}
#history dd {
	width: 810px;
	height: 30px;
	margin: 0 0 0 24px;
	padding: 0 0 0 44px;
	position: relative;
	z-index: 0;
	line-height: 30px;
	border-left: 2px solid #60281E;
}
#history dt + dd {
	padding-top: 51px;
}
#history dd:first-of-type {
	padding-top: 14px;
}
#history dd:after {
	content: "";
	width: 810px;
	height: 1px;
	position: absolute;
	right: 0;
	bottom: 0px;
	background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.00) 0%, rgba(153,153,153,1.00) 50%);
	background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.00) 0%, rgba(153,153,153,1.00) 50%);
	background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.00) 0%, rgba(153,153,153,1.00) 50%);
	background-image: linear-gradient(270deg, rgba(255,255,255,0.00) 0%, rgba(153,153,153,1.00) 50%);
}
#history dd b {
	padding: 0 10px;
	font-size: 17px;
}
/*------end-history.htm------*/
/*------organization.htm------*/
#organization {
	height: 855px;
	background: url(../images/svg/bg_organization.svg) center 114px no-repeat;
}
#organization div {
	float: left;
}
#organization span {
	display: block;
	border-radius: 8px;
	text-align: center;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-box-shadow: 3px 3px 1px rgba(0,0,0,0.50);
	box-shadow: 3px 3px 1px rgba(0,0,0,0.50);
}
#organization span:hover {
	background-color: rgba(255,255,255,0.30);
}
#organization div:first-of-type {
	padding: 21px 0 40px;
}
#organization div:first-of-type span {
	width: 130px;
	margin: 20px 0 0 293px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 50px;
}
#organization div:first-of-type span:nth-child(2) {
	margin-top: 40px;
}
#organization div:nth-of-type(2) span {
	width: 150px;
	margin: 91px 141px 0 165px;
	color: #fff;
	line-height: 40px;
}
#organization div:nth-of-type(2) span + span {
	margin-top: 190px;
}
#organization div:nth-of-type(3) span {
	width: 130px;
	margin: 41px 104px 0 153px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 50px;
	float: left;
}
#organization div:nth-of-type(4) span {
	width: 110px;
	margin: 41px 179px 0 61px;
	float: left;
	font-size: 17px;
	font-weight: bold;
	line-height: 110px;
	border-radius: 50%;
}
#organization div:nth-of-type(4) span:nth-child(1) {
	margin: 41px 0 0 77px;
}
#organization div:nth-of-type(4) span:nth-child(3) {
	margin-right: 0;
}
#organization div:nth-of-type(5) {
	margin: 40px 0 0 69px;
}
#organization div:nth-of-type(5) span {
	width: 20px;
	height: 171px;
	margin: 0 10px 0;
	padding: 10px 12px;
	float: left;
	line-height: 30px;
}
#organization div:nth-of-type(5) span:nth-child(3) {
	margin: 0 166px 0 85px;
}
/*------end-organization.htm------*/
/*------business.htm------*/
#business > div:first-of-type {
	margin-top: 41px;
}
#business > div:last-child {
	margin-bottom: 0px;
}
#business > div {
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	margin: 0 0 30px;
	padding: 5px;
	border-radius: 13px;
	background: #7D2226;
	background-image: -webkit-linear-gradient(180deg, rgba(103,36,34,1.00) 0%, rgba(201,31,55,1.00) 100%);
	background-image: -moz-linear-gradient(180deg, rgba(103,36,34,1.00) 0%, rgba(201,31,55,1.00) 100%);
	background-image: -o-linear-gradient(180deg, rgba(103,36,34,1.00) 0%, rgba(201,31,55,1.00) 100%);
	background-image: linear-gradient(270deg, rgba(103,36,34,1.00) 0%, rgba(201,31,55,1.00) 100%);
}
#business > div a {
	color: #fff;
	display: block;
	width: 870px;
	height: 290px;
}
#business > div img {
	-webkit-transition: 1.5s;
	transition: 1.5s;
}
#business > div:hover img {
	transform: scale(1.1);
}
#business > div div {
	float: left;
}
#business > div div:first-child {
	width: 440px;
	height: 290px;
	border-radius: 9px;
	overflow: hidden;
}
#business > div div:last-child {
	width: 386px;
	height: 246px;
	padding: 22px;
}
#business > div div:last-child h3 {
	margin: 20px 0 0;
	font-weight: normal;
	font-size: 24px;
	line-height: 35px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#business_inside h2 + div {
	width: 100%;
	height: 300px;
	margin: 41px 0 0;
	overflow: hidden;
	border-radius: 13px;
}
#business_inside figure {
	width: 273px;
	height: 200px;
	margin: 0 30px 0 0;
}
#business_inside figure:last-of-type {
	margin-right: 0;
}
/*------end-business.htm------*/
/*------news.htm------*/
#news {
	position: relative;
}
#news h2 + ul.pagination {
	position: absolute;
	top: 10px;
	right: 20px;
}
#news > div:first-of-type {
	margin-top: 41px;
}
#news > div:last-of-type {
	margin-bottom: 0;
}
#news > div {
	overflow: hidden;
	width: calc(100% - 2px - 80px);
	border-radius: 13px;
	border: 1px solid #999;
	background-color: #FAFAFA;
	padding: 40px;
	margin-bottom: 30px;
}
#news h3 {
	font-size: 17px;
	font-weight: bold;
}
#news time {
	font-size: 14px;
}
#news time:before, #news time:after {
	content: "-";
}
#news img:first-of-type {
	top: -19px;
	position: relative;
}
#news img {
	float: right;
	margin: 0 0 8px 38px;
}
/*------end-news.htm------*/
/*------investor.htm------*/

#investor table {
	margin: 41px 0 0;
	line-height: 50px;
	border-collapse: collapse;
}
#investor caption {
	padding: 0 20px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	border: 1px solid #9D2B22;
	border-bottom: 0;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c91f37', endColorstr='#672422', GradientType=1 );
	background-image: -webkit-linear-gradient(180deg, rgba(103,36,34,1.00) 0%, rgba(201,31,55,1.00) 100%);
	background-image: -moz-linear-gradient(180deg, rgba(103,36,34,1.00) 0%, rgba(201,31,55,1.00) 100%);
	background-image: -o-linear-gradient(180deg, rgba(103,36,34,1.00) 0%, rgba(201,31,55,1.00) 100%);
	background-image: linear-gradient(270deg, rgba(103,36,34,1.00) 0%, rgba(201,31,55,1.00) 100%);
}
#investor th, #investor td {
	padding: 0 20px;
	color: #60281E;
	text-align: left;
	border: 1px solid #9D2B22;
}
#investor th {
	width: 158px;
	background-color: #B95754;
}
#investor td {
	width: 199px;
}
#material div {
	height: 409px;
	border-top: 1px solid #9D2B22;
	border-bottom: 1px solid #9D2B22;
	margin: 41px 0 0;
	background: url(../images/bg_material.png);
}
#material time {
	line-height: 41px;
	padding: 0 0 0 40px;
}
#material time + span {
	width: 130px;
	display: inline-block;
	margin: 0 25px;
}
#material time + span + a {
	width: 460px;
	display: inline-block;
}
#material .download {
	position: relative;
	width: 35px;
	display: inline-block;
	padding: 0 10px;
}
#material .download:before {
	content: "\e900";
	position: absolute;
	color: #9D2933;
	top: -3px;
	right: -20px;
	font: 22px/100% 'rsfont';
}
/*------end-investor.htm------*/
/*------recruiting.htm------*/
#recruiting h2 + div {
	width: 580px;
	height: 380px;
	position: relative;
	top: -23px;
	float: right;
}
#recruiting p {
	width: 260px;
}
#recruiting p:last-of-type {
	margin-bottom: 40px;
}
#recruiting ul {
	width: 100%;
	height: 80px;
}
#recruiting li {
	width: 125px;
	margin: 10px 20px 0 0;
	padding: 0 0 0 35px;
	position: relative;
	float: left;
	font-weight: bold;
	font-size: 17px;
	line-height: 30px;
}
#recruiting li:nth-child(5n) {
	margin-right: 0;
}
#recruiting li:before {
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	border-radius: 50%;
	background: #672422;
	background-position: center center;
	background-image: url(../images/svg/tick.svg);
	-webkit-box-shadow: 3px 1px 3px rgba(0,0,0,0.35);
	box-shadow: 3px 1px 3px rgba(0,0,0,0.35);
}
#goodworking h2 + div {
	width: 100%;
	margin: 41px 0 0;
	height: 470px;
}
#goodworking figure:first-child {
	width: 100%;
	height: 240px;
	margin: 0 0 30px;
}
#goodworking figure:not(:first-child) {
	width: 273px;
	height: 200px;
	margin: 0 30px 0 0;
}
#goodworking figure:last-child {
	margin: 0;
}
#goodworking figure img {
	width: inherit;
	height: inherit;
}
/*------end-recruiting.htm------*/
/*------contact.htm------*/
#contact h2 + div {
	width: 100%;
	height: 480px;
	margin: 41px 0 0;
}
#contact figure {
	width: 100%;
	height: 100%;
}
#contact figcaption img {
	width: 258px;
	height: 191px;
	transform: none;
}
#contact figcaption h3 {
	margin: 5px 0 0;
	font-size: 17px;
}
#contact figcaption h3:first-of-type {
	margin: 25px 0 0;
}
#contact address {
	font-style: normal;
}
#contact address p {
	padding: 0;
	line-height: 25px;
}
#contact address p:last-of-type {
	padding: 0;
}
#contact address span {
	margin: 0 5px 0 0;
}
#contact div:last-child {
	overflow: hidden;
	width: 880px;
	height: 410px;
}
#contact iframe {
	width: 880px;
	height: 380px;
	margin: 30px 0 0;
}
#online form {
	margin: 21px 0 0;
}
#online label, #online input, #online textarea {
	margin: 20px 0 0;
	border: 1px solid #9D2B22;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#online img {
	vertical-align: middle;
	width: 92px;
	height: 28px;
}
#online label {
	width: 130px;
	line-height: 30px;
	text-align: right;
	display: block;
	float: left;
	margin-right: 10px;
	border: none;
}
#online label:after {
	content: "：";
}
#online input {
	padding: 1px 2px;
	width: 680px;
	height: 30px;
}
#online input:nth-last-child(1) {
	width: 150px;
}
#online input:nth-last-child(2) {
	width: 150px;
}
#online input:nth-last-child(3) {
	width: 150px;
}
#online #code {
	width: 150px;
}
#online textarea {
	width: 680px;
	height: 200px;
	padding: 2px;
}

/*------end-contact.htm------*/

@media (max-width: 1024px) {
body {
	width: 1024px;
	overflow-x: scroll;
}
.center {
	overflow: hidden;
}
}