@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;
}
/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
body {
  font-family: "pingfang SC ";
  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,
.lunbo .swiper-pagination-bullet:focus {
  outline: none;
}
.overh {
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ta {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.displaynone {
  display: none;
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}
.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.f14px {
  font-size: 14px;
}
.f16px {
  font-size: 16px;
}
.book {
  border: 1px solid #000;
}
.db {
  display: block;
}
.dnb {
  display: inline-block;
}
.flight {
  font-weight: lighter;
}
.fbold {
  font-weight: bold;
}
.imghover {
  transition: 400ms ease-in-out;
  transform: scale(1.2);
}
.tran {
  transition: 400ms ease-in-out;
}
.hovercolor {
  color: #8cca1d;
}
.zhong {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  justify-content: center;
  align-items: center;
}
.z {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.l0 {
  top: 50%;
  transform: translateY(-50%);
}
.cen {
  left: 50%;
  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;
}
.daohang {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  padding: 25px 0;
  transition: 400ms ease-in-out;
  z-index: 99;
}
.daohang.active {
  background: #185ca5;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  transition: 400ms ease-in-out;
}
.daohang .logo-a {
  line-height: 67px;
}
.daohang .daohang-ul > li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
.daohang .daohang-ul > li:last-child {
  padding-right: 0;
}
.daohang .daohang-ul > li:last-child .fl {
  color: #185ca5;
  font-size: 16px;
  margin-right: 20px;
}
.daohang .daohang-ul > li:last-child .fl i {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
}
.daohang .daohang-ul > li:last-child .fr {
  line-height: 28px;
}
.daohang .daohang-ul > li > a {
  color: #f4f2f2;
  display: inline-block;
  line-height: 67px;
  font-size: 17px;
}
.daohang .daohang-ul > li > a i {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}
.daohang .daohang-ul > li:hover > a .en,
.daohang .daohang-ul > li.active > a .en,
.daohang .daohang-ul > li:hover > a .cn,
.daohang .daohang-ul > li.active > a .cn {
  color: #ffffff;
}
.daohang .daohang-ul > li:hover .er-ul {
  transform: scale(1);
  opacity: 1;
}
.er-ul {
  position: absolute;
  width: 100%;
  padding: 5px 0;
  left: 0;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  background: #fff;
  opacity: 0;
  z-index: 33;
  transform: scale(0);
  transition: 400ms ease-in-out;
}
.er-ul li {
  line-height: 30px;
  width: 100%;
  display: block;
}
li .er-ul li a {
  color: #000000;
  font-size: 14px;
  display: block;
  text-align: center;
}
.er-ul li:hover {
  background: #185ca5;
}
.er-ul li:hover a {
  color: #ffffff;
}
.lunbo .swiper-pagination {
  left: 50%;
  margin-top: 20px;
  transform: translateX(-50%);
}
.lunbo .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #dcdcdc;
  opacity: 1;
}
.lunbo .swiper-pagination-bullet-active {
  opacity: 1;
  background: #185ca5;
  border: 1px solid #185ca5;
}
.lunbo .wenzi-con {
  width: 40%;
  left: 19%;
  top: 50%;
  transform: translateY(-50%);
}
.lunbo .wenzi-con .p1s {
  color: #ffffff;
  font-weight: bold;
}
.lunbo .wenzi-con .p1s .cns {
  font-size: 50px;
}
.lunbo .wenzi-con .p1s .ens {
  font-size: 20px;
}
.lunbo .wenzi-con .p2s {
  font-weight: bold;
  color: #ffffff;
  margin-top: 30px;
  padding-left: 10%;
}
.lunbo .wenzi-con .p2s .cns {
  font-size: 50px;
}
.lunbo .wenzi-con .p2s .ens {
  font-size: 20px;
}
.more {
  margin-top: 30px;
}
.more a,
.more span {
  display: inline-block;
  color: #ffffff;
  line-height: 50px;
  padding: 0 50px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  font-size: 18px;
}
.more a:hover,
.more span:hover {
  background: #185ca5;
}
.hred {
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f7f7f7;
}
.hred .cn {
  color: #333333;
  font-size: 24px;
  font-weight: bolder;

  line-height: 1;
  position: relative;
}
.hred .cn:before{ content: ""; width: 94px; height: 4px; background: #1665b0; position: absolute; left: 0; bottom: -14px;  }
.hred .cn span {
  color: #a4a4a4;
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
}
.hred .more-a {
  color: #9b9b9b;
  display: inline-block;
  font-size: 14px;
}
.hred .more-a:hover {
  color: #185ca5;
}
.solution {
  padding: 60px 0;
}
.sol-ul li {
  padding-top: 36px;
  width: 25%;
  float: left;
  text-align: center;
  height: 162px;
  font-size: 20px;
  background: #f7f7f7;
  cursor: pointer;
  color: #828080;
  border-left: 1px solid #dcdcdc;
  transition: 400ms ease-in-out;
  border-bottom: 6px solid transparent;
}.sol-ul li a{
  display:block;
}.sol-ul li:hover p{
color: #185ca5;
}
.sol-ul li:first-child {
  /*background:url("../img/c1.jpg");*/
  color: #ffffff;
  font-size: 22px;
  border-left: none;
  /*font-weight: bold;*/
  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;
  padding-top: 0px;
}
.sol-ul li p {
  font-size: 16px;
  color:#494949;
  margin-top: 15px;
}
.gongcheng-con ul li {
  width: 30%;
  float: left;
  height: 372px;
  transition: 400ms ease-in-out;
  overflow: hidden;
}
.gongcheng-con ul li a {
  display: block;
  height: 100%;
}
.gongcheng-con ul li a img {
  height: 100%;
  max-width: initial;
}
.gongcheng-con ul li a .cheng-con {
  bottom: 0;
  width: 100%;
  padding: 15px;
  transition: 400ms ease-in-out;
}
.gongcheng-con ul li a .cheng-con .pg1 {
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.gongcheng-con ul li a .cheng-con .pg1::after {
  position: absolute;
  content: '';
  width: 41px;
  bottom: 0;
  left: 50%;
  margin-left: -20.5px;
  height: 4px;
  background-color: #1665b0;
}
.gongcheng-con ul li a .cheng-con .pg-yao {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  height: 0;
  overflow: hidden;
  transition: 400ms ease-in-out;
  margin-left: -10px;
}
.gongcheng-con ul li.active {
  width: 40%;
  transition: 400ms ease-in-out;
}
.gongcheng-con ul li.active .cheng-con .pg1{ text-align: left; }
.gongcheng-con ul li.active .cheng-con .pg1:after{ left: 0; margin-left: 0; }
.gongcheng-con ul li.active a .pg1::after {
  background-color: #ffffff;
}
.gongcheng-con ul li.active a .cheng-con {
  padding: 20px;
  background: rgba(31, 99, 172, 0.8);
  transition: 400ms ease-in-out;
}
.gongcheng-con ul li.active a .cheng-con .pg-yao {
  height: auto;
  transition: 400ms ease-in-out;
}
.list-con .ietm {
  display: none;
}
.list-con .ietm a {
  display: block;
}
.list-con .ietm a:hover img {
  transition: 400ms ease-in-out;
  transform: scale(1.2);
}
.list-con .ietm .left {
  width: 46%;
  overflow: hidden;
}
.list-con .ietm .right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
}
.list-con .ietm .right .biaoti {
  color: #484747;
  font-size: 18px;
}
.list-con .ietm .right .rig-yao {
  color: #484747;
  font-size: 16px;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.list-con .ietm .right .more span {
  border: 1px solid #185ca5;
  color: #185ca5;
}
.list-con .ietm .right .more span:hover {
  color: #ffffff;
}
.solcon {
  padding: 80px 0;
  background: #e7e6e6;
}
.feng-a {
  display: block;
  padding-bottom: 30px;
  border-bottom: 10px solid #f4f4f4;
  transition: 400ms ease-in-out;
}
.feng-a .feng-p {
  font-size: 18px;
  color: #525252;
  height: 25px;
  margin-top: 40px;
  transition: 400ms ease-in-out;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.feng-a .feng {
  color: #828080;
  font-size: 16px;
  line-height: 30px;
  height: 120px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.feng-a:hover {
  border-bottom: 10px solid #185ca5;
  transition: 400ms ease-in-out;
}
.feng-a:hover .feng-p {
  color: #185ca5;
  transition: 400ms ease-in-out;
}
.feng-a:hover img {
  transition: 400ms ease-in-out;
  transform: scale(1.2);
}
.fengcai {
  margin-top: 60px;
}
.honner {
  background: url(../img/ming_02.jpg) no-repeat;
  background-size: 100% 100%;
  margin-top: 140px;
}
.honner .ho-img {
  height: 1070px;
}
.honner .honner-lunbo {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
.honner .honor-l {
  width: 32%;
}
.honner .honor-l .hred .en {
  color: #ffffff;
  opacity: 0.12;
}
.honner .honor-l .hred .cn {
  color: #ffffff;
}
.honner .honor-r {
  width: 60%;
  height: 100%;
}
.honor-con {
  margin-top: 80px;
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
}
.honor-con .honer-p {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 15px;
}
.honner-lunbo .swiper-pagination-bullet {
  width: 37px;
  height: 11px;
  display: inline-block;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
}
.honner-lunbo .swiper-pagination-bullet-active {
  background: #185ca5;
}
.honner-lunbo .swiper-container {
  padding-bottom: 70px;
}
.new-con > .new-l {
  width: 66%;
}
.new-con .new-r {
  width: 32%;
}
.new-con .zuo {
  width: 36%;
}
.new-con .zuo a {
  display: block;
}
.zuo  .list_con {
  width: 100%;
}
.new-con .zuo a:hover img {
  transition: 400ms ease-in-out;
  transform: scale(1.2);
}
.new-con .zuo a:hover .list_p1 {
  color: #185ca5;
}
.new-con .you {
  width: 62%;
}
.new-con .you .list_p1 {
  margin-top: 0px;
}
.new-con .you .list_p2 {
  margin-top: 4px;
  -webkit-line-clamp: 1;
}
.new_list_ul li {
  padding: 14px 0;
  transition: all 600ms ease-in-out;
}
.new_list_ul li a {
  display: block;
}
.new_list_ul li a > .overh {
  margin-bottom: 20px;
}
.new_list_ul li:last-child {
  border-bottom: none;
}
.new_list_ul li:hover,
.new_list_ul li.active {
  background: #f7f7f7;
}
.new_list_ul li:hover .date,
.new_list_ul li.active .date {
  border-right: 1px solid #185ca5;
}
.new_list_ul li:hover .list_p1,
.new_list_ul li.active .list_p1 {
  color: #185ca5;
}
.new_list_ul li:hover .re,
.new_list_ul li:hover .yue,
.new_list_ul li.active .re,
.new_list_ul li.active .yue {
  color: #185ca5;
  transition: 400ms ease-in-out;
}
.new_list_ul li:hover a img {
  transition: 400ms ease-in-out;
  transform: scale(1.2);
}
.date {
  width: 20%;
  border-right: 1px solid #ebebeb;
  transition: 400ms ease-in-out;
  padding: 5px 0;
}
.list_con {
  width: 75%;
  padding: 5px 0;
}
.re {
  font-size: 13.5px;
  text-align: center;
  color: #9c9c9c;
  margin-top: 6px;
  transition: 400ms ease-in-out;
}
.yue {
  font-size: 22px;
  text-align: center;
  color: #9c9c9c;
  line-height: 1;
  transition: 400ms ease-in-out;
}
.list_p1 {
  color: #929292;
  font-size: 16px;
  display: -webkit-box;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.new_list_ul li .yue{ font-size: 36px; color: #9c9c9c;}
.list_p2 {
  font-size: 13px;
  margin-top: 10px;
  line-height: 24px;
  color: #a7a7a7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news {
  padding-bottom: 20px;
}
.news .more a {
  color: #185ca5;
  border: 1px solid #185ca5;
}
.index-about .us-a a {
  display: block;
  background: #f7f7f7;
}
.index-about .us-a a .fl {
  width: 50%;
}
.index-about .us-a a .fr {
  width: 50%;
  color: #848484;
  padding: 15px;
  font-size: 13px;
  line-height: 23px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  overflow: hidden;
  height: 159px;
}
.index-about .us-a a .fr span {
  color: #185ca5;
}
.index-about .us-a a:hover img {
  transition: 400ms ease-in-out;
  transform: scale(1.2);
}
.zhi {
  background: #7fa6d1;
  padding: 20px 25px;
  margin-top: 10px;
}
.zhi p {
  color: #ffffff;
  background: #185ca5;
  line-height: 35px;
  font-size: 13px;
  padding-left: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.zhi span {
  color: #ffffff;
  font-size: 10px;
}
.zhi a {
  color: #ffffff;
  font-size: 13px;
  padding: 0 9px;
}
.zhi a:hover {
  color: #185ca5;
}
.hezuo {
  background: #e7e6e6;
  padding-bottom: 60px;
}
.hezuo-lunbo {
  margin-top: 45px;
}
.hezuo-lunbo .swiper-pagination-bullet {
  width: 37px;
  height: 11px;
  display: inline-block;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
}
.hezuo-lunbo .swiper-pagination-bullet-active {
  background: #185ca5;
}
.hezuo-lunbo .swiper-container {
  padding-bottom: 70px;
}
.hezuo-lunbo .swiper-slide {
  background: #ffffff;
  height: 197px;
  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;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e6e6;
}
.mass {
  width: 40%;
}
.mass .pr span {
  color: red;
  top: 65%;
  left: 63px;
  transform: translateY(-50%);
}
.mass input {
  height: 70px;
  background: #ffffff;
  border-radius: 10px;
  width: 100%;
  margin-top: 27px;
  padding-left: 15px;
}
.mass input:focus + span {
  display: none;
}
.mass textarea {
  width: 100%;
  height: 174px;
  background: #ffffff;
  border: none;
  margin-top: 27px;
  resize: none;
  padding: 15px;
  border-radius: 10px;
}
.mass button {
  width: 100%;
  border-radius: 10px;
  height: 70px;
  background: #185ca5;
  color: #ffffff;
  border: none;
  margin-top: 20px;
  font-size: 18px;
  line-height: 70px;
}
.liyab {
  padding-bottom: 100px;
  background-size: 100% 100% !important;
}
footer {
  padding: 30px 0;
  background: #f0f0f0;
  color: #adadad;
  font-size: 16px;

}
footer .foot-ul li {
  display: inline-block;
}
footer .foot-ul li a {
  color: #8b8b8b;
  font-size: 14px;
  line-height: 30px;
}
footer .foot-ul li a:hover {
  color: #185ca5;
}
footer .foot-ul li span {
  display: inline-block;
  margin: 0 5px;
}
footer .foot-ul li:last-child span {
  opacity: 0;
}
footer .foot-div {
  color: #8b8b8b;
  font-size: 13px;
  line-height: 30px;
  margin-top: 5px;
}
footer .ms1 {
  font-size: 13px;
  line-height: 30px;
}
footer .bdsharebuttonbox a {
  margin: 0 0 0 10px;
  padding: 0;
  height: auto;
  background: transparent;
  border: 1px solid #adadad;
  border-radius: 50%;
  color: #adadad;
  font-size: 20px;
  padding: 5px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 23px;
}
.wenzis {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wenzis .ban-z {
  color: #ffffff;
  font-size: 48px;
}
.wenzis .position {
  color: #ffffff;
  font-size: 16px;
  margin-top: 10px;
}
.wenzis .position a {
  color: #ffffff;
  font-size: 16px;
}
.wenzis .position a:hover {
  color: #185ca5;
}
.anlie-list {
  padding: 20px 0 70px 0;
}
.anlist-ul li {
  margin-top: 20px;
}
.anlist-ul li:nth-child(2n) a .le {
  float: right;
}
.anlist-ul li:nth-child(2n) a .re1 {
  float: left;
}
.anlist-ul li a {
  display: block;
}
.anlist-ul li a .le {
  width: 48%;
  overflow: hidden;
}
.anlist-ul li a .re1 {
  width: 47%;
  padding-top: 30px;
}
.anlist-ul li a .re1 .haos {
  color: #5c5c5c;
  font-size: 60px;
  opacity: 0.32;

}
.anlist-ul li a .re1 .biaos {
  color: #000000;
  font-size: 22px;
  margin-bottom: 20px;
}
.anlist-ul li a .re1 .nerrong {
  color: #5c5c5c;
  font-size: 16px;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.anlist-ul li a .re1 .more span {
  color: #fff;
  background: #1f63ac;
  padding: 10px 34px;
  border: none;
  line-height: initial;
  border-radius: 0;
  font-size: 14px;

}
.anlist-ul li a .re1 .more span:hover {
  color: #ffffff;
}
.anlist-ul li a:hover img {
  transition: 400ms ease-in-out;
  transform: scale(1.2);
}
.anlist-ul li a:hover .more span {
  color: #ffffff;
  background: #185ca5;
}
.position-ul {
  line-height: 60px;
  box-shadow: 0.5px 0.866px 3.6px 0.4px rgba(145, 147, 148, 0.35);
}
.position-ul li {
  display: inline-block;
}
.position-ul li a {
  color: #000;
  font-size: 18px;
  display: block;
  padding: 0 20px;
}
.position-ul li:hover,
.position-ul li.active {
  border-bottom: 5px solid #185ca5;
}
.position-ul li:hover a,
.position-ul li.active a {
  color: #185ca5;
}
.rong-img {
  padding: 20px 0 80px 0;
}
.rong-img .div1 {
  color: #525252;
  font-size: 36px;
  margin: 28px 0;
}
.rong-uls li {
  float: left;
  width: 19%;
  margin: 0 0.5% 20px 0.5%;
}
.rong-uls li .overh {
  padding: 13px;
  border: 2px solid #eae9e9;
}.rong-uls li .overh img{
  height: 128px;
}
.rong-uls li p {
  color: #646361;
  font-size: 16px;
  height:44px ;
  text-align: center;
  margin: 19px 0;
  overflow: hidden;
}
.fengcais {
  padding-bottom: 70px;
}
.fengcais .cai-s-ul {
  padding: 40px 0;
}
.fengcais .cai-s-ul li {
  display: inline-block;
  margin-bottom: 10px;
}
.fengcais .cai-s-ul li a {
  display: block;
  color: #5c5a5a;
  font-size: 16px;
  line-height: 1;
  padding: 0 20px;
  border-right: 1px solid #5c5a5a;
}
.fengcais .cai-s-ul li:hover a,
.fengcais .cai-s-ul li.active a {
  color: #185ca5;
}
.fengcais .cai-s-ul li:last-child a {
  border-right: none;
}
.fengcais .fengcai {
  margin-top: 0;
}
.fengcais .fengcai .col-md-4 {
  margin-bottom: 45px;
}
.abouts-con {
  padding: 20px 0;
  color: #4a4848;
  font-size: 16px;
  line-height: 30px;
}
.about-us {
  padding: 40px 0 50px 0;
}
.lianxi .cons-c {
  padding: 60px 0;
}
.lianxi .cons-c .col-md-5 {
  width: 39%;
}
.lianxi .cons-c .col-md-7 {
  width: 60%;
}
.lianxi .cons-c .dizhis {
  color: #747372;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
}
.lianxi .cons-c .dizhi-p {
  color: #000000;
  font-size: 24px;
  margin-bottom: 10px;
}
.lianxi .cons-c .dizhis:last-child {
  margin-bottom: 0;
}
.lianxi .cons-c .col-md-3 i {
  font-size: 40px;
  color: #e61c16;
}
.lianxi .cons-c .col-md-3 .lianxi-p1 {
  color: #888687;
  font-size: 14px;
  margin-top: 4px;
}
.lianxi .cons-c .col-md-3 .lianxi-p2 {
  color: #474646;
  font-weight: 18px;
  margin: 7px 0;
}
.lianxi .cons-c .col-md-3 .lianxi-p3 {
  color: #888687;
  font-size: 16px;
  line-height: 24px;
}
.lianxi .cons-c .col-md-3:last-child {
  border-right: none;
}
.map img {
  max-width: initial;
}
.hds {
  font-size: 24px;
  color: #000;
  padding: 60px 0 30px 0;
}
.liuan .col-md-3 {
  padding: 0 10px;
  margin-bottom: 20px;
}
.liuan .col-md-3 input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #747372;
  font-size: 16px;
  background: transparent;

}
.liuan .col-md-3 input::placeholder {
  color: #2a211f;
  font-size: 16px;
  font-weight: lighter;
}
.liuan .col-md-12 {
  padding: 0 10px;
}
.liuan .col-md-12 textarea {
  width: 100%;
  background: transparent;
  border: none;
  padding: 13px;
  resize: none;
  height: 230px;
}
.liuan .col-md-12 textarea::placeholder {
  color: #2a211f;
  font-size: 16px;
  font-weight: lighter;
}
.liuan .col-md-12 button {
  display: inline-block;
  color: #fff;
  padding: 16px 67px;
  font-size: 14px;
  background: #1f63ac;
  margin: 40px 0 73px 0;
  border: none;
  transition: 600ms ease-in-out;
}
.liuan .col-md-12 button:hover {
  box-shadow: inset 0 0 0 25px rgba(0,0,0,0.3);
}

.team {
  padding: 30px 0 70px 0;
}
.team .ren .col-md-3 {
  padding: 15px;
}
.team .ren a {
  display: block;
  height: 480px;
  padding: 46px 40px 40px 40px;
  background: #eeeeee;
}
.team .ren a .overh {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: inline-block;
}
.team .ren a .mingzi {
  color: #000000;
  font-size: 20px;
  margin-top: 30px;
}
.team .ren a .zhiwei {
  color: #494949;
  font-size: 16px;
  line-height: 30px;
}
.team .ren a .geyan {
  color: #7b7a7a;
  font-size: 14px;
  margin-top: 10px;
  line-height: 24px;
}
.team .ren a .geyan .yin {
  font-size: 20px;
}
.box-con {
  padding-top: 15%;
  display: inline-block;
}
.box-con i {
  color: #707070;
  font-size: 47px;
}
.box-con .zp {
  color: #4a4848;
  font-size: 18px;
  margin: 10px 0;
}
.box-con .zp-con {
  color: #828080;
  font-size: 16px;
  line-height: 30px;
}
.box-i {
  height: 380px;
  border: 2px solid #eae9e9;
  text-align: center;
  cursor: pointer;
  transition: 400ms ease-in-out;
}
.box-i:hover {
  background: #185ca5;
  transition: 400ms ease-in-out;
}
.box-i:hover .box-con .zp,
.box-i:hover .box-con .zp-con,
.box-i:hover .box-con i {
  color: #ffffff;
}
.jion {
  padding: 25px 0;
}
.about-lunbos .swiper-pagination-bullet {
  width: 37px;
  height: 11px;
  display: inline-block;
  border-radius: 0;
  background-color: #e7e6e6;
  opacity: 0.49;
}
.about-lunbos .swiper-pagination-bullet-active {
  opacity: 1;
  background: #185ca5;
}
.jion-xona {
  color: #8d8d8d;
  font-size: 16px;
  margin: 20px 0;
}
.zhaop-zhao {
  margin-top: 40px;
  font-size: 16px;
  color: #2a211f;
  line-height: 30px;
}
.dian-ul {
  padding: 10px 0;
}
.dian-ul li {
  cursor: pointer;
  overflow: hidden;
}
.dian-ul li .dian-top {
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
}
.dian-ul li .dian-top .fl {
  color: #686666;
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 70%;
  line-height: 35px;
}
.dian-ul li .dian-top .fl i {
  font-size: 25px;
}
.dian-ul li .dian-top .fr {
  width: 30%;
  color: #828181;
  font-size: 18px;
  line-height: 35px;
}
.dian-ul li .zhaops-cons {
  font-size: 16px;
  color: #383838;
  line-height: 1.875;
  transition: 600ms ease-in-out;
  height: 0;
  opacity: 0;
  position: relative;
  top: -100%;
}
.dian-ul li.active .zhaops-cons {
  top: 0%;
  opacity: 1;
  transition: 600ms ease-in-out;
  height: auto;
  padding: 30px 0;
}
.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;
}
.dian-ul li.active .dian-top .fl {
  color: #185ca5;
}
.jie {
  padding: 40px 0 80px 0;
}
.jie .jie-img {
  font-size: 14px;
  line-height: 30px;
}
.jie .jie-img .jie-con1 .jie-zi {
  padding: 30px 40px;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.82);
}
.jie .jie-img .jie-con1 .jie-zi .jie-p {
  font-size: 18px;
  color: #484747;
}
.jie .jie-img .jie-con1 .jie-zi .jie-p1 {
  font-size: 16px;
  margin-top: 5px;
  color: #484747;
}
.jie-ul {
  margin: 30px -0.5%;
}
.jie-ul li {
  height: 260px;
  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;
  width: 19%;
  float: left;
  margin: 0 0.5%;
  padding: 15px;
  transition: 400ms ease-in-out;
  border: 1px solid #e9e7e7;
  cursor: pointer;
}
.jie-ul li .jie {
  display: inline-block;
}
.jie-ul li .jie i {
  font-size: 50px;
  color: #bfbfbf;
}
.jie-ul li .jie p {
  color: #484747;
  font-size: 16px;
  padding-top: 20px;
}
.jie-ul li:hover {
  background: #185ca5;
  transition: 400ms ease-in-out;
}
.jie-ul li:hover .jie i,
.jie-ul li:hover .jie p {
  color: #ffffff;
}
.newiss-con {
  padding: 50px 0;
}
.newiss-con .tuijian-con .jiantous {
  right: 10px;
  bottom: 10px;
  width: 80px;
  height: 40px;
  z-index: 44;
}
.newiss-con .tuijian-con .jiantous > .left-i,
.newiss-con .tuijian-con .jiantous .right-i {
  display: inline-block;
  float: left;
}
.newiss-con .tuijian-con .jiantous > .left-i i,
.newiss-con .tuijian-con .jiantous .right-i i {
  font-size: 20px;
}
.newiss-con .tuijian-con a {
  display: block;
  border: 1px solid #d5d7d9;
}
.newiss-con .tuijian-con a .fr {
  padding: 40px 20px;
}
.newiss-con .tuijian-con a .fr i {
  font-size: 20px;
  display: inline-block;
  margin-right: 10px;
}
.newiss-con .tuijian-con a .relis {
  font-size: 16px;
  color: #185ca5;
  margin-bottom: 10px;
}
.newiss-con .tuijian-con a .list_p2 {
  -webkit-line-clamp: 5;
  height: 150px;
}
.newiss-con .tuijian-con a > div {
  width: 48%;
}
.newiss-con .tuijian-con a:hover img {
  transition: 400ms ease-in-out;
  transform: scale(1.2);
}
.newiss-con .tuijian-con a:hover .list_p2 {
  color: #185ca5;
}
.newiss-con .new_list_ul li a .date {
  width: 6%;
}
.newiss-con .new_list_ul li a .list_con {
  width: 93%;
}
.xing-news {
  padding: 35px 0;
}
.xing-news .xing-cons .biaotis {
  color: #000000;
  font-size: 30px;
}
.xing-news .xing-cons .renqis {
  color: #000000;
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
}
.xing-news .xing-cons .renqis span {
  display: inline-block;
  margin: 0 10px;
}
.xing-news .cons-nei {
  color: #5c5c5c;
  font-size: 16px;
  line-height: 30px;
  padding: 30px 0;
}
.xing-news .cons-nei .img {
  text-align: center;
}
.fengxiang .bdsharebuttonbox {
  display: inline-block;
  position: relative;
  top: 18px;
}
.fengxiang .bdsharebuttonbox a:nth-child(1) {
  color: #f7c25b;
}
.fengxiang .bdsharebuttonbox a:nth-child(2) {
  color: #73a2e1;
}
.fengxiang .bdsharebuttonbox a:nth-child(3) {
  color: #f67666;
}
.fengxiang .bdsharebuttonbox a:nth-child(4) {
  color: #36be3f;
}
.fengxiang .bdsharebuttonbox a {
  margin: 0px 0px 0 0;
  background: transparent;
  padding: 0;
  font-size: 25px;
}
.shang {
  padding: 30px 0;
  color: #828080;
  font-size: 16px;
}
.shang a {
  color: #828080;
  font-size: 16px;
  display: inline-block;
  line-height: 30px;
}
.shang a:hover {
  color: #185ca5;
}
.phone {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  display: none;
  top: 0;
  position: fixed;
  background: #fff;
  z-index: 999;
  width: 100%;
}
#wrapper {
  position: relative;
  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.phone .index_a {
  width: auto;
  margin-top: 10px;
}
.sidebar-menu.is-active + #wrapper {
  transform: translateX(-300px);
}
.color_dao i {
  display: inline-block;
  font-size: 25px;
  color: #185ca5;
  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: #185ca5;
  position: relative;
  display: block;
  padding: 15px 25px;
  height: 100%;
  width: 100%;
  color: #fff;
}
.sidebar-menu__title {
  color: #ccc;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.sidebar-menu__title > i {
  display: inline-block;
  float: right;
  font-size: 28px;
  line-height: inherit;
}
.sidebar-menu__title:active,
.sidebar-menu__title:focus,
.sidebar-menu__title:hover {
  color: #fff;
  text-decoration: none;
}
.sidebar-menu__title::first-letter {
  text-transform: uppercase;
}
.sidebar-menu__title::before {
  content: "\e907";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  color: #fff;
  font-size: 20px;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "liga" 1;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  all: unset;
}
.sidebar-menu__list {
  position: fixed;
  top: 50px;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 250px;
  list-style: none;
  background-color: #fff;
  transition: right 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.sidebar-menu__item {
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}
.colos {
  line-height: 70px;
}
.sidebar-menu__item:first-child {
  border-top: 0;
}
.sidebar-menu__item.sidebar-menu__item--back,
.sidebar-menu__item.sidebar-menu__item--back:hover,
.sidebar-menu__link.sidebar-menu__subtitle {
  background-color: #005ec3 !important;
}
.sidebar-menu__item.sidebar-menu__item--back .sidebar-menu__link {
  color: #fff !important;
}
.sidebar-menu__item:hover {
  background-color: #fff;
  cursor: pointer;
}
.sidebar-menu__item:hover > .sidebar-menu__link {
  color: #6e6e6e;
}
.phone_i {
  display: inline-block;
  line-height: 60px;
  padding: 0 15px;
}
.sidebar-menu__item:hover > .sidebar-menu__link .glyphicon-menu-right {
  color: #6e6e6e;
}
.sidebar-menu__item .sidebar-menu__list {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform: translateX(300px);
  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.sidebar-menu__item .sidebar-menu__list.is-active {
  transform: translateX(0);
}
.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list {
  z-index: 2;
}
.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
  z-index: 3;
}
.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
  z-index: 4;
}
.sidebar-menu__link {
  display: block;
  padding: 10px 25px;
  color: #828282;
  font-size: 13px;
  font-weight: 400;
  transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.sidebar-menu__link::first-letter {
  text-transform: uppercase;
}
.sidebar-menu__link:active,
.sidebar-menu__link:focus,
.sidebar-menu__link:hover {
  text-decoration: none;
}
.sidebar-menu__link span.glyphicon-menu-left {
  float: left;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  margin-right: 4px;
}
.sidebar-menu__link .glyphicon-menu-right {
  color: #bababa;
  float: right;
}
.searchbox {
  padding: 15px;
  box-shadow: 0 0 7px 0 #cfcfcf;
  background: #fff;
  position: fixed;
  left: 0;
  width: 100%;
  right: 0;
  top: 67px;
  border-top: 2px solid #185ca5;
  text-align: center;
  z-index: 44;
}
.searchbox.active {
  top: 70px;
}
.searchs {
  max-width: 600px;
  margin: 0 auto;
}
.searchs .sertext {
  display: block;
  padding: 0;
  outline: 0;
  padding-left: 12px;
  width: 78%;
  float: left;
  border: 1px solid #cdcdcd;
  color: #a2a2a2;
  font-size: 12px;
  height: 52px;
  line-height: 52px;
  transition: 0.4s;
}
.serbtn {
  padding: 0;
  margin: 0;
  border: none;
  outline: 0;
  width: 22%;
  float: right;
  height: 52px;
  text-align: center;
  line-height: 52px;
  background: #185ca5;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: 0.44s;
}
.ds {
  cursor: pointer;
}
.mobile-foot {
  display: none;
  background: #185ca5;
  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: 50%;
  right: 0px;
  width: 40px;
  border-right: none;
  transform: translateY(-50%);
  z-index: 99;
  border: 1px solid #dee2e7;
  background: #fff;
}
.fix_ul li {
  font-size: 12px;
  background: #185ca5;
  text-align: center;
  float: none;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0px;
  color: #fff;
}
.fix_ul li i {
  font-size: 20px;
  color: #fff;
}
.right_div {
  transform: scale(0);
  position: absolute;
  right: 20px;
  top: 0px;
  background: #fff;
  padding: 5px;
  line-height: 30px;
  transition: all 0.4s ease-in-out;
  min-width: 120px;
}
.fix_ul li:hover a {
  color: #848484;
}
.fix_ul li:hover .right_div {
  transform: scale(1);
  right: 40px;
  transition: all 0.4s ease-in-out;
}
.fix_ul li:hover {
  background: #185ca5;
}
.fix_ul li:hover i {
  color: #fff;
}



.index-about .us-a{ overflow: hidden;  background: #f7f7f7;}
.index-about .us-a > .fl,.index-about .us-a > .fr{width: 50%;}
.index-about .us-a > .fr{ padding: 13px 10px 0;  font-size: 13px; color: #848484; line-height: 25px;}
.index-about .us-a > .fr a{ color: #1665b0; display: inline-block; margin-left: 5px; }
.qyyx{ display: block; margin-top: 10px;}
.qyyx img{ width: 100%; }
.hdsq_w{ margin-top: 18px; }
.hdsq_ul{ overflow: hidden; }
.hdsq_ul li{ float: left; width: 49%; height: 87px; background: #1f63ac; padding: 32px 25px 25px;  font-size: 16px; }
.hdsq_ul li a{ display: block;color: #fff; }
.hdsq_ul li img{ float: left; margin-right: 15px;    margin-top: -2px;}
.hdsq_ul li:nth-child(2){ float: right; background: #7fa6d1;}
.djgz{ background: #f7f7f7; padding: 10px;  margin-bottom: 20px;}
.djgz h3{ display: inline-block;  font-size: 18px; color: #1665b0;}
.djgz a{ display: inline-block; color: #9b9b9b; float: right; margin-top: 5px; }
.dj_ul li{ float: none; margin-bottom: 5px; }
.dj_ul a{ display: block; position: relative;overflow: hidden;  padding-left: 10px; padding-right: 25px;}
.dj_ul a:before{ content: "";   width: 4px; height: 4px; background: #333333; position: absolute; top: 10px; left: 0;}
.dj_ul a span.fl{  font-size: 16px; color: #333333;   width: 50%;}
.dj_ul a span.fr{ color: #9c9c9c; }
.dj_dl{ overflow: hidden;  border-bottom: 1px solid #eeeeee; padding-bottom: 13px; margin-bottom: 13px;}
.dj_dl dt{ width: 39%; float: left; }
.dj_dl dt img{ width: 100%; }
.dj_dl dd{ width: 58%; float: right; }
.dj_dl dd h3{font-size: 16px; color: #333333;}
.dj_dl dd span{ display: block; color: #9c9c9c; margin: 8px 0 1px; }
.dj_dl dd p{ color: #9c9c9c; line-height: 25px; }
.dj_dl:nth-child(2){ border-bottom: none; }
.dj_wrap{ margin-top: 30px; }
footer a{ color: #8a8a8a; }
footer .col-md-5{  padding-top: 26px; color: #8b8b8b; line-height: 20px;}

.num_wrap{ height: 190px; background: url("../img/c6.jpg") no-repeat; background-size: cover; padding: 45px 0; font-size: 16px; color: #8c8e92; text-align: center;}
.num_wrap span{ font-size: 68px; color: #fff; font-weight: bolder; }
.num_wrap sup{ font-size: 16px; color: #8c8e92; }
.num_wrap .col-sm-3 > div{ display: inline-block;  position: relative;}
.abouts_con{padding-right: 16px;  font-size: 16px; color:#636364; line-height: 30px; height: 480px; overflow-y: auto; }


.abouts_con::-webkit-scrollbar {/*滚动条整体样式*/
            width: 3px;     /*高宽分别对应横竖滚动条的尺寸*/
            height: 3px;
        }
        .abouts_con::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
            border-radius: 5px;

            background: #1f63ac;
        }
        .abouts_con::-webkit-scrollbar-track {/*滚动条里面轨道*/

            border-radius: 0;
            background: #e5e5e5;
}



.num_wrap .col-sm-3 > div sup{ position: absolute; top: 25px; right: -18px; }
.gongcheng{ margin-bottom: 45px; }
.about-us img{ max-width: 100%; }

.tc{ text-align: center; }
.dszzc{ border-bottom: 1px solid #e5e5e5; padding-bottom: 30px; margin-bottom: 30px;   font-size: 16px; color: #636364; line-height: 28px; }
.dszzc h4{ font-size: 18px; color: #262626; font-weight: bolder; margin-bottom: 15px; }
.dszzc:last-of-type{ border-bottom: none; }
.gc_ul{ display: inline-block; margin-bottom: 40px; margin-top: 20px;}
.gc_ul li{ margin: 0 15px;   float: left;}
.gc_ul li a{ display: block;  font-size: 16px; color: #262626; padding: 12px 30px; border: 1px solid #d5d5d5;}
.gc_ul li.active a,.gc_ul li:hover a{  background: #1f63ac; color: #fff;  border-color: #1f63ac;}

.qy_w{ border: 1px solid #eeeeee; border-bottom: none; }
.qy_w .qy_dl dt{ background: #f4f4f4; padding: 13px 20px;  font-size: 18px; font-weight:bolder; color: #262626;border-bottom: 1px solid #eeeeee;}
.qy_w .qy_dl dd{ overflow: hidden; padding: 10px 20px; border-bottom: 1px solid #eeeeee;}
.qy_w .qy_dl dd a{ display: block; width: 50%; float: left; text-align: left; font-size: 16px; color: #696969;}
.qy_w .qy_dl dd a.active{ color: #185ca5; }
.qr_r_top{ background: #f5f5f5; }
.qr_rb{ padding-bottom: 35px; padding-top: 20px;  height: 130px; overflow-y: auto;}
.qr_rb ul{ overflow: hidden; }
.qr_rcon{ padding: 35px 0px 0;  margin-right: 20px; }
.qr_rcon h3{ font-size: 24px; color: #333333; font-weight: bolder; text-transform: uppercase; }
.qr_rcon h4{ color: #333333; font-size: 14px;  border-bottom: 1px dashed #cccccc; padding-bottom: 10px; margin-top: 10px;}
.qr_rcon h4 span{ display: inline-block; margin-right: 5px;  font-size: 24px; color: #333333;font-weight: bolder;}
.qr_rb li{ float: left; width: 50%; margin-bottom: 20px;  color: #333333;}
.qr_rb li img{ float: left; margin-right: 5px; margin-top: 2px; }

.qr_r_bottom{ padding: 30px 50px; }
.qr_r_bottom .next_cry{ width: 25px; height: 50px; background: url("../img/cnext.jpg") no-repeat; background-size: contain; }
.qr_r_bottom .prev_cry{ width: 25px; height: 50px; background: url("../img/cprev.jpg") no-repeat; background-size: contain; }
.qr_r_bottom .swiper-slide{ border: 8px solid #e4e2e2; }

.form_in{ position: relative;  border: 1px solid #ddd6d6; padding-left: 45px;}
.form_in span{ text-align: center; font-size: 16px; color: #747372; display: inline-block; width: 50px; height: 50px; line-height: 50px; position: absolute; top: 0; left: 0;}
.form_in span i{ font-style: normal; color: #df3e2d; }
.zhao_top{ margin-bottom: 25px;  background: #efeeee; padding: 30px 45px; }
.zhao_top dl{ position: relative; padding-left: 95px; height: 46px; line-height: 46px; }
.zhao_top dl dd a:nth-child(1){ font-weight: bolder; display: inline-block; width: 84px; position: absolute; top: 0; left: 0; text-align: right;  font-size: 16px; color: #5c5a5a;  height: 46px; line-height: 46px;}
.zhao_top  input{ width: 100%; height: 46px; line-height: 46px; background: #fff; border-radius: 4px;  padding-left: 10px;}
.zhao_top dd a{ display: inline-block; line-height: 46px; font-size: 16px; color: #5c5a5a; margin-right: 40px;}
.zhao_top dd a:hover{  color: #1f63ac;}
.zhao_bottom table th{ font-weight: normal; font-size: 16px; padding: 15px 0; background: #1f63ac; text-align: center; color: #fff;  }
.zhao_bottom table td{ font-size: 16px; color: #5c5a5a;  padding: 20px 0; text-align: center; }
.zhao_bottom table tr:nth-child(2n){ background: #efeeee; }
.zhao_bottom table td a{ color: #5c5a5a;  }


.zhao_tit{ font-size: 30px; color: #1f63ac; }
.zhao_time{  font-size: 16px; color: #5c5d5d; margin: 10px 0 15px;  }
.zhao_cons{  font-size: 16px; color: #000000; line-height: 40px;}

.djyp{ display: inline-block; margin-top: 35px; font-size: 16px; color: #fff; background: #1f63ac; padding: 15px 49px;  }
.djyp:hover{ box-shadow: inset 0 0 0 25px rgba(0,0,0,0.3); }
.zhao_fix{  position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.3); z-index: 100; display: none;}
.zhao_fix.active{ display: block; }
.zhao_in{ width: 720px; background: #fff; padding: 30px 20px; border-radius: 4px;  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.zhao_in h3{  font-size: 24px; color: #404040; margin-bottom: 15px; }
.zhao_in_list p{ font-size: 16px; color: #6e6e6e;  margin-bottom: 5px; }
.zhao_in_list input{ padding-left: 10px; }
.zhao_in_list input,.zhao_in_list select{padding-left: 8px; margin-bottom: 10px; border-radius: 4px; width: 100%; height: 44px;line-height: 44px; border: 1px solid #ebebeb; }
.file_w { height: 44px;border: 1px solid #ebebeb;  }
.file_w input{ position: absolute; top: 0; left: 0; z-index: 2; opacity: 0; }
.file_w span{ display: block; width: 100%; text-align: center;  height: 42px; line-height: 44px; border-radius: 4px; position: absolute; top: 0; left: 0; background: #fff; z-index: 1;}
.zhao_in_list button{ border: none; margin-top: 30px; font-size: 16px; color: #fff; background:#1f63ac; padding: 13px 63px;}

.zhao_fix .zhao_close{ font-size: 30px; color: #d0d0d0;  position: absolute; top: -13px; right: 5px;  }
.zhsx{ box-shadow: 0px 6px 6px 0px rgb(218, 215, 215); }
.zhsx h3{ font-size: 18px; color: #676565; padding: 20px 0; text-align: center;}
.zhsx_list{ margin-bottom: 20px; }


.new_list{float:left}
.new_list a{ display: block;  background: #f5f5f6; height:470px;}
.new_list .new_b{ padding: 15px 20px 30px; }
.new_list .new_b h3{ font-size: 18px; color: #5b5b5d; line-height: 30px;}
.new_list .new_b p{ margin-top: 10px; color: #9c9c9c; border-bottom: 1px solid #dcdcdc; padding-bottom: 15px; margin-bottom: 15px;}
.new_list .new_info{  color: #646464; line-height: 25px; }
.return_a{ margin-top: 40px; display: inline-block;  color: #fff; background: #1f63ac; padding: 11px 49px;}
.return_a:hover{ color: #fff; box-shadow: inset 0 0 0 25px rgba(0,0,0,0.3); }
.fengxiang{  border-top: 1px solid #e5e5e5;}

.dj_ul a span.fl,
.dj_dl dd h3,
.qr_rb li
{
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;

}



.dj_dl dd p
{
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;

 display: -moz-box;
-moz-box-orient: vertical;
-moz-line-clamp: 2;

 display: -ms-box;
-ms-box-orient: vertical;
-ms-line-clamp: 2;

 display: -o-box;
-o-box-orient: vertical;
-o-line-clamp: 2;

overflow: hidden;

}

.return_a
{

transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;

}


.ry_fix{ position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.3); z-index: 100; display: none;}
.ry_fix.active{ display: block; }
.ry_in{ background: #fff; padding: 10px; width: 600px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.ry_close{cursor: pointer; position: absolute; top: -32px; right: -28px; }
.ry_next{ cursor: pointer; position: absolute; top: 50%; margin-top: -22.5px; right: 30px; }

.new_wrap{ column-count: 1;column-gap: 0; }
.new_list{ break-inside: avoid;
    box-sizing: border-box;
    padding: 15px;
	width:25%;}
.new_list img{ width:263px; height:180px;}

.daohang .daohang-ul > li:last-child .er-ul{ display: none !important;  }






@media (max-width: 1440px) {
  .jie-ul li .jie p {
    font-size: 13px;
  }
  .new_list_ul li {

    padding: 16px 0;
  }

  .lianxi .cons-c .dizhis {
    font-size: 15px;
    line-height: 25px;
  }
  .daohang .daohang-ul > li {
    padding: 0px 25px;
  }
  .anlist-ul li a .re1 .haos {
    font-size: 60px;
    line-height: 1;
  }
  .newiss-con .tuijian-con a .list_p2 {
    font-size: 13px;
    height: 85px;
    -webkit-line-clamp: 3;
  }
  .lunbo .wenzi-con .p1s {
    font-size: 31px;
  }
  .lunbo .wenzi-con .p2s {
    font-size: 13px;
    line-height: 30px;
  }
  .honor-con {
    font-size: 14px;
    line-height: 24px;
    margin-top: 28px;
  }

  .re {
    font-size: 17.5px;
  }
  .hred .en {
    font-size: 92px;
  }
  .honner .ho-img {
    height: 800px;
  }


  .lunbo .wenzi-con .p1s .cns,.lunbo .wenzi-con .p2s .cns{ font-size: 40px; }
  .lunbo .wenzi-con .p1s .ens,.lunbo .wenzi-con .p2s .ens{ font-size: 14px; }








}
@media (max-width: 1200px) {
  .index-about .us-a a .fr {
    height: 133px;
  }
  .lunbo .wenzi-con .p2s .cns,
  .lunbo .wenzi-con .p1s .cns {
    font-size: 29px;
  }
  .lunbo .wenzi-con .p1s .ens {
    font-size: 11px;
  }
  .lunbo .wenzi-con .p2s .ens {
    font-size: 14px;
  }
  .zhi a {
    font-size: 11px;
    padding: 0 2px;
  }
  .zhi p {
    line-height: 35px;
    font-size: 12px;
    padding-left: 10px;
  }
  .jie .jie-img .jie-con1 .jie-zi {
    padding: 15px;
  }
  .jie .jie-img .jie-con1 .jie-zi .jie-p1 {
    font-size: 14px;
  }
  .rong-uls li p {
    font-size: 13px;
  }
  .rong-img .div1 {
    font-size: 22px;
    margin: 15px 0;
  }
  .lianxi .cons-c .dizhis {
    font-size: 13px;
    line-height: 21px;
  }
  .daohang .daohang-ul > li > a {
    font-size: 15px;
  }
  .newiss-con .tuijian-con a .list_p2 {
    font-size: 13px;
    height: 63px;
  }
  .team {
    padding: 15px;
  }
  .team .ren a {
    padding: 15px;
  }
  .box-con .zp-con {
    font-size: 14px;
  }
  .daohang .daohang-ul > li {
    padding: 0px 22px;
  }
  .hred .yaos {
    margin-top: 15px;
    font-size: 14px;
  }
  .sol-ul li {
    font-size: 15px;
  }
  .list-con .ietm .right .rig-yao {
    font-size: 13px;
  }
  .more a,
  .more span {
    line-height: 40px;
    padding: 0 43px;
    font-size: 14px;
  }
  .feng-a .feng {
    font-size: 15px;
    line-height: 25px;
    height: 100px;
  }
  .hred .en {
    font-size: 81px;
  }
  .hred .cn {
    font-size: 18px;
  }
  .honner {
    margin-top: 70px;
  }

  .re {
    font-size: 14.5px;
  }
  .list_p2 {
    font-size: 14px;
    margin-top: 10px;
    line-height: 20px;
    height: 40px;
  }
  .list_p1 {
    font-size: 16px;
  }
  .mass input {
    height: 50px;
    margin-top: 10px;
  }
  .mass textarea {
    height: 112px;
    margin-top: 10px;
  }
  .mass button {
    height: 50px;
    margin-top: 10px;
    font-size: 15px;
    line-height: 50px;
  }
  .liyab {
    padding-bottom: 50px;
  }
  .lunbo .wenzi-con .p1s {
    font-size: 25px;
  }

  .daohang{ padding: 5px 0; }
  .index-about .us-a > .fr{ font-size: 12px; line-height: 20px; padding: 8px 10px 0;}
  .hdsq_ul li{ padding: 32px 15px 25px; }





}
@media (max-width: 990px) {
  .box-i {
    height: 254px;
    margin-bottom: 10px;
  }
  .anlist-ul li a .re1 .nerrong {
    font-size: 14px;
    line-height: 20px;
    height: 60px;
  }
  .anlist-ul li a .le {
    width: 51%;
  }
  .anlist-ul li a .re1 .biaos {
    font-size: 17px;
  }
  .newiss-con .new_list_ul li a .date {
    width: 11%;
  }
  .newiss-con .new_list_ul li a .list_con {
    width: 87%;
  }
  .newiss-con .tuijian-con a .fr {
    padding: 14px 20px;
  }
  .newiss-con .tuijian-con a .list_p2 {
    font-size: 13px;
    height: 40px;
    -webkit-line-clamp: 2;
  }
  .newiss-con .tuijian-con a > div {
    width: 50%;
  }
  .box-con {
    padding-top: 3%;
  }
  .position-ul li a {
    font-size: 15px;
    padding: 0 12px;
  }
  .rong-img .div1 {
    font-size: 23px;
    margin: 14px 0;
  }
  .wenzis .position {
    font-size: 14px;
  }
  .box-con .zp-con {
    line-height: 21px;
  }
  .wenzis .ban-z {
    font-size: 30px;
  }
  .phone,
  .mobile-foot {
    display: block;
  }
  .daohang,
  footer {
    display: none;
  }
  .re {
    font-size: 12px;
  }


  .new-con > .new-l {
    width: 100%;
  }
  .new-con .new-r {
    width: 100%;
  }
  .solcon {
    padding: 50px 0;
  }
  .hred .en {
    font-size: 64px;
  }
  .hred .cn {
    font-size: 20px;
  }
  .hred .cn span {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    line-height: 20px;
  }
  .honner .ho-img {
    height: 700px;
  }
  .honor-con .honer-p {
    font-size: 20px;
    margin-bottom: 9px;
  }
  body {
    padding: 70px 0;
  }
  .lianxi .cons-c {
    padding: 20px 0 0 0;
  }
  .hds {
    font-size: 27px;
    padding: 20px 0 30px 0;
  }

  .rightfix{ display: none; }
  .new_list_ul li{ padding: 10px 0; }
  .dj_ul a span.fl{ font-size: 14px; }
  .dj_ul a:before{ top: 7px; }
  .qr_rcon h4 span{ font-size: 16px; }
  .qr_rb li{ margin-bottom: 15px; }
  .zhao_top dd a{ margin-right: 25px; line-height: 20px;}
  .zhao_top dl dd{ padding-top: 13px; }
  .zhao_top dl{ height: auto; }
  .zhao_top dl:nth-child(1) dd{ padding-top: 0; }








}
@media (max-width: 768px) {
  .rightfix {
    display: none;
  }
  .rong-uls li .overh {
    padding: 5px;
  }
  .rong-uls li {
    width: 48%;
    margin: 0 2% 15px 0%;
  }
  .rong-uls li:nth-child(2n) {
    margin: 0 0% 15px 2%;
  }
  .liuan .col-md-3 input {
    height: 45px;
  }
  .hds {
    font-size: 21px;
    padding: 15px;
  }


  .lunbo .wenzi-con .p2s {
    display: none;
  }
  .liuan .col-md-3 {
    margin-bottom: 15px;
  }
  .lunbo .wenzi-con .p1s {
    font-size: 15px;
  }
  .liuan .col-md-12 button {
    line-height: 34px;
    padding: 0 30px;
    margin: 15px 0;
    font-size: 14px;
  }
  .more a,
  .more span {
    line-height: 26px;
    padding: 0 34px;
    font-size: 12px;
  }
  .more {
    margin-top: 14px;
  }
  .solcon,
  .jidi,
  .gongcheng {
    padding: 15px;
  }
  .solution {
    padding: 50px 15px 15px 15px;
  }
  .hred .en {
    font-size: 40px;
  }
  .new-con .zuo,
  .new-con .you {
    width: 100%;
  }
  .hred .cn {
    font-size: 19px;
  }
  .gongcheng-con ul li:first-child {
    width: 100%;
  }
  .gongcheng-con ul li {
    width: 100%;
    margin-top: 15px;
  }
  .sol-ul li i {
    font-size: 26px;
  }
  .sol-ul {
    border-right: 1px dashed #cdcdcd;
    border-bottom: 1px dashed #cdcdcd;
  }
  .sol-ul li {
    font-size: 12px;
    width: 50%;
    border-top: 1px dashed #cdcdcd;
  }
  .list-con .ietm .left {
    width: 100%;
  }
  .list-con .ietm .right {
    position: relative;
    width: 100%;
    top: 0%;
    margin-top: 10px;
    transform: translateY(0%);
  }
  .hred {
    margin-top: 20px;
  }
  .fengcai {
    margin-top: 20px;
  }
  .feng-a .feng-p {
    font-size: 16px;
    color: #525252;
    height: 25px;
    margin-top: 10px;
  }
  .feng-a .feng {
    font-size: 14px;
  }
  .feng-a {
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
  .honner {
    padding: 15px;
    margin-top: 0px;
    background-size: cover;
  }
  .honner .honor-l {
    width: 100%;
  }
  .honner .honor-r {
    width: 100%;
  }
  .honner .ho-img {
    height: auto;
  }
  .honner .honner-lunbo {
    top: 0%;
    transform: translateY(0%);
    margin-top: 20px;
  }
  .honner-lunbo .swiper-pagination-bullet-active {
    background: #ffffff;
    opacity: 0.5;
  }
  .news,
  .hezuo {
    padding: 15px;
  }
  .new-con > div {
    width: 100%;
  }
  .new_list_ul {
    margin-top: 0px;
  }
  .hezuo-lunbo {
    margin-top: 15px;
  }
  .hezuo-lunbo .swiper-container {
    padding-bottom: 49px;
  }
  .liyab {
    background-size: cover !important;
    padding: 15px;
  }
  .mass {
    width: 100%;
  }
  .wenzis .ban-z {
    font-size: 20px;
  }
  .wenzis .position {
    display: none;
  }
  .position-ul {
    display: none;
  }
  .about-us {
    padding: 15px;
  }
  .abouts-con {
    padding: 15px 0;
    font-size: 14px;
    line-height: 24px;
  }
  .rong-img {
    padding: 15px;
  }
  .box-con .zp {
    font-size: 16px;
    margin: 4px 0;
  }
  .jion-xona {
    font-size: 14px;
    line-height: 24px;
    margin: 17px 0;
  }
  .dian-ul li .dian-top .fr {
    font-size: 14px;
  }
  .dian-ul li .dian-top .fl {
    font-size: 15px;
  }
  .dian-ul li .dian-top .fl i {
    font-size: 15px;
  }
  .dian-ul li .dian-top {
    padding: 10px 0;
  }
  .jion .col-md-3 {
    padding: 0 7.5px 0 15px;
  }
  .jion .col-md-3:nth-child(2n) {
    padding: 0 15px 0 7.5px;
  }
  .team .ren a {
    padding: 7.5px 15px;
  }
  .fengcais .cai-s-ul li a {
    font-size: 15px;
  }
  .fengcais .cai-s-ul {
    padding: 17px 0;
  }
  .fengcais {
    padding: 15px;
  }
  .fengcais .fengcai .col-md-4 {
    margin-bottom: 0px;
  }
  .newiss-con .tuijian-con a > div {
    width: 100%;
  }
  .newiss-con {
    padding: 15px;
  }
  .newiss-con .tuijian-con a .fr {
    padding: 15px 15px 40px 15px;
  }
  .newiss-con .tuijian-con .jiantous {
    bottom: -1px;
  }
  .newiss-con .new_list_ul li a .date {
    width: 16%;
  }
  .newiss-con .new_list_ul li a .list_con {
    width: 82%;
  }
  .xing-news {
    padding: 15px;
  }
  .xing-news .xing-cons .biaotis {
    font-size: 17px;
  }
  .xing-news .xing-cons .renqis {
    font-size: 13px;
  }
  .xing-news .cons-nei {
    font-size: 14px;
    line-height: 24px;
    padding: 15px 0;
  }
  .shang a {
    font-size: 14px;
    line-height: 27px;
  }
  .anlist-ul li:nth-child(2n) a .le {
    float: left;
  }
  .anlist-ul li:nth-child(2n) a .re1 {
    float: right;
  }
  .anlist-ul li a .le {
    width: 100%;
  }
  .anlist-ul li a .re1 {
    width: 100%;
    margin-top: 10px;
  }
  .anlie-list {
    padding: 15px;
  }
  .anlist-ul li a .re1 .haos {
    font-size: 40px;
  }
  .jie .jie-img .jie-con1 .jie-zi {
    position: relative;
    padding: 15px 0;
  }
  .jie-ul li {
    width: 48%;
    margin-top: 15px;
    height: 200px;
  }
  .jie-ul li:nth-child(2n) {
    float: right;
  }
  .jie {
    padding: 15px;
  }
  .lunbo .wenzi-con .p2s .cns,
  .lunbo .wenzi-con .p1s .cns {
    font-size: 15px;
  }
  .lunbo .wenzi-con .p1s .ens {
    display: none;
  }

  .abouts_con{ height: 306px; }
  .num_wrap span{ font-size: 40px; }
  .qr_r_top .col-sm-4{ display: none; }
  .qr_r_top .col-sm-8{width: 100%;}
  .qr_r_top{ padding: 0 20px; }
  .qr_rcon{ margin-right: 0; }
  .qr_rb{ height: 120px; }
  .new_wrap{ column-count: 1;column-gap: 0; }
.new_list {
	width:100%;
}
.new_list img{ width:100%; height:230px}

}



@media (max-width: 480px) {


.lunbo .wenzi-con{ width: 70%; }
.sol-ul li:first-child{ display: none; }
.sol-ul li{ width: 25%;  height: 100px; padding-top: 22px;}
.dj_ul{ margin-bottom: 15px; }
.dj_dl dd p{ line-height: 20px; margin-top: 5px; }
.gongcheng{ margin-bottom: 0; }
.sol-ul li img{ width: 38px;  }
.sol-ul li p{ font-size: 14px; margin-top: 8px; }
.lunbo .swiper-pagination{ margin-top: 10px; }

.abouts_con{ margin-top: 20px; font-size: 14px; line-height: 25px; }
.num_wrap{ height: auto; }
.num_wrap .col-sm-3{ margin-bottom: 20px; }
.num_wrap span{ font-size: 30px; }

.qy_w{ margin-bottom: 20px; }
.qy_w .qy_dl dt{ padding: 10px 20px; }
.qr_rcon h4{ line-height: 25px; }
.qr_rcon h4 span{ font-size: 20px; }
.qr_rb li{ width: 100%; }
.anlist-ul li a .re1{ padding-top: 0; }
.gc_ul li{ margin: 0 4px;  }
.gc_ul li a{  padding: 8px 15px;}
.gc_ul{ margin-bottom: 15px; }
.shang{ font-size: 14px; }
.newiss-con{ padding: 50px 0px; }
.return_a{  padding: 8px 30px; }
.zhao_top{ padding: 15px 8px; }
.zhao_top dt{ font-size: 14px; }
.zhao_top dd a{ font-size: 14px; }
.zhao_bottom table th{ font-size: 13px; }
.zhao_bottom table td{ font-size: 12px; }
.zhao_tit{ font-size: 20px; }
.zhao_cons{ font-size: 14px; line-height: 30px; }
.zhao_time{ font-size: 12px; }
.djyp{ font-size: 14px; padding: 10px 30px; }
.zhsx h3{ font-size: 14px;  }
.map { margin-top: 20px; }
.new_list .new_b{ padding: 15px; }
.new_list .new_b h3{ font-size: 16px; line-height: 25px; }




.new_wrap {
    column-count: 1;
    column-gap: 0;
}


.zhao_in{ width: 320px; height: 400px; overflow-y: auto; }
.zhao_in_list input, .zhao_in_list select{ height: 30px; line-height: 30px; }
.zhao_in_list button{ padding: 10px 30px; }
.zhao_in_list p{ font-size: 14px; }
.zhao_in h3{ font-size: 20px; }




}






#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;
}

#page span a:hover {
  border: 1px solid #185ca5;
   color: #185ca5;
}



/*#page li a {*/
/*  color: #666;*/
/*  display: inline-block;*/
/*  padding: 5px 14px;*/
/*  text-align: center;*/
/*  margin: -5px -14px -5px -14px;*/
/*}*/

#page span a.page-num-current {
  border: 1px solid #185ca5;
  background-color: #185ca5;
  color: #FFFFFF

}
#page .page-status{
    display: none;
}
#page span span.page-num{
    display: none;
}


.jidifc .list_p1{
  margin-top: 0;
}
.zuo  .date{
  background: #185ca5;
  bottom: 6px;
  left: 6px;
  width: 74px;
  height:67px;
  border: none;
  padding: 13px 0 10px;

}.zuo  .date .yue{
  color: #fff;

}.zuo  .date .re{
  color: #fff;

}
.ban{
  position: relative;
}.ban::after{
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
}.wenzis{
  z-index: 3;
}