@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: 'PingFang SC', helvetica, arial, verdana, tahoma, sans-serif;
  color: #555;
  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%;
}
.top-div {
  width: 84%;
  margin: 0 auto;
  line-height: 50px;
}
.top-div a {
  font-size: 0.875rem;
  color: #838486;
  display: inline-block;
  margin-left: 7px;
}
.dao-top {
  width: 84%;
  margin: 0 auto;
  padding-bottom: 25px;
padding-top:25px;
}
.dao-top .din-le {
  padding-left: 70px;
}
.dao-top .din-le .din-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%);
}
.dao-top .din-le .p1 {
  font-size: 17px;
  color: #262626;
}
.dao-top .din-le .p2 {
  color: #0a7dc9;
  font-weight: bold;
  font-size: 1.375rem;
}
.dao-top .searfix {
  width: 330px;
  height: 40px;
  margin-top: 10px;
  margin-left: 40px;
  border: 1px solid #d5cfcf;
  border-radius: 5px;
}
.dao-top .searfix form {
  width: 100%;
}
.dao-top .searfix form input {
  width: 90%;
  height: 37px;
  padding-left: 10px;
  border-radius: 5px;
}
.dao-top .searfix form button {
  width: 10%;
  text-align: center;
  height: 37px;
  border: none;
  background: transparent;
  line-height: 35px;
}
.dao-top .searfix form button i {
  color: #343434;
  font-weight: bold;
}
.dao-bot {
  height: 70px;
  line-height: 70px;
  background-color: #eef2f5;
  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 */
}
.dao-bot .dao-ul {
  width: 84%;
  margin: 0 auto;
  text-align: center;
}
.dao-bot .dao-ul > li {
  display: inline-block;
  float: left;
  position: relative;
}
.dao-bot .dao-ul > li:last-child {
  margin-right: 0;
}
.dao-bot .dao-ul > li > a {
  font-size: 1.125rem;
  color: #000000;
  display: block;
  padding: 0 5rem;
  position: relative;
}
.dao-bot .dao-ul > li > a:after {
  content: '';
  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 */
  width: 0%;
  left: 0;
  right: 0;
  height: 4px;
  background: #fdb813;
  bottom: 0;
}
.dao-bot .dao-ul > li .classification-ul1 {
  display: none;
  box-shadow: 0px 3px 10px 0px rgba(201, 201, 201, 0.35);
  width: 100%;
  min-width: 200px;
  z-index: 33;
  background: #ffffff;
  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%);
}
.dao-bot .dao-ul > li .classification-ul1 > li {
  line-height: 60px;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
}
.dao-bot .dao-ul > li .classification-ul1 > li:last-child {
  border-bottom: none;
}
.dao-bot .dao-ul > li .classification-ul1 > li > a {
  font-size: 16px;
  color: #474849;
}
.dao-bot .dao-ul > li .classification-ul1 > li .classification-ul2 {
  position: absolute;
  box-shadow: 0px 3px 10px 0px rgba(201, 201, 201, 0.35);
  padding: 10px 40px;
  width: 354px;
  height: 182px;
  left: 100%;
  display: none;
  top: 0;
  background-color: rgba(240, 244, 246, 0.78);
}
.dao-bot .dao-ul > li .classification-ul1 > li .classification-ul2 > li {
  line-height: 40px;
  text-align: left;
}
.dao-bot .dao-ul > li .classification-ul1 > li .classification-ul2 > li > a {
  font-size: 16px;
  color: #474849;
}
.dao-bot .dao-ul > li .classification-ul1 > li .classification-ul2 > li > a:hover {
  color: #0a7dc9;
}
.dao-bot .dao-ul > li .classification-ul1 > li:hover a {
  color: #0a7dc9;
}
.dao-bot .dao-ul > li .classification-ul1 > li:hover .classification-ul2 {
  display: block;
}
.dao-bot .dao-ul > li:hover .classification-ul1,
.dao-bot .dao-ul > li.active .classification-ul1 {
  display: block;
}
.dao-bot .dao-ul > li:hover > a:after,
.dao-bot .dao-ul > li.active > a:after {
  width: 100%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.dao-bot.active {
  position: fixed;
  top: 0;
  left: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  right: 0;
  height: 60px;
  line-height: 60px;
  z-index: 44;
}
.banner .swiper-pagination-bullet {
  width: 23px;
  height: 23px;
  background-color: #ffffff;
  border: solid 1px #e3e1e1;
  opacity: 0.6;
}
.banner .swiper-pagination-white .swiper-pagination-bullet-active {
  opacity: 1;
}
.hd-div {
  padding-bottom: 20px;
}
.hd-div::after {
  content: '';
  position: absolute;
  width: 68px;
  height: 1px;
  background-color: #1079dc;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  bottom: 0;
}
.hd-div .hd-p1 {
  font-size: 3rem;
  line-height: 48px;
  font-weight: bold;
  color: #000000;
}
.hd-div .hd-p2 {
  font-size: 1.125rem;
  line-height: 30px;
  margin-top: 20px;
  color: #414142;
}
.index-pro {
  padding-top: 90px;
  background-color: #eef2f5;
}
.index-pro .index-pro-div {
  margin-top: 59px;
}
.index-pro .index-pro-div .lunbos-pro1 .swiper-slide {
  width: 100%;
  height: 920px;
  cursor: pointer;
}
.index-pro .index-pro-div .lunbos-pro1 .swiper-slide .overh {
  height: 460px;
  background: #ffffff;
}
.index-pro .index-pro-div .lunbos-pro1 .swiper-slide .overh a {
  display: block;
  overflow: hidden;
}
.index-pro .index-pro-div .lunbos-pro1 .swiper-slide .bot-pro {
  height: 460px;
  position: relative;
  padding: 130px 98px 40px 78px;
}
.index-pro .index-pro-div .lunbos-pro1 .swiper-slide .bot-pro::after {
  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%);
  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-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 30px solid #eef2f5;
  top: -20px;
}
.index-pro .index-pro-div .lunbos-pro1 .swiper-slide .bot-pro .title {
  line-height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index-pro .index-pro-div .lunbos-pro1 .swiper-slide .bot-pro .title a {
  font-size: 1.5rem;
  color: #414142;
  font-weight: bold;
}
.index-pro .index-pro-div .lunbos-pro1 .swiper-slide .bot-pro .p2 {
  font-size: 1.125rem;
  line-height: 48px;
  color: #414142;
}
.index-pro .index-pro-div .lunbos-pro1 .swiper-slide .bot-pro .zhnai {
  font-size: 1rem;
  line-height: 26px;
  color: #414142;
  opacity: 0.61;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-pro .index-pro-div .lunbos-pro1 .swiper-slide .bot-pro .more {
  margin-top: 25px;
}
.index-pro .index-pro-div .lunbos-pro1 .swiper-slide:nth-child(even) {
  position: relative;
}
.index-pro .index-pro-div .lunbos-pro1 .swiper-slide:nth-child(even) .overh {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.index-pro .index-pro-div .lunbos-pro1 .swiper-slide:nth-child(even) .bot-pro {
  width: 100%;
  position: absolute;
  top: 0;
}
.index-pro .index-pro-div .lunbos-pro1 .swiper-slide:nth-child(even) .bot-pro::after {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 30px solid #eef2f5;
  border-bottom: none;
  top: auto;
  bottom: -20px;
}
.index-pro .index-pro-div .lunbos-pro1 .swiper-slide:nth-child(even):hover .bot-pro::after {
  border-top: 30px solid #0a7dc9;
  border-bottom: none;
}
.index-pro .index-pro-div .lunbos-pro1 .swiper-slide:hover {
  background: #0a7dc9;
  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 .index-pro-div .lunbos-pro1 .swiper-slide:hover .bot-pro .title a {
  color: #ffffff;
}
.index-pro .index-pro-div .lunbos-pro1 .swiper-slide:hover .bot-pro .p2 {
  color: #ffffff;
}
.index-pro .index-pro-div .lunbos-pro1 .swiper-slide:hover .bot-pro .zhnai {
  color: #ffffff;
}
.index-pro .index-pro-div .lunbos-pro1 .swiper-slide:hover .bot-pro .more a {
  background: #ffffff;
  color: #0a7dc9;
}
.index-pro .index-pro-div .lunbos-pro1 .swiper-slide:hover .bot-pro::after {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 30px solid #0a7dc9;
  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 {
  width: 134px;
  height: 42px;
  background-color: #fdb813;
  border-radius: 5px;
  text-align: center;
  line-height: 42px;
  display: inline-block;
  font-size: 1rem;
  color: #000000;
}
.index-experience {
  padding-top: 100px;
}
.index-experience .hd-div .hd-p1 {
  color: #ffffff;
}
.index-experience .hd-div .hd-p2 {
  color: #ffffff;
}
.index-experience::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 95%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: url(/img/6.jpg) no-repeat;
}
.index-experience .shu-li {
  background: #ffffff;
  margin-top: 75px;
  box-shadow: 0px 3px 10px 0px rgba(201, 201, 201, 0.35);
}
.index-experience .shu-li li {
  width: 25%;
  text-align: center;
  float: left;
  padding: 60px 0;
  border-right: 1px solid #e5e5e5;
}
.index-experience .shu-li li span {
  font-size: 3.125rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0px;
  color: #0a7dc9;
}
.index-experience .shu-li li sub {
  font-size: 1.125rem;
  line-height: 1;
  color: #333434;
}
.index-experience .shu-li li .p2 {
  font-size: 1rem;
  line-height: 37px;
  color: #333434;
}
.index-experience .shu-li li:last-child {
  border-right: none;
}
.index-solution {
  padding: 80px 0 70px;
}
.index-solution .swiper-container {
  padding: 10px;
}
.index-solution .solution-lunbo {
  margin-top: 60px;
}
.index-solution .swiper-slide {
  box-shadow: 0px 3px 10px 0px rgba(201, 201, 201, 0.35);
  position: relative;
  cursor: pointer;
}
.index-solution .swiper-slide .solution-bot {
  padding: 20px 25px 38px;
}
.index-solution .swiper-slide .solution-bot .title {
  line-height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index-solution .swiper-slide .solution-bot .title a {
  font-size: 1.25rem;
  color: #414142;
}
.index-solution .swiper-slide .solution-bot .zhai {
  font-size: 1rem;
  line-height: 26px;
  height: 52px;
  color: #706d6d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-solution .swiper-slide::after {
  width: 0%;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  position: absolute;
  height: 9px;
  background-color: #fdb813;
}
.index-solution .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;
  /* Opera */
}
.index-solution .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: 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);
}
.index-solution .swiper-slide:hover .solution-bot .title 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 */
  color: #0a7dc9;
}
.index-solution .swiper-slide:hover::after {
  width: 100%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-high .swiper-button-next,
.index-high .swiper-button-prev {
  width: 44px !important;
  border: 1px solid #ffffff;
  border-radius: 100%;
  background-size: 14px 32px;
}
.index-high .high-div {
  position: absolute;
  width: 100%;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
}
.index-high .high-div .hight-ul {
  width: 65%;
  background-color: #ffffff;
}
.index-high .high-div .hight-ul li {
  width: 10%;
  height: 291px;
  cursor: pointer;
  float: left;
  position: relative;
}
.index-high .high-div .hight-ul li .div1 {
  width: 100%;
  top: 0;
  bottom: 0;
  float: left;
  height: 291px;
  position: relative;
}
.index-high .high-div .hight-ul li .wen-div {
  font-size: 1.125rem;
  color: #000000;
  position: absolute;
  width: 32px;
  text-align: center;
  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%);
  font-weight: bold;
}
.index-high .high-div .hight-ul li .div2 {
  width: 90%;
  float: left;
  display: none;
}
.index-high .high-div .hight-ul li .div2 .p1 {
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: bold;
}
.index-high .high-div .hight-ul li .div2 .p1 span {
  font-size: 3rem;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
}
.index-high .high-div .hight-ul li .div2 .p2 {
  font-size: 1.125rem;
  line-height: 30px;
  margin-top: 20px;
  color: #ffffff;
}
.index-high .high-div .hight-ul li.active {
  width: 90%;
  background: #0a7dc9;
}
.index-high .high-div .hight-ul li.active .div2 {
  display: block;
  padding: 65px 65px 62px 55px;
  color: #ffffff;
}
.index-high .high-div .hight-ul li.active .div1 {
  background: rgba(255, 255, 255, 0.4);
  width: 10%;
}
.index-high .high-div .hight-ul li.active .div1 .wen-div {
  color: #ffffff;
}
.index-case {
  padding-top: 70px;
}
.index-case .case-lunbo {
  margin-top: 50px;
}
.index-case .case-lunbo .swiper-container {
  padding-bottom: 50px;
}
.index-case .case-lunbo .swiper-container .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  background-color: #000000;
  opacity: 0.22;
}
.index-case .case-lunbo .swiper-container .swiper-pagination-bullet-active {
  background-color: #fdb813;
  opacity: 1;
}
.index-case .case-lunbo .swiper-slide .overh a {
  display: block;
}
.index-case .case-lunbo .swiper-slide .overh 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 */
}
.index-case .case-lunbo .swiper-slide .bot-acse {
  width: 90%;
  margin: 0 auto;
  height: 92px;
  background-color: #eef2f5;
  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: 0px 3px 10px 0px rgba(201, 201, 201, 0.35);
  padding: 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  position: relative;
  top: -40px;
}
.index-case .case-lunbo .swiper-slide .bot-acse a {
  display: block;
  line-height: 92px;
  text-align: center;
  color: #414142;
  font-size: 1.125rem;
  font-weight: bold;
}
.index-case .case-lunbo .swiper-slide:hover .overh 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 */
  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);
}
.index-case .case-lunbo .swiper-slide:hover .bot-acse {
  background: #0a7dc9;
  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-case .case-lunbo .swiper-slide:hover .bot-acse a {
  color: #ffffff;
}
.index-yi {
  margin-top: 40px;
}
.index-about {
  padding: 50px 0 70px;
}
.index-about .index-about-con {
  margin-top: 60px;
}
.index-about .index-about-con .left {
  width: 45%;
}
.index-about .index-about-con .right {
  width: 50%;
}
.index-about .index-about-con .right .tilte {
  font-size: 1.875rem;
  color: #0a7dc9;
  font-weight: bold;
}
.index-about .index-about-con .right .zhan {
  font-size: 1rem;
  line-height: 30px;
  letter-spacing: 0px;
  margin-top: 30px;
  color: #414142;
}
.index-about .index-about-con .right .about-con-ul li {
  width: 33.33%;
  margin-top: 60px;
  float: left;
  border-left: 1px solid #eeeeee;
  text-align: center;
}
.index-about .index-about-con .right .about-con-ul li:last-child {
  border-right: 1px solid #eeeeee;
}
.index-about .index-about-con .right .about-con-ul li .img2 {
  display: none;
}
.index-about .index-about-con .right .about-con-ul li .fa {
  line-height: 30px;
  color: #414142;
  font-weight: bold;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index-about .index-about-con .right .about-con-ul li .fa a {
  font-size: 1.125rem;
  color: #414142;
}
.index-about .index-about-con .right .about-con-ul li:hover .img2 {
  display: inline-block;
  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-about .index-about-con .right .about-con-ul li:hover .img1 {
  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 */
}
.index-about .index-about-con .right .about-con-ul li:hover .fa a {
  color: #fdb813;
}
.index-news {
  background: #efeeee;
  padding: 110px 0 108px;
}
.index-news .tile {
  font-size: 1.125rem;
  color: #62605f;
  line-height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index-news .tile a {
  color: #62605f;
}
.index-news .data {
  font-size: 1rem;
  line-height: 30px;
  color: #62605f;
  opacity: 0.64;
}
.index-news .zhai {
  font-size: 1rem;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
  color: #62605f;
  opacity: 0.65;
}
.index-news .index-news-div {
  margin-top: 50px;
}
.index-news .index-news-div .new-div {
  box-shadow: 0px 3px 10px 0px rgba(201, 201, 201, 0.35);
}
.index-news .index-news-div .new-div .new-bot {
  padding: 50px 35px 37px;
  background: #ffffff;
}
.index-news .index-news-div .new-div .new-bot .zhans {
  width: 67px;
  height: 61px;
  background-color: #0a7dc9;
  font-size: 1rem;
  color: #ffffff;
  text-align: center;
  top: -30px;
  padding: 7px 0;
}
.index-news .new-cjwt {
  background: #ffffff;
  padding: 35px;
}
.index-news .new-cjwt .cjwt-div {
  width: 104px;
  height: 35px;
  background-color: #fdb813;
  text-align: center;
  font-size: 1rem;
  color: #ffffff;
  line-height: 35px;
  left: 0;
  top: 0;
}
.index-news .new-cjwt .zhai {
  -webkit-line-clamp: 2;
}
.index-news .new-cjwt .cjwt-ul {
  height: 402px;
  overflow-y: scroll;
}
.index-news .new-cjwt .cjwt-ul::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  /**/
}
.index-news .new-cjwt .cjwt-ul::-webkit-scrollbar-track {
  background: #efefef;
  border-radius: 2px;
}
.index-news .new-cjwt .cjwt-ul::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 10px;
}
.index-news .new-cjwt .cjwt-ul::-webkit-scrollbar-thumb:hover {
  background: #333;
}
.index-news .new-cjwt .cjwt-ul li {
  padding: 15px 0;
  cursor: pointer;
  border-bottom: 1px solid #e5e5e5;
}
.index-news .new-cjwt .cjwt-ul li .tile {
  line-height: 30px;
}
.index-news .new-cjwt .cjwt-ul li:hover {
  border-bottom: 1px solid #0a7dc9;
}
.index-news .new-cjwt .cjwt-ul li:hover .tile a {
  color: #0a7dc9;
}
.feng-div {
  background-color: #0a7dc9;
  padding: 50px 0 36px;
}
.feng-div .tid {
  font-size: 1.875rem;
  line-height: 36px;
  color: #ffffff;
  font-weight: bold;
}
.feng-div .more1 {
  margin-top: 20px;
}
.feng-div .more1 a {
  width: 134px;
  height: 42px;
  display: inline-block;
  font-size: 1rem;
  color: #ffffff;
  border-radius: 5px;
  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 */
  text-align: center;
  line-height: 42px;
}
.feng-div .more1 a:hover {
  background: #ffffff;
  color: #0a7dc9;
  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-footer {
  background: #0f0f0f;
  border-top: 10px solid #0a7dc9;
}
.index-footer .foot-top {
  padding: 50px 0 90px;
}
.index-footer .foot-top .foot-ul > li {
  margin-right: 91px;
  float: left;
}
.index-footer .foot-top .foot-ul > li:last-child {
  margin-right: 0;
}
.index-footer .foot-top .foot-ul > li .p1 {
  font-size: 1.125rem;
  color: #ffffff;
}
.index-footer .foot-top .foot-ul > li .foot-div {
  font-size: 1rem;
  line-height: 30px;
  letter-spacing: 0px;
  margin-top: 23px;
  color: #676767;
}
.index-footer .foot-top .foot-ul > li .foot-div a {
  color: #676767;
}
.index-footer .foot-top .foot-ul > li .foot-div .box-inp {
  width: 341px;
  height: 49px;
  border: 1px solid #666666;
  border-radius: 0px;
}
.index-footer .foot-top .foot-ul > li .foot-div .box-inp input {
  width: 85%;
  padding-left: 20px;
  background: transparent;
  color: #ffffff;
  height: 49px;
}
.index-footer .foot-top .foot-ul > li .foot-div .box-inp button {
  width: 15%;
  text-align: center;
  border: none;
  background: transparent;
  color: #ffffff;
  line-height: 45px;
}
.index-footer .foot-top .bdsharebuttonbox a {
  width: 48px;
  height: 48px;
  border: solid 2px #666666;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  background: transparent;
  border-radius: 100%;
  padding-left: 0;
  font-size: 1.5625rem;
  color: #666666 !important;
  margin-right: 10px;
}
.foot-bot {
  padding: 20px 0;
  font-size: 1rem;
  border-top: 1px solid #2e2e2e;
  color: #676767;
}
.you-qing {
  font-size: 1rem;
  line-height: 24px;
}
.you-qing a {
  color: #676767;
}
.you-qing a:hover {
  color: #ffffff;
}
.wending-div {
  margin-left: 10px;
}
.wending-div .p1 {
  color: #000;
  letter-spacing: 2px;
  font-size: 1.65rem;
  font-weight: bold;
  line-height: 30px;
}
.wending-div .p1 span {
  color: #097dc8;
}
.wending-div .p2 {
  font-size: 1.25rem;
  color: #000000;
  line-height: 30px;
  letter-spacing: 7px;
}
@media (max-width: 1700px) {
  html {
    font-size: 0.875rem;
  }
  .wending-div .p2 {
    letter-spacing: 5px;
  }
  .wending-div .p1 {
    letter-spacing: 0;
  }
  .dao-top {
    padding-bottom: 24px;
  }
  .dao-bot {
    height: 55px;
    line-height: 55px;
  }
  .top-div {
    line-height: 45px;
  }
  .index-pro .index-pro-div .lunbos-pro1 .swiper-slide .bot-pro {
    padding: 62px 98px 40px 78px;
  }
  .index-pro .index-pro-div .lunbos-pro1 .swiper-slide .overh {
    height: 368px;
  }
  .index-pro .index-pro-div .lunbos-pro1 .swiper-slide .bot-pro {
    height: 368px !important;
  }
  .index-pro .index-pro-div .lunbos-pro1 .swiper-slide {
    height: 736px;
  }
}
.ban .position-div {
  left: 0;
  right: 0;
  bottom: 20px;
  font-size: 1rem;
  line-height: 37px;
  color: #ffffff;
}
.ban .position-div a {
  color: #ffffff;
}
.er-div {
  height: 73px;
  line-height: 73px;
  border-bottom: solid 1px #dee2e5;
}
.er-div .er-us li {
  display: inline-block;
  border: solid 1px transparent;
}
.er-div .er-us li a {
  display: block;
  font-size: 1.25rem;
  padding: 0 30px;
  color: #414142;
}
.er-div .er-us li:hover,
.er-div .er-us li.active {
  background-color: #eef2f5;
  border: solid 1px #dee2e5;
}
.ability-a {
  background-color: #ffffff;
  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 */
  cursor: pointer;
  box-shadow: 0px 3px 10px 0px rgba(201, 201, 201, 0.35);
}
.ability-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 */
}
.ability-a .solution-bot {
  padding: 11px 25px 11px;
}
.ability-a .solution-bot .title {
  line-height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.ability-a .solution-bot .title a {
  font-size: 1.25rem;
  color: #414142;
}
.ability-a .solution-bot .zhai {
  font-size: 1rem;
  line-height: 26px;
  color: #706d6d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 52px;
}
.ability-a:hover {
  background: #0a7dc9;
  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 */
}
.ability-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);
}
.ability-a:hover .solution-bot .title a {
  color: #ffffff;
}
.ability-a:hover .solution-bot .zhai {
  color: #ffffff;
}
.ability-div {
  padding: 55px 0;
}
.about-div {
  padding: 80px 0 105px;
}
.about-div .about-cons {
  font-size: 16px;
  margin-top: 60px;
  line-height: 30px;
  color: #414142;
}
.about-div .about-cons .p1 {
  font-size: 1.375rem;
  line-height: 30px;
  margin-top: 20px;
  color: #414142;
}
.about-div .about-cons .p2 {
  font-size: 1rem;
  line-height: 30px;
  margin-top: 10px;
  color: #414142;
}
.zi-div-title {
  font-size: 2.25rem;
  color: #414142;
}
.fazhan {
  background: #f9f9f9;
  padding: 80px 0;
}
.fazhan .fazhangli {
  margin-top: 90px;
}
.histrory-con {
  width: 65%;
  margin: 70px auto 0;
}
.histrory-con .left {
  width: 43%;
}
.histrory-con .left .nian {
  font-size: 5.625rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0px;
  color: #fdb813;
}
.histrory-con .left .yaos {
  font-size: 1.125rem;
  margin-top: 1.875rem;
  line-height: 1.875rem;
  color: #000000;
  text-align: justify;
}
.histrory-con .right {
  width: 48%;
}
.histrory-con .swiper-button-next,
.histrory-con .swiper-button-prev {
  background: transparent;
}
.histrory-con .swiper-button-next i,
.histrory-con .swiper-button-prev i {
  font-size: 4rem;
  color: #dbdadb;
}
.histrory-con .swiper-button-next {
  right: -100px;
}
.histrory-con .swiper-button-prev {
  left: -100px;
}
.fazhangli .swiper-slide {
  cursor: pointer;
}
.fazhangli .bg-fa {
  background: url(../img/3.png) no-repeat bottom;
  left: 0;
  right: 0;
  height: 13px;
}
.fazhangli .tubiaos {
  left: 16%;
  bottom: 13px;
}
.fazhangli .swiper-container {
  width: 65%;
  margin: 0 auto;
}
.fazhangli .swiper-container .swiper-slide {
  padding: 30px 0 13px;
  font-size: 1.25rem;
  color: #363535;
  text-align: center;
  position: relative;
}
.fazhangli .swiper-container .swiper-slide::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%);
  top: 20px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #fdb813;
  display: none;
}
.fazhangli .swiper-container .swiper-slide::after {
  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%);
  bottom: 0;
  display: none;
  top: 20px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #fdb813;
}
.fazhangli .swiper-container .swiper-slide.swiper-slide-thumb-active::before {
  display: block;
}
.fazhangli .swiper-container .swiper-slide.swiper-slide-thumb-active::after {
  display: block;
}
.tilte-div1 {
  font-size: 2.25rem;
  color: #000000;
  line-height: 48px;
  font-weight: bold;
}
.yaso-div1 {
  font-size: 1.125rem;
  color: #656468;
  line-height: 30px;
  margin-top: 30px;
}
.rong {
  padding: 90px 0 70px;
}
.rong .rong-lunbo {
  margin-top: 54px;
}
.rong .rong-lunbo .swiper-container {
  padding: 10px 10px 70px;
}
.rong .rong-lunbo .swiper-slide {
  box-shadow: 0px 3px 10px 0px rgba(201, 201, 201, 0.35);
}
.rong .rong-lunbo .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  background-color: #000000;
  opacity: 0.22;
}
.rong .rong-lunbo .swiper-pagination-bullet-active {
  background-color: #fdb813;
  opacity: 1;
}
.cialiao-div {
  padding: 24px 0 35px;
}
.cialiao-div .cialiao-a {
  background-color: #eef2f5;
  padding: 40px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  display: block;
}
.cialiao-div .cialiao-a .img2 {
  display: none;
}
.cialiao-div .cialiao-a .titl {
  font-size: 1.125rem;
  color: #27292b;
  line-height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.cialiao-div .cialiao-a:hover {
  background: #0a7ec7;
  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 */
}
.cialiao-div .cialiao-a:hover .img1 {
  display: none;
}
.cialiao-div .cialiao-a:hover .img2 {
  display: inline-block;
}
.cialiao-div .cialiao-a:hover .titl {
  color: #ffffff;
}
.cialiao-ul li {
  padding: 56px 0 68px;
  cursor: pointer;
}
.cialiao-ul li .left {
  overflow: hidden;
}
.cialiao-ul li .left 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 */
}
.cialiao-ul li .cialiao-d > div {
  width: 50%;
}
.cialiao-ul li .cialiao-d .right {
  padding: 80px 0 0 80px;
}
.cialiao-ul li .cialiao-d .right .title {
  line-height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: bold;
}
.cialiao-ul li .cialiao-d .right .title a {
  font-size: 1.5rem;
  color: #414142;
}
.cialiao-ul li .cialiao-d .right .p1 {
  font-size: 1.125rem;
  color: #414142;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.cialiao-ul li .cialiao-d .right .div1 {
  font-size: 1rem;
  line-height: 30px;
  color: #414142;
  opacity: 0.61;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.cialiao-ul li .cialiao-d .right .more {
  margin-top: 30px;
}
.cialiao-ul li:nth-child(odd) {
      border-bottom: 25px solid #eef2f5;
    border-top: 25px solid #eef2f5;
}
.cialiao-ul li:hover .left 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);
}
.cialiao-ul li:hover .cialiao-d .right .title a {
  color: #0a7dc9;
}
.cialiao-ul li:hover .cialiao-d .right .more a {
  background: #0a7dc9;
  color: #ffffff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.position-div1 {
  font-size: 1rem;
  line-height: 37px;
  color: #000000;
  margin: 28px 0 40px;
}
.position-div1 a {
  color: #000000;
}
.position-div1 a:hover {
  color: #0a7dc9;
}
.chanp-xing {
  padding-bottom: 50px;
}
.chanp-xing .xing-title {
  font-size: 2.25rem;
  line-height: 37px;
  font-weight: bold;
  color: #000000;
}
.chanp-xing .xiang-zhai {
  font-size: 1.125rem;
  line-height: 30px;
  margin-top: 30px;
  color: #414142;
  opacity: 0.61;
}
.chanp-xing .more {
  margin-top: 20px;
}
.color-lunbo .swiper-container {
  padding-bottom: 20px;
}
.color-lunbo .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  background-color: #000000;
  opacity: 0.22;
}
.color-lunbo .swiper-pagination-bullet-active {
  background-color: #fdb813;
  opacity: 1;
}
.related-td {
  font-size: 2.25rem;
  padding: 60px 0 18px;
  color: #000000;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.related-td::after {
  content: '';
  position: absolute;
  width: 68px;
  height: 1px;
  background-color: #1079dc;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  bottom: 0;
}
.related-lunbo {
  margin-top: 40px;
}
.related-lunbo .swiper-pagination {
  display: none;
}
.related-lunbo .swiper-slide .overh {
  border: solid 1px #e3e1e1;
}
.related-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;
  /* Opera */
}
.related-lunbo .swiper-slide .related-til {
  line-height: 48px;
  padding: 10px 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.related-lunbo .swiper-slide .related-til a {
  font-size: 1.125rem;
  color: #414142;
}
.related-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: 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);
}
.related-lunbo .swiper-slide:hover .related-til a {
  color: #0a7dc9;
}
.ying-case {
  background: #eef2f5;
  padding-bottom: 60px;
}
.ying-case .swiper-pagination {
  display: none;
}
.ying-case .case-lunbo {
  margin-top: 38px;
}
.technical-parameter {
  padding-bottom: 50px;
}
.technical-parameter .technical-biao {
  margin-top: 50px;
}
.technical-parameter .technical-biao .table-bordered > tbody > tr > td,
.technical-parameter .technical-biao .table-bordered > tbody > tr > th,
.technical-parameter .technical-biao .table-bordered > tfoot > tr > td,
.technical-parameter .technical-biao .table-bordered > tfoot > tr > th,
.technical-parameter .technical-biao .table-bordered > thead > tr > td,
.technical-parameter .technical-biao .table-bordered > thead > tr > th {
  border: none;
  height: 58px;
  line-height: 58px;
  padding: 0;
  font-size: 1.125rem;
  color: #4c4b4a;
}
.technical-parameter .technical-biao .table-bordered > tbody > tr:nth-child(even) {
  background-color: #eef2f5;
}
.technical-parameter .technical-biao .table-bordered > tbody > tr > td:nth-child(1) {
  padding-left: 60px;
}
.technical-parameter .technical-biao .table-bordered {
  border: none;
}
.related-information {
  background-color: #eef2f5;
  padding-bottom: 60px;
}
.related-information .swiper-pagination {
  display: none;
}
.related-information .more {
  margin-top: 40px;
}
.related-information .information-lunbo {
  margin-top: 40px;
}
.related-information .information-lunbo .swiper-slide {
  background: #ffffff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  padding: 25px 28px;
  cursor: pointer;
}
.related-information .information-lunbo .swiper-slide .title {
  font-size: 1.125rem;
  line-height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.related-information .information-lunbo .swiper-slide .title a {
  color: #62605f;
}
.related-information .information-lunbo .swiper-slide .data {
  font-size: 1rem;
  color: #62605f;
  opacity: 0.64;
  line-height: 30px;
}
.related-information .information-lunbo .swiper-slide .zhai {
  font-size: 1rem;
  line-height: 30px;
  color: #62605f;
  opacity: 0.65;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
}
.related-information .information-lunbo .swiper-slide:hover {
  background: #0a7dc9;
  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 */
}
.related-information .information-lunbo .swiper-slide:hover .title a {
  color: #ffffff;
}
.related-information .information-lunbo .swiper-slide:hover .data {
  color: #ffffff;
}
.related-information .information-lunbo .swiper-slide:hover .zhai {
  color: #ffffff;
}
.product-ordering {
  padding-bottom: 60px;
}
.product-ordering .liu-div {
  margin-top: 40px;
}
.product-ordering .liu-div .zi-lian {
  font-size: 1rem;
  line-height: 30px;
  margin: 15px 0 10px;
  color: #575757;
}
.product-ordering .liu-div input {
  width: 100%;
  height: 57px;
  border: solid 1px #e3e1e1;
  padding-left: 10px;
}
.product-ordering .liu-div textarea {
  width: 100%;
  border: solid 1px #e3e1e1;
  resize: none;
  height: 220px;
  padding: 10px;
}
.product-ordering .liu-div .more {
  margin-top: 30px;
}
.product-ordering .liu-div .more button {
  width: 134px;
  height: 42px;
  background-color: #fdb813;
  border-radius: 5px;
  text-align: center;
  line-height: 42px;
  display: inline-block;
  font-size: 1rem;
  color: #000000;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  border: none;
}
.product-ordering .liu-div .more button:hover {
  background: #0a7dc9;
  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;
}
.link-div {
  padding: 77px 0 100px;
}
.link-div .link-top .p1 {
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: bold;
  color: #181818;
}
.link-div .link-top .div1 {
  font-size: 16px;
  margin-top: 25px;
  line-height: 30px;
  color: #181818;
}
.link-div .link-top .col-sm-4 {
  margin-bottom: 60px;
}
.link-div .link-mid .map {
  border: 8px solid #0a7dc9;
}
.global {
  background-color: #efeeee;
  padding: 80px 0;
}
.global .tilte-div1 {
  color: #414142;
}
.global .yaso-div1 {
  font-size: 1rem;
}
.global .global-div {
  margin-top: 58px;
}
.business {
  padding: 81px 0;
}
.zhai-exhibition {
  font-size: 2.25rem;
  color: #292727;
  font-weight: bold;
  padding-bottom: 20px;
  position: relative;
}
.zhai-exhibition::after {
  position: absolute;
  content: '';
  width: 68px;
  height: 1px;
  background-color: #1079dc;
  left: 0;
  bottom: 0;
}
.exhibition-div {
  background-color: #f7f7f7;
  padding: 65px 0;
}
.exhibition-div .exhibition-tuis {
  background-color: #ffffff;
  padding: 36px 40px;
}
.exhibition-div .exhibition-lunbo {
  margin-top: 20px;
  padding-bottom: 50px;
}
.exhibition-div .exhibition-lunbo > div {
  width: 49%;
}
.exhibition-div .exhibition-lunbo .left li {
  display: none;
}
.exhibition-div .exhibition-lunbo .left li.active {
  display: block;
}
.exhibition-div .exhibition-lunbo .right {
  padding-bottom: 50px;
}
.exhibition-div .exhibition-lunbo .right .swiper-container {
  height: 303px;
}
.exhibition-div .exhibition-lunbo .right .swiper-slide {
  padding: 10px 16px 15px;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
.exhibition-div .exhibition-lunbo .right .swiper-slide .title {
  font-size: 1.125rem;
  line-height: 30px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.exhibition-div .exhibition-lunbo .right .swiper-slide .title a {
  color: #3a3938;
}
.exhibition-div .exhibition-lunbo .right .swiper-slide .zhan {
  font-size: 1rem;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #7f7e7e;
}
.exhibition-div .exhibition-lunbo .right .swiper-slide:hover {
  background: #0a7dc9;
  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 */
}
.exhibition-div .exhibition-lunbo .right .swiper-slide:hover .title a {
  color: #ffffff;
}
.exhibition-div .exhibition-lunbo .right .swiper-slide:hover .zhan {
  color: #ffffff;
}
.exhibition-div .exhibition-lunbo .right .swiper-container-vertical > .swiper-pagination-bullets {
  width: 100%;
  top: 90%;
  right: auto;
  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%);
}
.exhibition-div .exhibition-lunbo .right .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
}
.exhibition-div .exhibition-lunbo .right .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  background-color: #000000;
  opacity: 0.22;
  margin: 5px;
}.
.exhibition-div .exhibition-lunbo .right .swiper-pagination-bullet-active {
  background-color: #fdb813;
  opacity: 1;
}
.exhibition-div .exhibition-lunbo .right .swiper-pagination {
  bottom: -30px;
  left: -60px;
}
.industry-div {
  padding: 80px 0;
}
.industry-div .left {
  width: 66%;
}
.industry-div .left p{font-size:16px;
line-height:2}
.industry-div .right {
  width: 30%;
}
.industry-div .right .top-righs {
  background: #f7f7f7;
  padding: 27px;
}
.industry-div .right .top-righs .dong-ul li {
  padding: 10px 0;
}
.industry-div .right .top-righs .dong-ul li .dong-title {
  font-size: 1.125rem;
  line-height: 30px;
  color: #292727;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: bold;
}
.industry-div .right .top-righs .dong-ul li .dong-title a {
  color: #292727;
}
.industry-div .right .top-righs .dong-ul li .dts {
  font-size: 1rem;
  line-height: 30px;
  color: #3a3938;
  opacity: 0.83;
}
.industry-div .right .border-ci {
  border: solid 1px #dfdfdf;
  padding: 17px 25px 25px;
  margin-top: 20px;
}
.industry-div .right .border-ci .ci-p {
  font-size: 1.25rem;
  line-height: 36px;
  font-weight: bold;
  color: #292727;
}
.industry-div .right .border-ci .ci-div > a {
  display: inline-block;
  font-size: 1rem;
  margin-top: 10px;
  height: 42px;
  line-height: 42px;
  padding: 0 40px;
  background-color: #f7f7f7;
  border-radius: 3px;
  color: #292727;
  text-align: center;
}
.industry-div .right .border-ci .ci-div > a:hover {
  background: #0a7dc9;
  color: #ffffff;
}
.industry-div .right .border-ci .ci-div > a:nth-child(2) {
  margin-left: 1%;
}
.industry-div .right .border-ci .ci-div > a:nth-child(3) {
  display: block;
}
.industry-div .right .border-ci .ci-div1 .swiper-slide {
  background: #ffffff;
}
.industry-div .right .border-ci .ci-div1 .swiper-slide:hover .title1 a {
  color: #0a7dc9;
}
.industry-div .right .border-ci .ci-div1 .swiper-slide .title1 {
  line-height: 49px;
  height: 49px;
  text-align: center;
}
.industry-div .right .border-ci .ci-div1 .swiper-slide .title1 a {
  font-size: 1rem;
  color: #414142;
}
.industry-div .right .border-ci1 {
  background: #f7f7f7;
  border: 1px solid #ffc619;
}
.industry-div .right .border-ci1 .ci-div1 {
  margin-top: 10px;
}
.industry-div .right .border-ci1 .title1 {
  border-top: 1px solid #f7f7f7;
}
.industry-div .right .border-ci2 {
  background: #f7f7f7;
}
.industry-div .right .border-ci2 .ci-div2 {
  background: #ffffff;
  margin-top: 10px;
}
.industry-div .right .border-ci2 .ci-div2 .title1 {
  line-height: 49px;
  height: 49px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.industry-div .right .border-ci2 .ci-div2 .title1 a {
  color: #414142;
  font-weight: bold;
}
.industry-div .right .border-ci2 .ci-div2 .swiper-button-white {
  width: 15px !important;
  height: 22px !important;
  background-size: 100% 100% !important;
}
.industry-div .industry-ul {
  margin-top: 27px;
}
.industry-div .industry-ul li {
  margin-bottom: 30px;
}
.industry-div .industry-ul li .fl {
  width: 27%;
}
.industry-div .industry-ul li .fr {
  width: 71%;
}
.industry-div .industry-ul li .fr .title {
  font-size: 1.125rem;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: bold;
}
.industry-div .industry-ul li .fr .title a {
  color: #3a3938;
}
.industry-div .industry-ul li .fr .zhia {
  font-size: 1rem;
  line-height: 24px;
  margin: 10px 0;
  color: #7f7e7e;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.industry-div .industry-ul li .fr .data {
  font-size: 1rem;
  line-height: 30px;
  color: #3a3938;
  opacity: 0.72;
}
.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: #0a7dc9;
  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 .shang .fl {
  width: 70%;
}
.xinwens-div .shang a {
  color: #6b6b6b;
  font-size: 1.0625rem;
}
.xinwens-div .shang a:hover {
  color: #0a7dc9;
}
.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: #0a7dc9;
  color: #fff;
}
.xinxing {
  padding: 60px 0;
}
.position-video .position-ds {
  font-size: 1rem;
  color: #000000;
}
.position-video .position-ds a {
  color: #000000;
}
.position-video .position-ds a:hover {
  color: #0a7dc9;
}
.position-video .pos {
  font-size: 1.125rem;
}
.position-video .pos a {
  display: inline-block;
  margin: 0 10px;
  color: #817f7f;
}
.position-video .pos a:hover,
.position-video .pos a.active {
  color: #0a7ec7;
}
.video_display {
  padding: 60px 0;
}
.video_display .video-a {
  box-shadow: 0px 3px 10px 0px rgba(201, 201, 201, 0.35);
  margin-bottom: 30px;
}
.video_display .video-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 */
}
.video_display .video-a .video-title {
  font-size: 1.125rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 40px;
  padding: 10px;
  text-align: center;
}
.video_display .video-a .video-title a {
  color: #3a3938;
  font-weight: bold;
}
.video_display .video-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);
}
.video_display .video-a:hover .video-title {
  background: #0a7dc9;
  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 */
}
.video_display .video-a:hover .video-title a {
  color: #ffffff;
}
.qiye-danye {
  font-size: 1.125rem;
  line-height: 30px;
}
/* 商务定稿3 */
#Content29 {
  width: 100%;
  float: left;
}
#Content29 .swdgCon3 {
  padding: 60px 0 60px 0;
  width: 100%;
  float: left;
}
#Content29 .swdgCon3 .tit {
  font-size: 1.875rem;
  text-align: center;
}
#Content29 .swdgCon3 .list {
  width: 100%;
  margin: 0 auto;
}
#Content29 .swdgCon3 .u1 {
  width: 101%;
  margin: 55px -0.5% -5px -0.5%;
  float: left;
}
#Content29 .swdgCon3 .l1 {
  height: 382px;
  margin: 5px 0.5%;
  float: left;
  position: relative;
  background-size: 115% !important;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
#Content29 .swdgCon3 .l1:hover {
  background-size: 105% !important;
}
#Content29 .swdgCon3 .l1 .dis {
  width: 100%;
  padding: 0 60px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
#Content29 .swdgCon3 .l1 .t1 {
  font-size: 1.25rem;
  color: #fff;
}
#Content29 .swdgCon3 .l1:hover .t1 {
  font-weight: bold;
}
#Content29 .swdgCon3 .l1 .t2 {
  font-size: 1.125rem;
  line-height: 36px;
  color: #fff;
}
#Content29 .swdgCon3 .l1 a {
  display: block;
  width: 100%;
}
#Content29 .swdgCon3 .l1:nth-child(1) {
  width: 49%;
}
#Content29 .swdgCon3 .l1:nth-child(2) {
  width: 49%;
}
#Content29 .swdgCon3 .l1:nth-child(3) {
  width: 66%;
}
#Content29 .swdgCon3 .l1:nth-child(4) {
  width: 32%;
}
#Content29 .swdgCon3 .l1:nth-child(4) .t2 {
  text-align: center;
}
@media screen and (max-width: 1560px) {
  #Content29 .swdgCon3 .l1 {
    height: 330px;
  }
}
@media screen and (max-width: 1329px) {
  #Content29 .swdgCon3 .l1 {
    height: 300px;
  }
}
@media screen and (max-width: 1199px) {
  #Content29 .swdgCon3 {
    padding: 40px 0 40px 0;
  }
  #Content29 .swdgCon3 .u1 {
    margin: 35px -0.5% -5px -0.5%;
  }
  #Content29 .swdgCon3 .l1 {
    height: 270px;
  }
}
@media screen and (max-width: 991px) {
  #Content29 .swdgCon3 {
    padding: 40px 0 40px 0;
  }
  #Content29 .swdgCon3 .tit {
    font-size: 1.25rem;
  }
  #Content29 .swdgCon3 .list {
    width: 100%;
    float: left;
  }
  #Content29 .swdgCon3 .u1 {
    margin: 20px -0.5% -5px -0.5%;
  }
  #Content29 .swdgCon3 .l1 {
    height: 240px;
    margin: 2px 0.5%;
  }
  #Content29 .swdgCon3 .l1 .dis {
    padding: 0 20px;
  }
  #Content29 .swdgCon3 .l1 .t1 {
    font-size: 1rem;
  }
  #Content29 .swdgCon3 .l1 .t2 {
    font-size: 0.875rem;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  #Content29 .swdgCon3 {
    padding: 20px 0;
  }
  #Content29 .swdgCon3 .tit {
    font-size: 1.3rem;
  }
  #Content29 .swdgCon3 .u1 {
    margin: 15px 0 0 0;
  }
  #Content29 .swdgCon3 .l1 {
    width: 100% !important;
    height: 150px;
    margin: 5px 0;
  }
}
/* 商务定稿4 */
#Content30 {
  width: 100%;
  float: left;
}
#Content30 .swdgCon4 {
  padding: 60px 0 60px 0;
  width: 100%;
  float: left;
}
#Content30 .swdgCon4 .tit {
  width: 100%;
  float: left;
  text-align: center;
}
#Content30 .swdgCon4 .tit .t1 {
  font-size: 1.875rem;
  line-height: 32px;
  color: #fff;
}
#Content30 .swdgCon4 .tit .t2 {
  margin-top: 60px;
  font-size: 1.5rem;
  line-height: 26px;
  color: #fff;
}
#Content30 .swdgCon4 .u1 {
  margin-top: 70px;
  width: 100%;
  float: left;
}
#Content30 .swdgCon4 .l1 {
  width: 10%;
  float: left;
  cursor: pointer;
}
#Content30 .swdgCon4 .l1 .img {
  line-height: 0;
  padding: 0 20%;
}
#Content30 .swdgCon4 .l1 .img img {
  height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
#Content30 .swdgCon4 .l1:hover .img img {
  transform: rotateY(180deg);
}
#Content30 .swdgCon4 .l1 .text {
  margin-top: 40px;
  font-size: 1.125rem;
  line-height: 20px;
  text-align: center;
  color: #e6e6e6;
}
@media screen and (max-width: 1199px) {
  #Content30 .swdgCon4 {
    padding: 40px 0 40px 0;
  }
}
@media screen and (max-width: 991px) {
  #Content30 .swdgCon4 {
    padding: 40px 0 40px 0;
  }
  #Content30 .swdgCon4 .tit .t1 {
    font-size: 1.25rem;
    line-height: 22px;
  }
  #Content30 .swdgCon4 .tit .t2 {
    margin-top: 20px;
    font-size: 1rem;
    line-height: 20px;
  }
  #Content30 .swdgCon4 .u1 {
    margin-top: 30px;
  }
  #Content30 .swdgCon4 .l1 .img {
    padding: 0 20%;
  }
  #Content30 .swdgCon4 .l1 .text {
    margin-top: 20px;
    font-size: 0.875rem;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  #Content30 .swdgCon4 {
    padding: 20px 0 20px 0;
  }
  #Content30 .swdgCon4 .tit .t1 {
    font-size: 1.3rem;
    line-height: 18px;
  }
  #Content30 .swdgCon4 .tit .t2 {
    margin-top: 10px;
    font-size: 0.875rem;
    line-height: 18px;
  }
  #Content30 .swdgCon4 .u1 {
    margin-top: 10px;
  }
  #Content30 .swdgCon4 .l1 {
    width: 20%;
    margin: 5px 0;
  }
  #Content30 .swdgCon4 .l1 .text {
    margin-top: 5px;
  }
}
/* 商务定稿5 */
#Content31 {
  width: 100%;
  float: left;
}
#Content31 .swdgCon5 {
  padding: 60px 0 60px 0;
  width: 100%;
  float: left;
}
#Content31 .swdgCon5 .tit {
  text-align: center;
  width: 100%;
  float: left;
}
#Content31 .swdgCon5 .tit .t1 {
  font-size: 1.875rem;
  line-height: 32px;
  color: #000;
}
#Content31 .swdgCon5 .tit .t2 {
  margin-top: 40px;
  font-size: 1.125rem;
  line-height: 20px;
  color: #000;
}
#Content31 .swdgCon5 .list {
  margin-top: 85px;
  width: 100%;
  float: left;
  background: url(../img/4125_y_sw_21.png) no-repeat top center;
  background-size: cover;
}
#Content31 .swdgCon5 .u1 {
  width: 100%;
  float: left;
}
#Content31 .swdgCon5 .l1 {
  margin-top: 25px;
  width: 33.3%;
  float: left;
}
#Content31 .swdgCon5 .l1:nth-child(2) {
  margin-top: 10px;
}
#Content31 .swdgCon5 .l1 .img {
  width: 114px;
  height: 114px;
  margin: 0 auto;
  line-height: 0;
}
#Content31 .swdgCon5 .l1 .text {
  font-weight: bold;
  margin-top: 50px;
  font-size: 1.125rem;
  line-height: 30px;
  color: #000;
  text-align: center;
}
#Content31 .swdgCon5 .l1:nth-child(2) .text {
  margin-top: 65px;
}
@media screen and (max-width: 1199px) {
  #Content31 .swdgCon5 {
    padding: 49px 0 40px 0;
  }
}
@media screen and (max-width: 991px) {
  #Content31 .swdgCon5 {
    padding: 40px 0 40px 0;
  }
  #Content31 .swdgCon5 .tit .t1 {
    font-size: 1.25rem;
    line-height: 22px;
  }
  #Content31 .swdgCon5 .tit .t2 {
    margin-top: 20px;
    font-size: 1rem;
    line-height: 18px;
  }
  #Content31 .swdgCon5 .list {
    margin-top: 40px;
  }
  #Content31 .swdgCon5 .l1 {
    margin-top: 25px;
  }
  #Content31 .swdgCon5 .l1 .text {
    margin-top: 30px;
    font-size: 0.875rem;
    line-height: 24px;
  }
  #Content31 .swdgCon5 .l1:nth-child(2) .text {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  #Content31 .swdgCon5 {
    padding: 20px 0 20px 0;
  }
  #Content31 .swdgCon5 .tit .t1 {
    font-size: 1.3rem;
    line-height: 18px;
  }
  #Content31 .swdgCon5 .tit .t2 {
    margin-top: 10px;
    font-size: 0.875rem;
    line-height: 16px;
  }
  #Content31 .swdgCon5 .list {
    margin-top: 15px;
    background: url(../img/4125_y_sw_21.png) no-repeat center 18%;
    background-size: 100%;
  }
  #Content31 .swdgCon5 .l1 {
    margin-top: 10px;
  }
  #Content31 .swdgCon5 .l1:nth-child(2) {
    margin-top: 5px;
  }
  #Content31 .swdgCon5 .l1 .img {
    width: 50px;
    height: 50px;
  }
  #Content31 .swdgCon5 .l1 .text {
    margin-top: 5px;
    font-size: 10px;
    line-height: 20px;
  }
  #Content31 .swdgCon5 .l1:nth-child(2) .text {
    margin-top: 10px;
  }
}
/* 商务定稿6 */
#Content32 {
  width: 100%;
  float: left;
}
#Content32 .swdgCon6 {
  padding: 60px 0 60px 0;
  width: 100%;
  float: left;
  background: #f7f8f8;
}
#Content32 .swdgCon6 .tit {
  text-align: center;
  font-size: 1.875rem;
  line-height: 32px;
  color: #000;
  width: 100%;
  float: left;
}
#Content32 .swdgCon6 .u1 {
  margin: 60px 0 40px 0;
  width: 100%;
  float: left;
}
#Content32 .swdgCon6 .l1 {
  font-size: 1.25rem;
  line-height: 36px;
  width: 14%;
  margin-right: 3%;
  text-align: center;
  position: relative;
  color: #fff;
  background: #0a7dc9;
  border-radius: 10px;
  float: left;
}
#Content32 .swdgCon6 .l1::before {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  position: absolute;
  right: -50%;
  top: 50%;
  background: #c5c6c6;
}
#Content32 .swdgCon6 .l1:last-child {
  margin-right: 0;
}
#Content32 .swdgCon6 .l1:last-child::before {
  display: none;
}
#Content32 .swdgCon6 .bd {
  width: 100%;
  float: left;
}
#Content32 .swdgCon6 .form {
  width: 84%;
  margin: 0 auto;
}
#Content32 .swdgCon6 .form .lab {
  width: 49%;
  float: left;
}
#Content32 .swdgCon6 .form .lab1 {
  width: 100%;
  float: left;
}
#Content32 .swdgCon6 .form .lab:nth-child(2n) {
  float: right;
}
#Content32 .swdgCon6 .form .name {
  margin: 35px 0 20px 0;
  font-size: 1rem;
  line-height: 18px;
  color: #333;
}
#Content32 .swdgCon6 .form .fv {
  font-size: 1rem;
  line-height: 24px;
  padding: 10px;
  color: #666;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
}
#Content32 .swdgCon6 .form .fv1 {
  float: left;
  width: 49%;
  font-size: 1rem;
  line-height: 24px;
  padding: 10px;
  color: #666;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
}
#Content32 .swdgCon6 .form .fv2 {
  float: right;
}
#Content32 .swdgCon6 .form .fv3 {
  display: block;
  font-size: 1.25rem;
  line-height: 40px;
  height: 40px;
  width: 430px;
  margin: 50px auto 0 auto;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  background: #0a7dc9;
}
@media screen and (max-width: 1199px) {
  #Content32 .swdgCon6 {
    padding: 40px 0 40px 0;
  }
  #Content32 .swdgCon6 .l1 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 991px) {
  #Content32 .swdgCon6 {
    padding: 40px 0 40px 0;
  }
  #Content32 .swdgCon6 .tit {
    font-size: 1.25rem;
    line-height: 22px;
  }
  #Content32 .swdgCon6 .u1 {
    margin: 30px 0 10px 0;
  }
  #Content32 .swdgCon6 .l1 {
    font-size: 1rem;
    line-height: 30px;
  }
  #Content32 .swdgCon6 .form .name {
    margin: 15px 0 10px 0;
    font-size: 0.875rem;
    line-height: 16px;
  }
  #Content32 .swdgCon6 .form .fv {
    font-size: 0.875rem;
    line-height: 20px;
  }
  #Content32 .swdgCon6 .form .fv1 {
    font-size: 0.875rem;
    line-height: 20px;
  }
  #Content32 .swdgCon6 .form .fv3 {
    font-size: 1rem;
    margin: 20px auto 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #Content32 .swdgCon6 {
    padding: 20px 0 20px 0;
  }
  #Content32 .swdgCon6 .tit {
    font-size: 1.3rem;
    line-height: 18px;
  }
  #Content32 .swdgCon6 .u1 {
    margin: 10px 0 0 0;
  }
  #Content32 .swdgCon6 .l1 {
    font-size: 8px;
    line-height: 22px;
    height: 32px;
    padding: 5px;
  }
  #Content32 .swdgCon6 .l1 .span {
    display: block;
  }
  #Content32 .swdgCon6 .l1:nth-child(2),
  #Content32 .swdgCon6 .l1:nth-child(5) {
    line-height: 11px;
  }
  #Content32 .swdgCon6 .form {
    width: 100%;
  }
  #Content32 .swdgCon6 .form .name {
    margin: 10px 0 5px 0;
  }
  #Content32 .swdgCon6 .form .fv {
    font-size: 12px;
    line-height: 16px;
  }
  #Content32 .swdgCon6 .form .fv1 {
    font-size: 12px;
    line-height: 16px;
  }
  #Content32 .swdgCon6 .form .fv3 {
    font-size: 0.875rem;
    line-height: 30px;
    height: 30px;
    width: 100px;
    margin: 10px auto 0 auto;
  }
  .ban .position-div {
    display: none;
  }
}
.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: #0a7dc9;
  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: #0a7dc9;
  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: #0a71b5 !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;
}
.mobile-foot {
  display: none;
  background: #0a7dc9;
  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 0.9375rem;
  font-size: 0.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: 30%;
  right: 0px;
  border: 1px solid #0a7dc9;
  border-right: 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 #0a7dc9;
}
.fix_ul li i {
  font-size: 30px;
  color: #0a7dc9;
}
.fix_ul li p {
  color: #0a7dc9;
  font-size: 13px;
}
.fix_ul li a {
  color: #0a7dc9;
}
.fix_ul li:last-child {
  border-bottom: none;
}
.fix_ul li:hover > a > p {
  color: #FFF;
}
.fix_ul li:hover {
  background: #0a7dc9;
  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: #0a7dc9;
  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: #0a7dc9;
}
.fix_ul li:hover i {
  color: #fff;
}
.searchbox {
  padding: 15px;
  background: #fff;
  width: 100%;
  top: 52px;
  border-top: 2px solid #0a7dc9;
  text-align: center;
  z-index: 44;
  position: fixed;
}
.searchbox .searchs {
  width: 90%;
  margin: 0 auto;
}
.searchs .sertext {
  display: block;
  padding: 0;
  outline: 0;
  padding-left: 12px;
  width: 78%;
  float: left;
  border: 1px solid #cdcdcd;
  color: #a2a2a2;
  font-size: 12px;
  height: 52px;
  line-height: 52px;
  transition: 0.4s;
}
.serbtn {
  padding: 0;
  margin: 0;
  border: none;
  outline: 0;
  width: 22%;
  float: right;
  height: 52px;
  text-align: center;
  line-height: 52px;
  background: #0a7dc9;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: 0.44s;
}
.hang-con{
  font-size: 1.125rem;
  line-height: 1.875rem;
  padding-top: 40px;
}
@media (max-width: 1600px) {
  .dao-bot .dao-ul > li > a {
 padding: 0 5rem;
  }
}
@media (max-width: 1440px) {
  .dao-bot .dao-ul {
    width: 91%;

  }
  .dao-bot .dao-ul > li > a {
    padding: 0 5rem;
     }
  .dao-top .searfix {
    width: 200px;
  }
  .wending-div .p1 {
    font-size: 1.5rem;
  }
  .wending-div .p2 {
    font-size: 1.125rem;
    letter-spacing: 1.8px;
  }
  .dao-top {
    width: 91%;
  }
  .hd-div .hd-p1 {
    font-size: 2rem;
  }
  .feng-div .tid {
    font-size: 1.5rem;
  }
  .index-high .high-div .hight-ul li .div2 .p1 span {
    font-size: 2rem;
  }
  .index-high .high-div .hight-ul li .wen-div {
    width: 30px;
  }
  .index-case .case-lunbo .swiper-slide .bot-acse {
    height: 50px;
  }
  .index-case .case-lunbo .swiper-slide .bot-acse a {
    line-height: 50px;
  }
}
@media (max-width: 1200px) {
  .dao-bot .dao-ul > li > a {
    padding: 0 3rem;
}
  .index-pro .index-pro-div .lunbos-pro1 .swiper-slide .bot-pro {
    padding: 30px 20px;
  }
  .index-pro .index-pro-div .lunbos-pro1 .swiper-slide .overh {
    height: 257px !important;
  }
  .index-pro .index-pro-div .lunbos-pro1 .swiper-slide .bot-pro {
    height: 257px !important;
  }
  .index-pro .index-pro-div .lunbos-pro1 .swiper-slide {
    height: 514px !important;
  }
  .index-pro .index-pro-div .lunbos-pro1 .swiper-slide .bot-pro .title a {
    font-size: 1.2rem;
  }
  .index-pro .index-pro-div .lunbos-pro1 .swiper-slide .bot-pro .title {
    line-height: 30px;
  }
  .index-pro .index-pro-div .lunbos-pro1 .swiper-slide .bot-pro .p2 {
    line-height: 30px;
  }
  .index-pro .index-pro-div .lunbos-pro1 .swiper-slide .bot-pro .more {
    margin-top: 10px;
  }
  .wending-div {
    display: none;
  }
  .index-news .new-cjwt .cjwt-ul {
    height: 391px;
  }
  .histrory-con {
    width: 84%;
  }
  .histrory-con .swiper-button-next {
    right: 0;
  }
  .histrory-con .swiper-button-prev {
    left: 0;
  }
  .fazhangli .swiper-container {
    width: 84%;
  }
  .fazhangli .tubiaos {
    left: 6%;
  }
  .industry-div .right .border-ci .ci-div > a {
    padding: 0 30px;
  }
}
@media (max-width: 990px) {
  body{
    padding-top: 52px;
  }
  .phone .container {
    width: 100%;
  }
  .rightfix {
    display: none;
  }
  .industry-div .left {
    width: 56%;
  }
  .industry-div .right {
    width: 40%;
  }
  .histrory-con .left .nian {
    font-size: 2.625rem;
  }
  .histrory-con .left {
    width: 47%;
  }
  .histrory-con .left .yaos {
    margin-top: 10px;
  }
  .industry-div .industry-ul li .fl {
    width: 40%;
  }
  .industry-div .industry-ul li .fr {
    width: 55%;
  }
  .daohang {
    display: none;
  }
  .index-pro {
    padding-top: 30px;
  }
  .index-pro .index-pro-div {
    margin-top: 30px;
  }
  .index-experience {
    padding-top: 30px;
  }
  .index-experience .shu-li li {
    padding: 20px 0;
  }
  .index-experience .shu-li {
    margin-top: 20px;
  }
  .index-solution {
    padding: 30px 0 30px;
  }
  .hd-div .hd-p2 {
    margin-top: 10px;
  }
  .index-solution .solution-lunbo {
    margin-top: 20px;
  }
  .index-high .high-div {
    position: relative;
  }
  .index-high .high-div .hight-ul li.active .div2 {
    padding: 30px;
  }
  .index-high .high-div .hight-ul li {
    height: 240px;
  }
  .index-case {
    padding-top: 30px;
  }
  .index-news {
    padding: 30px 0;
  }
  .index-news .new-cjwt {
    padding: 35px 15px;
  }
  .index-news .new-cjwt .cjwt-ul {
    height: 348px;
  }
  .index-footer .foot-top .foot-ul > li:nth-child(2),
  .index-footer .foot-top .foot-ul > li:nth-child(3) {
    display: none;
  }
  .index-footer .foot-top {
    padding: 30px 0 30px;
  }
  .cialiao-ul li .cialiao-d .right {
    padding: 18px 0 0 23px;
  }
  .exhibition-div .exhibition-lunbo .right .swiper-container {
    height: 195px;
  }
  .exhibition-div .exhibition-lunbo .right {
    padding-bottom: 12px;
  }
  .exhibition-div .exhibition-lunbo .right .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .exhibition-div .exhibition-tuis {
    padding: 20px 20px 0;
  }
  .zhai-exhibition {
    font-size: 1.5rem;
  }
  .exhibition-div .exhibition-lunbo > div {
    width: 100%;
  }
  .exhibition-div .exhibition-lunbo .right .swiper-pagination {
    left: 40%;
  }
  .phone,
  .mobile-foot {
    display: block;
  }
}
@media (max-width: 767px) {
  .rongs1 .col-xs-6{
    padding: 0 7.5px;

  }
  .index-news .index-news-div .new-div .new-bot .zhans{
    width: auto;
    height: auto;
    padding: 10px;

  }
  #Content32 .swdgCon6 .l1::before{
    display: none;
  }
  #Content30 .swdgCon4 .l1 .img img {
    height: auto;
    
    }#Content32 .swdgCon6 .l1{
      width: 48%;
      margin: 1% ;
    }
  
  .hang-con{
    padding-top: 20px;
  }
  .position-div1{
    display: none;
  }
  .ban  img{
    height: 150px;
    object-fit: cover;
  }


  html {
    font-size: 12px;
  }
  .container {
    width: 95%;
  }
  .index-pro {
    padding: 30px 15px;
  }
  .index-experience .shu-li li {
    width: 50%;
    padding: 10px 0;
  }
  .index-experience .shu-li li span {
    font-size: 2.125rem;
  }
  .hd-div .hd-p1 {
    font-size: 1.5rem;
  }
  .hd-div .hd-p2 {
    line-height: 25px;
    margin-top: 5px;
  }
  .index-solution .swiper-slide .solution-bot {
    padding: 15px;
  }
  .index-solution .swiper-slide .solution-bot .title {
    line-height: 30px;
  }
  .index-high .high-div .hight-ul {
    width: 100%;
  }
  .index-high .high-div .hight-ul li {
    height: 274px;
  }
  .index-high .high-div .hight-ul li .wen-div {
    width: 22px;
  }
  .index-high .high-div .hight-ul li .div2 .p1 span {
    font-size: 1.5rem;
  }
  .index-high .high-div .hight-ul li .div2 .p1 {
    font-size: 1.2rem;
  }
  .index-high .high-div .hight-ul li .div2 .p2 {
    line-height: 25px;
  }
  .index-case {
    padding: 30px 15px;
  }
  .index-case .case-lunbo {
    margin-top: 20px;
  }
  .index-case .case-lunbo .swiper-container .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .index-case .case-lunbo .swiper-container {
    padding-bottom: 0;
  }
  .index-yi {
    margin-top: 0;
  }
  .index-about {
    padding: 30px 15px;
  }
  .index-about .index-about-con .left {
    width: 100%;
  }
  .index-about .index-about-con .right {
    width: 100%;
    margin-top: 15px;
  }
  .index-about .index-about-con .right .tilte {
    font-size: 1.4rem;
  }
  .index-about .index-about-con .right .zhan {
    margin-top: 10px;
    line-height: 25px;
  }
  .index-about .index-about-con {
    margin-top: 20px;
  }
  .index-about .index-about-con .right .about-con-ul li {
    margin-top: 20px;
  }
  .index-news {
    padding: 30px 0;
  }
  .index-news .index-news-div {
    margin-top: 20px;
  }
  .index-news .index-news-div .new-div .new-bot {
    padding: 30px 15px;
  }
  .index-news .index-news-div .new-div {
    margin-bottom: 15px;
  }
  .index-news .new-cjwt {
    padding: 40px 15px;
  }
  .feng-div {
    padding: 30px 15px;
  }
  .index-footer .foot-top {
    padding: 30px 15px;
  }
  .foot-bot {
    padding: 20px 15px;
  }
  .index-footer .foot-top .foot-ul > li {
    margin-right: 0;
  }
  .index-footer .foot-top .foot-ul > li .foot-div {
    margin-top: 0px;
  }
  .feng-div .more1 {
    margin-top: 4px;
  }
  .feng-div .tid {
    line-height: 25px;
  }
  .banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .index-high .swiper-button-next,
  .index-high .swiper-button-prev {
    width: 30px !important;
    height: 30px !important;
  }
  .feng-div .tid {
    font-size: 1.3rem;
  }
  .cialiao-div .cialiao-a {
    padding: 15px 5px;
  }
  .cialiao-div .cialiao-a .overh img {
    width: 30px;
  }
  .cialiao-div .col-sm-4 {
    padding: 0 7.5px;
  }
  .cialiao-ul li {
    padding: 30px 0px;
  }
  .cialiao-ul li .cialiao-d > div {
    width: 100%;
  }
  .cialiao-ul li .cialiao-d .right {
    padding: 10px 0 0 0px;
  }
  .cialiao-ul li .cialiao-d .right .title a {
    font-size: 1.3rem;
  }
  .cialiao-ul li .cialiao-d .right .title {
    line-height: 36px;
  }
  .cialiao-ul li .cialiao-d .right .more {
    margin-top: 7px;
  }
  .more a {
    width: 100px;
    height: 30px;
    line-height: 30px;
  }
  .cialiao-ul li .cialiao-d .right .div1 {
    line-height: 25px;
  }
  .cialiao-div {
    padding: 30px 15px;
  }
  .chanp-xing .xing-title {
    font-size: 1.5rem;
  }
  .color-lunbo .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .chanp-xing .xiang-zhai {
    margin-top: 0;
    line-height: 25px;
  }
  .related-td {
    font-size: 1.5rem;
    padding: 30px 0 10px;
  }
  .ability-a .solution-bot {
    padding: 10px;
  }
  .ying-case {
    padding: 0 15px 40px;
  }
  .technical-parameter .technical-biao .table-bordered > tbody > tr > td:nth-child(1) {
    padding-left: 10px;
  }
  .technical-parameter .technical-biao .table-bordered > tbody > tr > td,
  .technical-parameter .technical-biao .table-bordered > tbody > tr > th,
  .technical-parameter .technical-biao .table-bordered > tfoot > tr > td,
  .technical-parameter .technical-biao .table-bordered > tfoot > tr > th,
  .technical-parameter .technical-biao .table-bordered > thead > tr > td,
  .technical-parameter .technical-biao .table-bordered > thead > tr > th {
    height: 40px;
    line-height: 40px;
  }
  .related-information .information-lunbo .swiper-slide {
    padding: 10px;
  }
  .related-information .information-lunbo .swiper-slide .title {
    line-height: 30px;
  }
  .product-ordering .liu-div input {
    height: 30px;
  }
  .product-ordering .liu-div .zi-lian {
    margin: 10px 0;
  }
  .product-ordering .liu-div {
    margin-top: 10px;
  }
  .product-ordering .liu-div textarea {
    height: 80px;
  }
  .product-ordering .liu-div .more button {
    width: 100px;
    height: 40px;
    line-height: 40px;
  }
  .related-information .information-lunbo {
    margin-top: 20px;
  }
  .er-div {
    display: none;
  }
  .about-div {
    padding: 30px 0 30px;
  }
  .zi-div-title {
    font-size: 1.5rem;
  }
  .about-div .about-cons {
    margin-top: 10px;
    line-height: 25px;
  }
  .fazhan {
    padding: 30px 0;
  }
  .histrory-con .right {
    width: 100%;
  }
  .histrory-con .left {
    width: 100%;
    margin-top: 10px;
  }
  .histrory-con {
    width: 95%;
    margin: 10px auto 0;
  }
  .fazhangli .swiper-container {
    width: 95%;
  }
  .fazhangli .tubiaos {
    left: 2%;
  }
  .fazhan .fazhangli {
    margin-top: 10px;
  }
  .yaso-div1 {
    margin-top: 10px;
    line-height: 24px;
  }
  .rong {
    padding: 30px 0 30px;
  }
  .rong .rong-lunbo .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .rong .rong-lunbo .swiper-container {
    padding: 10px 10px 38px;
  }
  .rong .rong-lunbo {
    margin-top: 10px;
  }
  .histrory-con .swiper-button-next i,
  .histrory-con .swiper-button-prev i {
    font-size: 2rem;
  }
  .tilte-div1 {
    font-size: 1.7rem;
  }
  .link-div {
    padding: 30px 0;
  }
  .link-div .link-top .div1 {
    margin-top: 0px;
    line-height: 25px;
  }
  .link-div .link-top .col-sm-4 {
    margin-bottom: 10px;
  }
  .link-div .link-top .p1 {
    font-size: 1.3rem;
  }
  .global {
    padding: 30px 0;
  }
  .global .global-div {
    margin-top: 10px;
  }
  .business {
    padding: 30px 0;
  }
  .ability-div {
    padding: 30px 0;
  }
  .ability-a {
    margin-bottom: 15px;
  }
  .exhibition-div {
    padding: 30px 0;
  }
  .video_display {
    padding: 30px 15px;
  }
  .industry-div {
    padding: 30px 0;
  }
  .industry-div .left {
    width: 100%;
  }
  .industry-div .right {
    width: 100%;
  }
  .industry-div .industry-ul li .fr .zhia {
    margin: 0;
  }
  .industry-div .industry-ul li {
    margin-bottom: 11px;
  }
  .industry-div .right .top-righs {
    padding: 20px 10px;
  }
  .industry-div .right .border-ci .ci-div > a:nth-child(2) {
    display: block;
  }
  .industry-div .right .border-ci .ci-div > a {
    display: block;
  }
  .xinxing {
    padding: 30px 0;
  }
  .newiss-xing .title {
    font-size: 1.5rem;
  }
  .newiss-xing .nei {
    line-height: 25px;
  }
  .xinwens-div .xing-bots {
    margin: 1.75rem 0;
    padding: 0.875rem 0;
  }
  .xinwens-div .xing-bots .shang {
    width: 100%;
  } .rongs1 {
    padding:30px 15px ;
  }body{
    width: 100vw;

  }
  .index-pro ,.index-experience,.index-solution,.index-high,.index-case,.index-yi,.index-about,.index-news{
    overflow-x: hidden;
  }
}

#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 #0a7dc9;
}

#page li:hover a {
  color: #0a7dc9;
}

#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 #0a7dc9;
  background-color: #0a7dc9;
  color: #FFFFFF
}

#page li.thisclass a {
  color: #fff
}
.industry-div .right .top-righs .dong-ul li .dong-title a:hover{
  
  color:#0a7dc9 ;
}

.industry-div .industry-ul li:hover{

}.industry-div .industry-ul li .fl {
  overflow: hidden;
}
.industry-div .industry-ul li .fl 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;
}
.industry-div .industry-ul li:hover .fl 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);
}.industry-div .industry-ul li:hover  .fr .title  a{
  color:#0a7dc9 ;
}.industry-div .right .border-ci2 .ci-div2 .title1:hover a{
  color:#0a7dc9 ;
}.top-div a:hover{
  color:#0a7dc9 ;
}
.ban .position-div a:hover{
  color:#fdb813 ;
}
.video-div{
  cursor: pointer;
}
.nei video{
  max-width: 100%;

}
.sou-div .overh{
  height: 200px;

}.sou-div .zhai{
  height: 52px;
}

@media (min-width: 768px){
  #myModal .modal-dialog{

      width: 70%;
      margin: 5% auto;
    

  }
}