@media (min-width: 1200px) {
  .am-g-fixed {
    max-width: 1200px;
  }

  .am-container {
    max-width: 1200px;
  }

  .header {
    height: 164px;
    padding: 15px 0;
    background-image: url(../images/header_bg.jpg);
  }

  .am-footer .am-footer-bottom p {
    display: inline;
  }

  .breadcrumb-box h6 {
    display: inline-block;
  }

  .breadcrumb-box .am-breadcrumb {
    float: right;
  }
}

@media screen and (max-width: 640px) {
  .m-header .m-logo img {
    height: 55px;
  }

  .m-header .am-offcanvas-bar {
    width: 200px;
    background: #383d61;
  }

  .m-header .am-icon-bars {
    font-size: 30px;
    color: #262626;
  }

  .m-header {
    padding: 10px 0;
    background: #fff;
  }

  .am-menu-offcanvas1 .am-menu-nav > li > a:focus,
  .m-header .am-menu-offcanvas1 .am-menu-nav > .am-open > a,
  .m-header .am-menu-offcanvas1 .am-menu-nav > li > a:hover {
    background-color: #383d61 !important;
    color: #fff;
    outline: 0;
  }

  .m-header .am-menu-offcanvas1 .am-menu-sub {
    background-color: #383d61 !important;
  }

  .m-header .am-menu-sub {
    padding: 0;
  }

  .m-header .am-menu-sub li {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    padding-left: 36px;
  }

  .m-header .am-menu-offcanvas1 .am-menu-nav > li > a {
    color: #fff;
  }

  .m-header .am-menu-sub li a {
    color: rgba(255, 255, 255, 0.3);
    text-shadow: none !important;
  }

  .m-header .nav-icon::before {
    margin-left: -14px;
    margin-right: 5px;
  }

  .m-header .nav-icon-globe::before {
    content: "\f0ac";
  }

  .m-header .nav-share-contain {
    height: 44px;
    line-height: 44px;
    text-indent: 9px;
    padding: 0;
    position: relative;
    color: #ccc;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  }

  .breadcrumb-box h6 {
    display: none;
  }
}

body {
  font-size: 1.4rem;
}

a {
  color: #333333;
}

.topnav {
  background-color: #f5f5f5;
}

.header .tel {
  float: right;
  background: url(../images/telphone.png) no-repeat 0 center;
  padding-left: 55px;
  margin-top: 31px;
}

.header .tel strong {
  display: block;
  font-size: 2.6rem;
  font-family: Impact;
  line-height: 1;
  color: #dd0000;
}

.header .text {
  float: left;
  font-size: 16px;
  margin: 10px 0 10px 20px;
  padding: 5px 0 5px 20px;
  border-left: 1px solid #ddd;
}

.header .text strong {
  display: block;
  font-size: 2rem;
}

/*================导航================*/
.navigator {
  background-color: #2e4f8f;

  height: 42px;
  line-height: 42px;
}

.navigator .am-nav li {
  list-style: none;
  position: relative;
}

.navigator .am-nav li a {
  color: #ffffff;
  padding: 0;
}

.navigator .am-nav li a:hover,
.navigator .am-nav .active {
  color: #ffffff;
  background: #0e90d2;
}

.navigator .am-nav li:hover ul li {
  height: 42px;
}

.navigator .am-nav li:hover ul li a {
  height: 42px;
}

.navigator .am-nav li ul {
  padding-left: 0;
  position: absolute;
  top: 100%;
  z-index: 1000 !important;
  background: #2e4f8f;
  border-radius: 0 0 3px 3px;
  margin: 0;
  width: 100%;
  overflow: hidden;
}

.navigator .am-nav li ul li {
  position: relative;
  height: 0;
  min-width: 150px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.navigator .am-nav li ul li a {
  height: 0;
  display: block;
  padding-left: 20px;
  overflow: hidden;
    border-bottom: #ffffff solid 1px;
}

.navigator .am-nav li ul li a:hover i {
  margin-right: 10px;
  color: #fff;
}

.navigator .am-nav li ul li a > i {
  font-weight: bolder;
  font-style: normal;
  float: right;
  margin-right: -10px;
  font-family: SimSun;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

/*-----------面包屑----------------*/
.breadcrumb-box {
  border-bottom: 2px solid #e9e9e9;
  margin-bottom: 5px;
}

.breadcrumb-box h6 {
  max-width: 10rem;
  margin-bottom: 5px;
  font-size: 1.6rem;
}

.breadcrumb-box .am-breadcrumb {
  padding-bottom: 0;
  padding-top: 5px;
  margin: 0;
}

.breakcrumb-box .am-breadcrumb li {
  color: #777;
}

.breadcrumb-box .am-breadcrumb li a {
  font-size: 14px;
}

.breadcrumb-box .am-breadcrumb .am-active {
  color: #6975a6;
}

/*================通用样式================*/
/*列表标题*/
.list-title {
  width: 100%;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 10px;
}

.list-title a {
  display: block;
  width: 100%;
  position: relative;
  color: #023d97;
}

.list-title h2 {
  border-bottom: 2px solid #023d97;
  width: fit-content;
  display: inline-block;
  margin-bottom: -1px;
  font-weight: 500;
  color: #000000;
}

.list-title h2 span {
  font-size: 1rem;
}

.list-title .more {
  color: #999;
  position: absolute;
  right: 0;
  bottom: 0;
}

/*头条 A版*/
.toutiao {
  background: #f5f5f5;
  position: relative;
  padding-left: 90px;
  margin-bottom: 15px;
  box-sizing: border-box;
}

.toutiao i {
  width: 82px;
  height: 69px;
  background: url(../images/toutiao.png) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.toutiao h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.toutiao h1 a {
  font-size: 18px;
}

.toutiao h1 a:hover {
  color: #b60606;
}

.toutiao p {
  margin-top: 0;
  height: 24px;
  line-height: 24px;
  color: #666;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*左侧导航*/
.left_nav_header {
  width: 100%;
  height: 8rem;
  overflow: hidden;
  margin: 0 auto;
  padding: 1.6rem 2rem;
  background: #0071bf;
  box-sizing: border-box;
}

.left_nav_header h2 {
  margin-bottom: 0.2rem;
  overflow: hidden;
  color: #fff;
}

.left_nav_header em {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Arial";
}

.left_nav li {
  background-color: #f6f6f6;
}

/*内容列表 A版*/
.list-news-body {
  padding-bottom: 0.8rem;
}

.list-news-body .am-g {
  margin-left: auto;
  margin-right: auto;
}

.list-news-body ul {
  padding-left: 0;
}

.list-news-body ul > li {
  display: block;
  position: relative;
  padding-left: 0;
  background-color: #fff;
  border-bottom: 1px dashed #dedede;
}

.list-news-body ul > li > a {
  font-size: 1.4rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: block;
  padding-right: 80px;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #333333;
}

.list-news-body .am-list-date {
  top: 0.5rem;
  color: #999;
}

.list-news-body h2 {
  font-size: 1.6rem;
  float: left;
  margin: 0;
  height: 2rem;
  line-height: 2rem;
}

.list-news-body h3 {
  margin: 0;
}

.list-news-body .am-list-item-text {
  text-indent: 3rem;
}

.list-news-body .list-news-more {
  font-size: 1.3rem;
  height: 2rem;
  line-height: 2rem;
}

/*内容列表 B版*/

/*内容列表 C版*/
.list-news-body3 ul {
  padding-left: 0;
}

.list-news-body3 li {
  display: block;
  padding: 0.5rem;
}

.list-news-body3 .bg {
  background-color: #eeffff;
}

.list-news-body3 li img {
  width: 100%;
  height: auto;
}

.list-news-body3 li a > h3 {
  margin-bottom: 0;
  padding-right: 80px;
  position: relative;
}

.list-news-body3 .am-list-date {
  top: 0;
  color: #999;
}

.list-news-body3 li a > p {
  margin: 0.5rem 0;
  color: #999;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*服务领域*/
.img-grid {
  margin-top: 10px;
}

.img-grid li {
  padding: 0 5px;
  float: left;
  margin-bottom: 5px;
}

.img-grid li a {
  display: block;
  background: #108dee;
  border-radius: 5px;
  width: 80px;
  height: 78px;
  color: #fff;
  padding-top: 12px;
  line-height: 25px;
  text-align: center;
}

.img-grid li a p {
  margin-top: 0;
}

.img-grid li a:hover {
  background: #1286db;
  transition: 0.3s 0.1s background ease;
}

/*友情链接*/
.friendlink ul {
  padding-left: 0;
}

.friendlink li {
  list-style: none;
  float: left;
  padding: 5px 6px;
  border: 1px solid #f0f0f0;
  margin-left: 10px;
  margin-bottom: 10px;
  display: inline;
}

.friendlink li:hover {
  border: 1px solid #087ee0;
}

.friendlink li a img {
  width: 100%;
}

/*图片滚动*/
.marquee {
  overflow: hidden;
}

.marquee ul {
  padding: 0;
}

.marquee li {
  width: 15em;
  padding: 5px;
  list-style: none;
  float: left;
}

.marquee li img {
  border: 3px solid #ffffff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}

.marquee li h3 {
  margin-top: 1rem;
  text-align: center;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/*详细页*/
.content img {
  max-width: 100%;
  height: auto;
}

/*分页*/
.pages {
  clear: both;
  margin: 30px auto 20px auto;
  padding-top: 20px;
  overflow: hidden;
  text-align: center;
  border-top: 5px solid #f4f5f6;
}

.pages ul li {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 6px 15px;
  margin: 0 1px;
  line-height: 24px;
  background: #fff;
  color: #999;
  border-radius: 2px;
}

.pages ul li:hover {
  background: #015cb5;
  color: #fff;
  border: 1px solid #015cb5;
}

.pages ul li:hover a {
  color: #fff;
}

.pages .active {
  background: #015cb5;
  color: #fff;
  border: 1px solid #015cb5;
}

.footer {
  background-color: #383d61;
  color: #ffffff;
}

.footer p {
  margin-bottom: 10px;
  height: 1.5rem;
  line-height: 1.5;
}

.footer-copyright {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  text-align: center;
  background: #383d61;
  color: #a9a9a9;
}

.footer img {
  background-color: transparent;
  border: 0;
}
