/* 通用样式处理 */
html {
  font-size: 14px;
}

ul,
p {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

a {
  color: #272727;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #0160a8;
}

a:active {
  text-decoration: none;
  color: #3b95d9;
}

.box-center {
  width: 1200px;
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

/* 标签页 */
.label-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.label-title .label-title-icon {
  margin-right: 10px;
  width: 25px;
}

.label-title .label-title-icon img {
  width: 100%;
}

.label-title .label-title-text {
  font-size: 18px;
  font-weight: bold;
}

.label-title .more-btn {
  height: 25px;
  line-height: 25px;
}

/* 面包屑 */
.crumbs-box {
  padding: 8px 18px;
  background-color: #f1f1f1;
}

.crumbs-box ul li {
  float: left;
}

.crumbs-box ul li a {
  font-size: 15px;
}

.crumbs-box ul .active a {
  color: #0160a8;
}

.crumbs-box-li::before {
  margin: 0 10px;
  content: '/';
}

/* 分页 */
.paging {
  margin-top: 40px;
}

.paging-box+.paging-box {
  margin-left: 10px;
}

.paging .paging-box {
  float: left;
}

.paging .paging-box a {
  display: block;
}

.paging .page-number {
  margin: 0 10px;
}

.paging .page-number ul li {
  float: left;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #ccc;
}

.paging .page-number ul .active {
  background: #0160a8;
}

.paging .page-number ul .active a {
  color: #fff;
}

.paging .page-number ul li:hover {
  background-color: #0160a8;
}

.paging .page-number ul li:hover a {
  color: #fff;
}

.paging .page-btn {
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #cccccc;
}

.paging .page-btn:hover {
  background-color: #0160a8;
}

.paging .page-btn:hover a {
  color: #fff;
}

/* 标签页 */
.split-bar {
  position: relative;
  padding-right: 5px;
  height: 27px;
  background-color: #ededed;
  line-height: 27px;
}

.split-bar .split-tag {
  position: absolute;
  left: 5px;
  bottom: 0;
  width: 108px;
  height: 33px;
  background: url('../img/tag-bg.png') no-repeat;
  color: #fff;
  line-height: 33px;
  text-align: center;
}

.split-bar .split-more a {
  display: block;
}

.split-bar .split-more a p {
  margin-right: 5px;
  color: #767677;
  font-size: 12px;
}

.split-bar .split-more a i img {
  margin-top: 5px;
}

/* 布局 */
.row {
  zoom: 1;
  box-sizing: border-box;
  display: block;
}

.row:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* 间隔 */
.gutter-10 {
  margin: 0 -5px;
}

.gutter-10>* {
  padding: 0 5px;
}

.gutter-20 {
  margin: 0 -10px;
}

.gutter-20>* {
  padding: 0 10px;
}

.gutter-30 {
  margin: 0 -15px;
}

.gutter-30>* {
  padding: 0 15px;
}

.gutter-40 {
  margin: 0 -20px;
}

.gutter-40>* {
  padding: 0 20px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  float: left;
  box-sizing: border-box;
}

.col-1 {
  width: 8.33333337%;
}

.col-2 {
  width: 16.66666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333333%;
}

.col-5 {
  width: 41.66666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333333%;
}

.col-8 {
  width: 66.66666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333333%;
}

.col-11 {
  width: 91.66666667%;
}

.col-12 {
  width: 100%;
}

/* header头部 */
.header .head-mini {
  display: none;
}

.header .header-bg-box {
  padding-top: 45px;
  height: 200px;
  width: 100%;
  background: url('../img/header-bg.jpg') center 0 no-repeat;
  background-size: 100% 100%;
}

.header .head-img-menu {
  display: none;
}

.header .header-bg-box .hamburger-icon {
  display: none;
}

.header .header-bg-box .logo-wrapper {
  padding-left: 40px;
}

.header .header-bg-box .logo-wrapper .loao-text {
  margin: 25px 0 0 30px;
}

.header .header-bg-box .logo-wrapper .loao-text p {
  color: #0160a8;
}

.header .header-bg-box .logo-wrapper .loao-text .text-cn {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 3px;
}

.header .header-bg-box .logo-wrapper .loao-text .text-en {
  margin-top: 10px;
  font-size: 15px;
  letter-spacing: 1.3px;
}

/* 菜单部分 */
.header .nav-wrapper {
  height: 65px;
  background-color: #0160a8;
}

.header .nav-wrapper a {
  color: #fff;
}

.header .nav-wrapper .pc-nav .pc-nav-main .main-item {
  position: relative;
  float: left;
  padding: 0 40px;
  height: 65px;
}

.header .nav-wrapper .pc-nav .pc-nav-main .active {
  background-color: #00365f;
}

.header .nav-wrapper .pc-nav .pc-nav-main .main-item .main-item-link-icon {
  margin: 28px 0 0 6px;
  width: 9px;
  height: 5px;
  display: block;
  background: url('../img/drop-down-icon.png') no-repeat;
}

.header .nav-wrapper .pc-nav .pc-nav-main .main-item .main-item-link {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 65px;
  font-size: 18px;
}

/* 二级菜单 */
.header .nav-wrapper .pc-nav .pc-nav-main .main-item .item-sub {
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: #0160a8;
  display: none;
  text-align: center;
}

.header .nav-wrapper .pc-nav .pc-nav-main .main-item .item-sub a {
  font-size: 15px;
}

.header .nav-wrapper .pc-nav .pc-nav-main .main-item .item-sub ul li {
  padding: 15px 0;
}

.item-sub-li+.item-sub-li {
  border-top: 1px solid #fff;
}

/* 汉堡菜单 */
.hamburger-nav {
  display: none;
}

/* 页脚部分 */
.footer {
  padding-top: 25px;
  margin-top: 50px;
  width: 100%;
  height: 140px;
  background-color: #0160a8;
  color: #fff;
  text-align: center;
}

.footer a {
  color: #fff;
}

.footer .copyright p {
  margin: 5px 0;
}

.footer .icp {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #3697e0;
}

/* 媒体查询 */
@media screen and (max-width: 1200px) {

  /* 自适应 */
  .xl-1 {
    width: 8.33333337%;
  }

  .xl-2 {
    width: 16.66666667%;
  }

  .xl-3 {
    width: 25%;
  }

  .xl-4 {
    width: 33.33333333%;
  }

  .xl-5 {
    width: 41.66666667%;
  }

  .xl-6 {
    width: 50%;
  }

  .xl-7 {
    width: 58.33333333%;
  }

  .xl-8 {
    width: 66.66666667%;
  }

  .xl-9 {
    width: 75%;
  }

  .xl-10 {
    width: 83.33333333%;
  }

  .xl-11 {
    width: 91.66666667%;
  }

  .xl-12 {
    width: 100%;
  }

  .box-center {
    width: 95%;
  }

  /* 头部 */
  .header {
    box-sizing: border-box;
  }

  .header .head-mini {
    position: fixed;
    top: 0;
    left: 2.5%;
    z-index: 999;
    padding: 10px;
    width: 95%;
    background-color: #0160a8;
    display: block;
    color: #fff;
    box-sizing: border-box;
  }

  .header .head-mini.clearfix:after {
    content: none;
  }

  .header .header-bg-box .logo-wrapper {
    display: none;
  }

  .header .header-bg-box {
    padding-top: 20px;
    width: 100%;
    height: 300px;
    background: url('../img/header-bg-xl.jpg') center 0 no-repeat;
    box-sizing: border-box;
  }

  .header .head-mini .hamburger-icon {
    margin-top: 30px;
  }

  .header .header-bg-box .hamburger-icon {
    display: block;
    margin-top: 35px;
  }

  .header .header-bg-box .logo-wrapper {
    padding-left: 0;
  }

  .header .header-bg-box .logo-wrapper .logo-img {
    width: 100px;
    height: 100px;
  }

  .header .header-bg-box .logo-wrapper .logo-img img {
    width: 100%;
  }

  .header .header-bg-box .logo-wrapper .loao-text {
    margin: 8px 0 0 15px;
  }

  .header .header-bg-box .logo-wrapper .loao-text .text-cn {
    font-size: 40px;
  }

  .header .header-bg-box .logo-wrapper .loao-text .text-en {
    font-size: 16px;
    letter-spacing: 0.4px;
  }

  .header .nav-wrapper {
    display: none;
  }

  /* 汉堡菜单 */
  .hamburger-box.active .hamburger-nav {
    box-shadow: -5px 0 10px rgba(3, 46, 78, 0.3);
    transform: translateX(0);
  }

  .hamburger-box.active .hanburger-mask {
    display: block;
  }

  .hamburger-nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 80%;
    height: 100%;
    overflow-y: scroll;
    display: block;
    background-color: #0160a8;
    color: #fff;
    text-align: center;
    transition: all 0.4s ease;
    transform: translateX(100%);
    box-shadow: -5px 0 10px rgba(3, 46, 78, 0);
  }

  .hamburger-nav .hamburger-logo {
    padding: 10px 0 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #2e8dd5;
  }

  .hamburger-nav a {
    color: #fff;
  }

  .hamburger-box .hanburger-mask {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.4);
  }

  .hamburger-nav .hamburger-menu-link {
    height: 50px;
    line-height: 50px;
  }

  .hamburger-nav .hamburger-menu-link a {
    display: block;
    font-size: 18px;
    letter-spacing: 2px;
  }

  .hamburger-nav .hamburger-menu-link img {
    margin-left: 20px;
  }

  .hamburger-nav .hamburger-menu-item {
    height: 50px;
    overflow: hidden;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    /* Firefox 4 */
    -webkit-transition: all 0.5s ease;
    /* Safari and Chrome */
    -o-transition: all 0.5s ease
  }

  .hamburger-nav .hamburger-menu-item.active {
    height: 400px;
  }

  .hamburger-nav .hamburger-menu-item-sub {
    padding: 15px 0;
    background-color: #00365f;
  }

  .hamburger-nav .hamburger-menu-item-sub li {
    height: 36px;
    line-height: 36px;
    font-size: 15px;
  }

  .hamburger-nav .hamburger-menu-item-sub li a {
    display: block;
  }
}

@media screen and (max-width: 992px) {

  /* 自适应 */
  .lg-1 {
    width: 8.33333337%;
  }

  .lg-2 {
    width: 16.66666667%;
  }

  .lg-3 {
    width: 25%;
  }

  .lg-4 {
    width: 33.33333333%;
  }

  .lg-5 {
    width: 41.66666667%;
  }

  .lg-6 {
    width: 50%;
  }

  .lg-7 {
    width: 58.33333333%;
  }

  .lg-8 {
    width: 66.66666667%;
  }

  .lg-9 {
    width: 75%;
  }

  .lg-10 {
    width: 83.33333333%;
  }

  .lg-11 {
    width: 91.66666667%;
  }

  .lg-12 {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {

  /* 自适应 */
  .md-1 {
    width: 8.33333337%;
  }

  .md-2 {
    width: 16.66666667%;
  }

  .md-3 {
    width: 25%;
  }

  .md-4 {
    width: 33.33333333%;
  }

  .md-5 {
    width: 41.66666667%;
  }

  .md-6 {
    width: 50%;
  }

  .md-7 {
    width: 58.33333333%;
  }

  .md-8 {
    width: 66.66666667%;
  }

  .md-9 {
    width: 75%;
  }

  .md-10 {
    width: 83.33333333%;
  }

  .md-11 {
    width: 91.66666667%;
  }

  .md-12 {
    width: 100%;
  }

  .box-center {
    width: 98%;
  }

  /* 头部 */
  .header .header-bg-box {
    padding-top: 40px;
  }

  .header .head-mini {
    left: 1%;
    width: 98%;
  }

  .header .hamburger-icon {
    margin-top: 30px;
  }

  .header .header-bg-box .logo-wrapper .logo-img {
    width: 70px;
    height: 70px;
  }

  .header .header-bg-box .logo-wrapper .loao-text {
    margin: 5px 0 0 10px;
  }

  .header .header-bg-box .logo-wrapper .loao-text .text-cn {
    width: 400px;
    font-size: 23px;
  }

  .header .header-bg-box .logo-wrapper .loao-text .text-en {
    width: 400px;
    margin-top: 5px;
    font-size: 10px;
  }
}

@media screen and (max-width: 576px) {
  .sm-1 {
    width: 8.33333337%;
  }

  .sm-2 {
    width: 16.66666667%;
  }

  .sm-3 {
    width: 25%;
  }

  .sm-4 {
    width: 33.33333333%;
  }

  .sm-5 {
    width: 41.66666667%;
  }

  .sm-6 {
    width: 50%;
  }

  .sm-7 {
    width: 58.33333333%;
  }

  .sm-8 {
    width: 66.66666667%;
  }

  .sm-9 {
    width: 75%;
  }

  .sm-10 {
    width: 83.33333333%;
  }

  .sm-11 {
    width: 91.66666667%;
  }

  .sm-12 {
    width: 100%;
  }

  .gutter-10,
  .gutter-20,
  .gutter-30,
  .gutter-40 {
    /* margin: 0; */
    box-sizing: border-box;
  }

  .gutter-10>*,
  .gutter-20>*,
  .gutter-30>*,
  .gutter-40>* {
    /* padding: 0; */
    box-sizing: border-box;
  }

  .crumbs-box ul .crumbs-box-li {
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .header .head-mini {
    left: 1%;
    width: 98%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
  }

  .header .header-bg-box {
    padding: 0;
    height: 220px;
    width: 100%;
    background: url('../img/header-bg-xs.jpg') center 0 no-repeat;
    background-size: auto 100%;
  }

  .header .head-mini .head-mini-logo {
    width: 300px;
  }

  .header .head-mini .head-mini-logo img {
    width: 100%;
  }

  .header .head-mini .hamburger-icon {
    margin-top: 10px;
  }

  .contact span {
    display: inline-block;
  }

  .contact-span+.contact-span {
    margin-left: 10px;
  }

  .address span {
    display: inline-block;
  }

  .address-span+.address-span {
    margin-left: 10px;
  }

  .contact-span.email {
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .hamburger-nav .hamburger-logo {
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
  }

  .hamburger-nav .hamburger-logo img {
    width: 100%;
  }
}