<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("reset.css");
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300);

*{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
	
::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	background-color:#fff;
}

::-webkit-scrollbar-thumb {
	background-color:#dbdbdb;
}

::-webkit-scrollbar-button {
	background-color:none;
}

::-webkit-scrollbar-corner {
	background-color:#f7cfe0;
}		
	
@font-face{
	font-family:MEI;                  
	src:url('type/Meiryo.ttf');
}
	
@font-face{
	font-family:SOR_LT;                
	src:url('type/SourceHanSansTC-Light.otf');
}                                         /*-------------TC/SC-----------------*/
	
@font-face{
	font-family:SOR_RE;                 
	src:url('type/SourceHanSansTC-Regular.otf');
}                                         /*-------------TC/SC-----------------*/
	
@font-face{
	font-family:SIM_O;                  
	src:url('type/SIMPFXO_0.TTF');
}                                          /*-------------PER-----------------*/
	
@font-face{
	font-family:GUL_O;                  
	src:url('type/gulim_0.ttc');
}	                                       /*-------------KOR-----------------*/	
	
@font-face{
	font-family:GEN_RE;                  
	src:url('type/GenJyuuGothicL-Regular.ttf');
}				                            /*-------------JP-----------------*/
		
@font-face{
	font-family:GEN_LI;                  
	src:url('type/GenJyuuGothicL-Light.ttf');
}	                                        
	
@font-face{
	font-family:ZAW;                  
	src:url('type/ZawgyiOne_0.ttf');           /*-------------MYAN-----------------*/
}	

/*------------------------------------------All--------------------------------------------*/

/*-------------------------------------------header------------------------------------------*/	

body{
	background-color:#FFF;
	font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
	font-size:13px;
}

#WAPPER{
	width:100%;
	height:auto;
	position:relative;
}

/*-----------------------------------Side-----------------------------------*/

#SIDE{
	clear:both;
	width:120px;
	height:auto;
	background-color:rgb(0,204,255);
	background-color:rgba(0,204,255,0.6);
	border-radius:0px 20px 20px 0px ;
	position:fixed;
	top:36%;
	left:-100px;
	z-index:9999;
}

#SIDE h6{
	width: 120px;
	height: 22px;
	color: #fff;
	background-color:rgba(0,51,102,0.7);
	font-size: 14px;
	line-height: 22px;
	padding:10px 0 30px 10px;
	text-align: center;
	border-radius:0px 20px 0px 0px ;
}	
	
#SIDE ul{
	list-style:none;
	padding:10px 10px 10px 45px;
}
	
#SIDE li{
	display:block;
	width:42px;
	height:52px;
	border-top:1px solid #bcfefd;
}	
	
#SIDE li:first-child {
	border-top:none;
}	
	
#SIDE li a{
	display:block;
	width:42px;
	height:52px;
	background-position:center 4px;
	background-repeat:no-repeat;
}	
	
#SIDE li .fb{ background-image:url(images/desktop/FB_link.png);}	
#SIDE li .yt{ background-image:url(images/desktop/yotube_link.png);}	
#SIDE li .tw{ background-image:url(images/desktop/tw_link.png);}
#SIDE li .shop{background-image:url(images/desktop/shop_link.png);}	

#SIDE li .fb:hover{ background-image:url(images/desktop/FB_link_R.png);}	
#SIDE li .yt:hover{ background-image:url(images/desktop/yotube_link_R.png);}	
#SIDE li .tw:hover{ background-image:url(images/desktop/tw_link_R.png);}
#SIDE li .shop:hover{background-image:url(images/desktop/shop_link_R.png);}	

/*-------------------------------------------index-------------------------------------------*/

/*-------------------------------------------page-------------------------------------------*/

/*-----------------------------------------banner---------------------------------------------------*/

#SP_life_BANNER{
	width:100%;
	height:auto;
	padding-top:146px;
}
	
#SP_life_BANNER img{
	width:100%;
	height:auto;
}

/*-----------------------------------------content---------------------------------------------------*/
/*--------------------------ç™»å…¥é&nbsp;pup--------------------------------*/

.mcbg{
	width: 960px;
	margin-left:-480px;
	margin-top:-300px; 
	background-color: #fff;
	opacity:1;
	border-radius:50px;
	padding-left: 30px;
	border: 1px solid #00ccff;
	box-shadow: 6px 6px 10px #ccc;
	position: fixed;
	top: 55%;
	z-index:9999;
	left: 50%;
}

.mcbg .mcpup_x{
	width: 30px;
	height: 30px;
	font-size: 20px;
	color: #fff;
	right:60px;
	top: 30px;
	position: absolute;
	cursor: pointer;
	background-color: #00ccff;
	border-radius: 50%;
	text-align: center;
	padding-top: 5px;
}

.mcpup{
	position: relative;
}

/*-----------------------------------------ç™»å…¥é&nbsp;--------------------------------------------*/

#MC_CONTENT{
	width:960px;
	margin:0 auto;
	padding:120px 0 200px 0;
}
	
/*-------------------------------1107 CSSä¿®æ”¹--------------------------------*/	

#MC_CONTENT .mc_title{
	padding:0 0 40px 0;
	overflow:hidden;
}
	
#MC_CONTENT .mc_title h2{
	display:block;
	width:100%;
	height:45px;
	line-height:45px;
	float:none;
	font-size:44px;
	color:#00ccff;
}
	
#MC_CONTENT .mc_title p{
	display:block;
	width:400px;
	height:auto;
	font-size:14px;
	line-height:1.3;
	padding-left:0px;
	padding-top:16px;
	float:left;
}

#MC_CONTENT .mc_title ul{
	width: 400px;
	float:left;
	padding-left:50px;
	padding-top:16px;
	list-style: disc;
	font-size:14px;
	line-height:1.3;
}	

#MC_CONTENT .mc_title li:nth-child(1),#MC_CONTENT .mc_title li:nth-child(2){
	color:#F06;
}	

#MC_CONTENT .mc_registration .right .i_agree_2{
	width: 100%;
}

#MC_CONTENT .mc_registration .right .i_agree_2 table{
	width: 100%;
	text-align: left;
}

#MC_CONTENT .mc_registration .right .i_agree_2 td{
	color: #003366;
}

#MC_CONTENT .mc_registration .right .i_agree_2 td a{
	color: #00ccff;
	text-decoration: none;
}

#MC_CONTENT .mc_registration .right .i_agree_2 td:nth-child(1){
	width: 5%;
}

#MC_CONTENT .mc_registration .right .i_agree_2 td:nth-child(2){
	width: 95%;
}

#MC_CONTENT .mc_registration .right .i_agree_2 input{
	width: 16px;
	height: 16px;
	display:block;
}
	
/*------------------------------------------------------------------*/

#MC_CONTENT .mc_registration{
	clear:both;
	width:960px;
	overflow:hidden;
}

#MC_CONTENT .mc_registration .left{
	width:45%;
	float:left;
}
	
#MC_CONTENT .mc_registration h4{
	height:60px;
	line-height:60px;
	font-size:30px;
	color:#00ccff;
	padding-bottom:10px;
}
	
#MC_CONTENT .mc_registration .mc_account{
	padding-top:0px;
	padding-bottom:10px;
}

#MC_CONTENT .mc_registration .mc_password{
	padding-top:10px;
	padding-bottom:20px;
}
	
#MC_CONTENT .mc_registration .mc_login{
	width:140px;
	height:36px;
	padding-left:0px;
	margin:0 auto; 
}	
	
#MC_CONTENT .mc_registration .mc_login a{
	display:block;
	width:140px;
	height:36px;
	line-height:36px;
	font-size:16px;
	text-align:center;
	text-decoration:none;
	color:#00ccff;
	background-color:#FFF;
	border:1px solid #00ccff;
	border-radius:18px;
}	
	
#MC_CONTENT .mc_registration .mc_login a:hover{
	color:#FFF;
	background-color:#00ccff;
}
	
#MC_CONTENT .mc_registration .left p{
	padding-left:0px;
	padding-top:16px;
	text-align:center;
}	
	
#MC_CONTENT .mc_registration .left p a{
	font-size:13px;
	text-decoration:none;
	color:#62defd;
	letter-spacing:1px;
}
	
#MC_CONTENT .mc_registration .left p a:hover{
	color: #95e8fd;
}					
	
#MC_CONTENT .mc_registration .left input{
	width:380px;
	height:32px;
	font-size:14px;
	color:#999;
	background-color:#dbdbdb;
	padding:8px;
	border:none;
}	
	
#MC_CONTENT .mc_registration .right{
	width:55%;
	float:right;
	overflow:hidden;
}		
	
#MC_CONTENT .mc_registration .mc_fb_login {
	height:22px;
	line-height:22px;
	display: block;
	font-size:14px;
	float:left;
}	
	
#MC_CONTENT .mc_registration .fb_login{
	float:left;
}	
	
#MC_CONTENT .mc_registration .fb_login a{
	display: block;
	width:75px;
	height:22px;
	background-image:url(images/desktop/member_center_like.jpg);
	background-position:right center;
	background-repeat:no-repeat;		
}
	
#MC_CONTENT .mc_registration .mc_mail_login{
	clear:both;
	padding-top:20px;
	padding-bottom:20px;
	font-size:14px;
}
	
#MC_CONTENT .mc_registration .mail_login{
	font-size:14px;
}	
	
#MC_CONTENT .mc_registration .right input{
	width:470px;
	height:32px;
	font-size:14px;
	color:#999;
	background-color:#dbdbdb;
	padding:8px;
	border:none;
}	
	
#MC_CONTENT .mc_registration .mc_lan{
	padding-top:20px;
	padding-bottom:20px;
}		
	
.mc_lan .styled-select {
	width:470px;
    height: 32px;
    overflow: hidden;
	background-image:url(images/desktop/new_arrow.png);
	background-color:#dbdbdb;
	background-repeat:no-repeat;
	background-position:right;
	border:none;
	border-radius:0px;
}	
	
.mc_lan .styled-select select{
	background: transparent;
	width: 470px;
	padding:5px 10px 5px 10px;
	font-size: 14px;
	color:#999;
	border: none;
	border-radius:16px;
	height: 32px;  
	-webkit-appearance: none;
	-ms-appearance: none; 
	-moz-appearance: none; 
}
	
#MC_CONTENT .mc_registration .right p{
	font-size:14px;
	color:#F06;
	line-height:1.4;
	padding-bottom:16px;
}
	
#MC_CONTENT .mc_registration .mc_next{
	width:140px;
	height:36px;
	margin:0 auto;
}	
	
#MC_CONTENT .mc_registration .mc_next a{
	display:block;
	width:140px;
	height:36px;
	line-height:36px;
	font-size:16px;
	text-align:center;
	text-decoration:none;
	color:#00ccff;
	background-color:#FFF;
	border:1px solid #00ccff;
	border-radius:18px;
}	
	
#MC_CONTENT .mc_registration .mc_next a:hover{
	color:#FFF;
	background-color:#00ccff;
}		

/*-----------------------------------------ç™»å…¥é&nbsp;--------------------------------------------*/	

/*-------------------------------------------SP life--------------------------------------------*/

/*-----------------------------------------SP life menu---------------------------------------*/

#SP_life{
	width:1080px;
	margin:0 auto;
	padding:90px 0 150px 0;
	overflow:hidden;
}
	
#SP_life .SPlife_menu{
	width:180px;
	float:left;
}
	
#SP_life .SPlife_menu h5{
	font-size:24px;
	height:50px;
	line-height:50px;
	color:#003366;
	text-align:center;
	border-bottom:1px solid #88e3fb;
}
	
#SP_life .SPlife_menu ul{
	list-style:none;
}	
	
#SP_life .SPlife_menu li{
	width:180px;
	height:50px;
	font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
	font-size:16px;
	color:#00ccff;
	text-align:left;
	text-indent:32px;
	line-height:50px;
	background-color:#cffafa;
	border-bottom:1px solid #88e3fb;
}	
	
#SP_life .SPlife_menu li a{
	display:block;
	width:180px;
	height:50px;
	font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
	font-size:16px;
	color:#00ccff;
	text-align:left;
	text-decoration:none;
	line-height:50px;
	background-color:#FFF;
	border-bottom:1px solid #88e3fb;
}
	
#SP_life .SPlife_menu li a:hover{
	color:#003366;
	background-color:#cffafa;
	background-image: url(images/desktop/creer_arrow.png);
	background-repeat:no-repeat;
	background-position:12px center;
}
	
#SP_life .SPlife_menu_phone{
	display:none;
}				

/*-------------------------------------------creer------------------------------------------------*/

#SP_life .SPlife_content{
	width:810px;
	float:right;
}
	
#SP_life .SPlife_content p{
	font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
	font-size:14px;
	line-height:1.6;
	color:#666;
}
	
#SP_life .SPlife_content .SPlife_img{
	text-align:center;
	padding:40px 0;
}
	
#SP_life .SPlife_content .SPlife_point{
	padding:20px 0;
	overflow:hidden;
}	
	
#SP_life .SPlife_content .SPlife_point h4{
	font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
	font-size:36px;
	line-height:1.6;
	text-align:center;
}
	
#SP_life .SPlife_content .SPlife_point p{
	font-size:24px;
	line-height:1.6;
	color:#666;
	text-align:center;
	padding-bottom:20px;
}
	
#SP_life .SPlife_content .SPlife_point h6{
	width:408px;
	height:41px;
	color:#FFF;
	font-size:16px;
	line-height:41px;
	text-indent:30px;
	background-image:url(images/desktop/lifeatSP_title.jpg);
}
	
#SP_life .SPlife_content article{
	font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
	font-size:14px;
	line-height:1.6;
	color:#666;
	padding:20px 0;
}	
	
#SP_life .SPlife_content ul{
	list-style:none;
	overflow:hidden;
}	
	
#SP_life .SPlife_content li{
	width:50%;
	font-size:14px;
	line-height:2;
	color:#666;
	font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
	padding:0;
	float:left;
}	
		 	
/*--------------------------------------------employee-------------------------------------------------*/	

#SP_life .SPlife_content .activities{
	width:810px;
	height:50px;
	line-height:50px;
	overflow:hidden;
	background-color:#012951;
}		

#SP_life .SPlife_content .activities h4{
	display:block;
	width:300px;
	height:50px;
	font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
	font-size:18px;
	color:#FFF;
	text-indent:20px;
	float:left;
}
	
#SP_life .SPlife_content .activities p{
	display:block;
	width:100px;
	height:50px;
	font-size:16px;
	line-height:50px;
	color:#3673af;
	float:right;
}	
	
#SP_life .SPlife_content .activities_trip{
	clear:both;
	padding-bottom:50px;
	overflow:hidden;
}
	
#SP_life .SPlife_content .activities_trip .trip_img{
	width:400px;
	padding:20px 0;
	float:left;
}
	
#SP_life .SPlife_content  .activities_trip p{
	width:410px;
	font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
	font-size:14px;
	text-align:justify;
	line-height:1.6;
	padding:20px 0;
	float:left;
}

/*---------------------------------------join us--------------------------------------------*/

#SP_life .SPlife_content .join_banner{
	width:810px;
	height:102px;
}
	
#SP_life .SPlife_content .join_us{
	width:810px;
	padding-top:16px;
}	
	
#SP_life .SPlife_content .join_us .job_search{
	width:810px;
	padding:16px 0;
	border-bottom:1px solid #88e3fb;
}
	
#SP_life .SPlife_content .join_us .job_search table{
	width:810px;
}
	
#SP_life .SPlife_content .join_us .job_search td{
	height:24px;
	text-align:center;
	font-size:14px;
	color:#003366;
	font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
	vertical-align:middle;
}
	
#SP_life .SPlife_content .join_us .job_search .styled-select {
	width:95%;
    height: 32px;
    overflow: hidden;
	background-image:url(images/desktop/new_arrow.png);
	background-color:#dbdbdb;
	background-repeat:no-repeat;
	background-position:right;
	background-size:20px 14px;
	border:none;
	border-radius:0px;
}	
	
#SP_life .SPlife_content .join_us .job_search .styled-select select{
	background: transparent;
	width:100%;
	padding:5px 10px 5px 10px;
	font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
	font-size: 14px;
	color:#003366;
	border: none;
	border-radius:16px;
	height: 32px;  
	-webkit-appearance: none;
	-ms-appearance: none; 
	-moz-appearance: none; 
}	
	
#SP_life .SPlife_content .join_us .job_search td span{
	font-size:14px;
}
	
#SP_life .SPlife_content .join_us .job_search td a{
	display:block;
	width:100%;
	height:30px;
	line-height:30px;
	font-size:16px;
	text-decoration:none;
	color:#FFF;
	background-color:#00ccff;
	text-align:center;
	border-radius:15px;
}	
	
#SP_life .SPlife_content .join_us .job_search td a:hover{
	background-color:#58d3fc;
}	
	
#SP_life .SPlife_content .join_us .job_offer{
	width:810px;
	padding:16px 0;
	border-bottom:1px solid #88e3fb;
}
	
#SP_life .SPlife_content .join_us .job_offer table{
	width:810px;
}
	
#SP_life .SPlife_content .join_us .job_offer td{
	padding:8px 12px 0 0;
	line-height:1.6;
	text-align:left;
	font-size:14px;
	color:#003366;
	font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
	vertical-align:middle;
}
	
#SP_life .SPlife_content .join_us .job_offer td span{
	color:#0099ff;
}	
	
#SP_life .SPlife_content .join_us .job_offer td a{
	display:block;
	width:100%;
	height:30px;
	line-height:30px;
	font-size:14px;
	text-decoration:none;
	color:#00ccff;
	text-align:center;
	background-color:#fff;
	border:1px solid #00ccff;
}
	
#SP_life .SPlife_content .join_us .job_offer td a:hover{
	background-color:#00ccff;
	color:#FFF;
}
	
#SP_life .SPlife_content .join_us .page{
	clear:both;
	overflow:hidden;
	width:132px;
	margin:0 auto;
	padding-top:24px;
}	
	
#SP_life .SPlife_content .join_us .page ul{
	float:left;
	list-style:none;
}
	
#SP_life .SPlife_content .join_us .page li{
	width:16px;
	float:left;
}
	
#SP_life .SPlife_content .join_us .page li a{
	display:block;
	width:16px;	
	font-size:14px;
	color:#003366;
	text-decoration:none;
	text-align:center;
	height:16px;
	line-height:16px;
}
	
#SP_life .SPlife_content .join_us .page li a:hover{
	color:#0099ff;
}	
									
#SP_life .SPlife_content .join_us .page .prev{
	float:left;
	text-indent:-9999px;
}
	
#SP_life .SPlife_content .join_us .page .prev a{
	display:block;
	padding:0 16px;
	background-image:url(images/desktop/list_point_03.png);
	background-repeat:no-repeat;
	background-position:center center;
}		
	
#SP_life .SPlife_content .join_us .page .next{
	float:left;
	text-indent:-9999px;
}	
	
#SP_life .SPlife_content .join_us .page .next a{
	display:block;
	padding:0 16px;
	background-image:url(images/desktop/list_point_04.png);
	background-repeat:no-repeat;
	background-position:center center;
}	
	
#SP_life .SPlife_content .join_us .job_search_phone{
	display:none;
}		

/*----------------------------------------map---------------------------------------------*/

#SP_life .SPlife_content_map{
	width:750px;
	float:right;
}
	
#SP_life .SPlife_content_map h5{
	width:750px;
	height:60px;
	line-height:60px;
	text-indent:24px;
	color:#003366;
	font-size:16px;
	background-image:url(images/desktop/company_map_point.jpg);
	background-repeat:no-repeat;
	background-position:left center;
}	
	
#SP_life .SPlife_content_map .way{
	width:750px;
	padding-top:30px;
	overflow:hidden;
}
	
#SP_life .SPlife_content_map .way .how{
	width:100%;
	float:left;
}		
	
#SP_life .SPlife_content_map .way .contact_us{
	width:100%;
	float:left;
}
	
#SP_life .SPlife_content_map .way td{
	height:60px;
	font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
	font-size:14px;
	line-height:1.6;
	color:#666;
	text-indent:8px;
	text-align:left;
	vertical-align: middle;
}			
	
/*-----------------------------------------æŠ•è³‡äºº-----------------------------------------------*/

#INVESTMENT_CONTENT{
	width:960px;
	margin:0 auto;
	overflow:hidden;
	padding:250px 0 150px 0;
	font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
}

#INVESTMENT_CONTENT .in_meun{
	float:left;
	width:140px;
}
	
#INVESTMENT_CONTENT .in_meun h4{
	height:60px;
	line-height:60px;
	font-size:22px;
	color:#05b0dc;
	border-bottom:1px solid #05b0dc;
	letter-spacing:6px;
}
	
#INVESTMENT_CONTENT .in_meun ul{
	list-style:none;
	padding:10px 0;
}
	
#INVESTMENT_CONTENT .in_meun li{
	height:36px;
}	

#INVESTMENT_CONTENT .in_meun li a{
	display:block;
	height:36px;
	line-height:36px;
	font-size:16px;
	text-decoration:none;
	color:#053a5c;
	padding-left:20px;
	background-image:url(images/desktop/list_point_02.png);
	background-repeat:no-repeat;
	background-position:0px 11px;
}
	
#INVESTMENT_CONTENT .in_meun li a:hover{
	color:#42d1e4;
	background-image:url(images/desktop/list_point_01.png);
}
	
#INVESTMENT_CONTENT .in_meun li .click{
	display:block;
	height:36px;
	line-height:36px;
	font-size:16px;
	text-decoration:none;
	color:#42d1e4;
	padding-left:20px;
	background-image:url(images/desktop/list_point_01.png);
	background-repeat:no-repeat;
	background-position:0px 11px;
}	
	
#INVESTMENT_CONTENT .in_meun_phone{
	display:none;
}			
			
#INVESTMENT_CONTENT .in_content{
	float:right;
	width:682px;
}	

#INVESTMENT_CONTENT .in_content .title{
	width:682px;
	overflow:hidden;
	clear:both;
}

#INVESTMENT_CONTENT .in_content .title h5{
	height:60px;
	line-height:60px;
	font-size:22px;
	color:#053a5c;
	letter-spacing:2px;
	float:left;
}
	
#INVESTMENT_CONTENT .in_content .in_title p{
	font-size:13px;
	line-height:1.8;
	color:#000;
	text-align:justify;
	padding-bottom:20px;
}	
	
#INVESTMENT_CONTENT .in_content .in_title h6{
	height:60px;
	line-height:60px;
	font-size:18px;
	color:#053a5c;
}	
	
#INVESTMENT_CONTENT .in_content .in_title h4{
	height:40px;
	line-height:40px;
	font-size:16px;
	padding:0 10px;
	color:#053a5c;
	background-color:#e0e0e0;
}	
	
#INVESTMENT_CONTENT .in_content .in_title ul{
	background-color:#e0e0e0;
	padding:26px 40px;
	list-style:decimal;
}	
	
#INVESTMENT_CONTENT .in_content .in_title li{
	font-size:13px;
	line-height:1.8;
	color:#000;
}	

#INVESTMENT_CONTENT .in_content .title .select{
	overflow:hidden;
	float:right;
}
	
#INVESTMENT_CONTENT .in_content .title .select p{
	width:74px;
	height:60px;
	color:#053a5c;
	line-height:60px;
	float:left;
}	
	
#INVESTMENT_CONTENT .in_content .title .styled-select{
	width:54px;
    height: 20px;
    overflow: hidden;
	background-image:url(images/desktop/new_arrow.png);
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:right;
	background-size:10px 7px;
	border:0px solid #999;
	float:right;
	margin:18px 0 0 0;
}	
	
#INVESTMENT_CONTENT .in_content .title .styled-select select{
	background: transparent;
	width: 54px;
	padding:0px 0px 0px 4px;
	font-size: 14px;
	font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
	color:#053a5c;
	height: 20px;  
	-webkit-appearance: none;
	-ms-appearance: none; 
	-moz-appearance: none; 
}

#INVESTMENT_CONTENT .in_content .info_table_phone{
	display:none;
}	
	
#INVESTMENT_CONTENT .in_content .info_table{
	width:682px;
}		
	
#INVESTMENT_CONTENT .in_content table{
	width:682px;
	padding-top:20px;
	margin-bottom:50px;
}
	
#INVESTMENT_CONTENT .in_content .list_title{
	height:48px;
	font-size:14px;
	color:#053a5c;
	background-color:#e0e0e0;
	border-top:1px solid #999;
	text-align:center;
	vertical-align:middle;
	padding:8px;
}
	
#INVESTMENT_CONTENT .in_content .list_title_02{
	height:48px;
	font-size:13px;
	color:#053a5c;
	background-color:#fff;
	border-top:1px solid #ccc;
	text-align:center;
	vertical-align:middle;
	padding:12px 8px;
	line-height:1.5;
}	
	
#INVESTMENT_CONTENT .in_content .list_title span{
	color:#C03;
	font-size:18px;
}			

#INVESTMENT_CONTENT .in_content .list_content{
	height:54px;
	font-size:14px;
	color:#053a5c;
	background-color:#fff;
	border-bottom:1px solid #dbdbdb;
	text-align:center;
	vertical-align:middle;
}
	
#INVESTMENT_CONTENT .in_content .list_content .btn{
	display:block;
	width:140px;
	height:32px;
	line-height:17px;
	margin:0 auto; 
	text-align:center;
	background-color:#66ccff;
	color:#053a5c;
	text-decoration:none;
	border-radius:16px;
}	
	
#INVESTMENT_CONTENT .in_content .list_content .btn:hover{
	background-color:#98dbfd;
}
	
#INVESTMENT_CONTENT .in_content .in_title table{
	margin:10px 0;
}	
	
#INVESTMENT_CONTENT .in_content .in_title td{
	height:46px;
	text-align:left;
	vertical-align:middle;
	color:#666;
	padding:8px;
}
	
#INVESTMENT_CONTENT .in_content .in_title td textarea{
	width:400px;
	height:60px;
	padding:8px;
	background-color:#e0e0e0;
	border:none;
}
	
#INVESTMENT_CONTENT .in_content .in_title td input{
	width:400px;
	height:30px;
	padding:8px;
	background-color:#e0e0e0;
	border:none;
}
	
#INVESTMENT_CONTENT .in_content .in_title .send_btn a{
	display:block;
	width:100px;
	height:32px;
	text-align:center;
	line-height:32px;
	text-decoration:none;
	font-size:16px;
	background-color:#66ccff;
	color:#053a5c;
	border-radius:16px;
	margin:0 0 0 140px; 
}	
	
#INVESTMENT_CONTENT .in_content .in_title .send_btn a:hover{
	background-color:#98dbfd;
}	
		
/*-------------------------------------------åˆ©å®³äºº---------------------------------------------------*/

#INVESTMENT_CONTENT .in_content_02{
	float:none;
	width:960px;
}	

#INVESTMENT_CONTENT .in_content_02 .title{
	width:960px;
	overflow:hidden;
	clear:both;
	padding-top:60px;
}

#INVESTMENT_CONTENT .in_content_02 .title h5{
	height:60px;
	line-height:60px;
	font-size:24px;
	color:#66ccff;
	letter-spacing:2px;
	float:none;
}	
	
#INVESTMENT_CONTENT .in_content_02 .title ul{
	list-style:none;
}	
	
#INVESTMENT_CONTENT .in_content_02 .title li{
	font-size:14px;
	line-height:1.8;
	color:#666;
}	
	
#INVESTMENT_CONTENT .in_content_02 .in_title p{
	font-size:13px;
	line-height:1.8;
	color:#000;
	text-align:justify;
	padding-bottom:20px;
}
	
#INVESTMENT_CONTENT .in_content_02 .in_title .styled-select{
	width:800px;
    height:30px;
    overflow: hidden;
	background-image:url(images/desktop/new_arrow.png);
	background-color:#e0e0e0;
	background-repeat:no-repeat;
	background-position:right;
	background-size:20px 14px;
	float:none;
	border:none;
	margin:0px 0 0 0;
}	
	
#INVESTMENT_CONTENT .in_content_02 .in_title .styled-select select{
	background: transparent;
	width: 800px;
	padding:0px 0px 0px 4px;
	font-size: 14px;
	font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
	color:#053a5c;
	height:30px;
	border:none;
	-webkit-appearance: none;
	-ms-appearance: none; 
	-moz-appearance: none; 
}	

#INVESTMENT_CONTENT .in_content_02 .info_table_phone{
	display:none;
}	
	
#INVESTMENT_CONTENT .in_content_02 .info_table{
	width:960px;
}		
	
#INVESTMENT_CONTENT .in_content_02 table{
	width:960px;
	padding-top:20px;
	margin-bottom:50px;
}

#INVESTMENT_CONTENT .in_content_02 .in_title table{
	margin:10px 0;
}	
	
#INVESTMENT_CONTENT .in_content_02 .in_title td{
	height:46px;
	text-align:left;
	vertical-align:middle;
	color:#666;
	padding:8px;
	font-size:14px;
}
	
#INVESTMENT_CONTENT .in_content_02 .in_title td textarea{
	width:800px;
	height:60px;
	padding:8px;
	background-color:#e0e0e0;
	border:none;
}
	
#INVESTMENT_CONTENT .in_content_02 .in_title td input{
	width:800px;
	height:30px;
	padding:8px;
	background-color:#e0e0e0;
	border:none;
}
	
#INVESTMENT_CONTENT .in_content_02 .in_title .send_btn a{
	display:block;
	width:100px;
	height:32px;
	text-align:center;
	line-height:32px;
	text-decoration:none;
	font-size:16px;
	background-color:#66ccff;
	color:#053a5c;
	border-radius:16px;
	margin:0 auto; 
}	
	
#INVESTMENT_CONTENT .in_content_02 .in_title .send_btn a:hover{
	background-color:#98dbfd;
}	
	
/*----------------------------------------news_list---------------------------------------------*/

#news_list{
	width:1080px;
	padding:250px 0 150px 0;
	margin:0 auto;
}
	
#news_list h3{
	font-size:44px;
	text-align:center;
	color:#00ccff;
	padding-top:0px;
}
	
#news_list .news{
	width:1080px;
	padding-top:60px;
	overflow:hidden;
}	
	
#news_list .news_left{
	width:180px;
	float:left;
}
	
#news_list .news_left h4{
	display:block;
	width:180px;
	height:48px;
	background-color:#00ccff;
	font-size:24px;
	color:#b3fafa;	
	text-align:center;
	line-height:48px;
	border-radius:24px 24px 0 0;
	border-bottom:1px solid #FFF;
}
	
#news_list .news_left .year_menu{
	width:180px;
	padding:24px 16px 32px 16px;
	border-radius:0 0 24px 24px;
	background-color:#b3fafa;
}
	
#news_list .news_left .year_menu ul{
	list-style:none;
}	
	
#news_list .news_left .year_menu li{
	height:48px;
	text-align:center;
	border-bottom:1px solid #88e3fb;
}
	
#news_list .news_left .year_menu li:last-child{
	border-bottom:none;
}		
	
#news_list .news_left .year_menu li a{
	display:block;
	width:148px;
	height:48px;
	font-size:20px;
	color:#00ccff;
	line-height:48px;
	text-decoration:none;
	background-image:none;
}	
	
#news_list .news_left .year_menu li a:hover{
	color:#003366;
	background-image: url(images/desktop/news_menu_select.png);
}	

.year_menuchk{
	color:#003366;
	background-image: url(images/desktop/news_menu_select.png);
}	
		
#news_list .news_left .year_menu_phone{
	display:none;
}		

#news_list .news_right{
	width:816px;
	float:right;
}
	
#news_list .news_right .news_item{
	padding-bottom:35px;
}	
	
#news_list .news_right .news_item h5{
	font-size:18px;
	font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
	color:#003366;
	line-height:1.6;
	padding-bottom:16px;
}	
	
#news_list .news_right .news_item article{
	color:#666;
	font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
	font-size:13px;
	line-height:1.4;
}
	
#news_list .news_right .news_item .news_more{
	width:816px;
	padding:16px 0 24px 0;
	border-bottom:1px solid #99ffff;
	overflow:hidden;
}
	
#news_list .news_right .news_item .news_more a{
	width:80px;
	height:24px;
	font-size:16px;
	line-height:24px;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	background-color:#00ccff;
	background-image:url(images/desktop/more.png);
	background-repeat:no-repeat;
	background-position:60px center;
	border-radius:12px;
	float:right;
}	
	
#news_list .news_right .news_item .news_more a:hover{
	background-color:#0496bb;
}			

/*----------------------------------------news_detail---------------------------------------------*/

#news_list .visul_area{
	overflow:hidden;
}
	
#news_list .visul_area .visul{
	width:400px;
	height:auto;
	float:left;
}	
	
#news_list .visul_area .visul_text{
	display:table;
	padding-left:60px;
	width:620px;
	text-align:left;
	padding-top:0%;
}	
	
#news_list .visul_area .visul_text .text{
	display:table-cell;
	height:400px;
	vertical-align:middle;
}	
	
#news_list .visul_area .visul_text .text h4{
	font-size:24px;
	line-height:1.3;
	color:#00ccff;
	padding-bottom:8px;
}

#news_list .visul_area .visul_text .text h5{
	font-size:30px;
	line-height:1.3;
	color:#003366;
}		
	
#news_list .visul_area .visul_text .text p{
	font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
	font-size:14px;
	color:#00ccff;
	text-align:left;
	padding:15px 0;
}	

#news_list .html_edit_area{
	width:1080px;
	clear:both;
	padding:70px 0;
}
	
#news_list .html_edit_area .set{
	padding-bottom:20px;
}	
	
#news_list .html_edit_area p strong{
	font-size:20px;
	line-height:1.4;
	color:#003366;
	padding-bottom:10px;
}		
	
#news_list .html_edit_area h5{
	font-size:20px;
	line-height:1.4;
	color:#003366;
	padding-bottom:10px;
}	
	
#news_list .html_edit_area p{
	font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
	font-size:13px;
	line-height:1.6;
	color:#666;
	padding-bottom:10px;
}

#news_list .html_edit_area  span{
	line-height:1.6;
	color:#666;
	padding-bottom:10px;
}	
	
#news_list .share_N_like{
	width:1080px;
}		

#news_list .share_N_like p{
	font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
	color:#900;
	padding-top:16px;
}

/*----------------------news selected 20200514--------------------------*/	

.news_con{
	float: left;
	width: 50%;
}

.news_ind{
	float: right;
	width: 50%;
}

.news_con h6, .news_ind h6{
	font-family: 'Roboto',Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”",  sans-serif;
	text-align: center;
	color: #08688f;
	padding:40px 0 16px 0;
	font-size: 26px;
}

.news_s_img{
	width: 360px;
	height: 360px;
	margin: 0 auto;
	border-radius: 30px;
	overflow: hidden;
}

.news_s_img a{
	display: block;
	width: 100%;
	opacity: 1;
}

.news_s_img a:hover{
	opacity: .85;
}

.news_s_img img{
	width: 100%;
	height: auto;
}

.news_s_btn{
	width: 160px;
	margin: 40px auto 0 auto;
}

.news_s_btn a{
	display: block;
	width: 100%;
	padding:12px 8px;
	text-align: center;
	background-color: #00ccff;
	border-radius:20px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	opacity: 1;
}

.news_s_btn a:hover{
	opacity: .75;
}

/*------------------------20200515 industrial--------------------*/

#news_list .news_menu .news_time{
	margin: 0 15px;
}

#news_list .news_menu .news_time ul{
	display: flex;
}

#news_list .news_menu .news_time ul li{
	font-size: 18px;
}

#news_list .news_menu .news_time ul li:nth-child(1) a{
	color:#053a5c ;
}

#news_list .news_menu .news_time ul li:nth-child(2){
	padding-left: 10px;
}

#news_list .news_menu .news_time ul li a{
	color: #0da9da;
}

#news_list .news_menu .news_time ul li a:hover{
	color: #3abfe7;
}

#news_list .news_menu .row{
	margin-left: 0;
	margin-right: 0;
}

#news_list .news_menu .card-deck{
	margin-bottom: 60px;
}

#news_list .news_menu .card-deck .col-4{
	padding-left: 0;
	padding-right: 0;
	margin-right:8px;
	margin-left:8px;
}

#news_list .news_menu .card{
	border: 1px solid #8bd6ed;
	background-color: #fff;
	transition: all .3s ease;
}

#news_list .news_menu .card:hover{
	border: 1px solid #0da9da;
	background-color: #0da9da;
}

#news_list .news_menu .card a{
	text-decoration: none;
}

#news_list .news_menu .card .news_date{
	color:#a7a7a7;
	font-size: 16px;
}

#news_list .news_menu .card .card-body h5{
	font-family: 'Roboto',Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”",  sans-serif;
	font-size: 20px;
	line-height: 1.25;/*20200603*/
	color:#0da9da;
	padding-bottom: 12px;
	border-bottom:1px solid #8bd6ed;
}

#news_list .news_menu .card .card-body p{
	font-family: 'Roboto',Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”",  sans-serif;
	font-size: 14px;
	color:#666;
	line-height: 1.3;
	padding-bottom: 12px;
	border-bottom:1px solid #8bd6ed;
}

#news_list .news_menu .card .card-body .btn{
	line-height: 1;
}

#news_list .news_menu .card .card-body .news_card_btn{
	margin-top: 12px;
	border:1px solid #8bd6ed;
	font-size: 24px;
	color:#0da9da ;
	font-weight: 700;
}

#news_list .news_menu .card:hover .news_date{
	color:#fff;
}

#news_list .news_menu .card:hover .card-body h5{
	color:#fff ;
	border-bottom:1px solid #81d2ec;
}

#news_list .news_menu .card:hover .card-body p{
	color:#fff ;
	border-bottom:1px solid #81d2ec;
}

#news_list .news_menu .card:hover .card-body .news_card_btn{
	border:1px solid #fff;
	background-color: #fff;
}

/*----------------20200603 news industrial---------------*/

#news_list .ind_news_d h4{ 
	font-family: 'Roboto',Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”",  sans-serif;
	font-size: 32px;
	color:#204b76;
	line-height: 1.4;
}

#news_list .ind_news_d .news_date{ 
	font-family: 'Roboto',Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”",  sans-serif;
	font-size: 16px;
	color:#00aaff;
}

#news_list .ind_news_d p{ 
	font-family: 'Roboto',Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”",  sans-serif;
	font-size: 16px;
	line-height: 1.6;
	text-align: justify;
	padding-top:22px;
}

#news_list .ind_news_d p em{
	font-style: italic;
	color:#777;
}

#news_list .ind_news_d p b{
	font-weight:700; 
}

#news_list .ind_news_d p span{
	color: #0099ff;
}

#news_list .ind_news_d .newsimg{
	width: 80%;
	margin: 0 auto;
	padding: 16px 0;
	text-align: center;
}

#news_list .ind_news_d .newsimg img{
	width: 100%;
	height: auto;
}

#news_list .ind_news_d h5{
	font-size: 24px;
	text-align: left;
	color:#00ccff;
}

#news_list .ind_news_d ul{
	list-style: disc;
	margin-left: 18px;
}

#news_list .ind_news_d ul li{
	padding: 6px 0px;
	font-size: 16px;
}

/*-------------------------------------------------------------*/
								
/*-------------------------------------Company and Brand---------------------------------*/

#news_list .CP_area{
	width:960px;
	overflow:hidden;
	padding:60px 0 10px 0;
	margin:0 auto;
	clear:both;
}

#news_list .CP_area h4{
	font-size:28px;
	line-height:1.4;
	color:#003366;
}
	
#news_list .CP_area article{
	font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
	font-size:13px;
	color:#666;
	line-height:1.6;
	padding:15px 0 10px 0;
}	
	
#news_list .CP_area .CP_man{
	text-align:center;
}
	
#news_list .CP_area .text{
	float:left;
	width:700px;
}
	
#news_list .CP_area .CP_tree{
	float:right;
	width:235px;
	padding-top:50px;
}	
	
#news_list .CP_area .text h4{
	font-size:28px;
	line-height:1.4;
	color:#003366;
}
	
#news_list .CP_area .text article{
	font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
	font-size:13px;
	color:#666;
	line-height:1.6;
	padding:15px 0 10px 0;
}
	
#news_list .CP_area .CP_map{
	text-align:center;
}	
	
#news_list .CP_area .CP_video{
	width:720px;
	margin:0 auto;
	padding-top:40px;
}
	
/*-------------------------------------milestones---------------------------------*/
/*----------------------------0726-----------------------------*/

#news_list .mil ul{
	width:960px;
	list-style:none;
	margin:40px auto 40px auto;
	overflow:hidden;
}

#news_list .mil li{
	display:block;
	width:120px;
	height:30px;
	margin:10px 0;
	border-right:1px solid #00ccff;
	background-color:#fff;
	float:left;
}

#news_list .mil li:nth-child(8n){
	border-right:none;
}

#news_list .mil li a{
	display:block;
	text-align:center;
	color:#00ccff;
	font-size:18px;
	line-height:30px;
	text-decoration:none;
}

#news_list .mil li a:hover{
	color:#029bc1;
}

/*-----------------------------------------------------*/

#news_list .years_award{
	width:960px;
	margin:0 auto;
	padding-top:60px;
}
	
#news_list .years_award h4{
	font-size:36px;
	color:#00ccff;
	text-align:center;
	padding:16px 0;
}
	
#news_list .years_award p{
	display:block;
	width:820px;
	text-align:center;
	font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
	font-size:16px;
	line-height:1.8;
	color:#003366;
	padding-bottom:40px;
	margin:0 auto;
}	
	
#news_list .years_award table{
	font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
	width:960px;
	margin:0 auto;
	border:none;
	border-bottom:none;
}
	
#news_list .years_award td{
	height:auto;
	padding:10px;
	vertical-align:middle;
	border-bottom:none;
}	
	
#news_list .years_award .award_pic{
	width:120px;
	text-align:center;
	border-right:none;
}	
	
#news_list .years_award .award_pic_none_b{
	width:120px;
	text-align:center;
	background-color:#fff;
}
	
#news_list .years_award .award_pic_none_w{
	width:120px;
	text-align:center;
	background-color:#fff;
}	
		
#news_list .years_award .award_text_b{
	background:#ccffff;
	text-align:left;
	font-size:22px;
	color:#00ccff;
	font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
}	
	
#news_list .years_award .award_text_w{
	background:#fff;
	text-align:left;
	font-size:22px;
	color:#00ccff;
	font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
}	
	
#news_list .years_award span{
	font-size:13px;
	color:#333;
	line-height:1.4;
}		
	
/*------------------------------------contact us----------------------------------------*/

#news_list .map_bg_phone{
	display:none;
}
	
#news_list .map_phone_list{
	display:none;
}	

#news_list .map_bg{
	width:100%;
	height:auto;
}
	
/*----------------20171201-----------------*/

#news_list .map_bg .contact_new{
	overflow: hidden;
	width: 1080px;
	padding: 30px 0 30px 0;
	border-bottom: 1px solid #dbdbdb;
}

#news_list .map_bg .contact_new .info_us{
	overflow: hidden;
}

#news_list .map_bg .contact_new .info_us ul{
	list-style: none;
	overflow: hidden;
	padding-bottom: 15px;
}

#news_list .map_bg .contact_new .info_us ul li{
	float: left;
	height: 80px;
	line-height: 80px;
	font-size: 22px;
	color: 	#00aaee;
}

#news_list .map_bg .contact_new .info_us ul li:last-child{
	padding-left: 40px;
}

#news_list .map_bg .contact_new .info_us li img{
	width: 80px;
	height: 80px;
}

#news_list .map_bg .contact_new .left{
	float: left;
}

#news_list .map_bg .contact_new .right{
	float: right;
}

#news_list .map_bg .contact_new .info_us table{
	width: 400px;
}

#news_list .map_bg .contact_new .info_us table .tit:nth-child(even) td:first-child{
	border-right: 1px solid #dbdbdb;
}

#news_list .map_bg .contact_new .info_us table .tit:first-child td:first-child{
	border-right: 1px solid #dbdbdb;
}

#news_list .map_bg .contact_new .info_us table .tit td:first-child{
	padding-left: 0;
	padding-right: 10px;
}

#news_list .map_bg .contact_new .info_us table td{
	text-align: left;
	line-height: 1.6;
	font-size: 14px;
	color: 	#333;
	padding-left: 16px;
}

#news_list .map_bg .contact_new .info_us table td span{
	color:#00aaee; 
}

/*--------------20171201end----------------*/	
	
#news_list .map_bg .map{
	width:168px;
	position:relative;
}
	
#news_list .map_bg .Japan{
	position:absolute;	
	top:193px;
	left:565px;
	z-index: 9999;
}

#news_list .map_bg .Netherland{
	position:absolute;
	top:170px;
	left:2px;
}

#news_list .map_bg .Taiwan{
	position:absolute;
	font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
	top:228px;
	left:530px;
	z-index: 9998;
}

#news_list .map_bg .China{
	position:absolute;
	font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;	
	top:290px;
	left:356px;
	z-index: 9997;
}

#news_list .map_bg .USA{
	position:absolute;
	top:160px;
	left:800px;
}
	
#news_list .map_bg .Myanmar{
	position:absolute;
	top:227px;
	left:40px;
}

/*----------------20170705----------------*/

#news_list .map_bg .AUNZ{
	position:absolute;
	font-family:'ROBOTO';
	top:390px;
	left:570px;
}

#news_list .map_bg .MASI{
	position:absolute;
	font-family:'ROBOTO';
	top:358px;
	left:182px;
}

#news_list .map_bg .PH{
	position:absolute;
	font-family:'ROBOTO';
	top:344px;
	left:570px;
}	

/*----------------20170705 end----------------*/
		
#news_list .map_bg .aaa{
	width:300px;
}			
	
#news_list .map_bg .map .map_btn{
	width:100%;
}
	
#news_list .map_bg .map .map_btn h4{
	width:100%;
	height:24px;
	border:1px solid #e94f90;
}
	
#news_list .map_bg .map .map_btn h4 a{
	display:block;
	width:100%;
	height:24px;
	line-height:24px;
	color:#FFF;
	font-size:16px;
	text-align:center;
	text-decoration:none;
	background-color:#e94f90;
}	
	
#news_list .map_bg .map .map_btn h4 a:hover{
	background-color:#e86ea2;
}	
	
#news_list .map_bg .map .map_btn .map_info{
	display:none;
	width:100%;
	max-height:516px;
	background-color: rgba(249,152,193,1);
	padding:8px;
	text-align:center;
	border-top:1px solid #e94f90;
	border-radius:0 0 12px 12px;
	border:1px solid #e94f90;
	position:absolute;
	overflow: auto;
}				

#news_list .map_bg .map .map_btn .map_info h5{
	padding-bottom:8px;
	padding-top:8px;
	font-size:14px;
	line-height:1.6;
}
	
#news_list .map_bg .map .map_btn .map_info ul{
	list-style:none;
}	
	
#news_list .map_bg .map .map_btn .map_info li{
	font-size:12px;
	color:#FFF;
	line-height:1.6;
	padding:8px 0;
	text-align:left;
	border-top:1px dashed #fed1e4;
}
	
#news_list .map_bg .map .map_btn .map_info .left{
	width:45%;
	float:left;
}	
	
#news_list .map_bg .map .map_btn .map_info .right{
	width:45%;
	float:right;
}	
	
.map_info::-webkit-scrollbar {
	width: 8px;
}

.map_info::-webkit-scrollbar-track {
	background-color:#faaccd;
}

.map_info::-webkit-scrollbar-thumb {
	background-color:#e56199;
}

.map_info::-webkit-scrollbar-button {
	background-color:none;
}

.map_info::-webkit-scrollbar-corner {
	background-color:#f7cfe0;
}	
	
/*------------------------------------SP_Commitment-------------------------------------------*/		

#SP_Commitment{
	width:1080px;
	margin:0 auto;
	padding-bottom:120px;
}

#SP_Commitment h3{
	text-align:center;
	color:#00ccff;
	font-size:46px;
	padding:65px 0;
}

#SP_Commitment h5{
	font-size:26px;
	padding-bottom:30px;
	padding-left:18px;
	text-align:left;
	color:#1883af;
}

#SP_Commitment h5 span{
	font-size:50px;
	padding-right:16px;
	color:#0d4d68;
}

#SP_Commitment article{
	font-size:14px;
	line-height:1.6;
	padding-bottom:40px;
	padding-top:0px;
	padding-left: 20px;
	color:#213c64;
}

#SP_Commitment h6{
	font-size:22px;
	color:#00ccff;
	margin-bottom:15px;
}

#SP_Commitment h6:before{
	content:"";
	display:inline-block;
	width:6px;
	height:6px;
	margin-right:12px;
	margin-bottom:5px;
	border-radius:50%;
	background-color:#00ccff;
}
				
/*-------------------------sharing------------------------------*/	

.sharing_phone{
	display: none;
}
				
/*------------------------------------------page end---------------------------------------------*/
	
/*--------------------------------------------phone style-----------------------------------------------*/

@media screen and (max-width: 768px) , screen and  (orientation: portrait) and (max-width:1080px){

	*{
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
		
	html,body{
		background-color:#FFF;
		font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
		font-size:13px;
		-webkit-text-size-adjust:none;
	}
	
	/*-----------------------------------------desktop header---------------------------------------------*/	
	
	#NAV{display:none;}
	#SIDE{display:none;}

	/*-----------------------------------------desktop header end--------------------------------------------*/

	/*-------------------------------------------page-------------------------------------------*/

	/*-----------------------------------------banner---------------------------------------------------*/

	#SP_life_BANNER{
		width:100%;
		height:auto;
		padding-top:60px;
	}
		
	#SP_life_BANNER img{
		width:100%;
		height:auto;
	}	
	
	/*-------------------------sharing------------------------------*/	

	.sharing_phone{
		display: block;
		width: 100%;
		padding:0px 0 0 0 ;
		background-color: #81e3fb;
		border-bottom: 1px solid #00ccff;
		border-radius: 0 0 28px 0;
		overflow: hidden;
		z-index: 1;
		position: fixed;
		top: -60px;
		left: 0;
		right: 0;
		opacity: 0.85;
	}

	.sharing_phone h6{
		width: 112px;
		height: 56px;
		line-height: 56px;
		float: right;
		color:#fff;
		background-color: #003366;
		text-align: left;
		padding: 0px 10px 0 10px;
		font-size: 12px;
		border-radius: 0 0 28px 0;
	}

	.sharing_phone h6 img{
		margin:0 4px;
		height: 12px;
		width: auto; 
		opacity: 0.6;
	}

	.sharing_phone ul{
		height: 56px;
		list-style: none;
		margin-left:10px;
		float: left;
	}

	.sharing_phone ul li{
		display: inline-block;
		width: 44px;
		height: 36px;
		margin-top:9px; 
		text-align: left;
	}

	.sharing_phone ul li img{
		width: 38px;
		height: 38px;
	}

	.sharing_phone ul li a{
		opacity: 1;
	}

	/*---------------------------------------------------------------*/		
		
	/*-----------------------------------------content---------------------------------------------------*/
	/*--------------------------ç™»å…¥é&nbsp;pup--------------------------------*/
	
	.mcbg{
		width: 90%;
		margin:0 auto;
		background-color: #fff;
		opacity:1;
		border-radius:0px;
		padding-left: 3%;
		border: 1px solid #00ccff;
		box-shadow: 6px 6px 10px #ccc;
		position: absolute;
		top:45%;
		left: 5%;
	}

	.mcbg .mcpup_x{
		width: 30px;
		height: 30px;
		right: 10px;
		color: #fff;
		top: 20px;
		position: absolute;
		cursor: pointer;
		background-color: #00ccff;
		border-radius: 50%;
		text-align: center;
		padding-top: 5px;
	}

	.mcpup{
		position: relative;
	}
	
	/*-----------------------------------------ç™»å…¥é&nbsp;--------------------------------------------*/
	
	#MC_CONTENT{
		width:90%;
		margin:0 auto;
		padding:20% 0 20% 0;
	}
	
	/*-------------------------1107 CSSä¿®æ”¹----------------------------*/
	
	#MC_CONTENT .mc_title{
		padding:0 0 8% 0;
		overflow:hidden;
	}
		
	#MC_CONTENT .mc_title h2{
		display:block;
		width:100%;
		height:45px;
		line-height:45px;
		float:left;
		font-size:32px;
		color:#00ccff;
		border-right:none;
	}
	
	#MC_CONTENT .mc_title p{
		display:block;
		width:100%;
		height:auto;
		font-size:14px;
		line-height:1.3;
		padding-left:0px;
		padding-top:6px;
		float:left;
	}	

	#MC_CONTENT .mc_title ul{
		width: 400px;
		float:left;
		padding-left:20px;
		padding-top:16px;
		list-style: disc;
	}	

	#MC_CONTENT .mc_title li:nth-child(1),#MC_CONTENT .mc_title li:nth-child(2){
		color:#F06;
	}
	
	/*-----------------------------------------------------*/
	
	#MC_CONTENT .mc_registration{
		clear:both;
		width:100%;
		overflow:hidden;
	}

	#MC_CONTENT .mc_registration .left{
		width:100%;
		float:none;
	}
		
	#MC_CONTENT .mc_registration h4{
		height:60px;
		line-height:60px;
		font-size:24px;
		color:#00ccff;
		padding-bottom:10px;
	}
		
	#MC_CONTENT .mc_registration .mc_account{
		padding-top:0px;
		padding-bottom:20px;
	}
	
	#MC_CONTENT .mc_registration .mc_password{
		padding-top:10px;
		padding-bottom:30px;
	}
		
	#MC_CONTENT .mc_registration .mc_login{
		width:140px;
		height:36px;
		padding-left:0px;
		margin:0 auto;
	}	
		
	#MC_CONTENT .mc_registration .mc_login a{
		display:block;
		width:140px;
		height:36px;
		line-height:36px;
		font-size:16px;
		text-align:center;
		text-decoration:none;
		color:#00ccff;
		background-color:#FFF;
		border:1px solid #00ccff;
		border-radius:18px;
	}	
		
	#MC_CONTENT .mc_registration .mc_login a:hover{
		color:#FFF;
		background-color:#00ccff;
	}
		
	#MC_CONTENT .mc_registration .left p{
		padding-left:0px;
		text-align:center;
		padding-top:16px;
	}	
		
	#MC_CONTENT .mc_registration .left p a{
		font-size:13px;
		text-decoration:none;
		color:#62defd;
		letter-spacing:1px;
	}
		
	#MC_CONTENT .mc_registration .left p a:hover{
		color: #95e8fd;
	}					
		
	#MC_CONTENT .mc_registration .left input{
		width:100%;
		height:32px;
		font-size:14px;
		color:#999;
		background-color:#dbdbdb;
		padding:8px;
		border:none;
	}	
		
	#MC_CONTENT .mc_registration .right{
		width:100%;
		float:none;
		overflow:hidden;
	}		
		
	#MC_CONTENT .mc_registration .mc_fb_login {
		height:22px;
		line-height:22px;
		display: block;
		font-size:14px;
		float:left;
	}	
		
	#MC_CONTENT .mc_registration .fb_login{
		float:left;
	}	
		
	#MC_CONTENT .mc_registration .fb_login a{
		display: block;
		width:75px;
		height:22px;
		background-image:url(images/desktop/member_center_like.jpg);
		background-position:right center;
		background-repeat:no-repeat;		
	}
		
	#MC_CONTENT .mc_registration .mc_mail_login{
		clear:both;
		padding-top:20px;
		padding-bottom:30px;
		font-size:14px;
	}
		
	#MC_CONTENT .mc_registration .mail_login{
		font-size:14px;
	}	
		
	#MC_CONTENT .mc_registration .right input{
		width:100%;
		height:32px;
		font-size:14px;
		color:#999;
		background-color:#dbdbdb;
		padding:8px;
		border:none;
	}	
		
	#MC_CONTENT .mc_registration .mc_lan{
		padding-top:30px;
		padding-bottom:20px;
	}		
		
	.mc_lan .styled-select {
		width:100%;
		height: 32px;
		overflow: hidden;
		background-image:url(images/desktop/new_arrow.png);
		background-color:#dbdbdb;
		background-repeat:no-repeat;
		background-position:right;
		border:none;
		border-radius:0px;
	}	
		
	.mc_lan .styled-select select{
		background: transparent;
		width: 100%;
		padding:5px 10px 5px 10px;
		font-size: 14px;
		color:#999;
		border: none;
		border-radius:16px;
		height: 32px;  
		-webkit-appearance: none;
		-ms-appearance: none; 
		-moz-appearance: none; 
	}
		
	#MC_CONTENT .mc_registration .right p{
		width:100%;
		font-size:14px;
		color:#F06;
		line-height:1.4;
		padding-bottom:24px;
	}
		
	#MC_CONTENT .mc_registration .mc_next{
		width:140px;
		height:36px;
		margin:0 auto;
	}	
		
	#MC_CONTENT .mc_registration .mc_next a{
		display:block;
		width:140px;
		height:36px;
		line-height:36px;
		font-size:16px;
		text-align:center;
		text-decoration:none;
		color:#00ccff;
		background-color:#FFF;
		border:1px solid #00ccff;
		border-radius:18px;
	}	
		
	#MC_CONTENT .mc_registration .mc_next a:hover{
		color:#FFF;
		background-color:#00ccff;
	}	
	
	/*-----------------------------------------ç™»å…¥é&nbsp;--------------------------------------------*/	

	/*-------------------------------------------SP life--------------------------------------------*/

	/*-----------------------------------------SP life menu---------------------------------------*/

	#SP_life{
		width:90%;
		margin:0 auto;
		padding:50px 0 80px 0;
		overflow:hidden;
	}
		
	#SP_life .SPlife_menu{
		display:none;
	}
		
	#SP_life .SPlife_menu_phone{
		display:block;
		width:100%;
		margin:0 auto;
		padding-bottom:25px;
	}
		
	#SP_life .SPlife_menu_phone h5{
		text-align:center;
		color:#00ccff;	
		font-size:44px;
		padding-bottom:15px;
	}
		
	#SP_life .SPlife_menu_phone .styled-select{
		width:100%;
		height: 32px;
		overflow: hidden;
		background-image:url(images/desktop/new_arrow.png);
		background-color:#dbdbdb;
		background-repeat:no-repeat;
		background-position:right;
		background-size:20px 14px;
		border:none;
		border-radius:0px;
	}	
		
	#SP_life .SPlife_menu_phone .styled-select select{
		background: transparent;
		width:100%;
		padding:5px 10px 5px 10px;
		font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
		font-size: 14px;
		color:#003366;
		border: none;
		border-radius:16px;
		height: 32px;  
		-webkit-appearance: none;
		-ms-appearance: none; 
		-moz-appearance: none; 
	}								

	/*-------------------------------------------creer------------------------------------------------*/

	#SP_life .SPlife_content{
		width:100%;
		float:none;
	}
		
	#SP_life .SPlife_content p{
		font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
		font-size:14px;
		line-height:1.6;
		color:#666;
	}
		
	#SP_life .SPlife_content .SPlife_img{
		text-align:center;
		padding:10px 0;
	}
		
	#SP_life .SPlife_content .SPlife_img img{
		width:100%;
		height:auto;
	}	
		
	#SP_life .SPlife_content .SPlife_point{
		padding:10px 0;
		overflow:hidden;
	}		
		
	#SP_life .SPlife_content .SPlife_point h4{
		font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
		font-size:36px;
		line-height:1.6;
		text-align:center;
	}
		
	#SP_life .SPlife_content .SPlife_point p{
		font-size:24px;
		line-height:1.6;
		color:#666;
		text-align:center;
		padding-bottom:10px;
	}
		
	#SP_life .SPlife_content .SPlife_point h6{
		width:100%;
		height:38px;
		color:#FFF;
		font-size:16px;
		line-height:38px;
		text-indent:0px;
		text-align:center;
		background-image:none;
		background-color:#d59783;
	}
		
	#SP_life .SPlife_content article{
		font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
		font-size:14px;
		line-height:1.6;
		color:#666;
		padding:10px 0;
	}	
		
	#SP_life .SPlife_content ul{
		list-style:none;
		overflow:hidden;
	}	
		
	#SP_life .SPlife_content li{
		width:100%;
		font-size:14px;
		line-height:2;
		color:#666;
		font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
		padding:0;
		float:none;
	}			
 	
	/*--------------------------------------------employee-------------------------------------------------*/	

	#SP_life .SPlife_content .activities{
		width:100%;
		height:50px;
		line-height:50px;
		overflow:hidden;
		background-color:#012951;
	}		

	#SP_life .SPlife_content .activities h4{
		display:block;
		width:70%;
		height:50px;
		font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
		font-size:18px;
		color:#FFF;
		text-indent:20px;
		float:left;
	}
		
	#SP_life .SPlife_content .activities p{
		display:block;
		width:30%;
		height:50px;
		font-size:16px;
		line-height:50px;
		color:#3673af;
		float:right;
	}	
		
	#SP_life .SPlife_content .activities_trip{
		clear:both;
		padding-bottom:0px;
		overflow:hidden;
	}
		
	#SP_life .SPlife_content .activities_trip .trip_img{
		width:100%;
		padding:20px 0;
		float:none;
	}
		
	#SP_life .SPlife_content .activities_trip .trip_img img{
		width:100%;
		height:auto;
	}
		
	#SP_life .SPlife_content  .activities_trip p{
		width:100%;
		font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
		font-size:14px;
		text-align:justify;
		line-height:1.6;
		padding:10px 0;
		float:none;
	}
	
	/*---------------------------------------join us--------------------------------------------*/

	#SP_life .SPlife_content .join_banner{
		width:100%;
		height:auto;
	}
		
	#SP_life .SPlife_content .join_banner img{
		width:100%;
		height:auto;
	}	
		
	#SP_life .SPlife_content .join_us{
		width:100%;
		margin:0 auto;
		padding-top:16px;
	}	
		
	#SP_life .SPlife_content .join_us .job_offer{
		display:none;
	}
		
	#SP_life .SPlife_content .join_us .job_search{
		display:none;
	}	
		
	#SP_life .SPlife_content .join_us .page{
		clear:both;
		overflow:hidden;
		width:172px;
		margin:0 auto;
		padding-top:24px;
	}	
		
	#SP_life .SPlife_content .join_us .page ul{
		float:left;
		list-style:none;
	}
		
	#SP_life .SPlife_content .join_us .page li{
		width:24px;
		float:left;
	}
		
	#SP_life .SPlife_content .join_us .page li a{
		display:block;
		width:24px;
		font-size:14px;
		color:#003366;
		text-decoration:none;
		text-align:center;
		height:16px;
		line-height:16px;
	}
		
	#SP_life .SPlife_content .join_us .page li a:hover{
		color:#0099ff;
	}	
										
	#SP_life .SPlife_content .join_us .page .prev{
		float:left;
		text-indent:-9999px;
	}
		
	#SP_life .SPlife_content .join_us .page .prev a{
		display:block;
		padding:0 24px;
		background-image:url(images/desktop/list_point_03.png);
		background-repeat:no-repeat;
		background-position:center center;
	}		
		
	#SP_life .SPlife_content .join_us .page .next{
		float:left;
		text-indent:-9999px;
	}	
		
	#SP_life .SPlife_content .join_us .page .next a{
		display:block;
		padding:0 24px;
		background-image:url(images/desktop/list_point_04.png);
		background-repeat:no-repeat;
		background-position:center center;
	}	
		
	#SP_life .SPlife_content .join_us .job_search_phone{
		display:block;
		width:100%;
		padding:16px 0;
		border-bottom:1px solid #88e3fb;
	}	
		
	#SP_life .SPlife_content .join_us .job_search_phone table{
		width:100%;
	}	
		
	#SP_life .SPlife_content .join_us .job_search_phone td{
		padding:8px 0;
		text-align:left;
		color:#666;
		font-size:14px;
		line-height:1.6;
	}
		
	#SP_life .SPlife_content .join_us .job_search_phone td span{
		color:#0099ff;
	}		
		
	#SP_life .SPlife_content .join_us .job_search_phone .styled-select {
		width:95%;
		height: 32px;
		overflow: hidden;
		background-image:url(images/desktop/new_arrow.png);
		background-color:#dbdbdb;
		background-repeat:no-repeat;
		background-position:right;
		background-size:20px 14px;
		border:none;
		border-radius:0px;
	}	
		
	#SP_life .SPlife_content .join_us .job_search_phone .styled-select select{
		background: transparent;
		width:100%;
		padding:5px 10px 5px 10px;
		font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
		font-size: 12px;
		color:#003366;
		border: none;
		border-radius:16px;
		height: 32px;  
		-webkit-appearance: none;
		-ms-appearance: none; 
		-moz-appearance: none; 
	}	
		
	#SP_life .SPlife_content .join_us .job_search_phone td a{
		display:block;
		width:55%;
		height:30px;
		line-height:30px;
		font-size:16px;
		text-decoration:none;
		color:#FFF;
		background-color:#00ccff;
		text-align:center;
		border-radius:15px;
		margin:0 auto;
	}	
		
	#SP_life .SPlife_content .join_us .job_search_phone td a:hover{
		background-color:#58d3fc;
	}
			
	/*----------------------------------------map---------------------------------------------*/

	#SP_life .SPlife_content_map{
		width:100%;
		float:right;
	}
		
	#SP_life .SPlife_content_map h5{
		width:100%;
		height:60px;
		line-height:60px;
		text-indent:24px;
		color:#003366;
		font-size:16px;
		background-image:url(images/desktop/company_map_point.jpg);
		background-repeat:no-repeat;
		background-position:left center;
	}	
		
	#SP_life .SPlife_content_map .way{
		width:100%;
		padding-top:30px;
		overflow:hidden;
	}
		
	#SP_life .SPlife_content_map .way .how{
		width:100%;
		float:none;
	}		
		
	#SP_life .SPlife_content_map .way .contact_us{
		width:100%;
		float:none;
	}
		
	#SP_life .SPlife_content_map .way td{
		height:60px;
		font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
		font-size:14px;
		line-height:1.6;
		color:#666;
		text-indent:8px;
		text-align:left;
		vertical-align: middle;
	}			

	/*------------------------------------------æŠ•è³‡äºº---------------------------------------------*/

	#INVESTMENT_CONTENT{
		width:90%;
		margin:0 auto;
		overflow:hidden;
		padding:150px 0 80px 0;
		font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
	}

	#INVESTMENT_CONTENT .in_meun{
		display:none;
	}
		
	#INVESTMENT_CONTENT .in_meun_phone{
		display:block;
		width:100%;
		margin:0 auto;
	}	
		
	#INVESTMENT_CONTENT .in_meun_phone h4{
		height:50px;
		line-height:50px;
		font-size:24px;
		color:#05b0dc;
		border-bottom:0px solid #05b0dc;
		letter-spacing:6px;
	}
		
	#INVESTMENT_CONTENT .in_meun_phone .styled-select{
		width:100%;
		height:40px;
		overflow: hidden;
		background-image:url(images/desktop/new_arrow.png);
		background-color:#fff;
		background-repeat:no-repeat;
		background-position:99.5% 50%;
		background-size:24px 17px;
		border:0px solid #999;
		float:none;
		margin:0 0 0 0;
	}	
		
	#INVESTMENT_CONTENT .in_meun_phone .styled-select select{
		background: transparent;
		width: 100%;
		padding:0px 0px 0px 4px;
		font-size: 16px;
		font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
		color:#053a5c;
		height:40px;
		-webkit-appearance: none;
		-ms-appearance: none; 
		-moz-appearance: none; 
	}							
			
	#INVESTMENT_CONTENT .in_content{
		float:right;
		width:100%;
	}

	#INVESTMENT_CONTENT .in_content .title{
		width:100%;
		overflow:hidden;
		clear:both;
	}
			
	#INVESTMENT_CONTENT .in_content .title h5{
		height:60px;
		line-height:60px;
		font-size:22px;
		color:#05b0dc;
		letter-spacing:2px;
		float:none;
	}
		
	#INVESTMENT_CONTENT .in_content .in_title img{
		width:100%;
		height:auto;
	}	
		
	#INVESTMENT_CONTENT .in_content .in_title p{
		font-size:16px;
		line-height:1.8;
		color:#000;
		text-align:justify;
		padding-bottom:20px;
	}	
		
	#INVESTMENT_CONTENT .in_content .in_title h6{
		height:60px;
		line-height:60px;
		font-size:18px;
		color:#053a5c;
	}	
		
	#INVESTMENT_CONTENT .in_content .in_title h4{
		height:40px;
		line-height:40px;
		font-size:16px;
		padding:0 10px;
		color:#053a5c;
		background-color:#e0e0e0;
	}	
		
	#INVESTMENT_CONTENT .in_content .in_title ul{
		background-color:#e0e0e0;
		padding:26px 40px;
		list-style:decimal;
	}	
		
	#INVESTMENT_CONTENT .in_content .in_title li{
		font-size:16px;
		line-height:1.8;
		color:#000;
	}	

	#INVESTMENT_CONTENT .in_content .title .select{
		overflow:hidden;
		float:none;
	}
		
	#INVESTMENT_CONTENT .in_content .title .select p{
		width:74px;
		height:30px;
		font-size:14px;
		color:#053a5c;
		line-height:30px;
		float:left;
	}	
		
	#INVESTMENT_CONTENT .in_content .title .styled-select{
		width:60px;
		height: 30px;
		overflow: hidden;
		background-image:url(images/desktop/new_arrow.png);
		background-color:#fff;
		background-repeat:no-repeat;
		background-position:93% 50%;
		background-size:16px 10px;
		border:0px solid #999;
		float:left;
		margin:0px 0px 20px 5px;
	}	
		
	#INVESTMENT_CONTENT .in_content .title .styled-select select{
		background: transparent;
		width: 60px;
		padding:0px 0px 0px 4px;
		font-size:16px;
		font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
		color:#053a5c;
		height: 30px;  
		-webkit-appearance: none;
		-ms-appearance: none; 
		-moz-appearance: none; 
	}
		
	#INVESTMENT_CONTENT .in_content .info_table{
		display:none;
	}			
		
	#INVESTMENT_CONTENT .in_content .info_table_phone{
		display:block;
		width:100%
	}		
		
	#INVESTMENT_CONTENT .in_content table{
		width:100%;
		padding-top:20px;
		margin-bottom:50px;
	}
		
	#INVESTMENT_CONTENT .in_content .list_title{
		height:40px;
		line-height:1.5;
		font-size:16px;
		color:#053a5c;
		background-color:#e0e0e0;
		border-top:1px solid #dbdbdb;
		border-bottom:1px solid #dbdbdb;
		border-right:none;
		text-align:left;
		vertical-align:middle;
		padding:16px;
	}
		
	#INVESTMENT_CONTENT .in_content .list_title_02{
		height:48px;
		font-size:16px;
		color:#053a5c;
		background-color:#fff;
		border-top:0px solid #ccc;
		text-align:left;
		vertical-align:middle;
		padding:16px;
		line-height:1.5;
		border-bottom:1px solid #dbdbdb;
		border-top:1px solid #dbdbdb;
		border-right:1px solid #dbdbdb
	}	
		
	#INVESTMENT_CONTENT .in_content .list_title span{
		color:#C03;
		font-size:18px;
	}			

	#INVESTMENT_CONTENT .in_content .list_content{
		height:40px;
		font-size:16px;
		color:#053a5c;
		background-color:#fff;
		border-bottom:1px solid #dbdbdb;
		border-top:1px solid #dbdbdb;
		border-right:1px solid #dbdbdb;
		text-align:left;
		vertical-align:middle;
		padding:16px;
	}
		
	#INVESTMENT_CONTENT .in_content .list_content .btn{
		display:block;
		width:140px;
		height:32px;
		line-height:19px;
		margin:0 20px 0 0; 
		text-align:center;
		background-color:#66ccff;
		color:#053a5c;
		text-decoration:none;
		border-radius:16px;
	}	
		
	#INVESTMENT_CONTENT .in_content .list_content .btn:hover{
		background-color:#98dbfd;
	}
		
	#INVESTMENT_CONTENT .in_content .in_title table{
		margin:10px 0;
	}	
		
	#INVESTMENT_CONTENT .in_content .in_title td{
		height:46px;
		font-size:16px;
		text-align:left;
		vertical-align:middle;
		color:#666;
		padding:8px;
	}
		
	#INVESTMENT_CONTENT .in_content .in_title td textarea{
		width:100%;
		font-size:16px;
		height:60px;
		padding:8px;
		background-color:#e0e0e0;
		border:none;
	}
		
	#INVESTMENT_CONTENT .in_content .in_title td input{
		width:100%;
		font-size:16px;
		height:30px;
		padding:8px;
		background-color:#e0e0e0;
		border:none;
	}
		
	#INVESTMENT_CONTENT .in_content .in_title .send_btn a{
		display:block;
		width:100px;
		height:32px;
		text-align:center;
		line-height:32px;
		text-decoration:none;
		font-size:16px;
		background-color:#66ccff;
		color:#053a5c;
		border-radius:16px;
		margin:0 auto; 
	}	
		
	#INVESTMENT_CONTENT .in_content .in_title .send_btn a:hover{
		background-color:#98dbfd;
	}	
	
	/*-------------------------------------------åˆ©å®³äºº---------------------------------------------------*/

	#INVESTMENT_CONTENT .in_content_02{
		width:100%;
	}	

	#INVESTMENT_CONTENT .in_content_02 .title{
		width:100%;
		overflow:hidden;
		clear:both;
		padding-top:0px;
	}

	#INVESTMENT_CONTENT .in_content_02 .title h5{
		height:60px;
		line-height:60px;
		font-size:24px;
		color:#66ccff;
		letter-spacing:2px;
		float:none;
	}	
		
	#INVESTMENT_CONTENT .in_content_02 .title ul{
		list-style:none;
	}	
		
	#INVESTMENT_CONTENT .in_content_02 .title li{
		font-size:16px;
		line-height:1.8;
		color:#666;
	}	
		
	#INVESTMENT_CONTENT .in_content_02 .in_title p{
		font-size:16px;
		line-height:1.8;
		color:#000;
		text-align:justify;
		padding-bottom:20px;
	}
		
	#INVESTMENT_CONTENT .in_content_02 .in_title .styled-select{
		width:100%;
		height:30px;
		overflow: hidden;
		background-image:url(images/desktop/new_arrow.png);
		background-color:#e0e0e0;
		background-repeat:no-repeat;
		background-position:right;
		background-size:20px 14px;
		float:none;
		border:none;
		margin:0px 0 0 0;
	}	
		
	#INVESTMENT_CONTENT .in_content_02 .in_title .styled-select select{
		background: transparent;
		width:100%;
		padding:0px 0px 0px 4px;
		font-size: 16px;
		font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
		color:#053a5c;
		height:30px;
		border:none;
		-webkit-appearance: none;
		-ms-appearance: none; 
		-moz-appearance: none; 
	}	

	#INVESTMENT_CONTENT .in_content_02 .info_table_phone{
		display:block;
		width:100%;
	}	
		
	#INVESTMENT_CONTENT .in_content_02 .info_table{
		display:none;
	}		
		
	#INVESTMENT_CONTENT .in_content_02 table{
		width:100%;
		padding-top:20px;
		margin-bottom:50px;
	}
	
	#INVESTMENT_CONTENT .in_content_02 .in_title table{
		margin:10px 0;
	}	
		
	#INVESTMENT_CONTENT .in_content_02 .in_title td{
		height:46px;
		line-height:1.5;
		text-align:left;
		vertical-align:middle;
		color:#666;
		padding:8px;
		font-size:16px;
	}
		
	#INVESTMENT_CONTENT .in_content_02 .in_title td textarea{
		width:100%;
		height:60px;
		padding:8px;
		background-color:#e0e0e0;
		border:none;
	}
		
	#INVESTMENT_CONTENT .in_content_02 .in_title td input{
		width:100%;
		height:30px;
		padding:8px;
		background-color:#e0e0e0;
		border:none;
	}
		
	#INVESTMENT_CONTENT .in_content_02 .in_title .send_btn a{
		display:block;
		width:100px;
		height:32px;
		text-align:center;
		line-height:32px;
		text-decoration:none;
		font-size:16px;
		background-color:#66ccff;
		color:#053a5c;
		border-radius:16px;
		margin:0 auto; 
	}	
		
	#INVESTMENT_CONTENT .in_content_02 .in_title .send_btn a:hover{
		background-color:#98dbfd;
	}			

	/*----------------------------------------news_list---------------------------------------------*/

	#news_list{
		width:100%;
		padding:60px 0 100px 0;
		margin:0 auto;
	}
		
	#news_list h3{
		font-size:44px;
		text-align:center;
		color:#00ccff;
		padding-top:60px;
		line-height:1.4;
	}
		
	#news_list .news{
		width:90%;
		padding-top:40px;
		overflow:hidden;
		margin:0 auto; 
	}	
		
	#news_list .news_left{
		width:70%;
		float:none;
		margin:0 auto;
	}
		
	#news_list .news_left h4{
		display:none;
	}
		
	#news_list .news_left .year_menu{
		display:none;
	}
		
	#news_list .news_left .year_menu_phone{
		display:block;
		width:260px;
		height:32px;
		line-height:32px;
		padding-bottom:80px;
		color:#00ccff;
		font-size:16px;
		margin:0 auto; 
		overflow:hidden;
	}	
		
	#news_list .news_left .year_menu_phone h6{
		float:left;
		width:129px;
		padding:0 2%;
		height:32px;
		background-color:#dbdbdb;
		border-right:1px solid #FFF;
		text-align:center;
	}	
		
	#news_list .news_left .year_menu_phone .styled-select{
		width:130px;
		height: 32px;
		overflow: hidden;
		background-image:url(images/desktop/new_arrow.png);
		background-color:#dbdbdb;
		background-repeat:no-repeat;
		background-position:right;
		background-size:18px 12px;
		border:none;
		border-radius:0px;
	}
		
	#news_list .news_left .year_menu_phone .styled-select select{
		background: transparent;
		width:130px;
		padding:0px 10px 5px 10px;
		font-size: 14px;
		color:#999;
		border: none;
		border-radius:16px;
		height: 32px;  
		-webkit-appearance: none;
		-ms-appearance: none; 
		-moz-appearance: none; 
	}	

	#news_list .news_right{
		width:100%;
		float:none;
		clear:both;
	}
		
	#news_list .news_right .news_item{
		padding-bottom:35px;
	}	
		
	#news_list .news_right .news_item h5{
		font-size:18px;
		font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
		color:#003366;
		line-height:1.6;
		padding-bottom:16px;
	}	
		
	#news_list .news_right .news_item article{
		color:#666;
		font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
		font-size:13px;
		line-height:1.4;
	}
		
	#news_list .news_right .news_item .news_more{
		width:100%;
		padding:16px 0 24px 0;
		border-bottom:1px solid #99ffff;
		overflow:hidden;
	}
		
	#news_list .news_right .news_item .news_more a{
		width:80px;
		height:24px;
		font-size:16px;
		line-height:24px;
		text-align:center;
		text-decoration:none;
		color:#FFF;
		background-color:#00ccff;
		background-image:url(images/desktop/more.png);
		background-repeat:no-repeat;
		background-position:60px center;
		border-radius:12px;
		float:right;
	}	
		
	#news_list .news_right .news_item .news_more a:hover{
		background-color:#0496bb;
	}			

	/*----------------------------------------news_detail---------------------------------------------*/

	#news_list .visul_area{
		overflow:hidden;
	}
		
	#news_list .visul_area .visul{
		width:100%;
		height:auto;
		float:none;
	}	
		
	#news_list .visul_area .visul img{
		width:100%;
		height:auto;
	}	
		
	#news_list .visul_area .visul_text{
		display:table;
		padding-left:0px;
		width:90%;
		text-align:left;
		padding-top:30px;
		margin:0 auto;
	}	
		
	#news_list .visul_area .visul_text .text{
		display:table-cell;
		height:auto;
		vertical-align:middle;
	}	
		
	#news_list .visul_area .visul_text .text h4{
		font-size:24px;
		line-height:1.3;
		color:#00ccff;
		padding-bottom:8px;
	}
	
	#news_list .visul_area .visul_text .text h5{
		font-size:30px;
		line-height:1.3;
		color:#003366;
	}		
		
	#news_list .visul_area .visul_text .text p{
		font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
		font-size:14px;
		color:#00ccff;
		text-align:left;
		padding:15px 0;
	}	

	#news_list .html_edit_area{
		width:90%;
		margin:0 auto;
		clear:both;
		padding:30px 0;
	}
		
	#news_list .html_edit_area .set{
		padding-bottom:20px;
	}	
		
	#news_list .html_edit_area h5{
		font-size:20px;
		line-height:1.4;
		color:#003366;
		padding-bottom:10px;
	}	
		
	#news_list .html_edit_area p{
		font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
		font-size:13px;
		line-height:1.6;
		color:#666;
		padding-bottom:10px;
	}	
		
	#news_list .share_N_like{
		width:90%;
		margin:0 auto;
	}		

	#news_list .share_N_like p{
		font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
		color:#900;
		padding-top:16px;
	}	
		
	/*-------------------------------------Company and Brand---------------------------------*/

	#news_list .CP_area{
		width:90%;
		overflow:hidden;
		padding:40px 0 0px 0;
		margin:0 auto;
		clear:both;
	}

	#news_list .CP_area h4{
		font-family:'ROBOTO' ,Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
		font-size:24px;
		line-height:1.4;
		color:#003366;
	}
		
	#news_list .CP_area article{
		font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
		font-size:13px;
		color:#666;
		line-height:1.6;
		padding:15px 0 10px 0;
	}
		
	#news_list .CP_area img{
		width:100%;
		height:auto;
	}		
		
	#news_list .CP_area .CP_man{
		text-align:center;
	}
		
	#news_list .CP_area .text{
		float:none;
		width:100%;
	}
		
	#news_list .CP_area .CP_tree{
		float:none;
		width:235px;
		padding-top:20px;
		margin:0 auto;
	}	
		
	#news_list .CP_area .text h4{	
		font-size:24px;
		line-height:1.4;
		color:#003366;
	}
		
	#news_list .CP_area .text article{
		font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
		font-size:13px;
		color:#666;
		line-height:1.6;
		padding:15px 0 10px 0;
	}
		
	#news_list .CP_area .CP_map{
		text-align:center;
	}	
		
	#news_list .CP_area .CP_video{
		width:100%;
		margin:0 auto;
		padding-top:20px;
	}
		
	/*-------------------------------------milestones---------------------------------*/
	/*----------------------0726----------------------------*/

	#news_list .mil ul{
		width:90%;
		list-style:none;
		margin:40px auto 40px auto;
		overflow:hidden;
	}

	#news_list .mil li{
		display:block;
		width:25%;
		height:30px;
		margin:10px 0;
		border-right:1px solid #00ccff;
		background-color:#fff;
		float:left;
	}

	#news_list .mil li:nth-child(4n){
		border-right:none;
	}

	#news_list .mil li a{
		display:block;
		text-align:center;
		color:#00ccff;
		font-size:18px;
		line-height:30px;
		text-decoration:none;
	}

	#news_list .mil li a:hover{
		color:#029bc1;
	}
	
	/*----------------------------------------------------*/
	
	#news_list .years_award{
		width:90%;
		margin:0 auto;
		padding-top:20px;
	}
		
	#news_list .years_award h4{
		font-size:36px;	
		color:#00ccff;
		text-align:center;
		padding:16px 0;
	}
		
	#news_list .years_award p{
		display:block;
		width:100%;
		text-align:center;
		font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
		font-size:14px;
		line-height:1.8;
		color:#003366;
		padding-bottom:40px;
		margin:0 auto;
	}	
		
	#news_list .years_award table{
		font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
		width:100%;
		margin:0 auto;
		border-top:1px solid #99ffff;
		border-bottom:none;
	}
		
	#news_list .years_award td{
		height:auto;
		padding:10px;
		vertical-align:middle;
		border-bottom:1px solid #99ffff;
	}	
		
	#news_list .years_award .award_pic{
		display:none;
	}	
		
	#news_list .years_award .award_pic_none_b{
		display:none;
	}
		
	#news_list .years_award .award_pic_none_w{
		display:none;
	}	
			
	#news_list .years_award .award_text_b{
		background:#ccffff;
		text-align:left;
		font-size:18px;
		color:#00ccff;
		font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
	}	
		
	#news_list .years_award .award_text_w{
		background:#fff;
		text-align:left;
		font-size:18px;
		color:#00ccff;
		font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;
	}	
		
	#news_list .years_award span{
		font-size:13px;
		color:#333;
		line-height:1.4;
	}			

	/*------------------------------------contact us----------------------------------------*/

	#news_list .map_bg{
		display:none;
	}
		
	#news_list .map_bg_phone{
		display:block;
		width:100%;
		height:0;
		padding-bottom:72.9%;
		background-image:url(images/phone/map_03.jpg);
		background-repeat:no-repeat;
		background-position: center center;
		background-size:cover;
		position:relative;
	}
		
	#news_list .map_bg_phone .map_location{
		width:60px;
		height:60px;
		position:absolute;
	}
		
	#news_list .map_bg_phone .USA_phone{
		top:30%;
		left:80%;
	}

	#news_list .map_bg_phone .China_phone{
		top:30%;
		left:40%;
	}
		
	#news_list .map_bg_phone .Taiwan_phone{
		top:46%;
		left:58%;
	}
		
	#news_list .map_bg_phone .Japen_phone{
		top:30%;
		left:64%;
	}
		
	#news_list .map_bg_phone .NL_phone{
		top:10%;
		left:5%;
	}
		
	#news_list .map_bg_phone .Myanmar_phone{
		top:54%;
		left:34%;
	}						
		
	#news_list .map_bg_phone a{
		display:block;
		width:60px;
		height:60px;
		text-align:center;
		padding-top:48px;
		text-decoration:none;
		color:#e5307d;
		background-repeat:no-repeat;
		background-size:48px 48px;
		background-position:center top;
	}	
		
	#news_list .map_bg_phone .USA_flag{
		background-image:url(images/phone/USA.png);
	}
		
	#news_list .map_bg_phone .China_flag{
		background-image:url(images/phone/China.png);
	}				
		
	#news_list .map_bg_phone .Taiwan_flag{
		background-image:url(images/phone/Taiwan.png);
	}	
		
	#news_list .map_bg_phone .Japen_flag{
		background-image:url(images/phone/JP.png);
	}	

	#news_list .map_bg_phone .NL_flag{
		background-image:url(images/phone/NL.png);
	}	
		
	#news_list .map_bg_phone .Myanmar_flag{
		background-image:url(images/phone/Myanmar.png);
	}	
		
	#news_list .map_phone_list{
		display:block;
		width:100%;
		margin:0 auto;
		padding:30px 0;	
	}
		
	#news_list .map_phone_list .list_map_phone{
		width:100%;
		background-color:#fff;
	}
		
	#news_list .map_phone_list .list_map_phone h5{
		display:block;
		width:100%;
		height:60px;
		color:#003366;
		font-size:28px;
		text-align:center;
		line-height:60px;
		background-color:#fff;
	}
		
	#news_list .map_phone_list .list_map_phone h6{
		width:100%;
		text-align:center;
		font-size:20px;
		line-height:1.5;
		padding:8px;
		color:#FFF;
		border-bottom:1px solid #fb9fa0;
		border-top:1px solid #fb9fa0;
		background-color:#fdcccd;
	}		
		
	#news_list .map_phone_list .list_map_phone ul{
		list-style:none;
		padding:0px 0;
	}	
		
	#news_list .map_phone_list .list_map_phone li{
		width:100%;
		padding:6px;
		line-height:1.5;
		font-size:14px;
		color:#666;
		text-align:center;
		border-bottom:1px dashed #8be2f8;
	}	
		
	#news_list .map_phone_list #Taiwan_map{font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;}
	#news_list .map_phone_list #Japen_map{font-family:'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;}
	#news_list .map_phone_list #USA_map{font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;}
	#news_list .map_phone_list #NL_map{font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;}
	#news_list .map_phone_list #China_map{font-family: 'Roboto', "MEI", Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”", sans-serif;}
	#news_list .map_phone_list #Myanmar_map{font-family:'ROBOTO',ZAW, Verdana, Geneva, sans-serif;}

	/*----------------------news selected 20200514--------------------------*/	

	.news_con{
		float: none;
		width: 100%;
	}

	.news_ind{
		float: none;
		width: 100%;
	}

	.news_con h6{
		text-align: center;
		color: #08688f;
		padding:40px 0 16px 0;
		font-size: 26px;
	}

	.news_ind h6{
		text-align: center;
		color: #08688f;
		padding:70px 0 16px 0;
		font-size: 26px;
	}

	.news_s_img{
		width: 70%;
		height: auto;
		margin: 0 auto;
		border-radius: 30px;
		overflow: hidden;
	}

	.news_s_img a{
		display: block;
		width: 100%;
		opacity: 1;
	}

	.news_s_img a:hover{
		opacity: .85;
	}

	.news_s_img img{
		width: 100%;
		height: auto;
	}

	.news_s_btn{
		width: 160px;
		margin: 40px auto 0 auto;
	}

	.news_s_btn a{
		display: block;
		width: 100%;
		padding:12px 8px;
		text-align: center;
		background-color: #00ccff;
		border-radius:20px;
		color: #fff;
		font-size: 16px;
		text-decoration: none;
		opacity: 1;
	}

	.news_s_btn a:hover{
		opacity: .75;
	}

	/*------------------------20200515 industrial--------------------*/

	#news_list .news_menu .card{
		border: none;
		background-color: #fff;
	}

	/*----------------20200603 news industrial---------------*/

	#news_list .ind_news_d h4{ 
		font-family: 'Roboto',Verdana, Geneva,"å¾®è»Ÿæ­£é»‘é«”",  sans-serif;
		font-size: 28px;
		color:#204b76;
		line-height: 1.4;
		text-align: center;
	}

	#news_list .ind_news_d p{
		font-size: 16px;
		line-height: 1.6;
		text-align: left;
		padding-top:14px;
	}

	#news_list .ind_news_d .newsimg{
		width: 100%;
	}

	#news_list .ind_news_d .newsimg img{
		width: 100%;
		height: auto;
	}

	/*-------------------------------------------------------------*/

	/*------------------------------------SP_Commitment-------------------------------------------*/		

	#SP_Commitment{
		width:90%;
		margin:0 auto;
		padding-bottom:60px;
	}

	#SP_Commitment h3{
		text-align:center;
		color:#00ccff;
		font-size:46px;
		padding:40px 0;
	}

	#SP_Commitment h5{
		font-size:26px;
		padding-bottom:30px;
		padding-left:18px;
		text-align:left;
		color:#1883af;
		line-height:1.4;
	}

	#SP_Commitment h5 span{
		display:block;
		font-size:50px;
		padding-right:16px;
		color:#0d4d68;
	}

	#SP_Commitment article{
		font-size:16px;
		line-height:1.6;
		padding-bottom:40px;
		padding-top:0px;
		padding-left: 20px;
		color:#213c64;
	}
	
	#SP_Commitment img{
		width:100%;
	}
	
	#SP_Commitment h6{
		font-size:22px;
		color:#00ccff;
		margin-bottom:15px;
	}

	#SP_Commitment h6:before{
		content:"";
		display:inline-block;
		width:6px;
		height:6px;
		margin-right:12px;
		margin-bottom:5px;
		border-radius:50%;
		background-color:#00ccff;
	}
					
	/*------------------------------------------page end---------------------------------------------*/

	/*-------------------------------------------function----------------------------------------------*/		

	#DOWN_FUNCTION{
		clear:both;
		width:100%;
		background-color:#cccccc;
		padding-bottom:5%
	}
		
	#DOWN_FUNCTION .DOWN_FUNCTION_w{
		width:1078px;
		margin:0 auto;
		overflow:hidden;
	}
		
	#DOWN_FUNCTION .DOWN_FUNCTION_w .list{
		width:154px;
		float:left;
	}	
		
	#DOWN_FUNCTION .DOWN_FUNCTION_w .list h5{
		padding:50% 0px 20px 0px;
		font-size:16px;
		color:#333;
	}
		
	#DOWN_FUNCTION .DOWN_FUNCTION_w .list ul{
		list-style:none;
	}	
		
	#DOWN_FUNCTION .DOWN_FUNCTION_w .list li{
		font-size:14px;
		line-height:1.8;
		text-decoration:none;
	}	
		
	#DOWN_FUNCTION .DOWN_FUNCTION_w .list li a{
		text-decoration:none;
		color: #999;
	}	
		
	#DOWN_FUNCTION .DOWN_FUNCTION_w .list li a:hover{
		color: #f0eded;
	}			

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