@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: 16px;
}
/* 禁止缩放表单 */
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;
  overflow-x: hidden;
  padding-top: 215px;
}
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;
}
.product-aas .row{
  overflow: hidden;
  width: 100%;
}
.overh {
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ta {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.displaynone {
  display: none;
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}
.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media (min-width: 1440px) {
  .container {
    width: 1430px;
  }
}
.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%;
}
.head {
  position: relative;
  padding-bottom: 20PX;
}
.head .en {
  font-size: 1.125rem;
  color: #404040;
  line-height: 45px;
  text-transform: uppercase;
}
.head::after {
  content: '';
  position: absolute;
  bottom: 0px;
  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%);
  width: 70px;
  height: 6px;
  background-color: #477bdc;
}

.index-pro .pro-div{
  margin-top: 50px;
}  
.head .title {
  color: #000000;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}
.index-about {
  padding: 70px 0;
}
.index-about .in-about-img {
  margin-top: 40px;
}
.index-about .about-content {
  background-color: #f8f8f8;
  padding: 30px 30px 30px;
  position: relative;

}
.index-about .about-content .p1 {
  text-align: center;
  font-size: 2.25rem;
  color: #000000;
}
.index-about .about-content .div1 {
  font-size: 1rem;
  line-height: 30px;
  margin-top: 30px;
}
.index-about .about-content .swiper-container {
  margin-top: 30px;
}
.index-about .swiper-button-next,
.index-about .swiper-button-prev {
  width: 54px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  background: #ffffff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.3);
  border-radius: 100%;
}
.index-about .swiper-button-next i,
.index-about .swiper-button-prev i {
  font-size: 1.25rem;
}
.index-about .swiper-button-next {
  right: -20px;
}
.index-about .swiper-button-prev {
  left: -20px;
}
.index-pro {
  background: #f6f6f6;
  padding: 70px 0 100px;
}
.index-pro .left {
  width: 30%;
}
.index-pro .left .swiper-slide .bot-bot {
  padding: 25px 40px 40px;
  background: #477bdc;
}
.index-pro .left .swiper-slide .bot-bot .title {
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: center;
}
.index-pro .left .swiper-slide .bot-bot .title a {
  font-size: 1.125rem;
  color: #ffffff;
}
.index-pro .left .swiper-slide .bot-bot .yaos {
  font-size: 1rem;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 10px;
  color: #ffffff;
}
.index-pro .right {
  width: 100%;
}.index-pro .left{
  display: none;
}
.index-pro .right .pro-ul {
  margin: 10px 0 20px;
}
.index-pro .right .pro-ul li {
  float: left;
  font-size: 1rem;
  line-height: 1;
  color: #000000;
  cursor: pointer;
  font-weight: bold;
  padding: 0 18px ;
  border-right: 1px solid #999999;
}
.index-pro .right .pro-ul li:last-child {
  border-right: none;
}
.index-pro .right .pro-ul li.active,
.index-pro .right .pro-ul li:hover {
  color: #477bdc;
}

.index-pro .pro-div .div-lunbo {
  display: none;
}
.index-pro .pro-div .div-lunbo-page {
  margin-bottom: 20px;
}
.index-pro .pro-div .div-lunbo-page .swiper-button-next,
.index-pro .pro-div .div-lunbo-page .swiper-button-prev {
  position: relative;
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #a7a7a7;
  margin-top: 0;
  display: inline-block;
  left: auto;
  right: 0;
}
.index-pro .pro-div .div-lunbo-page .swiper-button-next {
  margin-left: 10px;
}
.index-pro .pro-div .swiper-slide {
  background: #ffffff;
  padding-bottom: 20px;
}

.index-pro .pro-div .swiper-slide .title {
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding: 0 10px;
}
.index-pro .pro-div .swiper-slide .title a {
  font-size: 1.125rem;
  color: #000000;
}
.index-yun {
  padding: 70px 0;
}
.cloud-lunbo {
  margin-top: 40px;
}
.cloud-lunbo .zhai {
  font-size: 1rem;
  line-height: 30px;
  margin-top: 10px;
  color: #555555;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  text-align: center;
}
.cloud-lunbo .titlw {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: center;
}
.cloud-lunbo .titlw a {
  font-size: 1.125rem;
  color: #000000;
}
.cloud-lunbo .overh {
  text-align: center;
}
.cloud-lunbo .overh i {
  color: #888888;
  font-size: 60px ;
}
.cloud-lunbo .swiper-slide {
  border-radius: 6px;
  padding: 0  15px;
  cursor: pointer;
}
.cloud-lunbo .swiper-slide:hover .titlw a {
  color: #477bdc;
}
.cloud-lunbo .swiper-slide: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: rotateZ(-360deg);
  -ms-transform: rotateZ(-360deg);
  /* IE 9 */
  -moz-transform: rotateZ(-360deg);
  /* Firefox */
  -webkit-transform: rotateZ(-360deg);
  /* Safari 和 Chrome */
  -o-transform: rotateZ(-360deg);
}
.cloud-lunbo .swiper-slide .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;-webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  
  filter: grayscale(100%);

  filter: gray;

  /* Opera */
}
.index-case-divs1 {
  margin-top: 5.625rem;
}
.index-case {
  background-color: #f5f7fd;
  padding: 6.25rem 0;
}
.index-case .swiper-slide {
  background: #fff;
}
.index-case-divs1 .swiper-slide .fl {
  width: 64%;
}
.index-case-divs1 .swiper-slide .fr {
  width: 36%;
  padding: 63px;
}
.index-case-divs1 .swiper-slide .fr .p1 {
  font-size: 1.25rem;
  line-height: 30px;
  letter-spacing: 0px;
  color: #2f2e2e;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index-case-divs1 .swiper-slide .fr .p1 a {
  color: #2f2e2e;
}
.index-case-divs1 .swiper-slide .fr .div-yao {
  height: 90px;
  margin-top: 15px;
  font-size: 1rem;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #555555;
}
.index-case-divs1 .hang-div {
  width: 36%;
  padding: 30px 63px;
  right: 0;
  bottom: 2%;
  z-index: 2;
}
.index-case-divs1 .hang-div .hang-biao {
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0px;
  color: #477bdc;
}
.index-case-divs1 .hang-div .index-case-uul {
  margin-top: 15px ;
}
.index-case-divs1 .hang-div .index-case-uul li {
  width: 45%;
  text-align: center;
  float: left;
  cursor: pointer;
  margin-bottom: 2%;
  height: 2.5rem;
  background-color: #ffffff;
  border: solid 1px #d8d8d8;
  line-height: 2.5rem;
  font-size: 1rem;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index-case-divs1 .hang-div .index-case-uul li:hover,
.index-case-divs1 .hang-div .index-case-uul li.active {
  border: solid 1px #477bdc;
  color: #477bdc;
}
.index-case-divs1 .hang-div .index-case-uul li:nth-child(2n) {
  float: right;
}
.index-case .head-yaos {
  width: 40%;
  padding-top: 1.6875rem;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #555555;
}
.index-case .head {
  width: 40%;
  padding-left: 10%;
}
.index-case .head::after {
  left: 25%;
  transform: translateX(0%);
  -ms-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -o-transform: translateX(0%);
}
.index-new .index-new-top-right li {
  float: left;
  height: 47px;
  background-color: #fff;
  line-height: 47px;
  font-size: 1rem;
  color: #3a3a3a;
  border-left: 1px solid #e5e5e5;
  padding: 0 30px;
  cursor: pointer;
}
.index-new .index-new-top-right li:hover,
.index-new .index-new-top-right li.active {
  background-color: #477bdc;
  color: #fff;
}
.index-new .index-new-bot {
  margin-top: 70px;
}
.index-new .index-new-bot > .divs {
  display: none;
}
.index-new .index-new-bot .box-bot {
  overflow: hidden;
  cursor: pointer;
}
.index-new .index-new-bot .box-bot::after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: -100%;
  right: 0;
  z-index: 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 */
  background: rgba(0, 0, 0, 0.3);

}
.index-new .index-new-bot .box-bot .overh {
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: -100%;
  opacity: 0;
  z-index: 0;
  /* Firefox 4 */
  /* Safari and Chrome */
  /* Opera */
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-new .index-new-bot .box-bot .nww-a {
  padding: 48px 50px 77px 42px;
  border: solid 1px #d2d2d2;
  position: relative;
  z-index: 2;
}
.index-new .index-new-bot .box-bot .nww-a .nian {
  color: #9a9a9a;
  font-size: 1.0625rem;
  /* Firefox 4 */
  /* Safari and Chrome */
  /* Opera */
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-new .index-new-bot .box-bot .nww-a .yue {
  font-size: 2rem;
  color: #6e6e6e;
  font-weight: bold;
  margin-top: 10px;
  /* Firefox 4 */
  /* Safari and Chrome */
  /* Opera */
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-new .index-new-bot .box-bot .nww-a .title {
  font-size: 1.1875rem;
  margin-top: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #000000;
}
.index-new .index-new-bot .box-bot .nww-a .title a {
  /* Firefox 4 */
  /* Safari and Chrome */
  /* Opera */
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  color: #000000;
}.index-new .index-new-bot .box-bot .nww-a:hover  .title{
  color: #fff;

}
.index-new .index-new-bot .box-bot .nww-a .yao {
  font-size: 1rem;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  height: 90px;
  overflow: hidden;
  color: #6e6e6e;
  margin-top: 10px;
  /* Firefox 4 */
  /* Safari and Chrome */
  /* Opera */
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-new .index-new-bot .box-bot .nww-a .more1 {
  margin-top: 20px;
}
.index-new .index-new-bot .box-bot .nww-a .more1 a {
  width: 82px;
  height: 29px;
  background-color: #cccccc;
  border-radius: 15px;
  font-size: 14px;
  color: #ffffff;
  line-height: 29px;
  /* Firefox 4 */
  /* Safari and Chrome */
  /* Opera */
  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: inline-block;
  text-align: center;
}
.index-new .index-new-bot .box-bot:hover .overh,
.index-new .index-new-bot .box-bot:hover:after {
  left: 0;
  /* Firefox 4 */
  /* Safari and Chrome */
  /* Opera */
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-new .index-new-bot .box-bot:hover .nww-a .nian,
.index-new .index-new-bot .box-bot:hover .nww-a .yue,
.index-new .index-new-bot .box-bot:hover .nww-a .title a,
.index-new .index-new-bot .box-bot:hover .nww-a .yao {
  color: #fff;
  /* Firefox 4 */
  /* Safari and Chrome */
  /* Opera */
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-new .index-new-bot .box-bot:hover .nww-a .more1 a {
  background-color: #477bdc;
  /* Firefox 4 */
  /* Safari and Chrome */
  /* Opera */
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-new {
  padding: 70px 0 0;
}
.index-new .new-bg {
  background: #f8f8f8 ;
  margin-top: 40px;
  padding: 50px 0;
}
/* 底部 */
.foot_div {
  padding: 55px 0 40px 0;
}
.foot {
  background: #555555;
}
.foot_div ul {
  float: left;
  margin-left: 114px;
}
.foot_div ul:nth-of-type(1) {
  margin-left: 0;
}
.foot_div ul li:nth-of-type(1) {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.foot_div ul li a {
  color: #9b9b9b;
  font-size: 0.875rem;
  line-height: 28px;
}
.foot_div ul li a:hover{
  color: #477bdc;

}
.foot_bor {
  color: #a9a9a9;
  font-size: 1rem;
  padding: 12px 0;
  text-align: center;
  border-top: 1px solid #000000;
}
.lianjie {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 0;
  color: #fff;
  font-size: 1rem;
}
.lianjie a {
  color: #fff;
}
.daohang {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.header_1{
  background: rgba(0, 0, 0, 0.71);
  height: 50px;
  line-height: 50px;
  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;
  z-index: -1;
  position: relative;
}
.daohang.active .header_1 {
  height: 0;
  overflow: hidden;
  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;
}.daohang.active .header_2{
  padding: 5px 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;
}

.daohang.active  .header_3 {
  height: 45px;
  line-height: 45px;  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;
}
.header_3 {
  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;
}
.header_1_ul li {
  float: left;
  padding-right: 35px;
}
.header_1_ul li a img {
  margin-right: 15px;
}
.header_1_ul li a {
  font-size: 1.2rem;
  color: #ffffff;
  opacity: 0.85;
}
.header_1_fr_ul.header_1_ul li:last-child {
  padding-right: 0;
}
.header_1_fr_ul.header_1_ul li a span:nth-child(1) {
  margin-right: 15px;
}
.header_1_fr_ul.header_1_ul li:hover a span:nth-child(1) {
  color: #ffffff !important;
}
.header_2 {
  background-color: #ffffff;
  padding: 15px 0;
}
.ver_align2 div.xsrx_z {
  font-size: 1rem;
  font-weight: bold;
  line-height: 50px;
  color: #477bdc;
}
.header_dh_icon {
  border: 1px solid #477bdc;
  border-radius: 100%;
  width: 50px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  position: relative;
  margin-right: 10px;
}
.header_dh_icon .iconfont {
  font-size: 2.2rem;
  color: #477bdc;
}
/* .pc_logo {
margin-right: 28px;
} */
.ver_align1,
.ver_align2,
.ver_align3 {
  display: table-cell;
  vertical-align: middle;
}
.ver_align1 div {
  border-left: 2px solid rgba(0, 0, 0, 0.71);
  padding-left: 20px;
}
.ver_align1 a:nth-child(1) {
  font-size: 1.8rem;
  line-height: 35px;
  color: #181818;
  font-weight: 600;
  display: block;
}
.ver_align1 a:nth-child(2) {
  font-size: 1.2rem;
  line-height: 28px;
  letter-spacing: 22px;
  color: #477bdc;
  display: block;
  font-weight: bold;
  margin-top: 4px;
}
.pc_logo {
  padding-right: 10px;
  margin-right: 10px;
}
.erweima {
  margin-left: 70px;
}
.ver_align2 div {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 1px;
  color: #477bdc;
}
.ver_align3 div {
  font-size: 1.2rem;
  line-height: 24px;
  color: #181818;
}
.ver_align3 .iconfont {
  font-size: 1.375rem;
  color: #181818;
  text-align: center;
}
.header_3 {
  height: 65px;
  line-height: 65px;
  background-color: #477bdc;
}
.header_3_center {
  width: 100%;
}
.header_3_ul {
  display: table;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.header_3_ul >li {
float: left;
width: 12.2%;
text-align: center;
  position: relative;
}
.header_3_ul >li> a {
  padding: 0px 10px;
  font-size: 1rem;
 
  display: block;
  line-height: 65px;  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.39);
}
.header_3_ul >li:last-child >a {
  border: none;
}
.header_3_ul>li.active {
  position: relative;
}
.header_3_ul> li.active::before {
  content: "";
  display: block;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.header_3_ul> li:hover> a,
.header_3_ul> li.active >a {
  color: #fff !important;
}
.header_3_ul >li::before {
  content: "";
  display: block;
  height: 2px;
  background-color:  rgba(255, 255, 255, 0.7);
  width: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.header_3_ul> li:last-child::after,
.header_3_ul >li:nth-last-child(2)::after,
.header_3_ul >li:last-child::before {
  display: none;
}
.header_3_ul >li:hover::before {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  width: 100%;
}
.header_3_ul> li .iconfont {
 
  cursor: pointer;
  font-size: 20px;
  color: #FFF;
}
.header_1 .yun-divs {
  width: 100%;
}
.header_1 .yun-divs a {
  color: #fff;
}

.daohang.active .header_3_ul >li> a {
  line-height: 45px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.link {
  padding: 40px 0 60px;
}
.link .right {
  padding-top: 38px;
}
.link .right .youjina {
  font-size: 2.375rem;
  font-weight: bold;
  color: #477bdc;
}
.link .right .liu-ul {
  margin-top: 30px;
}
.link .right .liu-ul li {
  width: 48%;
  float: left;
  margin-bottom: 15px;
}
.link .right .liu-ul li input {
  height: 44px;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px rgba(0, 0, 0, 0.24);
  width: 100%;
  padding-left: 15px;
}
.link .right .liu-ul li input::placeholder {
  font-size: 14px;
  color: #666666;
}
.link .right .liu-ul li:nth-child(even) {
  float: right;
}
.link .right .liu-ul li:last-child {
  width: 100%;
}
.link .right .liu-ul li textarea {
  padding: 15px;
  height: 188px;
  background-color: #ffffff;
  border-radius: 2px;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.24);
  resize: none;
}
.link .right .tioajiao button {
  width: 149px;
  height: 46px;
  background-color: #477bdc;
  border-radius: 2px;
  line-height: 46px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  border: none;
}
.link-bot {
  padding: 20px 0;
  background-color: #f7f7f7;
}
.link-bot .title {
  font-size: 2.375rem;
  color: #477bdc;
  font-weight: bold;
}
.link-bot .nerir {
  display: inline-block;
  line-height: 54px;
  font-size: 1rem;
  color: #181818;
}
.link-bot .nerir i {
  display: inline-block;
  margin-right: 5px;
  font-size: 1.5625rem;
  color: #477bdc;
  position: relative;
  top: 3px;
}
.link-bot .nerir span {
  display: inline-block;
  margin-left: 60px;
}
.ban .ban-zi {
  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%);
  color: #fff;
  width: 80%;
  text-align: center;
}
.ban .ban-zi .zi1 {
  font-size: 3.25rem;
  font-weight: bold;
}
.ban .ban-zi .zi2 {
  font-size: 1.25rem;
}
.ban .ban-zi .zi2 a {
  color: #fff;
}.ban .ban-zi .zi2 a:hover{
  color:#477bdc ;
}
.about {
  padding: 30px 0 70px;
}
.about .about-con {
  font-size: 1rem;
  line-height: 30px;
  letter-spacing: 0px;
  color: #555555;
}
.xinwen {
  padding-bottom: 80px;
}
.xinwen .index-newss1 {
  padding: 80px 0 0px;
}
.xinwen .index-newss1 .index-new-div .right {
  width: 48%;
}
.xinwen .index-newss1 .index-new-div .left {
  width: 48%;
}
.xinwen .index-newss1 .index-new-div .left .new-cons {
  margin-top: 30px;
}
.xinwen .index-newss1 .index-new-div .left .new-cons .data {
  width: 16%;
  text-align: center;
  border-right: 1px solid #cbcbcb;
}
.xinwen .index-newss1 .index-new-div .left .new-cons .data .ren {
  font-size: 3rem;
  font-weight: bold;
  color: #477bdc;
  line-height: 1;
}
.xinwen .index-newss1 .index-new-div .left .new-cons .data .nian {
  font-size: 1rem;
  color: #666666;
}
.xinwen .index-newss1 .index-new-div .left .new-cons > .fr {
  width: 80%;
}
.xinwen .index-newss1 .index-new-div .left .new-cons > .fr .title {
  font-size: 1.125rem;
  line-height: 30px;
  color: #477bdc;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.xinwen .index-newss1 .index-new-div .left .new-cons > .fr .title a {
  color: #477bdc;
}
.xinwen .index-newss1 .index-new-div .left .new-cons > .fr .yaos {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.xinwen .index-newss1 .xinwen-ul li {
  padding: 22px 70px 36px 0px;
  margin-bottom: 16px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  position: relative;
  cursor: pointer;
}
.xinwen .index-newss1 .xinwen-ul li:last-child {
  margin-bottom: 0;
}
.xinwen .index-newss1 .xinwen-ul li .abiao {
  line-height: 24px;
  color: #181818;
  font-size: 1.125rem;
  overflow: hidden;
}
.xinwen .index-newss1 .xinwen-ul li .abiao span {
  width: 64px;
  height: 24px;
  background-color: #477bdc;
  display: inline-block;
  float: left;
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
}
.xinwen .index-newss1 .xinwen-ul li .abiao a {
  display: inline-block;
  width: 70%;
  font-size: 1.125rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #181818;
  float: left;
  margin-left: 20px;
  font-weight: bold;
}
.xinwen .index-newss1 .xinwen-ul li .zhen {
  font-size: 14px;
  margin-top: 5px;
  line-height: 24px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.xinwen .index-newss1 .xinwen-ul li .ion {
  right: 0;
  top: 10%;
  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 */
}
.xinwen .index-newss1 .xinwen-ul li .ion i {
  color: #332f2f;
  font-size: 2.5rem;
}
.xinwen .index-newss1 .xinwen-ul li:hover .abiao a {
  color: #477bdc;
}
.xinwen .index-newss1 .xinwen-ul li:hover .ion {
  right: 10px;
  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 */
}
.xinwen .index-newss1 .xinwen-ul li:hover .ion i {
  color: #477bdc;
}
.xinwen .mores a {
  display: inline-block;
  line-height: 45px;
  width: 148px;
  height: 45px;
  text-align: center;
  color: #181818;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #181818;
  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 */
}
.xinwen .mores a:hover {
  box-shadow: inset 0 0 0 40px #477bdc;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  color: #ffffff;
}
.xinwen .xinwenw-ul li {
  padding: 30px 0;
  border-bottom: 1px solid #cccccc;
}
.xinwen .xinwenw-ul li .top-tltle .fl {
  width: 70%;
}
.xinwen .xinwenw-ul li .top-tltle .fl a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 1rem;
  line-height: 24px;
  color: #181818;
}
.xinwen .xinwenw-ul li .top-tltle .fl a:hover {
  color: #477bdc;
}
.xinwen .xinwenw-ul li .top-tltle .fr {
  text-align: right;
  font-size: 1rem;
  width: 30%;
  line-height: 24px;
}
.xinwen .xinwenw-ul li .zhans {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 24px;
  margin-top: 15px;
  color: #666666;
}
.newiss-xing .title {
  color: #000000;
  font-size: 1.875rem;
  padding: 0.9375rem 0;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}
.newiss-xing .title::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 1px;
  bottom: -1px;
  background: #477bdc;
  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%);
}
.newiss-xing .dade {
  color: #6b6b6b;
  font-size: 1.0625rem;
  margin: 1.875rem 0;
}
.newiss-xing .dade span {
  display: inline-block;
  margin: 0 0.625rem;
}
.newiss-xing .nei {
  color: #6b6b6b;
  font-size: 1.0625rem;
  line-height: 35px;
}
.xinwens-div .bshare-custom {
  display: inline-block;
}
.xinwens-div .xing-bots {
  margin: 3.75rem 0;
  padding: 1.875rem 0;
  border-top: 1px solid #dfdfdf;
  line-height: 35px;
}
.xinwens-div .xing-bots .fl {
  width: 70%;
}
.xinwens-div .shang a {
  color: #6b6b6b;
  font-size: 1.0625rem;
}
.xinwens-div .shang a:hover {
  color: #477bdc;
}
.xing-bots .more1 a {
  display: block;
  color: #898989;
  border-radius: 1.25rem;
  border: 1px solid #f2f2f2;
  padding: 0px 1.25rem;
}
.xing-bots .more1 a:hover {
  background: #477bdc;
  color: #fff;
}
.xinwens-div {
  padding-top: 40px;
}
.er-div-nav {
  height: 60px;
  line-height: 60px;
  background-color: rgba(0, 0, 0, 0.902);
}
.er-div-nav .ernav-ul li {
  float: left;
}
.er-div-nav .ernav-ul li a {
  display: inline-block;
  padding: 0 18px;
  font-size: 14px;
  color: #ffffff;
}
.er-div-nav .ernav-ul li:hover,
.er-div-nav .ernav-ul li.active {
  background-color: #477bdc;
  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-div {
  padding-bottom: 80px;
}
.product-div .bianti {
  font-size: 1.75rem;
  color: #000000;
  padding: 17px 0;
  border-bottom: 1px solid #888888;
  position: relative;
}
.product-div .bianti::after {
  position: absolute;
  content: '';
  width: 166px;
  height: 2px;
  background-color:#477bdc ;
  left: 0;
  bottom: -1px;
}
.product-div .product-aas {
  margin-top: 40px;
}
.product-div .product-aas .product-a {
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #cccccc;
  padding-bottom: 25px;
  margin-bottom: 30px;
  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 */
  text-align: center;
}
.product-div .product-aas .product-a .overh {
  padding: 40px 40px 30px;
}
.product-div .product-aas .product-a .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 */
}
.product-div .product-aas .product-a .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 1rem;
  line-height: 30px;
  color: #000000;
}
.product-div .product-aas .product-a .title a {
  color: #000000;
}
.product-div .product-aas .product-a:hover {
  box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.21);
  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-div .product-aas .product-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);
}
.product-div .product-aas .product-a:hover .title {
  color: #477bdc;
}
.product-div .product-aas .product-a:hover .title a {
  color: #477bdc;
}
.product-div .product-aas .product-a:hover {
  border: 1px solid #477bdc;
}
#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 #477bdc;
}
#page li:hover a {
  color: #477bdc;
}
#page li a {
  color: #666666;
}
#page li.active {
  border: 1px solid #477bdc;
  background-color: #477bdc;
  color: #ffffff;
}
#page li.active a {
  color: #ffffff;
}
#page .thisclass {
  background-color: #477bdc;
  color: #FFFFFF;
}
.pro-con {
  padding: 6.0625rem 0 0rem 0;
}
.pro-con .gallery-top {
  width: 70%;
  padding-right: 0.0625rem;
  margin: 0 0;
}
.pro-con .gallery-thumbs {
  padding: 0 1.25rem;
  width: 27%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.pro-con .gallery-thumbs .swiper-slide {
  border: 1px solid #e3e3e1;
  padding-bottom: 0.0625rem;
}
.pro-con .gallery-thumbs .swiper-slide img {
  width: 100%;
  height: auto;
  padding: 10px 0 0;
}
.pro-con .gallery-thumbs .swiper-slide-thumb-active {
  border: 1px solid #477bdc;
  position: relative;
}
.pro-con .pro-fl {
  width: 37%;
}
.pro-con .pro-fr {
  width: 60%;
}
.pro-con .pro-fr .xing-pro-b {
  color: #000000;
  font-size: 1.5rem;
  font-weight: bold;
}
.pro-con .pro-fr .yaoa-pros {
  color: #747272;
  font-size: 1rem;
  line-height: 1.875rem;
  margin-top: 20px;
}
.pro-con .pro-fr .mos {
  margin-top: 2.1875rem;
}
.pro-con .pro-fr .mos a {
  color: #fff;
  font-size: 1rem;
  display: inline-block;
  line-height: 2.5rem;
  padding: 0 0.9375rem;
  border-radius: 0.3125rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  background: #477bdc;
}
.pro-con .gallery-top .swiper-slide img {
  border: 1px solid #e3e3e1;
}
.pro-con .feng {
  margin: 1.25rem 0;
}
.pro-con .feng .bdsharebuttonbox {
  padding-left: 12.5rem;
}
.pro-con .feng .bdsharebuttonbox a {
  background: transparent;
  padding-left: 0;
  margin: 0;
  display: inline-block;
  line-height: 2.5rem;
  height: auto;
  color: #000000;
  font-size: 0.875rem;
}
.pro-con .feng .bdsharebuttonbox a span {
  position: relative;
  top: -0.3125rem;
}
.pro-con .feng .bdsharebuttonbox a i {
  font-size: 1.875rem;
}
.miao {
  border-bottom: 0.0625rem solid #e3e3e1;
}
.miao .pro-mioa li {
  cursor: pointer;
  float: left;
  line-height: 3.375rem;
  padding: 0 1.5625rem;
  font-size: 1rem;
  border-left: 0.0625rem solid #e3e3e1;
  border-top: 0.0625rem solid #e3e3e1;
  position: relative;
}
.miao .pro-mioa li:last-child {
  border-right: 0.0625rem solid #e3e3e1;
}
.miao .pro-mioa li:hover,
.miao .pro-mioa li.active {
  color: #477bdc;
}
.miao .pro-mioa li:hover::after,
.miao .pro-mioa li.active::after {
  content: '';
  width: 100%;
  height: 0.3125rem;
  background: #477bdc;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  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 */
}
.miao-con {
  margin: 1.6875rem 0 2.5rem 0;
}
.miao-con .miao-div > div {
  display: none;
}
.miao {
  margin-top: 60px;
}
.pro-con .gallery-thumbs {
  padding: 1px 0 2px;
}
.list_anli_ul li .fl {
  width: 15%;
  overflow: hidden;
}
.list_anli_ul li .fl img {
  width: 100%;
}
.list_anli_ul li .fr {
  width: 85%;
  padding-left: 30px;
}
.list_anli_title {
  font-size: 1.125rem;
  line-height: 30px;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}
.list_anli_data {
  font-size: 14px;
  line-height: 30px;
  color: #999999;
  margin: 5px 0;
}
.list_anli_con {
  font-size: 1rem;
  line-height: 24px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.list_anli_ul {
  margin: 33px 0 58px;
}
.list_anli_ul li,
.list_article_ul li {
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.list_anli_ul li:hover .list_anli_title,
.list_article_ul li:hover .list_anli_title {
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transform: translateX(30px);
  color:#477bdc;
}
.list_anli_ul li:hover img {
  transform: scale(1.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 */
}
.list_anli {
  padding-bottom: 80px;
}
.mobile-foot {
  display: none;
  background: #477bdc;
  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;
}
.pull-right {
  float: right!important;
}
.pull-left {
  float: left!important;
}
/* 右侧悬浮 */
.rightfix {
  position: fixed;
  top: 30%;
  right: 0px;
  border: 1px solid #477bdc;
  border-right: none;
  border-bottom: none;
  z-index: 99;
}
.fix_ul li {
  text-align: center;
  float: none;
  position: relative;
  width: 73px;
  cursor: pointer;
  line-height: 25px;
  padding: 10px;
  background: #Fff;
  margin-bottom: 0px;
  border-bottom: 1px solid #477bdc;
}
.fix_ul li i {
  font-size: 30px;
  color: #477bdc;
}
.fix_ul li p {
  color: #477bdc;
  font-size: 13px;
}
.fix_ul li a {
  color: #477bdc;
}
.fix_ul li:hover > a > p {
  color: #FFF;
}
.fix_ul li:hover {
  background: #477bdc;
  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 > p {
  color: #FFF;
}
.right_div {
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  min-width: 180px;
  -o-transform: scale(0);
  position: absolute;
  color: #fff;
  right: 0rem;
  top: 0px;
  opacity: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background: #477bdc;
  padding: 20px 20px;
  line-height: 1.875rem;
  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 a {
  color: #fff;
}
.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: 73px;
  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 */
}
.fix_ul li:hover {
  background: #477bdc;
}
.fix_ul li:hover i {
  color: #fff;
}
.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: 66%;
  margin-top: 0px;
  line-height: 4.375rem;
}
.sidebar-menu.is-active + #wrapper {
  transform: translateX(-300px);
}
.color_dao i {
  display: inline-block;
  font-size: 33px;
  color: #477bdc;
  line-height: 4.375rem;
}
.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:#477bdc ;
  transition: right 0.5s;
  z-index: 99999;
}
.sidebar-menu.is-active {
  display: block;
  transition: right 0.5s;
}
.sidebar-menu__header {
  height: 3.125rem;
  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: 0.9375rem;
  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: 1.25rem;
  margin-top: -10px;
  color: #fff;
  font-size: 1.25rem;
  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: 4.125rem;
  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: 4.375rem;
}
.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: #477bdc !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: 3.75rem;
  padding: 0 0.9375rem;
}
.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(500px);
  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: 1.25rem;
  margin-right: 4px;
}
.sidebar-menu__link .glyphicon-menu-right {
  color: #bababa;
  float: right;
}
.searchbox {
  padding: 15px;
  background: #fff;
  width: 100%;
  top: 215px;
  border-top: 2px solid #477bdc;
  text-align: center;
  z-index: 44;
  position: fixed;
}.searchbox .searchs{
  width: 50%;
  margin: 0 auto;
}.searchbox.active{
  top: 125px;
}
.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: #477bdc;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: 0.44s;
}
.miao-div{
  line-height: 30px;
  font-size: 16px;
  color: #555;
 
}
.search-box{
  width: 300px;
  position: relative;
  top: 14px;

  margin-right: 20px;
  border: 1px solid #477bdc;
}.search-box input{
  width: 80%;
  height: 40px;
  padding-left: 10px;
}.search-box button{
  width: 20%;height: 40px;
  line-height: 40px;
  text-align: center;
}
.index-pro .pro-div .swiper-slide:hover {
  box-shadow: 0px 0px 15px rgba(200, 203, 204, 0.5);
  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;
}
.index-pro .pro-div .swiper-slide:hover .title a{
  color:#477bdc; 
}.lianjie a{
  margin-right: 10px;
}
.lianjie a:hover{
  color:#477bdc;
}.index-about .about-content .p1{
  letter-spacing:4px;
}
.ban::after{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.2);
  z-index: 3;
}
.ban .ban-zi{
  z-index: 4;
}
.mo a{

  display: inline-block;
  height: 47px;
  background-color: #477bdc;
  line-height: 47px;
  font-size: 1rem;
  color: #fff;
  border-left: 1px solid #e5e5e5;
  padding: 0 30px;
  cursor: pointer;
}.mo{
  margin-top: 20px;
}.mo a:hover{
  font-weight: bold;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
}
.adds {
  color: #1b1b1b;
  font-size: 14px;
  font-weight: lighter;
  line-height: 30px;
  margin-top: 10px;
}
.link .col-md-3 .iconfont {
  color: #477bdc;
  font-size: 45px;
}
.liuyan{
  margin-bottom: 30px;
}
.pro-con_fr {
  width: 50%;
  padding-left: 50px;
  line-height: 30px;
}
.pro-con_fl {
  width: 50%;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.ying-title span {
  font-size: 1.25rem;
  font-weight: 600;
}
@media (max-width: 1440px) {
  .index-case-divs1 .hang-div{
    padding: 18px 63px;
  }
  .ver_align1 a:nth-child(1) {
    font-size: 1.4rem;
    }
  .index-new .index-new-bot .box-bot .nww-a {
    padding: 20px;
  }
  .container {
    width: 1170px;
  }
  html {
    font-size: 14px;
  }
  .ban .ban-zi .zi1 {
    font-size: 2.25rem;
  }
  .ban .ban-zi .zi2 {
    margin-top: 5px;
  }
  .pro-con_fr {
    width: 50%;
    padding-left: 30px;
  }
}
@media (max-width: 1200px) {
  .ver_align1 a:nth-child(1) {
    font-size: 1rem;
}

  .search-box {
    width: 194px;
    }
  .container {
    width: 990px;
  }
  .header_3_ul >li >a {
    padding: 0px 9px;
}
  .link .right .liu-ul {
    margin-top: 10px;
  }
  .link .right .liu-ul li textarea {
    height: 120px;
  }
  .link .right {
    padding-left: 0;
  }
  .link-bot .nerir span {
    margin-left: 4px;
  }
  .link-bot .title {
    font-size: 2rem;
    line-height: 70px;
  }
  .xinwen .index-newss1 .xinwen-ul li {
    padding: 15px 70px 17px 0px;
  }
  .index-case-divs1 .swiper-slide .fr {
    padding: 20px 60px;
  }
  .index-case-divs1 .swiper-slide .fr .div-yao {
    margin-top: 0;
    line-height: 25px;
    height: 50px;
    -webkit-line-clamp: 2;
  }
  .head .title {
    font-size: 2rem;
  }
  .index-about .about-content .p1 {
    font-size: 1.8rem;
  }
  .index-pro .right .pro-ul li {
    padding: 0 10px;
  }
}
@media (max-width: 990px) {
  .searchbox{
    top: 52px;

  }  .searchbox.active{
    top: 52px;
  }.searchbox .searchs{
    width: 100%;
  }
  .phone{
display: block;
  }
  html {
    font-size: 12px;
  }
  .mobile-foot {
    display: block;
  }
  .container {
    width: 90%;
  }
  .daohang {
    display: none;
  }
  .ban img {
    height: 200px;
    object-fit: cover;
  }
  .link .right .liu-ul li textarea {
    height: 80px;
  }
  .foot {
    display: none;
  }
  .link-bot .nerir {
    line-height: 30px;
  }
  body {
    padding: 52px 0;
  }
  .link-bot .title {
    line-height: 50px;
  }
  .er-div-nav {
    display: none;
  }
  .xinwen .index-newss1 .xinwen-ul li .abiao a {
    width: 67%;
  }
  .xinwen .index-newss1 .xinwen-ul li {
    margin-bottom: 0;
  }
  .index-about {
    padding: 30px 0;
  }
  .index-about .about-content {
    padding: 20px;
  }
  .index-about .about-content .div1 {
    margin-top: 0px;
    line-height: 25px;
  }
  .index-about .about-content .swiper-container {
    margin-top: 10px;
  }
  .index-about .swiper-button-next,
  .index-about .swiper-button-prev {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .index-pro .left .swiper-slide .bot-bot {
    padding: 15px;
  }
  .index-pro .pro-div .div-lunbo-page .swiper-button-next,
  .index-pro .pro-div .div-lunbo-page .swiper-button-prev {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .index-pro {
    padding: 30px 0;
  }
  .index-pro .right .pro-ul {
    margin: 0 0 10px;
  }
  .index-pro .right .pro-ul li {
    padding: 0 4px;
  }
  .index-case .head-yaos {
    display: none;
  }
  .index-case {
    padding: 30px 0;
  }
  .index-case-divs1 {
    margin-top: 30px;
  }
  .index-yun {
    padding: 30px 0;
  }
  .cloud-lunbo {
    margin-top: 20px;
  }
  .index-case-divs1 .hang-div {
    padding: 10px;
  }
  .index-case-divs1 .swiper-slide .fr {
    padding: 10px;
  }
  .index-case-divs1 .swiper-slide .fr .div-yao {
    display: none;
  }
  .index-new {
    padding: 30px 0;
  }
  .index-new .new-bg {
    margin-top: 20px;
    padding: 20px 0;
  }
  .index-new .index-new-bot {
    margin-top: 20px;
  }
  .index-new .index-new-bot .box-bot .nww-a {
    padding: 10px;
  }
  .index-new .index-new-bot .box-bot .nww-a .title {
    margin-top: 10px;
  }
  .index-new .index-new-bot .box-bot .nww-a .yao {
    line-height: 25px;
    height: 75px;
  }
  .pro-con_fl {
    width: 100%;
  }
  .pro-con_fr{
    width: 100%;
    padding: 15px 0 0 ;
  }
}
.phone .container {
  width: 100%;
}
@media (max-width: 767px) {
  .product-div .product-aas .product-a{
    margin-bottom: 10px;
}
  .index-new{
 overflow: hidden;
  }
  .ban .ban-zi .zi1 {
    font-size: 1.6rem;
}
.xinwens-div .xing-bots .fl{
  width: 100%;
}
  .miao-div {
    line-height: 25px;
    font-size: 14px;
  }

  .ban .ban-zi .zi2 {
    display: none;
  }.index-pro .pro-div {
    margin-top: 20px;
}
.mo {
  margin: 20px 0;
}
.index-about {
  padding: 30px 0 0;
}
.head .title {
  font-size: 1.5rem;
}
  .swiper-button-next, .swiper-button-prev{
    width: 15px!important;
    height: 20px!important;
    background-size: 100% 100%!important;
  }
  .rightfix{
    display: none;
  }
  .link {
    padding: 30px 0;
  }
  .container {
    width: 95%;
  }
  .link .right .youjina {
    font-size: 1.5rem;
    margin-top: 20px;
  }
  .link-bot .title {
    font-size: 1.5rem;
  }
  .link .right .tioajiao button {
    width: 100px;
    height: 40px;
    line-height: 40px;
  }
  .list_anli_ul li .fl {
    width: 100%;
  }
  .list_anli_ul li .fr {
    width: 100%;
    padding-left: 0;
  }
  .list_anli_data {
    margin: 0;
  }
  .list_anli {
    padding-bottom: 30px;
  }
  .pro-con .pro-fl {
    width: 100%;
  }
  .pro-con .pro-fr {
    width: 100%;
    margin-top: 20px;
  }
  .pro-con .pro-fr .yaoa-pros {
    margin-top: 10px;
  }
  .miao {
    margin-top: 20px;
  }
  .miao .pro-mioa li {
    padding: 0 10px;
  }
  .pro-con {
    padding: 30px 0 0;
  }
  .product-div .product-aas .product-a .overh {
    padding: 10px;
  }
  .product-div .product-aas .col-sm-3 {
    padding: 0 7.5px;
  }
  .product-div .product-aas {
    margin: 30px 7.5px;
  }
  .newiss-xing .title {
    font-size: 1.5rem;
  }
  .xinwens-div .xing-bots {
    margin: 15px 0;
    line-height: 25px;
  }
  .xinwen .index-newss1 .index-new-div .left {
    width: 100%;
  }
  .xinwen .index-newss1 .index-new-div .right {
    width: 100%;
  }
  .xinwen .index-newss1 .index-new-div .left .new-cons {
    margin-top: 10px;
  }
  .xinwen .index-newss1 .xinwen-ul li {
    padding: 15px 45px 17px 0px;
  }
  .xinwen .xinwenw-ul li {
    padding: 13px 0;
  }
  .xinwen .xinwenw-ul li .zhans {
    margin-top: 5px;
  }
  .xinwen .index-newss1 {
    padding: 30px 0 0 ;
  }
  .newiss-xing .nei {
    line-height: 25px;
  }
  .index-about .about-content {
    margin-top: 20px;
  }
  .index-pro .right {
    float: left;
    width: 100%;
  }
  .index-pro .left {
    width: 100%;
    float: right;
  }
  .index-pro .right .pro-ul li {
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .index-pro .left .swiper-slide .bot-bot .yaos {
    line-height: 25px;
  }
  .index-case-divs1 .swiper-slide .fl {
    width: 100%;
  }
  .index-case-divs1 .hang-div {
    position: relative;
    width: 100%;
  }
  .index-case-divs1 .swiper-slide .fr {
    width: 100%;
  }
  .index-case .head {
    text-align: center;
    padding-left: 0;
    width: 100%;
  }
  .index-case .head::after {
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .index-case-divs1 {
    margin-top: 10px;
  }
  .index-new .index-new-top-right li {
    padding: 0 15px;
  }
  .index-new .index-new-bot .box-bot .nww-a .more1 {
    margin-top: 10px;
  }
  .index-new .index-new-bot .box-bot {
    margin-bottom: 10px;
  }
  .index-about .in-about-img {
    margin-top: 10px;
  }
}



.daohang  .er-div{
  width: 70vw;
  background: rgba(255, 255, 255, 0.9);
  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%);
  min-height: 150px;
  position: fixed;
  top:215px ;
  display: none;
  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 */


}.daohang  .er-div ul li{
  width: 25%;
  float: left;
  line-height: 40px;
  position: relative;


}.daohang  .er-div ul li a{
  color: #000;
}.daohang  .er-div ul {
  padding: 30px 100px;
  overflow: hidden;
}.daohang  .er-div ul li::after{
  position: absolute;
  left: -5px;
  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%);
  content: '';
  width: 3px;
	height: 3px;
	background-color: #000000;
	border-radius: 2px;
}
.daohang   .er-div ul li a:hover{
  color:#477bdc;
}.daohang  .nav-uls> li{
  position: relative;
}
.daohang  .nav-uls> li::before{
  content: '';
  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%);
	width: 12px;
	height: 2px;
  background-color: #ffffff;
  bottom: -26px;  display: none;
}

.header_3_ul >li:hover .er-div{
  display: block;
}
.daohang.active .header_3_ul >li:hover .er-div{
top: 125px;
}.daohang .er-div ul li{
  text-align: left;
  padding-left: 10px;
}.daohang .er-div{
  border: 1px solid #dddddd;
  box-shadow: 0px 0px 5px rgba(200, 203, 204, 0.5);
}

.ma-s{
  width: 75px;
  margin-right: 20px;
}
.ver_align1{
  position: relative;
  top: 16px;

}
.ver_align{
  position: relative;
  top: 9px;
}
.miao-div .table-responsive table  tbody  tr td{
  padding: 5px;
}