@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  font-size: 16px;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
button {
  /* border: none; */
}
.overh {
  overflow: hidden;
}
.map img {
  max-width: inherit;
}
/* 取消链接高亮  */
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
/* 初始化 */
body,
div,
ul,
>li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: none;
}
@media (min-width: 1205px) {
  .container {
    width: 1205px;
  }
}
body {
  font-family: "Source Han Sans CN", 'pingfang SC','Microsoft YaHei',helvetica,arial,verdana,tahoma,sans-serif;
  color: #555;
  overflow-x: hidden;
  padding-top: 13.9rem;
}
button:focus {
  outline: none;
}
em,
i {
  font-style: normal;
}
ul,
li {
  list-style-type: none;
  padding: 0;

}
.w100 {
  width: 100%;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
a:hover,
a:link,
a:visited {
  text-decoration: none;
}
input:focus,
textarea:focus {
  outline: none;
}
.ta {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.f14px {
  font-size: 14px;
}
.f16px {
  font-size: 16px;
}
.book {
  border: 1px solid #000;
}
.db {
  display: block;
}
.dnb {
  display: inline-block;
}
.flight {
  font-weight: lighter;
}
.fbold {
  font-weight: bold;
}
.imghover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.sca1 {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
}
.sca0 {
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
}
.tran {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.hovercolor {
  color: #8cca1d;
}
.zhong {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  justify-content: center;
  align-items: center;
}
.z {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.l0 {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cen {
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
}
.f48 {
  font-size: 48px;
}
.wen_hide {
  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_hide2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.w55 {
  width: 55%;
}
.daohang {
  background: #fff;
  position: fixed;
  z-index: 99;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.daohang .top1 {
  background: #515151;
  padding: 6px 0;
}
.daohang .top1 .fl {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
}
.daohang .top1 .fr a:hover {
  color: #006db8;
}
.daohang .tops {
  padding: 15px 0;
}
.daohang .tops .log-wen {
  margin: 8px 15px;
  padding-left: 15px;
  border-left: 1px solid #b5b5b5;
  text-align: left;
}
.daohang .tops .log-wen p {
  color: #000000;
  font-size: 22px;
  font-weight: 800;
  margin-top: 3px;
  line-height: 1;
  letter-spacing: 5px;
  text-align: left;
}
.daohang .tops .log-wen .wes {
  color: #000000;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
}
.daohang .tops .rights {
  margin-top: 15px;
}
.dianh .fl {
  margin-right: 10px;
}
.dianh .p1 {
  color: #bbb;
  font-size: 14.4px;
  font-weight: 700;
}
.dianh .p2 {
  color: #f16b12;
  font-size: 15.7px;
  font-weight: 700;
}
.dianh .ps {
  margin-top: -4px;
}
.daonghang-ul > li {
  display: inline-block;
  text-align: center;
  position: relative;
  float: left;
}
.daonghang-ul > li i {
  display: inline-block;
  margin-left: 10px;
  line-height: 58px;
  color: #000000;
  font-size: 20px;
}
.daonghang-ul > li > a {
  color: #000000;
  font-size: 18px;
  padding: 0 15px;
  line-height: 58px;
}
.daonghang-ul > li .er-ul {
  position: absolute;
  width: 160px;
  padding: 5px 0;
  left: -50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  background: #fff;
  opacity: 0;
  z-index: 33;
  transform: scale(0);
  transition: 0.4s ease-in-out;
}
.daonghang-ul > li .er-ul li {
  line-height: 30px;
  width: 100%;
  display: block;
}
.yuyans {
  font-size: 14px;
  color: #ffffff;
}
.yuyans a {
  color: #ffffff;
}
.yuyans span {
  display: inline-block;
  margin: 0 5px;
}
.yuyans span .ds1 {
  font-weight: bold;
}
.yuyans i {
  font-size: 18px;
}
.cos {
  display: inline-block;
  cursor: pointer;
}
.cos:hover ul {
  top: 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 */
  display: block;
}
.cos ul {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  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 */
  border: 1px solid #eeeeee;
  background: #ffffff;
  z-index: 33;
}
.cos ul li {
  line-height: 30px;
}
.cos ul li a {
  color: #000;
  display: block;
  text-align: center;
}
.cos ul li:hover {
  background: #043e88;
  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 */
}
.cos ul li:hover a {
  color: #ffffff !important;
}
.daonghang-ul > li .er-ul li a {
  color: #000;
  font-size: 14px;
  display: block;
}
.daonghang-ul > li .er-ul li:hover {
  background: #f16b12;
}
.daonghang-ul > li .er-ul li:hover a {
  color: #ffffff;
}
.daonghang-ul > li.active a,
.daonghang-ul > li:hover a {
  color: #f16b12;
}
.daonghang-ul > li:hover .er-ul {
  transform: scale(1);
  transition: 0.4s ease-in-out;
  opacity: 1;
}
.banzi {
  width: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  color: #ffffff;
}
.banzi .p1 {
  font-size: 48px;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.31);
}
.banzi .p2 {
  font-size: 30px;
  font-weight: bold;
}
.position {
  color: #434343;
  font-size: 16px;
  background: #eeeef0;
  line-height: 60px;
}
.position a {
  color: #434343;
}
.position a:hover {
  color: #043e88;
}
.content {
  margin: 50px 0;
}
.content .cont-div .les {
  width: 75%;
}
.content .cont-div .res {
  width: 23%;
}
.pro-a {
  margin: -10px -10px 0 -10px;
}
.pro-a .col-md-4 {
  padding: 10px;
}
.pro-a .pro-div {
  border: 1px solid #e7e7ea;
}
.pro-a .pro-div .overh a {
  display: inline-block;
}.pro-a .pro-div .overh a img{
  padding: 10px;
}
.pro-a .pro-div .overh a:hover img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.pro-a .pro-div .pro-bot {
  color: #636364;
  font-size: 16px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 20px;
}
.pro-a .pro-div .pro-bot a {
  text-align: center;
  display: block;
  color: #636364;
}.zixun-div{
  text-align: center;
padding-bottom: 20px;
}
.zixun-div a{
  display: inline-block;
 
  font-size: 16px;
  line-height: 45px;
  margin: 0 10px;
  padding: 0 20px;


  cursor: pointer;
}.zixun-div a:nth-child(2){
  color: #00b26a;border: 1px solid #00b26a;
}
.zixun-div a:nth-child(1){
  background: #043e88;
  color: #ffffff;

}.zixun-div a:hover{
  box-shadow: inset 0 0 0 40px #00b26a;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    color: #FFF;
}

/* .pro-a .pro-div .pro-bot:hover {
  background: #043e88;
} */
/* .pro-a .pro-div .pro-bot:hover a {
  color: #ffffff;
} */
.hds {
  color: #ffffff;
  font-size: 18px;
  padding: 17px 15px;
  background: #043e88;
  text-align: center;
  margin-bottom: 10px;
}
.div-le {
  border: 1px solid #e7e7e7;
}
.div-le .div-hd {
  background: #eeeef0;
  padding: 17px 10px 17px 54px;
  color: #434343;
  font-size: 16px;
  border-bottom: 1px solid #e7e7e7;
}
.div-le .div-hd a {
  display: block;
  color: #434343;
}
.div-le.div-le1 .div-hd:hover {
  background: #00b26a;
}
.div-le.div-le1 .div-hd:hover a {
  color: #ffffff;
}
.div-le .ul1 {
  padding: 15px;
}
.div-le .ul1 li a {
  display: block;
  font-size: 16px;
  color: #616364;
  line-height: 30px;
  height: 30px;
  padding-left: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  position: relative;
}
.div-le .ul1 li a:hover {
  color: #043e88;
}
.div-le .ul1 li a:after {
  content: '';
  position: absolute;
  left: 45px;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 5px solid;
  border-color: transparent transparent transparent #616364;
}
.ul2 {
  padding: 15px;
}
.ul2 li a {
  font-size: 14px;
  color: #616364;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.ul2 li a:hover {
  color: #043e88;
}
.div-le2 {
  margin-top: 20px;
}
.div-le2 .div-hd {
  padding-left: 0;
}
.div-le3 .div-hd {
  background: #00b26a;
  color: #ffffff;
}
.div-le3 .adds1 {
  padding: 15px;
  color: #616364;
  font-size: 14px;
  line-height: 25px;
}
.div-le3 .ads {
  margin-top: 10px;
}
footer {
  background-color: #043e88;
}
footer .foot-top {
  padding: 3.75rem 0 2.1875rem 0;
}
footer .foot-top .foot-ul > li {
  margin-right: 2.875rem;
  float: left;
}
footer .foot-top .foot-ul > li:last-child {
  margin-right: 0;
}
footer .foot-top .foot-ul > li > p {
  color: #ffffff;
  font-size: 1rem;
}
footer .foot-top .foot-ul > li > p a {
  color: #ffffff;
}
footer .foot-top .foot-ul > li > p a:hover {
  color: #00b26a;
}
footer .foot-top .foot-ul > li .foot-div {
  font-size: .875rem;
  margin-top: 10px;
  color: #ffffff;
  line-height: 30px;
}
footer .foot-top .foot-ul > li .foot-div ul li a {
  color: #ffffff;
}
footer .foot-top .foot-ul > li .foot-div ul li a:hover {
  color: #00b26a;
}
footer .foot-top .foot-ul > li .foot-div1 {
  opacity: 1;
}
footer .foot-top .foot-ul > li .foot-div1 .bdsharebuttonbox a {
  color: #868484;
  background: transparent;
  font-size: 40px;
}
.boot .boot-dis {
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}
.boot .boot-dis .lixia {
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0px;
  color: #ffffff;
}
.boot .boot-dis .banq {
  font-size: .875rem;
  color: rgba(255, 255, 255, 0.35);
  line-height: 1.75rem;
}
.boot .boot-dis .banq a {
  color: rgba(255, 255, 255, 0.35);
}
.boot .boot-dis .banq a:hover {
  color: #00b26a;
}
.box {
  margin-bottom: 20px;
}
.box .fl {
  width: 80%;
  height: 48px;
  border: 1px solid #878787;
  border-radius: 5px;
  background: transparent;
  padding-left: 10px;
}
.box .fl::placeholder {
  color: #7c7c7c;
  font-size: 17px;
}
.box .fr {
  height: 48px;
  border: none;
  display: inline-block;
  width: 17%;
  line-height: 48px;
  background: #043e88;
  color: #ffffff;
  border-radius: 5px;
}
.service-con {
  font-size: 16px;
  color: #525253;
  line-height: 30px;
}
.service-con .title-sp {
  font-size: 18px;
  font-weight: bold;
}
.se-div {
  margin-top: 30px;
}
.se-div .row {
  margin: 30px -7.5px;
}
.se-div .row .col-md-4 {
  padding: 0 7.5px;
}
.se-div p {
  text-indent: 30px;
  margin: 0;
  line-height: 1;
  padding: 0;
}
.ul3 {
  border: 1px solid #e7e7e7;
  padding: 0 15px;
}
.ul3 li {
  border-bottom: 1px solid #e7e7e7;
}
.ul3 li:last-child {
  border-bottom: none;
}
.ul3 li a {
  display: block;
  line-height: 30px;
  
  text-align: center;

  color: #434343;
  font-size: 16px;
  padding:5px 10px;
}
.ul3 li:hover a,
.ul3 li.active a {
  color: #043e88;
}
.tui-pro .swiper-slide {
  padding: 15px;
}
.tui-pro .swiper-slide .overh {
  border: 1px solid #e7e7ea;
}
.tui-pro .swiper-slide .pro-bot {
  margin-top: 10px;
}
.tui-pro .swiper-slide .pro-bot a {
  display: block;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #636364;
  font-size: 16px;
}
.lianxi1-con {
  color: #818080;
  font-size: 16px;
  line-height: 30px;
}
.maps-con > div {
  display: none;
}
.map-ul {
  right: 10px;
  bottom: 10px;
}
.map-ul li {
  margin-bottom: 10px;
  font-size: 14px;
  cursor: pointer;
  color: #818080;
  line-height: 30px;
  padding: 0 20px;
  border: 1px solid #e6e5e5;
  border-radius: 5px;
  background: #ffffff;
}
.map-ul li:hover,
.map-ul li.active {
  background: #00b26a;
  color: #ffffff;
  border: 1px solid #00b26a;
  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 */
}
.maps {
  margin: 30px 0;
}
.liuyans {
  margin-top: 20px;
}
.liuyans .ps-biao1 {
  line-height: 50px;
  background: #eeeef0;
  padding-left: 20px;
  color: #434444;
  font-size: 18px;
}
.red {
  color: #e00000;
}
.inp-ulp {
  margin-top: 20px;
}
.inp-ulp > li {
  width: 24%;
  float: left;
  margin-right: 1.3%;
}
.inp-ulp > li:nth-child(4) {
  margin-right: 0;
}
.inp-ulp > li p {
  color: #434444;
  font-size: 14px;
  margin-top: 10px;
}
.inp-ulp > li:last-child {
  width: 100%;
  margin-right: 0;
}
.inp-ulp > li input {
  width: 100%;
  height: 42px;
  margin-top: 10px;
  border: 1px solid #e7e7e7;
  padding-left: 15px;
}
.inp-ulp > li textarea {
  width: 100%;
  height: 100px;
  resize: none;
  margin-top: 10px;
  border: 1px solid #e7e7e7;
  padding: 15px;
}
.tiajiaos1 {
  margin-top: 20px;
  font-size: 15px;
  color: #fff;
  font-weight: lighter;
  line-height: 40px;
  padding: 0 30px;
  background: #1c63b8;
  border: none;
}
.tiajiaos1:hover {
  background: #00b26a;
  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;
}
.about-con {
  color: #818080;
  font-size: 16px;
  line-height: 30px;
}
.vidio-con .col-md-4 {
  margin-bottom: 30px;
}
.vidio-con .overh {
  border: 6px solid #918f8f;
}
.vidio-con .bo {
  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%);
}
.vidio-con .bo i {
  color: #ffffff;
  font-size: 60px;
}
.vidio-con .deng {
  color: #525253;
  padding: 0 15px;
  height: 50px;
  margin-top: 10px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: center;
  line-height: 25px;
}
.vidio-con .deng a {
  color: #525253;
}
.vidio-con .deng a:hover {
  color: #043e88;
}
.newiss .new-as .overh a {
  display: inline-block;
}
.newiss .new-as .overh:hover img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.newiss .new-as > .fl {
  width: 49%;
}
.newiss .new-as > .fr {
  width: 49%;
}
.newiss .new-title {
  color: #000000;
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.newiss .new-title:hover {
  color: #043e88;
}
.newiss .new-data {
  color: #818080;
  font-size: 14px;
  line-height: 30px;
}
.newiss .new-yao {
  color: #818080;
  font-size: 14px;
  line-height: 25px;
  height: 100px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.newiss .more {
  margin-top: 10px;
}
.newiss .more a {
  color: #434343;
  font-size: 14px;
  display: inline-block;
  line-height: 50px;
  background: #eeeef0;
  padding: 0 40px;
}
.newiss .more:hover a {
  background: #043e88;
  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 */
}
.new-uld li {
  padding: 20px 0 20px 90px;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
.new-uld li:hover .yue {
  background: #043e88;
  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 */
}
.new-uld li .yue {
  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%);
  border: 1px solid #e7e7e7;
  padding: 15px 13px;
  color: #4c4b4b;
  text-align: center;
}
.new-uld li .yue .yus {
  font-size: 18px;
}
.new-uld li .yue .nian {
  font-size: 14px;
  margin-top: 5px;
}
.new-uld .new-yao {
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newiss-xing .biao-n {
  color: #000000;
  font-size: 20px;
  margin: 20px 0;
  text-align: center;
}
.newiss-xing .shis {
  color: #818080;
  font-size: 14px;
  background: #eeeef0;
  line-height: 30px;
}
.xing-cons {
  color: #818080;
  font-size: 16px;
  line-height: 30px;
  padding: 20px 0;
}
.shang {
  border-top: 1px solid #dedede;
  padding-top: 30px;
  color: #818080;
  font-size: 16px;
}
.shang > div {
  margin: 5px 0;
}
.shang a {
  color: #818080;
}
.shang a:hover {
  color: #043e88;
}
.zixun {
  font-size: 18px;
  color: #434444;
  padding: 18px;
  background: #d4e0ef;
  margin: 25px 0;
}
.new11-ul > li {
  width: 48%;
  margin-bottom: 5px;
  float: left;
  line-height: 30px;
}
.new11-ul > li > .fl {
  width: 70%;
  position: relative;
  padding-left: 20px;
}
.new11-ul > li > .fl:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1c63b8;
  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%);
}
.new11-ul > li > .fl a {
  color: #6b6b6c;
  font-size: 16px;
  height: 30px;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.new11-ul > li > .fl a:hover {
  color: #043e88;
}
.new11-ul > li > .fr {
  color: #9f9fa0;
  font-size: 16px;
}
.new11-ul > li:nth-child(even) {
  float: right;
}
.pro-div .swiper-container {
  border: 1px solid #e7e7e7;
  padding: 10px 0;
}
.pro-div .p1 {
  color: #525253;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.pro-div .pro-p2 {
  color: #525253;
  font-size: 16px;
  line-height: 30px;
  padding: 15px 0;
}
.pro-div .zi-c {
  color: #043e88;
  font-weight: bold;
  font-size: 22px;
  line-height: 50px;
}
.pro-div .zi-c span {
  color: #525253;
}
.pro-div .zian{
  margin-right: 20px;
}
.pro-div .zian a {
  font-size: 14px;
  color: #ffffff;
  background: #043e88;
  display: inline-block;
  padding: 0 35px;
  line-height: 50px;
}
.pro-div .zian a:hover {
  background: #00b26a;
  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 */
}
.jian-ul {
  margin-top: 25px;

  overflow: hidden;
}
.jian-ul li {
  display: inline-block;
  color: #636364;
  font-size: 16px;
  line-height: 45px;
  padding: 0 35px;
  width: 20%;
  text-align: center;

  border: 1px solid #fff;

  background: #eeeef0;
  cursor: pointer;
  float: left;
}
.jian-ul li:hover,
.jian-ul li.active {
  background: #043e88;
  color: #ffffff;
}
.jian-con {
  color: #525253;
  font-size: 16px;
  line-height: 30px;
  padding: 20px 0;
  border-bottom: 1px solid #eeeef0;
}
.jian-con .jian-s1 {
  display: none;
}
.pinglvs li {
  padding: 10px 0;
  border-bottom: 1px solid #e7e7ea;
}
.pinglvs li .shijian {
  color: #838385;
  font-size: 14px;
}
.pinglvs li .biaotis {
  color: #434444;
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.pinglvs li .yaos {
  color: #5d5d6a;
  font-size: 14px;
  line-height: 30px;
}
.plv {
  margin-top: 30px;
  font-size: 18px;
  color: #434444;
  padding: 20px;
  background: #eeeef0;
  border: 1px solid #e7e7e7;
}
.lunbo-zi {
  text-align: center;
  color: #ffffff;
  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: 10%;
}
.lunbo-zi .div1 {
  font-size: 69px;
  font-weight: bold;
}
.lunbo-zi .div2 {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}
.lunbo .swiper-button-next {
  background: url(../img/1.png) no-repeat;
  right: 0;
  width: 60px;
  height: 130px;
  background-size: 100% 100%;
}
.lunbo .swiper-button-prev {
  background: url(../img/2.png) no-repeat;
  left: 0;
  width: 60px;
  height: 130px;
  background-size: 100% 100%;
}
.index-solution {
  padding-bottom: 100px;
}
.index-solution .swiper-container {
  padding-bottom: 30px;
}
.index-solution .swiper-slide {
  cursor: pointer;
  margin-bottom: 20px;
}
.index-solution .bot {
  background: #043e88;
  color: #ffffff;
  margin-top: -50px;
  width: 90%;
  left: 5%;
  padding: 30px 50px;
  position: relative;
  text-align: center;
}
.index-solution .bot .bot-a {
  position: relative;
}
.index-solution .bot .bot-a a {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  display: block;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index-solution .bot .bot-a:after {
  content: '';
  position: absolute;
  width: 49px;
  bottom: -10px;
  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%);
  height: 1px;
  background-color: #d2d2d2;
}
.index-solution .bot .yaos {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-hd {
  margin: 3.625rem 0 3.25rem;
}
.index-hd .p1 {
  color: #333333;
  font-size: 2.5rem;
  font-weight: bold;
}
.index-hd .p1 span {
  color: #043e88;
}
.index-hd .p2 {
  color: #000000;
  font-size: 1.125rem;
  margin-top: .625rem;
}
.index-new-top {
  background: #ffffff;
  border: 1px solid #e9e5e5;
}
.hs .fl {
  color: #373636;
  font-size: 18px;
  line-height: 30px;
}
.hs .ms a {
  color: #373636;
  font-size: 16px;
  display: inline-block;
  line-height: 30px;
}
.hs .ms a img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #dddcdc;
}
.jis {
  padding: 18px;
}
.jis .jis-ul {
  margin-top: 10px;
}
.jis .jis-ul li {
  line-height: 30px;
  margin-bottom: 4px;
}
.jis .jis-ul li a {
  width: 70%;
  color: #6b6b6c;
  font-size: 16px;
  padding-left: 15px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  position: relative;
}
.jis .jis-ul li a:hover {
  color: #043e88;
}
.jis .jis-ul li a::after {
  content: '';
  border-radius: 50%;
  background-color: #1c63b8;
  position: absolute;
  width: 6px;
  height: 6px;
  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%);
}
.jis .jis-ul li .fr {
  width: 25%;
  color: #9f9fa0;
  font-size: 16px;
  text-align: right;
}
.apds {
  padding-right: 0;
}
.index-new-bot {
  background: #ffffff;
  margin-top: 20px;
  border: 1px solid #e9e5e5;
}
.index-new-bot .hsangs {
  padding-right: 15px;
  position: relative;
}
.index-new-bot .hsangs:after {
  content: '';
  position: absolute;
  top: 30px;
  bottom: 30px;
  width: 1px;
  right: 0px;
  border-right: 1px dashed #e9e5e5;
}
.hezuo {
  margin: 20px 0;
}
.hezuo .swiper-container {
  padding: 40px 0;
}
.index-new {
  padding-bottom: 100px;
}
.hezuo .swiper-slide {
  cursor: pointer;
}
.hezuo .swiper-slide img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.hezuo .swiper-slide:hover img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray;
}
.biaos113 .inp-ulp > li {
  width: 32.4%;
}
.biaos113 .inp-ulp > li:nth-child(4) {
  width: 100%;
}
.biaos113 .inp-ulp > li:nth-child(3) {
  margin-right: 0;
}
#wrapper {
  position: relative;
  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.phone {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  display: none;
  top: 0;
  position: fixed;
  background: #fff;
  z-index: 999;
  width: 100%;
  padding: 5px 0;
}
.phone .phong-l {
  width: 33%;
  line-height: 56px;
}
.sidebar-menu.is-active + #wrapper {
  transform: translateX(-300px);
}
.color_dao i {
  display: inline-block;
  font-size: 25px;
  color: #043e88;
  line-height: 60px;
}
.sidebar-menu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 250px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #e7e9eb;
  transition: right 0.5s;
  z-index: 99999;
}
.sidebar-menu.is-active {
  display: block;
  transition: right 0.5s;
}
.sidebar-menu__header {
  height: 50px;
  background: #043e88;
  position: relative;
  display: block;
  padding: 15px 25px;
  height: 100%;
  width: 100%;
  color: #fff;
}
.sidebar-menu__title {
  color: #ccc;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.sidebar-menu__title > i {
  display: inline-block;
  float: right;
  font-size: 28px;
  line-height: inherit;
}
.sidebar-menu__title:active,
.sidebar-menu__title:focus,
.sidebar-menu__title:hover {
  color: #fff;
  text-decoration: none;
}
.sidebar-menu__title::first-letter {
  text-transform: uppercase;
}
.sidebar-menu__title::before {
  content: "\e907";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  color: #fff;
  font-size: 20px;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "liga" 1;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  all: unset;
}
.sidebar-menu__list {
  position: fixed;
  top: 50px;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 250px;
  list-style: none;
  background-color: #fff;
  transition: right 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.sidebar-menu__item {
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}
.colos {
  line-height: 70px;
}
.sidebar-menu__item:first-child {
  border-top: 0;
}
.sidebar-menu__item.sidebar-menu__item--back,
.sidebar-menu__item.sidebar-menu__item--back:hover,
.sidebar-menu__link.sidebar-menu__subtitle {
  background-color:#154178  !important;
}
.sidebar-menu__item.sidebar-menu__item--back .sidebar-menu__link {
  color: #fff !important;
}
.sidebar-menu__item:hover {
  background-color: #fff;
  cursor: pointer;
}
.sidebar-menu__item:hover > .sidebar-menu__link {
  color: #6e6e6e;
}
.phone_i {
  display: inline-block;
  line-height: 60px;
  padding: 0 15px;
}
.sidebar-menu__item:hover > .sidebar-menu__link .glyphicon-menu-right {
  color: #6e6e6e;
}
.sidebar-menu__item .sidebar-menu__list {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform: translateX(300px);
  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.sidebar-menu__item .sidebar-menu__list.is-active {
  transform: translateX(0);
}
.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list {
  z-index: 2;
}
.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
  z-index: 3;
}
.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
  z-index: 4;
}
.sidebar-menu__link {
  display: block;
  padding: 10px 25px;
  color: #828282;
  font-size: 13px;
  font-weight: 400;
  transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.sidebar-menu__link::first-letter {
  text-transform: uppercase;
}
.sidebar-menu__link:active,
.sidebar-menu__link:focus,
.sidebar-menu__link:hover {
  text-decoration: none;
}
.sidebar-menu__link span.glyphicon-menu-left {
  float: left;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  margin-right: 4px;
}
.sidebar-menu__link .glyphicon-menu-right {
  color: #bababa;
  float: right;
}
.mobile-foot {
  display: none;
  background: #043e88;
  padding: 8px 0;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  overflow: hidden;
}
.mobile-foot a {
  color: #fff;
  height: 35px;
  line-height: 33px;
  border: 1px solid #fff;
  border-radius: 4px;
  text-align: center;
  width: 22%;
  padding: 0 15px;
  font-size: 15px;
  margin: 0 5px;
  transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  padding: 0px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
/* 右侧悬浮 */
.rightfix {
  position: fixed;
  top: 60%;
  right: 0px;
  width: 40px;
  border-right: none;
  z-index: 99;
  border: 1px solid #dee2e7;
  background: #fff;
}
.fix_ul > li {
  font-size: 12px;
  background: #fff;
  text-align: center;
  float: none;
  position: relative;
  width: 40px;
  height: 40px;
  border-bottom: 1px solid #dee2e7;
  line-height: 40px;
  margin-bottom: 0px;
  color: #fff;
}
.fix_ul > li i {
  font-size: 20px;
  color: #747679;
}
.fix_ul > li a {
  color: #000000;
}
.right_div {
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
  position: absolute;
  right: 20px;
  bottom: 0;
  min-width: 120px;
  padding: 5px;
  color: #FFF;
  line-height: 30px;
  transition: all 0.2s ease-in-out;
  background: #043e88;
}
.right_div .p1 {
  font-size: 25px;
  color: #000000;
  font-weight: bold;
}
.right_div .p2 {
  font-size: 18px;
  color: #000000;
}
.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);
  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: 40px;
}
.fix_ul > li:hover {
  background: #043e88;
  color: #ffffff;
}
.fix_ul > li:hover i {
  color: #ffffff;
}
.searchbox {
  padding: 15px;
  box-shadow: 0 0 7px 0 #cfcfcf;
  background: #fff;
  position: fixed;
  left: 0;
  display: none;
  width: 100%;
  right: 0;
  top: 127px;
  border-top: 2px solid #043e88;
  text-align: center;
  z-index: 999;
}
.searchbox.active {
  top: 159px;
}
.searchs {
  max-width: 600px;
  margin: 0 auto;
}
.searchs .sertext {
  display: block;
  padding: 0;
  outline: 0;
  padding-left: 12px;
  width: 78%;
  float: left;
  border: 1px solid #cdcdcd;
  color: #a2a2a2;
  font-size: 12px;
  height: 52px;
  line-height: 52px;
  transition: 0.4s;
}
.serbtn {
  padding: 0;
  margin: 0;
  border: none;
  outline: 0;
  width: 22%;
  float: right;
  height: 52px;
  text-align: center;
  line-height: 52px;
  background: #043e88;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: 0.44s;
}
.ds {
  cursor: pointer;
}
.iprolunbs .gallery-thumbs .swiper-slide {
  text-align: center;
}
.iprolunbs .gallery-thumbs .swiper-slide:hover .overh,
.iprolunbs .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .overh {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  box-shadow: inset 0 0 0 3.75rem #00b26a;
}
.iprolunbs .gallery-thumbs .swiper-slide:hover .title,
.iprolunbs .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .title {
  color: #00b26a;
}
.iprolunbs .gallery-thumbs .overh {
  width: 7.5rem;
  height: 7.5rem;
  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-radius: 100%;
  display: inline-block;
  background-color: #043e88;
  text-align: center;
  line-height: 7.5rem;
}
.iprolunbs .gallery-thumbs .title {
  margin-top: 30px;
  font-size: 1rem;
  color: #043e88;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.iprolunbs .gallery-top .swiper-slide {
  background: #ffffff;
}
.iprolunbs .gallery-top .swiper-slide > div {
  width: 48%;
}
.iprolunbs .gallery-top .swiper-slide .le {
  background: #ffffff;
  border: solid 8px #f3f3f3;
}
.iprolunbs .gallery-top .swiper-slide .re .div-title a {
  font-size: 1.875rem;
  color: #00b26a;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.iprolunbs .gallery-top .swiper-slide .re .div-yao {
  font-size: 1.125rem;
  color: #2e2f30;
  line-height: 2.25rem;
  margin: 1.5625rem 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.ljgd a {
  width: 9.0625rem;
  height: 3.25rem;
  background-color: #00b26a;
  border-radius: 1.625rem;
  display: inline-block;
  color: #fff;
  line-height: 3.25rem;
  font-size: 1.125rem;
  text-align: center;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.ljgd a:hover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  box-shadow: inset 0 0 0 1.75rem #043e88;
}
.aindex-biao {
  background: url(../img/23.jpg) no-repeat;
  background-size: cover;
  position: relative;
  padding: 4.5625rem 0 4.1875rem;
}
.aindex-biao .swiper-slide {
  background: #fff;
}
.aindex-biao .swiper-slide .title {
  font-size: 1.125rem;
  color: #3e3f41;
  height: 3.875rem;
  background-color: #f3f3f3;
  line-height: 3.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding: 0 .625rem;
}
.aindex-biao .swiper-slide .title a {
  display: block;
  color: #3e3f41;
}
.aindex-biao .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);
  -o-transform: scale(1.2);
}
.aindex-biao .swiper-slide:hover .title {
  background: #00b26a;
  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 */
}
.aindex-biao .swiper-slide:hover .title a {
  color: #fff;
}
.aindex-biao .index-hd {
  margin-top: 0;
}
.aindex-biao .index-hd .p1 {
  color: #fff;
}
.aindex-biao .index-hd .p2 {
  color: #fff;
}
.index-product {
  background: #f3f3f3;
}
.index-product .product_top {
  text-align: center;
}
.index-product .product_top .product-ul {
  display: inline-block;
  border: solid 1px #b8b6b6;
}
.index-product .product_top .product-ul li {
  float: left;
  height: 3rem;
  background-color: #ffffff;
  border-left: solid 1px #b8b6b6;
  line-height: 3rem;
  font-size: 1.125rem;
  width: 9.1875rem;
  cursor: pointer;
}
.index-product .product_top .product-ul li:nth-child(1) {
  border-left: none;
}
.index-product .product_top .product-ul li:hover,
.index-product .product_top .product-ul li.active {
  background: #00b26a;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  color: #fff;
}
.product_bot {
  margin-top: 1.875rem;
  padding-bottom: 10px;
}
.product_bot > div {
  display: none;
}
.product_bot .product_bot-div {
  box-shadow: 0px 18px 29px 0px rgba(205, 203, 203, 0.35);
  background: #fff;
  margin-bottom: 2.5rem;
}
.product_bot .product_bot-div .title {
  font-size: 1.125rem;
  color: #000000;
  height: 3.875rem;

  line-height: 3.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: center;
  padding: 0 .625rem;
}
.product_bot .product_bot-div .title a {
  display: block;
  color: #000000;
}
.product_bot .product_bot-div: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);
  -o-transform: scale(1.2);
}

.index-ban {
  background: url(../img/28.jpg) no-repeat center center;
  background-size: cover;
  padding: 1.25rem 0 3.5rem;
}
.index-ban .p1 {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.75rem;
  padding: 0 1.1875rem;
  display: inline-block;
  position: relative;
  z-index: 4;
  margin: .5rem 0;
}
.index-ban .p1::before {
  content: '';
  position: absolute;
  height: 13px;
  background-color: #00b26a;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: -1;
}
.index-ban .p2 {
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: bold;
}
.index-ban .p2 span {
  font-size: 41px;
}
.index-ban .dian-divs {
  color: #FFf;
  margin-top: 2.5rem;
}
.index-ban .dian-divs .div1 {
  padding-left: 90px;
}
.index-ban .dian-divs .div1 .rx-div {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.index-ban .dian-divs .div1 .p3 {
  font-size: 1.125rem;
  font-weight: bold;
}
.index-ban .dian-divs .div1 .p4 {
  font-size: 1.875rem;
  font-weight: bold;
}
.index-ban .zxzx {
  margin-top: 2.5rem;
}
.zxzx {
  margin-left: 1.25rem;
}
.zxzx a {
  width: 9.9375rem;
  text-align: center;
  height: 3.4375rem;
  font-size: 1.125rem;
  background-color: #ffffff;
  border-radius: 1.75rem;
  display: inline-block;
  color: #3d3d3c;
  line-height: 3.4375rem;
}
.zxzx a i {
  color: #00b26a;
  font-size: 1.875rem;
  position: relative;
}
.zxzx a span {
  position: relative;
  top: -3px;
}
.zxzx:hover a {
  background: #00b26a;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  color: #FFF;
}
.zxzx:hover a i {
  color: #FFF;
}
.index-qiye {
  background: #f3f3f3;
  padding-bottom: 3.75rem;
}
.index-qiye .qiye-div {
  font-size: 1.125rem;
  line-height: 2.1rem;
  color: #2e2f30;
  margin-top: 1.875rem;
}
.index-qiye .qiye-div .le {
  width: 42%;
}
.index-qiye .qiye-div .re {
  width: 55%;
}
.index-qiye .ljgd {
  margin-top: 1.25rem;
}
.index-new .index-divs .le-div {
  width: 15%;
  padding: 1.25rem 0;
}
.index-new .index-divs .div1 {
  padding-left: 40px;
  color: #043e88;
  font-size: 15px;
  font-weight: bold;
  margin: 1.125rem 0;
}
.index-new .index-divs .div1 .icon-a {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.index-new .index-divs .zxzx {
  text-align: center;
  margin-left: 0;
}
.index-new .index-divs .zxzx a {
  background: #00b26a;
  color: #ffffff;
}
.index-new .index-divs .zxzx a i {
  color: #ffffff;
}
.index-new .index-divs .gong-div {
  padding: 0 2.5rem;
  margin-left: 4%;
  width: 49%;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
}
.index-new .index-divs .gong-div .index-tui1 {
  margin-top: 1.25rem;
}
.index-new .index-divs .gong-div .xinwen-ul li {
  line-height: 3.125rem;
  border-bottom: 1px solid #e5e5e5;
  height: 3.125rem;
}
.index-new .index-divs .gong-div .xinwen-ul li:last-child {
  border-bottom: none;
}
.index-new .index-divs .gong-div .xinwen-ul li a {
  width: 80%;
  font-size: 1rem;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index-new .index-divs .gong-div .xinwen-ul li a:hover {
  color: #00b26a;
}
.index-new .index-divs .gong-div .xinwen-ul li .data-a {
  width: 20%;
  text-align: right;
  font-size: 1rem;
  color: #000000;
  opacity: .5;
}
.index-new .gong-top-div {
  color: #000000;
}
.index-new .gong-top-div .fl {
  font-size: 1.25rem;
}
.index-new .gong-top-div .fl span {
  opacity: 0.7;
}
.index-new .gong-top-div > .fr {
  opacity: 0.7;
}
.index-new .gong-top-div > .fr a {
  color: #000000;
}
.index-new .gong-top-div > .fr a:hover {
  color: #00b26a;
}
.index-new .re-div {
  width: 28%;
}
.index-new .da-div {
  height: 3.9375rem;
  line-height: 1.5625rem;
  background-color: #d2d2d2;
  border-radius: 1.875rem;
  color: #000000; display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding: 5px 4.375rem 5px 1.875rem;
}
.index-new .da-div .imgs {
  right: 0;
  top: 0;
}
.index-new .da-div .imgs img {
  width: 4rem;
}
.index-new .da-div a {
  color: #000000;
}
.index-new .da-con {
  margin-top: 1.25rem;
}
.index-new .wen-div {
  line-height: 3.5625rem;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding-left: 4.375rem;
}
.index-new .wen-div .imgs {
  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%);
}
.index-new .wen-div .imgs img {
  width: 3rem;
}
.index-new .wen-div a {
  color: #5d5e5e;
  font-size: 1rem;
}
.index-new .wen-div a:hover {
  color: #00b26a;
}
.index-case li {
  font-size: 1.25rem;
  display: inline-block;
  position: relative;
  color: #000000;
  cursor: pointer;
  margin-right: 10px;
  padding: 0 2.5rem;
  line-height: 3.4375rem;
  border-radius: 2.5rem;
  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 li:after {
  position: absolute;
  content: '';
  width: 5px;
  height: 2px;
  background: #7c7c7c;
  right: -7px;
  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%);
}
.index-case li:hover,
.index-case li.active {
  background: #043e88;
  color: #fff;
}
.index-case .case-div {
  width: 82%;
}
.index-case .case-div > .divs {
  display: none;
}
.index-case .case-div .swiper-slide {
  background: #ffffff;
}
.index-case .case-div .swiper-slide .lefts {
  width: 39%;
  padding: 7.5625rem 3.75rem 6.875rem 6rem;
}
.index-case .case-div .swiper-slide .lefts .div1 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-case .case-div .swiper-slide .lefts .div1 a {
  color: #000000;
}
.index-case .case-div .swiper-slide .lefts .div1 a:hover {
  color: #00b26a;
}
.index-case .case-div .swiper-slide .lefts .div2 {
  font-size: 1rem;
  line-height: 2.25rem;
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.71;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: .9375rem 0;
}
.index-case .case-div .swiper-slide .lefts .div3 {
  font-size: .875rem;
  color: #5a5959;
  line-height: 1.625rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.index-case .case-div .swiper-slide .rights {
  width: 58%;
}
.index-case .case-div .swiper-slide .rights:hover img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.index-case .case-div .swiper-button-next,
.index-case .case-div .swiper-button-prev {
  width: 3.125rem;
  height: 3.125rem;
  background: #f5f5f5;
  top: auto;
  left: 6%;
  line-height: 3.125rem;
  right: auto;
  bottom: 15%;
  text-align: center;
  border-radius: 100%;
}
.index-case .case-div .swiper-button-next i,
.index-case .case-div .swiper-button-prev i {
  color: #333333;
  font-size: 20px;
}
.index-case .case-div .swiper-button-next:hover,
.index-case .case-div .swiper-button-prev:hover {
  background: #00b26a;
  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-div .swiper-button-next:hover i,
.index-case .case-div .swiper-button-prev:hover i {
  color: #fff;
}
.index-case .case-div .swiper-button-next {
  left: 10%;
}
.index-case {
  background: #f3f3f3;
  padding-bottom: 7.5rem;
}
.index-case .divs {
  margin-top: 2.5rem;
}
.top-dao-ul {
  height: 44px;
  background-color: #302f2f;
  line-height: 44px;
  text-align: center;
}
.top-dao-ul li {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  margin: 0 10px;
}
.top-dao-ul li a {
  color: #fff;
}
.top-dao-ul li a:hover {
  color: #88c34f;
}
.bot-dao {
  padding: 0 3.75rem;
}
.header_2 {
  background-color: #ffffff;
 
}
.pc_logo {
  margin-right: 28px;
  margin-top: .625rem;
}
.ver_align {
  display: table;
  height: 92px;
}
.ver_align1,
.ver_align2,
.ver_align3 {
  display: table-cell;
  vertical-align: middle;
}
.ver_align1 div {
  border-left: 1px solid rgba(0, 0, 0, 0.31);
  padding-left: 33px;
}
.ver_align1 a:nth-child(1) {
  font-size: 1.625rem;
  line-height: 40px;
  color: #004f9f;
  font-weight: 600;
}
.ver_align1 a.b2 {
  font-size: 1.25rem;
  line-height: 32px;
  letter-spacing:9px;
  color: #004f9f;
}.iprolunbs .gallery-top .swiper-slide{
  display: none;
}

.iprolunbs .gallery-top .swiper-slide.swiper-slide-active{
  display: block;


}
.ma {
  margin-left: 70px;
}
.ver_align2 div {
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 1px;
  color: #004f9f;
}
.ver_align3 div {
  line-height: 24px;
  color: #181818;
}
.mass p {
  color: #5b5d5f;
  font-size: .875rem;
}
.ver_align3 .iconfont {
  font-size: 50px;
  color: #043e88;
  text-align: center;
}
.header_3 {
  height: 60px;
  background-color: #043e88;
  
  line-height: 60PX;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
}

.header_3_ul {
  display: table;
  margin: 0 auto;
  width: 100%;
  
}
.header_3_ul>li {
  float: left;

  position: relative;
  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 */

}
.header_3_ul >li>a {
  padding: 0px 31px;
  font-size: 1.125rem;
  line-height: 24px;
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.39);
}.header_3_ul >li:last-child >a{
  border-right:none;
}
.header_3_ul >li.active,
.header_3_ul >li:hover {
  box-shadow: inset 0 0 0 40px #00b26a;
  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 */
}
.header_3_ul >li:hover> a {
  color: #fff !important;
}
.popular{
margin-top: -30px;
position: relative;
z-index: 10;
}
.popular  .pop_div{
  padding:20px  25px;
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 7px 0px rgba(138, 137, 137, 0.35);
}


/* çƒ­é—¨æŽ¨è */
.popular_a{
  color: #043e88;
  font-size: 1rem;
  line-height: 40px;
}
.popular_a a{
  font-size: 1rem;
  color: #545454;
  display: inline-block;
  margin-right: 22px;
}
.popular_a a:hover{
  color: #043e88;
}
.popular_inp{
  font-size: 13px;
  color: #7f7f7f;
  width: 280px;
  border: 1px solid #cecaca;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 40px;
  float: left;
  padding-left: 25px;
}
.popular_butt{
  height: 40px;
  width: 48px;
  background: #043e88;
  text-align: center;
  float: left;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border: none;
}
.popular_butt i{
  color: #fff;
}
.popular_inp::placeholder{
  font-size: 1rem;
  color: #545454;
}
.daohang.active .header_3{
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  height: 50px;
  line-height: 50px;


}
.daohang.active .header_2 {
  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;
  padding: 5px 0;
}

.header_3{
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
}
.lianxi_p1 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #575655;
  margin-bottom: 10px;
}
.adder {
  font-size: 1rem;
  color: #575655;
  line-height: 34px;
}
.adders {
  font-size: 1rem;
  color: #5c5b5b;
  line-height: 26px;
}
.tijias p {
  font-size: 1rem;
  color: #5c5b5b;
  line-height: 3.125rem;
}
.tijias .fl {
  width: 47%;
}
.tijias .fr {
  width: 47%;
}
.lianxis {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.tijias input {
  width: 100%;
  height: 45px;
  padding-left: .9375rem;
  border: 1px solid #d9d8d8;
}
.tijias textarea {
  width: 100%;
  height: 165px;
  padding: .9375rem;
  border: 1px solid #d9d8d8;
  resize: none;
}
.tijias input:focus {
  outline: none;
}
.fangshi select {
  width: 100%;
  border: 1px solid #d9d8d8;
  height: 45px;
  padding: 0 .9375rem;
}
.btss {
  text-align: right;
  margin-top: 1.875rem;
}
.btss button {
  color: #fff;

  background-color: #043e88;
  line-height: 45px;
  padding: 0 35px;
  font-size: 14px;
  border: none;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.btss button:hover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  box-shadow: inset 0 0 0 30px #00b26a;
}
.lianxis .col-md-6:nth-child(1) {
  padding-left: 0;
  padding-right: 2.5rem;
}
.heps{
margin-top: 80px;
}
.div-uls {
width: 100%;
background: #fff;
z-index: 55;
display: none;
left: 0;

box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);

}
.div-uls  .ul1  li a{
  display: block;
  color: #000000;
  font-size: 14px;
  text-align: center;
  line-height: 25px;  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  padding: 5px;


}
.header_3_ul>li:hover .div-uls{
  display: block;
}
.div-uls  .ul1 >li> a:hover{
  box-shadow: inset 0 0 0 50px #043e88;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    color: #fff;
}
.header_3_ul>li:nth-child(3) .div-uls  {


}.header_3_ul>li:nth-child(3) .div-uls .ul1{
  overflow: hidden;
  text-align: left;
}
.header_3_ul>li:nth-child(3) .div-uls  .ul1>li{
  float: left;
width: 16.66%;
  text-align: left;
}.header_3_ul>li:nth-child(3) .div-uls  .ul1>li:last-child{
  margin-right: 0;
}

.header_3_ul>li:nth-child(3) .div-uls {
  width: 100vw;
position: fixed;

padding: 30px 0;
left: 0;
}.header_3_ul>li:nth-child(3) .div-uls  .ul1>li a{
  text-align: left;
}

.header_3_ul>li:nth-child(3) .div-uls  .ul1{

  width:80% ;

  margin: auto;
}.header_3_ul>li:nth-child(3) .div-uls  .ul1 >li>a:hover{
  box-shadow: inset 0 0 0 20px transparent;
  color: #043e88;


}.header_3_ul>li:nth-child(3) .div-uls  .ul1 >li  .navss-a a{
  font-size: 15px;
}
.header_3_ul>li:nth-child(3) .div-uls  .ul1 >li  .navss-a a:hover{
  color: #043e88;
}.header_3_ul>li:nth-child(6) .div-uls{
  width: 200px;

    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* IE 9 */
    -moz-transform: translateX(-50%);
    /* Firefox */
    -webkit-transform: translateX(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateX(-50%);

}

.imgs1{
  margin-top: 40px;
}
.ban{
  height: 400px;
  overflow: hidden;
}
footer .foot-top{
text-align: center;

}footer .foot-top .foot-ul{
  display: inline-block;
  text-align: left;
}

.gongneng .pro-div{
  border: 1px solid #e7e7ea;
  margin-bottom: 1.5rem;
  padding: 1.5rem;  height:402px ;
  overflow: hidden;
}
.yun-ping{
  padding: 30px 0;

}
.gongneng  .pro-bot{
  font-size: 18px ;
  margin-top: 10px;
  color:#043e88; 
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp:4;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .index-hd .cn {
    font-size: 32px;
  }
  html,
  body {
    font-size: 14px;
  }
  .index-case .case-div .swiper-slide .lefts {
    padding: 2.5625rem 3.75rem 0.875rem 3rem;
  }
  .header_3_ul>li:nth-child(3) .div-uls  .ul1{

    width:98% ;
  }  .ban{
    height: auto;
    overflow: hidden;
  }footer .foot-top .foot-ul > li {
    margin-right: 0.875rem;
  }
  .header_3_ul>li:nth-child(3) .div-uls .ul1 >li .navss-a a {
    font-size: 13px;
}
}
@media (max-width: 1200px) {
  footer .foot-top{
    display: none;
  }
  .ban{
    height: auto;
    overflow: hidden;
  }
  .index-pro {
    padding-bottom: 20px;
  }
  .index-pro .bot .yaos {
    margin-top: 14px;
    font-size: 14px;
    line-height: 23px;
    height: 46px;
  }
  .lunbo-zi .div1 {
    font-size: 30px;
  }
  .lunbo-zi .div2 {
    font-size: 15px;
    line-height: 23px;
  }
  .index-pro .bot {
    padding: 20px 16px;
  }
  .vds .more a {
    line-height: 29px;
    padding: 0 25px;
  }
  .vds .vd-title {
    font-size: 16px;
  }
  .vds .swiper-slide > .fr {
    width: 43%;
    padding: 15px 10px;
  }
  .vds .vd-yao {
    font-size: 14px;
    line-height: 22px;
  }
  .daohang .tops .log-wen p {
    font-size: 18px;
  }
  .daohang .tops .log-wen .wes {
    font-size: 17px;
  }
  .daonghang-ul > li > a {
    font-size: 16px;
    padding: 0 8px;
  }
  .banzi .p1 {
    font-size: 30px;
  }
  .banzi .p2 {
    font-size: 23px;
  }
  .header_3_ul li a {
    padding: 0px 33px;
  }
  .index-hd .p1 {
    font-size: 1.9rem;
  }
  .index-ban .p2 span {
    font-size: 28px;
  }
  .index-ban .dian-divs .div1 .p4 {
    font-size: 1.5rem;
  }
  .index-case li {
    font-size: 1.2rem;
    padding: 0 1.5rem;
  }
  .index-new .index-divs .div1 {
    padding-left: 29px;
  }
  .index-case .case-div {
    width: 100%;
  }
}
@media (max-width: 990px) {
  .searchbox {
    top: 70px;
  }
  .popular{
    display: none;
  }
  .phone {
    display: block;
  }
  .index-new {
    padding-bottom: 20px;
  }
  .index-new-con > .fr {
    width: 100%;
    margin-top: 15px;
  }
  .index-new-con > .fl {
    width: 100%;
  }
  .jis {
    padding: 8px;
  }
  .jis .jis-ul li {
    margin-bottom: 0px;
  }
  .jis .jis-ul li a {
    font-size: 15px;
  }
  .jis .jis-ul li .fr {
    font-size: 13px;
  }
  .aindex-biao .col-md-4 .pp1 {
    font-size: 16px;
    margin-top: 17px;
  }
  .aindex-biao .col-md-4 .cons {
    font-size: 14px;
    line-height: 22px;
    height: 66px;
  }
  .aindex-biao .col-md-4 {
    padding: 67px 15px;
  }
  .vds .gallery-top.swiper-container {
    padding: 0 0 50px 0;
  }
  .vds .swiper-slide > .fl {
    margin-top: 0;
  }
  .vds .gallery-thumbs {
    width: 100%;
    margin-top: 0px;
  }
  .liuyans .ps-biao1 {
    line-height: 40px;
    font-size: 15px;
  }
  .pro-div .zian a {
    font-size: 14px;
    padding: 0 30px;
    line-height: 34px;
  }
  .jian-ul li {
    font-size: 12px;
    line-height: 34px;
    padding: 0 20px;
  }
  .pro-div .zi-c {
    font-size: 16px;
  }
  .pro-div .p1 {
    margin-top: 15px;
    font-size: 18px;
  }
  .newiss .new-data {
    font-size: 13px;
    line-height: 22px;
  }
  .newiss .more a {
    font-size: 12px;
    line-height: 29px;
    padding: 0 30px;
  }
  .newiss .new-yao {
    height: 50px;
    -webkit-line-clamp: 2;
  }
  .daohang,
  footer {
    display: none;
  }
  .content .cont-div .res {
    width: 31%;
    float: right;
  }
  .content .cont-div .les {
    width: 67%;
    float: left;
  }
  body {
    padding: 70px 0 0;
  }
  .mobile-foot {
    display: block;
    position: fixed;
  }
  .rightfix {
    display: none;
  }
  .index-product .product_top .product-ul li {
    width: 7.1875rem;
    font-size: 1rem;
  }
  .product_bot {
    margin: 1.87rem 15px;
  }
  .aindex-biao {
    padding: 3rem 1.2rem;
  }
  .index-ban {
    padding: 3rem 1.2rem;
  }
  .index-qiye .qiye-div {
    font-size: 1rem;
    line-height: 1.6rem;
  }
  .index-new .index-divs .gong-div {
    width: 60%;
    margin-left: 0%;
  }
  .index-new .index-divs .le-div {
    display: none;
  }
  .index-new .re-div {
    width: 35%;
  }
  .index-new .index-divs .gong-div .xinwen-ul li .data-a {
    font-size: .5rem;
  }
  .index-case li {
    font-size: 1rem;
    padding: 0 1rem;
  }
  .index-case .case-div .swiper-slide .lefts .div1 {
    font-size: 1.3rem;
    line-height: 1.8rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .index-case .case-div .swiper-slide .lefts {
    padding: 30px 10px;
  }
  .index-case .case-div .swiper-slide .lefts .div2 {
    margin: 10px 0;
  }
  .index-case .case-div .swiper-slide .lefts {
    width: 41%;
  }
  .index-case .case-div .swiper-button-next,
  .index-case .case-div .swiper-button-prev {
    bottom: 4%;
  }
  .index-case .case-div .swiper-button-next {
    left: 14%;
  }
  .index-case .case-div .swiper-button-next {
    left: 14%;
  }
  .index-product,
  .index-case {
    padding: 3rem 1.2rem;
  }
  .index-solution {
    padding-bottom: 0;
    padding: 3rem 1.2rem;
  }
}
@media (max-width: 767px) {
  .imgs1{
    margin-top: 20px;
  }
  .client-2{display: none !important;}
  .iprolunbs .gallery-thumbs .overh {
    width: 5.5rem;
    height: 5.5rem;line-height: 5.5rem;
  }.iprolunbs .gallery-thumbs .overh img{
    width: 60%;
  }
  .jian-ul li{
    margin-right:4%;
  }
  .position {
    display: none;
  }
  .content .cont-div .res {
    width: 100%;
  }
  .content .cont-div .les {
    width: 100%;
    margin-top: 15px;
  }
  .content {
    margin: 15px;
  }
  .banzi .p1 {
    text-align: center;
    font-size: 16px;
  }
  .banzi .p2 {
    text-align: center;
    font-size: 14px;
  }
  .hds {
    font-size: 16px;
    padding: 10px 15px;
  }
  .ul3 li a {
    font-size: 14px;
    line-height: 36px;
    height: 36px;
  }
  .div-le .div-hd {
    padding: 10px 10px 10px 10px;
  }
  .about-con {
    font-size: 14px;
    line-height: 22px;
  }
  .inp-ulp > li {
    width: 100%;
  }
  .lianxi1-con {
    font-size: 14px;
    line-height: 22px;
  }
  .liuyans .ps-biao1 {
    line-height: 42px;
    font-size: 16px;
  }
  .newiss-xing .biao-n {
    font-size: 16px;
    margin: 0 0 6px 0;
  }
  .newiss-xing .shis {
    font-size: 12px;
  }
  .xing-cons {
    font-size: 14px;
    line-height: 22px;
    padding: 15px 0;
  }
  .shang {
    padding-top: 12px;
    font-size: 14px;
  }
  .zixun {
    font-size: 16px;
    padding: 9px;
    margin: 15px 0;
  }
  .new11-ul > li {
    width: 100%;
  }
  .new11-ul {
    margin-bottom: 20px;
  }
  .newiss .new-as > .fl {
    width: 100%;
  }
  .newiss .new-as > .fr {
    width: 100%;
    margin-top: 10px;
  }
  .div-le .ul1 li a {
    padding-left: 24px;
  }
  .div-le .ul1 li a:after {
    left: 0;
  }
  .plv {
    margin-top: 13px;
    font-size: 15px;
    padding: 12px;
  }
  .pro-a .pro-div .pro-bot {
    font-size: 15px;
    line-height: 42px;
    height: 42px;
  }
  .pinglvs li .yaos {
    line-height: 23px;
  }
  .liuyans .ps-biao1 {
    line-height: 24px;
    font-size: 15px;
    padding: 10px;
  }
  .biaos113 .inp-ulp > li {
    width: 100%;
  }
  .jian-ul li {
    line-height: 30px;
    padding: 0 14px;
  }
  .jian-con {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 0;
  }
  .inp-ulp > li input {
    height: 30px;
  }
  .pro-div .p1 {
    font-size: 16px;
  }
  .pro-div .pro-p2 {
    font-size: 14px;
    line-height: 22px;
  }
  .service-con {
    font-size: 14px;
    line-height: 22px;
  }
  .vidio-con .col-md-4 {
    margin-bottom: 10px;
  }
  .lunbo-zi .div2 {
    display: none;
  }
  .lunbo-zi .div1 {
    font-size: 18px;
  }
  .index-pro {
    padding: 15px;
  }
  .index-hd {
    margin: 10px 0 10px;
  }
  .index-hd .cn {
    font-size: 18px;
  }
  .index-hd .en {
    font-size: 15px;
  }
  .index-pro .bot .bot-a a {
    font-size: 16px;
  }
  .vds .swiper-slide > .fl {
    width: 100%;
  }
  .vds .swiper-slide > .fr {
    width: 100%;
  }
  .vds {
    padding: 15px;
  }
  .index-video {
    padding-bottom: 20px;
  }
  .aindex-biao .col-md-4 {
    padding: 30px 15px;
  }
  .index-new {
    padding: 15px;
  }
  .apds {
    padding-right: 15px;
  }
  .index-new-con .jsh-h {
    line-height: 45px;
    color: #ffffff;
    background: #1c63b8;
    font-size: 16px;
  }
  .aindex-biao .col-md-4 img {
    width: 20%;
  }
  .index-new-bot .hsangs:after {
    display: none;
  }
  .index-new-con .jishu-ul li a {
    font-size: 14px;
  }
  .hs .fl {
    font-size: 16px;
  }
  .index-pro .swiper-container {
    padding-bottom: 10px;
  }
  .lunbo .swiper-button-prev {
    width: 30px;
    height: 65px;
    background-size: 100% 100%;
  }
  .lunbo .swiper-button-next {
    width: 30px;
    height: 65px;
    background-size: 100% 100%;
  }
  .hezuo .swiper-container {
    padding: 27px 0;
  }
  .index-hd .p1 {
    font-size: 1.5rem;
  }
  .index-hd .p2 {
    font-size: 1rem;
  }
  .iprolunbs .gallery-thumbs .title {
    margin-top: 3px;
  }
  .iprolunbs .gallery-top .swiper-slide > div {
    width: 100%;
  }
  .iprolunbs .gallery-top .swiper-slide .re .div-title a {
    font-size: 1.2rem;
    margin-top: 10px;
  }
  .iprolunbs .gallery-top .swiper-slide .re .div-yao {
    font-size: 1rem;
    line-height: 1.7rem;
    margin: .5rem 0;
  }
  .ljgd a {
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem;
  }
  .index-solution .swiper-container {
    padding-bottom: .625rem;
  }
  .index-product .product_top .product-ul li {
    width: auto;
    padding: 0 10px;
    border: solid 1px #b8b6b6!important;
    margin: 5px;
  }
  .index-product .product_top .product-ul {
    border: none;
  }
  .product_bot {
    margin: .4rem 7.5px;
  }
  .product_bot .product_bot-div {
    margin: 0.5rem -7.5px;
  }
  .index-ban {
    display: none;
  }
  .index-qiye .qiye-div .le {
    width: 100%;
  }
  .index-qiye .qiye-div .re {
    width: 100%;
  }
  .index-qiye .qiye-div {
    padding: 0 1.25rem;
  }
  .index-qiye .qiye-div {
    margin: 0 15px;
  }
  .index-qiye .qiye-div .re {
    margin-top: 10px;
  }
  .index-new .index-divs .gong-div,
  .index-new .re-div {
    width: 100%;
  }
  .index-new .index-divs .gong-div {
    padding: 0;
    border: none;
    margin-bottom: 20px;
  }
  .index-case li {
    line-height: 2.4375rem;
  }
  .index-case .case-div .swiper-slide .lefts {
    width: 100%;
  }
  .index-case .case-div .swiper-slide .rights {
    width: 100%;
  }
  .index-case .case-div .swiper-button-next {
    left: 24%;
  }
  .index-product {
    padding: 2rem  1.25rem 1rem 1.25rem;
  }
  .ljgd a {
    height: 2rem;
    line-height: 2rem;
    font-size: 1rem;
    width: 7.0625rem;
  }
  .index-solution {
    padding: 1rem 1.2rem;
  }.content .cont-div .res{
    display: none;
  }
}
#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 #043e88;
}

#page li:hover a {
  color: #043e88;
}

#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 #043e88;
  background-color: #043e88;
  color: #FFFFFF
}

#page li.thisclass a {
  color: #fff
}.client-2 {
  position: fixed;
  right: -170px;
  top: 50%;
  z-index: 900;
}
.client-2 li{
 
}
.client-2 li a {
  text-decoration: none;
}
.client-2 li {
  margin-top: 1px;

  background: #043e88;

  position: relative;

}

.client-2 li i {
  background: url(../img/fx.png) no-repeat;
  display: block;
  width: 30px;
  height: 27px;
  margin: 0px auto;
  text-align: center;
}

.client-2 li p {
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-align: center;
  color: #fff;
}

.client-2 .my-kefu-qq i {
  background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
  background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
  background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
  background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
  background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
  display: none;
}

.client-2 .my-kefu-ftop i {
  width: 33px;
  height: 35px;
  background-position: -27px -51px;
}

.client-2 .my-kefu-left {
  float: left;
  width: 77px;
  height: 47px;
  position: relative;
}

.client-2 .my-kefu-tel-right {
  font-size: 16px;
  color: #fff;
  float: left;
  height: 24px;
  line-height: 22px;
  padding: 0 15px;
  border-left: 1px solid #fff;
  margin-top: 14px;
}

.client-2 .my-kefu-right {
  width: 20px;
}

.client-2 .my-kefu-tel-main {

  color: #fff;
  height: 56px;
  width: 247px;
  padding:9px 0 6px;
  float: left;
}

.client-2 .my-kefu-main {

  width: 97px;
height: 77px;
  position: relative;
  padding:15px 0 15px;


}

.client-2 .my-kefu-weixin-pic {
  position: absolute;

  left: -130px;
  top: -10px;
display: none;
  z-index: 333;

}


.client-2 .my-kefu-weixin-pic  img{
  width: 115px;
}

@media (max-width: 767px) {
  .wen-ul .swiper-container{
    height: 116px;
  }
.tijias .fl,.tijias .fr{
    width: 100%;
  }.lianxis{
    padding:2rem 0;
  }
  .heps{
    margin-top: 15px;
  }.tijias input{
    height: 30px;
  }.tijias textarea{
    height: 100px;
  }
  .jian-ul li {

    padding: 0 5px;
    margin-bottom: 10px;
}.index-product .product_top .product-ul li{
    width: 30%;
    padding: 0;
    text-align: center;
    margin: 1%;    font-size: .9rem;
}.zixun-div a {
 
    font-size: 12px;
    line-height: 34px;
    margin: 0 7px;
    padding: 0 7px;

}.pro-a .pro-div .pro-bot{
    margin-bottom: 0;
}.gongneng .pro-div{
  height: auto;
}

.gongneng  .col-xs-6{
  width: 100%;
}
}
.wen-ul .swiper-container{
  height: 500px;

}

.wen-ul .swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: linear; /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}
.xnwens-div>div{
display: none;
}.xnwens-div>div.active{
  display: block;
}.dj-xinwen>span{
  cursor: pointer;
}.dj-xinwen>span.active{
  color: #043e88;
}
@media (max-width: 767px) {
  .wen-ul .swiper-container{
    height: 316px;
  }.client-2 .my-kefu-main{
    height: 65px;
    padding: 5px 0;
  }.client-2 li p{
    font-size: 12px;
  }.client-2 li i{
    font-size: 14px;
  }
}