@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  font-size: 0;
}
body{
  font-family: "Source Han Sans CN","pingfang SC",helvetica,arial,verdana,tahoma;
}

/* 禁止缩放表单 */
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 {
	border:5;
	solid:#ffcccc;
  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;
}
button:focus {
  outline: none;
}
em,
i {
  font-style: normal;
}
ul,
li {
  list-style-type: none;
}
.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;
}
@media (min-width: 1440px) {
  .container {
    width: 1415px;
  }
   .container1 {
    width: 1000px;
	margin:0 auto;
  }
  
  
  
}
.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_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%;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.swiper-pagination span:focus {
  outline: none;
}
body {
  padding-top: 80px;
}
#dowebok {
  z-index: 1;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 120px;
  z-index: 998;
  background: #ffffff;
}
header.active {
  border: 1px solid #eeeeee;
}
header .nav {
  line-height: 80px;
  transition: 600ms ease-in-out;
}
header .nav .daohang .yuyans {
  line-height: 78px;
}
header .nav .daohang .daohang-ul > li {
  padding: 0 26px;
  float: left;
  display: inline-block;
  position: relative;
}
header .nav .daohang .daohang-ul > li:nth-child(5) .erls-uls1 {
  width: 180px;
}
header .nav .daohang .daohang-ul > li .erls-uls1 {
  width: 140px;
  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%);
  position: absolute;
  display: none;
  top: 80px;
  line-height: 25px;
  padding: 5px 0;
  border: 1px solid #eeeeee;
  background: rgba(255, 255, 255, 0.8);
}
header .nav .daohang .daohang-ul > li .erls-uls1 li {
  text-align: center;
}
header .nav .daohang .daohang-ul > li .erls-uls1 li a {
  display: block;
  line-height: 30px;
  text-align: center;
  color: #000000;
}
header .nav .daohang .daohang-ul > li .erls-uls1 li:hover a {
  background: #19a9eb;
  color: #ffffff;
}
header .nav .daohang .daohang-ul > li:hover .erls-uls1 {
  display: block;
}
header .nav .daohang .daohang-ul > li::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  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 */
  opacity: 0;
  bottom: 0px;
}
header .nav .daohang .daohang-ul > li > a {
  color: #3f3f3f;
  font-size: 16px;
}
header .nav .daohang .daohang-ul > li.active ,header .nav .daohang .daohang-ul > li:hover{
  position: relative;
}
header .nav .daohang .daohang-ul > li.active a ,header .nav .daohang .daohang-ul > li:hover a{
  color: #19a9eb;
}
header .nav .daohang .daohang-ul > li.active::after,header .nav .daohang .daohang-ul > li:hover:after {
  background: #19a9eb;
  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 */
}
header .nav .dun {
  color: #484848;
}
header .nav .dun i {
  color: #484848;
}
header .nav span {
  float: left;
}
header .nav .xian {
  display: inline-block;
  background: #d5d5d5;
  width: 1px;
  height: 18px;
  margin-left: 28px;
  position: relative;
  top: 32px;
}
header .nav .soa {
  background: #19a9eb;
  display: inline-block;
  padding: 0 30px;
}
header .nav .soa i {
  color: #fff;
}
header .nav .doap {
  padding: 0 30px;
  background: #373737;
  display: inline-block;
}
header .nav .doap i {
  color: #fff;
}
.lunbo-zi {
  top: 35%;
  width: 100%;
  text-align: center;
}
.lunbo-zi .p1 {
  color: #ffffff;
  font-size: 58px;
  font-weight: bold;
  text-shadow: 0.5px 0.866px 0px rgba(0, 0, 0, 0.45);
}
.lunbo-zi .p2 {
  color: #ffffff;
  font-size: 25px;
  text-shadow: 0.5px 0.866px 0px rgba(0, 0, 0, 0.45);
  margin-top: 20px;
}
.lunbo-zi .yue-a {
  margin-top: 40px;
}
.lunbo-zi .yue-a a {
  color: #ffffff;
  font-size: 17px;
  display: inline-block;
  line-height: 50px;
  padding: 0 40px;
  border-radius: 30px;
  border: 1px solid #ffffff;
}
.lunbo-zi .yue-a a:hover {
  background: #19a9eb;
  color: #ffffff;
  border: 1px solid #19a9eb;
}
.juli .dians {
  color: #555555;
  font-size: 18px;
}
.yuyans .pr {
  text-transform: uppercase;
  padding: 0 16px;
  color: #555555;
  font-size: 14px;
  cursor: pointer;
}
.yuyans .pr i {
  font-size: 18px;
}
.yuyans:hover .wbus-ul {
  display: 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 */
}
.wbus-ul {
  display: none;
  width: 100%;
  left: 0;
  right: 0;
  top: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 5px 0;
  border: 1px solid #eeeeee;
}
.wbus-ul li a {
  display: block;
  line-height: 30px;
  text-align: center;
  color: #000000;
}
.wbus-ul li a:hover {
  background: #19a9eb;
  color: #ffffff;
}
.ban {
  position: relative;
}
.ban::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.ban-zi {
  z-index: 4;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 45%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ban-zi .p11 {
  font-size: 50px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0px 1px 2px rgba(155, 177, 202, 0.75);
}
.ban-zi .p12 {
  color: #ffffff;
  font-size: 16px;
  text-shadow: 0px 1px 2px rgba(155, 177, 202, 0.75);
}
.ban-zi .p12 a {
  color: #ffffff;
}
.ban-zi .p12 a:hover {
  color: #19a9eb;
}
.weizhis {
  position: relative;
  margin-top: -64px;
}
.weizhis .cons {
  overflow: hidden;
  width: 81%;
  margin-left: 19%;
  background: rgba(0, 91, 172, 0.8);
  height: 64px;
  line-height: 64px;
  color: #ffffff;
}
.weizhis .cons .container {
  float: left;
}
.weizhis .cons .fen {
  border-left: 1px solid #6698c4;
}
.weizhis .cons .fen a {
  display: inline-block;
  border-right: 1px solid #6698c4;
  background: transparent;
  height: auto;
  line-height: inherit;
  margin: 0;
  font-size: 20px;
}
.weizhis .cons .fen a:hover {
  color: #19a9eb;
}
.weizhis .cons a {
  color: #ffffff;
  padding: 0 20px;
}
.weizhis .cons .zhs i {
  padding: 0 20px;
  border-right: 1px solid #6698c4;
}
.solution {
  height: 100vh;
}
.solution > .fl {
  width: 30%;
}
.solution > .fr {
  width: 70%;
  overflow: hidden;
}
.new {
  padding: 60px 0;
}
.new-ul li a {
  display: block;
}
.new-ul li a > .fl {
  width: 32%;
}
.new-ul li a > .fr {
  width: 64%;
}
.lunbo {
  height: 100vh;
  overflow: hidden;
}
.lunbo .swiper-slide {
  position: relative;
}
.lunbo .swiper-pagination.swiper-pagination-clickable {
  bottom: 47%;
}
.lunbo .swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 1;
}
.lunbo .swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet-active {
  opacity: 1;
  width: 45px;
  height: 10px;
  background: #19a9eb;
  border-radius: 10px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
@keyframes myfirst {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -10px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.shu {
  bottom: 60px;
  left: 49.5%;
  position: absolute;
  z-index: 66;
  animation: myfirst 1s infinite;
  cursor: pointer;
}
.shu p {
  color: #ffffff;
  font-size: 18px;
  margin: 10px 0;
}
.index-pro {
  background: url(../img/2.jpg) no-repeat;
  background-size: cover;
  position: relative;
  z-index: -2;
}
.index-pro .pro-div > .fl {
  width: 64.4%;
}
.index-pro .pro-div > .fl .div1 {
  margin-top: 15px;
  display: none;
}
.index-pro .pro-div > .fr {
  width: 19%;
}
.index-pro .biaotis {
  color: #ffffff;
  font-size: 26px;
  font-weight: lighter;
}
.index-pro .yas {
  color: #ffffff;
  font-size: 16px;
  margin: 14px 0 30px 0;
}
.index-pro .pro-uls li {
  margin-bottom: 13px;
  cursor: pointer;
  position: relative;

  border: 2px solid transparent;
}
.index-pro .pro-uls li:last-child {
  margin-bottom: 13px;
}
.index-pro .pro-uls li.active {
  border: 2px solid #ffffff;
}
.index-pro .pro-uls li.active:after {
  content: '';
  position: absolute;
  border: 11px solid;
  left: -22px;
  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-color: transparent #ffffff transparent transparent;
}
.searchbox {
  padding: 44px 0 38px;
  box-shadow: 0 0 7px 0 #cfcfcf;
  background: #fff;
  position: fixed;
  display: none;
  left: 0;
  width: 100%;
  right: 0;
  top: 80px;
  border-top: 2px solid #19a9eb;
  text-align: center;
  z-index: 99;
}
.searchbox.active {
  top: 70px;
}
.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: #19a9eb;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: 0.44s;
}
.ds {
  cursor: pointer;
}
/* 右侧悬浮 */
.rightfix {
  position: fixed;
  top: 50%;
  right: 0px;
  width: 40px;
  border-right: none;
  transform: translateY(-50%);
  z-index: 99;
  border: 1px solid #dee2e7;
  background: #fff;
}
.fix_ul li {
  font-size: 12px;
  text-align: center;
  float: none;
  position: relative;
  width: 40px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0px;
  color: #000000;
  border-bottom: 1px solid #dee2e7;
}
.fix_ul li:last-child {
  border-bottom: none;
}
.fix_ul li i {
  font-size: 20px;
  color: #7a7a7a;
}
.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);
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 5px;
  line-height: 30px;
  transition: 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 */
  min-width: 120px;
  display: none;
}
.fix_ul li:hover a {
  color: #848484;
}
.fix_ul li:hover .right_div {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  opacity: 1;
  -o-transform: scale(1);
  right: 40px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out; display: block;
  /* Opera */
}
.fix_ul li:hover {
  background: #19a9eb;
}
.fix_ul li:hover i {
  color: #fff;
}
.phone {
  box-shadow: 0px 0px 5px rgba(200, 203, 204, 0.5);
  display: none;
  top: 0;
  position: fixed;
  background: #fff;
  z-index: 999;
  width: 100%;
}
#wrapper {
  position: relative;
  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.phone .index_a {
  width: auto;
  margin-top: 0px;
  line-height: 70px;
}
.sidebar-menu.is-active + #wrapper {
  transform: translateX(-300px);
}
.color_dao i {
  display: inline-block;
  font-size: 25px;
  color: #19a9eb;

  padding: 0 10px;
  line-height: 70px;
}
.sidebar-menu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background:rgba(0, 0, 0, 0.4);
  transition: right 0.5s;
  z-index: 99999;
}
.sidebar-menu.is-active {
  display: block;
  transition: right 0.5s;
}
.dd-sliding-u-l-r i{

}
.sidebar-menu__header {
  height: 50px;
  background: #19a9eb;

  z-index: auto;
  position: relative;
  float:  right;
  display: block;
  padding: 15px 25px;
  height: 100%;
  width: 80%;
  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: 80%;
  list-style: none;
  background-color: #fff;
  transition: right 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.search_submenu.is-active{
  width: 100%;
}
.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: #318bb5 !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: 16px;
  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: #19a9eb;
  padding: 8px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.mobile-foot a {
  color: #fff;
  height: 35px;
  line-height: 33px;
  border: 1px solid #fff;
  border-radius: 4px;
  text-align: center;
  width: 22%;
  padding: 0 15px;
  font-size: 15px;
  margin: 0 5px;
  transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  padding: 0px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.data {
  color: #888888;
  font-size: 16px;
}
.data i {
  color: #19a9eb;
  font-size: 20px;
}
.new-title {
  color: #222222;
  font-size: 19px;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 5px 0;
}
.new-yao {
  font-size: 15px;
  color: #696967;
  line-height: 30px;
  height: 90px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.rig-con > .fl {
  width: 85%;
}
.rig-con > .fr {
  width: 15%;
}
.rig-con > .fr .xiang {
  margin-top: 72px;
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 50px;
  border: 1px solid #19a9eb;
  text-align: center;
}
.rig-con > .fr .xiang i {
  color: #19a9eb;
  font-size: 20px;
}
.neis-con {
  background: url(../img/22.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
.neis-con::after {
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  content: '';
}
.neis-con .neri {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  position: absolute;
}
.solution > .fr {
  height: 100%;
}
.solution > .fr .swiper-slide {
  height: 100vh;
  padding: 30% 20px 0 20px;
  border-left: 1px solid #bdbebf;
  text-align: left;
}
.solution > .fr .swiper-slide:after {
  content: '';
  position: absolute;
  left: 0%;
  opacity: 0;
  top: 0;
  z-index: -1;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.solution > .fr .swiper-slide:hover:after {
  opacity: 1;
  right: 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 */
}
.solution > .fr .swiper-slide .pz1 {
  font-size: 18px;
  color: #ffffff;
  margin: 35px 0;
}
.solution > .fr .swiper-slide .pz-div {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  height: 150px;
  overflow: hidden;
}.solution > .fr .swiper-slide a{
  display: block;
  height: 100vh;
  overflow: hidden;
}
.solution > .fr .swiper-slide .more {
  margin-top: 80px;
}
.solution > .fr .swiper-slide .more span {
  width: 60px;
  display: inline-block;
  height: 60px;
  border-radius: 50%;
  background-color: #19a9eb;
  line-height: 60px;
  text-align: center;
}
.solution > .fr .swiper-slide .more span i {
  color: #ffffff;
  font-size: 25px;
}
.solution > .fl {
  height: 100%;
  padding-top: 17%;
}
.solution > .fl .sou-en {
  color: #ffffff;
  font-size: 24px;
}
.solution > .fl .sou {
  color: #ffffff;
  font-size: 36px;
  font-weight: lighter;
  margin: 25px 0 30px 0;
}
.solution > .fl .sou-al {
  color: #ffffff;
  font-size: 17px;
  line-height: 30px;
}
.solution > .fl .anniu {
  margin-top: 60px;
  position: relative;
}
.solution > .fl .anniu .swiper-button-next,
.solution > .fl .anniu .swiper-button-prev {
  background: transparent;
  position: relative;
  width: 53px;
  height: 53px;
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  line-height: 53px;
  left: 0;
  right: 0;
  margin: 0;
  display: inline-block;
  text-align: center;
}
.solution > .fl .anniu .swiper-button-next:hover,
.solution > .fl .anniu .swiper-button-prev:hover {
  background: #19a9eb;
  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 */
}
.solution > .fl .anniu .swiper-button-next i,
.solution > .fl .anniu .swiper-button-prev i {
  color: #ffffff;
  font-size: 25px;
}
.solution > .fl .anniu .swiper-button-next {
  margin-left: 10px;
}
.solution > .fl .anniu .jai {
  display: inline-block;
  margin-left: 10px;
}
.solution > .fl .anniu .jai a {
  width: 53px;
  height: 53px;
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  line-height: 53px;
  text-align: center;
  display: inline-block;
}
.solution > .fl .anniu .jai a:hover {
  background: #19a9eb;
  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 */
}
.solution > .fl .anniu .jai a i {
  color: #ffffff;
  font-size: 25px;
}
.index-hd {
  margin-bottom: 30px;
}
.index-hd .hd-en {
  color: #19a9eb;
  font-size: 24px;
}
.index-hd .hd-cn {
  color: #131313;
  margin-top: 20px;
  font-size: 36px;
  font-weight: lighter;
}
.index-new {
  background: url(../img/8.jpg);
  background-size: 100% 100%;
}
.news-center {
  margin-top: 40px;
}
.news-center-img {
  width: 41.5%;
  margin-top: 30px;
}
.news-center-img .imgd {
  left: -30px;
  top: -30px;
}
.news-center-img .div-img {
  display: none;
}.news-center-img .div-img img{
  width: 100%;
} 
.news-center-ul {
  width: 54%;
}
.news-center-ul li {
  padding: 30px 0;
  border-bottom: 1px solid #ffffff;
  position: relative;
  overflow: hidden;
}
.news-center-ul li .new-a {
  padding-left: 110px;
  display: block;
}
.news-center-ul li .new-a .titles {
  color: #0e0e0e;
  font-size: 20px;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news-center-ul li .new-a .new-yas {
  color: #2c2c2c;
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 10px;
}
.news-center-ul li .new-a .data {
  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%);
  text-align: center;
  width: 100px;
}
.news-center-ul li .new-a .data .ren {
  color: #767676;
  font-size: 38px;
}
.news-center-ul li .new-a .data .nian {
  color: #767676;
  font-size: 13px;
}
.news-center-ul li:after {
  position: absolute;
  content: '';
  height: 1px;
  background: #19a9eb;
  width: 100%;
  left: -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 */
  right: 0;
  bottom: 0px;
}
.news-center-ul li.active {
  border: none;
}
.news-center-ul li.active:after {
  left: 0;
}
.news-center-ul li.active .data .ren {
  color: #19a9eb;
}
.news-center-ul li.active .data .nian {
  color: #19a9eb;
}
.hd-yao {
  color: #7c7c7c;
  font-size: 17px;
  line-height: 30px;
  margin: 30px 0;
}
.index-company {
  background: url(../img/10.jpg);
  background-size: cover;
}
.company-ul li {
  width: 24%;
  margin: 0 .5%;
  float: left;
}
.company-ul li: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);
}
.company-ul li:hover a::after {
  background: rgba(0, 0, 0, 0.5);
}
.company-ul li a {
  position: relative;
  display: block;
}
.company-ul li a::after {
  content: '';
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.company-ul li a .weis {
  text-align: center;
  padding-top: 20%;
  z-index: 4;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid #ffffff;
  color: #fff;
}
.company-ul li a .weis .fa {
  font-size: 20px;
  line-height: 30px;
}
.company-ul li a .weis .fa-yao {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
}
.mores {
  margin-top: 40px;
}
.mores a {
  color: #fff;
  font-size: 17px;
  background: #19a9eb;
  display: inline-block;
  line-height: 50px;
  padding: 0 40px;
}
.mores a:hover {
  background: #373737;
}
#menu {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#menu .yusn {
  display: inline-block;
  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-width: 2px;
  border-color: #c4c4c4;
  border-style: solid;
  border-radius: 50%;
  background-color: #ffffff;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 68%;
}
#menu .sp1 {
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
  opacity: 0;
}
#menu img {
  opacity: 0;
}
#menu li {
  position: relative;
}
#menu li.active .sp1 {
  opacity: 1;
}
#menu li.active .yusn {
  opacity: 0;
}
#menu li.active img {
  opacity: 1;
}
.mus-div {
  position: fixed;
  right: 30px;
  z-index: 5;
  top: 0;
  width: 120px;
  bottom: 0;
}
.mus-div:after {
  content: '';
  width: 1px;
  z-index: -1;
  position: absolute;
  background: #c0c0c0;
  top: 0;
  left: 65%;
  bottom: 0;
}
.bott {
  background: url(../img/15.jpg) no-repeat;
  background-size: cover;
  padding: 50px 0 30px 0;
}
.bott_div {
  width: 100%;
  margin-bottom: 50px;
}
.bott-xin{
  text-align: center;
}
.bott_div ul {
  float: left;
  margin-right: 65px;
}
.bott_div ul:last-child {
  margin-right: 0;
}
.bott_p {
  position: relative;
  top: -12px;
}
.bott_p .bdsharebuttonbox > p {
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.bott_div ul li:nth-child(1) {
  color: #fff;
  font-size: 17px;
  padding-bottom: 20px;
}



.gsxx p{
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}
.gsxx p a{
  color: #fff;
  font-size: 16px;
}


.gsxx .gs-title {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    margin-bottom:10px;
}

.bott_div ul li a {
  color: #a5a5a5;
  font-size: 14px;
  line-height: 26px;
  display: block;
}
.bott_div ul li a:hover {
  color: #19a9eb;
}
.bott_div .bott_ul {
  text-align: right;
  width: 18.7%;
}
.bott_div .bott_ul li {
  color: #a5a5a5;
  font-size: 14px;
  line-height: 26px;
}
.bott_div .bott_ul li:nth-child(1) {
  font-size: 27px;
}
.bott_div .bott_ul li .iconfont {
  font-size: 24px;
  margin-right: 5px;
}
.bott_div .bott_ul li a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding: 10px 40px 10px 60px;
  background: #00a0e9;
  position: relative;
  margin: 20px 0;
}
.bott_div .bott_ul li a:hover {
  background: #0799dc;
}
.bott_div .bott_ul li a i {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 25px;
}
.bott_div .bott_ul li a:hover {
  color: #fff;
}
.bott .bdsharebuttonbox {
  display: inline-block !important;
  position: relative;
  top: 20px;
}
.bott .bdsharebuttonbox .iconfont {
  /* background:transparent !important; */
  font-size: 20px !important;
  color: #fff !important;
  margin: 0 !important;
  margin-right: 10px !important;
  padding-left: 0 !important;
}
.bott .bdsharebuttonbox a {
  height: 45px !important;
  width: 45px !important;
  border-radius: 50% !important;
  text-align: center !important;
  padding-top: 3px !important;
  background: #5b5b5b !important;
}
.bdshare-button-style0-16 a {
  line-height: 40px !important;
}
.bott .bdsharebuttonbox a:nth-child(4) {
  margin-right: 25px !important;
}
.bott_p p {
  color: #fff;
  margin-bottom: 20px;
  font-size: 19px;
}
.bott_ico {
  color: #fff;
}
.bott_ico > p {
  font-size: 19px;
  padding-bottom: 25px;
}
.bott_ico .iconfont {
  margin-right: 10px;
  font-size: 18px;
}
.bott_ico > div {
  display: table;
  content: " ";
}
.bott_ico > div input,
.bott_ico > div button {
  float: left;
}
.bott_ico > div input {
  width: 380px;
  height: 50px;
  background: none;
  border: 1px solid #31333d;
  background: #ffffff;
  padding-left: 10px;
}
.bott_ico > div button {
  background: #00a0e9;
  border: none;
  width: 115px;
  height: 50px;
}
.bott_ico > div button:hover {
  background: #48c6ff;
}
.bott_ico {
  padding-top: 25px;
}
.bott_ban {
  padding: 20px 0;
  color: #9e9e9e;
  font-size: 16px;
  text-align: center;
  background: #272727;
}
.us-about {
  padding: 80px 0;
}
.us-about .us-con {

  font-size: 16px;
  line-height: 29px;
}
.us-about .vid {
  padding-right: 30px;
  padding-bottom: 0px;
  width: 60%;
}
.abou-hd {
  margin: 10px 0;
  color: #1f1f1f;
  font-size: 35px;
}
.rong-a {
  padding: 10px;
  border: 1px solid #e8e8e8;
  cursor: pointer;
}
.rong-a .rong-div {
  width: 100%;
  left: 0%;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
}
.rong-a .rong-div span {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  display: inline-block;
  text-align: center;
  line-height: 54px;
  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%);
}
.rong-a .rong-div span i {
  color: #19a9eb;
  font-size: 20px;
  font-weight: bold;
}
.rong-a:hover {
  border: 1px solid #19a9eb;
}
.rong-a:hover .rong-div {
  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 */
  opacity: 1;
}
.rongyu .col-md-3 {
  margin-bottom: 30px;
}
.rong-title {
  color: #575757;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 10px 0 10px 0;
}
.fa-div {
  position: relative;
}
.fa-div:after {
  position: absolute;
  content: '';
  top: 40px;
  bottom: 0;
  width: 1px;
  background: #e6e6e6;
  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%);
  z-index: -1;
}
.fa-ul li {
  position: relative;
}
.fa-ul li .nian-img {
  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: 30px;
}
.fa-ul li .fa-zi {
  width: 45.5%;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #e5e5e5;
  position: relative;
}
.fa-ul li .fa-zi .sanj {
  position: absolute;
  display: inline-block;
  right: 0;
  top: 30px;
}
.fa-ul li .fa-zi .sanj:after {
  content: "";
  position: absolute;
  border: 9px solid;
  top: 1px;
  border-color: transparent transparent transparent #ffffff;
}
.fa-ul li .fa-zi .sanj:before {
  content: "";
  position: absolute;
  border: 10px solid;
  border-color: transparent transparent transparent #e5e5e5;
}
.fa-ul li .fa-zi > .fl {
  width: 33%;

  border: 1px solid #eeeeee;
}
.fa-ul li .fa-zi .fr {
  width: 64%;
}
.fa-ul li .fa-zi .fa-cons {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
}
.fa-ul li .fa-zi .nian {
  color: #00a0e9;
  font-size: 29px;
}
.fa-ul li:nth-child(2n) .fa-zi {
  float: right;
}
.fa-ul li:nth-child(2n) .fa-zi .sanj {
  right: auto;
  left: -19px;
}
.fa-ul li:nth-child(2n) .fa-zi .sanj:after {
  border: 9px solid;
  border-color: transparent #ffffff transparent transparent;
  left: 2px;
}
.fa-ul li:nth-child(2n) .fa-zi .sanj:before {
  border: 10px solid;
  border-color: transparent #e5e5e5 transparent transparent;
}.fa-ul li:nth-child(2n)  .fa-zi .fl{
  float: right;
}
.xiangye-tui .tui-a {
  display: block;
}
.xiangye-tui .swiper-pagination {
  width: 100%;
  bottom: 10px;
}
.xiangye-tui .swiper-pagination-bullet {
  margin: 0 4px;
}
.xiangye-tui .tui-a > .fl {
  width: 45%;
}
.xiangye-tui .tui-a > .fr {
  width: 50%;
}
.xiangye-tui .tui-a > .fr .yue {
  font-size: 15px;
  color: #888888;
}
.xiangye-tui .tui-a > .fr .yao-title {
  color: #0b0b0b;
  font-size: 19px;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 10px;
}
.xiangye-tui .tui-a > .fr .yao-title a {
  color: #0b0b0b;
}
.xiangye-tui .tui-a > .fr .ziyao {
  color: #888888;
  font-size: 15px;
  line-height: 30px;
  height: 120px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.xiangye-tui .tui-a .xiang {
  color: #0b0b0b;
  font-size: 18px;
  margin-top: 30px;
}
.xiangye-tui .tui-a .xiang .yus {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: #00a0e9;
  display: inline-block;
  line-height: 47px;
  margin-right: 20px;
  text-align: center;
}
.xiangye-tui .tui-a .xiang .yus i {
  color: #ffffff;
}
.xiangye-tui .tui-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);
  -o-transform: scale(1.2);
}
.xiangye-tui .tui-a:hover > .fr .yao-title {
  color: #05439b;
}
.xiangye-tui {
  padding-bottom: 60px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 50px;
}
.li-con {
  border: 1px solid #000;
  display: block;
}
.newiss .col-md-3>div>div:nth-of-type(1) a{
  position: relative;
}
.newiss .col-md-3>div>div:nth-of-type(1) a{
  display: block;
  opacity: 0;
  width: 92%;
  top: 0;
  left: 15px;
  right: 0;
  bottom: 15%;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
}



.newiss .col-md-3>div>div:nth-of-type(1) a::after{
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-size: 100%;
  background: url(../img/xia.png) no-repeat;
  transform: translate(-50%, -50%);
}
.newiss .col-md-3>div>div:nth-of-type(1) a:hover{
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.newiss .col-md-3>div>div:nth-of-type(1):hover a{
  opacity: 1;
}
.li-con .cons-d {
  padding: 20px;
}
.rong-titles {
  line-height: 50px;
  color: #0b0b0b;
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 50px;
  padding: 0;
}
.li-con: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);
}
.li-con:hover .rong-title {
  color: #05439b;
}
.zhas {
  color: #888888;
  font-size: 15px;
  line-height: 25px;
  margin-top: 5px;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.date {
  color: #888888;
  font-size: 15px;
}
.newiss .col-md-4 {
  margin-bottom: 30px;
}
.li-con:hover {
  border: 1px solid #19a9eb;
}
.xiangye-tui .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #19a9eb;
  opacity: 1;
  position: relative;
}
.xiangye-tui .swiper-pagination-bullet-active::after {
  position: absolute;
  content: '';
  width: 11px;
  border: 1px solid #19a9eb;
  height: 11px;
  top: -2px;
  left: -2px;
  border-radius: 100%;
}
.xingsw .row {
  margin-bottom: 45px;
}
.xing-bots {
  margin-top: 20px;
  border-top: 1px solid #eeeeee;
  padding: 24px 0;
}
.xing-bots .more a {
  color: #ffffff;
  font-size: 15px;
  border: 1px solid #eeeeee;
  line-height: 30px;
  padding: 0 30px;
  background: #19a9eb;
  height: 30px;
  display: inline-block;
}
.xing-bots .more a:hover {
  background: #05439b;
  color: #ffffff;
}
.shang {
  width: 80%;
}
.shang > div {
  color: #000000;
  font-size: 15px;
  margin-top: 10px;
}
.shang > div a {
  color: #575757;
  font-size: 15px;
}
.shang > div a:hover {
  color: #19a9eb;
}
.xingsw .more {
  margin: 40px 0;
}
.xingsw .more a:hover {
  border: 1px solid #05439b;
  color: #05439b;
}
.new-list-xiang {
  padding: 30px 0 90px 0;
}
.detall .bdsharebuttonbox {
  display: inline-block;
  position: relative;
  top: 16px;
}
.detall .bdsharebuttonbox a {
  margin: 0px 6px 0px 0;
}
.new-list-xiang {
  margin-top: 50px;
}
.new-list-xiang .xing-lizi {
  left: 8%;
  top: 40%;
}
.xing-biao {
  color: #0b0b0b;
  font-size: 28px;
}
.cons-bian2 {
  color: #888888;
  font-size: 15px;
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
}
.cs-cons1 {
  color: #888888;
  font-size: 15px;
  line-height: 30px;
  padding: 30px 0;
}
.cs-cons1 img {
  padding: 15px;
}
.er-nav {
  display: inline-block;
  border: 1px solid #e9e9e9;
  border-right: none;
}
.er-nav li {
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  border-right: 1px solid #e9e9e9;
}
.er-nav li a {
  display: inline-block;
  font-size: 17px;
  color: #707070;
  padding: 0 40px;
  line-height: 50px;
}
.er-nav li:hover,
.er-nav li.active {
  border: 1px solid #19a9eb;
  border-bottom: 4px solid #19a9eb;
}
.er-nav li:hover a,
.er-nav li.active a {
  color: #19a9eb;
}
.list-ul {
  margin: 50px 0;
}
.list-ul li {
  margin-bottom: 30px;
}
.list-ul li > .fl {
  width: 21.3%;
}
.list-ul li > .fl: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);
}
.list-ul li > .fr {
  width: 77%;
}
.list-ul li .zhen-yao {
  color: #767676;
  font-size: 16px;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 10px;
}
.list-ul li .title-s {
  margin-top: 10px;
}
.list-ul li .title-s a {
  font-size: 23px;
  color: #1f1f1f;
  display: block;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.list-ul li .title-s a:hover {
  color: #19a9eb;
}
.list-ul li .title-s .das {
  color: #888888;
  font-size: 15px;
}
.lianxis {
  margin: 80px 0;
}
.lianxis .col-md-4 {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}






.lianxis .lianxi-uls {
  margin: 0 -15px;
}
.lianxis .lianxi-uls li:last-child {
  border-bottom: none;
}
.lianxis .lianxi-uls li .fl {
  width: 10%;
  line-height: 50px;
  color: #19a9eb;
  text-align: center;
}
.lianxis .lianxi-uls li .fl i {
  font-size: 25px;
}
.lianxis .lianxi-uls li .fr {
  width: 85%;
}
.lianxis .lianxi-uls li .fr .add-p {
  color: #000000;
  font-size: 20px;
}
.lianxis .lianxi-uls li .fr .add-p1 {
  color: #5b5b5b;
  font-size: 16px;
  margin-top: 5px;
}
.lianxis .lianxi-uls li {
  padding: 18px 0;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
}
.lianxis .lianxi-uls li: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: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
}


/*供应商表*/
.gys{
	margin:80px 0;
	
	}

.sec-normal .title
  {position: relative;
    width: 100%;
    height: auto;
    margin: auto;
     z-index: 5;
	  
	  }
	  
 .sec-normal .title h2 {
    display: block;
    position: relative;
    margin: auto;
    color: #333;
    font-size: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.sec-normal .title h2:after {
    display: block;
    position: absolute;
    content: '';
    width: 60px;
    height: 2px;
    background-color: #19a9eb;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 0;
     
}


.application-content{
	 width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border: 1px solid #e5eaed;
    box-sizing: border-box;
    margin-top: 30px;
	}
	
.application-form {
	width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 50px 50px 70px;
    box-sizing: border-box;
	
	} 
	
  .application-form h2 {
    position: relative;
    display: inline-block;
    font-size: 25px;
    padding-bottom: 25px;
    font-weight: bold;
    z-index: 1;
}

  .application-form h2:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: -3px;
    background-color:#19a9eb;
}

 .application-form .message_for ul{
	 width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
	 
	 }


.application-form ul li {
    width: 100%;
    position: relative;
    border-top: 1px solid #e5eaed;
    padding: 15px 0;
    overflow: hidden;
}

.application-form li em {
    display: block;
    width: 35%;
    padding: 12px 0;
    float: left;
    position: relative;
	font-size:16px;
}

.application-form li em span {
    display: block;
    border-radius: 25px;
    text-align: center;
    font-size: 87.5%;
    padding: 3px 13px;
    color: #fff;
    background-color: #ef2b3a;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.application-form li .application-input1 {
    width: 55%;
}
.application-form li .application-input1, .application-form li .application-input2 {
    float: left;
    border: 2px solid #e5eaed;
    border-radius: 3px;
    padding: 12px;
    box-sizing: border-box;
}
.application-form li .application-input2 {
    width:26%;
    
}
.application-form li .application-label1 {
    display: inline-block;
    position: relative;
    min-width: 95px;
    padding: 12px 0;
    font-size: 16px;
    margin-right: 25px;
}

 
 .gsxz{
	width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #999;
   -webkit-appearance: none;
	 
	 }
 
.application-form li .application-label1 .gsxz:checked {
 
	 background-color: #19a9eb;
    border: 1px solid #19a9eb;
    background-clip: content-box;
	 
}
 
 .application-form li textarea {
    width: 55%;
    min-height: 140px;
    border: 2px solid #e5eaed;
    box-sizing: border-box;
    padding: 12px;
	resize:none;
}


 .application-form button {
    display: block;
    position: relative;
    width: 240px;
    height: 56px;
    line-height: 56px;
    background-color: #19a9eb;
    text-align: center;
    color: #fff;
    font-size: 100%;
    margin: auto;
    cursor: pointer;
    transition: all .4s ease;
	border:none;
}




.fenbu-ul li {
  border: 1px solid #dbdbdb;
  margin-bottom: 30px;
  padding: 15px;  color: #878787;
  font-size: 16px;
  line-height: 30px;
}.fenbu-ul li tbody tr td{
  padding: 10px;
}
 
.fenbu-ul li > .fr {
  padding: 35px 20px;
}
.fenbu-ul li > .fr .fenb-title {
  color: #000000;
  font-size: 19px;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.fenbu-ul li > .fr .yao-fenb {
  color: #878787;
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
}
.fenbu-ul li > .fr .mo-in {
  margin-top: 10px;
}
.fenbu-ul li:nth-child(2n) > .fl {
  float: right;
}
.fenbu-ul li:nth-child(2n) > .fr {
  float: left;
}
.case-row .col-md-4 {
  margin-bottom: 30px;
}
.case-a {
  display: block;
  border: 1px solid #eeeeee;
}
.case-a .case-cen {
  padding: 15px;
}
.case-a .case-cen .case-title {
  color: #0b0b0b;
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.case-a .case-cen .case-title a {
  color: #0b0b0b;
}
.case-a .case-cen .data {
  font-size: 15px;
  color: #888888;
  margin: 5px 0;
}
.case-a .case-cen .case-yao {
  font-size: 15px;
  color: #888888;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.case-a .case-bot {
  border-top: 1px solid #eeeeee;
  color: #0b0b0b;
  font-size: 15px;
  line-height: 45px;
  padding: 0 20px;
}
.case-a .case-bot a {
  display: block;
}
.case-a .case-bot a .fl {
  color: #0b0b0b;
  font-size: 15px;
}
.case-a .case-bot a i {
  color: #19a9eb;
  float: right;
}
.case-a:hover {
  border: 1px solid #19a9eb;
  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 */
}
.case-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);
  -o-transform: scale(1.2);
}
.case-a:hover .case-cen .case-title a {
  color: #19a9eb;
}
.case-row {
  margin-top: 50px;
}
.frequently .frequently_ul {
  border-top: 1px solid #e3e3e3;
}
.frequently .frequently_ul li {
  cursor: pointer;
}
.frequently .frequently_ul li .frequently_div {
  color: #000000;
  font-size: 20px;
  border-bottom: 1px solid #e3e3e3;
  line-height: 60px;
  background: #f7f8fc;
  padding: 0 50px;
}
.frequently .frequently_ul li .frequently_div .frequently_title {
  width: 90%;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.frequently .frequently_ul li .frequently_div .fr i {
  line-height: 60px;
  color: #19a9eb;
  font-size: 20px;
}
.frequently .frequently_ul li.active .frequently_div .fr {
  transform: rotateZ(180deg);
  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 */
}
.frequently .frequently_con {
  color: #6e6e6e;
  font-size: 16px;
  display: none;
  line-height: 30px;
  padding: 15px 70px;
}
.download thead tr {
  border-top: 2px solid #19a9eb;
}
.download thead tr th {
  color: #000000;
  font-size: 19px;
  line-height: 50px;
  font-weight: normal;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.download tbody tr {
  cursor: pointer;
}
.download tbody tr td {
  color: #737373;
  font-size: 16px;
  padding: 0;
  line-height: 70px;
  text-align: center;
}
.download tbody tr td:nth-child(1) {
  position: relative;
  padding: 0 40px;
}
.download tbody tr td:nth-child(1) span {
  position: absolute;
  background: #19a9eb;
  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: 30px;
  color: #ffffff;
  line-height: 25px;
  font-size: 13px;
  padding: 0 10px;
  text-transform: uppercase;
  display: none;
}
.download tbody tr td a {
  font-size: 16px;
  color: #737373;
}
.download tbody tr td a i {
  display: inline-block;
  margin-right: 5px;
}
.download tbody tr:nth-child(1) td span,
.download tbody tr:nth-child(2) td span {
  display: block;
}
.download tbody tr:last-child {
  border-bottom: 1px solid #ddd;
}
.download tbody tr:hover {
  background: #e2e1e1;
}
.download tbody tr:hover a {
  color: #19a9eb;
}
.biaoan {
  width: 46%;
  margin: 0 auto;
  border: 10px solid rgba(0, 0, 0, 0.4);
}
.biaoan > div {
  background: #ffffff;
  padding: 45px;
}
.ges-ul li {
  padding-left: 50px;
  padding-right: 10px;
  position: relative;
  width: 50%;
  float: left;
  margin-bottom: 10px;
}
.ges-ul li input {
  height: 45px;
  border: 1px solid #dedede;
  width: 100%;
  padding-left: 20px;
}
.ges-ul li:nth-child(5),
.ges-ul li:nth-child(6) {
  width: 100%;
}
.ges-ul li:nth-child(5) textarea,
.ges-ul li:nth-child(6) textarea {
  height: 130px;
  border: 1px solid #dedede;
  width: 100%;
  resize: none;
  padding: 20px;
}
.ges-ul li > .pa {
  color: #1b1b1b;
  font-size: 17px;
  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;
}
.ges-ul li > .pa span {
  color: red;
}
.zixun {
  margin-bottom: 30px;
  font-size: 15px;
  color: #5a5a5a;
  line-height: 30px;
  padding-left: 100px;
  text-align: left;
}
.zixun span {
  position: absolute;
  left: 0;
  top: 0;
  color: #000000;
  font-size: 20px;
}
.code-div > .fl {
  width: 60%;
}
.code-div > .fr button {
  color: #ffffff;
  font-size: 18px;
  padding: 10px 40px;
  background: #19a9eb;
  border: none;
}
.code-div .box {
  margin-right: 10px;
}
.code-div .box input {
  padding-left: 10px;
}
.code-div .box-img {
  border: 1px solid #dedede;

 height: 43px;
 line-height: 43px;
}
.zhaop {
  padding: 90px 0 60px 0;
}
.zhaop .zhaop-con1 .left {
  width: 66.66%;
}
.zhaop .zhaop-con1 .right {
  width: 32%;
  padding-left: 11px;
}
.zhaop .zhaop-con1 .right .top1 {
  padding-bottom: 6px;
}
.zhaop .zhaop-con1 .right .top2 {
  padding-top: 6px;
}
.zhaop-biao {
  color: #000000;
  font-size: 26px;
  padding-top: 56px;
}
.zhaop-yas {
  color: #767676;
  font-size: 16px;
  line-height: 30px;
  margin-top: 5px;
  margin-bottom: 20px;
}
.fuli {
  background: #f7f8f9;
  padding-bottom: 20px;
}
.fuli .fuli-con .col-md-3 {
  height: 182px;
  transition: 600ms ease-in-out;
  cursor: pointer;
  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;
}
.fuli .fuli-con .col-md-3 .ful-yu .imgs2 {
  display: none;
}
.fuli .fuli-con .col-md-3 .ful-yu .fuli-t1 {
  color: #5b5b5b;
  font-size: 17px;
  margin-top: 10px;
}
.fuli .fuli-con .col-md-3 .ful-yu .fuli-t2 {
  color: #5b5b5b;
  font-size: 13px;
  line-height: 25px;
  opacity: 0;
  transition: 600ms ease-in-out;
}
.fuli .fuli-con .col-md-3:hover {
  transition: 600ms ease-in-out;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}
.fuli .fuli-con .col-md-3:hover .fuli-t2 {
  opacity: 1;
}
.fuli .fuli-con .col-md-3:hover .imgs1 {
  display: none;
}
.fuli .fuli-con .col-md-3:hover .imgs2 {
  display: block;
  margin: auto;
}
.recruit {
  padding-bottom: 70px;
}
.recruit .recruit-ren {
  background: #19a9eb;
  padding: 30px 0 40px 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
}
.recruit .recruit-ren .recruit-renp {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 19px;
}
.recruit .recruit-con {
  margin: 25px -30px 70px -30px;
}
.recruitment-cons1 {
  margin: 40px 0 40px 0;
}
.recruitment-xiao {
  margin-bottom: 80px;
}
.xia-zha-ul {
  margin-top: 50px;
}
.rec-a {
  padding: 30px 20px 30px 40px;
}
.xia-zha-ul > li:nth-child(odd) .rec-a {
  background: #f5f5f5;
}
.xia-zha-ul > li {
  cursor: pointer;
}
.xia-zha-ul > li.active .rec-a .fr > div span {
  transform: rotate(180deg);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
}
.xia-zha-ul > li .rec-a {
  display: block;
}
.xia-zha-ul > li .rec-a .fl {
  width: 80%;
}
.xia-zha-ul > li .rec-a .fl .huas {
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.xia-zha-ul > li .rec-a .fl .shenx {
  color: #575757;
  font-size: 15px;
  margin-top: 10px;
}
.xia-zha-ul > li .rec-a .fl .shenx span {
  display: inline-block;
  padding-right: 20px;
  line-height: 1;
  border-right: 1px solid #b6b6b6;
  margin-right: 20px;
}
.xia-zha-ul > li .rec-a .fl .shenx span:last-child {
  border-right: none;
}
.xia-zha-ul > li .rec-a .fr {
  width: 13%;
  line-height: 60px;
  border-left: 1px solid #b6b6b6;
  text-align: center;
}
.xia-zha-ul > li .rec-a .fr > div {
  line-height: 30px;
  background: #19a9eb;
  color: #ffffff;
  padding: 0 20px;
  display: inline-block;
}
.xia-zha-ul > li .rec-a:hover .fl .huas {
  color: #05439b;
}
.zhao-xinghs {
  padding: 25px;
  padding-bottom: 50px;
  display: none;
  border: 1px solid #e8e8e8;
}
.zhao-xinghs .gongc-p {
  color: #000000;
  font-size: 20px;
}
.zhao-xinghs .cons-bian2 {
  margin: 10px 0;
}
.zhao-xinghs .cons-bian2 span {
  font-size: 15px;
  color: #575757;
}
.zhao-xinghs .cons-bian2 a {
  margin-top: 0;
}
.zhao-xinghs .z-uls {
  background: #f5f5f5;
  padding: 20px 0 20px 30px;
}
.zhao-xinghs .z-uls li {
  width: 33.333%;
  float: left;
  color: #575757;
  font-size: 15px;
  line-height: 40px;
}
.zhao-xinghs .gang-nei {
  color: #575757;
  font-size: 15px;
  line-height: 30px;
  margin: 20px 0;
}
.zhao-xinghs .tou-a a {
  font-size: 17px;
  color: #19a9eb;
  line-height: 45px;
  border: 1px solid #19a9eb;
  padding: 0 30px;
  display: inline-block;
}
.zhao-xinghs .tou-a a:hover {
  background: #19a9eb;
  color: #ffffff;
}
.ree-cons > div {
  display: none;
}
.ghe {
  border-top: 1px solid #e3e3e3;
  color: #575757;
  font-size: 15px;
  line-height: 30px;
  padding: 20px 0;
}
.cons-bian1 {
  margin: 10px 0;
}
.gangxingqu {
  background: #f4f4f4;
  padding: 80px 0;
}
.gangxingqu .swiper-button-next {
  width: 39px;
  height: 40px;
  background: url(../img/28.png) no-repeat;
  background-size: 100% 100%;
  right: -100px;
}
.gangxingqu .swiper-button-prev {
  width: 39px;
  height: 40px;
  background: url(../img/27.png) no-repeat;
  background-size: 100% 100%;
  left: -100px;
}
.gangxingqu .swiper-slide {
  background: #ffffff;
}
.gangxingqu .titl {
  color: #0b0b0b;
  font-size: 35px;
  margin-bottom: 40px;
}
.cells-ul {
  margin: 25px 0;
  height: 53px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
.cells-ul li {
  display: inline-block;
  line-height: 53px;
}
.cells-ul li a {
  display: block;
  color: #010101;
  font-size: 16px;
  border-bottom: 1px solid #ffffff;
  padding: 0 30px;
}
.cells-ul li:hover a,
.cells-ul li.active a {
  border-bottom: 1px solid #00a0e9;
  color: #00a0e9;
}
.cos-div.active {
  position: fixed;
  top: 80px;
  left: 0;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  right: 0;
  background: #ffffff;
  z-index: 44;
}
.cos-div.active .cells-ul {
  width: 75%;
  margin: 0 auto;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
}
.clell-cons .sna .san-p {
  font-size: 20px;
  color: #010101;
  line-height: 24px;
}
.tis-div p {
  color: #010101;
  font-size: 18px;
}
.tis-div p span {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #19a9eb;
  line-height: 35px;
  text-align: center;
  margin-right: 10px;
  color: #ffffff;
  border-radius: 100%;
}
.tis-div ul {
  margin-top: 20px;
}
.tis-div ul li {
  position: relative;
  padding-left: 20px;
}
.tis-div ul li::after {
  width: 5px;
  height: 5px;
  background-color: #19a9eb;
  position: absolute;
  border-radius: 100%;
  content: '';
  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%);
}
.san-cons {
  padding: 30px 0;
  color: #7b7b7b;
  font-size: 16px;
  line-height: 30px;
}
.cans-su .table > tbody > tr > td,
.cans-su .table > tbody > tr > th,
.cans-su .table > tfoot > tr > td,
.cans-su .table > tfoot > tr > th,
.cans-su .table > thead > tr > td,
.cans-su .table > thead > tr > th {
  vertical-align: middle;
}
.cans-su .out {
  height: 40px;
  position: relative;
}
.cans-su .out span {
  display: block;
  width: 104%;
  height: 1px;
  background: #ffffff;
  transform: rotate(8.5deg);
  position: absolute;
  top: 21px;
  left: -7px;
}
.cans-su b {
  font-style: normal;
  display: block;
  position: absolute;
  top: 7px;
  right: 0px;
  text-align: center;
  width: 50%;
}
.cans-su em {
  font-style: normal;
  display: block;
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 50%;
}

.cans-su th,
.cans-su td {
  text-align: center;
  font-size: 12px;
  line-height: 30px;
}
.cans-su th {
  background: #19a9eb;
  font-size: 16px;
  font-weight: normal;
  border-left: 1px solid #eee;
  color: #ffffff;
}
.cans-su tr th:nth-child(1) {
  width: 25%;
}
.cans-su tr td {
  color: #4e4e4e;
  font-size: 16px;
  line-height: 40px !important;
  padding: 0 !important;


 border: 1px solid #c1c1c1;
}
.cans-su tr td:nth-child(1) span {
  width: 50%;
  text-align: center;
}
.cans-su tr .jls p:nth-child(2) {
  border-top: 1px solid #eee !important;
}
.wucai > .fl {
  margin-top: 20px;
}
.wucai > div {
  border-left: 1px solid #eee;
  width: 50%;
}
.wucai > div > .div2 {
  border-top: 1px solid #eee;
}
.wucai .jls p:nth-child(2) {
  border-top: 1px solid #eee !important;
}
.rong-tuss .swiper-container {
  padding-bottom: 50px;
}
.rong-tuss .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #19a9eb;
  opacity: 1;
  position: relative;
}
.rong-tuss .swiper-pagination-bullet-active::after {
  position: absolute;
  content: '';
  width: 11px;
  border: 1px solid #19a9eb;
  height: 11px;
  top: -2px;
  left: -2px;
  border-radius: 100%;
}
.sna .zixun1 {
  color: #505050;
  font-size: 19px;
  padding: 30px 0;
}
.sna .san-liuyan {
  width: 90%;
  margin: 0 auto;
  position: relative;
  margin-top: -100px;
  background: #ffffff;
}
.sna .san-liuyan .ges-ul li {
  padding-left: 0;
  width: 25%;
}
.sna .san-liuyan .ges-ul li i {
  position: absolute;
  top: 38px;
  left: 4px;
}
.sna .san-liuyan .ges-ul li span {
  color: red;
}
.sna .san-liuyan .ges-ul li:nth-child(5),
.sna .san-liuyan .ges-ul li:nth-child(6) {
  width: 100%;
}
.sna .san-liuyan .ges-ul li:last-child {
  width: 100%;
  margin-top: 10px;
}
.sna .san-liuyan .ges-ul li:last-child button {
  color: #ffffff;
  font-size: 16px;
  line-height: 45px;
  padding: 0 60px;
  margin-right: 10px;
  border: none;
  background: #19a9eb;
}
.sna .san-liuyan .ges-ul li:last-child button:nth-child(2) {
  background: #6f6f6f;
}
.sna .san-liuyan .ges-ul li:last-child button:hover {
  background: #373737;
  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 */
}
.pro-con .yaoa-pros {
  color: #888888;
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
}
.pro-con .xing-pro-b {
  color: #0b0b0b;
  font-size: 29px;
  margin-bottom: 40px;
}
.fengs {
  margin-top: 30px;
}
.fengs .bdsharebuttonbox span {
  position: relative;
  top: 15px;
}
.fengs .bdsharebuttonbox a {
  height: 40px !important;
  width: 40px !important;
  border-radius: 50% !important;
  text-align: center !important;
  padding-top: 3px !important;
  background: #c9c9c9 !important;
  color: #ffffff;
  line-height: 35px !important;
  text-align: center;
  padding-left: 0;
  font-size: 20px;
}
.pro-con {
  padding: 97px 0 70px 0;
}
.pro-con .gallery-top {
  width: 70%;
  padding-right: 1px;
}
.pro-con .gallery-thumbs {
  padding: 0 20px;
  width: 25%;
}
.pro-con .gallery-thumbs .swiper-slide{
  height: 90px!important;
  border: 1px solid #eeeeee;
  padding-bottom: 1px;
  
}.pro-con .gallery-thumbs .swiper-slide img{
  width: 100%;
  height: 100%;
}
.pro-con .gallery-thumbs .swiper-slide-thumb-active {
  border: 1px solid #19a9eb;
  position: relative;
}
.pro-con .gallery-thumbs .swiper-slide-thumb-active:after {
  content: "";
  position: absolute;
  border: 9px solid;
  border-color: transparent #ffffff transparent transparent;
  left: -18px;
  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%);
  top: 43%;
}
.pro-con .gallery-thumbs .swiper-slide-thumb-active:before {
  content: "";
  position: absolute;
  border: 10px solid;
  border-color: transparent #19a9eb transparent transparent;
  left: -20px;
  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%);
  top: 43%;
}
.bannr .ban-zi1 {
  padding: 80px 0;
  position: relative;
  z-index: 3;
}
.index-new,
.index-company {
  padding: 40px 0;
}
#div_sitemap {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  background-color: #fff;
}
#div_sitemap h1 {
  display: none;
  position: absolute;
  left: 50px;
  top: 15px;
}
#div_sitemap .fr {
  right: 1%;
  top: 17px;
  padding: 24px 25px 22px !important;
  position: relative;
  z-index: 2;
}
#div_sitemap .fr i {
  font-size: 40px;
  color: #0c88e6;
}
#ul_sitemap {
  margin: 0 auto;
  width: 90%;
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  background: #fff;
  /*position:absolute; left:0; right:0; top:74px; background:#0e7fd4; border-top:1px solid #4d9cd8;*/
}
#ul_sitemap_inner {
  display: table;
  margin: 0 auto;
  height: 800px;
}
#ul_sitemap_inner > li {
  padding: 33px 15px;
  display: table-cell;
  width: 12.5%;
  /*border:1px solid #4d9cd8; border-top:0;*/
}
#ul_sitemap_inner > li > a {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
#ul_sitemap_inner .ul_submenu {
  display: block !important;
  border-top: 1px solid #0c88e6;
  margin: 25px 0px 0px 0px;
  padding-top: 6px;
}
#ul_sitemap_inner .ul_submenu > li {
  display: table-row;
}
#ul_sitemap_inner .ul_submenu > li > a {
  display: block;
  padding-top: 19px;
  /*padding-left:10px;*/
  text-align: left;
  font-size: 16px;
  color: #0c88e6;
  font-weight: 400;
}
#ul_sitemap_inner .ul_submenu > li > a:hover {
  color: #19a9eb;
}
#ul_sitemap_inner .ul_submenu > li > a:hover::before {
  background: #19a9eb;
}
.no_ul {
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}
.no_ul.active {
  height: 300px;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}
#ul_sitemap_inner .ul_submenu > li > a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  background: #0c88e6;
  margin: -4px 4px 0 0;
}
#ul_sitemap_inner #li_languagemenu,
#ul_mainmenu_mobile #li_languagemenu {
  display: none;
}
#div_sitemap .ul_endpoint {
  padding-top: 10px;
  display: block;
}
#div_sitemap .ul_endpoint > li {
  padding: 6px;
  padding-left: 8px;
  text-align: left;
  font-size: 1em;
  line-height: 20px;
}
.counter {
  font-weight: 100;
  padding: 30px;
}
#ul_globalcount {
  line-height: 10px !important;
  margin: 0px auto;
  margin-top: 30px;
  display: table;
}
#ul_globalcount > li {
  padding: 30px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
#ul_globalcount > li:first-child {
  border-right: 1px solid #5187b6;
}
@media (max-width: 1600px) {
  header .nav .daohang .daohang-ul > li {
    padding: 0 14px;
  }
}
#menu li.active img {
  display: none;
}
#menu li.active .sp1 {
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  background: #19a9eb;
  text-align: center;
  color: #ffffff !important;
  border-radius: 100%;
  position: absolute;
  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%);
  left: 70%;
}
#menu li {
  height: 80px;
}.ans-s {

  padding-top: 40px;

}.pro-con .gallery-top  .swiper-slide {

  border: 1px solid #b1b0b0!important;

}
.gaishu{
  font-size: 20px;


}
.wexip{
  display: none;
}
@media (max-width: 1440px) {
  .index-pro .pro-div > .fl {
    width: 58.4%;
  }.us-con .col-md-9{
 
      line-height: 2.5!important;
  }
  .solution > .fr .swiper-slide .more {
    margin-top: 30px;
  }
  .solution > .fr .swiper-slide .pz1 {
    font-size: 17px;
  }
  .index-pro .pro-div > .fr {
    width: 17%;
  }
  header .nav .daohang .daohang-ul > li .div-ers {
    line-height: 60px;
    height: 60px;
  }
  header .nav .daohang .daohang-ul > li .div-ers .erls-uls1 li a {
    font-size: 14px;
  }
  .cells-ul.active {
    width: 93%;
  }
  .lunbo .swiper-pagination.swiper-pagination-clickable {
    bottom: 38%;
  }
  header {
    padding-left: 50px;
  }
  header .nav .daohang .daohang-ul > li {
    padding: 0 8px;
  }
  .fa-ul li .fa-zi .fa-cons {
    font-size: 14px;
    line-height: 25px;
  }
  .biaoan {
    width: 60%;
  }
  .biaoan > div {
    background: #ffffff;
    padding: 19px;
  }
  .ban-zi {
    top: 50%;
  }
  .gangxingqu .swiper-button-next {
    right: 0;
  }
  .gangxingqu .swiper-button-prev {
    left: 0;
  } .container{
    width: 1170px;
  }.bott_div ul{
    margin-right:59px;
  }
}
@media (max-width: 1440px) {
  .container {
    width: 1170px;
  }
  .bott_div ul {
    margin-right:38px;
  }
  .lianxis .lianxi-uls li {
    padding: 10px 0;
  }
  .lianxis .lianxi-uls li .fr .add-p {
    font-size: 17px;
  }
  header {
    padding-left: 30px;
  }
  header .nav .daohang .daohang-ul > li {
    padding: 0 8px;
  }
  header .nav .daohang .daohang-ul > li > a {
    font-size: 14px;
  }
  .yuyans .pr {
    padding: 0 7px;
  }
  header .nav .xian {
    margin-left: 12px;
  }
  
  .application-form li em {
    display: block;
    width: 35%;
    padding: 12px 0;
    float: left;
    position: relative;
	font-size:16px;
}
.application-form li em {
  
    width: 21%;
    
}
  
.application-form ul li {
     padding: 9px 0;
  
}  
  
  
}
.pro-con .gallery-thumbs .swiper-slide img {
  height: 100%;
}
.foots1 {
  background: url(../img/10.jpg);
  background-size: cover;
}
.foots1 .bottss {
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}
@media (max-width: 1280px) {
  
}
@media (max-width: 1200px) {
  .container {
    width: 970px;
  }
  .biaoan {
    width: 80%;
  }
  .neis-con {
    height: 548px;
  }
  .solution > .fr .swiper-slide {
    height: 548px;
  }
  .pro-con .gallery-thumbs .swiper-slide {
    height: auto;
  }
  .sna .zixun1 {
    font-size: 15px;
    padding: 25px 0;
  }
  .lunbo-zi .p1 {
    font-size: 27px;
  }
  .lunbo-zi .p2 {
    font-size: 16px;
  }
  .mus-div,
  .shu {
    display: none;
  }
  .index-pro {
    padding: 40px 0;
  }
  .pro-con .xing-pro-b {
    margin-top: 0;
  }
  .index-hd .hd-cn {
    font-size: 20px;
  }
  .index-hd .hd-en {
    font-size: 19px;
  }
  .hd-yao {
    font-size: 15px;
    line-height: 22px;
    margin: 7px 0;
  }
  .company-ul li a .weis .fa-yao {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
  }
  .company-ul li a .weis {
    padding-top: 16%;
  }
  .news-center-ul li {
    padding: 15px 0;
  }
  .news-center-ul li .new-a .titles {
    font-size: 16px;
  }
  .news-center-ul li .new-a .new-yas {
    font-size: 14px;
    margin-top: 0px;
  }
  .solution > .fl .sou {
    font-size: 20px;
    margin: 19px 0 19px 0;
  }
  .solution > .fl .sou-al {
    font-size: 15px;
    line-height: 30px;
  }
  .solution > .fr .swiper-slide .pz1 {
    font-size: 16px;
    margin: 15px 0;
  }
  .solution > .fr .swiper-slide .pz-div {
    font-size: 14px;
  }
  .solution > .fr .swiper-slide .more {
    margin-top: 10px;
  }
  .solution > .fr .swiper-slide .more a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .solution > .fr .swiper-slide .more a i {
    font-size: 16px;
  }
  .lunbo {
    height: auto;
  }
  .lianxis .lianxi-uls li .fr .add-p {
    font-size: 16px;
  }
  .ges-ul li input {
    height: 35px;
  }
  .ges-ul li > .pa {
    font-size: 14px;
  }
  .ges-ul li:nth-child(5) textarea,
  .ges-ul li:nth-child(6) textarea {
    height: 60px;
  }
  .zixun {
    margin-bottom: 10px;
  }
  .index-a {
    width: 20%;
  }
  header {
    padding-left: 10px;
  }
  .er-nav li a {
    padding: 0 20px;
  }
  header .nav .soa,
  header .nav .doap {
    cursor: pointer;
    padding: 0 15px;
  }
  .abou-hd {
    font-size: 20px;
  }
  .us-about .us-con {
    font-size: 14px;
    line-height: 24px;
  }
  .bott {
    padding: 30px 0;
  }
  .bott_div .bott_ul li a {
    margin: 5px 0;
  }
  .bott_div ul li:nth-child(1) {
    margin-bottom: 0;
  }
  .us-about .vid {
    padding-right: 15px;
  }
  .us-about {
    padding: 30px 0;
  }
  .lianxis .lianxi-uls li {
    padding: 8px 0;
  }
  .fenbu-ul li > .fr {
    padding: 15px 20px;
  }
  .fenbu-ul li > .fr .yao-fenb {
    font-size: 14px;
    line-height: 25px;
    height: 100px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .application-form li em {
  
    width: 35%;
    
}
}
@media (max-width: 990px) {
  .container {
    width: 750px;
  }
  .index-pro .biaotis {
    font-size: 20px;
  }
  .index-pro .yas {
    font-size: 14px;
  }
  .fa-ul li .fa-zi > .fl {
    width: 100%;
  }
  .fa-ul li .fa-zi > .fl img {
    width: 100%;
  }
  .fa-ul li .fa-zi .fr {
    width: 100%;
  }
  .fa-ul li .fa-zi .nian {
    font-size: 20px;
    margin-top: 10px;
  }
  .daohang,
  .bottss {
    display: none;
  }
  .ban-zi .p11 {
    font-size: 21px;
  }
  .ban-zi .p12 {
    font-size: 12px;
  }
  body {
    padding: 70px 0 0 0;
  }
  .phone,
  .mobile-foot {
    display: block;
  }
  .searchbox {
    padding: 15px;
    top: 70px;
  }
  .frequently .frequently_ul li .frequently_div {
    font-size: 15px;
  }
  .er-nav {
    display: none;
  }
  .list-ul {
    margin: 10px 0;
  }
  .list-ul li .title-s a {
    font-size: 16px;
  }
  .list-ul li .zhen-yao {
    margin-top: 0px;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
  .map {
    padding: 15px 0;
  }
  .rec-a {
    padding: 15px;
  }
  .xia-zha-ul > li .rec-a .fr > div {
    padding: 0 7px;
  }
}
@media (max-width: 767px) {
	
	
	
	
	
  .container {
    width: 100%;
  }
  .index-pro {
    z-index: 1;
    min-height: auto !important;
  }
  .code-div > .fl {
    width: 100%;
  }
  .code-div .box {
    width: 50%;
    margin-bottom: 20px;
  }
  .list-ul li {
    margin-bottom: 15px;
  }
  .list-ul li .title-s {
    margin-top: 0px;
  }
  .list-ul li > .fl {
    width: 100%;
  }
  .list-ul li > .fr {
    width: 100%;
    margin-top: 10px;
  }
  .us-about {
    padding: 15px;
  }
  .us-about .vid {
    width: 100%;
    padding-right: 0;
  }
  .phone .index_a {
    width: 70%;
  }  .phone .index_a img {
    width: 100%;
  }
  .frequently .frequently_ul li .frequently_div {
    padding: 0 15px;
    line-height: 40px;
  }
  .frequently .frequently_ul li .frequently_div .frequently_title {
    height: 40px;
  }
  .frequently .frequently_ul li .frequently_div .fr i {
    line-height: 40px;
  }
  .frequently .frequently_con {
    font-size: 14px;
    line-height: 24px;
    padding: 15px;
  }
  .fa-ul li .fa-zi {
    width: 100%;
    padding: 15px;
  }
  .fa-div:after {
    display: none;
  }
  .fa-ul li {
    margin-bottom: 15px;
  }
  .fa-ul li .fa-zi .sanj:before,
  .fa-ul li .fa-zi .sanj:after {
    display: none;
  }
  .rongyu .col-md-3 {
    margin-bottom: 15px;
  }
  .rong-title {
    font-size: 15px;
  }
  .lianxis {
    margin: 15px;
  }
  .fenbu-ul li > div {
    width: 100%;
  }
  .fenbu-ul li > .fr {
    padding: 15px;
  }
  .fenbu-ul li > .fr .fenb-title {
    font-size: 16px;
  }
  .fenbu-ul li > .fr .yao-fenb {
    margin-top: 0;
  }
  .case-a .case-cen .case-title {
    font-size: 16px;
  }
  .case-a .case-cen .case-yao {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
  }
  .case-a .case-bot a .fl {
    font-size: 13px;
  }
  .case-row .col-md-4 {
    margin-bottom: 15px;
  }
  .zhaop {
    padding: 15px;
  }
  .zhaop-biao {
    font-size: 18px;
    padding-top: 15px;
  }
  .zhaop-yas {
    font-size: 14px;
    line-height: 25px;
  }
  .fuli {
    padding: 15px;
  }
  .fuli .fuli-con .col-md-3 .ful-yu .fuli-t1 {
    font-size: 15px;
    margin-top: 10px;
  }
  .recruit {
    padding: 15px;
  }
  .recruit .recruit-ren {
    background: #19a9eb;
    padding: 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .xia-zha-ul > li .rec-a .fl .shenx {
    display: none;
  }
  .xia-zha-ul > li .rec-a .fl {
    width: 69%;
  }
  .xia-zha-ul > li .rec-a .fr {
    width: 30%;
  }
  .xia-zha-ul > li .rec-a .fl .huas {
    font-size: 15px;
  }
  .xia-zha-ul > li .rec-a .fr {
    line-height: 30px;
  }
  .xia-zha-ul {
    margin-top: 15px;
  }
  .zhao-xinghs {
    padding: 15px;
  }
  .zhao-xinghs .z-uls {
    padding: 5px;
  }
  .zhao-xinghs .z-uls li {
    width: 50%;
    font-size: 12px;
    line-height: 30px;
  }
  .zhao-xinghs .gang-nei {
    font-size: 14px;
    line-height: 25px;
  }
  .zhao-xinghs .tou-a a {
    font-size: 13px;
    color: #19a9eb;
    line-height: 35px;
    border: 1px solid #19a9eb;
    padding: 0 10px;
  }
  .zhao-xinghs .gongc-p {
    color: #000000;
    font-size: 16px;
  }
  .xiangye-tui .tui-a > .fl {
    width: 100%;
  }
  .xiangye-tui .tui-a > .fr {
    width: 100%;
    margin-top: 10px;
  }
  .xiangye-tui .tui-a > .fr .yao-title {
    margin-top: 0;
    font-size: 16px;
  }
  .xiangye-tui .tui-a > .fr .ziyao {
    margin-top: 0px;
    font-size: 14px;
    line-height: 25px;
    height: 100px;
  }
  .mores {
    margin-top: 10px;
  }
  .mores a {
    font-size: 12px;
    display: inline-block;
    line-height: 30px;
    padding: 0 15px;
  }
  .xiangye-tui {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .li-con .cons-d {
    padding: 15px;
  }
  .newiss .col-md-4 {
    margin-bottom: 15px;
  }
  .rong-titles {
    font-size: 16px;
  }
  .zhas {
    font-size: 14px;
  }
  .new-list-xiang {
    padding: 15px;
    margin-top: 0px;
  }
  .xing-biao {
    font-size: 16px;
  }
  .cons-bian2 {
    font-size: 12px;
    padding-top: 10px;
    margin-top: 10px;
  }
  .detall .bdsharebuttonbox {
    top: 0;
  }
  .cs-cons1 {
    font-size: 14px;
    line-height: 25px;
    padding: 0 0 15px 0;
  }
  .xing-bots {
    margin-top: 0px;
    border-top: 1px solid #eeeeee;
    padding: 15px 0;
  }
  .shang {
    width: 100%;
  }
  .ban-zi .p12 {
    display: none;
  }
  .ban-zi .p11 {
    font-size: 16px;
  }
  .biaoan {
    width: 90%;
  }
  .zixun span {
    font-size: 14px;
  }
  .zixun {
    padding-left: 60px;
    font-size: 13px;
    line-height: 24px;
  }
  .ges-ul li {
    width: 100%;
    padding-left: 41px;
  }
  .biaoan > div {
    padding: 10px;
  }
  .biaoan {
    border: 4px solid rgba(0, 0, 0, 0.4);
  }
  .code-div > .fr button {
    font-size: 13px;
    padding: 8px 30px;
  }
  .bannr .ban-zi1 {
    padding: 30px 0;
  }
  .download thead tr th {
    line-height: 40px;
    font-size: 16px;
  }
  .download tbody tr td {
    font-size: 14px;
    padding: 5px;
    line-height: 45px;
  }
  .download tbody tr td:nth-child(1) span {
    left: 0;
  }
  .download tbody tr td:nth-child(1) {
    padding: 0 54px;
  }
  .download tbody tr td a {
    font-size: 14px;
  }
  .pro-con {
    padding: 15px;
  }
  .xingneng {
    margin: 15px;
  }
  .cells-ul {
    margin: 0 0 25px 0;
    height: auto;
  }
  .pro-con .xing-pro-b {
    font-size: 16px;
  }
  .pro-con .yaoa-pros {
    font-size: 14px;
    line-height: 25px;
  }
  .fengs {
    margin-top: 10px;
  }
  .cells-ul li a {
    padding: 0 22px;
  }
  .clell-cons .sna .san-p {
    font-size: 16px;
  }
  .san-cons {
    padding: 15px 0;
    font-size: 14px;
    line-height: 25px;
  }
  .tis-div ul {
    margin-top: 10px;
  }
  .cans-su tr th:nth-child(1) {
    width: 25% !important;
  }
  .wucai > div {
    width: 100%;
  }
  .cans-su tr td {
    font-size: 12px;
    line-height: 33px;
    white-space: inherit;
  }
  .cans-su tr td:nth-child(1) span {
    width: 100%;
  }
  .gangxingqu {
    padding: 15px;
  }
  .sna .san-liuyan .ges-ul li {
    width: 100%;
  }
  .sna .san-liuyan .ges-ul li i {
    top: 30px;
  }
  .sna .san-liuyan {
    width: 100%;
    margin-top: 0;
  }
  .sna .san-liuyan .ges-ul li:last-child button {
    font-size: 13px;
    line-height: 32px;
    padding: 0 44px;
  }
  .pro-con .gallery-top {
    width: 60%;
  }
  .pro-con .gallery-thumbs {
    width: 35%;
  }
  .gangxingqu .titl {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .index-pro {
    padding: 15px !important;
  }
  .index-pro .yas {
    margin: 10px 0;
  }
  .index-pro .pro-div > .fr {
    width: 25%;
  }
  .lunbo .swiper-pagination.swiper-pagination-clickable {
    bottom: 10px;
  }
  .solution {
    height: auto;
  }
  .solution > .fl {
    padding: 50px 15px 15px 15px;
  }
  .solution > .fl .sou {
    font-size: 16px;
    margin: 12px 0 9px 0;
  }
  .solution > .fl .sou-al {
    font-size: 14px;
    line-height: 23px;
  }
  .solution > .fl .anniu {
    margin-top: 10px;
  }
  .solution > .fl .anniu .swiper-button-next,
  .solution > .fl .anniu .swiper-button-prev,
  .solution > .fl .anniu .jai a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .solution > .fl .anniu .swiper-button-next i,
  .solution > .fl .anniu .swiper-button-prev i,
  .solution > .fl .anniu .jai a i {
    font-size: 16px;
  }
  .solution > .fr .swiper-slide {
    height: 350px;
  }
  .neis-con {
    height: 350px;
  }
  .solution > .fl .sou-en {
    font-size: 21px;
  }
  .news-center-img {
    width: 100%;
  }
  .index-new,
  .index-company {
    padding: 20px 15px;
  }
  .news-center-ul {
    width: 100%;
  }
  .news-center-ul li .new-a .data .ren {
    font-size: 30px;
  }
  .company-ul li {
    width: 48%;
    margin: 1%;
  }
  .lunbo-zi .p1 {
    font-size: 18px;
  }
  .lunbo-zi .p2 {
    font-size: 14px;
    margin-top: 0;
  }
  .company-ul li a .weis .fa-yao {
    display: none;
  }
  .company-ul li a .weis .fa {
    font-size: 16px;
  }
  .company-ul li a .weis {
    padding-top: 25%;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  .rightfix {
    display: none;
  }
  .solution > .fr .swiper-slide .pz-div {
    line-height: 25px;
    height: 50px;
  }
  .cans-su tr td {
    line-height: 30px !important;
  }
  .cans-su th {
    font-size: 14px;
  }.solution > .fl{
    width: 42%;
  }.solution > .fr {
    width: 55%;
  }
  .neis-con{
    margin:0 0 0 0;

  }
  .index-pro{
    margin-top: 0px;

  }.case-row {
    margin-top: 0px;
}.cells-ul li a {
  padding: 0 14px;font-size: 13px;
}.cells-ul li{
  line-height: 30px;
}.code-div .box-img {

  height: 35px;
  line-height: 35px;
}.pro-con .gallery-thumbs .swiper-slide{

    height: 60px!important;
   
  

}
.gaishu{
  margin-top: 10px;
}.pro-con .xing-pro-b {
  font-size: 21px;
  margin-bottom: 10px;
}.mus-div, .shu{
  opacity: 0;
}.wexip{
padding: 15px 10px;
display: block;
margin-top: 30px;
background: #000;
color: #fff;
}.wexip a{
  color: #fff;
}
.lunbo .swiper-wrapper .swiper-slide:nth-child(1){
  display: none;

}
.table-bgg tr td{
padding: 4px ;

border: 1px solid #eee;

font-size: 12px;
line-height: 20px;

  
}
}
#dowebok .section.active .pro-div > .fl,
#dowebok .section.active .solution > .fl,
#dowebok .section.active .news-center-img {
  animation: fadeInLeft 1s;
  -moz-animation: fadeInLeft 1s;
  -webkit-animation: fadeInLeft 1s;
  -o-animation: fadeInLeft 1s;
}
#dowebok .section.active .pro-div > .fr,
#dowebok .section.active .solution > .fr,
#dowebok .section.active .news-center-ul {
  animation: fadeInRight 1s;
  -moz-animation: fadeInRight 1s;
  -webkit-animation: fadeInRight 1s;
  -o-animation: fadeInRight 1s;
}
#dowebok .section.active .index-hd .hd-en {
  animation: fadeInDown 1s;
  -moz-animation: fadeInDown 1s;
  -webkit-animation: fadeInDown 1s;
  -o-animation: fadeInDown 1s;
}
#dowebok .section.active .index-hd .hd-cn {
  animation: fadeInDown 1.2s;
  -moz-animation: fadeInDown 1.2s;
  -webkit-animation: fadeInDown 1.2s;
  -o-animation: fadeInDown 1.2s;
}
#dowebok .section.active .hd-yao,
#dowebok .section.active .bottss {
  animation: fadeInUp 1s;
  -moz-animation: fadeInUp 1s;
  -webkit-animation: fadeInUp 1s;
  -o-animation: fadeInUp 1s;
}
#dowebok .section.active .company-ul {
  animation: fadeInUp 1s;
  -moz-animation: fadeInUp 1s;
  -webkit-animation: fadeInUp 1s;
  -o-animation: fadeInUp 1s;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 500px;
    margin: 90px auto;
  }
  .bs-example-modal-sm .modal-dialog {
    top: 10%;
  }
  .bs-example-modal-sm .modal-dialog .modal-header {
    padding: 7px;
  }.ans-s {

    padding-top: 15px;
  
  }
}
.youx {
  font-size: 18px;
  color: #19a9eb;
}
#page .page-numbar span.page-num{
    display: none;
}
#page .page-status{
    display: none;
}
#page span a:hover{
    border: 1px solid #19a9eb;
    color: #19a9eb;
}
#page{ clear:both; height:40px; margin:0 auto; text-align:center; display: table; margin-top:20px}
#page span a{ float:left; padding:5px 14px; border:1px solid #CCCCCC; margin-right:6px; color:#666; font-size:12px; list-style:none;margin-bottom: 5px;}


#page span a{ color:#666}
#page span.active{border:1px solid #19a9eb; background-color:#19a9eb; color:#FFFFFF}
#page span.active a{ color:#fff}
#page .page-num-current{ background-color:#19a9eb; color:#FFFFFF}
.soulist li .overh{

  border: 1px solid #eeeeee;

}


/* video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 50px); 
} */
.case-a .overh {
  padding: 20px 55px;
}.bd_weixin_popup .bd_weixin_popup_foot{
opacity: 0;
}@media (max-width: 767px) {
  #page li{
    padding: 5px 7px;    margin-right: 3px;
  }
  
  .gys{
	  padding:5px;
	  margin:20px 0px;
	  }
  .application-form {
	width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 5px;
    box-sizing: border-box;
	
	} 
  .application-form li em span {
    display: block;
    border-radius: 25px;
    text-align: center;
    font-size: 87.5%;
    padding: 3px 13px;
    color: #fff;
    background-color: #ef2b3a;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}
   .application-form li:nth-child(11) em span {
    
    top: 70%;
    transform: translateY(-70%);
}
  
  
}