﻿/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---reset.css--- */

html, body{	
	font-family:"微軟正黑體", Arial;
	-webkit-text-size-adjust:none;
	background-color:#FFF;
	box-sizing: border-box;
	
}

/* --電腦版型------------------------------------- */

.Download-title{
	width: 1200px;
	height: 70px;
	margin: 0 auto;
}
.Download-icon{
	float:left;
	display: block;
	width:70px;
	height:70px;
	margin-left: 1.5%;
}
.Download-h1{
	float:left;
	display: block;
	width:800px;
	height:70px;
}
.Download-h1 h1{
	display: block;
	width: 800px;
	height: 70px;
    font-size: 45px;
	line-height: 70px;
	color:#d4650b;
	letter-spacing:1px;
	margin-left: 3%;
}
.Download-h2{
	float:left;
	display: block;
	width:800px;
	height:70px;
}
.Download-h2 h2{
	display: block;
	width: 800px;
	height: 70px;
    font-size: 45px;
	line-height: 70px;
	color:#054d7b;
	letter-spacing:1px;
	margin-left: 2%;
}
.Search-form2{
	width: 100%;
    height: 50px;
}
.formArea2 {
    width: 1200px;
    display: block;
    margin: 0 auto;
	margin-top: 1.5%;
}
.fill-Name2{
	display: block;
    width: 10%;
    height: 50px;
    line-height: 50px;
    float: left;
    margin-left: 1.2%;
    font-size: 20px;
    font-weight: lighter;
    color: #0073aa;
	letter-spacing: 3px;
}
.fillBox2 {
	display: block;
    width: 68%;
    float: left;
	outline: none;
}
.Search-form{
	width: 100%;
    height: 50px;
}
.itemBox {
	display: block;
    width: 100%;
}
.itemBox .btnBox {
	display: block;
    width: 15%;
	float:left;
    margin: 6px auto 5px 5px;
}
.itemBox .Search {
	display: block;
    width: 40px;
    height: 40px;
	float:left;
    text-indent: -9999px;
	border: none;
    background:url(../Images/Search-bt.png) no-repeat;
}
.itemBox .Search:hover {
    background:url(../Images/Search-bt-2.png) no-repeat;
}
.fillBox3 {
	display: block;
    width: 57%;
    float: left;
	outline: none;
}
.itemBox .btnBox2 {
	display: block;
    width: 15%;
	float:left;
    margin: 5px auto 5px;
}
.Search-button{                               /*設定按鈕初始狀態*/
  width:40px;
  height: 40px;
  background: -webkit-linear-gradient(top, #2b94e5 15%,#207cca 44%,#125199 74%,#1e5799 100%); /* Chrome10-25,Safari5.1-6 */
       /*按鈕背景色*/
  border: 2px #2b94e5 outset;     /*按鈕邊現顏色，並往外凸*/
  padding: 3px 3px 3px 3px;     /*按鈕內緣與文字的距離*/
  text-decoration: none;
  border-radius: 3px;
  display: block;
  float: left;	
}

.Search-button:hover{                    /*滑鼠經過時，按鈕的變化*/
  border-style: inset;               /*邊框變成內凹*/
  background: -webkit-linear-gradient(top, #f9c667 0%,#f79621 46%,#f48200 95%); /* Chrome10-25,Safari5.1-6 */
  padding: 3px 3px 3px 3px;   /*改變按鈕內緣與文字的距離，做出往下按的視覺效果*/
  border: 2px #f48200;
}
.b-icon-2 {
	width:100%;	
}
.b-icon-2 img{
	width: 40px;
	margin: 0 auto;
}
.Search-form .inText {
    width: 99%;
    height: 37px;
    margin-top: 1%;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
	outline: none;
}
.item-class{
	display: block;
    width: 100%;
	height: 50px;
}
.item-class1{
	display: block;
    /* width: 30%; */
    height: 50px;
    float: left;
    font-size: 20px;
    color: #0073aa;
    line-height: 50px;
    margin-left: 2%;
}
.item-class2{
	display: block;
    width: 70%;
    height: 50px;
    float: left;
    font-size: 20px;
    color: #0073aa;
    line-height: 50px;
    font-weight: bold;
    margin-left: 1%;
}
.Content-product-1200{
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px;	
}
.MapBox{
	float: left;
    width: 28%;
    clear: both;
    margin-top: 1%;
}
.MapBox img{
	max-width: 90%;
	display: block;
}
.formArea {
    float: left;
    padding-right: 10px;
    width: 68%;
    display: block;
    margin-top: 2%;
}
.itemBox {
	display: block;
    width: 100%;
	padding: 0 5px;
	overflow: hidden;
}
.itemleft{
	display: block;
    width: 50%;
	float: left;
}
.itemName {
	display: block;
    float: left;
    width: 160px;
    line-height: 20px;
}
.Search-title {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.Search-title p {
    display: block;
    width: 1200px;
    height: 30px;
    font-size: 17px;
    line-height: 22px;
    color: #0a5e94;
    letter-spacing: 2px;
    padding-left: 5px;
}
.Content-product-1200 label {
	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 15px;
    color: #000;
    padding: 15px 10px 5px 10px;
}
.fillBox {
	display: block;
	overflow: hidden;
}
.Content-product-1200 select {
    padding: 5px;
    margin-top: 8px;
    width: 97%;
    height: 35px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
	font-size: 1em;
}
.Content-product-1200 option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.3em;
    padding: 0px 2px 1px;
}

.Content-product-1200 textarea{
	padding: 5px;
    margin-top: 8px;
    width: 97%;
    height: 120px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    outline: none;
    resize: none;
}
.fill{
	width: 100%;
	height: 50px;
}
.fill-Name{
	display: block;
    float: left;
    width: 20%;
    line-height: 50px;
	font-size: 15px;
}
.clearBoth {
    height: 2px;
    font-size: 0;
    line-height: 0;
    clear: both;
}
.Download-list{
	width: 1170px;
	height: auto;
	margin: 0 auto;
	padding-top: 0%;
}
.Download-list-1{
	display: table;
	width: 100%;
    background-color: #FFF;
    border-left: 1px solid #DCDDDD;
    border-top: 1px solid #DCDDDD;
    border-right: 1px solid #DCDDDD;
    border-bottom: 1px solid #DCDDDD;
    overflow: hidden;	
}
.Download-list-2{
	display: table;
	width: 100%;
    background-color: #FFF;
    border-left: 1px solid #DCDDDD;
    border-top: 1px solid #DCDDDD;
    border-right: 1px solid #DCDDDD;
    border-bottom: 1px solid #DCDDDD;
    overflow: hidden;	
}
.title-D-1{
	display: table-cell;
    width: 11%;
    background-color: #FFF;
	border-right: 1px solid #DCDDDD;
	color: #828282;
	vertical-align: middle;
}
.title-D-11{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
	line-height: 30px;
}
.title-D-2{
	display: table-cell;
	width: 18%;
	background-color: #FFF;
	border-right: 1px solid #DCDDDD;
	color: #828282;
	vertical-align: middle;
}
.title-D-22{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
	line-height: 30px;
}
.title-D-3{
	display: table-cell;
	width: 18%;
	background-color: #FFF;
	border-right: 1px solid #DCDDDD;
	color: #828282;
	vertical-align: middle;
}
.title-D-33{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
	line-height: 30px;
}
.title-D-4{
	display: table-cell;
	width: 37%;
	background-color: #FFF;
	color: #828282;
	vertical-align: middle;
}
.title-D-44{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
	line-height: 30px;
}
.title-D-5{
	display: table-cell;
	width: 16%;
	background-color: #FFF;
	border-right: 1px solid #DCDDDD;
	color: #828282;
	vertical-align: middle;
}
.title-D-55{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
	line-height: 30px;
}
.Download-list-tr{
	display: table;
    width: 100%;
    border-left: 1px solid #DCDDDD;
    border-right: 1px solid #DCDDDD;
    overflow: hidden;
}
.Download-list-tr a{
	color:#000;
	text-decoration: none;
}
.Download-list-tr a:hover{
	color:#ed6f00;
	text-decoration: none;
}
.td-D-1{
    display: table-cell;
    width: 11%;
    background-color: #F4F4F4;
    border-bottom: 1px solid #DCDDDD;
	border-right: 1px solid #DCDDDD;
	vertical-align: middle;
}
.td-D-11{
    width: 100%;
    font-size: 15px;
    text-align: center;
	line-height: 25px;
	color: #2e3233;
	font-family: Arial;
}
.td-D-2{
    display: table-cell;
    width: 18%;
    background-color: #E3F4FC;
    border-bottom: 1px solid #DCDDDD;
    border-right: 1px solid #DCDDDD;
	vertical-align: middle;
}
.td-D-22{
  width: 100%;
    font-size: 15px;
    text-align: center;
	line-height: 25px;
	color: #2e3233;
	font-family: Arial;
}
.td-D-3{
	display: table-cell;
    width: 18%;
    background-color: #E3F4FC;
    border-bottom: 1px solid #DCDDDD;
    border-right: 1px solid #DCDDDD;
	vertical-align: middle;
}
.td-D-33{
   width: 100%;
    font-size: 15px;
    text-align: center;
	line-height: 25px;
	color: #2e3233;
	font-family: Arial;
}
.td-D-4{
	display: table-cell;
    width: 37%;
    background-color: #E3F4FC;
    border-bottom: 1px solid #DCDDDD;
	vertical-align: middle;
}
.td-D-44{
  width: 100%;
    font-size: 15px;
    text-align: center;
	line-height: 25px;
	color: #2e3233;
	padding: 1%;
	font-family: Arial;
}
.td-D-5{
	display: table-cell;
    width: 16%;
    background-color: #E3F4FC;
    border-bottom: 1px solid #DCDDDD;
    border-right: 1px solid #DCDDDD;
	vertical-align: middle;
}
.td-D-55{
    width: 100%;
    font-size: 15px;
    text-align: center;
	line-height: 50px;
	color: #2e3233;
	font-family: Arial;
}
.Product-Name{
	display: table;
	width: 100%;
    background-color: #FFF;
    border-left: 1px solid #DCDDDD;
    border-top: 1px solid #DCDDDD;
    border-right: 1px solid #DCDDDD;
    overflow: hidden;	
}
.Name-S-1{
	display: table-cell;
    width: 14.99%;
    background-color: #f2f2f2;
	color: #000;
	vertical-align: middle;
	font-family: Arial;
}
.Name-S-11{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 25px;
    padding-left: 8%;
}
.Name-S-2{
	display: table-cell;
	width: 85%;
	height: 45px;
	border-left: 1px solid #DCDDDD;
	color: #000;
	background-color: #f2f2f2;
	vertical-align: middle;
	font-family: Arial;
}
.Name-S-22{
    width: 100%;
    font-size: 16px;
    text-align: left;
    line-height: 25px;
    padding-left: 2%;
}
.title-DD-1{
	display: table-cell;
    width: 14.99%;
    background-color: #FFF;
	color: #848484;
	vertical-align: middle;
	font-family: Arial;
}
.title-DD-11{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 20px;
    padding-left: 8%;
}
.title-DD-2{
	display: table-cell;
	width: 55%;
	border-left: 1px solid #DCDDDD;
	color: #848484;
	vertical-align: middle;
	font-family: Arial;
}
.title-DD-22{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 30px;
    padding-left: 3%;
}
.title-DD-3{
	display: table-cell;
	width: 30%;
	border-left: 1px solid #DCDDDD;
	color: #848484;
	vertical-align: middle;
	font-family: Arial;
}
.title-DD-33{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
	line-height: 30px;
}
.td-DD-1{
    display: table-cell;
    width: 55%;
    background-color: #E3F4FC;
    border-bottom: 1px solid #DCDDDD;
	    border-right: 1px solid #DCDDDD;
	vertical-align: middle;
}
.td-DD-1-1{
    display: table-cell;
    width: 55%;
    background-color: #d9fbf4;
    border-bottom: 1px solid #DCDDDD;
	border-right: 1px solid #DCDDDD;
	vertical-align: middle;
	font-family: Arial;
}
.td-DD-11{
    width: 100%;
    font-size: 15px;
    text-align: left;
    line-height: 30px;
    padding-left: 3%;
}
.td-DD-2{
    display: table-cell;
    width: 15%;
    background-color: #E3F4FC;
    border-bottom: 1px solid #DCDDDD;
    border-right: 1px solid #DCDDDD;
	vertical-align: middle;
	font-family: Arial;
}
.td-DD-22{
    width: 100%;
    font-size: 16px;
    /*font-weight: bold;*/
    text-align: left;
    line-height: 20px;
    padding-left: 8%;
	color: #4e4e4e;
	font-family: Arial;
}
.td-DD-2-1{
    display: table-cell;
    width: 15%;
    background-color: #d9fbf4;
    border-bottom: 1px solid #DCDDDD;
    border-right: 1px solid #DCDDDD;
	vertical-align: middle;
}
.Download-list-tr-2{
	display: table;
    width: 100%;
    background-color: #fdf8f8;
    overflow: hidden;
	border-left: 1px solid #DCDDDD;
    border-right: 1px solid #DCDDDD;
	border-bottom: 1px solid #DCDDDD;
}
.td-DD-5{
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.td-DD-55{
    width: 15%;
    font-size: 16px;
    text-align: left;
    line-height: 2.2em;
    color: #0c649d;
    padding-left: 15px;
    font-weight: bold;
	font-family: Arial;
}
.td-DD-6{
	display: block;
	width: 100%;
	height:35px;
}
.container{
	clear:both;
	width: 100%;
	margin: 0 auto;
	overflow:hidden;
	/*background-image:url(../images/bg_01-01.png);*/
	/*background-repeat: repeat-X;*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b0dff5+0,d1f0fa+12,e8f5fd+40,e8f5fd+57,e8f5fd+75,e8f5fd+75,b8e2f9+100 */
background: #b0dff5; /* Old browsers */
background: -moz-linear-gradient(top, #b0dff5 0%, #d1f0fa 12%, #e8f5fd 40%, #e8f5fd 57%, #e8f5fd 75%, #e8f5fd 75%, #b8e2f9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #b0dff5 0%,#d1f0fa 12%,#e8f5fd 40%,#e8f5fd 57%,#e8f5fd 75%,#e8f5fd 75%,#b8e2f9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #b0dff5 0%,#d1f0fa 12%,#e8f5fd 40%,#e8f5fd 57%,#e8f5fd 75%,#e8f5fd 75%,#b8e2f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0dff5', endColorstr='#b8e2f9',GradientType=0 ); /* IE6-9 */
}
.title-login {
	width: 1160px;
	height: 75px;
	border-bottom: 1px solid #17a8e5;
	margin: 0 auto;
	margin-top:2%;
	margin-bottom:3%;
}
.title-login .ti {
	float:left;
}
.title-login .ti-2 {
	float:left;
    line-height: 75px;
    font-size: 28px;
    font-weight: bold;
    color: #17a8e5;
    text-align: center;
	margin-left:2%;
	font-family: Arial;
}
.login-box {
	display: block;
    max-width: 500px;
    padding: 30px 30px;
    margin: 0 auto;
	margin-top: 3%;
	border-radius: 10px 10px 10px 10px;
	margin-bottom: 4%;
	background-color:#FFFFFF;
}
.login-box .login-ti{
	font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
	margin-left:10px;
	color: #747373;
	font-family: Arial;
}
.login-box .login-input {
    display: block;
    max-width: 420px;
	height: 40px;
    margin: 0 auto 20px;
}
.login-box .login-input .ico {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background: #0084bc;
    text-align: center;
	font-family: Arial;
}
.login-box .login-input .ico img{
	width: 40px;
	height:40px;
}
input, textarea, select, label {
    font-family: Microsoft JhengHei,Verdana,PMingLiU;
}
.login-box .login-input .input{
	float: right;
    width: calc(100% - 40px);
    height: 40px;
    border: 1px solid #0c649d;
    border-left: none;
	color:#dddddd;
}
.login-box .login-input .input input {
    display: block;
    width: 100%;
    height: 38px;
    border: none;
    background: #fff;
    padding: 0 10px;
    outline: none;
	color:#1F1F1F;
	font-size:16px;
	font-weight: bold;
    transition: background .25s linear;
    -ms-transition: background .25s linear;
    -moz-transition: background .25s linear;
    -webkit-transition: background .25s linear;
	cursor: pointer; 
}
.login-box .login-input .input input:active{
	background-color: #dddddd;
	color:#dddddd;
}
.login-content{
	max-width: 420px;
    margin-top:2%;
	margin: 0 auto;
}
.login-box .forget-password-text {
    line-height: 40px;
    max-width: 200px;
    margin: 0 auto;
	overflow:hidden;
	float: left;
	margin-left: 1%;
}
.login-box .forget-password-text p {
    color:#ce0505;
	font-size:18px;
	text-align: left;
}
.login-box .login-bot {
    line-height: 40px;
    max-width: 200px;
    margin: 0 auto;
	overflow:hidden;
	float: right;
}
.login-box .login-bot .submit {
    display: block;
    float: right;
    width: 150px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border: none;
    background: #17a8e5;
    outline: none;
    transition: background .25s linear;
    -ms-transition: background .25s linear;
    -moz-transition: background .25s linear;
    -webkit-transition: background .25s linear;
	border-radius: 20px;
	cursor: pointer; 
}
.login-box .login-bot .submit:hover{
	background-color: #164d7f;
}
.note {
    max-width: 420px;
    margin-top:2%;
	margin: 0 auto;
    overflow: hidden;
	clear: both;
}
.note .note-p{
	float: none;
	width: 97%;
	margin:0 auto;
	letter-spacing: 1px;
	margin-bottom:1.5%;
	margin-top: 1.5%;
}
.note .note-p strong{
	color:#000000;
	font-size:15px;
	line-height: 25px;
	text-align: left;
	font-weight: 700;
}
.note .note-p p{
	color:#000000;
	font-size:15px;
	line-height: 25px;
	text-align: left;
}
.note .contact-bt{
	width: 100%;
}
.note .contact-bt .submit {
    display: block;
    float: right;
    width: 150px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border: none;
    background: #ed6f00;
    outline: none;
    transition: background .25s linear;
    -ms-transition: background .25s linear;
    -moz-transition: background .25s linear;
    -webkit-transition: background .25s linear;
	border-radius: 20px;
	cursor: pointer;
}
.note .contact-bt .submit:hover{
	background-color: #c65705;
}
.title-img{
	/*float:right;*/
    width: 15px;
    height: 15px;
	margin: 0 auto;
	/*margin-bottom: 2%;*/
}
.title-img img{
	width:15px;
	height: 15px;
}
.title-img img:hover{
	-webkit-filter:grayscale(1);
}
/* --手機版型------------------------------------- */

@media screen and (max-width: 736px) {
	
*{
	box-sizing:border-box; /* 讓 padding 與 width 解除關係 */
}

html,body{
	-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
}

.Download-title{
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-top: 1%;
}
.Download-icon{
	float: left;
    display: block;
    width: 60px;
    height: 60px;
    margin-left: 5%;
}
.Download-h1{
	float:left;
	display: block;
	width:65%;
	height:70px;
}
.Download-h1 h1{
	 display: block;
    width: 65%;
    height: 60px;
    font-size: 2.5em;
    line-height: 60px;
    color: #d4650b;
    letter-spacing: 1px;
    margin-left: 3%;
}
.Download-h2{
	float:left;
	display: block;
	width:95%;
	height:60px;
}	
.Download-h2 h2{
	 display: block;
    width: 95%;
    height: 60px;
    font-size: 2em;
    line-height: 60px;
    color: #054d7b;
    letter-spacing: 1px;
    margin-left: 4%;
}	
.Search-form{
	width: 100%;
    height: auto;
}	
.formArea2 {
    width: 100%;
    display: block;
    margin: 0 auto;
	margin-top: 1.5%;
}
.fill-Name2{
	display: block;
    width: 97%;
    height: 50px;
    line-height: 50px;
    float: left;
    margin-left: 3%;
    font-size: 18px;
    font-weight: bold;
    color: #0073aa;
}
.fillBox2 {
	display: block;
    width: 80%;
    float: left;
	outline: none;
}
.Search-form .inText {
    width: 94%;
    height: 37px;
    margin-top: 1%;
    margin-left: 5%;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    outline: none;
}
.itemBox .btnBox {
	display: block;
    width: 12%;
    float: left;
    margin: 2px 0 5px 8px;
}	
.Content-product-1200{
	width:100%;
	margin:0 auto;
	height:auto;
	padding: 10px;
}
.MapBox{
	display: none;
	float: left;
    width: 28%;
    clear: both;
    margin-top: 10px;
}
.MapBox img{
	max-width: 90%;
	display: block;
}
.formArea {
    float: none;
    padding-right: 1%;
    width: 100%;
    display: block;
    margin-top: 1%;
}
.itemBox {
	display: block;
    width: 100%;
	padding: 0 8px;
}
.itemleft{
	display: block;
    width: 50%;
	float: left;
}
.itemName {
	display: block;
    float: none;
    width: 100%;
    line-height: 20px;
}
.Search-title {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.Search-title p {
    display: block;
    width: 98%;
    height: 55px;
    font-size: 0.8em;
    line-height: 1.4em;
    color: #0a5e94;
    letter-spacing: 2px;
    padding-left: 1%;
}	
.fillBox3 {
	display: block;
    width: 82%;
    float: left;
	outline: none;
	margin-left: 1%;
}
.itemBox .btnBox2 {
	display: block;
    width: 11.2%;
    float: left;
    margin: 5px 0 0 3px;
}
.Search-button{                               /*設定按鈕初始狀態*/
  width:40px;
  height: 40px;
  background: -webkit-linear-gradient(top, #2b94e5 15%,#207cca 44%,#125199 74%,#1e5799 100%); /* Chrome10-25,Safari5.1-6 */
       /*按鈕背景色*/
  border: 2px #2b94e5 outset;     /*按鈕邊現顏色，並往外凸*/
  padding: 3px 3px 3px 3px;     /*按鈕內緣與文字的距離*/
  text-decoration: none;
  border-radius: 3px;
  display: block;
  float: left;	
}

.Search-button:hover{                    /*滑鼠經過時，按鈕的變化*/
  border-style: inset;               /*邊框變成內凹*/
  background: -webkit-linear-gradient(top, #f9c667 0%,#f79621 46%,#f48200 95%); /* Chrome10-25,Safari5.1-6 */
  padding: 3px 3px 3px 3px;   /*改變按鈕內緣與文字的距離，做出往下按的視覺效果*/
  border: 2px #f48200;
}
.b-icon-2 {
	width:100%;	
}
.b-icon-2 img{
	width: 40px;
	margin: 0 auto;
}
.Content-product-1200 label {
	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 0.95em;
    color: #000;
    padding: 15px 10px 0px 3px;
}
.fillBox {
	display: block;
	overflow: hidden;
}
.Select{
	display: block;
	margin-left: 1%;
	}	
.Content-product-1200 select {
    padding: 5px;
    margin-top: 5px;
    width: 99%;
    height: 36px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
}
.Content-product-1200 option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.3em;
    padding: 0px 2px 1px;
}
.Content-product-1200 textarea{
	padding: 5px;
    margin-top: 8px;
    width: 99%;
    height: 120px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
	outline: none;
    resize: none;
}	
.Content-product-1200 .inText {
    padding: 5px;
    margin-top: 8px;
    width: 99%;
    height: 36px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
}
.fill{
	width: 100%;
	height: 50px;
}
.fill-Name{
	display: block;
    float: left;
    width: 35%;
    line-height: 50px;
	font-size: 15px;
}
.item-class{
	display: block;
    width: 100%;
	height: auto;
}
.item-class1{
	display: block;
    width: 100%;
    height: 30px;
    float: none;
    font-size: 17px;
    color: #0073aa;
    line-height: 50px;
    margin-left: 3%;
}
.item-class2{
	display: block;
    width: 100%;
    height: 40px;
    float: none ;
    font-size: 20px;
    color: #0073aa;
    line-height: 50px;
    font-weight: bold;
    margin-left: 3%;
}		
.clearBoth {
    height: 0;
    font-size: 0;
    line-height: 0;
    clear: both;
}
.Download-list{
	width: 96%;
	height: auto;
	margin: 0 auto;
	padding-top: 3%;
}
.Download-list-1{
	display: table;
	width:100%;
	height: 50px;
	background-color:#FFF;
	border-left: 1px solid #DCDDDD;
	border-top: 1px solid #DCDDDD;
	border-right: 1px solid #DCDDDD;	
}
.Download-list-1 a{
	color:#4e4e4e;
}
.Download-list-2{
	display: table;
	width:100%;
	height: 35px;
	background-color:#FFF;
	border-left: 1px solid #DCDDDD;
	border-top: 0px solid #DCDDDD;
	border-right: 1px solid #DCDDDD;	
}
.Download-list-2 a{
	color:#4e4e4e;
}	
.title-D-1{
	display: table-cell;
    width: 25%;
    background-color: #FFF;
	border-right: 1px solid #DCDDDD;
	vertical-align: middle;
}
.title-D-11{
    width: 100%;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
	line-height: 20px;
}
.title-D-2{
	display: table-cell;
	width: 35%;
	color: #828282;
	vertical-align: middle;
	border-right: 1px solid #DCDDDD;
}
.title-D-22{
    width: 100%;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
	line-height: 20px;
}
.title-D-3{
	display: table-cell;
	width: 40%;
	border-right: 0px solid #DCDDDD;
	color: #828282;
	vertical-align: middle;
}
.title-D-33{
    width: 100%;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
	line-height: 20px;
}
.title-D-4{
	display: none;	
}
.title-D-5{
	display: none;
}	
.Download-list-tr{
	display: table;
    width: 100%;
    border-left: 1px solid #DCDDDD;
    border-right: 1px solid #DCDDDD;
    overflow: hidden;
}	
.td-D-1{
	display: table-cell;
    width: 25%;
    background-color: #F4F4F4;
    border-bottom: 1px solid #DCDDDD;
	vertical-align: middle;
}
.td-D-11{
    width: 100%;
    font-size: 0.8em;
    text-align: center;
	line-height: 3em;
}
.td-D-2{
    display: table-cell;
    width: 35%;
    background-color: #E3F4FC;
    border-bottom: 1px solid #DCDDDD;
    border-right: 1px solid #DCDDDD;
    vertical-align: middle; 
}
.td-D-22{
    width: 100%; 
    font-size: 0.8em;
    text-align: center;
	line-height: 2em;
}	
.td-D-3{
	display: table-cell;
	width: 40%;
	background-color:#E3F4FC;
	border-bottom: 1px solid #DCDDDD;
	border-right: 0px solid #DCDDDD;
	vertical-align: middle; 
}
.td-D-33{
    width: 100%; 
    font-size: 0.8em;
    text-align: center;
	line-height: 3em;
}	
.td-D-4{
    display: none;   
}
.td-D-5{
    display: none;
}
.Product-Name{
	display: table;
	width: 100%;
    background-color: #FFF;
    border-left: 1px solid #DCDDDD;
    border-top: 1px solid #DCDDDD;
    border-right: 1px solid #DCDDDD;
    border-bottom: 1px solid #DCDDDD;
    overflow: hidden;	
}
.Name-S-1{
	display: table-cell;
    width: 100%;
    background-color: #f2f2f2;
	color: #000;
	vertical-align: middle;
}
.Name-S-11{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
	line-height: 30px;
	padding-left: 0px;
}
.Name-S-2{
	display: none;
	float: none;
}
.Name-S-22{
    width: 0%;
}	
.title-DD-1{
	display: none;
    float: none;
}
.title-DD-2{
	display: table-cell;
    width: 75%;
    border-left: 0px solid #DCDDDD;
    vertical-align: middle;
}
.title-DD-22{
    width: 100%;
    font-size: 1em;
    font-weight: bold;
    text-align: left;
    padding-left: 6%;
}
.title-DD-4{
	display: none;
}
.td-DD-1{
    display: table-cell;
    width: 75%;
    background-color: #E3F4FC;
    border-bottom: 1px solid #DCDDDD;
	border-right: 0px solid #DCDDDD;
	vertical-align: middle;
}
.td-DD-1-1{
    display: table-cell;
    width: 75%;
    background-color: #d9fbf4;
    border-bottom: 1px solid #DCDDDD;
	border-right: 0px solid #DCDDDD;
	vertical-align: middle;
}	
.td-DD-11{
    width: 100%;
    font-size: 0.9em;
    text-align: left;
    line-height: 2em;
    padding-left: 6%;
}
.td-DD-2-1{
    display: none;
}	
.td-DD-2{
    display: none;
}
.td-DD-3{
	display: table-cell;
	width: 25%;
	background-color:#E3F4FC;
	border-bottom: 1px solid #DCDDDD;
	border-left: 1px solid #DCDDDD;
	vertical-align: middle;
}
.td-DD-33{
    width: 100%; 
    font-size: 0.9em;
    text-align: center;
	line-height: 2em;
}	
.td-DD-4{
	display: none;	
}
.Download-list-tr-2{
	display: table;
    width: 100%;
    background-color: #f2f2f2;
    overflow: hidden;
	border-left: 1px solid #DCDDDD;
    border-right: 1px solid #DCDDDD;
	border-bottom: 1px solid #DCDDDD;
}
.td-DD-5{
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.td-DD-55{
    width: 100%;
    font-size: 16px;
    text-align: left;
    line-height: 2em;
    padding-left: 4%;
    color: #0c649d;
    font-weight: bold;
}
.td-DD-6{
	display: block;
	width: 100%;
	height:30px;
}
.container{
	clear:both;
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow:hidden;
	/*background-image:url(../images/bg_01-01.png);*/
	/*background-repeat: repeat-X;*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b0dff5+0,d1f0fa+12,e8f5fd+40,e8f5fd+57,e8f5fd+75,e8f5fd+75,b8e2f9+100 */
background: #b0dff5; /* Old browsers */
background: -moz-linear-gradient(top, #b0dff5 0%, #d1f0fa 12%, #e8f5fd 40%, #e8f5fd 57%, #e8f5fd 75%, #e8f5fd 75%, #b8e2f9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #b0dff5 0%,#d1f0fa 12%,#e8f5fd 40%,#e8f5fd 57%,#e8f5fd 75%,#e8f5fd 75%,#b8e2f9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #b0dff5 0%,#d1f0fa 12%,#e8f5fd 40%,#e8f5fd 57%,#e8f5fd 75%,#e8f5fd 75%,#b8e2f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0dff5', endColorstr='#b8e2f9',GradientType=0 ); /* IE6-9 */
}
.title-login {
	width: 90%;
	height: auto;
	border-bottom: 1px solid #17a8e5;
	margin: 0 auto;
	margin-top:3%;
	margin-bottom:3%;
}
.title-login .ti {
	float:none;
}
.title-login .ti img{
	width:175px;
	height:30px;
	}	
.title-login .ti-2 {
	float:none;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #17a8e5;
    text-align: left;
	margin-left:2%;
	margin-top:2%; 
}
.login-box {
	display: block;
    max-width: 90%;
    padding: 30px 30px;
    margin: 0 auto;
	margin-top: 3%;
	border-radius: 10px 10px 10px 10px;
	margin-bottom: 4%;
	background-color:#FFFFFF;
}
.login-box .login-ti{
	font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
	margin-left:0px;
	color: #747373;
}
.login-box .login-input {
    display: block;
    max-width: 420px;
	height: 40px;
    margin: 0 auto 20px;
}
.login-box .login-input .ico {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background: #0084bc;
    text-align: center;
}
.login-box .login-input .ico img{
	width: 40px;
	height:40px;
}
input, textarea, select, label {
    font-family: Microsoft JhengHei,Verdana,PMingLiU;
}
.login-box .login-input .input{
	float: right;
    width: calc(100% - 40px);
    height: 40px;
    border: 1px solid #0c649d;
    border-left: none;
	color:#dddddd;
}
.login-box .login-input .input input {
    display: block;
    width: 100%;
    height: 38px;
    border: none;
    background: #fff;
    padding: 0 10px;
    outline: none;
	color:#1F1F1F;
	font-size:16px;
	font-weight: bold;
    transition: background .25s linear;
    -ms-transition: background .25s linear;
    -moz-transition: background .25s linear;
    -webkit-transition: background .25s linear;
}
.login-box .login-input .input input:active{
	background-color: #dddddd;
	color:#dddddd;
}
.login-content{
	max-width: 100%;
    margin-top:2%;
	margin: 0 auto;
}	
.login-box .forget-password-text {
    line-height: 40px;
    max-width: 200px;
    margin: 0 auto;
	overflow:hidden;
	float: none;
	margin-left: 2%;
}
.login-box .forget-password-text p {
    color:#ce0505;
	font-size:18px;
	text-align: left;
}	
.login-box .login-bot {
    line-height: 40px;
    max-width: 420px;
    margin: 0 auto;
	overflow:hidden;
}
.login-box .login-bot .submit {
    display: block;
    float: right;
    width: 150px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border: none;
    background: #17a8e5;
    outline: none;
    transition: background .25s linear;
    -ms-transition: background .25s linear;
    -moz-transition: background .25s linear;
    -webkit-transition: background .25s linear;
}
.login-box .login-bot .submit:hover{
	background-color: #164d7f;
}
.note {
    max-width: 100%;
    margin-top:2%;
	margin: 0 auto;
    overflow: hidden;
}
.note .note-p{
	float: none;
	width: 97%;
	margin:0 auto;
	letter-spacing: 1px;
	margin-bottom:1.5%;
	margin-top: 1.5%;
}
.note .note-p p{
	color:#000000;
	font-size:15px;
	line-height: 25px;
	text-align: left;
}
.note .contact-bt{
	width: 100%;
}
.note .contact-bt .submit {
    display: block;
    float: right;
    width: 150px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border: none;
    background: #ed6f00;
    outline: none;
    transition: background .25s linear;
    -ms-transition: background .25s linear;
    -moz-transition: background .25s linear;
    -webkit-transition: background .25s linear;
}
.note .contact-bt .submit:hover{
	background-color: #c65705;
}
.title-img{
	margin: 0 auto;
    width: 15px;
    height: 15px;
	margin-bottom: 2%;
}
.title-img img{
	
	width:15px;
	height: 15px;
}
.title-img img:hover{
	-webkit-filter:grayscale(1);
}	
}
/* --ipad版型------------------------------------- */
@media only screen and (min-width: 737px) and (max-width: 1024px) {
*{
	box-sizing:border-box; /* 讓 padding 與 width 解除關係 */
}

html,body{
	-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
}

.Download-title{
	width: 100%;
    height: 60px;
    margin: 0 auto;
    margin-top: 1%;	
}
.Download-icon{
	float: left;
    display: block;
    width: 70px;
    height: 70px;
    margin-left: 2.5%;
}
.Download-h1{
	float:left;
	display: block;
	width:65%;
	height:70px;
}
.Download-h1 h1{
	 display: block;
    width: 65%;
    height: 60px;
    font-size: 2.5em;
    line-height: 70px;
    color: #ED6F00;
    letter-spacing: 1px;
    margin-left: 2%;
}
.Download-h2{
	float:left;
	display: block;
	width:95%;
	height:60px;
}	
.Download-h2 h2{
	 display: block;
    width: 95%;
    height: 60px;
    font-size: 2.5em;
    line-height: 60px;
    color: #054d7b;
    letter-spacing: 1px;
    margin-left: 3%;
}	
.Search-form{
	width: 100%;
    height: auto;
}	
.formArea2 {
    width: 100%;
    display: block;
    margin: 0 auto;
	margin-top: 1.5%;
}
.fill-Name2{
	display: block;
    width: 20%;
    height: 50px;
    line-height: 50px;
    float: left;
    margin-left: 3%;
    font-size: 18px;
    font-weight: bold;
    color: #0073aa;
}
.fillBox2 {
	display: block;
    width: 50%;
    float: left;
    outline: none;
}
.itemBox .btnBox {
    display: block;
    width: 10%;
    float: left;
    margin: 5px 0 0px 5px;
}	
.Search-form .inText {
    width: 94%;
    height: 37px;
    margin-top: 2%;
    margin-left: 5%;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    outline: none;
}	
.Content-product-1200{
	width:100%;
	margin:0 auto;
	height:auto;
}
.MapBox{
	display: block;
    float: left;
    width: 28%;
    clear: both;
    margin-top: 10px;
    margin-left: 2%;
}
.MapBox img{
	max-width: 92%;
	display: block;
}
.formArea {
    float: block;
    padding-right: 10px;
    width: 69%;
    display: block;
    margin-top: 0.2%;
}
.itemBox {
	display: block;
    width: 100%;
	padding: 0 5px;
}
.itemleft{
	display: block;
    width: 50%;
	float: left;
}
.itemName {
	display: block;
    float: left;
    width: 29%;
    line-height: 20px;
	margin-left: 1%;
}
.Search-title {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.Search-title p {
    display: block;
    width: 100%;
    height: 30px;
    font-size: 0.85em;
    line-height: 1.4em;
    color: #0a5e94;
    letter-spacing: 2px;
    padding-left: 0.5%;
}	
.fillBox3 {
	display: block;
    width: 50%;
    float: left;
	outline: none;
}
.itemBox .btnBox2 {
	display: block;
    width: 10%;
	float:left;
    margin: 5px 0 0 5px;
}
.itemBox .Search2 {
	display: block;
    width: 40px;
    height: 40px;
	float:left;
    text-indent: -9999px;
	border: none;
    background:url(../Images/Search-bt.png) no-repeat;
}
.itemBox .Search2:hover {
    background:url(../Images/Search-bt-2.png) no-repeat;
}	
.item-class{
	display: block;
    width: 100%;
	height: auto;
}
.item-class1{
	display: block;
    /*width: 25%;*/
    height: 40px;
    float: left;
    font-size: 17px;
    color: #0073aa;
    line-height: 40px;
    margin-left: 2%;
}
.item-class2{
	display: block;
    width: 65%;
    height: 40px;
    float: left;
    font-size: 20px;
    color: #0073aa;
    line-height: 40px;
    font-weight: bold;
    margin-left: 2%;
}	
.Content-product-1200 label {
	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 15px;
    color: #000;
    padding: 15px 10px 0px 5px;
}
.fillBox {
	display: block;
	overflow: hidden;
}
.Select{
	display: block;
	margin-left: 1%;
	}	
.Content-product-1200 select{
    padding: 5px;
    margin-top: 8px;
    width: 98%;
    height: 36px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
	margin-left: 0.1%;
}
.Content-product-1200 option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.3em;
    padding: 0px 2px 1px;
}
.Content-product-1200 textarea{
	padding: 5px;
    margin-top: 8px;
    width: 98%;
    height: 120px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
	margin-left: 1.2%;
	outline: none;
    resize: none;
}
.fill{
	width: 100%;
	height: 50px;
}
.fill-Name{
	display: block;
    float: left;
    width: 35%;
    line-height: 50px;
	font-size: 15px;
}	
.clearBoth {
    height: 0;
    font-size: 0;
    line-height: 0;
    clear: both;
}
.Download-list{
	width: 98%;
	height: auto;
	margin: 0 auto;
	padding-top: 1%;
}
.Download-list-1{
	display: table;
	width: 100%;
    height: 35px;
    background-color: #FFF;
    border-left: 1px solid #DCDDDD;
    border-top: 1px solid #DCDDDD;
    border-right: 1px solid #DCDDDD;
    border-bottom: 1px solid #DCDDDD;
    overflow: hidden;	
}
.Download-list-2{
	width: 100%;
    height: 35px;
    background-color: #FFF;
    border-left: 1px solid #DCDDDD;
    border-top: 1px solid #DCDDDD;
    border-right: 1px solid #DCDDDD;
    border-bottom: 1px solid #DCDDDD;
    overflow: hidden;	
}
.title-D-1{
	display: table-cell;
    width: 11%;
    background-color: #FFF;
	border-right: 1px solid #DCDDDD;
	color: #828282;
	vertical-align: middle;
}
.title-D-11{
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
	line-height: 20px;
}
.title-D-2{
	display: table-cell;
	width: 18%;
	background-color: #FFF;
	border-right: 1px solid #DCDDDD;
	color: #828282;
	vertical-align: middle;
}
.title-D-22{
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
	line-height: 20px;
}
.title-D-3{
	display: table-cell;
	width: 18%;
	background-color: #FFF;
	border-right: 1px solid #DCDDDD;
	color: #828282;
	vertical-align: middle;
}
.title-D-33{
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
	line-height: 20px;
}
.title-D-4{
	display: table-cell;
	width: 37%;
	background-color: #FFF;
	color: #828282;
	vertical-align: middle;
}
.title-D-44{
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
	line-height: 20px;
}
.title-D-5{
	display: table-cell;
	width: 16%;
	background-color: #FFF;
	border-right: 1px solid #DCDDDD;
	color: #828282;
	vertical-align: middle;
}
.title-D-55{
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
	line-height: 20px;
}
.Download-list-tr{
	display: table;
    width: 100%;
    border-left: 1px solid #DCDDDD;
    border-right: 1px solid #DCDDDD;
    overflow: hidden;
}
.Download-list-tr a{
	color:#000;
	text-decoration: none;
}
.Download-list-tr a:hover{
	color:#ed6f00;
	text-decoration: none;
}
.td-D-1{
    display: table-cell;
    width: 11%;
    background-color: #F4F4F4;
    border-bottom: 1px solid #DCDDDD;
	border-right: 1px solid #DCDDDD;
	vertical-align: middle;
}
.td-D-11{
    width: 100%;
    font-size: 14px;
    text-align: center;
	line-height: 25px;
	color: #2e3233;
}
.td-D-2{
    display: table-cell;
    width: 18%;
    background-color: #E3F4FC;
    border-bottom: 1px solid #DCDDDD;
    border-right: 1px solid #DCDDDD;
	vertical-align: middle;
}
.td-D-22{
  width: 100%;
    font-size: 14px;
    text-align: center;
	line-height: 25px;
	color: #2e3233;
}
.td-D-3{
	display: table-cell;
    width: 18%;
    background-color: #E3F4FC;
    border-bottom: 1px solid #DCDDDD;
    border-right: 1px solid #DCDDDD;
	vertical-align: middle;
}
.td-D-33{
   width: 100%;
    font-size: 14px;
    text-align: center;
	line-height: 25px;
	color: #2e3233;
}
.td-D-4{
	display: table-cell;
    width: 37%;
    background-color: #E3F4FC;
    border-bottom: 1px solid #DCDDDD;
	vertical-align: middle;
}
.td-D-44{
  width: 100%;
    font-size: 14px;
    text-align: left;
	line-height: 25px;
	color: #2e3233;
	padding: 1%;
}
.td-D-5{
	display: table-cell;
    width: 16%;
    background-color: #E3F4FC;
    border-bottom: 1px solid #DCDDDD;
    border-right: 1px solid #DCDDDD;
	vertical-align: middle;
}
.td-D-55{
    width: 100%;
    font-size: 14px;
    text-align: center;
	line-height: 25px;
	color: #2e3233;
}
.Product-Name{
	display: table;
	width: 100%;
    background-color: #FFF;
    border-left: 1px solid #DCDDDD;
    border-top: 1px solid #DCDDDD;
    border-right: 1px solid #DCDDDD;
    overflow: hidden;	
}
.Name-S-1{
	display: table-cell;
    width: 14.99%;
    background-color: #f2f2f2;
	color: #000;
	vertical-align: middle;
}
.Name-S-11{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
	line-height: 25px;
}
.Name-S-2{
	display: table-cell;
	width: 85%;
	height: 45px;
	border-left: 1px solid #DCDDDD;
	color: #000;
	background-color: #f2f2f2;
	vertical-align: middle;
}
.Name-S-22{
    width: 100%;
    font-size: 16px;
    text-align: left;
    line-height: 25px;
    padding-left: 2%;
}
.title-DD-1{
	display: table-cell;
    width: 14.99%;
    background-color: #FFF;
	color: #848484;
	vertical-align: middle;
}
.title-DD-11{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
	line-height: 20px;
}
.title-DD-2{
	display: table-cell;
	width: 55%;
	border-left: 1px solid #DCDDDD;
	color: #848484;
	vertical-align: middle;
}
.title-DD-22{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
	line-height: 30px;
}
.title-DD-3{
	display: table-cell;
	width: 30%;
	border-left: 1px solid #DCDDDD;
	color: #848484;
	vertical-align: middle;
}
.title-DD-33{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
	line-height: 30px;
}
.td-DD-1{
    display: table-cell;
    width: 55%;
    background-color: #E3F4FC;
    border-bottom: 1px solid #DCDDDD;
	    border-right: 1px solid #DCDDDD;
	vertical-align: middle;
}
.td-DD-1-1{
    display: table-cell;
    width: 55%;
    background-color: #d9fbf4;
    border-bottom: 1px solid #DCDDDD;
	border-right: 1px solid #DCDDDD;
	vertical-align: middle;
}	
.td-DD-11{
    width: 100%;
    font-size: 15px;
    text-align: left;
	line-height: 30px;
}
.td-DD-2{
    display: table-cell;
    width: 15%;
    background-color: #E3F4FC;
    border-bottom: 1px solid #DCDDDD;
    border-right: 1px solid #DCDDDD;
	vertical-align: middle;
}
.td-DD-2-1{
    display: table-cell;
    width: 15%;
    background-color: #d9fbf4;
    border-bottom: 1px solid #DCDDDD;
	border-right: 1px solid #DCDDDD;
	vertical-align: middle;
}	
.td-DD-22{
    width: 100%; 
    font-size: 15px;
    text-align: left;
	line-height: 30px;
	color: #4e4e4e;
}

.Download-list-tr-2{
	display: table;
    width: 100%;
    background-color: #f2f2f2;
    overflow: hidden;
	border-left: 1px solid #DCDDDD;
    border-right: 1px solid #DCDDDD;
	border-bottom: 1px solid #DCDDDD;
}
.td-DD-5{
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.td-DD-55{
    width: 15%;
    font-size: 16px;
    text-align: left;
    line-height: 2.2em;
    color: #0c649d;
	padding-left: 1.5%;
	font-weight: bold;
}
.td-DD-6{
	display: block;
	width: 100%;
	height:35px;
}
.td-DD-6{
	display: block;
	width: 100%;
	height:30px;
}
.container{
	clear:both;
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow:hidden;
	/*background-image:url(../images/bg_01-01.png);*/
	/*background-repeat: repeat-X;*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b0dff5+0,d1f0fa+12,e8f5fd+40,e8f5fd+57,e8f5fd+75,e8f5fd+75,b8e2f9+100 */
background: #b0dff5; /* Old browsers */
background: -moz-linear-gradient(top, #b0dff5 0%, #d1f0fa 12%, #e8f5fd 40%, #e8f5fd 57%, #e8f5fd 75%, #e8f5fd 75%, #b8e2f9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #b0dff5 0%,#d1f0fa 12%,#e8f5fd 40%,#e8f5fd 57%,#e8f5fd 75%,#e8f5fd 75%,#b8e2f9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #b0dff5 0%,#d1f0fa 12%,#e8f5fd 40%,#e8f5fd 57%,#e8f5fd 75%,#e8f5fd 75%,#b8e2f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0dff5', endColorstr='#b8e2f9',GradientType=0 ); /* IE6-9 */
}
.title-login {
	width: 95%;
	height: 75px;
	border-bottom: 1px solid #17a8e5;
	margin: 0 auto;
	margin-top:3%;
	margin-bottom:1%;
}
.title-login .ti {
	float:left;
}
.title-login .ti img{
	width:320px;
	height:55px;
	}	
.title-login .ti-2 {
	float:left;
    line-height: 75px;
    font-size: 24px;
    font-weight: bold;
    color: #17a8e5;
    text-align: center;
	margin-left:1%;
}
.login-box {
	display: block;
    max-width: 500px;
    padding: 30px 30px;
    margin: 0 auto;
	margin-top: 3%;
	border-radius: 10px 10px 10px 10px;
	margin-bottom: 4%;
	background-color:#FFFFFF;
}
.login-box .login-ti{
	font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
	margin-left:10px;
	color: #747373;
}
.login-box .login-input {
    display: block;
    max-width: 420px;
	height: 40px;
    margin: 0 auto 20px;
}
.login-box .login-input .ico {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background: #0084bc;
    text-align: center;
}
.login-box .login-input .ico img{
	width: 40px;
	height:40px;
}
input, textarea, select, label {
    font-family: Microsoft JhengHei,Verdana,PMingLiU;
}
.login-box .login-input .input{
	float: right;
    width: calc(100% - 40px);
    height: 40px;
    border: 1px solid #0c649d;
    border-left: none;
	color:#dddddd;
}
.login-box .login-input .input input {
    display: block;
    width: 100%;
    height: 38px;
    border: none;
    background: #fff;
    padding: 0 10px;
    outline: none;
	color:#1F1F1F;
	font-size:16px;
	font-weight: bold;
    transition: background .25s linear;
    -ms-transition: background .25s linear;
    -moz-transition: background .25s linear;
    -webkit-transition: background .25s linear;
}
.login-box .login-input .input input:active{
	background-color: #dddddd;
	color:#dddddd;
}
.login-box .login-bot {
    line-height: 40px;
    max-width: 420px;
    margin: 0 auto;
	overflow:hidden;
}
.login-box .login-bot .submit {
    display: block;
    float: right;
    width: 150px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border: none;
    background: #17a8e5;
    outline: none;
    transition: background .25s linear;
    -ms-transition: background .25s linear;
    -moz-transition: background .25s linear;
    -webkit-transition: background .25s linear;
}
.login-box .login-bot .submit:hover{
	background-color: #164d7f;
}
.note {
    max-width: 420px;
    margin-top:2%;
	margin: 0 auto;
    overflow: hidden;
}
.note .note-p{
	float: none;
	width: 97%;
	margin:0 auto;
	letter-spacing: 1px;
	margin-bottom:1.5%;
	margin-top: 1.5%;
}
.note .note-p p{
	color:#000000;
	font-size:15px;
	line-height: 25px;
	text-align: left;
}
.note .contact-bt{
	width: 100%;
}
.note .contact-bt .submit {
    display: block;
    float: right;
    width: 150px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border: none;
    background: #ed6f00;
    outline: none;
    transition: background .25s linear;
    -ms-transition: background .25s linear;
    -moz-transition: background .25s linear;
    -webkit-transition: background .25s linear;
}
.note .contact-bt .submit:hover{
	background-color: #c65705;
}
.title-img{
	margin: 0 auto;
    width: 15px;
    height: 15px;
	margin-bottom: 2%;
}
.title-img img{
	width:15px;
	height: 15px;
}
.title-img img:hover{
	-webkit-filter:grayscale(1);
}	
}