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%;
  font-family: "Microsoft YaHei";
}
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";
  font-size: 16px;
}
button {
  border: none;
  outline: none;
}
.top-banner a {
  display: block;
  width: 100%;
  height: 100%;
}
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;
}
.main {
  min-width: 1440px;
}
.inner {
  width: 1200px;
  margin: 0 auto;
}
#header {
  width: 100%;
  height: 86px;
  background: #204f88;
  z-index: 9;
  position: relative;
  z-index: 10;
}
#header .inner {
  height: 100%;
  line-height: 130px;
}
#header .inner .logo {
  display: inline-block;
}
#header .inner .nav-box {
  height: 100%;
  font-size: 18px;
}
#header .inner .nav-box .nav-item {
  padding: 0 16px;
  cursor: pointer;
  color: #ffffff;
  line-height: 84px;
  position: relative;
  -webkit-transition: all 0.5s liner;
  -moz-transition: all 0.5s liner;
  -ms-transition: all 0.5s liner;
  -o-transition: all 0.5s liner;
  transition: all 0.5s liner;
}
#header .inner .nav-box .nav-item:hover {
  color: #b59e66;
}
#header .inner .nav-box .nav-item:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #b59e66;
}
#header .inner .nav-box .nav-item.selected {
  color: #b59e66;
}
#header .inner .nav-box .nav-item.selected:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #b59e66;
}
#header .inner .nav-box .nav-item span {
  display: inline-block;
  height: 30px;
}
#header .language-switch {
  height: 85px;
  line-height: 85px;
  font-size: 16px;
  position: absolute;
  right: 40px;
  top: 0;
  padding-left: 28px;
  padding-right: 20px;
  color: #ffffff;
}
#header .language-switch .selected {
  font-size: 22px;
}
.cn-title {
  font-size: 30px;
  text-align: center;
}
.en-title {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  color: #808080;
}
.line {
  width: 100%;
  height: 36px;
  margin: 60px auto 30px;
}
.line div {
  width: 8px;
  height: 8px;
  background: #204f88;
  border-radius: 50%;
}
.line div:nth-child(1) {
  -webkit-animation: in-out 0.8s linear 0s infinite;
}
.line div:nth-child(2) {
  -webkit-animation: in-out 0.8s linear 0.2s infinite;
}
.line div:nth-child(3) {
  -webkit-animation: in-out 0.8s linear 0.4s infinite;
}
@-webkit-keyframes in-out {
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
#footer {
  height: 499px;
  width: 100%;
  position: relative;
  font-size: 0;
  background: url("../img/footer-bg.png") no-repeat center;
  background-size: cover;
}
#footer .footer-main {
  position: absolute;
  left: 0;
  right: 0;
  top: 88px;
}
#footer .footer-nav {
  font-size: 0;
  text-align: center;
  line-height: 22px;
  position: relative;
}
#footer .footer-nav .footer-nav-item {
  width: 192px;
  font-size: 16px;
  cursor: pointer;
  color: #cccccc;
  vertical-align: top;
  border-right: 1px solid #ccc;
  line-height: 16px;
}
#footer .footer-nav .footer-nav-item:hover {
  color: rgba(244, 244, 244, 0.5);
}
#footer .footer-nav .footer-nav-item.selected {
  color: #fff;
}
#footer .footer-nav a:first-child .footer-nav-item {
  width: 120px;
  text-align: left;
}
#footer .footer-nav a:last-child .footer-nav-item {
  width: 120px;
  text-align: right;
  border-right: none;
}
#footer .footer-company-info {
  padding-top: 85px;
  padding-bottom: 85px;
  border-bottom: 1px solid #fff;
}
#footer .footer-company-info .left-box .info-box {
  align-items: flex-start;
}
#footer .footer-company-info .left-box .info-box img {
  margin-top: 5px;
}
#footer .footer-company-info .left-box .info-box .text-box {
  margin-left: 30px;
  font-size: 16px;
  line-height: 28px;
}
#footer .footer-company-info .left-box .info-box .text-box .title-box {
  color: #939499;
}
#footer .footer-company-info .left-box .info-box .text-box p {
  color: #cad4e0;
}
#footer .footer-company-info #allmap {
  border: 2px solid #4b82ba;
}
#footer .copyright-text {
  padding-top: 60px;
  font-size: 14px;
  color: #939499;
  text-align: center;
}
#footer .copyright-text a {
  color: #ffffff;
  text-decoration: underline;
}
.paging {
  margin-top: 120px;
  font-size: 20px;
}
.paging * {
  margin: 0 10px;
}
.paging .rows {
  color: #204f88;
}
.paging .num,
.paging .disabled {
  font-size: 20px;
  display: inline-block;
  padding: 5px 10px;
  color: #204f88;
  border: 1px solid #204f88;
  border-radius: 4px;
  height: auto!important;
}
.paging .num:hover,
.paging .disabled:hover {
  opacity: 0.7;
}
.paging .layui-laypage-curr {
  display: inline-block;
  padding: 5px 10px;
  background: #204f88;
  border: 1px solid #204f88;
  color: #ffffff;
  border-radius: 4px;
}
.paging .disabled {
  opacity: 0.5;
}
/* 提示條 */
#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+ */
}
/*# sourceMappingURL=common.css.map */