@charset "utf-8";
/* CSS Document */

/*a{color: #ffffff; text-decoration: none;}*/

/*header*/
.header{
	width: 100%; 
	height: 60px; 
	position: fixed; 
	z-index:988;
	top:0; 
	border-bottom:0px solid #ddd; 
	box-shadow: 0 2px 4px rgba(0,0,0,0.1); 
    background-color: rgba(255,255,255,1); transform: all .3s;
}
.page{ 
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width: 1024px) {
	.page{ 
	max-width: 980px;
	}
}
@media screen and (max-width: 980px) {
	.page{ 
	max-width: 750px;
	}
}
@media screen and (max-width: 768px) {
	.page{ 
	max-width: 700px;
	}
}
.logo{
	width: 100%; 
	font-size: 16px;
	/*font-size: 15px;
	position: absolute; */
	
	
}
.logo a {color: #000000;}

@media screen and (max-width: 980px) {
	.logo{ 
		padding-left: 20px;
	}
}
@media screen and (max-width: 736px) {
	.logo{ 
		padding-left: 10px;
	}
}

.gc_1{
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
	padding: 4px;
}

.gc_2{
	background-color: #95BF39;
	color: #fff;
	border: 1px solid #95BF39;
	padding: 4px 8px;
}

.menu{
	float: right;
	/*margin-right: 20px;*/
}

.menu ul{
	overflow: hidden;
}

.menu li{
	float: left;
	line-height: 60px;
	color: #000;
}

.menu li div{
	color: #000;
	transition: all .3s;
	padding: 0 16px;
	font-size: 18px;
	font-weight: 600;
}

.menu li div:hover{
	background-color: #000;
	color: #ffffff;
}

.icon{
	width: 60px;
	height: 60px; 
	line-height: 60px; 
	text-align: center;
	color: #fff; 
	font-size: 30px; 
	float: right; 
	display: none;
	transition: all .3s;
	opacity: 1;
    background-image: url("../images/menu.png"); 
	background-repeat: no-repeat;
	background-size: 120px;
	background-position: center left;
}

.op5{background-position: center right; }

@media screen and (max-width: 980px) {
    
.menu{margin-right:0px; position: fixed; top:60px; right: 0; width: 100%; display: none; z-index: 88;}    
.menu li{float: none; width: 100%; border-bottom: 1px solid #666;} 
.menu li div{width: 100%; background-color: #333; text-align: center; color: #fff;}
.icon{display: block;}   
}


/*main*/
/*.main_bg{ 
	width: 100%; 
	height: 650px;
	background-image: url(https://www.aenrich.com.tw/news_events/Events/2025-succession-planning/images/bg.jpg?2025);
	background-position: top center;
	position: relative;
}

@media screen and (max-width: 980px) {
	.main_bg{ 
		height: 440px;
		background-size: cover;
	}
}
@media screen and (max-width: 430px) {
	.main_bg{ 
		height: 240px;
	}
}
*/
.main_bg2{ 
	width: 100%; 
	height: 1200px;
	background-image: url(https://www.aenrich.com.tw/news_events/Events/2025-25th-anniversary/images/bg2.jpg?20250915);
	background-position: top center;
	position: relative;
}

@media screen and (max-width: 1200px) {
	.main_bg2{ 
		height: 940px;
		background-size: cover;
	}
}
@media screen and (max-width: 980px) {
	.main_bg2{ 
		height: 640px;
	}
}

@media screen and (max-width: 430px) {
	.main_bg2{ 
		height: 360px;
	}
}

@media screen and (max-width: 375px) {
	.main_bg2{ 
		height: 340px;
	}
}
.main_bg3{ 
	width: 100%; 
	height: 1500px;
	background-image: url(https://www.aenrich.com.tw/news_events/Events/2025-25th-anniversary/images/bg3.jpg);
	background-position: top center;
	position: relative;
}

@media screen and (max-width: 980px) {
	.main_bg3{ 
		height: 1800px;
		background-size: cover;
	}
}
@media screen and (max-width: 430px) {
    .main_bg3 {
        height: 2460px;
        background-color: #ffffff;
        background-image: none;
    }
}

@media screen and (max-width: 400px) {
    .main_bg3 {
        height: 2600px;
    }
}

.main_bg4{ 
	width: 100%; 
	height: 1100px;
	background-image: url(https://www.aenrich.com.tw/news_events/Events/2025-25th-anniversary/images/bg4.png);
	background-position: top center;
	position: relative;
}

@media screen and (max-width: 1200px) {
	.main_bg4{ 
		height: 1200px;
        background-size: cover;
        border-radius: 30px;
	}
}
@media screen and (max-width: 430px) {
	.main_bg4{ 
        width: 90%;
		margin: 0 5%;
		height: 1100px;
	}
}

.main_page{ 
	max-width: 1024px;
	margin: 0 auto;
	padding: 341px 0;
	position: relative;
}

/*.title{
	max-width: 494px;
    position: absolute;
    margin-top: 4%;
    overflow: hidden;
}

@media screen and (max-width: 980px) {
	.title{
		width: 360px;
	}
}

@media screen and (max-width: 430px) {
	.title{
		max-width: 200px;
		left: 2%;
	}
}*/




/*content*/
.intro{
	width: 100%; 
	background-color: #ffffff;
	padding: 5%;
	opacity: .9;
	margin-top: -32%;
	float: left;
}

@media screen and (max-width: 430px) {
	.intro{
		margin-top: -4%;
		}
}

.bg_white{
	width: 100%; 
	background-color: #ffffff;
	padding: 4% 0;
}

@media screen and (max-width: 736px) {
	.bg_white{
		padding: 8% 0 ;
		}
}

.bg_lightbrown{
	width: 100%; 
	background-color: #b09447;
	padding: 4% 0;
}

@media screen and (max-width: 736px) {
	.bg_lightbrown{
		padding: 8% 0 ;
		}
}
.bg_yellow{
	width: 100%; 
	background-color: #f5b700;
	padding: 4% 0;
}

@media screen and (max-width: 736px) {
	.bg_yellow{
		padding: 8% 0 ;
		}
}
.about{
	width: 100%;
    padding: 0 0 3% 0;
}

.about p{
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.6;
    color: #3a3a3a;
	text-align: left;
}

@media screen and (max-width: 768px) {
	.about p{
		font-size: 16px; 
		}
}
@media screen and (max-width: 430px) {
	.about{
		padding:  0 0 5% 0;
		}
}


.think{
	width: 100%;
    padding: 6%;
}

.think_title{
	font-size: 25px;
    letter-spacing: 2px;
    line-height: 1.6;
    color: #fff;
	margin-bottom: 6%;
	text-align: center;
}
@media screen and (max-width: 430px) {
	.think_title{
		font-size: 22px;
		}
}

.think p{
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 2;
    color: #fff;
	text-align: left;
	margin-bottom: 5%;
}
@media screen and (max-width: 430px) {
	.think p{
		font-size: 14px;
		}
}

.book{
	color: #b09447;
}

@media screen and (max-width: 768px) {
	.about p{
		font-size: 16px; 
		}
}


h1{
	font-size: 26px;
	color: #dcb768;
	/*padding: 3% 0 1% 0;*/
	letter-spacing: 1px;
}
@media screen and (max-width: 430px) {
	h1{ 
		font-size: 20px;
		line-height: 1.4;
	}
}

.h1-1{
	font-size: 26px;
	color: #dcb768;
	/*padding: 3% 0 1% 0;*/
	letter-spacing: 1px;
}
@media screen and (max-width: 430px) {
	.h1-1{ 
		font-size: 20px;
		line-height: 1.4;
	}
}

h2{
	font-size: 30px;
	color: #006cc7;
	padding: 3% 0;
	letter-spacing: 2px;
}
@media screen and (max-width: 430px) {
	h2{ 
		font-size: 24px;
		line-height: 1.4;
		letter-spacing: 1.4px;
	}
}

.six{
	font-size: 16px;
	color: #3a3a3a;
    line-height: 2;
}
@media screen and (max-width: 430px) {
	.six{
		font-size: 14px;
		}
}
.about ol {
	padding-right: 12px;
}

@media screen and (max-width: 430px) {
	.about ol { 
		padding-left: 5%
	}
}

.about ol > li {
	font-size: 16px;
    letter-spacing: 2px;
    line-height: 1.6;
    color: #ffffff;
	text-align: left;
	/*list-style: decimal;*/
	margin-bottom: 16px;
}

@media screen and (max-width: 430px) {
	.about ol > li{ 
		margin-bottom: 16px;
	}
}

.about ol > li > ul {
	padding-left: 32px;
}

.about ol > li > ul > li {
	font-size: 16px;
    letter-spacing: 1px;
    line-height: 2;
    color: #ffffff; 
	list-style: disc;
	text-align: left;
}

.reza p{
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.6;
    color: #34444c;
	text-align: left;
	margin-bottom: 4%;
}
.reza span{
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.6;
    color: #000000;
	text-align: left;
}


@media screen and (max-width: 768px) {
	.reza p{
		font-size: 16px; 
		}
}
@media screen and (max-width: 430px) {
	.reza{
		padding: 0 5%;
		}
	.reza span{
  		 font-size: 16px;
		 letter-spacing: 1.6px;
	}
}

.reza ul {
	padding: 0 0 32px 32px;
}

.reza ul > li {
	font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.6;
    color: #34444c;
	text-align: left;
	list-style: disc;

}
@media screen and (max-width: 430px) {
	.reza ul {
	padding: 0 0 24px 24px;
}
	.reza ul > li {
		font-size: 16px;
		}
}

.label {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #000;
    color: #ffffff;
    margin-right: 12px;
    text-align: center;
    float: left;
    font-size: 13px;
}

.topic ol li {
	color: #333333;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 1.6px;
	margin-left: 48px;
}
@media screen and (max-width: 430px) {
	.topic ol li{
		font-size: 14px;
		padding: 0 10px;
		margin-left: 32px;
		}
}
.bg_gray{
	width: 100%;
    background-color: #eeeeee;
    padding: 4%;
    display: inline-block;
	margin-bottom: 5%;
}


.bg_darkgray{
	width: 100%; 
	background-color: #333333; 
	padding:  4% 0;
}

@media screen and (max-width:736px) {
	.bg_darkgray{
		padding: 8% 0;
	}
}

.bg_brown{
	width: 100%; 
	background-color: #A67A44;
	padding:  4% 0;
}

@media screen and (max-width: 736px) {
	.bg_brown{
		padding: 8% 0 ;
		}
}

.bg_green{
	width: 100%; 
	background-color: #394004;
	padding:  4% 0;
}

@media screen and (max-width: 736px) {
	.bg_green{
		padding: 8% 0 ;
		}
}

.bg_blue{
	width: 100%; 
	background-color: #3d8fd4;
	padding:  4% 0;
}

@media screen and (max-width: 736px) {
	.bg_blue{
		padding: 8% 5%;
		}
}

.theme1{ 
	color: #b09447;
	font-size: 26px;
	margin-bottom: 2%;
	letter-spacing: 4px;
	text-align: center;
	position: relative;
}
.theme1::after {
	content: "";
	display: block;
	width: 4%;        
	height: 4px;   
	background-color: #b09447; 
	margin: 8px auto 0;
}

@media screen and (max-width: 430px) {
	.theme1{ 
		font-size: 24px;
	}
}

.theme{
	width: 100%;
}
.theme2{ 
    color: #fff;
	font-size: 26px;
	padding:0 30px;
	margin-bottom: 2%;
	letter-spacing: 4px;
	text-align: center;
	position: relative;
}

.theme2::after {
	content: "";
	display: block;
	width: 4%;        
	height: 4px;   
	background-color: #fff; 
	margin: 8px auto 0;
}

@media screen and (max-width: 430px) {
	.theme2{ 
		font-size: 24px;
	}
}



/*feedback*/
.course-feedback-section {
		max-width: 960px; /* 最大寬度 */
		margin: 40px auto; /* 上下邊距40px，左右自動置中 */
		padding: 30px; /* 內邊距 */
		background-color: #f9f9f9; /* 背景色 */
		border-radius: 10px; /* 圓角 */
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 陰影效果 */
		font-family: "Inter", Arial, "Helvetica Neue", Helvetica, sans-serif; /* 字體 */
		color: #333; /* 文字顏色 */
	}


	h3 {
		font-size: 1.4rem; /* 字體大小 */
		color: #f4ba19; /* 次標題顏色 */
		padding-left: 10px; /* 左內邊距 */
		margin-top: 25px; /* 上邊距 */
		margin-bottom: 15px; /* 下邊距 */
		border-radius: 3px; /* 圓角 */
		text-align: center; /* 標題置中 */
	}


	h4 {
		font-size: 1.2rem; /* 字體大小 */
		color: #f4ba19; /* 次標題顏色 */
		border-left: 4px solid #004d99; /* 左側邊框作為裝飾 */
		padding-left: 10px; /* 左內邊距 */
		margin-top: 25px; /* 上邊距 */
		margin-bottom: 15px; /* 下邊距 */
		border-radius: 3px; /* 圓角 */
		text-align: center; /* 標題置中 */
	}

	.section-description {
		text-align: center;
		font-size: 20px;
		margin-top: -12px;
		color: #fff;
		line-height: 1.6;
	}
@media (max-width: 430px) {
	.section-description {
		margin-top: 0px;
	}
	
}

	/* 滿意度數據區塊 */
	.rating-container {
		display: flex; /* 使用 Flexbox 佈局 */
		justify-content: space-between; /* 子元素之間平均分佈空間，確保兩側對齊 */
		flex-wrap: wrap; /* 允許換行 */
		gap: 20px; /* 子元素間距 */
		margin-bottom: 30px; /* 下邊距 */
	}

	.rating-item {
		background-color: #fff; /* 背景色 */
		padding: 20px; /* 內邊距 */
		border-radius: 8px; /* 圓角 */
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); /* 陰影 */
		border-right: 5px solid #424242; /* 左側邊框作為裝飾 */
		flex: 0 0 calc(50% - 10px); /* 確保每行兩個，並考慮到20px的gap */
		text-align: center; /* 文字置中 */
	}

	.rating-item h4 { /* 針對 h4 標籤調整樣式 */
		margin: 0 0 10px 0; /* 標題邊距 */
		font-size: 1.2rem; /* 字體大小 */
		border-left: none; /* 移除左側邊框 */
		padding-left: 0; /* 移除左內邊距 */
		color: #333; /* 文字顏色 */
	}

	.rating-score {
		font-size: 1.2rem; /* 字體大小 */
		color: #333; /* 評分數字顏色 */
	}

	.rating-score .score {
		font-size: 2.5rem; /* 評分數字更大 */
		font-weight: bold; /* 字體加粗 */
		color: #FF0000; /* 評分數字顏色 */
	}

	/* 推薦文區塊 */
	.testimonials-container {
		margin-top: 12px; /* 上邊距 */
		display: flex; /* 使用 Flexbox 佈局 */
		flex-wrap: wrap; /* 允許換行 */
		justify-content: space-between; /* 子元素之間平均分佈空間，確保兩側對齊 */
		gap: 20px; /* 子元素間距 */
		margin-bottom: 5%;
	}

	.testimonial-item {
		background-color: #b09447; /* 背景色 */
		padding: 20px; /* 內邊距 */
		border-radius: 8px; /* 圓角 */
		margin-bottom: 0; /* 移除原有的下邊距，由gap控制 */
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); /* 陰影 */
		/*border-right: 5px solid #424242; /* 左側邊框作為裝飾 */
		flex: 0 0 calc(50% - 10px); /* 確保每行兩個，並考慮到20px的gap */
	}

	.testimonial-item .quote {
		font-style: italic; /* 斜體 */
		font-size: 1rem; /* 字體大小 */
		line-height: 1.8; /* 行高 */
		margin: 0 0 10px 0; /* 邊距 */
		color: #fff; /* 文字顏色 */
	}

	.testimonial-item .author {
		text-align: right; /* 作者姓名靠右對齊 */
		font-size: 1rem; /* 字體大小 */
		color: #fff; /* 文字顏色 */
	}

	/* 響應式設計 (RWD) */
	@media (max-width: 430px) {
		.rating-container, .testimonials-container {
			flex-direction: column; /* 在小螢幕上垂直排列 */
			padding: 0 5%;
		}

		.rating-item, .testimonial-item {
			flex-basis: 100%; /* 佔滿整個寬度 */
		}

		.course-feedback-section {
			padding: 20px; /* 調整內邊距 */
			margin: 20px auto; /* 調整外邊距 */
		}
	}


.more{
	position: absolute;
	bottom: 20px; 
	right: 20px;
}

@media (max-width: 430px) {
	.more {
		position: static;
		margin-bottom: 10%;
		text-align: right;
	}
	
}




/*Notice*/
.notice{ 
	color: #000;
    font-size: 16px;
    letter-spacing: 2px;
	line-height: 1.8;
}
@media screen and (max-width: 980px) {
	.notice{ 
		
		font-size: 16px;
		}
}
@media screen and (max-width: 430px) {
	.notice{ 
		padding: 0 20px;
		font-size: 14px;
		}
}
.notice > ul > li {
	list-style-type: disc;
	margin-left: 20px;
}
.notice > ul > li a:hover{
	text-decoration: underline;
}

.notice_t{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
}
@media screen and (max-width: 430px) {
	.notice_t{ 
		font-size: 20px;
		}
}


.Info ul {
    overflow: hidden;
	list-style-type: none;
}
.Info > ul > li {
    float: left;
    width: calc(16% - 1%);
	margin: 1% 2% 0 0 ;
    position: relative;
	/*padding: 16px;*/
}
@media screen and (max-width:430px) {
	.Info > ul > li {
		width:48%;
		margin: 3% 1% 0 1%;
	}
}
.Info > ul > li:nth-child(6){ margin-right: 0px;}


.button{
	display: inline-block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    background-color: #DD0000;
    border-radius: 18px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border: 0;
    padding: 0 8px;
}

/*@media screen and (max-width:980px) {
	.button{ 
		font-size: 20px;
		}
}*/

.d_button {
    display: inline-block;
    height: 20px;
    background: #2e71f2;
    border-radius: 12px;
    letter-spacing: 2px;
    font-size: 12px;
    text-align: center;
    padding: 0 4px 0 8px;
    line-height: 20px;
}


.bg_half_1{
	width: 50%; 
	float: left;
}

.bg_half_1 img{
	max-width: 457px;
	display: block;
    margin-left: auto;
    margin-right: 0;
}

.bg_half_1 .teacher2 img{
	max-width: 350px!important;
	display: block;
    margin-left: auto;
    margin-right: 0;
}

@media screen and (max-width: 780px) {
	.bg_half_1{
		width: 100%; 
		}
	.bg_half_1 img{
		margin-left: 0;
	}
}

.bg_half_2{
	width: 50%; 
	float: left;
}
@media screen and (max-width: 430px) {
	.bg_half_2{
		width: 100%; 
		padding: 0 20px;
		}
}


/*footprint*/

.banner {
	/*background: linear-gradient(135deg, #d4af37 0%, #b8941f 100%);
	padding: 20px 40px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
	display: flex;
	align-items: center;
	gap: 30px;
	min-height: 80px;
}

.left-section {
	display: flex;
	align-items: center;
	gap: 15px;
	float: left;
}

.accent-bar {
	width: 6px;
	height: 40px;
	background-color: #2c3e50;
	border-radius: 3px;
}

.title {
	background-color: rgba(44, 62, 80, 0.9);
	color: white;
	padding: 8px 16px;
	font-size: 18px;
	font-weight: 500;
	border-radius: 4px;
	letter-spacing: 1px;
}

.subtitle {
	color: #fff;
	font-size: 20px;
	letter-spacing: 2px;
}

/* 响应式设计 */
@media (max-width: 768px) {
	.banner {
		flex-direction: column;
		text-align: center;
		gap: 15px;
		padding: 20px;
	}

	.left-section {
		justify-content: center;
	}

	.accent-bar {
		display: none;
	}

	.title {
		font-size: 16px;
	}

	.subtitle {
		font-size: 18px;
		letter-spacing: 1px;
	}
}

@media (max-width: 480px) {
	.title {
		font-size: 14px;
		padding: 6px 12px;
	}

	.subtitle {
		font-size: 16px;
		float: left;
	}
}



/*a+HCM*/
.bg_hcm{
  width: 100%; 
  background: linear-gradient(to right, #004da1, #091e55)
}

.ahcm{width:100%;padding:24px; margin:0 auto;}
/*.ahcm_up{width:100%; }*/
.ahcm_up > ul {
  display: flex;
  align-items: center;
  justify-content: space-between; 
  padding: 0; 
  margin: 0;  
}
/*.ahcm_up > ul > li{width:100%;}*/
.ahcm_up > ul > li{float:left; position:relative;}

.ahcm_up > ul > li:nth-child(1){width:40%;}
.ahcm_up > ul > li:nth-child(2){width:35%;}
.ahcm_up > ul > li:nth-child(3){width:25%;}

.ahcm_up > ul > li:nth-child(1) img{max-width:340px;}
.ahcm_up > ul > li:nth-child(2) img{max-width:332px;}
.img-right img {width: auto;  float: right;}

.hcm_button {
  display: flex;  /* 讓按鈕容器使用 flex */
  align-items: center;  /* 垂直置中 */
  justify-content: center;  /* 水平置中 */
  width: 180px;
  height: 48px;
  line-height: 48px;
  background-color: #DD0000;
  border-radius: 24px;
  font-size: 28px;
  font-weight: 600;
  text-align: center;	
}

.hcm_button a {
  display: flex;
  align-items: center;
  justify-content: center; 
  color: #ffffff !important; 
  text-decoration: none; 
}

.hcm_button span.arrow {
  font-size: 40px;
  margin: 0 0 8px 4px; 
}


@media screen and (max-width: 768px) {
	.ahcm_up > ul > li:nth-child(1){width:50%;float: left }
	.ahcm_up > ul > li:nth-child(2){display: none;}
	.ahcm_up > ul > li:nth-child(3){width:50%; display: flex;  align-items: center;justify-content: center; }
	/*.hcm_button{width:100%;}*/
}

@media screen and (max-width: 480px) {
	.ahcm_up > ul { display: grid;}
	.ahcm_up > ul > li:nth-child(1){width:100%; }
	.ahcm_up > ul > li:nth-child(2){display: block;width:100%;}
	.ahcm_up > ul > li:nth-child(3){width:100%; margin-top: 4%;}	
	  }
.ahcm_down_s2 li:nth-child(1){width:40%; text-align:center;}
.ahcm_down_s2 li:nth-child(2){width:52%; text-align:center;}
.ahcm_down{width:100%; padding:24px 0; }
.ahcm_down > ul{overflow:hidden;}
.ahcm_down > ul > li{float:left; position:relative; text-align:center;  padding:16px;}
.ahcm_down > ul > li > h6 {font-size:14px; color: #ffffff; text-align:center; margin-bottom:16px;}
.ahcm_down > ul > li:nth-child(1){width:27%; border-right:1px solid #eee;}
.ahcm_down > ul > li:nth-child(2){width:14%; border-right:1px solid #eee;}
.ahcm_down > ul > li:nth-child(3){width:59%; }


@media screen and (max-width: 768px) {
	.ahcm_down { padding:0 24px; }
	.ahcm_down > ul > li:nth-child(1){width:50%; }
	.ahcm_down > ul > li:nth-child(2){width:50%; }
	.ahcm_down > ul > li:nth-child(3){width:100%;}
	.ahcm_down img {max-width: 101px;}
	.ahcm_down_s2 > li:nth-child(2) img {max-width: 124px;}
}


@media screen and (max-width: 480px) {
	.ahcm_down > ul > li:nth-child(1){width:100%; border-right:0px solid #eee; border-bottom:1px solid #eee;}
	.ahcm_down > ul > li:nth-child(2){width:100%; border-right:0px solid #eee; border-bottom:1px solid #eee;}
	.ahcm_down > ul > li:nth-child(3){width:100%; }

}




.ahcm_down_s2 {overflow:hidden;}
.ahcm_down_s2 > li{float:left; margin-right:16px; width:calc(100% / 2 - 8px);}
.ahcm_down_s2 > li:nth-child(2n+2){margin-right:0;}

.ahcm_down_s1 {overflow:hidden;}
.ahcm_down_s1 > li{float:left; margin-right:16px; width:calc(100% / 1 - 0px);}
.ahcm_down_s1 > li:nth-child(1n+1){margin-right:0;}

.ahcm_down_s5 {overflow:hidden;}
.ahcm_down_s5 > li{float:left; margin-right:16px; width:calc(100% / 5 - 12.8px);}
.ahcm_down_s5 > li:nth-child(5n+5){margin-right:0;}



@media screen and (max-width: 480px) {



.ahcm_down_s2 > li{float:left; margin-right:8px; width:calc(100% / 1 - 0px); margin-bottom:16px;}
/*.ahcm_down_s2 > li:nth-child(1n+1){margin-right:0;}*/


.ahcm_down_s1 > li{float:left; margin-right:0px; width:calc(100% / 1 - 0px); margin-bottom:16px;}
.ahcm_down_s1 > li:nth-child(1n+1){margin-right:0;}


.ahcm_down_s5 > li{float:left; width:calc(100% / 3 - 8px); margin: 0 8px 8px 0;}
/*.ahcm_down_s5 > li:nth-child(1n+1){margin-right:0;}*/



}


/*copyright*/
.footer{
	width: 100%;
	background-color: #000;
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding: 20px;
	line-height: 1.5;
}

/*LINE & FB*/
.fixed_circle {
    position: fixed;
    right: 30px;
    bottom: 152px;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    padding: 10px 0;
	/*background: url(../images/LINE.png) center center #01b901 no-repeat;*/
}

.fixed_down {
   /* background-color: #365899;*/
    right: 30px;
    bottom: 100px;
	position: fixed;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    padding: 10px 0;
}


/*Back to top */
#top {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#top:hover {
  cursor: pointer;
  background-color: #333;
}
#top:active {
  background-color: #555;
}
#top.show {
  opacity: 1;
  visibility: visible;
}






