body {
	margin: 0;
	background-color: #FFFFFF;
	font-family: "Microsoft YaHei UI", "思源黑体 CN Normal";
}
.container {
	background-color: #f8f7f7;
	min-width: 1200px;
	overflow: hidden;
}
.scroll-menu {
	font-size: 12px;
	line-height: 20px;
	text-align: right;
	position: fixed;
	z-index: 99;
	color: #000000;
	background-color: rgba(255,255,255,0.8);
	right: 2%;
	top: 50%;
}
.scroll-menu ul {
	margin: 15px 10px;
	border-right: thin solid #000000;
}
.scroll-menu ul li a {
	padding: 5px 10px;
	font-size: 12px;
	color: #000000;
	display: block;
	cursor: pointer;
}
.scroll-menu ul li a:hover {
	color: #b42a2a;
	font-size: 14px;
}
/*----------------------------header--------------------------*/
.header {
	position: relative;
	left: 50%;
	margin-left: -960px;
	z-index: 0;
	max-width: 1920px;
}
.header a.learan {
	border-radius: 5px;
	border: thin solid #FFFFFF;
	width: 170px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	margin-left: -85px;
	top: 55%;
	z-index: 98;
}
.header a.learan:hover {
	color: #FFFFFF;
	background-color: #b42a2a;
	border: thin solid #b42a2a;
}
.header a.bounce {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	top: 75%;
	z-index: 99;
	/* [disabled]background-color: aqua;
*/
}
.header a div.down {
	background-image: url(../images/index/arrow_bottom.png);
	background-repeat: no-repeat;
	width: 40px;
	height: 30px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	top: 10%;
	z-index: 99;
	animation: 1s fadeOutDown infinite;
}
/*------------------------------------------------------*/

.company {
	background-image: url(../images/index/about_bg.jpg);
	width: 1200px;
	height: 370px;
	display: block;
	background-size: 100%;
	position: relative;
	margin-top: -50px;
	z-index: 98;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
}
.company .movie {
  width: 480px;
  background-color: #000;
  position: relative;
  z-index: 20;
  height: 320px;
  float: left;
  background-image: url(../images/index/movie-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  margin: 2%;
}
.company #movie {
	width: 90%;
	height: 80%;
	position: absolute;
	left: 5%;
	top: 10%;
	z-index: 40;
}
.company .about {
	width: 55%;
	height: 100%;
	float: left;
	box-sizing: border-box;
	padding: 5% 2%;
}
.company .about h1 {
	color: #b42a2a;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}
.company .about h3 {
	color: #807e7e;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 20px;
}
.company .about p {
	color: #000000;
	font-size: 14px;
	line-height: 24px;
}
.about-btn {
	padding: 15px 50px;
	overflow: hidden;
	background-color: #b42a2a;
	color: #fff;
	border-radius: 5px;
	font-size: 15px;
	float: right;
}
.about-btn:hover {
	top: 2px;
}
.triangle-right {
	width: 10px;
	height: 10px;
	position: absolute;
	-webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
	clip-path: polygon(100% 50%, 0 0, 0 100%);
	background: #fff;
	top: 39%;
	right: 15%;
}
/*中間紅條*/
.strip {
	width: 100%;
	height: 150px;
	background-color: #b42a2a;
	margin: 1.5% 0 0 0;
	position: relative;
}
.strip-img {
	position: absolute;
	left: 50%;
	margin-left: -130px;
	top: 35%;
	z-index: 99;
}
.strip line {
	width: 100%;
	height: 1px;
	background-color: #910000;
	position: absolute;
	top: 50%;
	display: block;
	z-index: 0;
}
/*----------------------------index--------------------------*/
.warp {
	max-width: 1920px;
	background-color: #FFFFFF;
	padding: 5% 0;
	margin: auto;
	position: relative;
}
.warp .game-platform {
	width: 100%;
	height: 150px;
	display: block;
	overflow: hidden;
	margin: 20px 0;
	position: relative;
}
.game-platform .number {
	position: absolute;
	z-index: 0;
}
.game-platform .number-01 {
	width: 131px;
	height: 96px;
	background-image: url(../images/index/other-a.png);
	background-position: center 0;
	background-repeat: no-repeat;
	left: 50%;
}
.game-platform .number-02 {
	width: 131px;
	height: 96px;
	background-image: url(../images/index/other-a.png);
	background-position: center -96px;
	background-repeat: no-repeat;
	left: 50%;
}
.game-platform .number-03 {
	width: 131px;
	height: 96px;
	background-image: url(../images/index/other-a.png);
	background-position: center -192px;
	background-repeat: no-repeat;
	left: 50%;
}
.game-platform .logo {
	width: 100%;
	position: absolute;
	z-index: 90;
	bottom: 24%;
}
.game-platform .logo-01 {
	width: 170px;
	height: 40px;
	background-image: url(../images/index/logo-independent.png);
	left: 50%;
	margin-left: -85px;
}
.game-platform .logo-02 {
	width: 140px;
	height: 55px;
	background-image: url(../images/index/logo-top1game.png);
	left: 50%;
	margin-left: -70px;
}
.game-platform .logo-03 {
	width: 200px;
	height: 55px;
	background-image: url(../images/index/logo-gamesow.png);
	left: 50%;
	margin-left: -100px;
}
/*小標*/
.game-platform .subtitle {
	width: 100%;
	height: 20px;
	text-align: center;
	font-size: 14px;
	font-family: "Microsoft YaHei UI", "思源黑体 CN Normal";
	line-height: 20px;
	position: absolute;
	bottom: 0;
}
.game-platform .subtitle p {
	height: auto;
	display: inline-flex;
	padding: 0 10px;
}
.game-platform .subtitle::before {
	content: '';
	background-image: url(../images/other-line.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 300px;
	height: 6px;
	margin: 7px auto;
	display: inline-flex;
}
.game-platform .subtitle::after {
	content: '';
	background-image: url(../images/other-line.png);
	background-repeat: no-repeat;
	background-position: 0 -6px;
	width: 300px;
	height: 6px;
	margin: 7px auto;
	display: inline-flex;
}
.game-list {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	padding-bottom: 3%;
}
/*3區塊*/
.game-list ul.trd li {
	width: 380px;
}
/*2區塊*/
.game-list ul.two li {
	width: 580px;
}
.game-list ul li {
	display: block;
	float: left;
	margin: 10px;
}
/*獨立遊戲*/
.game-list ul.independent li a {
	width: 100%;
	height: 80px;
	padding: 20px 0;
	display: block;
	border-bottom: 2px solid #bdbdbd;
	overflow: hidden;
}
.game-list ul.independent li a h1 {
	font-size: 20px;
	font-family: "Microsoft YaHei UI", "思源黑体 CN Normal";
	font-weight: bold;
	line-height: 40px;
	color: #000;
}
.game-list ul.independent li a p {
	width: 85%;
	font-size: 14px;
	font-family: "Microsoft YaHei UI", "思源黑体 CN Normal";
	line-height: 20px;
	float: left;
	display: inline-block;
	padding-left: 2%;
	color: #000;
}
.game-list ul.independent li a::after {
	content: '〉';
	font-size: 18px;
	line-height: 30px;
	color: #626262;
	text-align: right;
	width: 30px;
	height: 30px;
	border: thin solid #626262;
	position: relative;
	display: inline-block;
	z-index: 99;
	float: right;
	margin-top: 3%;
}
.game-list ul.independent li a:hover {
	border-bottom: 2px solid #c92028;
}
.game-list ul.independent li a:hover::after {
	content: '〉';
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	text-align: right;
	width: 30px;
	height: 30px;
	border: thin solid #c92028;
	position: relative;
	display: inline-block;
	z-index: 99;
	float: right;
	margin-top: 3%;
	background-color: #c92028;
}
/*TOP1GAME*/
.game-list ul.topgame li {
	position: relative;
	height: 218px;
}
.game-list ul.topgame li .top-img {
	position: absolute;
}
.game-list ul.topgame li a {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	z-index: 90;
	background-color: rgba(0,0,0,0.5);
	bottom: 0;
	padding: 0 0 10px 10px;
	box-sizing: border-box;
}
.game-list ul.topgame li a h1 {
	font-size: 18px;
	font-family: "Microsoft YaHei UI", "思源黑体 CN Normal";
	line-height: 40px;
	color: #FFFFFF;
}
.game-list ul.topgame li a h1 span {
	font-size: 14px;
	font-family: "Microsoft YaHei UI", "思源黑体 CN Normal";
	line-height: 20px;
	color: #FFFFFF;
}
.game-list ul.topgame li a p {
	width: 90%;
	font-size: 14px;
	font-family: "Microsoft YaHei UI", "思源黑体 CN Normal";
	line-height: 20px;
	color: #FFFFFF;
	float: left;
	display: inline-block;
	padding-left: 2%;
}
.game-list ul.topgame li:hover {
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.9);
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.9);
}
.game-list ul.topgame li a:hover::after {
	content: '〉';
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	text-align: right;
	width: 30px;
	height: 30px;
	position: absolute;
	display: inline-block;
	z-index: 99;
	float: right;
	top: 30%;
	animation: 1s fadeInLeft infinite;
}
/*GAMESOW*/
.game-list .gamesow li:hover {
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.9);
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.9);
}
/*---------------------------------------------------*/
.warp .w1200 .more {
	width: 80px;
	height: 25px;
	background-color: #c92028;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	border-radius: 3px;
	float: right;
}
.warp .w1200 .more:hover {
	width: 80px;
	height: 25px;
	background-color: #F33941;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	border-radius: 3px;
	float: right;
}
/*--------------------------------------------------------------------------------*/
/*---------------------------------about us---------------------------------------*/
.header-img {
	background-image: url(../images/about_chiyu/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	min-height: 643px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	left: 0;
}
.header-img .bg1-1 {
	position: absolute;
	left: 50%;
	margin-left: -259px;
	top: 15%;
}
/*----------------------------------大標通用----------------------------------------*/
.about-platform {
	width: 100%;
	position: relative;
	padding-bottom: 5%;
}
.about-platform .subtitle {
	width: 100%;
	height: 40px;
	position: relative;
	text-align: center;
}
.about-platform .subtitle::before {
	content: '';
	background-image: url(../images/other-line.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 300px;
	height: 6px;
	margin: 7px 0;
	display: inline-block;
}
.about-platform .subtitle::after {
	content: '';
	background-image: url(../images/other-line.png);
	background-repeat: no-repeat;
	background-position: 0 -6px;
	width: 300px;
	height: 6px;
	margin: 7px 0;
	display: inline-block;
}
.about-platform .subtitle h1 {
	height: auto;
	display: inline-block;
	padding: 0 20px;
	font-size: 26px;
	font-family: "Microsoft YaHei UI", "思源黑体 CN Normal";
	text-align: center;
	line-height: 40px;
	font-weight: bold;
}
.about-platform span {
	font-size: 14px;
	font-family: "Microsoft YaHei UI", "思源黑体 CN Normal";
	text-align: center;
	line-height: 24px;
	width: 100%;
	position: absolute;
	left: 50%;
	margin-left: -50%;
	top: 35px;
}

/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*20230512新增*/
.about-rule{
	width: 100%;
	display: block;
	position: relative;
}

.about-rule p{
	font-size: 14px;
	font-family: "Microsoft YaHei UI", "思源黑体 CN Normal";
	line-height: 24px;
	word-wrap: break-word;
	white-space: pre-wrap;
}


/*--------------------------01--------------------------*/
.global {
	max-width: 1920px;
	min-height: 550px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	position: relative;
	color: #000;
}
/* ▼ 
.global::before, .branches::before {
	content: '';
	width: 40px;
	height: 20px;
	background-color: #261b26;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	-webkit-clip-path: polygon(49% 100%, 0 0, 100% 0);
	clip-path: polygon(49% 100%, 0 0, 100% 0);
}
.global::after {
	content: '';
	width: 40px;
	height: 20px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: -20px;
	-webkit-clip-path: polygon(49% 100%, 0 0, 100% 0);
	clip-path: polygon(49% 100%, 0 0, 100% 0);
}*/
/*------------------------大標----------------------------------------*/
.global .about-platform, .partners .about-platform, .branches .about-platform {
	width: 100%;
	height: 60px;
	padding: 80px 0;
	text-align: center;
	position: relative;
}
.global .about-platform .subtitle, .partners .about-platform .subtitle, .branches .about-platform .subtitle {
	width: 100%;
	height: 40px;
	position: absolute;
	text-align: center;
}
/*小標 黑*/
.about-platform .subtitle::before, .global .about-platform .subtitle::before, .branches .about-platform .subtitle::before {
	content: '';
	background-image: url(../images/other-line.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 300px;
	height: 6px;
	margin: 7px 0;
	display: inline-block;
}
.about-platform .subtitle::after, .global .about-platform .subtitle::after, .branches .about-platform .subtitle::after {
	content: '';
	background-image: url(../images/other-line.png);
	background-repeat: no-repeat;
	background-position: 0 -6px;
	width: 300px;
	height: 6px;
	margin: 7px 0;
	display: inline-block;
}
.global .about-platform span, .partners .about-platform span, .branches .about-platform span {
	font-size: 14px;
	font-family: "Microsoft YaHei UI", "思源黑体 CN Normal";
	text-align: center;
	line-height: 24px;
	width: 100%;
	position: absolute;
	left: 50%;
	margin-left: -50%;
	top: 115px;
}
/*區塊內容*/
.about-conter {
	padding: 0 0 5% 0;
  overflow: hidden;
}
.about-conter .global-ul {
	width: 1000px;
	margin: auto;
	text-align: justify;
}
.about-conter .global-ul li {
	width: 33%;
	text-align: center;
	display: inline-table;
	padding: 0 6%;
	box-sizing: border-box;
}
.about-conter .global-ul li::after {
	content: '';
	display: inline-table;
	width: 100%;
}
.global-ul li img {
}
.global-ul li h2 {
	font-size: 20px;
	font-family: "Microsoft YaHei UI", "思源黑体 CN Normal";
	line-height: 40px;
	padding: 10px 0;
}
.global-ul li h2::after {
	content: '';
	width: 26px;
	height: 3px;
	background-color: #ef3b3a;
	display: block;
	margin: 0 auto;
}
.global-ul li p {
	font-size: 14px;
	font-family: "Microsoft YaHei UI", "思源黑体 CN Normal";
	line-height: 24px;
	padding: 10px 0;
}
/*---------------------------------02-----------------------------------------*/
.partners {
	max-width: 1920px;
	background-repeat: no-repeat;
	background-image: url(../images/about_chiyu/bg2.jpg);
	background-position: center top;
	background-attachment: fixed;
	min-height: 700px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	color: #fff;
}
/*line with*/
.partners .about-platform .subtitle::before {
	content: '';
	background-image: url(../images/other-line.png);
	background-repeat: no-repeat;
	background-position: 0 -12px;
	width: 300px;
	height: 6px;
	margin: 7px auto;
	display: inline-block;
}
.partners .about-platform .subtitle::after {
	content: '';
	background-image: url(../images/other-line.png);
	background-repeat: no-repeat;
	background-position: 0 -18px;
	width: 300px;
	height: 6px;
	margin: 7px auto;
	display: inline-block;
}
.partners-conter{
  width: 1200px;
  height: 400px;
  overflow: hidden;
}
/*-------------------------------------------------*/

.logo-li{
  float: left;
  position: relative;
}
#par-01{
  
}
/*--------------------------03-----------------------------------*/
.branches {
	max-width: 1920px;
	height: 700px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	position: relative;
	color: #000;
}
.about-conter .branches-ul {
	width: 1000px;
	margin: auto;
	text-align: justify;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about-conter .branches-ul li {
	width: 204px;
	text-align: center;
	box-sizing: border-box;
}
.branches-ul li .effect {
	width: 204px;
	height: 204px;
	position: relative;
	border-radius: 204px;
	overflow: hidden;
}
.branches-ul li a:hover .img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.branches-ul li .img {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.branches-ul li h3 {
	font-size: 20px;
	font-family: "Microsoft YaHei UI", "思源黑体 CN Normal";
	line-height: 30px;
	font-weight: inherit;
	padding: 50px 0 0 0;
}
.branches-ul li h2 {
	font-size: 20px;
	font-family: "Microsoft YaHei UI", "思源黑体 CN Normal";
	line-height: 30px;
	font-weight: bold;
	padding: 0 0 10px 0;
}
.branches-ul li p {
	font-size: 14px;
	font-family: "Microsoft YaHei UI", "思源黑体 CN Normal";
	line-height: 24px;
	word-wrap: break-word;
	white-space: pre-wrap;
}
/*--------------------------------------------------------------------------------*/
/*---------------------------------contact---------------------------------------*/


/**/
.contact .contact-ul {
	width: 1100px;
	margin: auto;
	text-align: justify;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact .contact-ul li {
	width: 300px;
	text-align: center;
	box-sizing: border-box;
}
.contact-ul li img {
	padding: 20px 0;
}
.contact .contact-ul li h3 {
	width: 300px;
	font-size: 18px;
	font-family: "Microsoft YaHei UI", "思源黑体 CN Normal";
	line-height: 30px;
	text-align: center;
}
.contact .contact-ul li span {
	width: 200px;
	text-align: left;
	font-size: 16px;
	font-family: "Microsoft YaHei UI", "思源黑体 CN Normal";
	line-height: 30px;
	font-weight: normal;
	float: right;
}
/*--------------------------------------------------------------------------------*/
/*---------------------------------join us---------------------------------------*/
.joinus{
}
.joinus .joinus-ul {
	width: 1100px;
	margin: auto;
	text-align: justify;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.joinus .joinus-ul li {
	width: 300px;
	text-align: center;
	box-sizing: border-box;
}
.joinus .joinus-ul li img {
	padding: 20px 0;
}
.joinus .joinus-ul li h3 {
	width: 300px;
	font-size: 18px;
	font-family: "Microsoft YaHei UI", "思源黑体 CN Normal";
	line-height: 30px;
	text-align: center;
}
.joinus .joinus-ul li a {
	width: 100%;
	height: 30px;
	font-size: 14px;
	font-family: "Microsoft YaHei UI", "思源黑体 CN Normal";
	line-height: 30px;
	text-align: left;
	box-sizing: border-box;
	display: block;
	padding: 0 5%;
}
.joinus .joinus-ul li a:hover {
	width: 100%;
	height: 30px;
	color: #FF0004;
}
.joinus .joinus-ul li p {
	width: 40%;
	text-align: left;
	font-size: 14px;
	font-family: "Microsoft YaHei UI", "思源黑体 CN Normal";
	line-height: 30px;
	float: left;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.joinus .joinus-ul li a line {
	line-height: 30px;
	border-top: 1px dashed #2C2C2C;
	width: 30%;
	height: 1px;
	display: inline-block;
	margin-top: 14px;
	float: left;
}
.joinus .joinus-ul li span {
	width: 30%;
	text-align: right;
	font-size: 14px;
	font-family: "Microsoft YaHei UI", "思源黑体 CN Normal";
	line-height: 30px;
	float: left;
	display: inline-block;
}
/*------------------------------------------------------*/

/*------------------------------------------------------*/
.joinus .joinus-b {
	
}
.joinus-b .abgne_tab {
	width: 1000px;
	margin: auto;
	display: block;
  overflow: hidden;
}
.joinus-b .abgne_tab ul.tabs {
	width: 14%;
	float: left;
}
.abgne_tab .tabs .tabs-h1 {
	line-height: 40px;
	font-family: "Microsoft YaHei UI", "思源黑体 CN Normal";
	font-size: 14px;
	cursor: pointer;
	padding: 0 20px;
}
.tabs-h1-active h1{
	display: block;
	position: relative;
}
.abgne_tab .tabs .tabs-h1 h1:hover{
	color: red;
}

.tabs-h1-active{
	height: auto;
	color: red;
}
.tabs-h1-active h1::after{
	content: "»";
	width: 20px;
	display: block;
	position: absolute;
	right: 35%;
	top: -1px;
}
.joinus-b .abgne_tab ul.tabs li {
	font-family: "Microsoft YaHei UI", "思源黑体 CN Normal";
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	display: none;
	padding: 0 15px;
}
.joinus-b .abgne_tab ul.tabs li a {
	font-family: "Microsoft YaHei UI", "思源黑体 CN Normal";
	font-size: 12px;
	display: block;
	color: #8E8E8E;
}
.joinus-b .abgne_tab ul.tabs li a:hover {
	color: #FF0004;
}
.joinus-b .abgne_tab ul.tabs li.active ,.joinus-b .abgne_tab ul.tabs li.active a {
	color: #000;
	font-weight: bold;
}
.joinus-b .abgne_tab ul.tabs li.active a:hover {
	color: #FF0004;
}
.joinus-b .abgne_tab .tab_container {
	width: 86%;
	float: left;
	padding: 0 5%;
	box-sizing: border-box;
}
.joinus-b .abgne_tab .tab_container .tab_content {
	min-height: 300px;
	
}
.joinus-b .abgne_tab .tab_container .tab_content h1{
	font-family: "Microsoft YaHei UI", "思源黑体 CN Normal";
	font-size: 24px;
	line-height: 50px;
	position: relative;
	padding-left: 5%;
}
.joinus-b .abgne_tab .tab_container .tab_content h1::before{
	content: "";
	width: 5px;
	height: 30px;
	background-color: red;
	position: absolute;
	left: 0;
	top: 10px;
}

.joinus-b .abgne_tab .tab_container .tab_content p{
	font-family: "Microsoft YaHei UI", "思源黑体 CN Normal";
	font-size: 14px;
	line-height: 24px;
	word-wrap: break-word;
	white-space: pre-wrap;
	padding: 0 5%;
}

.back-btn{
	padding: 10px 25px;
	overflow: hidden;
	background-color: #b42a2a;
	color: #fff;
	border-radius: 5px;
	font-size: 12px;
	float: right;

}


/*-----------------------------introduce-------------------------------*/
.presentation {
	width: 500px;
	height: 360px;
	overflow: hidden;
	background-color: rgba(0,0,0,0.4);
	padding: 1% 1% 1.5% 1%;
	box-sizing: border-box;
	border-radius: 10px;
	position: absolute;
	top: 25%;
	right: 23%;
}
.presentation h1 {
	font-size: 26px;
	font-family: "Microsoft YaHei UI", "思源黑体 CN Normal";
	line-height: 40px;
	text-align: center;
	color: #fff;
}
.presentation .pre_content {
	height: 80%;
	overflow-y: scroll;
	padding: 2% 5%;
}
.presentation .pre_content h2 {
	font-size: 20px;
	font-family: "Microsoft YaHei UI", "思源黑体 CN Normal";
	line-height: 30px;
	color: #fff;
}
.presentation .pre_content h3 {
	font-size: 16px;
	font-family: "Microsoft YaHei UI", "思源黑体 CN Normal";
	line-height: 30px;
	color: #fff;
}
.presentation .pre_content p {
	font-size: 14px;
	font-family: "Microsoft YaHei UI", "思源黑体 CN Normal";
	line-height: 30px;
	color: #fff;
	white-space: pre-wrap;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph; /*IE9*/
	-moz-text-align-last:justify; /*Firefox*/
	-webkit-text-align-last:justify; /*Chrome*/
}

.introduce .introduce-ul {
	width: 1200px;
	margin: auto;
	text-align: justify;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.introduce .introduce-ul li {
	width: 300px;
	text-align: center;
	box-sizing: border-box;
	padding: 3% 4%;
}
.introduce .introduce-ul li img {
	padding: 20px 0;
}
.introduce .introduce-ul li h3 {
	font-size: 18px;
	font-family: "Microsoft YaHei UI", "思源黑体 CN Normal";
	line-height: 30px;
	text-align: center;
}

.introduce .introduce-ul li p {
	font-size: 14px;
	font-family: "Microsoft YaHei UI", "思源黑体 CN Normal";
	line-height: 30px;
	white-space: pre-wrap;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph; /*IE9*/
	-moz-text-align-last:justify; /*Firefox*/
	-webkit-text-align-last:justify; /*Chrome*/
}

.introduce .introduce-ul li span {
	font-size: 14px;
	font-family: "Microsoft YaHei UI", "思源黑体 CN Normal";
	line-height: 30px;
}






/*-----------------------------------------------------------*/
	#abgne-110223 {
		height: 400px;	/* 圖片的高 + 30 */
		width: 1200px;	/* 圖片的寬 + 邊框寬度 * 2 */
		overflow: hidden;
	}

	#abgne-110223 .wrap-110223 {
		height: 400px;	/* 圖片的高 */
		width: 1100px;	/* 圖片的寬 */
		overflow: hidden;
		position: relative;
    margin: auto;
	}

	.wrap-110223 ul, .wrap-110223 li {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.wrap-110223 ul {
		position: absolute;
	}

	.wrap-110223 ul li {
		height: 400px;	/* 圖片的高 */
		width: 1100px;	/* 圖片的寬 */
		float: left;
    overflow: hidden;
    padding: 0 5.5%;
    box-sizing: border-box;
	}
	.wrap-110223 ul li .logo-icon {
		float: left;
    position: relative;
    margin: -40px;
    display: block;
    padding-top: 80px;
	}
	.wrap-110223 ul li .logo-icon:nth-child(even) {
		float: left;
    position: relative;
    display: block;
    padding-top: 220px;
	}



	#abgne-110223 .arrows {
    width: 1200px;
		float: right;
    margin-top: -225px;
	}

	#abgne-110223 .arrows a {
  float: left;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url(../images/about_chiyu/arrows.png);
    display: block;
	}

	#abgne-110223 a.next {
    float: right;
		margin-left: -1px;
		background-position: right top;
	}



