@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: 1rem;
}
/* 禁止缩放表单 */
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: 'Microsoft YaHei', helvetica, arial, verdana, tahoma, sans-serif;
  color: #555;
  padding-top: 145px;
  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;
}
.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%;
}
.daohang {
  position: fixed;
  top: 0;
  background: #fff;
  left: 0;
  right: 0;
  z-index: 99;
  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 */
  line-height: 100px;
}
.daohang.active {
  line-height: 4.375rem ;
  border-bottom: 1px solid #eeeeee;
  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.active .sou {
  top: .9375rem;
  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 */
}
.nav-ul {
  margin-left: 8%;
}
.nav-ul > li {
  padding: 0 1.2rem;
  display: inline-block;
  position: relative;
}
.nav-ul > li::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: #ffb437;
  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%);
  opacity: 0;
  bottom: 10px;
}
.nav-ul > li:hover,
.nav-ul > li.active {
  background: #ffb437;
  /* Opera */
}
.nav-ul > li:hover a,
.nav-ul > li.active a {
  color: #fff;
  /* Opera */
}
.nav-ul > li > a {
  color: #121313;
  font-weight: bold;
  display: block;
  font-size: 1rem;
}
.nav-ul > li .ers-ul {
  position: absolute;
  background: #fff;
  display: none;
}
.nav-ul > li .ers-ul li {
  line-height: 1.875rem;
}
.dian {
  font-size: 1.125rem;
  color: #ffb437;
  margin-right: 1.25rem;
}
.sou {
  overflow: hidden;
  position: relative;
  top: 32px;
  width: 223px;
  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 */
  border: 1px solid #ffb437;
  border-radius: 5px;
}
.sou i {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
}
.sou .sertext {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 37px;
  line-height: 37px;
  padding-left: .9375rem;
  width: 80%;
  float: left;
  border: none;
}
.sou .sertext::placeholder {
  color: #ffb437;
  font-size: 1rem;
}

.sou .sertext::-webkit-input-placeholder {
   color: #ffb437;
  font-size: 1rem;
}
.sou .sertext:-moz-placeholder {/* Firefox 18- */
  color: #ffb437;
  font-size: 1rem;
}
.sou .sertext::-moz-placeholder{/* Firefox 19+ */
  color: #ffb437;
  font-size: 1rem;
}
.sou .sertext:-ms-input-placeholder {
   color: #ffb437;
  font-size: 1rem;
}
.sou .serbtn {
  background: #ffb437;
  border: none;
  height: 37px;
  line-height: 37px;
  float: left;
  width: 20%;
}
.nav-rig > span {
  display: inline-block;
  margin-left: .9375rem;
}
.nav-rig > span i {
  color: #232323;
  font-size: 1.25rem;
  font-weight: bold;
}
.nav-rig a {
  color: #747373;
  font-size: 1rem;
}
.nav-rig a:hover,
.nav-rig a.active {
  color: #ffb437;
}
.top-dao-ul {
  height: 44px;
  background-color: #302f2f;
  line-height: 44px;
  text-align: center;
}
.top-dao-ul li {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  margin: 0 2%;
}
.top-dao-ul li a {
  color: #fff;
}
.top-dao-ul li a:hover {
  color: #ffb437;
}
.bot-dao {
/*  padding: 0 3.75rem;*/
}
.lunbo .banner .swiper-slide {
  overflow: hidden;
}
.lunbo .zhnes {
  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%);
  color: #ffffff;
  width: 100%;
}
.lunbo .zhnes .p1 {
  font-size: 68px;
  font-weight: bold;
  text-shadow: 0px 3px 16px rgba(146, 146, 146, 0.35);
}
.lunbo .zhnes .xians {
  width: 119px;
  height: 5px;
  background: #ffffff;
  margin: 20px 0;
}
.lunbo .zhnes .p2 {
  font-size: 37px;
}


.head {
  position: relative;
  padding-bottom: 20PX;
}
.head .en {
  font-size: 1.125rem;
  color: #404040;
  font-weight: bold;
  line-height: 45px;
}
.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: #ffb437;
}
.head .title {
  color: #000000;
  font-size: 3rem;
  font-weight: bold;
}
.head-yaos {
  width: 40%;
  padding-top: 1.6875rem;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #555555;
}
.content {
  width: 1400px;
  margin: 0 auto;
}
.you-img {
  background-color: #f5f7fd;
  padding: 2.125rem 0;
}
.you-img .swiper-slide {
  border: solid 1px #e0dcdc;
}
.you-img .swiper-button-next,
.you-img .swiper-button-prev {
  background: transparent;
  width: auto;
  height: auto;
}
.you-img .swiper-button-next {
  right: -3.125rem;
}
.you-img .swiper-button-prev {
  left: -3.125rem;
}
.more a {
  color: #6e6f6d;
  width: 155px;
  height: 54px;
  border: solid 1px #948e8e;
  display: inline-block;
  line-height: 54px;
  font-size: 1rem;
  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 */
}
.more a:hover {
  box-shadow: inset 0 0 0 30px #ffb437;
  color: #fff;
  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 */
}
.introduction {
  padding-top: 6.25rem;
}
.introduction .head {
  width: 100%;
  padding-left: 0;
}
.introduction .head::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.introduction .more {
  margin: 10px 0;
}
.introduction-div {
  margin-top: 45px;
  position: relative;
}
.introduction-div::before {
  content: '';
  width: 1px;
  top: 0;
  bottom: 0;
  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%);
  background: #d2d2d2;
}
.introduction-div .about-div {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #666665;
  text-align: justify;
}
.introduction-div .about-div .p2 {
  font-size: 1.25rem;
  color: #434445;
  margin-top: .8125rem;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: .625rem;
}
.introduction-div > div {
  width: 47%;
}
.introduction-div {
  position: relative;
  overflow: hidden;
}
.introduction-div .left {
  padding: 3.5rem 0;
}
.index-xia {
  background: url(../img/13.jpg) no-repeat;
  background-size: cover;
}
.index-xia .head .title,
.index-xia .head .yaos {
  color: #fff;
}
.index-xia .more a {
  color: #fff;
  border: 1px solid #fff;
}
.index-xia .more {
  margin-top: 2.5rem;
}
.index-xia .xia-ul {
  padding: 200px 0;
}
.index-xia .xia-ul .swiper-slide {
  width: 20%;
  float: left;
  text-align: center;
}
.index-xia .xia-ul .swiper-slide .overh:hover img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  /* IE 9 */
  -moz-transform: rotateZ(360deg);
  /* Firefox */
  -webkit-transform: rotateZ(360deg);
  /* Safari 和 Chrome */
  -o-transform: rotateZ(360deg);
}
.index-xia .xia-ul .swiper-slide .p1 {
  margin-top: 30px ;
  color: #fff;
  font-size: 1.125rem;
  line-height: 45px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index-xia .xia-ul .swiper-slide .p1 a {
  color: #fff;
}
.index-xia .xia-ul .swiper-slide .p1 a:hover {
  color: #ffb437;
}
.index-xia .xia-ul .swiper-slide .p2 {
  color: #fff;
  line-height: 1.875rem;
  font-size: 14px;
  opacity: 0.51;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.foot {
  padding: 1.75rem 0 0 0;
  background-color: #000000;
}
.foot .content {
  font-size: 1rem;
  letter-spacing: 0px;
  color: #ffffff;
  line-height: 27px;
}
.foot .content a {
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.9rem;
}
.foot .content a:hover {
  color: #ffb437;
}
.foot .content .footer-rr {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
}
.top {
  width: 95px;
  height: 95px;
  background-color: #7fb351;
  line-height: 95px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  z-index: 99;
  display: none;
  cursor: pointer;
  position: fixed;
  right: 5%;
  bottom: 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 */
}
.top:hover {
  box-shadow: inset 0 0 0 50px  #302f2f;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.ban .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%);
  text-align: center;
}
.ban .ban-zi .p1 {
  font-size: 3.75rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.pro-list {
  padding: 4.375rem 0;
}
.pro-list .pro-ming {
  margin-top: 10px;
}
.pro-list .pro-list-con .col-md-4 {
  margin-bottom: 1.875rem;
}
.scale-kk {
  border: 1px solid #ccc;
}
.products-a {
  border: 1px solid #ccc;
}
.products-a:hover {
  border: 1px solid #ffb437;
}
.products-a .pro-ming {
  margin-top: 0px;
  color: #1b1b1b;
  font-size: 1.125rem;
  text-transform: uppercase;
  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 */
  padding: 20px 10px;
}
.products-a .pro-ming a {
  color: #1b1b1b;
  display: block;
  font-size: 1rem;
  line-height: 1.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 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;
  /* Opera */
}
.products-a .pros-yao {
  color: #6a6a68;
  font-size: 1rem;
  line-height: 1.875rem;
  height: 1.875rem;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.products-a 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 */
  width:238px;
  height:240px;
}
.products-a:hover img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
  width:238px;
  height:238px;
}
.products-a:hover .pro-ming a {
  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-a:hover .pro-ming {
  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 */
}
.lianxi_p1 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #575655;
  margin-bottom: 10px;
}
.adder {
  font-size: 1rem;
  color: #575655;
  line-height: 34px;
}
.adders {
  font-size: 1rem;
  color: #5c5b5b;
  line-height: 26px;
}
.tijias p {
  font-size: 1rem;
  color: #5c5b5b;
  line-height: 3.125rem;
}
.tijias .fl {
  width: 47%;
}
.tijias .fr {
  width: 47%;
}
.lianxis {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.tijias input {
  width: 100%;
  height: 45px;
  padding-left: .9375rem;
  border: 1px solid #d9d8d8;
}
.tijias textarea {
  width: 100%;
  height: 165px;
  padding: .9375rem;
  border: 1px solid #d9d8d8;
  resize: none;
}
.tijias input:focus {
  outline: none;
}
.fangshi select {
  width: 100%;
  border: 1px solid #d9d8d8;
  height: 45px;
  padding: 0 .9375rem;
}
.btss {
  text-align: right;
  margin-top: 1.875rem;
}
.btss button {
  color: #fff;
  background: #302f2f;
  line-height: 45px;
  padding: 0 35px;
  font-size: 14px;
  border: 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 */
}
.btss button:hover {
  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 */
  box-shadow: inset 0 0 0 30px #ffb437;
}
.lianxis .col-md-6:nth-child(1) {
  padding-left: 0;
  padding-right: 2.5rem;
}
.ban-zi .p2 {
  color: #fff;
  font-size: .875rem;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.ban-zi .p2 a {
  color: #fff;
}
.ban-zi .p2 a:hover {
  color: #ffb437;
}
.ban-zi {
  padding: 1.5625rem 0;

}
.heps {
  margin-top: 1.875rem;
}
.chanp-xiang {
  margin-top: 63px;
  padding-bottom: 100px;
}
.chanp-xiang .lizi1 {
  left: 8%;
  top: 18%;
}
.chanp-xiang .lizi2 {
  right: 10%;
  bottom: 19%;
}
.chanp-xiang .xings-p {
  margin-top: 2.5rem;
}.chanp-xiang .xings-p.active{
  position: fixed;
  top:116px ;
  width: 44%;
  left: 33%;
  background: #FFf;
  margin-top: 0;
  z-index: 999;

}
.chanp-xiang .xings-p span {
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 3.125rem;
  display: inline-block;
  background: #63b530;
  padding: 0 1.875rem;
}
.chanp-xiang .chan1s {
  font-size: .9rem;
  color: #424040;
  line-height: 1.875rem;
  padding: 30px 0;
}
.chanp-xiang .chan1s > div {
  display: none;
}.chanp-xiang .chan1s > div >div{
  text-align: left!important;
}
.ptitle {
  color: #424346;
  font-size: 1.25rem;
  font-weight: bold;
}
.pro-xing-yao {
  margin-top: 1.25rem ;
  color: #424346;
  font-size: 1rem;
  line-height: 1.875rem;
}
.pro-xing-yao .cols {
  color: #6cbe87;
}
.pro-xing-yao{
  height: 358px;
overflow: hidden;

}
.ren {
  color: #63b530;
  font-size: 17px;
  line-height: 1.875rem;
  margin-top: 1rem;
}
.ren .ds11 {
  width: 55px;
  border-radius: 50%;
  line-height: 55px;
  text-align: center;
  height: 55px;
  background-color: #63b530;
  margin-right: 1.25rem;
}
.ren .ds11 i {
  color: #ffffff;
  font-size: 1.25rem;
}
.shang > div {
  color: #000000;
  font-size: .9375rem;
  margin-top: 10px;
}
.shang > div a {
  color: #575757;
  font-size: .9375rem;
}
.shang > div a:hover {
  color: #63b530;
}
.xingsw .more {
  margin: 2.5rem 0;
}
.xing-bots .more1 a {
  color: #575757;
  font-size: .9375rem;
  border: 1px solid #eeeeee;
  line-height: 1.875rem;
  padding: 0 .9375rem;
  height: 1.875rem;
  display: inline-block;
}
.xing-bots .more1 a:hover {
  border: 1px solid #00903e;
  color: #00903e;
}
.more1 {
  margin-top: 1.25rem;
}
.pros_fl_ul {
  border: 1px solid #e8e8e8;
  padding: 1.5625rem 0;
}
.pros_fl_ul > li a {
  display: block;
  color: #575757;
  font-size: 0.9375rem;
  padding: 9px 15px 9px 35px ;
  line-height: 20px;
}
.pros_fl_ul > li:nth-child(1) {
  border-top: none;
}
.pros_fl_ul > li > .ans1-top > a {
  width: 100%;
  font-weight: bold;
  color: #000000;
}
.pros_fl_ul > li > .ans1-top > .icond2-div {
  width: 50%;
  padding: 10px 15px 10px 25px;
  line-height: 30px;
  cursor: pointer;
}
.pros_fl_ul > li .ans1-top > a,
.pros_fl_ul > li:hover .ans1-top > a {
  font-size: 1.2rem;
}
.pros_fl_ul > li:nth-child(2) .ans1-top > a,
.pros_fl_ul > li:hover .ans1-top > a {
  font-size: 1.2rem;
}
.pros_fl_ul > li:nth-child(3) .ans1-top > a,
.pros_fl_ul > li:hover .ans1-top > a {
  font-size: 1.2rem;
}
.pros_fl_ul > li:nth-child(4) .ans1-top > a,
.pros_fl_ul > li:hover .ans1-top > a {
  font-size: 1.2rem;
}
.pros_fl_ul > li:nth-child(5) .ans1-top > a,
.pros_fl_ul > li:hover .ans1-top > a {
  font-size: 1.2rem;
}
.pros_fl_ul > li .ans1-top i,
.pros_fl_ul > li:hover .ans1-top i {
  color: #fff;
}
.pros_fl_ul > li .ans1-top,
.pros_fl_ul > li:hover .ans1-top {
  background: #fff;
}
.pros_fl_ul > li:nth-of-type(1) a {
  border-top: none;
}
.pros_fl_ul > li > a .iconfont {
  color: #6e6e6e;
  float: right;
}
.pros_fl_ul > li > a .iconfont {
  color: #fff;
  transform: rotate(90deg);
}
.pros_fl_ul > li .pros_fl_ul2 li.active a,
.pros_fl_ul > li .pros_fl_ul2 li:hover a {
  color: #ffb437;
}
.pros_fl_ul > li .pros_fl_ul2 li a {
  position: relative;
}
.pros_fl_ul > li .pros_fl_ul2 li:nth-of-type(1) {
  border-top: none;
}
.pros_fl_ul2 li.active a span,
.pros_fl_ul2 li:hover a span {
  border-bottom: 1px solid #ffb437;
}
.pros_fl_ul2 {
  display: block;
}
.pros_fl_ul > li.active .pros_fl_ul2 {
  display: block;
}
.pros_fom {
  padding: 0 0 2.5rem 48px;
}
.pros_inp > div:nth-of-type(1) {
  width: 80%;
  float: left;
}
.pros_inp > div:nth-of-type(2) {
  width: 20%;
  float: right;
}
.pros_inp {
  width: 465px;
  border: 1px solid #dadada;
  line-height: 3.125rem;
  padding: 2px;
  border-radius: 35px;
}
.pros_inp input {
  width: 100%;
  line-height: 3.125rem;
  color: #696969;
  font-size: .9375rem;
  border: none;
  padding-left: 1.25rem;
  border-radius: 35px;
}
.pros_inp button {
  width: 100%;
  color: #fff;
  font-size: 1.0625rem;
  line-height: 3.125rem;
  text-align: center;
  background: #36b5e5;
  border-radius: 35px;
  border: none;
}
.pros_fr_top {
  color: #36b5e5;
  font-size: 1.1875rem;
  font-weight: bold;
  padding-bottom: .9375rem;
  margin-bottom: 22px;
  border-bottom: 1px solid #e2e2e2;
}
.pros_fr_ul {
  width: 100%;
  margin-left: -12px;
}
.pros_fr_ul li {
  width: 31%;
  float: left;
  margin-left: 12px;
  margin-bottom: 12px;
  border: 1px solid #e2e2e2;
}
.pros_fr_ul li a {
  display: block;
  background: #d9f1ff;
  padding: 35px 0;
  text-align: center;
}
.pros_fr_ul li a p:nth-of-type(1) {
  font-size: 0.9375rem;
  color: #4e4e4e;
}
.pros_fr_ul li:hover a p:nth-of-type(1) {
  color: #ffb437;
}
.pros_fr_ul li a p:nth-of-type(2) {
  font-size: 0.9375rem;
  color: #4e4e4e;
}
.pros_fr_ul li a p:nth-of-type(2) {
  color: #9b9b9b;
  font-size: 0.8125rem;
  margin-top: 10px;
}
.product-div .le {
  width: 24%;
  float: left;
  font-size: 1rem;
}
.product-div .re {
  width: 60%;
  float: left;
  margin-left: 3%;
}
.product-div .re .products-a {
  margin-bottom: 30px;
}
.product-div .re .products-a .overh {
  width: 100%;
}
.product-div .re .products-a .overh a {
  display: block;
  padding: 10px;
}
.pro-list-con-case .overh {
  float: left;
  width: 50%;
}
.pro-list-con-case.overh a {
  display: block;
  padding: 10px;
}
.pro-list-con-case .pro-ming {
  width: 50%;
  float: left;
}
.pro-list-con-case .products-a img {
  padding: 10px;
}
.pro-list-con-case .products-a {
  margin-bottom: 30px;
}
.product-div .re .products-a .pro-ming {
  background-color: #f5f7fd;
  border-top: solid 1px #e3dede;
  height: 67px;
  line-height: 67px;
  text-align: center;
}
.chnp-title {
  text-align: center;
  font-size: 1.25rem;
  line-height: 4.375rem ;
  background: #302f2f;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}
.crumbs {
  padding: 20px 0 20px 0;
box-shadow: 0 0 2px  3px rgba(0, 0, 0, 0.1);
}
.crumbs_ul {
  text-align: center;
}
.crumbs_ul li {
  display: inline-block;
  margin: 0 22px;
}
.crumbs_ul li a {
  display: block;
  color: #4c4949;
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 5px;
}
.crumbs_ul li.active a,
.crumbs_ul li:hover a {
  border-bottom: 1px solid #ffb437;
  color: #ffb437;
}
.newiss {
  padding: 3.125rem 0;
}
.newindex_ul li {
  border-bottom: 0.0625rem solid #dcdcdc;
  padding: 1.875rem 0;
  width: 100%;
}
.newindex_ul li .a .left {
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.newindex_ul li .a .left div {
  display: inline-block;
  background: #f2f2f2;
  padding: 1.25rem;
}
.newindex_ul li .a .left span,
.newindex_ul li .a .left p {
  color: #7d7d7d;
  font-size: 1.125rem;
}
.newindex_ul li .a .right {
  width: 100%;
  padding-left: 6.875rem;
}
.newindex_ul li .a .right .bio {
  color: #000000;
  line-height: 1.875rem;
  font-size: 1.125rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.newindex_ul li .a .right .bio a {
  color: #000000;
}
.newindex_ul li .a .right .news_con {
  color: #616160;
  line-height: 1.875rem;
  font-size: 1rem;
  height: 3.75rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_r .more_as {
  color: #ffffff;
  font-size: 1rem;
  display: inline-block;
  line-height: 2.5rem;
  padding: 0 0.9375rem;
  border-radius: 0.3125rem;
  margin-top: 1.875rem;
  background-color: #302f2f;
  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 */
}
.news_r .more_as:hover {
  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 */
  box-shadow: inset 0 0 0 30px #ffb437;
}
.new-s-tui {
  padding-bottom: 2.0625rem;
  border-bottom: 0.0625rem solid #dcdcdc;
}
.newindex_ul li:hover .a .left > div p,
.newindex_ul li:hover .a .left > div span {
  color: #ffb437;
}
.newindex_ul li:hover .a .right .bio a {
  color: #ffb437;
}
.news_r .h31 {
  font-size: 1.125rem;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 0.625rem 0;
}
.news_r .h31 a {
  color: #000000;
}
.news_r:hover .h31 a {
  color: #ffb437;
}
.news_r span {
  display: block;
  color: #ffb437;
}
.new_des {
  color: #616160;
  line-height: 1.875rem;
  font-size: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.newiss-xing {
  margin-top: 45px;
}
.newiss-xing .title {
  color: #000000;
  font-size: 35px;
  padding: 15px 0;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}
.newiss-xing .title::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 1px;
  bottom: -1px;
  background: #ffb437;
  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: 17px;
  margin: 30px 0;
}
.newiss-xing .dade span {
  display: inline-block;
  margin: 0 10px;
}
.newiss-xing .nei {
  color: #6b6b6b;
  font-size: 17px;
  line-height: 35px;
}
.newiss-xing .bshare-custom {
  display: inline-block;
}
.newiss-xing .shang {
  margin: 3.75rem 0;
  padding: 30px 0;
  border-top: 1px solid #dfdfdf;
  line-height: 35px;
}
.newiss-xing .shang .fl {
  width: 70%;
}
.newiss-xing .shang a {
  color: #6b6b6b;
  font-size: 17px;
}
.newiss-xing .shang a:hover {
  color: #ffb437;
}
.abous-us {
  padding: 4.375rem  0;
  color: #000000;
  font-size: 1rem;
  line-height: 1.875rem;
}
.abous-us .abous-us-title {
  font-size: 1.875rem;
  margin-bottom: 2.5rem;
  color: #000000;
  font-weight: bold;
}
.shipw {
  width: 50%;
  padding-right: .9375rem;
  padding-bottom: .9375rem;
}
.rong-div .products-a {
  margin-bottom: 1.875rem;
  padding-top: 1.5rem;
}
.rong-div .products-a:hover .pro-ming {
  color: #fff;
  background: #ffb437 ;
}
.download thead tr {
  border-top: 2px solid #ffb437;
}
.download thead tr th {
  color: #000000;
  font-size: 19px;
  line-height: 3.125rem;
  font-weight: normal;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.download tbody tr {
  cursor: pointer;
}
.download tbody tr td {
  color: #737373;
  font-size: 1rem;
  padding: 0;
  line-height: 4.375rem ;
  text-align: center;
}
.download tbody tr td:nth-child(1) {
  position: relative;
  padding: 0 2.5rem;
}
.download tbody tr td:nth-child(1) span {
  position: absolute;
  background: #ffb437;
  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%);
  left: 1.875rem;
  color: #ffffff;
  line-height: 25px;
  font-size: 13px;
  padding: 0 10px;
  text-transform: uppercase;
  display: none;
}
.download tbody tr td a {
  font-size: 1rem;
  color: #737373;
}
.download tbody tr td a i {
  display: inline-block;
  margin-right: 5px;
}
.download tbody tr:nth-child(1) td span,
.download tbody tr:nth-child(2) td span {
  display: block;
}
.download tbody tr:last-child {
  border-bottom: 1px solid #ddd;
}
.download tbody tr:hover {
  background: #e2e1e1;
}
.download tbody tr:hover a {
  color: #ffb437;
}
.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: #ffb437;
  line-height: 4.375rem ;
}
.sidebar-menu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #ffb437;
  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: .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: 3.125rem;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 200px;
  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: #cc8d26  !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 .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(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: 1.25rem;
  margin-right: 4px;
}
.sidebar-menu__link .glyphicon-menu-right {
  color: #bababa;
  float: right;
}
.mobile-foot {
  display: none;
  background: #ffb437;
  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 .9375rem;
  font-size: .9375rem;
  margin: 0 5px;
  transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  padding: 0px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
/* 右侧悬浮 */
.rightfix {
  position: fixed;
  top: 50%;
  right: 0px;
  width: 74px;
  border-right: none;
  transform: translateY(-50%);
  z-index: 99;
}
.fix_ul li {
  text-align: center;
  float: none;
  position: relative;
  width: 74px;
  cursor: pointer;
  border: 1px solid #78bbdb;
  height: 74px;
  padding: 5px 5px ;
  background: #999999;
  margin-bottom: 0px;
  border-radius: 10px;
  margin-bottom: 5px;
  border: 1px solid #dee2e7;
}
.fix_ul li i {
  font-size: 25px;
  color: #FFf;
}
.fix_ul li > p {
  color: #FFf;
  font-size: 12px;
}.fix_ul li a{
  color: #FFf;
}
.fix_ul li:last-child {
  border-bottom: none;
}
.fix_ul li:hover {
  background: #ffb437;
  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 */
}
.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: #ffb437;
  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: 75px;
  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: #ffb437;
}
.fix_ul li:hover i {
  color: #fff;
}
.searchbox {
  padding: 15px;
  background: #fff;
  width: 100%;
  top: 60px;
  border-top: 2px solid #ffb437;
  text-align: center;
  z-index: 44;
  position: fixed;
}
.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: #ffb437;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: 0.44s;
}
.gao {
  width: 100%;
  left: 0;
  z-index: 33;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  right: 0;
}
.gao .le {
  width: 60%;
  padding-left: 30px;
  padding-right: 50px;
}
.gao .le .swiper-container {
  height: 80px;
}
.gao .le .swiper-slide {
  height: 80px;
  line-height: 80px;
}
.gao .le .icon-a {
  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%);
  left: 0;
  color: #fff;
  font-size: 1.25rem;
}
.gao .le .titl-a {
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  width: 80%;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.gao .le .titl-a:hover {
  color: #ffb437;
}
.gao .le .data {
  width: 15%;
  font-size: 1.125rem;
  color: #fff;
  text-align: right;
}
.gao .swiper-button-next,
.gao .swiper-button-prev {
  width: auto;
  background: transparent;
  margin-top: 0;
  line-height: 30px;
  right: 0;
  left: auto;
}
.gao .swiper-button-next {
  bottom: 10px;
}
.gao .swiper-button-next i {
  color: #fff;
  font-size: 1.25rem;
}
.gao .swiper-button-prev {
  left: auto;
  top: 10px;
}
.gao .swiper-button-prev i {
  color: #fff;
  font-size: 1.25rem;
}
.gao .re {
  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%);
  right: 0;
}
.gao .bdsharebuttonbox span {
  color: #fff;
  font-size: 1rem;
}
.gao .bdsharebuttonbox a {
  background: transparent;
  width: auto;
  padding: 0;
  margin: 0 5px;
  color: #FFF;
  height: auto;
  font-size: 40px;
}
.gao .bdsharebuttonbox a:hover {
  color: #ffffff;
}
.index-pro {
  padding-bottom: 4.375rem;
}
@media (max-width: 1900px) {
  .nav-ul > li {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1600px) {
  .nav-ul > li {
    padding: 0 1.1rem;
  }
  .top-dao-ul li {
    margin: 0 1%;
  }
}
.fengxs {
  margin-top: 1.875rem;
  margin-bottom: 1rem;
}
.fengxs .bdsharebuttonbox span {
  color: #777777;
  font-size: 1rem;
}
.fengxs .bdsharebuttonbox a {
  background: transparent;
  width: auto;
  padding: 0;
  margin: 0 5px;
  color: #777777;
  height: auto;
  font-size: 40px;
}
.fengxs .bdsharebuttonbox a:hover {
  color: #777777;
}
.foot-ul {
  text-align: left;
}
.foot-ul > li {
  float: left;
  margin-right: 1.625rem;
}
.foot-ul > li:last-child {
  margin-right: 0;
}
.foot-ul > li > p {
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.xings-p ul {
  border-bottom: 1px solid #6cbe87;
}
.xings-p ul li {
  float: left;
  line-height: 2.75rem;
  padding: 0 2.125rem;
  font-size: 1.125rem;
  cursor: pointer;
  color: #424346;
}
.xings-p ul li.active {
  background-color: #6cbe87;
  color: #fff;
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
}
.ps1-p {
  line-height: 55px;
}
.zxdgs-btn {
  margin: 1rem 0;
  display: inline-block;
  background: #ebbf2b;
  line-height: 60px;
  width: 200px;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  color: #fff;
}
.zxdg {
  padding: 30px 0;
  margin-bottom: 1rem;
  border-bottom: 1px solid #dddddd;
}
.introduction-nian .shu-swiper {
  text-align: center;
}
.introduction-nian .shu-swiper .swiper-slide {
  text-align: center;
}
.introduction-nian .shu-swiper .yuans {
  width: 15.5rem;
  height: 15.5rem;
  text-align: center;
  display: inline-block;
  border: solid .625rem #ffffff;
  border-radius: 100%;
}
.introduction-nian .shu-swiper .yuans .nins {
  color: #fff;
  padding-top: 30%;
}
.introduction-nian .shu-swiper .yuans .nins span {
  font-size: 3.75rem;
  line-height: 2.8125rem;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: bold;
}
.introduction-nian .shu-swiper .yuans .nins sub {
  font-size: 1rem;
}
.introduction-nian .shu-swiper .yuans .chang {
  font-size: 1.25rem;
  line-height: 45px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: bold;
}
.introduction-nian {
  background: url(../img/9.jpg) no-repeat center center;
  background-size: cover;
  padding: 4.375rem 0;
  margin-top: 5rem;
}
.color_bai.swiper-container {
  padding-bottom: 3.125rem;
}
.color_bai .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background-color: #ffffff;
  opacity: 0.64;
}
.color_bai .swiper-pagination-bullet-active {
  opacity: 1;
}
.head {
  width: 40%;
  padding-left: 10%;
}
.head::after {
  left: 25%;
  transform: translateX(0%);
  -ms-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -o-transform: translateX(0%);
}
.index-pro {
  background-color: #f5f7fd;
  padding: 3.75rem 0 6.25rem ;
}
.index-pro .cond {
  margin-top: 4.375rem;
}
.index-pro .reght {
  width: 75%;
}
.index-pro .reght .swiper-slide {
  background: #fff;
  padding: 23px;
}
.index-pro .reght .swiper-slide a:hover {
  color: #ffb437;
}
.index-pro .reght .top-img {
  padding-left: 50px ;
}
.index-pro .reght .top-img img {
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.index-pro .reght .top-img .title {
  font-size: 1.25rem;
  line-height: 44px;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index-pro .reght .top-img .title a {
  color: #000000;
  font-weight: bold;
}
.index-pro .reght .cond-yao {
  font-size: 14px;
  line-height: 22px;
  margin: .6875rem 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #acadb0;
} .index-pro .reght .cond-yao  a{
  color: #000000;
  display: inline-block;
  margin-left: 5px;
  text-transform: uppercase;
}.index-pro .reght .cond-yao  a:hover{
 
  color: #ffb437; ;
}
.gengduo-a{
right: 10px;
bottom: 20px;

}.gengduo-a a{
  text-transform: uppercase;
}
.index-pro .reght .cond-ul li {
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #666665;
}
.index-pro .reght .cond-ul li a {
  color: #666665;
}.index-pro .reght .cond-ul {
  min-height:72px ;

}
.index-pro .left {
  background: url(../img/10.jpg) no-repeat center center;
  background-size: cover;
  height: 29.625rem;
  width: 24%;
  padding: 3.5625rem 2.375rem;
  color: #fff;
}
.index-pro .left .div1 {
  font-size: 1.875rem;
  font-weight: bold;
  box-shadow: 0px 3px 7px 0px rgba(200, 197, 197, 0.35);
}
.index-pro .left .more {
  margin-top: 1rem;
}
.index-pro .left .more a {
  width: 8.1875rem;
  height: 2.75rem;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  line-height: 2.75rem;
  border-radius: 1.375rem;
  border: solid 1px #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 */
}
.index-pro .left .more a:hover {
  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: #fff;
  box-shadow: inset  0 0  0 45px #ffb437;
}
.acrelcloud {
  padding: 4.375rem 0;
}
.acrelcloud .acrelcloud-lunbo {
  margin-top: 5rem;
}
.acrelcloud .acrelcloud-lunbo .swiper-container {
  padding-bottom: 80px ;
}
.acrelcloud .acrelcloud-lunbo .swiper-slide {
  background-color: #f5f7fd;
  text-align: center;
  padding: 54px 30px;
}
.acrelcloud .acrelcloud-lunbo .swiper-slide .tele-en {
  margin-top: 2.6875rem;
  font-size: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 24px;
  color: #000000;
}
.acrelcloud .acrelcloud-lunbo .swiper-slide .tele-en a {
  color: #000000;
}
.acrelcloud .acrelcloud-lunbo .swiper-slide .tele-cn {
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0px;
  color: #000000;
  font-weight: bold;
  margin-top: .625rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.acrelcloud .acrelcloud-lunbo .swiper-slide .tele-cn a {
  color: #000000;
}
.acrelcloud .acrelcloud-lunbo .swiper-slide .acrelcloud-yao {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: left;
  font-size: 14px;
  height: 4.6875rem;
  line-height: 1.5625rem;
  letter-spacing: 0px;
  color: #666665;
  margin-top: 1.25rem;
}
.acrelcloud .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background-color: #d1d1d1;
  opacity: 1;
}
.acrelcloud .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #ffb437;
}
.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: #84ba51;
}
.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 {
  border: solid 1px #84ba51;
  color: #84ba51;
}
.index-case-divs1 .hang-div .index-case-uul li:nth-child(2n) {
  float: right;
}
.inex-new {
  padding: 3.9375rem 0;
}
.inex-new .head {
  width: 100%;
  padding-left: 0;
}
.inex-new .head::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 70px;
  height: 6px;
  background-color: #ffb437;
}
.inex-new .inex-new-div > .gsxw {
  width: 49%;
}
.inex-new .inex-new-div .div-top {
  font-size: 1.375rem;
  line-height: 1.5rem;
  font-weight: bold;
  color: #535353;
  margin-bottom: 1.4375rem;
}
.inex-new .inex-new-div .div-top a {
  color: #535353;
}
.inex-new .inex-new-div .div-top a:hover {
  color: #ffb437;
}
.inex-new .inex-new-div .new-tuis .tui-a {
  width: 55%;
}
.inex-new .inex-new-div .new-tuis .tui-a .biaos {
  font-size: 1rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 51px;
  color: #ffffff;
  height: 51px;
  background: rgba(0, 0, 0, 0.2);
  padding: 0 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.inex-new .inex-new-div .new-tuis .tui-a .biaos a {
  color: #ffffff;
}
.inex-new .tuis-uls {
  width: 42%;
}
.inex-new .tuis-uls1 li {
  margin-bottom: 3px;
}
.inex-new .tuis-uls1 li .biris {
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 0px;
  color: #535353;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.inex-new .tuis-uls1 li .biris a {
  color: #535353;
}
.inex-new .tuis-uls1 li .biris a:hover {
  color: #ffb437;
}
.inex-new .tuis-uls1 li .dats {
  font-size: 1rem;
  line-height: 30px;
  letter-spacing: 0px;
  color: #535353;
  opacity: 0.54;
}
.inex-new .hyxw {
  width: 24%;
  margin-left: 1%;
}
.inex-new .xizai {
  width: 24%;
  margin-left: 2%;
}
.inex-new .xizai .new-tuis .tui-a {
  width: 100%;
}
.inex-new .inex-new-div {
  margin-top: 3.3125rem;
}
.foot-bot {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.2);
  padding: 2.1875rem 0;
  margin-top: 2.8125rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.patent-wrap {
  display: flex;
  margin-top: 15px;
}
.patent-wrap li {
  flex: 0 0 19%;
  height: 285px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F4F4F4;
  margin: 0 6.3px;
  border-radius: 10px;
  flex-direction: column;
  background: linear-gradient(0deg, #d3f7e7, #fbfbfb);
}
.patent-wrap li img {
  position: relative;
  border-radius: 50%;
}
.patent-wrap li b {
  width: 30px;
  height: 2px;
  margin: 20px 0;
  background: #05a25f;
}
.patent-wrap li p {
  font-size: 1.125rem;
  margin-top: 2px;
}
.tuijian-new > li a {
  display: block;
}
.ming {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.tuijian-new > li {
  margin-bottom: 26px;
}
.map {
  margin-top: 65px;
}
.map img {
  max-width: inherit;
}
.contat {
  margin: 50px 0 70px 0;
}
.adds {
  color: #1b1b1b;
  font-size: 14px;
  font-weight: lighter;
  line-height: 30px;
  margin-top: 10px;
}
.contat .col-md-3 .iconfont {
  color: #ffb437;
  font-size: 45px;
}
.bixu {
  color: #262626;
  font-size: 17px;
  margin: 20px 0;
}
.reds {
  color: #e00000;
}
.inp-ul > li {
  width: 32%;
  float: left;
  margin-right: 2%;
}
.inp-ul > li:nth-child(3) {
  margin-right: 0;
}
.inp-ul > li p {
  font-size: 1rem;
  font-weight: lighter;
  color: #1b1b1b;
  margin-top: 10px;
}
.inp-ul > li:last-child {
  width: 100%;
  margin-right: 0;
}
.inp-ul > li input {
  width: 100%;
  height: 42px;
  margin-top: 10px;
  border: 1px solid #ebebeb;
  padding-left: 15px;
}
.inp-ul > li textarea {
  width: 100%;
  height: 160px;
  resize: none;
  margin-top: 10px;
  border: 1px solid #ebebeb;
  padding: 15px;
}
.tiajiaos {
  font-size: 15px;
  color: #fff;
  font-weight: lighter;
  line-height: 40px;
  padding: 0 50px;
  background: #ffb437;
  border: none;
  border-radius: 30px;
  margin-top: 20px;
}
.tiajiaos:hover {
  background: #e26e6e;
  transition: 600ms ease-in-out;
}
.cot-lianxi {
  color: #1b1b1b;
  font-weight: lighter;
  font-size: 17px;
  margin: 30px 0 70px 0;
}
.chaop-titles {
  color: #000000;
  font-size: 23px;
  font-weight: lighter;
  line-height: 1.217;
}
.ul_newsiss li {
  margin-bottom: 30px;
}
.last_newiss {
  margin-bottom: 60px;
}
.ul_newsiss li:hover {
  transition: 600ms ease-in-out;
  border: 1px solid #ffb437;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}
.ul_newsiss li:hover img {
  transform: scale(1.2);
  transition: 600ms ease-in-out;
}
.ul_newsiss .fl {
  width: 25%;
}
.ul_newsiss .fr {
  width: 73%;
}
.zhaoyaos_new {
  font-size: 14px;
  color: #686868;
  line-height: 2.143;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.biaoti {
  font-size: 21px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #000000;
  line-height: 1.429;
  padding-top: 10px;
}
.biaoti a {
  color: #000000;
}
.biaoti a:hover {
  color: #ffb437;
}
.das {
  color: #686868;
  line-height: 2.143;
  font-size: 14px;
}
.ul_newsiss li {
  padding: 10px 30px 10px 10px;
  border: 1px solid #dadada;
}
.ul_newsiss {
  padding: 70px 0;
}
.xia-div .col-sm-3 {
  margin-bottom: 1.875rem;
}
.div-uls {
  width: 150px;
  background: #fff;
  z-index: 55;
  display: none;
  left: 0;
  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%);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  
  }
  .div-uls  .ul1  li a{
    display: block;
    color: #000000;
    font-size: 16px;
    text-align: center;
    line-height: 40px;  transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    height: 40px;
  
  }
  .nav-ul>li:hover .div-uls{
    display: block;
  }
  .div-uls  .ul1 >li> a:hover{
    box-shadow: inset 0 0 0 20px #ffb437;
      transition: 400ms ease-in-out;
      -moz-transition: 400ms ease-in-out;
      -webkit-transition: 400ms ease-in-out;
      -o-transition: 400ms ease-in-out;
      color: #fff;
  }
  .nav-ul>li:nth-child(3) .div-uls  {
    left:0%;
  transform: translateX(0%);
  -ms-transform: translateX(0%);
  /* IE 9 */
  -moz-transform: translateX(0%);
  /* Firefox */
  -webkit-transform: translateX(0%);
  /* Safari 和 Chrome */
  -o-transform: translateX(0%);
  
  }.nav-ul>li:nth-child(3) .div-uls .ul1{
    overflow: hidden;
    text-align: left;
  }
  .nav-ul>li:nth-child(3) .div-uls  .ul1>li{
    float: left;
  width: 16.66%;
    text-align: left;
  }.nav-ul>li:nth-child(3) .div-uls  .ul1>li:last-child{
    margin-right: 0;
    width: 16.66%;
  }
  /* .nav-ul>li:nth-child(3) .div-uls  .ul1>li:nth-child(4){
    width: 23%;
  } */
  .nav-ul>li:nth-child(3) .div-uls {
    width: 100vw;
  position: fixed;
  
  padding: 30px 0;
  left: 0;
  }.nav-ul>li:nth-child(3) .div-uls  .ul1>li a{
    text-align: left;
  }
  
  .nav-ul>li:nth-child(3) .div-uls  .ul1{
  
    width:81% ;
  
    margin: auto;
  }.nav-ul>li:nth-child(3) .div-uls  .ul1 >li>a:hover{
    box-shadow: inset 0 0 0 20px transparent;
    color: #ffb437;
  
  
  }.nav-ul>li:nth-child(3) .div-uls  .ul1 >li  .navss-a a{
    font-size: 15px;
  }
  .nav-ul>li:nth-child(3) .div-uls  .ul1 >li  .navss-a a:hover{
    color: #ffb437;
  }.nav-ul>li:nth-child(6) .div-uls{
    width: 200px;
  
      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%);
  
  }

  .linian-ul {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;

  }  .linian-ul li .p1{
    color: #72caed;
    font-size: 1.5rem;

  }.linian-ul li {
    position: absolute;
  }
  .linian-ul li .div2{
    color: #808582;
    font-size: 1rem;
    line-height: 30px;
    margin-top: 10px;

  }.linian-ul li{
    width: 250px;
  }.linian-ul li:nth-child(1) .p1{
    color: #6cbe87;

  }.linian-ul li:nth-child(1) {
    top: 10%;
    left: 0%;
  }.linian-ul li:nth-child(2) {
    width: 140px;
    top: 10%;
    right: 0%;
  }.linian-ul li:nth-child(3) {
    bottom: 0%;
    left:30%;
  }
  .linxi-img{
    margin-top: 1.25rem;
  }
  .chan1s table{
    width: 66%!important;
 
  }
  @media (max-width: 1830px) {
    .nav-ul {
      margin-left: 4%;
  }
  .bot-dao {
    padding: 0 1.75rem;
}.dian {
  font-size: 1rem;
  margin-right: .5rem;
}.nav-ul > li {
  padding: 0 1rem;
}.nav-ul > li > a{
  font-size: .8rem;
}
  }
  .yuns-uld{
    padding: 0 0;
  }

  .yuns-uld .fl{
  width: 43%;
  }

  .yuns-uld .fr{
    width: 55%;
  } .yuns-uld  li:nth-child(2n) .fr{
    float: left;

  }
  .yuns-uld  li:nth-child(2n) .fl{
    float: right

  }.yuns-uld  li{
    padding: 30px;
  }
 .you-img .head{
   width: 100%;
   margin-bottom: 30px;
   padding-left: 0%;

  }
  .you-img .head::after{
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }

  .msa{
    color: #000;
    text-transform: uppercase;
  } .msa:hover{
    color: #ffb437;
  }
@media (max-width: 1500px) {
  .nav-ul>li:nth-child(3) .div-uls .ul1 {
    width: 96%;
  }
  .nav-ul > li > a{
    font-size: 1rem;
  }
  html {
    font-size: 12px;
  }
  .top-dao-ul li {
    margin: 0 10px;
  }
  .daohang.active {
    line-height: 70px;
    border-bottom: 1px solid #eeeeee;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
  }
  .content {
    width: 95%;
  }
  html,
  body {
    font-size: 14px;
  }
  .nav-ul > li {
    padding: 0 .5rem;
  }
  .bot-dao {
    padding: 0 1.75rem;
  }
  .nav-ul {
    margin-left: 4%;
  }
  .index-xia .xia-ul {
    padding: 154px 0;
  }
  .head .title {
    font-size: 30px;
  }
  .index-pro .reght .swiper-slide {
    background: #fff;
    padding: 10px 23px;
  }
}
.index-case-divs1 .swiper-slide {
  width: 100%;
}
@media (max-width: 1366px) {
  .nav-ul > li {
    padding: 0 .3rem;
  }
}
@media (max-width: 1300px) {
  .nav-ul > li > a{
    font-size: .8rem;
  }
  .nav-ul > li {
    padding: 0 .3rem;
  }
  .introduction-nian .shu-swiper .yuans .nins span {
    font-size: 2rem;
  }
  .introduction-nian .shu-swiper .yuans {
    width: 13rem;
    height: 13rem;
  }
  .top {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 1rem;
  }
  .index-case-divs1 .hang-div {
    bottom: 0;
  }
  .introduction-nian .shu-swiper .yuans .chang {
    font-size: 1rem;
  }
  .introduction {
    padding-top: 3.25rem;
  }
}
@media (max-width: 1200px) {
  .index-case-divs1 .hang-div {
    padding: 10px 63px;
  }
  .index-case-divs1 .swiper-slide .fr .div-yao {
    -webkit-line-clamp: 3;
    line-height: 1.5625rem;
    height: 4.6875rem;
  }
  .inex-new .tuis-uls1 li .biris {
    -webkit-line-clamp: 1;
    height: 1.5rem;
  }
  .index-case-divs1 .swiper-slide .fr {
    padding: 20px 63px;
  }
  .foot-ul > li {
    margin-right: 33px;
  }
  .dian {
    display: none;
  }
  .you-img .swiper-button-next {
    right: 0;
  }
  .you-img .swiper-button-prev {
    left: 0;
  }
  .index-xia .xia-ul {
    padding: 60px 0;
  }
  .foot .content a {
    font-size: 0.5rem;
  }
  .foot-ul > li:nth-child(6),
  .foot-ul > li:nth-child(7) {
    display: none;
  }
}
@media (max-width: 1010px) {
  body {
    padding: 70px 0 0px 0;
  }
  .daohang,
  .foot .div-top,
  .rightfix {
    display: none;
  }
  .phone {
    display: block;
  }
  .ban .ban-zi .p1 {
    font-size: 1.75rem;
  }
  .newiss-xing .title {
    font-size: 1.25rem;
  }
  .product-div .le {
    width: 30%;
  }
  .product-div .re {
    width: 65%;
  }
  /* .mobile-foot {
    display: block;
  } */
  .foot {
    padding: 0;
  }
  .foot-bot {
    margin: 0;
  }
  .inex-new .inex-new-div > .gsxw {
    width: 100%;
    margin-bottom: 40px;
  }
  .inex-new .hyxw {
    width: 49%;
  }
  .inex-new .xizai {
    width: 49%;
    margin-left: 1%;
  }
  .inex-new .inex-new-div {
    margin-top: 1.3125rem;
  }
  .inex-new {
    padding: 2.9375rem 0;
  }
  .index-case {
    background-color: #f5f7fd;
    padding: 2.25rem 0;
  }
  .index-case-divs1 {
    margin-top: 1.625rem;
  }
  .index-case-divs1 .hang-div {
    position: relative;
    width: 100%;
    padding: 0;
    margin-bottom: 1.25rem;
  }
  .index-case-divs1 .hang-div .index-case-uul li {
    width: 23%;
    margin: 1%;
  }
  .index-case-divs1 .swiper-slide .fr {
    padding: 30px;
  }
  .head .title {
    font-size: 22px;
  }
  .head-yaos {
    width: 59%;
  }
  .index-pro .left .div1 {
    font-size: 1.3rem;
  }
  .index-pro .left {
    height: 29rem;
    padding: 3.5625rem 1.375rem;
  }
  .index-pro .left .more a {
    height: 2rem;
    line-height: 2rem;
  }
  .introduction-nian .shu-swiper .yuans {
    width: 10rem;
    height: 10rem;
  }
  .introduction-nian .shu-swiper .yuans .nins {
    padding-top: 14%;
  }
  .introduction-nian .shu-swiper .yuans .chang {
    font-size: .5rem;
  }
  .introduction-nian {
    padding: 1.375rem 0;
    margin-top: 2rem;
  }
  .index-pro {
    padding: 2.75rem 0 6.25rem;
  }
}
.foot {
  text-align: center;
}

.newiss-xing .xing-bots {
  border-top: 1px solid #dfdfdf;
  margin-top: 20px;
}
.newiss-xing .shang {
  margin: 0;
  border-top: none;
}
.newiss-xing .shang > div {
  margin-top: 0;
}
.pro-xing .gallery-thumbs {
  margin-top: 20px;
}
.pro-xing .gallery-top .swiper-slide {
  border: solid 1px #6cbe87;
}
.pro-xing .swiper-slide {
  border: 1px solid #e0e0e0;
}
.pro-xing .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border: solid 1px #6cbe87;
}
.pro-xing .swiper-slide img {
  width: auto;
}
.pro-xing .swiper-slide {
  text-align: center;
}
#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 #ffb437;
}
#page li:hover a {
  color: #ffb437;
}
#page li a {
  color: #666;
  display: inline-block;
  padding: 5px 14px;
  text-align: center;
  margin: -5px -14px -5px -14px;
}
#page li.thisclass {
  border: 1px solid #ffb437;
  background-color: #ffb437;
  color: #ffffff;
}
#page li.thisclass a {
  color: #ffffff;
}
.foot .fl {
  width: 100%;
}
.foot .fr {
  display: none;
}

table tr td{
  padding: .625rem;

}
@media (max-width: 767px) {
  .biaoti {
    font-size: 18px;

  }
  .products-a img{ width:141px; height:141px;}
  .ban img{
    height: 200px;
    object-fit: cover;  /*加上这个就可以实现需求效果*/
  }
  .about-div >div:nth-child(3){
    display: inline;
  }
  .acrelcloud .acrelcloud-lunbo .swiper-slide .overh img{
    width: 100%;
  }  .chan1s table{
    width: 100%!important;
  }.cot-lianxi{
    margin-bottom: 0;
  }.product-div .re .products-a{
    margin-bottom: 15px;
  }
.contat .col-md-3 .iconfont{
  display: none;

  }.adds{
    text-align: left;
    margin-top: 0;
  }
  .contat{
    margin: 0;
padding: 2rem 1.25rem;
  }.inp-ul > li{
    width: 100%;
  }
  .xings-p ul li {
    line-height: 40px;
  }
  .chanp-xiang .xings-p {
    margin-top: 1.5rem;
  }
  .chanp-xiang .chan1s {
    padding: 15px 0;
  }
  .zxdgs-btn {
    width: 100px;
    line-height: 40px;
  }
  .head {
    background: transparent;
  }
  .index-pro {
    padding: 10px  15px;
  }
  .introduction-div > div {
    width: 100%;
  }
  .introduction-div::before {
    opacity: 0;
  }
  .introduction-div > div.left {
    margin-bottom: 20px;
  }
  .index-case {
    padding: 10px  15px;
  }
  .index-xia .xia-ul li {
    width: 50%;
  }
  body {
    padding-top: 61px;
  }
  .rightfix {
    display: none;
  }
  .ban-zi .p2 {
    display: none;
  }
  .lianxis {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .tijias .fl {
    width: 100%;
  }
  .tijias .fr {
    width: 100%;
  }
  .crumbs {
    display: none;
  }
  .abous-us,
  .pro-list,
  .newiss-xing,
  .newiss {
    padding: 3rem 1.25rem;
  }
  .abous-us .abous-us-title {
    font-size: 1.275rem;
    margin-bottom: 1.5rem;
  }
  .shipw {
    width: 100%;
  }
  .newiss-xing {
    margin-top: 0;
  }
  .newiss-xing .title {
    font-size: 1.125rem;
  }
  .newiss-xing .nei {
    font-size: 14px;
    line-height: 24px;
  }
  .newiss-xing .shang {
    margin: 1rem 0;
    padding: 19px 0;
  }
  .newiss-xing .shang .fl {
    width: 100%;
  }
  .newiss-xing .shang a {
    font-size: 1rem;
  }
  .news_r {
    margin-top: 1rem;
  }
  .newindex_ul li {
    padding: 1rem 0;
  }
  .chanp-xiang {
    margin: 0;
    padding: 3rem 1.25rem;
  }
  .pro-xing-yao {
    margin: 10px 0;
  }
  .ptitle {
    font-size: 1.125rem;
    margin-top: 10px;
  }
  .product-div .le {
  width: 100%;
  margin-bottom: 20px;
  }.pros_fl_ul {

    padding: 0.5625rem 0;
}
  .product-div .re {
    width: 100%;
  }
  .rong-div > .row {
    margin: 0 -7.5px;
  }
  .rong-div .col-xs-6 {
    padding: 0 7.5px;
  }
  .rong-div .products-a {
    margin-bottom: 1rem;
  }
  .products-a .pro-ming {
    padding: 10px;
  }.pros_fl_ul > li a{
    padding: 3px 15px 3px 15px;
  }
  .top {
    display: none;
  }
  .more a {
    height: 40px;
    width: 120px;
    line-height: 40px;
  }
  .index-xia .xia-ul .swiper-slide .p1 {
    margin-top: 14px;
  }
  .you-img .swiper-slide {
    padding: 20px 10px;
  }
  .you-img .swiper-button-prev img,
  .you-img .swiper-button-next img {
    width: 30px;
  }
  .you-img .swiper-button-next,
  .you-img .swiper-button-prev {
    margin-top: -10px;
  }
  .gao {
    position: relative;
  }
  .gao .le {
    width: 100%;
    padding-left: 19px;
    padding-right: 20px;
  }
  .gao .re {
    display: none;
  }
  .gao .le .titl-a {
    font-size: 15px;
  }
  .gao .le .data {
    display: none;
  }
  .gao .le .swiper-container {
    height: 50px;
  }
  .gao .le .swiper-slide {
    height: 50px ;
    line-height: 50px;
  }
  .gao .swiper-button-prev {
    top: 0px;
  }
  .index-xia {
    padding: 15px;
  }
  .head .title {
    font-size: 1.25rem;
  }
  .top {
    opacity: 0;
    display: none!important;
  }
  .newiss-xing .shang {
    width: 100%;
  }
  .newiss-xing {
    padding-top: 1rem;
  }
  .newiss-xing .shang {
    padding: 0px 0;
  }
  .download thead tr th {
    font-size: 12px;
  }
  .gao {
    display: none;
  }
  .introduction {
    padding: 2rem 1.25rem;
  }
  .content {
    width: 100%;
  }
  .introduction-div {
    margin-top: 1.25rem;
  }
  .head .en {
    line-height: 33px;
  }
  .lunbo .swiper-pagination-bullet {
    display: inline-block;
  }
  .head .yaos {
    padding: 0 30px;
  }
  .you-img {
    padding-bottom: 1.8rem;
  }
  .foot .fr {
    display: none;
  }
  .biaot {
    margin: 10px;
    font-size: 1rem;
    font-stretch: normal;
    line-height: 1.875rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .more a {
    height: 33px;
    width: 111px;
    line-height: 33px;
  }
  .introduction-div .about-div .p2 {
    letter-spacing: 3px;
  }
  .introduction-div .left {
    padding: 0;
    margin-bottom: 0;
  }
  .introduction-nian {
    margin-top: 0 ;
  }
  .head {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-bottom: 8px;
  }
  .head::after {
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    height: 2px;
  }
  .head-yaos {
    width: 100%;
  }
  .index-pro .cond {
    margin-top: 0.375rem;
  }
  .index-pro .left {
    width: 100%;
  }
  .index-pro .left {
    height: 15rem;
    margin-bottom: 1.25rem;
  }
  .index-pro .reght {
    width: 100%;
  }
  .acrelcloud {
    padding: 2rem 1.25rem;
  }
  .acrelcloud .acrelcloud-lunbo .swiper-slide .acrelcloud-yao {
    display: none;
  }
  .acrelcloud .acrelcloud-lunbo .swiper-slide .tele-cn {
    font-size: 1.1rem;
    margin-top: 0;
  }
  .acrelcloud .acrelcloud-lunbo .swiper-slide {
    padding: 15px;
  }
  .acrelcloud .acrelcloud-lunbo .swiper-slide .overh img {
    width: 100%;
  }
  .acrelcloud .acrelcloud-lunbo .swiper-slide .tele-en {
    margin-top: 0.6875rem;
  }
  .acrelcloud .acrelcloud-lunbo {
    margin-top: 1rem;
  }
  .acrelcloud .acrelcloud-lunbo .swiper-container {
    padding-bottom: 43px;
  }
  .acrelcloud .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .index-case,
  .inex-new {
    padding: 2rem 1.25rem;
  }
  .index-case-divs1 .swiper-slide .fl {
    width: 100%;
  }
  .index-case-divs1 .swiper-slide .fr {
    width: 100%;
  }
  .index-case-divs1 .swiper-slide .fr {
    padding: 15px;
  }
  .index-case-divs1 .swiper-slide .fr .p1 {
    font-size: 1.1rem;
    line-height: 1.5625rem;
  }
  .inex-new .inex-new-div .new-tuis .tui-a {
    width: 100%;
  }
  .inex-new .tuis-uls {
    width: 100%;
    margin-top: .9375rem;
  }
  .inex-new .hyxw {
    width: 100%;
  }
  .inex-new .xizai {
    width: 100%;
  }
  .inex-new .inex-new-div .div-top {
    margin-bottom: .4rem;
  }
  .inex-new .inex-new-div > .gsxw {
    margin-bottom: 10px;
  }
  .you-img {
    padding: 2rem 1.25rem;
  }
  .you-img .swiper-slide {
    background: #ffffff;
  }
  .foot-bot {
    padding: 1.25rem;
  }
  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    height: 30px;
    background-size: 100% 100%;
    width: 20px000000;
  }
  .patent-wrap li {
    width: 100%;
    float: left;
    margin: 1%;
  }
  .patent-wrap {
    display: block;
    overflow: hidden;
  }
  .ul_newsiss {
    padding: 2rem 1.25rem;
  }
  .ul_newsiss .fl {
    width: 100%;
    margin-bottom: 10px;
  }
  .ul_newsiss li {
    padding: 15px ;
  }
  .ul_newsiss .fr {
    width: 100%;
  }
  .zhaoyaos_new {
    -webkit-line-clamp: 2;
  }
  .last_newiss {
    margin-bottom: 10px;
  }
  .ul_newsiss li {
    margin-bottom: 15px;
  }
  .ban-zi .p2{
    display: none;

  }
  .product-div .re .products-a .pro-ming {
    height: auto;
    line-height: auto;
  }.linian-ul li .p1 {
 
    font-size: 1.2rem;
}.linian-ul li{
  width: 48%;
  position: relative;
}.linian-ul li:nth-child(3){
  left: 0;
}.linian-ul{
  position: relative;
  margin-top: 10px;
}.linian-ul li:nth-child(2){
  width: 100%;
}#page{
  margin: 15px auto;
}.introduction-nian,.linian-ul,.inex-new .xizai{
  display: none;
}.inex-new .tuis-uls1 li .biris{
  width: 70%;
  float: left;
}.inex-new .tuis-uls1 li {
  overflow: hidden;
}.inex-new .tuis-uls1 li .dats{
  width: 30%;
  float: right;
  text-align: right;
}.inex-new .inex-new-div > .gsxw{
  margin-bottom: 0;
}.introduction-div > div.left{
  margin-top: 10px;
}.index-pro .reght .top-img{
  padding-left: 0;
}
.index-pro .reght .top-img .title{
  font-size: 14px;

}.product-div .re{
  margin-left: 0%;
}
.product-div .re .row{
  margin: 0 -7.5px;
}
.product-div .re .row .col-md-4{
  padding: 0 7.5px;
  width: 50%!important;
  float: left;
}.pro-xing-yao{
  height: auto;
}.zhaoyaos_new{
    -webkit-line-clamp: 6; 
}.yuns-uld{
  padding: 10px 0;

}
.mobile-foot{
  display: block;
}.index-case-divs1 .hang-div .index-case-uul li{
  font-size: 12px;
}.pros_fl_ul{
  display: none;
}
}

.product-div .re .products-a .pro-ming a{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
/* .pros_fl_ul li:nth-child(2) .pros_fl_ul2{
  display: none;
} */

.nav-pills>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-right: 5px;    font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  margin-bottom: 5px;
}.nav-pills>li.active>a,.nav-pills>li:hover>a{
  color: #ffb437;
}
.dh{height: 40px;margin: 0 auto;line-height: 40px;}
.dh a{color: #424346;font-size:1rem;}