@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; */
}

.overh {
  overflow: hidden;
}

.map img {
  max-width: inherit;
}

/* 取消链接高亮  */
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;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: none;
}


button:focus {
  outline: none;
}

body {


  font-family: "sans-serif" !important;


}

em,
i {
  font-style: normal;
}

ul,
li {
  list-style-type: none!important; list-style-position: inside ;
  list-style-position: outside!important;
}

.w100 {
  width: 100%;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

a:hover,
a:link,
a:visited {
  text-decoration: none;
}

input:focus,
textarea:focus {
  outline: none;
}

.ta {
  text-align: center;
}

@media (min-width: 1230px) {
  .container {
    width: 1225px;
  }
}

.psna {
  display: none;
}

.ta {
  text-align: center;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.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);
}

.sca1 {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
}

.sca0 {
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
}

.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%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-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%;
}

.blod {
  font-weight: bold;
}

.wen_hied2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.w55 {
  width: 55%;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.swiper-pagination span:focus {
  outline: none;
}

.hangs {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.hangs .log1 {
  display: none;
}

.hangs .nav {
  line-height: 80px;
  padding-left: 80px;
  padding-right: 20px;
  transition: 600ms ease-in-out;
}

.hangs .nav .daohang .daohang-ul>li {
  padding: 0 30px;
  float: left;
  display: inline-block;
  position: relative;
}


.hangs .nav .daohang .daohang-ul>li::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  left: -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 */
  bottom: 0px;
}

.hangs .nav .daohang .daohang-ul>li>a {
  color: #fff;
  font-size: 16px;
  display: block;
}

.hangs .nav .daohang .daohang-ul>li.active {
  position: relative;
}


.hangs .nav .daohang .daohang-ul>li:hover {
  position: relative;
}

.hangs .nav .daohang .daohang-ul>li:hover::after {

  left: 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 */
}

.hangs .nav .daohang .daohang-ul>li .er-div {
  height: 700px;
  display: none;

}

.hangs .nav .dun {
  color: #484848;
}

.hangs .nav .dun i {
  color: #484848;
}

.hangs .nav span {
  float: left;
}

.hangs .nav .xian {
  display: inline-block;
  background: #d5d5d5;
  width: 1px;
  height: 18px;
  margin-left: 28px;
  position: relative;
  top: 32px;
}

.hangs .nav .soa {
  display: inline-block;
  padding: 0 30px;
}

.hangs .nav .soa i {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

.hangs .nav .doap {
  padding: 0 30px;
  background: #373737;
  display: inline-block;
}

.hangs .nav .doap i {
  color: #fff;
}

.hangs.active {
  background: #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;

  border-bottom: 1px solid #eeeeee;
  /* Opera */
}

.hangs.active .log1 {
  display: inline-block;
}

.hangs.active .logo {
  display: none;
}

.hangs.active .nav .daohang .daohang-ul>li:nth-child(2):hover .er-div {

  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 */
}

.hangs.active .nav .daohang .daohang-ul>li>a {
  color: #3b3e40;
}

.hangs.active .nav .daohang .daohang-ul>li.active>a {
  color: #3b3e40;
}

.hangs.active .nav .daohang .daohang-ul>li.active::after {
  background: #282828;
  left: 0;
}

.hangs.active .nav .daohang .daohang-ul>li:hover>a {
  color: #3b3e40;
}

.hangs.active .nav .daohang .daohang-ul>li:hover::after {
  background: #282828;
}

.hangs.active .nav .daohang .daohang-ul>li:hover .er-div {
  height: 800px;
  transition: 600ms ease-in-out;
  -moz-transition: 600ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 600ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 600ms ease-in-out;
  /* Opera */
}

.yuyans .pr .icon-yuyan {
  position: relative;
  top: 2px;
}

.hangs.active .nav .daohang .yuyans .pr {
  color: #3b3e40;

}

.hangs.active .nav .daohang .soa i {
  color: #3b3e40;
}

.er-div {
  top: 77px;
  height: 0;
  overflow: hidden;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  background: #fff;
  position: fixed;
  z-index: 3;
  line-height: 30px;
}

.er-div .top-er {
  border-bottom: 1px solid #f1eeee;
  border-top: 1px solid #f1eeee;
}

.er-div .ers-uls,
.er-div .ers-uls1 {
  background: #fff;
}

.er-div .ers-uls li,
.er-div .ers-uls1 li {
  display: inline-block;
  padding: 15px 0;
  border-left: 1px solid #e6e6e6;
}


.er-div .ers-uls li:last-child,
.er-div .ers-uls1 li:last-child {
  border-right: 1px solid #e6e6e6;
}

.er-div .ers-uls li a,
.er-div .ers-uls1 li a {
  color: #343434;
  font-size: 16px;
  display: inline-block;
  padding: 0 11px;
  line-height: 32px;
  border-left: 3px solid rgba(0, 0, 0, 0.078);
}

.hangs .nav .daohang .daohang-ul>li:nth-child(1) .ers-uls1 li a {

  padding: 0 14px;
}

.er-div .ers-uls1 li.active a {
  border-left: 3px solid #000000;
  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 */
  font-weight: bold;
}

.er-div .ers-uls li:hover a {
  border-left: 3px solid #000000;
  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 */
  font-weight: bold;
}

.zitis {
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.ind-pros li {
  width: 25%;
  float: left;
  text-align: center;
  margin-top: 27px;
  border-left: 1px solid #e1e1e1;
}

.ind-pros li:first-child {
  border-left: none;
}

.ind-pros li .overh a {
  display: inline-block;
}

.ind-pros li .taiale {
  padding: 0 0 10px 0;
}

.ind-pros li .overh {
  text-align: center;
}

.ind-pros li .overh img {
  width: 50%;
}

.ind-pros li .taiale a {
  color: #4e4d52;
  font-size: 14px;
  display: inline-block;
}

.ind-pros li .taiale a:hover {
  color: #45aea9;
}

.xians {
  position: relative;
  height: 48px;
  overflow: hidden;
}

.xians::after {
  content: " ";
  position: absolute;
  left: 0;
  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: 0;
  background: #e1e1e1;
  height: 2px;
}

.lunbo-zi {
  top: 35%;
  width: 100%;
  text-align: center;
}

.lunbo-zi .p1 {
  color: #ffffff;
  font-size: 58px;
  font-weight: bold;
}

.lunbo-zi .p2 {
  color: #ffffff;
  font-size: 25px;
  font-weight: lighter;
  margin-top: 20px;
}

.lunbo-zi .yue-a {
  margin-top: 40px;
}

.lunbo-zi .yue-a a {
  color: #ffffff;
  font-size: 17px;
  display: inline-block;
  line-height: 50px;
  padding: 0 40px;
  border-radius: 30px;
  border: 1px solid #ffffff;
}

.lunbo-zi .yue-a a:hover {
  background: #282828;
  color: #ffffff;
  border: 1px solid #282828;
}

.yuan {
  color: #fff;
}

.yuan a {
  color: #fff;
}

.hangs.active .yuan a {
  color: #3b3e40;
}

.hangs.active .yuan a.active {
  color: #45aea9;
}

.hangs.active .yuan {
  color: #3b3e40;
}

.juli {
  margin-left: 20px;
  line-height: 78px;
}

.juli .dians {
  color: #555555;
  font-size: 18px;
}

.yuyans .pr {
  padding: 0 16px;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;

}

.yuyans .pr i {
  font-size: 18px;
}

.yuyans .pr .icon-arrowdown {
  font-size: 12px;
}

.yuyans:hover .wbus-ul {
  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 */
}

.wbus-ul {
  width: 100%;
  left: 0;
  right: 0;
  display: none;
  background: #ffffff;
  border: 1px solid #e0e0e0;
}

.wbus-ul li {
  line-height: 30px;
}

.wbus-ul li a {
  display: block;
  line-height: 30px;
  color: #373737;
  text-align: center;
}

.wbus-ul li:hover {
  background: #282828;
}

.wbus-ul li:hover a {
  color: #ffffff;
}

.yuyans:hover .wbus-ul {
  display: block;
}

.zi-con {
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  top: 15%;
  text-align: center;
}

.zi-con .p2 {
  font-size: 18px;
  color: #fff;

}

.zi-con .p1 {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 10px;
}

.index-shi {
  background: #f2f2f2;
  padding: 35px 0 50px 0;
}

.hds .fl {
  font-weight: lighter;
  color: #565454;
  font-size: 24px;
}

.hds .fl a {
  color: #565454;
}

.hds .fl a:hover {
  color: #45aea9;
}

.hds .fr a {
  color: #565454;
  font-size: 16px;
}

.hds .fr a i {
  font-size: 20px;
  position: relative;
  top: 2px;
  color: #b0b0b0;
}

.hds .fr a:hover {
  color: #45aea9;
}

.shnp-lunb {
  margin-top: 25px;
}

.shnp-lunb .swiper-slide {
  background: #ffffff;
}

.shnp-lunb .swiper-slide .overh {
  position: relative;
}

.shnp-lunb .swiper-slide .overh .alls {
  position: absolute;

  z-index: 33;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}

.shnp-lunb .swiper-slide .bo {
  left: 50%;
  top: 50%;
  z-index: 34;
  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%);
}

.shnp-lunb .swiper-slide .bo a {}

.shnp-lunb .swiper-slide .bo a i {
  color: #ffffff;
  font-size: 40px;
}

.shnp-lunb .swiper-slide .overh a {
  display: block;
}

.shnp-lunb .swiper-slide .bot-a {
  text-align: center;
  padding: 35px 20px 50px 20px;
}

.shnp-lunb .swiper-slide .bot-a a {
  display: block;
  font-size: 16px;
  color: #343434;
  line-height: 20px;
  height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.shnp-lunb .swiper-slide .bot-a a:hover {
  color: #45aea9;
}

footer .iocn-ul {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

footer .iocn-ul li {
  width: 25%;
  padding: 18px 0;
  position: relative;
  float: left;
  text-align: center;
}

footer .iocn-ul li::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 36px;
  background-color: #e5e5e5;
  right: 0;
  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%);
}

footer .iocn-ul li:last-child::after {
  opacity: 0;
}

footer .iocn-ul li span {
  color: #424242;
  font-size: 18px;
  margin-left: 10px;
  display: inline-block;
  line-height: 32px;
}

footer .foot-ul {
  padding: 30px 0;
}

footer .foot-ul>li {
  float: left;
  padding-right: 2%;
  width: 16.66%
}
footer .foot-ul>li:nth-child(1){
    width: 16%
}
footer .foot-ul>li:nth-child(2){
    width: 18%
}
footer .foot-ul>li:nth-child(3){
    width: 12%
}
footer .foot-ul>li:nth-child(4){
    width: 12%
}
footer .foot-ul>li:nth-child(5){
    width: 30%
}

footer .foot-ul>li:last-child {
  margin-right: 0;
  width: 12%
}

footer .foot-ul>li>p {
  color: #424242;
  font-size: 16px;
}

footer .foot-ul>li .foot-div {
  color: #757575;
  font-size: 14px;
  margin-top: 5px;
  line-height: 26px;
}

footer .foot-ul>li .foot-div ul li a {
  color: #757575;
}

footer .foot-ul>li .foot-div ul li a:hover {
  color: #45aea9;
}

footer .mas {
  padding: 0  0;
  text-align: center;
  margin-top: 10px;

}

footer .foot-bot {
  color: #757575;
  font-size: 14px;
  padding: 15px 0;
  background: #f2f2f2;
}

.ban {
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
}

.ban .posion {
  padding-left: 80px;
}

.ban .wenzi {
  font-size: 14px;
  color: #ffffff;
  padding-top: 95px;
}

.ban .wenzi a {
  color: #ffffff;
}

.ban .wenzi a:hover {
  color: #45aea9;
}

.ban .ban-title {
  font-size: 48px;
  color: #f2f2f2;
  margin-top: 30px;
}

.divs-nav {
  padding: 18px 0;
  box-shadow: 0px 2px 16px 0px rgba(225, 223, 223, 0.75);
}

.divs-nav ul li {
  margin-right: 30px;
  line-height: 35px;
  display: inline-block;
}

.divs-nav ul li a {
  color: #818181;
  font-size: 16px;
}

.divs-nav ul li:hover a,
.divs-nav ul li.active a {
  color: #45aea9;
}

.machine {
  padding: 40px 0 50px 0;
}

.machine .machine-con {
  margin: 0 -12.5px;
}

.machine .col-md-4 {
  margin-bottom: 25px;
  padding: 0 12.5px;
}

.machine .col-md-4 .overh a {
  display: block;
}

.machine .col-md-4 .overh 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);
}

.machine .col-md-4 .bot-cons {
  text-align: center;
  padding: 15px 15px 30px 15px;
  background-color: #ffffff;
  box-shadow: 0px 2px 16px 0px rgba(225, 223, 223, 0.75);
}

.machine .col-md-4 .bot-cons .data {
  color: #908f8f;
  font-size: 14px;
}

.machine .col-md-4 .bot-cons .bian {
  color: #343434;
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  font-weight: lighter;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 2px;
}

.machine .col-md-4 .bot-cons .bian a {
  color: #343434;
  display: block;
}

.machine .col-md-4 .bot-cons .bian:hover a {
  color: #45aea9;
}

.culture {
  padding: 50px 0;
}

.culture .culture-ul li {
  background: #f2f2f2;
  margin-bottom: 30px;
}

.culture .culture-ul li>div {
  width: 50%;
}

.culture .culture-ul li .re {
  padding: 90px 20px 30px 90px;
}

.culture .culture-ul li .re .title {
  color: #615f5f;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: lighter;
}

.culture .culture-ul li .re .yao {
  color: #615f5f;
  font-size: 16px;
  font-weight: lighter;
  line-height: 30px;
}

.brand {
  padding: 70px 0 90px 0;
}

.brand .brand-ul li {
  margin-bottom: 90px;
}

.brand .brand-ul li:last-child {
  margin-bottom: 0;
}

.brand .brand-ul li .brand-img {
  width: 20%;
}

.brand .brand-ul li .brand-img a {
  display: block;
}

.brand .brand-ul li .brand-zi {
  width: 60%;
  margin-left: 4%;
}

.brand .brand-ul li .brand-zi .brand-title {
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #565454;
}

.brand .brand-ul li .brand-zi .brand-title a {
  color: #565454;
}

.brand .brand-ul li .brand-zi .brand-title a:hover {
  color: #45aea9;
}

.brand .brand-ul li .brand-zi .brand-yao {
  color: #565454;
  font-size: 16px;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.brand .brand-ul li .brand-a {
  width: 16%;
}

.brand .brand-ul li .brand-a a {
  display: inline-block;
  margin-top: 30px;
  color: #565454;
  font-size: 16px;
  line-height: 45px;
  padding: 0 40px;
  border: 1px solid #dddddd;
}

.brand .brand-ul li .brand-a a:hover {
  background: #282828;
  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 */
}

.contact {
  padding: 48px 0 18px 0;
}

.contact .contact-con .col-md-6 {
  margin-bottom: 30px;
}

.contact .contact-con .contact-div {
  height: 260px;

  border: 1px solid #e0dada;
  padding: 48px;
  box-shadow: 0px 2px 16px 0px rgba(225, 223, 223, 0.75);
}

.contact .contact-con .contact-title {
  font-weight: lighter;
  font-size: 24px;
  color: #45aea9;
}

.contact .contact-con .contact-yao {
  font-size: 16px;
  font-weight: lighter;
  color: #565454;
  line-height: 27px;
  margin-top: 5px;
}

.contact .guan-con {
  color: #565454;
  font-size: 22px;
  font-weight: lighter;
  margin-bottom: 40px;
}

.contact .conyact-s ul li {
  width: 32%;
  float: left;
  margin-right: 2%;
}

.contact .conyact-s ul li:nth-child(3) {
  margin-right: 0;
}

.contact .conyact-s ul li:last-child {
  width: 100%;
  margin-right: 0;
}

.contact .conyact-s ul li p {
  font-weight: lighter;
  font-size: 16px;
  color: #565454;
  margin: 15px 0;
}

.contact .conyact-s ul li input {
  width: 100%;
  height: 55px;
  border: 1px solid #e0dada;
  padding-left: 15px;
  background-color: #ffffff;
  box-shadow: 0px 2px 16px 0px rgba(225, 223, 223, 0.75);
}

.contact .conyact-s ul li textarea {
  width: 100%;
  padding: 15px;
  border: none;  border: 1px solid #e0dada;
  resize: none;
  background-color: #ffffff;
  box-shadow: 0px 2px 16px 0px rgba(225, 223, 223, 0.75);
  height: 200px;
}

.contact .conyact-s .tijai {
  margin: 32px 0;
}

.contact .conyact-s .tijai button {
  font-weight: lighter;
  font-size: 16px;
  color: #565454;
  line-height: 45px;
  padding: 0 40px;
  border: 1px solid #dddddd;
  background: #ffffff;
}

.contact .conyact-s .tijai button:hover {
  background: #282828;
  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 */
}

.newiss {
  padding: 34px 0 70px 0;
}

.newiss .newiss-con {
  margin: 0 -12.5px;
}

.newiss .newiss-con .col-md-4 {
  padding: 0 12.5px;
  margin-bottom: 20px;
}

.newiss .newiss-con .col-md-4 .bot-cons {
  background: #ffffff;
  box-shadow: 0px 2px 16px 0px rgba(225, 223, 223, 0.75);
  padding: 15px 15px 40px 15px;
}

.newiss .newiss-con .col-md-4 .bot-cons .data {
  color: #908f8f;
  font-size: 14px;
}

.newiss .newiss-con .col-md-4 .bot-cons .bian {
  color: #343434;
  font-weight: lighter;
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.newiss .newiss-con .col-md-4 .bot-cons .bian a {
  display: block;
  color: #343434;
}

.newiss .newiss-con .col-md-4 .bot-cons .bian a:hover {
  color: #45aea9;
}

.newiss .newiss-ul li {
  padding: 22px 0 22px 100px;
  border-bottom: 1px solid #dcdcdc;
}

.newiss .newiss-ul li .new-yao {
  color: #8a8888;
  font-size: 16px;
  font-weight: lighter;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.newiss .newiss-ul li .new-title {
  color: #565454;
  font-weight: lighter;
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.newiss .newiss-ul li .new-title a {
  color: #565454;
}

.newiss .newiss-ul li .new-title a:hover {
  color: #45aea9;
}

.newiss .newiss-ul li .datas {
  position: absolute;
  left: 0;
  padding: 18px;
  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%);
  text-align: center;
  border: 1px solid #e0e0e0;
}

.newiss .newiss-ul li .datas .yue {
  color: #929090;
  font-weight: lighter;
  font-size: 18px;
}

.newiss .newiss-ul li .datas .nain {
  color: #929090;
  font-weight: lighter;
  font-size: 18px;
}

.technology {
  padding: 65px 0 50px 0;
}

.technology .bos {
  left: 50%;
  top: 50%;
  z-index: 34;
  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%);
}

.technology .bos i {
  color: #ffffff;
  font-size: 40px;
}

.technology-con .overh {
  position: relative;

}

.technology-con .overh .alls {
  position: absolute;

  z-index: 33;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);

}

.technology-con {
  margin: 0 -20px;
}

.technology-con .col-md-6 {
  padding: 0 20px;
  margin-bottom: 40px;
}

.technology-con .technology-tilte {
  color: #565454;
  font-size: 18px;
  margin: 10px 0;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 30px;
}

.technology-con .technology-tilte a {
  font-weight: lighter;
  color: #565454;
  display: block;
}

.technology-con .technology-tilte a:hover {
  color: #45aea9;
}

.technology-yaos {
  color: #565454;
  font-size: 16px;
  font-weight: lighter;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 20px;
}

.technology-case .technology-con .technology-tilte {
  margin-top: 15px;
}

.technology-case .technology-con .technology-tilte a {
  font-weight: normal;
}

.shou-hd {
  margin: 60px 0 40px 0;
}

.shou-hd .shou-title {
  color: #040000;
  font-weight: lighter;
  font-size: 42px;
}

.shou-hd .shous-en {

  font-weight: lighter;
  font-size: 16px;
  color: #b1adad;
  text-transform: uppercase;

}

.shou-hd .shous-en p {
  width: 147px;
  height: 1px;
  display: inline-block;
  background-color: #d2d2d2;
  position: relative;
  top: -5px;
  margin: 0 40px;
}

.service {
  margin: 50px 0;
}

.service .service-div {
  color: #565454;
  font-size: 24px;
  font-weight: lighter;
  line-height: 40px;
}

.service .service-ul li {
  padding: 60px 25px 30px 25px;
  width: 24%;
  margin-right: 1.3%;
  min-height: 299px;
  float: left;
  background: #f2f2f2;
}

.service .service-ul li:last-child {
  margin-right: 0;
}

.service .service-ul li .se-title {
  color: #615f5f;
  font-size: 30px;
  font-weight: lighter;
  text-align: center;
}

.service .service-ul li .s-yaos {
  margin-top: 5px;
  height: 120px;
  color: #615f5f;
  font-weight: lighter;
  font-size: 16px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-align: center;
}

.service-dian {
  line-height: 30px;
  color: #757575;
  font-size: 18px;
  margin-top: 20px;
  font-weight: lighter;
}

.service-dian span {
  display: inline-block;
  margin: 0 20px;
  position: relative;
  top: -2px;
}

.s-icon-uls {
  margin-top: 40px;
}

.s-icon-uls li {
  width: 32%;
  background: #f2f2f2;
  margin-right: 1.5%;
  padding: 60px 45px;
  float: left;
}

.s-icon-uls li:last-child {
  margin-right: 0;
}

.s-icon-uls li .s-biao {
  color: #615f5f;
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
}

.s-icon-uls li .s-yaos1 {
  color: #615f5f;
  font-size: 16px;
  line-height: 30px;
  font-weight: lighter;
  height: 60px;
  margin-top: 10px;
  text-align: center;
}

.course {
  padding: 130px 35px;
}

.course .course-con {
  position: relative;
}

.course .course-con .swiper-button-next,

.course .course-con .swiper-button-prev {
  background: transparent;
  height: auto;
  background: #ffffff;
  margin-top: -28px;
  width: auto;
  opacity: 1;
}
.shnp-lunb  .swiper-button-next,
.shnp-lunb .swiper-button-prev{
  background: transparent;

  width: auto;
  height: auto;
}
.course .course-con .swiper-button-next i,
.shnp-lunb .swiper-button-prev i,
.shnp-lunb  .swiper-button-next i,
.course .course-con .swiper-button-prev i {
  font-size: 40px;
  color: #45aea9;

}
.shnp-lunb  .swiper-button-next{
  right: -50px;
}.shnp-lunb .swiper-button-prev{
 left:  -50px;
}
.course .course-con .swiper-button-next {
  right: 0;
}

.course .course-con .swiper-button-prev {
  left: 0;
}

.course .course-con:after {
  position: absolute;
  content: '';
  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%);
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  background: #e0e0e0;
}

.course .course-con .swiper-container {
  height: 390px;
  padding: 0 40px;
}

.course .course-con .swiper-container .swiper-slide {
  cursor: pointer;
}

.course .course-con .swiper-container .swiper-slide:nth-child(even) .kuangs {
  bottom: 0;
  position: absolute;
}

.course .course-con .swiper-container .swiper-slide:nth-child(even) .kuangs:after {
  top: -36px;
  bottom: auto;
  border-color: transparent transparent #ffffff;
}

.course .course-con .swiper-container .swiper-slide:nth-child(even) .kuangs:before {
  top: -40px;
  bottom: auto;
  border-color: transparent transparent #e0e0e0;
}

.course .course-con .swiper-container .swiper-slide:nth-child(even):hover .kuangs,
.course .course-con .swiper-container .swiper-slide:nth-child(even).active .kuangs {
  border: 2px solid #45aea9;
  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 */
}

.course .course-con .swiper-container .swiper-slide:nth-child(even):hover .kuangs:before,
.course .course-con .swiper-container .swiper-slide:nth-child(even).active .kuangs:before {
  border-color: transparent transparent #45aea9;
  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 */
}

.course .course-con .swiper-container .swiper-slide:nth-child(even):hover .yuans:after,
.course .course-con .swiper-container .swiper-slide:nth-child(even).active .yuans:after {
  opacity: 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 */
}

.course .course-con .swiper-container .swiper-slide:hover .kuangs,
.course .course-con .swiper-container .swiper-slide.active .kuangs {
  border: 2px solid #45aea9;
  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 */
}

.course .course-con .swiper-container .swiper-slide:hover .kuangs:before,
.course .course-con .swiper-container .swiper-slide.active .kuangs:before {
  border-color: #45aea9 transparent transparent;
  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 */
}

.course .course-con .swiper-container .swiper-slide:hover .yuans:after,
.course .course-con .swiper-container .swiper-slide.active .yuans:after {
  opacity: 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 */
}

.course .kuangs {
  width: 125%;
  height: 135px;
  padding: 20px;
  left: -12.5%;
  border: 2px solid #e0e0e0;
  position: relative;
  border-radius: 12px;
}

.course .kuangs .nians {
  color: #565454;
  font-weight: lighter;
  font-size: 24px;
}

.course .kuangs .zis {
  color: #565454;
  font-size: 16px;
  line-height: 30px;
  font-weight: lighter;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.course .kuangs:before {
  content: '';
  width: 0;
  height: 0;
  border: 20px solid;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  border-color: #e0e0e0 transparent transparent;
}

.course .kuangs::after {
  content: '';
  width: 0;
  height: 0;
  border: 20px solid;
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  border-color: #fff transparent transparent;
}

.course .yuans {
  width: 24px;
  height: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  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%);
  display: inline-block;
}

.course .yuans:after {
  position: absolute;
  content: '';
  width: 10px;
  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%);
  opacity: 0;
  height: 10px;
  border-radius: 50%;
  background-color: #68bab6;
}

.us-con {
  color: #565454;
  font-size: 16px;
  line-height: 30px;
}

.us-about {
  padding-bottom: 70px;
}

.us-about .culture .culture-ul li {
  margin-bottom: 0;
}

.us-about .culture .culture-ul li .re {
  padding: 90px 18px 30px 350px;
}

.us-about .culture .culture-ul li .re .yao {
  font-weight: normal;
}

.us-about .culture .culture-ul li .re .title {
  font-weight: normal;
}

.us-about .abouts-ul li {
  width: 24%;
  padding: 60px 40px;
  background: #f2f2f2;
  margin-right: 1.3%;
  float: left;
}

.us-about .abouts-ul li:last-child {
  margin-right: 0;
}

.us-about .abouts-ul li .num {
  font-size: 36px;
  color: #45aea9;
  text-align: center;
  margin-top: 20px;
}

.us-about .abouts-ul li .ysa {
  color: #565454;
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  text-align: center;
}

.ban1 .weis1 {
  margin-top: 130px;
}

.ban1 .wenzi {
  color: #5b5c60;
}

.ban1 .wenzi a {
  color: #5b5c60;
}

.ban1 .wenzi a:hover {
  color: #45aea9;
}

.ban1 .zas {
  padding-bottom: 20px;
  border-bottom: 2px solid #b4b4b5;
  margin-bottom: 20px;
}

.ban1 .zas .cn {
  color: #000000;
  font-weight: lighter;
  font-size: 30px;
}

.ban1 .zas .en {
  color: #000000;
  font-weight: lighter;
  font-size: 24px;
}

.ban1 .ys {
  color: #615f5f;
  font-size: 18px;
  font-weight: lighter;
  line-height: 30px;
}

.ban-ul {
  width: 168px;
  top: 22%;
  left: 80px;
  z-index: 3;
}

.ban-ul .cons {
  background: #f4f4f4;
  position: fixed;
  left: 17.8%;
  top: 82px;
  height: 700px;
  overflow: hidden;
  display: none;
}

.ban-ul>li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.ban-ul>li.active .cons {

  /* Opera */
}

.ban-ul>li>a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.66);
  padding: 20px 0 20px 55px;
  position: relative;
}

.ban-ul>li>a:after {
  background-color: rgba(255, 255, 255, 0.66);
  position: absolute;
  width: 14px;
  height: 2px;
  content: '';
  left: 25px;
  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%);
}

.ban-ul>li:hover>a,
.ban-ul>li.active>a {
  color: #45aea9;
  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 */
}

.ban-ul>li:hover>a:after,
.ban-ul>li.active>a:after {
  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-color: #45aea9;
  position: absolute;
  width: 39px;
  left: 0px;
}

.ban-ul>li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.shi-as {
  font-size: 16px;
  font-weight: lighter;
  color: #ffffff;
}

.shi-as a {
  display: inline-block;
  line-height: 35px;
  height: 35px;
  color: #ffffff;
  background: #45aea9;
  padding: 0 10px;
  border-radius: 5px;
}

.shi-as a i {
  font-size: 20px;
  display: inline-block;
  margin-right: 5px;
}

.shi-as a:hover {
  background: #282828;
  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 */
}

.product {
  padding-bottom: 50px;
}

.product .table-responsive table thead tr {
  background: #f2f2f2;
}

.product .table-responsive table thead tr th {
  padding: 20px 40px;
  border-bottom: none;
  color: #000000;
  font-size: 16px;
  font-weight: lighter;
}

.product .table-responsive table tbody tr td {
  border-top: none;
  padding: 15px 40px;
  color: 3000000;
  font-weight: lighter;
  font-size: 16px;
}

.product .hdhd {
  margin: 45px 0 25px 0px;
}

.product .hdhd .hd {
  color: #45aea9;
  font-size: 26px;
  position: relative;
  font-weight: lighter;
  margin-bottom: 10px;
}

.product .hdhd .hd:after {
  content: '';
  background-color: #45aea9;
  position: absolute;
  left: 50%;
  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: -5px;
  width: 26px;
  height: 1px;
}

.product .hdhd .ens {
  color: #9e9d9d;
  font-size: 18px;
  font-weight: lighter;
}

.product .chan-p {
  font-size: 16px;
  font-weight: lighter;
  color: #000000;
  line-height: 30px;
  text-align: center;
}

.pros-lunb {
  margin: 40px 0 20px 0;
}

.pros-lunb .swiper-slide {
  text-align: center;
}

.pros-lunb .swiper-slide .dian-title {
  color: #000000;
  font-size: 18px;
  font-weight: lighter;
  line-height: 48px;
}

/* .pros-lunb .swiper-button-disabled {
  opacity: 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 */
/* } */


.lunbo .swiper-container {




  height: 750px;

}

.lunbo .swiper-container .swiper-slide:nth-child(1) {
  background-image: linear-gradient(top, #282828, #515151);
  background-image: -webkit-linear-gradient(top, #282828, #515151);
  background-image: -o-linear-gradient(top, #282828, #515151);
  background-image: -ms-linear-gradient(top, #282828, #515151);
  background-image: -moz-linear-gradient(top, #282828, #515151);

}

/* .lunbo .swiper-container .swiper-slide:nth-child(3) {

  background: url(//img.brwq.top/minyi/frist_bg.jpg) no-repeat;
  background-size: cover;

}

.lunbo .swiper-container .swiper-slide:nth-child(2) {
  background-image: linear-gradient(top, #47576d, #92a7bc);
  background-image: -webkit-linear-gradient(top, #47576d, #92a7bc);
  background-image: -o-linear-gradient(top, #47576d, #92a7bc);
  background-image: -ms-linear-gradient(top, #47576d, #92a7bc);
  background-image: -moz-linear-gradient(top, #47576d, #92a7bc);

}

.lunbo .swiper-container .swiper-slide:nth-child(5) {
  background-image: linear-gradient(top, #282828, #515151);
  background-image: -webkit-linear-gradient(top, #282828, #515151);
  background-image: -o-linear-gradient(top, #282828, #515151);
  background-image: -ms-linear-gradient(top, #282828, #515151);
  background-image: -moz-linear-gradient(top, #282828, #515151);

}

.lunbo .swiper-container .swiper-slide:nth-child(4) {

  background: url(//img.brwq.top/minyi/bnnw.jpg) no-repeat;
  background-size: cover;

} */

/* .lunbo  .swiper-container  .swiper-slide:nth-child(){

  background: url(../img/bnnw.jpg) no-repeat;
background-size: cover;

} */
.lunbo .swiper-container .swiper-slide:last-child {

  background-image: linear-gradient(top, #47576d, #92a7bc);
  background-image: -webkit-linear-gradient(top, #47576d, #92a7bc);
  background-image: -o-linear-gradient(top, #47576d, #92a7bc);
  background-image: -ms-linear-gradient(top, #47576d, #92a7bc);
  background-image: -moz-linear-gradient(top, #47576d, #92a7bc);

}

.lunbo .swiper-container .swiper-slide .w100 {
  width: auto;
}

.lunbo .swiper-container .swiper-slide {
  text-align: center;


  padding-top: 283px;
}

.lunbo .next {
  width: 30%;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 5;



}

.lunbo .pre {
  width: 30%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 5;



}

.lunbo .ban-ul>li:hover>a,
.lunbo .ban-ul>li.active>a {
  color: #ffffff;
}

.lunbo .ban-ul>li:hover>a:after,
.lunbo .ban-ul>li.active>a:after {
  background-color: #ffffff;
  width: 29px;
  left: 0px;
}

.lunbo .swiper-button-next,
.lunbo .swiper-button-prev {
  width: 60px;
  height: 125px;
}

.lunbo .swiper-button-next {
  background: url(../img/15.png) no-repeat;
  background-size: 100% 100%;
  right: 0;
  opacity: 0;
}

.lunbo .swiper-button-prev {
  background: url(../img/14.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
  opacity: 0;
}

.lunbo .next:hover .swiper-button-next,
.lunbo .pre:hover .swiper-button-prev {
  opacity: 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;

}

.lunbo .swiper-button-disabled {

  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 */
}

.searchbox {
  padding: 15px;
  box-shadow: 0 0 7px 0 #cfcfcf;
  background: #fff;
  position: fixed;
  left: 0;
  display: none;
  width: 100%;
  right: 0;
  top: 82px;
  border-top: 2px solid #282828;
  text-align: center;
  z-index: 999;
}

.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: #282828;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: 0.44s;
}

.ds {
  cursor: pointer;
}

.phone {
  box-shadow: 0px 0px 5px rgba(200, 203, 204, 0.5);
  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;
  margin-top: 0px;
  line-height: 70px;
}

.sidebar-menu.is-active+#wrapper {
  transform: translateX(-300px);
}

.color_dao i {
  display: inline-block;
  font-size: 25px;
  color: #282828;
  line-height: 70px;
}

.sidebar-menu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #282828;
  transition: right 0.5s;
  z-index: 99999;
}

.sidebar-menu.is-active {
  display: block;
  transition: right 0.5s;
}

.sidebar-menu__header {
  height: 50px;
  background: transparent;
  z-index: auto;
  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: 100%;
  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: #636060 !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(-100%);
  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: 16px;
  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;
}

.mobile-foot {
  display: none;
  background: #1d1c1c;
  padding: 8px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.mobile-foot a {
  color: rgba(255, 255, 255, 0.44);
  height: 35px;
  line-height: 33px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 4px;
  text-align: center;
  width: 22%;
  padding: 0 15px;
  font-size: 14px;
  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: 80%;
  right: 0px;
  width: 60px;
  border-right: none;
  transform: translateY(-50%);
  z-index: 99;
  border: 1px solid rgba(124, 124, 124, 0.4588235294117647);

}

.fix_ul li {
  font-size: 12px;
  text-align: center;
  float: none;
  position: relative;
  width: 60px;
  cursor: pointer;
  height: 60px;
  padding: 5px 0;
  background: rgba(12, 12, 12, 0.49);
  margin-bottom: 0px;
  color: #ffffff;
  border-bottom: 1px solid rgba(124, 124, 124, 0.4588235294117647);
}

.fix_ul li:last-child {
  border-bottom: none;
}

.fix_ul li:hover {
  background: #45aea9;
  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 */
}

.fix_ul li i {
  font-size: 20px;
  color: #ffffff;
}

.right_div {
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  min-height: 60px;
  -o-transform: scale(0);
  position: absolute;
  right: 60px;
  top: 0px;

  color: #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 5px;
  line-height: 60px;
  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 */
  min-width: 140px;
}

.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: 60px;
  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 */
}

.fix_ul li:hover {
  background: #45aea9;
}

.fix_ul li:hover i {
  color: #fff;
}

.xing-biao {
  color: #0b0b0b;
  font-size: 23px;
  font-weight: bold;
}

.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;
  padding: 0 15px;
  height: 30px;
  display: inline-block;
}

.xing-bots .more a:hover {
  background: #45aea9;
  color: #ffffff;
}

.shang {
  width: 80%;
}

.shang>div {
  color: #000000;
  font-size: 15px;
  margin-top: 10px;
}

.shang>div a {
  color: #575757;
  font-size: 15px;
}

.shang>div a:hover {
  color: #45aea9;
}

.xingsw .more {
  margin: 40px 0;
}

.xingsw .more a:hover {
  border: 1px solid #45aea9;
  color: #45aea9;
}

.detall {
  margin-top: 30px;
}

.detall .bdsharebuttonbox {
  display: inline-block;
  position: relative;
  top: 16px;
}

.detall .bdsharebuttonbox a {
  margin: 0px 6px 0px 0;
}

.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;
}

.botd {
  display: none;
}

.pp2 {
  display: none;

}

.ban1 .ban-ul>li>a {
  color: #565661;
}

.botd .row {
  height: 600px;
  padding: 20px;
  overflow-y: scroll;
}

.botd .row::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 3px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.botd .row::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 3px;

  background: rgba(83, 83, 83, 0.28);

}

.botd .row::-webkit-scrollbar-track {
  /*滚动条里面轨道*/

  border-radius: 3px;
  background: rgba(237, 237, 237, 0.71);
}

.sousou1 .machine-con .overh {
  height: 261px;

  border: 1px solid #f5f5f5;


}

.fazhangs ,.dibu-phone{
  display: none;
}

@media (max-width: 1740px) {
  .hangs .nav .daohang .daohang-ul>li:hover .er-div {
    height: 600px;
  }

  .ban1 .weis1 {
    width: 90%;
    margin-left: 10%;
  }

  .ind-pros li {
    margin-top: 10px;
  }

  .xians {
    height: 30px;
  }

  .ind-pros li .taiale {
    padding: 0;
  }

  .ban1 .ban-ul {
    left: 10px;

  }

  .lunbo .pre {
    display: none;
  }

  .ban-ul {
    left: 10px;
  }
}

@media (max-width: 1440px) {
  .ban-ul {
    left: 10px;
  }

  .us-about .culture .culture-ul li .re {
    padding: 50px 18px 30px 100px;
  }

  .ban-ul .cons {
    left: 24.3%;
  }

  .ban-ul .cons .container {
    width: 900px;
  }

  .zi-con .p1 {
    font-size: 25px;
  }

  .zi-con .p2 {
    font-size: 18px;
  }

  .hangs .nav .daohang .daohang-ul>li {
    padding: 0 25px;
  }

  .ban1 .weis1 {
    width: 53%;
    float: right;
    margin-top: 50px;
  }

  .ban1 .zas .cn {
    font-size: 24px;
  }

  .ban1 .zas .en {
    font-size: 20px;
  }

  .ban1 .ys {
    font-size: 15px;
    line-height: 25px;
  }

  .ban1 .zas {
    padding-bottom: 12px;
    margin-bottom: 13px;
  }
}

@media (max-width: 1280px) {
.shnp-lunb  .swiper-button-next{
  right: 0px;
}.shnp-lunb .swiper-button-prev{
 left:  0px;
}
}
@media (max-width: 1200px) {
  .cons-bod {
    display: none;
  }
  .culture .culture-ul li .re {
    padding: 62px 20px 30px 90px;
  }

  .us-about .culture .culture-ul li .re {
    padding: 17px 18px 18px 68px;
  }

  .shou-hd .shou-title {
    font-size: 31px;
  }

  .service .service-div {
    font-size: 18px;
  }

  .service .service-ul li .se-title {
    font-size: 24px;
  }

  .service .service-ul li .s-yaos {
    font-size: 14px;
  }

  .ban .ban-title {
    font-size: 32px;
    margin-top: 10px;
  }

  .technology-con .technology-tilte {
    font-size: 16px;
  }

  .ban {
    height: 400px;
  }

  .hangs .nav .daohang .daohang-ul>li>a {
    font-size: 13px;
  }

  .hangs .nav .daohang .daohang-ul>li {
    padding: 0px 13px;
  }

  .juli {
    margin-left: 0px;
  }

  .juli {
    margin-left: 0px;
  }

  .ban-ul>li>a {
    padding: 16px 0 16px 55px;
  }

  .ban-ul .cons .container {
    width: 600px;
  }

  .ban-ul .cons {
    left: 30.8%;
  }

  .ban-ul>li:hover .cons {
    height: 400px;
  }

  .zi-con {
    top: 24%;
  }

  .zi-con .p1 {
    font-size: 17px;
  }

  .zi-con .p2 {
    font-size: 15px;
  }

  .er-div .ers-uls li a {
    font-size: 14px;
  }

  <!-- footer .foot-ul>li {
    margin-right: 26px;
  } -->

  .ban1 {
    height: 600px;
  }

  .ban1 .weis1 {
    width: 38%;
    margin-top: 0;
  }

  .ban1 .zas .cn {
    font-size: 20px;
  }

  .ban1 .zas .en {
    font-size: 13px;
  }

  .ban1 .ys {
    font-size: 14px;
    line-height: 22px;
  }
}

.psna .sna-uls>li {
  line-height: 30px;


  border-top: 1px solid #eeeeee;


}

.psna .sna-uls>li>a {
  display: block;
  line-height: 40px;
  color: #424141;
  font-size: 16px;
  position: relative;

}

.psna .sna-uls>li>a::after {
  content: '';
  position: absolute;
  right: 0;
  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%);
  border-width: 5px;
  border-style: solid;
  border-color: #eeeeee transparent transparent transparent;
}

.psna .sna-uls>li>a::before {

  content: '';
  position: absolute;
  right: 0;
  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%);
  border-width: 5px;
  border-style: solid;
  opacity: 0;
  border-color: transparent transparent #45aea9 transparent;
}

.psna .sna-uls>li.active>a {
  color: #45aea9;


}

.psna .sna-uls>li.active>a::after {
  opacity: 0;


}

.psna .sna-uls>li.active>a::before {
  opacity: 1;
}

.sna-div {
  color: #9e9d9d;
  line-height: 30px;
  display: none;
}

.sna-div a {
  color: #9e9d9d;
  display: block;
  font-size: 14px;
}

@media (max-width: 990px) {
  body {


    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
  
  
  }
  .dibu-phone{
    display: block;
  }
  footer{
    display: none;
  }
  .pp2 {
    display: inline-block;

  }

  .pp1 {
    display: none;

  }

  .psna {
    padding: 15px;
  }

  .psna .ind-pros li {
    margin-top: 0px;
    border: 1px solid #e1e1e1;
    padding-top: 20px;
  }

  .ban1 .weis1 {
    width: 100%;
    margin-top: 50px;
  }

  .ban1 {
    height: 400px;
    padding-top: 50px;
  }

  .ban-ul,
  .ban1 .wenzi {
    display: none;
  }

  

  .culture .culture-ul li .re {
    padding: 35px 20px 30px 90px;
  }

  .contact .guan-con {
    font-size: 16px;
    margin-bottom: 29px;
  }

  .contact .contact-con .contact-yao {
    font-size: 14px;
    line-height: 24px;
  }

  .contact .contact-con .contact-div {
    padding: 20px;
    height: 200px;
  }

  .contact .contact-con .contact-title {
    font-size: 18px;
  }

  .us-about .abouts-ul li {
    padding: 30px;
  }

  .us-about .abouts-ul li .num {
    font-size: 20px;
  }

  .us-about .abouts-ul li .ysa {
    font-size: 14px;
  }

  .culture .culture-ul li .re .yao {
    font-size: 13px;
    line-height: 21px;
  }

  .culture .culture-ul li .re .title {
    font-size: 16px;
  }

  .phone,
  .mobile-foot {
    display: block;
  }

  .hangs,
  .rightfix {
    display: none;
  }

  .searchbox {
    top: 70px;
  }

  .zitis {
    display: none;
  }

  body {
    padding: 70px 0 0 0;
  }

  .lunbo .swiper-button-next,
  .lunbo .swiper-button-prev {
    width: 30px;
    height: 62.5px;
  }

 

  .shnp-lunb .swiper-slide .bot-a {
    padding: 16px 0 28px 0;
  }

  .divs-nav {
    display: none;
  }

  .brand .brand-ul li .brand-a a {
    padding: 0 10px;
    font-size: 13px;
    line-height: 45px;
  }
  .divwei{
    bottom: 20px;
    padding-left: 20px;


  }  .divwei a{
    color: #828282;
  }
  .divwei span{
    display: inline-block;
    margin: 0 10px;
  }
}

@media (max-width: 990px) {
  footer .foot-ul{
    padding:15px;
  }footer .foot-ul>li{
    <!-- margin-right: 21px; -->
    margin-bottom: 10px;
  }footer .foot-ul>li:last-child{
    width: 50%;
    margin:0 25%;
  }
  .course {
    padding: 15px;
  }
  footer .iocn-ul li{
    width: 50%;

    border-bottom: 1px solid #eeeeee;
  } footer .iocn-ul li:nth-child(3),footer .iocn-ul li:nth-child(4){
    border-bottom:none;

  }footer .iocn-ul li:nth-child(2)::after{
    opacity: 0;
  }footer .foot-ul>li:nth-child(5){
    width: 100%;
    margin-right: 0;
  }
  .index-shi {
    padding: 15px 15px 30px 15px;
  }

  .hds .fl {
    line-height: 28px;
    font-size: 18px;
  }

  .hds .fr a {
    font-size: 14px;
  }

  .shnp-lunb .swiper-slide .bot-a {
    padding: 15px 0 15px 0;
  }

  .shnp-lunb {
    margin-top: 9px;
  }

  .zi-con {
    top: 12%;
  }

  .technology {
    padding: 15px;
  }

  .ban {
    height: 200px;
  }

  .ban .wenzi {
    display: none;
  }

  .ban .ban-title {
    font-size: 24px;
    margin-top: 0px;
  }

  .ban .posion {
    padding-left: 0;
    text-align: center;
    position: absolute;
    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 {
    position: relative;
  }

  .course .kuangs {
    width: 100%;
    left: 0%;
    padding: 10px;
    height: 84px;
  }

  .course .kuangs .nians {
    font-size: 17px;
  }

  .course .course-con .swiper-container {
    height: 287px;
    padding: 0px;
  }

  .course .kuangs .zis {
    font-size: 13px;
  }

  .service {
    margin: 15px;
  }

  .service .service-div {
    font-size: 14px;
    line-height: 25px;
  }

  .shou-hd .shou-title {
    font-size: 21px;
  }

  .shou-hd .shous-en {
    font-size: 12px;
  }

  .shou-hd .shous-en span {
    width: 50px;
    margin: 0 11px;
  }

  .shou-hd {
    margin: 20px 0 10px 0;
  }

  .service .service-ul li {
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
  }

  .service .service-ul li .s-yaos {
    height: auto;
    line-height: 24px;
  }

  .service .service-ul li .se-title {
    font-size: 19px;
  }

  .service-dian {
    line-height: 23px;
    font-size: 15px;
    margin-top: 10px;
  }

  .service-dian span {
    margin: 0 5px;
  }

  .s-icon-uls li {
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
  }

  .s-icon-uls li .s-biao {
    font-size: 16px;
    margin-top: 2px;
  }

  .s-icon-uls li .s-yaos1 {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
  }

  .technology-yaos {
    font-size: 14px;
  }

  .technology-con .technology-tilte {
    margin: 10px 0 0 0;
  }

  .us-about {
    padding: 15px;
  }

  .us-con {
    font-size: 14px;
    line-height: 24px;
  }

  .culture .culture-ul li>div {
    width: 100%;
  }

  .us-about .culture .culture-ul li .re {
    padding: 15px;
  }

  .us-about .culture .culture-ul li {
    margin-bottom: 10px;
  }

  .us-about .abouts-ul li {
    width: 100%;
    padding: 20px 10px;
    margin-bottom: 10px;
  }

  .us-about .abouts-ul li .num {
    margin-top: 5px;
  }

  .culture {
    padding: 10px 0;
  }

  .contact {
    padding: 15px;
  }

  .contact .contact-con .col-md-6 {
    margin-bottom: 15px;
  }

  .contact .conyact-s ul li {
    width: 100%;
  }

  .contact .conyact-s ul li input {
    height: 35px;

    border: 1px solid #b9b7b7;
  }

  .contact .conyact-s ul li p {
    font-size: 14px;
    margin: 10px 0;
  }

  .contact .conyact-s ul li textarea {
    height: 100px;
    border: 1px solid #b9b7b7;
  }

  .contact .conyact-s .tijai button {
    font-size: 13px;
    line-height: 33px;
    padding: 0 29px;
  }

  .contact .guan-con {
    font-size: 14px;
    margin-bottom: 18px;
  }

  .contact .contact-con .contact-div {
    height: auto;
  }

  .brand {
    padding: 15px;
  }

  .brand .brand-ul li .brand-img {
    width: 100%;
  }

  .brand .brand-ul li .brand-zi {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }

  .brand .brand-ul li .brand-a {
    width: 100%;
  }

  .brand .brand-ul li .brand-a a {
    margin-top: 10px;
    line-height: 31px;
  }

  .brand .brand-ul li {
    margin-bottom: 15px;
  }

  .brand .brand-ul li .brand-zi .brand-yao {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
  }

  .brand .brand-ul li .brand-zi .brand-title {
    font-size: 16px;
  }

  .culture .culture-ul li .re {
    padding: 15px;
  }

  .culture,
  .machine,
  .newiss {
    padding: 15px;
  }

  .machine .col-md-4 .bot-cons {
    padding: 15px;
  }

  .machine .col-md-4,
  .newiss .newiss-con .col-md-4 {
    margin-bottom: 15px;
  }

  .machine .col-md-4 .bot-cons .bian,
  .newiss .newiss-ul li .new-title,
  .newiss .newiss-con .col-md-4 .bot-cons .bian {
    font-size: 16px;
  }

  .newiss .newiss-con .col-md-4 .bot-cons {
    padding: 15px;
  }

  .newiss .newiss-ul li .new-yao {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
  }

  .newiss .newiss-ul li .datas {
    padding: 15px 18px;
  }

  .newiss .newiss-ul li {
    padding: 15px 0 15px 100px;
  }

  .ban1 {
    height: auto;
    padding: 15px;
  }

  .ban1 .weis1 {
    margin: 10px 0;
  }

  .psna .ind-pros li {
    width: 100%;
    margin-bottom: 10px;
  }

  .product {
    padding: 15px;
  }

  .product .hdhd .hd {
    font-size: 20px;
  }

  .product .hdhd .ens {
    font-size: 16px;
  }

  .product .chan-p {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
  }

  .product .hdhd {
    margin: 8px 0 6px 0px;
  }

  .pros-lunb {
    margin: 15px 0;
  }

  .pros-lunb .swiper-button-next,
  .pros-lunb .swiper-button-prev {
    width: 14px;
    height: 22px;
    background-size: 100% 100%;
  }

  .product .table-responsive table tbody tr td {
    padding: 10px;
    font-size: 14px;
  }

  .product .table-responsive table thead tr th {
    font-weight: normal;
    font-size: 16px;
    padding: 10px;
  }

  .xing-biao {
    font-size: 18px;
  }

  .cs-cons1 {
    font-size: 14px;
    line-height: 24px;
    padding: 15px 0;
  }

  .detall {
    margin-top: 10px;
  }

  .shang {
    width: 100%;
    margin-bottom: 10px;
  }

  .xing-bots {
    margin-top: 0px;
    padding: 14px 0;
  }

  .us-about .culture {

    padding: 15px 0;

  }

  .lunbo .swiper-container {
    height: 350px;
  }

  .lunbo .swiper-container .swiper-slide {

    padding-top: 138px;
  }


  

  .sousou1 .machine-con .overh {
    height: auto;
    padding: 15px;
    text-align: center;
  }

  .sousou1 .machine-con .overh img {
    width: 40%;
  }

  .fazhangs {
    display: block;
    font-size: 14px;
    line-height: 24px;
  }

  .fazhangs span {
    display: inline-block;
    margin-right: 10px;
  }

  .course-con {
    display: none;
  }.shou-hd .shous-en p {
    width: 30px;
  }.brand .brand-ul li .brand-img img{
    width: 50%;
  }.brand .brand-ul li .brand-img{
    text-align: left;
  }footer .foot-ul>li .foot-div {


    line-height: 25px;
}

.phone .container>.logss {
  width: 52%;    margin-left: 26%;
}

.accordion {
  width: 100%;
  background: #282828;

padding: 15px;


}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 0px;
  color: #fff;
  font-size: 14px;

  border-bottom: 1px solid rgba(251, 247, 247, 0.1803921568627451);
  position: relative;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease
}



.accordion li i {
  position: absolute;
  top: 19px;

  right: 0;
  font-size: 12px;
  color: hsla(0, 0%, 100%, 0.37);
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px
}

.accordion li.open .link {
  color: #fff;
  font-weight: bold;
}

.accordion li.open i {
  color: #fff;

}

.accordion li.open i.fa {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg)
}
.dibu-phone{
  background: #282828;
  padding-bottom: 70px;
}
.submenu {
  display: none;
  background: #282828;
  font-size: 14px;
  padding-bottom: 20px;
}

.submenu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07058823529411765);
}

.submenu a {
  display: block;
  text-decoration: none;
  color: #a09e9e;
  padding: 12px;
  padding-left: 29px;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease
}


.mmas >.ta{
  color: rgba(255, 255, 255, 0.44);
  font-size: 14px;
  text-align: left;
}.mmas{
  padding-left: 15px;
}
.foot-div a i{
  color: rgba(255, 255, 255, 0.44);
  font-size: 20px;
}
.foot-bot{
  font-size: 12px;
  color: rgba(255, 255, 255, 0.44);
padding: 10px;
}.foot-bot a{
  color: rgba(255, 255, 255, 0.44);
}
.link a{
  color: #fff;
}
.sans-uls1 li{
  line-height: 30px;
cursor: pointer;
  padding: 0px 30px;
}
.sans-uls1{
  max-height: 200px;
  overflow-y: scroll;
}
.sans-uls1 li a{
  color: #828282;    
  padding-bottom: 4px;
  font-size: 13px;  border-bottom: 1px solid #eeeeee;
}.sans-uls1 {
  display: none;
}
.jia{
  padding-right: 30px; color: #828282;    
  font-size: 18px;  line-height: 30px;
  display: inline-block;

}.sans-uls1 li:last-child a{
  border-bottom:none;
}
.ass1 .sidebar-menu__link{
  font-size: 14px;
}.lunbo .swiper-container .swiper-slide .w100 {
  width: 37%;
}
}

#page {
  clear: both;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  display: table;
  margin-top: 20px
}

#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 #45aea9;
}

#page li:hover a {
  color: #45aea9;
}

#page li a {
  color: #666
}

#page li.thisclass {
  border: 1px solid #45aea9;
  background-color: #45aea9;
  color: #FFFFFF
}

#page li.thisclass a {
  color: #fff
}

#page .thisclass {
  background-color: #45aea9;
  color: #FFFFFF
}

@media (max-width: 480px) {
  .lunbo .swiper-container .swiper-slide .w100 {
    width: 70%;
}.phone .container>.logss {
    margin-left: 16%;
}.zi-con .p2{
  display: none;
}.service .service-ul li{
  min-height: auto;
}
}
.cons-bod {
 
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  display: none;
  width: 50%;
  padding: 0px 50px;
  left: 50%;
  top: 40%;
  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%);
}