@charset "utf-8";

/* 这个css是初始化的css，在任何项目里面都可以使用 */

/* 禁用iPhone中Safari的字号自动调整 */

html {

  -webkit-text-size-adjust: 100%;

  -ms-text-size-adjust: 100%;

  /* 解决IOS默认滑动很卡的情况 */

  -webkit-overflow-scrolling: touch;

  font-size: 16px;

}

/* 禁止缩放表单 */

input[type="submit"],

input[type="reset"],

input[type="button"],

input {

  resize: none;

  border: none;

}

button {

  /* border: none;

     */

}

.map img {

  max-width: inherit;

}

/* 取消链接高亮 */

a {

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

/* 设置HTML5元素为块 */

article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

menu,

nav,

section {

  display: block;

}

/* 图片自适应 */

img {

  max-width: 100%;

  height: auto;

  width: auto\9;

  /* ie8 */

  -ms-interpolation-mode: bicubic;

  /*为了照顾ie图片缩放失真*/

}

/* 初始化 */

body,

div,

ul,

li,

ol,

h1,

h2,

h3,

h4,

h5,

h6,

input,

textarea,

select,

p,

dl,

dt,

dd,

a,

img,

button,

form,

table,

th,

tr,

td,

tbody,

article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

menu,

nav,

section {

  margin: 0;

  padding: 0;

}

body {

  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

  color: #555;

  overflow-x: hidden;

}

button:focus {

  outline: none;

}

em,

i {

  font-style: normal;

}

ul,

li {

  list-style-type: none;

}

.w100 {

  width: 100%;

}

.pr {

  position: relative;

}

.pa {

  position: absolute;

}

a:hover,

a:link,

a:visited {

  text-decoration: none;

}

.clearfix {

  zoom: 1;

}

input:focus,

textarea:focus {

  outline: none;

}

.overh {

  overflow: hidden;

}

.fl {

  float: left;

}

.fr {

  float: right;

}

.ta {

  text-align: center;

}

.tr {

  text-align: right;

}

.tl {

  text-align: left;

}

.displaynone {

  display: none;

}

.swiper-button-prev:focus,

.swiper-button-next:focus {

  outline: none;

}

.wen_hied {

  display: -webkit-box;

  -webkit-box-orient: vertical;

  text-overflow: ellipsis;

  -webkit-line-clamp: 1;

  overflow: hidden;

}

@media (min-width: 1440px) {

  .container {

    width: 1400px;

  }

}

.f14px {

  font-size: 14px;

}

.f16px {

  font-size: 16px;

}

.book {

  border: 1px solid #000;

}

.db {

  display: block;

}

.dnb {

  display: inline-block;

}

.flight {

  font-weight: lighter;

}

.fbold {

  font-weight: bold;

}

.imghover {

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

  transform: scale(1.2);

  -ms-transform: scale(1.2);

  /* IE 9 */

  -moz-transform: scale(1.2);

  /* Firefox */

  -webkit-transform: scale(1.2);

  /* Safari 和 Chrome */

  -o-transform: scale(1.2);

}

.sca1 {

  transform: scale(1);

  -ms-transform: scale(1);

  /* IE 9 */

  -moz-transform: scale(1);

  /* Firefox */

  -webkit-transform: scale(1);

  /* Safari 和 Chrome */

  -o-transform: scale(1);

}

.sca0 {

  transform: scale(0);

  -ms-transform: scale(0);

  /* IE 9 */

  -moz-transform: scale(0);

  /* Firefox */

  -webkit-transform: scale(0);

  /* Safari 和 Chrome */

  -o-transform: scale(0);

}

.tran {

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

}

.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%;

}

body {

  padding-top: 9.875rem;

}

.daohang {

  position: fixed;

  top: 0;

  background: #fff;

  left: 0;

  right: 0;

  z-index: 999;

  line-height: 6.25rem;

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

}

.daohang.active {

  line-height: 5.25rem;

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

}

.daohang.active .daohang-uls {

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

}

.daohang.active .daohang-uls > li > a {

  padding: 1rem 0;

}

.daohang.active .daohang-uls > li.hover .er-div {

  top: 8.375rem;

}

.daohang .daohang-bot {

  position: relative;

}

.nav-ul {

  margin-left: 11%;

}

.nav-ul > li {

  padding: 0 1.875rem;

  display: inline-block;

}

.nav-ul > li > a {

  color: #232323;

  font-size: 1.125rem;

}

.nav-ul > li > a:hover {

  color: #1eade5;

}

.nav-ul > li .eri-cons {

  width: 100%;

  height: 15.5rem;

  left: 0;

  padding: 1.5625rem 0;

  background-color: #f7f7f7;

  display: none;

}

.nav-ul > li .eri-cons .er-div > .fl {

  width: 23%;

}

.nav-ul > li .eri-cons .er-div > .fl > p {

  font-size: 1.25rem;

  color: #1eade5;

  line-height: 1.875rem;

}

.nav-ul > li .eri-cons .er-div > .fl ul li {

  margin-top: 0.625rem;

  width: 50%;

  line-height: 1.875rem;

  float: left;

}

.nav-ul > li .eri-cons .er-div > .fl ul li a {

  color: #000000;

  font-size: 1rem;

}

.nav-ul > li .eri-cons .er-div > .fl ul li a:hover {

  color: #1eade5;

}

.nav-ul > li .eri-cons .er-div > .fr {

  width: 60%;

}

.nav-ul > li .eri-cons .er-div > .fr > .wei {

  width: 61%;

  color: #000000;

  font-size: 1rem;

  line-height: 1.875rem;

  margin-top: 1.25rem;

}

.nav-ul > li .eri-cons .er-div > .fr > .wen-img {

  width: 30%;

}

.nav-ul > li:hover .eri-cons {

  display: block;

}

.sou {

  overflow: hidden;

  position: relative;

  top: 2rem;

  width: 13.9375rem;

  border: 1px solid #d1d2d2;

}

.sou i {

  color: #232323;

  font-size: 1.25rem;

  font-weight: bold;

}

.sou .sertext {

  border-top-left-radius: 0.3125rem;

  border-bottom-left-radius: 0.3125rem;

  height: 2.3125rem;

  padding-left: 0.9375rem;

  width: 80%;

  float: left;

  border: none;

}

.sou .serbtn {

  background: #fff;

  border: none;

  border-top-right-radius: 0.3125rem;

  border-bottom-right-radius: 0.3125rem;

  height: 2.3125rem;

  line-height: 2.3125rem;

  float: left;

  width: 20%;

}

.nav-rig > span {

  display: inline-block;

  margin-left: 0.9375rem;

}

.nav-rig > span i {

  color: #232323;

  font-size: 1.25rem;

  font-weight: bold;

}

.nav-rig a {

  color: #747373;

  font-size: 1rem;

}

.nav-rig a:hover,

.nav-rig a.active {

  color: #1eade5;

}

.hd1 {

  font-size: 3.125rem;

  color: #000000;

  font-weight: bold;

}

.daohang-uls {

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

}

.daohang-uls > li {

  width: 12.5%;

  text-align: center;

  float: left;

}

.daohang-uls > li .dive-uls {

  width: 100%;

  display: none;

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

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

  background: #fff;

  line-height: 35px;

  padding: .625rem 0;

}

.daohang-uls > li .dive-uls li {

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

}

.daohang-uls > li .dive-uls li a {

  font-size: 1rem;

  color: #545454;

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

}

.daohang-uls > li .dive-uls li:hover {

  box-shadow: inset 0 0 0 1.875rem #1eade5;

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

}

.daohang-uls > li .dive-uls li:hover a {

  color: #fff;

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

}

.daohang-uls > li.hover .dive-uls {

  display: block;

}

.daohang-uls > li .er-div {

  position: fixed;

  background-color: #f7f7f7;

  line-height: 30px;

  width: 100vw;

  left: 0;

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

  padding: 1.875rem;

  display: none;

  min-height: 400px;

}

.daohang-uls > li .er-div .zong-ul {

  width: 70%;

  margin: auto;

  text-align: left;

}

.daohang-uls > li .er-div .zong-ul .er-div-ul {

  padding: 0 3.9rem;

  position: relative;

}

.daohang-uls > li .er-div .zong-ul .er-div-ul::after {

  content: '';

  position: absolute;

  top: 20px;

  right: 0;

  width: 1px;

  height: 300px;

  background: #eee;

}

.daohang-uls > li .er-div .zong-ul .er-div-ul:nth-child(1)::before {

  content: '';

  position: absolute;

  top: 20px;

  left: 0;

  width: 1px;

  height: 300px;

  background: #eee;

}

.daohang-uls > li .er-div .er-div-ul li:nth-child(1) {

  margin-bottom: 5px;

}

.daohang-uls > li .er-div .er-div-ul li:nth-child(1) a {

  font-size: 1.25rem;

  color: #2a98c6;

}

.daohang-uls > li .er-div .er-div-ul li a {

  line-height: 2.0625rem;

  color: #000000;

  font-size: 1rem;

}

.daohang-uls > li .er-div .er-div-ul li a:hover {

  color: #1eade5;

}

.daohang-uls > li.hover .er-div {

  display: block;

}

.daohang-uls > li > a {

  font-size: 1rem;

  color: #ffffff;

  display: block;

  line-height: 16px;

  padding: 1.3rem 0;

  position: relative;

}

.daohang-uls > li > a::after {

  content: '';

  position: absolute;

  height: 15px;

  width: 1px;

  background-color: rgba(255, 255, 255, 0.5);

  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%);

}

.daohang-uls > li:last-child > a::before {

  content: '';

  position: absolute;

  height: 15px;

  width: 1px;

  background-color: rgba(255, 255, 255, 0.5);

  right: 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%);

}

.daohang-bot {

  background: #1eade5;

  text-align: left;

}

.hhd {

  padding: 4.375rem 0 1.875rem 0;

}

.about-con .title {

  line-height: 2.0625rem;

  font-size: 1.0625rem;

  color: #545454;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  text-overflow: ellipsis;

  -webkit-line-clamp: 1;

  overflow: hidden;

  text-align: center;

}

.about-con .swiper-slide {

  padding: 12px;

  border-left: 1px solid #e4e4e4;

  text-align: center;

}

.about-con .swiper-slide:last-child {

  border-right: 1px solid #e4e4e4;

}

.about-wenzi {

  font-size: 1.0625rem;

  line-height: 2.0625rem;

  letter-spacing: 0px;

  color: #545454;

  padding: 3.3125rem 0;

}

.index-pro {

  background: url(../img/3.jpg) no-repeat;

  background-size: cover;

}

.index-pro .pro-ul li.active:after,.index-pro .pro-ul li:hover:after{

  opacity: 0;

  display: none;

}

.pro-ul {

  padding-bottom: 3.375rem;

}

.pro-ul li {

  display: inline-block;

  font-size: 1.25rem;

  letter-spacing: 0px;

  color: #000000;

  padding: 0 20px;

  line-height: 3.125rem;

  margin: 0 20px;

  cursor: pointer;

  position: relative;

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

}

.pro-ul li:after {

  content: '';

  opacity: 0;

  display: none;

  position: absolute;

  border-right: .625rem solid transparent;

  border-left: .625rem solid transparent;

  border-top: 15px solid #1eade5;

  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 */

  bottom: -15px;

  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%);

}

.pro-ul li.active,

.pro-ul li:hover {

  background: #1eade5;

  color: #fff;

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

}

.pro-ul li.active a,

.pro-ul li:hover a {

  color: #fff;

}

.pro-ul li.active:after,

.pro-ul li:hover:after {

  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 */

}

.index-pro {

  padding-bottom: 5rem;

}

.index-pro .pro-div .overh:hover img {

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

  transform: scale(1.2);

  -ms-transform: scale(1.2);

  /* IE 9 */

  -moz-transform: scale(1.2);

  /* Firefox */

  -webkit-transform: scale(1.2);

  /* Safari 和 Chrome */

  -o-transform: scale(1.2);

}

.index-pro .pro-div > .div1 {

  display: none;

}

.index-pro .pro-div .swiper-button-next {

  background: transparent;

  width: auto;

  height: auto;

  font-size: 40px;

  right: 45%;

  top: auto;

  bottom: 0px;

}

.index-pro .pro-div .swiper-button-next i {

  font-size: 1.25rem;

}

.index-pro .pro-div .swiper-button-prev {

  background: transparent;

  width: auto;

  height: auto;

  top: auto;

  font-size: 40px;

  left: 45%;

  bottom: 0px;

}

.index-pro .pro-div .swiper-button-prev i {

  font-size: 1.25rem;

}

.index-pro .pro-div .swiper-slide {

  background: #fff;

}

.index-pro .pro-div .swiper-slide > div {

  width: 50%;

}

.index-pro .pro-div .swiper-slide .ree {

  padding: 2.9375rem 5.625rem 2.9375rem 3.5rem;

}

.index-pro .pro-div .swiper-slide .title {

  font-size: 1.5rem;

  color: #000000;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  text-overflow: ellipsis;

  -webkit-line-clamp: 1;

  overflow: hidden;

}

.index-pro .pro-div .swiper-slide .guige {

  font-size: 1rem;

  color: #545454;

  padding: 1.5rem 0;

}

.index-pro .pro-div .swiper-slide .yaos {

  font-size: 1.0625rem;

  line-height: 2.0625rem;

  color: #545454;

}

.index-pro .pro-div .swiper-slide .zhanyaos {

  text-align: center;

  margin-top: 2.5rem;

}

.index-pro .pro-div .swiper-slide .zhanyaos .titles {

  font-size: 1.0625rem;

  line-height: 2.0625rem;

  color: #545454;

}

.index-pro .swiper-container {

  padding-bottom: 4.375rem;

}

.jie-zi {

  z-index: 3;

  top: 20%;

}

.jie-img > div {

  display: none;

}

.jie-img .overh {

  position: relative;

}

.jie-img .overh::after {

  content: '';

  left: 0;

  right: 0;

  position: absolute;

  top: 0;

  bottom: 0;

  z-index: 3;

  background: rgba(0, 0, 0, 0.3);

}

.jie-img .divs .jie-zi {

  width: 100%;

  left: 0;

  right: 0;

  color: #fff;

}

.jie-img .divs .jie-zi .jie-div {

  width: 50%;

}

.jie-img .divs .jie-zi .jie-div .p1 {

  font-size: 2.1875rem;

  line-height: 38px;

  color: #ffffff;

}

.jie-img .divs .jie-zi .jie-div .p2 {

  font-size: 17px;

  line-height: 33px;

  color: #ffffff;

  padding: 1.875rem 0;

}

.jie-img .divs .jie-zi .jie-div .ckxq-a a {

  color: #fff;

  padding: 0 1.875rem;

  border-left: 1px solid #fff;

  border-right: 1px solid #fff;

}

.jie-img-bot {

  left: 0;

  right: 0;

  bottom: 0;

  z-index: 99;

  background: rgba(0, 0, 0, 0.4);

  line-height: 9.4375rem;

}

.jie-img-bot .bot-img-ul li {

  width: 50%;

  float: left;

  text-align: center;

  position: relative;

  cursor: pointer;

}

.jie-img-bot .bot-img-ul li span {

  color: #fff;

  font-size: 1.5625rem;

}

.jie-img-bot .bot-img-ul li:hover,

.jie-img-bot .bot-img-ul li.active {

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

  background: rgba(30, 173, 229, 0.4);

}

.new-divs > div {

  width: 48%;

}

.new-divs .lee-top .biaoti {

  font-size: 2.1875rem;

  line-height: 2.375rem;

  color: #000000;

}

.new-divs .lee-top .mors a {

  font-size: .875rem;

  color: #757575;

  line-height: 2.8125rem;

}

.new-divs .lee-top .mors a:hover {

  color: #1eade5;

}

.new-divs .new-tui {

  background: #f1f1f1;

  margin-top: 2.1875rem;

  position: relative;

}

.new-divs .new-tui > .fl {

  width: 38%;

}

.new-divs .new-tui > .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);

  /* Safari 和 Chrome */

  -o-transform: scale(1.2);

}

.new-divs .new-tui > .fr {

  width: 62%;

  padding: 2rem;

}

.new-divs .new-tui > .fr .p1 {

  font-size: 1.1875rem;

  color: #020202;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  text-overflow: ellipsis;

  -webkit-line-clamp: 1;

  overflow: hidden;

}

.new-divs .new-tui > .fr .p1 a {

  color: #020202;

}

.new-divs .new-tui > .fr .data {

  font-size: .875rem;

  color: #545454;

  margin: 1.125rem 0;

}

.new-divs .new-tui > .fr .yao {

  font-size: 1rem;

  color: #545454;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  text-overflow: ellipsis;

  -webkit-line-clamp: 1;

  overflow: hidden;

}

.new-divs .new-tui::before {

  content: '';

  position: absolute;

  border-bottom: 30px solid #fff;

  border-left: 30px solid transparent;

  right: 0;

  bottom: 0;

}

.new-divs .new-tui:hover {

  background: #1eade5;

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

}

.new-divs .new-tui:hover > .fr .p1 a {

  color: #fff;

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

}

.new-divs .new-tui:hover > .fr .data,

.new-divs .new-tui:hover > .fr .yao {

  color: #fff;

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

}

.new-divs .new-list li {

  line-height: 5rem;

  height: 5rem;

  border-bottom: 1px solid #d2d2d2;

}

.new-divs .new-list li .fl {

  color: #000000;

  font-size: 1.25rem;

  width: 70%;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  text-overflow: ellipsis;

  -webkit-line-clamp: 1;

  overflow: hidden;

}

.new-divs .new-list li .fl a {

  color: #000000;

}

.new-divs .new-list li .fl a:hover {

  color: #1eade5;

}

.new-divs .new-list li .fr {

  color: #545454;

  width: 30%;

  text-align: right;

  font-size: .875rem;

}

.bans-img {

  background: url(../img/9.jpg) no-repeat center center;

  background-size: cover;

  color: #ffffff;

  margin-top: 5.375rem;

  padding: 5.625rem 0;

}

.bans-img .p1 {

  font-size: 3.125rem;

  font-weight: bold;

}

.bans-img .p2 {

  font-size: 2rem;

  padding: 0.5rem 0 0.875rem;

}

.bans-img .div-iov {

  font-size: 2.3125rem;

}

.bans-img .div-iov i {

  display: inline-block;

  margin-right: 1.875rem;

  font-size: 2.3125rem;

}

.bans-img .more {

  margin-top: 2.5rem;

}

.more a {

  color: #ffffff;

  font-size: 19px;

  width: 10.1875rem;

  height: 3.1875rem;

  line-height: 3.1875rem;

  border-radius: 3px;

  border: solid 1px #ffffff;

  display: inline-block;

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

}

.more a:hover {

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

  box-shadow: inset 0 0 0 2rem #1eade5;

}

.bottss {

  background-color: #657786;

  color: #f7f8f9;

}

.bottss .bott {

  padding: 3.5625rem 0;

}

.bottss .bott_div {

  border-right: 1px solid #f7f8f9;

}

.bottss .bott_div > ul {

  float: left;

}

.bottss .bott_div > ul li {

  font-size: 1rem;

  font-weight: bold;

  margin-right: 3.75rem;

  line-height: 2.0625rem;

}

.bottss .bott_div > ul li:nth-child(1) {

  margin-bottom: 1.5rem;

}

.bottss .bott_div > ul li a {

  color: #f7f8f9;

  font-weight: normal;

  font-size: .9375rem;

}

.bottss .bott_div > ul li a:hover {

  color: #1eade5;

  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 */

}

.bottss .bott_ban {

  height: 4.5rem;

  line-height: 4.5rem;

  background-color: #495c6b;

  text-align: center;

  color: #d6dade;

  font-size: .9375rem;

}

.bottss .bott_ul {

  text-align: center;

  color: #ffffff;

  padding: 1.25rem 6.25rem;

}

.bottss .bott_ul .p1 {

  font-size: 1.25rem;

}

.bottss .bott_ul .p2 {

  font-size: .875rem;

  margin: 16px 0 29px 0;

}

.bottss .bott_ul .rngong {

  font-size: .9375rem;

  color: #ffffff;

  height: 2.125rem;

  border: solid 1px #ffffff;

  line-height: 2.125rem;

  display: inline-block;

  padding: 0 2.5rem;

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

}

.bottss .bott_ul .rngong:hover {

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

  box-shadow: inset 0 0 0 2rem #1eade5;

}

.bottss .bott_ul .bott-xin {

  margin-top: 1.4375rem;

}

.bottss .bdsharebuttonbox a {

  background: transparent;

  margin: 0;

  padding: 0;

  height: auto;

  color: #ffffff;

  font-size: 1.875rem;

}

.bottss .ma {

  padding: 1.25rem 0;

}

.bottss .ma > p {

  line-height: 33px;

  font-size: .9375rem;

  margin-top: 10px;

}

.renxiao {

  padding-left: 70px;

}

.renxiao .p1 {

  font-size: .9375rem;

}

.renxiao .p1 i {

  font-size: 18px;

  color: #000000;

}

.renxiao .p2 {

  font-size: 20px;

  color: #000000;

}

.renxiao .rem-i {

  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;

}

.yuyans .pr {

  text-transform: uppercase;

  padding: 0 16px;

  color: #4e4e4e;

  font-size: .9375rem;

  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: 80%;

  background: rgba(255, 255, 255, 0.9);

  padding: 5px 0;

  border: 1px solid #eeeeee;

  z-index: 99;

}

.wbus-ul li a {

  display: block;

  line-height: 1.875rem;

  text-align: center;

  color: #000000;

}

.wbus-ul li a:hover {

  background: #19a9eb;

  color: #ffffff;

}

.ban {

  height: 400px;

}

.ban .ban-zi {

  font-size: 3.125rem;

  font-weight: bold;

  color: #ffffff;

  text-align: center;

  z-index: 3;

  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%);

}

.div-weizhi {

  font-size: .9375rem;

  line-height: 3.5rem;

  border: solid 1px #e3e3e3;

  color: #858383;

}

.div-weizhi a {

  color: #858383;

}

.div-weizhi a:hover {

  color: #1eade5;

}

.div-weizhi .er-nav-ul li {

  padding: 0 1.875rem;

  border-bottom: 3px solid transparent;

  float: left;

  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 */

  font-size: 1rem;

}

.div-weizhi .er-nav-ul li:hover,

.div-weizhi .er-nav-ul li.active {

  border-bottom: 3px solid #1eade5;

  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 */

}

.div-weizhi .er-nav-ul li:hover a,

.div-weizhi .er-nav-ul li.active a {

  color: #1eade5;

}

.case {

  padding: 7.5rem 0;

}

.case .img1 {

  top: 0;

  left: 0;

}

.case .img2 {

  right: 0;

  bottom: 0;

  z-index: -1;

}

.case-a .anlis-title {

  margin-bottom: 1.875rem;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  text-overflow: ellipsis;

  -webkit-line-clamp: 1;

  overflow: hidden;

  font-family: 'MicrosoftJhengHeiUIRegular';

  line-height: 5.125rem;

  padding: 0 1.875rem;

  background-color: #f8f7f7;

}

.case-a .anlis-title a {

  display: block;

  width: 80%;

  font-size: 1.1rem;

  color: #000000;

}

.case-a .anlis-title a:hover {

  color: #1eade5;

}

.case-a .anlis-title::after {

  position: absolute;

  content: '';

  border-bottom: 3.125rem solid #fff;

  border-left: 3.125rem solid transparent;

  right: 0;

  bottom: 0;

}

.div-about .about-cons {

  font-size: 1rem;

  line-height: 2.3125rem;

  letter-spacing: 0px;

  color: #545454;

}

.div-about .about-con-div {

  margin-top: 3.125rem;

  background-color: #fff;

  position: relative;

  z-index: 3;

}

.jie-ul li {

  background-color: #ececec;

}

.jie-ul li .overh {

  position: relative;

}

.jie-ul li .overh::after {

  position: absolute;

  content: '';

  border-bottom: 5.125rem solid #ececec;

  border-left: 5.125rem solid transparent;

  right: 0;

  bottom: 0;

}

.jie-ul li > div {

  width: 50%;

}

.jie-ul li .ree {

  padding: 3.75rem 3.25rem;

}

.jie-ul li .ree .data {

  font-size: .9375rem;

  line-height: 28px;

  color: #888888;

}

.jie-ul li .ree .title {

  font-size: 23px;

  line-height: 28px;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  text-overflow: ellipsis;

  -webkit-line-clamp: 1;

  overflow: hidden;

  color: #1f1f1f;

  margin: 10px 0 20px;

}

.jie-ul li .ree .title a {

  color: #1f1f1f;

}

.jie-ul li .ree .yso {

  font-size: 1rem;

  line-height: 2.1875rem;

  letter-spacing: 0px;

  color: #767676;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  text-overflow: ellipsis;

  -webkit-line-clamp: 3;

  overflow: hidden;

}

.jie-ul li:nth-child(2n) {

  background-color: #e1e1e1;

}

.jie-ul li:nth-child(2n) .overh {

  float: right;

}

.jie-d .img2 {

  top: 50%;

}

.rong .case-a .anlis-title a {

  text-align: center;

}

.his-right-div .his-right-ul {

  padding-left: 3.125rem;

  position: relative;

}

.his-right-div .his-right-ul:after {

  position: absolute;

  content: '';

  background: url(../img/18.png) left top;

  left: 0;

  top: 0;

  height: 100%;

  width: 1.875rem;

}

.his-right-div .his-right-ul li {

  padding: 1.25rem;

  margin-bottom: 1.875rem;

  position: relative;

  background-color: #f6f6f6;

  cursor: pointer;

  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 */

}

.his-right-div .his-right-ul li:hover {

  box-shadow: 4px 7px 10px 0px rgba(0, 0, 0, 0.15);

  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 */

}

.his-right-div .his-right-ul li::before {

  position: absolute;

  content: '';

  right: 0;

  bottom: 0;

  border-bottom: 5.125rem solid #fff;

  border-left: 5.125rem solid transparent;

}

.his-right-div .his-right-ul li:after {

  position: absolute;

  content: '';

  left: -3.375rem;

  top: 1.9375rem;

  border-width: 0.25rem;

  border-color: #1eade5;

  border-style: solid;

  background: #ffffff;

  z-index: 3;

  border-radius: 50%;

  width: 1rem;

  height: 1rem;

}

.his-right-div .his-right-ul li .nian {

  color: #1eade5;

  font-size: 2.75rem;

  font-weight: bold;

}

.his-right-div .his-right-ul li .nei {

  margin-top: 0.625rem;

  color: #494949;

  font-size: 1.0625rem;

  line-height: 1.875rem;

  position: relative;

}

.his-right-div .his-right-ul li .fl {

  width: 27%;

}

.his-right-div .his-right-ul li .fr {

  width: 71%;

}

.message_size p:nth-of-type(1) {

  color: #000000;

  font-size: 2.5rem;

  padding-bottom: 1.5rem;

}

.message_size {

  color: #656565;

  font-size: 1rem;

  line-height: 2.1875rem;

  margin-bottom: 3.75rem;

}

.message_inp > div:nth-of-type(1) {

  width: 25%;

  float: left;

  color: #474747;

  font-size: 1.0625rem;

  line-height: 3.4375rem;

  text-align: right;

}

.message_inp > div:nth-of-type(1) span {

  color: red;

}

.message_inp > div:nth-of-type(2) {

  width: 70%;

  float: right;

}

.message_er > div input,

.message_inp > div input {

  border: 1px solid #dddddd;

  width: 100%;

  line-height: 3.4375rem;

  height: 3.4375rem;

  padding-left: .9375rem;

}

.message_er > div:nth-of-type(1) {

  width: 8%;

  float: left;

  color: #474747;

  font-size: 1.0625rem;

  line-height: 3.4375rem;

  /* padding-left: 2%; */

  text-align: right;

}

.message_er > div:nth-of-type(2) {

  width: 90.5%;

  float: right;

}

.message_er {

  margin: 1.375rem 0;

}

.message_text div:nth-of-type(1) {

  width: 8.5%;

  float: left;

  color: #474747;

  font-size: 1.0625rem;

  line-height: 3.4375rem;

  text-align: right;

}

.message_text div:nth-of-type(2) {

  width: 90.5%;

  float: right;

}

.message_text div textarea {

  border: 1px solid #dddddd;

  width: 100%;

  height: 142px;

  padding: .9375rem;

}

.map {

  padding: 6.25rem 0;

}

.message_butt div:nth-of-type(2) {

  color: #ff0000;

  font-size: 1.0625rem;

  line-height: 3.4375rem;

  float: left;

}

.message_butt div:nth-of-type(1) {

  float: left;

  margin-right: 3.4375rem;

}

.message_butt div button {

  color: #fff;

  font-size: 1.25rem;

  border: 1px solid #36b5e5;

  background: #36b5e5;

  line-height: 3.4375rem;

  padding: 0 65px;

}

.message_butt div button:hover {

  background: #495c6b;

  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 */

}

.message_butt {

  margin-top: 1.375rem;

  width: 90.5%;

  float: right;

}

.message_fom .col-md-4 {

  margin-bottom: 1.875rem;

}

.message_fom .col-md-4 select {

  width: 100%;

  border: 1px solid #dddddd;

  padding-left: 10px;

  height: 3.4375rem;

}

.message_fom .col-md-4 select option {

  font-size: 17px;

  color: #474747;

}

.lixi-ul li {

  width: 20%;

  text-align: center;

  float: left;

}

.lixi-ul li .yuan {

  width: 6.75rem;

  height: 6.75rem;

  display: inline-block;

  border: solid 1px #dadada;

  border-radius: 100%;

  text-align: center;

  line-height: 6.75rem;

}

.lixi-ul li .yuan i {

  font-size: 2.5rem;

}

.lixi-ul li .teiel {

  font-size: 1.1875rem;

  line-height: 2.1875rem;

  margin-top: 1.25rem;

  color: #000000;

}

.lixi-ul li .adds {

  font-size: 1rem;

  font-weight: normal;

  letter-spacing: 0px;

  color: #656565;

}

.Journalism_ul li {

  width: 100%;

  padding: 45px 110px 45px 1.5625rem;

  border-bottom: 1px solid #dddddd;

}

.Journalism_size p {

  color: #676767;

  font-size: 1rem;

  line-height: 1.875rem;

}

.Journalism_size p:nth-of-type(1) {

  margin: 10px 0 5px 0;

}

.Journalism_size p .iconfont {

  margin-right: 5px;

}

.Journalism_size > a {

  color: #0096e0;

  font-size: 1.4375rem;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  text-overflow: ellipsis;

  -webkit-line-clamp: 1;

  overflow: hidden;

}

.Journalism_size p:nth-child(3) {

  display: -webkit-box;

  -webkit-box-orient: vertical;

  text-overflow: ellipsis;

  -webkit-line-clamp: 2;

  overflow: hidden;

}

.Journalism_img {

  max-width: 35%;

  width: 45%;

  float: left;

  margin-right: 1.5625rem;

  overflow: hidden;

  position: relative;

  z-index: 55;

}

.Journalism_img a {

  background: none;

  box-shadow: none;

  text-transform: none;

  overflow: hidden;

  display: block;

  position: relative;

}

.Journalism_img a img {

  width: 100%;

  height: auto;

  max-width: 100%;

  border: 0;

  vertical-align: middle;

  display: block;

}

.Journalism_img a::after {

  position: absolute;

  content: '';

  border-bottom: 2.125rem solid #fff;

  border-left: 2.125rem solid transparent;

  right: 0;

  bottom: 0;

  z-index: 3;

}

.Journalism_a {

  width: 42px;

  height: 42px;

  line-height: 42px;

  background: #1eade5;

  color: #fff;

  font-size: 1.875rem;

  position: absolute;

  top: 50%;

  right: -85px;

  transform: translateY(-50%);

  display: block;

  text-align: center;

}

.Journalism_ul li:hover {

  background: #1eade5;

  border-bottom: 1px solid #1eade5;

}

.Journalism_ul li:hover .Journalism_a {

  background: #fff;

  color: #1eade5;

}

.Journalism_ul li:hover .Journalism_size p,

.Journalism_ul li:hover .Journalism_size > a {

  color: #fff;

}

.pro-divs .pro-ul {

  padding-top: 0;

}

.pro-divs .pro-ul li {

  border: 1px solid;

  border-width: 1px;

  border-color: #e3e3e3;

  width: 142px;

}

.pro-divs .pro-yao {

  font-size: 1rem;

  line-height: 2.0625rem;

  color: #545454;    display: -webkit-box;

  -webkit-box-orient: vertical;

  text-overflow: ellipsis;

  -webkit-line-clamp: 2;

  overflow: hidden;

}

.pro-divs .case-a {

  margin-bottom: 1.875rem;

}

.pro-divs .pro-dis {

  background: #f8f7f7;

  padding: 1.25rem 1.875rem;

  position: relative;

}

.pro-divs .pro-dis:after {

  position: absolute;

  content: '';

  border-bottom: 2.125rem solid #fff;

  border-left: 2.125rem solid transparent;

  right: 0;

  bottom: 0;

}

.pro-divs .pro-dis .prod-title {

  font-size: 1.375rem;

  line-height: 2.375rem;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  text-overflow: ellipsis;

  -webkit-line-clamp: 1;

  overflow: hidden;

  letter-spacing: 0px;

  color: #000000;

}

.pro-divs .pro-dis .prod-title a {

  color: #000000;

}

.pro-divs .pro-dis .prod-title a:hover {

  color: #1eade5;

}

.xing-lunbs .gallery-thumbs .swiper-slide {

  border: 1px solid #e0e0e0;

}

.xing-lunbs .gallery-thumbs {

  margin-top: 1.25rem;

}

.pro-xingd {

  background-color: #f8f7f7;

  padding: 7.5rem 0 4.375rem;

}

.pro-xingd .ptitle {

  font-size: 1.5625rem;

  line-height: 2.0625rem;

  color: #000000;

}

.pro-xingd .pro-xing-yao {

  font-size: 1rem;

  line-height: 2.1875rem;

  letter-spacing: 0px;

  color: #636363;

  margin: 1.5rem 0;

}

.ljzx a {

  width: 138px;

  height: 2.9375rem;

  display: inline-block;

  font-size: 1rem;

  color: #ffffff;

  text-align: center;

  line-height: 2.9375rem;

  background-color: #1eade5;

}

.ljzx a i {

  color: #ffffff;

  font-size: 1.25rem;

  position: relative;

  top: .15rem;

}

.ljzx a:hover a {

  background: #495c6b;

  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 */

}

.fengxs {

  font-size: 1rem;

  margin-top: initial;

  margin-top: 3.125rem;

  line-height: 2.1875rem;

  letter-spacing: 0px;

  color: #636363;

}

.fengxs .bshare-custom {

  margin-top: .525rem;

  display: inline-block;

  margin-left: 1.5rem;

}

.product-overview {

  padding: 50px 0;

}

.product-overview .gs-neirong {

  font-size: 1rem;

  line-height: 2.1875rem;

  letter-spacing: 0px;

  color: #636363;

  padding: 2.5rem 0;

}

.product-overview .gs-title {

  font-size: 20px;

  line-height: 33px;

  letter-spacing: 0px;

  border-bottom: 1px solid #dfdfdf;

}

.product-overview .gs-title span {

  padding: 1.5625rem 1.75rem;

  color: #1eade5;

  display: inline-block;

  border-bottom: 1px solid #1eade5;

}

.xinghao .xingha-ul {

  border-bottom: 1px solid #dfdfdf;

}

.xinghao .xingha-ul li {

  float: left;

  width: 50%;

  padding: 1.875rem 0;

  font-size: 1.5625rem;

  line-height: 33px;

  letter-spacing: 0px;

  color: #000000;

  text-align: center;

  border-bottom: 1px solid transparent;

}

.xinghao .xingha-ul li.active,

.xinghao .xingha-ul li:hover {

  color: #1eade5;

  border-bottom: 1px solid #1eade5;

}

.xinghao .pro-dis {

  background: #f8f7f7;

  padding: 1.25rem 1.875rem;

  position: relative;

}

.xinghao .pro-dis:after {

  position: absolute;

  content: '';

  border-bottom: 2.125rem solid #fff;

  border-left: 2.125rem solid transparent;

  right: 0;

  bottom: 0;

}

.xinghao .pro-dis .prod-title {

  font-size: 1.25rem;

  line-height: 2.375rem;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  text-overflow: ellipsis;

  -webkit-line-clamp: 1;

  overflow: hidden;

  text-align: center;

  letter-spacing: 0px;

  color: #000000;

}

.xinghao .pro-dis .prod-title a {

  color: #000000;

}

.xinghao .xinghao-div {

  padding: 2.5rem 0 5rem;

}

.xinghao .xinghao-div > div {

  display: none;

}

.xinghao .case-a {

  position: relative;

}

.xinghao .case-a::after {

  position: absolute;

  opacity: 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 */

  content: '';

  border-bottom: 2.125rem solid transparent;

  border-left: 2.125rem solid #1eade5;

  top: -2px;

  left: -2px;

}

.xinghao .case-a:hover::after {

  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 */

}

.case-a .overh img {

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

}

.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);

  /* Safari 和 Chrome */

  -o-transform: scale(1.2);

}

.l {

  float: left;

}

.r {

  float: right;

}

.xiazai-ul .download_item {

  height: 104px;

  padding-right: .6%;

  line-height: 104px;

  border-bottom: 1px solid #e1e8ed;

}

.xiazai-ul .download_item:hover {

  background-color: #eef2f5;

  border-color: #eef2f5;

}

.xiazai-ul .download_date {

  width: 14.3%;

  height: 100%;

  padding-right: 4.9%;

  text-align: right;

  color: #6b6b6b;

}

.xiazai-ul .download_date .center_box {

  display: inline-block;

  vertical-align: middle;

}

.xiazai-ul .download_date span {

  display: block;

  padding-right: 3px;

  font-size: .875rem;

  line-height: 18px;

}

.xiazai-ul .download_date .sp2 {

  display: block;

  font-size: 1.875rem;

  line-height: 32px;

  font-weight: normal;

}

.xiazai-ul .download_title {

  display: -webkit-box;

  -webkit-box-orient: vertical;

  text-overflow: ellipsis;

  -webkit-line-clamp: 1;

  overflow: hidden;

  width: 60%;

  padding-right: 3%;

  font-size: 1.25rem;

  color: #393939;

  font-weight: normal;

  line-height: 104px;

}

.xiazai-ul .item_btn {

  width: 10%;

  height: 100%;

  padding-left: 3.1%;

  font-size: .9375rem;

  color: #6b6b6b;

  line-height: 104px;

  background-position: center left;

  background-repeat: no-repeat;

}

.xiazai-ul .download_item:hover .download_date,

.xiazai-ul .download_item:hover .item_btn,

.xiazai-ul .download_item.cur .item_btn,

.xiazai-ul .download_item.cur .download_date {

  color: #fff;

}

.xiazai-ul .download_item:hover,

.xiazai-ul .download_item.cur {

  background: #1eade5;

  color: #fff;

}

.xiazai-ul .download_item:hover .download_title a,

.xiazai-ul .download_item.cur .download_title a,

.xiazai-ul .download_item:hover .download_title {

  color: #fff;

}

.xiazai-ul .item_btn {

  padding-left: 0;

  margin-right: 1%;

}

.news_detail .detail_l {

  width: 70.3399%;

}

.news_detail .l_box {

  background: #f6f9fd;

  padding: 5% 4%;

}

.news_detail .news_title {

  font-size: 1.875rem;

  color: #000;

  margin-bottom: 10px;

}

.news_detail .l_tools {

  margin-bottom: 40px;

  line-height: 20px;

}

.news_detail .l_tools span {

  display: inline-block;

  *display: inline;

  *zoom: 1;

  font-size: .875rem;

  color: #5a5a5a;

}

.news_detail .news_time {

  margin-right: 20px;

}

.news_detail .switcher .title {

  display: inline-block;

  *display: inline;

  *zoom: 1;

  vertical-align: middle;

}

.news_detail .detail_r {

  width: 28%;

}

.news_detail .detail_r .arr_box {

  background: #f6f9fd;

  padding: 8%;

  margin-bottom: .875rem;

  color: #666;

  display: block;

}

.news_detail .detail_r .arr_title {

  font-size: 18px;

  color: #000;

  margin-bottom: 10px;

}

.news_detail .detail_r .arr_news_title {

  font-size: .875rem;

  font-weight: normal;

}

.news_detail .detail_r .arr_time {

  font-size: .875rem;

  padding-top: 6px;

  display: block;

}

.news_detail .detail_r .arr_box:hover {

  color: #fff;

  background: #1eade5;

}

.news_detail .detail_r .arr_box:hover .arr_title {

  color: #fff;

}

.news_detail .detail_r .share_box {

  background: #f6f9fd;

  padding: 8%;

}

.news_detail .detail_r .share_title {

  font-size: 18px;

  color: #000;

  margin-bottom: 10px;

}

.news_detail .detail_r .black_list {

  width: 100%;

  height: 42px;

  line-height: 42px;

  background: #1eade5;

  text-align: center;

  font-size: 18px;

  color: #fff;

  display: block;

}

.news_detail .newdetail_share {

  padding: 10px 0px;

}

.news_detail .newdetail_share a {

  width: 40px;

  height: 40px;

  display: inline-block;

  cursor: pointer;

  text-align: center;

  border: 1px solid #999;

  line-height: 40px;

  border-radius: 50%;

  background: none;

  padding: 0;

  margin: 0;

  margin-right: 10px;

  font-size: 20px;

  color: #999;

}

.news_text {

  font-size: 1rem;

  line-height: 1.8;

}

#switcher a {

  color: #555;

  font-size: 1.5625rem;

  cursor: pointer;

  position: relative;

  top: 5px;

}

#switche {

  line-height: 1.8;

  font-size: .9375rem;

}

.news_detail .detail_r .arr_news_title {

  line-height: 1.8;

  font-size: 1rem;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  text-overflow: ellipsis;

  -webkit-line-clamp: 2;

  overflow: hidden;

}

.case .img1 {

  z-index: -1;

}

.phone {

  box-shadow: 0rem 0rem 0.3125rem 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: 0rem;

  line-height: 4.375rem;

}

.sidebar-menu.is-active + #wrapper {

  transform: translateX(-18.75rem);

}

.color_dao i {

  display: inline-block;

  font-size: 1.8rem;

  color: #1eade5;

  padding: 0 .9375rem;

  line-height: 4.375rem;

}

.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;

}

.sidebar-menu__header {

  height: 3.125rem;

  background: #1eade5;

  z-index: auto;

  position: relative;

  float: right;

  display: block;

  padding: 0.9375rem 1.5625rem;

  height: 100%;

  width: 100vw;

  color: #fff;

}

.sidebar-menu__title {

  color: #ccc;

  font-size: 0.9375rem;

  font-weight: 400;

  text-transform: uppercase;

}

.sidebar-menu__title > i {

  display: inline-block;

  float: right;

  font-size: 1.75rem;

  line-height: inherit;

}

.sidebar-menu__title:active,

.sidebar-menu__title:focus,

.sidebar-menu__title:hover {

  color: #fff;

  text-decoration: none;

}

.sidebar-menu__title::first-letter {

  text-transform: uppercase;

}

.sidebar-menu__title::before {

  content: "\e907";

  display: block;

  position: absolute;

  top: 50%;

  right: 1.25rem;

  margin-top: -0.625rem;

  color: #fff;

  font-size: 1.25rem;

  speak: none;

  font-style: normal;

  font-weight: 400;

  font-variant: normal;

  text-transform: none;

  line-height: 1;

  letter-spacing: 0;

  font-feature-settings: "liga" 1;

  font-variant-ligatures: discretionary-ligatures;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  all: unset;

}

.sidebar-menu__list {

  position: fixed;

  top: 3.125rem;

  right: 0;

  bottom: 0;

  margin: 0;

  padding: 0;

  width: 100%;

  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: 0.0625rem solid #eeeeee;

}

.colos {

  line-height: 4.375rem;

}

.sidebar-menu__item:first-child {

  border-top: 0;

}

.sidebar-menu__item.sidebar-menu__item--back,

.sidebar-menu__item.sidebar-menu__item--back:hover,

.sidebar-menu__link.sidebar-menu__subtitle {

  background-color: #1276a0 !important;

}

.sidebar-menu__item.sidebar-menu__item--back .sidebar-menu__link {

  color: #fff !important;

}

.sidebar-menu__item:hover {

  background-color: #fff;

  cursor: pointer;

}

.sidebar-menu__item:hover > .sidebar-menu__link {

  color: #6e6e6e;

}

.phone_i {

  display: inline-block;

  line-height: 3.75rem;

  padding: 0 0.9375rem;

}

.sidebar-menu__item:hover > .sidebar-menu__link .glyphicon-menu-right {

  color: #6e6e6e;

}

.sidebar-menu__item .sidebar-menu__list {

  position: absolute;

  top: 0;

  right: 0;

  z-index: 1;

  transform: translateX(100%);

  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: 0.625rem 1.5625rem;

  color: #828282;

  font-size: 1rem;

  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: 0.75rem;

  color: #fff;

  line-height: 1.25rem;

  margin-right: 0.25rem;

}

.sidebar-menu__link .glyphicon-menu-right {

  color: #bababa;

  float: right;

}

.mobile-foot {

  display: none;

  background: #1eade5;

  padding: 0.5rem 0;

  position: fixed;

  bottom: 0;

  left: 0;

  width: 100%;

  z-index: 9999;

}

.mobile-foot a {

  color: #fff;

  height: 2.1875rem;

  line-height: 2.0625rem;

  border: 1px solid #fff;

  border-radius: 0.25rem;

  text-align: center;

  width: 22%;

  padding: 0 0.9375rem;

  font-size: 0.9375rem;

  margin: 0 0.3125rem;

  transition: 0.3s;

  -o-transition: 0.3s;

  -moz-transition: 0.3s;

  -webkit-transition: 0.3s;

  padding: 0rem;

}

.btn {

  display: inline-block;

  margin-bottom: 0;

  font-size: 0.875rem;

  font-weight: 400;

  text-align: center;

  white-space: nowrap;

  vertical-align: middle;

  cursor: pointer;

  border: 1px solid transparent;

  border-radius: 0.25rem;

}

.pull-right {

  float: right;

}

.pull-left {

  float: left;

}

.color_dao .ds {

  display: none;

}

.searchbox {

  padding: 2.75rem 0 2.375rem;

  box-shadow: 0 0 0.4375rem 0 #cfcfcf;

  background: #fff;

  position: fixed;

  display: none;

  left: 0;

  width: 100%;

  right: 0;

  top: 5rem;

  border-top: 0.125rem solid #1eade5;

  text-align: center;

  z-index: 99;

}

.searchbox.active {

  top: 4.375rem;

}

.searchs {

  max-width: 37.5rem;

  margin: 0 auto;

}

.searchs .sertext {

  display: block;

  padding: 0;

  outline: 0;

  padding-left: 0.75rem;

  width: 78%;

  float: left;

  border: 1px solid #cdcdcd;

  color: #a2a2a2;

  font-size: 0.75rem;

  height: 3.25rem;

  line-height: 3.25rem;

  transition: 0.4s;

}

.serbtn {

  padding: 0;

  margin: 0;

  border: none;

  outline: 0;

  width: 22%;

  float: right;

  height: 3.25rem;

  text-align: center;

  line-height: 3.25rem;

  background: #1eade5;

  color: #fff;

  font-size: 0.9375rem;

  cursor: pointer;

  transition: 0.44s;

}

.ds {

  cursor: pointer;

}

/* 右侧悬浮 */

.rightfix {

  position: fixed;

  top: 50%;

  right: 0rem;

  width: 3.625rem;

  border-right: none;

  transform: translateY(-50%);

  z-index: 99;

}

.fix_ul li {

  font-size: 0.75rem;

  text-align: center;

  float: none;

  position: relative;

  width: 3.625rem;

  cursor: pointer;

  height: 3.625rem;

  line-height: 3.625rem;

  margin-bottom: 0.3125rem;

  color: #000000;

  background: #b0b0b0;

}

.fix_ul li:last-child {

  border-bottom: none;

}

.fix_ul li i {

  font-size: 1.875rem;

  color: #fff;

}

.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;

  top: 0rem;

  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);

  background: #fff;

  padding: 0.3125rem;

  line-height: 3rem;

  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: 10.75rem;

  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: 4.375rem;

  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: #1eade5;

}

.fix_ul li:hover i {

  color: #fff;

}

.banner .banner_img 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 */

}

.banner .swiper-slide-active .banner_img img {

  animation: myfirst 15s ease-in-out infinite;

  -webkit-animation: myfirst 15s infinite;

  -moz-animation: myfirst 15s infinite;

  -o-animation: myfirst 15s infinite;

}

@keyframes myfirst {

  form {

    transform: scale(1);

    -ms-transform: scale(1);

    /* IE 9 */

    -moz-transform: scale(1);

    /* Firefox */

    -webkit-transform: scale(1);

    /* Safari 和 Chrome */

    -o-transform: scale(1);

  }

  to {

    transform: scale(1.2);

    -ms-transform: scale(1.2);

    /* IE 9 */

    -moz-transform: scale(1.2);

    /* Firefox */

    -webkit-transform: scale(1.2);

    /* Safari 和 Chrome */

    -o-transform: scale(1.2);

  }

}

@-webkit-keyframes myfirst {

  form {

    transform: scale(1);

    -ms-transform: scale(1);

    /* IE 9 */

    -moz-transform: scale(1);

    /* Firefox */

    -webkit-transform: scale(1);

    /* Safari 和 Chrome */

    -o-transform: scale(1);

  }

  to {

    transform: scale(1.2);

    -ms-transform: scale(1.2);

    /* IE 9 */

    -moz-transform: scale(1.2);

    /* Firefox */

    -webkit-transform: scale(1.2);

    /* Safari 和 Chrome */

    -o-transform: scale(1.2);

  }

}

@-moz-keyframes myfirst {

  form {

    transform: scale(1);

    -ms-transform: scale(1);

    /* IE 9 */

    -moz-transform: scale(1);

    /* Firefox */

    -webkit-transform: scale(1);

    /* Safari 和 Chrome */

    -o-transform: scale(1);

  }

  to {

    transform: scale(1.2);

    -ms-transform: scale(1.2);

    /* IE 9 */

    -moz-transform: scale(1.2);

    /* Firefox */

    -webkit-transform: scale(1.2);

    /* Safari 和 Chrome */

    -o-transform: scale(1.2);

  }

}

.banner .swiper-pagination-bullet {

  background-color: transparent;

  color: #fff;

  opacity: 1;

  font-size: 1.1rem;

  font-family: Montserrat-Light;

}

.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {

  margin: 0 10px;

  position: relative;

}

.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {

  margin-right: 80px;

}

.banner .swiper-button-next {

  right: 10%;

}

.banner .swiper-button-prev {

  left: 10%;

}

.banner .swiper-container-horizontal > .swiper-pagination-bullets,

.banner .swiper-pagination-custom,

.banner .swiper-pagination-fraction {

  bottom: 146px;

}

.banner .swiper-pagination-bullet-active::after {

  content: "";

  display: block;

  width: 58px;

  height: 1px;

  background-color: #ffffff;

  position: absolute;

  top: 50%;

  left: 30px;

}

.banner .swiper-pagination-bullet {

  width: 20px;

  height: auto;

  color: #fff;

  background-color: none;

}

.banner_ico {

  display: inline-block;

  color: #fff;

}

.banner_index .swiper-pagination-bullet {

  width: 35px;

  height: auto;

  color: #fff;

  background: none;

  opacity: 1;

}

.banner_index .swiper-pagination-bullet {

  position: relative;

}

.banner_index .swiper-pagination-bullet::after {

  width: 0;

  content: "";

  position: absolute;

  top: 50%;

  left: 110%;

  background: #fff;

  height: 1px;

  display: block;

  transform: translateY(-50%);

}

.banner_index .swiper-pagination-bullet-active::after {

  width: 60px;

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

  opacity: 1;

}

.banner_index .swiper-pagination-bullet-active {

  /* color: #79d3ee; */

}

.banner_index {

  position: absolute;

  left: 0;

  bottom: 18%;

  text-align: center;

  z-index: 55;

  width: 100%;

}

.banner_index .swiper-pagination {

  position: relative;

  display: inline-block;

}

.banner_ico {

  display: inline-block;

  color: #fff;

  cursor: pointer;

}

.banner_index .swiper-pagination-bullet-active {

  margin-right: 70px;

}

.about-con .swiper-slide .overh img {

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

  cursor: pointer;

}

.about-con .swiper-slide:hover .overh img {

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

  transform: scale(1.2);

  -ms-transform: scale(1.2);

  /* IE 9 */

  -moz-transform: scale(1.2);

  /* Firefox */

  -webkit-transform: scale(1.2);

  /* Safari 和 Chrome */

  -o-transform: scale(1.2);

}

.case-a .overh {

  border: solid 1px #e3e3e3;

}

.lixi-ul li .yuan {

  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 */

}

.lixi-ul li .yuan i {

  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 */

}

.lixi-ul li .yuan:hover {

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

  box-shadow: inset 0 0 0 50px #1eade5;

}

.lixi-ul li .yuan:hover i {

  color: #ffffff;

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

}

.pro-divs .pro-ul li a {

  color: #000000;

}

.pro-divs .pro-ul li.active a,

.pro-divs .pro-ul li:hover a {

  color: #fff;

}

.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;

}

.daohang-uls > li {

  position: relative;

}

.eri-cons {

  width: 100vw;

  height: 19.5rem;

  left: 0;

  position: fixed;

  text-align: left;

  padding: 1.5625rem 0;

  background-color: #f7f7f7;

  display: none;

}

.eri-cons .er-divs > .fl {

  width: 23%;

}

.eri-cons .er-divs > .fl > p {

  font-size: 1.25rem;

  color: #2a98c6;

  line-height: 1.875rem;

}

.eri-cons .er-divs > .fl ul li {

  margin-top: 0.625rem;

  width: 50%;

  line-height: 1.875rem;

  float: left;

}

.eri-cons .er-divs > .fl ul li a {

  color: #000000;

  font-size: 1rem;

}

.eri-cons .er-divs > .fl ul li a:hover {

  color: #2a98c6;

}

.eri-cons .er-divs > .fr {

  width: 60%;

}

.eri-cons .er-divs > .fr > .wei {

  width: 61%;

  color: #000000;

  font-size: 1rem;

  line-height: 1.875rem;

  margin-top: 2.5rem;

}

.eri-cons .er-divs > .fr > .wen-img {

  width: 30%;

  margin-top: 3rem;

}

.daohang-uls > li:hover .eri-cons {

  display: block;

}

@media (max-width: 1440px) {

  .container {

    width: 1170px;

  }

  html {

    font-size: 14px;

  }

  .daohang-uls > li .er-div .zong-ul {

    width: 83%;

  }

  .bottss .bott_div > ul li {

    margin-right: 3.4rem;

  }

  .bottss .bott_ul {

    padding: 1.25rem 3rem;

  }

  .ban .ban-zi {

    font-size: 2.125rem;

  }

  .hd1 {

    font-size: 2.125rem;

  }

  .index-pro .pro-div .swiper-slide .guige {

    padding: 0.5rem 0;

  }

  .jie-img-bot {

    line-height: 6.4375rem;

  }

  .jie-img .divs .jie-zi .jie-div .p2 {

    font-size: 16px;

    line-height: 29px;

  }

  .jie-zi {

    top: 10%;

  }

  .bans-img .p1 {

    font-size: 2.125rem;

  }

  .bans-img .p2 {

    font-size: 1.4375rem;

    padding: 0.5rem 0 0.875rem;

  }

  .bans-img .more {

    margin-top: 0.5rem;

  }

}

.jie-ul li .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 */

}

.jie-ul li:hover .overh img {

  transition: 400ms ease-in-out;

  -moz-transition: 400ms ease-in-out;

  /* Firefox 4 */

  -webkit-transition: 400ms ease-in-out;

  /* Safari and Chrome */

  -o-transition: 400ms ease-in-out;

  /* Opera */

  transform: scale(1.2);

  -ms-transform: scale(1.2);

  /* IE 9 */

  -moz-transform: scale(1.2);

  /* Firefox */

  -webkit-transform: scale(1.2);

  /* Safari 和 Chrome */

  -o-transform: scale(1.2);

}

.jie-ul li:hover .ree .title a {

  color: #1eade5;

}

@media (max-width: 1200px) {

  .container {

    width: 990px;

  }

  .daohang-uls > li .er-div .zong-ul .er-div-ul {

    padding: 0 2.375rem;

  }

  .bottss .bott_ul {

    padding: 1.25rem 1rem;

  }

  .bottss .bott_div > ul li {

    margin-right: 2.6rem;

  }

  .case {

    padding: 3.5rem 0;

  }

  .xiazai-ul .download_date .sp2 {

    display: block;

    font-size: 1.5rem;

  }

  .index-pro .pro-div .swiper-slide .zhanyaos {

    margin-top: 0.5rem;

  }

  .index-pro .pro-div .swiper-slide .ree {

    padding: 1.9375rem 5.625rem 1.9375rem 1.5rem;

  }

  .index-pro .pro-div .swiper-slide .title {

    font-size: 1.875rem;

  }

  .jie-img .divs .jie-zi .jie-div .p2 {

    font-size: 15px;

    padding: 0.875rem 0;

    line-height: 29px;

  }

  .jie-img .divs .jie-zi .jie-div .p1 {

    font-size: 1.5rem;

  }

  .jie-img-bot .bot-img-ul li span {

    font-size: 1.2rem;

  }

  .new-divs .lee-top .biaoti {

    font-size: 1.5rem;

  }

  .new-divs .new-tui > .fr .data {

    margin: 1rem 0;

  }

  .new-divs .new-tui > .fr {

    padding: 1rem;

  }

}

@media (max-width: 990px) {

  .index-pro .pro-div .swiper-slide .title {

    font-size: 1.2rem;

}

  body {

    padding-top: 61px;

}

  .phone-div {

    padding-left: .9375rem;

  }

  .container {

    width: 720px;

  }

  .phone {

    display: block;

  }

  .bottss .bott,

  .daohang,

  .rightfix {

    display: none;

  }

  .case {

    padding: 3.5rem 0;

  }

  .pro-xingd {

    padding: 3.5rem 0 4.375rem;

  }

  .xinghao .xinghao-div .col-md-3 {

    margin-bottom: 1.875rem;

  }

  .his-right-div .his-right-ul li .nian {

    font-size: 1.5rem;

  }

  .jie-ul li .ree {

    padding: 0.75rem 1rem;

  }

  .jie-ul li .ree .title {

    font-size: 20px;

    line-height: 28px;

    margin: 10px 0 11px;

  }

  .jie-img .divs .jie-zi .jie-div {

    width: 100%;

  }

  .jie-img-bot .bot-img-ul li img {

    width: 40px;

  }

  .jie-img-bot {

    line-height: 3.4375rem;

  }

}

@media (max-width: 720px) {

  .jie-ul li:nth-child(2n) .overh {

    float: left;

  }

  body {

    padding-bottom: 3.125rem;

  }

  .mobile-foot {

    display: block;

  }

  .container {

    width: 90%;

  }

  .bottss .bott {

    display: none;

  }

  .case {

    padding: 2rem 0;

  }

  .daohang {

    display: none;

  }

  .ban .ban-zi {

    font-size: 1.5rem;

  }

  .ban {

    height: 150px;

  }

  .case-a .anlis-title {

    line-height: 3.125rem;

  }

  body {

    padding-top: 3.75rem;

  }

  .er-nav-ul {

    display: none;

  }

  .pro-ul li {

    margin: 0 5px;

    font-size: 1rem;

    line-height: 2.125rem;

  }

  .pro-divs .pro-ul li {

    width: auto;

    margin-bottom: 5px;

  }

  .pro-ul {

    padding-bottom: 2.375rem;

  }

  .pro-divs .pro-dis .prod-title {

    font-size: 1.2rem;

  }

  .pro-divs .case-a {

    margin-bottom: 1.5rem;

  }

  .pro-xingd .ptitle {

    margin-top: 20px;

  }

  .pro-xingd .pro-xing-yao {

    margin: .5rem 0;

  }

  .product-overview {

    padding: 10px 0;

  }

  .xinghao .xingha-ul li {

    padding: 0.875rem 0;

    font-size: 1.2rem;

  }

  .xinghao .pro-dis {

    padding: 0.25rem 0.875rem;

  }

  .xinghao .xinghao-div {

    padding: 2.5rem 0 2rem;

  }

  .his-right-div .his-right-ul li .fl {

    width: 100%;

  }

  .his-right-div .his-right-ul li .fr {

    width: 100%;

    margin-top: .625rem;

  }

  .his-right-div .his-right-ul li::before {

    border-bottom: 3.125rem solid #fff;

    border-left: 3.125rem solid transparent;

  }

  .bottss .bott_ban {

    height: auto;

    padding: 1rem;

    line-height: 1.5rem;

  }

  .jie-ul li > div {

    width: 100%;

  }

  .jie-ul li .ree .title {

    font-size: 18px;

    line-height: 28px;

    margin: 5px 0 5px;

  }

  .lixi-ul li {

    width: 50%;

    margin-bottom: .9375rem;

  }

  .message_size p:nth-of-type(1) {

    font-size: 1.5rem;

    padding-bottom: 0;

  }

  .message_size {

    margin-bottom: 0.75rem;

  }

  .map {

    padding: 2.25rem 0;

  }

  .message_inp {

    overflow: hidden;

  }

  .message_fom .col-md-4 {

    margin-bottom: 0.875rem;

  }

  .message_text div:nth-of-type(1) {

    width: 25.5%;

  }

  .message_text div:nth-of-type(2) {

    width: 70.5%;

  }

  .message_butt div button {

    line-height: 2.4375rem;

    padding: 0 33px;

  }

  .message_butt div:nth-of-type(2) {

    margin-top: 15px;

    font-size: 1.0625rem;

    line-height: 1.4375rem;

  }

  .lixi-ul li:nth-child(4) {

    display: none;

  }

  .Journalism_ul li {

    width: 100%;

    padding: 15px 76px 15px 0rem;

  }

  .Journalism_img {

    width: 100%;

    max-width: 100%;

    margin-bottom: 10px;

  }

  .Journalism_a {

    right: -75px;

  }

  .news_detail .detail_l {

    width: 100%;

  }

  .news_detail .detail_r {

    width: 100%;

  }

  .news_detail .news_title {

    font-size: 1.3rem;

    line-height: 30px;

  }

  .news_detail .l_tools {

    margin-bottom: 20px;

  }

  .xiazai-ul .download_date {

    display: none;

  }

  .xiazai-ul .item_btn {

    width: 22%;

    line-height: 4rem;

  }

  .xiazai-ul .download_title {

    line-height: 4rem;

  }

  .xiazai-ul .download_title {

    width: 52%;

    font-size: 1.1rem;

  }

  .xiazai-ul .download_item {

    height: 4rem;

    line-height: 4rem;

  }

  .index-pro .pro-div .swiper-slide > div {

    width: 100%;

  }

  .index-pro .pro-div .swiper-slide .ree {

    padding: 1.5rem;

  }

  .index-pro .pro-div .swiper-slide .title {

    font-size: 1.3rem;

  }

  .jie-img .divs .jie-zi {

    position: relative;

    background: #1eade5;

    padding: 1rem 0 5rem;

  }

  .jie-img .divs .jie-zi .jie-div .p2 {

    font-size: 14px;

    padding: 0.5rem 0;

    line-height: 24px;

  }

  .new-divs > div {

    width: 100%;

  }

  .new-divs .lee-top .biaoti {

    font-size: 1.2rem;

  }

  .new-divs .new-tui {

    margin-top: 0.1875rem;

  }

  .new-divs .new-tui > .fl {

    width: 100%;

  }

  .new-divs .new-tui > .fl img {

    width: 100%;

  }

  .new-divs .new-tui > .fr {

    width: 100%;

  }

  .new-divs .new-list li .fl {

    font-size: 1rem;

  }

  .new-divs .new-list li {

    line-height: 4rem;

    height: 4rem;

  }

  .new-divs > div.lee {

    margin-bottom: 1.875rem;

  }

  .bans-img {

    margin-top: 1.375rem;

    padding: 1.625rem 0;

  }

  .bans-img .p1 {

    font-size: 1.5rem;

  }

  .bans-img .p2 {

    font-size: 1.1rem;

  }

  .bans-img .div-iov {

    font-size: 1.3125rem;

  }

  .bans-img .div-iov i {

    margin-right: 0.875rem;

    font-size: 1.3125rem;

  }

  .more a {

    font-size: 14px;

    width: 7.1875rem;

    height: 2.1875rem;

    line-height: 2.1875rem;

  }

  .hd1 {

    font-size: 1.5rem;

  }

  .hhd {

    padding: 2.375rem 0 1rem 0;

  }

  .index-pro .pro-div .swiper-button-next {

    right: 31%;

  }

  .index-pro .pro-div .swiper-button-prev {

    left: 30%;

  }

  .index-pro {

    padding-bottom: 1rem;

  }

  .new-divs .new-list li {

    line-height: 3rem;

    height: 3rem;

  }

  .about-wenzi {

    font-size: 1rem;

    line-height: 2rem;

    padding: 1.3125rem 0;

  }

  .Journalism_size > a {

    font-size: 1.2rem;

  }

  .news_detail .detail_r .r_box {

    margin-top: .875rem;

  }

  .banner_index {

    bottom: 10px;

  }

  .about-con .swiper-container {

    padding: 0 -0.125rem;

  }

  .about-con .swiper-slide {

    border-left: none;

    border-right: 1px solid #e4e4e4;

  }

  .frequently .frequently_ul li .frequently_div {

    font-size: 16px;

    line-height: 40px;

    padding: 0 10px;

  }

  .frequently .frequently_ul li .frequently_div .frequently_title {

    height: 40px;

  }

  .frequently .frequently_con {

    font-size: 14px;

    line-height: 24px;

    padding: 15px;

  }

  .frequently .frequently_ul li .frequently_div .fr i {

    line-height: 40px;

  }

}

@media (min-width: 768px) {

  .modal-dialog {

    width: 70%;

  }

  #prolunbo1 .modal-dialog {

    width: 53%;

  }

}

#myModal .modal-content {

  background-color: transparent;

  border: none;

  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);

}

#myModal .modal-header {

  padding: 0;

  border-bottom: none;

}

#myModal button.close {

  font-size: 30px;

  color: #fff;

  opacity: 1;

}



#page {

  clear: both;

  height: 40px;

  margin: 0 auto;

  text-align: center;

  display: table;

  margin: 30px auto;

}



#page span a{

  float: left;

  padding: 5px 14px;

  border: 1px solid #CCCCCC;

  margin-right: 6px;

  color: #666;

  font-size: 12px;

  list-style: none;

  line-height: 1.3;

}



#page span a:hover {

  border: 1px solid #36b5e5;

}



#page span a:hover{

  color: #36b5e5;

}





#page .page-status{
    display: none;
}
#page span.page-num{
    display: none;
}
#page span a.page-num{
    display: block;
}
#page span a.page-num-current{

  border: 1px solid #36b5e5;

  background-color: #36b5e5;

  color: #FFFFFF

}



#page span a.page-num-current{

  color: #fff

}

