@media (min-width: 1200px) {
  .am-g-fixed {
    max-width: 1200px;
  }

  .am-container {
    max-width: 1200px;
  }

  .am-footer .am-footer-bottom p {
    display: inline;
  }

  .breadcrumb-box h6 {
    display: inline-block;
  }

  .breadcrumb-box .am-breadcrumb {
    float: right;
  }
}

a {
  color: #666666;
}

.am-list-news-default .am-list .am-list-item-desced .am-list-item-text {
  color: #999999;
}

.header-box {
  background: #fff;
}

.topbar {
  width: 100%;
  background-color: #f5f5f5;
}

.topbar .container .am-g {
  padding: 3px 0;
  font-size: 14px;
  color: #484848;
}

@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: #ffffff;
  }

  .m-header {
    padding: 10px 0;
	background: #ffffff url(../images/topbg.jpg) no-repeat 50% 50%;
  }

  .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;
}

.header {
  padding: 25px 0;
}

.header .logo {
  padding-top: 8px;
}

.header .logo img {
  width: 150px;
}

.header .header-right {
  text-align: center;
}

.header .header-right .header-contact {
  float: left;
  text-align: center;
  padding: 0 100px 0 0;
}

.header .header-right .header-contact .header_contacts--item {
  float: left;
  vertical-align: middle;
}

.header .header-right .header-contact .header_contacts--item .contact_mini {
  position: relative;
  padding: 0 40px 0 35px;
}

.header .header-right .header-contact .header_contacts--item .contact_mini strong {
  display: block;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
}

.header .header-right .header-contact .header_contacts--item .contact_mini .contact-icon {
  font-size: 26px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}

.header .header-right .header-contact .header_contacts--item .contact_mini span {
  font-size: 12px;
  color: #969696;
  display: block;
  text-align: left;
}

.header .header-right .contact-btn {
  float: right;
}

.header .header-right .contact-btn .am-btn-secondary {
  color: #2f88da;
  background-color: #fff;
  border-color: #2f88da;
}

.header .header-right .contact-btn .am-btn-secondary:hover {
  background-color: #2f88da;
  color: #fff;
}

.banner .am-slider-default .am-control-nav {
  bottom: 10px;
}

.banner .am-slider-default .am-control-nav li a {
  width: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  height: 3px;
}

.banner .am-slider-default .am-control-nav li a.am-active {
  background-color: rgba(255, 255, 255, 1);
}

.banner_li {
  height: auto;
  background-size: auto 200px !important;
}

.nav-contain {
  width: 100%;
  background: #38761d;
}

.nav-contain .nav-inner {
  max-width: 1140px;
  margin: 0 auto;
  height: 52px;
  line-height: 52px;
}

.nav-contain .nav-inner .am-nav li {
  list-style: none;
  position: relative;
}

.nav-contain .nav-inner .am-nav li:hover .sub-menu {
  display: block;
}

.nav-contain .nav-inner .am-nav li .sub-menu {
  display: none;
  padding-left: 0;
  position: absolute;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  top: 100%;
  z-index: 1000 !important;
  background: #38761d;
  border-radius: 0 0 3px 3px;
  margin: 0;
}

.nav-contain .nav-inner .am-nav li .sub-menu .menu-item {
  min-width: 160px;
  position: relative;
}

.nav-contain .nav-inner .am-nav li .sub-menu .menu-item a {
  display: block;
  padding: 0 20px;
}

.nav-contain .nav-inner .am-nav li a {
  color: #ffffff;
  padding: 0;
  font-size: 16px;
}

.nav-contain .nav-inner .am-nav li a:hover,
.nav-contain .nav-inner .am-nav .active {
  color: #ffffff;
  background: #438c23;
}

.marquee ul {
  padding-left: 0;
}

@font-face {
  font-family: fontawesome;
  src: url(../fonts/fontawesome-webfont.ttf),
    url(../fonts/fontawesome-webfont.woff);
}

.page-header {
  text-align: center;
  padding: 80px 0 92px;
  font-weight: 300;
  background: url(../images/pattern-dark.png) #383d61;
}

.page-header .page-header-title {
  font-size: 60px;
  color: #fff;
  font-weight: 400;
}

.section {
  padding: 100px 0;
}

.section .section--header .section--title {
  font-size: 50px;
  font-weight: 300;
  text-align: center;
}

.section .section--header .section--description {
  font-size: 20px;
  line-height: 30px;
  color: #9b9b9b;
  text-align: center;
  margin: 13px 0 0;
}

.layout-footer .footer {
  width: 100%;
  background: url(../images/footer.jpg);
  background-size: cover;
  position: relative;
}

.layout-footer .footer .am-u-md-3 {
  padding-left: 25px;
}

.layout-footer .footer .footer--bg {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  top: 0;
  left: 0;
}

.layout-footer .footer .footer--inner {
  position: relative;
  z-index: 1;
}

.layout-footer .footer .footer--inner .footer_main {
  position: relative;
}

.layout-footer .footer .footer_main--column {
  margin: 50px 0 0;
}

.layout-footer .footer .footer_main--column_title {
  color: #fff;
  font-size: 17px;
  line-height: 29px;
  font-weight: 700;
  display: block;
}

.layout-footer .footer .footer_about {
  position: relative;
  padding: 17px 25px 0 0;
}

.layout-footer .footer .footer_about--text {
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  padding: 0 0 16px;
}

.layout-footer .footer .footer_navigation {
  padding: 6px 15px 0 0;
}

.layout-footer .footer .footer_navigation--item {
  display: block;
  position: relative;
  padding: 12px 25px 12px 0;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.layout-footer .footer .footer_navigation--item::before {
  position: absolute;
  content: "\f054";
  display: block;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  margin-top: 3px;
  color: #fff;
  font-size: 12px;
  font-family: fontawesome;
}

.layout-footer .footer .footer_navigation--link {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
}

.layout-footer .footer .footer_navigation--link:hover {
  text-decoration: underline;
}

.layout-footer .footer .footer_contact_info {
  padding: 5px 0 0;
}

.layout-footer .footer .footer_contact_info--item {
  padding: 10px 0;
  position: relative;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  list-style: none;
}

.layout-footer .footer .footer_contact_info--item i {
  display: block;
  position: absolute;
  left: -2px;
  top: 12px;
}

.layout-footer .footer .footer_contact_info--item span {
  display: inline-block;
  vertical-align: text-top;
  padding: 0 0 0 28px;
}

.contact_card {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  position: relative;
  text-align: center;
  padding: 138px 0 48px;
  margin: 30px;
}

.contact_card .contact_card--icon {
  position: absolute;
  font-size: 56px;
  display: block;
  top: 37px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #2f88da;
}

.contact_card .contact_card--title {
  font-size: 20px;
  display: inline-block;
}

.contact_card .contact_card--text {
  padding: 0 0 10px;
  color: #969696;
  font-size: 16px;
  line-height: 23px;
}

.contact_card .contact_card--text a {
  color: #969696;
}

.contact_card .am-btn-secondary {
  background-color: transparent;
  color: #2f88da;
  border-color: #2f88da;
  border-width: 2px;
  padding: 12px 18px;
}

.contact_card .am-btn-secondary:hover {
  background-color: #2f88da;
  color: #fff;
}

.am-list-news-hd h2 {
  bottom: 8px;
  border-left: 3px solid #0e90d2;
  padding-left: 8px;
}

/*================通用样式================*/
/*标题*/
.tj-titlebar {
  width: 100%;
  margin-bottom: 1.2rem;
  border-bottom: 1px solid #d4d4d4;
}

.tj-titlebar a {
  display: block;
  width: 100%;
  position: relative;
}

.tj-titlebar h2 {
  border-bottom: 2px solid #087ee0;
  width: fit-content;
  display: inline-block;
  margin-bottom: -1px;
  font-weight: 500;
}

.tj-titlebar h2 span {
  font-size: 1rem;
}

.tj-titlebar .more {
  float: right;
  position: absolute;
  right: 0;
  bottom: 0;
}

/*================头部================*/
.top {
  overflow: hidden;
  width: 100%;
  height: 34px;
  line-height: 34px;
  background: #f5f5f5;
  font-size: 12px;
  color: #484848;
  position: relative;
  z-index: 999;
}

.head {
  margin: 0 auto;
  height: 300px;
  position: relative;
  z-index: 999;
  background: #ffffff url("../images/topbg.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.head .logo {
  line-height: 200px;
}

/*================左导航样式================*/
.left_nav_header {
  background-color: #38761d;
  color: #fff;
  background-size: cover;
  font-size: 16px;
}

.nav-left li {
  border-bottom: 1px solid #d3d3d3;
}

.nav-left li.am-active a {
  background-color: #438c23;
}

/*================主内容样式================*/

/*-----------面包屑----------------*/
.breadcrumb-box {
  border-bottom: 2px solid #e9e9e9;
  margin-bottom: 5px;
}

.breadcrumb-box h6 {
  max-width: 10rem;
  margin-bottom: 5px;
}

.breadcrumb-box .am-breadcrumb {
  padding-bottom: 0;
  padding-top: 5px;
  margin: 0;
}

.breadcrumb-box .am-breadcrumb li a {
  font-size: 14px;
  color: #262626;
}

.breadcrumb-box .am-breadcrumb .am-active {
  color: #6975a6;
}

/*-----------面包屑----------------*/
.content-header {
  border-bottom: 1px dashed #e9e9e9;
}

.content {
  line-height: 2;
}
.content img {
  max-width:100%;
}

.content-pointer {
  border-top: 1px solid #e9e9e9;
}

/*-----------内容列表 A版---------------*/
.tj-list-news-body {
  padding-bottom: 0.8rem;
}

.tj-list-news-body .am-g {
  margin-left: auto;
  margin-right: auto;
}

.tj-list-news-body ul.am-list>li>a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.tj-list-news-body h2 {
  font-size: 1.6rem;
  float: left;
  margin: 0;
  height: 2rem;
  line-height: 2rem;
}

.tj-list-news-body h3 {
  margin: 0;
}

.tj-list-news-body .am-list-item-text {
  text-indent: 3rem;
}

.tj-list-news-body .tj-list-news-more {
  font-size: 1.3rem;
  height: 2rem;
  line-height: 2rem;
}

/*-----------内容列表 A版---------------*/
.tj-list-b .am-u-md-2 p {
  border: 1px solid #cfcfcf;
  color: #9696a3;
}

.tj-list-b .am-u-md-2 p span {
  display: block;
}

.tj-list-b .am-u-md-10 p {
  text-indent: 3rem;
  color: #999999;
}

.tj-list-b .am-list-date {
  top: 4rem;
}

.am-list-date {
  position: absolute;
  right: 5px;
  font-size: 1.3rem;
  top: 1rem;
}

.am-list>li {
  border-top: none;
  border-bottom: 1px dashed #dedede;
  margin-bottom: 1px;
}

.am-icon-clock-o:before {
  color: #9696a3;
}

.am-icon-eye::before {
  color: #9696a3;
}

.home-right-lists .am-list>li {
  margin-bottom: 1.4rem;
}

/*================分页样式================*/
.pages {
  clear: both;
  margin: 30px auto 20px auto;
  padding-top: 20px;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  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;
}