html,
body {
  min-width: 1200px;
  font-size: 14px;
  margin: 0 auto;
  padding: 0;
  color: #323232;
}
* {
  box-sizing: border-box;
}
blockquote,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
}
.clear:after,
.clear-float:after {
  content: ' ';
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
  display: block;
}
.w-1200 {
  width: 1200px;
  margin: 0 auto;
}
.txt-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.txt-ellipsis-2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.txt-ellipsis-3 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.box-shadow-box {
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
}
.pagination-box {
  text-align: center;
}
.pagination-box .pagination {
  text-align: center;
  display: inline-block;
}
.pagination-box .pagination:after {
  content: '';
  display: block;
  clear: both;
}
.pagination-box .pagination li {
  float: left;
  color: #888;
  border: 1px solid #e9e9e9;
  line-height: 37px;
  text-align: center;
  min-width: 32px;
  height: 37px;
  border-collapse: collapse;
  background-color: #fff;
  font-size: 12px;
  cursor: pointer;
}
.pagination-box .pagination li:nth-child(1),
.pagination-box .pagination li:nth-child(2) {
  margin-right: 2px;
  min-width: 37px;
}
.pagination-box .pagination li:nth-last-child(1),
.pagination-box .pagination li:nth-last-child(2) {
  margin-left: 2px;
  min-width: 37px;
}
.pagination-box .pagination li a {
  display: block;
  height: 37px;
  font-size: 12px;
}
.pagination-box .pagination li.active {
  background-color: #017fc7;
  color: #fff;
  border-color: #017fc7;
}
.pagination-box .pagination li:hover {
  border-color: #017fc7;
}
header .p-header {
  padding: 10px 0;
  display: flex;
  display: -webkit-flex;
  z-index: 9999;
}
header .p-header .logo {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
header .p-header .logo img {
  max-width: 100%;
  max-height: 100%;
}
header .p-header .logo span {
  font-size: 24px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  align-self: flex-end;
  display: inline-block;
  letter-spacing: 1px;
  margin-bottom: 8px;
  margin-left: 10px;
}
header .p-header .nav-menu-box {
  flex: 1 0;
  -webkit-flex: 1 0;
  height: 68px;
}
header .p-header .nav-menu-box .menu-list {
  float: right;
}
header .p-header .nav-menu-box .menu-list .item {
  line-height: 68px;
  height: 68px;
  width: 110px;
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  font-size: 14px;
}
header .p-header .nav-menu-box .menu-list .item > a {
  display: block;
  color: #323232;
  line-height: 26px;
  padding: 5px;
}
header .p-header .nav-menu-box .menu-list .item:hover > a,
header .p-header .nav-menu-box .menu-list .item.active > a {
  border-bottom: 3px solid #030385;
}
header .p-header .nav-menu-box .menu-list .dropdown {
  position: relative;
}
header .p-header .nav-menu-box .menu-list .dropdown .dropdown-menu-list {
  z-index: 9999;
  display: none;
  height: 0;
  position: absolute;
  background-color: #fff;
  line-height: 2em;
  left: 0;
  top: 68px;
  width: 160px;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
}
header .p-header .nav-menu-box .menu-list .dropdown .dropdown-menu-list .dropdown-menu-item {
  background-color: #fff;
  padding: 3px 5px 3px 8px;
  border-left: 2px solid #030385;
  border-bottom: 2px solid #eeeeee;
  position: relative;
}
header .p-header .nav-menu-box .menu-list .dropdown .dropdown-menu-list .dropdown-menu-item:after {
  content: '>';
  position: absolute;
  display: inline-block;
  color: #969696;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}
header .p-header .nav-menu-box .menu-list .dropdown .dropdown-menu-list .dropdown-menu-item > a {
  display: block;
}
header .p-header .select-lang {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  height: 68px;
  display: inline-flex;
  display: -webkit-inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
header .p-header .select-lang #lang {
  cursor: pointer;
  border: 1px solid #DEDEDE;
  font-size: 14px;
  font-weight: 700;
  /*很关键：将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*在选择框的最右侧中间显示小箭头图片*/
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding: 3px 15px;
}
header .p-header .select-lang #lang::-ms-expand {
  display: none;
}
footer .footer-bar {
  background-color: #323232;
  padding-top: 60px;
  padding-bottom: 40px;
}
footer .footer-bar .footer-box dt {
  color: #fff;
  font-size: 16px;
}
footer .footer-bar .footer-box dd {
  color: rgba(255, 255, 255, 0.6);
}
footer .footer-bar .footer-box .footer-menu-list {
  float: left;
  width: 185px;
}
footer .footer-bar .footer-box .footer-menu-list dt {
  margin-bottom: 35px;
}
footer .footer-bar .footer-box .footer-menu-list dt a {
  color: #fff;
}
footer .footer-bar .footer-box .footer-menu-list dd {
  padding: 5px 5px 5px 0;
}
footer .footer-bar .footer-box .footer-menu-list dd a {
  color: rgba(255, 255, 255, 0.6);
}
footer .footer-bar .footer-box .footer-menu-list dd a:hover {
  color: #fff;
}
footer .footer-bar .footer-box .footer-contact {
  width: 260px;
  float: right;
}
footer .footer-bar .footer-box .footer-contact dt {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  margin-bottom: 25px;
}
footer .footer-bar .footer-box .footer-contact dt > div {
  padding: 8px 0;
}
footer .footer-bar .footer-box .footer-contact dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
footer .footer-bar .footer-box .footer-contact dd i {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  padding-top: 5px;
}
footer .footer-bar .footer-box .footer-contact dd > div {
  margin-left: 20px;
  margin-right: 10px;
  line-height: 30px;
}
footer .bottom {
  background-color: #1b1b1b;
  padding: 22px 0;
}
footer .bottom .cp,
footer .bottom .icp {
  float: left;
  color: rgba(255, 255, 255, 0.6);
}
footer .bottom .cp a,
footer .bottom .icp a {
  color: rgba(255, 255, 255, 0.6);
}
footer .bottom .icp {
  margin-left: 55px;
}
footer .bottom .s {
  float: right;
  text-align: right;
  width: 360px;
  color: rgba(255, 255, 255, 0.6);
}
footer .bottom .s a {
  color: rgba(255, 255, 255, 0.6);
}
/*# sourceMappingURL=common.css.map */