<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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; */
}
.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;
}
body {
  font-family: "Regular";
  color: #555;
  padding-top: 138px;
  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;
}

.sousi .newiss-ul li a .fl {
  width: 30%;
}
.sousi .newiss-ul li a .fr {
  width: 65%;
}
@media (min-width: 1410px) {
  .container {
    width: 1400px;
  }
}
.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);
  /* Safari 和 Chrome */
  -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%;
}
.hangs {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 14px 30px 30px 30px;
  z-index: 99;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.hangs .yu .dropdown-menu {
  min-width: auto;
  width: 100%;
  text-align: center;
}
.div1 {
  cursor: pointer;
  color: #5d5d5d;
  font-size: 14px;    text-align: right;
  line-height: 47px;
}
.nav-bot {
  margin-top: 5px;
}
.nav-bot .navs-ul {
  margin-top: 20px;
}
.nav-bot .navs-ul li {
  margin-right: 40px;
  display: inline-block;
}
.nav-bot .navs-ul li a {
  line-height: 1;
  color: #1a1a1a;
  font-size: 16px;
  text-transform: uppercase;
  height: 40px;
}
.nav-bot .navs-ul li:hover a,
.nav-bot .navs-ul li.active a {
  color: #007FFF;
}
.nav-bot .box {
  border-bottom: 1px solid #626262;
}
.nav-bot .box input {
  width: 200px;
  height: 40px;
}
.nav-bot .box button {
  border: none;
  line-height: 40px;
  height: 40px;
  background: transparent;
}
.nav-bot .box button i {
  color: #4a4848;
  font-size: 20px;
}
.lunbo .swiper-container-horizontal &gt; .swiper-pagination-bullets {
  bottom: 160px;
}
.color-lunbo .swiper-pagination-bullet {
  width: 43px;
  height: 8px;
  opacity: 1;
  border-radius: 0;
  background: #dedede;
}
.color-lunbo .swiper-pagination-bullet-active {
  background: #007FFF;
}
.corp-title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 36px;
}.corp-title span{
  font-size: 25px;

}
.corp-yao {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  margin: 20px auto;
  width: 70%;
}
.corp {
  background: url(2.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin-top: -159px;
  min-height: 990px;
  z-index: 3;
}
.corp .corp-top {
  background: #000000;
  padding: 50px 70px;
  position: relative;
  margin-top: 0px;
}
.corp .corp-top .more a {
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  line-height: 42px;
  border: 1px solid #ffffff;
  padding: 0 25px;
  height: 42px;
  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 */
}
.corp .corp-top .more a:hover {
  background: #007FFF;
  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 */
}
.corp .corp-bot {
  padding: 50px 0;
}
.corp .corp-bot .col-md-4 {
  text-align: center;
}
.corp .corp-bot .col-md-4 .overh {
  width: 103px;
  height: 103px;
  border-radius: 50%;
  display: inline-block;
  line-height: 103px;
  background-color: #ffffff;
}
.corp .corp-bot .col-md-4 .overh i {
  font-size: 58px;
  color: #616462;
}
.corp .corp-bot .col-md-4 .p1 {
  color: #ffffff;
  font-size: 22px;
  margin: 10px 0;
  height: 30px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.corp .corp-bot .col-md-4 .div2 {
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  height: 75px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding: 0 10px;
}
.imglog {
  right: 20px;
  bottom: 30px;
  z-index: 3;
}
.products .products-lunbo {
  margin-top: 40px;
}
.products .products-lunbo .ziw {
  color: #ffffff;
  font-size: 20px;
  line-height: 113px;
  height: 113px;
  padding: 0 10px;
  text-align: center;
  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;
  background: #000000;
}
.products .products-lunbo .swiper-container {
  padding-bottom: 70px;
}
.products .products-lunbo .swiper-slide {
  box-shadow: 0px 0px 10px 0px rgba(59, 61, 63, 0.18);
}
.products .products-lunbo .swiper-slide .a {
  display: block;
}
.products .products-lunbo .swiper-slide:hover .overh &gt; 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);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.products .products-lunbo .swiper-slide:hover .ziw {
  background: #007FFF;
  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 */
}
.products .products-con {
  position: relative;
  margin-top: -280px;
  z-index: 3;
}
.equipment {
  height: 880px;
}
.equipment .bg {
  background: #000000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  bottom: 0;
  right: 0;
  transform: skewY(-4deg);
  -ms-transform: skewY(-4deg);
  /* IE 9 */
  -moz-transform: skewY(-4deg);
  /* Firefox */
  -webkit-transform: skewY(-4deg);
  /* Safari 和 Chrome */
  -o-transform: skewY(-4deg);
  transform-origin: right;
}
.equipment .equipment-con {
  padding-top: 170px;
}
.equipment .equipment-bot .equipment-ul {
  box-shadow: 0px 0px 10px 0px rgba(59, 61, 63, 0.18);
}
.equipment .equipment-bot .equipment-ul li a {
  display: block;
}
.equipment .equipment-bot .equipment-ul li a &gt; div {
  width: 50%;
  height: 405px;
}
.equipment .equipment-bot .equipment-ul li a &gt; div .overh img {
  height: 405px;
}
.equipment .equipment-bot .equipment-ul li a &gt; div .mo {
  margin-top: 10px;
}
.equipment .equipment-bot .equipment-ul li a &gt; div .mo span {
  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 */
  font-size: 14px;
}
.equipment .equipment-bot .equipment-ul li a &gt; div .equipment-p {
  color: #ffffff;
  font-size: 24px;
}
.equipment .equipment-bot .equipment-ul li a &gt; div .equipment-yao {
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
}
.equipment .equipment-bot .equipment-ul li a:hover &gt; div .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);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.equipment .equipment-bot .equipment-ul li:nth-child(1) {
  background: #565656;
}
.equipment .equipment-bot .equipment-ul li:nth-child(1) a &gt; div:nth-child(1) {
  padding: 110px 60px 40px 65px;
  height: 405px;
  position: relative;
}
.equipment .equipment-bot .equipment-ul li:nth-child(1) a &gt; div:nth-child(1)::after {
  content: '';
  position: absolute;
  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-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #ffffff;
  right: 0;
}
.equipment .equipment-bot .equipment-ul li:nth-child(2) a {
  background: #007FFF;
}
.equipment .equipment-bot .equipment-ul li:nth-child(2) a &gt; div:nth-child(2) {
  padding: 110px 60px 40px 65px;
  height: 405px;
  position: relative;
}
.equipment .equipment-bot .equipment-ul li:nth-child(2) a &gt; div:nth-child(2)::after {
  content: '';
  position: absolute;
  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-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ffffff;
  left: 0px;
}
.date {
  color: #a1a0a0;
  font-size: 18px;
  line-height: 30px;
  height: 30px;
}
.new-title {
  color: #3c3c3c;
  font-size: 16px;
  line-height: 25px;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.mord-sp {
  display: inline-block;
  font-size: 14px;
  color: #007FFF;
  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 */
}
.new-con .lef {
  width: 66%;
}
.new-con .lef &gt; div {
  width: 48.5%;
}
.new-con .rig {
  width: 32%;
}
.new {
  padding-top: 300px;
}
.new .corp-title {
  color: #000000;
}
.new .new-con {
  margin-top: 46px;
}
.new .new-a {
  display: block;
}
.new .new-a .date {
  margin: 14px 0 5px 0;
}
.new .new-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);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.new .new-a:hover .new-title {
  color: #007FFF;
}
.new .new-a:hover .mord-sp {
  font-weight: bold;
  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 */
}
.new .new-ul {
  border: 1px solid #dbd8d8;
}
.new .new-ul li {
  border-bottom: 1px solid #dbd8d8;
}
.new .new-ul li:last-child {
  border-bottom: none;
}
.new .new-ul li a {
  display: block;
  padding: 15px 18px 22px 20px;
  position: relative;
  overflow: hidden;
}
.new .new-ul li a::after {
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  width: 7px;
  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 */
  height: 100%;
  background: #007FFF;
}
.new .new-ul li a:hover .new-title {
  color: #007FFF;
  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 */
}
.new .new-ul li a:hover::after {
  top: 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 */
}
footer {
  margin-top: 50px;
  margin-bottom: -80px;
  overflow: hidden;
  position: relative;
}
footer .footbg {
  background: #000000;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
footer .foot-ul {
  margin-top: 50px;
}
footer .foot-ul li {
  float: left;
  margin-right: 75px;
}
footer .foot-ul li:last-child {
  margin-right: 0;
}
footer .red-p {
  color: #007FFF;
  font-size: 18px;
  line-height: 30px;
}
footer .foot-con {
  font-size: 14px;
  color: #ffffff;
  line-height: 25px;
}
footer .foot-con1 {
  margin-top: 20px;
}
footer .foot-con1 .bdsharebuttonbox {
  margin-top: 10px;
  height: auto;
}
footer .foot-con1 .bdsharebuttonbox a {
  background: transparent;
  margin: 0;
  padding: 0;
  height: auto;
  color: #ffffff !important;
  opacity: 1 !important;
  font-size: 43px !important;
}
footer .foot-con1 .bdsharebuttonbox a:hover {
  color: #007FFF !important;
}
footer .foots {
  line-height: 54px;
  border-top: 1px solid #282828;
  margin-top: 60px;
}
footer .foots .row &gt; div {
  width: 50%;
  color: #ffffff;
  font-size: 14px;
}
footer .foots .row &gt; div a {
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
}
.index-foot .footbg {
  transform: skewY(-4deg);
  transform-origin: right;
}
.index-foot .foot-ul {
  margin-top: 200px;
}
.position .position-a {
  line-height: 60px;
  color: #6a6868;
  font-size: 16px;
  height: 60px;
}
.position .position-a a {
  color: #6a6868;
  font-size: 16px;
}
.position .position-a a:hover {
  color: #007FFF;
}
.cons-ab {
  margin-top: 10px;
}
.cons-ab .le-con {
  width: 22%;
}.cons-ab .le-con .ul-yi{
  margin-bottom: 20px;
}
.cons-ab .le-con .ul-yi li {
  margin-bottom: 2px;
}
.cons-ab .le-con .ul-yi li a {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  padding: 15px 15px 15px 30px;
  background: #161616;
  display: block;
}
.cons-ab .le-con .ul-yi li:hover a,
.cons-ab .le-con .ul-yi li.active a {
  background: #007FFF;
}
.cons-ab .le-con .ul-ers &gt; li {
  background: #007FFF;
  margin-bottom: 1px;
}
.cons-ab .le-con .ul-ers &gt; li .san-ul {

  background: #565656;
  display: none;
}
.cons-ab .le-con .ul-ers &gt; li .san-ul li {
  padding: 0px  30px;  
}
.cons-ab .le-con .ul-ers &gt; li .san-ul li a {

  display: block;    
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 14px;

  color: rgba(255, 255, 255, 0.54);
  line-height: 45px;
}
.cons-ab .le-con .ul-ers &gt; li .san-ul li:hover a,
.cons-ab .le-con .ul-ers &gt; li .san-ul li.active a {
  color: #ffffff;
}
.cons-ab .le-con .ul-ers &gt; li &gt; a {
  color: #ffffff;
  font-size: 16px;
  line-height: 50px;
  padding-left: 30px;



  display: block;
}.cons-ab .le-con .ul-ers &gt; li:last-child &gt;a{
  border-bottom: none;
}
.pro-cons .le-con .ul-ers &gt; li &gt; a {
  background: #007FFF;
}
.cons-ab .le-con .ul-ers &gt; li.active &gt; a {
  background: #161616;
}

.cons-ab .le-con .ul-ers &gt; li.active .san-ul {
  display: block;
}
.pro-cons .le-con .ul-ers &gt; li{

  background: #007FFF;
  margin-bottom: 2px;

  padding: 0;
}.pro-cons .le-con .ul-ers &gt; li &gt;a{
  padding: 10px 10px 10px 30px;


}
.cons-ab .le-con .mtop {
  margin-top: 12px;
}
.cons-ab .rig-con {
  width: 75%;
}
.cons-ab .rig-con .top-title {
  color: #1a1a1a;
  font-size: 16px;
  padding: 0 0 20px 0;
  font-weight: bold;
  border-bottom: 1px solid #eeeeee;
}
.cons-ab .rig-con .rigt-yaos {
  padding: 20px 0;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 30px;
}
.cons-ab .rig-con .fuben-con {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 30px;
}
.cons-ab .rig-con .fuben-con .ben-title {
  font-weight: bold;
  font-size: 24px;
}
.newiss-ul li {
  padding: 22px 0;
  border-bottom: 1px solid #e5e5e5;
}
.newiss-ul li a {
  display: block;
}
.newiss-ul li a .fl {
  width: 43%;
}
.newiss-ul li a .fr {
  width: 55%;
}
.newiss-ul li a .fr .new-title {
  margin-top: 5px;
}
.newiss-ul li a .fr .mord-sp {
  margin-top: 20px;
}
.newiss-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);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.newiss-ul li a:hover .new-title {
  color: #007FFF;
}
.lianxs {
  font-size: 16px;
  color: #1a1a1a;
  line-height: 30px;
}
.lianxs &gt; div {
  padding: 20px 0 30px 0;
  border-bottom: 1px solid #eeeeee;
}
.lianxs &gt; div:nth-child(1) {
  padding: 0 0 20px 0;
}
.lianxs .dins .fl:nth-child(1) {
  margin-right: 90px;
}


.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 &gt; li {
  width: 32%;
  float: left;
  margin-right: 2%;
}
.inp-ul &gt; li:nth-child(3) {
  margin-right: 0;
}
.inp-ul &gt; li p {
  font-size: 16px;
  color: #1b1b1b;
  margin-top: 10px;
}
.inp-ul &gt; li p span {
  color: #007FFF;
  font-weight: bold;
}
.inp-ul &gt; li:last-child {
  width: 100%;
  margin-right: 0;
}
.inp-ul &gt; li input {
  width: 100%;
  height: 42px;
  margin-top: 10px;
  border: 1px solid #ebebeb;
  padding-left: 15px;
}
.inp-ul &gt; li textarea {
  width: 100%;
  height: 160px;
  resize: none;
  margin-top: 10px;
  border: 1px solid #ebebeb;
  padding: 15px;
}
.tiajiaos {
  font-size: 16px;
  color: #ffffff;
  line-height: 50px;
  padding: 0 60px;
  background: #007FFF;
  border: none;
  margin-top: 20px;
}
.tiajiaos:hover {
  background: #007FFF;
  transition: 600ms ease-in-out;
  color: #fff;
}
.link-title {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 4px;
}
.xiazai-con .xiazai1 {
  color: #1a1a1a;
  font-size: 16px;
  margin: 10px 0;
}
.xiazai-con .xia-ul {
  margin-top: 20px;
}
.xiazai-con .xia-ul li {
  width: 33%;
  margin-bottom: 20px;
  float: left;
  margin: 0 1% 20px 1%;
}
.xiazai-con .xia-ul li a {
  display: block;
  position: relative;
}
.xiazai-con .xia-ul li a &gt; p {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 30px;
  height: 60px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;

  margin-top: 10px;
}
.xiazai-con .xia-ul li a .yuns {
  height: 180px;
  background-color: #eeeeee;
}
.xiazai-con .xia-ul li a .yuns1 {
  width: 100px;
  height: 100px;
  position: absolute;
  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%);
  text-align: center;
  border-radius: 50%;
  padding-top: 20px;
  background-color: #161616;
}
.xiazai-con .xia-ul li a .yuns1 i {
  color: #ffffff;
  line-height: 1;
  font-size: 30px;
}
.xiazai-con .xia-ul li a .yuns1 p {
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
}
.xiazai-con .xia-ul li a:hover .yuns1 {
  background: #007FFF;
}
.biaoge1 {
  border-bottom: none !important;
  padding: 0 !important;
}
.biaoge1 &gt; strong {
  margin: 20px 0;
  display: inline-block;
}
.biaoge1 .table {
  margin: 0;
  border: 1px solid #e1e0e0;
  padding: 0 !important;
}
.biaoge1 .table tbody tr {
  overflow: hidden;
}
.biaoge1 .table tbody tr:nth-child(1) {
  border-top: none;
}
.biaoge1 .table tbody tr td {
  width: 50%;
  color: #605f5f;
  font-size: 14px;
  padding: 14px 50px;
  border-right: 1px solid #e1e0e0;
}
.biaoge1 .table tbody tr td:last-child {
  border-right: none;
}
.biaoge1 .table tbody tr:nth-child(even) {
  background: #eaeaea;
}
.biaoge2 .table tbody tr td {
  width: auto;
}
.imgtu {
  box-shadow: 0px 0px 10px 0px rgba(59, 61, 63, 0.18);

}
.cons-xing {
  font-size: 14px;
  color: #1a1a1a;
  line-height: 25px;
}
.cons-xing .da-title {
  font-size: 20px;
  color: #1a1a1a;
  font-weight: bold;
}
.pro-xiang .fei {
  margin-top: 20px;
}
.pro-xiang .fei .fex {
  font-size: 27px;
  color: #1a1a1a;
  display: none;
  font-weight: bold;
}
.pro-xiang .fei .fis {
  margin-top: 10px;
}
.pro-xiang .fei .fis .bdsharebuttonbox span {
  display: inline-block;
  width: 26px;
  height: 26px;
  text-align: center;
}
.pro-xiang .fei .fis .bdsharebuttonbox span:nth-child(1) {
  background: #305891;
}
.pro-xiang .fei .fis .bdsharebuttonbox span:nth-child(2) {
  background: #2ca8d2;
}
.pro-xiang .fei .fis .bdsharebuttonbox span:nth-child(3) {
  background: #738a8d;
}
.pro-xiang .fei .fis .bdsharebuttonbox span:nth-child(4) {
  background: #738a8d;
}
.pro-xiang .fei .fis .bdsharebuttonbox span:nth-child(5) {
  background: #f8694d;
}
.pro-xiang .fei .fis .bdsharebuttonbox span a {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  line-height: 26px;
  background: transparent;
  margin: 0;
  padding: 0 6px;
  height: auto;
}
.small-img {
  margin-top: 30px;
}
.small-img img {
  width: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#myModal .modal-header {
  border-bottom: none;
  position: relative;
}
#myModal .inp-ul li {
  width: 48%;
  float: left;
  margin-right: 0;
}
#myModal .inp-ul li p {
  color: #000000;
  font-size: 14px;
}
#myModal .inp-ul li:nth-child(2n) {
  float: right;
}#myModal .inp-ul li:nth-child(2) select{
  width: 100%;
  height: 42px;
  margin-top: 10px;
  border: 1px solid #ebebeb;
  padding-left: 15px;

}#myModal .inp-ul li:nth-child(2) select:focus{
  outline: none;
}
#myModal .inp-ul li:last-child {
  width: 100%;
}
#myModal .tiajiaos {
  padding: 0 22px;
}
#myModal .modal-content {
  border-radius: 0;
}
#myModal .modal-title {
  color: #007FFF;
  font-size: 18px;
}
#myModal .modal-body {
  padding: 0 15px 15px 15px;
}
#myModal .modal-header .close {
  color: #000000;
  font-size: 40px;
  opacity: 1;
  right: 30px;
  position: absolute;
  font-weight: lighter;
}
.searchbox {
  padding: 15px;
  box-shadow: 0 0 7px 0 #cfcfcf;
  background: #fff;
  position: fixed;
  left: 0;
  width: 100%;
  right: 0;
  top: 70px;
  border-top: 2px solid #007FFF;
  text-align: center;
  z-index: 44;
}
.searchbox.active {
  top: 159px;
}
.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: #007FFF;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: 0.44s;
}
.ds {
  cursor: pointer;
}
#wrapper {
  position: relative;
  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.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%;
}
.phone .phong-l {
  width: 35%;
  line-height: 70px;
}
.sidebar-menu.is-active + #wrapper {
  transform: translateX(-300px);
}
.color_dao i {
  display: inline-block;
  font-size: 25px;
  color: #007FFF;
  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: #007FFF;
  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 &gt; 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: #828482 !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 &gt; .sidebar-menu__link {
  color: #6e6e6e;
}
.phone_i {
  display: inline-block;
  line-height: 60px;
  padding: 0 15px;
}
.sidebar-menu__item:hover &gt; .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;
}
.mobile-foot {
  display: none;
  background: #007FFF;
  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;
  display: none;
  width: 40px;
  border-right: none;
  transform: translateY(-50%);
  z-index: 99;
  border: 1px solid #dee2e7;
  background: #fff;
}
.fix_ul li {
  font-size: 12px;
  background: #007FFF;
  text-align: center;
  float: none;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0px;
  color: #fff; border-bottom: 1px solid #dee2e7;
}.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;
  top: 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  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: 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: #007FFF;
}
.fix_ul li:hover i {
  color: #fff;
}
.renqis {
  color: #888888;
  font-size: 15px;
  line-height: 30px;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.cons-nei{
  color: #333333;
  font-size: 15px;
  line-height: 30px;
  padding: 30px 0;
}
.xingsw {
  margin-top: 30px;

}
.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;
  padding: 0 15px;
  height: 30px;
  display: inline-block;
}
.xing-bots .more a:hover {
  background: #63b530;
  color: #ffffff;
}
.shang {
  width: 80%;
}
.shang &gt; div {
  color: #000000;
  font-size: 15px;
  margin-top: 10px;
}
.shang &gt; div a {
  color: #575757;
  font-size: 15px;
}
.shang &gt; div a:hover {
  color: #007FFF;
}
.biaotis{
  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;
}
.miao-ul li{
  display: inline-block;

  font-size: 18px;
  font-weight: 700;
cursor: pointer;
padding: 0 20px;
background: #4e4b4b;
color: #fff;
line-height: 40px;
margin-bottom: 10px;


}

.biaoris1{
  font-weight: 700;
  color: #000;

  margin:0 0 30px 0;
  font-size: 19px;
}.shouji{
  display: none;
}
@media (max-width: 1500px) {

  .xiasp{
    font-size: 15px;
  }
  .container {
    width: 1200px;
}footer .foot-ul li {
  
  margin-right: 8px;
}.miao-ul li{
  font-size: 15px;padding: 0 13px;
}
}
@media (max-width: 1200px) {
  .container {
    width: 990px;
}
  .cons-ab .le-con {
    width: 30%;
  }
  .cons-ab .rig-con {
    width: 65%;
  }
  .cons-ab .le-con .ul-yi li a {
    font-size: 14px;
  }
  .nav-bot .navs-ul li {
    margin-right: 28px;
  }
  .corp .corp-top {
    padding: 20px;
    margin-top: -16px;
  }
  .corp-title {
    font-size: 25px;
  }
  .corp-yao {
    font-size: 14px;
    line-height: 25px;
  }
  .lunbo .swiper-container-horizontal &gt; .swiper-pagination-bullets {
    bottom: 160px;
  }
  .corp {
    background-size: cover;
    min-height: 930px;
  }
  .equipment .equipment-bot .equipment-ul li a &gt; div .overh img {
    height: 320px;
  }
  .equipment .equipment-bot .equipment-ul li:nth-child(1) a &gt; div:nth-child(1) {
    height: 320px;
    padding: 50px 20px;
  }
  .equipment .equipment-bot .equipment-ul li a &gt; div {
    height: 320px;
  }
  .equipment .equipment-bot .equipment-ul li:nth-child(2) a &gt; div:nth-child(2) {
    height: 320px;
    padding: 50px 20px;
  }
  .equipment .equipment-con {
    padding-top: 100px;
  }
  .equipment {
    height: 680px;
  }
  .new {
    padding-top: 250px;
  }
  .new .new-ul li a {
    display: block;
    padding: 8px 18px 9px 20px;
  }
  footer .foot-con {
    font-size: 12px;
  }
  footer .foot-ul li {
    float: left;
    margin-right: 10px;
  }
  .index-foot .foot-ul {
    margin-top: 100px;
  }
}
@media (max-width: 990px) {
  .container {
    width: 750px;
}
  .xiazai-con .xia-ul li {
    width: 48%;
  }
  .pro-xiang .fei .fex {
    font-size: 18px;
  }
  .cons-xing .da-title {
    font-size: 16px;
  }
  .cons-xing {
    font-size: 14px;
    line-height: 24px;
  }
  .cons-ab .rig-con .rigt-yaos {
    font-size: 14px;
    line-height: 25px;
  }
  .cons-ab .le-con .ul-ers &gt; li .san-ul li a {
    font-size: 13px;
    line-height: 27px;
  }
  .cons-ab .le-con .ul-ers &gt; li &gt; a {
    font-size: 14px;
  }
  .cons-ab .le-con .ul-ers &gt; li .san-ul {
    padding: 15px;
  }
  .hangs {
    display: none;
  }
  .phone {
    display: block;
  }
  .corp-yao {
    font-size: 14px;
    line-height: 24px;
  }
  .corp-title {
    font-size: 20px;
  }
  .corp-yao {
    margin: 10px 0;
  }
  .corp .corp-bot .col-md-4 .p1 {
    font-size: 18px;
    margin: 2px 0;
  }
  .corp .corp-bot .col-md-4 .div2 {
    color: #ffffff;
    font-size: 13px;
    line-height: 20px;
    height: 60px;
  }
  .corp .corp-bot {
    padding: 30px 0;
  }
  .corp {
    margin-top: -50px;
    min-height: 730px;
  }
  .products .products-lunbo .ziw {
    font-size: 16px;
    line-height: 50px;
    height: 50px;
  }
  .equipment .equipment-bot .equipment-ul li a &gt; div .equipment-p {
    font-size: 18px;
  }
  .equipment .equipment-bot .equipment-ul li a &gt; div .equipment-yao {
    font-size: 13px;
    line-height: 22px;
  }
  .equipment-ul li a &gt; div .overh img {
    height: auto;
  }
  .equipment .equipment-bot .equipment-ul li:nth-child(1) a &gt; div:nth-child(1) {
    height: auto;
  }
  .equipment .equipment-bot .equipment-ul li a &gt; div {
    height: auto;
  }
  .equipment .equipment-bot .equipment-ul li a &gt; div .overh img {
    height: auto;
  }
  .equipment .equipment-bot .equipment-ul li:nth-child(2) a &gt; div:nth-child(2) {
    height: auto;
  }
  .new {
    padding-top: 80px;
  }
  .new-title {
    font-size: 14px;
  }
  .date {
    font-size: 14px;
    line-height: 22px;
  }
  footer {
    display: none;
  }
  .new .new-con {
    margin-top: 16px;
  }
  body {
    padding: 70px 0;
  }
  .mobile-foot {
    display: block;
  }
  .rightfix {
    display: none;
  }
}.shebe-uls{
  overflow: hidden;
}
.shebe-uls li {
  width: 50%;
  float: left;

}
@media (max-width: 767px) {
  .container {
    width: 100%;
}.shebe-uls li {
  width: 100%;


}
  .shang{
    width: 100%;
  }.biaotis {

    font-size: 16px;
  }.cons-nei{
    font-size: 14px;
    line-height: 24px;
    padding: 15px 0;
  }.shang &gt; div{
    width: 100%;
  }
  .cons-ab .le-con {
    width: 100%;
  }
  .cons-ab .rig-con {
    width: 100%;
    margin-top: 20px;
  }
  .position {
    display: none;
  }
  .cons-ab {
    margin: 15px;
  }
  .corp {
    margin-top: 0px;
    min-height: 835px;
  }
  .corp .corp-top {
    padding: 15px;
    margin-top: 0px;
  }
  .corp .corp-top .more a {
    line-height: 30px;
    height: 30px;
  }
  .corp .corp-bot {
    padding: 15px;
  }
  .products .products-con {
    margin-top: -100px;
  }
  .corp .corp-bot .col-md-4 {
    margin-bottom: 10px;
  }
  .products {
    padding: 15px;
  }
  .imglog {
    right: 10px;
    bottom: 10px;
    width: 20%;
  }
  .imglog img {
    width: 100%;
  }
  .imglog .equipment .equipment-bot .equipment-ul li:nth-child(1) a &gt; div:nth-child(1) {
    float: right;
  }
  .equipment .equipment-con {
    padding-top: 50px;
  }
  .equipment .equipment-bot .equipment-ul li:nth-child(1) a &gt; div:nth-child(2) {
    float: left;
  }
  .equipment .equipment-bot .equipment-ul li a &gt; div {
    width: 100%;
  }
  .equipment .equipment-bot .equipment-ul li:nth-child(1) {
    margin-bottom: 10px;
  }
  .equipment .equipment-bot .equipment-ul {
    margin: 15px;
  }
  .new {
    padding-top: 400px;
    margin: 15px;
  }
  .new-con .lef {
    width: 100%;
    margin-bottom: 20px;
  }
  .new-con .rig {
    width: 100%;
  }
  .date {
    height: 22px;
  }
  .mord-sp {
    margin-top: 5px;
    font-size: 14px;
  }
  .equipment .equipment-bot .equipment-ul li:nth-child(2) a &gt; div:nth-child(2) {
    padding: 20px 20px;
  }
  .equipment .equipment-bot .equipment-ul li:nth-child(1) a &gt; div:nth-child(1) {
    padding: 20px 20px;
  }
  .corp .corp-bot .col-md-4 .overh {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .corp .corp-bot .col-md-4 .overh i {
    font-size: 27px;
  }
  .products .products-lunbo {
    margin-top: 10px;
  }
  .cons-ab .le-con .ul-ers &gt; li &gt; a {
    padding: 7.5px 15px 7.5px 15px;
  }
  .cons-ab .le-con .ul-yi li a {
    padding: 7.5px 15px 7.5px 15px;
  }
  .cons-ab .rig-con .fuben-con .ben-title {
    font-weight: bold;
    font-size: 18px;
  }
  .cons-ab .rig-con .fuben-con {
    font-size: 14px;
    line-height: 24px;
  }
  .small-img {
    margin: 20px 0;
  }
  .lianxs {
    font-size: 14px;
    line-height: 24px;
  }
  .link-title {
    font-size: 18px;
  }
  .link-title {
    color: #000000;
    font-size: 18px;
  }
  .inp-ul &gt; li {
    width: 100%;
    margin-right: 0;
  }
  .tiajiaos {
    font-size: 14px;
    line-height: 30px;
    padding: 0 30px;
  }
  .xiazai-con .xia-ul li a &gt; p {
    font-size: 14px;
  }
  .newiss-ul li a .fl {
    width: 100%;
  }
  .newiss-ul li a .fr {
    width: 100%;
    margin-top: 10px;
  }
  .newiss-ul li a .fr .mord-sp {
    margin-top: 8px;
  }
  .newiss-ul li {
    padding: 15px 0;
  }
  .biaoge1 .table tbody tr td {
    padding: 15px;
  }.le-con{
    display: none;
  }
  .pro-cons .le-con{
    display: block;
  }  #myvideo{
    display: none!important;
  }
  .shouji{
    display: block;
    cursor: pointer;
  }#myModal {
    width: 80%;
    margin: 10%;
  
  }#myModal .modal-header{
    height: 50px;
  }#myModal .modal-header .close{
    position: absolute;
  margin-top: -10px;
  }
  .icos1 i{
    color: #FFFFFF;
    font-size: 40px;

  }
  .icos1 {
    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%);
  }.corp-yao{
    width: 100%;
  }
  .corp-title span {
      font-size: 16px;
  }
}
#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 #b69f40;
}

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

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

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

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

.div1 img{width: 30%;}
.shebe-uls li .overh{

  border: 1px solid #eeeeee;

}
.logo-zi{

  font-size: 25px;
  position: relative;
  top: 20px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  margin-left: 20px;
  text-transform: uppercase;

}
.daxias{
  font-size: 14px;
  color: #000000;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
}.subb{
  font-weight: bold;
  color: #000;
  position: relative;
  top: 34px;
  font-size: 12px;
}</pre></body></html>