/*
  TOUI CSS v1.0.3
  Update 20210602
  Copyright Â© Taoyuan World.
*/
/* Reset */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-family: Arial, "Microsoft YaHei", 微軟雅黑;
  line-height: 1.5;
  color: #333333;
}
body, textarea, input, button, select, fieldset, legend {
  outline: 0;
}
header, footer, section, article, aside, nav, address, menu {
  display: block;
}
html, body, img, iframe, abbr {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
  font-weight: normal;
}
input, select, textarea {
  outline: none;
  font: inherit;
  font-family: Arial, "Microsoft YaHei", 微軟雅黑;
}
input:disabled, textarea:disabled, select:disabled {
  background: #eeeeee;
}
select {
  background: #ffffff;
}
textarea {
  overflow: auto;
  resize: none;
  line-height: 1.5;
  padding-top: 5px;
  padding-bottom: 5px;
}
label, button {
  cursor: pointer;
}
ol, ul, li, dl, dt, dd {
  list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
h1, h2, h3, h4, h5, h6, em {
  font-weight: normal;
}
a, a:hover {
  text-decoration: none;
  color: #333333;
}
samp {
  font-family: inherit;
}
address {
  font-style: normal;
}
hr {
  border: 0;
  border-top: 1px solid #eeeeee;
}
img {
  display: inline-block;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
.round-2px {
  border-radius: 2px;
}
.round-4px {
  border-radius: 4px;
}
.round-6px {
  border-radius: 6px;
}
.round-8px {
  border-radius: 8px;
}
.round-10px {
  border-radius: 10px;
}
/* å“åº”å¼æ …æ ¼ç³»ç»Ÿ */
.wrap-full {
  width: 100%;
}
.wrap {
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.wrap-15px {
  padding: 0 15px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.wrap:before, .wrap:after, .wrap-full:before, .wrap-full:after, .row:before, .row:after {
  content: " ";
  display: table;
}
.wrap:after, .wrap-full:after, .row:after {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.show-mobile-block, .show-mobile-inline, .show-mobile-inline-block, .show-pad-block, .show-pad-inline, .show-pad-inline-block, .show-pc-block, .show-pc-inline, .show-pc-inline-block {
  display: none;
}
.col-mobile-1, .col-pad-1, .col-pc-1, .col-mobile-2, .col-pad-2, .col-pc-2, .col-mobile-3, .col-pad-3, .col-pc-3, .col-mobile-4, .col-pad-4, .col-pc-4, .col-mobile-5, .col-pad-5, .col-pc-5, .col-mobile-6, .col-pad-6, .col-pc-6, .col-mobile-7, .col-pad-7, .col-pc-7, .col-mobile-8, .col-pad-8, .col-pc-8, .col-mobile-9, .col-pad-9, .col-pc-9, .col-mobile-10, .col-pad-10, .col-pc-10, .col-mobile-11, .col-pad-11, .col-pc-11, .col-mobile-12, .col-pad-12, .col-pc-12, .col-mobile-5x, .col-pad-5x, .col-pc-5x {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-mobile-1, .col-mobile-2, .col-mobile-3, .col-mobile-4, .col-mobile-5, .col-mobile-6, .col-mobile-7, .col-mobile-8, .col-mobile-9, .col-mobile-10, .col-mobile-11, .col-mobile-12, .col-mobile-5x {
  float: left;
}
.col-mobile-12 {
  width: 100%;
}
.col-mobile-11 {
  width: 91.6666%;
}
.col-mobile-10 {
  width: 83.3333%;
}
.col-mobile-9 {
  width: 75%;
}
.col-mobile-8 {
  width: 66.6666%;
}
.col-mobile-7 {
  width: 58.3333%;
}
.col-mobile-6 {
  width: 50%;
}
.col-mobile-5 {
  width: 41.6666%;
}
.col-mobile-4 {
  width: 33.3333%;
}
.col-mobile-3 {
  width: 25%;
}
.col-mobile-2 {
  width: 16.6666%;
}
.col-mobile-1 {
  width: 8.3333%;
}
.col-mobile-5x {
  width: 20%;
}
@media (max-width: 767px) {
  .wrap {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .col-mobile-1, .col-pad-1, .col-pc-1, .col-mobile-2, .col-pad-2, .col-pc-2, .col-mobile-3, .col-pad-3, .col-pc-3, .col-mobile-4, .col-pad-4, .col-pc-4, .col-mobile-5, .col-pad-5, .col-pc-5, .col-mobile-6, .col-pad-6, .col-pc-6, .col-mobile-7, .col-pad-7, .col-pc-7, .col-mobile-8, .col-pad-8, .col-pc-8, .col-mobile-9, .col-pad-9, .col-pc-9, .col-mobile-10, .col-pad-10, .col-pc-10, .col-mobile-11, .col-pad-11, .col-pc-11, .col-mobile-12, .col-pad-12, .col-pc-12, .col-mobile-5x, .col-pad-5x, .col-pc-5x {
    padding-left: 5px;
    padding-right: 5px;
  }
  .show-mobile-block {
    display: block;
  }
  .show-mobile-inline {
    display: inline;
  }
  .show-mobile-inline-block {
    display: inline-block;
  }
  .hide-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .wrap {
    width: 960px;
  }
  .col-pad-1, .col-pad-2, .col-pad-3, .col-pad-4, .col-pad-5, .col-pad-6, .col-pad-7, .col-pad-8, .col-pad-9, .col-pad-10, .col-pad-11, .col-pad-12, .col-pad-5x {
    float: left;
  }
  .col-pad-12 {
    width: 100%;
  }
  .col-pad-11 {
    width: 91.6666%;
  }
  .col-pad-10 {
    width: 83.3333%;
  }
  .col-pad-9 {
    width: 75%;
  }
  .col-pad-8 {
    width: 66.6666%;
  }
  .col-pad-7 {
    width: 58.3333%;
  }
  .col-pad-6 {
    width: 50%;
  }
  .col-pad-5 {
    width: 41.6666%;
  }
  .col-pad-4 {
    width: 33.3333%;
  }
  .col-pad-3 {
    width: 25%;
  }
  .col-pad-2 {
    width: 16.6666%;
  }
  .col-pad-1 {
    width: 8.3333%;
  }
  .col-pad-5x {
    width: 20%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .show-pad-block {
    display: block;
  }
  .show-pad-inline {
    display: inline;
  }
  .show-pad-inline-block {
    display: inline-block;
  }
  .hide-pad {
    display: none;
  }
}
@media (min-width: 1200px) {
  .wrap {
    width: 1200px;
  }
  .show-pc-block {
    display: block;
  }
  .show-pc-inline {
    display: inline;
  }
  .show-pc-inline-block {
    display: inline-block;
  }
  .hide-pc {
    display: none;
  }
  .col-pc-1, .col-pc-2, .col-pc-3, .col-pc-4, .col-pc-5, .col-pc-6, .col-pc-7, .col-pc-8, .col-pc-9, .col-pc-10, .col-pc-11, .col-pc-12, .col-pc-5x {
    float: left;
  }
  .col-pc-12 {
    width: 100%;
  }
  .col-pc-11 {
    width: 91.6666%;
  }
  .col-pc-10 {
    width: 83.3333%;
  }
  .col-pc-9 {
    width: 75%;
  }
  .col-pc-8 {
    width: 66.6666%;
  }
  .col-pc-7 {
    width: 58.3333%;
  }
  .col-pc-6 {
    width: 50%;
  }
  .col-pc-5 {
    width: 41.6666%;
  }
  .col-pc-4 {
    width: 33.3333%;
  }
  .col-pc-3 {
    width: 25%;
  }
  .col-pc-2 {
    width: 16.6666%;
  }
  .col-pc-1 {
    width: 8.3333%;
  }
  .col-pc-5x {
    width: 20%;
  }
}
@media (min-width: 768px) {
  #appBox {
    background-color: #1d1d1d;
    height: 100%;
  }
  #appBox body {
    width: 600px;
    min-height: 100%;
    background-color: #ffffff;
    margin: 0 auto;
  }
  #appBox div {
    max-width: 600px;
  }
}
/* æŽ’ç‰ˆ */
.animation, .animation a {
  transition: color 0.3s, background-color 0.5s, border-color 0.3s, opacity 0.5s, box-shadow 0.5s, width 0.5s, height 0.5s;
}
.content {
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
.content p {
  margin-bottom: 15px;
}
.content a {
  color: #3366cc;
}
.content a:hover {
  text-decoration: underline;
  color: #3366cc;
}
.content img {
  margin-bottom: 5px;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}
.text-nowrap, .text-nowrap a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-center-align {
  display: flex;
  align-items: center;
}
.blank-5px {
  height: 5px;
}
.blank-10px {
  height: 10px;
}
.blank-15px {
  height: 15px;
}
.blank-20px {
  height: 20px;
}
.blank-30px {
  height: 30px;
}
.blank-40px {
  height: 40px;
}
.blank-50px {
  height: 50px;
}
.blank-60px {
  height: 60px;
}
.blank-70px {
  height: 70px;
}
.blank-80px {
  height: 80px;
}
.blank-90px {
  height: 90px;
}
.blank-100px {
  height: 100px;
}
.mb-1px {
  margin-bottom: 1px;
}
.mb-2px {
  margin-bottom: 2px;
}
.mb-3px {
  margin-bottom: 3px;
}
.mb-4px {
  margin-bottom: 4px;
}
.mb-5px {
  margin-bottom: 5px;
}
.mb-10px {
  margin-bottom: 10px;
}
.mb-20px {
  margin-bottom: 20px;
}
.mb-30px {
  margin-bottom: 30px;
}
.mb-40px {
  margin-bottom: 40px;
}
.mb-50px {
  margin-bottom: 50px;
}
.mb-60px {
  margin-bottom: 60px;
}
.mb-70px {
  margin-bottom: 70px;
}
.mb-80px {
  margin-bottom: 80px;
}
.mb-90px {
  margin-bottom: 90px;
}
.mb-100px {
  margin-bottom: 100px;
}
/* è¡¨å• */
.btn-default, .btn-info, .btn-success, .btn-warning, .btn-dange {
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  border-radius: 5px;
  cursor: pointer;
  color: #FFFFFF;
  -webkit-appearance: none;
}
a.btn-default, a.btn-info, a.btn-success, a.btn-warning, a.btn-dange {
  display: block;
  text-align: center;
}
a.btn-info, a.btn-success, a.btn-warning, a.btn-dange {
  color: #FFFFFF;
}
.btn-default {
  border: 1px #ddd solid;
  background: #fff;
  color: #333;
}
.btn-default:hover {
  background: #eee;
}
.btn-info {
  border: 1px #337ab7 solid;
  background: #337ab7;
}
.btn-info:hover {
  background: #255885;
  border-color: #1e476b;
}
.btn-success {
  border: 1px #5cb85c solid;
  background: #5cb85c;
}
.btn-success:hover {
  background: #428542;
  border-color: #366b36;
}
.btn-warning {
  border: 1px #f0ad4e solid;
  background: #f0ad4e;
}
.btn-warning:hover {
  background: #bd873c;
  border-color: #a37534;
}
.btn-dange {
  border: 1px #d9534f solid;
  background: #d9534f;
}
.btn-dange:hover {
  background: #a63f3c;
  border-color: #8c3532;
}
.inp {
  border: 1px #ddd solid;
  -webkit-appearance: none;
}
.inp:focus {
  box-shadow: 0 0 8px #ccc;
}
.inp-xs {
  height: 25px;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 2px;
}
a.inp-xs {
  line-height: 25px;
}
.btn-default.inp-xs, .btn-info.inp-xs, .btn-success.inp-xs, .btn-warning.inp-xs, .btn-dange.inp-xs {
  padding-left: 12px;
  padding-right: 12px;
}
.inp-sm {
  height: 30px;
  font-size: 12px;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 2px;
}
a.inp-sm {
  line-height: 30px;
}
.btn-default.inp-sm, .btn-info.inp-sm, .btn-success.inp-sm, .btn-warning.inp-sm, .btn-dange.inp-sm {
  padding-left: 15px;
  padding-right: 15px;
}
.inp-md {
  height: 40px;
  font-size: 14px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 4px;
}
a.inp-md {
  line-height: 40px;
}
.btn-default.inp-md, .btn-info.inp-md, .btn-success.inp-md, .btn-warning.inp-md, .btn-dange.inp-md {
  padding-left: 25px;
  padding-right: 25px;
}
.inp-lg {
  height: 50px;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
}
a.inp-lg {
  line-height: 50px;
}
.btn-default.inp-lg, .btn-info.inp-lg, .btn-success.inp-lg, .btn-warning.inp-lg, .btn-dange.inp-lg {
  padding-left: 30px;
  padding-right: 30px;
}
.select {
  position: relative;
  display: inline-block;
}
.select .inp {
  padding-right: 20px;
}
.select i {
  position: absolute;
  right: 2px;
}
.select i.inp-xs {
  line-height: 25px;
}
.select i.inp-sm {
  line-height: 30px;
}
.select i.inp-md {
  line-height: 40px;
}
.select i.inp-lg {
  line-height: 50px;
}
.inp-focus {
  color: #999999;
}
.inp-radius-none {
  border-radius: 0;
}
/* è¡¨æ ¼ */
.table-box ul {
  border-bottom: 1px #eee solid;
  clear: both;
  overflow: hidden;
}
.table-box ul li {
  float: left;
  line-height: 1.8;
}
.table-box ul li a {
  color: #337ab7;
}
.table-box ul li a:hover {
  text-decoration: underline;
}
.table-row-bg ul:hover {
  background-color: #f1f3f5;
}
.table-row-bg ul:first-child {
  background: none;
}
.table-col-full li:first-child {
  padding-left: 0;
}
.table-col-full li:last-child {
  padding-right: 0;
}
.table-xs ul {
  padding: 5px 0;
  font-size: 0.75em;
}
.table-sm ul {
  padding: 10px 0;
  font-size: 0.875em;
}
.table-md ul {
  padding: 12px 0;
}
.table-lg ul {
  padding: 15px 0;
}
/* åˆ†é¡µ */
.pages li {
  text-align: center;
  float: left;
  margin-right: 5px;
  line-height: 32px;
  font-size: 0.875em;
}
.pages li a {
  display: block;
  min-width: 32px;
  padding: 0 10px;
  background: #ddd;
  color: #333;
  transition: background-color 0.3s;
  cursor: pointer;
}
.pages li a:hover, .pages .c {
  background: #333;
  min-width: 32px;
  padding: 0 10px;
  color: #FFFFFF;
}
.pages.round li {
  border-radius: 2px;
  overflow: hidden;
}
/* å¯¼èˆª */
.nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  background-color: #eee;
  font-size: 0.875em;
}
.nav .nLi {
  position: relative;
  white-space: nowrap;
  flex: 1;
}
.nav .nLi span a {
  display: block;
  text-align: center;
  line-height: 46px;
  padding: 0 10px;
}
.nav .nLi span a:hover, .nav .on span a {
  font-size: 100%;
  /* background-color: #ddd; */
}
.nav .sub {
  display: none;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 999;
  background-color: #eee;
  text-align: center;
}
.nav .sub.right {
  left: auto;
  right: 0;
}
.nav .sub li a {
  display: block;
  line-height: 40px;
}
.nav .sub li a:hover {
  font-size: 100%;
  background-color: #ddd;
}
.nav .sub li:first-child {
  margin-top: 10px;
}
.nav .sub li:last-child {
  margin-bottom: 10px;
}
/* è½®æ’­å›¾ */
.slide-full {
  width: 100%;
  position: relative;
  height: 450px;
  overflow: hidden;
}
.slide-full .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.slide-full .bd ul {
  width: 100% !important;
}
.slide-full .bd ul li {
  width: 100% !important;
  text-align: center;
  background-size: auto 100% !important;
}
.slide-full .bd ul li a {
  display: block;
  width: 100%;
  height: 450px;
}
.slide-full .hd {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 40px;
  line-height: 40px;
}
.slide-full .hd ul {
  text-align: center;
}
.slide-full .hd ul li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 10px;
  height: 10px;
  margin: 0 2px;
  border: 1px #fff solid;
  border-radius: 5px;
  overflow: hidden;
}
.slide-full .hd ul .on {
  background: #666;
  border-color: #666;
}
.slide-full .prev, .slide-full .next {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -30px;
  left: 50px;
  width: 40px;
  height: 65px;
  background: url(toui_res/slide.png) #000 no-repeat;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
  border-radius: 3px;
  transition: background-color 0.3s;
}
.slide-full .prev {
  background-position: -105px 16px;
}
.slide-full .next {
  left: auto;
  right: 50px;
  background-position: 11px 16px;
}
.slide-full .prev:hover, .slide-full .next:hover {
  background-color: #337ab7;
}
@media (max-width: 1023px) {
  .slide-full {
    height: 340px;
  }
  .slide-full .bd ul li a {
    height: 340px;
  }
  .slide-full .prev, .slide-full .next {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .slide-full {
    height: 180px;
  }
  .slide-full .bd ul li a {
    height: 180px;
  }
}
/* ä¸‹æ‹‰èœå• */
.down-menu {
  cursor: pointer;
}
.down-menu-box {
  display: none;
  z-index: 9;
  position: relative;
}
/* è¿›åº¦æ¡ */
.to-progress {
  height: 20px;
  background: #ddd;
  overflow: hidden;
  line-height: 20px;
  border-radius: 4px;
  position: relative;
}
.to-progress-bar {
  width: 0;
  height: 100%;
  background: #00a8e6;
  float: left;
  border-radius: 4px;
}
.to-progress .mun {
  position: absolute;
  line-height: 20px;
  text-align: center;
  left: 0;
  right: 0;
  font-size: 12px;
  color: #333;
}
/* å›¾ç‰‡è’™ç‰ˆ */
.pic-mask {
  position: relative;
  width: 100%;
  height: 100%;
}
.pic-mask.round {
  border-radius: 4px;
  overflow: hidden;
}
.pic-mask .mask-bg {
  background: url(main_res/mask_bg.png);
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
}
.pic-mask .mask-title {
  position: absolute;
  z-index: 10;
  display: flex;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
}
.pic-mask .mask-title strong {
  font-size: 1.75em;
}
.pic-mask .mask-title span {
  font-size: 0.875em;
}
/* å›¾æ–‡å¯¼èˆª */
.nav-ico-box li {
  float: left;
  margin: 0 15px;
}
.nav-ico {
  text-align: center;
  overflow: hidden;
}
.nav-ico p {
  line-height: 1.8;
}
.nav-ico p .fa-circle {
  color: #337ab7;
}
.nav-ico p .fa-stack-1x {
  font-size: 0.8em;
}
.nav-ico .title {
  font-size: 0.875em;
  color: #666;
}
.nav-ico:hover p .fa-circle, .nav-ico.on p .fa-circle {
  color: #f0ad4e;
  transition: color 0.3s;
}
.nav-ico:hover .title, .nav-ico.on .title {
  color: #f0ad4e;
}
.nav-ico.big .fa-stack {
  font-size: 3em;
}
.nav-ico.big .title {
  font-weight: bold;
  font-size: 1em;
}
/* æ ¹æ®å®½åº¦è®¾ç½®å…ƒç´ é«˜åº¦ä¸º16:9ï¼Œå…ƒç´ é«˜åº¦ç”±jsä¿®æ”¹ï¼Œå›¾ç‰‡è‡ªåŠ¨åž‚ç›´æ°´å¹³å±…ä¸­ */
.image-auto {
  overflow: hidden;
  position: relative;
  display: block;
}
.image-auto img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.image-cur a .image-auto {
  transition: opacity 0.5s;
}
.image-cur a:hover .image-auto {
  opacity: 0.6;
}





.banner-6 { float:left; width:calc(100% - 300px); overflow:hidden;}
.tpsx1 { width:100%; display:block; height:100%;}
.tpsx1::before {  content: '';  padding-top:350px;  float: left;}
.tpsx1::after {  content: '';  display: block;  clear: both;}
.tpp-2 { width:100%;}
.bjtp {    width: 100%;
    height: 350px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: url(global_res/img12.png) repeat-x;}
.banner-6 .swiper-slide { height:350px;}
.btt-2 {
    position:absolute;
    width:100%;
    box-sizing:border-box;
    bottom:30px;
    color:#fff;
    text-align: center;
    font-size: 1.5em;
    z-index: 9; font-weight:bold;
    }
.lmmc-11:hover .btt-2 { color:#fbd45e;}

.page-bg li .fa-inverse:before {content: "\f15c";}
.page-bg li:nth-child(2) .fa-inverse:before {content: "\f0c0";}
.page-bg li:nth-child(3) .fa-inverse:before {content: "\f02d";}

