body,
h1,
h2,
h3,
div,
ul,
li,
table,
tbody,
tr,
td,
input,
textarea,
i,
span,
section,
p,
select,
a {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", "PingFang SC", "宋体", "Arial", "黑体", "sans-serif";
}
body,
html {
  width: 100%;
  height: 100%;
}
body,
html,
.main {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.main {
  min-width: 1200px;
  overflow: hidden;
}
body {
  -webkit-tap-highlight-color: transparent;
  font-family: "PMingLiU-ExtB", "Microsoft YaHei", "PingFang SC", "宋体", "Arial", "黑体", "sans-serif";
}
button {
  border: none;
  outline: none;
}
input[type='text'],
input[type='textarea'],
input[type='password'],
select {
  outline: none;
  border-style: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}
textarea {
  font-family: "Microsoft YaHei", "PingFang SC", "宋体", "Arial", "黑体", "sans-serif";
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.textoverflow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.hide {
  display: none;
}
.inner {
  width: 1160px;
  margin: 0 auto;
}
#header {
  width: 100%;
  height: 83px;
  z-index: 9;
  padding-top: 23px;
}
#header .inner {
  width: 1160px !important;
  height: 100%;
}
#header .inner .logo {
  display: inline-block;
  vertical-align: middle;
}
#header .inner .nav-box {
  height: 100%;
  font-size: 16px;
}
#header .inner .nav-box .nav-item {
  padding: 0 10px;
  margin-right: 20px;
  cursor: pointer;
  color: #fff;
}
#header .inner .nav-box .nav-item.selected span {
  border-bottom: 2px solid #d8262c;
}
#header .inner .nav-box .nav-item span {
  display: inline-block;
  height: 30px;
}
#header .inner .nav-box .line {
  display: inline-block;
  width: 2px;
  height: 14px;
  background: white;
  margin-top: -8px;
}
#header .inner .nav-box .language-selection {
  padding: 0 8px;
  height: 18px;
  line-height: 17px;
  font-size: 12px;
  border: 1px solid white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-left: 30px;
  margin-top: -9px;
  color: #fff;
}
#header .inner .nav-box .language-selection span {
  cursor: pointer;
}
#header .inner .nav-box .language-selection .selected {
  color: #c8c8c8;
}
#footer {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: white;
  border-top: 1px solid #dcdddd;
  color: #808080;
  font-size: 12px;
}
#footer .footer-nav {
  margin-top: 15px;
  height: 15px;
  line-height: 15px;
}
#footer .footer-nav .footer-nav-item {
  padding: 0 10px;
  cursor: pointer;
  border-right: 1px solid #808080;
  color: #808080;
}
#footer .footer-nav .footer-nav-item.selected {
  color: #323232;
}
#footer .footer-nav a:last-of-type .footer-nav-item {
  padding-right: 0;
  border-right: none;
}
/* 提示條 */
#tip {
  display: none;
  position: fixed;
  min-width: 15em;
  left: 50%;
  top: 50%;
  font-size: 18px;
  line-height: 2.5em;
  padding: 0 2em;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
}
.showVideo {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
}
.showVideo .videoplay-btn {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.showVideo .videoplay-btn:hover {
  opacity: 0.8;
}
/* loading */
#loading {
  display: none;
  position: fixed;
  z-index: 100000;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 100px;
  left: 0;
  top: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.8);
}
#loading span {
  position: absolute;
  display: block;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -100px;
  background: url("../img/loading.png") no-repeat center center / 50% 50%;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: loading 1.5s linear infinite;
  -o-animation: loading 1.5s linear infinite;
  animation: loading 1.5s linear infinite;
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* flex布局 */
/* 子元素-平均分栏 */
.flex1 {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  width: 20%;
  /* For old syntax, otherwise collapses. */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
/* 父元素-横向排列（主轴） */
.flex-h {
  display: box;
  /* OLD - Android 4.4- */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* 09版 */
  -webkit-box-orient: horizontal;
  /* 12版 */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
/* 父元素-横向换行 */
.flex-hw {
  /* 09版 */
  /*-webkit-box-lines: multiple;*/
  /* 12版 */
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* 父元素-水平居中（主轴是横向才生效） */
.flex-hc {
  /* 09版 */
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  /* 其它取值如下：
    align-items     主轴原点方向对齐
    flex-end        主轴延伸方向对齐
    space-between   等间距排列，首尾不留白
    space-around    等间距排列，首尾留白
   */
}
.flex-sa {
  /* 12版 */
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
}
.flex-sb {
  /* 12版 */
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.flex-aic {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
/* 父元素-纵向排列（主轴） */
.flex-v {
  display: box;
  /* OLD - Android 4.4- */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* 09版 */
  -webkit-box-orient: vertical;
  /* 12版 */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
/* 父元素-纵向换行 */
.flex-vw {
  /* 09版 */
  /*-webkit-box-lines: multiple;*/
  /* 12版 */
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* 父元素-竖直居中（主轴是横向才生效） */
.flex-vc {
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
/* 子元素-显示在从左向右（从上向下）第1个位置，用于改变源文档顺序显示 */
.flex-1 {
  -webkit-box-ordinal-group: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: 1;
  /* OLD - Firefox 19- */
  -ms-flex-order: 1;
  /* TWEENER - IE 10 */
  -webkit-order: 1;
  /* NEW - Chrome */
  order: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
/* 子元素-显示在从左向右（从上向下）第2个位置，用于改变源文档顺序显示 */
.flex-2 {
  -webkit-box-ordinal-group: 2;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: 2;
  /* OLD - Firefox 19- */
  -ms-flex-order: 2;
  /* TWEENER - IE 10 */
  -webkit-order: 2;
  /* NEW - Chrome */
  order: 2;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.paging {
  text-align: center;
  margin-top: 50px;
}
.layui-laypage {
  display: inline-block;
  margin: 10px 0;
  vertical-align: middle;
  font-size: 0;
}
.layui-laypage > a:first-child,
.layui-laypage > a:first-child em {
  border-radius: 2px 0 0 2px;
}
.layui-laypage > a:last-child,
.layui-laypage > a:last-child em {
  border-radius: 0 2px 2px 0;
}
.layui-laypage > :first-child {
  margin-left: 0!important;
}
.layui-laypage > :last-child {
  margin-right: 0!important;
}
.layui-laypage a,
.layui-laypage button,
.layui-laypage input,
.layui-laypage select,
.layui-laypage span {
  border: 1px solid #e2e2e2;
}
.layui-laypage a,
.layui-laypage span {
  display: inline-block;
  margin: 0 -1px 5px 0;
  padding: 0 15px;
  height: 28px;
  background-color: #fff;
  color: #333;
  vertical-align: middle;
  font-size: 12px;
  line-height: 28px;
}
.layui-flow-more a *,
.layui-laypage input,
.layui-table-view select[lay-ignore] {
  display: inline-block;
}
.layui-laypage a:hover {
  color: #009688;
}
.layui-laypage em {
  font-style: normal;
}
.layui-laypage .layui-laypage-spr {
  color: #999;
  font-weight: 700;
}
.layui-laypage a {
  text-decoration: none;
}
.layui-laypage .layui-laypage-curr {
  position: relative;
}
.layui-laypage .layui-laypage-curr em {
  position: relative;
  color: #fff;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 1px;
  width: 100%;
  height: 100%;
  background-color: #009688;
}
.layui-laypage-em {
  border-radius: 2px;
}
.layui-laypage-next em,
.layui-laypage-prev em {
  font-size: 16px;
  font-family: Sim sun;
}
.layui-laypage .layui-laypage-count,
.layui-laypage .layui-laypage-limits,
.layui-laypage .layui-laypage-refresh,
.layui-laypage .layui-laypage-skip {
  margin-right: 10px;
  margin-left: 10px;
  padding: 0;
  border: none;
}
.layui-laypage .layui-laypage-limits,
.layui-laypage .layui-laypage-refresh {
  vertical-align: top;
}
.layui-laypage .layui-laypage-refresh i {
  font-size: 18px;
  cursor: pointer;
}
.layui-laypage select {
  padding: 3px;
  height: 22px;
  border-radius: 2px;
  cursor: pointer;
}
.layui-laypage .layui-laypage-skip {
  height: 30px;
  color: #999;
  line-height: 30px;
}
.layui-laypage button,
.layui-laypage input {
  box-sizing: border-box;
  height: 30px;
  border-radius: 2px;
  background-color: #fff;
  vertical-align: top;
  line-height: 30px;
}
.layui-laypage input {
  margin: 0 10px;
  padding: 0 3px;
  width: 40px;
  text-align: center;
}
.layui-laypage input:focus,
.layui-laypage select:focus {
  border-color: #009688 !important;
}
.layui-laypage button {
  margin-left: 10px;
  padding: 0 10px;
  cursor: pointer;
}
/*# sourceMappingURL=common.css.map */