@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;
}

/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}

button {
  /* border: none; */
}

/* 取消链接高亮  */
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

input:focus,
textarea:focus,
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}

/* 图片自适应 */
img {
  height: auto;
  width: auto\9;
  /* ie8 */
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}

@media (min-width: 1500px) {
  .container {
    width: 1440px;
  }
}

/* 初始化 */
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: "微软雅黑", Arial, Helvetica, Verdana, sans-serif;
  color: #555;

  overflow-x: hidden;
  padding-top: 89px;
}

.index {
  background: #f5f5f5;
}

.tl {
  text-align: left;
}

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

.m_top50 {
  margin-top: 30px;
}

/* body {
  font-size: 0 !important;
} */

.er_ul li:hover .cl {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ta {
  text-align: center;
}

.w84 {
  width: 84.2%;
}

.tr {
  text-align: right;
}

.displaynone {
  display: none;
}

.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.overh {
  overflow: hidden;
}

.w80 {
  width: 80%;
}

.bg_logo {
  background: url(../img/../../../../../../../../../../logo.gif) no-repeat;
  background-size: contain;
  width: 299px;
  height: 58px;
  margin-top: 15px;
}

.pa_top {
  top: 20%;
  left: 0;
  right: 0;
}

.daohang {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  background: #fff;
  border-bottom: 1px solid #e9e6e7;

 
  transition: 600ms ease-in-out;
  -moz-transition:600ms ease-in-out; /* Firefox 4 */
-webkit-transition:600ms ease-in-out; /* Safari and Chrome */
-o-transition:600ms ease-in-out; /* Opera */
}

.index_a {
  position: relative;

  margin-bottom: 0px;
}

.index_a h1 {
  opacity: 0;
  position: absolute;
  z-index: -1px;
}



.daohang.actives {
  /* padding: 10px 34px 0 60px; */
}

.daohang.actives .daohang_ul>li>a {}

.daohang_ul {
  text-align: right;
}

.daohang_ul>li {
  display: inline-block;
  font-size: 0px;
}

.er_ul {
  position: absolute;
  left: 0;
  top: 75px;
  padding: 15px 0 10px 0;
  left: -8.5px;
  width: 125px;
  background: #fff;
  transform: scale(0);
  transform:scale(0);
-ms-transform:scale(0); 	/* IE 9 */
-moz-transform:scale(0); 	/* Firefox */
-webkit-transform:scale(0); /* Safari 和 Chrome */
-o-transform:scale(0); 	/* Opera */
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: url(../img/40.png);
  background-size: 100% 100%;
}

.er_ul li {
  float: none;
  text-align: center;
  position: relative;
}

.er_ul li a {
  display: block;
  font-size: 14px;
  color: #7c7c7c;
  height: 28px;
  line-height: 28px;
  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;
}

.er_ul li:hover a {
  color: #3e3a39;
  text-indent: 10px;
}

.er_ul li:hover {
  background: #dfdfdf;
}

.daohang_ul>li {
  position: relative;
  line-height: 59px;
  margin: 0 12px;
}

.daohang_ul>li:hover .er_ul {
 
  transform:scale(1);
-ms-transform:scale(1); 	/* IE 9 */
-moz-transform:scale(1); 	/* Firefox */
-webkit-transform:scale(1); /* Safari 和 Chrome */
-o-transform:scale(1); 	/* Opera */
  transition: 600ms all;
  z-index: 99;
}

.daohang_ul>li>a {
  display: inline-block;
  color: #000000;
  font-size: 20px;
  line-height: 88px;
  font-weight: 400;
  padding: 0 15px;
  position: relative;
}

.daohang_ul>li>a::before {
  width: 100%;
  height: 3px;
  background-color: rgb(0, 114, 188);
  position: absolute;
  content: "";
  top: 0;
  left: 0;

  transform:scale(0);
-ms-transform:scale(0); 	/* IE 9 */
-moz-transform:scale(0); 	/* Firefox */
-webkit-transform:scale(0); /* Safari 和 Chrome */
-o-transform:scale(0); 	/* Opera */
  transition: 600ms ease-in-out;
  -moz-transition:600ms ease-in-out; /* Firefox 4 */
-webkit-transition:600ms ease-in-out; /* Safari and Chrome */
-o-transition:600ms ease-in-out; /* Opera */
}

.daohang_ul>li:last-child {
  padding-right: 0;
  padding-left: 0;
}

.daohang_ul>li:last-child:hover {
  border-bottom: none;
}

.daohang_ul>.active>a,
.daohang_ul>li:hover>a {
  /* color:#0072bc; */
}

.daohang_ul>li:hover>a::before,
.daohang_ul>.active>a::before {
  transform:scale(1);
-ms-transform:scale(1); 	/* IE 9 */
-moz-transform:scale(1); 	/* Firefox */
-webkit-transform:scale(1); /* Safari 和 Chrome */
-o-transform:scale(1); 	/* Opera */
}

.yuan,
.souauo {
  display: inline-block;
}

.yuan i,
.souauo i {
  color: #0072bc;
  cursor: pointer;
  font-size: 26px;
}

#dLabel {
  background: transparent;
  border: none;
  height: 90px;
  color: #000000;
  font-size: 20px;
  font-weight: 400;




}

.sous .dropdown-menu {
  width: 100px;
}

#dLabel span {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}

#dLabel:focus {
  outline: none;
}

.souauo {



  text-align: center;
}

.yuan>a {
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
}

.yuan>a:hover {
  color: #ca4254;
}

.lunbo_ul {
  margin-top: 20px;
}

.lunbo_ul>li>a {
  display: inline-block;
  color: rgba(225, 225, 225, 0.8);
  font-size: 16px;
  line-height: 33px;
}

.p1 {
  color: #656464;
  font-size: 34px;
  text-align: center;
  font-weight: bold;
}

.p2 {
  color: #656464;

  font-size: 19px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

.p3 {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
  font-weight: bold;
  line-height: 1.667;
  text-shadow: 0px 0px 4px rgb(97, 94, 94);
}

.er_uls {
  background: rgba(238, 238, 238, 0.902);
  padding: 25px;
  box-shadow: 2.5px 2px 2px 0px rgb(216, 215, 215);
}

.lunbo .swiper-pagination-bullet {
  width: 19px;
  height: 19px;
  background: #fff;

  border-radius: 50%;

  opacity: 1;
}

.lunbo .swiper-pagination-bullet-active {
  background: #ed5f17;
}

.lunbo .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 4%;
}

.title {
  color: #1b1c20;
  font-size: 32px;
  text-align: center;
}

.title-con3 {
  font-size: 14px;
  color: #595757;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.title-con2 {
  color: #1b1c20;
  font-size: 18px;
  margin-top: 10px;

  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.title-con1 {
  color: #1b1c20;
  font-size: 24px;
}

.sous {
  position: relative;
  top: 6px;
}

.xiaoxi p {
  color: #a8a8a0;
  font-size: 16px;
  font-weight: lighter;
}

.xiaoxi input {
  border-width: 1px;
  border-color: rgb(148, 148, 141);
  border-style: solid;
  background-color: rgb(38, 38, 38);
  opacity: 0.502;
  width: 195px;
  padding-left: 30px;
  height: 30px;
  color: #fff;
}

.xiaoxi input::placeholder {
  color: #515151;
  font-size: 12px;
}

.inps {
  margin: 15px 0 5px 0;
}

.dingyue {
  border: none;
  width: 195px;
  background: #303030;
  color: #a8a8a0;
  line-height: 33px;
  font-size: 14px;

  transition: 600ms ease-in-out;
  -moz-transition:600ms ease-in-out; /* Firefox 4 */
-webkit-transition:600ms ease-in-out; /* Safari and Chrome */
-o-transition:600ms ease-in-out; /* Opera */
}

.dingyue:hover {
  background: #0072bc;
  color: #fff;
}

.inps i {
  top: 50%;
  padding-left: 10px;
  left: 0;
  transform:translateY(-50%);
  -ms-transform:translateY(-50%); 	/* IE 9 */
  -moz-transform:translateY(-50%); 	/* Firefox */
  -webkit-transform:translateY(-50%); /* Safari 和 Chrome */
  -o-transform:translateY(-50%); 	/* Opera */
}

.ma {
  color: #a8a8a0;
  font-size: 14px;
  font-weight: lighter;
  line-height: 30px;
  padding: 20px;
}

/*banner*/

.banner {
  position: relative;
  overflow: hidden;
  height: 910px;
}

.banner .ban_imgs {
  position: relative;
}

.images {
  height: 910px;
  position: relative;
  background-size: 100% 100%;
}

.banner .ban_lists {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.banner .ban_lists .ban_float {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 1;
  padding-top: 5%;
}

.da {
  font-size: 70px;
  line-height: 100px;
}

.big-w {
  color: #f4f1f4;
  font-size: 45px;
  font-weight: bold;
  text-align: left;
}

.xiao {
  font-size: 40px;
  font-weight: 400;
}

.banner .ban_lists .ban_float .ban_text {
  color: #fff;
  margin-top: 3%;
  transition: all 0.5s;
  margin-left: -30px;
}

.banner .ban_lists .ban_float .ban_text h3 {
  font-size: 40px;
}

.banner .ban_lists .ban_float .ban_text p {
  font-size: 17px;
}

.banner .ban_lists .ban_float .ban_images {
  text-align: center;
  margin-top: 8%;
  transition: all 0.5s;
}

.ban_float .container {
  padding: 0 0px;

}

.banner .active .ban_float .ban_text {
  margin-top: 9%;
  width: 50%;
}

.banner .active .ban_float .ban_images {
  margin-top: 3%;
}

.banner .next,
.banner .prev {
  width: 20%;
  height: 100%;
  position: absolute;
  z-index: 22;
  top: 0;
  bottom: 0;
}

.banner .next {
  right: 0;
}

.banner .prev {
  left: 0;
}

.banner .next .ban_next,
.banner .prev .ban_prev {
  opacity: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(194, 200, 204, 0.5);
  top: 50%;
  position: absolute;
  line-height: 100px;
  margin-top: -50px;
  transition: all 0.4s;
  cursor: pointer;
}

.banner .next .ban_next {
  right: -50px;
  text-align: left;
  padding-left: 15px;
}

.banner .prev .ban_prev {
  left: -50px;
  text-align: right;
  padding-right: 15px;
}

.banner .next .ban_next i,
.banner .prev .ban_prev i {
  font-size: 30px;
  color: #fff;
}

.banner .next:hover .ban_next {
  opacity: 1;
}

.banner .prev:hover .ban_prev {
  opacity: 1;
}

.banner .next .ban_next:hover {
  background: rgba(194, 200, 204, 0.9);
}

.banner .prev .ban_prev:hover {
  background: rgba(194, 200, 204, 0.9);
}

.banner .ban_imgs .ban_lists {
  opacity: 0;
}

.banner .ban_imgs .active {
  opacity: 1;
}

.banner .ban_scroll {
  position: absolute;
  left: 10%;
  bottom: 10%;
  z-index: 25;
}

.banner .ban_scroll .container {
  position: relative;
  height: 100%;
}

.banner .ban_scroll .scroll {
  position: absolute;
  bottom: 20%;
  min-height: 150px;
  overflow: hidden;
  min-width: 300px;
}

.banner .ban_scroll .scroll_ul {
  height: 30px;
  width: 100%;
  line-height: 30px;
  padding-left: 20px;
  border-left: 3px solid #fff;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

.banner .ban_scroll .scroll_ul ul {
  position: absolute;
  top: 0;
}

.banner .ban_scroll .scroll_ul li {
  float: none;
  cursor: pointer;
  font-size: 14px;
  color: #ccc;
}

.banner .ban_scroll .scroll_ul .active {
  color: #fff;
  font-size: 16px;
  opacity: 1 !important;
}

.icon-ul>li {
  display: inline-block;
  font-size: 20px;
  font-weight: lighter;
  margin-right: 44px;
}

.icon-ul {
  text-align: right;
}

.icon-ul>li i {
  font-size: 20px;
}

.icon-ul>li:last-child {
  margin-right: 0;
}

/* pro */
.hred {
  font-size: 50px;
  font-weight: bold;
  color: #000000;
  margin-top: 60px;
  text-align: center;
}

.pro-img {
  color: #000000;
  font-size: 22px;
  font-weight: lighter;
  position: relative;
  text-align: center;
  padding: 20px 0;
  margin-top: 30px;
}

.pro-img::before {
  content: "";
  width: 41px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 50%;

  transform: translateX(-50%);
  -ms-transform:translateX(-50%);	/* IE 9 */
  -moz-transform:translateX(-50%);	/* Firefox */
  -webkit-transform:translateX(-50%);/* Safari 和 Chrome */
  -o-transform:translateX(-50%);
  background-color: rgb(0, 114, 188);
}

.pro-bot {
  width: 100%;
  position: absolute;
  top: -20px;
  left: -10px;
  right: -10px;
  transition: 600ms ease-in-out;

  -moz-transition:600ms ease-in-out; /* Firefox 4 */
-webkit-transition:600ms ease-in-out; /* Safari and Chrome */
-o-transition:600ms ease-in-out; /* Opera */
  opacity: 0;
  bottom: -20px;
  line-height: 25px;
  padding: 40px 30px 30px 30px;
  background: url(../img/2-1.jpg);
}

.xiangq {
  color: #fff;
  font-size: 15px;

  margin-top: 30px;
  font-weight: lighter;
}

.yuans1 {
  width: 33px;
  height: 33px;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-left: 5px;
}

.xiangq i {
  font-size: 20px;
  line-height: 1.5;
  font-weight: lighter;

  display: inline-block;
}

.bis {
  color: #ffffff;
  font-size: 22px;
  font-weight: lighter;
  margin-top: 20px;
}

.bs-con {
  color: #ffffff;
  font-size: 16px;
  font-weight: lighter;
  margin-top: 20px;
}

.pro-lun .swiper-container .swiper-slide {
  border: 1px solid #e2e2e2;
  transition: 600ms ease-in-out;
  -moz-transition:600ms ease-in-out; /* Firefox 4 */
-webkit-transition:600ms ease-in-out; /* Safari and Chrome */
-o-transition:600ms ease-in-out; /* Opera */
  border-left: none;
}

.pro-lun .swiper-container .swiper-slide:first-child {
  border-left: 1px solid #e2e2e2;
}

.pro-lun .swiper-container a {
  display: block;
  padding: 20px;
}

.pro-lun .swiper-container {
  padding: 65px 1px;
}

.pro-lun .swiper-container .swiper-slide:hover {
  border: none;
  z-index: 99;
}

.pro-lun .swiper-container .swiper-slide:hover .pro-top {
  opacity: 0;
  z-index: -1;
}

.pro-lun .swiper-container .swiper-slide:hover .pro-bot {
  opacity: 1;
  transform: scale(1.05);
  -ms-transform:scale(1.05); 	/* IE 9 */
-moz-transform:scale(1.05); 	/* Firefox */
-webkit-transform:scale(1.05); /* Safari 和 Chrome */
-o-transform:scale(1.05); 	/* Opera */
  z-index: 98;
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.3);
}

.pro-lun .swiper-pagination-bullet {
  border-radius: 50%;
  background-color: rgb(207, 207, 207);

  width: 13px;
  height: 13px;
  opacity: 1;
}

.pro-lun .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0072bc;
}

.about .hred {
  color: #fff;
}

.hred-con {
  font-size: 18px;
  color: #fff;
  font-weight: lighter;
  text-align: center;
  margin-top: 20px;
}

.about {
  background: url(../img/2-2.jpg) no-repeat;
  background-size: cover;
  padding: 85px 0;
  margin-top: 85px;
}

.about-ul li {
  float: left;

  text-align: center;
  width: 25%;
}

.about-ul {
  margin-top: 60px;
}

.about-ul li i {
  color: #fff;
  font-size: 60px;
}

.about-ul li p {
  font-size: 27px;
  margin-top: 10px;
  color: #fff;
  font-weight: lighter;
}

.about-ul li:last-child {
  margin-right: 0;
}

.liejia {
  text-align: center;
  margin-top: 68px;
}

.liejia a {
  display: inline-block;
  padding: 0 40px;
  line-height: 50px;
  color: #000000;
  font-size: 16px;
  font-weight: lighter;
  background: #fff;
  border-radius: 5px;
  transition: 600ms ease-in-out;
  -moz-transition:600ms ease-in-out; /* Firefox 4 */
-webkit-transition:600ms ease-in-out; /* Safari and Chrome */
-o-transition:600ms ease-in-out; /* Opera */
  border: 1px solid #fff;
}

.liejia a:hover {
  background: #0072bc;
  color: #fff;
  border: 1px solid #fff;
}

.liejia a:hover i {
  color: #fff;
}

.liejia a i {
  display: inline-block;
  margin-left: 10px;
}

.biaoti {
  font-size: 19px;
  color: #000000;
  font-weight: lighter;
  line-height: 30px;
  height: 60px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.xinass .col-md-4 {
  padding: 0 30px;
}

.new-tui {
  padding: 50px 0 110px 0;
}

.new-tui a {
  display: block;
  transition: 600ms ease-in-out;
  -moz-transition:600ms ease-in-out; /* Firefox 4 */
-webkit-transition:600ms ease-in-out; /* Safari and Chrome */
-o-transition:600ms ease-in-out; /* Opera */
}

.new-tui a:hover img {
  transition: 600ms ease-in-out;
  -moz-transition:600ms ease-in-out; /* Firefox 4 */
-webkit-transition:600ms ease-in-out; /* Safari and Chrome */
-o-transition:600ms 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); 	/* Opera */
}

.new-tui a:hover .biaoti {
  color: #0072bc;
  transition: 600ms ease-in-out;
  -moz-transition:600ms ease-in-out; /* Firefox 4 */
-webkit-transition:600ms ease-in-out; /* Safari and Chrome */
-o-transition:600ms ease-in-out; /* Opera */
}

.new {
  background: #f4f4f4;
  padding-top: 60px;
}

.date {
  color: #707070;
  font-weight: lighter;
  font-size: 16px;
  margin-top: 10px;
}

.zuixin {

  background-color: rgb(0, 114, 188);
  left: 0;
  top: 0;
  color: #fff;
  font-size: 14px;

  /* 低版本firefox */
padding: 15px;
}

.list-new li:hover .title-n {
  color: #0072bc;
  transition: 600ms ease-in-out;
  font-size: 14px;
  font-weight: bold;
}

.list-zhao li:hover a {
  background: #0072bc;
  transition: 600ms ease-in-out;
}

.list-zhao li:hover .title-z,
.list-zhao li:hover .xinzi,
.list-zhao li:hover .title-s {
  color: #fff;
}

.xinass {
  border: 1px solid #e2e2e2;
  background: #fff;
  margin-top: -70px;
  padding-bottom: 48px;
}

.new-list {
  margin-bottom: 60px;
}

.new-title {
  padding: 23px 0 20px 0;
}

.new-title .fl {
  font-size: 22px;
  font-weight: bold;
  color: #000000;
}

.new-title .fr {
  color: #000000;
  font-size: 20px;
}

.title-n {
  width: 80%;
  color: #4a4a4a;
  font-weight: lighter;
  font-size: 15px;
  padding-left: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  position: relative;
}

.title-n::before {
  width: 3px;
  height: 3px;
  background-color: rgb(0, 114, 188);
  position: absolute;
  content: "";
  top: 50%;
  left: 10px;

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

.title-d {
  color: #4a4a4a;
  font-weight: lighter;
  font-size: 15px;
  width: 20%;
  text-align: right;
}

.list-new {
  padding-top: 15px;
  border-top: 1px solid #e2e2e2;
}

.list-new li {
  padding-bottom: 10px;
}

.xinzi {
  color: #3c3c3c;
  font-size: 14px;
  font-weight: lighter;
  margin-top: 10px;
  line-height: 25px;
}

.list-zhao>li>a {
  display: block;
  background: #f4f4f4;
}

.list-zhao>li>a>.fl {
  width: 36%;
}

.list-zhao>li>a>.fr {
  width: 60%;
  padding: 15px 15px 15px 0;
}

.title-z {
  color: #000000;
  font-weight: lighter;
  width: 60%;
  font-size: 17px;
  line-height: 25px;
  height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.title-s {
  color: #3c3c3c;
  font-weight: lighter;
  font-size: 14px;width: 40%;
  text-align: right; line-height: 25px;
  height: 25px;
}

.foots-ul {
  margin-right: 150px;
}

.foots-ul li {
  display: inline-block;
}

.foot {
  background: #262626;
  padding: 40px 0 30px 0;
}

.foots-ul li a {
  display: inline-block;
  color: #a8a8a0;
  font-size: 16px;
  font-weight: lighter;
  padding: 0 20px;
  position: relative;
}

.foots-ul li a:hover {
  color: #fff;
  transition: all 400ms;
  font-weight: bold;
}

.foots-ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;

  transform:translateX(-50%);
  -ms-transform:translateX(-50%); 	/* IE 9 */
  -moz-transform:translateX(-50%); 	/* Firefox */
  -webkit-transform:translateX(-50%); /* Safari 和 Chrome */
  -o-transform:translateX(-50%); 	/* Opera */
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgb(81, 81, 81);
}

.foots-ul li:last-child a::before {
  opacity: 0;
}

.beis {
  color: #a2a29a;
  font-weight: lighter;
  font-size: 16px;
  line-height: 36px;
}

.foots {
  background: #303030;
  padding: 20px 0;
}

.fengss .bdsharebuttonbox a {
  border-radius: 50%;
  background-color: rgb(74, 74, 74);
  width: 36px;
 display: inline-block;

  margin: 0 10px;
  line-height: 36px;
  padding: 0;
 text-align: center;
  height: 36px;

  background-image: none !important;
}

.fengss .bdsharebuttonbox a:hover {
  background: #0072bc;
  transition: 600ms all;
  transform: scale(1.1);

  -ms-transform:scale(1.1);; 	/* IE 9 */
  -moz-transform:scale(1.1);; 	/* Firefox */
  -webkit-transform:scale(1.1);; /* Safari 和 Chrome */
  -o-transform:scale(1.1);;
}

.fengss .bdsharebuttonbox a i {
  color: #fff;
}

.fengss .bdsharebuttonbox span {
  color: #a2a29a;
  font-weight: lighter;
  margin-top: 10px;
  font-size: 16px;
}

.xinxi {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); 	/* IE 9 */
  -moz-transform: translate(-50%, -50%); 	/* Firefox */
  -webkit-transform: translate(-50%, -50%); /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  text-align: center;
}

.ban-wen {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}

.position,
.position a {
  font-size: 17px;
  font-weight: lighter;
  color: #fff;
}

.position-ul li {
  line-height: 60px;

  transition: 600ms ease-in-out;
  padding: 0 20px;
  display: inline-block;
  border-right: 3px solid #fff;
}

.position-ul li:last-child {
  border: none;
}

.position-ul li a {
  color: #565656;
  font-size: 17px;
  display: block;
  font-weight: bold;
}

.position-nav {
  background: #ededed;
}

.position-ul li:hover,
.position-ul li.active {
  background: #0072bc;
}

.position-ul li:hover a,
.position-ul li.active a {
  color: #fff;
}

.linnian-con {
  color: #343434;
  font-size: 16px;
  font-weight: lighter;
  line-height: 30px;
  margin-top: 15px;
}

.titles {
  color: #343434;
  font-size: 25px;
  font-weight: lighter;
}

.rens {
  margin-top: 50px;
}

.hred-1 {
  font-size: 30px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  margin-top: 60px;
}

.img-nian {
  width: 32%;
}

.con-nian {
  width: 65%;
}

.rencai {
  margin-bottom: 60px;
}

.hrds-zhao {
  background: #0072bc;
  line-height: 50px;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}

.ming {
  width: 50%;
  text-align: left;
  padding-left: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.renshu {
  width: 30%;
}

.xaingqs {
  width: 20%;
}

.yunasi {
  border-radius: 50%;
  background-color: rgb(0, 114, 188);
  margin: auto;
  position: relative;
  width: 37px;
  height: 37px;
}

.yunasi::before {
  width: 2px;
  height: 12px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  content: "";
  top: 50%;
  left: 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%) 	;/* Opera */
}

.yunasi::after {
  width: 12px;
  height: 2px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  content: "";
  top: 50%;
  left: 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%) ;	/* Opera */
}

.zhaopin-ul {
  text-align: center;
}

.zhaopin-ul li {
  padding: 10px 0;
}

.zhaopin-ul li .ming,
.zhaopin-ul li .renshu {
  color: #343434;
  font-weight: lighter;
  font-size: 16px;
  line-height: 37px;
}

.neirongxian {
  color: #343434;
  font-weight: lighter;
  font-size: 15px;
  line-height: 30px;
}

.nin {
  color: #0072bc;
  font-weight: bold;
}

.zhaopin {
  background: #f4f4f4;
}

.zhizhe {
  text-align: left;
  display: none;
}

.neirongxian {
  border-bottom: 1px solid #e6e6e6;
  padding: 0 15px 30px 15px;
}

.zhizhe {
  padding: 30px;
  border: 1px solid #e6e6e6;
}

.zhaopin-ul li>.clearfix {
  background: #fff;
  padding: 10px 0;
}

.zhaopin {
  background: url(../img/6-3.jpg) no-repeat #f4f4f4;
  background-size: cover;
}

.cos-zs {
  margin: 45px 0;
}

.fulis-c {
  color: #343434;
  font-size: 16px;
  padding: 20px 0;
  text-align: center;
}

.zhaopin-ul>li.active .zhizhe {
  display: block;
}

.zhaopin-ul>li.active .yunasi::before {
  opacity: 0;
}

.list-newiss .dats {
  width: 15%;
}

.newsi-con {
  width: 45%;
}

.new-s {
  width: 30%;
  overflow: hidden;
}

.dats>p:nth-child(1) {
  color: #000000;
  font-size: 19px;
  font-weight: bold;
}

.dats>p:nth-child(2) {
  color: #585858;
  font-size: 15px;
  font-weight: lighter;
  margin-top: 10px;
}

.bis-tile {
  color: #000000;
  font-size: 19px;
  font-weight: lighter;
}

.zhaoyao-n {
  color: #585858;
  font-size: 15px;
  font-weight: lighter;
  line-height: 30px;
  margin-top: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.tupiao {
  margin-top: 25px;
}

.tupiao i {
  color: #bbbbbb;
  font-size: 48px;
}

.list-newiss li {
  padding: 30px 0 40px 0;
  border-bottom: 1px solid #e0e0e0;
}

.list-newiss li:hover img {
  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); 	/* Opera */
  transition: 600ms ease-in-out;
  -moz-transition:600ms ease-in-out; /* Firefox 4 */
-webkit-transition:600ms ease-in-out; /* Safari and Chrome */
-o-transition:600ms ease-in-out; /* Opera */
}

.list-newiss li:hover .bis-tile,
.list-newiss li:hover .zhaoyao-n {
  color: #0072bc;
}

.list-newiss li:hover .tupiao i {
  color: #0072bc;
  margin-left: 10px;
  transition: 600ms ease-in-out;
  -moz-transition:600ms ease-in-out; /* Firefox 4 */
  -webkit-transition:600ms ease-in-out; /* Safari and Chrome */
  -o-transition:600ms ease-in-out; /* Opera */
}

.list-newiss {
  padding-top: 20px;
  margin-top: 77px;
  border-top: 2px solid #000000;
}

.news11 {
  padding-bottom: 70px;
}

.xiang-biao {
  font-size: 22px;
  color: #000000;
  font-weight: bold;
  text-align: center;
}

.xing-date {
  color: #717171;
  font-size: 14px;
  font-weight: lighter;
  margin-top: 10px;
  text-align: center;
}

.xing-con {
  padding: 40px 0;
  color: #545454;
  font-size: 15px;
  line-height: 35px;
  font-weight: lighter;
  margin: 20px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.news11xing {
  padding: 65px 0;
}

.shang a,
.shang i {
  color: #000000;
}

.shang i {
  font-size: 20px;
}

.shang-p,
.xia-p {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #eee;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.xia-p a,
.shang-p a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  right: 0;
}

.new-left {
  width: 76%;
}

.new-right {
  width: 22%;
}

.zhanyao-nws {
  color: #585858;
  font-size: 15px;
  font-weight: lighter;
  line-height: 2;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.tui-title {
  color: #000000;
  margin-top: 20px;
  font-size: 19px;
  font-weight: lighter;
  line-height: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.date i {
  color: #0072bc;
}

.right-tui-new li {
  margin-bottom: 20px;
}

.right-tui-new li a {
  display: block;
}

.right-tui-new li:hover img {
  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);	/* Opera */
  transition: 600ms ease-in-out;
  -moz-transition:600ms ease-in-out;; /* Firefox 4 */
-webkit-transition:600ms ease-in-out;; /* Safari and Chrome */
-o-transition:600ms ease-in-out; /* Opera */
}

.right-tui-new li:hover .bis-tile {
  color: #0072bc;
}

.right-tui-new li:hover .tupiao i {
  color: #0072bc;

  transition: 600ms ease-in-out;
  -moz-transition:600ms ease-in-out;; /* Firefox 4 */
-webkit-transition:600ms ease-in-out;; /* Safari and Chrome */
-o-transition:600ms ease-in-out; /* Opera */
  margin-left: 15px;
}

.right-tui-new li:hover .tui-title,
.right-tui-new li:hover .zhanyao-nws {
  color: #0072bc;
}

.right-tui-new {
  margin-top: 50px;
}

.adds {
  color: #1b1b1b;
  font-size: 18px;
  font-weight: lighter;
  line-height: 30px;
  margin-top: 10px;
}

.adds p {
  padding-left: 52px;
}

.contat .col-md-3 i {
  color: #0072bc;
  font-size: 30px;
}

.map {
  margin-top: 65px;
}

.map img {
  max-width: inherit;
}

.contat {
  margin: 50px 0 70px 0;
}

.bixu {
  color: #262626;
  font-size: 22px;
  font-weight: bold;
  margin: 20px 0;
}

.reds {
  color: #e00000;
}

.inp-ul>li {
  width: 32%;
  float: left;
  margin-right: 2%;
}

.inp-ul>li:nth-child(3) {
  margin-right: 0;
}

.inp-ul>li p {
  font-size: 16px;
  font-weight: lighter;
  color: #1b1b1b;
  margin-top: 10px;
}

.inp-ul>li:last-child {
  width: 100%;
  margin-right: 0;
}

.inp-ul>li input {
  width: 100%;
  height: 42px;
  margin-top: 10px;
  border: 1px solid #ebebeb;
  padding-left: 15px;
}

.inp-ul>li textarea {
  width: 100%;
  height: 160px;
  resize: none;
  margin-top: 10px;
  border: 1px solid #ebebeb;
  padding: 15px;
}

.tiajiaos {
  font-size: 15px;
  color: #fff;
  font-weight: lighter;
  line-height: 40px;
  padding: 0 50px;
  background: #0072bc;
  border: none;
  border-radius: 30px;
  margin-top: 20px;
}

.tiajiaos:hover {
  background: #daf0ff;
  transition: 600ms ease-in-out;
  color: #0072bc;
}

.gongying {
  margin: 65px 0;
}

.gongying-con {
  font-size: 15px;
  font-weight: lighter;
  color: #343434;
  line-height: 30px;
}

.gongying-con .fr {
  width: 22%;
}

.gongying-con .fl {
  width: 77%;
}

.dindong a {
  color: #343434;
  font-size: 15px;
  font-weight: lighter;
  display: inline-block;
  margin-right: 10px;
}

.dindong {
  margin-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 70px;
}

.jishu-title {
  font-size: 26px;
  color: #171717;
  font-weight: lighter;
  text-align: center;
  padding: 64px 0 10px 0;
}

.input-s {
  width: 36%;
  height: 65px;
  margin: 20px auto;
  border: 2px solid #0072bc;
}

.input-s input {
  width: 90%;
  padding-left: 15px;
  height: 60px;
}

.input-s input::placeholder {
  font-size: 15px;
  color: #7d7d7d;
  font-weight: lighter;
}

.input-s button {
  border: none;
  height: 60px;
  width: 10%;
  background: transparent;
  text-align: center;
}

.input-s button i {
  color: #0072bc;
  font-size: 20px;
  line-height: 65px;
}

.left-la,
.right-la {
  width: 50%;
}

.left-la button,
.right-la button {
  width: 100%;
  border: 1px solid #ebebeb;
  padding: 0 60px;
  color: #171717;
  font-size: 18px;
  font-weight: lighter;
  height: 64px;
}

.left-la .caret,
.right-la .caret {
  display: inline-block;
  width: 0;
  height: 0;
  color: #626262;
  margin-top: 5px;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 15px dashed;
  border-top: 4px solid \9;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
}

.xiala .dropdown-menu {
  min-width: inherit;
  width: 100%;
}

.left-la button {
  background: #f7f7f7;
}

.right-la button {
  background: #fff;
}

.xiala {
  margin-top: 60px;
}

.dian_ul li p {
  font-size: 18px;
  color: #171717;
  padding: 0 30px;

  line-height: 80px;
  border-bottom: 1px solid #e5e5e5;
}

.cons-ji {
  width: 60%;
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  float: left;
}

.q-con {
  float: left;
  display: inline-block;
  width: 45px;
  margin-top: 16px;
  height: 45px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  line-height: 45px;
  transition: 600ms ease-in-out;
  text-align: center;
  color: #0072bc;
  margin-right: 20px;
}

.a-yuan {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
  background: #0072bc;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  margin-right: 20px;
}

.dian_ul {
  margin-top: 60px;
  border-top: 2px solid #000000;
}

.dian_ul li p i {
  color: #6a6a6a;
}

.a-cons1 {
  width: 94%;
}

.dian_ul li {
  cursor: pointer;
}

.jishu {
  margin-bottom: 70px;
}

.dian_ul li>div {
  font-size: 15px;
  color: #444444;
  line-height: 30px;
  padding: 30px 80px 60px 80px;
  display: none;
  background: #f7f7f7;
}

.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}

@keyframes slideDown {
  0% {
    opacity: 0;
  
    transform: translate3d(0, 100%, 0);
    -ms-transform:translate3d(0, 100%, 0); 	/* IE 9 */
-moz-transform:translate3d(0, 100%, 0); 	/* Firefox */
-webkit-transform:translate3d(0, 100%, 0); /* Safari 和 Chrome */
-o-transform:translate3d(0, 100%, 0); 	/* Opera */
  }

  100% {
    opacity: 1;
 
    transform: none;

    -ms-transform: none; 	/* IE 9 */
-moz-transform: none; 	/* Firefox */
-webkit-transform: none; /* Safari 和 Chrome */
-o-transform: none; 
  }
}

.dian_ul .active p {
  color: #0072bc;
}

.dian_ul .active p i {
  color: #0072bc;
}

.dian_ul .active>div {
  display: block;
}

.dian_ul .active .q-con,
.dian_ul li:hover .q-con {
  background: #adadad;
  color: #fff;
}

.dian_ul li:hover p i {
  color: #0072bc;
}

.dian_ul li:hover p {
  color: #0072bc;
}

.gong-ming>p:nth-child(1) {
  color: #0072bc;
  font-size: 18px;
  font-weight: bold;
}

.yinghao i {
  color: #ebebeb;
  font-size: 60px;
}

.gong-ming>p:nth-child(2) {
  color: #0072bc;
  font-size: 13px;
  font-weight: lighter;
}

.gong-ming {
  margin-top: 10px;
}

.gongsi-con {
  margin-top: 15px;
  color: #343434;
  font-weight: lighter;
  font-size: 16px;
  line-height: 30px;
}

.hrds-g {
  color: #787878;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 50px 0;
}

.bf-cons {
  background: url(../img/16.jpg);
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 100px;
  margin-top: 105px;
}

/*发展历程*/

.lic {
  padding: 50px 0;
}

.lic h3 {
  text-align: center;
  font-size: 26px;
  color: #000000;
  margin-bottom: 30px;
}

.container_lic dt {
  text-align: center;

  font-weight: normal;
  float: left;
}

.container_lic dt:nth-child(1) {
  border-right: 1px solid #000;
  width: 30%;
}

.container_lic dt:nth-child(2) {
  width: 20%;
  padding-left: 40px;
}

.container_lic dt:nth-child(3) {
  padding-left: 20px;
  color: #2c2c2c;
  font-size: 16px;
  line-height: 30px;
  width: 50%;
  text-align: left;
}

.container_lic dt h3 {
  font-size: 60px;
  color: #787878;
  font-weight: normal;
  margin-bottom: 0px;
}

.container_lic dt p {
  font-size: 20px;
  color: #9c9c9c;
}

.container_lic dd {
  width: 70%;
  float: left;
  font-size: 20px;
  color: #2c2c2c;
  padding: 5px 50px;
  line-height: 25px;
}

.lic_w {
  padding: 0px 10%;
}

.lic_w .prev_lic {
  background: url("../img/prev10.png") no-repeat;
  background-size: 100% 100%;
  width: 79px;
  height: 79px;
}

.lic_w .next_lic {
  background: url("../img/next10.png")no-repeat;
  width: 79px;
  height: 79px; background-size: 100% 100%;
}

.lic_w .prev_lic,
.lic_w .next_lic {
  margin-top: -40px;
}

.lic_w .prev_lic:focus,
.lic_w .next_lic:focus {
  outline: none;
}

.container_lic_b .swiper-slide span {
  cursor: pointer;
  margin-top: 20px;
  font-size: 25px;
  color: #b3b3b3;
  display: inline-block;
  text-align: left;
  position: relative;
  left: -28px;
}

.container_lic_b .swiper-slide span:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  opacity: 0;
  background: #2ea3f5;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -3px;
}

.lic_b {
  margin-top: 20px;
  overflow: hidden;
  padding: 0px 10%;
}

.lic_b .container_lic_b {
  overflow: initial;
}

.container_lic_b .swiper-slide-thumb-active span {
  color: #000;
}

.container_lic_b .swiper-slide-thumb-active span:before {
  opacity: 1;
}

.zuzhi {
  background: #f4f4f4;
  padding: 30px 0;
}

.linyu-dao {
  width: 22%;
}

.linyu {
  width: 76%;
}

.lingyu-biao {
  color: #ffffff;
  font-size: 23px;
  font-weight: lighter;
  text-align: center;
  background: #0072bc;
  line-height: 60px;
}

.lingyudao-ul1 {
  border: 1px solid #e0e0e0;
}

.lingyudao-ul2 {
  display: none;
  background: #fff;
  padding: 10px 15px 10px 54px;
}

.lingyudao-ul1>li>a {
  display: block;
  color: #414141;
  font-size: 16px;
  font-weight: lighter;
  line-height: 55px;
  background: #f5f5f5;
  border-bottom: 1px solid #fff;
  padding-left: 54px;
  position: relative;
}

.lingyudao-ul1>li>a::before {
  content: "";
  position: absolute;
  top: 50%;

  transform: translateY(-50%);
  -ms-transform:translateY(-50%);	/* IE 9 */
  -moz-transform:translateY(-50%);	/* Firefox */
  -webkit-transform:translateY(-50%);/* Safari 和 Chrome */
  -o-transform:translateY(-50%);
  border-top: 5px solid transparent;

  border-bottom: 5px solid transparent;

  border-left: 5px solid #0072bc;
  left: 40px;
  opacity: 0;
  transition: 600ms ease-in-out;
}

.lingyudao-ul2>li>a {
  color: #414141;
  font-size: 15px;
  line-height: 30px;
  font-weight: lighter;
  display: inline-block;
  border-bottom: 1px solid transparent;
  transition: 600ms ease-in-out;
}

.lingyudao-ul2>li>a:hover,
.lingyudao-ul2>li.active>a {
  color: #0072bc;
  border-bottom: 1px solid #0072bc;
}

.yingyong {
  margin-top: 50px;
}

.lingyudao-ul1>li:hover>a,
.lingyudao-ul1>li.active>a {
  background: #e5eff7;
}

.lingyudao-ul1>li:hover>a::before,
.lingyudao-ul1>li.active>a::before {
  opacity: 1;
}

.hd-biao {
  color: #000000;
  font-size: 25px;
  line-height: 50px;
  border-bottom: 1px solid rgb(224, 224, 224);
  font-weight: lighter;
}

.xingan {
  color: #686868;
  font-size: 16px;
  font-weight: lighter;

  line-height: 2.188;
  margin-top: 20px;
}

.xingan1 {
  color: #686868;
  font-size: 16px;
  font-weight: lighter;
  line-height: 2.188;
  margin-top: 10px;
}

.xiangguangs {
  color: #000000;
  font-size: 20px;
  padding-left: 20px;
  font-weight: lighter;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
  position: relative;
  margin: 25px 0 40px 0;
}

.ties-ul>li {
  display: inline-block;
  color: #fff;
  font-weight: lighter;
  font-size: 20px;
  width: 130px;
  line-height: 44px;
  margin-right: 16px;
  text-align: center;
  cursor: pointer;
  height: 44px;
  background: #888888;
  transition: 600ms ease-in-out;
}

.ties-con {
  margin: 40px 0;
}

.xiangguangs::before {
  content: "";
  position: absolute;
  top: 50%;
 
  transform: translateY(-50%);
  -ms-transform:translateY(-50%);	/* IE 9 */
  -moz-transform:translateY(-50%);	/* Firefox */
  -webkit-transform:translateY(-50%);/* Safari 和 Chrome */
  -o-transform:translateY(-50%);
  border-top: 10px solid transparent;

  border-bottom: 10px solid transparent;

  border-left: 10px solid #0072bc;
  left: 0px;
}

.pro-xing {
  text-align: center;
  font-size: 20px;
  font-weight: lighter;
  color: #242b2e;
  line-height: 35px;
  border-top: 1px solid #e7e7e7;
  margin: 5px 0;
  padding: 10px 0 0 0;
}

.date11 {
  color: #242b2e;
  font-size: 14px;
  font-weight: lighter;
  margin: 20px 0 40px 10px;
}

.date11 i {
  color: #242b2e;
}

.guan-pro .swiper-slide {
  border: 1px solid #e7e7e7;
}

.pro-wen {
  padding: 15px;

  position: relative;
}

.pro-wen::before {
  color: #000000;
  content: "";
  position: absolute;
  height: 8px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #888888;
}

.pro-title {
  color: #000000;
  font-size: 18px;
  font-weight: lighter;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.diel {
  color: #fff;
  font-size: 13px;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 25px;
  text-align: center;
  background: #0068b7;
  opacity: 0;
  z-index: 5;

  transition: 600ms ease-in-out;
  -moz-transition:600ms ease-in-out; /* Firefox 4 */
-webkit-transition:600ms ease-in-out; /* Safari and Chrome */
-o-transition:600ms ease-in-out; /* Opera */
}

.guan-pro .swiper-slide:hover img {
  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); 	/* Opera */
  transition: 600ms ease-in-out;
  -moz-transition:600ms ease-in-out; /* Firefox 4 */
-webkit-transition:600ms ease-in-out; /* Safari and Chrome */
-o-transition:600ms ease-in-out; /* Opera */
}

.guan-pro .swiper-slide:hover {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}

.guan-pro .swiper-slide:hover .diel {
  opacity: 1;
}

.guan-pro .swiper-slide:hover .pro-wen {
  border: none;
}

.guan-pro {
  margin-bottom: 70px;
}

.guan-pro .swiper-button-next {
  right: -50px;
}

.guan-pro .swiper-button-prev {
  left: -50px;
}

.biaoge .table-bordered>thead>tr>th {
  text-align: center;
  background: #f5f5f5;
  border-bottom: none;
  font-size: 14px;
  color: #000000;
}

.biaoge .table-bordered>thead>tr>th:nth-child(4),
.biaoge .table-bordered>thead>tr>th:nth-child(6) {
  width: 18.18%;
  overflow: hidden;
  padding: 10px 0;
}

.biaoge .table-bordered>thead>tr>th:nth-child(5) {
  width: 36.36%;
}

.biaoge .table-bordered>thead>tr>td:nth-child(5) {
  width: 36.36%;
  overflow: hidden;
}

.biaoge .table-bordered>tbody>tr>td:nth-child(5) span {
  float: left;
  width: 25%;
  text-align: center;
}

.biaoge .table-bordered>thead>tr>th:nth-child(4),
.biaoge .table-bordered>thead>tr>td:nth-child(4),
.biaoge .table-bordered>thead>tr>td:nth-child(6) {
  width: 18.18%;
  overflow: hidden;
}

.biaoge .table-bordered>tbody>tr>td,
.biaoge .table-bordered>tbody>tr {
  padding: 0;
  text-align: center;
}

.biaoge .table-bordered>tbody>tr>td span {
  padding: 15px 0;
}

.biaoge .table-bordered>tbody>tr>td:nth-child(4) span,
.biaoge .table-bordered>tbody>tr>td:nth-child(6) span {
  float: left;
  width: 50%;
  text-align: center;
}

.biaoge .table-bordered>tbody>tr>td:nth-child(5) span,
.biaoge .table-bordered>tbody>tr>td:nth-child(4) span:nth-child(1),
.biaoge .table-bordered>tbody>tr>td:nth-child(6) span:nth-child(1) {
  border-right: 1px solid #ddd;
}

.biaoge .table-bordered>tbody>tr>td:nth-child(5) span:last-child {
  border-right: none;
}

.biaoge .table>tbody>tr>td {
  vertical-align: middle;
  color: #000000;
  font-size: 13px;
  font-weight: lighter;
}

.biaoge .table-bordered>thead>tr>th:first-child {
  position: relative;
}

.biaoge .table-bordered>thead>tr>th:first-child span {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
}

.biaoge .table>tbody>tr:nth-child(1)>td:first-child {
  background: #f5f5f5;
  border: none;
}

.biaoge .table>tbody>tr:nth-child(2)>td:first-child {
  background: #f5f5f5;
  border: none;
}

.biaoge1 tr td {
  padding: 10px 0;
}

.biaoge1 tr:nth-child(1) td {
  font-weight: bold;
  background: #f5f5f5;
  font-size: 14px;
  color: #000000;
}

.biaoge1>h3 {
  padding: 20px 0;

}


















.ties-ul li:hover,
.ties-ul li.active {
  background: #0068b7;
}

.ties-con>div {
  display: none;
}

.ties-con>.active {
  display: block;
}

.cons-ps {
  color: #727272;
  font-size: 17px;
  font-weight: lighter;
  line-height: 30px;
  margin-top: 30px;
  padding: 15px;
}

/* 一键导航 */

.mobile-foot {
  display: none;
  background: #185051;
  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;
}

/* 右侧悬浮 */

.rightfix {
  position: fixed;
  top: 200px;
  right: 0px;

  width: 40px;
  border: 1px solid #dee2e7;
  border-right: none;
  z-index: 99;
  border: 1px solid #dee2e7;
  background: #fff;
}

.fix_ul li {
  font-size: 12px;
  background: #fff;
  text-align: center;
  float: none;
  position: relative;
  width: 40px;
  height: 40px;
  border-bottom: 1px solid #dee2e7;
  line-height: 40px;
  margin-bottom: 0px;
  color: #fff;
}

.fix_ul li i {
  font-size: 20px;
  color: #747679;
}

.fix_ul li:nth-child(2n) {
  background: #eee;
}

.right_div {
  display: none;
  position: absolute;
  right: 20px;
  top: 0px;
  background: #fff;
  padding: 5px;
  line-height: 30px;
  transition: all 0.2s ease-in-out;
  min-width: 120px;
}

.fix_ul li:hover a {
  color: #848484;
}

.fix_ul li:hover .right_div {
  display: block;
  right: 40px;
}

.fix_ul li:hover {
  background: #0072bc;
}

.fix_ul li:hover i {
  color: #fff;
}

.searchbox {
  padding: 44px 0 38px;
  box-shadow: 0px 0px 7px 0px rgb(207, 207, 207);
  background: #fff;
  position: fixed;
  left: 0;
  width: 100%;
  right: 0;
  top: 102px;
  border-top: 2px solid #ed0001;
  text-align: center;
  z-index: 44;
}

.searchs {
  max-width: 600px;
  margin: 0 auto;
}

.serbtn {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  width: 129px;
  float: right;
  height: 52px;
  text-align: center;
  line-height: 52px;
  background: #ed0001;
  color: #ffffff;
  font-size: 15px;
  cursor: pointer;
  transition: 0.44s;
}

.phone {
  box-shadow: -1.5px 0.33px 4px 0px rgb(200, 203, 204);
  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;
}

.sidebar-menu.is-active+#wrapper {
  transform: translateX(-300px);
  -ms-transform:translateX(-300px);	/* IE 9 */
-moz-transform:translateX(-300px);	/* Firefox */
-webkit-transform:translateX(-300px);/* Safari 和 Chrome */
-o-transform:translateX(-300px);	/* Opera */
}

.color_dao i {
  display: inline-block;
  font-size: 25px;
  color: #0072bc;
  line-height: 70px;
}

.sidebar-menu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 250px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #e7e9eb;
  transition: right 0.5s;
  z-index: 99999;
}

.sidebar-menu.is-active {
  display: block;
  transition: right 0.5s;
}

.sidebar-menu__header {
  height: 50px;
  background: #0072bc;
  position: relative;
  display: block;
  padding: 15px 25px;
  height: 100%;
  width: 100%;
  color: #fff;
}

.sidebar-menu__title {
  color: #ccc;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.sidebar-menu__title>i {
  display: inline-block;
  float: right;
  font-size: 28px;
  line-height: inherit;
}

.sidebar-menu__title:active,
.sidebar-menu__title:focus,
.sidebar-menu__title:hover {
  color: #fff;
  text-decoration: none;
}

.sidebar-menu__title::first-letter {
  text-transform: uppercase;
}

.sidebar-menu__title::before {
  content: "\e907";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  color: #fff;
  font-size: 20px;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "liga"1;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  all: unset;
}

.sidebar-menu__list {
  position: fixed;
  top: 50px;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 250px;
  list-style: none;
  background-color: #fff;
  transition: right 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sidebar-menu__item {
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}

.colos {
  line-height: 70px;
}

.sidebar-menu__item:first-child {
  border-top: 0;
}

.sidebar-menu__item.sidebar-menu__item--back,
.sidebar-menu__item.sidebar-menu__item--back:hover,
.sidebar-menu__link.sidebar-menu__subtitle {
  background-color: #46b9ef !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: 14px;
  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: #0072bc;
  padding: 8px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.searchbox {
  padding: 44px 0 38px;
  box-shadow: 0px 0px 7px 0px rgb(207, 207, 207);
  background: #fff;
  position: fixed;
  left: 0;
  width: 100%;
  right: 0;
  top: 89px;
  border-top: 2px solid#0072bc;
  text-align: center;
  z-index: 44;
}

.searchs {
  max-width: 600px;
  margin: 0 auto;
}

.searchs .sertext {
  display: block;
  float: left;
  padding: 0;
  outline: none;
  padding-left: 12px;
  width: 78%;
  float: left;
  border: 1px solid #cdcdcd;
  color: #a2a2a2;
  font-size: 12px;

  height: 52px;
 
  transition: 0.4s;
}

.serbtn {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  width: 22%;
  float: right;
  height: 52px;
  text-align: center;
  line-height: 52px;
  background: #0072bc;
  color: #ffffff;
  font-size: 15px;
  cursor: pointer;
  transition: 0.44s;
}

.fuwu-ul-con>div {
  display: none;
  transition: 600ms ease-in-out;
  -moz-transition:600ms ease-in-out; /* Firefox 4 */
-webkit-transition:600ms ease-in-out; /* Safari and Chrome */
-o-transition:600ms ease-in-out; /* Opera */
}

.fuwu-ul-con>div.active {
  opacity: 1;
  transition: 600ms ease-in-out;
  -moz-transition:600ms ease-in-out; /* Firefox 4 */
-webkit-transition:600ms ease-in-out; /* Safari and Chrome */
-o-transition:600ms ease-in-out; /* Opera */
}

.hredss {
  color: #000000;
  font-size: 30px;

  font-weight: bold;
  padding: 50px 0 20px 0;
}

.cons-bian2 {
  color: #919191;
  font-size: 14px;
  margin: 10px 0;
}

.xiao-zis {
  color: #666666;
  font-size: 16px;
  font-weight: lighter;
  line-height: 30px;
  margin-top: 15px;
}

.pro-zhanyao {
  color: #3c414e;
  font-weight: lighter;
  font-size: 16px;
  line-height: 30px;
}

.pro-titles {
  color: #3c414e;
  font-weight: bold;
  font-size: 17px;
}

.mu-a a {
  color: #000000;
  font-size: 16px;
  font-weight: lighter;
  padding: 0 28px;
  line-height: 55px;
  border: 1px solid #000;
  display: inline-block;

  transition: 600ms ease-in-out;
  -moz-transition:600ms ease-in-out; /* Firefox 4 */
-webkit-transition:600ms ease-in-out; /* Safari and Chrome */
-o-transition:600ms ease-in-out; /* Opera */
}

.mu-a a:hover {
  border: 1px solid #0072bc;
  color: #fff;
  background: #0072bc;
}

.mu-a {
  margin-top: 21px;
}

.pro-con {
  margin-top: 52px;
  margin-bottom: 20px;
}

.pro-nav-ul>li {
  display: inline-block;
}

.pro-nav-ul>li>a {
  position: relative;
  color: #3c414e;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  display: inline-block;
  padding-right: 30px;
  margin-right: 12px;
  border-right: 1px solid #cccccc;
}

.pro-nav-ul>li>a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform:translateY(-50%);	/* IE 9 */
-moz-transform:translateY(-50%);	/* Firefox */
-webkit-transform:translateY(-50%);/* Safari 和 Chrome */
-o-transform:translateY(-50%);	/* Opera */
  border-top: 5px solid #0072bc;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  right: 10px;


  transition: 600ms ease-in-out;
  -moz-transition:600ms ease-in-out; /* Firefox 4 */
-webkit-transition:600ms ease-in-out; /* Safari and Chrome */
-o-transition:600ms ease-in-out; /* Opera */

}

.chaoping-t {
  font-size: 17px;
  color: #000000;
  font-weight: bold;
  padding-bottom: 22px;
  border-bottom: 2px solid rgb(204, 204, 204);
}

.pro-list {
  margin: 35px 0;
}

.xingqings {
  color: #0072bc;
  font-size: 15px;
  font-weight: lighter;
  line-height: 40px;
  background: #daf0ff;
  padding-left: 40px;
  margin: 20px 0;
  position: relative;
  transition: 600ms ease-in-out;
  -moz-transition:600ms ease-in-out; /* Firefox 4 */
-webkit-transition:600ms ease-in-out; /* Safari and Chrome */
-o-transition:600ms ease-in-out; /* Opera */
}

.pro-s-ul>li {
  display: none;
}

.pro-s-ul>li.active {
  display: block;
}

.xingqings::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform:translateY(-50%);	/* IE 9 */
  -moz-transform:translateY(-50%);	/* Firefox */
  -webkit-transform:translateY(-50%);/* Safari 和 Chrome */
  -o-transform:translateY(-50%);	
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #0072bc;
  left: 20px;
}

.neirong {
  color: #242a3a;
  font-size: 15px;
  font-weight: lighter;
  line-height: 30px;
}

.neirong2 {
  color: #0072bc;
  font-size: 14px;
  font-weight: lighter;
  line-height: 30px;
}

.pro-s-ul>li {
  width: 49%;
  float: left;
  border-bottom: 2px solid rgb(128, 128, 128);
}

.pro-s-ul>li:nth-child(2n) {
  float: right;
}

.pro-imgs {
  width: 40%;
}

.pro-imgs-cond {
  width: 59%;
  padding: 35px 0;
}

.chaop-m {
  color: #3c414e;
  font-size: 21px;
  font-weight: lighter;
  border-bottom: 1px solid #e1e1e1;
  padding: 16px 0;
  position: relative;
  padding-left: 20px;
}

.chaop-m::before {
  content: "";
  position: absolute;
  top: 50%;

  transform: translateY(-50%);
  -ms-transform:translateY(-50%);	/* IE 9 */
  -moz-transform:translateY(-50%);	/* Firefox */
  -webkit-transform:translateY(-50%);/* Safari 和 Chrome */
  -o-transform:translateY(-50%);
  width: 10px;
  height: 4px;
  background: #0072bc;
  left: 0px;
}

.gengduo {
  text-align: center;
  margin: 40px 0 70px 0;
}

.gengduo a {
  background: #0068b7;
  color: #fff;
  font-size: 18px;
  line-height: 42px;
  display: inline-block;
  padding: 0 35px;
  font-weight: lighter;
  border-radius: 5px;
}

.gengduo a i {
  color: #fff;
}

.pro-s-ul>li>a {
  display: block;
}

.pro-s-ul>li:hover img {

  transition: 600ms ease-in-out;
  -moz-transition:600ms ease-in-out; /* Firefox 4 */
-webkit-transition:600ms ease-in-out; /* Safari and Chrome */
-o-transition:600ms 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);	/* Opera */
}

.pro-s-ul>li:hover .xingqings {
  background: #0072bc;
  color: #fff;
}

.pro-s-ul>li:hover .chaop-m {
  color: #0072bc;
}

.pro-s-ul>li:hover .xingqings::before {
  border-left: 7px solid #fff;
  transition: 600ms ease-in-out;
  -moz-transition:600ms ease-in-out; /* Firefox 4 */
-webkit-transition:600ms ease-in-out; /* Safari and Chrome */
-o-transition:600ms ease-in-out; /* Opera */
}

.pro-s-ul>li:hover {
  transition: 600ms ease-in-out;
  -moz-transition:600ms ease-in-out; /* Firefox 4 */
-webkit-transition:600ms ease-in-out; /* Safari and Chrome */
-o-transition:600ms ease-in-out; /* Opera */
  border-bottom: 2px solid #0072bc;
}

.gengduo a:hover {
  background: #daf0ff;

  transition: 600ms ease-in-out;
  -moz-transition:600ms ease-in-out; /* Firefox 4 */
-webkit-transition:600ms ease-in-out; /* Safari and Chrome */
-o-transition:600ms ease-in-out; /* Opera */
  color: #0072bc;
}

.bis1 {
  color: #0072bc;
  font-size: 25px;
  font-weight: lighter;
}

.bis2 {
  color: #3c414e;
  font-size: 16px;
  font-weight: lighter;
}

.bg-pros {
  background: #f1f3f5;
  padding: 25px 0;
  margin-top: 35px;
}

.xing-p-img {
  padding: 0;
}

.xing-p-img .swiper-button-next {
  width: 50px;
  height: 50px;
  background-image: url(../img/27.jpg);
  background-size: 100% 100%;
  right: 0;
}

.xing-p-img .swiper-button-prev {
  width: 50px;
  height: 50px;
  left: 0;
  background-image: url(../img/26.jpg);
  background-size: 100% 100%;
}

.xing-p-img .swiper-container {
  border: 1px solid #e8e8e8;
}

.cons-prosss {
  margin: 25px -15px;
}

.rs-div {
  color: #727272;
  font-size: 17px;
  font-weight: lighter;
  line-height: 30px;
  margin-top: 30px;
}

.cons-xinghaos {
  padding: 0 0 0 30px;
}

.xiazaia a {
  display: inline-block;
  line-height: 45px;
  background: #0068b7;
  color: #fff;
  padding: 0 25px;
  margin-right: 15px;
}

.rs-p {
  font-size: 25px;
  color: #000000;
  font-weight: lighter;
  padding: 20px 0;
  display: inline-block;
  position: relative;
}

.rs-p::before {
  content: "";
  background-color: rgb(180, 180, 180);
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
}

.xiazaia {
  margin-top: 60px;
}

.xiazaia a i {
  color: #fff;
}

.zixun-bg {
  background: url(../img/28.jpg);
  background-size: cover;
  height: 325px;
  text-align: center;
  position: relative;

}
.zixun-bg .row{
  top: 50%;
  left: 50%;
  position: absolute;
  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%);	/* Opera */

}
.zixun-a1 {
  text-align: center;
  margin: 20px 0 0px 0;
}

.zixun-a1 a {
  background: #0068b7;
  color: #fff;
  font-size: 18px;
  line-height: 42px;
  display: inline-block;
  padding: 0 35px;
  font-weight: lighter;
  border-radius: 5px;
}

.zixun-a1 a:hover {
  transform: scale(1.1);
  -ms-transform:scale(1.1); 	/* IE 9 */
  -moz-transform:scale(1.1); 	/* Firefox */
  -webkit-transform:scale(1.1); /* Safari 和 Chrome */
  -o-transform:scale(1.1); 	/* Opera */
  transition: 600ms ease-in-out;
  -moz-transition:600ms ease-in-out; /* Firefox 4 */
-webkit-transition:600ms ease-in-out; /* Safari and Chrome */
-o-transition:600ms ease-in-out; /* Opera */
}

.cons-p1 {
  color: #000000;
  font-size: 26px;
  font-weight: lighter;
}

.cons-p2 {
  color: #646464;
  font-size: 17px;
  font-weight: lighter;
}

.xinxi-ul>li {
  width: 33.33%;
  float: left;
  color: #fff;
  line-height: 45px;
  font-size: 15px;
  font-weight: lighter;
  text-align: center;
  background: #0068b7;
  position: relative;
}

.xinxi-ul>li::after {
  content: "";
  position: absolute;
  right: -16px;

  height: 32px;
  width: 32px;
  background: #0068b7;
  transform: rotate(45deg);
  -ms-transform:rotate(45deg); 	/* IE 9 */
-moz-transform:rotate(45deg); 	/* Firefox */
-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
-o-transform:rotate(45deg); 	/* Opera */
  top: 6px;
  border: 1px solid #fff;
  border-left: none;
  border-bottom: none;
  z-index: 40;
}

.cos-div {
  color: #3c414e;
  font-size: 15px;
  font-weight: lighter;
}

.bs-cons {
  font-size: 25px;
  color: #000000;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 2px solid #cccccc;
}

.cos-div {
  margin-top: 20px;
}

.wuping {
  color: #0068b7;
  font-size: 15px;
  font-weight: lighter;
  margin-top: 15px;
}

.leftss,
.rightss {
  width: 100%;
}

.inpus1 {
  width: 85%;
}

.spans {
  width: 13%;
  color: #3f3f3f;
  font-weight: lighter;
  font-size: 14px;
  text-align: right;
  line-height: 40px;
}

.inpus1 input {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border: 1px solid #ebebeb;
}

.leftss>li {
  margin-bottom: 10px;
}

.biaodans {
  margin-top: 40px;
}

.sel1 label {
  line-height: 40px;
  margin-right: 10px;
}

.sel1 .inpus1 input {
  width: auto;
  height: auto;
}

.zixun-left,
.zixun-right {
  width: 49%;
}

.zixun-right .spans {
  width: 18%;
}

.zixun-right .inpus1 {
  width: 80%;
}

.leftss textarea {
  width: 100%;
  height: 165px;
  padding: 15px;
  resize: none;
  border: 1px solid #ebebeb;
}

.changliang .inpus1 input {
  width: 73%;
  margin-right: 10px;
}

.changliang .inpus1 label {
  color: #3f3f3f;
  font-weight: lighter;
  font-size: 14px;
  width: 43%;
}

.check {
  background: transparent;

  border: 1px solid #bbbbbb;
}

.checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-appearance: none;
  border: 1px solid #c9c9c9;
  border-radius: 2px;
  box-sizing: border-box;
  outline: none;
}

.checkbox input[type="checkbox"]:checked {
  background-size: 100% 100%;
  background: url("../img/checkbox_icon.png") no-repeat center;
}

.checkbox label {
  box-sizing: border-box;
  line-height: 25px;
}

.tiji {
  margin-top: 25px;
}

.tiji button {
  background: #0068b7;
  color: #fff;
  padding: 0 30px;
  line-height: 50px;
  border: none;
  font-size: 16px;
  transition: 600ms ease-in-out;
  -moz-transition:600ms ease-in-out; /* Firefox 4 */
-webkit-transition:600ms ease-in-out; /* Safari and Chrome */
-o-transition:600ms ease-in-out; /* Opera */
}

/* .tiajiaos:hover {
  background: #0068b7;
  color: #fff;
  width: 100%;
  line-height: 50px;
  border: none;
  font-size: 16px;
  transition: 600ms ease-in-out;
} */

.xinxis {
  margin: 40px 0 70px 0;
}

.zixun-right .wuping {
  visibility: hidden;
}

.tiji button:hover {
  margin-left: 10px;
}

.form-horizontal {
  width: 80%;
  margin: auto;
}

.mayan {
  width: 48%;
}

.bus {
  width: 48%;
  background: #e2e2e2;
  line-height: 34px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
}

.tis {
  width: 100%;
  color: #fff;
  font-size: 17px;
  font-weight: lighter;
  background: #0068b7;
  line-height: 44px;
  border: none;
}

.bs-example-modal-sm .form-control {
  border-radius: 0;
  border: 1px solid #e2e2e2;
}

.modal-header .close {
  margin-top: -33px;
  width: 47px;
  height: 47px;
  margin-right: -23px;
  border-radius: 50%;
  opacity: 1;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.modal-header .close:focus {
  outline: none;
}



@media (min-width: 768px) {
  .modal-sm {
    width: 500px;
    top: 25%;
  }
}

@media (max-width: 1700px) {
  .daohang_ul>li>a {
    font-size: 16px;
  }


}


@media (max-width: 1500px) {
  .daohang_ul {
    margin-right: 0px;

  }

  .daohang_ul>li {

    margin: 0 6px;
  }
}

@media (max-width: 1440px) {
  .banner .ban_lists .ban_float .ban_text {
    margin-left: 2%;
  }

  .chaoping-t {
    font-size: 17px;
  }

  .daohang_ul>li {
    margin: 0 7px;
  }



  .bg_logo {
    width: 271px;
    height: 46px;
  }


  .pro-title {
    color: #000000;
    font-size: 15px;
  }

  .bs-con {

    font-size: 14px;
  }

  .xingan1 {
    color: #686868;
    font-size: 14px;
    font-weight: lighter;
    line-height: 1.8;
  }

  .xingan {
    color: #686868;
    font-size: 14px;
    font-weight: lighter;
    line-height: 2;
  }

  .zixun-right .spans {
    width: 20%;
  }

  .zixun-right .inpus1 {
    width: 74%;
  }

  .changliang .inpus1 input {
    width: 67%;
  }

  .spans {
    font-size: 12px;
  }

  .bs-cons {
    font-size: 19px;
    color: #000000;
    padding-bottom: 11px;
    padding-top: 11px;
  }

  .container_lic dt h3 {
    font-size: 45px;
  }

  .mu-a a {
    line-height: 45px;
  }

  .da {
    letter-spacing: 3px;
    font-size: 35px;
    line-height: 45px;
  }

  .chaop-m {
    font-size: 17px;
  }

  .position-ul li a {
    font-size: 14px;
  }

  .big-w {
    font-size: 23px;
  }

  .ban-wen {
    font-size: 30px;
  }

  .xiao {
    font-family: 思源宋体;
    letter-spacing: 3px;
    font-size: 26px;
    margin-top: 10px;
    display: inline-block;
  }

  .position,
  .position a {
    font-size: 15px;
  }

  .icon-ul>li {
    font-size: 16px;

    margin-right: 18px;
  }

  .hred {
    font-size: 30px;

    margin-top: 40px;
  }

  .pro-lun .swiper-container {
    padding: 40px 0;
  }

  .hrds-g {
    margin: 30px 0;
  }

  .gongsi-con {
    margin-top: 11px;

    font-size: 14px;
    line-height: 25px;
  }

  .pro-img {
    font-size: 16px;
    margin-top: 20px;
    padding: 13px 0;
  }

  .about-ul {
    margin-top: 10px;
  }

  .about-ul li p {
    font-size: 21px;
  }

  .about {
    margin-top: 40px;
    padding: 45px 0;
  }

  .foots-ul {
    margin-right: 31px;
  }

  .new {
    padding-top: 20px;
  }

  .beis {
    font-size: 15px;
  }

  .biaoti {
    font-size: 16px;
  }

  .banner,
  .images {
    height: 600px;
  }

  #dLabel {

    font-size: 16px;
  }
}

@media (max-width: 1366px) {
  .daohang_ul {
    text-align: left;

  }

  .banner .ban_lists .ban_float .ban_text {
    margin-left: 5%;
  }
}


@media (max-width: 1280px) {
  .daohang_ul>li {
    margin: 0 15px;

  }

  .banner .ban_lists .ban_float .ban_text {
    margin-left: 8%;

  }


  #dLabel {

    font-size: 14px;
  }

  .daohang_ul>li>a {
    font-size: 14px;
    padding: 0 7px;
  }


}

@media (max-width: 1200px) {
  .newsi-con {
    width: 52%;
  }

  .daohang_ul {
    margin-right: 80px;
  }

  .adds {
    font-size: 12px;
    line-height: 19px;
  }

  .tui-title {
    font-size: 16px;
  }

  .zhanyao-nws {
    line-height: 1.5;
    font-size: 13px;
  }

  .hred-1 {
    font-size: 20px;
    line-height: 26px;
    margin-top: 20px;
  }

  .linnian-con {
    font-size: 14px;
  }

  .daohang_ul>li {
    margin: 0;
  }

  .jishu-title {
    font-size: 21px;
    color: #171717;
    font-weight: lighter;
    text-align: center;
    padding: 24px 0 10px 0;
  }

  .xiala {
    margin-top: 40px;
  }

  .input-s,
  .input-s button {
    height: 50px;
  }

  .input-s input {
    height: 44px;
  }

  .input-s button i {
    line-height: 50px;
  }

  .guan-pro .swiper-button-next {
    right: 0;
  }

  .guan-pro .swiper-button-prev {
    left: 0;
  }

  .lingyu-biao,
  .hd-biao {
    font-size: 18px;
  }

  .xingan .col-md-6,
  .xingan1 .col-md-4,
  .xingan1 .col-md-8 {
    width: 100%;
  }

  .lingyudao-ul1>li>a {
    font-size: 14px;
  }

  .container_lic dt h3 {
    font-size: 49px;
  }

  .container_lic dt p {
    font-size: 15px;
  }

  .yinghao i {
    color: #ebebeb;
    font-size: 26px;
  }

  .gongsi-con {
    margin-top: 11px;
    font-size: 12px;
    line-height: 21px;
  }

  .bf-cons {
    margin-top: 55px;
  }

  .zixun-left,
  .zixun-right {
    width: 100%;
  }

  .bis1 {
    font-size: 18px;
  }

  .rs-p {
    font-size: 18px;
    padding: 8px 0;
  }

  .xiazaia {
    margin-top: 20px;
  }

  .rs-div {
    font-size: 15px;

    line-height: 25px;
    margin-top: 14px;
  }

  .bis2 {
    font-size: 12px;
  }

  .neirong2 {
    font-size: 12px;
  }

  .banner,
  .images {
    height: 500px;
  }

  .xingqings {
    margin: 5px 0;
  }

  .gengduo a {
    font-size: 15px;
  }

  .gengduo {
    margin: 30px 0 50px 0;
  }

  .bg_logo {
    width: 200px;
  }

  .xinzi {
    color: #3c3c3c;
    font-size: 11px;
    font-weight: lighter;
    margin-top: 0px;
    line-height: 20px;
  }

  .list-zhao>li>a>.fr {
    width: 60%;
    padding: 1px 15px 6px 0;
  }

  .liejia {
    margin-top: 28px;
  }

  .daohang_ul {
    text-align: left;
  }

  .new-title .fl {
    font-size: 16px;
  }

  .foots-ul li a {
    font-size: 12px;

    padding: 0px 11px;
  }

  .beis {
    font-size: 12px;
  }
}

@media (max-width: 990px) {
  .contat {
    margin: 15px 0 15px 0;
  }

  .map {
    margin-top: 15px;
  }

  .new-left,
  .new-right {
    width: 100%;
  }

  .zhaoyao-n {
    color: #585858;
    font-size: 12px;
    font-weight: lighter;
    line-height: 23px;
    margin-top: 10px;
  }

  .tupiao {
    margin-top: 0px;
  }

  .xiang-biao {
    font-size: 16px;
    padding: 0 15px;
  }

  .zhaopin-ul li .ming,
  .zhaopin-ul li .renshu {
    font-size: 14px;
  }

  .linyu-dao,
  .linyu {
    width: 100%;
  }

  .pro-title {
    font-size: 14px;
  }

  .lingyudao-ul1>li>a {
    line-height: 50px;
  }

  .container_lic dt h3 {
    font-size: 50px;
  }

  .container_lic dt p,
  .container_lic dd {
    font-size: 18px;
  }

  .biaodans {
    margin-top: 10px;
  }

  .pro-xing {
    font-size: 12px;
    line-height: 25px;
  }

  .zixun-bg {
    height: 200px;
  }

  .cons-p1 {
    font-size: 20px;
  }

  .cons-p2 {
    font-size: 12px;
  }

  .biaoti {
    font-size: 14px;
  }

  .zixun-a1 {
    margin: 12px 0 0px 0;
  }

  .zixun-a1 a {
    font-size: 14px;
    line-height: 35px;
  }

  .pro-imgs {
    width: 100%;
  }

  .pro-imgs-cond {
    width: 100%;
    padding: 10px 0;
  }

  .pro-nav-ul {
    margin-top: 40px;
  }

  .pro-con {
    margin-top: 28px;
  }

  .date11 {
    font-size: 14px;

    margin: 10px 0 20px 10px;
  }

  .xiangguangs {
    margin: 15px 0 20px 0;
  }

  .guan-pro {
    margin-bottom: 30px;
  }

  .banner,
  .images {
    height: 400px;
  }

  .pro-zhanyao {
    font-size: 14px;
  }

  .position-ul li {
    padding: 0 14px;
  }

  .hred {
    font-size: 20px;
    margin-top: 16px;
  }

  .daohang,
  footer {
    display: none;
  }

  .icon-ul>li i {
    font-size: 13px;
  }

  .hred-con {
    font-size: 14px;

    margin-top: 11px;
  }

  .liejia a {
    display: inline-block;
    padding: 0 23px;
    line-height: 30px;

    font-size: 12px;
  }

  .about-ul li p {
    font-size: 14px;
  }

  .about-ul li i {
    font-size: 34px;
  }

  .icon-ul>li {
    font-size: 13px;
    margin-right: 6px;
  }

  .big-w {
    font-size: 17px;
  }

  .da {
    font-size: 29px;
    line-height: 35px;
  }

  .xiao {
    font-size: 22px;
  }

  .phone {
    display: block;
  }

  .searchbox {
    top: 72px;
    padding: 15px;
  }

  .lic_w .next_lic,
  .lic_w .prev_lic {
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
  }

  .lic {
    padding: 30px 15px;
  }

  .container_lic dt h3 {
    font-size: 25px;
  }

  .container_lic dt p,
  .container_lic dd {
    font-size: 14px;
  }

  .container_lic dd {
    padding: 5px 20px;
  }

  .lic h3 {
    font-size: 20px;
  }

  .lic_w {
    padding: 0px 20px;
  }

  .container_lic dt,
  .container_lic dd {
    width: 100%;
    border-right: none;
  }

  .container_lic dt h3 {
    font-size: 30px;
  }

  .container_lic dd {
    padding: 20px 0;
    text-align: center;
  }

  .lic_w .next_lic {
    right: 0;
  }

  .lic_w .prev_lic {
    left: 0;
  }

  .lic_w .next_lic,
  .lic_w .prev_lic {
    width: 40px;
    height: 40px;
    background-size: cover;
    margin-top: 30px;
  }

  .list-zhao>li>a>.fl,
  .list-zhao>li>a>.fr {
    width: 100%;
  }

  .list-zhao>li>a>.fr {
    padding: 15px;
  }

  body {
    padding: 73px 0;
  }

  .mobile-foot {
    display: block;
  }

  .ties-ul>li {
    font-size: 16px;
    height: 35px;
    line-height: 35px;
  }

  .cons-ps {
    line-height: 30px;
    margin-top: 16px;
    font-size: 15px;
  }

  .guan-pro .swiper-button-next {
    right: 0px;
  }

  .guan-pro .swiper-button-prev {
    left: 0px;
  }

  .gongying-con .fl {
    width: 100%;
  }

  .gongying-con .fr {
    width: 100%;
  }

  .gongying {
    margin: 30px 0;
  }

  .left-la button,
  .right-la button {
    height: 50px;
    font-size: 14px;
  }

  .left-la .caret,
  .right-la .caret {
    border-top: 10px dashed;
    border-top: 4px solid \9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
  }

  .dian_ul {
    margin-top: 20px;
  }

  .dian_ul li p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .biaoge1 {
    overflow-x: scroll;
  }

  .biaoge1 tr td {
    font-size: 12px;
  }

  .rightfix {
    display: none;
  }

  .dindong a {
    width: 100%;
    margin-bottom: 10px;
  }

  .gongying {
    margin: 15px;
  }

  .container_lic dt:nth-child(1),
  .container_lic dt:nth-child(2),
  .container_lic dt:nth-child(3) {
    width: 100%;
    padding: 0;
  }

  .container_lic dt h3 {
    font-size: 22px;
  }

  .bf-cons {
    padding: 40px 0;
    margin-top: 40px;
  }

  .hrds-g {
    margin: 30px 0 10px 0;
    font-size: 20px;
  }

  .container_lic dt:nth-child(1) {
    border-right: none;
  }

  .container_lic dt:nth-child(2) {
    margin: 10px 0;
  }

  .cons-xinghaos {
    padding: 0 0 0 0px;
  }

  .biaoge .table-bordered>thead>tr>th {
    font-size: 12px;
    padding: 10px 30px;
  }

  .biaoge .table>tbody>tr>td {
    font-size: 12px;
  }

  .biaoge .table-bordered>thead>tr>th:nth-child(4),
  .biaoge .table-bordered>thead>tr>th:nth-child(6) {
    padding: 10px 40px;
  }

  .banner,
  .images {
    height: 200px;
  }

  .pro-xings {
    padding: 15px;
  }

  .xinass {
    margin: -70px 0px 45px 0px;
  }

  .xiazaia a {
    line-height: 35px;
  }

  .bg-pros {
    margin-top: 0;
  }

  .icon-ul {
    display: none;
  }

  .da {
    font-size: 18px;
  }

  .xiao {
    font-size: 16px;
  }

  .banner .ban_scroll .scroll_ul .active {
    color: #fff;
    font-size: 13px;
  }

  .ban_scroll {
    display: none;
  }

  .pro-lun .swiper-container {
    padding: 18px 0 40px 0;
  }

  .hred-con {
    padding: 15px;
  }

  .about-ul li {
    width: 50%;
  }

  .banner .prev .ban_prev,
  .banner .next .ban_next {
    opacity: 1;
  }

  .biaoti {
    height: auto;
    line-height: 25px;
  }

  .new-tui .col-md-4 {
    margin-bottom: 10px;
  }

  .date {
    font-size: 13px;
  }

  .xinass .col-md-4 {
    padding: 0 15px;
  }

  .position-nav {
    display: none;
  }

  .csbm {
    margin: 10px 0;
  }

  .pro-nav-ul>li {
    width: 50%;
    border-right: 1px solid #cccccc;
    float: left;
    margin-bottom: 10px;
  }

  .pro-nav-ul>li>a {
    font-size: 12px;
    border-right: none;
    padding-left: 5px;
  }

  .p15p {
    padding: 15px;
  }

  .pro-s-ul>li {
    width: 100%;
  }

  .gengduo a {
    font-size: 13px;
    line-height: 35px;
  }

  .xinxi {
    display: none;
  }

  .ties-con {
    margin: 10px 0;
  }

  .xinxi-ul {
    display: none;
  }

  .xinxis,
  .yingyong {
    margin: 15px;
  }

  .spans,
  .zixun-right .spans {
    width: 100%;
    text-align: left;
  }

  .inpus1,
  .zixun-right .inpus1 {
    width: 100%;
  }

  .changliang .inpus1 input {
    width: 58%;
  }

  .lingyu-biao {
    line-height: 50px;
  }

  .jishu-title {
    font-size: 14px;

    padding: 15px 0 10px 0;
  }

  .input-s {
    width: 90%;
    margin: 10px auto;
  }

  .jishu,
  .rencai {
    margin: 15px;
  }

  .left-la,
  .right-la {
    width: 100%;
  }

  .right-la {
    margin-top: 10px;
  }

  .dian_ul li p {
    line-height: 65px;
    padding: 0 15px;
  }

  .dian_ul li>div {
    padding: 15px;
  }

  .xiala {
    margin-top: 15px;
  }

  .q-con {
    margin-top: 9px;
  }

  .con-nian {
    width: 100%;
  }

  .img-nian {
    width: 100%;
    margin-top: 10px;
  }

  .titles {
    font-size: 18px;
  }

  .rens {
    margin-top: 10px;
  }

  .linnian-con {
    line-height: 25px;
  }

  .hrds-zhao {
    font-size: 14px;
  }

  .ming {
    padding-left: 20px;
  }

  .zhizhe {
    padding: 15px 0;
  }

  .fulis-c {
    padding: 15px;
    font-size: 14px;
  }

  .list-newiss .dats,
  .newsi-con,
  .new-s {
    width: 100%;
  }

  .list-newiss {
    margin: 15px;
  }

  .bis-tile {
    font-size: 15px;
  }

  .list-newiss li {
    padding: 10px 0 10px 0;
  }

  .news11xing {
    padding: 15px;
  }

  .xing-con {
    padding: 15px 0;
    font-size: 15px;
    line-height: 25px;
  }

  .bixu {
    font-size: 18px;

    margin: 10px 0;
  }

  .biaos11 {
    padding: 15px;
  }

  .inp-ul>li {
    width: 100%;
    margin-right: 0;
  }

  .inp-ul>li input {
    height: 30px;
  }

  .inp-ul>li p {
    font-size: 14px;
  }

  .inp-ul>li textarea {
    height: 100px;
  }

  .tiajiaos {
    font-size: 14px;

    line-height: 30px;
    padding: 0 39px;
  }

  .left-la button,
  .right-la button {
    padding: 0 15px;
  }

  .gongsi-con {
    font-size: 14px;
    line-height: 25px;
  }

  .lingyudao-ul1>li>a {
    line-height: 42px;
    padding-left: 30px;
  }

  .lingyudao-ul1>li>a::before {
    left: 10px;
  }
}

.tijiao1 {
  background: #0068b7;
  color: #fff;
  width: 100%;
  line-height: 40px;
  border: none;
  font-size: 16px;
  border-radius: 0;
}

.tijiao1:hover {
  color: #fff;
}

.form-horizontal .control-label {
  font-size: 16px;
  color: #000;
  font-weight: lighter;

}




#page {
  clear: both;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  display: table;
  margin: 30px auto;
}

#page li {
  float: left;
  padding: 5px 14px;
  border: 1px solid #CCCCCC;
  margin-right: 6px;
  color: #666;
  font-size: 12px;
  list-style: none;
}

#page li:hover {
  border: 1px solid #0068b7;
}

#page li:hover a {
  color: #0068b7;
}

#page li a {
  color: #666
}

#page li.active {
  border: 1px solid #0068b7;
  background-color: #0068b7;
  color: #FFFFFF
}

#page li.active a {
  color: #fff
}

.pro-nav-ul.active {
  position: fixed;
  top: 89px;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
  padding: 20px 0 20px 15%;
  transition: 600ms ease-in-out;
  -moz-transition:600ms ease-in-out; /* Firefox 4 */
-webkit-transition:600ms ease-in-out; /* Safari and Chrome */
-o-transition:600ms ease-in-out; /* Opera */
  border-bottom: 1px solid #eee;
}

.dayes {
  font-size: 15px;
  line-height: 25px;
  padding: 40px 0;
}

.hr {
  border-bottom: 1px solid #eee;

}

.dayes h3 {
  margin: 30px 0;
  font-size: 18px;
  font-weight: bold;
}

.xnb {
  color: #727272;
  font-size: 17px;
  font-weight: lighter;
  line-height: 30px;
  margin-top: 30px;
  text-align: left;
}

.lingyudao-ul1>.active .lingyudao-ul2 {
  display: block;
}
.list-new a{
  display: block;
} 
.list-newiss a{
  display: block;
}