﻿a {}

a:hover,a:active,a:focus {text-decoration: none;color: #da251d; outline: none;}
a.active {color: #da251d;}
a {color: #333; transition: all 0.4s;}
img {border: 0 none; max-width: 100%;}
body {padding-top: 50px; font-family:"Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif;"}
/*font: 14px Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif;*/

/*header*/
header {height: 50px; position: fixed;z-index: 999; top: 0;left: 0;right: 0;background-color: #fff; transition: all 0.5s; box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.03);}
header.no-fixed {transform: translateY(-100%);}
header .container { position: relative;height: 100%;}
header .logo { display: none;}
header .logo,header .logo2 { position: absolute;left: 15px;top: 10px;bottom: 10px;z-index: 33; max-width: 66%}
header .logo img,header .logo2 img{display: block; margin-top: 6px; max-height: 100%;}
.navbar-toggle {
  margin-right: -15px;
}
.navbar-toggle .icon-bar {
  background: #333;
  transition: all 0.5s;
}
.navbar-toggle.active > .bar-1 {
  transform: rotateZ(45deg) translate(3px, 5px);
}
.navbar-toggle.active > .bar-2 {
  opacity: 0;
}
.navbar-toggle.active > .bar-3 {
  transform: rotateZ(-45deg) translate(3px, -6px);
}

nav {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  box-shadow: -2px 0 2px 0 rgba(0, 0, 0, 0.23);
  height: auto;
  opacity: 0;
  transition: all 0.5s;
  height: 0;
  overflow: hidden;
}
nav.active {
  height: auto;
}

nav > ul {
  padding: 0 15px;
}
nav > ul > li {
  border-bottom: 1px solid #e6e6e6;
}
nav > ul > li > a {
  display: block;
  position: relative;
  color: #333;
  font-size: 1.5rem;
  padding: 10px 0;
  line-height: 2;
}
nav li {
  position: relative;
}
nav li div.iright {
  position: absolute;
  right: 0;
  z-index: 33;
  top: 0;
  transform: translateY(12px);
  height: 30px;
  width: 30px;
}
nav li div.iright:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);

  font-family: layui-icon !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e602";
}
#page-nav-box li div.iright:after {
  position: relative;
  content: "";
  top: 50%;
  margin-left: 10px;
  transform: translateY(-50%);
  font-family: layui-icon !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e602";
}
#page-nav-box li.active div.iright:after {
  content: "\e61a";
}
nav > ul > li > div.navli-nav {
  background: #fff;
  z-index: 2;
  transition: transform 0.6s, opacity 0.2s;
  opacity: 0;
  overflow-y: auto;
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  transform: translateX(100%);
  bottom: 0;
  z-index: 44;
}
nav > ul > li > div.navli-nav.active {
  transform: translateX(0);
  opacity: 1;
}
nav > ul > li > div.navli-nav div.iright {
  display: none !important;
}
nav > ul > li > div.navli-nav ul {
  display: block !important;
}
.fanhui {
  color: #000;
  font-weight: 600;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e9e9e9+1,f4f4f4+100 */
  background: rgb(233, 233, 233); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(233, 233, 233, 1) 1%,
    rgba(244, 244, 244, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(233, 233, 233, 1) 1%,
    rgba(244, 244, 244, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(233, 233, 233, 1) 1%,
    rgba(244, 244, 244, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */

  display: block;
  font-size: 1.5rem;
  line-height: 2;
  padding: 10px 0;
  padding-left: 10px;
}
.fanhui .layui-icon {
  color: rgba(0, 0, 0, 0.22);
  margin-right: 5px;
}
div.navli-nav > ul {
  padding: 0 15px;
  z-index: 44;
}
div.navli-nav > ul > li {
  border-bottom: 1px solid #e6e6e6;
}
div.navli-nav > ul > li > a {
  display: block;
  position: relative;
  color: #000;
  font-size: 1.5rem;
  padding: 10px 0;
  line-height: 2;
}
div.navli-nav > ul > li ul {
  display: none;
  transition: all 0.6s;
}
div.navli-nav > ul > li ul.active {
  display: block;
}
div.navli-nav > ul li.active div.iright:after {
  content: "\e61a";
}
div.navli-nav > ul > li > ul {
  padding-bottom: 16px;
  padding-left: 15px;
}
div.navli-nav > ul > li > ul ul {
  padding: 5px 0;
  padding-left: 15px;
}
div.navli-nav > ul > li > ul li > a {
  display: block;
  position: relative;
  color: #969696;
  font-size: 1.5rem;
  padding: 0px 0;
  line-height: 2;
}
div.navli-nav li.active > a {
  color: #da251d;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: block;
  }
  nav > ul {
    width: 750px;
    margin: 0 auto;
  }

  div.navli-nav > ul {
    width: 750px;
    margin: 0 auto;
  }
  nav > ul > li > div.navli-nav.cp ul {
    display: inline-block !important;
    min-width: 240px;
  }
  nav > ul > li > div.navli-nav.cp.cpp2 > ul {
    padding-left: 40px;
  }
}

@media (min-width: 992px) {
  header .logo img,header .logo2 img{display: block; height:30px; margin-top: 10px;}
  header {
    height: 82px;
    background: none;
    transition: all 0.5s;
  }

  header:hover,
  header.fixed {
    background: #fff;
  }
  header:hover .logo,
  header.fixed .logo {
    opacity: 0;
  }
  header:hover .logo2,
  header.fixed .logo2 {
    opacity: 1;
  }
  header:hover nav a,
  header.fixed nav a {
    color: #333;
  }
  header:after {
    position: absolute;
    background: rgba(255, 255, 255, 1);
    opacity: 0.1;
    content: "";
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
  }
  body {
    padding-top: 0;
  }
  nav li.iright:after {
    display: none;
  }

  header .logo,
  header .logo2 {
    top: 16px;
    bottom: 20px;
    opacity: 0;
  }
  header .logo {
    display: block;
    opacity: 1;
  }

  header .logo2 {
    opacity: 0;
  }
  .navbar-toggle {
    display: none;
  }
  nav {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto !important;
    left: auto;
    background: none;
    box-shadow: none;
    height: 82px;
    opacity: 1 !important;
    overflow: inherit;
  }
  nav > ul {
    width: auto;
  }
  nav > ul > li {
    display: inline-block;
    position: relative;
    border: none;
    padding: 0 5px;
  }
  nav > ul > li > a:after {
    transition: all ease-in-out 0.4s;
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
  }
  nav > ul > li.active > a:after,
  nav > ul > li:hover > a:after {
    content: "";
    background: #fff;
    left: 0;
    right: 0;
    display: block;
  }
  nav > ul > li:hover > a:after,
  header.fixed nav > ul > li.active > a:after {
    background: #da251d;
    bottom: 8px;
    width: 3em;
    left: 50%;
    transform: translateX(-50%);
  }
  nav > ul > li > a {
    display: block;
    height: 82px;
    line-height: 82px;
    padding: 0 8px;
    color: #000;
  }
  nav > ul > li > a:hover {
    color: #da251d;
  }
  nav > ul > li:hover div.navli-nav {
    opacity: 1;
    height: auto;
    display: block;
  }
  nav > ul > li > div.navli-nav {
    position: absolute;
    display: none;
    left: 0;
    top: 80px;
    opacity: 0;
    height: auto;
    width: 180px;
    left: 50%;
    transform: translateX(-50%);
    overflow-y: inherit;
    transition: all ease-in-out 0.4s;
    z-index: 44;
  }
  nav > ul > li > div.navli-nav:after {
    content: "";
    display: block;
    clear: both;
  }

  div.navli-nav > ul {
    width: auto !important;
    background: #fff;
    padding: 10px 0;
    margin-top: 2px;
    position: relative;
    transition: all ease-in-out 0.4s;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.13);
  }
  div.navli-nav > ul:before {
    background: -moz-linear-gradient(
      top,
      rgba(244, 244, 244, 1) 0%,
      rgba(244, 244, 244, 0.99) 1%,
      rgba(244, 244, 244, 0) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      top,
      rgba(244, 244, 244, 1) 0%,
      rgba(244, 244, 244, 0.99) 1%,
      rgba(244, 244, 244, 0) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to bottom,
      rgba(244, 244, 244, 1) 0%,
      rgba(244, 244, 244, 0.99) 1%,
      rgba(244, 244, 244, 0) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#00f4f4f4',GradientType=0 ); /* IE6-9 */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    z-index: 1;
    content: "";
  }
  div.navli-nav > ul > li {
    border: none;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  div.navli-nav > ul > li ul {
    display: none;
  }
  nav > ul > li > div.navli-nav ul > li ul{
    display: none !important;
  }
  .fanhui {
    display: none;
  }
  div.navli-nav > ul > li > a {
    font-size: 14px;
    line-height: 1;
  }
  div.navli-nav > ul > li > a:hover {
    color: #da251d;
  }
  div.navli-nav.cp {
    position: fixed;
    opacity: 1;
    width: 992px;
    bottom: auto;
    text-align: center;
    box-shadow: 2px 6px 5px 0 rgba(0, 0, 0, 0.13);
    padding-bottom: 30px;
  }
  div.navli-nav.cp:before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4f4f4+1,f4f4f4+100&1+0,0+100 */
    background: -moz-linear-gradient(
      top,
      rgba(244, 244, 244, 1) 0%,
      rgba(244, 244, 244, 0.99) 1%,
      rgba(244, 244, 244, 0) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      top,
      rgba(244, 244, 244, 1) 0%,
      rgba(244, 244, 244, 0.99) 1%,
      rgba(244, 244, 244, 0) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to bottom,
      rgba(244, 244, 244, 1) 0%,
      rgba(244, 244, 244, 0.99) 1%,
      rgba(244, 244, 244, 0) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#00f4f4f4',GradientType=0 ); /* IE6-9 */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    z-index: 2;
    content: "";
  }
  div.navli-nav.cp:after {
    position: absolute;
    top: 74px;
    height: 1px;
    background: rgba(64, 65, 67, 1);
    opacity: 0.1;
    content: "";
    left: 0;
    right: 0;
    z-index: 3;
  }
  div.navli-nav.cp > ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    vertical-align: top;
    background: none;
    padding: 0 20px;
    z-index: 4;
    position: relative;
    margin: 0 -5px;
  }
  div.navli-nav.cp > ul > li:first-child > a {
    display: block;
    height: 74px;
    line-height: 74px;
    padding: 0;
    color: #000;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
  }
  div.navli-nav.cp > ul ul {
    display: block;
    padding: 0;
  }
  div.navli-nav.cp > ul > li > ul > li > ul {
    padding-bottom: 5px;
  }
  div.navli-nav.cp > ul > li > ul > li > ul > li > a {
    line-height: 1.8;
  }
  div.navli-nav.cp > ul li {
    text-align: left;
  }
  div.navli-nav.cp > ul li a {
    padding: 0;
  }
  div.navli-nav.cp > ul > li > a {
    font-size: 16px;
  }
  div.navli-nav.cp > ul > li > ul {
    padding-top: 10px;
  }
  div.navli-nav.cp > ul > li > ul > li > a {
    color: #000;
  }
  div.navli-nav.cp > ul > li > ul > li > ul > li > a {
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
  }
  div.navli-nav.cp2 {
    text-align: left;
  }
  div.navli-nav.cp2 > ul > li {
    text-align: left !important;
    padding-left: 40px;
  }
  div.navli-nav > ul > li > a {
    color: #333;
    font-size: 1.5rem;
  }
  div.navli-nav.cp2 > ul > li > ul li > a {
    font-size: 12px;
    color: #666;
  }
  div.navli-nav.cp2 li.iright > a:after {
    position: absolute;
    content: "";
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-family: layui-icon !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e61a";
    display: block;
  }
}

@media (min-width: 1200px) {
  div.navli-nav.cp2 > ul > li > ul li > a {
    font-size: 16px;
    color: #666;
  }
  div.navli-nav.cp {
    width: 1170px;
  }
  div.navli-nav.cpp2 {
    /*width: 400px!important;    */
    width: 180px !important;
    position: absolute !important;
  }
  div.navli-nav.cp > ul > li:first-child > a {
    font-size: 18px;
    text-align: left;
  }
  div.navli-nav.cp > ul > li:first-child > a:hover {
    color: #da251d;
  }
  div.navli-nav.cp > ul > li > ul > li > a {
    font-size: 18px;
  }
  div.navli-nav.cp > ul > li > ul > li > ul > li > a {
    font-size: 16px;
  }
  div.navli-nav.cp a:hover {
    color: #da251d;
  }
  div.navli-nav > ul > li > a {
    font-size: 16px;
    color: #333;
    font-weight: 400;
  }
  nav > ul > li > a {
    font-size: 16px;
  }
  nav > ul > li {
    padding: 0 7px;
  }
  nav > ul > li.lang {
    margin-left: 50px;
  }
  nav > ul > li.lang a {
    font-weight: bold;
  }
}
@media (min-width: 1900px) {
  div.navli-nav.cp {
    width: 1400px;
  }
  .container {
    width: 1400px;
    padding-left: 0;
    padding-right: 0;
  }
  nav > ul > li.lang {
    margin-left: 190px;
  }
  nav {
    margin-right: -120px;
  }
  header .logo,
  header .logo2 {
    left: -100px;
  }
}




/*index-banner*/
.index-banner {
  /*height: 200px;*/
  position: relative;
}

.pcbanner{display: none}
.mbanner{display: block;}

.index-banner .swiper-container {
  height: 100%;
  max-width: 1920px;
  margin:0 auto;
}

.index-banner .swiper-slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.index-banner .swiper-slide img{max-height: 100%; max-width:100%;}
.index-banner .swiper-pagination {
  bottom: 20px;
  z-index: 33;
  left: 50%;
  transform: translateX(-50%);
  word-wrap: normal;
  width:80%;
}
.index-banner .swiper-pagination-bullet {
  font-size: 1rem;
  background: none;
  color: rgba(255, 255, 255, 0.1);
  opacity: 1;
  font-family: "Noto Sans CJK SC";
  width: auto;
  height: auto;
  padding: 0 10px;
  outline: none;
}
.index-banner .swiper-pagination-bullet-active {
  color: rgba(218, 27, 29, 1);
}
.index-banner .swiper-button-prev,
.index-banner .swiper-button-next {
  outline: none;
}
.index-banner .swiper-button-prev {
  left: 15px;
  bottom: 10px;
  background: url(../images/icon-prev-2.png) no-repeat center
    center;
}
.index-banner .swiper-button-next {
  left: auto;
  right: 15px;
  bottom: 10px;
  background: url(../images/icon-next-2.png) no-repeat center
    center;
}
.index-banner .layui-btn {
  background: #da251d;
  padding: 0 3em;
  font-size: 1.2rem;
}
.layui-btn {
  background: #da251d;
  padding: 0 3em;
  font-size: 1.2rem;
}
.layui-btn-disabled {
  border: 1px solid #e6e6e6;
  background-color: #fbfbfb;
  color: #c9c9c9;
  cursor: not-allowed;
  opacity: 1;
}
.index-banner .container {
  height: 100%;
  position: relative;
}
.index-banner .item {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding: 0 15px;
}
.index-banner .item.banner1 {
  left: 0;
  text-align: center;
}
.index-banner .item .th1 {
  font-size: 2rem;
  color: #fff;
  line-height: 1.4;
  padding: 20px 0;
  transition: all 0.4s;
}
.index-banner .item .th2 {
  font-size: 1.4rem;
  display: block;
  line-height: 1;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: -10px;
}
.index-banner .item .tdes {
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.65);
  padding-bottom: 20px;
  width: 246px;
}
.index-banner .item .th1 + .tdes {
  margin-top: -10px;
}

@media (min-width: 768px) {
  .pcbanner{display: block}
  .mbanner{display: none;}
  .index-banner {
    /*height: 398px;*/
  }
  .index-banner .swiper-button-prev {
    left: 50%;
    transform: translateX(-100%);
    margin-left: -120px;
    bottom: 8px;
  }
  .index-banner .swiper-button-next {
    left: auto;
    right: 50%;
    transform: translateX(100%);
    margin-right: -120px;
    bottom: 8px;
  }
  .index-banner .swiper-pagination-bullet {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .index-banner {
    /*height: 514px;*/
  }
  .index-banner .item .th1 {
    font-size: 30px;
    font-family: "Noto Sans CJK SC";
    font-weight: 500;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .index-banner .item .tdes {
    font-size: 12px;
    width: 280px;
    font-weight: 400;
  }
  .index-banner .swiper-pagination-bullet {
    font-size: 14px;
  }
  .index-banner .swiper-pagination{width:280px;}
}
@media (min-width: 1200px) {
  .index-banner {
    /*height: 622px;*/
  }
  .index-banner .item.banner1 .th1 {
    font-size: 36px;
  }
  .index-banner .swiper-button-prev {
    bottom: 10px;
  }
  .index-banner .swiper-button-next {
    bottom: 10px;
  }
  .index-banner .item .th1 {
    font-size: 36px;
    font-family: "Noto Sans CJK SC";
    font-weight: 500;
    padding-bottom: 25px;
    padding-top: 20px;
  }

  .index-banner .item .th2 {
    font-size: 16px;
    font-weight: 400;
  }

  .index-banner .item .tdes {
    font-size: 12px;
    width: 340px;
    font-weight: 400;
  }

  .index-banner .item .th1 + .tdes {
    margin-top: -20px;
  }

  .index-banner .item .tbtn {
    padding-top: 5px;
  }

  .index-banner .layui-btn {
    padding: 0 3em;
    font-size: 12px;
    height: 36px;
    width: 138px;
    letter-spacing: 0.5em;
    line-height: 36px;
  }
  .layui-btn {
    padding: 0 3em;
    font-size: 12px;
    height: 36px;
    width: 138px;
    letter-spacing: 0.5em;
    line-height: 36px;
  }
}
@media (min-width: 1900px) {
  .index-banner {
    /*height: 996px;*/
  }
  .index-banner .item.banner1 .th1 {
    font-size: 50px;
  }
  .index-banner .item .th1 {
    font-size: 60px;
    font-family: "Noto Sans CJK SC";
    font-weight: 500;
    padding-bottom: 40px;
    padding-top: 30px;
  }
  .index-banner .item .th2 {
    font-size: 30px;
    font-weight: 400;
  }
  .index-banner .item .tdes {
    font-size: 18px;
    width: 546px;
    font-weight: 400;
  }
  .index-banner .item .th1 + .tdes {
    margin-top: -20px;
  }
  .index-banner .item .tbtn {
    padding-top: 15px;
  }
  .index-banner .layui-btn {
    padding: 0 3em;
    font-size: 16px;
    height: 58px;
    width: 220px;
    letter-spacing: 0.5em;
    line-height: 58px;
  }
  .layui-btn {
    padding: 0 3em;
    font-size: 16px;
    height: 58px;
    width: 220px;
    letter-spacing: 0.5em;
    line-height: 58px;
  }
}


.page-banner {
  /*height:200px;*/
    position: relative;
    z-index: 2;
}
.page-banner img{/*height: 200px;*/}

.page-banner .swiper-pagination-bullet{
  color:#ccc;
}
.page-banner .swiper-pagination-bullet-active {
  color: rgba(218, 27, 29, 1);
}

.page-banner img{}


.page-ab-box1 {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center center;
  max-width: 1920px;
  margin:0 auto;
}

.page-ab-box1:before {
  position: absolute;
  top: 0;
  transition: all 0.5s;
  content: "";
  z-index: 1;
  border-right: 140px solid rgba(247, 247, 247, 0.9);
  border-bottom: 70px solid rgba(218, 37, 29, 0.9);
  left: 50%;
  transform: rotate(90deg) translate(35px, 70px);
  width: 0;
  height: 0;
}

.page-ab-box1:after {
  content: "";
  display: block;
  clear: both;
}

.page-ab-box1 .item {
  position: relative;
  z-index: 2;
  width: 50%;
  float: left;
  height: 140px;
  text-align: center;
  cursor: pointer;
}

.page-ab-box1 .item .txt {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 33;
}

.page-ab-box1 .item .txt h3 {
  display: block;
  position: relative;
  font-weight: bold;
  font-size: 1.5rem;
  padding-bottom: 0.5em;
}

.page-ab-box1 .item .txt h3:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 1.6em;
  height: 2px;
  background: #da251d;
  left: 50%;
  transform: translateX(-50%);
}

.page-ab-box1 .item .txt p {
  padding-top: 10px;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.7);
}

.page-ab-box1 .item:first-child:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 35px;
  background: rgba(218, 37, 29, 0.9);
  transition: all 0.5s;
}

.page-ab-box1 .item:last-child:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 35px;
  background: rgba(247, 247, 247, 0.9);
  transition: all 0.5s;
  z-index: 1;
}

.page-ab-box1 .item:first-child .txt {
  color: #fff;
}

.page-ab-box1 .item:first-child .txt h3:after {
  background: #fff;
}

.page-ab-box1 .item:first-child .txt p {
  color: rgba(255, 255, 255, 0.8);
}

.page-ab-box1.active:before {
  border-right: 140px solid rgba(218, 37, 29, 0.9);
  border-bottom: 70px solid rgba(247, 247, 247, 0.9);
}

.page-ab-box1.active .item:first-child:before {
  background: rgba(247, 247, 247, 0.9);
}

.page-ab-box1.active .item:last-child:before {
  background: rgba(218, 37, 29, 0.9);
}

.page-ab-box1.active .item:first-child .txt {
  color: #000;
}

.page-ab-box1.active .item:first-child .txt h3:after {
  background: #da251d;
}

.page-ab-box1.active .item:first-child p {
  color: rgba(0, 0, 0, 0.7);
}

.page-ab-box1.active .item:last-child .txt {
  color: #fff;
}

.page-ab-box1.active .item:last-child .txt h3:after {
  background: #fff;
}

.page-ab-box1.active .item:last-child p {
  color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 992px) {
  .page-banner {
  height:auto;
  padding-top: 0px;
  max-width: 1920px;
  margin:0 auto;
}
.page-banner img{height:auto;}


  .page-ab-box1 .item {
    height: 400px;
  }

  .page-ab-box1:before {
    border-right: 400px solid rgba(247, 247, 247, 0.9);
    border-bottom: 200px solid rgba(218, 37, 29, 0.9);
    transform: rotate(90deg) translate(100px, 200px);
  }

  .page-ab-box1 .item:first-child:before {
    right: 100px;
  }

  .page-ab-box1 .item:last-child:before {
    left: 100px;
  }

  .page-ab-box1.active:before {
    border-right: 400px solid rgba(218, 37, 29, 0.9);
    border-bottom: 200px solid rgba(247, 247, 247, 0.9);
  }

  .page-ab-box1 .item .txt h3 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 14px;
  }

  .page-ab-box1 .item .txt h3:after {
    height: 2px;
  }

  .page-ab-box1 .item .txt p {
    padding-top: 10px;
    font-size: 12px;
  }
}

@media (min-width: 1200px) {
  .page-ab-box1 .item {
    height: 600px;
  }

  .page-ab-box1:before {
    border-right: 600px solid rgba(247, 247, 247, 0.9);
    border-bottom: 300px solid rgba(218, 37, 29, 0.9);
    transform: rotate(90deg) translate(150px, 300px);
  }

  .page-ab-box1 .item:first-child:before {
    right: 150px;
  }

  .page-ab-box1 .item:last-child:before {
    left: 150px;
  }

  .page-ab-box1.active:before {
    border-right: 600px solid rgba(218, 37, 29, 0.9);
    border-bottom: 300px solid rgba(247, 247, 247, 0.9);
  }

  .page-ab-box1 .item .txt h3 {
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 24px;
  }

  .page-ab-box1 .item .txt h3:after {
    height: 2px;
  }

  .page-ab-box1 .item .txt p {
    padding-top: 20px;
    font-size: 14px;
  }
}



@media (min-width: 1900px) {
  .page-ab-box1 .item {
    height: 700px;
  }

  .page-ab-box1:before {
    border-right: 700px solid rgba(247, 247, 247, 0.9);
    border-bottom: 350px solid rgba(218, 37, 29, 0.9);
    transform: rotate(90deg) translate(175px, 350px);
  }

  .page-ab-box1 .item:first-child:before {
    right: 175px;
  }

  .page-ab-box1 .item:last-child:before {
    left: 175px;
  }

  .page-ab-box1.active:before {
    border-right: 700px solid rgba(218, 37, 29, 0.9);
    border-bottom: 350px solid rgba(247, 247, 247, 0.9);
  }

  .page-ab-box1 .item .txt h3 {
    font-size: 40px;
    font-weight: 400;
    padding-bottom: 24px;
  }

  .page-ab-box1 .item .txt h3:after {
    height: 4px;
  }

  .page-ab-box1 .item .txt p {
    padding-top: 20px;
    font-size: 18px;
  }
}




/*首页块*/
.index-box1 {
  padding: 15px 0;
}
.index-box1 .container {
  position: relative;
}
.index-box1 .swiper-container {
  height: 180px;
  margin-bottom: 15px;
}
.index-box1 .swiper-slide .item {
  position: relative;
  background:#272a2f;
  overflow: hidden;
}
.index-box1 .swiper-slide .item:hover .img img {
  transform: scale(1.05);
}

.index-box1 .swiper-slide .item .img {
  height: 100%;
  overflow: hidden;
}
.index-box1 .swiper-slide .item .img img {
  text-align: center;
  /*width: 100%;
  height: 100%;*/
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.index-box1 .swiper-slide .item .txt {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 15px;
  color: #fff;
  padding-bottom: 50px;
}
.index-box1 .swiper-slide .item .txt h2 {
  display: block;
  line-height: 1.2;
  font-size: 1.6rem;
}
.index-box1 .swiper-slide .item .txt p {
  display: block;
  padding-top: 0.5em;
  font-size: 1rem;
}
.index-box1 .swiper-slide .item .btns {
  position: absolute;
  bottom: 0;
  opacity: 1;
  transition: all 0.6s;
  transform: translateY(0);
}
.index-box1 .swiper-slide .item .btns .layui-btn {
  height: auto;
  line-height: 1;
  font-size: 1rem;
  padding: 0.8em 2em;
}
.index-box1 .swiper-slide .item:first-child {
  height: 100%;
  width: 50%;
  transform: translateY(0);
}
.index-box1 .swiper-slide .item:first-child .btns {
  transform: translateY(0);
  opacity: 1;
}
.index-box1 .swiper-slide .item:nth-child(2) {
  position: absolute;
  right: 0;
  top: 0;
  height: 49.5%;
  width: 49.5%;
}
.index-box1 .swiper-slide .item:nth-child(3) {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 49.55%;
  width: 49.5%;
}




.index-box1 .swiper-slide2 .item:first-child {
  height: 49.5%;
  width: 50%;
  transform: translateY(0);
}
.index-box1 .swiper-slide2 .item:first-child .btns {
  transform: translateY(0);
  opacity: 1;
}
.index-box1 .swiper-slide2 .item:nth-child(2) {
  position: absolute;
  left: 0;
  top: 50.5%;
  height: 49.5%;
  width: 50.5%;
}
.index-box1 .swiper-slide2 .item:nth-child(3) {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 49%;
}

  .index-box1 .swiper-slide .swiper-item2 a{
    width:49.5%;
    display: block;
    float:left;
  }
  .index-box1 .swiper-slide .swiper-item2 a:nth-child(2){
    float:right;
  }

@media (min-width: 321px) {
.index-box1 .swiper-container {
    height: auto;
  }
}
@media (min-width: 360px) {
.index-box1 .swiper-container {
    height: auto;
  }
}
@media (min-width: 414px) {
.index-box1 .swiper-container {
    height: 239px;
  }
}
@media (min-width: 425px) {
.index-box1 .swiper-container {
    height: 245px;
  }
}

@media (min-width: 480px) {
.index-box1 .swiper-container {
    height: 445px;
  }
}

@media (min-width: 768px) {
  .index-box1 {
    padding: 30px 0;
  }
  .index-box1 .swiper-container {
    height: 448px;
  }
  .index-box1 .swiper-slide .item .txt {
    padding: 20px;
    padding-bottom: 66px;
  }
  .index-box1 .swiper-slide .item .btns .layui-btn {
    font-size: 12px;
    padding: 0.8em 3em;
  }
  .index-box1 .swiper-slide .item .txt h2 {
    font-size: 18px;
    font-weight: bold;
  }
  .index-box1 .swiper-slide .item .txt p {
    font-size: 12px;
  }
  .index-box1 .swiper-slide .item:hover .btns {
    /* opacity: 1;
            transform: translateY(0);*/
  }
  .index-box1 .swiper-button-next,
  .index-box1 .swiper-button-prev {
    left: 35px;
    display: none;
  }
}
.index-box1 .swiper-slide .swiper-item2{background:#fff;}
.index-box1 .swiper-slide .swiper-item2 a{background:#272a2f;}
@media (min-width: 992px) {
  .index-box1 .swiper-container{margin-bottom: 64px;}
  .index-box1 {
    padding: 40px 0;
  }

  .index-box1 .swiper-container {
    height: 585px;
  }
  .index-box1 .swiper-slide .item:first-child {
    width: 50%;
  }
  .index-box1 .swiper-slide .item .txt {
    padding: 26px 22px 0 22px;
    padding-bottom: 68px;
  }

  .index-box1 .swiper-slide .item .btns .layui-btn {
    font-size: 12px;
    padding: 0.8em 3em;
  }

  .index-box1 .swiper-slide .item .txt h2 {
    font-size: 25px;
    font-weight: 400;
  }

  .index-box1 .swiper-slide .item .txt p {
    font-size: 12px;
  }
  .index-box1 .swiper-button-next,
  .index-box1 .swiper-button-prev {
    left: 37px;
  }
}
@media (min-width: 1200px) {
  .index-box1 {
    padding: 48px 0;
  }

  .index-box1 .swiper-container {
    height: 528px;
  }

  .index-box1 .swiper-slide .item:first-child {
    width: 50%;
  }

  .index-box1 .swiper-slide .swiper-item2 a{
    width:49.5%;
    display: block;
    float:left;
  }
  .index-box1 .swiper-slide .swiper-item2 a:nth-child(2){
    float:right;
  }

  .index-box1 .swiper-slide .item .txt {
    padding: 31px 26px 0 26px;
    padding-bottom: 71px;
  }

  .index-box1 .swiper-slide .item .btns .layui-btn {
    font-size: 12px;
    padding: 1em 3em;
  }

  .index-box1 .swiper-slide .item .txt h2 {
    font-size: 30px;
    font-weight: 400;
  }

  .index-box1 .swiper-slide .item .txt p {
    font-size: 12px;
  }

  .index-box1 .swiper-button-next,
  .index-box1 .swiper-button-prev {
    left: 41px;
    bottom: 26px;
  }
  .index-box1 .swiper-button-prev {
    bottom: 66px;
  }
}
@media (min-width: 1200px) {
  .index-box1 .swiper-container {
    height: 709px;
  }
}
@media (min-width: 1900px) {
  .index-box1 {
    padding: 77px 0;
  }

  .index-box1 .swiper-container {
    height: 871px;
  }

  .index-box1 .swiper-slide .item:first-child {
    width: 50%;
  }

  .index-box1 .swiper-slide .item .txt {
    padding: 50px 42px 0 42px;
    padding-bottom: 110px;
  }

  .index-box1 .swiper-slide .item .btns .layui-btn {
    font-size: 16px;
    padding: 1em 3em;
  }

  .index-box1 .swiper-slide .item .txt h2 {
    font-size: 48px;
    font-weight: 400;
  }

  .index-box1 .swiper-slide .item .txt p {
    font-size: 18px;
  }

  .index-box1 .swiper-button-next,
  .index-box1 .swiper-button-prev {
    left: 57px;
    width: 53px;
    height: 53px;
    bottom: 42px;
  }
  .index-box1 .swiper-button-prev {
    bottom: 95px;
  }
}


/*index-box4*/
.index-box4 {
  background: rgba(248, 248, 248, 1);
}
.index-box4 > .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.index-box4 .row {
}
.index-box4 .row .col-xs-12 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.index-box4 .item {
  background: #fff;
  position: relative;
  transition: all 0.5s;
}
.index-box4 .item .img {
  width: 100%;
  height: 200px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.index-box4 .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-box4 .item .txt {
  padding: 20px;
}
.index-box4 .item .date {
  position: relative;
}
.index-box4 .item .date .day {
  font-size: 32px;
  font-family: Impact;
  font-weight: bold;
  color: #da251d;
}
.index-box4 .item .date .year {
  position: absolute;
  top: 50%;
  left: 45px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  line-height: 1;
  color: #888;
}
.index-box4 .item .date .year:after {
  content: "";
  height: 2px;
  background: #da251d;
  position: absolute;
  width: 25px;
  right: -40px;
}
.index-box4 .item .tit {
  display: block;
  padding: 1em 0;
}
.index-box4 .item .tit a {
  display: block;
  line-height: 1.2;
  color: #1a1a1a;
  font-weight: bold;
  font-size: 1.5rem;
}
.index-box4 .item .des {
  display: none;
}
.index-box4 .item:hover {
  box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.3);
}
.index-box4 .item:hover .img img {
}

@media (min-width: 768px) {
  .index-box4 .row {
    margin: 0 -5px;
  }
  .index-box4 .col-sm-3 {
    padding: 0 5px;
  }
  .index-box4 .item .img,
  .index-box4 .item .video {
    height: 120px;
  }
  .index-box4 .item {
    padding-bottom: 128px;
  }
  .index-box4 .item .txt {
    position: absolute;
    z-index: 3;

    left: 0;
    right: 0;
    top: 120px;
  }
  .index-box4 .item .img + .txt > .des {
    font-size: 12px;
    color: #888;
    background: url(../images/icon-yh.png) no-repeat 0 0;
    background-size: 10%;
    padding-top: 20px;
    line-height: 1.6;
    display: none;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .index-box4 .item:hover .img + .txt {
    top: 0;
    height: 100%;
    background: url(../images/bg1.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 20px;
  }
  .index-box4 .item:hover .img + .txt .date {
    display: none;
  }
  .index-box4 .item:hover .img + .txt .des {
    display: block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
  }
  .index-box4 .item:hover .img + .txt .source {
    bottom: 50px;
  }
  .index-box4 .item .txt {
    height: 128px;
    padding: 10px 8px;
  }
  .index-box4 .item .date .year,
  .index-box4 .item .source {
    font-size: 12px;
  }
  .index-box4 .item .date .day {
    font-family: Bahnschrift;
    font-size: 40px;
    line-height: 1;
  }
  .index-box4 .item .tit {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    padding: 0;
    margin: 10px 0;
  }

  .index-box4 .item .tit a {
    font-size: 12px;
  }
  .index-box4 > .container {
    padding-top: 34px;
    padding-bottom: 36px;
  }
  .index-box4 .item .source {
    position: absolute;
    bottom: 20px;
  }
}

@media (min-width: 992px) {
  .index-box4 .row {
    margin: 0 -6.5px;
  }

  .index-box4 .col-sm-3 {
    padding: 0 6.5px;
  }
  .index-box4 .item .img {
    height: 155px;
    padding-left: 1px;
  }

  .index-box4 .item {
    padding-bottom: 144px;
  }
  .index-box4 .item .txt {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    top: 155px;
    padding: 20px 10px;
    height: 144px;
  }
  .index-box4 .item:hover .img + .txt .source {
    bottom: 80px;
  }
  .index-box4 .item .img + .txt > .des {
    line-height: 2;
  }
  .index-box3 {
    padding-bottom: 20px;
  }
  .index-box4 > .container {
    padding-top: 65px;
    padding-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .index-box4 .row {
    margin: 0 -8px;
  }

  .index-box4 .col-sm-3 {
    padding: 0 8px;
  }

  .index-box4 .item .img {
    height: 155px;
  }

  .index-box4 .item {
    padding-bottom: 123px;
  }

  .index-box4 .item .txt {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    top: 155px;
    padding: 25px 12px;
    height: 163px;
  }
  .index-box4 .item .date .day {
    font-size: 40px;
  }
  .index-box4 .item .tit a {
    font-size: 14px;
  }
  .index-box4 .item .img + .txt > .des {
    padding-top: 30px;
    background-size: 10%;
  }
  .index-box4 .item:hover .img + .txt .tit a {
  }
}

@media (min-width: 1900px) {
  .index-box4 .row {
    margin: 0 -13px;
  }

  .index-box4 .col-sm-3 {
    padding: 0 13px;
  }

  .index-box4 .item .img {
    height: 205px;
  }

  .index-box4 .item {
    padding-bottom: 200px;
  }

  .index-box4 .item .txt {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    top: 205px;
    padding: 40px 20px;
    height: 260px;
  }
  .index-box4 .item .date .year {
    padding-left: 50px;
    font-size: 14px;
  }
  .index-box4 .item .date .day {
    font-size: 80px;
  }

  .index-box4 .item .tit a {
    font-size: 18px;
    line-height: 1.3;
  }
  .index-box4 .item .source {
    font-size: 14px;
    bottom: 45px;
  }
  .index-box4 .item:hover .img + .txt .source {
    bottom: 220px;
  }
  .index-box4 .item .img + .txt > .des {
    padding-top: 40px;
    background-size: auto;
    font-size: 16px;
  }
  .index-box4 .item:hover {
  }
  .index-box4 .item:hover .img + .txt {
    padding: 65px 40px 0 40px;
  }
  .index-box4 > .container {
    padding-top: 160px;
    padding-bottom: 164px;
  }
  .index-box3 {
    padding-bottom: 50px;
  }
}

.index-box4-tab .layui-tab {
  margin: 0;
}
.index-box4-tab .layui-tab-title {
  height: 50px;
  border: none;
}
.index-box4-tab .layui-tab-title li {
  font-size: 2rem;
  line-height: 50px;
  min-width: 75px;
  padding: 0 0;
  padding-right: 25px;
  color: #999;
}
.index-box4-tab .layui-tab-title .layui-this {
  font-weight: bold;
  color: #000;
}
.index-box4-tab .layui-tab-title .layui-this:after {
  display: none;
}
.index-box4-tab .layui-tab-title li + li:before {
  position: absolute;
  width: 1px;
  top: 15px;
  bottom: 15px;
  content: "";
  background: rgba(0, 0, 0, 0.1);
  left: -12px;
}
.index-box4-tab .layui-tab-item {
  position: relative;
}
.index-box4-tab .layui-tab-item > a.more {
  position: absolute;
  right: 0;
  top: -60px;
}
.index-box4-tab .layui-tab-content {
  padding: 0;
  padding-top: 30px;
}
.index-box4-tab .layui-tab-title:after {
  position: absolute;
  content: "";
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
  bottom: 0;
  left: 0;
  right: 0;
}
.index-box4-tab .layui-tab-bar {
  display: none;
}

@media (min-width: 768px) {
  .index-box4-tab .layui-tab-title li {
    font-size: 16px;
    font-weight: 400;
  }
  .index-box4-tab .layui-tab-item > a.more {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .index-box4-tab .layui-tab-title li {
    font-size: 22px;
    font-weight: 400;
    padding-right: 35px;
  }
  .index-box4-tab .layui-tab-title li + li:before {
    left: -16px;
  }
  .index-box4-tab .layui-tab-title .layui-this {
    font-weight: 400;
  }
}

@media (min-width: 1200px) {
  .index-box4-tab .layui-tab-title {
    height: 60px;
  }
  .index-box4-tab .layui-tab-title li {
    font-size: 26px;
    font-weight: 400;
    padding-right: 35px;
  }
  .index-box4-tab .layui-tab-item > a.more {
    font-size: 12px;
  }
}

@media (min-width: 1900px) {
  .index-box4.index-box4-tab > .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .index-box4-tab .layui-tab-title {
    height: 80px;
  }
  .index-box4-tab .layui-tab-title li {
    font-size: 42px;
    font-weight: 400;
    padding-right: 70px;
  }
  .index-box4-tab .layui-tab-title li + li:before {
    left: -35px;
    top: 5px;
    bottom: 5px;
  }
  .index-box4-tab .layui-tab-content {
    padding-top: 80px;
  }
  .index-box4-tab .layui-tab-item > a.more {
    top: -120px;
  }
}

@media (max-width: 480px) {
  .index-box4{display:none;}
  header .logo,header .logo2 { position: absolute;left: 15px;top: 10px;bottom: 10px;z-index: 33; max-width: 72%}
  header .logo img, header .logo2 img{margin-top:3px;}
}
footer {
  background: #000;
  /* position:relative;*/
  z-index: 22;
}
.footer {
  position: relative;
}
.footer:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(39, 42, 47, .4);
  opacity: 1;
}
.footer .container {
  position: relative;
  padding-bottom: 40px;
}
.foot-contact{
  position:relative;

  top:10px;
}


.foot-icon {
 width:300px;
 margin:20px auto 0px;
}
.foot-icon ul {
}
.foot-icon li {
  float: left;
  margin-left: 10px;
  position: relative;
}
.foot-icon p {
  display: none;
  width: 120px;
  height: 120px;
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
}
.foot-icon p:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  position: absolute;
  bottom: -5px;
  left: 50%;
  content: "";
  transform: translateX(-50%);
}
.foot-icon img {
  width: 120px;
  height: 120px;
  padding: 5px;
  background: #fff;
  position: absolute;
}
.foot-icon li > a {
  display: block;
}
.foot-icon li i {
  display: block;
  width: 40px;
  height: 40px;
  transition: all ease-in-out 0.3s;
  
}
.foot-icon li i.icons-wx {
  background: url(../images/wx.png) no-repeat;
  background-size: 40px;
}
.foot-icon li i.icons-dy {
  background: url(../images/dy.png) no-repeat;
  background-size: 40px;
}
.foot-icon li i.icons-tm {
  background: url(../images/tm1.png) no-repeat;
  background-size: 40px;
}
.foot-icon li i.icons-jd {
  background: url(../images/jd1.png) no-repeat;
  background-size: 40px;
}
.foot-icon li i.icons-tb {
  background: url(../images/tb1.png) no-repeat;
  background-size: 40px;
}
.foot-icon li i.icons-al {
  background: url(../images/al.png) no-repeat;
  background-size: 40px;
}
.foot-icon li:hover i.icons-wx {
  background: url(../images/wx2.png) no-repeat;
  background-size: 40px;
}
.foot-icon li:hover i.icons-dy {
  background: url(../images/dy2.png) no-repeat;
  background-size: 40px;
}
.foot-icon li:hover i.icons-tm {
  background: url(../images/tm2.png) no-repeat;
  background-size: 40px;
}
.foot-icon li:hover i.icons-jd {
  background: url(../images/jd2.png) no-repeat;
  background-size: 40px;
}
.foot-icon li:hover i.icons-tb {
  background: url(../images/tb2.png) no-repeat;
  background-size: 40px;
}
.foot-icon li:hover i.icons-al {
  background: url(../images/al2.png) no-repeat;
  background-size: 40px;
}

.foot-icon li:hover p {
  display: block;
}

.foot-logo {
  text-align: center;
  padding-top: 24px;
}
.foot-logo img{width:150px;}
.footer .foot-nav {

  padding-top: 30px;
  padding-bottom: 20px;
}
.footer .foot-nav .foot-navbox {
  display: flex;
  text-align: center;
  justify-items: top;
  align-items: top;
  align-content: top;
  justify-content: center;
}
.footer .foot-nav .foot-navbox dl{margin: 0px 0px; width:100%; position: relative; text-align: center;}
.footer .foot-nav .foot-navbox dl a {
  color: rgba(255, 255, 255, 0.4);
  display: block;
  line-height: 36px;
}
.footer .foot-nav .foot-navbox dl dt{color:#fff; font-size: 18px; font-weight: 300; padding-bottom: 12px;}
/*.footer .foot-nav .foot-navbox dl dt:after{position: absolute; content: "";  top: 40px; left: 40%; width: 1em; height: 1px; background: rgba(255, 255, 255, 0.9);}*/
.footer .foot-nav .foot-navbox dl a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.footer .foot-nav dl dd {
  position: relative;
}

.footertel{font-size: 28px; color:rgba(255, 255, 255, 0.9); width:100%; text-align: center; margin-top: 0px;}
  .footertel span{font-size: 14px; text-align: center; display: block; margin-bottom: 10px;  font-family: "Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif;*"; font-weight: bold;}
  .footertel em{color:#da251d; font-style: normal;}
@media (min-width: 768px) {




.foot-contact{
  position: absolute;
  right: 0px;
}

.foot-icon{bottom: 30px;    position: absolute;
    right: 0px;}

  .foot-logo {
  position: absolute;
  bottom: 30px;
  height: 35px;
  left: 0;
  transform: translateX(50%);
  z-index: 3;
}
.foot-logo img{width:auto;}
.footer .foot-nav {
  padding-top: 50px;
  padding-bottom: 20px;
}
.footer .foot-nav .foot-navbox {
  display: flex;
  text-align: center;
  justify-items: top;
  align-items: top;
  align-content: top;
  justify-content: center;
}
.footer .foot-nav .foot-navbox dl{margin: 0px 40px; position: relative; text-align: left; width:auto;}
.footer .foot-nav .foot-navbox dl a {
  color: rgba(255, 255, 255, 0.4);
  display: block;
  line-height: 36px;
}
.footer .foot-nav .foot-navbox dl dt{color:#fff; font-size: 18px; font-weight: 300; padding-bottom: 16px;}
/*.footer .foot-nav .foot-navbox dl dt:after{position: absolute; content: "";  top: 40px; left: 0; width: 1em; height: 1px; background: rgba(255, 255, 255, 0.9);}*/
.footer .foot-nav .foot-navbox dl a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.footer .foot-nav dl dd {
  position: relative;
}

.footertel{font-size: 36px; color:rgba(255, 255, 255, 0.9); float:left; width:100%; text-align: center; margin-top: 0px;}
  .footertel span{font-size: 14px; text-align:left; display: block; margin-bottom: 10px;  font-family: "Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif;*"; font-weight: bold;}
  .footertel em{color:#da251d; font-style: normal;}

}
@media (min-width: 1200px) {
  .footer .foot-nav a {
    font-size: 16px;
  }
   .foot-logo {
    top:70px;
    transform: translateX(0px);

  }
  .footer .foot-nav dl{padding: 0px; padding-right: 80px;}
  .foot-icon {
    top:64px;
    transform: translateX(0px);
  }
  .foot-contact{
    top:80px;
  }

}
@media (min-width: 1920px) {
  .foot-logo {
    top:64px;
    transform: translateX(0px);

  }
  .footer .foot-nav dl{padding: 0px; padding-right: 80px;}
  .foot-icon {
    top:72px;
    transform: translateX(0px);
  }
  .foot-contact{
    top:48px;
  }
}


.copyright{background: #272a2f;}
.foot-copy{text-align:left; line-height: 44px; color: rgba(255, 255, 255, 0.4); padding-top:0px; }
.foot-copy p{display: inline-block;}
.foot-copy a{float:right; color: rgba(255, 255, 255, 0.4);}






/*neiye*/
/*page-nav*/
.page-nav {
  z-index: 33;
  position: relative;
  transition: all 0.4s;
}
.page-nav .page-nav-left > h3 {
  display: none;
}
.page-nav.page-nav-md {
}
.page-nav.page-nav-md .page-nav-left {
  float: none !important;
}
.page-nav.page-nav-md .page-nav-left > ul {
  display: none;
}
.page-nav.page-nav-md .page-nav-left > h3 {
  display: block;
  text-align: center;
  padding: 15px 0 0px 0;
  font-size: 1.5rem;
  font-weight: bold;
}
.page-nav.page-nav-md .page-nav-right {
  float: none !important;
}
.page-nav.page-nav-md .page-nav-right .page-nav-right-md {
  text-align: center;
  float: none;
}
.page-nav.page-nav-md .page-nav-right .page-nav-right-md a {
  display: inline-block;
  float: none;
  margin: 0 0px;
  font-size: 1.2rem;
}
.page-nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.02);
}
.page-nav:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(77, 77, 77, 0.1);
}
.page-nav .container {
  position: relative;
  height: 100%;
}
.page-nav-left {
  float: left;
}
.page-nav-left > ul {
  display: block;
  cursor: pointer;
}
.page-nav-left > ul + h3 {
  display: none;
}
.page-nav-left > ul:after {
  content: "";
  display: block;
  clear: both;
}
.page-nav-left > ul > li {
  float: left;
  height: 40px;
  line-height: 40px;
  position: relative;
  font-size: 1.2rem;
}
.page-nav-left > ul > li + li {
  margin-left: 10px;
}
.page-nav-left > ul > li:first-child {
  padding-right: 20px;
}
.page-nav-left > ul > li:first-child:after {
  font-family: layui-icon !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e61a";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-nav-left > ul > li.last {
  color: #da251d;
}
.page-nav-left > ul > li.last:before {
  content: "- ";
}
.page-nav-left > ul > li.active {
  color: #da251d;
}
.page-nav-left-box {
  display: none;
  position: absolute;
  top: 40px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.23);
  padding: 15px;
  min-width: 180px;
  box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.23);
  z-index: 22;
}
.page-nav-left-box:before {
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.23);
  border-right: 1px solid rgba(0, 0, 0, 0.23);
  content: "";
  background: #fff;
  top: -5px;
  transform: rotate(-45deg);
}
.page-nav-left-box > ul {
}
.page-nav-left-box li.active > a {
  color: #da251d;
}
.page-nav-left-box > ul > li > a {
  width:80%;
  display: block;
  position: relative;
  float:left;
  color: #333;
  font-size: 1.5rem;
  padding: 0 0;
  line-height: 2;
}
.page-nav-left-box > ul > li > i{width:20%; float:left; height: 3em; position: relative;}

.page-nav-left-box > ul > li> i:after{
  font-family: layui-icon !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e61a";
  position: absolute;
  right:0px;
  top: 50%;
  transform: translateY(-50%);
}

.page-nav-left-box > ul > li > ul {
  display: none;
  padding-left: 1em;
}
.page-nav-left-box > ul > li > ul a {
  font-size: 1.4rem;
  display: block;
  padding: 0.4em 0;
  color: #999;
}
.page-nav-left-box > ul > li > ul > li > ul {
  /* display: none; */
  padding-left: 1em;
}

.page-nav-right {
  float: right;
  display: block;
  height: 100%;
}
.page-nav-right-md {
  float: left;
  height: 100%;
}
.page-nav-right-md a {
  display: block;
  float: left;
  height: 100%;
  line-height: 40px;
  position: relative;
  padding: 0 1px;
  margin: 0 10px;
}
.page-nav-right-md a.active:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #da251d;
}


@media (min-width: 768px) {
  .page-nav.page-nav-md .page-nav-left > h3 {
    display: none;
  }
  .page-nav.page-nav-md .page-nav-left > ul {
    display: block;
  }
  .page-nav.page-nav-md .page-nav-left {
    float: left !important;
  }
  .page-nav.page-nav-md .page-nav-right {
    float: right !important;
  }
  .page-nav.page-nav-md .page-nav-right .page-nav-right-md {
    float: left;
  }
}

@media (min-width: 992px) {
  .page-nav-left > ul > li {
    height: 48px;
    line-height: 48px;
  }
  .page-nav-right-md a,
  .page-nav.page-nav-md .page-nav-right .page-nav-right-md a {
    line-height: 48px;
    font-size: 14px;
    margin: 0 15px;
  }
  .page-nav-left > ul > li {
    font-size: 12px;
  }

  .page-nav-left > ul > li:first-child {
    font-size: 14px;
    margin-right: 10px;
  }

  .page-nav-left > ul > li + li {
    margin-left: 10px;
  }

  .page-nav-left-box {
    top: 45px;
    padding: 20px;
    min-width: 240px;
  }

  .page-nav-left-box > ul > li > a {
    font-size: 14px;
    padding: 2px 0;
  }

  .page-nav-left-box > ul > li > ul a {
    font-size: 12px;
  }
}

@media (min-width: 1200px) {
  .page-nav-left > ul > li {
    height: 58px;
    line-height: 58px;
  }
  .page-nav-right-md a,
  .page-nav.page-nav-md .page-nav-right .page-nav-right-md a {
    line-height: 58px;
    font-size: 16px;
    margin: 0 20px;
  }
  .page-nav-left > ul > li {
    font-size: 16px;
  }

  .page-nav-left > ul > li:first-child {
    font-size: 18px;
    margin-right: 10px;
  }

  .page-nav-left > ul > li + li {
    margin-left: 10px;
  }

  .page-nav-left-box {
    top: 55px;
    padding: 23px;
    min-width: 240px;
  }

  .page-nav-left-box > ul > li > a {
    font-size: 16px;
    padding: 2px 0;
  }

  .page-nav-left-box > ul > li > ul a {
    font-size: 14px;
  }
}

@media (min-width: 1900px) {
  .page-nav-left > ul > li {
    height: 68px;
    line-height: 68px;
  }
  .page-nav-right-md a,
  .page-nav.page-nav-md .page-nav-right .page-nav-right-md a {
    line-height: 68px;
    font-size: 18px;
  }
  .page-nav-left > ul > li {
    font-size: 18px;
  }
  .page-nav-left > ul > li:first-child {
    font-size: 22px;
    margin-right: 20px;
  }
  .page-nav-left > ul > li + li {
    margin-left: 10px;
  }
  .page-nav-left-box {
    top: 65px;
    padding: 25px;
    min-width: 240px;
  }
  .page-nav-left-box > ul > li > a {
    font-size: 18px;
    padding: 5px 0;
  }
  .page-nav-left-box > ul > li > ul a {
    font-size: 16px;
  }
}

.page-nav-right-md>ul>li{float:left; position: relative; width:33.333%;}
.page-nav-right-md>ul>li:after {
  font-family: layui-icon !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e61a";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-nav-right-md>ul>li .pro-li{position: absolute; z-index: 99; background:#f2f2f2; width:200px; left:-30px; display: none;}
.page-nav-right-md>ul>li .pro-li>ul>li>a{line-height:42px; margin:0px;}
.page-nav.page-nav-md .page-nav-right .page-nav-right-md  .pro-li>ul>li>a{line-height:42px; margin:0px;}

.proa{background-color: #fff; border-top: 140px solid #fff; padding: 1px; font-size: 16px; position: relative; z-index: 1; margin:-140px 0 0; width: 100%;
    display: block;}



.page-cp-box-tit {
  padding: 20px 0;
}
.page-cp-box-tit .tit {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 15px;
  font-size: 1rem;
}
.page-cp-box-tit .tit p {
  margin-top: 0.4em;
}
.page-cp-box-tit .tit > h2 {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
}

.page-nav-right-md>ul>li:hover .pro-li{display: block;}

@media (min-width: 768px) {
  .page-cp-box-tit {
    padding: 25px 0;
  }
  .page-nav-right-md>ul>li:hover .pro-li{display: block;}

}
@media (min-width: 992px) {
  .page-nav-right-md>ul>li{width:auto;}
  .page-nav-right-md>ul>li:after{
    content: '';
  }
    .page-cp-box-tit {
    padding: 35px 0;
  }
    .page-cp-box-tit .tit > h2 {
    font-size: 24px;
    font-weight: 400;
  }
  .page-cp-box-tit .tit {
    padding: 0;
    padding-bottom: 25px;
  }
}
@media (min-width: 1200px) {
    .page-cp-box-tit {
    padding: 40px 0;
  }
    .page-cp-box-tit .tit > h2 {
    font-size: 24px;
    font-weight: 400;
  }
    .page-cp-box-tit .tit {
    padding: 0;
    padding-bottom: 25px;
    font-size: 14px;
  }
    .page-cp-box-tit .tit p {
    margin-top: 0.4em;
  }
}
@media (min-width: 1900px) {
    .page-cp-box-tit {
    padding: 75px 0;
  }
    .page-cp-box-tit .tit > h2 {
    font-size: 45px;
    font-weight: 400;
  }
    .page-cp-box-tit .tit {
    padding: 0;
    padding-bottom: 50px;
    font-size: 20px;
  }  
}


.pro-container{}
.pro-container>.item{float:left; background:#272a2f; height:400px;}
.pro-container>.item>.img{width:100%; height: 100%; overflow: hidden;}
.pro-container>.item>.img img{max-width: 100%; max-height: 100%; object-fit: cover;
  transition: all ease-in-out 0.3s;}
.pro-container>.item:hover{cursor:pointer}
.pro-container>.item:hover>.img img{transform: scale(1.05);}

.pro-container>.item:nth-child(1){width:49%;}
.pro-container>.item:nth-child(2){width:25%; margin:0px 0.5% 0.5%;}
.pro-container>.item:nth-child(3){width:25%;}

.pro-container2>.item:nth-child(1){width:62.5%;}
.pro-container2>.item:nth-child(2){width:37%; margin:0px 0px 0.5% 0.5%;}

.pro-container3>.item:nth-child(1){width:25%;}
.pro-container3>.item:nth-child(2){width:25%; margin:0px 0.5% 0.5%;}
.pro-container3>.item:nth-child(3){width:49%;}

.pro-container4>.item:nth-child(1){width:37%; margin:0px 0.5% 0.5% 0;}
.pro-container4>.item:nth-child(2){width:62.5%; margin:0px;}




.page-hy-tit {
  padding-top: 30px;
  padding-bottom: 10px;
}
@media (min-width: 1200px) {   
  .page-hy-tit {
    padding-top: 60px;
  }
}
@media (min-width: 1900px) {
  .page-hy-tit {
    padding-top: 90px;
  }
}




.page-ab-box2 {
  padding-bottom: 10px;
  background: rgba(248, 248, 248, 1);
}

.page-ab-box2 .item {
  border: 1px solid rgba(0, 0, 0, 0.05);

}

.page-ab-box2 .item:hover {
  box-shadow: 5px 3px 14px 0px rgba(186, 186, 186, 0.1);
}

.page-ab-box2 .item .img {
  margin: -1px;
}

.page-ab-box2 .item .info h2{font-size: 18px; margin-top: 20px;}
  

.page-ab-box2 .item .info p {
  display: block;
  margin-top: 0px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  text-indent: 2em;
  line-height: 24px;
   padding-top: 1em;
}

@media (min-width: 768px) {

  .page-ab-box2 .item .img img{
    /*position: absolute;
    left: 0%;
    top: 0%;
    transform: translateY(0%);*/
  }

  .page-ab-box2 .item {
    position: relative;
  }

  .page-ab-box2 .item .img {
    width: 50%;
   /* height: 300px;*/
  }

  .page-ab-box2 .item .info {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .page-ab-box2 .item .info h2{font-size: 18px;}
  
  .page-ab-box2 .item .info p {
    line-height: 1.8;
    text-align: justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    font-size: 14px;
   
  }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
  .page-ab-box2 {
    padding-bottom: 20px;
    padding-top:20px;
  }
  .page-ab-box2 .item .info p{padding-top:0px; margin-bottom:1em;}
}

@media (min-width: 1900px) {
  .page-ab-box2 .item .img img{position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);}
  .page-ab-box2 {
    padding:48px 0px;
  }

  .page-ab-box2 .item .img {
    height: 550px;
  }

  .page-ab-box2 .item .info {
    padding-left: 55px;
    padding-right: 60px;
  }
  .page-ab-box2 .item .info h2{font-weight:100; margin-bottom: 12px;}
  
  .page-ab-box2 .item .info p {
    font-size: 16px;
    margin-top: 0px;
    line-height: 2em;

  }
}

.page-ab-box2.joinus{background: #fff;}
.joinus .item{border:0px;}
.joinus .item p{line-height: 28px; text-indent: 2em;}




#history{width:100%; max-width:1920px; margin:0 auto; padding:20px 0;overflow:hidden; background: url(../images/hisbg.jpg) bottom no-repeat;}
#history>.container{ position:relative; width:75%; margin-bottom:50px; text-align:left;}
#history>.container .line {position: absolute;left:50%;width: 6px;height: 100%;background: #ccc; border-radius: 6px; margin-left:-3px;}
#history>.container ul{padding:40px 0;}
#history>.container ul>li{ position:relative; display:block; width:100%; padding:50px 0;}
#history>.container ul>li>.spot{width: 14px; height: 14px; border-radius: 50%; background: #fff; border: 5px solid #ccc; transition: all 0.5s; box-sizing: border-box; position: absolute; left: 50%; top: 50%; margin-top: -7px; margin-left: -7px;}
#history>.container ul>li>.spot i { width: 6px; height: 6px; transition: all 0.5s; position: absolute; left: 50%; margin-left: -3px; top: 50%; margin-top: -3px; background: #fff; border-radius: 50%; display: block;}
#history>.container ul>li>.con {width: 46%;margin-left:54%;box-sizing: border-box; color: #666;transition: all 0.5s;}
#history>.container ul>li>.con p {font-size: 16px;line-height: 36px;}
#history>.container ul>li>.conl{width:46%;box-sizing: border-box; color: #666;transition: all 0.5s; margin-left: 0px; text-align:right;}
#history>.container ul>li>.con  p strong{color:#d0021c; font-size: 32px; padding-right: 10px; font-style:italic}
#history>.container ul>li:hover .spot {transform: scale(3); background: #fff; border: 1px solid #e9e8e8;}
#history>.container ul>li:hover .spot i {background: #d0021c;}
#history>.container ul>li:hover .con{ color:#d0021c;}



@media only screen and (max-width: 1080px){

}

@media only screen and (max-width: 960px){
  #history>.container .line {left:20px;}
  #history>.container{float:none; width:100%; margin-top:30px;}
  #history>.container ul{padding:10px 0;}
  #history>.container ul>li{padding:30px 0;}
  #history>.container ul>li>.spot{ left:16px;right:auto;}
  #history>.container ul>li>.con{ padding-left:260px;}
}

@media only screen and (max-width: 640px){
  #history>.title>.year { font-size: 30px;}
  #history>.title>.year span {font-size: 14px;}
  #history>.container ul>li{padding:15px 0;}
  #history>.container ul>li>.con{ padding-left:40px; padding-top:5px;}
  #history>.container ul>li>.con p{ font-size:14px; line-height:20px;}
  #history>.container ul>li>.con{margin:0px; width:100%;}
  #history>.container ul>li>.conl{text-align:left;}
  #history>.container ul>li>.spot{margin-left: -18px;}
}

.page-ab-contact .container{width:94%; max-width:1600px}
#contact{ position:relative; margin:0 auto; padding:20px 0; }
.contactus{padding:72px 0; border:1px solid #eee;border-radius:3px;}
.contactus .tit{ font-size:14px; color:#444;}
.contactus .tel{ padding-bottom:10px; font-size:32px; margin-top: 10px; color:#d0021c;}
.contactus .tips{ font-size:12px; color:#ccc; line-height: 24px}
.contactus .tips a{color:#ccc;}
.contactus .con{ font-size:16px; color:#666;}
.contactus>.hotline{ width:50%; text-align:center; float:left;}
.contactus>.hotline>.icon{ text-align:center;}
.contactus>.hotline>.icon>img{width:128px;height:auto;}
.contactus>.contact{ width:35%; padding:20px 0px 20px 15%; text-align:left; border-left:1px solid #eee; border-right:1px solid #eee;  float:left;}
.contactus>.contact>.con>.tit{text-align: center; font-size: 24px; margin-bottom: 12px;}
.contactus>.contact>.con>p{ position:relative; display:block;padding:4px 0 4px 42px; line-height: 38px;}
.contactus>.contact>.con>p img{ position:absolute;z-index:1; left:0;top:2px; height:38px; width:auto;}
.contactus>.contact>.con>p span{display: block; height: 100px; float:left;}
.contactus>.voice{ width:45%; padding-top:20px; padding-left: 15%;  float:left; border-left:1px solid #eee;}
.contactus>.voice>.con{ width:100%; text-align:left;}
.contactus>.voice>.con>p{ position:relative; display:block;padding:4px 0 4px 42px; line-height:38px;}
.contactus>.voice>.con>p img{ position:absolute;z-index:1; left:0;top:2px; height:38px; width:auto;}

iframe {
  width: 100%;
  min-height: 510px;
  border: none;
}

.ditucontent iframe {
  width: 100%;
  height: 100%;
  top: 0;
}
#ditucontent{height: 510px;}

@media only screen and (max-width: 1100px){
.contactus .con{ font-size:15px;}
.page-ab-contact .container{width:1000px;}

}
@media only screen and (max-width: 960px){
.page-ab-contact .container{width: 100%;}
  .contactus{padding:0;}
  .contactus>.hotline{ float:none; padding:20px 0; width:100%; border-bottom:1px solid #eee;}
  .contactus>.contact{ width:39%; padding:5%; border-left:0px;}
  .contactus>.voice{ width:40%; padding:5%;}
}

@media only screen and (max-width: 780px){
  /*.contact>.container>.item{ width:50%;}*/
  .contactus .con{ font-size:14px;}
}

@media only screen and (max-width: 640px){
.contactus>.voice{ float:none; width:90%;}
}

@media only screen and (max-width: 420px){
  iframe{min-height: 300px;}
  .contactus>.contact{ float:none; width:100%; padding:5%; text-align:left; border-bottom:1px solid #eee; border-right:0; border-left:0px;}
  .contactus>.voice{ float:none; width:99%;}
  #ditucontent{height: 300px;}

}
/*END*/



.fanhui-nav {
  height: 40px;
  line-height: 40px;
  position: relative;
}

.fanhui-nav:before {
  font-family: layui-icon !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e603";
  color: #da251d;
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
  .fanhui-nav {
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    display: block;
  }
}

@media (min-width: 1200px) {
  .fanhui-nav {
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    display: block;
  }
}

@media (min-width: 1900px) {
  .fanhui-nav {
    height: 68px;
    line-height: 68px;
    font-size: 18px;
    display: block;
  }

  .fanhui-nav:before {
    font-size: 16px;
  }
}


.page-news-box1 {
}

.page-news-box1 .row {
}

.page-news-box1 .col-xs-12 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.page-news-box1 .item {
  background: rgba(255, 255, 255, 1);
  transition: all 0.5s;
  box-shadow: 0px 1px 24px 0px rgba(186, 186, 186, 0.2);
  padding: 0;
}
.page-news-box1 .item .video {
  width: 100%;
  height: 220px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.page-news-box1 .item a {
  display: block;
}

.page-news-box1 .item .txt {
  padding: 15px;
}

.page-news-box1 .item .date {
  position: relative;
  padding-left: 40px;
  font-size: 0.8rem;
  color: #888;
  display: inline-block;
  text-transform: uppercase;
}

.page-news-box1 .item .date:after {
  position: absolute;
  content: "";
  height: 1px;
  background: #da251d;
  width: 2em;
  right: -2.5em;
  top: 50%;
}

.page-news-box1 .item .date .day {
  display: block;
  font-size: 3rem;
  font-weight: bold;
  color: #da251d;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: Bahnschrift;
}

.page-news-box1 .item h3 {
  display: block;
  padding: 0.6em 0;
  font-size: 1.4rem;
  color: #000;
  line-height: 1.4;
  text-align: justify;
  font-weight: bold;
}

.page-news-box1 .item .source {
  font-size: 1rem;
  color: #888;
  position: relative;
  padding-left: 20px;
}

.page-news-box1 .item .source:before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e617";
  color: #da251d;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.page-news-box1 .item .logos {
  height: 30px;
}

.page-news-box1 .item .logos img {
  height: 100%;
  object-fit: contain;
}

.page-news-box1 .item .img {
  height: 200px;
  overflow: hidden;
}

.page-news-box1 .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.page-news-box1 .item:hover .img img {
  transform: scale(1.06);
}

.page-news-box1 .item:hover {
  box-shadow: 0px 1px 24px 0px rgba(186, 186, 186, 1);
}

.page-news-page {
  text-align: center;
  padding: 30px 0;
}

.page-news-page ul {
}

.page-news-page a {
  display: inline-block;
}

.page-news-page li.first {
}

.page-news-page li.last {
}

.page-news-page li.active {
}

.page-news-page strong {
  display: inline-block;
  background: #da251d;
  color: #fff;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
}

.page-news-page a {
  display: inline-block;
  background: rgba(247, 247, 247, 1);
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  color: #333;
}

.page-news-page a:hover {
  background: #da251d;
  color: #fff;
}

@media (min-width: 768px) {
  .page-news-box1 .col-sm-4 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .page-news-box1 .item .txt {
    height: 120px;
    position: relative;
    top: 0;
  }
  .page-news-box1 .item .video {
    height: 150px;
  }
  .page-news-box1 .item .date {
    margin-bottom: 15px;
  }

  .page-news-box1 .item .source {
    position: absolute;
    bottom: 20px;
  }

  .page-news-box1 .item .logos {
    position: absolute;
    bottom: 10px;
  }

  .page-news-box1 .item h3 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    padding: 0;
  }

  .page-news-box1 .item .img {
    height: 150px;
  }
}

@media (min-width: 992px) {
  .page-news-box1 .item .txt {
    height: 160px;
    padding-top: 20px;
  }
  .page-news-box1 .item .video {
    height: 180px;
  }
  .page-news-box1 .item .logos {
    bottom: 20px;
  }

  .page-news-box1 .item .img {
    height: 180px;
  }

  .page-news-box1 .item .source {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .page-news-box1 .item .txt {
    height: 200px;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-news-box1 .item .video {
    height: 220px;
  }
  .page-news-box1 .item .logos {
    bottom: 30px;
  }

  .page-news-box1 .item .date {
    height: 50px;
    padding-left: 60px;
  }

  .page-news-box1 .item .date .year {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
  }

  .page-news-box1 .item .date:after {
    height: 2px;
    right: -60px;
  }

  .page-news-box1 .item .date .day {
    font-size: 50px;
  }

  .page-news-box1 .item h3 {
    font-size: 18px;
    font-weight: 400;
  }

  .page-news-box1 .item .img {
    height: 220px;
  }

  .page-news-box1 .item .logos {
    height: 40px;
  }

  .page-news-page {
    padding: 65px 0;
  }

  .page-news-page a {
    font-size: 14px;

    height: 42px;
    line-height: 42px;
  }
  .page-news-page strong {
    font-size: 14px;

    height: 42px;
    line-height: 42px;
  }

  .page-news-box1 .row {
    margin: 0 -20px;
  }
  .page-news-box1 .col-sm-4 {
    padding: 20px;
  }
}

@media (min-width: 1900px) {
  .page-news-box1 .item .txt {
    height: 240px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 40px;
  }
  .page-news-box1 .item .video {
    height: 280px;
  }
  .page-news-box1 .item .logos {
    bottom: 40px;
  }

  .page-news-box1 .item .date {
    height: 60px;
    padding-left: 80px;
  }

  .page-news-box1 .item .date .year {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
  }

  .page-news-box1 .item .date:after {
    height: 2px;
    right: -80px;
  }

  .page-news-box1 .item .date .day {
    font-size: 60px;
  }

  .page-news-box1 .item h3 {
    font-size: 24px;
    font-weight: 400;
  }

  .page-news-box1 .item .img {
    height: 280px;
  }

  .page-news-box1 .item .logos {
    height: 50px;
  }

  .page-news-page {
    padding: 85px 0;
  }

  .page-news-page a {
    font-size: 16px;

    height: 52px;
    line-height: 52px;
  }
  .page-news-page strong {
    font-size: 16px;

    height: 52px;
    line-height: 52px;
  }
}


.page-news-top {
  padding-bottom: 10px;
}

.page-news-top .item {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.page-news-top .item:hover {
  box-shadow: 5px 3px 14px 0px rgba(186, 186, 186, 0.1);
}

.page-news-top .item .img {
  margin: -1px;
}
.page-news-top .item .img .video {
  height: 100% !important;
}
.page-news-top .item span.time {
  font-weight: bold;
  font-size: 1rem;
  color: #000;
  display: block;
  padding-bottom: 10px;
}

.page-news-top .item span.source {
  font-size: 1rem;
  color: #888;
  position: relative;
  padding-left: 20px;
}

.page-news-top .item span.source:before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e617";
  color: #da251d;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.page-news-top .item .txt p {
  display: block;
  margin-top: 10px;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.8);
}

@media (min-width: 768px) {
  .page-news-top .item {
    position: relative;
  }

  .page-news-top .item .img {
    width: 50%;
    height: 300px;
  }

  .page-news-top .item .txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .page-news-top .item span.time {
    padding-top: 10px;
  }

  .page-news-top .item .txt span.source {
    position: relative !important;
    bottom: 0;
    font-size: 12px;
  }

  .page-news-top .item .txt p {
    line-height: 1.8;
    text-align: justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    font-size: 12px;
  }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
  .page-news-top {
    padding-bottom: 20px;
  }
}

@media (min-width: 1900px) {
  .page-news-top {
    padding-bottom: 30px;
  }

  .page-news-top .item .img {
    height: 430px;
  }

  .page-news-top .item .txt {
    padding-left: 55px;
    padding-right: 60px;
  }

  .page-news-box1 .item h3 {
    font-size: 24px;
  }

  .page-news-top .item span.time {
    font-size: 18px;
    font-weight: 400;
  }

  .page-news-top .item span.source {
    font-size: 14px;
  }

  .page-news-top .item .txt p {
    font-size: 16px;
    margin-top: 40px;
    line-height: 2;
  }
}


.page-news-show {
  padding: 20px 0;
}

.page-news-show .right {
  display: none;
}

.page-news-show .left {
}

.page-news-show .tit {
  padding: 20px 0 30px 0;
  border-bottom: 1px solid rgba(128, 128, 128, 0.1);
  margin-bottom: 20px;
  text-align: center;
}

.page-news-show .tit h1 {
  display: block;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  padding-bottom: 20px;
}

.page-news-show .tit span.time {
  color: #000;
  margin-right: 20px;
}

.page-news-show .tit span.source {
  padding-left: 20px;
  position: relative;
  color: #888;
}

.page-news-show .tit span.source:before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e617";
  color: #da251d;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.page-news-show .body {
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: left;
}

.page-news-show .body p {
  margin: 0.5em 0;
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
  .page-news-show .left {
    width: 70%;
    float: left;
  }

  .page-news-show .right {
    width: 30%;
    float: left;
    overflow: hidden;
    display: block;
    padding-left: 30px;
  }

  .page-news-show-right-more {
  }

  .page-news-show-right-more h3 {
    display: block;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.1);
    padding: 10px 0;
  }

  .page-news-show-right-more li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(128, 128, 128, 0.1);
  }

  .page-news-show-right-more li a {
    display: block;
    font-weight: bold;
  }

  .page-news-show-right-more li span {
    color: #888;
    display: block;
    font-weight: normal;
    padding-top: 5px;
  }
}

@media (min-width: 1200px) {
  .page-news-show {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .page-news-show .tit {
    text-align: left;
  }

  .page-news-show .tit h1 {
    text-align: left;
    font-size: 32px;
    font-weight: 400;
    padding-bottom: 26px;
  }

  .page-news-show .tit span.time {
    font-size: 16px;
  }

  .page-news-show .tit span.source {
    font-size: 14px;
  }

  .page-news-show .body {
    font-size: 16px;
  }

  .page-news-show .body p {
    margin: 2em 0;
  }

  .page-news-show-right-more h3 {
    font-size: 22px;
    font-weight: 400;
    padding: 22px 0;
  }

  .page-news-show-right-more li {
    padding: 20px 24px;
  }

  .page-news-show-right-more li a {
    font-size: 16px;
    font-weight: 400;
  }

  .page-news-show-right-more li span {
    font-weight: 400;
  }
}

@media (min-width: 1900px) {
  .page-news-show .left {
    width: 970px;
  }

  .page-news-show .right {
    width: 400px;
  }

  .page-news-show {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .page-news-show .tit {
    text-align: left;
  }

  .page-news-show .tit h1 {
    text-align: left;
    font-size: 36px;
    font-weight: 400;
    padding-bottom: 36px;
  }

  .page-news-show .tit span.time {
    font-size: 18px;
  }

  .page-news-show .tit span.source {
    font-size: 16px;
  }

  .page-news-show .body {
    font-size: 18px;
  }

  .page-news-show .body p {
    margin: 2em 0;
  }

  .page-news-show-right-more h3 {
    font-size: 24px;
    font-weight: 400;
    padding: 22px 0;
  }

  .page-news-show-right-more li {
    padding: 20px 24px;
  }

  .page-news-show-right-more li a {
    font-size: 18px;
    font-weight: 400;
  }

  .page-news-show-right-more li span {
    font-weight: 400;
  }
}




/*product*/
/*cp-p2.css*/
.page-cp-p2-box1 {
  padding: 20px 0;
}
.page-cp-p2-box1 .probg{padding: 0px 0px 20px; margin-bottom: 0px; position: relative; z-index: 2;}
.page-cp-p2-box1 .probg:nth-child(2n){background: #fff; padding-top: 0px; margin-bottom: 20px;}

.page-cp-p2-box1 .item {
}

.page-cp-p2-box1 .item:before,
.page-cp-p2-box1 .item:after {
  display: block;
  content: "";
  clear: both;
}

.page-cp-p2-box1 .item .img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.page-cp-p2-box1 .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-cp-p2-box1 .item .txt {
  border: 1px solid rgba(179, 178, 178, 0.2);
  padding: 15px;
  height: 100%;
}

.page-cp-p2-box1 .item .txt .tit {
}

.page-cp-p2-box1 .tit h2 {
  display: block;
  position: relative;
  color: #da251d;
  padding-bottom: 1em;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: left;
}
.page-cp-p2-box1 .tit h2 > small {
  color: #da251d;
  display: block;
  padding-top: 0.4em;
}

.page-cp-p2-box1 .tit h2:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 1em;
  height: 2px;
  background: #da251d;
  left: 0%;
  transform: translateX(-0%);
}

.page-cp-p2-box1 .item .txt .pro_nav ul li{padding:0 30px 0px 0px;font-size:20px;text-align:center;height:45px;line-height:45px;color:#666;display:block;margin-left: 0px; }
.page-cp-p2-box1 .item .txt .pro_nav ul li{float:left;width:auto;cursor:pointer; position: relative;}
.page-cp-p2-box1 .item .txt .pro_nav ul li.active{}
.page-cp-p2-box1 .item .txt .pro_nav ul li.active:after{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 1.5em;
  height: 2px;
  background: #da251d;
}

.page-cp-p2-box1 .item .txt .body {
  padding-top: 10px;
  line-height: 1.8;
  font-size: 1.2rem;
}

.page-cp-p2-box1 .item .txt .body .bodycon{
  overflow-y:auto;
  text-indent: 2em;
  height: 100%;
}

.page-cp-p2-box1 .item .txt .body .bodycon img{
  height: auto;
  max-height: auto;
}

.page-cp-p2-box1 .item .txt .body .bodycon::-webkit-scrollbar {/*滚动条整体样式*/
        width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }
.page-cp-p2-box1 .item .txt .body .bodycon::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 10px;
         -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #535353;
    }
.page-cp-p2-box1 .item .txt .body .bodycon::-webkit-scrollbar-track {/*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 10px;
        background: #EDEDED;
    }

.page-cp-p2-box1 .imageslist{margin: 20px -15px 0px;}
.page-cp-p2-box1 .imageslist div{margin-bottom: 10px;}

.page-cp-p2-box1-tit{margin-top: 40px; text-align: center;}

.titimg{font-size: 18px; line-height:48px; margin-bottom: 24px;  text-align: center;}
.titimg h3{font-size: 18px; line-height:48px; margin-bottom: 24px;  text-align: center;}
.productcon{margin-top: 40px; border:0px solid #ccc; text-align: center;}

@media (min-width: 768px) {
  .page-cp-p2-box1 .item {
    position: relative;
    /*border: 1px solid rgba(179, 178, 178, 0.2);*/
    transition: all 0.5s;
  }

  .page-cp-p2-box1 .item .img {
    width: 50%;
    height: 300px;
    margin: -1px;
  }

  .page-cp-p2-box1 .item .txt {
    position: absolute;
    right: 0;
    width: 50%;
    top: 0px;
   /* transform: translateY(-50%);*/
    padding: 0;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 2;
  }

  .page-cp-p2-box1 .item .txt .body {
    line-height: 2;
    height: 100%;
  }

  .page-cp-p2-box1 .item:hover {
  }
 .page-cp-p2-box1 .probg{padding: 0px 0px 25px; margin-bottom: 0px;}
  .page-cp-p2-box1 .probg:nth-child(2n){background: #fff; padding-top: 0px; margin-bottom: 25px}

  .page-cp-p2-box1{
    padding: 25px 0;
  }
}

@media (min-width: 992px) {
   .page-cp-p2-box1 .probg{padding: 0px 0px 35px; margin-bottom: 0px;}
  .page-cp-p2-box1 .probg:nth-child(2n){background: #fff; padding-top: 0px; margin-bottom: 35px}

  .page-cp-p2-box1{
    padding: 35px 0;
  }

  .page-cp-p2-box1 .item .img {
    height: 330px;
  }

  .page-cp-p2-box1 .item .txt {
    padding: 0 0px 0px 30px;
  }

  .page-cp-p2-box1 .tit h2 {
    font-size: 24px;
    font-weight: 500;
  }

  .page-cp-p2-box1 .tit h2:after {
    height: 3px;
  }
  .page-cp-p2-box1 .tit h2 > small {
    font-size: 12px;
    padding-top: 0.5em;
  }
.titimg h3{text-align: left; font-size: 22px;}
  .productcon img{}
  .page-cp-p2-box1-tit h3{margin-bottom: 40px}
}
@media (min-width: 1200px) {
   .page-cp-p2-box1 .probg{padding: 0px 0px 40px; margin-bottom: 0px;}
  .page-cp-p2-box1 .probg:nth-child(2n){background: #fff; padding-top: 0px; margin-bottom: 40px}

  .page-cp-p2-box1{
    padding: 40px 0;
  }

  .page-cp-p2-box1 .item .img {
    height: 460px;
  }

  .page-cp-p2-box1 .item .txt {
    padding: 0 0px 0px 40px;
        border:1px solid #ccc; border-left:0px;
  }

  .page-cp-p2-box1 .tit h2 {
    font-size: 28px;
  }

  .page-cp-p2-box1 .tit h2:after {
    height: 3px;
  }
  .page-cp-p2-box1  .tit h2 > small {
    font-size: 14px;
  }

  .page-cp-p2-box1 .item .txt .body {
    font-size: 14px;
    text-align: justify;
    height: 100%;
  }

  .page-cp-p2-box1 .item .txt .body p + p {
    margin-top: 0.8em;
  }
  .page-cp-p2-box1 .imageslist{margin: 20px -15px 0px;}

  .page-cp-p2-box1 .item .txt .body .bodycon{padding-right:60px;}
  .page-cp-p2-box1 .item .txt .body .bodycon h2{}
}
@media (min-width: 1900px) {

  .page-cp-p2-box1 .probg{padding: 0px 0px 0px; margin-bottom: 0px;}
  .page-cp-p2-box1 .probg:nth-child(2n){background: #fff; padding-top: 0px; margin-bottom: 70px}

  .page-cp-p2-box1 {
    padding: 75px 0;
  }

  .page-cp-p2-box1 .item .img {
    height: 550px;
    width: 640px;
  }

  .page-cp-p2-box1 .item .txt {
    width: 760px;
    padding: 0 0px 0px 60px;
    border:1px solid #ccc; border-left:0px;
  }

  .page-cp-p2-box1 .tit h2 {
    font-size: 26px;
  }

  .page-cp-p2-box1 .tit h2:after {
    height: 5px;
  }
  .page-cp-p2-box1 .tit h2 > small {
    font-size: 20px;
  }
  .page-cp-p2-box1 .item .txt .body {
    font-size: 18px;
    height: 500px;
  }
  .page-cp-p2-box1-tit{margin-top: 40px; text-align: center;}
    .page-cp-p2-box1-tit h3{ font-size: 24px; line-height: 64px;}
    .titimg{font-size: 24px; line-height:48px; margin-bottom: 24px;}
    .titimg h3{font-size: 24px; line-height:48px; margin-bottom: 24px; text-align: left}
}










.swiper-button-next,
.swiper-button-prev {
  background: #fff;
  width: 40px;
  height: 40px;
  left: 20px;
  bottom: 20px;
  top: auto;
  cursor: pointer;
  outline: none;
  transition: all 0.4s;
}
.swiper-button-next {
  background: #da251d;
  background: url(../images/icon-next-2.png) no-repeat center
    center #fff;
}
.swiper-button-prev {
  bottom: 60px;
  background: url(../images/icon-prev-2.png) no-repeat center
    center #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.swiper-button-prev:hover {
  background: url(../images/icon-prev-1.png) no-repeat center
    center #da251d;
}
.swiper-button-next:hover {
  background: #da251d;
  background: url(../images/icon-next-1.png) no-repeat center
    center #da251d;
}



.serverbox{width:100%;margin:0px auto;max-width:1920px;padding:0px; overflow:hidden;min-height:500px;}
.serverbox .container{width:94%;margin:0px auto;padding:0px;max-width:1200px;}
.serverbox .serverboxnav{width:250px;overflow:hidden;float:left;background-color:#f7f8fa;}
.serverbox .serverboxnav .serverboxnav_tit{width:100%;overflow:hidden;font-size:20px;color:#000;font-weight:bold;line-height:50px;margin-top:40px;}
.serverbox .serverboxnav .serverboxnav_tit span{margin-left:60px;}
.serverbox .serverboxnav .serverboxnav_list{width:100%;overflow:hidden;margin-top:20px;}
.serverbox .serverboxnav .serverboxnav_list p{width:100%;overflow:hidden;line-height:24px;margin:15px 0px;}
.serverbox .serverboxnav .serverboxnav_list p a{width:100%;display:block;overflow:hidden;position:relative;}
.serverbox .serverboxnav .serverboxnav_list p a b{width:2px;height:100%;display:block;overflow:hidden;background-color:#da251d;position:absolute;left:0px;top:0px;display:none;}
.serverbox .serverboxnav .serverboxnav_list p a span{margin-left:60px;font-size:16px;color:#000;}
.serverbox .serverboxnav .serverboxnav_list p a i{width:7px;height:100%;display:block;overflow:hidden;background:url("../images/serverjt.png") center no-repeat;position:absolute;right:20px;top:0px;}
.serverbox .serverboxnav .serverboxnav_list p.on a b{display:block;}
.serverbox .serverboxnav .serverboxnav_list p.on a span{color:#da251d;}
.serverbox .serverboxnav .serverboxnav_list p.on a i{background:url("../images/serverjth.png") center no-repeat;}

.serverboxlist{overflow:hidden;padding-left:40px;}
.serverboxlist_tit{width:100%;overflow:hidden;margin-top:40px;border-bottom:1px solid #e7e9ef;padding-bottom:15px;}
.serverboxlist_tit img{height:40px;display:block;float:left;}
.serverboxlist_tit span{float:left;line-height:40px;margin-left:20px;font-size:20px;color:#da251d;font-weight:bold;}

.serverboxlist_list{width:100%;overflow:hidden;}
.serverboxlist_list ul{width:100%;overflow:hidden;display:table;}
.serverboxlist_list ul li{width:100%;overflow:hidden;display:table-row;}
.serverboxlist_list ul li .down_cell{display:table-cell;vertical-align:middle;border-bottom:1px solid #e7e9ef;padding:25px 0px;}
.serverboxlist_list ul li .serverboxlist_listl{font-size:16px;color:#000;line-height:30px;font-weight:bold;width:auto;}
.serverboxlist_list ul li .serverboxlist_listl a{color:#000;}
.serverboxlist_list ul li .serverboxlist_listr{width:100px;}
.serverboxlist_list ul li .serverboxlist_listr a{display:inline-block;width:100%;line-height:40px;background-color:#da251d;font-size:14px;color:#fff;border-radius:4px;text-align:center;}
.serverboxlist_list ul li .serverboxlist_listr a span{display:inline-block;background:url("../images/down.png") left center no-repeat;padding-left:20px;background-size:15px;}
.serverboxtext{padding: 32px 0px; line-height: 32px; font-size: 14px;}

@media screen and (max-width:900px) {   
    .serverbox .serverboxnav{width:100%;}
    .serverbox .serverboxlist{width:100%;padding:0px;}

    .serverbox .serverboxnav .serverboxnav_tit{margin-top:20px;}
    .serverbox .serverboxnav .serverboxnav_list{margin-top: 0px;}
    .serverboxlist_tit{margin-top: 12px;}
    .serverboxtext img{display:block; margin:0 auto;}
}






.slick-list{  
position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;}
.slick-slide{
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table;}
.slick-track:after { clear: both; }

.history{ margin:auto; position:relative; line-height:1; margin:0px -20px;}
.historyin{ float:left;}
.historywr{ margin:0 20px; background:#fff; padding:43px 36px 10px; overflow:hidden; position:relative;}
.historywr b{ display:block; line-height:1; color:#da251d; font-size:48px; font-weight:normal; font-family:"Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif;*"; margin-bottom:4px; position:relative;}
.historywr span{ display:block; line-height:1; color:#969696; font-size:18px; margin-bottom:24px; position:relative;}
.historywr p{ color:#646464; font-size:14px; height:100px; line-height:1.8; position:relative;}
.historywr:after{ content:""; width:29px; height:6px; background:#da251d; position:absolute; left:36px; bottom:0;}
.history .slick-dots{ text-align:center; margin-top:40px; margin-bottom: 40px;}
.history .slick-dots li{ display:inline-block; margin-right:40px; width:7px; height:31px; position:relative; cursor:pointer;}
.history .slick-dots li:last-child{ margin-right:0;}
.history .slick-dots li button{ display:block; padding:0; margin:0; outline:none; width:100%; height:7px; background:#da251d; position:absolute; left:0; top:50%; margin-top:-3px; text-indent:9999px; overflow:hidden; border:none; transition:0.4s; cursor:pointer;}
.history .slick-dots li.slick-active button{ height:100%; top:0; margin-top:0;}
.history .slick-prev,.history .slick-next{ display:block; width:87px; height:45px; text-indent:9999px; overflow:hidden; outline:none; border:none; cursor:pointer; position:absolute; bottom:36px; z-index:6; transition:0.43s;}
.history .slick-prev{ left:20px; background:#a0a0a0 url(../images/arrow5.png) center no-repeat;}
.history .slick-next{ right:20px; background:#a0a0a0 url(../images/arrow6.png) center no-repeat;}
.history .slick-prev:hover{ background:#da251d url(../images/arrow5.png) center no-repeat;}
.history .slick-next:hover{ background:#da251d url(../images/arrow6.png) center no-repeat;}
.page-honor-row .page-honor-item{ float:left; position:relative;}
.page-honor-item figure{ display:block; margin:0 20px; position:relative;}
.page-honor-item figure a{ display:block;}
.advanceimg{ display:block; position:relative; height:314px; background:#fff;}
.advanceimg3{height:200px;}
.advanceimg img{ display:block; max-width:90%; max-height:90%; position:absolute; left:0; top:0; right:0; bottom:0; margin:auto; transition:0.5s;}
.advancebg{ width:100%; height:100%; position:absolute; left:0; top:0; background:rgba(73,174,44,0.6); background:#022042\9; filter:alpha(opacity=90); -webkit-transition:-webkit-transform .58s cubic-bezier(.4,0,.2,1); transition:-webkit-transform .58s cubic-bezier(.4,0,.2,1); transition:transform .58s cubic-bezier(.4,0,.2,1); transition:transform .58s cubic-bezier(.4,0,.2,1),-webkit-transform .58s cubic-bezier(.4,0,.2,1); transform-origin:left 100%; -webkit-transform-origin:left 100%; transform:scaleY(0); -moz-transform:scaleY(0); -webkit-transform:scaleY(0); visibility:hidden\9; z-index:5;}
.advanceimg b{ display:block; width:100%; text-align:center; position:absolute; left:0;  z-index:5; color:#ffffff; line-height:1; top:0%; height:100%; line-height:285px; font-weight:normal; opacity:0; visibility:hidden; transition:0.38s; font-size:16px;}
.advancedown{ padding:16px 30px; background:rgba(255,255,255,0.9); background:#fff\9; filter:alpha(opacity=90); position:relative;}
.advancedown:before{ content:""; width:100%; height:2px; background:#da251d; position:absolute; left:0; bottom:0; transform-origin:100%; -webkit-transform-origin:100%; -webkit-transition:-webkit-transform .58s cubic-bezier(.4,0,.2,1); transition:-webkit-transform .58s cubic-bezier(.4,0,.2,1); transition:transform .58s cubic-bezier(.4,0,.2,1); transition:transform .58s cubic-bezier(.4,0,.2,1),-webkit-transform .58s cubic-bezier(.4,0,.2,1); transform:scaleX(0); -webkit-transform:scaleX(0); visibility:hidden\9;}
.advancedown span{ display:block; line-height:1; color:#000000; font-size:16px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap; text-align: center;}
.page-honor-row .page-honor-item:hover .advanceimg img{ transform:scale(1.07); -webkit-transform:scale(1.07); -moz-transform:scale(1.07);}
.page-honor-row .page-honor-item:hover .advancebg{ transform:scaleY(1); -webkit-transform:scaleY(1); transform-origin:left 0; -webkit-transform-origin:left 0; visibility:visible\9;}
.page-honor-row .page-honor-item:hover .advanceimg b{ opacity:1; visibility:visible;}
.page-honor-row .page-honor-item:hover .advancedown:before{ transform:scaleX(1); -webkit-transform:scaleX(1); -moz-transform:scaleX(1); transform-origin:0; -webkit-transform-origin:0; visibility:visible\9;}

 .page-cp-p2-box1-row .advanceimg img{max-width:100%; max-height:100%;}
@media (max-width: 1200px) {
  .advanceimg3{height:160px;}
}

@media (max-width: 768px) {

  .productcon{margin-top: 24px;}
  .page-cp-p2-box1-tit{margin-top: 24px;}
  .advanceimg{height: 200px;}
  .advanceimg3{height: 100px}
  .history .slick-dots{ display:none !important;}
  .history-box{ padding:46px 0 100px;}
  .historywr{ margin:0 5px;}
  .history{margin-bottom:72px; margin:0px 0px 72px;}
  .page-honor-item figure{margin:0px 5px;}
  .history .slick-prev,.history .slick-next{ width:60px; height:40px; bottom:-58px; }
  .history .slick-prev{ left:5px;}
  .history .slick-next{ right:5px;}


  .page-cp-p2-box1-row .advanceimg{height: 180px;}
  .page-cp-p2-box1-tit{margin-bottom: 24px;}
  .page-cp-p2-box1-tit h3{font-size: 18px;}



}




.page-honor-top {
  padding-bottom: 10px;
}

.page-honor-top .item {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.page-honor-top .item:hover {
  box-shadow: 5px 3px 14px 0px rgba(186, 186, 186, 0.1);
}

.page-honor-top .item .img {
  margin: -1px;
}
.page-honor-top .item .img .video {
  height: 100% !important;
}
.page-honor-top .item .img img{max-height: 100%;}
.page-honor-top .item span.time {
  font-weight: bold;
  font-size: 1rem;
  color: #000;
  display: block;
  padding-bottom: 10px;
}

.page-honor-top .item span.source {
  font-size: 1rem;
  color: #888;
  position: relative;
  padding-left: 20px;
}

.page-honor-top .item span.source:before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e617";
  color: #da251d;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-honor-top .item .txt{padding-left: 20px; padding-top: 10px;}
.page-honor-top .item .txt p {
  display: block;
  line-height: 2em;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.8);
}

.mfixed{position: fixed; z-index:999; right:20px; bottom: 65px; display: none;}
.mfixed a.msearch{width:50px; height: 50px;background: #da251d url(../images/msearch.png) no-repeat 6px; display: block; background-size:36px; margin-bottom: 10px;}
.mfixed a.mcontact{width:50px; display: block; height: 50px;background: #da251d url(../images/mcontact.png) no-repeat 6px 6px; background-size:36px;}

.search{width:100%; position: relative; margin:10px 0px; height:48px;}
.search .searchinput{position: absolute; z-index: 22; width:100%; height: 44px;    background-color: #fff;
    color: #999;
    font-size: 14px;
    font-family: "Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif;*";
    padding-left: 20px;}
.search .searchbtn{
  position: absolute;
  top: 1px;
  right: 1px;
  width: 18%;
  height: 42px;
  background: url(../images/sou.png) no-repeat center center;
  background-color: #da251d;
  z-index: 23;
}

@media (min-width: 768px) {
.mfixed{display: none;}

  .page-honor-top .item {
    position: relative;
  }

  .page-honor-top .item .img {
    width: 50%;
    height: 300px;
  }

  .page-honor-top .item .txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .page-honor-top .item span.time {
    padding-top: 10px;
  }

  .page-honor-top .item .txt span.source {
    position: relative !important;
    bottom: 0;
    font-size: 12px;
  }

  .page-honor-top .item .txt p {
    line-height: 2em;
    text-align: justify;
    text-overflow: ellipsis;
    word-break: break-all;
    font-size: 14px;
  }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
  .page-honor-top {
    padding-bottom: 20px;
  }
  .page-honor-top .item .txt{padding-top: 0px; padding-left: 0px; padding-right: 60px;}
}

@media (min-width: 1900px) {
  .page-honor-top {
    padding-bottom: 30px;
  }

  .page-honor-top .item .img {
    height: 430px;
  }

  .page-honor-top .item .txt {
    padding-left: 55px;
    padding-right: 60px;
  }

  .page-honor-box1 .item h3 {
    font-size: 30px;
  }

  .page-honor-top .item span.time {
    font-size: 18px;
    font-weight: 400;
  }

  .page-honor-top .item span.source {
    font-size: 14px;
  }

  .page-honor-top .item .txt p {
    font-size: 16px;
    margin-top: 0px;
    line-height: 2;
  }
}







