@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	font-family:"calibri","Helvetica","蘋果儷中黑","微軟正黑體",Arial;
	}
	
a{
	text-decoration:none;
	outline: medium none;	
	hlbr:expression(this.onFocus=this.blur()); 
	}		
	
ul,li{ 
	margin:0; padding:0; list-style:none;
	}

tml,a,form,area,div,img,table,td,th,ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,p {
	margin:0px;
	padding-left:0px;
	}
	
div,span{
	word-break:break-all
	}

#clear{clear:both;}
.text_r{text-align:right;}
.text_l{text-align:left;}
.text_c{text-align:center;}
#blank10{ height:10px;}
#blank20{ height:20px;}
#blank30{ height:30px;}
#blank40{ height:40px;}
#blank50{ height:50px;}
#blank60{ height:60px;}
#blank70{ height:70px;}
#blank80{ height:80px;}
#blank90{ height:90px;}
#blank100{ height:100px;}
#blank110{ height:110px;}
#blank120{ height:120px;}
#blank130{ height:130px;}
#blank140{ height:140px;}
#blank150{ height:150px;}
#blank160{ height:160px;}
#blank170{ height:170px;}
#blank180{ height:180px;}
#blank190{ height:190px;}
#blank200{ height:200px;}

/*Logo轉動 css 開始*/

div#wn { 
	position:relative; 
	width:1000px; height:172px; 
	overflow:hidden;
	}
    
div#inner1, div#inner2 {
    white-space:nowrap;
    }
div#inner1 img {
    padding-right:4px;
    }
	
/*Logo轉動 css 結束*/
/*header 開始*/

header{
	width:100%;
	background:#c4002b;
	height:80px;
	}
	
.head{
	width:1000px;
	margin:0 auto;
	height:80px;
	}
	
.head figure{
	width:302px;
	height:42px;
	padding:20px 0 20px;
	margin:0 40px 0 40px;
	float:left;
	}
	
.menuer{
	float:left;
	margin:35px 0 0 0px;
	}
	
.menuer ul li{
	float:left;
	font-size:17px;
	color:#fff;
	letter-spacing:1px;
	padding:10px 12px;
	font-weight:bold;
	}	
	
.menuer ul li a{
	color:#fff;
	}	
	
.menuer ul li a:hover{
	color:#000;
	}	
	
.language{
	font-size:15px;
	color:#fff;
	float:left;
	margin:46px 0 0 40px;
	}
	
.language li{
	display: inline;
	}
	
.language li a{
	color:#fff;
	}
	
.language li a:hover{
	color:#000;
	}
	
/*header 結束*/
	
/*contenter 開始*/

.contenter{
	/*height:300px;
	background:url(../images/index_bg.jpg);
	background-position:center center; */
	background:#000; 
	}
	
/*contenter 結束*/
	
/*footer 開始*/

.red{
	width:100%;
	height:63px;
	background:#c4002b;
	}
	
.red1000px{
	width:1000px;
	margin:0 auto;
	}
	
.red_btn{
	width:238px;
	height:66px;
	background:url(../images/icon18.png);
	float:right;
	margin:0 15px 0 0;
	color:#fff;
	font-size:16px;
	line-height:66px;
	text-align:center;
	}
	
.red_btn:hover{
	color:#F40000;
	background:url(../images/icon17.png);
	}

.company{
	height:200px;
	width:1000px;
	margin:0 auto;
	}
	
.company span{
	display:block;
	text-align:center;
	color:#000;
	font-size:18px;
	font-weight:bold;
	letter-spacing:1px;
	margin:30px 0 0px 0;
	}
	
.company div{
	text-align:center;
	color:#000;
	font-size:18px;
	font-weight:bold;
	letter-spacing:1px;
	}
	
.company img{
	margin:0 8px 0 8px;
	}
	
.gray{
	width:100%;
	height:48px;
	background:#d4d3d1;
	}

footer{
	width:100%;
	background:#181818;
	height:65px;
	}
	
.foot{
	width:1000px;
	margin:auto;
	line-height:65px;
	font-size:11px;
	color:#fff;
	letter-spacing:1px;
	text-align: center;
	}
	
.foot a{
	color:#fff;
	}
	
.foot a:hover{
	color:#db0000;
	}
	
.copyrighter{
	text-align: center;
	}
	
.copyrighter a{
	color:#fff;
	}
	
.copyrighter a:hover{
	color:#ccc;
	}	
	
/*footer 結束*/	