﻿@charset "UTF-8";
html {
  color: #000;
  background: #FFF;
}

*,
:before,
:after {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

body {
 
font-size:14px;
font-family:'SimHei';
 color: #333;
}

select,
input,
button,
textarea {
  font-family: inherit;
  font-size: 99%;
  line-height: inherit;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

/* 头部 */
.hs-top {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  height: 60px;
  padding: 0 4%;
  width: 100%;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 1000px) {
  .hs-top {
    display: none;
  }
}

@media (max-width: 1300px) {
  .hs-top {
    padding: 0 3%;
  }
}

.alwaysorb .hs-top, .hs-top.sorb {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  color: #231815;
}

.alwaysorb .hs-top .hs-logo-text:before, .hs-top.sorb .hs-logo-text:before {
  border-left-color: #ccc;
}

.alwaysorb .hs-top .hs-top-search, .hs-top.sorb .hs-top-search {
  background-image: url("../images/search2.png");
}

.alwaysorb .hs-top .hs-nav > li:hover > a:before, .hs-top.sorb .hs-nav > li:hover > a:before {
  background-color: #231815;
}

.hs-logo {
  float: left;
  width: 109.8px;
  height: 50px;
  margin-top: 7px;
  margin-right: 18px;
}

.hs-logo img {
  width: 100%;
  height: 100%;
}

.hs-logo-text {
  float: left;
  padding: 0 0 0 20px;
  position: relative;
  margin-top: 20px;
  line-height: 25px;
  font-size: 18px;
}

.hs-logo-text:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  border-left: 1px solid #fff;
  height: 24px;
}

/* 导航 */
.hs-nav > li {
  float: left;
  padding: 0 20px;
  height: 60px;
}

@media (max-width: 1460px) {
  .hs-nav > li {
    padding: 0 5px;
  }
}

.hs-nav > li > a:before {
  position: absolute;
  content: "";
  left: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: -5.5px;
  bottom: 9px;
  width: 11px;
  height: 2px;
  background: #fff;
}

.hs-nav > li:hover > a:before, .hs-nav > li.active > a:before {
  opacity: 1;
  bottom: 4px;
}

.hs-nav > li:last-child {
  padding: 0 5px;
}

.hs-nav > li .hs-top-search {
  display: block;
  width: 28px;
  height: 29px;
  margin-top: 16px;
  background: url("../images/search.png") no-repeat center center;
  background-size: 14px 14.5px;
  cursor: pointer;
}

.hs-nav > li > a {
  display: block;
  position: relative;
  padding: 0 7.5px;
  line-height: 60px;
  font-size: 15px;
}

.hs-nav-drop {
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  top: 60px;
  height: 230px;
  padding-top: 30px;
  border-top: 1px solid #f3f3f3;
  display: none;
  padding: 0 4%;
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 12px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1460px) {
  .hs-nav-drop.large {
    height: 330px;
  }
}

.hs-nav-drop .drop-l {
  float: left;
  padding-top: 38px;
}

.hs-nav-drop .drop-l span {
  font-size: 13px;
  display: block;
  line-height: 22px;
  color: #9fa0a0;
}

.hs-nav-drop .drop-l span:first-child {
  font-weight: bold;
  color: #3e3a39;
}

.hs-nav-drop .drop-nav {
  float: right;
 
}

#go2{width: 830px;}
@media (max-width: 1460px) {
 

  #go2{width: 895px;}
}

.hs-nav-drop .drop-nav-list {
  padding-top: 42px;
}

.hs-nav-drop .drop-nav-list li {
  float: left;
  margin-right: 20px;
  width: 190px;
  min-height: 98px;
  margin-bottom: 10px;
}

@media (max-width: 1460px) {
  .hs-nav-drop .drop-nav-list li {
    margin-right: 10px;
  }
}

.hs-nav-drop .drop-nav-list li:last-child {
  margin-right: 0;
}

.hs-nav-drop .drop-nav-list li a {
  display: block;
}

.hs-nav-drop .drop-nav-list li em {
  display: block;
  line-height: 25px;
  color: #3e3a39;
  font-size: 14px;
}

.hs-nav-drop .drop-nav-list li span {
  display: block;
  font-size: 12px;
  color: #9fa0a0;
}

.hs-nav-drop .drop-nav-list img {
  width: 185px;
  height: 98px;
}

/* 头部banner */
.hs-head {
  height: 864px;
  height: 100vh;
}

@media (max-width: 1000px) {
  .hs-head {
    height: 100vh;
  }
}

.hs-head-banner {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url("../images/banner01.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.hs-head-banner2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;

  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.hs-head-infobox {
  position: relative;
  z-index: 2;
}

.hs-head-infobox .txt {
  display: block;
  font-size: 0;
  width: 547.5px;
  height: 110.5px;
}

@media (max-width: 1000px) {
  .hs-head-infobox .txt {
    width: 270px;
    height: 55px;
  }
}

.hs-head-infobox .txt img {
  width: 100%;
  height: 100%;
}

.hs-head-infobox .sub-txt {
  display: block;
  padding: 58px 0 0 0;
  line-height: 25px;
  font-size: 19px;
  letter-spacing: 6px;
  color: #fff;
}

@media (max-width: 1000px) {
  .hs-head-infobox .sub-txt {
    font-size: 12px;
    letter-spacing: 3px;
  }
}

.hs-head .swiper-button-next {
  right: 36px;
  width: 68px;
  height: 68px;
  background-image: url("../images/leftarrow.png");
  background-size: 100% 100%;
}

@media (max-width: 1000px) {
  .hs-head .swiper-button-next {
    width: 50px;
    height: 50px;
    right: 21px;
  }
}

.hs-head .swiper-button-next:after {
  content: none;
}

.hs-head .swiper-button-prev {
  left: 36px;
  width: 68px;
  height: 68px;
  background-image: url("../images/rightarrow.png");
  background-size: 100% 100%;
}

@media (max-width: 1000px) {
  .hs-head .swiper-button-prev {
    width: 50px;
    height: 50px;
    left: 21px;
  }
}

.hs-head .swiper-button-prev:after {
  content: none;
}

.hs-head .swiper-pagination-bullet {
  opacity: .5;
  background: #a1a9b2;
}

.hs-head .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

.hs-head .swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.c14 {
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}

/* footer */
.footer {
  background-color: #304967;
  color: #fff;
  border-top: 7px solid #a22225;
}

.footer-main {
  min-height: 562px;
}

.footer-nav {
  float: left;
  width: 50%;
  padding-top: 97px;
}

@media (max-width: 1000px) {
  .footer-nav {
    float: none;
    width: 100%;
    padding-left: 10px;
  }
}

.footer-nav > li {
  float: left;
  width: 25%;
}
.footer-nav > li .footer-title {
  font-size: 19px;
  font-weight: bold;
  display: inline-block;
  line-height: 30px;
}
.footer-nav .footer-link {
  padding-top: 28px;
}

.footer-nav .footer-link li {
  padding: 15px 0;
}

.footer-nav .footer-link li a {
  display: inline-block;
  line-height: 15px;
  font-size: 15px;
  color: #dcdddd;
}

.footer-side {
  float: left;
  width: 50%;
  padding-top: 91px;
}
@media (max-width: 400px) {
  .footer-nav > li {
    width: 25%;
  }
.footer-nav {
 
  padding-top: 20px;
}

.footer-nav > li .footer-title {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  line-height: 26px;
}

.footer-nav .footer-link {
  padding-top: 5px;
}

.footer-nav .footer-link li {
  padding: 5px 0;
}

.footer-nav .footer-link li a {
  display: inline-block;
  line-height: 15px;
  font-size: 15px;
  color: #dcdddd;
}

 
.footer-main {
  min-height: 452px;
}


}





@media (max-width: 1000px) {
  .footer-side {
    float: none;
    width: 100%;
    clear: both;
    padding-left: 10px;
  }
}

.footer-side .hs-contact {
  clear: both;
  text-align: right;
}

@media (max-width: 1000px) {
  .footer-side .hs-contact {
    text-align: left;
  }
}

.footer-side .hs-contact .title {
  display: block;
  font-size: 19px;
  line-height: 25px;
  padding: 180px 0 5px;
}

@media (max-width: 1000px) {
  .footer-side .hs-contact .title {
    padding: 0;
  }
}

.footer-side .hs-contact .hs-phone {
  display: block;
  font-size: 35px;
  font-weight: bold;
}

.hs-img-code .ewm2 {
  float: right;
  width: 126px;
  height: 126px;
   margin-left:20px
}
.hs-img-code .ewm1 {
  float: right;
  width: 126px;
  height: 126px;
 
}
.hs-img-code .word{ font-size:18px; text-align:center}
.footer-info span {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
 margin-left: 40px;
}
@media (max-width: 1000px) {
  .hs-img-code {
    float: left;
	height:140px;
margin-left:60px
  }
  .footer-side{ padding-top:40px}
  .hs-img-code .word{ font-size:12px; text-align:center; width:82px}
  .footer-side .hs-contact .hs-phone {
  display: block;
  font-size: 25px;
  font-weight: bold;
}

.footer-side .hs-contact .title {
  display: block;
  font-size: 16px;
  line-height: 25px;
  
}

.footer-info span {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
 margin-left: 5px;
}
}

.hs-img-code img {
  width: 100%;
  height: 100%;
}

.footer-info {
  min-height: 94px;
  border-top: 1px solid #e5e8ec;
  padding-top: 6px;
  font-size: 0;
  line-height: 25px;
  text-align:right;
}

@media (max-width: 1000px) {
  .footer-info {
    padding-left: 10px;
  text-align:left;
  }
  .hs-img-code img {
  width: 70%;
  height: 70%;
}
}



/* 移动端 */
.wapmewuul > li,
.wapmewu,
.waptop {
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
}

.waplogo {
  position: relative;
  width: 100px;
  height: 40px;
}

.waplogo img {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.waplogo2 {
  opacity: 0;
}

.waplauge a,
.waplauge {
  color: #fff;
  opacity: 0.8;
}

.waplauge em {
  font-size: 12px;
  padding: 0 10px;
}

.header_search {
  line-height: 30px;
  margin-right: 15px;
}

.header_search i {
  font-size: 33px;
  color: #fff;
}

.header__toggle-menu {
  cursor: pointer;
  display: block;
  top: 8px;
  position: relative;
}

.header__hamburger {
  height: 22px;
  width: 28px;
  overflow: hidden;
  position: relative;
  display: block;
}

.header__hamburger span {
  position: absolute;
  width: 100%;
  left: 0;
  background: #fff;
  display: block;
}

.header__hamburger span:before,
.header__hamburger span:after {
  position: absolute;
  background: #fff;
}

.header__hamburger span:first-child {
  bottom: 100%;
  margin-bottom: -2px;
  -webkit-transition: bottom .5s ease, margin-bottom .5s ease;
  transition: bottom .5s ease, margin-bottom .5s ease;
}

.header__hamburger span:nth-child(2) {
  height: 2px;
  top: 50%;
  -webkit-transition-property: left, width, height;
  transition-property: left, width, height;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.header__hamburger span:last-child {
  top: 100%;
  margin-top: -2px;
  -webkit-transition: top .5s ease;
  transition: top .5s ease;
}

.header__hamburger span:first-child:before,
.header__hamburger span:first-child:after,
.header__hamburger span:last-child:before,
.header__hamburger span:last-child:after {
  content: "";
  height: 2px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  width: 50%;
}

.header__hamburger span:first-child:before,
.header__hamburger span:last-child:before {
  right: 50%;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}

.header__hamburger span:first-child:after,
.header__hamburger span:last-child:after {
  left: 50%;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}

.header__toggle-menu:not(.is-open) .header__hamburger:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.header__toggle-menu:not(.is-open) .header__hamburger:after {
  background: #fff;
  width: 100%;
  content: "";
  bottom: -2px;
  -webkit-transform: translateX(-100%) skewX(-35deg);
          transform: translateX(-100%) skewX(-35deg);
  margin-left: -15px;
  -webkit-transition: margin-left 1s ease, -webkit-transform 1s ease;
  transition: margin-left 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, margin-left 1s ease;
  transition: transform 1s ease, margin-left 1s ease, -webkit-transform 1s ease;
}

.header__toggle-menu.is-open .header__hamburger span:first-child {
  bottom: 50%;
  margin-bottom: 0;
}

.header__toggle-menu.is-open .header__hamburger span:first-child:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header__toggle-menu.is-open .header__hamburger span:first-child:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header__toggle-menu.is-open .header__hamburger span:nth-child(2) {
  width: 0;
}

.header__toggle-menu.is-open .header__hamburger span:nth-child(2) {
  left: 50%;
  height: 1px;
}

.header .header__toggle-menu.is-open .header__hamburger span:last-child {
  top: 50%;
}

.header__toggle-menu.is-open .header__hamburger span:last-child {
  margin-top: -11px;
}

.header__toggle-menu.is-open .header__hamburger span:last-child:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header__toggle-menu.is-open .header__hamburger span:last-child:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.waptop {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 320;
  padding: 10px 4%;
}

.sumis,
.sumix {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
}

.hassub > i .sumis,
.hassub > i .sumix {
  display: block;
}

.hassub > i .sumix {
  opacity: 0;
}

.hassub > i.on .sumix {
  opacity: 1;
}

.hassub > i.on .sumis {
  opacity: 0;
}

.wapmewu {
  position: fixed;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4%;
  visibility: hidden;
  opacity: 0;
  z-index: -11;
}

.wapmewu {
  background: #000;
}

.wapmewuul ul {
  display: none;
}

.wapmewu,
.wapmewu a {
  color: #fff;
}

.wapmewuul li {
  position: relative;
}

.wapmewuul i {
  position: absolute;
  height: 45px;
  right: 0;
  top: 0;
  width: 30px;
  cursor: pointer;
}

.wapmewuul a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
  vertical-align: top;
  line-height: 22px;
}

.wapmewuul > li > a {
  line-height: 45px;
}

.wapmewuul > li > i > em {
  height: 45px;
  line-height: 45px;
}

.wapmewuul ul a {
  line-height: 45px;
  font-size: 12px;
}

.wapmewuul ul i em {
  height: 45px;
  line-height: 45px;
}

.wapmewuul ul {
  padding-left: 10px;
}

.wapmewuul > li {
  opacity: 0;
  -webkit-transform: scale(1.1) translateY(-25px);
  transform: scale(1.1) translateY(-25px);
}

.wapmewuul > li:nth-child(1) {
  -webkit-transition-delay: 120ms, 120ms;
  transition-delay: 120ms, 120ms;
}

.wapmewuul > li:nth-child(2) {
  -webkit-transition-delay: 200ms, 200ms;
  transition-delay: 200ms, 200ms;
}

.wapmewuul > li:nth-child(3) {
  -webkit-transition-delay: 280ms, 280ms;
  transition-delay: 280ms, 280ms;
}

.wapmewuul > li:nth-child(4) {
  -webkit-transition-delay: 360ms, 360ms;
  transition-delay: 360ms, 360ms;
}

.wapmewuul > li:nth-child(5) {
  -webkit-transition-delay: 440ms, 440ms;
  transition-delay: 440ms, 440ms;
}

.wapmewuul > li:nth-child(6) {
  -webkit-transition-delay: 520ms, 520ms;
  transition-delay: 520ms, 520ms;
}

.wapmewuul > li:nth-child(7) {
  -webkit-transition-delay: 600ms, 600ms;
  transition-delay: 600ms, 600ms;
}

.wapmewuul > li:nth-child(8) {
  -webkit-transition-delay: 780ms, 780ms;
  transition-delay: 780ms, 780ms;
}

.wapmewuul > li:nth-child(9) {
  -webkit-transition-delay: 860ms, 760ms;
  transition-delay: 760ms, 860ms;
}

.wapmewuul > li:nth-child(10) {
  -webkit-transition-delay: 940ms, 940ms;
  transition-delay: 940ms, 940ms;
}

.wappubbg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 55;
  background: #000;
  opacity: 0.6;
  display: none;
}

.wapsearch {
  position: fixed;
  width: 80%;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 88;
  display: none;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.wapsearch .otxt {
  width: 85%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  outline: 0;
  border: 0;
}

.wapsearch .obtn {
  width: 15%;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 15px;
  cursor: pointer;
  background: url(../images/pbtsearch2.png) center no-repeat;
}

.wapsearch .obtn i {
  color: #333;
  font-size: 30px;
}

.wapsearch .otxt,
.wapsearch .obtn {
  height: 55px;
  line-height: 55px;
  float: left;
}

.waptopon {
  background: rgba(255, 255, 255, 0.9);
}

.waptopon .waplogo1 {
  opacity: 1;
}

.waptopon .waplogo2 {
  opacity: 0;
}

.waptopon .header_search i {
  color: #000;
}

.waptopon .header__hamburger span::before,
.waptopon .header__hamburger span::after,
.waptopon .header__hamburger span {
  background: #000;
}

.waptopmeau {
  background: rgba(255, 255, 255, 0);
}

.waptopmeau .waplogo1 {
  opacity: 1;
}

.waptopmeau .waplogo2 {
  opacity: 0;
}

.waptopmeau .header_search i {
  color: #fff;
}

.waptopmeau .header__hamburger span::before,
.waptopmeau .header__hamburger span::after,
.waptopmeau .header__hamburger span {
  background: #fff;
}

.showwapmewu .wapmewuul > li {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.showwapmewu {
  visibility: visible;
  opacity: 1;
  z-index: 199;
  top: 0;
}

.wapmewum {
  padding-top: 60px;
}

.wapmewum {
  height: 95%;
}

.bf8 {
  background: #f8f8f8;
}

.wapmewum {
  overflow-y: scroll;
}

.wapmewuul a {
  font-size: 16px;
}

.wapmewuul ul a {
  font-size: 14px;
}

.sumijia {
  background: url(../images/icon_01.png) center no-repeat;
  background-size: 14px auto;
}

.sumijian {
  background: url(../images/icon_02.png) center no-repeat;
  background-size: 14px auto;
}

.wap_show {
  display: none;
}

@media (max-width: 1000px) {
  .wap_show {
    display: block;
  }
}

.wapsearch {
  width: 460px;
  left: 50%;
  margin-left: -230px;
}

/* 滚动条样式 */
::-webkit-scrollbar {
  width: 6px;
  height: 10px;
}

::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-button:start:decrement {
  display: block;
}

::-webkit-scrollbar-button:vertical:end:decrement,
::-webkit-scrollbar-button:vertical:start:increment {
  display: none;
}

::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-track:vertical {
  border-color: transparent;
  border-style: solid;
}

::-webkit-scrollbar-track:vertical::-webkit-scrollbar-track:horizontal {
  background-color: #fff;
  background-clip: padding-box;
}

::-webkit-scrollbar-thumb {
  min-height: 28px;
  padding-top: 100;
  background-color: rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
}

::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
}

::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-track:vertical {
  border-width: 0;
}

::-webkit-scrollbar-track:hover {
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-track:active {
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14), inset -1px -1px 0 rgba(0, 0, 0, 0.07);
}

.scrollbar-hover::-webkit-scrollbar,
.scrollbar-hover::-webkit-scrollbar-button,
.scrollbar-hover::-webkit-scrollbar-thumb,
.scrollbar-hover::-webkit-scrollbar-track {
  visibility: hidden;
}

.scrollbar-hover:hover::-webkit-scrollbar,
.scrollbar-hover:hover::-webkit-scrollbar-button,
.scrollbar-hover:hover::-webkit-scrollbar-thumb,
.scrollbar-hover:hover::-webkit-scrollbar-track {
  visibility: visible;
}

/* IE */
body,
div,
html,
li,
ul {
  scrollbar-arrow-color: #ccc;
  scrollbar-face-color: #ccc;
  scrollbar-highlight-color: #fff;
  scrollbar-shadow-color: #fff;
  scrollbar-shadow-color: rgba(255, 255, 255, 0.3);
  scrollbar-track-color: #f2f2f2;
}

/* 面包屑 */
.breadcrumb {
  padding: 32px 15px 32px 0;
  font-size: 0;
  line-height: 26px;
}

.breadcrumb > li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

.breadcrumb > li + li:before {
  padding: 0 8px;
  color: #595757;
  content: "——";
}

.breadcrumb > li > a {
  display: inline-block;
  color: #595757;
  -webkit-transition: color .1s linear;
  transition: color .1s linear;
}

.breadcrumb > li > a:hover {
  color: #595757;
}

.breadcrumb .active {
  color: #595757;
}

/* 子页顶部横幅 */
.top-banner {
  height: 602px;
  color: #fff;
}

.top-banner-title {
  display: block;
  font-size: 45px;
  line-height: 65px;
}

.top-banner-subtitle {
  display: block;
  text-transform: uppercase;
  font-size: 33px;
  line-height: 55px;
  font-weight: 300;
  font-family: "思源黑体";
}

.top-banner .container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.container {
  padding: 0 4%;
}

@media (max-width: 1300px) {
  .container {
    padding: 0 3%;
  }
}

/* 荣誉资质 轮播 */
.honor-list {
  height: 630px;
}

@media (max-width: 768px) {
  .honor-list {
    padding: 0 10px;
  }
}

.honor-list-cd {
  display: block;
  height: 519px;
  position: relative;
  padding: 69px 54px 0;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all .15s linear;
  transition: all .15s linear;
}

@media (max-width: 768px) {
  .honor-list-cd {
    padding: 34px 14px 0;
  }
}

.honor-list-cd img {
  width: 100%;
  height: 291px;
  margin-bottom: 42px;
  -webkit-transition: all .15s linear;
  transition: all .15s linear;
}

.honor-list-cd .hover {
  position: absolute;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(162, 34, 37, 0.92);
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.honor-list-cd .hover:before {
  position: absolute;
  content: "";
  width: 64px;
  height: 64px;
  top: 163px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../images/play.png") no-repeat;
  background-size: 100% 100%;
}

.honor-list-cd:hover img {
  margin-bottom: 9px;
}

.honor-list-cd:hover .hover {
  opacity: 1;
}

.honor-list-cd:hover .honor-list-txt {
  border-top-color: #fff;
}

.honor-list-cd:hover p,
.honor-list-cd:hover span {
  color: #fff;
}

.honor-list-txt {
  position: relative;
  z-index: 3;
  border-top: 1px solid #cccccd;
  text-align: left;
  padding: 16px 0 0 2px;
  -webkit-transition: all .15s linear;
  transition: all .15s linear;
}

.honor-list-txt p {
  font-size: 16px;
  line-height: 26px;
  color: #231815;
  text-align:center;
   font-weight:bold
}

.honor-list-txt span {
  display: block;
  font-size: 14px;
  color: #9fa0a0;
  line-height: 22px;
 text-align:center;
 font-weight:bold
}

.honor-list .swiper-button-next {
  top: auto;
  bottom: 0;
  right: 50%;
  z-index: 10;
  width: 34px;
  height: 34px;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  background: url("../images/next.png") center center no-repeat;
  background-color: #0e2b4e;
  background-size: 9px 14.5px;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .honor-list .swiper-button-next {
    bottom: 30px;
  }
  /* 子页顶部横幅 */
.top-banner {
	display:none
}
}

.honor-list .swiper-button-next:after {
  display: none;
}

.honor-list .swiper-button-prev {
  top: auto;
  bottom: 0;
  left: 50%;
  z-index: 10;
  width: 34px;
  height: 34px;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  background: url("../images/prev.png") center center no-repeat;
  background-color: #0e2b4e;
  background-size: 9px 14.5px;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .honor-list .swiper-button-prev {
    bottom: 30px;
  }
}

.honor-list .swiper-button-prev:after {
  display: none;
}

.honor-list .swiper-button-next.swiper-button-disabled,
.honor-list .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background-color: #dcdddd;
}

.pb100 {
  padding-bottom: 100px;
}

/* 新闻列表 */
.news-list {
  padding: 0 45px;
}

@media (max-width: 1000px) {
  .news-list {
    padding: 0 20px;
  }
}

.news-list > li {
  margin-bottom: 47px;
}

.news-list > li > a {
  display: block;
  padding-left: 54px;
  height: 220px;
  background-color: #fff;
  -webkit-transition: all .15s linear;
  transition: all .15s linear;
}

@media (max-width: 1000px) {
  .news-list > li > a {
    height: auto;
    padding: 10px 10px;
  }
}

.news-list > li > a:hover {
  background-color: #0e2b4e;
}

.news-list > li > a:hover .news-img p {
  background-color: #a22225;
}

.news-list > li > a:hover .title,
.news-list > li > a:hover .detail,
.news-list > li > a:hover .date {
  color: #fff;
}

.news-list > li > a:hover .more {
  background-color: #fff;
  color: #0e2b4e;
}

.news-list > li:nth-child(even) .news-img {
  float: right;
}

.news-list > li:nth-child(even) .news-img p {
  right: auto;
  left: -48.5px;
}

.news-list > li .news-img {
  position: relative;
  float: left;
  width: 407px;
  height: 220px;
  margin-right: 45px;
}

@media (max-width: 1000px) {
  .news-list > li .news-img {
    float: none !important;
    margin-right: 0;
    height: auto;
    width: auto;
  }
}

.news-list > li .news-img img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1000px) {
  .news-list > li .news-img img {
    height: auto;
  }
}

.news-list > li .news-img p {
  position: absolute;
  width: 97px;
  height: 97px;
  right: -48.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #0e2b4e;
  color: #fff;
  text-align: center;
}

@media (max-width: 1000px) {
  .news-list > li .news-img p {
    display: none;
  }
}

.news-list > li .news-img p .order {
  display: block;
  font-size: 41px;
  line-height: 50px;
  padding-top: 13px;
  font-weight: 600;
}

.news-list > li .news-img p .order-en {
  font-size: 13px;
  text-transform: uppercase;
}

.news-list > li .news-txt {
  overflow: hidden;
  padding-left: 81.5px;
  padding-right: 100px;
}

@media (max-width: 1000px) {
  .news-list > li .news-txt {
    padding: 0 10px;
  }
}

.news-list > li .title {
  font-size: 19px;
  line-height: 25px;
  padding: 47px 0 15px 0;
  color: #231815;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (max-width: 1000px) {
  .news-list > li .title {
    padding: 15px 0 15px 0;
  }
}

.news-list > li .detail {
  font-size: 13px;
  line-height: 24px;
  max-height: 120px;
  overflow: hidden;
  color: #898989;
}

.news-list > li .date {
  float: left;
  font-size: 23px;
  line-height: 24px;
  color: #898989;
  font-family: Arial;
  font-weight: 700;
}

.news-list > li .more {
  float: right;
  width: 73px;
  height: pxCal(48px);
  line-height: pxCal(48px);
  font-size: 13px;
  background: #0e2b4e;
  color: #fff;
  text-align: center;
}

/* 通用表格 */
.hs-table {
  margin-top: 70px;
  width: 100%;
  table-layout: fixed;
}

.hs-table th {
  height: 67px;
  background-color: #0e2b4e;
  text-align: center;
  color: #fff;
  font-size: 35px;
  font-weight: 800;
}

.hs-table td {
  height: 67px;
  font-size: 21px;
  color: #0e2b4e;
  text-align: center;
}

.hs-table .left {
  text-align: left;
  padding-left: 67px;
  overflow: hidden;
}

.hs-table tbody tr {
  background-color: #cccccc;
}

.hs-table tbody tr:nth-child(even) {
  background-color: #e8e8e8;
}
