body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #000;
  margin: 0px;
  padding: 0px;
  min-width: 1024px;
}
.clear {
  clear: both;
}
a {
  cursor: pointer;
  text-decoration: none;
}
p {
  padding: 0px;
  margin: 0px;
}
ol,
ul {
  padding: 0px;
  margin: 0px;
}
img {
  border: 0px;
}
table {
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: auto;
}
.imggrayborder {
  border: 2px #ccc solid;
}
input[type='text'] {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.form-item-label {
  width: 0px;
  height: 0px;
  overflow: hidden;
  position: absolute;
}
#loading-container {
  position: fixed;
  background-color: #fff;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  z-index: 9999;
  display: none;
}
#loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
}
#header {
  position: relative;
}
#headertop {
  position: relative;
  background: #fff;
  height: 31px;
  z-index: 100;
}
#headertop .inner {
  position: relative;
  width: 980px;
  margin: auto;
}
#websitelogo {
  position: absolute;
  top: 12px;
  left: -104px;
  z-index: 100;
}
#rightpanel {
  float: right;
}
#facebooklink {
  float: left;
  display: block;
  width: 25px;
  height: 25px;
  margin-top: 3px;
  overflow: hidden;
}
#facebooklink a {
  display: block;
  width: 100%;
  height: 100%;
}
#dotline1 {
  float: left;
  display: block;
  background-image: url(img/common/dotline.png);
  background-repeat: no-repeat;
  width: 1px;
  height: 25px;
  margin-top: 3px;
  margin-left: 15px;
  margin-right: 15px;
}
#dotline2 {
  float: left;
  display: block;
  background-image: url(img/common/dotline.png);
  background-repeat: no-repeat;
  width: 1px;
  height: 25px;
  margin-top: 3px;
  margin-left: 15px;
  margin-right: 15px;
}
#switchlang {
  float: left;
  display: block;
  height: 25px;
  margin-top: 3px;
  overflow: hidden;
}
#switchlang ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#switchlang ul>li {
  float: left;
  color: #727272;
  height: 25px;
  line-height: 25px;
}
#switchlang .langitem {
  display: block;
  text-decoration: none;
  color: #727272;
  height: 25px;
  line-height: 25px;
}
#zhlang {
  margin-right: 10px;
  font-size: 12px;
}
#cnlang {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
}
#enlang {
  margin-left: 6px;
  font-size: 12px;
}
#switchlang .selected {
  color: #00478b;
}
#changefont {
  position: relative;
  float: left;
  display: block;
  height: 25px;
  margin-top: 5px;
  overflow: hidden;
}
#changefont ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#changefont ul>li {
  float: left;
  color: #727272;
  height: 25px;
  overflow: hidden;
}
#changefont .fontitem {
  position: relative;
  display: block;
  text-decoration: none;
  color: #727272;
}
#smallfont {
  font-size: 13px;
  margin-top: 3px;
}
#normalfont {
  font-size: 15px;
  margin-left: 11px;
}
#largefont {
  font-size: 20px;
  margin-left: 9px;
  margin-right: 3px;
  margin-top: -5px;
}
#changefont .selected {
  color: #00478b;
  text-decoration: underline;
}
#changefont .access {
  height: 1px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: -500px;
  width: 1px;
}
#headerbottom {
  position: relative;
  background: #1975cd;
  height: 79px;
}
#headerbottom .inner {
  position: relative;
  width: 980px;
  margin: auto;
}
#search-container {
  position: absolute;
  top: 22px;
  right: 0px;
}
#search-form-container {
  position: relative;
  background-image: url(img/common/searchbg.png);
  background-repeat: no-repeat;
  width: 362px;
  height: 32px;
}
#search-label {
  color: #fff;
  position: absolute;
  top: 0px;
  left: 30px;
  line-height: 32px;
  font-size: 13px;
}
#search-box {
  position: absolute;
  top: 5px;
  left: 105px;
}
#searchkeyword {
  width: 185px;
  height: 20px;
  line-height: 20px;
  border: 0px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
}
#search-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
}
#search-btn a {
  display: block;
  color: #fff;
  line-height: 32px;
  text-align: center;
}
#menu {
  position: relative;
  background-image: url(img/common/menubg.png);
  background-repeat: repeat-x;
  min-height: 50px;
  z-index: 1500;
}
#menu .inner {
  position: relative;
  width: 980px;
  margin: auto;
}
#mainmenu {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#mainmenu li {
  position: relative;
  float: left;
}
#mainmenu .menuitem {
  display: block;
  width: 100%;
  height: 100%;
  color: #a5cbf0;
  text-decoration: none;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 17px;
}
#mainmenu .menuitem:hover {
  color: #fff;
  background-color: #1975cd;
}
#mainmenu .selected {
  background-image: url(img/common/menuselected.png);
  background-repeat: no-repeat;
  background-position: center top;
  color: #fff;
}
#menuitem1 {
  margin-left: -22px;
}
#menuitem2 {
  margin-left: 4px;
}
#menuitem3 {
  margin-left: 4px;
}
#menuitem4 {
  margin-left: 4px;
}
#menuitem5 {
  margin-left: 4px;
}
#menuitem6 {
  margin-left: 4px;
}
#menuitem7 {
  margin-left: 2px;
}
#menuitem8 {
  margin-left: 2px;
}
#menuitem9 {
  margin-left: 2px;
}
#menuitem10 {
  margin-left: 2px;
}
#mainmenu .submenu {
  position: absolute;
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 225px;
  margin-left: -6px;
  margin-top: -14px;
  display: none;
  z-index: 1700;
}
#mainmenu .submenu>li {
  float: none;
}
#mainmenu .submenu .submenuitem {
  display: block;
  text-decoration: none;
  text-align: left;
  background-image: url(img/common/submenubodybg.png);
  background-repeat: repeat-y;
}
#mainmenu .submenu .submenuitem a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  color: #000;
  text-decoration: none;
}
#mainmenu .submenu .firstsubmenuitem {
  background-image: url(img/common/submenuheaderbg.png);
  background-repeat: no-repeat;
}
#mainmenu .submenu .firstsubmenuitem a {
  padding-top: 32px;
}
#mainmenu .submenu .lastsubmenuitem {
  background-image: url(img/common/submenufooterbg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}
#mainmenu .submenu .lastsubmenuitem a {
  padding-bottom: 20px;
}
#mainmenu .submenu .submenuitem a:hover {
  color: #1975cd;
}
#mainmenu .subdotline {
  background-repeat: repeat-x;
}
#mainmenu .subdotline .lineinner {
  width: 205px;
  background-image: url(img/common/menudotline.png);
  height: 1px;
  margin: auto;
}
#page-banner {
  background-image: url(img/common/inner-page.png);
  background-repeat: no-repeat;
  width: 980px;
  height: 120px;
  line-height: 120px;
  font-size: 28px;
  color: #fff;
  margin: auto;
}
#page-banner .pagename {
  margin-left: 35px;
  line-height: 120px;
  font-size: 28px;
  color: #fff;
}
#nav-container {
  position: relative;
  width: 980px;
  margin: auto;
  padding-top: 13px;
  padding-bottom: 12px;
}
#nav-container a {
  float: left;
}
#nav-container .normaltxt {
  color: #000;
}
#nav-container .normaltxt:hover {
  color: #1975cd;
}
#nav-container .highttxt {
  color: #00478b;
}
#nav-container img {
  float: left;
  margin-top: 3px;
  margin-left: 7px;
  margin-right: 7px;
}
#footer {
  position: relative;
  background-image: url(img/common/footerbg.png);
  background-repeat: repeat-x;
  min-height: 42px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #565656;
  padding-top: 10px;
}
#footer_inner {
  position: relative;
  width: 980px;
  margin: auto;
}
#footer a {
  color: #565656;
}
#tcshortcut {
  position: absolute;
  top: 10px;
  right: 5px;
}
#pagebackbtn {
  display: block;
  position: absolute;
  top: 0px;
  right: 5px;
  padding-left: 15px;
  background-image: url(img/page/blue_arrow.png);
  background-position: left center;
  background-repeat: no-repeat;
  color: #00478b;
  padding-top: 13px;
  padding-bottom: 12px;
}
#page-content {
  width: 980px;
  margin: auto;
}
#page-content .left-content {
  float: left;
  width: 210px;
}
#page-content .left-content .leftmainmenu {
  list-style: none;
  width: 210px;
}
#page-content .left-content .dotline {
  background-image: url(img/page/leftmenubg2.png);
  height: 1px;
}
#page-content .left-content .dotline .lineinner {
  width: 206px;
  background-image: url(img/common/menudotline.png);
  height: 1px;
  margin: auto;
}
#page-content .left-content .leftmainmenu .leftmenuitem {
  background-image: url(img/page/leftmenubg2.png);
  background-repeat: repeat-y;
  min-height: 40px;
}
#page-content .left-content .leftmainmenu .leftmenuitem a {
  display: block;
  padding-left: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  color: #363636;
  background-image: url(img/page/nav_arrow1.png);
  background-position: 15px center;
  background-repeat: no-repeat;
  font-weight: bold;
}
#page-content .left-content .leftmainmenu .parentmenuitem a {
  background-image: url(img/page/nav_show.png);
}
#page-content .left-content .leftmainmenu .lastleftmenuitem {
  background-image: url(img/page/leftmenubg3.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}
#page-content .left-content .leftmainmenu .selectedmenuitem2 {
  background-image: url(img/page/leftmenubg2.png);
  background-repeat: no-repeat;
  background-position: left top;
}
#page-content .left-content .leftmainmenu .firstleftmenuitem {
  background-image: url(img/page/leftmenubg1.png);
  background-repeat: no-repeat;
}
#page-content .left-content .leftmainmenu .firstleftmenuitem a {
  padding-top: 11px;
  padding-bottom: 11px;
}
#page-content .left-content .leftmainmenu .lastparentmenuitem a {
  background-image: url(img/page/nav_show.png);
}
#page-content .left-content .leftmainmenu .lastleftmenuitem a {
  padding-top: 11px;
  padding-bottom: 11px;
}
#page-content .left-content .leftmainmenu .leftmenuitem .leftsubmenu {
  list-style: none;
}
#page-content .left-content .leftmainmenu .leftmenuitem .leftsubmenu .leftsubmenuitem {
  background-image: url(img/page/leftmenubg2.png);
  background-repeat: repeat-y;
}
#page-content .left-content .leftmainmenu .leftmenuitem .leftsubmenu .maxsubmenuitem {
  background-image: url(img/page/leftmenubg3.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}
#page-content .left-content .leftmainmenu .leftmenuitem .leftsubmenu .leftsubmenuitem a {
  background-image: url(img/page/nav_arrow1.png);
  background-position: 36px center;
  background-repeat: no-repeat;
  padding-left: 53px;
  font-weight: bold;
}
#page-content .left-content .leftmainmenu .selectedmenuitem a {
  background-image: url(img/page/nav_arrow2.png);
  color: #00478b;
}
#page-content .left-content .leftmainmenu .selectedmenuitem2 a {
  background-image: url(img/page/nav_hide.png);
}
#page-content .left-content .leftmainmenu .leftmenuitem .leftsubmenu .selectedmenuitem3 a {
  background-image: url(img/page/nav_arrow2.png);
  color: #00478b;
}
#page-content .right-content {
  float: right;
  width: 750px;
}
#page-content .right-content .inner_header {
  color: #00478b;
  font-size: 20px;
  background-image: url(img/page/pagecontentbg1.png);
  background-repeat: no-repeat;
  height: 44px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 44px;
  overflow: hidden;
}
#page-content .right-content .inner_header h2 {
  color: #00478b;
  font-size: 20px;
}
#page-content .right-content .inner_body {
  position: relative;
  background-image: url(img/page/pagecontentbg2.png);
  background-repeat: repeat-y;
  line-height: 22px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  min-height: 480px;
}
#page-content .right-content .inner_body ul,
#page-content .right-content .inner_body ol {
  padding-left: 17px;
}
#page-content .right-content .inner_footer {
  background-image: url(img/page/pagecontentbg3.png);
  background-repeat: no-repeat;
  height: 21px;
  overflow: hidden;
}
#page-content .full-content {
  float: none;
}
#page-content .full-content .inner_header {
  color: #00478b;
  font-size: 20px;
  background-image: url(img/page/pagecontentbg11.png);
  background-repeat: no-repeat;
  height: 44px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 44px;
  overflow: hidden;
}
#page-content .full-content .inner_body {
  background-image: url(img/page/pagecontentbg21.png);
  background-repeat: repeat-y;
  line-height: 22px;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 480px;
}
#page-content .full-content .inner_body ul,
#page-content .full-content .inner_body ol {
  padding-left: 17px;
}
#page-content .full-content .inner_footer {
  background-image: url(img/page/pagecontentbg31.png);
  background-repeat: no-repeat;
  height: 21px;
  overflow: hidden;
}
#downloadtitle {
  font-size: 15px;
  font-weight: bold;
  color: #00478b;
  padding-top: 10px;
  padding-bottom: 10px;
}
#downloadlist .rowitem1 {
  position: relative;
  line-height: 40px;
  height: 40px;
  font-weight: bold;
  padding-left: 10px;
  background-color: #ebebeb;
  overflow: hidden;
}
#downloadlist .rowitem2 {
  position: relative;
  line-height: 40px;
  height: 40px;
  font-weight: bold;
  padding-left: 10px;
  background-color: #f6f6f6;
}
#downloadlist .rowitem1 a,
#downloadlist .rowitem2 a {
  display: block;
  color: #000;
}
#downloadlist .downloadaction {
  float: right;
  margin-right: 20px;
  height: 40px;
}
#downloadlist .downloadaction img {
  float: left;
  margin-top: 4px;
}
#downloadlist .downloadaction a {
  float: left;
  color: #00478b;
  display: block;
}
#pagercontrol {
  position: absolute;
  top: -30px;
  right: 30px;
}
#pagercontrol ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#pagercontrol ul>li {
  float: left;
}
#pagercontrol .firstitem {
  display: block;
  width: 10px;
  height: 24px;
  text-align: center;
  line-height: 26px;
}
#pagercontrol .pageitem {
  display: block;
  width: 23px;
  height: 22px;
  border: 1px #e6e6e6 solid;
  text-align: center;
  line-height: 24px;
  margin-left: 3px;
  margin-right: 3px;
}
#pagercontrol .selectedpage {
  background-color: #1975cd;
  border-color: #1975cd;
  color: #fff;
}
#pagercontrol .pageitem:hover {
  background-color: #1975cd;
  border-color: #1975cd;
  color: #fff;
}
#pagercontrol .lastitem {
  display: block;
  width: 10px;
  height: 24px;
  text-align: center;
  line-height: 26px;
}
#organization-container {
  padding: 10px;
  padding-top: 0px;
  background-color: #fff;
}
#organization-container .inner-container {
  width: 910px;
  margin: auto;
}
#organization-container .organizationitem {
  float: left;
  width: 119px;
  height: 60px;
  overflow: hidden;
  border: 1px #ccc solid;
  margin-right: 10px;
  margin-top: 10px;
}
#organization-container .lastitem {
  margin-right: 0px;
}
#organization-container .promotionitem img {
  max-width: 100%;
}
body {
  font-family: 'Microsoft JhengHei', sans-serif;
}
.memberitem {
  float: left;
  background-image: url(img/page/memberbg.png);
  background-repeat: no-repeat;
  width: 343px;
  height: 184px;
  margin-top: 20px;
  margin-right: 20px;
  overflow: hidden;
  line-height: 24px;
}
.rowlastitem {
  margin-right: 0px;
}
.memberitem .meberitem_inner {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.memberitem .meberitem_inner .memberphoto {
  float: left;
  width: 124px;
  height: 164px;
  margin-right: 10px;
}
.memberitem .meberitem_inner .memberphoto img {
  max-width: 97%;
  max-height: 97%;
  border: 2px #fff solid;
}
.memberitem .meberitem_inner .membertypetitle1 {
  color: #1975cd;
}
.memberitem .meberitem_inner .membertypetitle2 {
  color: #1975cd;
}
.viewdetailbtn {
  color: #00478b;
}
#contactable {
  width: 100%;
}
#contactable tr td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.cinputbox {
  width: 90%;
  height: 24px;
  line-height: 24px;
  padding-left: 5px;
  border: 1px #ccc solid;
}
#cname_error,
#cemail_error,
#ctel_error,
#comments_error,
#recaptcha_error {
  color: red;
  display: none;
}
#sendresult_msg {
  padding: 10px;
  border: 1px #01478c solid;
  margin-bottom: 10px;
  color: #01478c;
  font-weight: bold;
  display: none;
}
#submitbtn {
  display: block;
  width: 154px;
  height: 37px;
  background-image: url(img/page/submitbg.png);
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 37px;
}
.errorfield {
  background-color: #d3e8ff !important;
  border-color: red !important;
}
#form-error_msg {
  border: 1px red solid;
  padding: 10px;
  margin-bottom: 10px;
  color: red;
  display: none;
}
