@charset "utf-8";
/*Unicode編碼*/
/*微軟雅黑*/
/*宋體*/
/*定義主體寬度*/
/*定義主體填充*/
/*定義圖片位置*/
/*定義間距*/
.clearfix {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
/*清除浮動*/
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
/*樣式控製字符長度，需指定寬度*/
._com_location {
  /*當前位置 公用樣式*/
  font-size: 12px;
  color: #666;
  display: block;
}
._com_a_hover {
  /*鏈接hover 公用樣式*/
  color: #2c8bea;
  text-decoration: underline;
}
._com_circle {
  /*圓圈 公用樣式*/
  background: url("../images/circle.jpg") no-repeat left center;
}
/*內頁公用變量*/
/*主要間距*/
/*定義[ 左邊 ]的寬度*/
/*=========頁面基本=======================================================================================*/
* {
  word-wrap: break-word;
}
body,
div,
ol,
ul,
li,
p,
input,
textarea,
form,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
img,
select,
table,
tr,
td,
fieldset,
legend,
table,
tr,
td,
th {
  margin: 0;
  padding: 0;
}
body {
  font-family: \5FAE\8F6F\96C5\9ED1,Microsoft YaHei;
  font-size: 14px;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333333;
  outline: none;
}
img {
  border: none;
}
.fixed_bar {
  width: 100%;
  background-color: #fff;
  border-bottom: 3px solid #338DE6;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  display: none;
}
.fixed_bar .fixed_box {
  width: 1080px;
  margin: 0 auto;
}
.fixed_bar .fixed_box:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.fixed_bar .fixed_box .fixed_logo {
  float: left;
}
.fixed_bar .fixed_box .fixed_nav {
  float: right;
  text-align: right;
}
.fixed_bar .fixed_box .fixed_nav:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.fixed_bar .fixed_box .fixed_nav a {
  float: left;
  line-height: 72px;
  width: 100px;
  text-align: center;
}
.fixed_bar .fixed_box .fixed_nav a:hover {
  background-color: #338DE6;
  color: #fff;
}
.top {
  width: 1080px;
  margin: 0 auto;
}
.top:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.top .logo {
  float: left;
}
.top .logo:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.top .logo a {
  float: left;
  display: block;
  width: 165px;
  overflow: hidden;
}
.top .logo span {
  float: left;
  font-size: 16px;
  display: block;
  margin-left: 8px;
  color: #444;
  margin-top: 30px;
}
.top .slide {
  float: right;
}
.top .slide .toplink {
  text-align: right;
  display: block;
  margin-top: 8px;
}
.top .slide .toplink:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.top .slide .toplink a {
  float: left;
  font-size: 12px;
  color: #666;
  display: block;
}
.top .slide .toplink a.lang {
  width: 36px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #2a90f4;
  background-color: #fff;
}
.top .slide .toplink a.lang.current {
  background-color: #2a90f4;
  color: #fff;
}
.top .slide .search {
  float: right;
  margin-top: 14px;
  border: 1px solid #cdcdcd;
}
.top .slide .search:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.top .slide .search .keyword {
  float: left;
  height: 26px;
  line-height: 26px;
  width: 150px;
  padding: 0 10px;
  border: none;
}
.top .slide .search .submitbtn {
  float: left;
  width: 40px;
  height: 28px;
  line-height: 26px;
  border: none;
  background: url("../images/search.png") no-repeat center center;
  background-color: #bbb;
  cursor: pointer;
}
.navwrap {
  width: 100%;
  background-color: #338de6;
}
.navwrap .nav {
  width: 1080px;
  margin: 0 auto;
}
.navwrap .nav ul:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.navwrap .nav ul li {
  float: left;
  width: 135px;
}
.navwrap .nav ul li a {
  width: 100%;
  line-height: 56px;
  height: 56px;
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.navwrap .nav ul li a:hover {
  background-color: #1f69b3;
}
.navwrap .nav ul li a.current {
  background-color: #1f69b3;
}
.footwrap {
  width: 100%;
  background-color: #2c8bea;
}
.footwrap .foot {
  width: 1080px;
  margin: 0 auto;
}
.footwrap .foot:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.footwrap .foot .item {
  float: left;
  width: 304px;
  padding: 10px 40px 40px 40px;
  margin: 30px 0 20px 0;
}
.footwrap .foot .item .ftitle {
  color: #fff;
  font-size: 16px;
  padding-bottom: 14px;
}
.footwrap .foot .item span {
  font-size: 12px;
  color: #fff;
  line-height: 20px;
}
.footbar {
  width: 100%;
  background-color: #1772cd;
}
.footbar .bar {
  width: 1080px;
  margin: 0 auto;
  padding: 5px 0;
}
.footbar .bar:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.footbar .bar .sublogo {
  float: left;
}
.footbar .bar .sublogo img {
  height: 46px;
  margin-top: 5px;
}
.footbar .bar .copyright {
  float: right;
  font-size: 12px;
  color: #fff;
  line-height: 56px;
}
.footbar .bar .friends_link {
  float: right;
  width: 90px;
  height: 28px;
  background-color: #0e5dad;
  color: #fff;
  position: relative;
  margin-top: 15px;
  margin-left: 10px;
}
.footbar .bar .friends_link .link_title {
  display: block;
  font-size: 12px;
  line-height: 28px;
  background: url("../images/arrow_up.png") no-repeat 70px center;
  padding-left: 16px;
  cursor: pointer;
}
.footbar .bar .friends_link .link_box {
  display: block;
  position: absolute;
  top: -154px;
  left: 0;
  background-color: #0e5dad;
  width: 100%;
  display: none;
}
.footbar .bar .friends_link .link_box a {
  display: block;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  border-bottom: 1px solid #0d549c;
}
.footbar .bar .friends_link .link_box a:hover {
  background-color: #0c4c8d;
  text-decoration: underline;
}
.fixed_contact {
  position: fixed;
  right: 20px;
  top: 180px;
  width: 50px;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  background: rgba(255, 255, 255, 0.8);
}
.fixed_contact .icon_wrap {
  position: relative;
}
.fixed_contact #wechat_qrcode {
  position: absolute;
  bottom: 0;
  right: 50px;
  border: 1px solid #e5e5e5;
  padding: 8px;
  display: none;
  background-color: #fff;
}
.fixed_contact #wechat_qrcode img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.fixed_contact a {
  text-align: center;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.fixed_contact a:hover {
  background-color: #0096f5;
}
.fixed_top {
  position: fixed;
  right: 20px;
  width: 50px;
  bottom: 80px;
  display: none;
  height: 30px;
  text-align: center;
  background-color: #333;
  padding: 7px 0;
  cursor: pointer;
}
.fixed_top:hover {
  background-color: #222;
}
.message {
  width: 1080px;
  margin: 0 auto;
}
.message .msg_tab {
  width: 600px;
  margin: 0 auto;
}
.message .msg_tab tbody tr th {
  text-align: right;
  color: #666;
  font-weight: normal;
  padding-right: 10px;
}
.message .msg_tab tbody tr td {
  font-family: "微軟雅黑" !important;
}
.message .inputext,
.message .inputtextarea {
  width: 260px;
  border: 1px solid #cdcdcd;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  margin: 8px 0 10px 0;
  font-size: 12px;
  color: #111;
}
.message .inputtextarea {
  width: 552px;
  height: 120px;
  padding: 14px;
  font-size: 12px;
  resize: none;
  line-height: 24px;
  color: #111;
  font-family: "微軟雅黑";
}
.message .inputsubmit {
  width: 162px;
  height: 42px;
  line-height: 36px;
  background-color: #2c8bea;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  border: none;
  font-size: 14px;
  margin: 20px auto 0 auto;
  display: block;
  cursor: pointer;
}
.message .inputsubmit:hover {
  text-decoration: underline;
}
.message p {
  color: #333;
}
.message .needtip {
  color: #f00;
  padding-left: 5px;
}
.catepage span {
  float: left;
  padding: 2px 8px;
  margin: 0 3px;
  line-height: 18px;
}
.catepage:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.catepage a {
  float: left;
  padding: 2px 8px;
  display: block;
  border: 1px solid #338de6;
  font-size: 12px;
  line-height: 18px;
  margin: 0 3px;
}
.catepage a.current {
  border: 1px solid #338de6;
  background-color: #338de6;
  color: #fff;
}
