@charset "utf-8";

/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  font-size: 0;
}

/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}

button {
  /* border: none; */
}

/* 取消链接高亮  */
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}

/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'webfont';
  font-display: swap;
  src: url('//at.alicdn.com/t/webfont_521dfo2908.eot'); /* IE9*/
  src: url('//at.alicdn.com/t/webfont_521dfo2908.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//at.alicdn.com/t/webfont_521dfo2908.woff2') format('woff2'),
  url('//at.alicdn.com/t/webfont_521dfo2908.woff') format('woff'), /* chrome、firefox */
  url('//at.alicdn.com/t/webfont_521dfo2908.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('//at.alicdn.com/t/webfont_521dfo2908.svg#Alibaba-PuHuiTi-Regular') format('svg'); /* iOS 4.1- */
}
body {
  font-family: 'webfont';
  color: #555;
  padding-top: 72px;
  overflow-x: hidden;
}

button:focus {
  outline: none;
}

em,
i {
  font-style: normal;
}

ul,
li {
  list-style-type: none;
}

.w100 {
  width: 100%;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

a:hover,
a:link,
a:visited {
  text-decoration: none;
}

.clearfix {
  zoom: 1;
}

input:focus,
textarea:focus {
  outline: none;
}

.overh {
  overflow: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ta {
  text-align: center;
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

.displaynone {
  display: none;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}

.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

.f14px {
  font-size: 14px;
}

.f16px {
  font-size: 16px;
}

.book {
  border: 1px solid #000;
}

.db {
  display: block;
}

.dnb {
  display: inline-block;
}

.flight {
  font-weight: lighter;
}

.fbold {
  font-weight: bold;
}

.imghover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */

  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);

  -o-transform: scale(1.2);
}

.tran {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.hovercolor {
  color: #8cca1d;
}

.zhong {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  justify-content: center;
  align-items: center;
}

.z {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}

.l0 {
  top: 50%;

  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cen {
  left: 50%;
  transform: translateX(-50%);
}

.f48 {
  font-size: 48px;
}

.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.p15 {
  padding: 15px;
}

.w50 {
  width: 50%;
}

.wen_hied2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.lunbo {
  border-bottom: 3px solid #ffffff;
}

.lunbo .swiper-pagination-bullet {
  border-radius: 0%;
  background-color: #ffffff;
  opacity: 0.949;
  width: 53px;
  height: 12px;
}

.lunbo .swiper-pagination-bullet-active {
  background-color: #fb2626;
  opacity: 0.588;
}

.navs {
  background-color: #ffffff;
  padding: 10px 50px 10px 67px;
}

.dahang {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid #dededc;
}

.nav1>li {
  display: inline-block;
  line-height: 48px;
  float: left;
}

.nav1>li>a {
  color: #353434;
  padding: 0 40px;
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
}

.nav1>li:nth-child(7) a:after {
  opacity: 0;
}

.nav1>li:last-child i {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
}

.nav1>li:last-child .yuan {
  margin-left: 20px;
  display: inline-block;
}

.nav1>li:last-child .yuan a {
  color: #333333;
  font-size: 16px;
}

.nav1>li:last-child .yuan a:hover,
.nav1>li:last-child .yuan a.active {
  color: #fb2626;
}

.nav1>li:hover> a,
.nav1>li.active >a {
  color: #fb2626;
}

.zi-con {
  
  top: 40%;

  width: 100%;
  text-align: center;
  z-index: 3;
}

.zi-con .p1 {
  color: #ffffff;
  font-size: 76.6px;
  text-transform: uppercase;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.zi-con .p2 {
  color: #ffffff;
  font-size: 30px;
  text-transform: uppercase;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.more {
  margin-top: 20px;
}

.more span,
.more a {
  color: #ffffff;
  background: #000000;
  font-size: 16px;
  border: 1px solid #fb2626;
  line-height: 50px;
  text-transform: uppercase;
  padding: 0 40px;
  display: inline-block;
}

.more span:hover,
.more a:hover {
  background: #fb2626;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.abou-zi {
  width: 47%;
}

.abou-zi .yaos-con {
  color: #6a6a68;
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
}

.about-biao {
  color: #0a172b;
  font-size: 36px;
  font-weight: bold;
  margin-top: 5px;
}

.zi {
  font-size: 16px;
  font-style: italic;
  color: #fb2626;
  text-transform: uppercase;
  line-height: 1.625;
}

.zi span {
  width: 32px;
  position: relative;
  top: -3px;
  margin-right: 20px;
  display: inline-block;
  height: 6px;
  background-color: #073584;
}

.mores {
  margin-top: 30px;
}

.mores span,
.mores a {
  color: #fb2626;
  font-size: 14px;
  border: 1px solid #fb2626;
  line-height: 50px;
  text-transform: uppercase;
  padding: 0 40px;
  display: inline-block;
}

.mores span:hover,
.mores a:hover {
  background: #fb2626;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  color: #ffffff;
}

.about-img {
  width: 40%;
}

.about {
  padding: 110px 0;
}

.zis {
  color: #fb2626;
  font-size: 16px;
  top: 30%;
  left: -90px;
  letter-spacing: 2px;
  transform: rotate(-90deg);
}

.ships {
  left: -120px;
  bottom: -40px;
  cursor: pointer;
  z-index:999;
}
.about-img .swiper-button-next {
    background-image: url(../img/2_1.png);
    width: 49px;
    height: 76px;
    right: 0;
    background-size: 100% 100%;
    margin-top: -30.5px;
}
.about-img .swiper-button-prev {
    background-image: url(../img/3_1.png);
    width: 49px;
    height: 76px;
    left: 0;
    margin-top: -30.5px;
    background-size: 100% 100%;
}
.shuzi {
  background: url(../img/14.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 65px 0;
}

.shuzi .about-ul li {
  float: left;
  width: 25%;
  text-align: center;
}

.shuzi .about-ul li p:nth-child(1) {
  color: #ffffff;
  font-size: 48px;
}

.shuzi .about-ul li p:nth-child(1) .counter {
  font-weight: bold;
}

.shuzi .about-ul li p:nth-child(1) sup {
  font-size: 30px;
}

.shuzi .about-ul li p:nth-child(1) sup sup {
  font-size: 20px;
}

.shuzi .about-ul li p:nth-child(2) {
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
}

.service_items {
  margin-top: 50px;
}

.service_items .mores {
  margin-top: 2px;
  padding: 40px 0;
  background: #fb2626;
}

.service_items .mores a {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.service_items .mores a:hover {
  background: #ffffff;
  color: #fb2626;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.service_items_ul {
  margin-top: 40px;
}

.service_items_ul li {
  float: left;
  width: 33.33%;
  border-right: 2px solid #ffffff;
}

.service_items_ul li:last-child {
  border-right: none;
}

.service_items_ul li a {
  display: block;
}

.service_items_ul li a:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.3));

}

.service_items_ul li a .zis1 {
  color: #ffffff;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 35px;
  font-size: 18px;
  z-index: 33;
}

.service_items_ul li a:hover .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */

  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);

  -o-transform: scale(1.2);
}

.case {
  padding: 80px 0 50px 0;
}

.pro-a {
  display: block;
}

.pro-a .pro-biao {
  color: #06163a;
  font-size: 20px;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.pro-a .pro-yao {
  color: #6a6969;
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.pro-a .bot {
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  right: 0;
  bottom: -100%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  background: linear-gradient(to right, #ffffff, #efeded);
  box-shadow: 0px 0px 10px rgba(158, 154, 154, 0.5);
}

.pro-tui {
  margin-top: 40px;
}

.pro-tui .swiper-container {
  padding-bottom: 60px;
}

.pro-tui .swiper-pagination-bullet {
  border-radius: 50%;
  background-color: #d2d2d2;
  width: 14px;
  height: 14px;
}

.pro-tui .swiper-pagination-bullet-active {
  background-color: #fb2626;
}

.pro-tui .swiper-slide {
  width: 25% !important; transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  
}

.pro-tui .swiper-slide img {
  max-width: inherit;
}

.pro-tui .swiper-slide:hover,
.pro-tui .swiper-slide.active {
  width: 50% !important;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
}

.pro-tui .swiper-slide:hover img,
.pro-tui .swiper-slide.active img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */

  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);

  -o-transform: scale(1.2);
}

.pro-tui .swiper-slide:hover .bot,
.pro-tui .swiper-slide.active .bot {
  bottom: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  background: linear-gradient(to right, #efeded, #efeded);
}

.lianxis {
  background: url(../img/6.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 134px 0 130px 0;
}

.lianxis .liao-zi {
  color: #ffffff;
  font-size: 48px;
  text-align: center;
  font-weight: bold;
}

.lianxis .mored {
  margin-top: 20px;
}

.lianxis .mored span,
.lianxis .mored a {
  color: #ffffff;
  font-size: 16px;
  border: 1px solid #fb2626;
  line-height: 50px;
  text-transform: uppercase;
  padding: 0 40px;
  display: inline-block;
}

.lianxis .mored span:hover,
.lianxis .mored a:hover {
  background: #fb2626;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  color: #ffffff;
}

.fen-a {
  display: none;
}

.products-a {
  padding-bottom: 30px;
}

.products-a .pro-ming {
  margin-top: 0px;
  color: #1b1b1b;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.products-a .pros-yao {
  color: #6a6a68;
  font-size: 16px;
  padding: 0 15px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.index-pro {
  padding: 50px 0;
  background: #eeeeee;
}

.index-pro .zi span {
  margin-right: 0px;
  margin-left: 10px;
}

.cont-cont {
  margin-top: 60px;
}

.cont-cont .swiper-slide:hover .fen-a {
  display: block;
}

.cont-cont .swiper-slide:hover img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */

  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);

  -o-transform: scale(1.2);
}

.cont-cont .swiper-container {
  padding-bottom: 60px;
}

.cont-cont .swiper-pagination-bullet {
  border-radius: 50%;
  background-color: #867f7f;
  width: 14px;
  height: 14px;
}

.cont-cont .swiper-pagination-bullet-active {
  background-color: #fb2626;
}

.fen-a {
  top: 20%;
  right: 0;
}

.fen-a .bdsharebuttonbox a {
  display: block;
  width: 50px;
  height: 50px;
  background: transparent;
  margin: 0;
  color: #fb2626;
  font-size: 50px;
  line-height: 1;
  padding: 0;
}

.products-a {
  background: #ffffff;
  display: block;
  border: 1px solid #e9e7e7;
}

.news-cons {
  margin: 40px -10px 0 -10px;
}

.news-cons .col-md-4 {
  padding: 0 10px;
}

.index-new {
  background: #eeeeee;
  padding: 70px 0;
}

.index-new .newss-uls-con li {
  border-bottom: 2px solid #e0e0e0;
}

.index-new .newss-uls-con li a {
  display: block;
}

.index-new .newss-uls-con li a .new-bot {
  background: #ffffff;
  padding: 14px 15px 13px 15px;
}

.index-new .newss-uls-con li:last-child {
  border-bottom: none;
}

.index-new .newss-uls-con li:hover .new-bot {
  background: #fb2626;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.index-new .newss-uls-con li:hover .dates,
.index-new .newss-uls-con li:hover .new-title,
.index-new .newss-uls-con li:hover .new-yao {
  color: #ffffff;
}

.newss-as {
  display: block;
}

.newss-as:hover img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */

  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);

  -o-transform: scale(1.2);
}

.newss-as:hover .new-bot {
  background: #fb2626;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.newss-as:hover .dates,
.newss-as:hover .new-title,
.newss-as:hover .new-yao {
  color: #ffffff;
}

.new-bot {
  padding: 10px 15px 30px 15px;
  background: linear-gradient(to right, #ffffff, #efeded);
  box-shadow: 2px 0px 13px rgba(158, 154, 154, 0.17);
}

.new-bot .dates {
  color: #9da1aa;
  font-size: 16px;
}

.new-bot .new-title {
  color: #06163a;
  font-size: 20px;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  margin-top: 5px;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.new-bot .new-yao {
  color: #6a6969;
  font-size: 16px;
  line-height: 25px;
  margin-top: 5px;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

footer {
  background: #1b1b1b;
}

footer .foots {
  color: #787b82;
  font-size: 16px;
  background: #161616;
  line-height: 49px;
}

footer .foot-top {
  padding: 25px 0 30px 0;
  border-bottom: 1px solid #494949;
}

footer .foot-top>.fl {
  width: 20%;
  margin-top: 10px;
}

footer .foot-top>.fr {
  width: 40%;
}

footer .foot-top>.fr .sub {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
}

footer .foot-top>.fr .sub-con {
  margin-top: 10px;
}

footer .foot-top>.fr .sub-con input {
  border: 1px solid #ffffff;
  border-radius: 5px;
  width: 330px;
  color: #ffffff;
  line-height: 45px;
  background: transparent;
  padding-left: 15px;
}

footer .foot-top>.fr .sub-con input::placeholder {
  color: #7c7c7c;
  font-size: 16px;
}

footer .foot-top>.fr .sub-con button {
  line-height: 45px;
  border-radius: 5px;
  background: #fb2626;
  border: none;
  padding: 0px 20px;
  color: #ffffff;
  font-size: 16px;
  margin-left: 10px;
}

footer .foot-top>.fr .sub-con button:hover {
  background: #073584;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

footer .foot-ul {
  margin-top: 20px;
}

footer .foot-ul li {
  margin-right: 109px;
  float: left;
}

footer .foot-ul li:last-child {
  margin-right: 0;
}

footer .foot-ul li>p {
  color: #ffffff;
  font-size: 18px;
  margin: 10px 0;
}

footer .foot-ul li .foot p {
  font-size: 16px;
  color: #ffffff;
  opacity: 0.3;
  line-height: 30px;
}

footer .foot-ul li .foot p a {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
}

footer .foot-ul li .foot p a:hover {
  color: #fb2626;
  opacity: 1;
}

footer .bdsharebuttonbox .bds_more {
  display: block;
  width: auto;
  height: auto;
  margin-right: 10px;
  display: inline-block;
  background: transparent;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  padding: 0;
}

footer .bdsharebuttonbox .bds_more:hover {
  color: #fb2626;
}

footer .bdsharebuttonbox a {
  display: block;
  width: auto;
  height: auto;
  margin-right: 10px;
  display: inline-block;
  background: transparent;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  padding: 0;
}

footer .bdsharebuttonbox a:hover {
  color: #fb2626;
}

.ban .weizhi {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}

.ban .weizhi .ban-p {
  color: #ffffff;
  font-size: 48px;
  font-weight: bold;  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.ban .weizhi .weizhi-a {
  color: #ffffff;
  font-size: 16px;
}

.ban .weizhi .weizhi-a a {
  color: #ffffff;
}

.ban .weizhi .weizhi-a a:hover {
  color: #fb2626;
}

.position {
  position: relative;
  z-index: 3;
  box-shadow: 0px 0px 10px rgba(142, 136, 136, 0.3);
}

.position .fr {
  width: 32%;
  line-height: 70px;
  text-align: right;
  color: #656565;
  font-size: 15px;
}

.position .fr a {
  color: #656565;
  font-size: 15px;
}.position .fr a{

	padding-right: 20px;
	position: relative;
}
.position .fr a:before{
    content: ">";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;

}
.position .fr a:last-child::before {
    display: none;
}

.position .fr a:hover {
  color: #fb2626;
}

.position .fl {
  width: 68%;
}

.position .position-ul li {
  display: inline-block;
}

.position .position-ul li a {
  display: block;
  padding: 0 25px;
  line-height: 70px;
  color: #2c2c2c;
  font-size: 18px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.position .position-ul li:hover a,
.position .position-ul li.active a {
  background: #fb2626;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  color: #ffffff;
}

.pro-list {
  padding: 35px 0;
}

.pro-list .pro-ming {
  margin-top: 10px;
}

.pro-list .pro-list-con .col-md-4 {
  margin-bottom: 30px;
}

.pro-list .pro-list-con .col-md-4 a {
  box-shadow: 0px 0px 10px 0px rgba(190, 186, 186, 0.75);
  border: none;
}

.pro-list .pro-list-con .col-md-4 a:hover {
  position: relative;
}

.pro-list .pro-list-con .col-md-4 a:hover::after {
  position: absolute;
  content: '';
  background: linear-gradient(to bottom, #ffffff, #888888);
  opacity: 0.4;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  top: 0;
}

.pro-list .pro-list-con .col-md-4 a:hover img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */

  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);

  -o-transform: scale(1.2);
}

.pro-list .pro-list-con .col-md-4 a:hover .pro-ming {
  position: relative;
  z-index: 4;
}

.neng-list .products-a {
  padding-bottom: 0px;
}

.neng-list .products-a .pro-ming {
  margin-top: 0;
  line-height: 60px;
  height: 60px;
}

.honnor {
  padding: 35px 0 50px 0;
}

.honnor .col-md-3 {
  margin-bottom: 30px;
}

.honnor .honnor-con {
  margin-bottom: 80px;
}

.honnor .honnor-con .honnor-a {
  margin-bottom: 30px;
}

.honnor .honnor-con .honnor-a .overh {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.honnor .honnor-con .honnor-a .honnor-yao {
  color: #000000;
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.us-about {
  padding: 58px 0 30px 0;
}

.lius {
  margin: 20px -5px 0 -5px;
}

.lius .col-md-3 {
  padding: 0 5px;
}

.lius .col-md-12 {
  padding: 0 5px;
}

.about-s {
  color: #6a6a68;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}

.about-s .img-fl {
  margin-right: 35px;
}

.link {
  padding: 35px 0 30px 0;
}

.link-title {
  color: #000000;
  font-size: 24px;
  position: relative;
  margin-bottom: 10px;
  font-weight: bold;
  padding-bottom: 10px;
}

.link-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 5px;
  background-color: #073584;
}

.add {
  color: #6a6a68;
  font-size: 18px;
  line-height: 30px;
}

.map {
  margin-top: 20px;
}

.map img {
  max-width: initial;
}

.contact {
  background: #eeeeee;
  border-left: none;
  border-right: none;
  padding: 30px 0px;
  margin: 20px 0px 0;
}

.contact .fk {
  font-size: 16px;
  color: #4e4e4d;
  text-align: center;
  margin-bottom: 25px;
}

.contact p {
  font-size: 14px;
  color: #504f4f;
  line-height: 1.5;
  margin-bottom: 10px;
}

.contact p span {
  color: #cc0000;
}

.contact input {
  width: 100%;
  height: 44px;
  border: 1px solid #e1dddd;
  padding-left: 15px;
  font-size: 16px;
  line-height: 44px;

  margin-bottom: 15px;
}

.contact textarea {
  font-size: 16px;
  padding: 15px;
  height: 170px;
  width: 100%;
  border: 1px solid #e1dddd;

  resize: none;
  margin-bottom: 15px;
}

.contact button {
  color: #fa2b2b;
  font-size: 14px;
  background: transparent;
  border: 1px solid #fb2626;
  line-height: 50px;
  text-transform: uppercase;
  padding: 0 60px;
  display: inline-block;
}

.contact button:hover {
  background: #fb2626;
  color: #ffffff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.fk_b {
  display: inline-block;
  font-size: 16px;
  color: #686565;
  padding-right: 10px;
}

.link-bot {
  margin-top: 30px;
}

.liuyan {
  margin-top: 20px;
}

.liuyan .ps-biao2 {
  line-height: 50px;
  background: #e3e3e3;
  padding-left: 20px;
}

.liuyan .ps-biao2 span {
  color: #171717;
  font-size: 20px;
  font-weight: bold;
}

.bixu {
  color: #262626;
  font-size: 22px;
  font-weight: bold;
  margin: 20px 0;
}

.reds {
  color: #e00000;
}

.inp-ul>li {
  width: 32%;
  float: left;
  margin-right: 2%;
}

.inp-ul>li:nth-child(3) {
  margin-right: 0;
}

.inp-ul>li p {
  font-size: 16px;
  font-weight: lighter;
  color: #1b1b1b;
  margin-top: 10px;
}

.inp-ul>li:last-child {
  width: 100%;
  margin-right: 0;
}

.inp-ul>li input {
  width: 100%;
  height: 42px;
  margin-top: 10px;
  border: 1px solid #ebebeb;
  padding-left: 15px;
}

.inp-ul>li textarea {
  width: 100%;
  height: 160px;
  resize: none;
  margin-top: 10px;
  border: 1px solid #ebebeb;
  padding: 15px;
}

.tiajiaos {
  font-size: 16px;
  color: #0a172b;
  line-height: 50px;
  padding: 0 30px;
  background: #fb2626;
  border-radius: 10px;
  border: none;
  margin-top: 20px;
}

.tiajiaos:hover {
  background: #ffcc00;
  transition: 600ms ease-in-out;
  color: #fff;
}

.capabilties {
  padding: 0px 0 60px 0;
}

.capabilties .zhaos {
  color: #6a6a68;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}

.cap-ul li {
  margin-top: 40px;
}

.cap-ul li:nth-child(2n) .le {
  float: right;
}

.cap-ul li a {
  box-shadow: 0px 0px 10px 0px rgba(190, 186, 186, 0.75);
  display: block;
}

.cap-ul li a .le {
  width: 50%;
}

.cap-ul li a .re {
  width: 47%;
  padding: 60px 50px 0 15px;
}

.cap-ul li a .re-yao {
  color: #6a6a68;
  font-size: 16px;
  line-height: 30px;
  height: 120px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-align: justify;
}

.cap-ul li a:hover img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */

  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);

  -o-transform: scale(1.2);
}

.cap-ul li a:hover .mores span {
  background: #fb2626;
  color: #ffffff;
}

.cap-xing {
  padding: 35px 0 100px 0;
  background: url(../img/24.jpg) no-repeat;
  background-size: 100% 100%;
}

.xings-top .yaos-d {
  color: #6a6a68;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}

.jiq-ul {
  margin: 20px -10px;
}

.jiq-ul .col-md-4 {
  padding: 10px;
}

.jiq-ul a {
  display: block;
  background-color: #ffffff;
  box-shadow: 2.5px 4.33px 5.76px 0.24px rgba(158, 154, 154, 0.17);
}

.jiq-ul a .overh {
  border-style: solid;
  border-width: 1px;
  border-color: #edebeb;
}

.jiq-ul a .jianm {
  background: #ffffff;
  color: #6a6a68;
  font-size: 16px;
  line-height: 80px;
  height: 80px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: center;
}

.jiq-ul a:hover img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */

  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);

  -o-transform: scale(1.2);
}

.jiq-ul a:hover .jianm {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  background: #fb2626;
}

.pro-xings .col-img {
  width: 36.5%;
}

.pro-xings .col-con {
  width: 61%;
}

.cansu li {
  color: #06163a;
  line-height: 40px;
  padding: 0 20px;
  font-size: 16px;
}

.cansu li:nth-child(odd) {
  background: #ffffff;
}

.cansu li:nth-child(even) {
  line-height: 50px;
}

.cansu li .fl {
  width: 30%;
}

.cansu li .fr {
  width: 70%;
}

.phone {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  display: none;
  top: 0;
  position: fixed;
  background: #fff;
  z-index: 999;
  width: 100%;
}

#wrapper {
  position: relative;
  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.phone .index_a {
  width: auto;
  line-height: 70px;
}

.sidebar-menu.is-active+#wrapper {
  transform: translateX(-300px);
}

.color_dao i {
  display: inline-block;
  font-size: 23px;
  color: #fb2626;
  line-height: 70px;
}

.sidebar-menu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 250px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #e7e9eb;
  transition: right 0.5s;
  z-index: 99999;
}

.sidebar-menu.is-active {
  display: block;
  transition: right 0.5s;
}

.sidebar-menu__header {
  height: 50px;
  background: #fb2626;
  position: relative;
  display: block;
  padding: 15px 25px;
  height: 100%;
  width: 100%;
  color: #fff;
}

.sidebar-menu__title {
  color: #ccc;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.sidebar-menu__title>i {
  display: inline-block;
  float: right;
  font-size: 28px;
  line-height: inherit;
}

.sidebar-menu__title:active,
.sidebar-menu__title:focus,
.sidebar-menu__title:hover {
  color: #fff;
  text-decoration: none;
}

.sidebar-menu__title::first-letter {
  text-transform: uppercase;
}

.sidebar-menu__title::before {
  content: "\e907";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  color: #fff;
  font-size: 20px;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "liga"1;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  all: unset;
}

.sidebar-menu__list {
  position: fixed;
  top: 50px;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 250px;
  list-style: none;
  background-color: #fff;
  transition: right 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sidebar-menu__item {
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}

.colos {
  line-height: 70px;
}

.sidebar-menu__item:first-child {
  border-top: 0;
}

.sidebar-menu__item.sidebar-menu__item--back,
.sidebar-menu__item.sidebar-menu__item--back:hover,
.sidebar-menu__link.sidebar-menu__subtitle {
  background-color: #ca2424 !important;
}

.sidebar-menu__item.sidebar-menu__item--back .sidebar-menu__link {
  color: #fff !important;
}

.sidebar-menu__item:hover {
  background-color: #fff;
  cursor: pointer;
}

.sidebar-menu__item:hover>.sidebar-menu__link {
  color: #6e6e6e;
}

.phone_i {
  display: inline-block;
  line-height: 60px;
  padding: 0 15px;
}

.sidebar-menu__item:hover>.sidebar-menu__link .glyphicon-menu-right {
  color: #6e6e6e;
}

.sidebar-menu__item .sidebar-menu__list {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform: translateX(300px);
  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sidebar-menu__item .sidebar-menu__list.is-active {
  transform: translateX(0);
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list {
  z-index: 2;
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
  z-index: 3;
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
  z-index: 4;
}

.sidebar-menu__link {
  display: block;
  padding: 10px 25px;
  color: #828282;
  font-size: 13px;
  font-weight: 400;
  transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sidebar-menu__link::first-letter {
  text-transform: uppercase;
}

.sidebar-menu__link:active,
.sidebar-menu__link:focus,
.sidebar-menu__link:hover {
  text-decoration: none;
}

.sidebar-menu__link span.glyphicon-menu-left {
  float: left;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  margin-right: 4px;
}

.sidebar-menu__link .glyphicon-menu-right {
  color: #bababa;
  float: right;
}

.searchbox {
  padding: 15px;
  box-shadow: 0 0 7px 0 #cfcfcf;
  background: #fff;
  position: fixed;
  left: 0;
  width: 100%;
  right: 0;
  top: 76px;
  border-top: 2px solid  #fb2626;
  text-align: center;
  z-index: 44;
}

.searchbox.active {
  top: 70px;
}

.searchs {
  max-width: 600px;
  margin: 0 auto;
}

.searchs .sertext {
  display: block;
  padding: 0;
  outline: 0;
  padding-left: 12px;
  width: 78%;
  float: left;
  border: 1px solid #cdcdcd;
  color: #a2a2a2;
  font-size: 12px;
  height: 52px;
  line-height: 52px;
  transition: 0.4s;
}

.serbtn {
  padding: 0;
  margin: 0;
  border: none;
  outline: 0;
  width: 22%;
  float: right;
  height: 52px;
  text-align: center;
  line-height: 52px;
  background: #fb2626;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: 0.44s;
}

.ds {
  cursor: pointer;
}

.mobile-foot {
  display: none;
  background: #fb2626;
  padding: 8px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.mobile-foot a {
  color: #fff;
  height: 35px;
  line-height: 33px;
  border: 1px solid #fff;
  border-radius: 4px;
  text-align: center;
  width: 22%;
  padding: 0 15px;
  font-size: 15px;
  margin: 0 5px;
  transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  padding: 0px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

/* 右侧悬浮 */
.rightfix {
  position: fixed;
  top: 50%;
  right: 0px;
  width: 40px;
  border-right: none;
  transform: translateY(-50%);
  z-index: 99;
  border: 1px solid #dee2e7;
  background: #fff;
}

.fix_ul li {
  font-size: 12px;
  background: #fb2626;
  text-align: center;
  float: none;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0px;
  color: #fff;
  cursor: pointer;
  border-bottom: 1px solid #fff;
}

.fix_ul li:last-child {
  border-bottom: none;
}

.fix_ul li i {
  font-size: 20px;
  color: #fff;
}

.right_div {
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);

  position: absolute;
  right: 20px;
  border: 1px solid #eee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  top: 0px;
  background: #fff;
  padding: 5px;
  line-height: 30px;
  transition: all 0.4s ease-in-out;
  min-width: 120px;
}

.fix_ul li:hover a {
  color: #848484;
}

.fix_ul li:hover .right_div {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
  right: 40px;
  transition: all 0.4s ease-in-out;
}

.fix_ul li:hover {
  background: #fb2626;
}

.fix_ul li:hover i {
  color: #fff;
}

.list_new {
  padding: 25px 0 70px 0;
}

.list_new .list_new-ul li {
  padding: 25px 0;
  border-bottom: 1px solid #eeeeee;
}

.list_new .list_new-ul li a {
  display: block;
}

.list_new .list_new-ul li .fl {
  width: 8%;
  text-align: center;
  border-right: 1px solid #d2d2d2;
}

.list_new .list_new-ul li .fl .nian {
  color: #06163a;
  font-size: 18px;
}

.list_new .list_new-ul li .fl .yue {
  color: #06163a;
  font-size: 20px;
}

.list_new .list_new-ul li .fr {
  width: 90%;
}

.list_new .list_new-ul li .fr .bians {
  color: #06163a;
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.list_new .list_new-ul li .fr .newsi-yaos {
  color: #6a6969;
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.list_new .list_new-ul li:hover {
  border-bottom: 1px solid #fb2626;
}

.list_new .list_new-ul li:hover .bians {
  color: #fb2626;
}

.list_new .list_new-ul li:hover .nian,
.list_new .list_new-ul li:hover .yue {
  color: #fb2626;
}

.throug {
  width: 90%;
  margin: auto;
  padding: 50px 0 80px 0;
}

.throug .throug_ul {
  padding: 200px 0 0 0;
  position: relative;
}

.throug .throug_ul:after {
  content: '';
  position: absolute;
  border-radius: 3px;
  background-color: #eeeeee;
  width: 8px;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.throug .throug_ul li {
  width: 50%;
  margin-bottom: 90px;
}

.throug .throug_ul li a {
  display: inline-block;
  float: left;
}

.throug .throug_ul li a>.lee p {
  color: #656565;
  font-size: 16px;
  line-height: 65px;
  height: 65px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: center;
  box-shadow: 0px 5px 5.76px 0.24px rgba(158, 154, 154, 0.17);
}

.throug .throug_ul li a>.lee .overh {
  overflow: visible;
  position: relative;
}

.throug .throug_ul li a>.lee .overh:after {
  position: absolute;
  content: '';
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #7d7d7d;
  right: -10px;
  top: 50%;

  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.throug .throug_ul li .yuan {
  border-radius: 50%;
  background-color: #cecece;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  top: 50%;

  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -40px;
  z-index: 3;
}

.throug .throug_ul li:nth-child(odd) {
  float: right;
  margin-top: -200px;
}

.throug .throug_ul li:nth-child(odd) a {
  float: right;
}

.throug .throug_ul li:nth-child(odd) a .overh {
  overflow: visible;
}

.throug .throug_ul li:nth-child(odd) a .overh:after {
  left: -10px;
  right: auto;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 10px solid #7d7d7d;
  border-left: none;
}

.throug .throug_ul li:nth-child(odd) .yuan {
  left: -40px;
}

.throug .throug_ul li:hover .yuan {
  background: #fb2626;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.throug .throug_ul li:hover a>.lee p {
  color: #fb2626;
}




.new-list-xiang .xing-lizi {
  left: 8%;
  top: 40%;
}

.xing-biao {
  color: #0b0b0b;
  font-size: 23px;
  font-weight: bold;
}

.cons-bian2 {
  color: #888888;
  font-size: 15px;
}

.cs-cons1 {
  color: #888888;
  font-size: 15px;
  line-height: 30px;
  padding: 30px 0;
}

.cs-cons1 img {
  padding: 15px;
}

.xingsw {
  margin-top: 30px;
  border-top: 1px solid #e5e5e5;
}

.xingsw .row {
  margin-bottom: 45px;
}

.xing-bots {
  margin-top: 20px;
  border-top: 1px solid #eeeeee;
  padding: 24px 0;
}

.xing-bots .more a {
  color: #575757;
  font-size: 15px;
  border: 1px solid #eeeeee;
  line-height: 30px;
  background: transparent;
  padding: 0 15px;
  height: 30px;
  display: inline-block;
}

.xing-bots .more a:hover {
  background: #fb2626;
  color: #ffffff;
}

.shang {
  width: 80%;
}

.shang>div {

  font-size: 15px;
  margin-top: 10px;
}

.shang>div a {
  color: #575757;
  font-size: 15px;
}

.shang>div a:hover {
  color: #fb2626;
}

.xingsw .more {
  margin: 40px 0;
}

.xingsw .more a:hover {
  border: 1px solid #fb2626;
  color: #fb2626;
}

.new-list-xiang {
  padding: 30px 0 70px 0;
}



.detall .bdsharebuttonbox {
  display: inline-block;
  position: relative;
  top: 16px;
}

.detall .bdsharebuttonbox a {
  margin: 0px 6px 0px 0;
}

.new-list-xiang {
  margin-top: 50px;
}

.new-list-xiang .xing-lizi {
  left: 8%;
  top: 40%;
}

.er-uls {
  width: 100%;
  border: 1px solid #ece8e8;
  position: absolute;
  top: 53px;
  background: #ffffff;
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
 .er-uls li > a {
  text-align: center;
  line-height: 30px;
  color: #58595b;
  font-size: 14px;
  display: block;
}
 .er-uls li:hover > a {
  background: #fb2626;
  color: #ffffff;
}
.nav1  > li{
  position: relative;
}
.nav1  > li:hover > a,
.nav1  > li.active > a {
  color: #fb2626;
}
.nav1  > li:hover .er-uls{
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}


.his{
  display: none;
}

@media (max-width: 1500px) {
  .nav1 li>a {
    padding: 0 24px;
  }
}

@media (max-width: 1440px) {.position .position-ul li a{
  font-size: 16px;
}
.zi-con {
  
  top: 30%;
}
  .zi-con .p1 {
    
    font-size: 46.6px;

  }
  
  footer .foot-ul li .foot p {
  font-size: 14px;
 
  line-height: 24px;
}
  footer .foot-ul li .foot p a {
  
    font-size: 14px;
  
}
  footer .foot-top {
    padding: 4px 0 10px 0;

}footer .foot-ul {
  margin-top: 10px;
}
  .nav1 li>a {
    padding: 0 20px;
    font-size: 16px;
  }

  .zi-con .p2 {
    font-size: 20px;
    padding: 0 15px;
  }.lianxis .liao-zi {

    font-size: 35px;
  }
}

@media (max-width: 1200px) {
  .position .fr {
    font-size: 13px;
  }

  .position .fr a {
    font-size: 13px;
  }

  .zi-con .p1 {
    font-size: 49.6px;
  }

  .service_items_ul li a .zis1 {
    bottom: 16px;
  }

  .service_items .mores {
    padding: 18px 0;
  }

  .index-new .newss-uls-con li a .new-bot {
    padding: 2px 10px 4px 10px;
  }

  footer .foot-ul li {
    margin-right: 64px;
  }

  .position .position-ul li a {
    padding: 0 16px;
    font-size: 14px;
  }

  .zi-con .p2 {
    font-size: 18px;
  }

  .navs {
    background-color: #ffffff;
    padding: 10px 20px;
  }

  .nav1 li>a {
    padding: 0 14px;
    font-size: 15px;
  }

  .about-biao {
    font-size: 24px;
  }

  .abou-zi {
    width: 47%;
  }

  .lianxis .liao-zi {
    font-size: 37px;
  }

  .lianxis {
    padding: 60px 0 60px 0;
  }

  .cont-cont {
    margin-top: 30px;
  }

  footer .foot-top>.fr {
    width: 50%;
  }

  .about {
    padding: 60px 0;
  }
}

@media (max-width: 990px) {
  .newss-uls-con {
    margin-top: 20px;
  }

  .index-new .newss-uls-con li a .new-bot {
    padding: 10px 10px 4px 10px;
  }

  .service_items_ul li a .zis1 {
    bottom: 10px;
    font-size: 14px;
  }

  .jiq-ul a .jianm {
    font-size: 14px;
    line-height: 50px;
    height: 50px;
  }

  .cap-ul li a .re-yao {
    font-size: 14px;
    line-height: 25px;
    height: 125px;
  }

  .inof .contants-ul li {
    font-size: 13px;
    line-height: 23px;
  }

  .phone {
    display: block;
  }

  .mobile-foot {
    display: block;
  }

  .dahang,
  footer,
  .rightfix {
    display: none;
  }

  .zi-con .p2 {
    font-size: 19px;
  }

  .zi-con .p1 {
    font-size: 16px;
  }

  .zi-con {
    padding: 20px;
  }

  .more span,
  .more a,
  .lianxis .mored span,
  .lianxis .mored a,
  .mores span,
  .mores a {
    font-size: 13px;
    line-height: 37px;
    padding: 0px 20px;
  }

  .abou-zi {
    width: 100%;
  }

  .about-img {
    width: 50%;
    margin: 20px 25%;
  }

  .lianxis .liao-zi {
    font-size: 23px;
  }

  .shuzi .about-ul li p:nth-child(1) {
    color: #f6c606;
    font-size: 30px;
  }

  .shuzi .about-ul li p:nth-child(2) {
    font-size: 14px;
    line-height: 20px;
  }

  .shuzi .about-ul li p:nth-child(1) sup {
    font-size: 22px;
  }

  .shuzi .about-ul li p:nth-child(1) sup sup {
    font-size: 14px;
  }

  .shuzi {
    padding: 30px 0;
  }

  .pro-a .pro-biao {
    font-size: 15px;
  }

  .pro-a .pro-yao {
    line-height: 21px;
    height: 42px;
    font-size: 13px;
  }

  .us-about {
    padding: 30px 0;
  }

  .position {
    display: none;
  }

  .about-s {
    font-size: 14px;
    line-height: 20px;
  }

  .about-s .img-fl {
    width: 100%;
    margin-bottom: 10px;
  }

  .about-s .img-fl img {
    width: 100%;
  }

  body {
    padding: 70px 0;
  }

  .throug .throug_ul li a {
    width: 80%;
  }

  .throug {
    width: 100%;
  }

  .cap-ul li a .re {

    padding: 10px 20px 0 15px;
  }
}

@media (max-width: 767px) {
  .his{
    display: block;
   width: 100%;    margin: 20px 0;
  }
  .about-img{
    display: none;
  }
  .mores {
    margin-top: 10px;
  }

  .phone .clearfix>.fl {
    width: 25%;
  }

  .service_items_ul {
    margin-top: 10px;
  }

  .throug .throug_ul li a>.lee p {
    color: #656565;
    font-size: 14px;
    line-height: 45px;
    height: 45px;
  }

  .throug .throug_ul li a>.lee .overh:after {
    left: -10px;
    right: auto;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 10px solid #7d7d7d;
    border-left: none;

  }

  .throug .throug_ul li:nth-child(odd) .yuan {
    left: 0;
  }

  .throug .throug_ul {
    overflow: hidden;
    padding: 20px 0 0 0;
    zoom: 1;
  }

  .throug .throug_ul li a {
    float: right;
  }

  .throug .throug_ul li:nth-child(odd) {
    margin-top: 0;
  }

  .throug .throug_ul li .yuan {
    right: auto;
    left: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .throug .throug_ul li {
    width: 100%;
    margin-bottom: 20px;
    float: right;

  }

  .throug .throug_ul li .lee {

    float: right;

  }

  .throug .throug_ul:after {
    left: 21px;
  }

  .throug {
    padding: 15px;
  }

  .searchbox {
    top: 70px;
  }

  .cons-bian2 {
    margin-top: 10px;
  }

  .xing-bots {
    margin-top: 10px;

    padding: 10px 0;
  }

  .shang>div {
    font-size: 12px
  }

  .shang>div a {

    font-size: 12px;
    line-height: 24px;
  }

  .shang {
    width: 100%;
  }

  .xingsw {
    margin-top: 10px;
  }

  .new-list-xiang {
    margin-top: 20px;
    padding: 15px;
  }

  .xing-biao {

    font-size: 16px;
  }

  .cs-cons1 {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0;
  }

  .new-bot .new-title {
    font-size: 16px;
  }

  .news-cons .col-md-4 {
    margin-bottom: 15px;
  }

  .new-bot .new-yao {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
  }

  .index-new {
    padding: 15px;
  }

  .pro-tui .swiper-slide:hover,
  .pro-tui .swiper-slide.active {
    width: 100% !important;
  }

  .pro-tui .swiper-slide {
    width: 100% !important;
  }

  .pro-tui .swiper-slide img {
    width: 100%;
  }

  .pro-a .bot {
    position: relative;
    bottom: 0;
  }

  .service_items {
    margin: 15px;
  }

  .inof .contants-ul li {
    width: 100%;
  }

  .service_items_ul li {
    width: 100%;
    margin-bottom: 15px;
  }

  .biaoge thead tr th {
    font-size: 15px;
    line-height: 40px;
  }

  .biaoge tbody tr .min-h {
    padding: 5px 0;
  }

  .biaoge tbody tr td div {
    font-size: 13px;
    line-height: 25px;
    padding: 5px 15px;
  }

  .ban .weizhi .ban-p {
    font-size: 25px;
  }

  .ban .weizhi .weizhi-a {
    display: none;
  }

  .zi-con .p2 {
    display: none;
  }

  .more {
    margin-top: 5px;
  }

  .more span,
  .more a,
  .lianxis .mored span,
  .lianxis .mored a,
  .mores span,
  .mores a {
    font-size: 12px;
    line-height: 28px;
    padding: 0px 11px;
  }

  .pro-tui {
    margin-top: 20px;
  }

  .lianxis .liao-zi {
    font-size: 15px;
  }

  .lianxis {
    padding: 30px 15px;
  }

  .about,
  .case,
  .index-pro,
  .us-about,
  .caigou,
  .honnor,
  .link,
  .capabilties,
  .pro-list,
  .cap-xing {
    padding: 15px;
    background-size: cover;
    min-height: auto;
  }

  .about-biao {
    font-size: 18px;
  }

  .abou-zi .yaos-con {
    font-size: 14px;
    line-height: 23px;
  }

  .ships {
    position: relative;
    left: 50%;
    cursor: pointer;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* IE 9 */
    -moz-transform: translateX(-50%);
    /* Firefox */
    -webkit-transform: translateX(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateX(-50%);
    bottom: 0;
    margin-top: 20px;
  }

  .about-img {
    width: 90%;
    margin: 20px 0;
  }

  .shuzi .about-ul li {
    width: 50%;
    margin-bottom: 10px;
  }

  .cont-cont {
    margin-top: 10px;
  }

  .products-a .pro-ming {
    margin-top: 10px;
    font-size: 16px;
  }

  .products-a .pros-yao {
    font-size: 14px;
  }

  .honnor .honnor-con {
    margin-bottom: 30px;
  }

  .honnor .honnor-con .honnor-a .honnor-yao {
    margin: 20px 0;
  }

  .inp-ul>li {
    width: 100%;
  }

  .add {
    font-size: 14px;
    line-height: 24px;
  }

  .capabilties .zhaos {
    font-size: 14px;
    line-height: 22px;
  }

  .cap-ul li:nth-child(2n) .le {
    float: left;
  }

  .cap-ul li a .re,
  .cap-ul li a .le {
    width: 100%;
  }

  .link-title {
    font-size: 20px;
    margin-bottom: 13px;
  }

  .cap-ul li a .re {
    padding: 15px;
  }

  .cap-ul li {
    margin-top: 15px;
  }

  .xings-top .yaos-d {
    font-size: 14px;
    line-height: 21px;
  }

  .shang>div {
    float: none;
    display: block;
    margin: 5px 0;
  }

  .honnor .honnor-con .honnor-a {
    margin-bottom: 0px;
  }

  .honnor .col-md-3 {
    margin-bottom: 15px;
  }

  .list_new {
    padding: 15px;
  }

  .list_new .list_new-ul li .fl {
    width: 22%;
  }

  .list_new .list_new-ul li .fr {
    width: 74%;
  }

  .list_new .list_new-ul li {
    padding: 13px 0;
  }

  .news-cons {
    margin: 20px -10px 0 -10px;
  }

  .list_new .list_new-ul li .fr .bians {
    font-size: 16px;
  }

  .list_new .list_new-ul li .fr .newsi-yaos {
    font-size: 14px;
  }

  .list_new .list_new-ul li .fl .yue {
    font-size: 18px;
  }

  .list_new .list_new-ul li .fl .nian {
    font-size: 16px;
  }

  .contact {
    padding: 15px;
  }

  .contact input {
    height: 35px;
  }

  .contact textarea {
    height: 100px;
  }

  .contact button {
    line-height: 36px;
    padding: 0 30px;
  }.pro-list .pro-list-con .col-md-4{
    margin-bottom: 15px;
  }.neng-list .products-a .pro-ming {
    margin-top: 0; line-height: 40px;
    height: 40px;
}
.ban{
  height: 150px;
  

overflow: hidden;
}.ban img{
  transform: scale(2.4);
  -ms-transform: scale(2.4);
  -moz-transform: scale(2.4);
  -webkit-transform: scale(2.4);
  -o-transform: scale(2.4);
  margin-top: 45px;
}.lunbo .swiper-pagination-bullet{
  height: 6px;
}  .zi-con .p1 {
  font-size: 20px;
}.index-new .newss-uls-con li a .new-bot {
  padding: 10px 10px 13px 10px;
}
}

#page {
  clear: both;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  display: table;
  margin: 30px auto;
}

#page li {
  float: left;
  padding: 5px 14px;
  border: 1px solid #CCCCCC;
  margin-right: 6px;
  color: #666;
  font-size: 12px;
  list-style: none;
}

#page li:hover {
  border: 1px solid #fb2626;
}

#page li:hover a {
  color: #fb2626;
}

#page li a {
  color: #666;
  display: inline-block;
  padding: 5px 14px;
  text-align: center;
  margin: -5px -14px -5px -14px;
}

#page li.active {
  border: 1px solid #fb2626;
  background-color: #fb2626;
  color: #FFFFFF
}

#page li.active a {
  color: #fff
}