<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*20180728 by pekey*/
@charset "utf-8";
/* CSS Document */

/*------------------------------------------CSS Reset é–‹å§‹-------------------------------*/

/*/////////////////////////////////////////////////////////*/
/*-------ç‰ˆé&nbsp;­1--------*/
/*/////////////////////////////////////////////////////////*/

.header {
	position: fixed;
	top: 0;
	z-index: 999;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&amp;0.3+0,0+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	width: 100%;
	padding: 20px 0px 15px;
	transition: 0.3s ease all;
}


.header.inheader {
	background: rgba(204, 1, 1, 0.85);
}


/*.header:hover {
	background: #fff;
}*/


.header.fixed{
	box-shadow: 0px 0px 20px -1px rgba(0,0,0,0.3);
	transition: 0.3s ease all;
	padding: 10px 0px;
	background: #fff;
}

	.header &gt; .wrap {
	}

	
		/*æ‰‹æ©ŸmenuæŒ‰éµ*/
		.menu_btn {
			position:absolute;
			/*width:20px;*/
			width: 25px;
			top: 50%;
			right: 15px;
			cursor:pointer;
			display:none;
			z-index: 99;
			margin: -15px 0px 0px;
		}
			.menu_btn span {
				display:block;
				/*background: #fff;*/
				background: #777;
				height:2px;
				/*margin: 4px 0px;*/
				margin: 6px 0px;
				transition:0.3s ease all;
				border-radius:3px;
			}
				/*é»žæ“Š*/
				.menu_btn.active {
					top: 28px;
					position: fixed;
					margin: 0px;
					right: 15px;
				}
					.menu_btn.active span {
						background:#fff;
					}
					.menu_btn.active span:nth-of-type(1) {
						/*transform: rotate(39deg);*/
						transform: rotate(42deg);
						transform-origin: top left;
					}
					.menu_btn.active span:nth-of-type(2) {
						opacity: 0;
					}
					.menu_btn.active span:nth-of-type(3) {
						/*transform: rotate(-39deg);*/
						transform: rotate(-42deg);
						transform-origin: bottom left;
					}
				
		/*æ‰‹æ©Ÿç‰ˆæœå°‹æŒ‰éˆ•*/
		.search_iconSP{
			display: none;
			position: absolute;
			width: 30px;
			top: 50%;
			right: 55px;
			cursor: pointer;
			z-index: 2;
			margin: -10px 0px 0px;
		}
			.search_iconSP label{
				width: 30px;
				height: 30px;
			}
				.search_iconSP img{
					width: 70%;
					height: auto;
					margin: 0px auto;
				}
				
			
		/*ç‰ˆé&nbsp;­æœå°‹å€å¡Š*/	
		.search_areaSP{
			-webkit-transition: top .2s;
			transition: top .2s;
			z-index: 15;
			/*position: fixed;*/
			position: absolute;
			width: 100%;
			z-index: 2000;
			overflow: hidden;
			display:none;
			/*top: 83px;*/
			top: 70px;
			left: 0px;
			background: #000;
		}
			.search_inAreaSP{
				padding: 15px;
			}
				.search_inAreaSP input{
					background: transparent;
					border: 0px;
					text-align: center;
					color: #fff;
					font-size: 34px;
					font-weight: bold;
					line-height: 40px;
					height: 58px;
					padding: 0px 80px;
				}
				.search_inAreaSP input[type="text"]:focus{
					border: 0px;
				}
				
			.search_inAreaSP a{	
				z-index: 2002;
				color: #fff;
				position: absolute;
				right: 30px;
				top: 35px;
				text-decoration: none;
			}
				.search_inAreaSP span{
					display:inline-block;
					vertical-align:middle;
				}
				.close_iconSP{
					font-size:22px;
					font-weight:lighter;
				}
				
				
				
		.logo{
			float:left;
			width: 165px;
			padding: 15px 0px 10px; 
		}
		.header.fixed .logo{
			width: 135px;
			padding: 0px; 
		}
			.logo a{
				display:block;
			}
				.logo img{
					width:100%;
					height:auto;
				}
				
				img.logo_normal{
					display: none;
				}
				.header.fixed img.logo_white{
					display: none;
				}
				.header.fixed img.logo_normal{
					display: block;
				}
					
				/*.header:hover img.logo_white{
					display: none;
				}
				.header:hover img.logo_normal{
					display: block;
				}*/
				
				
				
				
		/*ç‰ˆé&nbsp;­å€å¡Š_å³åŠéƒ¨*/
		.header_rightArea{
			float: right;
			position: relative
		}
			
			/*ç‰ˆé&nbsp;­å€å¡Š_å³åŠéƒ¨_ä¸Š*/
			.headerRight_topArea{
				position: absolute;
				right: 0px;
			}
			.header.fixed .headerRight_topArea{
				display: none;
			}
				
				/*èªžç³»*/
				.lang_area {
					float:right;
					box-sizing: border-box;
				}
					.lang_area select {
						width: 90px;
						/*width: 77px;*/
						font-size: 12px;
						color: #5e5e5e;
						border: 1px solid #d6d6d6;
						border-radius: 4px;
						/* border-radius: 30px; */
						padding: 0px 13px;
						text-align: center;
						height: 25px;
						line-height: 25px;
						cursor: pointer;
						background: #fff url(../images/select_arrow2.png) no-repeat;
						background-size: 18px;
						/*background-position: 53px 8.5px;*/
						background-position: 70px 6px;
						padding-right: 25px !important;
					}
	
	
				/*æœå°‹å€å¡Š*/
				.search_area{
					float: left;
					padding: 0px 7px 0px 0px;
					box-sizing: border-box;
				}
					.search_inArea {
						position: relative;
						top: 0;
					}
						.search_inArea input[type='text']{
							height: 30px;
							line-height: 30px;
							font-size: 12px;
							border-radius:36px;
							border-right:0px;
							background:#fff;
							border:0px;
							padding: 0px 48px 0px 16px;
							color: #333;
							border: solid 0.5px #d3d4d4;
     						width: 245px;
						}
						.search_inArea label{
							width: 35px;
							height: 30px;
							cursor: pointer;
							transition: 0.3s ease all;
							position: absolute;
							right: 0px;
							top: 0px;
							/*background: #492582;
							border-radius: 0px 36px 36px 0px;*/
						}
						
						/*.search_inArea label:hover{
							opacity:0.7;
							transition: 0.3s ease all;
						}*/
							.search_inArea i{
								position: relative;
								right: -6px;
								/*top: 3.5px;*/
								top: 5px;
								z-index:10;
								/*color:#fff;*/
								color: #a3a4a4;
								font-size: 20px;
							}
							.search_inArea i:hover{
								opacity:0.7;
								transition: 0.3s ease all;
							}
							.search_inArea input[type='submit']{
								width: 35px;
								height: 30px;
								cursor: pointer;
								transition: 0.3s ease all;
								position: absolute;
								right: 0px;
								top: 0;
								background: rgba(255,255,255,0);
							}
							
							
				/*ä¸»æŒ‰éµ*/
				.navbar{
					float: right;
					padding: 50px 0px 0px;
					margin: 0px -35px;
				}			
				.header.fixed .navbar{
					padding: 15px 0px 10px;
				}
				
					.nav{
						float: left;
						position: relative;
					}
				
						.nav &gt; a{
							display: block;
							padding: 0px 35px;
							color: #fff;
							font-size: 16px;
							line-height: 22px;
							border-radius: 3px;
							transition: 0.3s ease all;
						    /*text-shadow: 3px 3px 3px #2d2d2d;*/
						}
						
						.header.fixed .nav &gt; a{
							color: #000;
						    text-shadow: none;
						}
						
						/*.header:hover .nav &gt; a{
							color: #000;
						    text-shadow: none;
						}*/
						
						
						.nav:nth-of-type(6) &gt; a{
							padding-right: 0px;
						}
						
						/*hover*/
						.nav:hover &gt; a {
							/*color: #c52d2f;*/
							text-decoration:none;
							transition: 0.3s ease all;
						}
							
						/*ä¸»æŒ‰éµ_ä¸‹æ‹‰é¸å–®*/
						.navOpen.pc {
							position:absolute;
							left: 50%;
							padding: 22px 0px 0px;
							/*width:115px;*/
							width: 140px;
							margin: 0px 0px 0px -70px;
							display: none;
							z-index: 2;
						}
						
						/*mobileç‰ˆ*/
						.navOpen.mobile {
							display:none;
							opacity:0;
							z-index:-999999;
      						position: absolute;
						}	
						
						/*hover*/
						.nav:hover .navOpen.pc {
							display: block;
						}	
											
							.navOpenBg {
								position:relative;
								box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
								/*box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);*/
							}
						
								.navOpenBg:before {
									position: absolute;
									content:'';
									border-bottom: solid 8px rgba(0,0,0,0.6);
									border-left: solid 12px rgba(255,255,255,0);
									border-right: solid 12px rgba(255,255,255,0);
									top:-8px;
									left:50%;
									margin:0px 0px 0px -12px;
								}
								
								.navOpen.pc  .navOpenList a {
									text-align:center;
									font-size: 15px;
									color:#fff;
									line-height:22px;
									padding: 10px 5px;
									background: rgba(0,0,0,0.6);
									/*background: rgba(126, 126, 126, 0.8);*/
									/*background: rgba(126, 126, 126, 1);*/
									/*background: rgba(172, 172, 172, 1);*/
									transition:0.3s ease all;
									text-decoration:none;
									display:block;
								}
									.navOpen.pc  .navOpenList a:hover {
										background: #c52d2f;
										text-decoration:none;
										transition: 0.3s ease all;
									}
												

			
/*@media (max-width: 1280px){
}

@media (max-width: 1160px){
}*/
@media (max-width: 1550px){
	
	.nav &gt; a{
		padding: 0px 20px;
	}
}

@media (max-width:1200px){
	
	
.header {
    padding: 15px 0px;
	background: #fff;
}	
.header.inheader {
	background: #fff;
}
	
	/*æ‰‹æ©ŸmenuæŒ‰éµ*/
	.menu_btn {
		display:block;
	}
	.headerRight_topArea{
		width: 100%;
	}	
	.header.fixed .headerRight_topArea{
		display: block;
		width: 100%;
	}
					
	/*æ‰‹æ©Ÿç‰ˆæœå°‹æŒ‰éˆ•*/
	.search_iconSP{
		display: block;
	}
	.search_areaSP{
		top: 65px;
	}
			
	
	
	.logo{
		padding: 0px 0px;
	}
	
	img.logo_normal{
		display: block;
	}
	img.logo_white{
		display: none;
	}
	.header.fixed img.logo_normal{
		display: block;
	}
	.header.fixed img.logo_white{
		display: none;
	}
		

	
	/*ç‰ˆé&nbsp;­å€å¡Š_å³åŠéƒ¨*/
	.header_rightArea {
		position:fixed;
		top:0px;
		right:-225px;
		transition:0.3s ease all;
		width:225px;
		box-sizing:border-box;
		background: rgba(0, 0, 0, 0.8);
		height: 100%;
		overflow-y:scroll;
		/*z-index: 98;*/ /*modify by pekey 20180626*/
		z-index: 3; 
		padding: 80px 0px 0px;
	}
	
	
		.header_rightArea.active {
			right:0px;
			box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
		}
				
			/*èªžç³»*/
			.lang_area {
				position: static;
				float: none;
			}
			
				.lang_area select{
					width: 100%;
					border-radius: 0;
					padding: 0px 13px;
					height: 35px;
					line-height: 35px;
					background: #fff url(../images/select_arrow2.png) no-repeat;
					background-size: 18px;
					background-position: 187px 12.5px;
					padding-right: 25px !important;
					
					font-size: 14px;
				}
				
			
			/*æœå°‹å€å¡Š*/
			.search_area{
				float: none;
				padding: 0px;
			}	
				.search_inArea input[type='text']{
					border-radius: 0px;
					height: 34px;
					line-height: 34px;
					padding: 0px 48px 0px 13px;
					
					font-size: 14px;
     				width: 100%;
				}
					.search_inArea label {
						height: 34px;
					}
						.search_inArea i {
							top: 5.5px;
							right: 5px;
						}
						.search_inArea input[type='submit'] {
							height: 34px;
						}
					
			
			/*ä¸»æŒ‰éµ*/
			.navbar {
				float: none;
				padding: 75px 0px 0px;
				margin:0 auto;
			}
			.header.fixed .navbar{
				padding: 75px 0px 0px;
			}
			
				.nav {
					float:none;
					padding: 0px;
				}
					.nav  a {
						color:#fff;
						border:none;
					}
						.nav &gt; a {
							line-height:23px;
							/*padding: 20px 15px;*/
							padding: 12px 15px;
							font-size:16px;  
						}
						
						.header.fixed .nav &gt; a{
							color: #fff;
						}
						
						.header:hover .nav &gt; a{
							color: #fff;
						}
						
						
							/*hover*/
							.nav:hover  &gt; a{
								border:none;
								background: transparent;
								color: #fff;
								opacity: 0.7;
							}
							
							/*ç•¶å‰æ¨¡å¼*/
							.nav.active &gt; a{
								background: transparent;
							}
							
							
								/*å±•é–‹é¸å–®*/
								.navOpen {
									position:relative;
									top:0px;
									left:0px;
									margin:0px;
									width:auto;
									border-radius:0px;
									background:#444;
								}
									.navOpen:before, .navOpen:after {
										border-bottom: solid 8px #444;
										left: 23px;
									}
										.nO_list a {
											text-align:left;
											padding: 15px 15px;
										}
										
								
								/*hover*/
								.nav:hover .navOpen.pc {
									display:none;
								}	
								.fixed_nav:hover .navOpen.pc {
									display:none;
								}
									
									.navOpen.mobile {
										display: none;
										opacity: 1;
										z-index: 1;
										position: relative;
									}
										.navOpenBg {
											box-shadow: none;
										}
											.navOpen.mobile  .navOpenList {
											}
											.navOpen.mobile  .navOpenList &gt; a {
													text-align:left;
													font-size:14px;
													color:#fff;
													line-height:22px;
													/*padding: 15px 15px;*/
													padding: 12px 15px;
													/*background: rgba(126, 126, 126,0.8);*/
												    background: rgba(255, 255, 255, 0.5);
													transition:0.3s ease all;
													text-decoration:none;
													display:block;
												}
													.navOpenList &gt; a:hover {
														opacity: 0.7;
													}
																
		
}

@media (max-width:768px){
}
@media (max-width: 640px){
	
	
	.search_areaSP{
		top: 74px;
	}
		.search_inAreaSP input{
			padding: 0px 55px;
		}
		
		.search_inAreaSP a{	
			z-index: 2002;
			color: #fff;
			position: absolute;
			right: 30px;
			top: 25px;
			text-decoration: none;
		}
			.search_inAreaSP span:nth-child(2){
				display:none;
			}
			.close_icon{
				font-size:40px;
			}
	
	
	.logo{
		width: 135px;
	}
	
	
}





/*/////////////////////////////////////////////////////////*/
/*-------é¦–é&nbsp;å…§å®¹--------*/
/*/////////////////////////////////////////////////////////*/

.main1{
	

}











/*/////////////////////////////////////////////////////////*/
/*-------ç‰ˆè…³4--------*/
/*/////////////////////////////////////////////////////////*/

.footer4{
	
}
	.footerInfo_listArea2{
		padding: 12px 0px;
		background: #cc0101;
	}
		
		.footerInfo_list2{
      		padding: 20px 0px;
			float: left;
			width: 14%;
			vertical-align: top;
			/*width: 20%;*/
			box-sizing: border-box;
			/*border-right: 1px solid #ccc;*/
			min-height: 174px;
			/*min-width: 190px;*/
			/*min-width: 308px;*/
		}
		.footerInfo_list2:nth-child(6) {
			padding: 12px 0px 12px 40px;
			float:right;
			width: 350px;
			/*width: 30%;*/
			border-left:1px solid #ccc;
		}	
		
		.footerLogo{
		}		
			.footerLogo a{
				display:block;
			}
			.footerLogo a:hover{
				opacity:0.5;
			}					
			.footerLogo img{
				height:auto;
				width:80px;
			}	
				
			.footerInfo_listTit {
				color: #000;
				font-size: 16px;
				font-weight: bold;
				line-height:16px;
				margin-bottom:10px;
			}
			.footerInfo_listTit a {
				text-decoration:none;
				color: #000;
				font-size: 16px;
				line-height:16px;
				font-weight: bold;
			}
			
			.footerInfo_listTitBOT{
				margin-bottom:0px;
			}										
			.footerInfo_listTitBOT a{
				line-height: 35px;
			}			
			
			.footerInfo_listTit a:hover , footerInfo_listTitBOT a:hover {
				color:#ffff57;
			}			
			
			
			.footerInfo_listTit2 {
				color: #fff;
				font-size: 20px;
				/*font-weight: bold;*/
				line-height:20px;
				/*margin-bottom:10px;*/
			}
			
			.footerInfo_listTit2 span {
				display:block;
				/*transform: scale(0.8);*/
				font-size: 12px;
				line-height:12px;
			}			
			
			.footerInfo_listTit2 a {
				color: #fff;
				font-size: 20px;
				line-height:40px;
				text-decoration:none;
			}			
			.footerInfo_listTit2 a:hover {
				opacity:0.5;
			}			
			
				/*.footerInfo_listTit span {
					font-size: 12px;
					font-weight: normal;
					padding-left: 12px;
					letter-spacing: 0px;
				}*/
			
			/*å­é&nbsp;…ç›®*/
			.footerInfo_listIn{
     			padding-top: 10px;
			}
				.footerInfo_inLink{
					color: #ffffff;
					font-size: 12px;
					padding: 5px 0px;
					letter-spacing: 0px;
				}
					.footerInfo_inLink a{
						color: #fff;
						text-decoration:none;
					}
					.footerInfo_inLink a:hover{
						color:#ffff57;
					}	


/*ç‰ˆæ¬Šå®£å‘Š*/
.copyright2{
	/*background: #898989;*/
	background-color: #ffffff;
    color: #cc0101;
	padding: 7px 0px;
	text-align: center;
	font-size: 12px;
	line-height: 22px;
}
	.copyright2 a{
		color: #cc0101;
		/*text-decoration: underline;*/
	}	
	
	
@media (max-width: 1350px){

	.footerInfo_list2{
		width: 14%;
	}
	.footerInfo_list2:nth-child(6) {
		width: 30%;
	}
}

	
@media (max-width:990px){

	.footerInfo_listArea2 {
		text-align: center;
	}	
	.footerInfo_list2{
		text-align:left;
		width: 19%;
		margin-bottom: 5px;
		display:inline-block;
		float:none;
	}
	.footerInfo_list2:nth-child(6) {
		text-align:center;
		padding: 12px 0px;
		float:none;
		width: 100%;
		border-left:0px;
		display:block;
		margin-top: 20px;
    	border-top: 1px #fff solid;
	}
}

@media (max-width:768px){
	.footerInfo_list2{
		width: 100%;
		border-right: 0px;
		padding: 12px 0px;
	}
	.footerInfo_list2:first-child {
		width: 100%;
		border-right: 0px;
		padding: 12px 0px;
	}
	.footerInfo_list2:nth-child(4){
		padding: 12px 0px;
	}
		.footerInfo_listTit{
			border-bottom: solid 1px #c3c3c3;
			padding: 0 0 12px;
		}
		.footerInfo_listTit.footerInfo_listTitBOT{
			border-bottom: solid 1px #c3c3c3;
			margin: 12px 0px 10px;
		}
			
		
	.footerInfo_list2:nth-child(6) {
		text-align:left;
    	border-top: 0px #c3c3c3 solid;
	}		
		
}


@media (max-width:738px){
		
	.footerInfo_list2:nth-child(6) {
		text-align:center;
	}		
		
}






</pre></body></html>