﻿body,  d iv,  span,  applet,  object,  iframe,  h1,  h2,  h3,  h4,  h5,  h6,  p,  blockquote,  pre,  a,  abbr,  acronym,  address,  big,  cite,  code,  del,  dfn,  em,  img,  ins,  kbd,  q,  s,  samp,  small,  strike,  strong,  sub,  sup,  tt,  var,  b,  u,  i,  center,  dl,  dt,  dd,  ol,  ul,  li,  fieldset,  form,  label,  textarea,  legend,  table,  caption,  tbody,  tfoot,  thead,  tr,  th,  td,  article,  aside,  canvas,  details,  embed,  figure,  figcaption,  footer,  header,  hgroup,  menu,  nav,  output,  ruby,  section,  summary,  time,  mark,  audio {
    margin: 0;
    padding: 0;
    border: 0;
    color: #333;
    vertical-align: baseline;
    outline: none;
    box-sizing: border-box;
    font: 14px Arial, "Source Han Sans CN", "SourceHanSansCNRegular", "Microsoft YaHei", "SimHei", "黑体", Helvetica, sans-serif;
}
h1,  h2,  h3,  h4,  h5,  h6 {
    font-weight: bold;
}
body {
    background: #fbfbfb;
}
body,  p {
    line-height: 1.8;
}
article,  aside,  details,  figcaption,  figure,  footer,  header,  hgroup,  menu,  nav,  section {
    display: block;
}
a {
    text-decoration: none;
    color: #343434;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
a:hover {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
ol,  ul,  li {
    list-style: none;
}
blockquote,  q {
    quotes: none;
}
blockquote:before,  blockquote:after,  q:before,  q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    border: 0;
}
div,  p,  span,  a {
    font-size: inherit;
    color: inherit;
}
input,  select {
    outline: none;
    border: none;
    background-color: transparent;
    appearance: none;
}
.clearfix::after {
    content: "";
    display: block;
    line-height: 0;
    height: 0;
    visibility: hidden;
}
.clearfix {
    zoom: 1;
}
  ::-webkit-scrollbar {
 width: 6px;
 height: 6px;
}
  ::-webkit-scrollbar-thumb {
 -webkit-box-shadow: inset 0 0 0.23rem rgba(0, 0, 0, 0.1);
 background-color: #23577f;
 border-radius: 6px;
}

.main-center {
  width: 79.17vw;
  margin: 0 auto;
}
.center {
  width: 89.58vw;
  margin: 0 auto;
}
.in-center {
  width: 75vw;
  margin: 0 auto;
}
.fx {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.as {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.ac {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.jsb {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.jsa {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
}
.fc {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.jcc {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.fw {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tar {
  text-align: right;
}
.tac {
  text-align: center;
}
img {
  width: 100%;display: block;
}
.transition {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.inn-banner {
  position: relative;
  overflow: hidden;
}
.inn-banner .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.inn-banner .txt h3 {
  font-size: 60px;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  text-transform: capitalize;
}
.inn-banner .txt p {
  font-size: 36px;
  color: #fff;
}
.inn-banner .img img {
  animation: bannerScale 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.3s;
}
@-webkit-keyframes bannerScale {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.product-banner .txt {
  top: 60%;
}
.product-banner .txt .cycle {
  width: 99.47%;
}
.product-banner .txt .mb-pro {
  display: none;
}
.page-nav {
  padding: 33px 0 23px;
  border-bottom: 1px solid #E8E8E8;
}
.page-nav li:not(:last-of-type) {
  margin-right: 150px;
}
.page-nav a {
  position: relative;
  font-size: 18px;
  color: #666;
  text-transform: capitalize;
  display: inline-block;
}
.page-nav a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -27px;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background-color: #23577f;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.page-nav a:hover {
  color: #23577f;
}
.page-nav a:hover::after {
  width: 100%;
}
.page-nav a.cur {
  transform: scale(1);
  color: #23577f;
}
.page-nav a.cur::after {
  width: 100%;
}
.head-pc {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  border-bottom: 0px solid rgba(255, 255, 255, 0.2);
  z-index: 99;
}
.head-pc .center {
  height: 100%;
}
.head-pc .logo2 {
  display: none;
}
.head-pc .nav-ul > li {
  position: relative;
  font-size: 18px;
  color: #fff;
  margin-right: 84px;
}
.head-pc .nav-ul > li > a {
  display: inline-block;
  height: 100px;
  line-height: 100px;
  text-transform: capitalize;
}
.head-pc .nav-ul .subNav {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 240px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 1px -2px 14px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: none;
}
.head-pc .nav-ul .subNav * {
  color: #707070;
}
.head-pc .nav-ul .subNav a {
  position: relative;
  display: block;
  padding: 10px 0;
}
.head-pc .nav-ul .subNav a::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  z-index: -1;
  background-color: #23577f;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.head-pc .nav-ul .subNav a:hover {
  color: #fff;
}
.head-pc .nav-ul .subNav a:hover::after {
  width: 100%;
}
.head-pc .language {
  margin-right: 0px;
}
.head-pc .language * {
  color: #fff;
}
.head-pc .language .lanbtn {
  font-size: 16px;
}
.head-pc .language i {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  transition: 0.38s;
}
.head-pc .language:hover i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.head-pc .search i {
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
.head-pc .search .closed {
  display: none;
}
.head-pc .search.search-gb .sousuo {
  display: none;
}
.head-pc .search.search-gb .closed {
  display: block;
}
.on {
  background-color: #fff;
  box-shadow: 1px -2px 14px 0px rgba(0, 0, 0, 0.1);
}
.on .logo1 {
  display: none;
}
.on .logo2 {
  display: block;
}
.on .nav-ul > li {
  color: #333;
}
.on .language * {
  color: #333;
}
.on .search i {
  color: #333;
}
#mb-header {
  display: none;
}
#mb-header #navbar-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #23577f;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  z-index: 999;
  padding: 0 2.5%;
  box-sizing: border-box;
}
#mb-header #navbar-main #logo {
  display: block;
  height: 80%; 
}
#mb-header #navbar-main #logo img {
  width: 160px; padding-top: -2px;
}
#mb-header #navbar-main #sidebar-main-trigger {
  width: 30px;
}
#mb-header #navbar-main #sidebar-main-trigger img {
  width: 100%;
}
.menu-handler p {
    position: relative;
    display: block;
    width: 30px;
    height: 20px;
    margin: 35px auto;    cursor: pointer;
}
.menu-handler span {
    position: absolute;
    width: 100%;
    right: 0px;
    top: 1px;
    height: 3px;
    background-color: #fff;
    transition: opacity .2s ease
}
.menu-handler span.item2 {
    top: 9px;
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
}
.menu-handler span.item3 {
    top: 9px;
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
}
.menu-handler span.item4 {
    top: auto;
    bottom: 0px;
}
.menu-handler.active span {
    background-color: #fff;
}
.menu-handler.active span.item1, .menu-handler.active span.item4 {
    opacity: 0;
}
.menu-handler.active span.item2 {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
}
.menu-handler.active span.item3 {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
}

#mb-header #sidebar-main {
  background-color: #fff;
}
#mb-header #sidebar-main li:last-of-type a {
  border-bottom: none;
}
#mb-header #sidebar-main a {
  position: relative;
  display: block;
  padding: 16px 15px;
}
#mb-header #sidebar-main a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 90%;
  background-color: #F0F0F0;
}
#mb-header #sidebar-main-trigger {
  width: 30px;
  background-clip: content-box;
}
#mb-header #sidebar-main-trigger i {
  font-size: 24px;
  color: #fff;
}
#mb-header .mb-ej-ul {
  background-color: #F7F7F7;
  display: none;
}
#mb-header .mb-ej-ul a {
  color: #23577f;
}
#mb-header .mb-ul .has-child .fir-nav {
  position: relative;
  padding: 16px 15px;
}
#mb-header .mb-ul .has-child .fir-nav::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background-color: #F0F0F0;
}
#mb-header .mb-ul .has-child .fir-nav a {
  display: inline !important;
  padding: 16px 0 !important;
}
#mb-header .mb-ul .has-child .fir-nav::before {
  content: '^';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  font-family: 'iconfont' !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#mb-header .mb-ul .mb-ej-li.mb-active {
  background-color: #eee;
}
#mb-header .mb-ul .mb-ej-li.mb-active .fir-nav {
  color: #23577f;
}
#mb-header .mb-ul .mb-ej-li.mb-active .fir-nav::before {
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s;
  color: #23577f;
}
#mb-header .mb-ul .mb-ej-li.mb-active .mb-ej-ul a::after {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
	
footer {
  background-color: #091a21;
}
.foot-t {
  padding: 60px 0 50px;
}
.foot-t .logo {
  margin-bottom: 40px;
}
.foot-t .logo img {
  width: auto;
}
.foot-t .share-item {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: rgba(54, 124, 106, 0.05);
  border-radius: 50%;
}
.foot-t .share-item:not(:last-of-type) {
  margin-right: 13px;
}
.foot-t .share-item i {
  font-size: 18px;
  color: #23577f;
}
.foot-t .share-item:hover {
  background-color: #23577f;
}
.foot-t .share-item:hover i {
  color: #F6F7F5;
}
.foot-t dl * {
  line-height: 1;
}
.foot-t dl dt {
  font-size: 20px;
  color: #82969c;
  font-weight: bold;
  margin-bottom: 30px;
}
.foot-t dl dd {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.foot-t dl dd:not(:last-of-type) {
  margin-bottom: 20px;
}
.foot-t dl dd a {
  font-size: 16px;
  color: #82969c;
  text-transform: capitalize;
}
.foot-t dl dd a:hover {
  color: #82969c;
}
.foot-t dl dd:hover {
  transform: translateX(10px);
}
.foot-b {
  padding: 23px 0;
  border-top: 1px solid rgba(54, 124, 106, 0.1);
}
.foot-b * {
  color: #82969c;
}
.foot-b a:hover {
  color: #82969c;
}
.foot-b span img{
    width: 20px; 
    display: inline-block;
    vertical-align: middle; 
}
.paging {
  margin: 80px auto 100px;
  text-align: center;
}
.paging a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: #999;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.paging a i {
  font-size: 16px;
}
.paging a:hover {
  background-color: #23577f;
  color: #fff;
}
.paging a:hover i {
  color: #fff;
}
.paging .prev i {
  transform: rotate(180deg);
  display: inline-block;
}
.paging .active {
  background-color: #23577f;
  color: #fff;
}
@media only screen and (max-width: 1680px) {
  .head-pc {
    height: 90px;
  }
  .head-pc .nav-ul > li {
    margin-right: 74px;
  }
  .search-box {
    top: 90px;
  }
  .search-box input {
    height: 50px;
    line-height: 50px;
  }
  .inn-banner .txt h3 {
    font-size: 50px;
  }
  .inn-banner .txt p {
    font-size: 30px;
  }
  .page-nav li:not(:last-of-type) {
    margin-right: 130px;
  }
  .page-nav a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1600px) {
  .inn-banner .txt h3 {
    font-size: 48px;
  }
  .inn-banner .txt p {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1440px) {
  .head-pc .nav-ul > li {
    margin-right: 64px;
  }
  .search-box {
    top: 90px;
    padding: 25px 0;
  }
  .search-box input {
    height: 45px;
    line-height: 45px;
  }
  .search-box form .btn i {
    font-size: 20px;
  }
  .inn-banner .txt h3 {
    font-size: 44px;
  }
  .inn-banner .txt p {
    font-size: 24px;
  }
  .page-nav li:not(:last-of-type) {
    margin-right: 120px;
  }
  .page-nav a {
    font-size: 18px;
  }
  .paging {
    margin: 60px auto 80px;
  }
}
@media only screen and (max-width: 1366px) {
  .inn-banner .txt h3 {
    font-size: 42px;
  }
  .inn-banner .txt p {
    font-size: 22px;
  }
  .page-nav li:not(:last-of-type) {
    margin-right: 110px;
  }
}
@media only screen and (max-width: 1280px) {
  .head-pc {
    height: 80px;
  }
  .head-pc .nav-ul > li {
    margin-right: 45px;
  }
  .head-pc .language {
    margin-right: 15px;
  }
  .head-pc .language .lanbtn i {
    margin-left: 5px;
  }
  .search-box {
    top: 80px;
  }
  .inn-banner .txt h3 {
    font-size: 40px;
  }
  .inn-banner .txt p {
    font-size: 20px;
  }
  .page-nav {
    padding: 30px 0 20px;
  }
  .page-nav li:not(:last-of-type) {
    margin-right: 100px;
  }
  .page-nav a::after {
    bottom: -21px;
  }
}
@media only screen and (max-width: 1100px) {
  .head-pc .nav-ul > li {
    margin-right: 30px;
  }
  .inn-banner .txt h3 {
    font-size: 38px;
  }
  .inn-banner .txt p {
    font-size: 18px;
  }
  .page-nav li:not(:last-of-type) {
    margin-right: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .main-center,
  .center,
  .in-center {
    width: 90vw;
  }
  .page-nav li:not(:last-of-type) {
    margin-right: 40px;
  }
  .page-nav a {
    font-size: 16px;
  }
  .head-pc {
    display: none;
  }
  #mb-header {
    display: block;
  }
  .foot-t {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 0 20px;
  }
  .foot-t .foot-l {
    display: none;
  }
  .foot-t dl {
    width: 50%;
    margin-bottom: 20px;
  }
  .foot-t dl dt {
    margin-bottom: 15px;
  }
  .foot-t dl dd:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .foot-b .center {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .foot-b span {
    line-height: 1.4;
  }
  .inn-banner .img img {
    min-height: 130px;
    object-fit: cover;
  }
  .inn-banner .txt h3 {
    font-size: 36px;
  }
  .inn-banner .txt p {
    font-size: 16px;
  }
  .product-banner .txt .cycle {
    width: auto;
  }
  .product-banner .txt .cycle img {
    width: auto;
    max-height: 32%;
    object-fit: contain;
  }
}
@media only screen and (max-width: 640px) {
  .inn-banner .img img {
    min-height: 300px;
  }
  .inn-banner .txt h3 {
    font-size: 32px;
  }
  .inn-banner .txt p {
    font-size: 16px;
  }
  .page-nav li:not(:last-of-type) {
    margin-right: 5px;
  }
  .page-nav a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 520px) {
  .page-nav {
    padding: 25px 0 16px;
  }
  .page-nav li:not(:last-of-type) {
    margin-right: 5px;
  }
  .paging {
    margin: 40px auto 60px;
  }
}
@media only screen and (max-width: 440px) {
  .page-nav {
    padding: 20px 0 12px;
  }
  .page-nav li:not(:last-of-type) {
    margin-right: 5px;
  }
  .page-nav a {
    font-size: 14px;
  }
  .page-nav a::after {
    bottom: -16px;
  }
  .inn-banner .txt h3 {
    font-size: 30px;
  }
  .inn-banner .txt p {
    font-size: 14px;
  }
  .product-banner .txt .cycle {
    margin-top: 10px;
  }
  .product-banner .txt .cycle img {
    max-height: 150px;
  }
  .product-banner .txt .cycle .pc-pro {
    display: none;
  }
  .product-banner .txt .cycle .mb-pro {
    display: block;
  }
  .paging a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  .paging a i {
    font-size: 14px;
  }
}
@media only screen and (max-width: 414px) {
  .page-nav li:not(:last-of-type) {
    margin-right: 5px;
  }
  .page-nav a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 375px) {
  .page-nav li:not(:last-of-type) {
    margin-right: 5px;
  }
  .page-nav a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 320px) {
  .paging a {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}

.more {
    position: relative;
    display: block;
    width: 154px;
    height: 40px;
    line-height: 40px;
    background: #23577f;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.more::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #23577f;
    opacity: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
}
.more:hover {
    background-color: transparent;
    color: #23577f;
}
.more:hover::before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.banner-swiper {
    position: relative;
}
.banner-swiper .swiper-slide {
    position: relative;
    overflow: hidden;
}
.banner-swiper .swiper-slide .txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.banner-swiper .swiper-slide .txt * {
    color: #fff; 
}
.banner-swiper .swiper-slide .txt h3 {
    font-size: 70px;font-weight: 600
}
.banner-swiper .swiper-slide .txt p {
    font-size: 50px; font-weight: 500
}
.banner-swiper .main-cur img {
    animation: bannerScale 4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.3s;
}
.banner-swiper .bot {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 17.53%;
    z-index: 2;
}
.banner-swiper .bot > .main-center {
    height: 100%;
}
.banner-swiper .bot .num * {
    color: #fff;
}
.banner-swiper .bot .now {
    font-size: 30px;
    margin-right: 2px;
}
.banner-swiper .bot .bias, .banner-swiper .bot .total {
    font-size: 20px;
}
.banner-swiper .bot .mouse {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.banner-swiper .bot .mouse * {
    line-height: 1;
}
.banner-swiper .bot .mouse i {
    font-size: 20px;
    color: #fff;
}
.banner-swiper .bot .mouse p {
    margin-top: 14px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}
.banner-swiper .swiper-pagination {
    position: relative;
}
.banner-swiper .swiper-pagination-bullet {
    position: relative;
    width: 6px;
    height: 6px;
    background-color: #fff;
    margin: 0 16px;
    display: inline-block;
    opacity: 1;
}
.banner-swiper .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid #23577f;
    opacity: 0;
    z-index: 2;
}
.banner-swiper .swiper-pagination-bullet-active::before {
    opacity: 1;
}
.banner-swiper .swiper-pagination-bullet-active svg {
    opacity: 1;
}
.banner-swiper .swiper-pagination-bullet-active svg circle {
    animation: dash 3s linear;
}
@keyframes dash {
 0% {
 stroke-dasharray: 1, 200;
 stroke-dashoffset: 0;
 opacity: 0;
}
 50% {
 stroke-dasharray: 150, 200;
 stroke-dashoffset: 0;
}
 100% {
 stroke-dasharray: 180, 200;
 stroke-dashoffset: 0;
 opacity: 1;
}
}
@keyframes donut {
 from {
 stroke-dashoffset: 100%;
 stroke-dasharray: 0;
 stroke-width: 2;
}
 to {
 stroke-dashoffset: 0%;
 stroke-dasharray: 0;
 stroke-width: 2;
}
}
@-webkit-keyframes bannerScale {
 0% {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
.about {

}
.about .main-center {
    padding-top: 111px;
}
.about h3 {
    line-height: 1.4;
    font-size: 50px;
    color: #242424;
    margin-bottom: 47px;
}
.about p {
    font-size: 20px;
    color: #999;
    text-align: justify;
}
.about .more {
    margin-top: 82px;
}
.in-tit {
    text-align: center;
    font-size: 50px;
    color: #000;
    text-transform: capitalize;
}
.conbox {
    position: relative;
    padding-left: 10.42%;
    padding-bottom: 146px;
}
.conbox .txt {
    position: relative;
    width: 47.33%;
    margin-top: 100px;
}
.conbox h3 {
    font-size: 50px;
    line-height: 1;
    color: #000;
    margin-bottom: 36px;
    text-transform: capitalize;
}
.conbox .des {
    font-size: 24px;
    color: #1E1E1E;
}
.conbox .date {
    position: relative;
    font-size: 36px;
    color: #1E1E1E;
    margin: 30px 0 30px;
    line-height: 1;
}
.conbox .date span {
    color: #23577f;
    font-weight: bold;
    line-height: 1;
}

.conbox .con-erm {
    position: relative;   
}
.conbox .con-erm .img1 {
    display: block;
    width: 150px;
}
.conbox .info {
    position: relative;
    max-height: 434px;
    overflow-y: scroll;
    padding-right: 6.63%;
}
.conbox .info p, .conbox .info span {
    font-size: 16px;
    line-height: 2.25;
    text-align: justify;
}
.conbox .info::-webkit-scrollbar {
 height: 4px;
}
.conbox .info::-webkit-scrollbar-thumb {
 width: 3px;
 border-radius: 0;
 background: #23577f;
}
.conbox .tree {
    position: absolute;
    right: -307px;
    top: -100px;
    z-index: -1;
}
.conbox .img {
    position: absolute;
    right: 0;
    top: -44px;
    width: 41.67%;
}
@keyframes zhuang {
 0% {
 transform: rotate(20deg);
}
 48% {
 transform: rotate(359deg);
}
 48.1% {
 transform: rotate(0deg);
}
 98% {
 transform: rotate(359deg);
}
 98.1% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(20deg);
}
}
.products {
    margin-top: 100px;
    margin-bottom: 50px;
}
.product {
    position: relative;
    width: 48.55%;
    margin-right: 2.9%;
    padding-bottom: 21px;
    margin-bottom: 90px;
}
.product::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #E9E9E9;
}
.product::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #23577f;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.product:nth-of-type(2n) {
    margin-right: 0;
}
.product .img {
    overflow: hidden;
}
.product .txt {
    margin-top: 60px;
}
.product p {
    position: relative;
    font-size: 24px;
    line-height: 1.1;
    transform: scale(0.97);
    text-transform: capitalize;
    font-weight: bold;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product i {
    position: absolute;
    right: 3%;
    bottom: -44px;
    font-size: 40px;
    opacity: 0;
    color: #23577f;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.product:hover::after {
    left: 0;
    width: 100%;
}
.product:hover img {
    transform: scale(1.04);
}
.product:hover p {
    transform: scale(1);
    font-weight: bold;
    color: #23577f;
}
.product:hover i {
    right: 0;
    opacity: 1;
}
.aboutcc {
    margin-top: 141px;
    margin-bottom: 100px;
}
.aboutcc .img {
    position: relative;
    width: 50%;
}
.aboutcc .img .logo {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 31.71%;
    z-index: 2;
}
.aboutcc .txt {
    width: 45.07%;
    margin-left: 4.93%;
    padding-top: 7px;
}
.aboutcc .title {
    font-size: 36px;
    color: #000;
    margin-bottom: 16px;
}
.aboutcc .info * {
    font-size: 16px;
    color: #505050;
    text-align: justify;
}
.aboutcc .info strong {
    font-weight: bold;
}
.aboutcc .info strong * {
    font-weight: bold;
}
.aboutcc .info table {
    width: 100% !important;
}
.aboutcc .info table col, .aboutcc .info table td {
    width: auto !important;
    text-align: center;
    border: 1px solid #505050;
    vertical-align: middle;
}
.aboutcc .brand-name {
    font-size: 16px;
    color: #505050;
    margin: 16px 0 0;
}
.aboutcc .ton-item * {
    font-size: 16px;
    color: #505050;
}
.aboutcc .ton-item:not(:last-of-type) {
    margin-right: 13.28%;
}
.textcon {
    background-color: #f6f6fb;
}
.textcon-item .txt {
    width: 53%;
    padding-top: 25px;
    padding-bottom: 25px;
    box-sizing: border-box;
}
.textcon-item .txt h3 {
    color: #242424;
    font-size: 36px;
    text-transform: capitalize;
    margin-bottom: 40px;
}
.textcon-item .txt p {
    font-size: 18px;
    text-align: justify;
    margin-bottom: 20px;line-height: 2;
}
.textcon-item .txt2 {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    box-sizing: border-box;
}
.textcon-item .txt2 h3 {
    color: #242424;
    font-size: 36px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.textcon-item .txt2 h4 {
    color: #242424;
    font-size: 26px;
    text-transform: capitalize;
    margin-top: 5%;
}
.textcon-item .txt2 p {
    font-size: 18px;
    text-align: justify; line-height: 1.5;
}
.textcon-item .txt2 .sus-more {
    display: block;
    font-size: 20px;
    color: #23577f;
    margin-top: 45px;
}
.textcon-item .txt2 .sus-more:hover {
    letter-spacing: 3px;
}
.textcon-item .txt2 .column {
    position: relative;
    margin-top: 2%;
    padding-left: ;
}
.textcon-item .txt2 .column::before {
    content: '';
    position: absolute;
    left: 1px;
    top: 8px;
    width: 0px;
    max-height: 215px;
    height: 100%;
    background-color: #E8E8E8;
}
.textcon-item .txt2 .column::after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 0px;
    height: 48px;
    background: #23577f;
}
.textcon-item .txt2 .column-item {
    display: block;
    font-size: 18px;
    color: #242424;
}
.textcon-item .txt2 .column-item:not(:last-of-type) {
    margin-bottom: 17px;
}
.textcon-item .txt2 .column-item * {
    font-size: 20px;
    color: #ccc;
}
.textcon-item .txt2 .column-item .num {
    margin-right: 0px;
}
.textcon-item .txt2 .column-item:hover {
    color: #23577f;
}
.textcon-item .txt2 .column-item:hover * {
    color: #23577f;
    font-weight: bold;
}
.textcon-item .img {
    width: 47%;
    overflow: hidden;
}
.textcon-item .img:hover img {
    transform: scale(1.04);
}
.textcon-item:nth-of-type(odd) .txt {
    padding-left: 10.42%;
    padding-right: 3.23%;
}
.textcon-item:nth-of-type(even) {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.textcon-item:nth-of-type(even) .txt {
    padding-left: 6.25%;
    padding-right: 10.42%;
}
.textcon-container {
    margin-bottom: 100px;
}
.textcon-container .title {
    font-size: 50px;
    line-height: 1;
    margin: 100px 0 20px;
    color: #1E1E1E;
    text-align: center;
}
.textcon-container .titlecon {
    font-size: 16px;
    line-height: 1;
    margin: 100px 0 20px;
    color: #1E1E1E;
    text-align: center;
}
.textcon-container h4 {
    font-size: 30px;
    line-height: 1;
    margin: 20px 0 70px;
    color: #1E1E1E;
    text-align: center; 
}
.textcon-container h5 {
    font-size: 20px;
    line-height: 1.5;
    margin: 40px 0 50px;
    color: #1E1E1E;
    text-align: center;font-weight: 400
}
.textcon-container p, .textcon-container span {
    font-size: 18px;
    text-align: justify;
}
.textcon-container p {
    margin-bottom: 2%;
}
.textcon-container strong {
    font-weight: bold;
}
.textcon-container strong * {
    font-weight: bold;
}
.textcon-container ul {
    margin-top: 29px;
}
.textcon-container ul li {
    position: relative;
    padding-left: 15px;
    font-size: 20px;
    color: #242424;
    font-weight: bold;
    margin-bottom: 22px;
    line-height: 1.4;
}
.textcon-container ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #23577f;
}
.textcon-container > img {
    width: auto;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto;
}
.textcon-container .textcon-items {
    position: relative;
    padding-left: 34px;
}
.textcon-container .textcon-items::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 99%;
    background-color: #E8E8E8;
}
.textcon-t.textcon-cur i::after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.pro-box {
    margin: 80px auto;
}
.pro-box .img {
    width: 50%;
    overflow: hidden;
}
.pro-box .txt {
    position: relative;
    width: 46.32%;
    margin-left: 3.68%;
    padding-bottom: 39px;
}
.pro-box .txt::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #23577f;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.pro-box h3 {
    font-family: "Noto Sans SC";
    font-size: 28px;
    line-height: 1.6;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pro-box .date {
    line-height: 1.1;
    font-size: 18px;
    color: #ccc;
    margin-top: 17px;
    margin-bottom: 42px;
}
.pro-box p {
    font-size: 16px;
    line-height: 2.2;
    text-align: justify;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.pro-box .see-more {
    font-size: 16px;
    color: #666;
    margin-top: 77px;
}
.pro-box:hover img {
    transform: scale(1.04);
}
.pro-box:hover .txt::after {
    left: 0;
    width: 100%;
}
.pro-box:hover .see-more {
    font-weight: bold;
    color: #23577f;
}
.pro-con {
    margin-bottom: 40px;
    margin-top: 80px;
}
.news-item {
    width: 31.32%;
    margin-right: 3.02%;
    margin-bottom: 60px;
}
.news-item:nth-of-type(3n) {
    margin-right: 0;
}
.news-item .img {
    position: relative;
    padding-bottom: 67.44%;
    overflow: hidden;
}
.news-item .img img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
}
.news-item h3 {
    margin-top: 30px;
    font-size: 20px;
    line-height: 1.1;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-item .date {
    line-height: 1.1;
    font-weight: bold;
    font-size: 18px;
    color: #ccc;
    margin-top: 30px;
    margin-bottom: 18px;
}
.news-item p {
    font-size: 16px;
    line-height: 2.2;
    text-align: justify;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-item .see-more {
    font-size: 16px;
    color: #666;
    margin-top: 22px;
}
.news-item:hover img {
    transform: scale(1.04);
}
.news-item:hover .see-more {
    font-weight: bold;
    color: #23577f;
}
.partner .news-item h3 {
    overflow: auto;
    white-space: normal;
    text-overflow: none;
    line-height: 1.5;
}
.conboxt {
    margin: 80px auto 100px;
}
.newsbox {
    position: relative;
    padding-top: 50px;
    padding-left: 3.29%;
    margin-bottom: 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid #E8E8E8;
    overflow: hidden;
}
.newsbox::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 0;
    background-color: #f6f6fb;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: -1;
}
.newsbox .pic {
    position: relative;
    width: 35.1%;
}
.newsbox .img {
    position: relative;
    width: 100%;
    padding-bottom: 53.1%;
    background-color: #f6f6fb;
    overflow: hidden;
}
.newsbox .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-width: 96.9%;
    max-height: 80.3%;
    object-fit: contain;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.newsbox .txt {
    width: 64.9%;
    padding-left: 2.72%;
    padding-right: 2.31%;
}
.newsbox h3 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #000;
    line-height: 1.1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newsbox .info {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
.newsbox .info p {
    font-size: 16px;
    text-align: justify;
}
.newsbox:hover {
    border-bottom-color: #f6f6fb;
}
.newsbox:hover::after {
    top: 0;
    height: 100%;
    bottom: auto;
}
.newsbox:hover .img {
    background-color: #fff;
}
.newsbox:hover .img img {
    transform: translate(-50%, -50%) scale(1.04);
}
.inner {
    padding-left: 10.42vw;
    padding-right: 14.58vw;
    margin: 111px 0 85px;
}
.inner .date {
    position: relative;
    width: 180px;
    padding: 24px 0 23px;
    background: #23577f;
}
.inner .date::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 100%;
    height: 100%;
    background-color: #E6E6E6;
    z-index: -1;
}
.inner .date * {
    color: #fff;
    line-height: 1;
    text-align: center;
}
.inner .date .day {
    font-size: 76px;
    font-weight: bold;
    margin-bottom: 10px;
}
.inner .date .year {
    font-size: 30px;
}
.inner .inner-info {
    width: 78.61%;
}
.inner .inner-info .title {
    font-size: 40px;
    margin-bottom: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.inner .inner-info .share {
    font-size: 16px;
    color: #999;
    line-height: 1;
    padding-bottom: 31px;
    border-bottom: 1px solid #ECECEC;
}
.inner .inner-info .share .share-item {
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #F5F5F5;
}
.inner .inner-info .share .share-item:not(:last-of-type) {
    margin-right: 14px;
}
.inner .inner-info .share .share-item i {
    line-height: 30px;
    color: #999;
}
.flewm {
    margin-top: 15px;
}
.flm {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    border-radius: 0%;
    margin-right: 20px;

}
.flm:hover .fwpic {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.fwpic {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: 0.45s;
    display: block;
    position: absolute;
    left: -20px;
    bottom: 50px;
    width: 88px;
    height: 88px;
    background-color: #fff;
}
.fwpic img {
    width: 88px;
    height: 88px;
}
.fmicon {
    font-size: 20px;
}
.cf-follow span {
    height: 30px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: .02em;
    margin-right: 1em;
}
.cf-follow a {
    width: 30px;
    display: inline-block;
    height: 30px;
}
.cf-follow a:first-of-type {
    margin-left: .1em
}
.icon-weibo {
    width: 30px;
    margin-top: 6px;
    height: 30px;
    background: url(../images/i1.png) right center no-repeat;
}
.icon-weixin {
    width: 30px;
    margin-top: 6px;
    height: 30px;
    background: url(../images/i2.png) right center no-repeat;
}
.icon-fb {
    width: 30px;
    height: 30px;
    margin-top: 6px;
    background: url(../images/i3.png) right center no-repeat;
}
.inner .inner-info .info {
    margin-top: 74px;
}
.inner .inner-info .info * {
    color: #868686;
    font-size: 16px;
    line-height: 2.2;
    text-align: justify;
}
.inner .inner-info .info img {
    width: auto;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto;
}
.inner .page {
    position: relative;
    margin-top: 93px;
    padding-top: 60px;
    border-top: 1px solid #ECECEC;
}
.inner .page .back {
    position: absolute;
    right: 0;
    top: 60px;
    width: 169px;
    height: 46px;
    background: #23577f;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 46px;
}
.inner .page .chapter {
    display: block;
    line-height: 1.1;
    font-size: 16px;
    color: #868686;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.inner .page .chapter:hover {
    color: #23577f;
}
.inner .page .prev {
    margin-bottom: 23px;
}
.honor {
    position: relative;
    display: block;
    width: 27.3333%;
    margin-right: 5.92%;
    padding: 53px 1.95% 53px 0%;
    margin-top: 0px;
    box-sizing: border-box;
    border-top: 2px solid #E6E8EB;
    cursor: pointer;
}
.honor::after {
    content: '';
    position: absolute;
    top: -1px;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #23577f;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.honor:nth-child(3n) {
    margin-right: 0;
}
.honor p {
    width: 100%;
    font-size: 20px;
}
.honor:hover::after {
    width: 100%;
    left: 0;
}
.certificate {
    background-color: #23577f;
}
.brochures {
    background-color: #244C3C;
}
.cuinfo .contit, .cuinfo .contact {
    width: 50%;
}
.cuinfo .contit {
    padding: 80px 3.125% 0 10.42%;
}
.cuinfo .contit textarea {
    width: 100%;
    resize: none;
    border-radius: 0;
    font-size: 16px;
    border-bottom: 1px solid #E3E3E3;
}
.cuinfo .contit .btn {
    width: 27.47%;
    height: 54px;
    line-height: 54px;
    border: 0;
    outline: none;
    background: #23577f;
    font-size: 20px;
    margin-top: 38px;
    color: #fff;
    cursor: pointer;
}
.cuinfo .contact {
    position: relative;
    background-color: #23577f;
    padding: 80px 10.42% 92px 2.6%;
    box-sizing: border-box;
}
.cuinfo .contact .logo {
    position: absolute;
    right: 5.73%;
    bottom: 0;
    width: 30.1%;
}
.cuinfo .contact ul {
    padding-bottom: 41px;
    margin-bottom: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.cuinfo .contact li {
    position: relative;
    font-size: 20px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}
.cuinfo .contact li::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -42px;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: #FFFFFF;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.cuinfo .contact li.active {
    color: #fff;
}
.cuinfo .contact li.active::after {
    width: 100%;
}
.cuinfo .contact-item {
    display: none;
}
.cuinfo .contact-item * {
    color: #fff;
}
.cuinfo .contact-item .name {
    font-size: 30px;
    margin-bottom: 60px;
}
.cuinfo .contact-item .name .post {
    font-size: 18px;
}
.cuinfo .contact-item .item {
    font-size: 24px;
    line-height: 1.1;
}
.cuinfo .contact-item .item:not(:last-of-type) {
    margin-bottom: 60px;
}
.cuinfo .contact-item.selected {
    display: block;
}
.service {
    position: relative;
    padding-top: 141px;
    padding-bottom: 72px;
    overflow: hidden;
}
.service .tit {
    position: relative;
    padding-left: 9.95%;
    z-index: 2;
}
.service .tit p {
    position: relative;
    color: #999;
    font-size: 20px;
    padding-left: 160px;
}
.service .tit p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 138px;
    height: 1px;
    background: #999999;
}
.service .tit h3 {
    font-size: 50px;
    color: #000;
}
.service .map-box {
    position: relative;
    width: 81.82%;
    margin: 11px auto 0;
    z-index: 2;
}
.service .dw {
    position: absolute;
}
.service .dw .img {
    position: relative;
    z-index: 3;
}
.service .dw .img img {
    width: auto;
    object-fit: contain;
}
.service .dw > p {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    font-size: 12px;
    text-transform: capitalize;
    line-height: 1;
}

.service .dw1 {
    left: 10.82%;
    top: 18.6%;
}
.service .dw2 {
    left: 12.41%;
    top: 22.6%;
}
.service .dw3 {
    left: 13.81%;
    top: 17.8%;
}
.service .dw3 > p {
    left: 102%;
    top: 50%;
    transform: translateY(-50%);
}
.service .dw4 {
    left: 24.76%;
    top: 30%;
}
.service .dw5 {
    left: 27.05%;
    top: 39%;
}
.service .dw6 {
    left: 29.66%;
    top: 38.2%;
}
.service .dw6 > p {
    left: 102%;
    top: 50%;
    transform: translateY(-50%);
}
.service .dw7 {
    left: 35.01%;
    top: 45.2%;
}
.service .dw8 {
    left: 36.16%;
    top: 56%;
}
.service .dw9 {
    left: 41.25%;
    top: 34%;
}
.service .dw10 {
    left: 44.3%;
    top: 34%;
}
.service .dw11 {
    left: 41.31%;
    top: 70.6%;
}
.service .dw12 {
    left: 60.22%;
    top: 13%;
}
.service .dw12 .info-hover {
    left: auto;
    right: 0;
    padding-left: 0;
    padding-right: 34px;
}
.service .dw12 .info-hover::before {
    left: auto;
    right: 9px;
}
.service .dw12 .info-hover::after {
    left: auto;
    right: 4px;
}
.service .dw12 .info-hover * {
    text-align: right;
}
.service .dw13 {
    right: 28.23%;
    top: 13.2%;
}
.service .dw13 .info-hover {
    top: -80px;
}
.service .dw13 .info-hover::before {
    height: 80px;
}
.service .dw13:hover .info-hover {
    top: -100px;
}
.service .dw13:hover .info-hover::before {
    height: 100px;
}
.service .dw14 {
    right: 4.52%;
    top: 62.2%;
}
.service .dw14 .info-hover {
    left: auto;
    right: 0;
    padding-left: 0;
    padding-right: 34px;
}
.service .dw14 .info-hover::before {
    left: auto;
    right: 9px;
}
.service .dw14 .info-hover::after {
    left: auto;
    right: 4px;
}
.service .dw14 .info-hover * {
    text-align: right;
}
.service .dw.dw-hover .info-hover {
    top: -348px;
    opacity: 1;
    visibility: visible;
}
.service .dw.dw-hover .info-hover::before {
    height: 342px;
}
.service .dw13.dw-hover .info-hover {
    top: -100px;
}
.service .dw13.dw-hover .info-hover::before {
    height: 100px;
}
.service .other {
    position: absolute;
    left: 60.22%;
    top: 49.4%;
}
.service .other h4 {
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 30px;
}
.service .other p {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 13px;
}
.service .des {
    position: relative;
    text-align: center;
    margin-top: 11px;
    z-index: 2;
}
.service .des i {
    font-size: 16px;
    color: #D63F24;
    margin-right: 2px;
}
.service .des span {
    font-size: 16px;
    color: #999;
    text-decoration: underline;
}
.tips-container .info img {
    width: auto;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto;
}
.tips-container .back {
    display: block;
    width: 11%;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #23577f;
    margin-left: auto;
    margin-top: 40px;
}
.img-pbox {
    position: relative;
    overflow: hidden;
    height: 408px;
}
.img-pbox .item {
    position: absolute;
    height: 100%;
    top: 0;
    -webkit-transition: all .5s cubic-bezier(.02, .01, .47, 1) 0s;
    -webkit-transition: all .5s cubic-bezier(.02, .01, .47, 1) 0s;
}
.img-pbox .img-wrap {
    height: 408px;
    width: 100%;
    background-size: cover;
    background-position: center center;
}
.img-pbox .item1 {
    left: 0;
    right: 66.66%;
}
.img-pbox .item2 {
    left: 33.33%;
    right: 33.33%;
}
.img-pbox .item3 {
    left: 66.66%;
    right: 0%;
}
.img-pbox .item .txt {
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: 5%;
    color: #fff;
}
.job-item {
    display: block;
}
.jobox {
    padding: 100px 0;
}
.job-list li {
    margin-top: -1px;
}
.job-top {
    position: relative;
    height: 63px;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    transition: 0.4s;
    cursor: pointer;
}
.job-top span {
    display: block;
    float: left;
    margin-left: 16px;
    margin-right: 2%;
    line-height: 63px;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    transition: 0.4s;
}
.job-top span:first-child {
    width: 33%
}
.job-top b {
    position: absolute;
    right: 43px;
    top: 50%;
    margin-top: -10px;
    display: block;
    width: 19px;
    height: 19px;
    transition: 0.38s;
}
.job-top b:before {
    content: "";
    width: 100%;
    height: 3px;
    background: #333333;
    position: absolute;
    right: 0;
    top: 8px;
    transition: 0.35s;
}
.job-top b:after {
    content: "";
    width: 3px;
    height: 100%;
    background: #333333;
    position: absolute;
    top: 0;
    left: 8px;
    transition: 0.35s;
}
.job-top:hover, .job-top.active {
    border-color: #23577f;
}
.job-top:hover span, .job-top.active span {
    color: #23577f;
}
.job-top:hover b {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.job-top:hover b:before, .job-top:hover b:after, .job-top.active b:before, .job-top.active b:after {
    background: #23577f;
}
.job-top.active b:after {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
}
.job-text {
    padding: 20px 26px 32px;
    display: none;
}
.job-text p {
    color: #333333;
    font-size: 16px;
    line-height: 2;
}
.job-text h3 {
    padding-top: 20px;font-size: 16px;line-height: 2;
}
@media only screen and (max-width: 1680px) {
.job-top span:first-child {
    width: 66%
}
}

.mapBox {
    width: 100%;
    height: 450px;
}


.about-cqbh {
	padding-bottom:10%;
}

.aclist {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-top: 50px;
	margin-left: -30px;
}

.aclist li {
	position: relative;
	flex: 1;
	float: left;
	min-height: 530px;
	background: #cecece;
	margin-left: 30px;
	z-index: 3;
}

.aclist li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	background: #23577f;
	z-index: -3;
	transition: 0.85s;
}

.aclist li:hover:before {
	width: 100%;
	left: 0;
}

.aclist li:hover .actxt2 {
	opacity: 1;
	visibility: visible;
}

.aclist li:hover .aclcv {
	top: 40%;
}

.aclist li:hover .acicon,
.aclist li:hover .acline {
	opacity: 0;
	visibility: hidden;
}

.aclist li:hover .actxt1 {
	color: #fff;
}

.aclcv {
	position: absolute;
	top: 62%;
	left: 30px;
	right: 30px;
	text-align: center;
	transform: translateY(-50%);
	transition: 0.85s;
}

.acicon {
	display: block;
	color: #23577f;
	font-size: 45px;
	line-height: 1.5;
	transition: 0.45s;
}

.acline {
	display: block;
	width: 132px;
	height: 3px;
	background: #fff;
	margin: 25px auto;
	transition: 0.45s;
}

.actxt1 {
	display: block;
	color: #666666;
	font-size: 24px;
}

.actxt2 {
	position: relative;
	padding-top: 40px;
	opacity: 0;
	visibility: hidden;
	transition: 0.45s;
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
	text-align: left;
}

.actxt2:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 48px;
	height: 3px;
	background: #fff;
}

@media screen and (max-width:1550px) {

	.acicon {
		font-size: 32px;
	}
	.acline {
		margin: 15px auto;
	}
	.actxt1 {
		font-size: 18px;
	}
	.actxt2 {
		font-size: 13px;
	}
	.aclist li {
		min-height: 360px;
	}
	.aclcv {
		top: 68%;
	}
}	
@media screen and (max-width:1200px) {	
	.aclist {
		display: block;
		margin-top: 20px;
		margin-left: 0;
	}
	.aclist li {
		flex: auto;
		float: none;
		width: 100%;
		margin-top: 5px;
		margin-left: 0;
		min-height: auto;
		padding: 50px 50px;
		box-sizing: border-box;
	}
	.aclcv {
		position: static;
		transform: translateY(0);
	}
	.acicon {
		font-size: 20px;
		color: #fff; display: none
	}
	.aclist li:before {
		left: 0;
		width: 100%;
	}
	.acline {
		width: 40px;
		height: 2px;
		margin: 10px 0;
		background: #fff; display: none
	}
	.actxt1 {
		font-size: 24px;font-weight: 500;
		color: #fff; text-align: left
	}
	.actxt2 {
		opacity: 1;
		visibility: visible;
		padding-top: 0;font-size: 16px;
		margin-top: 25px;margin-bottom: 25px; font-weight: 400
	}
	.actxt2:before {
		display: none;
	}
	.aclist li:hover .acicon,
	.aclist li:hover .acline {
		opacity: 1;
		visibility: visible;
	}

	}	




